diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..30fe069 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +alternate_formats/* -diff diff --git a/.travis.yml b/.travis.yml index 9938cc6..193cef5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ script: - pyflakes . - python test/are_files_linted.py - python test/validate.py + - python test/test_json_matches.py notifications: email: diff --git a/README.md b/README.md index d189da4..f882194 100644 --- a/README.md +++ b/README.md @@ -474,7 +474,9 @@ The following script takes one required command line argument where congress_number is the number of the congress to be updated. As of July, 2013, the permanent URL for future roll call data is unclear, and as such, the script may need to be modified when it is run for the 114th congress. The following script may be run to create alternatly formatted data files. It takes no command-line arguments. -* alternate_bulk_formats.py creates four files (two each for current and historical legislators) in json and csv formats. The csv files do not include all fields from the legislator yaml files, and include data from the social media yaml. All four files are stored in the ~/alternate_formats directory. +* alternate_bulk_formats.py creates four files (two each for current and historical legislators) in csv formats. The csv files do not include all fields from the legislator yaml files, and include data from the social media yaml. All four files are stored in the ~/alternate_formats directory. + +For each yaml there is a matching json file in the alternate_formats folder that should be kept up to date automatically if all updates were performed by scripts. After hand editing a yaml please run generate_json.py to update these json files. Other Scripts ---------------------- diff --git a/alternate_formats/committee-membership-current.json b/alternate_formats/committee-membership-current.json new file mode 100644 index 0000000..fff493c --- /dev/null +++ b/alternate_formats/committee-membership-current.json @@ -0,0 +1 @@ +{"HLIG": [{"name": "Devin Nunes", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01710", "bioguide": "N000181"}, {"name": "K. Michael Conaway", "party": "majority", "rank": 2, "thomas": "01805", "bioguide": "C001062"}, {"name": "Peter T. King", "party": "majority", "rank": 3, "thomas": "00635", "bioguide": "K000210"}, {"name": "Frank A. LoBiondo", "party": "majority", "rank": 4, "thomas": "00699", "bioguide": "L000554"}, {"name": "Thomas J. Rooney", "party": "majority", "rank": 5, "thomas": "01916", "bioguide": "R000583"}, {"name": "Ileana Ros-Lehtinen", "party": "majority", "rank": 6, "thomas": "00985", "bioguide": "R000435"}, {"name": "Michael R. Turner", "party": "majority", "rank": 7, "thomas": "01741", "bioguide": "T000463"}, {"name": "Brad R. Wenstrup", "party": "majority", "rank": 8, "thomas": "02152", "bioguide": "W000815"}, {"name": "Chris Stewart", "party": "majority", "rank": 9, "thomas": "02168", "bioguide": "S001192"}, {"name": "Eric A. \"Rick\" Crawford", "party": "majority", "rank": 10, "thomas": "01989", "bioguide": "C001087"}, {"name": "Trey Gowdy", "party": "majority", "rank": 11, "thomas": "02058", "bioguide": "G000566"}, {"name": "Elise M. Stefanik", "party": "majority", "rank": 12, "thomas": "02263", "bioguide": "S001196"}, {"name": "Will Hurd", "party": "majority", "rank": 13, "thomas": "02269", "bioguide": "H001073"}, {"name": "Adam B. Schiff", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01635", "bioguide": "S001150"}, {"name": "James A. Himes", "party": "minority", "rank": 2, "thomas": "01913", "bioguide": "H001047"}, {"name": "Terri A. Sewell", "party": "minority", "rank": 3, "thomas": "01988", "bioguide": "S001185"}, {"name": "Andr\u00e9 Carson", "party": "minority", "rank": 4, "thomas": "01889", "bioguide": "C001072"}, {"name": "Jackie Speier", "party": "minority", "rank": 5, "thomas": "01890", "bioguide": "S001175"}, {"name": "Mike Quigley", "party": "minority", "rank": 6, "thomas": "01967", "bioguide": "Q000023"}, {"name": "Eric Swalwell", "party": "minority", "rank": 7, "thomas": "02104", "bioguide": "S001193"}, {"name": "Joaquin Castro", "party": "minority", "rank": 8, "thomas": "02163", "bioguide": "C001091"}, {"name": "Denny Heck", "party": "minority", "rank": 9, "thomas": "02170", "bioguide": "H001064"}], "HLIG01": [{"name": "Frank A. LoBiondo", "party": "majority", "rank": 1, "title": "Chair", "thomas": "00699", "bioguide": "L000554"}, {"name": "K. Michael Conaway", "party": "majority", "rank": 2, "thomas": "01805", "bioguide": "C001062"}, {"name": "Peter T. King", "party": "majority", "rank": 3, "thomas": "00635", "bioguide": "K000210"}, {"name": "Thomas J. Rooney", "party": "majority", "rank": 4, "thomas": "01916", "bioguide": "R000583"}, {"name": "Ileana Ros-Lehtinen", "party": "majority", "rank": 5, "thomas": "00985", "bioguide": "R000435"}, {"name": "Chris Stewart", "party": "majority", "rank": 6, "thomas": "02168", "bioguide": "S001192"}, {"name": "Eric Swalwell", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02104", "bioguide": "S001193"}, {"name": "James A. Himes", "party": "minority", "rank": 2, "thomas": "01913", "bioguide": "H001047"}, {"name": "Joaquin Castro", "party": "minority", "rank": 3, "thomas": "02163", "bioguide": "C001091"}, {"name": "Denny Heck", "party": "minority", "rank": 4, "thomas": "02170", "bioguide": "H001064"}], "HLIG02": [{"name": "Thomas J. Rooney", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01916", "bioguide": "R000583"}, {"name": "K. Michael Conaway", "party": "majority", "rank": 2, "thomas": "01805", "bioguide": "C001062"}, {"name": "Ileana Ros-Lehtinen", "party": "majority", "rank": 3, "thomas": "00985", "bioguide": "R000435"}, {"name": "Michael R. Turner", "party": "majority", "rank": 4, "thomas": "01741", "bioguide": "T000463"}, {"name": "Trey Gowdy", "party": "majority", "rank": 5, "thomas": "02058", "bioguide": "G000566"}, {"name": "Elise M. Stefanik", "party": "majority", "rank": 6, "thomas": "02263", "bioguide": "S001196"}, {"name": "James A. Himes", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01913", "bioguide": "H001047"}, {"name": "Terri A. Sewell", "party": "minority", "rank": 2, "thomas": "01988", "bioguide": "S001185"}, {"name": "Jackie Speier", "party": "minority", "rank": 3, "thomas": "01890", "bioguide": "S001175"}, {"name": "Mike Quigley", "party": "minority", "rank": 4, "thomas": "01967", "bioguide": "Q000023"}], "HLIG03": [{"name": "Peter T. King", "party": "majority", "rank": 1, "title": "Chair", "thomas": "00635", "bioguide": "K000210"}, {"name": "Frank A. LoBiondo", "party": "majority", "rank": 2, "thomas": "00699", "bioguide": "L000554"}, {"name": "Brad R. Wenstrup", "party": "majority", "rank": 3, "thomas": "02152", "bioguide": "W000815"}, {"name": "Eric A. \"Rick\" Crawford", "party": "majority", "rank": 4, "thomas": "01989", "bioguide": "C001087"}, {"name": "Trey Gowdy", "party": "majority", "rank": 5, "thomas": "02058", "bioguide": "G000566"}, {"name": "Will Hurd", "party": "majority", "rank": 6, "thomas": "02269", "bioguide": "H001073"}, {"name": "Andr\u00e9 Carson", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01889", "bioguide": "C001072"}, {"name": "Jackie Speier", "party": "minority", "rank": 2, "thomas": "01890", "bioguide": "S001175"}, {"name": "Mike Quigley", "party": "minority", "rank": 3, "thomas": "01967", "bioguide": "Q000023"}, {"name": "Eric Swalwell", "party": "minority", "rank": 4, "thomas": "02104", "bioguide": "S001193"}], "HLIG04": [{"name": "Chris Stewart", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02168", "bioguide": "S001192"}, {"name": "Michael R. Turner", "party": "majority", "rank": 2, "thomas": "01741", "bioguide": "T000463"}, {"name": "Brad R. Wenstrup", "party": "majority", "rank": 3, "thomas": "02152", "bioguide": "W000815"}, {"name": "Eric A. \"Rick\" Crawford", "party": "majority", "rank": 4, "thomas": "01989", "bioguide": "C001087"}, {"name": "Elise M. Stefanik", "party": "majority", "rank": 5, "thomas": "02263", "bioguide": "S001196"}, {"name": "Will Hurd", "party": "majority", "rank": 6, "thomas": "02269", "bioguide": "H001073"}, {"name": "Terri A. Sewell", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01988", "bioguide": "S001185"}, {"name": "Andr\u00e9 Carson", "party": "minority", "rank": 2, "thomas": "01889", "bioguide": "C001072"}, {"name": "Joaquin Castro", "party": "minority", "rank": 3, "thomas": "02163", "bioguide": "C001091"}, {"name": "Denny Heck", "party": "minority", "rank": 4, "thomas": "02170", "bioguide": "H001064"}], "HSAG": [{"name": "K. Michael Conaway", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01805", "bioguide": "C001062"}, {"name": "Bob Goodlatte", "party": "majority", "rank": 2, "thomas": "00446", "bioguide": "G000289"}, {"name": "Frank D. Lucas", "party": "majority", "rank": 3, "thomas": "00711", "bioguide": "L000491"}, {"name": "Steve King", "party": "majority", "rank": 4, "thomas": "01724", "bioguide": "K000362"}, {"name": "Mike Rogers", "party": "majority", "rank": 5, "thomas": "01704", "bioguide": "R000575"}, {"name": "Glenn Thompson", "party": "majority", "rank": 6, "thomas": "01952", "bioguide": "T000467"}, {"name": "Bob Gibbs", "party": "majority", "rank": 7, "thomas": "02049", "bioguide": "G000563"}, {"name": "Austin Scott", "party": "majority", "rank": 8, "thomas": "02009", "bioguide": "S001189"}, {"name": "Eric A. \"Rick\" Crawford", "party": "majority", "rank": 9, "thomas": "01989", "bioguide": "C001087"}, {"name": "Scott DesJarlais", "party": "majority", "rank": 10, "thomas": "02062", "bioguide": "D000616"}, {"name": "Vicky Hartzler", "party": "majority", "rank": 11, "thomas": "02032", "bioguide": "H001053"}, {"name": "Jeff Denham", "party": "majority", "rank": 12, "thomas": "01995", "bioguide": "D000612"}, {"name": "Doug LaMalfa", "party": "majority", "rank": 13, "thomas": "02100", "bioguide": "L000578"}, {"name": "Rodney Davis", "party": "majority", "rank": 14, "thomas": "02126", "bioguide": "D000619"}, {"name": "Ted S. Yoho", "party": "majority", "rank": 15, "thomas": "02115", "bioguide": "Y000065"}, {"name": "Rick W. Allen", "party": "majority", "rank": 16, "thomas": "02239", "bioguide": "A000372"}, {"name": "Mike Bost", "party": "majority", "rank": 17, "thomas": "02243", "bioguide": "B001295"}, {"name": "David Rouzer", "party": "majority", "rank": 18, "thomas": "02256", "bioguide": "R000603"}, {"name": "Ralph Lee Abraham", "party": "majority", "rank": 19, "thomas": "02244", "bioguide": "A000374"}, {"name": "Trent Kelly", "party": "majority", "rank": 20, "thomas": "02294", "bioguide": "K000388"}, {"name": "James Comer", "party": "majority", "rank": 21, "bioguide": "C001108"}, {"name": "Roger W. Marshall", "party": "majority", "rank": 22, "bioguide": "M001198"}, {"name": "Don Bacon", "party": "majority", "rank": 23, "bioguide": "B001298"}, {"name": "John J. Faso", "party": "majority", "rank": 24, "bioguide": "F000464"}, {"name": "Neal P. Dunn", "party": "majority", "rank": 25, "bioguide": "D000628"}, {"name": "Jodey C. Arrington", "party": "majority", "rank": 26, "bioguide": "A000375"}, {"name": "Collin C. Peterson", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00910", "bioguide": "P000258"}, {"name": "David Scott", "party": "minority", "rank": 2, "thomas": "01722", "bioguide": "S001157"}, {"name": "Jim Costa", "party": "minority", "rank": 3, "thomas": "01774", "bioguide": "C001059"}, {"name": "Timothy J. Walz", "party": "minority", "rank": 4, "thomas": "01856", "bioguide": "W000799"}, {"name": "Marcia L. Fudge", "party": "minority", "rank": 5, "thomas": "01895", "bioguide": "F000455"}, {"name": "James P. McGovern", "party": "minority", "rank": 6, "thomas": "01504", "bioguide": "M000312"}, {"name": "Filemon Vela", "party": "minority", "rank": 7, "thomas": "02167", "bioguide": "V000132"}, {"name": "Michelle Lujan Grisham", "party": "minority", "rank": 8, "thomas": "02146", "bioguide": "L000580"}, {"name": "Ann M. Kuster", "party": "minority", "rank": 9, "thomas": "02145", "bioguide": "K000382"}, {"name": "Richard M. Nolan", "party": "minority", "rank": 10, "thomas": "00867", "bioguide": "N000127"}, {"name": "Cheri Bustos", "party": "minority", "rank": 11, "thomas": "02127", "bioguide": "B001286"}, {"name": "Sean Patrick Maloney", "party": "minority", "rank": 12, "thomas": "02150", "bioguide": "M001185"}, {"name": "Stacey E. Plaskett", "party": "minority", "rank": 13, "thomas": "02274", "bioguide": "P000610"}, {"name": "Alma S. Adams", "party": "minority", "rank": 14, "thomas": "02201", "bioguide": "A000370"}, {"name": "Dwight Evans", "party": "minority", "rank": 15, "bioguide": "E000296"}, {"name": "Al Lawson, Jr.", "party": "minority", "rank": 16, "bioguide": "L000586"}, {"name": "Tom O'Halleran", "party": "minority", "rank": 17, "bioguide": "O000171"}, {"name": "Jimmy Panetta", "party": "minority", "rank": 18, "bioguide": "P000613"}, {"name": "Darren Soto", "party": "minority", "rank": 19, "bioguide": "S001200"}, {"name": "Lisa Blunt Rochester", "party": "minority", "rank": 20, "bioguide": "B001303"}], "HSAG03": [{"name": "Glenn Thompson", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01952", "bioguide": "T000467"}, {"name": "Steve King", "party": "majority", "rank": 2, "thomas": "01724", "bioguide": "K000362"}, {"name": "Eric A. \"Rick\" Crawford", "party": "majority", "rank": 3, "thomas": "01989", "bioguide": "C001087"}, {"name": "Scott DesJarlais", "party": "majority", "rank": 4, "thomas": "02062", "bioguide": "D000616"}, {"name": "Vicky Hartzler", "party": "majority", "rank": 5, "thomas": "02032", "bioguide": "H001053"}, {"name": "Rodney Davis", "party": "majority", "rank": 6, "thomas": "02126", "bioguide": "D000619"}, {"name": "Ted S. Yoho", "party": "majority", "rank": 7, "thomas": "02115", "bioguide": "Y000065"}, {"name": "David Rouzer", "party": "majority", "rank": 8, "thomas": "02256", "bioguide": "R000603"}, {"name": "James Comer", "party": "majority", "rank": 9, "bioguide": "C001108"}, {"name": "Roger W. Marshall", "party": "majority", "rank": 10, "bioguide": "M001198"}, {"name": "John J. Faso", "party": "majority", "rank": 11, "bioguide": "F000464"}, {"name": "Jodey C. Arrington", "party": "majority", "rank": 12, "bioguide": "A000375"}, {"name": "James P. McGovern", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01504", "bioguide": "M000312"}, {"name": "Alma S. Adams", "party": "minority", "rank": 2, "thomas": "02201", "bioguide": "A000370"}, {"name": "Dwight Evans", "party": "minority", "rank": 3, "bioguide": "E000296"}, {"name": "Marcia L. Fudge", "party": "minority", "rank": 4, "thomas": "01895", "bioguide": "F000455"}, {"name": "Michelle Lujan Grisham", "party": "minority", "rank": 5, "thomas": "02146", "bioguide": "L000580"}, {"name": "Al Lawson, Jr.", "party": "minority", "rank": 6, "bioguide": "L000586"}, {"name": "Jimmy Panetta", "party": "minority", "rank": 7, "bioguide": "P000613"}, {"name": "Darren Soto", "party": "minority", "rank": 8, "bioguide": "S001200"}, {"name": "Sean Patrick Maloney", "party": "minority", "rank": 9, "thomas": "02150", "bioguide": "M001185"}], "HSAG14": [{"name": "Rodney Davis", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02126", "bioguide": "D000619"}, {"name": "Bob Gibbs", "party": "majority", "rank": 2, "thomas": "02049", "bioguide": "G000563"}, {"name": "Jeff Denham", "party": "majority", "rank": 3, "thomas": "01995", "bioguide": "D000612"}, {"name": "Ted S. Yoho", "party": "majority", "rank": 4, "thomas": "02115", "bioguide": "Y000065"}, {"name": "David Rouzer", "party": "majority", "rank": 5, "thomas": "02256", "bioguide": "R000603"}, {"name": "Don Bacon", "party": "majority", "rank": 6, "bioguide": "B001298"}, {"name": "Neal P. Dunn", "party": "majority", "rank": 7, "bioguide": "D000628"}, {"name": "Jodey C. Arrington", "party": "majority", "rank": 8, "bioguide": "A000375"}, {"name": "Michelle Lujan Grisham", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02146", "bioguide": "L000580"}, {"name": "Al Lawson, Jr.", "party": "minority", "rank": 2, "bioguide": "L000586"}, {"name": "Jimmy Panetta", "party": "minority", "rank": 3, "bioguide": "P000613"}, {"name": "Jim Costa", "party": "minority", "rank": 4, "thomas": "01774", "bioguide": "C001059"}, {"name": "James P. McGovern", "party": "minority", "rank": 5, "thomas": "01504", "bioguide": "M000312"}, {"name": "Lisa Blunt Rochester", "party": "minority", "rank": 6, "bioguide": "B001303"}], "HSAG15": [{"name": "Frank D. Lucas", "party": "majority", "rank": 1, "title": "Chair", "thomas": "00711", "bioguide": "L000491"}, {"name": "Glenn Thompson", "party": "majority", "rank": 2, "thomas": "01952", "bioguide": "T000467"}, {"name": "Jeff Denham", "party": "majority", "rank": 3, "thomas": "01995", "bioguide": "D000612"}, {"name": "Doug LaMalfa", "party": "majority", "rank": 4, "thomas": "02100", "bioguide": "L000578"}, {"name": "Rick W. Allen", "party": "majority", "rank": 5, "thomas": "02239", "bioguide": "A000372"}, {"name": "Mike Bost", "party": "majority", "rank": 6, "thomas": "02243", "bioguide": "B001295"}, {"name": "Ralph Lee Abraham", "party": "majority", "rank": 7, "thomas": "02244", "bioguide": "A000374"}, {"name": "Trent Kelly", "party": "majority", "rank": 8, "thomas": "02294", "bioguide": "K000388"}, {"name": "Marcia L. Fudge", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01895", "bioguide": "F000455"}, {"name": "Timothy J. Walz", "party": "minority", "rank": 2, "thomas": "01856", "bioguide": "W000799"}, {"name": "Ann M. Kuster", "party": "minority", "rank": 3, "thomas": "02145", "bioguide": "K000382"}, {"name": "Richard M. Nolan", "party": "minority", "rank": 4, "thomas": "00867", "bioguide": "N000127"}, {"name": "Tom O'Halleran", "party": "minority", "rank": 5, "bioguide": "O000171"}, {"name": "Filemon Vela", "party": "minority", "rank": 6, "thomas": "02167", "bioguide": "V000132"}], "HSAG16": [{"name": "Eric A. \"Rick\" Crawford", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01989", "bioguide": "C001087"}, {"name": "Frank D. Lucas", "party": "majority", "rank": 2, "thomas": "00711", "bioguide": "L000491"}, {"name": "Mike Rogers", "party": "majority", "rank": 3, "thomas": "01704", "bioguide": "R000575"}, {"name": "Bob Gibbs", "party": "majority", "rank": 4, "thomas": "02049", "bioguide": "G000563"}, {"name": "Austin Scott", "party": "majority", "rank": 5, "thomas": "02009", "bioguide": "S001189"}, {"name": "Scott DesJarlais", "party": "majority", "rank": 6, "thomas": "02062", "bioguide": "D000616"}, {"name": "Rick W. Allen", "party": "majority", "rank": 7, "thomas": "02239", "bioguide": "A000372"}, {"name": "Mike Bost", "party": "majority", "rank": 8, "thomas": "02243", "bioguide": "B001295"}, {"name": "Ralph Lee Abraham", "party": "majority", "rank": 9, "thomas": "02244", "bioguide": "A000374"}, {"name": "Don Bacon", "party": "majority", "rank": 10, "bioguide": "B001298"}, {"name": "Neal P. Dunn", "party": "majority", "rank": 11, "bioguide": "D000628"}, {"name": "Jodey C. Arrington", "party": "majority", "rank": 12, "bioguide": "A000375"}, {"name": "Richard M. Nolan", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00867", "bioguide": "N000127"}, {"name": "Timothy J. Walz", "party": "minority", "rank": 2, "thomas": "01856", "bioguide": "W000799"}, {"name": "Cheri Bustos", "party": "minority", "rank": 3, "thomas": "02127", "bioguide": "B001286"}, {"name": "Lisa Blunt Rochester", "party": "minority", "rank": 4, "bioguide": "B001303"}, {"name": "David Scott", "party": "minority", "rank": 5, "thomas": "01722", "bioguide": "S001157"}, {"name": "Sean Patrick Maloney", "party": "minority", "rank": 6, "thomas": "02150", "bioguide": "M001185"}, {"name": "Stacey E. Plaskett", "party": "minority", "rank": 7, "thomas": "02274", "bioguide": "P000610"}, {"name": "Al Lawson, Jr.", "party": "minority", "rank": 8, "bioguide": "L000586"}, {"name": "Tom O'Halleran", "party": "minority", "rank": 9, "bioguide": "O000171"}], "HSAG22": [{"name": "Austin Scott", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02009", "bioguide": "S001189"}, {"name": "Bob Goodlatte", "party": "majority", "rank": 2, "thomas": "00446", "bioguide": "G000289"}, {"name": "Mike Rogers", "party": "majority", "rank": 3, "thomas": "01704", "bioguide": "R000575"}, {"name": "Doug LaMalfa", "party": "majority", "rank": 4, "thomas": "02100", "bioguide": "L000578"}, {"name": "Rodney Davis", "party": "majority", "rank": 5, "thomas": "02126", "bioguide": "D000619"}, {"name": "James Comer", "party": "majority", "rank": 6, "bioguide": "C001108"}, {"name": "Roger W. Marshall", "party": "majority", "rank": 7, "bioguide": "M001198"}, {"name": "John J. Faso", "party": "majority", "rank": 8, "bioguide": "F000464"}, {"name": "David Scott", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01722", "bioguide": "S001157"}, {"name": "Sean Patrick Maloney", "party": "minority", "rank": 2, "thomas": "02150", "bioguide": "M001185"}, {"name": "Ann M. Kuster", "party": "minority", "rank": 3, "thomas": "02145", "bioguide": "K000382"}, {"name": "Stacey E. Plaskett", "party": "minority", "rank": 4, "thomas": "02274", "bioguide": "P000610"}, {"name": "Tom O'Halleran", "party": "minority", "rank": 5, "bioguide": "O000171"}, {"name": "Darren Soto", "party": "minority", "rank": 6, "bioguide": "S001200"}], "HSAG29": [{"name": "David Rouzer", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02256", "bioguide": "R000603"}, {"name": "Bob Goodlatte", "party": "majority", "rank": 2, "thomas": "00446", "bioguide": "G000289"}, {"name": "Steve King", "party": "majority", "rank": 3, "thomas": "01724", "bioguide": "K000362"}, {"name": "Scott DesJarlais", "party": "majority", "rank": 4, "thomas": "02062", "bioguide": "D000616"}, {"name": "Vicky Hartzler", "party": "majority", "rank": 5, "thomas": "02032", "bioguide": "H001053"}, {"name": "Ted S. Yoho", "party": "majority", "rank": 6, "thomas": "02115", "bioguide": "Y000065"}, {"name": "Trent Kelly", "party": "majority", "rank": 7, "thomas": "02294", "bioguide": "K000388"}, {"name": "Roger W. Marshall", "party": "majority", "rank": 8, "bioguide": "M001198"}, {"name": "Jim Costa", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01774", "bioguide": "C001059"}, {"name": "Filemon Vela", "party": "minority", "rank": 2, "thomas": "02167", "bioguide": "V000132"}, {"name": "Cheri Bustos", "party": "minority", "rank": 3, "thomas": "02127", "bioguide": "B001286"}, {"name": "Stacey E. Plaskett", "party": "minority", "rank": 4, "thomas": "02274", "bioguide": "P000610"}, {"name": "Dwight Evans", "party": "minority", "rank": 5, "bioguide": "E000296"}], "HSAP": [{"name": "Rodney P. Frelinghuysen", "party": "majority", "rank": 1, "title": "Chair", "thomas": "00414", "bioguide": "F000372"}, {"name": "Harold Rogers", "party": "majority", "rank": 2, "thomas": "00977", "bioguide": "R000395"}, {"name": "Robert B. Aderholt", "party": "majority", "rank": 3, "thomas": "01460", "bioguide": "A000055"}, {"name": "Kay Granger", "party": "majority", "rank": 4, "thomas": "01487", "bioguide": "G000377"}, {"name": "Michael K. Simpson", "party": "majority", "rank": 5, "thomas": "01590", "bioguide": "S001148"}, {"name": "John Abney Culberson", "party": "majority", "rank": 6, "thomas": "01670", "bioguide": "C001048"}, {"name": "John R. Carter", "party": "majority", "rank": 7, "thomas": "01752", "bioguide": "C001051"}, {"name": "Ken Calvert", "party": "majority", "rank": 8, "thomas": "00165", "bioguide": "C000059"}, {"name": "Tom Cole", "party": "majority", "rank": 9, "thomas": "01742", "bioguide": "C001053"}, {"name": "Mario Diaz-Balart", "party": "majority", "rank": 10, "thomas": "01717", "bioguide": "D000600"}, {"name": "Charles W. Dent", "party": "majority", "rank": 11, "thomas": "01799", "bioguide": "D000604"}, {"name": "Tom Graves", "party": "majority", "rank": 12, "thomas": "01979", "bioguide": "G000560"}, {"name": "Kevin Yoder", "party": "majority", "rank": 13, "thomas": "02021", "bioguide": "Y000063"}, {"name": "Steve Womack", "party": "majority", "rank": 14, "thomas": "01991", "bioguide": "W000809"}, {"name": "Jeff Fortenberry", "party": "majority", "rank": 15, "thomas": "01793", "bioguide": "F000449"}, {"name": "Thomas J. Rooney", "party": "majority", "rank": 16, "thomas": "01916", "bioguide": "R000583"}, {"name": "Charles J. \"Chuck\" Fleischmann", "party": "majority", "rank": 17, "thomas": "02061", "bioguide": "F000459"}, {"name": "Jaime Herrera Beutler", "party": "majority", "rank": 18, "thomas": "02071", "bioguide": "H001056"}, {"name": "David P. Joyce", "party": "majority", "rank": 19, "thomas": "02154", "bioguide": "J000295"}, {"name": "David G. Valadao", "party": "majority", "rank": 20, "thomas": "02105", "bioguide": "V000129"}, {"name": "Andy Harris", "party": "majority", "rank": 21, "thomas": "02026", "bioguide": "H001052"}, {"name": "Martha Roby", "party": "majority", "rank": 22, "thomas": "01986", "bioguide": "R000591"}, {"name": "Mark E. Amodei", "party": "majority", "rank": 23, "thomas": "02090", "bioguide": "A000369"}, {"name": "Chris Stewart", "party": "majority", "rank": 24, "thomas": "02168", "bioguide": "S001192"}, {"name": "David Young", "party": "majority", "rank": 25, "thomas": "02242", "bioguide": "Y000066"}, {"name": "Evan H. Jenkins", "party": "majority", "rank": 26, "thomas": "02278", "bioguide": "J000297"}, {"name": "Steven M. Palazzo", "party": "majority", "rank": 27, "thomas": "02035", "bioguide": "P000601"}, {"name": "Dan Newhouse", "party": "majority", "rank": 28, "thomas": "02275", "bioguide": "N000189"}, {"name": "John R. Moolenaar", "party": "majority", "rank": 29, "thomas": "02248", "bioguide": "M001194"}, {"name": "Scott Taylor", "party": "majority", "rank": 30, "bioguide": "T000477"}, {"name": "Nita M. Lowey", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00709", "bioguide": "L000480"}, {"name": "Marcy Kaptur", "party": "minority", "rank": 2, "thomas": "00616", "bioguide": "K000009"}, {"name": "Peter J. Visclosky", "party": "minority", "rank": 3, "thomas": "01188", "bioguide": "V000108"}, {"name": "Jos\u00e9 E. Serrano", "party": "minority", "rank": 4, "thomas": "01042", "bioguide": "S000248"}, {"name": "Rosa L. DeLauro", "party": "minority", "rank": 5, "thomas": "00281", "bioguide": "D000216"}, {"name": "David E. Price", "party": "minority", "rank": 6, "thomas": "00930", "bioguide": "P000523"}, {"name": "Lucille Roybal-Allard", "party": "minority", "rank": 7, "thomas": "00997", "bioguide": "R000486"}, {"name": "Sanford D. Bishop, Jr.", "party": "minority", "rank": 8, "thomas": "00091", "bioguide": "B000490"}, {"name": "Barbara Lee", "party": "minority", "rank": 9, "thomas": "01501", "bioguide": "L000551"}, {"name": "Betty McCollum", "party": "minority", "rank": 10, "thomas": "01653", "bioguide": "M001143"}, {"name": "Tim Ryan", "party": "minority", "rank": 11, "thomas": "01756", "bioguide": "R000577"}, {"name": "C. A. Dutch Ruppersberger", "party": "minority", "rank": 12, "thomas": "01728", "bioguide": "R000576"}, {"name": "Debbie Wasserman Schultz", "party": "minority", "rank": 13, "thomas": "01777", "bioguide": "W000797"}, {"name": "Henry Cuellar", "party": "minority", "rank": 14, "thomas": "01807", "bioguide": "C001063"}, {"name": "Chellie Pingree", "party": "minority", "rank": 15, "thomas": "01927", "bioguide": "P000597"}, {"name": "Mike Quigley", "party": "minority", "rank": 16, "thomas": "01967", "bioguide": "Q000023"}, {"name": "Derek Kilmer", "party": "minority", "rank": 17, "thomas": "02169", "bioguide": "K000381"}, {"name": "Matt Cartwright", "party": "minority", "rank": 18, "thomas": "02159", "bioguide": "C001090"}, {"name": "Grace Meng", "party": "minority", "rank": 19, "thomas": "02148", "bioguide": "M001188"}, {"name": "Mark Pocan", "party": "minority", "rank": 20, "thomas": "02171", "bioguide": "P000607"}, {"name": "Katherine M. Clark", "party": "minority", "rank": 21, "thomas": "02196", "bioguide": "C001101"}, {"name": "Pete Aguilar", "party": "minority", "rank": 22, "thomas": "02229", "bioguide": "A000371"}], "HSAS": [{"name": "Mac Thornberry", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01155", "bioguide": "T000238"}, {"name": "Walter B. Jones", "party": "majority", "rank": 2, "thomas": "00612", "bioguide": "J000255"}, {"name": "Joe Wilson", "party": "majority", "rank": 3, "thomas": "01688", "bioguide": "W000795"}, {"name": "Frank A. LoBiondo", "party": "majority", "rank": 4, "thomas": "00699", "bioguide": "L000554"}, {"name": "Rob Bishop", "party": "majority", "rank": 5, "thomas": "01753", "bioguide": "B001250"}, {"name": "Michael R. Turner", "party": "majority", "rank": 6, "thomas": "01741", "bioguide": "T000463"}, {"name": "Mike Rogers", "party": "majority", "rank": 7, "thomas": "01704", "bioguide": "R000575"}, {"name": "Trent Franks", "party": "majority", "rank": 8, "thomas": "01707", "bioguide": "F000448"}, {"name": "Bill Shuster", "party": "majority", "rank": 9, "thomas": "01681", "bioguide": "S001154"}, {"name": "K. Michael Conaway", "party": "majority", "rank": 10, "thomas": "01805", "bioguide": "C001062"}, {"name": "Doug Lamborn", "party": "majority", "rank": 11, "thomas": "01834", "bioguide": "L000564"}, {"name": "Robert J. Wittman", "party": "majority", "rank": 12, "thomas": "01886", "bioguide": "W000804"}, {"name": "Duncan Hunter", "party": "majority", "rank": 13, "thomas": "01909", "bioguide": "H001048"}, {"name": "Mike Coffman", "party": "majority", "rank": 14, "thomas": "01912", "bioguide": "C001077"}, {"name": "Vicky Hartzler", "party": "majority", "rank": 15, "thomas": "02032", "bioguide": "H001053"}, {"name": "Austin Scott", "party": "majority", "rank": 16, "thomas": "02009", "bioguide": "S001189"}, {"name": "Mo Brooks", "party": "majority", "rank": 17, "thomas": "01987", "bioguide": "B001274"}, {"name": "Paul Cook", "party": "majority", "rank": 18, "thomas": "02103", "bioguide": "C001094"}, {"name": "Jim Bridenstine", "party": "majority", "rank": 19, "thomas": "02155", "bioguide": "B001283"}, {"name": "Brad R. Wenstrup", "party": "majority", "rank": 20, "thomas": "02152", "bioguide": "W000815"}, {"name": "Bradley Byrne", "party": "majority", "rank": 21, "thomas": "02197", "bioguide": "B001289"}, {"name": "Sam Graves", "party": "majority", "rank": 22, "thomas": "01656", "bioguide": "G000546"}, {"name": "Elise M. Stefanik", "party": "majority", "rank": 23, "thomas": "02263", "bioguide": "S001196"}, {"name": "Martha McSally", "party": "majority", "rank": 24, "thomas": "02225", "bioguide": "M001197"}, {"name": "Stephen Knight", "party": "majority", "rank": 25, "thomas": "02228", "bioguide": "K000387"}, {"name": "Steve Russell", "party": "majority", "rank": 26, "thomas": "02265", "bioguide": "R000604"}, {"name": "Scott DesJarlais", "party": "majority", "rank": 27, "thomas": "02062", "bioguide": "D000616"}, {"name": "Ralph Lee Abraham", "party": "majority", "rank": 28, "thomas": "02244", "bioguide": "A000374"}, {"name": "Trent Kelly", "party": "majority", "rank": 29, "thomas": "02294", "bioguide": "K000388"}, {"name": "Mike Gallagher", "party": "majority", "rank": 30, "bioguide": "G000579"}, {"name": "Matt Gaetz", "party": "majority", "rank": 31, "bioguide": "G000578"}, {"name": "Don Bacon", "party": "majority", "rank": 32, "bioguide": "B001298"}, {"name": "Jim Banks", "party": "majority", "rank": 33, "bioguide": "B001299"}, {"name": "Liz Cheney", "party": "majority", "rank": 34, "bioguide": "C001109"}, {"name": "Adam Smith", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01528", "bioguide": "S000510"}, {"name": "Robert A. Brady", "party": "minority", "rank": 2, "thomas": "01469", "bioguide": "B001227"}, {"name": "Susan A. Davis", "party": "minority", "rank": 3, "thomas": "01641", "bioguide": "D000598"}, {"name": "James R. Langevin", "party": "minority", "rank": 4, "thomas": "01668", "bioguide": "L000559"}, {"name": "Rick Larsen", "party": "minority", "rank": 5, "thomas": "01675", "bioguide": "L000560"}, {"name": "Jim Cooper", "party": "minority", "rank": 6, "thomas": "00231", "bioguide": "C000754"}, {"name": "Madeleine Z. Bordallo", "party": "minority", "rank": 7, "thomas": "01723", "bioguide": "B001245"}, {"name": "Joe Courtney", "party": "minority", "rank": 8, "thomas": "01836", "bioguide": "C001069"}, {"name": "Niki Tsongas", "party": "minority", "rank": 9, "thomas": "01884", "bioguide": "T000465"}, {"name": "John Garamendi", "party": "minority", "rank": 10, "thomas": "01973", "bioguide": "G000559"}, {"name": "Jackie Speier", "party": "minority", "rank": 11, "thomas": "01890", "bioguide": "S001175"}, {"name": "Marc A. Veasey", "party": "minority", "rank": 12, "thomas": "02166", "bioguide": "V000131"}, {"name": "Tulsi Gabbard", "party": "minority", "rank": 13, "thomas": "02122", "bioguide": "G000571"}, {"name": "Beto O'Rourke", "party": "minority", "rank": 14, "thomas": "02162", "bioguide": "O000170"}, {"name": "Donald Norcross", "party": "minority", "rank": 15, "thomas": "02202", "bioguide": "N000188"}, {"name": "Ruben Gallego", "party": "minority", "rank": 16, "thomas": "02226", "bioguide": "G000574"}, {"name": "Seth Moulton", "party": "minority", "rank": 17, "thomas": "02246", "bioguide": "M001196"}, {"name": "Colleen Hanabusa", "party": "minority", "rank": 18, "thomas": "02010", "bioguide": "H001050"}, {"name": "Carol Shea-Porter", "party": "minority", "rank": 19, "thomas": "01861", "bioguide": "S001170"}, {"name": "Jacky Rosen", "party": "minority", "rank": 20, "bioguide": "R000608"}, {"name": "A. Donald McEachin", "party": "minority", "rank": 21, "bioguide": "M001200"}, {"name": "Salud O. Carbajal", "party": "minority", "rank": 22, "bioguide": "C001112"}, {"name": "Anthony G. Brown", "party": "minority", "rank": 23, "bioguide": "B001304"}, {"name": "Stephanie N. Murphy", "party": "minority", "rank": 24, "bioguide": "M001202"}, {"name": "Ro Khanna", "party": "minority", "rank": 25, "bioguide": "K000389"}, {"name": "Tom O'Halleran", "party": "minority", "rank": 26, "bioguide": "O000171"}, {"name": "Thomas R. Suozzi", "party": "minority", "rank": 27, "bioguide": "S001201"}], "HSAS02": [{"name": "Mike Coffman", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01912", "bioguide": "C001077"}, {"name": "Walter B. Jones", "party": "majority", "rank": 2, "thomas": "00612", "bioguide": "J000255"}, {"name": "Brad R. Wenstrup", "party": "majority", "rank": 3, "thomas": "02152", "bioguide": "W000815", "title": "Vice Chair"}, {"name": "Steve Russell", "party": "majority", "rank": 4, "thomas": "02265", "bioguide": "R000604"}, {"name": "Don Bacon", "party": "majority", "rank": 5, "bioguide": "B001298"}, {"name": "Martha McSally", "party": "majority", "rank": 6, "thomas": "02225", "bioguide": "M001197"}, {"name": "Ralph Lee Abraham", "party": "majority", "rank": 7, "thomas": "02244", "bioguide": "A000374"}, {"name": "Trent Kelly", "party": "majority", "rank": 8, "thomas": "02294", "bioguide": "K000388"}, {"name": "Jackie Speier", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01890", "bioguide": "S001175"}, {"name": "Robert A. Brady", "party": "minority", "rank": 2, "thomas": "01469", "bioguide": "B001227"}, {"name": "Niki Tsongas", "party": "minority", "rank": 3, "thomas": "01884", "bioguide": "T000465"}, {"name": "Ruben Gallego", "party": "minority", "rank": 4, "thomas": "02226", "bioguide": "G000574"}, {"name": "Carol Shea-Porter", "party": "minority", "rank": 5, "thomas": "01861", "bioguide": "S001170"}, {"name": "Jacky Rosen", "party": "minority", "rank": 6, "bioguide": "R000608"}], "HSAS03": [{"name": "Joe Wilson", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01688", "bioguide": "W000795"}, {"name": "Rob Bishop", "party": "majority", "rank": 2, "thomas": "01753", "bioguide": "B001250"}, {"name": "Austin Scott", "party": "majority", "rank": 3, "thomas": "02009", "bioguide": "S001189"}, {"name": "Steve Russell", "party": "majority", "rank": 4, "thomas": "02265", "bioguide": "R000604"}, {"name": "Mike Rogers", "party": "majority", "rank": 5, "thomas": "01704", "bioguide": "R000575"}, {"name": "Vicky Hartzler", "party": "majority", "rank": 6, "thomas": "02032", "bioguide": "H001053"}, {"name": "Elise M. Stefanik", "party": "majority", "rank": 7, "thomas": "02263", "bioguide": "S001196"}, {"name": "Martha McSally", "party": "majority", "rank": 8, "thomas": "02225", "bioguide": "M001197", "title": "Vice Chair"}, {"name": "Scott DesJarlais", "party": "majority", "rank": 9, "thomas": "02062", "bioguide": "D000616"}, {"name": "Trent Kelly", "party": "majority", "rank": 10, "thomas": "02294", "bioguide": "K000388"}, {"name": "Mike Gallagher", "party": "majority", "rank": 11, "bioguide": "G000579"}, {"name": "Madeleine Z. Bordallo", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01723", "bioguide": "B001245"}, {"name": "Joe Courtney", "party": "minority", "rank": 2, "thomas": "01836", "bioguide": "C001069"}, {"name": "Tulsi Gabbard", "party": "minority", "rank": 3, "thomas": "02122", "bioguide": "G000571"}, {"name": "Carol Shea-Porter", "party": "minority", "rank": 4, "thomas": "01861", "bioguide": "S001170"}, {"name": "A. Donald McEachin", "party": "minority", "rank": 5, "bioguide": "M001200"}, {"name": "Salud O. Carbajal", "party": "minority", "rank": 6, "bioguide": "C001112"}, {"name": "Anthony G. Brown", "party": "minority", "rank": 7, "bioguide": "B001304"}, {"name": "Stephanie N. Murphy", "party": "minority", "rank": 8, "bioguide": "M001202"}, {"name": "Ro Khanna", "party": "minority", "rank": 9, "bioguide": "K000389"}], "HSAS06": [{"name": "Vicky Hartzler", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02032", "bioguide": "H001053"}, {"name": "K. Michael Conaway", "party": "majority", "rank": 2, "thomas": "01805", "bioguide": "C001062"}, {"name": "Matt Gaetz", "party": "majority", "rank": 3, "bioguide": "G000578"}, {"name": "Jim Banks", "party": "majority", "rank": 4, "bioguide": "B001299"}, {"name": "Liz Cheney", "party": "majority", "rank": 5, "bioguide": "C001109"}, {"name": "Austin Scott", "party": "majority", "rank": 6, "thomas": "02009", "bioguide": "S001189"}, {"name": "Seth Moulton", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02246", "bioguide": "M001196"}, {"name": "Tom O'Halleran", "party": "minority", "rank": 2, "bioguide": "O000171"}, {"name": "Thomas R. Suozzi", "party": "minority", "rank": 3, "bioguide": "S001201"}], "HSAS25": [{"name": "Michael R. Turner", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01741", "bioguide": "T000463"}, {"name": "Frank A. LoBiondo", "party": "majority", "rank": 2, "thomas": "00699", "bioguide": "L000554"}, {"name": "Paul Cook", "party": "majority", "rank": 3, "thomas": "02103", "bioguide": "C001094", "title": "Vice Chair"}, {"name": "Sam Graves", "party": "majority", "rank": 4, "thomas": "01656", "bioguide": "G000546"}, {"name": "Martha McSally", "party": "majority", "rank": 5, "thomas": "02225", "bioguide": "M001197"}, {"name": "Stephen Knight", "party": "majority", "rank": 6, "thomas": "02228", "bioguide": "K000387"}, {"name": "Trent Kelly", "party": "majority", "rank": 7, "thomas": "02294", "bioguide": "K000388"}, {"name": "Matt Gaetz", "party": "majority", "rank": 8, "bioguide": "G000578"}, {"name": "Don Bacon", "party": "majority", "rank": 9, "bioguide": "B001298"}, {"name": "Jim Banks", "party": "majority", "rank": 10, "bioguide": "B001299"}, {"name": "Walter B. Jones", "party": "majority", "rank": 11, "thomas": "00612", "bioguide": "J000255"}, {"name": "Rob Bishop", "party": "majority", "rank": 12, "thomas": "01753", "bioguide": "B001250"}, {"name": "Robert J. Wittman", "party": "majority", "rank": 13, "thomas": "01886", "bioguide": "W000804"}, {"name": "Mo Brooks", "party": "majority", "rank": 14, "thomas": "01987", "bioguide": "B001274"}, {"name": "Niki Tsongas", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01884", "bioguide": "T000465"}, {"name": "James R. Langevin", "party": "minority", "rank": 2, "thomas": "01668", "bioguide": "L000559"}, {"name": "Jim Cooper", "party": "minority", "rank": 3, "thomas": "00231", "bioguide": "C000754"}, {"name": "Marc A. Veasey", "party": "minority", "rank": 4, "thomas": "02166", "bioguide": "V000131"}, {"name": "Ruben Gallego", "party": "minority", "rank": 5, "thomas": "02226", "bioguide": "G000574"}, {"name": "Jacky Rosen", "party": "minority", "rank": 6, "bioguide": "R000608"}, {"name": "Salud O. Carbajal", "party": "minority", "rank": 7, "bioguide": "C001112"}, {"name": "Anthony G. Brown", "party": "minority", "rank": 8, "bioguide": "B001304"}, {"name": "Tom O'Halleran", "party": "minority", "rank": 9, "bioguide": "O000171"}, {"name": "Thomas R. Suozzi", "party": "minority", "rank": 10, "bioguide": "S001201"}], "HSAS26": [{"name": "Elise M. Stefanik", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02263", "bioguide": "S001196"}, {"name": "Bill Shuster", "party": "majority", "rank": 2, "thomas": "01681", "bioguide": "S001154"}, {"name": "Brad R. Wenstrup", "party": "majority", "rank": 3, "thomas": "02152", "bioguide": "W000815"}, {"name": "Ralph Lee Abraham", "party": "majority", "rank": 4, "thomas": "02244", "bioguide": "A000374"}, {"name": "Liz Cheney", "party": "majority", "rank": 5, "bioguide": "C001109", "title": "Vice Chair"}, {"name": "Joe Wilson", "party": "majority", "rank": 6, "thomas": "01688", "bioguide": "W000795"}, {"name": "Frank A. LoBiondo", "party": "majority", "rank": 7, "thomas": "00699", "bioguide": "L000554"}, {"name": "Trent Franks", "party": "majority", "rank": 8, "thomas": "01707", "bioguide": "F000448"}, {"name": "Doug Lamborn", "party": "majority", "rank": 9, "thomas": "01834", "bioguide": "L000564"}, {"name": "Austin Scott", "party": "majority", "rank": 10, "thomas": "02009", "bioguide": "S001189"}, {"name": "James R. Langevin", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01668", "bioguide": "L000559"}, {"name": "Rick Larsen", "party": "minority", "rank": 2, "thomas": "01675", "bioguide": "L000560"}, {"name": "Jim Cooper", "party": "minority", "rank": 3, "thomas": "00231", "bioguide": "C000754"}, {"name": "Jackie Speier", "party": "minority", "rank": 4, "thomas": "01890", "bioguide": "S001175"}, {"name": "Marc A. Veasey", "party": "minority", "rank": 5, "thomas": "02166", "bioguide": "V000131"}, {"name": "Tulsi Gabbard", "party": "minority", "rank": 6, "thomas": "02122", "bioguide": "G000571"}, {"name": "Beto O'Rourke", "party": "minority", "rank": 7, "thomas": "02162", "bioguide": "O000170"}, {"name": "Stephanie N. Murphy", "party": "minority", "rank": 8, "bioguide": "M001202"}], "HSAS28": [{"name": "Robert J. Wittman", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01886", "bioguide": "W000804"}, {"name": "K. Michael Conaway", "party": "majority", "rank": 2, "thomas": "01805", "bioguide": "C001062"}, {"name": "Vicky Hartzler", "party": "majority", "rank": 3, "thomas": "02032", "bioguide": "H001053"}, {"name": "Bradley Byrne", "party": "majority", "rank": 4, "thomas": "02197", "bioguide": "B001289", "title": "Vice Chair"}, {"name": "Scott DesJarlais", "party": "majority", "rank": 5, "thomas": "02062", "bioguide": "D000616"}, {"name": "Mike Gallagher", "party": "majority", "rank": 6, "bioguide": "G000579"}, {"name": "Duncan Hunter", "party": "majority", "rank": 7, "thomas": "01909", "bioguide": "H001048"}, {"name": "Paul Cook", "party": "majority", "rank": 8, "thomas": "02103", "bioguide": "C001094"}, {"name": "Jim Bridenstine", "party": "majority", "rank": 9, "thomas": "02155", "bioguide": "B001283"}, {"name": "Stephen Knight", "party": "majority", "rank": 10, "thomas": "02228", "bioguide": "K000387"}, {"name": "Ralph Lee Abraham", "party": "majority", "rank": 11, "thomas": "02244", "bioguide": "A000374"}, {"name": "Joe Courtney", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01836", "bioguide": "C001069"}, {"name": "Susan A. Davis", "party": "minority", "rank": 2, "thomas": "01641", "bioguide": "D000598"}, {"name": "James R. Langevin", "party": "minority", "rank": 3, "thomas": "01668", "bioguide": "L000559"}, {"name": "Madeleine Z. Bordallo", "party": "minority", "rank": 4, "thomas": "01723", "bioguide": "B001245"}, {"name": "John Garamendi", "party": "minority", "rank": 5, "thomas": "01973", "bioguide": "G000559"}, {"name": "Donald Norcross", "party": "minority", "rank": 6, "thomas": "02202", "bioguide": "N000188"}, {"name": "Seth Moulton", "party": "minority", "rank": 7, "thomas": "02246", "bioguide": "M001196"}, {"name": "Colleen Hanabusa", "party": "minority", "rank": 8, "thomas": "02010", "bioguide": "H001050"}, {"name": "A. Donald McEachin", "party": "minority", "rank": 9, "bioguide": "M001200"}], "HSAS29": [{"name": "Mike Rogers", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01704", "bioguide": "R000575"}, {"name": "Trent Franks", "party": "majority", "rank": 2, "thomas": "01707", "bioguide": "F000448", "title": "Vice Chair"}, {"name": "Doug Lamborn", "party": "majority", "rank": 3, "thomas": "01834", "bioguide": "L000564"}, {"name": "Duncan Hunter", "party": "majority", "rank": 4, "thomas": "01909", "bioguide": "H001048"}, {"name": "Mo Brooks", "party": "majority", "rank": 5, "thomas": "01987", "bioguide": "B001274"}, {"name": "Jim Bridenstine", "party": "majority", "rank": 6, "thomas": "02155", "bioguide": "B001283"}, {"name": "Michael R. Turner", "party": "majority", "rank": 7, "thomas": "01741", "bioguide": "T000463"}, {"name": "Mike Coffman", "party": "majority", "rank": 8, "thomas": "01912", "bioguide": "C001077"}, {"name": "Bradley Byrne", "party": "majority", "rank": 9, "thomas": "02197", "bioguide": "B001289"}, {"name": "Sam Graves", "party": "majority", "rank": 10, "thomas": "01656", "bioguide": "G000546"}, {"name": "Jim Cooper", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00231", "bioguide": "C000754"}, {"name": "Susan A. Davis", "party": "minority", "rank": 2, "thomas": "01641", "bioguide": "D000598"}, {"name": "Rick Larsen", "party": "minority", "rank": 3, "thomas": "01675", "bioguide": "L000560"}, {"name": "John Garamendi", "party": "minority", "rank": 4, "thomas": "01973", "bioguide": "G000559"}, {"name": "Beto O'Rourke", "party": "minority", "rank": 5, "thomas": "02162", "bioguide": "O000170"}, {"name": "Donald Norcross", "party": "minority", "rank": 6, "thomas": "02202", "bioguide": "N000188"}, {"name": "Colleen Hanabusa", "party": "minority", "rank": 7, "thomas": "02010", "bioguide": "H001050"}, {"name": "Ro Khanna", "party": "minority", "rank": 8, "bioguide": "K000389"}], "HSBA": [{"name": "Jeb Hensarling", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01749", "bioguide": "H001036"}, {"name": "Peter T. King", "party": "majority", "rank": 2, "thomas": "00635", "bioguide": "K000210"}, {"name": "Edward R. Royce", "party": "majority", "rank": 3, "thomas": "00998", "bioguide": "R000487"}, {"name": "Frank D. Lucas", "party": "majority", "rank": 4, "thomas": "00711", "bioguide": "L000491"}, {"name": "Patrick T. McHenry", "party": "majority", "rank": 5, "thomas": "01792", "bioguide": "M001156"}, {"name": "Stevan Pearce", "party": "majority", "rank": 6, "thomas": "01738", "bioguide": "P000588"}, {"name": "Bill Posey", "party": "majority", "rank": 7, "thomas": "01915", "bioguide": "P000599"}, {"name": "Blaine Luetkemeyer", "party": "majority", "rank": 8, "thomas": "01931", "bioguide": "L000569"}, {"name": "Bill Huizenga", "party": "majority", "rank": 9, "thomas": "02028", "bioguide": "H001058"}, {"name": "Sean P. Duffy", "party": "majority", "rank": 10, "thomas": "02072", "bioguide": "D000614"}, {"name": "Steve Stivers", "party": "majority", "rank": 11, "thomas": "02047", "bioguide": "S001187"}, {"name": "Randy Hultgren", "party": "majority", "rank": 12, "thomas": "02015", "bioguide": "H001059"}, {"name": "Dennis A. Ross", "party": "majority", "rank": 13, "thomas": "02003", "bioguide": "R000593"}, {"name": "Robert Pittenger", "party": "majority", "rank": 14, "thomas": "02141", "bioguide": "P000606"}, {"name": "Ann Wagner", "party": "majority", "rank": 15, "thomas": "02137", "bioguide": "W000812"}, {"name": "Andy Barr", "party": "majority", "rank": 16, "thomas": "02131", "bioguide": "B001282"}, {"name": "Keith J. Rothfus", "party": "majority", "rank": 17, "thomas": "02158", "bioguide": "R000598"}, {"name": "Luke Messer", "party": "majority", "rank": 18, "thomas": "02130", "bioguide": "M001189"}, {"name": "Scott R. Tipton", "party": "majority", "rank": 19, "thomas": "01997", "bioguide": "T000470"}, {"name": "Roger Williams", "party": "majority", "rank": 20, "thomas": "02165", "bioguide": "W000816"}, {"name": "Bruce Poliquin", "party": "majority", "rank": 21, "thomas": "02247", "bioguide": "P000611"}, {"name": "Mia B. Love", "party": "majority", "rank": 22, "thomas": "02271", "bioguide": "L000584"}, {"name": "J. French Hill", "party": "majority", "rank": 23, "thomas": "02223", "bioguide": "H001072"}, {"name": "Tom Emmer", "party": "majority", "rank": 24, "thomas": "02253", "bioguide": "E000294"}, {"name": "Lee M. Zeldin", "party": "majority", "rank": 25, "thomas": "02261", "bioguide": "Z000017"}, {"name": "David A. Trott", "party": "majority", "rank": 26, "thomas": "02250", "bioguide": "T000475"}, {"name": "Barry Loudermilk", "party": "majority", "rank": 27, "thomas": "02238", "bioguide": "L000583"}, {"name": "Alexander X. Mooney", "party": "majority", "rank": 28, "thomas": "02277", "bioguide": "M001195"}, {"name": "Thomas MacArthur", "party": "majority", "rank": 29, "thomas": "02258", "bioguide": "M001193"}, {"name": "Warren Davidson", "party": "majority", "rank": 30, "thomas": "02296", "bioguide": "D000626"}, {"name": "Ted Budd", "party": "majority", "rank": 31, "bioguide": "B001305"}, {"name": "David Kustoff", "party": "majority", "rank": 32, "bioguide": "K000392"}, {"name": "Claudia Tenney", "party": "majority", "rank": 33, "bioguide": "T000478"}, {"name": "Trey Hollingsworth", "party": "majority", "rank": 34, "bioguide": "H001074"}, {"name": "Maxine Waters", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01205", "bioguide": "W000187"}, {"name": "Carolyn B. Maloney", "party": "minority", "rank": 2, "thomas": "00729", "bioguide": "M000087"}, {"name": "Nydia M. Vel\u00e1zquez", "party": "minority", "rank": 3, "thomas": "01184", "bioguide": "V000081"}, {"name": "Brad Sherman", "party": "minority", "rank": 4, "thomas": "01526", "bioguide": "S000344"}, {"name": "Gregory W. Meeks", "party": "minority", "rank": 5, "thomas": "01506", "bioguide": "M001137"}, {"name": "Michael E. Capuano", "party": "minority", "rank": 6, "thomas": "01564", "bioguide": "C001037"}, {"name": "Wm. Lacy Clay", "party": "minority", "rank": 7, "thomas": "01654", "bioguide": "C001049"}, {"name": "Stephen F. Lynch", "party": "minority", "rank": 8, "thomas": "01686", "bioguide": "L000562"}, {"name": "David Scott", "party": "minority", "rank": 9, "thomas": "01722", "bioguide": "S001157"}, {"name": "Al Green", "party": "minority", "rank": 10, "thomas": "01803", "bioguide": "G000553"}, {"name": "Emanuel Cleaver", "party": "minority", "rank": 11, "thomas": "01790", "bioguide": "C001061"}, {"name": "Gwen Moore", "party": "minority", "rank": 12, "thomas": "01811", "bioguide": "M001160"}, {"name": "Keith Ellison", "party": "minority", "rank": 13, "thomas": "01857", "bioguide": "E000288"}, {"name": "Ed Perlmutter", "party": "minority", "rank": 14, "thomas": "01835", "bioguide": "P000593"}, {"name": "James A. Himes", "party": "minority", "rank": 15, "thomas": "01913", "bioguide": "H001047"}, {"name": "Bill Foster", "party": "minority", "rank": 16, "thomas": "01888", "bioguide": "F000454"}, {"name": "Daniel T. Kildee", "party": "minority", "rank": 17, "thomas": "02134", "bioguide": "K000380"}, {"name": "John K. Delaney", "party": "minority", "rank": 18, "thomas": "02133", "bioguide": "D000620"}, {"name": "Kyrsten Sinema", "party": "minority", "rank": 19, "thomas": "02099", "bioguide": "S001191"}, {"name": "Joyce Beatty", "party": "minority", "rank": 20, "thomas": "02153", "bioguide": "B001281"}, {"name": "Denny Heck", "party": "minority", "rank": 21, "thomas": "02170", "bioguide": "H001064"}, {"name": "Juan Vargas", "party": "minority", "rank": 22, "thomas": "02112", "bioguide": "V000130"}, {"name": "Josh Gottheimer", "party": "minority", "rank": 23, "bioguide": "G000583"}, {"name": "Vicente Gonzalez", "party": "minority", "rank": 24, "bioguide": "G000581"}, {"name": "Charlie Crist", "party": "minority", "rank": 25, "bioguide": "C001111"}, {"name": "Ruben Kihuen", "party": "minority", "rank": 26, "bioguide": "K000390"}], "HSBA01": [{"name": "Stevan Pearce", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01738", "bioguide": "P000588"}, {"name": "Robert Pittenger", "party": "majority", "rank": 2, "thomas": "02141", "bioguide": "P000606", "title": "Vice Chair"}, {"name": "Keith J. Rothfus", "party": "majority", "rank": 3, "thomas": "02158", "bioguide": "R000598"}, {"name": "Luke Messer", "party": "majority", "rank": 4, "thomas": "02130", "bioguide": "M001189"}, {"name": "Scott R. Tipton", "party": "majority", "rank": 5, "thomas": "01997", "bioguide": "T000470"}, {"name": "Roger Williams", "party": "majority", "rank": 6, "thomas": "02165", "bioguide": "W000816"}, {"name": "Bruce Poliquin", "party": "majority", "rank": 7, "thomas": "02247", "bioguide": "P000611"}, {"name": "Mia B. Love", "party": "majority", "rank": 8, "thomas": "02271", "bioguide": "L000584"}, {"name": "J. French Hill", "party": "majority", "rank": 9, "thomas": "02223", "bioguide": "H001072"}, {"name": "Tom Emmer", "party": "majority", "rank": 10, "thomas": "02253", "bioguide": "E000294"}, {"name": "Lee M. Zeldin", "party": "majority", "rank": 11, "thomas": "02261", "bioguide": "Z000017"}, {"name": "Warren Davidson", "party": "majority", "rank": 12, "thomas": "02296", "bioguide": "D000626"}, {"name": "Ted Budd", "party": "majority", "rank": 13, "bioguide": "B001305"}, {"name": "David Kustoff", "party": "majority", "rank": 14, "bioguide": "K000392"}, {"name": "Jeb Hensarling", "party": "majority", "rank": 15, "thomas": "01749", "bioguide": "H001036", "title": "Ex Officio"}, {"name": "Ed Perlmutter", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01835", "bioguide": "P000593"}, {"name": "Carolyn B. Maloney", "party": "minority", "rank": 2, "thomas": "00729", "bioguide": "M000087"}, {"name": "James A. Himes", "party": "minority", "rank": 3, "thomas": "01913", "bioguide": "H001047"}, {"name": "Bill Foster", "party": "minority", "rank": 4, "thomas": "01888", "bioguide": "F000454"}, {"name": "Daniel T. Kildee", "party": "minority", "rank": 5, "thomas": "02134", "bioguide": "K000380"}, {"name": "John K. Delaney", "party": "minority", "rank": 6, "thomas": "02133", "bioguide": "D000620"}, {"name": "Kyrsten Sinema", "party": "minority", "rank": 7, "thomas": "02099", "bioguide": "S001191"}, {"name": "Juan Vargas", "party": "minority", "rank": 8, "thomas": "02112", "bioguide": "V000130"}, {"name": "Josh Gottheimer", "party": "minority", "rank": 9, "bioguide": "G000583"}, {"name": "Vicente Gonzalez", "party": "minority", "rank": 10, "bioguide": "G000581"}, {"name": "Ruben Kihuen", "party": "minority", "rank": 11, "bioguide": "K000390"}, {"name": "Maxine Waters", "party": "minority", "rank": 12, "thomas": "01205", "bioguide": "W000187", "title": "Ex Officio"}], "HSBA04": [{"name": "Sean P. Duffy", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02072", "bioguide": "D000614"}, {"name": "Dennis A. Ross", "party": "majority", "rank": 2, "thomas": "02003", "bioguide": "R000593", "title": "Vice Chair"}, {"name": "Edward R. Royce", "party": "majority", "rank": 3, "thomas": "00998", "bioguide": "R000487"}, {"name": "Stevan Pearce", "party": "majority", "rank": 4, "thomas": "01738", "bioguide": "P000588"}, {"name": "Bill Posey", "party": "majority", "rank": 5, "thomas": "01915", "bioguide": "P000599"}, {"name": "Blaine Luetkemeyer", "party": "majority", "rank": 6, "thomas": "01931", "bioguide": "L000569"}, {"name": "Steve Stivers", "party": "majority", "rank": 7, "thomas": "02047", "bioguide": "S001187"}, {"name": "Randy Hultgren", "party": "majority", "rank": 8, "thomas": "02015", "bioguide": "H001059"}, {"name": "Keith J. Rothfus", "party": "majority", "rank": 9, "thomas": "02158", "bioguide": "R000598"}, {"name": "Lee M. Zeldin", "party": "majority", "rank": 10, "thomas": "02261", "bioguide": "Z000017"}, {"name": "David A. Trott", "party": "majority", "rank": 11, "thomas": "02250", "bioguide": "T000475"}, {"name": "Thomas MacArthur", "party": "majority", "rank": 12, "thomas": "02258", "bioguide": "M001193"}, {"name": "Ted Budd", "party": "majority", "rank": 13, "bioguide": "B001305"}, {"name": "Jeb Hensarling", "party": "majority", "rank": 14, "thomas": "01749", "bioguide": "H001036", "title": "Ex Officio"}, {"name": "Emanuel Cleaver", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01790", "bioguide": "C001061"}, {"name": "Nydia M. Vel\u00e1zquez", "party": "minority", "rank": 2, "thomas": "01184", "bioguide": "V000081"}, {"name": "Michael E. Capuano", "party": "minority", "rank": 3, "thomas": "01564", "bioguide": "C001037"}, {"name": "Wm. Lacy Clay", "party": "minority", "rank": 4, "thomas": "01654", "bioguide": "C001049"}, {"name": "Brad Sherman", "party": "minority", "rank": 5, "thomas": "01526", "bioguide": "S000344"}, {"name": "Stephen F. Lynch", "party": "minority", "rank": 6, "thomas": "01686", "bioguide": "L000562"}, {"name": "Joyce Beatty", "party": "minority", "rank": 7, "thomas": "02153", "bioguide": "B001281"}, {"name": "Daniel T. Kildee", "party": "minority", "rank": 8, "thomas": "02134", "bioguide": "K000380"}, {"name": "John K. Delaney", "party": "minority", "rank": 9, "thomas": "02133", "bioguide": "D000620"}, {"name": "Ruben Kihuen", "party": "minority", "rank": 10, "bioguide": "K000390"}, {"name": "Maxine Waters", "party": "minority", "rank": 11, "thomas": "01205", "bioguide": "W000187", "title": "Ex Officio"}], "HSBA09": [{"name": "Ann Wagner", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02137", "bioguide": "W000812"}, {"name": "Scott R. Tipton", "party": "majority", "rank": 2, "thomas": "01997", "bioguide": "T000470", "title": "Vice Chair"}, {"name": "Peter T. King", "party": "majority", "rank": 3, "thomas": "00635", "bioguide": "K000210"}, {"name": "Patrick T. McHenry", "party": "majority", "rank": 4, "thomas": "01792", "bioguide": "M001156"}, {"name": "Dennis A. Ross", "party": "majority", "rank": 5, "thomas": "02003", "bioguide": "R000593"}, {"name": "Luke Messer", "party": "majority", "rank": 6, "thomas": "02130", "bioguide": "M001189"}, {"name": "Lee M. Zeldin", "party": "majority", "rank": 7, "thomas": "02261", "bioguide": "Z000017"}, {"name": "David A. Trott", "party": "majority", "rank": 8, "thomas": "02250", "bioguide": "T000475"}, {"name": "Barry Loudermilk", "party": "majority", "rank": 9, "thomas": "02238", "bioguide": "L000583"}, {"name": "David Kustoff", "party": "majority", "rank": 10, "bioguide": "K000392"}, {"name": "Claudia Tenney", "party": "majority", "rank": 11, "bioguide": "T000478"}, {"name": "Trey Hollingsworth", "party": "majority", "rank": 12, "bioguide": "H001074"}, {"name": "Jeb Hensarling", "party": "majority", "rank": 13, "thomas": "01749", "bioguide": "H001036", "title": "Ex Officio"}, {"name": "Al Green", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01803", "bioguide": "G000553"}, {"name": "Keith Ellison", "party": "minority", "rank": 2, "thomas": "01857", "bioguide": "E000288"}, {"name": "Emanuel Cleaver", "party": "minority", "rank": 3, "thomas": "01790", "bioguide": "C001061"}, {"name": "Joyce Beatty", "party": "minority", "rank": 4, "thomas": "02153", "bioguide": "B001281"}, {"name": "Michael E. Capuano", "party": "minority", "rank": 5, "thomas": "01564", "bioguide": "C001037"}, {"name": "Gwen Moore", "party": "minority", "rank": 6, "thomas": "01811", "bioguide": "M001160"}, {"name": "Josh Gottheimer", "party": "minority", "rank": 7, "bioguide": "G000583"}, {"name": "Vicente Gonzalez", "party": "minority", "rank": 8, "bioguide": "G000581"}, {"name": "Charlie Crist", "party": "minority", "rank": 9, "bioguide": "C001111"}, {"name": "Maxine Waters", "party": "minority", "rank": 10, "thomas": "01205", "bioguide": "W000187", "title": "Ex Officio"}], "HSBA15": [{"name": "Blaine Luetkemeyer", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01931", "bioguide": "L000569"}, {"name": "Keith J. Rothfus", "party": "majority", "rank": 2, "thomas": "02158", "bioguide": "R000598", "title": "Vice Chair"}, {"name": "Edward R. Royce", "party": "majority", "rank": 3, "thomas": "00998", "bioguide": "R000487"}, {"name": "Frank D. Lucas", "party": "majority", "rank": 4, "thomas": "00711", "bioguide": "L000491"}, {"name": "Bill Posey", "party": "majority", "rank": 5, "thomas": "01915", "bioguide": "P000599"}, {"name": "Dennis A. Ross", "party": "majority", "rank": 6, "thomas": "02003", "bioguide": "R000593"}, {"name": "Robert Pittenger", "party": "majority", "rank": 7, "thomas": "02141", "bioguide": "P000606"}, {"name": "Andy Barr", "party": "majority", "rank": 8, "thomas": "02131", "bioguide": "B001282"}, {"name": "Scott R. Tipton", "party": "majority", "rank": 9, "thomas": "01997", "bioguide": "T000470"}, {"name": "Roger Williams", "party": "majority", "rank": 10, "thomas": "02165", "bioguide": "W000816"}, {"name": "Mia B. Love", "party": "majority", "rank": 11, "thomas": "02271", "bioguide": "L000584"}, {"name": "David A. Trott", "party": "majority", "rank": 12, "thomas": "02250", "bioguide": "T000475"}, {"name": "Barry Loudermilk", "party": "majority", "rank": 13, "thomas": "02238", "bioguide": "L000583"}, {"name": "David Kustoff", "party": "majority", "rank": 14, "bioguide": "K000392"}, {"name": "Claudia Tenney", "party": "majority", "rank": 15, "bioguide": "T000478"}, {"name": "Jeb Hensarling", "party": "majority", "rank": 16, "thomas": "01749", "bioguide": "H001036", "title": "Ex Officio"}, {"name": "Wm. Lacy Clay", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01654", "bioguide": "C001049"}, {"name": "Carolyn B. Maloney", "party": "minority", "rank": 2, "thomas": "00729", "bioguide": "M000087"}, {"name": "Gregory W. Meeks", "party": "minority", "rank": 3, "thomas": "01506", "bioguide": "M001137"}, {"name": "David Scott", "party": "minority", "rank": 4, "thomas": "01722", "bioguide": "S001157"}, {"name": "Nydia M. Vel\u00e1zquez", "party": "minority", "rank": 5, "thomas": "01184", "bioguide": "V000081"}, {"name": "Al Green", "party": "minority", "rank": 6, "thomas": "01803", "bioguide": "G000553"}, {"name": "Keith Ellison", "party": "minority", "rank": 7, "thomas": "01857", "bioguide": "E000288"}, {"name": "Michael E. Capuano", "party": "minority", "rank": 8, "thomas": "01564", "bioguide": "C001037"}, {"name": "Denny Heck", "party": "minority", "rank": 9, "thomas": "02170", "bioguide": "H001064"}, {"name": "Gwen Moore", "party": "minority", "rank": 10, "thomas": "01811", "bioguide": "M001160"}, {"name": "Charlie Crist", "party": "minority", "rank": 11, "bioguide": "C001111"}, {"name": "Maxine Waters", "party": "minority", "rank": 12, "thomas": "01205", "bioguide": "W000187", "title": "Ex Officio"}], "HSBA16": [{"name": "Bill Huizenga", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02028", "bioguide": "H001058"}, {"name": "Randy Hultgren", "party": "majority", "rank": 2, "thomas": "02015", "bioguide": "H001059", "title": "Vice Chair"}, {"name": "Peter T. King", "party": "majority", "rank": 3, "thomas": "00635", "bioguide": "K000210"}, {"name": "Patrick T. McHenry", "party": "majority", "rank": 4, "thomas": "01792", "bioguide": "M001156"}, {"name": "Sean P. Duffy", "party": "majority", "rank": 5, "thomas": "02072", "bioguide": "D000614"}, {"name": "Steve Stivers", "party": "majority", "rank": 6, "thomas": "02047", "bioguide": "S001187"}, {"name": "Ann Wagner", "party": "majority", "rank": 7, "thomas": "02137", "bioguide": "W000812"}, {"name": "Luke Messer", "party": "majority", "rank": 8, "thomas": "02130", "bioguide": "M001189"}, {"name": "Bruce Poliquin", "party": "majority", "rank": 9, "thomas": "02247", "bioguide": "P000611"}, {"name": "J. French Hill", "party": "majority", "rank": 10, "thomas": "02223", "bioguide": "H001072"}, {"name": "Tom Emmer", "party": "majority", "rank": 11, "thomas": "02253", "bioguide": "E000294"}, {"name": "Alexander X. Mooney", "party": "majority", "rank": 12, "thomas": "02277", "bioguide": "M001195"}, {"name": "Thomas MacArthur", "party": "majority", "rank": 13, "thomas": "02258", "bioguide": "M001193"}, {"name": "Warren Davidson", "party": "majority", "rank": 14, "thomas": "02296", "bioguide": "D000626"}, {"name": "Ted Budd", "party": "majority", "rank": 15, "bioguide": "B001305"}, {"name": "Trey Hollingsworth", "party": "majority", "rank": 16, "bioguide": "H001074"}, {"name": "Jeb Hensarling", "party": "majority", "rank": 17, "thomas": "01749", "bioguide": "H001036", "title": "Ex Officio"}, {"name": "Carolyn B. Maloney", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00729", "bioguide": "M000087"}, {"name": "Brad Sherman", "party": "minority", "rank": 2, "thomas": "01526", "bioguide": "S000344"}, {"name": "Stephen F. Lynch", "party": "minority", "rank": 3, "thomas": "01686", "bioguide": "L000562"}, {"name": "David Scott", "party": "minority", "rank": 4, "thomas": "01722", "bioguide": "S001157"}, {"name": "James A. Himes", "party": "minority", "rank": 5, "thomas": "01913", "bioguide": "H001047"}, {"name": "Keith Ellison", "party": "minority", "rank": 6, "thomas": "01857", "bioguide": "E000288"}, {"name": "Bill Foster", "party": "minority", "rank": 7, "thomas": "01888", "bioguide": "F000454"}, {"name": "Gregory W. Meeks", "party": "minority", "rank": 8, "thomas": "01506", "bioguide": "M001137"}, {"name": "Kyrsten Sinema", "party": "minority", "rank": 9, "thomas": "02099", "bioguide": "S001191"}, {"name": "Juan Vargas", "party": "minority", "rank": 10, "thomas": "02112", "bioguide": "V000130"}, {"name": "Josh Gottheimer", "party": "minority", "rank": 11, "bioguide": "G000583"}, {"name": "Vicente Gonzalez", "party": "minority", "rank": 12, "bioguide": "G000581"}, {"name": "Maxine Waters", "party": "minority", "rank": 13, "thomas": "01205", "bioguide": "W000187", "title": "Ex Officio"}], "HSBA20": [{"name": "Andy Barr", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02131", "bioguide": "B001282"}, {"name": "Roger Williams", "party": "majority", "rank": 2, "thomas": "02165", "bioguide": "W000816", "title": "Vice Chair"}, {"name": "Frank D. Lucas", "party": "majority", "rank": 3, "thomas": "00711", "bioguide": "L000491"}, {"name": "Bill Huizenga", "party": "majority", "rank": 4, "thomas": "02028", "bioguide": "H001058"}, {"name": "Robert Pittenger", "party": "majority", "rank": 5, "thomas": "02141", "bioguide": "P000606"}, {"name": "Mia B. Love", "party": "majority", "rank": 6, "thomas": "02271", "bioguide": "L000584"}, {"name": "J. French Hill", "party": "majority", "rank": 7, "thomas": "02223", "bioguide": "H001072"}, {"name": "Tom Emmer", "party": "majority", "rank": 8, "thomas": "02253", "bioguide": "E000294"}, {"name": "Alexander X. Mooney", "party": "majority", "rank": 9, "thomas": "02277", "bioguide": "M001195"}, {"name": "Warren Davidson", "party": "majority", "rank": 10, "thomas": "02296", "bioguide": "D000626"}, {"name": "Claudia Tenney", "party": "majority", "rank": 11, "bioguide": "T000478"}, {"name": "Trey Hollingsworth", "party": "majority", "rank": 12, "bioguide": "H001074"}, {"name": "Jeb Hensarling", "party": "majority", "rank": 13, "thomas": "01749", "bioguide": "H001036", "title": "Ex Officio"}, {"name": "Gwen Moore", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01811", "bioguide": "M001160"}, {"name": "Gregory W. Meeks", "party": "minority", "rank": 2, "thomas": "01506", "bioguide": "M001137"}, {"name": "Bill Foster", "party": "minority", "rank": 3, "thomas": "01888", "bioguide": "F000454"}, {"name": "Brad Sherman", "party": "minority", "rank": 4, "thomas": "01526", "bioguide": "S000344"}, {"name": "Al Green", "party": "minority", "rank": 5, "thomas": "01803", "bioguide": "G000553"}, {"name": "Denny Heck", "party": "minority", "rank": 6, "thomas": "02170", "bioguide": "H001064"}, {"name": "Daniel T. Kildee", "party": "minority", "rank": 7, "thomas": "02134", "bioguide": "K000380"}, {"name": "Juan Vargas", "party": "minority", "rank": 8, "thomas": "02112", "bioguide": "V000130"}, {"name": "Charlie Crist", "party": "minority", "rank": 9, "bioguide": "C001111"}, {"name": "Maxine Waters", "party": "minority", "rank": 10, "thomas": "01205", "bioguide": "W000187", "title": "Ex Officio"}], "HSBU": [{"name": "Diane Black", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02063", "bioguide": "B001273"}, {"name": "Mario Diaz-Balart", "party": "majority", "rank": 2, "thomas": "01717", "bioguide": "D000600"}, {"name": "Tom Cole", "party": "majority", "rank": 3, "thomas": "01742", "bioguide": "C001053"}, {"name": "Tom McClintock", "party": "majority", "rank": 4, "thomas": "01908", "bioguide": "M001177"}, {"name": "Todd Rokita", "party": "majority", "rank": 5, "thomas": "02017", "bioguide": "R000592"}, {"name": "Rob Woodall", "party": "majority", "rank": 6, "thomas": "02008", "bioguide": "W000810"}, {"name": "Mark Sanford", "party": "majority", "rank": 7, "thomas": "01012", "bioguide": "S000051"}, {"name": "Steve Womack", "party": "majority", "rank": 8, "thomas": "01991", "bioguide": "W000809"}, {"name": "Dave Brat", "party": "majority", "rank": 9, "thomas": "02203", "bioguide": "B001290"}, {"name": "Glenn Grothman", "party": "majority", "rank": 10, "thomas": "02276", "bioguide": "G000576"}, {"name": "Gary J. Palmer", "party": "majority", "rank": 11, "thomas": "02221", "bioguide": "P000609"}, {"name": "Bruce Westerman", "party": "majority", "rank": 12, "thomas": "02224", "bioguide": "W000821"}, {"name": "James B. Renacci", "party": "majority", "rank": 13, "thomas": "02048", "bioguide": "R000586"}, {"name": "Bill Johnson", "party": "majority", "rank": 14, "thomas": "02046", "bioguide": "J000292"}, {"name": "Jason Smith", "party": "majority", "rank": 15, "thomas": "02191", "bioguide": "S001195"}, {"name": "Jason Lewis", "party": "majority", "rank": 16, "bioguide": "L000587"}, {"name": "Jack Bergman", "party": "majority", "rank": 17, "bioguide": "B001301"}, {"name": "John J. Faso", "party": "majority", "rank": 18, "bioguide": "F000464"}, {"name": "Lloyd Smucker", "party": "majority", "rank": 19, "bioguide": "S001199"}, {"name": "Matt Gaetz", "party": "majority", "rank": 20, "bioguide": "G000578"}, {"name": "Jodey C. Arrington", "party": "majority", "rank": 21, "bioguide": "A000375"}, {"name": "A. Drew Ferguson IV", "party": "majority", "rank": 22, "bioguide": "F000465"}, {"name": "John A. Yarmuth", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01853", "bioguide": "Y000062"}, {"name": "Barbara Lee", "party": "minority", "rank": 2, "thomas": "01501", "bioguide": "L000551"}, {"name": "Michelle Lujan Grisham", "party": "minority", "rank": 3, "thomas": "02146", "bioguide": "L000580"}, {"name": "Seth Moulton", "party": "minority", "rank": 4, "thomas": "02246", "bioguide": "M001196"}, {"name": "Hakeem S. Jeffries", "party": "minority", "rank": 5, "thomas": "02149", "bioguide": "J000294"}, {"name": "Brian Higgins", "party": "minority", "rank": 6, "thomas": "01794", "bioguide": "H001038"}, {"name": "Suzan K. DelBene", "party": "minority", "rank": 7, "thomas": "02096", "bioguide": "D000617"}, {"name": "Debbie Wasserman Schultz", "party": "minority", "rank": 8, "thomas": "01777", "bioguide": "W000797"}, {"name": "Brendan F. Boyle", "party": "minority", "rank": 9, "thomas": "02267", "bioguide": "B001296"}, {"name": "Ro Khanna", "party": "minority", "rank": 10, "bioguide": "K000389"}, {"name": "Pramila Jayapal", "party": "minority", "rank": 11, "bioguide": "J000298"}, {"name": "Salud O. Carbajal", "party": "minority", "rank": 12, "bioguide": "C001112"}, {"name": "Sheila Jackson Lee", "party": "minority", "rank": 13, "thomas": "00588", "bioguide": "J000032"}, {"name": "Janice D. Schakowsky", "party": "minority", "rank": 14, "thomas": "01588", "bioguide": "S001145"}], "HSED": [{"name": "Virginia Foxx", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01791", "bioguide": "F000450"}, {"name": "Joe Wilson", "party": "majority", "rank": 2, "thomas": "01688", "bioguide": "W000795", "title": "Vice Chair"}, {"name": "Duncan Hunter", "party": "majority", "rank": 3, "thomas": "01909", "bioguide": "H001048"}, {"name": "David P. Roe", "party": "majority", "rank": 4, "thomas": "01954", "bioguide": "R000582"}, {"name": "Glenn Thompson", "party": "majority", "rank": 5, "thomas": "01952", "bioguide": "T000467"}, {"name": "Tim Walberg", "party": "majority", "rank": 6, "thomas": "01855", "bioguide": "W000798"}, {"name": "Brett Guthrie", "party": "majority", "rank": 7, "thomas": "01922", "bioguide": "G000558"}, {"name": "Todd Rokita", "party": "majority", "rank": 8, "thomas": "02017", "bioguide": "R000592"}, {"name": "Lou Barletta", "party": "majority", "rank": 9, "thomas": "02054", "bioguide": "B001269"}, {"name": "Luke Messer", "party": "majority", "rank": 10, "thomas": "02130", "bioguide": "M001189"}, {"name": "Bradley Byrne", "party": "majority", "rank": 11, "thomas": "02197", "bioguide": "B001289"}, {"name": "Dave Brat", "party": "majority", "rank": 12, "thomas": "02203", "bioguide": "B001290"}, {"name": "Glenn Grothman", "party": "majority", "rank": 13, "thomas": "02276", "bioguide": "G000576"}, {"name": "Steve Russell", "party": "majority", "rank": 14, "thomas": "02265", "bioguide": "R000604"}, {"name": "Elise M. Stefanik", "party": "majority", "rank": 15, "thomas": "02263", "bioguide": "S001196"}, {"name": "Rick W. Allen", "party": "majority", "rank": 16, "thomas": "02239", "bioguide": "A000372"}, {"name": "Jason Lewis", "party": "majority", "rank": 17, "bioguide": "L000587"}, {"name": "Francis Rooney", "party": "majority", "rank": 18, "bioguide": "R000607"}, {"name": "Paul Mitchell", "party": "majority", "rank": 19, "bioguide": "M001201"}, {"name": "Thomas A. Garrett, Jr.", "party": "majority", "rank": 20, "bioguide": "G000580"}, {"name": "Lloyd Smucker", "party": "majority", "rank": 21, "bioguide": "S001199"}, {"name": "A. Drew Ferguson IV", "party": "majority", "rank": 22, "bioguide": "F000465"}, {"name": "Robert C. \"Bobby\" Scott", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01037", "bioguide": "S000185"}, {"name": "Susan A. Davis", "party": "minority", "rank": 2, "thomas": "01641", "bioguide": "D000598"}, {"name": "Ra\u00fal M. Grijalva", "party": "minority", "rank": 3, "thomas": "01708", "bioguide": "G000551"}, {"name": "Joe Courtney", "party": "minority", "rank": 4, "thomas": "01836", "bioguide": "C001069"}, {"name": "Marcia L. Fudge", "party": "minority", "rank": 5, "thomas": "01895", "bioguide": "F000455"}, {"name": "Jared Polis", "party": "minority", "rank": 6, "thomas": "01910", "bioguide": "P000598"}, {"name": "Gregorio Kilili Camacho Sablan", "party": "minority", "rank": 7, "thomas": "01962", "bioguide": "S001177"}, {"name": "Frederica S. Wilson", "party": "minority", "rank": 8, "thomas": "02004", "bioguide": "W000808"}, {"name": "Suzanne Bonamici", "party": "minority", "rank": 9, "thomas": "02092", "bioguide": "B001278"}, {"name": "Mark Takano", "party": "minority", "rank": 10, "thomas": "02110", "bioguide": "T000472"}, {"name": "Alma S. Adams", "party": "minority", "rank": 11, "thomas": "02201", "bioguide": "A000370"}, {"name": "Mark DeSaulnier", "party": "minority", "rank": 12, "thomas": "02227", "bioguide": "D000623"}, {"name": "Donald Norcross", "party": "minority", "rank": 13, "thomas": "02202", "bioguide": "N000188"}, {"name": "Lisa Blunt Rochester", "party": "minority", "rank": 14, "bioguide": "B001303"}, {"name": "Raja Krishnamoorthi", "party": "minority", "rank": 15, "bioguide": "K000391"}, {"name": "Carol Shea-Porter", "party": "minority", "rank": 16, "thomas": "01861", "bioguide": "S001170"}, {"name": "Adriano Espaillat", "party": "minority", "rank": 17, "bioguide": "E000297"}], "HSED02": [{"name": "Tim Walberg", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01855", "bioguide": "W000798"}, {"name": "Joe Wilson", "party": "majority", "rank": 2, "thomas": "01688", "bioguide": "W000795"}, {"name": "David P. Roe", "party": "majority", "rank": 3, "thomas": "01954", "bioguide": "R000582"}, {"name": "Todd Rokita", "party": "majority", "rank": 4, "thomas": "02017", "bioguide": "R000592"}, {"name": "Lou Barletta", "party": "majority", "rank": 5, "thomas": "02054", "bioguide": "B001269"}, {"name": "Rick W. Allen", "party": "majority", "rank": 6, "thomas": "02239", "bioguide": "A000372"}, {"name": "Jason Lewis", "party": "majority", "rank": 7, "bioguide": "L000587"}, {"name": "Francis Rooney", "party": "majority", "rank": 8, "bioguide": "R000607"}, {"name": "Paul Mitchell", "party": "majority", "rank": 9, "bioguide": "M001201"}, {"name": "Lloyd Smucker", "party": "majority", "rank": 10, "bioguide": "S001199"}, {"name": "A. Drew Ferguson IV", "party": "majority", "rank": 11, "bioguide": "F000465"}, {"name": "Gregorio Kilili Camacho Sablan", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01962", "bioguide": "S001177"}, {"name": "Frederica S. Wilson", "party": "minority", "rank": 2, "thomas": "02004", "bioguide": "W000808"}, {"name": "Donald Norcross", "party": "minority", "rank": 3, "thomas": "02202", "bioguide": "N000188"}, {"name": "Lisa Blunt Rochester", "party": "minority", "rank": 4, "bioguide": "B001303"}, {"name": "Carol Shea-Porter", "party": "minority", "rank": 5, "thomas": "01861", "bioguide": "S001170"}, {"name": "Adriano Espaillat", "party": "minority", "rank": 6, "bioguide": "E000297"}, {"name": "Joe Courtney", "party": "minority", "rank": 7, "thomas": "01836", "bioguide": "C001069"}, {"name": "Marcia L. Fudge", "party": "minority", "rank": 8, "thomas": "01895", "bioguide": "F000455"}, {"name": "Suzanne Bonamici", "party": "minority", "rank": 9, "thomas": "02092", "bioguide": "B001278"}], "HSED10": [{"name": "Bradley Byrne", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02197", "bioguide": "B001289"}, {"name": "Joe Wilson", "party": "majority", "rank": 2, "thomas": "01688", "bioguide": "W000795"}, {"name": "Duncan Hunter", "party": "majority", "rank": 3, "thomas": "01909", "bioguide": "H001048"}, {"name": "Dave Brat", "party": "majority", "rank": 4, "thomas": "02203", "bioguide": "B001290"}, {"name": "Glenn Grothman", "party": "majority", "rank": 5, "thomas": "02276", "bioguide": "G000576"}, {"name": "Elise M. Stefanik", "party": "majority", "rank": 6, "thomas": "02263", "bioguide": "S001196"}, {"name": "Francis Rooney", "party": "majority", "rank": 7, "bioguide": "R000607"}, {"name": "A. Drew Ferguson IV", "party": "majority", "rank": 8, "bioguide": "F000465"}, {"name": "Mark Takano", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02110", "bioguide": "T000472"}, {"name": "Ra\u00fal M. Grijalva", "party": "minority", "rank": 2, "thomas": "01708", "bioguide": "G000551"}, {"name": "Alma S. Adams", "party": "minority", "rank": 3, "thomas": "02201", "bioguide": "A000370"}, {"name": "Mark DeSaulnier", "party": "minority", "rank": 4, "thomas": "02227", "bioguide": "D000623"}, {"name": "Donald Norcross", "party": "minority", "rank": 5, "thomas": "02202", "bioguide": "N000188"}, {"name": "Raja Krishnamoorthi", "party": "minority", "rank": 6, "bioguide": "K000391"}, {"name": "Carol Shea-Porter", "party": "minority", "rank": 7, "thomas": "01861", "bioguide": "S001170"}], "HSED13": [{"name": "Brett Guthrie", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01922", "bioguide": "G000558"}, {"name": "Glenn Thompson", "party": "majority", "rank": 2, "thomas": "01952", "bioguide": "T000467"}, {"name": "Lou Barletta", "party": "majority", "rank": 3, "thomas": "02054", "bioguide": "B001269"}, {"name": "Luke Messer", "party": "majority", "rank": 4, "thomas": "02130", "bioguide": "M001189"}, {"name": "Bradley Byrne", "party": "majority", "rank": 5, "thomas": "02197", "bioguide": "B001289"}, {"name": "Glenn Grothman", "party": "majority", "rank": 6, "thomas": "02276", "bioguide": "G000576"}, {"name": "Elise M. Stefanik", "party": "majority", "rank": 7, "thomas": "02263", "bioguide": "S001196"}, {"name": "Rick W. Allen", "party": "majority", "rank": 8, "thomas": "02239", "bioguide": "A000372"}, {"name": "Jason Lewis", "party": "majority", "rank": 9, "bioguide": "L000587"}, {"name": "Paul Mitchell", "party": "majority", "rank": 10, "bioguide": "M001201"}, {"name": "Thomas A. Garrett, Jr.", "party": "majority", "rank": 11, "bioguide": "G000580"}, {"name": "Lloyd Smucker", "party": "majority", "rank": 12, "bioguide": "S001199"}, {"name": "Susan A. Davis", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01641", "bioguide": "D000598"}, {"name": "Joe Courtney", "party": "minority", "rank": 2, "thomas": "01836", "bioguide": "C001069"}, {"name": "Alma S. Adams", "party": "minority", "rank": 3, "thomas": "02201", "bioguide": "A000370"}, {"name": "Mark DeSaulnier", "party": "minority", "rank": 4, "thomas": "02227", "bioguide": "D000623"}, {"name": "Raja Krishnamoorthi", "party": "minority", "rank": 5, "bioguide": "K000391"}, {"name": "Jared Polis", "party": "minority", "rank": 6, "thomas": "01910", "bioguide": "P000598"}, {"name": "Gregorio Kilili Camacho Sablan", "party": "minority", "rank": 7, "thomas": "01962", "bioguide": "S001177"}, {"name": "Mark Takano", "party": "minority", "rank": 8, "thomas": "02110", "bioguide": "T000472"}, {"name": "Lisa Blunt Rochester", "party": "minority", "rank": 9, "bioguide": "B001303"}, {"name": "Adriano Espaillat", "party": "minority", "rank": 10, "bioguide": "E000297"}], "HSED14": [{"name": "Todd Rokita", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02017", "bioguide": "R000592"}, {"name": "Duncan Hunter", "party": "majority", "rank": 2, "thomas": "01909", "bioguide": "H001048"}, {"name": "David P. Roe", "party": "majority", "rank": 3, "thomas": "01954", "bioguide": "R000582"}, {"name": "Glenn Thompson", "party": "majority", "rank": 4, "thomas": "01952", "bioguide": "T000467"}, {"name": "Luke Messer", "party": "majority", "rank": 5, "thomas": "02130", "bioguide": "M001189"}, {"name": "Dave Brat", "party": "majority", "rank": 6, "thomas": "02203", "bioguide": "B001290"}, {"name": "Thomas A. Garrett, Jr.", "party": "majority", "rank": 7, "bioguide": "G000580"}, {"name": "Jared Polis", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01910", "bioguide": "P000598"}, {"name": "Ra\u00fal M. Grijalva", "party": "minority", "rank": 2, "thomas": "01708", "bioguide": "G000551"}, {"name": "Marcia L. Fudge", "party": "minority", "rank": 3, "thomas": "01895", "bioguide": "F000455"}, {"name": "Suzanne Bonamici", "party": "minority", "rank": 4, "thomas": "02092", "bioguide": "B001278"}, {"name": "Susan A. Davis", "party": "minority", "rank": 5, "thomas": "01641", "bioguide": "D000598"}, {"name": "Frederica S. Wilson", "party": "minority", "rank": 6, "thomas": "02004", "bioguide": "W000808"}], "HSFA": [{"name": "Edward R. Royce", "party": "majority", "rank": 1, "title": "Chair", "thomas": "00998", "bioguide": "R000487"}, {"name": "Christopher H. Smith", "party": "majority", "rank": 2, "thomas": "01071", "bioguide": "S000522"}, {"name": "Ileana Ros-Lehtinen", "party": "majority", "rank": 3, "thomas": "00985", "bioguide": "R000435"}, {"name": "Dana Rohrabacher", "party": "majority", "rank": 4, "thomas": "00979", "bioguide": "R000409"}, {"name": "Steve Chabot", "party": "majority", "rank": 5, "thomas": "00186", "bioguide": "C000266"}, {"name": "Joe Wilson", "party": "majority", "rank": 6, "thomas": "01688", "bioguide": "W000795"}, {"name": "Michael T. McCaul", "party": "majority", "rank": 7, "thomas": "01804", "bioguide": "M001157"}, {"name": "Ted Poe", "party": "majority", "rank": 8, "thomas": "01802", "bioguide": "P000592"}, {"name": "Darrell E. Issa", "party": "majority", "rank": 9, "thomas": "01640", "bioguide": "I000056"}, {"name": "Tom Marino", "party": "majority", "rank": 10, "thomas": "02053", "bioguide": "M001179"}, {"name": "Jeff Duncan", "party": "majority", "rank": 11, "thomas": "02057", "bioguide": "D000615"}, {"name": "Mo Brooks", "party": "majority", "rank": 12, "thomas": "01987", "bioguide": "B001274"}, {"name": "Paul Cook", "party": "majority", "rank": 13, "thomas": "02103", "bioguide": "C001094"}, {"name": "Scott Perry", "party": "majority", "rank": 14, "thomas": "02157", "bioguide": "P000605"}, {"name": "Ron DeSantis", "party": "majority", "rank": 15, "thomas": "02116", "bioguide": "D000621"}, {"name": "Mark Meadows", "party": "majority", "rank": 16, "thomas": "02142", "bioguide": "M001187"}, {"name": "Ted S. Yoho", "party": "majority", "rank": 17, "thomas": "02115", "bioguide": "Y000065"}, {"name": "Adam Kinzinger", "party": "majority", "rank": 18, "thomas": "02014", "bioguide": "K000378"}, {"name": "Lee M. Zeldin", "party": "majority", "rank": 19, "thomas": "02261", "bioguide": "Z000017"}, {"name": "Daniel M. Donovan, Jr.", "party": "majority", "rank": 20, "thomas": "02293", "bioguide": "D000625"}, {"name": "F. James Sensenbrenner, Jr.", "party": "majority", "rank": 21, "thomas": "01041", "bioguide": "S000244"}, {"name": "Ann Wagner", "party": "majority", "rank": 22, "thomas": "02137", "bioguide": "W000812"}, {"name": "Brian J. Mast", "party": "majority", "rank": 23, "bioguide": "M001199"}, {"name": "Francis Rooney", "party": "majority", "rank": 24, "bioguide": "R000607"}, {"name": "Brian K. Fitzpatrick", "party": "majority", "rank": 25, "bioguide": "F000466"}, {"name": "Thomas A. Garrett, Jr.", "party": "majority", "rank": 26, "bioguide": "G000580"}, {"name": "Eliot L. Engel", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00344", "bioguide": "E000179"}, {"name": "Brad Sherman", "party": "minority", "rank": 2, "thomas": "01526", "bioguide": "S000344"}, {"name": "Gregory W. Meeks", "party": "minority", "rank": 3, "thomas": "01506", "bioguide": "M001137"}, {"name": "Albio Sires", "party": "minority", "rank": 4, "thomas": "01818", "bioguide": "S001165"}, {"name": "Gerald E. Connolly", "party": "minority", "rank": 5, "thomas": "01959", "bioguide": "C001078"}, {"name": "Theodore E. Deutch", "party": "minority", "rank": 6, "thomas": "01976", "bioguide": "D000610"}, {"name": "Karen Bass", "party": "minority", "rank": 7, "thomas": "01996", "bioguide": "B001270"}, {"name": "William R. Keating", "party": "minority", "rank": 8, "thomas": "02025", "bioguide": "K000375"}, {"name": "David N. Cicilline", "party": "minority", "rank": 9, "thomas": "02055", "bioguide": "C001084"}, {"name": "Ami Bera", "party": "minority", "rank": 10, "thomas": "02102", "bioguide": "B001287"}, {"name": "Lois Frankel", "party": "minority", "rank": 11, "thomas": "02119", "bioguide": "F000462"}, {"name": "Tulsi Gabbard", "party": "minority", "rank": 12, "thomas": "02122", "bioguide": "G000571"}, {"name": "Joaquin Castro", "party": "minority", "rank": 13, "thomas": "02163", "bioguide": "C001091"}, {"name": "Robin L. Kelly", "party": "minority", "rank": 14, "thomas": "02190", "bioguide": "K000385"}, {"name": "Brendan F. Boyle", "party": "minority", "rank": 15, "thomas": "02267", "bioguide": "B001296"}, {"name": "Dina Titus", "party": "minority", "rank": 16, "thomas": "01940", "bioguide": "T000468"}, {"name": "Norma J. Torres", "party": "minority", "rank": 17, "thomas": "02231", "bioguide": "T000474"}, {"name": "Bradley Scott Schneider", "party": "minority", "rank": 18, "thomas": "02124", "bioguide": "S001190"}, {"name": "Thomas R. Suozzi", "party": "minority", "rank": 19, "bioguide": "S001201"}, {"name": "Adriano Espaillat", "party": "minority", "rank": 20, "bioguide": "E000297"}, {"name": "Ted Lieu", "party": "minority", "rank": 21, "thomas": "02230", "bioguide": "L000582"}], "HSFA05": [{"name": "Brad Sherman", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01526", "bioguide": "S000344"}, {"name": "Ami Bera", "party": "minority", "rank": 2, "thomas": "02102", "bioguide": "B001287"}, {"name": "Dina Titus", "party": "minority", "rank": 3, "thomas": "01940", "bioguide": "T000468"}, {"name": "Gerald E. Connolly", "party": "minority", "rank": 4, "thomas": "01959", "bioguide": "C001078"}, {"name": "Theodore E. Deutch", "party": "minority", "rank": 5, "thomas": "01976", "bioguide": "D000610"}, {"name": "Tulsi Gabbard", "party": "minority", "rank": 6, "thomas": "02122", "bioguide": "G000571"}], "HSFA07": [{"name": "Albio Sires", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01818", "bioguide": "S001165"}, {"name": "Joaquin Castro", "party": "minority", "rank": 2, "thomas": "02163", "bioguide": "C001091"}, {"name": "Robin L. Kelly", "party": "minority", "rank": 3, "thomas": "02190", "bioguide": "K000385"}, {"name": "Norma J. Torres", "party": "minority", "rank": 4, "thomas": "02231", "bioguide": "T000474"}, {"name": "Adriano Espaillat", "party": "minority", "rank": 5, "bioguide": "E000297"}, {"name": "Gregory W. Meeks", "party": "minority", "rank": 6, "thomas": "01506", "bioguide": "M001137"}], "HSFA13": [{"name": "Theodore E. Deutch", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01976", "bioguide": "D000610"}, {"name": "Gerald E. Connolly", "party": "minority", "rank": 2, "thomas": "01959", "bioguide": "C001078"}, {"name": "David N. Cicilline", "party": "minority", "rank": 3, "thomas": "02055", "bioguide": "C001084"}, {"name": "Lois Frankel", "party": "minority", "rank": 4, "thomas": "02119", "bioguide": "F000462"}, {"name": "Brendan F. Boyle", "party": "minority", "rank": 5, "thomas": "02267", "bioguide": "B001296"}, {"name": "Tulsi Gabbard", "party": "minority", "rank": 6, "thomas": "02122", "bioguide": "G000571"}, {"name": "Bradley Scott Schneider", "party": "minority", "rank": 7, "thomas": "02124", "bioguide": "S001190"}, {"name": "Thomas R. Suozzi", "party": "minority", "rank": 8, "bioguide": "S001201"}, {"name": "Ted Lieu", "party": "minority", "rank": 9, "thomas": "02230", "bioguide": "L000582"}], "HSFA14": [{"name": "Gregory W. Meeks", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01506", "bioguide": "M001137"}, {"name": "Brad Sherman", "party": "minority", "rank": 2, "thomas": "01526", "bioguide": "S000344"}, {"name": "Albio Sires", "party": "minority", "rank": 3, "thomas": "01818", "bioguide": "S001165"}, {"name": "William R. Keating", "party": "minority", "rank": 4, "thomas": "02025", "bioguide": "K000375"}, {"name": "David N. Cicilline", "party": "minority", "rank": 5, "thomas": "02055", "bioguide": "C001084"}, {"name": "Robin L. Kelly", "party": "minority", "rank": 6, "thomas": "02190", "bioguide": "K000385"}], "HSFA16": [{"name": "Karen Bass", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01996", "bioguide": "B001270"}, {"name": "Ami Bera", "party": "minority", "rank": 2, "thomas": "02102", "bioguide": "B001287"}, {"name": "Joaquin Castro", "party": "minority", "rank": 3, "thomas": "02163", "bioguide": "C001091"}, {"name": "Thomas R. Suozzi", "party": "minority", "rank": 4, "bioguide": "S001201"}], "HSFA18": [{"name": "William R. Keating", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02025", "bioguide": "K000375"}, {"name": "Lois Frankel", "party": "minority", "rank": 2, "thomas": "02119", "bioguide": "F000462"}, {"name": "Brendan F. Boyle", "party": "minority", "rank": 3, "thomas": "02267", "bioguide": "B001296"}, {"name": "Dina Titus", "party": "minority", "rank": 4, "thomas": "01940", "bioguide": "T000468"}, {"name": "Norma J. Torres", "party": "minority", "rank": 5, "thomas": "02231", "bioguide": "T000474"}, {"name": "Bradley Scott Schneider", "party": "minority", "rank": 6, "thomas": "02124", "bioguide": "S001190"}], "HSGO": [{"name": "Jason Chaffetz", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01956", "bioguide": "C001076"}, {"name": "John J. Duncan, Jr.", "party": "majority", "rank": 2, "thomas": "00322", "bioguide": "D000533"}, {"name": "Darrell E. Issa", "party": "majority", "rank": 3, "thomas": "01640", "bioguide": "I000056"}, {"name": "Jim Jordan", "party": "majority", "rank": 4, "thomas": "01868", "bioguide": "J000289"}, {"name": "Mark Sanford", "party": "majority", "rank": 5, "thomas": "01012", "bioguide": "S000051"}, {"name": "Justin Amash", "party": "majority", "rank": 6, "thomas": "02029", "bioguide": "A000367"}, {"name": "Paul A. Gosar", "party": "majority", "rank": 7, "thomas": "01992", "bioguide": "G000565"}, {"name": "Scott DesJarlais", "party": "majority", "rank": 8, "thomas": "02062", "bioguide": "D000616"}, {"name": "Trey Gowdy", "party": "majority", "rank": 9, "thomas": "02058", "bioguide": "G000566"}, {"name": "Blake Farenthold", "party": "majority", "rank": 10, "thomas": "02067", "bioguide": "F000460"}, {"name": "Virginia Foxx", "party": "majority", "rank": 11, "thomas": "01791", "bioguide": "F000450"}, {"name": "Thomas Massie", "party": "majority", "rank": 12, "thomas": "02094", "bioguide": "M001184"}, {"name": "Mark Meadows", "party": "majority", "rank": 13, "thomas": "02142", "bioguide": "M001187"}, {"name": "Ron DeSantis", "party": "majority", "rank": 14, "thomas": "02116", "bioguide": "D000621"}, {"name": "Dennis A. Ross", "party": "majority", "rank": 15, "thomas": "02003", "bioguide": "R000593"}, {"name": "Mark Walker", "party": "majority", "rank": 16, "thomas": "02255", "bioguide": "W000819"}, {"name": "Rod Blum", "party": "majority", "rank": 17, "thomas": "02241", "bioguide": "B001294"}, {"name": "Jody B. Hice", "party": "majority", "rank": 18, "thomas": "02237", "bioguide": "H001071"}, {"name": "Steve Russell", "party": "majority", "rank": 19, "thomas": "02265", "bioguide": "R000604"}, {"name": "Glenn Grothman", "party": "majority", "rank": 20, "thomas": "02276", "bioguide": "G000576"}, {"name": "Will Hurd", "party": "majority", "rank": 21, "thomas": "02269", "bioguide": "H001073"}, {"name": "Gary J. Palmer", "party": "majority", "rank": 22, "thomas": "02221", "bioguide": "P000609"}, {"name": "James Comer", "party": "majority", "rank": 23, "bioguide": "C001108"}, {"name": "Paul Mitchell", "party": "majority", "rank": 24, "bioguide": "M001201"}, {"name": "Elijah E. Cummings", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00256", "bioguide": "C000984"}, {"name": "Carolyn B. Maloney", "party": "minority", "rank": 2, "thomas": "00729", "bioguide": "M000087"}, {"name": "Eleanor Holmes Norton", "party": "minority", "rank": 3, "thomas": "00868", "bioguide": "N000147"}, {"name": "Wm. Lacy Clay", "party": "minority", "rank": 4, "thomas": "01654", "bioguide": "C001049"}, {"name": "Stephen F. Lynch", "party": "minority", "rank": 5, "thomas": "01686", "bioguide": "L000562"}, {"name": "Jim Cooper", "party": "minority", "rank": 6, "thomas": "00231", "bioguide": "C000754"}, {"name": "Gerald E. Connolly", "party": "minority", "rank": 7, "thomas": "01959", "bioguide": "C001078"}, {"name": "Robin L. Kelly", "party": "minority", "rank": 8, "thomas": "02190", "bioguide": "K000385"}, {"name": "Brenda L. Lawrence", "party": "minority", "rank": 9, "thomas": "02252", "bioguide": "L000581"}, {"name": "Bonnie Watson Coleman", "party": "minority", "rank": 10, "thomas": "02259", "bioguide": "W000822"}, {"name": "Stacey E. Plaskett", "party": "minority", "rank": 11, "thomas": "02274", "bioguide": "P000610"}, {"name": "Val Butler Demings", "party": "minority", "rank": 12, "bioguide": "D000627"}, {"name": "Raja Krishnamoorthi", "party": "minority", "rank": 13, "bioguide": "K000391"}, {"name": "Jamie Raskin", "party": "minority", "rank": 14, "bioguide": "R000606"}, {"name": "Peter Welch", "party": "minority", "rank": 15, "thomas": "01879", "bioguide": "W000800"}, {"name": "Matt Cartwright", "party": "minority", "rank": 16, "thomas": "02159", "bioguide": "C001090"}, {"name": "Mark DeSaulnier", "party": "minority", "rank": 17, "thomas": "02227", "bioguide": "D000623"}, {"name": "John P. Sarbanes", "party": "minority", "rank": 18, "thomas": "01854", "bioguide": "S001168"}], "HSGO06": [{"name": "Ron DeSantis", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02116", "bioguide": "D000621"}, {"name": "Steve Russell", "party": "majority", "rank": 2, "thomas": "02265", "bioguide": "R000604", "title": "Vice Chair"}, {"name": "John J. Duncan, Jr.", "party": "majority", "rank": 3, "thomas": "00322", "bioguide": "D000533"}, {"name": "Justin Amash", "party": "majority", "rank": 4, "thomas": "02029", "bioguide": "A000367"}, {"name": "Paul A. Gosar", "party": "majority", "rank": 5, "thomas": "01992", "bioguide": "G000565"}, {"name": "Virginia Foxx", "party": "majority", "rank": 6, "thomas": "01791", "bioguide": "F000450"}, {"name": "Jody B. Hice", "party": "majority", "rank": 7, "thomas": "02237", "bioguide": "H001071"}, {"name": "James Comer", "party": "majority", "rank": 8, "bioguide": "C001108"}, {"name": "Stephen F. Lynch", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01686", "bioguide": "L000562"}, {"name": "Peter Welch", "party": "minority", "rank": 2, "thomas": "01879", "bioguide": "W000800"}], "HSGO24": [{"name": "Mark Meadows", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02142", "bioguide": "M001187"}, {"name": "Jody B. Hice", "party": "majority", "rank": 2, "thomas": "02237", "bioguide": "H001071", "title": "Vice Chair"}, {"name": "Jim Jordan", "party": "majority", "rank": 3, "thomas": "01868", "bioguide": "J000289"}, {"name": "Mark Sanford", "party": "majority", "rank": 4, "thomas": "01012", "bioguide": "S000051"}, {"name": "Thomas Massie", "party": "majority", "rank": 5, "thomas": "02094", "bioguide": "M001184"}, {"name": "Ron DeSantis", "party": "majority", "rank": 6, "thomas": "02116", "bioguide": "D000621"}, {"name": "Dennis A. Ross", "party": "majority", "rank": 7, "thomas": "02003", "bioguide": "R000593"}, {"name": "Rod Blum", "party": "majority", "rank": 8, "thomas": "02241", "bioguide": "B001294"}, {"name": "Gerald E. Connolly", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01959", "bioguide": "C001078"}, {"name": "Carolyn B. Maloney", "party": "minority", "rank": 2, "thomas": "00729", "bioguide": "M000087"}, {"name": "Eleanor Holmes Norton", "party": "minority", "rank": 3, "thomas": "00868", "bioguide": "N000147"}, {"name": "Wm. Lacy Clay", "party": "minority", "rank": 4, "thomas": "01654", "bioguide": "C001049"}, {"name": "Brenda L. Lawrence", "party": "minority", "rank": 5, "thomas": "02252", "bioguide": "L000581"}, {"name": "Bonnie Watson Coleman", "party": "minority", "rank": 6, "thomas": "02259", "bioguide": "W000822"}], "HSGO25": [{"name": "Will Hurd", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02269", "bioguide": "H001073"}, {"name": "Paul Mitchell", "party": "majority", "rank": 2, "bioguide": "M001201", "title": "Vice Chair"}, {"name": "Darrell E. Issa", "party": "majority", "rank": 3, "thomas": "01640", "bioguide": "I000056"}, {"name": "Justin Amash", "party": "majority", "rank": 4, "thomas": "02029", "bioguide": "A000367"}, {"name": "Blake Farenthold", "party": "majority", "rank": 5, "thomas": "02067", "bioguide": "F000460"}, {"name": "Steve Russell", "party": "majority", "rank": 6, "thomas": "02265", "bioguide": "R000604"}, {"name": "Robin L. Kelly", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02190", "bioguide": "K000385"}, {"name": "Jamie Raskin", "party": "minority", "rank": 2, "bioguide": "R000606"}, {"name": "Stephen F. Lynch", "party": "minority", "rank": 3, "thomas": "01686", "bioguide": "L000562"}, {"name": "Gerald E. Connolly", "party": "minority", "rank": 4, "thomas": "01959", "bioguide": "C001078"}, {"name": "Raja Krishnamoorthi", "party": "minority", "rank": 5, "bioguide": "K000391"}], "HSGO27": [{"name": "Jim Jordan", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01868", "bioguide": "J000289"}, {"name": "Mark Walker", "party": "majority", "rank": 2, "thomas": "02255", "bioguide": "W000819", "title": "Vice Chair"}, {"name": "Darrell E. Issa", "party": "majority", "rank": 3, "thomas": "01640", "bioguide": "I000056"}, {"name": "Mark Sanford", "party": "majority", "rank": 4, "thomas": "01012", "bioguide": "S000051"}, {"name": "Scott DesJarlais", "party": "majority", "rank": 5, "thomas": "02062", "bioguide": "D000616"}, {"name": "Mark Meadows", "party": "majority", "rank": 6, "thomas": "02142", "bioguide": "M001187"}, {"name": "Glenn Grothman", "party": "majority", "rank": 7, "thomas": "02276", "bioguide": "G000576"}, {"name": "Paul Mitchell", "party": "majority", "rank": 8, "bioguide": "M001201"}, {"name": "Raja Krishnamoorthi", "party": "minority", "rank": 1, "title": "Ranking Member", "bioguide": "K000391"}, {"name": "Jim Cooper", "party": "minority", "rank": 2, "thomas": "00231", "bioguide": "C000754"}, {"name": "Eleanor Holmes Norton", "party": "minority", "rank": 3, "thomas": "00868", "bioguide": "N000147"}, {"name": "Robin L. Kelly", "party": "minority", "rank": 4, "thomas": "02190", "bioguide": "K000385"}, {"name": "Bonnie Watson Coleman", "party": "minority", "rank": 5, "thomas": "02259", "bioguide": "W000822"}, {"name": "Stacey E. Plaskett", "party": "minority", "rank": 6, "thomas": "02274", "bioguide": "P000610"}], "HSGO28": [{"name": "Blake Farenthold", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02067", "bioguide": "F000460"}, {"name": "Paul A. Gosar", "party": "majority", "rank": 2, "thomas": "01992", "bioguide": "G000565", "title": "Vice Chair"}, {"name": "Dennis A. Ross", "party": "majority", "rank": 3, "thomas": "02003", "bioguide": "R000593"}, {"name": "Gary J. Palmer", "party": "majority", "rank": 4, "thomas": "02221", "bioguide": "P000609"}, {"name": "James Comer", "party": "majority", "rank": 5, "bioguide": "C001108"}, {"name": "Stacey E. Plaskett", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02274", "bioguide": "P000610"}, {"name": "Jamie Raskin", "party": "minority", "rank": 2, "bioguide": "R000606"}], "HSGO29": [{"name": "Gary J. Palmer", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02221", "bioguide": "P000609"}, {"name": "Glenn Grothman", "party": "majority", "rank": 2, "thomas": "02276", "bioguide": "G000576", "title": "Vice Chair"}, {"name": "John J. Duncan, Jr.", "party": "majority", "rank": 3, "thomas": "00322", "bioguide": "D000533"}, {"name": "Trey Gowdy", "party": "majority", "rank": 4, "thomas": "02058", "bioguide": "G000566"}, {"name": "Virginia Foxx", "party": "majority", "rank": 5, "thomas": "01791", "bioguide": "F000450"}, {"name": "Thomas Massie", "party": "majority", "rank": 6, "thomas": "02094", "bioguide": "M001184"}, {"name": "Mark Walker", "party": "majority", "rank": 7, "thomas": "02255", "bioguide": "W000819"}, {"name": "Val Butler Demings", "party": "minority", "rank": 1, "title": "Ranking Member", "bioguide": "D000627"}], "HSHA": [{"name": "Gregg Harper", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01933", "bioguide": "H001045"}, {"name": "Rodney Davis", "party": "majority", "rank": 2, "thomas": "02126", "bioguide": "D000619"}, {"name": "Barbara Comstock", "party": "majority", "rank": 3, "thomas": "02273", "bioguide": "C001105"}, {"name": "Mark Walker", "party": "majority", "rank": 4, "thomas": "02255", "bioguide": "W000819"}, {"name": "Adrian Smith", "party": "majority", "rank": 5, "thomas": "01860", "bioguide": "S001172"}, {"name": "Barry Loudermilk", "party": "majority", "rank": 6, "thomas": "02238", "bioguide": "L000583"}, {"name": "Robert A. Brady", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01469", "bioguide": "B001227"}, {"name": "Zoe Lofgren", "party": "minority", "rank": 2, "thomas": "00701", "bioguide": "L000397"}, {"name": "Jamie Raskin", "party": "minority", "rank": 3, "bioguide": "R000606"}], "HSHM": [{"name": "Michael T. McCaul", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01804", "bioguide": "M001157"}, {"name": "Lamar Smith", "party": "majority", "rank": 2, "thomas": "01075", "bioguide": "S000583"}, {"name": "Peter T. King", "party": "majority", "rank": 3, "thomas": "00635", "bioguide": "K000210"}, {"name": "Mike Rogers", "party": "majority", "rank": 4, "thomas": "01704", "bioguide": "R000575"}, {"name": "Jeff Duncan", "party": "majority", "rank": 5, "thomas": "02057", "bioguide": "D000615"}, {"name": "Tom Marino", "party": "majority", "rank": 6, "thomas": "02053", "bioguide": "M001179"}, {"name": "Lou Barletta", "party": "majority", "rank": 7, "thomas": "02054", "bioguide": "B001269"}, {"name": "Scott Perry", "party": "majority", "rank": 8, "thomas": "02157", "bioguide": "P000605"}, {"name": "John Katko", "party": "majority", "rank": 9, "thomas": "02264", "bioguide": "K000386"}, {"name": "Will Hurd", "party": "majority", "rank": 10, "thomas": "02269", "bioguide": "H001073"}, {"name": "Martha McSally", "party": "majority", "rank": 11, "thomas": "02225", "bioguide": "M001197"}, {"name": "John Ratcliffe", "party": "majority", "rank": 12, "thomas": "02268", "bioguide": "R000601"}, {"name": "Daniel M. Donovan, Jr.", "party": "majority", "rank": 13, "thomas": "02293", "bioguide": "D000625"}, {"name": "Mike Gallagher", "party": "majority", "rank": 14, "bioguide": "G000579"}, {"name": "Clay Higgins", "party": "majority", "rank": 15, "bioguide": "H001077"}, {"name": "John H. Rutherford", "party": "majority", "rank": 16, "bioguide": "R000609"}, {"name": "Thomas A. Garrett, Jr.", "party": "majority", "rank": 17, "bioguide": "G000580"}, {"name": "Brian K. Fitzpatrick", "party": "majority", "rank": 18, "bioguide": "F000466"}, {"name": "Bennie G. Thompson", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01151", "bioguide": "T000193"}, {"name": "Sheila Jackson Lee", "party": "minority", "rank": 2, "thomas": "00588", "bioguide": "J000032"}, {"name": "James R. Langevin", "party": "minority", "rank": 3, "thomas": "01668", "bioguide": "L000559"}, {"name": "Cedric L. Richmond", "party": "minority", "rank": 4, "thomas": "02023", "bioguide": "R000588"}, {"name": "William R. Keating", "party": "minority", "rank": 5, "thomas": "02025", "bioguide": "K000375"}, {"name": "Donald M. Payne, Jr.", "party": "minority", "rank": 6, "thomas": "02097", "bioguide": "P000604"}, {"name": "Filemon Vela", "party": "minority", "rank": 7, "thomas": "02167", "bioguide": "V000132"}, {"name": "Bonnie Watson Coleman", "party": "minority", "rank": 8, "thomas": "02259", "bioguide": "W000822"}, {"name": "Kathleen M. Rice", "party": "minority", "rank": 9, "thomas": "02262", "bioguide": "R000602"}, {"name": "J. Luis Correa", "party": "minority", "rank": 10, "bioguide": "C001110"}, {"name": "Val Butler Demings", "party": "minority", "rank": 11, "bioguide": "D000627"}, {"name": "Nanette Diaz Barrag\u00e1n", "party": "minority", "rank": 12, "bioguide": "B001300"}], "HSHM05": [{"name": "Peter T. King", "party": "majority", "rank": 1, "title": "Chair", "thomas": "00635", "bioguide": "K000210"}, {"name": "Lou Barletta", "party": "majority", "rank": 2, "thomas": "02054", "bioguide": "B001269"}, {"name": "Scott Perry", "party": "majority", "rank": 3, "thomas": "02157", "bioguide": "P000605"}, {"name": "Will Hurd", "party": "majority", "rank": 4, "thomas": "02269", "bioguide": "H001073"}, {"name": "Mike Gallagher", "party": "majority", "rank": 5, "bioguide": "G000579"}, {"name": "Michael T. McCaul", "party": "majority", "rank": 6, "thomas": "01804", "bioguide": "M001157", "title": "Ex Officio"}, {"name": "Kathleen M. Rice", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02262", "bioguide": "R000602"}, {"name": "Sheila Jackson Lee", "party": "minority", "rank": 2, "thomas": "00588", "bioguide": "J000032"}, {"name": "William R. Keating", "party": "minority", "rank": 3, "thomas": "02025", "bioguide": "K000375"}, {"name": "Bennie G. Thompson", "party": "minority", "rank": 4, "thomas": "01151", "bioguide": "T000193", "title": "Ex Officio"}], "HSHM07": [{"name": "John Katko", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02264", "bioguide": "K000386"}, {"name": "Peter T. King", "party": "majority", "rank": 2, "thomas": "00635", "bioguide": "K000210"}, {"name": "Mike Rogers", "party": "majority", "rank": 3, "thomas": "01704", "bioguide": "R000575"}, {"name": "Clay Higgins", "party": "majority", "rank": 4, "bioguide": "H001077"}, {"name": "Brian K. Fitzpatrick", "party": "majority", "rank": 5, "bioguide": "F000466"}, {"name": "Michael T. McCaul", "party": "majority", "rank": 6, "thomas": "01804", "bioguide": "M001157", "title": "Ex Officio"}, {"name": "Bonnie Watson Coleman", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02259", "bioguide": "W000822"}, {"name": "William R. Keating", "party": "minority", "rank": 2, "thomas": "02025", "bioguide": "K000375"}, {"name": "Donald M. Payne, Jr.", "party": "minority", "rank": 3, "thomas": "02097", "bioguide": "P000604"}, {"name": "Bennie G. Thompson", "party": "minority", "rank": 4, "thomas": "01151", "bioguide": "T000193", "title": "Ex Officio"}], "HSHM08": [{"name": "John Ratcliffe", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02268", "bioguide": "R000601"}, {"name": "John Katko", "party": "majority", "rank": 2, "thomas": "02264", "bioguide": "K000386"}, {"name": "Daniel M. Donovan, Jr.", "party": "majority", "rank": 3, "thomas": "02293", "bioguide": "D000625"}, {"name": "Mike Gallagher", "party": "majority", "rank": 4, "bioguide": "G000579"}, {"name": "Clay Higgins", "party": "majority", "rank": 5, "bioguide": "H001077"}, {"name": "Thomas A. Garrett, Jr.", "party": "majority", "rank": 6, "bioguide": "G000580"}, {"name": "Brian K. Fitzpatrick", "party": "majority", "rank": 7, "bioguide": "F000466"}, {"name": "Michael T. McCaul", "party": "majority", "rank": 8, "thomas": "01804", "bioguide": "M001157", "title": "Ex Officio"}, {"name": "Cedric L. Richmond", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02023", "bioguide": "R000588"}, {"name": "Sheila Jackson Lee", "party": "minority", "rank": 2, "thomas": "00588", "bioguide": "J000032"}, {"name": "James R. Langevin", "party": "minority", "rank": 3, "thomas": "01668", "bioguide": "L000559"}, {"name": "Val Butler Demings", "party": "minority", "rank": 4, "bioguide": "D000627"}, {"name": "Bennie G. Thompson", "party": "minority", "rank": 5, "thomas": "01151", "bioguide": "T000193", "title": "Ex Officio"}], "HSHM09": [{"name": "Scott Perry", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02157", "bioguide": "P000605"}, {"name": "Jeff Duncan", "party": "majority", "rank": 2, "thomas": "02057", "bioguide": "D000615"}, {"name": "Tom Marino", "party": "majority", "rank": 3, "thomas": "02053", "bioguide": "M001179"}, {"name": "John Ratcliffe", "party": "majority", "rank": 4, "thomas": "02268", "bioguide": "R000601"}, {"name": "Clay Higgins", "party": "majority", "rank": 5, "bioguide": "H001077"}, {"name": "Michael T. McCaul", "party": "majority", "rank": 6, "thomas": "01804", "bioguide": "M001157", "title": "Ex Officio"}, {"name": "J. Luis Correa", "party": "minority", "rank": 1, "title": "Ranking Member", "bioguide": "C001110"}, {"name": "Kathleen M. Rice", "party": "minority", "rank": 2, "thomas": "02262", "bioguide": "R000602"}, {"name": "Nanette Diaz Barrag\u00e1n", "party": "minority", "rank": 3, "bioguide": "B001300"}, {"name": "Bennie G. Thompson", "party": "minority", "rank": 4, "thomas": "01151", "bioguide": "T000193", "title": "Ex Officio"}], "HSHM11": [{"name": "Martha McSally", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02225", "bioguide": "M001197"}, {"name": "Lamar Smith", "party": "majority", "rank": 2, "thomas": "01075", "bioguide": "S000583"}, {"name": "Mike Rogers", "party": "majority", "rank": 3, "thomas": "01704", "bioguide": "R000575"}, {"name": "Jeff Duncan", "party": "majority", "rank": 4, "thomas": "02057", "bioguide": "D000615"}, {"name": "Lou Barletta", "party": "majority", "rank": 5, "thomas": "02054", "bioguide": "B001269"}, {"name": "Will Hurd", "party": "majority", "rank": 6, "thomas": "02269", "bioguide": "H001073"}, {"name": "John H. Rutherford", "party": "majority", "rank": 7, "bioguide": "R000609"}, {"name": "Michael T. McCaul", "party": "majority", "rank": 8, "thomas": "01804", "bioguide": "M001157", "title": "Ex Officio"}, {"name": "Filemon Vela", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02167", "bioguide": "V000132"}, {"name": "Cedric L. Richmond", "party": "minority", "rank": 2, "thomas": "02023", "bioguide": "R000588"}, {"name": "J. Luis Correa", "party": "minority", "rank": 3, "bioguide": "C001110"}, {"name": "Val Butler Demings", "party": "minority", "rank": 4, "bioguide": "D000627"}, {"name": "Nanette Diaz Barrag\u00e1n", "party": "minority", "rank": 5, "bioguide": "B001300"}, {"name": "Bennie G. Thompson", "party": "minority", "rank": 6, "thomas": "01151", "bioguide": "T000193", "title": "Ex Officio"}], "HSHM12": [{"name": "Daniel M. Donovan, Jr.", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02293", "bioguide": "D000625"}, {"name": "Tom Marino", "party": "majority", "rank": 2, "thomas": "02053", "bioguide": "M001179"}, {"name": "Martha McSally", "party": "majority", "rank": 3, "thomas": "02225", "bioguide": "M001197"}, {"name": "John H. Rutherford", "party": "majority", "rank": 4, "bioguide": "R000609"}, {"name": "Thomas A. Garrett, Jr.", "party": "majority", "rank": 5, "bioguide": "G000580"}, {"name": "Michael T. McCaul", "party": "majority", "rank": 6, "thomas": "01804", "bioguide": "M001157", "title": "Ex Officio"}, {"name": "Donald M. Payne, Jr.", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02097", "bioguide": "P000604"}, {"name": "James R. Langevin", "party": "minority", "rank": 2, "thomas": "01668", "bioguide": "L000559"}, {"name": "Bonnie Watson Coleman", "party": "minority", "rank": 3, "thomas": "02259", "bioguide": "W000822"}, {"name": "Bennie G. Thompson", "party": "minority", "rank": 4, "thomas": "01151", "bioguide": "T000193", "title": "Ex Officio"}], "HSIF": [{"name": "Greg Walden", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01596", "bioguide": "W000791"}, {"name": "Joe Barton", "party": "majority", "rank": 2, "thomas": "00062", "bioguide": "B000213"}, {"name": "Fred Upton", "party": "majority", "rank": 3, "thomas": "01177", "bioguide": "U000031"}, {"name": "John Shimkus", "party": "majority", "rank": 4, "thomas": "01527", "bioguide": "S000364"}, {"name": "Tim Murphy", "party": "majority", "rank": 5, "thomas": "01744", "bioguide": "M001151"}, {"name": "Michael C. Burgess", "party": "majority", "rank": 6, "thomas": "01751", "bioguide": "B001248"}, {"name": "Marsha Blackburn", "party": "majority", "rank": 7, "thomas": "01748", "bioguide": "B001243"}, {"name": "Steve Scalise", "party": "majority", "rank": 8, "thomas": "01892", "bioguide": "S001176"}, {"name": "Robert E. Latta", "party": "majority", "rank": 9, "thomas": "01885", "bioguide": "L000566"}, {"name": "Cathy McMorris Rodgers", "party": "majority", "rank": 10, "thomas": "01809", "bioguide": "M001159"}, {"name": "Gregg Harper", "party": "majority", "rank": 11, "thomas": "01933", "bioguide": "H001045"}, {"name": "Leonard Lance", "party": "majority", "rank": 12, "thomas": "01936", "bioguide": "L000567"}, {"name": "Brett Guthrie", "party": "majority", "rank": 13, "thomas": "01922", "bioguide": "G000558"}, {"name": "Pete Olson", "party": "majority", "rank": 14, "thomas": "01955", "bioguide": "O000168"}, {"name": "David B. McKinley", "party": "majority", "rank": 15, "thomas": "02074", "bioguide": "M001180"}, {"name": "Adam Kinzinger", "party": "majority", "rank": 16, "thomas": "02014", "bioguide": "K000378"}, {"name": "H. Morgan Griffith", "party": "majority", "rank": 17, "thomas": "02070", "bioguide": "G000568"}, {"name": "Gus M. Bilirakis", "party": "majority", "rank": 18, "thomas": "01838", "bioguide": "B001257"}, {"name": "Bill Johnson", "party": "majority", "rank": 19, "thomas": "02046", "bioguide": "J000292"}, {"name": "Billy Long", "party": "majority", "rank": 20, "thomas": "02033", "bioguide": "L000576"}, {"name": "Larry Bucshon", "party": "majority", "rank": 21, "thomas": "02018", "bioguide": "B001275"}, {"name": "Bill Flores", "party": "majority", "rank": 22, "thomas": "02065", "bioguide": "F000461"}, {"name": "Susan W. Brooks", "party": "majority", "rank": 23, "thomas": "02129", "bioguide": "B001284"}, {"name": "Markwayne Mullin", "party": "majority", "rank": 24, "thomas": "02156", "bioguide": "M001190"}, {"name": "Richard Hudson", "party": "majority", "rank": 25, "thomas": "02140", "bioguide": "H001067"}, {"name": "Chris Collins", "party": "majority", "rank": 26, "thomas": "02151", "bioguide": "C001092"}, {"name": "Kevin Cramer", "party": "majority", "rank": 27, "thomas": "02144", "bioguide": "C001096"}, {"name": "Tim Walberg", "party": "majority", "rank": 28, "thomas": "01855", "bioguide": "W000798"}, {"name": "Mimi Walters", "party": "majority", "rank": 29, "thomas": "02232", "bioguide": "W000820"}, {"name": "Ryan A. Costello", "party": "majority", "rank": 30, "thomas": "02266", "bioguide": "C001106"}, {"name": "Earl L. \"Buddy\" Carter", "party": "majority", "rank": 31, "thomas": "02236", "bioguide": "C001103"}, {"name": "Frank Pallone, Jr.", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00887", "bioguide": "P000034"}, {"name": "Bobby L. Rush", "party": "minority", "rank": 2, "thomas": "01003", "bioguide": "R000515"}, {"name": "Anna G. Eshoo", "party": "minority", "rank": 3, "thomas": "00355", "bioguide": "E000215"}, {"name": "Eliot L. Engel", "party": "minority", "rank": 4, "thomas": "00344", "bioguide": "E000179"}, {"name": "Gene Green", "party": "minority", "rank": 5, "thomas": "00462", "bioguide": "G000410"}, {"name": "Diana DeGette", "party": "minority", "rank": 6, "thomas": "01479", "bioguide": "D000197"}, {"name": "Michael F. Doyle", "party": "minority", "rank": 7, "thomas": "00316", "bioguide": "D000482"}, {"name": "Janice D. Schakowsky", "party": "minority", "rank": 8, "thomas": "01588", "bioguide": "S001145"}, {"name": "G. K. Butterfield", "party": "minority", "rank": 9, "thomas": "01761", "bioguide": "B001251"}, {"name": "Doris O. Matsui", "party": "minority", "rank": 10, "thomas": "01814", "bioguide": "M001163"}, {"name": "Kathy Castor", "party": "minority", "rank": 11, "thomas": "01839", "bioguide": "C001066"}, {"name": "John P. Sarbanes", "party": "minority", "rank": 12, "thomas": "01854", "bioguide": "S001168"}, {"name": "Jerry McNerney", "party": "minority", "rank": 13, "thomas": "01832", "bioguide": "M001166"}, {"name": "Peter Welch", "party": "minority", "rank": 14, "thomas": "01879", "bioguide": "W000800"}, {"name": "Ben Ray Luj\u00e1n", "party": "minority", "rank": 15, "thomas": "01939", "bioguide": "L000570"}, {"name": "Paul Tonko", "party": "minority", "rank": 16, "thomas": "01942", "bioguide": "T000469"}, {"name": "Yvette D. Clarke", "party": "minority", "rank": 17, "thomas": "01864", "bioguide": "C001067"}, {"name": "David Loebsack", "party": "minority", "rank": 18, "thomas": "01846", "bioguide": "L000565"}, {"name": "Kurt Schrader", "party": "minority", "rank": 19, "thomas": "01950", "bioguide": "S001180"}, {"name": "Joseph P. Kennedy III", "party": "minority", "rank": 20, "thomas": "02172", "bioguide": "K000379"}, {"name": "Tony C\u00e1rdenas", "party": "minority", "rank": 21, "thomas": "02107", "bioguide": "C001097"}, {"name": "Raul Ruiz", "party": "minority", "rank": 22, "thomas": "02109", "bioguide": "R000599"}, {"name": "Scott H. Peters", "party": "minority", "rank": 23, "thomas": "02113", "bioguide": "P000608"}, {"name": "Debbie Dingell", "party": "minority", "rank": 24, "thomas": "02251", "bioguide": "D000624"}], "HSIF02": [{"name": "Tim Murphy", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01744", "bioguide": "M001151"}, {"name": "H. Morgan Griffith", "party": "majority", "rank": 2, "thomas": "02070", "bioguide": "G000568", "title": "Vice Chair"}, {"name": "Joe Barton", "party": "majority", "rank": 3, "thomas": "00062", "bioguide": "B000213"}, {"name": "Michael C. Burgess", "party": "majority", "rank": 4, "thomas": "01751", "bioguide": "B001248"}, {"name": "Susan W. Brooks", "party": "majority", "rank": 5, "thomas": "02129", "bioguide": "B001284"}, {"name": "Chris Collins", "party": "majority", "rank": 6, "thomas": "02151", "bioguide": "C001092"}, {"name": "Tim Walberg", "party": "majority", "rank": 7, "thomas": "01855", "bioguide": "W000798"}, {"name": "Mimi Walters", "party": "majority", "rank": 8, "thomas": "02232", "bioguide": "W000820"}, {"name": "Ryan A. Costello", "party": "majority", "rank": 9, "thomas": "02266", "bioguide": "C001106"}, {"name": "Earl L. \"Buddy\" Carter", "party": "majority", "rank": 10, "thomas": "02236", "bioguide": "C001103"}, {"name": "Greg Walden", "party": "majority", "rank": 12, "thomas": "01596", "bioguide": "W000791", "title": "Ex Officio"}, {"name": "Diana DeGette", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01479", "bioguide": "D000197"}, {"name": "Janice D. Schakowsky", "party": "minority", "rank": 2, "thomas": "01588", "bioguide": "S001145"}, {"name": "Kathy Castor", "party": "minority", "rank": 3, "thomas": "01839", "bioguide": "C001066"}, {"name": "Paul Tonko", "party": "minority", "rank": 4, "thomas": "01942", "bioguide": "T000469"}, {"name": "Yvette D. Clarke", "party": "minority", "rank": 5, "thomas": "01864", "bioguide": "C001067"}, {"name": "Raul Ruiz", "party": "minority", "rank": 6, "thomas": "02109", "bioguide": "R000599"}, {"name": "Scott H. Peters", "party": "minority", "rank": 7, "thomas": "02113", "bioguide": "P000608"}, {"name": "Frank Pallone, Jr.", "party": "minority", "rank": 9, "thomas": "00887", "bioguide": "P000034", "title": "Ex Officio"}], "HSIF03": [{"name": "Fred Upton", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01177", "bioguide": "U000031"}, {"name": "Pete Olson", "party": "majority", "rank": 2, "thomas": "01955", "bioguide": "O000168", "title": "Vice Chair"}, {"name": "Joe Barton", "party": "majority", "rank": 3, "thomas": "00062", "bioguide": "B000213"}, {"name": "John Shimkus", "party": "majority", "rank": 4, "thomas": "01527", "bioguide": "S000364"}, {"name": "Tim Murphy", "party": "majority", "rank": 5, "thomas": "01744", "bioguide": "M001151"}, {"name": "Robert E. Latta", "party": "majority", "rank": 6, "thomas": "01885", "bioguide": "L000566"}, {"name": "Gregg Harper", "party": "majority", "rank": 7, "thomas": "01933", "bioguide": "H001045"}, {"name": "David B. McKinley", "party": "majority", "rank": 8, "thomas": "02074", "bioguide": "M001180"}, {"name": "Adam Kinzinger", "party": "majority", "rank": 9, "thomas": "02014", "bioguide": "K000378"}, {"name": "H. Morgan Griffith", "party": "majority", "rank": 10, "thomas": "02070", "bioguide": "G000568"}, {"name": "Bill Johnson", "party": "majority", "rank": 11, "thomas": "02046", "bioguide": "J000292"}, {"name": "Billy Long", "party": "majority", "rank": 12, "thomas": "02033", "bioguide": "L000576"}, {"name": "Larry Bucshon", "party": "majority", "rank": 13, "thomas": "02018", "bioguide": "B001275"}, {"name": "Bill Flores", "party": "majority", "rank": 14, "thomas": "02065", "bioguide": "F000461"}, {"name": "Markwayne Mullin", "party": "majority", "rank": 15, "thomas": "02156", "bioguide": "M001190"}, {"name": "Richard Hudson", "party": "majority", "rank": 16, "thomas": "02140", "bioguide": "H001067"}, {"name": "Kevin Cramer", "party": "majority", "rank": 17, "thomas": "02144", "bioguide": "C001096"}, {"name": "Tim Walberg", "party": "majority", "rank": 18, "thomas": "01855", "bioguide": "W000798"}, {"name": "Greg Walden", "party": "majority", "rank": 20, "thomas": "01596", "bioguide": "W000791", "title": "Ex Officio"}, {"name": "Bobby L. Rush", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01003", "bioguide": "R000515"}, {"name": "Jerry McNerney", "party": "minority", "rank": 2, "thomas": "01832", "bioguide": "M001166"}, {"name": "Scott H. Peters", "party": "minority", "rank": 3, "thomas": "02113", "bioguide": "P000608"}, {"name": "Gene Green", "party": "minority", "rank": 4, "thomas": "00462", "bioguide": "G000410"}, {"name": "Michael F. Doyle", "party": "minority", "rank": 5, "thomas": "00316", "bioguide": "D000482"}, {"name": "Kathy Castor", "party": "minority", "rank": 6, "thomas": "01839", "bioguide": "C001066"}, {"name": "John P. Sarbanes", "party": "minority", "rank": 7, "thomas": "01854", "bioguide": "S001168"}, {"name": "Peter Welch", "party": "minority", "rank": 8, "thomas": "01879", "bioguide": "W000800"}, {"name": "Paul Tonko", "party": "minority", "rank": 9, "thomas": "01942", "bioguide": "T000469"}, {"name": "David Loebsack", "party": "minority", "rank": 10, "thomas": "01846", "bioguide": "L000565"}, {"name": "Kurt Schrader", "party": "minority", "rank": 11, "thomas": "01950", "bioguide": "S001180"}, {"name": "Joseph P. Kennedy III", "party": "minority", "rank": 12, "thomas": "02172", "bioguide": "K000379"}, {"name": "G. K. Butterfield", "party": "minority", "rank": 13, "thomas": "01761", "bioguide": "B001251"}, {"name": "Frank Pallone, Jr.", "party": "minority", "rank": 15, "thomas": "00887", "bioguide": "P000034", "title": "Ex Officio"}], "HSIF14": [{"name": "Michael C. Burgess", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01751", "bioguide": "B001248"}, {"name": "Brett Guthrie", "party": "majority", "rank": 2, "thomas": "01922", "bioguide": "G000558", "title": "Vice Chair"}, {"name": "Joe Barton", "party": "majority", "rank": 3, "thomas": "00062", "bioguide": "B000213"}, {"name": "Fred Upton", "party": "majority", "rank": 4, "thomas": "01177", "bioguide": "U000031"}, {"name": "John Shimkus", "party": "majority", "rank": 5, "thomas": "01527", "bioguide": "S000364"}, {"name": "Tim Murphy", "party": "majority", "rank": 6, "thomas": "01744", "bioguide": "M001151"}, {"name": "Marsha Blackburn", "party": "majority", "rank": 7, "thomas": "01748", "bioguide": "B001243"}, {"name": "Cathy McMorris Rodgers", "party": "majority", "rank": 8, "thomas": "01809", "bioguide": "M001159"}, {"name": "Leonard Lance", "party": "majority", "rank": 9, "thomas": "01936", "bioguide": "L000567"}, {"name": "H. Morgan Griffith", "party": "majority", "rank": 10, "thomas": "02070", "bioguide": "G000568"}, {"name": "Gus M. Bilirakis", "party": "majority", "rank": 11, "thomas": "01838", "bioguide": "B001257"}, {"name": "Billy Long", "party": "majority", "rank": 12, "thomas": "02033", "bioguide": "L000576"}, {"name": "Larry Bucshon", "party": "majority", "rank": 13, "thomas": "02018", "bioguide": "B001275"}, {"name": "Susan W. Brooks", "party": "majority", "rank": 14, "thomas": "02129", "bioguide": "B001284"}, {"name": "Markwayne Mullin", "party": "majority", "rank": 15, "thomas": "02156", "bioguide": "M001190"}, {"name": "Richard Hudson", "party": "majority", "rank": 16, "thomas": "02140", "bioguide": "H001067"}, {"name": "Chris Collins", "party": "majority", "rank": 17, "thomas": "02151", "bioguide": "C001092"}, {"name": "Earl L. \"Buddy\" Carter", "party": "majority", "rank": 18, "thomas": "02236", "bioguide": "C001103"}, {"name": "Greg Walden", "party": "majority", "rank": 20, "thomas": "01596", "bioguide": "W000791", "title": "Ex Officio"}, {"name": "Gene Green", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00462", "bioguide": "G000410"}, {"name": "Eliot L. Engel", "party": "minority", "rank": 2, "thomas": "00344", "bioguide": "E000179"}, {"name": "Janice D. Schakowsky", "party": "minority", "rank": 3, "thomas": "01588", "bioguide": "S001145"}, {"name": "G. K. Butterfield", "party": "minority", "rank": 4, "thomas": "01761", "bioguide": "B001251"}, {"name": "Doris O. Matsui", "party": "minority", "rank": 5, "thomas": "01814", "bioguide": "M001163"}, {"name": "Kathy Castor", "party": "minority", "rank": 6, "thomas": "01839", "bioguide": "C001066"}, {"name": "John P. Sarbanes", "party": "minority", "rank": 7, "thomas": "01854", "bioguide": "S001168"}, {"name": "Ben Ray Luj\u00e1n", "party": "minority", "rank": 8, "thomas": "01939", "bioguide": "L000570"}, {"name": "Kurt Schrader", "party": "minority", "rank": 9, "thomas": "01950", "bioguide": "S001180"}, {"name": "Joseph P. Kennedy III", "party": "minority", "rank": 10, "thomas": "02172", "bioguide": "K000379"}, {"name": "Tony C\u00e1rdenas", "party": "minority", "rank": 11, "thomas": "02107", "bioguide": "C001097"}, {"name": "Anna G. Eshoo", "party": "minority", "rank": 12, "thomas": "00355", "bioguide": "E000215"}, {"name": "Diana DeGette", "party": "minority", "rank": 13, "thomas": "01479", "bioguide": "D000197"}, {"name": "Frank Pallone, Jr.", "party": "minority", "rank": 15, "thomas": "00887", "bioguide": "P000034", "title": "Ex Officio"}], "HSIF16": [{"name": "Marsha Blackburn", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01748", "bioguide": "B001243"}, {"name": "Leonard Lance", "party": "majority", "rank": 2, "thomas": "01936", "bioguide": "L000567", "title": "Vice Chair"}, {"name": "John Shimkus", "party": "majority", "rank": 3, "thomas": "01527", "bioguide": "S000364"}, {"name": "Steve Scalise", "party": "majority", "rank": 4, "thomas": "01892", "bioguide": "S001176"}, {"name": "Robert E. Latta", "party": "majority", "rank": 5, "thomas": "01885", "bioguide": "L000566"}, {"name": "Brett Guthrie", "party": "majority", "rank": 6, "thomas": "01922", "bioguide": "G000558"}, {"name": "Pete Olson", "party": "majority", "rank": 7, "thomas": "01955", "bioguide": "O000168"}, {"name": "Adam Kinzinger", "party": "majority", "rank": 8, "thomas": "02014", "bioguide": "K000378"}, {"name": "Gus M. Bilirakis", "party": "majority", "rank": 9, "thomas": "01838", "bioguide": "B001257"}, {"name": "Bill Johnson", "party": "majority", "rank": 10, "thomas": "02046", "bioguide": "J000292"}, {"name": "Billy Long", "party": "majority", "rank": 11, "thomas": "02033", "bioguide": "L000576"}, {"name": "Bill Flores", "party": "majority", "rank": 12, "thomas": "02065", "bioguide": "F000461"}, {"name": "Susan W. Brooks", "party": "majority", "rank": 13, "thomas": "02129", "bioguide": "B001284"}, {"name": "Chris Collins", "party": "majority", "rank": 14, "thomas": "02151", "bioguide": "C001092"}, {"name": "Kevin Cramer", "party": "majority", "rank": 15, "thomas": "02144", "bioguide": "C001096"}, {"name": "Mimi Walters", "party": "majority", "rank": 16, "thomas": "02232", "bioguide": "W000820"}, {"name": "Ryan A. Costello", "party": "majority", "rank": 17, "thomas": "02266", "bioguide": "C001106"}, {"name": "Greg Walden", "party": "majority", "rank": 19, "thomas": "01596", "bioguide": "W000791", "title": "Ex Officio"}, {"name": "Michael F. Doyle", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00316", "bioguide": "D000482"}, {"name": "Peter Welch", "party": "minority", "rank": 2, "thomas": "01879", "bioguide": "W000800"}, {"name": "Yvette D. Clarke", "party": "minority", "rank": 3, "thomas": "01864", "bioguide": "C001067"}, {"name": "David Loebsack", "party": "minority", "rank": 4, "thomas": "01846", "bioguide": "L000565"}, {"name": "Raul Ruiz", "party": "minority", "rank": 5, "thomas": "02109", "bioguide": "R000599"}, {"name": "Debbie Dingell", "party": "minority", "rank": 6, "thomas": "02251", "bioguide": "D000624"}, {"name": "Bobby L. Rush", "party": "minority", "rank": 7, "thomas": "01003", "bioguide": "R000515"}, {"name": "Anna G. Eshoo", "party": "minority", "rank": 8, "thomas": "00355", "bioguide": "E000215"}, {"name": "Eliot L. Engel", "party": "minority", "rank": 9, "thomas": "00344", "bioguide": "E000179"}, {"name": "G. K. Butterfield", "party": "minority", "rank": 10, "thomas": "01761", "bioguide": "B001251"}, {"name": "Doris O. Matsui", "party": "minority", "rank": 11, "thomas": "01814", "bioguide": "M001163"}, {"name": "Jerry McNerney", "party": "minority", "rank": 12, "thomas": "01832", "bioguide": "M001166"}, {"name": "Frank Pallone, Jr.", "party": "minority", "rank": 14, "thomas": "00887", "bioguide": "P000034", "title": "Ex Officio"}], "HSIF17": [{"name": "Robert E. Latta", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01885", "bioguide": "L000566"}, {"name": "Gregg Harper", "party": "majority", "rank": 2, "thomas": "01933", "bioguide": "H001045", "title": "Vice Chair"}, {"name": "Fred Upton", "party": "majority", "rank": 3, "thomas": "01177", "bioguide": "U000031"}, {"name": "Michael C. Burgess", "party": "majority", "rank": 4, "thomas": "01751", "bioguide": "B001248"}, {"name": "Leonard Lance", "party": "majority", "rank": 5, "thomas": "01936", "bioguide": "L000567"}, {"name": "Brett Guthrie", "party": "majority", "rank": 6, "thomas": "01922", "bioguide": "G000558"}, {"name": "David B. McKinley", "party": "majority", "rank": 7, "thomas": "02074", "bioguide": "M001180"}, {"name": "Adam Kinzinger", "party": "majority", "rank": 8, "thomas": "02014", "bioguide": "K000378"}, {"name": "Gus M. Bilirakis", "party": "majority", "rank": 9, "thomas": "01838", "bioguide": "B001257"}, {"name": "Larry Bucshon", "party": "majority", "rank": 10, "thomas": "02018", "bioguide": "B001275"}, {"name": "Markwayne Mullin", "party": "majority", "rank": 11, "thomas": "02156", "bioguide": "M001190"}, {"name": "Mimi Walters", "party": "majority", "rank": 12, "thomas": "02232", "bioguide": "W000820"}, {"name": "Ryan A. Costello", "party": "majority", "rank": 13, "thomas": "02266", "bioguide": "C001106"}, {"name": "Greg Walden", "party": "majority", "rank": 15, "thomas": "01596", "bioguide": "W000791", "title": "Ex Officio"}, {"name": "Janice D. Schakowsky", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01588", "bioguide": "S001145"}, {"name": "Ben Ray Luj\u00e1n", "party": "minority", "rank": 2, "thomas": "01939", "bioguide": "L000570"}, {"name": "Yvette D. Clarke", "party": "minority", "rank": 3, "thomas": "01864", "bioguide": "C001067"}, {"name": "Tony C\u00e1rdenas", "party": "minority", "rank": 4, "thomas": "02107", "bioguide": "C001097"}, {"name": "Debbie Dingell", "party": "minority", "rank": 5, "thomas": "02251", "bioguide": "D000624"}, {"name": "Doris O. Matsui", "party": "minority", "rank": 6, "thomas": "01814", "bioguide": "M001163"}, {"name": "Peter Welch", "party": "minority", "rank": 7, "thomas": "01879", "bioguide": "W000800"}, {"name": "Joseph P. Kennedy III", "party": "minority", "rank": 8, "thomas": "02172", "bioguide": "K000379"}, {"name": "Gene Green", "party": "minority", "rank": 9, "thomas": "00462", "bioguide": "G000410"}, {"name": "Frank Pallone, Jr.", "party": "minority", "rank": 11, "thomas": "00887", "bioguide": "P000034", "title": "Ex Officio"}], "HSIF18": [{"name": "John Shimkus", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01527", "bioguide": "S000364"}, {"name": "David B. McKinley", "party": "majority", "rank": 2, "thomas": "02074", "bioguide": "M001180", "title": "Vice Chair"}, {"name": "Joe Barton", "party": "majority", "rank": 3, "thomas": "00062", "bioguide": "B000213"}, {"name": "Tim Murphy", "party": "majority", "rank": 4, "thomas": "01744", "bioguide": "M001151"}, {"name": "Marsha Blackburn", "party": "majority", "rank": 5, "thomas": "01748", "bioguide": "B001243"}, {"name": "Gregg Harper", "party": "majority", "rank": 6, "thomas": "01933", "bioguide": "H001045"}, {"name": "Pete Olson", "party": "majority", "rank": 7, "thomas": "01955", "bioguide": "O000168"}, {"name": "Bill Johnson", "party": "majority", "rank": 8, "thomas": "02046", "bioguide": "J000292"}, {"name": "Bill Flores", "party": "majority", "rank": 9, "thomas": "02065", "bioguide": "F000461"}, {"name": "Richard Hudson", "party": "majority", "rank": 10, "thomas": "02140", "bioguide": "H001067"}, {"name": "Kevin Cramer", "party": "majority", "rank": 11, "thomas": "02144", "bioguide": "C001096"}, {"name": "Tim Walberg", "party": "majority", "rank": 12, "thomas": "01855", "bioguide": "W000798"}, {"name": "Earl L. \"Buddy\" Carter", "party": "majority", "rank": 13, "thomas": "02236", "bioguide": "C001103"}, {"name": "Greg Walden", "party": "majority", "rank": 15, "thomas": "01596", "bioguide": "W000791", "title": "Ex Officio"}, {"name": "Paul Tonko", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01942", "bioguide": "T000469"}, {"name": "Raul Ruiz", "party": "minority", "rank": 2, "thomas": "02109", "bioguide": "R000599"}, {"name": "Scott H. Peters", "party": "minority", "rank": 3, "thomas": "02113", "bioguide": "P000608"}, {"name": "Gene Green", "party": "minority", "rank": 4, "thomas": "00462", "bioguide": "G000410"}, {"name": "Diana DeGette", "party": "minority", "rank": 5, "thomas": "01479", "bioguide": "D000197"}, {"name": "Jerry McNerney", "party": "minority", "rank": 6, "thomas": "01832", "bioguide": "M001166"}, {"name": "Tony C\u00e1rdenas", "party": "minority", "rank": 7, "thomas": "02107", "bioguide": "C001097"}, {"name": "Debbie Dingell", "party": "minority", "rank": 8, "thomas": "02251", "bioguide": "D000624"}, {"name": "Doris O. Matsui", "party": "minority", "rank": 9, "thomas": "01814", "bioguide": "M001163"}, {"name": "Frank Pallone, Jr.", "party": "minority", "rank": 11, "thomas": "00887", "bioguide": "P000034", "title": "Ex Officio"}], "HSII": [{"name": "Rob Bishop", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01753", "bioguide": "B001250"}, {"name": "Don Young", "party": "majority", "rank": 2, "thomas": "01256", "bioguide": "Y000033"}, {"name": "Louie Gohmert", "party": "majority", "rank": 3, "thomas": "01801", "bioguide": "G000552"}, {"name": "Doug Lamborn", "party": "majority", "rank": 4, "thomas": "01834", "bioguide": "L000564"}, {"name": "Robert J. Wittman", "party": "majority", "rank": 5, "thomas": "01886", "bioguide": "W000804"}, {"name": "Tom McClintock", "party": "majority", "rank": 6, "thomas": "01908", "bioguide": "M001177"}, {"name": "Stevan Pearce", "party": "majority", "rank": 7, "thomas": "01738", "bioguide": "P000588"}, {"name": "Glenn Thompson", "party": "majority", "rank": 8, "thomas": "01952", "bioguide": "T000467"}, {"name": "Paul A. Gosar", "party": "majority", "rank": 9, "thomas": "01992", "bioguide": "G000565"}, {"name": "Ra\u00fal R. Labrador", "party": "majority", "rank": 10, "thomas": "02011", "bioguide": "L000573"}, {"name": "Scott R. Tipton", "party": "majority", "rank": 11, "thomas": "01997", "bioguide": "T000470"}, {"name": "Doug LaMalfa", "party": "majority", "rank": 12, "thomas": "02100", "bioguide": "L000578"}, {"name": "Jeff Denham", "party": "majority", "rank": 13, "thomas": "01995", "bioguide": "D000612"}, {"name": "Paul Cook", "party": "majority", "rank": 14, "thomas": "02103", "bioguide": "C001094"}, {"name": "Bruce Westerman", "party": "majority", "rank": 15, "thomas": "02224", "bioguide": "W000821"}, {"name": "Garret Graves", "party": "majority", "rank": 16, "thomas": "02245", "bioguide": "G000577"}, {"name": "Jody B. Hice", "party": "majority", "rank": 17, "thomas": "02237", "bioguide": "H001071"}, {"name": "Aumua Amata Coleman Radewagen", "party": "majority", "rank": 18, "thomas": "02222", "bioguide": "R000600"}, {"name": "Darin LaHood", "party": "majority", "rank": 19, "thomas": "02295", "bioguide": "L000585"}, {"name": "Daniel Webster", "party": "majority", "rank": 20, "thomas": "02002", "bioguide": "W000806"}, {"name": "David Rouzer", "party": "majority", "rank": 21, "thomas": "02256", "bioguide": "R000603"}, {"name": "Jack Bergman", "party": "majority", "rank": 22, "bioguide": "B001301"}, {"name": "Liz Cheney", "party": "majority", "rank": 23, "bioguide": "C001109"}, {"name": "Mike Johnson", "party": "majority", "rank": 24, "bioguide": "J000299"}, {"name": "Jenniffer Gonz\u00e1lez-Col\u00f3n", "party": "majority", "rank": 25, "bioguide": "G000582"}, {"name": "Ra\u00fal M. Grijalva", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01708", "bioguide": "G000551"}, {"name": "Grace F. Napolitano", "party": "minority", "rank": 2, "thomas": "01602", "bioguide": "N000179"}, {"name": "Madeleine Z. Bordallo", "party": "minority", "rank": 3, "thomas": "01723", "bioguide": "B001245"}, {"name": "Jim Costa", "party": "minority", "rank": 4, "thomas": "01774", "bioguide": "C001059"}, {"name": "Gregorio Kilili Camacho Sablan", "party": "minority", "rank": 5, "thomas": "01962", "bioguide": "S001177"}, {"name": "Niki Tsongas", "party": "minority", "rank": 6, "thomas": "01884", "bioguide": "T000465"}, {"name": "Jared Huffman", "party": "minority", "rank": 7, "thomas": "02101", "bioguide": "H001068"}, {"name": "Alan S. Lowenthal", "party": "minority", "rank": 8, "thomas": "02111", "bioguide": "L000579"}, {"name": "Donald S. Beyer, Jr.", "party": "minority", "rank": 9, "thomas": "02272", "bioguide": "B001292"}, {"name": "Norma J. Torres", "party": "minority", "rank": 10, "thomas": "02231", "bioguide": "T000474"}, {"name": "Ruben Gallego", "party": "minority", "rank": 11, "thomas": "02226", "bioguide": "G000574"}, {"name": "Colleen Hanabusa", "party": "minority", "rank": 12, "thomas": "02010", "bioguide": "H001050"}, {"name": "Nanette Diaz Barrag\u00e1n", "party": "minority", "rank": 13, "bioguide": "B001300"}, {"name": "Darren Soto", "party": "minority", "rank": 14, "bioguide": "S001200"}, {"name": "Jimmy Panetta", "party": "minority", "rank": 15, "bioguide": "P000613"}, {"name": "A. Donald McEachin", "party": "minority", "rank": 16, "bioguide": "M001200"}, {"name": "Anthony G. Brown", "party": "minority", "rank": 17, "bioguide": "B001304"}, {"name": "Wm. Lacy Clay", "party": "minority", "rank": 18, "thomas": "01654", "bioguide": "C001049"}], "HSII06": [{"name": "Paul A. Gosar", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01992", "bioguide": "G000565"}, {"name": "Louie Gohmert", "party": "majority", "rank": 2, "thomas": "01801", "bioguide": "G000552"}, {"name": "Doug Lamborn", "party": "majority", "rank": 3, "thomas": "01834", "bioguide": "L000564"}, {"name": "Robert J. Wittman", "party": "majority", "rank": 4, "thomas": "01886", "bioguide": "W000804"}, {"name": "Stevan Pearce", "party": "majority", "rank": 5, "thomas": "01738", "bioguide": "P000588"}, {"name": "Glenn Thompson", "party": "majority", "rank": 6, "thomas": "01952", "bioguide": "T000467"}, {"name": "Scott R. Tipton", "party": "majority", "rank": 7, "thomas": "01997", "bioguide": "T000470"}, {"name": "Paul Cook", "party": "majority", "rank": 8, "thomas": "02103", "bioguide": "C001094"}, {"name": "Bruce Westerman", "party": "majority", "rank": 9, "thomas": "02224", "bioguide": "W000821"}, {"name": "Garret Graves", "party": "majority", "rank": 10, "thomas": "02245", "bioguide": "G000577"}, {"name": "Jody B. Hice", "party": "majority", "rank": 11, "thomas": "02237", "bioguide": "H001071"}, {"name": "Darin LaHood", "party": "majority", "rank": 12, "thomas": "02295", "bioguide": "L000585"}, {"name": "Liz Cheney", "party": "majority", "rank": 13, "bioguide": "C001109"}, {"name": "Rob Bishop", "party": "majority", "rank": 14, "thomas": "01753", "bioguide": "B001250", "title": "Ex Officio"}, {"name": "Alan S. Lowenthal", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02111", "bioguide": "L000579"}, {"name": "Anthony G. Brown", "party": "minority", "rank": 2, "bioguide": "B001304"}, {"name": "Jim Costa", "party": "minority", "rank": 3, "thomas": "01774", "bioguide": "C001059"}, {"name": "Niki Tsongas", "party": "minority", "rank": 4, "thomas": "01884", "bioguide": "T000465"}, {"name": "Jared Huffman", "party": "minority", "rank": 5, "thomas": "02101", "bioguide": "H001068"}, {"name": "Donald S. Beyer, Jr.", "party": "minority", "rank": 6, "thomas": "02272", "bioguide": "B001292"}, {"name": "Darren Soto", "party": "minority", "rank": 7, "bioguide": "S001200"}, {"name": "Nanette Diaz Barrag\u00e1n", "party": "minority", "rank": 8, "bioguide": "B001300"}, {"name": "Ra\u00fal M. Grijalva", "party": "minority", "rank": 11, "thomas": "01708", "bioguide": "G000551", "title": "Ex Officio"}], "HSII10": [{"name": "Tom McClintock", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01908", "bioguide": "M001177"}, {"name": "Don Young", "party": "majority", "rank": 2, "thomas": "01256", "bioguide": "Y000033"}, {"name": "Stevan Pearce", "party": "majority", "rank": 3, "thomas": "01738", "bioguide": "P000588"}, {"name": "Glenn Thompson", "party": "majority", "rank": 4, "thomas": "01952", "bioguide": "T000467"}, {"name": "Ra\u00fal R. Labrador", "party": "majority", "rank": 5, "thomas": "02011", "bioguide": "L000573"}, {"name": "Scott R. Tipton", "party": "majority", "rank": 6, "thomas": "01997", "bioguide": "T000470"}, {"name": "Bruce Westerman", "party": "majority", "rank": 7, "thomas": "02224", "bioguide": "W000821"}, {"name": "Darin LaHood", "party": "majority", "rank": 8, "thomas": "02295", "bioguide": "L000585"}, {"name": "Daniel Webster", "party": "majority", "rank": 9, "thomas": "02002", "bioguide": "W000806"}, {"name": "David Rouzer", "party": "majority", "rank": 10, "thomas": "02256", "bioguide": "R000603"}, {"name": "Jack Bergman", "party": "majority", "rank": 11, "bioguide": "B001301"}, {"name": "Liz Cheney", "party": "majority", "rank": 12, "bioguide": "C001109"}, {"name": "Rob Bishop", "party": "majority", "rank": 13, "thomas": "01753", "bioguide": "B001250", "title": "Ex Officio"}, {"name": "Colleen Hanabusa", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02010", "bioguide": "H001050"}, {"name": "Niki Tsongas", "party": "minority", "rank": 2, "thomas": "01884", "bioguide": "T000465"}, {"name": "Alan S. Lowenthal", "party": "minority", "rank": 3, "thomas": "02111", "bioguide": "L000579"}, {"name": "Norma J. Torres", "party": "minority", "rank": 4, "thomas": "02231", "bioguide": "T000474"}, {"name": "Ruben Gallego", "party": "minority", "rank": 5, "thomas": "02226", "bioguide": "G000574"}, {"name": "Jimmy Panetta", "party": "minority", "rank": 6, "bioguide": "P000613"}, {"name": "A. Donald McEachin", "party": "minority", "rank": 7, "bioguide": "M001200"}, {"name": "Anthony G. Brown", "party": "minority", "rank": 8, "bioguide": "B001304"}, {"name": "Ra\u00fal M. Grijalva", "party": "minority", "rank": 10, "thomas": "01708", "bioguide": "G000551", "title": "Ex Officio"}], "HSII13": [{"name": "Doug Lamborn", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01834", "bioguide": "L000564"}, {"name": "Robert J. Wittman", "party": "majority", "rank": 2, "thomas": "01886", "bioguide": "W000804"}, {"name": "Tom McClintock", "party": "majority", "rank": 3, "thomas": "01908", "bioguide": "M001177"}, {"name": "Paul A. Gosar", "party": "majority", "rank": 4, "thomas": "01992", "bioguide": "G000565"}, {"name": "Doug LaMalfa", "party": "majority", "rank": 5, "thomas": "02100", "bioguide": "L000578"}, {"name": "Jeff Denham", "party": "majority", "rank": 6, "thomas": "01995", "bioguide": "D000612"}, {"name": "Garret Graves", "party": "majority", "rank": 7, "thomas": "02245", "bioguide": "G000577"}, {"name": "Jody B. Hice", "party": "majority", "rank": 8, "thomas": "02237", "bioguide": "H001071"}, {"name": "Daniel Webster", "party": "majority", "rank": 9, "thomas": "02002", "bioguide": "W000806"}, {"name": "David Rouzer", "party": "majority", "rank": 10, "thomas": "02256", "bioguide": "R000603"}, {"name": "Mike Johnson", "party": "majority", "rank": 11, "bioguide": "J000299"}, {"name": "Rob Bishop", "party": "majority", "rank": 12, "thomas": "01753", "bioguide": "B001250", "title": "Ex Officio"}, {"name": "Jared Huffman", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02101", "bioguide": "H001068"}, {"name": "Grace F. Napolitano", "party": "minority", "rank": 2, "thomas": "01602", "bioguide": "N000179"}, {"name": "Jim Costa", "party": "minority", "rank": 3, "thomas": "01774", "bioguide": "C001059"}, {"name": "Donald S. Beyer, Jr.", "party": "minority", "rank": 4, "thomas": "02272", "bioguide": "B001292"}, {"name": "Nanette Diaz Barrag\u00e1n", "party": "minority", "rank": 5, "bioguide": "B001300"}, {"name": "Jimmy Panetta", "party": "minority", "rank": 6, "bioguide": "P000613"}, {"name": "Madeleine Z. Bordallo", "party": "minority", "rank": 7, "thomas": "01723", "bioguide": "B001245"}, {"name": "Gregorio Kilili Camacho Sablan", "party": "minority", "rank": 8, "thomas": "01962", "bioguide": "S001177"}, {"name": "Ra\u00fal M. Grijalva", "party": "minority", "rank": 9, "thomas": "01708", "bioguide": "G000551", "title": "Ex Officio"}], "HSII15": [{"name": "Ra\u00fal R. Labrador", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02011", "bioguide": "L000573"}, {"name": "Louie Gohmert", "party": "majority", "rank": 2, "thomas": "01801", "bioguide": "G000552"}, {"name": "Aumua Amata Coleman Radewagen", "party": "majority", "rank": 3, "thomas": "02222", "bioguide": "R000600"}, {"name": "Jack Bergman", "party": "majority", "rank": 4, "bioguide": "B001301"}, {"name": "Mike Johnson", "party": "majority", "rank": 5, "bioguide": "J000299"}, {"name": "Jenniffer Gonz\u00e1lez-Col\u00f3n", "party": "majority", "rank": 6, "bioguide": "G000582"}, {"name": "Rob Bishop", "party": "majority", "rank": 7, "thomas": "01753", "bioguide": "B001250", "title": "Ex Officio"}, {"name": "A. Donald McEachin", "party": "minority", "rank": 1, "title": "Ranking Member", "bioguide": "M001200"}, {"name": "Ruben Gallego", "party": "minority", "rank": 2, "thomas": "02226", "bioguide": "G000574"}, {"name": "Jared Huffman", "party": "minority", "rank": 3, "thomas": "02101", "bioguide": "H001068"}, {"name": "Darren Soto", "party": "minority", "rank": 4, "bioguide": "S001200"}, {"name": "Wm. Lacy Clay", "party": "minority", "rank": 5, "thomas": "01654", "bioguide": "C001049"}, {"name": "Ra\u00fal M. Grijalva", "party": "minority", "rank": 6, "thomas": "01708", "bioguide": "G000551", "title": "Ex Officio"}], "HSII24": [{"name": "Doug LaMalfa", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02100", "bioguide": "L000578"}, {"name": "Don Young", "party": "majority", "rank": 2, "thomas": "01256", "bioguide": "Y000033"}, {"name": "Jeff Denham", "party": "majority", "rank": 3, "thomas": "01995", "bioguide": "D000612"}, {"name": "Paul Cook", "party": "majority", "rank": 4, "thomas": "02103", "bioguide": "C001094"}, {"name": "Aumua Amata Coleman Radewagen", "party": "majority", "rank": 5, "thomas": "02222", "bioguide": "R000600"}, {"name": "Darin LaHood", "party": "majority", "rank": 6, "thomas": "02295", "bioguide": "L000585"}, {"name": "Jack Bergman", "party": "majority", "rank": 7, "bioguide": "B001301"}, {"name": "Jenniffer Gonz\u00e1lez-Col\u00f3n", "party": "majority", "rank": 8, "bioguide": "G000582"}, {"name": "Rob Bishop", "party": "majority", "rank": 9, "thomas": "01753", "bioguide": "B001250", "title": "Ex Officio"}, {"name": "Norma J. Torres", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02231", "bioguide": "T000474"}, {"name": "Madeleine Z. Bordallo", "party": "minority", "rank": 2, "thomas": "01723", "bioguide": "B001245"}, {"name": "Gregorio Kilili Camacho Sablan", "party": "minority", "rank": 3, "thomas": "01962", "bioguide": "S001177"}, {"name": "Ruben Gallego", "party": "minority", "rank": 4, "thomas": "02226", "bioguide": "G000574"}, {"name": "Darren Soto", "party": "minority", "rank": 5, "bioguide": "S001200"}, {"name": "Colleen Hanabusa", "party": "minority", "rank": 6, "thomas": "02010", "bioguide": "H001050"}, {"name": "Ra\u00fal M. Grijalva", "party": "minority", "rank": 7, "thomas": "01708", "bioguide": "G000551", "title": "Ex Officio"}], "HSJU": [{"name": "Bob Goodlatte", "party": "majority", "rank": 1, "title": "Chair", "thomas": "00446", "bioguide": "G000289"}, {"name": "F. James Sensenbrenner, Jr.", "party": "majority", "rank": 2, "thomas": "01041", "bioguide": "S000244"}, {"name": "Lamar Smith", "party": "majority", "rank": 3, "thomas": "01075", "bioguide": "S000583"}, {"name": "Steve Chabot", "party": "majority", "rank": 4, "thomas": "00186", "bioguide": "C000266"}, {"name": "Darrell E. Issa", "party": "majority", "rank": 5, "thomas": "01640", "bioguide": "I000056"}, {"name": "Steve King", "party": "majority", "rank": 6, "thomas": "01724", "bioguide": "K000362"}, {"name": "Trent Franks", "party": "majority", "rank": 7, "thomas": "01707", "bioguide": "F000448"}, {"name": "Louie Gohmert", "party": "majority", "rank": 8, "thomas": "01801", "bioguide": "G000552"}, {"name": "Jim Jordan", "party": "majority", "rank": 9, "thomas": "01868", "bioguide": "J000289"}, {"name": "Ted Poe", "party": "majority", "rank": 10, "thomas": "01802", "bioguide": "P000592"}, {"name": "Jason Chaffetz", "party": "majority", "rank": 11, "thomas": "01956", "bioguide": "C001076"}, {"name": "Tom Marino", "party": "majority", "rank": 12, "thomas": "02053", "bioguide": "M001179"}, {"name": "Trey Gowdy", "party": "majority", "rank": 13, "thomas": "02058", "bioguide": "G000566"}, {"name": "Ra\u00fal R. Labrador", "party": "majority", "rank": 14, "thomas": "02011", "bioguide": "L000573"}, {"name": "Blake Farenthold", "party": "majority", "rank": 15, "thomas": "02067", "bioguide": "F000460"}, {"name": "Doug Collins", "party": "majority", "rank": 16, "thomas": "02121", "bioguide": "C001093"}, {"name": "Ron DeSantis", "party": "majority", "rank": 17, "thomas": "02116", "bioguide": "D000621"}, {"name": "Ken Buck", "party": "majority", "rank": 18, "thomas": "02233", "bioguide": "B001297"}, {"name": "John Ratcliffe", "party": "majority", "rank": 19, "thomas": "02268", "bioguide": "R000601"}, {"name": "Martha Roby", "party": "majority", "rank": 20, "thomas": "01986", "bioguide": "R000591"}, {"name": "Matt Gaetz", "party": "majority", "rank": 21, "bioguide": "G000578"}, {"name": "Mike Johnson", "party": "majority", "rank": 22, "bioguide": "J000299"}, {"name": "Andy Biggs", "party": "majority", "rank": 23, "bioguide": "B001302"}, {"name": "John Conyers, Jr.", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00229", "bioguide": "C000714"}, {"name": "Jerrold Nadler", "party": "minority", "rank": 2, "thomas": "00850", "bioguide": "N000002"}, {"name": "Zoe Lofgren", "party": "minority", "rank": 3, "thomas": "00701", "bioguide": "L000397"}, {"name": "Sheila Jackson Lee", "party": "minority", "rank": 4, "thomas": "00588", "bioguide": "J000032"}, {"name": "Steve Cohen", "party": "minority", "rank": 5, "thomas": "01878", "bioguide": "C001068"}, {"name": "Henry C. \"Hank\" Johnson, Jr.", "party": "minority", "rank": 6, "thomas": "01843", "bioguide": "J000288"}, {"name": "Theodore E. Deutch", "party": "minority", "rank": 7, "thomas": "01976", "bioguide": "D000610"}, {"name": "Luis V. Guti\u00e9rrez", "party": "minority", "rank": 8, "thomas": "00478", "bioguide": "G000535"}, {"name": "Karen Bass", "party": "minority", "rank": 9, "thomas": "01996", "bioguide": "B001270"}, {"name": "Cedric L. Richmond", "party": "minority", "rank": 10, "thomas": "02023", "bioguide": "R000588"}, {"name": "Hakeem S. Jeffries", "party": "minority", "rank": 11, "thomas": "02149", "bioguide": "J000294"}, {"name": "David N. Cicilline", "party": "minority", "rank": 12, "thomas": "02055", "bioguide": "C001084"}, {"name": "Eric Swalwell", "party": "minority", "rank": 13, "thomas": "02104", "bioguide": "S001193"}, {"name": "Ted Lieu", "party": "minority", "rank": 14, "thomas": "02230", "bioguide": "L000582"}, {"name": "Jamie Raskin", "party": "minority", "rank": 15, "bioguide": "R000606"}, {"name": "Pramila Jayapal", "party": "minority", "rank": 16, "bioguide": "J000298"}, {"name": "Bradley Scott Schneider", "party": "minority", "rank": 17, "thomas": "02124", "bioguide": "S001190"}], "HSJU01": [{"name": "F. James Sensenbrenner, Jr.", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01041", "bioguide": "S000244"}, {"name": "Ra\u00fal R. Labrador", "party": "majority", "rank": 2, "thomas": "02011", "bioguide": "L000573", "title": "Vice Chair"}, {"name": "Lamar Smith", "party": "majority", "rank": 3, "thomas": "01075", "bioguide": "S000583"}, {"name": "Steve King", "party": "majority", "rank": 4, "thomas": "01724", "bioguide": "K000362"}, {"name": "Jim Jordan", "party": "majority", "rank": 5, "thomas": "01868", "bioguide": "J000289"}, {"name": "Ken Buck", "party": "majority", "rank": 6, "thomas": "02233", "bioguide": "B001297"}, {"name": "Mike Johnson", "party": "majority", "rank": 7, "bioguide": "J000299"}, {"name": "Andy Biggs", "party": "majority", "rank": 8, "bioguide": "B001302"}, {"name": "Zoe Lofgren", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00701", "bioguide": "L000397"}, {"name": "Luis V. Guti\u00e9rrez", "party": "minority", "rank": 2, "thomas": "00478", "bioguide": "G000535"}, {"name": "Pramila Jayapal", "party": "minority", "rank": 3, "bioguide": "J000298"}, {"name": "Sheila Jackson Lee", "party": "minority", "rank": 4, "thomas": "00588", "bioguide": "J000032"}], "HSJU03": [{"name": "Darrell E. Issa", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01640", "bioguide": "I000056"}, {"name": "Doug Collins", "party": "majority", "rank": 2, "thomas": "02121", "bioguide": "C001093", "title": "Vice Chair"}, {"name": "Lamar Smith", "party": "majority", "rank": 3, "thomas": "01075", "bioguide": "S000583"}, {"name": "Steve Chabot", "party": "majority", "rank": 4, "thomas": "00186", "bioguide": "C000266"}, {"name": "Trent Franks", "party": "majority", "rank": 5, "thomas": "01707", "bioguide": "F000448"}, {"name": "Jim Jordan", "party": "majority", "rank": 6, "thomas": "01868", "bioguide": "J000289"}, {"name": "Ted Poe", "party": "majority", "rank": 7, "thomas": "01802", "bioguide": "P000592"}, {"name": "Jason Chaffetz", "party": "majority", "rank": 8, "thomas": "01956", "bioguide": "C001076"}, {"name": "Tom Marino", "party": "majority", "rank": 9, "thomas": "02053", "bioguide": "M001179"}, {"name": "Ra\u00fal R. Labrador", "party": "majority", "rank": 10, "thomas": "02011", "bioguide": "L000573"}, {"name": "Blake Farenthold", "party": "majority", "rank": 11, "thomas": "02067", "bioguide": "F000460"}, {"name": "Ron DeSantis", "party": "majority", "rank": 12, "thomas": "02116", "bioguide": "D000621"}, {"name": "Matt Gaetz", "party": "majority", "rank": 13, "bioguide": "G000578"}, {"name": "Andy Biggs", "party": "majority", "rank": 14, "bioguide": "B001302"}, {"name": "Jerrold Nadler", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00850", "bioguide": "N000002"}, {"name": "Henry C. \"Hank\" Johnson, Jr.", "party": "minority", "rank": 2, "thomas": "01843", "bioguide": "J000288"}, {"name": "Theodore E. Deutch", "party": "minority", "rank": 3, "thomas": "01976", "bioguide": "D000610"}, {"name": "Karen Bass", "party": "minority", "rank": 4, "thomas": "01996", "bioguide": "B001270"}, {"name": "Cedric L. Richmond", "party": "minority", "rank": 5, "thomas": "02023", "bioguide": "R000588"}, {"name": "Hakeem S. Jeffries", "party": "minority", "rank": 6, "thomas": "02149", "bioguide": "J000294"}, {"name": "Eric Swalwell", "party": "minority", "rank": 7, "thomas": "02104", "bioguide": "S001193"}, {"name": "Ted Lieu", "party": "minority", "rank": 8, "thomas": "02230", "bioguide": "L000582"}, {"name": "Zoe Lofgren", "party": "minority", "rank": 9, "thomas": "00701", "bioguide": "L000397"}, {"name": "Steve Cohen", "party": "minority", "rank": 10, "thomas": "01878", "bioguide": "C001068"}, {"name": "Luis V. Guti\u00e9rrez", "party": "minority", "rank": 11, "thomas": "00478", "bioguide": "G000535"}], "HSJU05": [{"name": "Tom Marino", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02053", "bioguide": "M001179"}, {"name": "Blake Farenthold", "party": "majority", "rank": 2, "thomas": "02067", "bioguide": "F000460", "title": "Vice Chair"}, {"name": "Darrell E. Issa", "party": "majority", "rank": 3, "thomas": "01640", "bioguide": "I000056"}, {"name": "Doug Collins", "party": "majority", "rank": 4, "thomas": "02121", "bioguide": "C001093"}, {"name": "Ken Buck", "party": "majority", "rank": 5, "thomas": "02233", "bioguide": "B001297"}, {"name": "John Ratcliffe", "party": "majority", "rank": 6, "thomas": "02268", "bioguide": "R000601"}, {"name": "Matt Gaetz", "party": "majority", "rank": 7, "bioguide": "G000578"}, {"name": "David N. Cicilline", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02055", "bioguide": "C001084"}, {"name": "Henry C. \"Hank\" Johnson, Jr.", "party": "minority", "rank": 2, "thomas": "01843", "bioguide": "J000288"}, {"name": "Eric Swalwell", "party": "minority", "rank": 3, "thomas": "02104", "bioguide": "S001193"}, {"name": "Jamie Raskin", "party": "minority", "rank": 4, "bioguide": "R000606"}, {"name": "Pramila Jayapal", "party": "minority", "rank": 5, "bioguide": "J000298"}], "HSJU08": [{"name": "Trey Gowdy", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02058", "bioguide": "G000566"}, {"name": "Louie Gohmert", "party": "majority", "rank": 2, "thomas": "01801", "bioguide": "G000552", "title": "Vice Chair"}, {"name": "F. James Sensenbrenner, Jr.", "party": "majority", "rank": 3, "thomas": "01041", "bioguide": "S000244"}, {"name": "Steve Chabot", "party": "majority", "rank": 4, "thomas": "00186", "bioguide": "C000266"}, {"name": "Ted Poe", "party": "majority", "rank": 5, "thomas": "01802", "bioguide": "P000592"}, {"name": "Jason Chaffetz", "party": "majority", "rank": 6, "thomas": "01956", "bioguide": "C001076"}, {"name": "John Ratcliffe", "party": "majority", "rank": 7, "thomas": "02268", "bioguide": "R000601"}, {"name": "Martha Roby", "party": "majority", "rank": 8, "thomas": "01986", "bioguide": "R000591"}, {"name": "Mike Johnson", "party": "majority", "rank": 9, "bioguide": "J000299"}, {"name": "Sheila Jackson Lee", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00588", "bioguide": "J000032"}, {"name": "Theodore E. Deutch", "party": "minority", "rank": 2, "thomas": "01976", "bioguide": "D000610"}, {"name": "Karen Bass", "party": "minority", "rank": 3, "thomas": "01996", "bioguide": "B001270"}, {"name": "Cedric L. Richmond", "party": "minority", "rank": 4, "thomas": "02023", "bioguide": "R000588"}, {"name": "Hakeem S. Jeffries", "party": "minority", "rank": 5, "thomas": "02149", "bioguide": "J000294"}, {"name": "David N. Cicilline", "party": "minority", "rank": 6, "thomas": "02055", "bioguide": "C001084"}, {"name": "Ted Lieu", "party": "minority", "rank": 7, "thomas": "02230", "bioguide": "L000582"}], "HSJU10": [{"name": "Steve King", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01724", "bioguide": "K000362"}, {"name": "Ron DeSantis", "party": "majority", "rank": 2, "thomas": "02116", "bioguide": "D000621", "title": "Vice Chair"}, {"name": "Trent Franks", "party": "majority", "rank": 3, "thomas": "01707", "bioguide": "F000448"}, {"name": "Louie Gohmert", "party": "majority", "rank": 4, "thomas": "01801", "bioguide": "G000552"}, {"name": "Trey Gowdy", "party": "majority", "rank": 5, "thomas": "02058", "bioguide": "G000566"}, {"name": "Steve Cohen", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01878", "bioguide": "C001068"}, {"name": "Jamie Raskin", "party": "minority", "rank": 2, "bioguide": "R000606"}, {"name": "Jerrold Nadler", "party": "minority", "rank": 3, "thomas": "00850", "bioguide": "N000002"}], "HSPW": [{"name": "Bill Shuster", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01681", "bioguide": "S001154"}, {"name": "Don Young", "party": "majority", "rank": 2, "thomas": "01256", "bioguide": "Y000033"}, {"name": "John J. Duncan, Jr.", "party": "majority", "rank": 3, "thomas": "00322", "bioguide": "D000533", "title": "Vice Chair"}, {"name": "Frank A. LoBiondo", "party": "majority", "rank": 4, "thomas": "00699", "bioguide": "L000554"}, {"name": "Sam Graves", "party": "majority", "rank": 5, "thomas": "01656", "bioguide": "G000546"}, {"name": "Duncan Hunter", "party": "majority", "rank": 6, "thomas": "01909", "bioguide": "H001048"}, {"name": "Eric A. \"Rick\" Crawford", "party": "majority", "rank": 7, "thomas": "01989", "bioguide": "C001087"}, {"name": "Lou Barletta", "party": "majority", "rank": 8, "thomas": "02054", "bioguide": "B001269"}, {"name": "Blake Farenthold", "party": "majority", "rank": 9, "thomas": "02067", "bioguide": "F000460"}, {"name": "Bob Gibbs", "party": "majority", "rank": 10, "thomas": "02049", "bioguide": "G000563"}, {"name": "Daniel Webster", "party": "majority", "rank": 11, "thomas": "02002", "bioguide": "W000806"}, {"name": "Jeff Denham", "party": "majority", "rank": 12, "thomas": "01995", "bioguide": "D000612"}, {"name": "Thomas Massie", "party": "majority", "rank": 13, "thomas": "02094", "bioguide": "M001184"}, {"name": "Mark Meadows", "party": "majority", "rank": 14, "thomas": "02142", "bioguide": "M001187"}, {"name": "Scott Perry", "party": "majority", "rank": 15, "thomas": "02157", "bioguide": "P000605"}, {"name": "Rodney Davis", "party": "majority", "rank": 16, "thomas": "02126", "bioguide": "D000619"}, {"name": "Mark Sanford", "party": "majority", "rank": 17, "thomas": "01012", "bioguide": "S000051"}, {"name": "Rob Woodall", "party": "majority", "rank": 18, "thomas": "02008", "bioguide": "W000810"}, {"name": "Todd Rokita", "party": "majority", "rank": 19, "thomas": "02017", "bioguide": "R000592"}, {"name": "John Katko", "party": "majority", "rank": 20, "thomas": "02264", "bioguide": "K000386"}, {"name": "Brian Babin", "party": "majority", "rank": 21, "thomas": "02270", "bioguide": "B001291"}, {"name": "Garret Graves", "party": "majority", "rank": 22, "thomas": "02245", "bioguide": "G000577"}, {"name": "Barbara Comstock", "party": "majority", "rank": 23, "thomas": "02273", "bioguide": "C001105"}, {"name": "David Rouzer", "party": "majority", "rank": 24, "thomas": "02256", "bioguide": "R000603"}, {"name": "Mike Bost", "party": "majority", "rank": 25, "thomas": "02243", "bioguide": "B001295"}, {"name": "Randy K. Weber, Sr.", "party": "majority", "rank": 26, "thomas": "02161", "bioguide": "W000814"}, {"name": "Doug LaMalfa", "party": "majority", "rank": 27, "thomas": "02100", "bioguide": "L000578"}, {"name": "Bruce Westerman", "party": "majority", "rank": 28, "thomas": "02224", "bioguide": "W000821"}, {"name": "Lloyd Smucker", "party": "majority", "rank": 29, "bioguide": "S001199"}, {"name": "Paul Mitchell", "party": "majority", "rank": 30, "bioguide": "M001201"}, {"name": "John J. Faso", "party": "majority", "rank": 31, "bioguide": "F000464"}, {"name": "A. Drew Ferguson IV", "party": "majority", "rank": 32, "bioguide": "F000465"}, {"name": "Brian J. Mast", "party": "majority", "rank": 33, "bioguide": "M001199"}, {"name": "Jason Lewis", "party": "majority", "rank": 34, "bioguide": "L000587"}, {"name": "Peter A. DeFazio", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00279", "bioguide": "D000191"}, {"name": "Eleanor Holmes Norton", "party": "minority", "rank": 2, "thomas": "00868", "bioguide": "N000147"}, {"name": "Jerrold Nadler", "party": "minority", "rank": 3, "thomas": "00850", "bioguide": "N000002"}, {"name": "Eddie Bernice Johnson", "party": "minority", "rank": 4, "thomas": "00599", "bioguide": "J000126"}, {"name": "Elijah E. Cummings", "party": "minority", "rank": 5, "thomas": "00256", "bioguide": "C000984"}, {"name": "Rick Larsen", "party": "minority", "rank": 6, "thomas": "01675", "bioguide": "L000560"}, {"name": "Michael E. Capuano", "party": "minority", "rank": 7, "thomas": "01564", "bioguide": "C001037"}, {"name": "Grace F. Napolitano", "party": "minority", "rank": 8, "thomas": "01602", "bioguide": "N000179"}, {"name": "Daniel Lipinski", "party": "minority", "rank": 9, "thomas": "01781", "bioguide": "L000563"}, {"name": "Steve Cohen", "party": "minority", "rank": 10, "thomas": "01878", "bioguide": "C001068"}, {"name": "Albio Sires", "party": "minority", "rank": 11, "thomas": "01818", "bioguide": "S001165"}, {"name": "John Garamendi", "party": "minority", "rank": 12, "thomas": "01973", "bioguide": "G000559"}, {"name": "Henry C. \"Hank\" Johnson, Jr.", "party": "minority", "rank": 13, "thomas": "01843", "bioguide": "J000288"}, {"name": "Andr\u00e9 Carson", "party": "minority", "rank": 14, "thomas": "01889", "bioguide": "C001072"}, {"name": "Richard M. Nolan", "party": "minority", "rank": 15, "thomas": "00867", "bioguide": "N000127"}, {"name": "Dina Titus", "party": "minority", "rank": 16, "thomas": "01940", "bioguide": "T000468"}, {"name": "Sean Patrick Maloney", "party": "minority", "rank": 17, "thomas": "02150", "bioguide": "M001185"}, {"name": "Elizabeth H. Esty", "party": "minority", "rank": 18, "thomas": "02114", "bioguide": "E000293"}, {"name": "Lois Frankel", "party": "minority", "rank": 19, "thomas": "02119", "bioguide": "F000462"}, {"name": "Cheri Bustos", "party": "minority", "rank": 20, "thomas": "02127", "bioguide": "B001286"}, {"name": "Jared Huffman", "party": "minority", "rank": 21, "thomas": "02101", "bioguide": "H001068"}, {"name": "Julia Brownley", "party": "minority", "rank": 22, "thomas": "02106", "bioguide": "B001285"}, {"name": "Frederica S. Wilson", "party": "minority", "rank": 23, "thomas": "02004", "bioguide": "W000808"}, {"name": "Donald M. Payne, Jr.", "party": "minority", "rank": 24, "thomas": "02097", "bioguide": "P000604"}, {"name": "Alan S. Lowenthal", "party": "minority", "rank": 25, "thomas": "02111", "bioguide": "L000579"}, {"name": "Brenda L. Lawrence", "party": "minority", "rank": 26, "thomas": "02252", "bioguide": "L000581"}, {"name": "Mark DeSaulnier", "party": "minority", "rank": 27, "thomas": "02227", "bioguide": "D000623"}], "HSPW02": [{"name": "Garret Graves", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02245", "bioguide": "G000577"}, {"name": "Eric A. \"Rick\" Crawford", "party": "majority", "rank": 2, "thomas": "01989", "bioguide": "C001087"}, {"name": "Bob Gibbs", "party": "majority", "rank": 3, "thomas": "02049", "bioguide": "G000563"}, {"name": "Daniel Webster", "party": "majority", "rank": 4, "thomas": "02002", "bioguide": "W000806"}, {"name": "Thomas Massie", "party": "majority", "rank": 5, "thomas": "02094", "bioguide": "M001184"}, {"name": "Rodney Davis", "party": "majority", "rank": 6, "thomas": "02126", "bioguide": "D000619"}, {"name": "Mark Sanford", "party": "majority", "rank": 7, "thomas": "01012", "bioguide": "S000051"}, {"name": "Rob Woodall", "party": "majority", "rank": 8, "thomas": "02008", "bioguide": "W000810"}, {"name": "Todd Rokita", "party": "majority", "rank": 9, "thomas": "02017", "bioguide": "R000592"}, {"name": "John Katko", "party": "majority", "rank": 10, "thomas": "02264", "bioguide": "K000386"}, {"name": "Brian Babin", "party": "majority", "rank": 11, "thomas": "02270", "bioguide": "B001291"}, {"name": "David Rouzer", "party": "majority", "rank": 12, "thomas": "02256", "bioguide": "R000603"}, {"name": "Mike Bost", "party": "majority", "rank": 13, "thomas": "02243", "bioguide": "B001295"}, {"name": "Randy K. Weber, Sr.", "party": "majority", "rank": 14, "thomas": "02161", "bioguide": "W000814"}, {"name": "Doug LaMalfa", "party": "majority", "rank": 15, "thomas": "02100", "bioguide": "L000578"}, {"name": "A. Drew Ferguson IV", "party": "majority", "rank": 16, "bioguide": "F000465"}, {"name": "Brian J. Mast", "party": "majority", "rank": 17, "bioguide": "M001199"}, {"name": "Grace F. Napolitano", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01602", "bioguide": "N000179"}, {"name": "Lois Frankel", "party": "minority", "rank": 2, "thomas": "02119", "bioguide": "F000462"}, {"name": "Frederica S. Wilson", "party": "minority", "rank": 3, "thomas": "02004", "bioguide": "W000808"}, {"name": "Jared Huffman", "party": "minority", "rank": 4, "thomas": "02101", "bioguide": "H001068"}, {"name": "Alan S. Lowenthal", "party": "minority", "rank": 5, "thomas": "02111", "bioguide": "L000579"}, {"name": "Eddie Bernice Johnson", "party": "minority", "rank": 6, "thomas": "00599", "bioguide": "J000126"}, {"name": "John Garamendi", "party": "minority", "rank": 7, "thomas": "01973", "bioguide": "G000559"}, {"name": "Dina Titus", "party": "minority", "rank": 8, "thomas": "01940", "bioguide": "T000468"}, {"name": "Sean Patrick Maloney", "party": "minority", "rank": 9, "thomas": "02150", "bioguide": "M001185"}, {"name": "Elizabeth H. Esty", "party": "minority", "rank": 10, "thomas": "02114", "bioguide": "E000293"}, {"name": "Cheri Bustos", "party": "minority", "rank": 11, "thomas": "02127", "bioguide": "B001286"}, {"name": "Julia Brownley", "party": "minority", "rank": 12, "thomas": "02106", "bioguide": "B001285"}, {"name": "Brenda L. Lawrence", "party": "minority", "rank": 13, "thomas": "02252", "bioguide": "L000581"}], "HSPW05": [{"name": "Frank A. LoBiondo", "party": "majority", "rank": 1, "title": "Chair", "thomas": "00699", "bioguide": "L000554"}, {"name": "Don Young", "party": "majority", "rank": 2, "thomas": "01256", "bioguide": "Y000033"}, {"name": "John J. Duncan, Jr.", "party": "majority", "rank": 3, "thomas": "00322", "bioguide": "D000533"}, {"name": "Sam Graves", "party": "majority", "rank": 4, "thomas": "01656", "bioguide": "G000546"}, {"name": "Duncan Hunter", "party": "majority", "rank": 5, "thomas": "01909", "bioguide": "H001048"}, {"name": "Blake Farenthold", "party": "majority", "rank": 6, "thomas": "02067", "bioguide": "F000460"}, {"name": "Bob Gibbs", "party": "majority", "rank": 7, "thomas": "02049", "bioguide": "G000563"}, {"name": "Daniel Webster", "party": "majority", "rank": 8, "thomas": "02002", "bioguide": "W000806"}, {"name": "Jeff Denham", "party": "majority", "rank": 9, "thomas": "01995", "bioguide": "D000612"}, {"name": "Thomas Massie", "party": "majority", "rank": 10, "thomas": "02094", "bioguide": "M001184"}, {"name": "Mark Meadows", "party": "majority", "rank": 11, "thomas": "02142", "bioguide": "M001187"}, {"name": "Scott Perry", "party": "majority", "rank": 12, "thomas": "02157", "bioguide": "P000605"}, {"name": "Rodney Davis", "party": "majority", "rank": 13, "thomas": "02126", "bioguide": "D000619"}, {"name": "Mark Sanford", "party": "majority", "rank": 14, "thomas": "01012", "bioguide": "S000051"}, {"name": "Rob Woodall", "party": "majority", "rank": 15, "thomas": "02008", "bioguide": "W000810"}, {"name": "Todd Rokita", "party": "majority", "rank": 16, "thomas": "02017", "bioguide": "R000592"}, {"name": "Barbara Comstock", "party": "majority", "rank": 17, "thomas": "02273", "bioguide": "C001105"}, {"name": "Doug LaMalfa", "party": "majority", "rank": 18, "thomas": "02100", "bioguide": "L000578"}, {"name": "Bruce Westerman", "party": "majority", "rank": 19, "thomas": "02224", "bioguide": "W000821"}, {"name": "Paul Mitchell", "party": "majority", "rank": 20, "bioguide": "M001201"}, {"name": "Jason Lewis", "party": "majority", "rank": 21, "bioguide": "L000587"}, {"name": "Rick Larsen", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01675", "bioguide": "L000560"}, {"name": "Eddie Bernice Johnson", "party": "minority", "rank": 2, "thomas": "00599", "bioguide": "J000126"}, {"name": "Daniel Lipinski", "party": "minority", "rank": 3, "thomas": "01781", "bioguide": "L000563"}, {"name": "Andr\u00e9 Carson", "party": "minority", "rank": 4, "thomas": "01889", "bioguide": "C001072"}, {"name": "Cheri Bustos", "party": "minority", "rank": 5, "thomas": "02127", "bioguide": "B001286"}, {"name": "Eleanor Holmes Norton", "party": "minority", "rank": 6, "thomas": "00868", "bioguide": "N000147"}, {"name": "Dina Titus", "party": "minority", "rank": 7, "thomas": "01940", "bioguide": "T000468"}, {"name": "Sean Patrick Maloney", "party": "minority", "rank": 8, "thomas": "02150", "bioguide": "M001185"}, {"name": "Julia Brownley", "party": "minority", "rank": 9, "thomas": "02106", "bioguide": "B001285"}, {"name": "Donald M. Payne, Jr.", "party": "minority", "rank": 10, "thomas": "02097", "bioguide": "P000604"}, {"name": "Brenda L. Lawrence", "party": "minority", "rank": 11, "thomas": "02252", "bioguide": "L000581"}, {"name": "Michael E. Capuano", "party": "minority", "rank": 12, "thomas": "01564", "bioguide": "C001037"}, {"name": "Grace F. Napolitano", "party": "minority", "rank": 13, "thomas": "01602", "bioguide": "N000179"}, {"name": "Steve Cohen", "party": "minority", "rank": 14, "thomas": "01878", "bioguide": "C001068"}, {"name": "Henry C. \"Hank\" Johnson, Jr.", "party": "minority", "rank": 15, "thomas": "01843", "bioguide": "J000288"}, {"name": "Richard M. Nolan", "party": "minority", "rank": 16, "thomas": "00867", "bioguide": "N000127"}], "HSPW07": [{"name": "Duncan Hunter", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01909", "bioguide": "H001048"}, {"name": "Don Young", "party": "majority", "rank": 2, "thomas": "01256", "bioguide": "Y000033"}, {"name": "Frank A. LoBiondo", "party": "majority", "rank": 3, "thomas": "00699", "bioguide": "L000554"}, {"name": "Garret Graves", "party": "majority", "rank": 4, "thomas": "02245", "bioguide": "G000577"}, {"name": "David Rouzer", "party": "majority", "rank": 5, "thomas": "02256", "bioguide": "R000603"}, {"name": "Randy K. Weber, Sr.", "party": "majority", "rank": 6, "thomas": "02161", "bioguide": "W000814"}, {"name": "Brian J. Mast", "party": "majority", "rank": 7, "bioguide": "M001199"}, {"name": "Jason Lewis", "party": "majority", "rank": 8, "bioguide": "L000587"}, {"name": "John Garamendi", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01973", "bioguide": "G000559"}, {"name": "Elijah E. Cummings", "party": "minority", "rank": 2, "thomas": "00256", "bioguide": "C000984"}, {"name": "Rick Larsen", "party": "minority", "rank": 3, "thomas": "01675", "bioguide": "L000560"}, {"name": "Jared Huffman", "party": "minority", "rank": 4, "thomas": "02101", "bioguide": "H001068"}, {"name": "Alan S. Lowenthal", "party": "minority", "rank": 5, "thomas": "02111", "bioguide": "L000579"}, {"name": "Eleanor Holmes Norton", "party": "minority", "rank": 6, "thomas": "00868", "bioguide": "N000147"}], "HSPW12": [{"name": "Sam Graves", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01656", "bioguide": "G000546"}, {"name": "Don Young", "party": "majority", "rank": 2, "thomas": "01256", "bioguide": "Y000033"}, {"name": "John J. Duncan, Jr.", "party": "majority", "rank": 3, "thomas": "00322", "bioguide": "D000533"}, {"name": "Frank A. LoBiondo", "party": "majority", "rank": 4, "thomas": "00699", "bioguide": "L000554"}, {"name": "Duncan Hunter", "party": "majority", "rank": 5, "thomas": "01909", "bioguide": "H001048"}, {"name": "Eric A. \"Rick\" Crawford", "party": "majority", "rank": 6, "thomas": "01989", "bioguide": "C001087"}, {"name": "Lou Barletta", "party": "majority", "rank": 7, "thomas": "02054", "bioguide": "B001269"}, {"name": "Blake Farenthold", "party": "majority", "rank": 8, "thomas": "02067", "bioguide": "F000460"}, {"name": "Bob Gibbs", "party": "majority", "rank": 9, "thomas": "02049", "bioguide": "G000563"}, {"name": "Jeff Denham", "party": "majority", "rank": 10, "thomas": "01995", "bioguide": "D000612"}, {"name": "Thomas Massie", "party": "majority", "rank": 11, "thomas": "02094", "bioguide": "M001184"}, {"name": "Mark Meadows", "party": "majority", "rank": 12, "thomas": "02142", "bioguide": "M001187"}, {"name": "Scott Perry", "party": "majority", "rank": 13, "thomas": "02157", "bioguide": "P000605"}, {"name": "Rodney Davis", "party": "majority", "rank": 14, "thomas": "02126", "bioguide": "D000619"}, {"name": "Rob Woodall", "party": "majority", "rank": 15, "thomas": "02008", "bioguide": "W000810"}, {"name": "John Katko", "party": "majority", "rank": 16, "thomas": "02264", "bioguide": "K000386"}, {"name": "Brian Babin", "party": "majority", "rank": 17, "thomas": "02270", "bioguide": "B001291"}, {"name": "Garret Graves", "party": "majority", "rank": 18, "thomas": "02245", "bioguide": "G000577"}, {"name": "Barbara Comstock", "party": "majority", "rank": 19, "thomas": "02273", "bioguide": "C001105"}, {"name": "David Rouzer", "party": "majority", "rank": 20, "thomas": "02256", "bioguide": "R000603"}, {"name": "Mike Bost", "party": "majority", "rank": 21, "thomas": "02243", "bioguide": "B001295"}, {"name": "Doug LaMalfa", "party": "majority", "rank": 22, "thomas": "02100", "bioguide": "L000578"}, {"name": "Bruce Westerman", "party": "majority", "rank": 23, "thomas": "02224", "bioguide": "W000821"}, {"name": "Lloyd Smucker", "party": "majority", "rank": 24, "bioguide": "S001199"}, {"name": "Paul Mitchell", "party": "majority", "rank": 25, "bioguide": "M001201"}, {"name": "John J. Faso", "party": "majority", "rank": 26, "bioguide": "F000464"}, {"name": "A. Drew Ferguson IV", "party": "majority", "rank": 27, "bioguide": "F000465"}, {"name": "Eleanor Holmes Norton", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00868", "bioguide": "N000147"}, {"name": "Jerrold Nadler", "party": "minority", "rank": 2, "thomas": "00850", "bioguide": "N000002"}, {"name": "Steve Cohen", "party": "minority", "rank": 3, "thomas": "01878", "bioguide": "C001068"}, {"name": "Albio Sires", "party": "minority", "rank": 4, "thomas": "01818", "bioguide": "S001165"}, {"name": "Richard M. Nolan", "party": "minority", "rank": 5, "thomas": "00867", "bioguide": "N000127"}, {"name": "Dina Titus", "party": "minority", "rank": 6, "thomas": "01940", "bioguide": "T000468"}, {"name": "Sean Patrick Maloney", "party": "minority", "rank": 7, "thomas": "02150", "bioguide": "M001185"}, {"name": "Elizabeth H. Esty", "party": "minority", "rank": 8, "thomas": "02114", "bioguide": "E000293"}, {"name": "Jared Huffman", "party": "minority", "rank": 9, "thomas": "02101", "bioguide": "H001068"}, {"name": "Julia Brownley", "party": "minority", "rank": 10, "thomas": "02106", "bioguide": "B001285"}, {"name": "Alan S. Lowenthal", "party": "minority", "rank": 11, "thomas": "02111", "bioguide": "L000579"}, {"name": "Brenda L. Lawrence", "party": "minority", "rank": 12, "thomas": "02252", "bioguide": "L000581"}, {"name": "Mark DeSaulnier", "party": "minority", "rank": 13, "thomas": "02227", "bioguide": "D000623"}, {"name": "Eddie Bernice Johnson", "party": "minority", "rank": 14, "thomas": "00599", "bioguide": "J000126"}, {"name": "Michael E. Capuano", "party": "minority", "rank": 15, "thomas": "01564", "bioguide": "C001037"}, {"name": "Grace F. Napolitano", "party": "minority", "rank": 16, "thomas": "01602", "bioguide": "N000179"}, {"name": "Daniel Lipinski", "party": "minority", "rank": 17, "thomas": "01781", "bioguide": "L000563"}, {"name": "Henry C. \"Hank\" Johnson, Jr.", "party": "minority", "rank": 18, "thomas": "01843", "bioguide": "J000288"}, {"name": "Lois Frankel", "party": "minority", "rank": 19, "thomas": "02119", "bioguide": "F000462"}, {"name": "Cheri Bustos", "party": "minority", "rank": 20, "thomas": "02127", "bioguide": "B001286"}, {"name": "Frederica S. Wilson", "party": "minority", "rank": 21, "thomas": "02004", "bioguide": "W000808"}], "HSPW13": [{"name": "Lou Barletta", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02054", "bioguide": "B001269"}, {"name": "Eric A. \"Rick\" Crawford", "party": "majority", "rank": 2, "thomas": "01989", "bioguide": "C001087"}, {"name": "Barbara Comstock", "party": "majority", "rank": 3, "thomas": "02273", "bioguide": "C001105"}, {"name": "Mike Bost", "party": "majority", "rank": 4, "thomas": "02243", "bioguide": "B001295"}, {"name": "Lloyd Smucker", "party": "majority", "rank": 5, "bioguide": "S001199"}, {"name": "John J. Faso", "party": "majority", "rank": 6, "bioguide": "F000464"}, {"name": "A. Drew Ferguson IV", "party": "majority", "rank": 7, "bioguide": "F000465"}, {"name": "Brian J. Mast", "party": "majority", "rank": 8, "bioguide": "M001199"}, {"name": "Henry C. \"Hank\" Johnson, Jr.", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01843", "bioguide": "J000288"}, {"name": "Eleanor Holmes Norton", "party": "minority", "rank": 2, "thomas": "00868", "bioguide": "N000147"}, {"name": "Albio Sires", "party": "minority", "rank": 3, "thomas": "01818", "bioguide": "S001165"}, {"name": "Grace F. Napolitano", "party": "minority", "rank": 4, "thomas": "01602", "bioguide": "N000179"}, {"name": "Michael E. Capuano", "party": "minority", "rank": 5, "thomas": "01564", "bioguide": "C001037"}], "HSPW14": [{"name": "Jeff Denham", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01995", "bioguide": "D000612"}, {"name": "John J. Duncan, Jr.", "party": "majority", "rank": 2, "thomas": "00322", "bioguide": "D000533"}, {"name": "Sam Graves", "party": "majority", "rank": 3, "thomas": "01656", "bioguide": "G000546"}, {"name": "Lou Barletta", "party": "majority", "rank": 4, "thomas": "02054", "bioguide": "B001269"}, {"name": "Blake Farenthold", "party": "majority", "rank": 5, "thomas": "02067", "bioguide": "F000460"}, {"name": "Daniel Webster", "party": "majority", "rank": 6, "thomas": "02002", "bioguide": "W000806"}, {"name": "Mark Meadows", "party": "majority", "rank": 7, "thomas": "02142", "bioguide": "M001187"}, {"name": "Scott Perry", "party": "majority", "rank": 8, "thomas": "02157", "bioguide": "P000605"}, {"name": "Mark Sanford", "party": "majority", "rank": 9, "thomas": "01012", "bioguide": "S000051"}, {"name": "Todd Rokita", "party": "majority", "rank": 10, "thomas": "02017", "bioguide": "R000592"}, {"name": "John Katko", "party": "majority", "rank": 11, "thomas": "02264", "bioguide": "K000386"}, {"name": "Brian Babin", "party": "majority", "rank": 12, "thomas": "02270", "bioguide": "B001291"}, {"name": "Randy K. Weber, Sr.", "party": "majority", "rank": 13, "thomas": "02161", "bioguide": "W000814"}, {"name": "Bruce Westerman", "party": "majority", "rank": 14, "thomas": "02224", "bioguide": "W000821"}, {"name": "Lloyd Smucker", "party": "majority", "rank": 15, "bioguide": "S001199"}, {"name": "Paul Mitchell", "party": "majority", "rank": 16, "bioguide": "M001201"}, {"name": "John J. Faso", "party": "majority", "rank": 17, "bioguide": "F000464"}, {"name": "Jason Lewis", "party": "majority", "rank": 18, "bioguide": "L000587"}, {"name": "Michael E. Capuano", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01564", "bioguide": "C001037"}, {"name": "Donald M. Payne, Jr.", "party": "minority", "rank": 2, "thomas": "02097", "bioguide": "P000604"}, {"name": "Jerrold Nadler", "party": "minority", "rank": 3, "thomas": "00850", "bioguide": "N000002"}, {"name": "Elijah E. Cummings", "party": "minority", "rank": 4, "thomas": "00256", "bioguide": "C000984"}, {"name": "Steve Cohen", "party": "minority", "rank": 5, "thomas": "01878", "bioguide": "C001068"}, {"name": "Albio Sires", "party": "minority", "rank": 6, "thomas": "01818", "bioguide": "S001165"}, {"name": "John Garamendi", "party": "minority", "rank": 7, "thomas": "01973", "bioguide": "G000559"}, {"name": "Andr\u00e9 Carson", "party": "minority", "rank": 8, "thomas": "01889", "bioguide": "C001072"}, {"name": "Richard M. Nolan", "party": "minority", "rank": 9, "thomas": "00867", "bioguide": "N000127"}, {"name": "Elizabeth H. Esty", "party": "minority", "rank": 10, "thomas": "02114", "bioguide": "E000293"}, {"name": "Cheri Bustos", "party": "minority", "rank": 11, "thomas": "02127", "bioguide": "B001286"}, {"name": "Frederica S. Wilson", "party": "minority", "rank": 12, "thomas": "02004", "bioguide": "W000808"}, {"name": "Mark DeSaulnier", "party": "minority", "rank": 13, "thomas": "02227", "bioguide": "D000623"}, {"name": "Daniel Lipinski", "party": "minority", "rank": 14, "thomas": "01781", "bioguide": "L000563"}], "HSRU": [{"name": "Pete Sessions", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01525", "bioguide": "S000250"}, {"name": "Tom Cole", "party": "majority", "rank": 2, "thomas": "01742", "bioguide": "C001053"}, {"name": "Rob Woodall", "party": "majority", "rank": 3, "thomas": "02008", "bioguide": "W000810"}, {"name": "Michael C. Burgess", "party": "majority", "rank": 4, "thomas": "01751", "bioguide": "B001248"}, {"name": "Doug Collins", "party": "majority", "rank": 5, "thomas": "02121", "bioguide": "C001093"}, {"name": "Bradley Byrne", "party": "majority", "rank": 6, "thomas": "02197", "bioguide": "B001289"}, {"name": "Dan Newhouse", "party": "majority", "rank": 7, "thomas": "02275", "bioguide": "N000189"}, {"name": "Ken Buck", "party": "majority", "rank": 8, "thomas": "02233", "bioguide": "B001297"}, {"name": "Liz Cheney", "party": "majority", "rank": 9, "bioguide": "C001109"}, {"name": "Louise McIntosh Slaughter", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01069", "bioguide": "S000480"}, {"name": "James P. McGovern", "party": "minority", "rank": 2, "thomas": "01504", "bioguide": "M000312"}, {"name": "Alcee L. Hastings", "party": "minority", "rank": 3, "thomas": "00511", "bioguide": "H000324"}, {"name": "Jared Polis", "party": "minority", "rank": 4, "thomas": "01910", "bioguide": "P000598"}], "HSSM": [{"name": "Steve Chabot", "party": "majority", "rank": 1, "title": "Chair", "thomas": "00186", "bioguide": "C000266"}, {"name": "Steve King", "party": "majority", "rank": 2, "thomas": "01724", "bioguide": "K000362"}, {"name": "Blaine Luetkemeyer", "party": "majority", "rank": 3, "thomas": "01931", "bioguide": "L000569"}, {"name": "Dave Brat", "party": "majority", "rank": 4, "thomas": "02203", "bioguide": "B001290"}, {"name": "Aumua Amata Coleman Radewagen", "party": "majority", "rank": 5, "thomas": "02222", "bioguide": "R000600"}, {"name": "Stephen Knight", "party": "majority", "rank": 6, "thomas": "02228", "bioguide": "K000387"}, {"name": "Trent Kelly", "party": "majority", "rank": 7, "thomas": "02294", "bioguide": "K000388"}, {"name": "Rod Blum", "party": "majority", "rank": 8, "thomas": "02241", "bioguide": "B001294"}, {"name": "James Comer", "party": "majority", "rank": 9, "bioguide": "C001108"}, {"name": "Jenniffer Gonz\u00e1lez-Col\u00f3n", "party": "majority", "rank": 10, "bioguide": "G000582"}, {"name": "Don Bacon", "party": "majority", "rank": 11, "bioguide": "B001298"}, {"name": "Brian K. Fitzpatrick", "party": "majority", "rank": 12, "bioguide": "F000466"}, {"name": "Roger W. Marshall", "party": "majority", "rank": 13, "bioguide": "M001198"}, {"name": "Nydia M. Vel\u00e1zquez", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01184", "bioguide": "V000081"}, {"name": "Dwight Evans", "party": "minority", "rank": 2, "bioguide": "E000296"}, {"name": "Stephanie N. Murphy", "party": "minority", "rank": 3, "bioguide": "M001202"}, {"name": "Al Lawson, Jr.", "party": "minority", "rank": 4, "bioguide": "L000586"}, {"name": "Yvette D. Clarke", "party": "minority", "rank": 5, "thomas": "01864", "bioguide": "C001067"}, {"name": "Judy Chu", "party": "minority", "rank": 6, "thomas": "01970", "bioguide": "C001080"}, {"name": "Alma S. Adams", "party": "minority", "rank": 7, "thomas": "02201", "bioguide": "A000370"}, {"name": "Adriano Espaillat", "party": "minority", "rank": 8, "bioguide": "E000297"}, {"name": "Bradley Scott Schneider", "party": "minority", "rank": 9, "thomas": "02124", "bioguide": "S001190"}], "HSSM23": [{"name": "Stephen Knight", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02228", "bioguide": "K000387"}, {"name": "Steve King", "party": "majority", "rank": 2, "thomas": "01724", "bioguide": "K000362"}, {"name": "James Comer", "party": "majority", "rank": 3, "bioguide": "C001108"}], "HSSM24": [{"name": "Trent Kelly", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02294", "bioguide": "K000388"}, {"name": "Rod Blum", "party": "majority", "rank": 2, "thomas": "02241", "bioguide": "B001294"}, {"name": "Don Bacon", "party": "majority", "rank": 3, "bioguide": "B001298"}, {"name": "Roger W. Marshall", "party": "majority", "rank": 4, "bioguide": "M001198"}], "HSSM25": [{"name": "Rod Blum", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02241", "bioguide": "B001294"}, {"name": "Steve King", "party": "majority", "rank": 2, "thomas": "01724", "bioguide": "K000362"}, {"name": "Blaine Luetkemeyer", "party": "majority", "rank": 3, "thomas": "01931", "bioguide": "L000569"}, {"name": "Aumua Amata Coleman Radewagen", "party": "majority", "rank": 4, "thomas": "02222", "bioguide": "R000600"}, {"name": "James Comer", "party": "majority", "rank": 5, "bioguide": "C001108"}, {"name": "Don Bacon", "party": "majority", "rank": 6, "bioguide": "B001298"}], "HSSM26": [{"name": "Aumua Amata Coleman Radewagen", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02222", "bioguide": "R000600"}, {"name": "Blaine Luetkemeyer", "party": "majority", "rank": 2, "thomas": "01931", "bioguide": "L000569"}, {"name": "Dave Brat", "party": "majority", "rank": 3, "thomas": "02203", "bioguide": "B001290"}, {"name": "Jenniffer Gonz\u00e1lez-Col\u00f3n", "party": "majority", "rank": 4, "bioguide": "G000582"}, {"name": "Brian K. Fitzpatrick", "party": "majority", "rank": 5, "bioguide": "F000466"}, {"name": "Roger W. Marshall", "party": "majority", "rank": 6, "bioguide": "M001198"}], "HSSM27": [{"name": "Dave Brat", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02203", "bioguide": "B001290"}, {"name": "Stephen Knight", "party": "majority", "rank": 2, "thomas": "02228", "bioguide": "K000387"}, {"name": "Trent Kelly", "party": "majority", "rank": 3, "thomas": "02294", "bioguide": "K000388"}, {"name": "Jenniffer Gonz\u00e1lez-Col\u00f3n", "party": "majority", "rank": 4, "bioguide": "G000582"}, {"name": "Brian K. Fitzpatrick", "party": "majority", "rank": 5, "bioguide": "F000466"}], "HSSO": [{"name": "Susan W. Brooks", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02129", "bioguide": "B001284"}, {"name": "Patrick Meehan", "party": "majority", "rank": 2, "thomas": "02052", "bioguide": "M001181"}, {"name": "Trey Gowdy", "party": "majority", "rank": 3, "thomas": "02058", "bioguide": "G000566"}, {"name": "Kenny Marchant", "party": "majority", "rank": 4, "thomas": "01806", "bioguide": "M001158"}, {"name": "Leonard Lance", "party": "majority", "rank": 5, "thomas": "01936", "bioguide": "L000567"}, {"name": "Theodore E. Deutch", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01976", "bioguide": "D000610"}, {"name": "Yvette D. Clarke", "party": "minority", "rank": 2, "thomas": "01864", "bioguide": "C001067"}, {"name": "Jared Polis", "party": "minority", "rank": 3, "thomas": "01910", "bioguide": "P000598"}, {"name": "Anthony G. Brown", "party": "minority", "rank": 4, "bioguide": "B001304"}, {"name": "Steve Cohen", "party": "minority", "rank": 5, "thomas": "01878", "bioguide": "C001068"}], "HSSY": [{"name": "Lamar Smith", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01075", "bioguide": "S000583"}, {"name": "Dana Rohrabacher", "party": "majority", "rank": 2, "thomas": "00979", "bioguide": "R000409"}, {"name": "Frank D. Lucas", "party": "majority", "rank": 3, "thomas": "00711", "bioguide": "L000491"}, {"name": "Mo Brooks", "party": "majority", "rank": 4, "thomas": "01987", "bioguide": "B001274"}, {"name": "Randy Hultgren", "party": "majority", "rank": 5, "thomas": "02015", "bioguide": "H001059"}, {"name": "Bill Posey", "party": "majority", "rank": 6, "thomas": "01915", "bioguide": "P000599"}, {"name": "Thomas Massie", "party": "majority", "rank": 7, "thomas": "02094", "bioguide": "M001184"}, {"name": "Jim Bridenstine", "party": "majority", "rank": 8, "thomas": "02155", "bioguide": "B001283"}, {"name": "Randy K. Weber, Sr.", "party": "majority", "rank": 9, "thomas": "02161", "bioguide": "W000814"}, {"name": "Stephen Knight", "party": "majority", "rank": 10, "thomas": "02228", "bioguide": "K000387"}, {"name": "Brian Babin", "party": "majority", "rank": 11, "thomas": "02270", "bioguide": "B001291"}, {"name": "Barbara Comstock", "party": "majority", "rank": 12, "thomas": "02273", "bioguide": "C001105"}, {"name": "Gary J. Palmer", "party": "majority", "rank": 13, "thomas": "02221", "bioguide": "P000609"}, {"name": "Barry Loudermilk", "party": "majority", "rank": 14, "thomas": "02238", "bioguide": "L000583"}, {"name": "Ralph Lee Abraham", "party": "majority", "rank": 15, "thomas": "02244", "bioguide": "A000374"}, {"name": "Darin LaHood", "party": "majority", "rank": 16, "thomas": "02295", "bioguide": "L000585"}, {"name": "Daniel Webster", "party": "majority", "rank": 17, "thomas": "02002", "bioguide": "W000806"}, {"name": "Jim Banks", "party": "majority", "rank": 18, "bioguide": "B001299"}, {"name": "Andy Biggs", "party": "majority", "rank": 19, "bioguide": "B001302"}, {"name": "Roger W. Marshall", "party": "majority", "rank": 20, "bioguide": "M001198"}, {"name": "Neal P. Dunn", "party": "majority", "rank": 21, "bioguide": "D000628"}, {"name": "Clay Higgins", "party": "majority", "rank": 22, "bioguide": "H001077"}, {"name": "Eddie Bernice Johnson", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00599", "bioguide": "J000126"}, {"name": "Zoe Lofgren", "party": "minority", "rank": 2, "thomas": "00701", "bioguide": "L000397"}, {"name": "Daniel Lipinski", "party": "minority", "rank": 3, "thomas": "01781", "bioguide": "L000563"}, {"name": "Suzanne Bonamici", "party": "minority", "rank": 4, "thomas": "02092", "bioguide": "B001278"}, {"name": "Ami Bera", "party": "minority", "rank": 5, "thomas": "02102", "bioguide": "B001287"}, {"name": "Elizabeth H. Esty", "party": "minority", "rank": 6, "thomas": "02114", "bioguide": "E000293"}, {"name": "Marc A. Veasey", "party": "minority", "rank": 7, "thomas": "02166", "bioguide": "V000131"}, {"name": "Donald S. Beyer, Jr.", "party": "minority", "rank": 8, "thomas": "02272", "bioguide": "B001292"}, {"name": "Jacky Rosen", "party": "minority", "rank": 9, "bioguide": "R000608"}, {"name": "Jerry McNerney", "party": "minority", "rank": 10, "thomas": "01832", "bioguide": "M001166"}, {"name": "Ed Perlmutter", "party": "minority", "rank": 11, "thomas": "01835", "bioguide": "P000593"}, {"name": "Paul Tonko", "party": "minority", "rank": 12, "thomas": "01942", "bioguide": "T000469"}, {"name": "Bill Foster", "party": "minority", "rank": 13, "thomas": "01888", "bioguide": "F000454"}, {"name": "Mark Takano", "party": "minority", "rank": 14, "thomas": "02110", "bioguide": "T000472"}, {"name": "Colleen Hanabusa", "party": "minority", "rank": 15, "thomas": "02010", "bioguide": "H001050"}, {"name": "Charlie Crist", "party": "minority", "rank": 16, "bioguide": "C001111"}], "HSSY15": [{"name": "Barbara Comstock", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02273", "bioguide": "C001105"}, {"name": "Frank D. Lucas", "party": "majority", "rank": 2, "thomas": "00711", "bioguide": "L000491"}, {"name": "Randy Hultgren", "party": "majority", "rank": 3, "thomas": "02015", "bioguide": "H001059"}, {"name": "Stephen Knight", "party": "majority", "rank": 4, "thomas": "02228", "bioguide": "K000387"}, {"name": "Darin LaHood", "party": "majority", "rank": 5, "thomas": "02295", "bioguide": "L000585"}, {"name": "Ralph Lee Abraham", "party": "majority", "rank": 6, "thomas": "02244", "bioguide": "A000374", "title": "Vice Chair"}, {"name": "Daniel Webster", "party": "majority", "rank": 7, "thomas": "02002", "bioguide": "W000806"}, {"name": "Jim Banks", "party": "majority", "rank": 8, "bioguide": "B001299"}, {"name": "Roger W. Marshall", "party": "majority", "rank": 9, "bioguide": "M001198"}, {"name": "Lamar Smith", "party": "majority", "rank": 10, "thomas": "01075", "bioguide": "S000583", "title": "Ex Officio"}, {"name": "Daniel Lipinski", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01781", "bioguide": "L000563"}, {"name": "Elizabeth H. Esty", "party": "minority", "rank": 2, "thomas": "02114", "bioguide": "E000293"}, {"name": "Jacky Rosen", "party": "minority", "rank": 3, "bioguide": "R000608"}, {"name": "Suzanne Bonamici", "party": "minority", "rank": 4, "thomas": "02092", "bioguide": "B001278"}, {"name": "Ami Bera", "party": "minority", "rank": 5, "thomas": "02102", "bioguide": "B001287"}, {"name": "Donald S. Beyer, Jr.", "party": "minority", "rank": 6, "thomas": "02272", "bioguide": "B001292"}, {"name": "Eddie Bernice Johnson", "party": "minority", "rank": 7, "thomas": "00599", "bioguide": "J000126", "title": "Ex Officio"}], "HSSY16": [{"name": "Brian Babin", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02270", "bioguide": "B001291"}, {"name": "Dana Rohrabacher", "party": "majority", "rank": 2, "thomas": "00979", "bioguide": "R000409"}, {"name": "Frank D. Lucas", "party": "majority", "rank": 3, "thomas": "00711", "bioguide": "L000491"}, {"name": "Mo Brooks", "party": "majority", "rank": 4, "thomas": "01987", "bioguide": "B001274", "title": "Vice Chair"}, {"name": "Bill Posey", "party": "majority", "rank": 5, "thomas": "01915", "bioguide": "P000599"}, {"name": "Jim Bridenstine", "party": "majority", "rank": 6, "thomas": "02155", "bioguide": "B001283"}, {"name": "Stephen Knight", "party": "majority", "rank": 7, "thomas": "02228", "bioguide": "K000387"}, {"name": "Barbara Comstock", "party": "majority", "rank": 8, "thomas": "02273", "bioguide": "C001105"}, {"name": "Ralph Lee Abraham", "party": "majority", "rank": 9, "thomas": "02244", "bioguide": "A000374"}, {"name": "Daniel Webster", "party": "majority", "rank": 10, "thomas": "02002", "bioguide": "W000806"}, {"name": "Jim Banks", "party": "majority", "rank": 11, "bioguide": "B001299"}, {"name": "Andy Biggs", "party": "majority", "rank": 12, "bioguide": "B001302"}, {"name": "Neal P. Dunn", "party": "majority", "rank": 13, "bioguide": "D000628"}, {"name": "Clay Higgins", "party": "majority", "rank": 14, "bioguide": "H001077"}, {"name": "Lamar Smith", "party": "majority", "rank": 15, "thomas": "01075", "bioguide": "S000583", "title": "Ex Officio"}, {"name": "Ami Bera", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02102", "bioguide": "B001287"}, {"name": "Zoe Lofgren", "party": "minority", "rank": 2, "thomas": "00701", "bioguide": "L000397"}, {"name": "Donald S. Beyer, Jr.", "party": "minority", "rank": 3, "thomas": "02272", "bioguide": "B001292"}, {"name": "Marc A. Veasey", "party": "minority", "rank": 4, "thomas": "02166", "bioguide": "V000131"}, {"name": "Daniel Lipinski", "party": "minority", "rank": 5, "thomas": "01781", "bioguide": "L000563"}, {"name": "Ed Perlmutter", "party": "minority", "rank": 6, "thomas": "01835", "bioguide": "P000593"}, {"name": "Charlie Crist", "party": "minority", "rank": 7, "bioguide": "C001111"}, {"name": "Bill Foster", "party": "minority", "rank": 8, "thomas": "01888", "bioguide": "F000454"}, {"name": "Eddie Bernice Johnson", "party": "minority", "rank": 11, "thomas": "00599", "bioguide": "J000126", "title": "Ex Officio"}], "HSSY18": [{"name": "Andy Biggs", "party": "majority", "rank": 1, "title": "Chair", "bioguide": "B001302"}, {"name": "Dana Rohrabacher", "party": "majority", "rank": 2, "thomas": "00979", "bioguide": "R000409"}, {"name": "Bill Posey", "party": "majority", "rank": 3, "thomas": "01915", "bioguide": "P000599"}, {"name": "Mo Brooks", "party": "majority", "rank": 4, "thomas": "01987", "bioguide": "B001274"}, {"name": "Randy K. Weber, Sr.", "party": "majority", "rank": 5, "thomas": "02161", "bioguide": "W000814"}, {"name": "Brian Babin", "party": "majority", "rank": 6, "thomas": "02270", "bioguide": "B001291"}, {"name": "Gary J. Palmer", "party": "majority", "rank": 7, "thomas": "02221", "bioguide": "P000609"}, {"name": "Barry Loudermilk", "party": "majority", "rank": 8, "thomas": "02238", "bioguide": "L000583"}, {"name": "Jim Banks", "party": "majority", "rank": 9, "bioguide": "B001299", "title": "Vice Chair"}, {"name": "Clay Higgins", "party": "majority", "rank": 10, "bioguide": "H001077"}, {"name": "Lamar Smith", "party": "majority", "rank": 11, "thomas": "01075", "bioguide": "S000583", "title": "Ex Officio"}, {"name": "Suzanne Bonamici", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02092", "bioguide": "B001278"}, {"name": "Colleen Hanabusa", "party": "minority", "rank": 2, "thomas": "02010", "bioguide": "H001050"}, {"name": "Charlie Crist", "party": "minority", "rank": 3, "bioguide": "C001111"}, {"name": "Eddie Bernice Johnson", "party": "minority", "rank": 8, "thomas": "00599", "bioguide": "J000126", "title": "Ex Officio"}], "HSSY20": [{"name": "Randy K. Weber, Sr.", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02161", "bioguide": "W000814"}, {"name": "Dana Rohrabacher", "party": "majority", "rank": 2, "thomas": "00979", "bioguide": "R000409"}, {"name": "Frank D. Lucas", "party": "majority", "rank": 3, "thomas": "00711", "bioguide": "L000491"}, {"name": "Mo Brooks", "party": "majority", "rank": 4, "thomas": "01987", "bioguide": "B001274"}, {"name": "Randy Hultgren", "party": "majority", "rank": 5, "thomas": "02015", "bioguide": "H001059"}, {"name": "Thomas Massie", "party": "majority", "rank": 6, "thomas": "02094", "bioguide": "M001184"}, {"name": "Jim Bridenstine", "party": "majority", "rank": 7, "thomas": "02155", "bioguide": "B001283"}, {"name": "Stephen Knight", "party": "majority", "rank": 8, "thomas": "02228", "bioguide": "K000387", "title": "Vice Chair"}, {"name": "Darin LaHood", "party": "majority", "rank": 9, "thomas": "02295", "bioguide": "L000585"}, {"name": "Daniel Webster", "party": "majority", "rank": 10, "thomas": "02002", "bioguide": "W000806"}, {"name": "Neal P. Dunn", "party": "majority", "rank": 11, "bioguide": "D000628"}, {"name": "Lamar Smith", "party": "majority", "rank": 12, "thomas": "01075", "bioguide": "S000583", "title": "Ex Officio"}, {"name": "Marc A. Veasey", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02166", "bioguide": "V000131"}, {"name": "Zoe Lofgren", "party": "minority", "rank": 2, "thomas": "00701", "bioguide": "L000397"}, {"name": "Daniel Lipinski", "party": "minority", "rank": 3, "thomas": "01781", "bioguide": "L000563"}, {"name": "Jacky Rosen", "party": "minority", "rank": 4, "bioguide": "R000608"}, {"name": "Jerry McNerney", "party": "minority", "rank": 5, "thomas": "01832", "bioguide": "M001166"}, {"name": "Paul Tonko", "party": "minority", "rank": 6, "thomas": "01942", "bioguide": "T000469"}, {"name": "Bill Foster", "party": "minority", "rank": 7, "thomas": "01888", "bioguide": "F000454"}, {"name": "Mark Takano", "party": "minority", "rank": 8, "thomas": "02110", "bioguide": "T000472"}, {"name": "Eddie Bernice Johnson", "party": "minority", "rank": 9, "thomas": "00599", "bioguide": "J000126", "title": "Ex Officio"}], "HSSY21": [{"name": "Darin LaHood", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02295", "bioguide": "L000585"}, {"name": "Bill Posey", "party": "majority", "rank": 2, "thomas": "01915", "bioguide": "P000599"}, {"name": "Thomas Massie", "party": "majority", "rank": 3, "thomas": "02094", "bioguide": "M001184"}, {"name": "Gary J. Palmer", "party": "majority", "rank": 4, "thomas": "02221", "bioguide": "P000609"}, {"name": "Barry Loudermilk", "party": "majority", "rank": 5, "thomas": "02238", "bioguide": "L000583"}, {"name": "Roger W. Marshall", "party": "majority", "rank": 6, "bioguide": "M001198", "title": "Vice Chair"}, {"name": "Clay Higgins", "party": "majority", "rank": 7, "bioguide": "H001077"}, {"name": "Lamar Smith", "party": "majority", "rank": 8, "thomas": "01075", "bioguide": "S000583", "title": "Ex Officio"}, {"name": "Donald S. Beyer, Jr.", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02272", "bioguide": "B001292"}, {"name": "Jerry McNerney", "party": "minority", "rank": 2, "thomas": "01832", "bioguide": "M001166"}, {"name": "Ed Perlmutter", "party": "minority", "rank": 3, "thomas": "01835", "bioguide": "P000593"}, {"name": "Eddie Bernice Johnson", "party": "minority", "rank": 6, "thomas": "00599", "bioguide": "J000126", "title": "Ex Officio"}], "HSVR": [{"name": "David P. Roe", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01954", "bioguide": "R000582"}, {"name": "Gus M. Bilirakis", "party": "majority", "rank": 2, "thomas": "01838", "bioguide": "B001257"}, {"name": "Mike Coffman", "party": "majority", "rank": 3, "thomas": "01912", "bioguide": "C001077"}, {"name": "Brad R. Wenstrup", "party": "majority", "rank": 4, "thomas": "02152", "bioguide": "W000815"}, {"name": "Aumua Amata Coleman Radewagen", "party": "majority", "rank": 5, "thomas": "02222", "bioguide": "R000600"}, {"name": "Mike Bost", "party": "majority", "rank": 6, "thomas": "02243", "bioguide": "B001295"}, {"name": "Bruce Poliquin", "party": "majority", "rank": 7, "thomas": "02247", "bioguide": "P000611"}, {"name": "Neal P. Dunn", "party": "majority", "rank": 8, "bioguide": "D000628"}, {"name": "Jodey C. Arrington", "party": "majority", "rank": 9, "bioguide": "A000375"}, {"name": "John H. Rutherford", "party": "majority", "rank": 10, "bioguide": "R000609"}, {"name": "Clay Higgins", "party": "majority", "rank": 11, "bioguide": "H001077"}, {"name": "Jack Bergman", "party": "majority", "rank": 12, "bioguide": "B001301"}, {"name": "Jim Banks", "party": "majority", "rank": 13, "bioguide": "B001299"}, {"name": "Jenniffer Gonz\u00e1lez-Col\u00f3n", "party": "majority", "rank": 14, "bioguide": "G000582"}, {"name": "Timothy J. Walz", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01856", "bioguide": "W000799"}, {"name": "Mark Takano", "party": "minority", "rank": 2, "thomas": "02110", "bioguide": "T000472"}, {"name": "Julia Brownley", "party": "minority", "rank": 3, "thomas": "02106", "bioguide": "B001285"}, {"name": "Ann M. Kuster", "party": "minority", "rank": 4, "thomas": "02145", "bioguide": "K000382"}, {"name": "Beto O'Rourke", "party": "minority", "rank": 5, "thomas": "02162", "bioguide": "O000170"}, {"name": "Kathleen M. Rice", "party": "minority", "rank": 6, "thomas": "02262", "bioguide": "R000602"}, {"name": "J. Luis Correa", "party": "minority", "rank": 7, "bioguide": "C001110"}, {"name": "Gregorio Kilili Camacho Sablan", "party": "minority", "rank": 8, "thomas": "01962", "bioguide": "S001177"}, {"name": "Elizabeth H. Esty", "party": "minority", "rank": 9, "thomas": "02114", "bioguide": "E000293"}, {"name": "Scott H. Peters", "party": "minority", "rank": 10, "thomas": "02113", "bioguide": "P000608"}], "HSVR03": [{"name": "Brad R. Wenstrup", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02152", "bioguide": "W000815"}, {"name": "Gus M. Bilirakis", "party": "majority", "rank": 2, "thomas": "01838", "bioguide": "B001257"}, {"name": "Aumua Amata Coleman Radewagen", "party": "majority", "rank": 3, "thomas": "02222", "bioguide": "R000600"}, {"name": "Neal P. Dunn", "party": "majority", "rank": 4, "bioguide": "D000628"}, {"name": "John H. Rutherford", "party": "majority", "rank": 5, "bioguide": "R000609"}, {"name": "Clay Higgins", "party": "majority", "rank": 6, "bioguide": "H001077"}, {"name": "Jenniffer Gonz\u00e1lez-Col\u00f3n", "party": "majority", "rank": 7, "bioguide": "G000582"}, {"name": "Julia Brownley", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02106", "bioguide": "B001285"}, {"name": "Mark Takano", "party": "minority", "rank": 2, "thomas": "02110", "bioguide": "T000472"}, {"name": "Ann M. Kuster", "party": "minority", "rank": 3, "thomas": "02145", "bioguide": "K000382"}, {"name": "Beto O'Rourke", "party": "minority", "rank": 4, "thomas": "02162", "bioguide": "O000170"}, {"name": "J. Luis Correa", "party": "minority", "rank": 5, "bioguide": "C001110"}], "HSVR08": [{"name": "Jack Bergman", "party": "majority", "rank": 1, "title": "Chair", "bioguide": "B001301"}, {"name": "Mike Bost", "party": "majority", "rank": 2, "thomas": "02243", "bioguide": "B001295"}, {"name": "Bruce Poliquin", "party": "majority", "rank": 3, "thomas": "02247", "bioguide": "P000611"}, {"name": "Neal P. Dunn", "party": "majority", "rank": 4, "bioguide": "D000628"}, {"name": "Jodey C. Arrington", "party": "majority", "rank": 5, "bioguide": "A000375"}, {"name": "Jenniffer Gonz\u00e1lez-Col\u00f3n", "party": "majority", "rank": 6, "bioguide": "G000582"}, {"name": "Ann M. Kuster", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02145", "bioguide": "K000382"}, {"name": "Kathleen M. Rice", "party": "minority", "rank": 2, "thomas": "02262", "bioguide": "R000602"}, {"name": "Scott H. Peters", "party": "minority", "rank": 3, "thomas": "02113", "bioguide": "P000608"}, {"name": "Gregorio Kilili Camacho Sablan", "party": "minority", "rank": 4, "thomas": "01962", "bioguide": "S001177"}], "HSVR09": [{"name": "Mike Bost", "party": "majority", "rank": 1, "title": "Chair", "thomas": "02243", "bioguide": "B001295"}, {"name": "Mike Coffman", "party": "majority", "rank": 2, "thomas": "01912", "bioguide": "C001077"}, {"name": "Aumua Amata Coleman Radewagen", "party": "majority", "rank": 3, "thomas": "02222", "bioguide": "R000600"}, {"name": "Jack Bergman", "party": "majority", "rank": 4, "bioguide": "B001301"}, {"name": "Jim Banks", "party": "majority", "rank": 5, "bioguide": "B001299"}, {"name": "Julia Brownley", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02106", "bioguide": "B001285"}, {"name": "Elizabeth H. Esty", "party": "minority", "rank": 2, "thomas": "02114", "bioguide": "E000293"}, {"name": "Gregorio Kilili Camacho Sablan", "party": "minority", "rank": 3, "thomas": "01962", "bioguide": "S001177"}], "HSVR10": [{"name": "Jodey C. Arrington", "party": "majority", "rank": 1, "title": "Chair", "bioguide": "A000375"}, {"name": "Gus M. Bilirakis", "party": "majority", "rank": 2, "thomas": "01838", "bioguide": "B001257"}, {"name": "Brad R. Wenstrup", "party": "majority", "rank": 3, "thomas": "02152", "bioguide": "W000815"}, {"name": "John H. Rutherford", "party": "majority", "rank": 4, "bioguide": "R000609"}, {"name": "Jim Banks", "party": "majority", "rank": 5, "bioguide": "B001299"}, {"name": "Beto O'Rourke", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02162", "bioguide": "O000170"}, {"name": "Mark Takano", "party": "minority", "rank": 2, "thomas": "02110", "bioguide": "T000472"}, {"name": "J. Luis Correa", "party": "minority", "rank": 3, "bioguide": "C001110"}, {"name": "Kathleen M. Rice", "party": "minority", "rank": 4, "thomas": "02262", "bioguide": "R000602"}], "HSWM": [{"name": "Kevin Brady", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01468", "bioguide": "B000755"}, {"name": "Sam Johnson", "party": "majority", "rank": 2, "thomas": "00603", "bioguide": "J000174"}, {"name": "Devin Nunes", "party": "majority", "rank": 3, "thomas": "01710", "bioguide": "N000181"}, {"name": "Patrick J. Tiberi", "party": "majority", "rank": 4, "thomas": "01664", "bioguide": "T000462"}, {"name": "David G. Reichert", "party": "majority", "rank": 5, "thomas": "01810", "bioguide": "R000578"}, {"name": "Peter J. Roskam", "party": "majority", "rank": 6, "thomas": "01848", "bioguide": "R000580"}, {"name": "Vern Buchanan", "party": "majority", "rank": 7, "thomas": "01840", "bioguide": "B001260"}, {"name": "Adrian Smith", "party": "majority", "rank": 8, "thomas": "01860", "bioguide": "S001172"}, {"name": "Lynn Jenkins", "party": "majority", "rank": 9, "thomas": "01921", "bioguide": "J000290"}, {"name": "Erik Paulsen", "party": "majority", "rank": 10, "thomas": "01930", "bioguide": "P000594"}, {"name": "Kenny Marchant", "party": "majority", "rank": 11, "thomas": "01806", "bioguide": "M001158"}, {"name": "Diane Black", "party": "majority", "rank": 12, "thomas": "02063", "bioguide": "B001273"}, {"name": "Tom Reed", "party": "majority", "rank": 13, "thomas": "01982", "bioguide": "R000585"}, {"name": "Mike Kelly", "party": "majority", "rank": 14, "thomas": "02051", "bioguide": "K000376"}, {"name": "James B. Renacci", "party": "majority", "rank": 15, "thomas": "02048", "bioguide": "R000586"}, {"name": "Patrick Meehan", "party": "majority", "rank": 16, "thomas": "02052", "bioguide": "M001181"}, {"name": "Kristi L. Noem", "party": "majority", "rank": 17, "thomas": "02060", "bioguide": "N000184"}, {"name": "George Holding", "party": "majority", "rank": 18, "thomas": "02143", "bioguide": "H001065"}, {"name": "Jason Smith", "party": "majority", "rank": 19, "thomas": "02191", "bioguide": "S001195"}, {"name": "Tom Rice", "party": "majority", "rank": 20, "thomas": "02160", "bioguide": "R000597"}, {"name": "David Schweikert", "party": "majority", "rank": 21, "thomas": "01994", "bioguide": "S001183"}, {"name": "Jackie Walorski", "party": "majority", "rank": 22, "thomas": "02128", "bioguide": "W000813"}, {"name": "Carlos Curbelo", "party": "majority", "rank": 23, "thomas": "02235", "bioguide": "C001107"}, {"name": "Mike Bishop", "party": "majority", "rank": 24, "thomas": "02249", "bioguide": "B001293"}, {"name": "Richard E. Neal", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00854", "bioguide": "N000015"}, {"name": "Sander M. Levin", "party": "minority", "rank": 2, "thomas": "00683", "bioguide": "L000263"}, {"name": "John Lewis", "party": "minority", "rank": 3, "thomas": "00688", "bioguide": "L000287"}, {"name": "Lloyd Doggett", "party": "minority", "rank": 4, "thomas": "00303", "bioguide": "D000399"}, {"name": "Mike Thompson", "party": "minority", "rank": 5, "thomas": "01593", "bioguide": "T000460"}, {"name": "John B. Larson", "party": "minority", "rank": 6, "thomas": "01583", "bioguide": "L000557"}, {"name": "Earl Blumenauer", "party": "minority", "rank": 7, "thomas": "00099", "bioguide": "B000574"}, {"name": "Ron Kind", "party": "minority", "rank": 8, "thomas": "01498", "bioguide": "K000188"}, {"name": "Bill Pascrell, Jr.", "party": "minority", "rank": 9, "thomas": "01510", "bioguide": "P000096"}, {"name": "Joseph Crowley", "party": "minority", "rank": 10, "thomas": "01604", "bioguide": "C001038"}, {"name": "Danny K. Davis", "party": "minority", "rank": 11, "thomas": "01477", "bioguide": "D000096"}, {"name": "Linda T. S\u00e1nchez", "party": "minority", "rank": 12, "thomas": "01757", "bioguide": "S001156"}, {"name": "Brian Higgins", "party": "minority", "rank": 13, "thomas": "01794", "bioguide": "H001038"}, {"name": "Terri A. Sewell", "party": "minority", "rank": 14, "thomas": "01988", "bioguide": "S001185"}, {"name": "Suzan K. DelBene", "party": "minority", "rank": 15, "thomas": "02096", "bioguide": "D000617"}, {"name": "Judy Chu", "party": "minority", "rank": 16, "thomas": "01970", "bioguide": "C001080"}], "HSWM01": [{"name": "Sam Johnson", "party": "majority", "rank": 1, "title": "Chair", "thomas": "00603", "bioguide": "J000174"}, {"name": "Tom Rice", "party": "majority", "rank": 2, "thomas": "02160", "bioguide": "R000597"}, {"name": "David Schweikert", "party": "majority", "rank": 3, "thomas": "01994", "bioguide": "S001183"}, {"name": "Vern Buchanan", "party": "majority", "rank": 4, "thomas": "01840", "bioguide": "B001260"}, {"name": "Mike Kelly", "party": "majority", "rank": 5, "thomas": "02051", "bioguide": "K000376"}, {"name": "James B. Renacci", "party": "majority", "rank": 6, "thomas": "02048", "bioguide": "R000586"}, {"name": "Jackie Walorski", "party": "majority", "rank": 7, "thomas": "02128", "bioguide": "W000813"}, {"name": "John B. Larson", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01583", "bioguide": "L000557"}, {"name": "Bill Pascrell, Jr.", "party": "minority", "rank": 2, "thomas": "01510", "bioguide": "P000096"}, {"name": "Joseph Crowley", "party": "minority", "rank": 3, "thomas": "01604", "bioguide": "C001038"}, {"name": "Brian Higgins", "party": "minority", "rank": 4, "thomas": "01794", "bioguide": "H001038"}], "HSWM02": [{"name": "Patrick J. Tiberi", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01664", "bioguide": "T000462"}, {"name": "Sam Johnson", "party": "majority", "rank": 2, "thomas": "00603", "bioguide": "J000174"}, {"name": "Devin Nunes", "party": "majority", "rank": 3, "thomas": "01710", "bioguide": "N000181"}, {"name": "Peter J. Roskam", "party": "majority", "rank": 4, "thomas": "01848", "bioguide": "R000580"}, {"name": "Vern Buchanan", "party": "majority", "rank": 5, "thomas": "01840", "bioguide": "B001260"}, {"name": "Adrian Smith", "party": "majority", "rank": 6, "thomas": "01860", "bioguide": "S001172"}, {"name": "Lynn Jenkins", "party": "majority", "rank": 7, "thomas": "01921", "bioguide": "J000290"}, {"name": "Kenny Marchant", "party": "majority", "rank": 8, "thomas": "01806", "bioguide": "M001158"}, {"name": "Diane Black", "party": "majority", "rank": 9, "thomas": "02063", "bioguide": "B001273"}, {"name": "Erik Paulsen", "party": "majority", "rank": 10, "thomas": "01930", "bioguide": "P000594"}, {"name": "Sander M. Levin", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00683", "bioguide": "L000263"}, {"name": "Mike Thompson", "party": "minority", "rank": 2, "thomas": "01593", "bioguide": "T000460"}, {"name": "Ron Kind", "party": "minority", "rank": 3, "thomas": "01498", "bioguide": "K000188"}, {"name": "Earl Blumenauer", "party": "minority", "rank": 4, "thomas": "00099", "bioguide": "B000574"}, {"name": "John Lewis", "party": "minority", "rank": 5, "thomas": "00688", "bioguide": "L000287"}, {"name": "Brian Higgins", "party": "minority", "rank": 6, "thomas": "01794", "bioguide": "H001038"}, {"name": "Terri A. Sewell", "party": "minority", "rank": 7, "thomas": "01988", "bioguide": "S001185"}], "HSWM03": [{"name": "Adrian Smith", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01860", "bioguide": "S001172"}, {"name": "Jason Smith", "party": "majority", "rank": 2, "thomas": "02191", "bioguide": "S001195"}, {"name": "Jackie Walorski", "party": "majority", "rank": 3, "thomas": "02128", "bioguide": "W000813"}, {"name": "Carlos Curbelo", "party": "majority", "rank": 4, "thomas": "02235", "bioguide": "C001107"}, {"name": "David G. Reichert", "party": "majority", "rank": 5, "thomas": "01810", "bioguide": "R000578"}, {"name": "Tom Reed", "party": "majority", "rank": 6, "thomas": "01982", "bioguide": "R000585"}, {"name": "Tom Rice", "party": "majority", "rank": 7, "thomas": "02160", "bioguide": "R000597"}, {"name": "Danny K. Davis", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01477", "bioguide": "D000096"}, {"name": "Lloyd Doggett", "party": "minority", "rank": 2, "thomas": "00303", "bioguide": "D000399"}, {"name": "Linda T. S\u00e1nchez", "party": "minority", "rank": 3, "thomas": "01757", "bioguide": "S001156"}, {"name": "Terri A. Sewell", "party": "minority", "rank": 4, "thomas": "01988", "bioguide": "S001185"}], "HSWM04": [{"name": "David G. Reichert", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01810", "bioguide": "R000578"}, {"name": "Devin Nunes", "party": "majority", "rank": 2, "thomas": "01710", "bioguide": "N000181"}, {"name": "Lynn Jenkins", "party": "majority", "rank": 3, "thomas": "01921", "bioguide": "J000290"}, {"name": "Erik Paulsen", "party": "majority", "rank": 4, "thomas": "01930", "bioguide": "P000594"}, {"name": "Mike Kelly", "party": "majority", "rank": 5, "thomas": "02051", "bioguide": "K000376"}, {"name": "Patrick Meehan", "party": "majority", "rank": 6, "thomas": "02052", "bioguide": "M001181"}, {"name": "Tom Reed", "party": "majority", "rank": 7, "thomas": "01982", "bioguide": "R000585"}, {"name": "Kristi L. Noem", "party": "majority", "rank": 8, "thomas": "02060", "bioguide": "N000184"}, {"name": "George Holding", "party": "majority", "rank": 9, "thomas": "02143", "bioguide": "H001065"}, {"name": "Tom Rice", "party": "majority", "rank": 10, "thomas": "02160", "bioguide": "R000597"}, {"name": "Bill Pascrell, Jr.", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01510", "bioguide": "P000096"}, {"name": "Ron Kind", "party": "minority", "rank": 2, "thomas": "01498", "bioguide": "K000188"}, {"name": "Lloyd Doggett", "party": "minority", "rank": 3, "thomas": "00303", "bioguide": "D000399"}, {"name": "Sander M. Levin", "party": "minority", "rank": 4, "thomas": "00683", "bioguide": "L000263"}, {"name": "Danny K. Davis", "party": "minority", "rank": 5, "thomas": "01477", "bioguide": "D000096"}, {"name": "Suzan K. DelBene", "party": "minority", "rank": 6, "thomas": "02096", "bioguide": "D000617"}], "HSWM05": [{"name": "Peter J. Roskam", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01848", "bioguide": "R000580"}, {"name": "David G. Reichert", "party": "majority", "rank": 2, "thomas": "01810", "bioguide": "R000578"}, {"name": "Patrick J. Tiberi", "party": "majority", "rank": 3, "thomas": "01664", "bioguide": "T000462"}, {"name": "Tom Reed", "party": "majority", "rank": 4, "thomas": "01982", "bioguide": "R000585"}, {"name": "Mike Kelly", "party": "majority", "rank": 5, "thomas": "02051", "bioguide": "K000376"}, {"name": "James B. Renacci", "party": "majority", "rank": 6, "thomas": "02048", "bioguide": "R000586"}, {"name": "Kristi L. Noem", "party": "majority", "rank": 7, "thomas": "02060", "bioguide": "N000184"}, {"name": "George Holding", "party": "majority", "rank": 8, "thomas": "02143", "bioguide": "H001065"}, {"name": "Kenny Marchant", "party": "majority", "rank": 9, "thomas": "01806", "bioguide": "M001158"}, {"name": "Lloyd Doggett", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00303", "bioguide": "D000399"}, {"name": "John B. Larson", "party": "minority", "rank": 2, "thomas": "01583", "bioguide": "L000557"}, {"name": "Linda T. S\u00e1nchez", "party": "minority", "rank": 3, "thomas": "01757", "bioguide": "S001156"}, {"name": "Mike Thompson", "party": "minority", "rank": 4, "thomas": "01593", "bioguide": "T000460"}, {"name": "Suzan K. DelBene", "party": "minority", "rank": 5, "thomas": "02096", "bioguide": "D000617"}, {"name": "Earl Blumenauer", "party": "minority", "rank": 6, "thomas": "00099", "bioguide": "B000574"}], "HSWM06": [{"name": "Vern Buchanan", "party": "majority", "rank": 1, "title": "Chair", "thomas": "01840", "bioguide": "B001260"}, {"name": "Patrick Meehan", "party": "majority", "rank": 2, "thomas": "02052", "bioguide": "M001181"}, {"name": "Jason Smith", "party": "majority", "rank": 3, "thomas": "02191", "bioguide": "S001195"}, {"name": "David Schweikert", "party": "majority", "rank": 4, "thomas": "01994", "bioguide": "S001183"}, {"name": "Jackie Walorski", "party": "majority", "rank": 5, "thomas": "02128", "bioguide": "W000813"}, {"name": "Carlos Curbelo", "party": "majority", "rank": 6, "thomas": "02235", "bioguide": "C001107"}, {"name": "George Holding", "party": "majority", "rank": 7, "thomas": "02143", "bioguide": "H001065"}, {"name": "John Lewis", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00688", "bioguide": "L000287"}, {"name": "Joseph Crowley", "party": "minority", "rank": 2, "thomas": "01604", "bioguide": "C001038"}, {"name": "Danny K. Davis", "party": "minority", "rank": 3, "thomas": "01477", "bioguide": "D000096"}, {"name": "Earl Blumenauer", "party": "minority", "rank": 4, "thomas": "00099", "bioguide": "B000574"}], "JCSE": [{"name": "Roger F. Wicker", "party": "majority", "rank": 1, "title": "Cochairman", "thomas": "01226", "bioguide": "W000437", "chamber": "senate"}, {"name": "Richard Burr", "party": "majority", "rank": 2, "thomas": "00153", "bioguide": "B001135", "chamber": "senate"}, {"name": "John Boozman", "party": "majority", "rank": 3, "thomas": "01687", "bioguide": "B001236", "chamber": "senate"}, {"name": "Benjamin L. Cardin", "party": "minority", "rank": 1, "thomas": "00174", "bioguide": "C000141", "chamber": "senate"}, {"name": "Sheldon Whitehouse", "party": "minority", "rank": 2, "thomas": "01823", "bioguide": "W000802", "chamber": "senate"}, {"name": "Tom Udall", "party": "minority", "rank": 3, "thomas": "01567", "bioguide": "U000039", "chamber": "senate"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 4, "thomas": "01901", "bioguide": "S001181", "chamber": "senate"}, {"name": "Christopher H. Smith", "party": "majority", "rank": 1, "title": "Co-Chairman", "bioguide": "S000522", "thomas": "01071", "chamber": "house"}, {"name": "Robert Aderholt", "party": "majority", "rank": 3, "bioguide": "A000055", "thomas": "01460", "chamber": "house"}, {"name": "Michael C. Burgess", "party": "majority", "rank": 4, "bioguide": "B001248", "thomas": "01751", "chamber": "house"}, {"name": "Alcee L. Hastings", "party": "minority", "rank": 1, "bioguide": "H000324", "thomas": "00511", "chamber": "house"}, {"name": "Louise McIntosh Slaughter", "party": "minority", "rank": 2, "bioguide": "S000480", "thomas": "01069", "chamber": "house"}, {"name": "Steve Cohen", "party": "minority", "rank": 3, "bioguide": "C001068", "thomas": "01878", "chamber": "house"}], "JSEC": [{"name": "Mike Lee", "party": "majority", "rank": 1, "title": "Vice Chairman", "thomas": "02080", "bioguide": "L000577", "chamber": "senate"}, {"name": "Tom Cotton", "party": "majority", "rank": 2, "thomas": "02098", "bioguide": "C001095", "chamber": "senate"}, {"name": "Ben Sasse", "party": "majority", "rank": 3, "thomas": "02289", "bioguide": "S001197", "chamber": "senate"}, {"name": "Rob Portman", "party": "majority", "rank": 4, "thomas": "00924", "bioguide": "P000449", "chamber": "senate"}, {"name": "Ted Cruz", "party": "majority", "rank": 5, "thomas": "02175", "bioguide": "C001098", "chamber": "senate"}, {"name": "Bill Cassidy", "party": "majority", "rank": 6, "thomas": "01925", "bioguide": "C001075", "chamber": "senate"}, {"name": "Martin Heinrich", "party": "minority", "rank": 1, "thomas": "01937", "bioguide": "H001046", "chamber": "senate"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 2, "thomas": "01826", "bioguide": "K000367", "chamber": "senate"}, {"name": "Gary C. Peters", "party": "minority", "rank": 3, "thomas": "01929", "bioguide": "P000595", "chamber": "senate"}, {"name": "Margaret Wood Hassan", "party": "minority", "rank": 4, "bioguide": "H001076", "chamber": "senate"}, {"name": "Kevin Brady", "party": "majority", "rank": 1, "bioguide": "B000755", "thomas": "01468", "title": "Chairman", "chamber": "house"}, {"name": "Sean P. Duffy", "party": "majority", "rank": 3, "bioguide": "D000614", "thomas": "02072", "chamber": "house"}, {"name": "Justin Amash", "party": "majority", "rank": 4, "bioguide": "A000367", "thomas": "02029", "chamber": "house"}, {"name": "Erik Paulsen", "party": "majority", "rank": 5, "bioguide": "P000594", "thomas": "01930", "chamber": "house"}, {"name": "Carolyn B. Maloney", "party": "minority", "rank": 1, "bioguide": "M000087", "thomas": "00729", "chamber": "house"}, {"name": "Elijah E. Cummings", "party": "minority", "rank": 3, "bioguide": "C000984", "thomas": "00256", "chamber": "house"}, {"name": "John K. Delaney", "party": "minority", "rank": 4, "bioguide": "D000620", "thomas": "02133", "chamber": "house"}], "JSLC": [{"name": "Roy Blunt", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01464", "bioguide": "B000575", "chamber": "senate"}, {"name": "Pat Roberts", "party": "majority", "rank": 2, "thomas": "00968", "bioguide": "R000307", "chamber": "senate"}, {"name": "Shelley Moore Capito", "party": "majority", "rank": 3, "thomas": "01676", "bioguide": "C001047", "chamber": "senate"}, {"name": "Charles E. Schumer", "party": "minority", "rank": 1, "thomas": "01036", "bioguide": "S000148", "chamber": "senate"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 2, "thomas": "01383", "bioguide": "L000174", "chamber": "senate"}, {"name": "Gregg Harper", "party": "majority", "rank": 1, "title": "Chairman", "bioguide": "H001045", "thomas": "01933", "chamber": "house"}, {"name": "Tom Cole", "party": "majority", "rank": 3, "bioguide": "C001053", "thomas": "01742", "chamber": "house"}, {"name": "Robert A. Brady", "party": "minority", "rank": 1, "bioguide": "B001227", "thomas": "01469", "chamber": "house"}, {"name": "Zoe Lofgren", "party": "minority", "rank": 2, "bioguide": "L000397", "thomas": "00701", "chamber": "house"}], "JSPR": [{"name": "Roy Blunt", "party": "majority", "rank": 1, "title": "Vice Chairman", "thomas": "01464", "bioguide": "B000575", "chamber": "senate"}, {"name": "Pat Roberts", "party": "majority", "rank": 2, "thomas": "00968", "bioguide": "R000307", "chamber": "senate"}, {"name": "John Boozman", "party": "majority", "rank": 3, "thomas": "01687", "bioguide": "B001236", "chamber": "senate"}, {"name": "Charles E. Schumer", "party": "minority", "rank": 1, "thomas": "01036", "bioguide": "S000148", "chamber": "senate"}, {"name": "Tom Udall", "party": "minority", "rank": 2, "thomas": "01567", "bioguide": "U000039", "chamber": "senate"}, {"name": "Gregg Harper", "party": "majority", "rank": 1, "title": "Vice Chairman", "bioguide": "H001045", "thomas": "01933", "chamber": "house"}, {"name": "Robert A. Brady", "party": "minority", "rank": 1, "bioguide": "B001227", "thomas": "01469", "chamber": "house"}, {"name": "Juan Vargas", "party": "minority", "rank": 2, "bioguide": "V000130", "thomas": "02112", "chamber": "house"}], "JSTX": [{"name": "Orrin G. Hatch", "party": "majority", "rank": 1, "title": "Vice Chairman", "thomas": "01351", "bioguide": "H000338", "chamber": "senate"}, {"name": "Chuck Grassley", "party": "majority", "rank": 2, "thomas": "00457", "bioguide": "G000386", "chamber": "senate"}, {"name": "Mike Crapo", "party": "majority", "rank": 3, "thomas": "00250", "bioguide": "C000880", "chamber": "senate"}, {"name": "Ron Wyden", "party": "minority", "rank": 1, "thomas": "01247", "bioguide": "W000779", "chamber": "senate"}, {"name": "Debbie Stabenow", "party": "minority", "rank": 2, "thomas": "01531", "bioguide": "S000770", "chamber": "senate"}, {"name": "Paul Ryan", "party": "majority", "rank": 1, "title": "Chairman", "bioguide": "R000570", "thomas": "01560", "chamber": "house"}, {"name": "Sam Johnson", "party": "majority", "rank": 2, "bioguide": "J000174", "thomas": "00603", "chamber": "house"}, {"name": "Kevin Brady", "party": "majority", "rank": 3, "bioguide": "B000755", "thomas": "01468", "chamber": "house"}, {"name": "Sander Levin", "party": "minority", "rank": 1, "bioguide": "L000263", "thomas": "00683", "chamber": "house"}], "SCNC": [{"name": "Chuck Grassley", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "00457", "bioguide": "G000386"}, {"name": "John Cornyn", "party": "majority", "rank": 2, "thomas": "01692", "bioguide": "C001056"}, {"name": "James E. Risch", "party": "majority", "rank": 3, "thomas": "01896", "bioguide": "R000584"}, {"name": "Dianne Feinstein", "party": "minority", "rank": 1, "thomas": "01332", "bioguide": "F000062"}, {"name": "Charles E. Schumer", "party": "minority", "rank": 2, "thomas": "01036", "bioguide": "S000148"}, {"name": "Sheldon Whitehouse", "party": "minority", "rank": 3, "thomas": "01823", "bioguide": "W000802"}], "SLET": [{"name": "Johnny Isakson", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01608", "bioguide": "I000055"}, {"name": "Pat Roberts", "party": "majority", "rank": 2, "thomas": "00968", "bioguide": "R000307"}, {"name": "James E. Risch", "party": "majority", "rank": 3, "thomas": "01896", "bioguide": "R000584"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 1, "title": "Vice Chairman", "thomas": "01984", "bioguide": "C001088"}, {"name": "Brian Schatz", "party": "minority", "rank": 2, "thomas": "02173", "bioguide": "S001194"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 3, "thomas": "01901", "bioguide": "S001181"}], "SLIA": [{"name": "John Hoeven", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02079", "bioguide": "H001061"}, {"name": "John Barrasso", "party": "majority", "rank": 2, "thomas": "01881", "bioguide": "B001261"}, {"name": "John McCain", "party": "majority", "rank": 3, "thomas": "00754", "bioguide": "M000303"}, {"name": "Lisa Murkowski", "party": "majority", "rank": 4, "thomas": "01694", "bioguide": "M001153"}, {"name": "James Lankford", "party": "majority", "rank": 5, "thomas": "02050", "bioguide": "L000575"}, {"name": "Steve Daines", "party": "majority", "rank": 6, "thomas": "02138", "bioguide": "D000618"}, {"name": "Mike Crapo", "party": "majority", "rank": 7, "thomas": "00250", "bioguide": "C000880"}, {"name": "Jerry Moran", "party": "majority", "rank": 8, "thomas": "01507", "bioguide": "M000934"}, {"name": "Tom Udall", "party": "minority", "rank": 1, "title": "Vice Chairman", "thomas": "01567", "bioguide": "U000039"}, {"name": "Maria Cantwell", "party": "minority", "rank": 2, "thomas": "00172", "bioguide": "C000127"}, {"name": "Jon Tester", "party": "minority", "rank": 3, "thomas": "01829", "bioguide": "T000464"}, {"name": "Al Franken", "party": "minority", "rank": 4, "thomas": "01969", "bioguide": "F000457"}, {"name": "Brian Schatz", "party": "minority", "rank": 5, "thomas": "02173", "bioguide": "S001194"}, {"name": "Heidi Heitkamp", "party": "minority", "rank": 6, "thomas": "02174", "bioguide": "H001069"}, {"name": "Catherine Cortez Masto", "party": "minority", "rank": 7, "bioguide": "C001113"}], "SLIN": [{"name": "Richard Burr", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "00153", "bioguide": "B001135"}, {"name": "James E. Risch", "party": "majority", "rank": 2, "thomas": "01896", "bioguide": "R000584"}, {"name": "Marco Rubio", "party": "majority", "rank": 3, "thomas": "02084", "bioguide": "R000595"}, {"name": "Susan M. Collins", "party": "majority", "rank": 4, "thomas": "01541", "bioguide": "C001035"}, {"name": "Roy Blunt", "party": "majority", "rank": 5, "thomas": "01464", "bioguide": "B000575"}, {"name": "James Lankford", "party": "majority", "rank": 6, "thomas": "02050", "bioguide": "L000575"}, {"name": "Tom Cotton", "party": "majority", "rank": 7, "thomas": "02098", "bioguide": "C001095"}, {"name": "John Cornyn", "party": "majority", "rank": 8, "thomas": "01692", "bioguide": "C001056"}, {"name": "Mitch McConnell", "party": "majority", "rank": 9, "title": "Ex Officio", "thomas": "01395", "bioguide": "M000355"}, {"name": "John McCain", "party": "majority", "rank": 10, "title": "Ex Officio", "thomas": "00754", "bioguide": "M000303"}, {"name": "Mark R. Warner", "party": "minority", "rank": 1, "title": "Vice Chairman", "thomas": "01897", "bioguide": "W000805"}, {"name": "Dianne Feinstein", "party": "minority", "rank": 2, "thomas": "01332", "bioguide": "F000062"}, {"name": "Ron Wyden", "party": "minority", "rank": 3, "thomas": "01247", "bioguide": "W000779"}, {"name": "Martin Heinrich", "party": "minority", "rank": 4, "thomas": "01937", "bioguide": "H001046"}, {"name": "Angus S. King, Jr.", "party": "minority", "rank": 5, "thomas": "02185", "bioguide": "K000383"}, {"name": "Joe Manchin, III", "party": "minority", "rank": 6, "thomas": "01983", "bioguide": "M001183"}, {"name": "Kamala D. Harris", "party": "minority", "rank": 7, "bioguide": "H001075"}, {"name": "Charles E. Schumer", "party": "minority", "rank": 8, "title": "Ex Officio", "thomas": "01036", "bioguide": "S000148"}, {"name": "Jack Reed", "party": "minority", "rank": 9, "title": "Ex Officio", "thomas": "00949", "bioguide": "R000122"}], "SPAG": [{"name": "Susan M. Collins", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01541", "bioguide": "C001035"}, {"name": "Orrin G. Hatch", "party": "majority", "rank": 2, "thomas": "01351", "bioguide": "H000338"}, {"name": "Jeff Flake", "party": "majority", "rank": 3, "thomas": "01633", "bioguide": "F000444"}, {"name": "Tim Scott", "party": "majority", "rank": 4, "thomas": "02056", "bioguide": "S001184"}, {"name": "Thom Tillis", "party": "majority", "rank": 5, "thomas": "02291", "bioguide": "T000476"}, {"name": "Bob Corker", "party": "majority", "rank": 6, "thomas": "01825", "bioguide": "C001071"}, {"name": "Richard Burr", "party": "majority", "rank": 7, "thomas": "00153", "bioguide": "B001135"}, {"name": "Marco Rubio", "party": "majority", "rank": 8, "thomas": "02084", "bioguide": "R000595"}, {"name": "Deb Fischer", "party": "majority", "rank": 9, "thomas": "02179", "bioguide": "F000463"}, {"name": "Robert P. Casey, Jr.", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01828", "bioguide": "C001070"}, {"name": "Bill Nelson", "party": "minority", "rank": 2, "thomas": "00859", "bioguide": "N000032"}, {"name": "Sheldon Whitehouse", "party": "minority", "rank": 3, "thomas": "01823", "bioguide": "W000802"}, {"name": "Kirsten E. Gillibrand", "party": "minority", "rank": 4, "thomas": "01866", "bioguide": "G000555"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 5, "thomas": "02076", "bioguide": "B001277"}, {"name": "Joe Donnelly", "party": "minority", "rank": 6, "thomas": "01850", "bioguide": "D000607"}, {"name": "Elizabeth Warren", "party": "minority", "rank": 7, "thomas": "02182", "bioguide": "W000817"}, {"name": "Catherine Cortez Masto", "party": "minority", "rank": 8, "bioguide": "C001113"}], "SSAF": [{"name": "Pat Roberts", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "00968", "bioguide": "R000307"}, {"name": "Thad Cochran", "party": "majority", "rank": 2, "thomas": "00213", "bioguide": "C000567"}, {"name": "Mitch McConnell", "party": "majority", "rank": 3, "thomas": "01395", "bioguide": "M000355"}, {"name": "John Boozman", "party": "majority", "rank": 4, "thomas": "01687", "bioguide": "B001236"}, {"name": "John Hoeven", "party": "majority", "rank": 5, "thomas": "02079", "bioguide": "H001061"}, {"name": "Joni Ernst", "party": "majority", "rank": 6, "thomas": "02283", "bioguide": "E000295"}, {"name": "Chuck Grassley", "party": "majority", "rank": 7, "thomas": "00457", "bioguide": "G000386"}, {"name": "John Thune", "party": "majority", "rank": 8, "thomas": "01534", "bioguide": "T000250"}, {"name": "Steve Daines", "party": "majority", "rank": 9, "thomas": "02138", "bioguide": "D000618"}, {"name": "David Perdue", "party": "majority", "rank": 10, "thomas": "02286", "bioguide": "P000612"}, {"name": "Luther Strange", "party": "majority", "rank": 11, "bioguide": "S001202"}, {"name": "Debbie Stabenow", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01531", "bioguide": "S000770"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 2, "thomas": "01383", "bioguide": "L000174"}, {"name": "Sherrod Brown", "party": "minority", "rank": 3, "thomas": "00136", "bioguide": "B000944"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 4, "thomas": "01826", "bioguide": "K000367"}, {"name": "Michael F. Bennet", "party": "minority", "rank": 5, "thomas": "01965", "bioguide": "B001267"}, {"name": "Kirsten E. Gillibrand", "party": "minority", "rank": 6, "thomas": "01866", "bioguide": "G000555"}, {"name": "Joe Donnelly", "party": "minority", "rank": 7, "thomas": "01850", "bioguide": "D000607"}, {"name": "Heidi Heitkamp", "party": "minority", "rank": 8, "thomas": "02174", "bioguide": "H001069"}, {"name": "Robert P. Casey, Jr.", "party": "minority", "rank": 9, "thomas": "01828", "bioguide": "C001070"}, {"name": "Chris Van Hollen", "party": "minority", "rank": 10, "thomas": "01729", "bioguide": "V000128"}], "SSAF13": [{"name": "John Boozman", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01687", "bioguide": "B001236"}, {"name": "Thad Cochran", "party": "majority", "rank": 2, "thomas": "00213", "bioguide": "C000567"}, {"name": "John Hoeven", "party": "majority", "rank": 3, "thomas": "02079", "bioguide": "H001061"}, {"name": "Chuck Grassley", "party": "majority", "rank": 4, "thomas": "00457", "bioguide": "G000386"}, {"name": "John Thune", "party": "majority", "rank": 5, "thomas": "01534", "bioguide": "T000250"}, {"name": "Steve Daines", "party": "majority", "rank": 6, "thomas": "02138", "bioguide": "D000618"}, {"name": "David Perdue", "party": "majority", "rank": 7, "thomas": "02286", "bioguide": "P000612"}, {"name": "Pat Roberts", "party": "majority", "rank": 8, "title": "Ex Officio", "thomas": "00968", "bioguide": "R000307"}, {"name": "Heidi Heitkamp", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02174", "bioguide": "H001069"}, {"name": "Sherrod Brown", "party": "minority", "rank": 2, "thomas": "00136", "bioguide": "B000944"}, {"name": "Michael F. Bennet", "party": "minority", "rank": 3, "thomas": "01965", "bioguide": "B001267"}, {"name": "Kirsten E. Gillibrand", "party": "minority", "rank": 4, "thomas": "01866", "bioguide": "G000555"}, {"name": "Joe Donnelly", "party": "minority", "rank": 5, "thomas": "01850", "bioguide": "D000607"}, {"name": "Chris Van Hollen", "party": "minority", "rank": 6, "thomas": "01729", "bioguide": "V000128"}, {"name": "Debbie Stabenow", "party": "minority", "rank": 7, "title": "Ex Officio", "thomas": "01531", "bioguide": "S000770"}], "SSAF14": [{"name": "Steve Daines", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02138", "bioguide": "D000618"}, {"name": "Thad Cochran", "party": "majority", "rank": 2, "thomas": "00213", "bioguide": "C000567"}, {"name": "Mitch McConnell", "party": "majority", "rank": 3, "thomas": "01395", "bioguide": "M000355"}, {"name": "John Boozman", "party": "majority", "rank": 4, "thomas": "01687", "bioguide": "B001236"}, {"name": "Chuck Grassley", "party": "majority", "rank": 5, "thomas": "00457", "bioguide": "G000386"}, {"name": "Luther Strange", "party": "majority", "rank": 6, "bioguide": "S001202"}, {"name": "Pat Roberts", "party": "majority", "rank": 7, "title": "Ex Officio", "thomas": "00968", "bioguide": "R000307"}, {"name": "Michael F. Bennet", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01965", "bioguide": "B001267"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 2, "thomas": "01383", "bioguide": "L000174"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 3, "thomas": "01826", "bioguide": "K000367"}, {"name": "Joe Donnelly", "party": "minority", "rank": 4, "thomas": "01850", "bioguide": "D000607"}, {"name": "Robert P. Casey, Jr.", "party": "minority", "rank": 5, "thomas": "01828", "bioguide": "C001070"}, {"name": "Debbie Stabenow", "party": "minority", "rank": 6, "title": "Ex Officio", "thomas": "01531", "bioguide": "S000770"}], "SSAF15": [{"name": "Joni Ernst", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02283", "bioguide": "E000295"}, {"name": "Thad Cochran", "party": "majority", "rank": 2, "thomas": "00213", "bioguide": "C000567"}, {"name": "John Boozman", "party": "majority", "rank": 3, "thomas": "01687", "bioguide": "B001236"}, {"name": "John Hoeven", "party": "majority", "rank": 4, "thomas": "02079", "bioguide": "H001061"}, {"name": "John Thune", "party": "majority", "rank": 5, "thomas": "01534", "bioguide": "T000250"}, {"name": "Steve Daines", "party": "majority", "rank": 6, "thomas": "02138", "bioguide": "D000618"}, {"name": "Luther Strange", "party": "majority", "rank": 7, "bioguide": "S001202"}, {"name": "Pat Roberts", "party": "majority", "rank": 8, "title": "Ex Officio", "thomas": "00968", "bioguide": "R000307"}, {"name": "Chris Van Hollen", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01729", "bioguide": "V000128"}, {"name": "Sherrod Brown", "party": "minority", "rank": 2, "thomas": "00136", "bioguide": "B000944"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 3, "thomas": "01826", "bioguide": "K000367"}, {"name": "Michael F. Bennet", "party": "minority", "rank": 4, "thomas": "01965", "bioguide": "B001267"}, {"name": "Joe Donnelly", "party": "minority", "rank": 5, "thomas": "01850", "bioguide": "D000607"}, {"name": "Heidi Heitkamp", "party": "minority", "rank": 6, "thomas": "02174", "bioguide": "H001069"}, {"name": "Debbie Stabenow", "party": "minority", "rank": 7, "title": "Ex Officio", "thomas": "01531", "bioguide": "S000770"}], "SSAF16": [{"name": "Luther Strange", "party": "majority", "rank": 1, "title": "Chairman", "bioguide": "S001202"}, {"name": "Mitch McConnell", "party": "majority", "rank": 2, "thomas": "01395", "bioguide": "M000355"}, {"name": "John Boozman", "party": "majority", "rank": 3, "thomas": "01687", "bioguide": "B001236"}, {"name": "John Hoeven", "party": "majority", "rank": 4, "thomas": "02079", "bioguide": "H001061"}, {"name": "Joni Ernst", "party": "majority", "rank": 5, "thomas": "02283", "bioguide": "E000295"}, {"name": "David Perdue", "party": "majority", "rank": 6, "thomas": "02286", "bioguide": "P000612"}, {"name": "Pat Roberts", "party": "majority", "rank": 7, "title": "Ex Officio", "thomas": "00968", "bioguide": "R000307"}, {"name": "Robert P. Casey, Jr.", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01828", "bioguide": "C001070"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 2, "thomas": "01383", "bioguide": "L000174"}, {"name": "Sherrod Brown", "party": "minority", "rank": 3, "thomas": "00136", "bioguide": "B000944"}, {"name": "Kirsten E. Gillibrand", "party": "minority", "rank": 4, "thomas": "01866", "bioguide": "G000555"}, {"name": "Chris Van Hollen", "party": "minority", "rank": 5, "thomas": "01729", "bioguide": "V000128"}, {"name": "Debbie Stabenow", "party": "minority", "rank": 6, "title": "Ex Officio", "thomas": "01531", "bioguide": "S000770"}], "SSAF17": [{"name": "David Perdue", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02286", "bioguide": "P000612"}, {"name": "Mitch McConnell", "party": "majority", "rank": 2, "thomas": "01395", "bioguide": "M000355"}, {"name": "Joni Ernst", "party": "majority", "rank": 3, "thomas": "02283", "bioguide": "E000295"}, {"name": "Chuck Grassley", "party": "majority", "rank": 4, "thomas": "00457", "bioguide": "G000386"}, {"name": "John Thune", "party": "majority", "rank": 5, "thomas": "01534", "bioguide": "T000250"}, {"name": "Steve Daines", "party": "majority", "rank": 6, "thomas": "02138", "bioguide": "D000618"}, {"name": "Pat Roberts", "party": "majority", "rank": 7, "title": "Ex Officio", "thomas": "00968", "bioguide": "R000307"}, {"name": "Kirsten E. Gillibrand", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01866", "bioguide": "G000555"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 2, "thomas": "01383", "bioguide": "L000174"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 3, "thomas": "01826", "bioguide": "K000367"}, {"name": "Heidi Heitkamp", "party": "minority", "rank": 4, "thomas": "02174", "bioguide": "H001069"}, {"name": "Robert P. Casey, Jr.", "party": "minority", "rank": 5, "thomas": "01828", "bioguide": "C001070"}, {"name": "Debbie Stabenow", "party": "minority", "rank": 6, "title": "Ex Officio", "thomas": "01531", "bioguide": "S000770"}], "SSAP": [{"name": "Thad Cochran", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "00213", "bioguide": "C000567"}, {"name": "Mitch McConnell", "party": "majority", "rank": 2, "thomas": "01395", "bioguide": "M000355"}, {"name": "Richard C. Shelby", "party": "majority", "rank": 3, "thomas": "01049", "bioguide": "S000320"}, {"name": "Lamar Alexander", "party": "majority", "rank": 4, "thomas": "01695", "bioguide": "A000360"}, {"name": "Susan M. Collins", "party": "majority", "rank": 5, "thomas": "01541", "bioguide": "C001035"}, {"name": "Lisa Murkowski", "party": "majority", "rank": 6, "thomas": "01694", "bioguide": "M001153"}, {"name": "Lindsey Graham", "party": "majority", "rank": 7, "thomas": "00452", "bioguide": "G000359"}, {"name": "Roy Blunt", "party": "majority", "rank": 8, "thomas": "01464", "bioguide": "B000575"}, {"name": "Jerry Moran", "party": "majority", "rank": 9, "thomas": "01507", "bioguide": "M000934"}, {"name": "John Hoeven", "party": "majority", "rank": 10, "thomas": "02079", "bioguide": "H001061"}, {"name": "John Boozman", "party": "majority", "rank": 11, "thomas": "01687", "bioguide": "B001236"}, {"name": "Shelley Moore Capito", "party": "majority", "rank": 12, "thomas": "01676", "bioguide": "C001047"}, {"name": "James Lankford", "party": "majority", "rank": 13, "thomas": "02050", "bioguide": "L000575"}, {"name": "Steve Daines", "party": "majority", "rank": 14, "thomas": "02138", "bioguide": "D000618"}, {"name": "John Kennedy", "party": "majority", "rank": 15, "bioguide": "K000393"}, {"name": "Marco Rubio", "party": "majority", "rank": 16, "thomas": "02084", "bioguide": "R000595"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 1, "thomas": "01383", "bioguide": "L000174"}, {"name": "Patty Murray", "party": "minority", "rank": 2, "thomas": "01409", "bioguide": "M001111"}, {"name": "Dianne Feinstein", "party": "minority", "rank": 3, "thomas": "01332", "bioguide": "F000062"}, {"name": "Richard J. Durbin", "party": "minority", "rank": 4, "thomas": "00326", "bioguide": "D000563"}, {"name": "Jack Reed", "party": "minority", "rank": 5, "thomas": "00949", "bioguide": "R000122"}, {"name": "Jon Tester", "party": "minority", "rank": 6, "thomas": "01829", "bioguide": "T000464"}, {"name": "Tom Udall", "party": "minority", "rank": 7, "thomas": "01567", "bioguide": "U000039"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 8, "thomas": "01901", "bioguide": "S001181"}, {"name": "Jeff Merkley", "party": "minority", "rank": 9, "thomas": "01900", "bioguide": "M001176"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 10, "thomas": "01984", "bioguide": "C001088"}, {"name": "Brian Schatz", "party": "minority", "rank": 11, "thomas": "02173", "bioguide": "S001194"}, {"name": "Tammy Baldwin", "party": "minority", "rank": 12, "thomas": "01558", "bioguide": "B001230"}, {"name": "Christopher Murphy", "party": "minority", "rank": 13, "thomas": "01837", "bioguide": "M001169"}, {"name": "Joe Manchin, III", "party": "minority", "rank": 14, "thomas": "01983", "bioguide": "M001183"}, {"name": "Chris Van Hollen", "party": "minority", "rank": 15, "thomas": "01729", "bioguide": "V000128"}], "SSAP01": [{"name": "John Hoeven", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02079", "bioguide": "H001061"}, {"name": "Thad Cochran", "party": "majority", "rank": 2, "thomas": "00213", "bioguide": "C000567"}, {"name": "Mitch McConnell", "party": "majority", "rank": 3, "thomas": "01395", "bioguide": "M000355"}, {"name": "Susan M. Collins", "party": "majority", "rank": 4, "thomas": "01541", "bioguide": "C001035"}, {"name": "Roy Blunt", "party": "majority", "rank": 5, "thomas": "01464", "bioguide": "B000575"}, {"name": "Jerry Moran", "party": "majority", "rank": 6, "thomas": "01507", "bioguide": "M000934"}, {"name": "Marco Rubio", "party": "majority", "rank": 7, "thomas": "02084", "bioguide": "R000595"}, {"name": "Jeff Merkley", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01900", "bioguide": "M001176"}, {"name": "Dianne Feinstein", "party": "minority", "rank": 2, "thomas": "01332", "bioguide": "F000062"}, {"name": "Jon Tester", "party": "minority", "rank": 3, "thomas": "01829", "bioguide": "T000464"}, {"name": "Tom Udall", "party": "minority", "rank": 4, "thomas": "01567", "bioguide": "U000039"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 5, "thomas": "01383", "bioguide": "L000174"}, {"name": "Tammy Baldwin", "party": "minority", "rank": 6, "thomas": "01558", "bioguide": "B001230"}], "SSAP02": [{"name": "Thad Cochran", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "00213", "bioguide": "C000567"}, {"name": "Mitch McConnell", "party": "majority", "rank": 2, "thomas": "01395", "bioguide": "M000355"}, {"name": "Richard C. Shelby", "party": "majority", "rank": 3, "thomas": "01049", "bioguide": "S000320"}, {"name": "Lamar Alexander", "party": "majority", "rank": 4, "thomas": "01695", "bioguide": "A000360"}, {"name": "Susan M. Collins", "party": "majority", "rank": 5, "thomas": "01541", "bioguide": "C001035"}, {"name": "Lisa Murkowski", "party": "majority", "rank": 6, "thomas": "01694", "bioguide": "M001153"}, {"name": "Lindsey Graham", "party": "majority", "rank": 7, "thomas": "00452", "bioguide": "G000359"}, {"name": "Roy Blunt", "party": "majority", "rank": 8, "thomas": "01464", "bioguide": "B000575"}, {"name": "Steve Daines", "party": "majority", "rank": 9, "thomas": "02138", "bioguide": "D000618"}, {"name": "Jerry Moran", "party": "majority", "rank": 10, "thomas": "01507", "bioguide": "M000934"}, {"name": "Richard J. Durbin", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00326", "bioguide": "D000563"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 2, "thomas": "01383", "bioguide": "L000174"}, {"name": "Dianne Feinstein", "party": "minority", "rank": 3, "thomas": "01332", "bioguide": "F000062"}, {"name": "Patty Murray", "party": "minority", "rank": 4, "thomas": "01409", "bioguide": "M001111"}, {"name": "Jack Reed", "party": "minority", "rank": 5, "thomas": "00949", "bioguide": "R000122"}, {"name": "Jon Tester", "party": "minority", "rank": 6, "thomas": "01829", "bioguide": "T000464"}, {"name": "Tom Udall", "party": "minority", "rank": 7, "thomas": "01567", "bioguide": "U000039"}, {"name": "Brian Schatz", "party": "minority", "rank": 8, "thomas": "02173", "bioguide": "S001194"}, {"name": "Tammy Baldwin", "party": "minority", "rank": 9, "thomas": "01558", "bioguide": "B001230"}], "SSAP08": [{"name": "James Lankford", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02050", "bioguide": "L000575"}, {"name": "John Kennedy", "party": "majority", "rank": 2, "bioguide": "K000393"}, {"name": "Marco Rubio", "party": "majority", "rank": 3, "thomas": "02084", "bioguide": "R000595"}, {"name": "Thad Cochran", "party": "majority", "rank": 4, "title": "Ex Officio", "thomas": "00213", "bioguide": "C000567"}, {"name": "Christopher Murphy", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01837", "bioguide": "M001169"}, {"name": "Chris Van Hollen", "party": "minority", "rank": 2, "thomas": "01729", "bioguide": "V000128"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 3, "title": "Ex Officio", "thomas": "01383", "bioguide": "L000174"}], "SSAP14": [{"name": "John Boozman", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01687", "bioguide": "B001236"}, {"name": "Thad Cochran", "party": "majority", "rank": 2, "thomas": "00213", "bioguide": "C000567"}, {"name": "Richard C. Shelby", "party": "majority", "rank": 3, "thomas": "01049", "bioguide": "S000320"}, {"name": "Lisa Murkowski", "party": "majority", "rank": 4, "thomas": "01694", "bioguide": "M001153"}, {"name": "John Hoeven", "party": "majority", "rank": 5, "thomas": "02079", "bioguide": "H001061"}, {"name": "James Lankford", "party": "majority", "rank": 6, "thomas": "02050", "bioguide": "L000575"}, {"name": "John Kennedy", "party": "majority", "rank": 7, "bioguide": "K000393"}, {"name": "Jon Tester", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01829", "bioguide": "T000464"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 2, "thomas": "01901", "bioguide": "S001181"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 3, "thomas": "01383", "bioguide": "L000174"}, {"name": "Patty Murray", "party": "minority", "rank": 4, "thomas": "01409", "bioguide": "M001111"}, {"name": "Tammy Baldwin", "party": "minority", "rank": 5, "thomas": "01558", "bioguide": "B001230"}, {"name": "Joe Manchin, III", "party": "minority", "rank": 6, "thomas": "01983", "bioguide": "M001183"}], "SSAP16": [{"name": "Richard C. Shelby", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01049", "bioguide": "S000320"}, {"name": "Lamar Alexander", "party": "majority", "rank": 2, "thomas": "01695", "bioguide": "A000360"}, {"name": "Lisa Murkowski", "party": "majority", "rank": 3, "thomas": "01694", "bioguide": "M001153"}, {"name": "Susan M. Collins", "party": "majority", "rank": 4, "thomas": "01541", "bioguide": "C001035"}, {"name": "Lindsey Graham", "party": "majority", "rank": 5, "thomas": "00452", "bioguide": "G000359"}, {"name": "John Boozman", "party": "majority", "rank": 6, "thomas": "01687", "bioguide": "B001236"}, {"name": "Shelley Moore Capito", "party": "majority", "rank": 7, "thomas": "01676", "bioguide": "C001047"}, {"name": "James Lankford", "party": "majority", "rank": 8, "thomas": "02050", "bioguide": "L000575"}, {"name": "John Kennedy", "party": "majority", "rank": 9, "bioguide": "K000393"}, {"name": "Thad Cochran", "party": "majority", "rank": 10, "title": "Ex Officio", "thomas": "00213", "bioguide": "C000567"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01901", "bioguide": "S001181"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 2, "thomas": "01383", "bioguide": "L000174"}, {"name": "Dianne Feinstein", "party": "minority", "rank": 3, "thomas": "01332", "bioguide": "F000062"}, {"name": "Jack Reed", "party": "minority", "rank": 4, "thomas": "00949", "bioguide": "R000122"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 5, "thomas": "01984", "bioguide": "C001088"}, {"name": "Brian Schatz", "party": "minority", "rank": 6, "thomas": "02173", "bioguide": "S001194"}, {"name": "Joe Manchin, III", "party": "minority", "rank": 7, "thomas": "01983", "bioguide": "M001183"}, {"name": "Chris Van Hollen", "party": "minority", "rank": 8, "thomas": "01729", "bioguide": "V000128"}], "SSAP17": [{"name": "Lisa Murkowski", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01694", "bioguide": "M001153"}, {"name": "Thad Cochran", "party": "majority", "rank": 2, "thomas": "00213", "bioguide": "C000567"}, {"name": "Lamar Alexander", "party": "majority", "rank": 3, "thomas": "01695", "bioguide": "A000360"}, {"name": "Roy Blunt", "party": "majority", "rank": 4, "thomas": "01464", "bioguide": "B000575"}, {"name": "John Hoeven", "party": "majority", "rank": 5, "thomas": "02079", "bioguide": "H001061"}, {"name": "Mitch McConnell", "party": "majority", "rank": 6, "thomas": "01395", "bioguide": "M000355"}, {"name": "Steve Daines", "party": "majority", "rank": 7, "thomas": "02138", "bioguide": "D000618"}, {"name": "Shelley Moore Capito", "party": "majority", "rank": 8, "thomas": "01676", "bioguide": "C001047"}, {"name": "Tom Udall", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01567", "bioguide": "U000039"}, {"name": "Dianne Feinstein", "party": "minority", "rank": 2, "thomas": "01332", "bioguide": "F000062"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 3, "thomas": "01383", "bioguide": "L000174"}, {"name": "Jack Reed", "party": "minority", "rank": 4, "thomas": "00949", "bioguide": "R000122"}, {"name": "Jon Tester", "party": "minority", "rank": 5, "thomas": "01829", "bioguide": "T000464"}, {"name": "Jeff Merkley", "party": "minority", "rank": 6, "thomas": "01900", "bioguide": "M001176"}, {"name": "Chris Van Hollen", "party": "minority", "rank": 7, "thomas": "01729", "bioguide": "V000128"}], "SSAP18": [{"name": "Roy Blunt", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01464", "bioguide": "B000575"}, {"name": "Thad Cochran", "party": "majority", "rank": 2, "thomas": "00213", "bioguide": "C000567"}, {"name": "Richard C. Shelby", "party": "majority", "rank": 3, "thomas": "01049", "bioguide": "S000320"}, {"name": "Lamar Alexander", "party": "majority", "rank": 4, "thomas": "01695", "bioguide": "A000360"}, {"name": "Lindsey Graham", "party": "majority", "rank": 5, "thomas": "00452", "bioguide": "G000359"}, {"name": "Jerry Moran", "party": "majority", "rank": 6, "thomas": "01507", "bioguide": "M000934"}, {"name": "Shelley Moore Capito", "party": "majority", "rank": 7, "thomas": "01676", "bioguide": "C001047"}, {"name": "James Lankford", "party": "majority", "rank": 8, "thomas": "02050", "bioguide": "L000575"}, {"name": "John Kennedy", "party": "majority", "rank": 9, "bioguide": "K000393"}, {"name": "Marco Rubio", "party": "majority", "rank": 10, "thomas": "02084", "bioguide": "R000595"}, {"name": "Patty Murray", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01409", "bioguide": "M001111"}, {"name": "Richard J. Durbin", "party": "minority", "rank": 2, "thomas": "00326", "bioguide": "D000563"}, {"name": "Jack Reed", "party": "minority", "rank": 3, "thomas": "00949", "bioguide": "R000122"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 4, "thomas": "01901", "bioguide": "S001181"}, {"name": "Jeff Merkley", "party": "minority", "rank": 5, "thomas": "01900", "bioguide": "M001176"}, {"name": "Brian Schatz", "party": "minority", "rank": 6, "thomas": "02173", "bioguide": "S001194"}, {"name": "Tammy Baldwin", "party": "minority", "rank": 7, "thomas": "01558", "bioguide": "B001230"}, {"name": "Christopher Murphy", "party": "minority", "rank": 8, "thomas": "01837", "bioguide": "M001169"}, {"name": "Joe Manchin, III", "party": "minority", "rank": 9, "thomas": "01983", "bioguide": "M001183"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 10, "title": "Ex Officio", "thomas": "01383", "bioguide": "L000174"}], "SSAP19": [{"name": "Jerry Moran", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01507", "bioguide": "M000934"}, {"name": "Mitch McConnell", "party": "majority", "rank": 2, "thomas": "01395", "bioguide": "M000355"}, {"name": "Lisa Murkowski", "party": "majority", "rank": 3, "thomas": "01694", "bioguide": "M001153"}, {"name": "John Hoeven", "party": "majority", "rank": 4, "thomas": "02079", "bioguide": "H001061"}, {"name": "Susan M. Collins", "party": "majority", "rank": 5, "thomas": "01541", "bioguide": "C001035"}, {"name": "John Boozman", "party": "majority", "rank": 6, "thomas": "01687", "bioguide": "B001236"}, {"name": "Shelley Moore Capito", "party": "majority", "rank": 7, "thomas": "01676", "bioguide": "C001047"}, {"name": "Marco Rubio", "party": "majority", "rank": 8, "thomas": "02084", "bioguide": "R000595"}, {"name": "Thad Cochran", "party": "majority", "rank": 9, "title": "Ex Officio", "thomas": "00213", "bioguide": "C000567"}, {"name": "Brian Schatz", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02173", "bioguide": "S001194"}, {"name": "Jon Tester", "party": "minority", "rank": 2, "thomas": "01829", "bioguide": "T000464"}, {"name": "Patty Murray", "party": "minority", "rank": 3, "thomas": "01409", "bioguide": "M001111"}, {"name": "Jack Reed", "party": "minority", "rank": 4, "thomas": "00949", "bioguide": "R000122"}, {"name": "Tom Udall", "party": "minority", "rank": 5, "thomas": "01567", "bioguide": "U000039"}, {"name": "Tammy Baldwin", "party": "minority", "rank": 6, "thomas": "01558", "bioguide": "B001230"}, {"name": "Christopher Murphy", "party": "minority", "rank": 7, "thomas": "01837", "bioguide": "M001169"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 8, "title": "Ex Officio", "thomas": "01383", "bioguide": "L000174"}], "SSAP20": [{"name": "Lindsey Graham", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "00452", "bioguide": "G000359"}, {"name": "Mitch McConnell", "party": "majority", "rank": 2, "thomas": "01395", "bioguide": "M000355"}, {"name": "Roy Blunt", "party": "majority", "rank": 3, "thomas": "01464", "bioguide": "B000575"}, {"name": "John Boozman", "party": "majority", "rank": 4, "thomas": "01687", "bioguide": "B001236"}, {"name": "Jerry Moran", "party": "majority", "rank": 5, "thomas": "01507", "bioguide": "M000934"}, {"name": "James Lankford", "party": "majority", "rank": 6, "thomas": "02050", "bioguide": "L000575"}, {"name": "Steve Daines", "party": "majority", "rank": 7, "thomas": "02138", "bioguide": "D000618"}, {"name": "Marco Rubio", "party": "majority", "rank": 8, "thomas": "02084", "bioguide": "R000595"}, {"name": "Thad Cochran", "party": "majority", "rank": 9, "title": "Ex Officio", "thomas": "00213", "bioguide": "C000567"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01383", "bioguide": "L000174"}, {"name": "Richard J. Durbin", "party": "minority", "rank": 2, "thomas": "00326", "bioguide": "D000563"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 3, "thomas": "01901", "bioguide": "S001181"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 4, "thomas": "01984", "bioguide": "C001088"}, {"name": "Jeff Merkley", "party": "minority", "rank": 5, "thomas": "01900", "bioguide": "M001176"}, {"name": "Christopher Murphy", "party": "minority", "rank": 6, "thomas": "01837", "bioguide": "M001169"}, {"name": "Chris Van Hollen", "party": "minority", "rank": 7, "thomas": "01729", "bioguide": "V000128"}], "SSAP22": [{"name": "Lamar Alexander", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01695", "bioguide": "A000360"}, {"name": "Thad Cochran", "party": "majority", "rank": 2, "thomas": "00213", "bioguide": "C000567"}, {"name": "Mitch McConnell", "party": "majority", "rank": 3, "thomas": "01395", "bioguide": "M000355"}, {"name": "Richard C. Shelby", "party": "majority", "rank": 4, "thomas": "01049", "bioguide": "S000320"}, {"name": "Susan M. Collins", "party": "majority", "rank": 5, "thomas": "01541", "bioguide": "C001035"}, {"name": "Lisa Murkowski", "party": "majority", "rank": 6, "thomas": "01694", "bioguide": "M001153"}, {"name": "Lindsey Graham", "party": "majority", "rank": 7, "thomas": "00452", "bioguide": "G000359"}, {"name": "John Hoeven", "party": "majority", "rank": 8, "thomas": "02079", "bioguide": "H001061"}, {"name": "John Kennedy", "party": "majority", "rank": 9, "bioguide": "K000393"}, {"name": "Dianne Feinstein", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01332", "bioguide": "F000062"}, {"name": "Patty Murray", "party": "minority", "rank": 2, "thomas": "01409", "bioguide": "M001111"}, {"name": "Jon Tester", "party": "minority", "rank": 3, "thomas": "01829", "bioguide": "T000464"}, {"name": "Richard J. Durbin", "party": "minority", "rank": 4, "thomas": "00326", "bioguide": "D000563"}, {"name": "Tom Udall", "party": "minority", "rank": 5, "thomas": "01567", "bioguide": "U000039"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 6, "thomas": "01901", "bioguide": "S001181"}, {"name": "Jeff Merkley", "party": "minority", "rank": 7, "thomas": "01900", "bioguide": "M001176"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 8, "thomas": "01984", "bioguide": "C001088"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 9, "title": "Ex Officio", "thomas": "01383", "bioguide": "L000174"}], "SSAP23": [{"name": "Shelley Moore Capito", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01676", "bioguide": "C001047"}, {"name": "Jerry Moran", "party": "majority", "rank": 2, "thomas": "01507", "bioguide": "M000934"}, {"name": "John Boozman", "party": "majority", "rank": 3, "thomas": "01687", "bioguide": "B001236"}, {"name": "James Lankford", "party": "majority", "rank": 4, "thomas": "02050", "bioguide": "L000575"}, {"name": "Steve Daines", "party": "majority", "rank": 5, "thomas": "02138", "bioguide": "D000618"}, {"name": "Thad Cochran", "party": "majority", "rank": 6, "title": "Ex Officio", "thomas": "00213", "bioguide": "C000567"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01984", "bioguide": "C001088"}, {"name": "Richard J. Durbin", "party": "minority", "rank": 2, "thomas": "00326", "bioguide": "D000563"}, {"name": "Joe Manchin, III", "party": "minority", "rank": 3, "thomas": "01983", "bioguide": "M001183"}, {"name": "Chris Van Hollen", "party": "minority", "rank": 4, "thomas": "01729", "bioguide": "V000128"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "01383", "bioguide": "L000174"}], "SSAP24": [{"name": "Susan M. Collins", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01541", "bioguide": "C001035"}, {"name": "Richard C. Shelby", "party": "majority", "rank": 2, "thomas": "01049", "bioguide": "S000320"}, {"name": "Lamar Alexander", "party": "majority", "rank": 3, "thomas": "01695", "bioguide": "A000360"}, {"name": "Roy Blunt", "party": "majority", "rank": 4, "thomas": "01464", "bioguide": "B000575"}, {"name": "John Boozman", "party": "majority", "rank": 5, "thomas": "01687", "bioguide": "B001236"}, {"name": "Shelley Moore Capito", "party": "majority", "rank": 6, "thomas": "01676", "bioguide": "C001047"}, {"name": "Steve Daines", "party": "majority", "rank": 7, "thomas": "02138", "bioguide": "D000618"}, {"name": "Lindsey Graham", "party": "majority", "rank": 8, "thomas": "00452", "bioguide": "G000359"}, {"name": "John Hoeven", "party": "majority", "rank": 9, "thomas": "02079", "bioguide": "H001061"}, {"name": "Thad Cochran", "party": "majority", "rank": 10, "title": "Ex Officio", "thomas": "00213", "bioguide": "C000567"}, {"name": "Jack Reed", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00949", "bioguide": "R000122"}, {"name": "Patty Murray", "party": "minority", "rank": 2, "thomas": "01409", "bioguide": "M001111"}, {"name": "Richard J. Durbin", "party": "minority", "rank": 3, "thomas": "00326", "bioguide": "D000563"}, {"name": "Dianne Feinstein", "party": "minority", "rank": 4, "thomas": "01332", "bioguide": "F000062"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 5, "thomas": "01984", "bioguide": "C001088"}, {"name": "Brian Schatz", "party": "minority", "rank": 6, "thomas": "02173", "bioguide": "S001194"}, {"name": "Christopher Murphy", "party": "minority", "rank": 7, "thomas": "01837", "bioguide": "M001169"}, {"name": "Joe Manchin, III", "party": "minority", "rank": 8, "thomas": "01983", "bioguide": "M001183"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 9, "title": "Ex Officio", "thomas": "01383", "bioguide": "L000174"}], "SSAS": [{"name": "John McCain", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "00754", "bioguide": "M000303"}, {"name": "James M. Inhofe", "party": "majority", "rank": 2, "thomas": "00583", "bioguide": "I000024"}, {"name": "Roger F. Wicker", "party": "majority", "rank": 3, "thomas": "01226", "bioguide": "W000437"}, {"name": "Deb Fischer", "party": "majority", "rank": 4, "thomas": "02179", "bioguide": "F000463"}, {"name": "Tom Cotton", "party": "majority", "rank": 5, "thomas": "02098", "bioguide": "C001095"}, {"name": "Mike Rounds", "party": "majority", "rank": 6, "thomas": "02288", "bioguide": "R000605"}, {"name": "Joni Ernst", "party": "majority", "rank": 7, "thomas": "02283", "bioguide": "E000295"}, {"name": "Thom Tillis", "party": "majority", "rank": 8, "thomas": "02291", "bioguide": "T000476"}, {"name": "Dan Sullivan", "party": "majority", "rank": 9, "thomas": "02290", "bioguide": "S001198"}, {"name": "David Perdue", "party": "majority", "rank": 10, "thomas": "02286", "bioguide": "P000612"}, {"name": "Ted Cruz", "party": "majority", "rank": 11, "thomas": "02175", "bioguide": "C001098"}, {"name": "Lindsey Graham", "party": "majority", "rank": 12, "thomas": "00452", "bioguide": "G000359"}, {"name": "Ben Sasse", "party": "majority", "rank": 13, "thomas": "02289", "bioguide": "S001197"}, {"name": "Luther Strange", "party": "majority", "rank": 14, "bioguide": "S001202"}, {"name": "Jack Reed", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00949", "bioguide": "R000122"}, {"name": "Bill Nelson", "party": "minority", "rank": 2, "thomas": "00859", "bioguide": "N000032"}, {"name": "Claire McCaskill", "party": "minority", "rank": 3, "thomas": "01820", "bioguide": "M001170"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 4, "thomas": "01901", "bioguide": "S001181"}, {"name": "Kirsten E. Gillibrand", "party": "minority", "rank": 5, "thomas": "01866", "bioguide": "G000555"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 6, "thomas": "02076", "bioguide": "B001277"}, {"name": "Joe Donnelly", "party": "minority", "rank": 7, "thomas": "01850", "bioguide": "D000607"}, {"name": "Mazie K. Hirono", "party": "minority", "rank": 8, "thomas": "01844", "bioguide": "H001042"}, {"name": "Tim Kaine", "party": "minority", "rank": 9, "thomas": "02176", "bioguide": "K000384"}, {"name": "Angus S. King, Jr.", "party": "minority", "rank": 10, "thomas": "02185", "bioguide": "K000383"}, {"name": "Martin Heinrich", "party": "minority", "rank": 11, "thomas": "01937", "bioguide": "H001046"}, {"name": "Elizabeth Warren", "party": "minority", "rank": 12, "thomas": "02182", "bioguide": "W000817"}, {"name": "Gary C. Peters", "party": "minority", "rank": 13, "thomas": "01929", "bioguide": "P000595"}], "SSAS13": [{"name": "Roger F. Wicker", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01226", "bioguide": "W000437"}, {"name": "Tom Cotton", "party": "majority", "rank": 2, "thomas": "02098", "bioguide": "C001095"}, {"name": "Mike Rounds", "party": "majority", "rank": 3, "thomas": "02288", "bioguide": "R000605"}, {"name": "Thom Tillis", "party": "majority", "rank": 4, "thomas": "02291", "bioguide": "T000476"}, {"name": "Dan Sullivan", "party": "majority", "rank": 5, "thomas": "02290", "bioguide": "S001198"}, {"name": "Luther Strange", "party": "majority", "rank": 6, "bioguide": "S001202"}, {"name": "John McCain", "party": "majority", "rank": 7, "title": "Ex Officio", "thomas": "00754", "bioguide": "M000303"}, {"name": "Mazie K. Hirono", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01844", "bioguide": "H001042"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 2, "thomas": "01901", "bioguide": "S001181"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 3, "thomas": "02076", "bioguide": "B001277"}, {"name": "Tim Kaine", "party": "minority", "rank": 4, "thomas": "02176", "bioguide": "K000384"}, {"name": "Angus S. King, Jr.", "party": "minority", "rank": 5, "thomas": "02185", "bioguide": "K000383"}, {"name": "Jack Reed", "party": "minority", "rank": 6, "title": "Ex Officio", "thomas": "00949", "bioguide": "R000122"}], "SSAS14": [{"name": "Tom Cotton", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02098", "bioguide": "C001095"}, {"name": "James M. Inhofe", "party": "majority", "rank": 2, "thomas": "00583", "bioguide": "I000024"}, {"name": "Roger F. Wicker", "party": "majority", "rank": 3, "thomas": "01226", "bioguide": "W000437"}, {"name": "Thom Tillis", "party": "majority", "rank": 4, "thomas": "02291", "bioguide": "T000476"}, {"name": "Dan Sullivan", "party": "majority", "rank": 5, "thomas": "02290", "bioguide": "S001198"}, {"name": "Ted Cruz", "party": "majority", "rank": 6, "thomas": "02175", "bioguide": "C001098"}, {"name": "Ben Sasse", "party": "majority", "rank": 7, "thomas": "02289", "bioguide": "S001197"}, {"name": "John McCain", "party": "majority", "rank": 8, "title": "Ex Officio", "thomas": "00754", "bioguide": "M000303"}, {"name": "Angus S. King, Jr.", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02185", "bioguide": "K000383"}, {"name": "Claire McCaskill", "party": "minority", "rank": 2, "thomas": "01820", "bioguide": "M001170"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 3, "thomas": "02076", "bioguide": "B001277"}, {"name": "Joe Donnelly", "party": "minority", "rank": 4, "thomas": "01850", "bioguide": "D000607"}, {"name": "Elizabeth Warren", "party": "minority", "rank": 5, "thomas": "02182", "bioguide": "W000817"}, {"name": "Gary C. Peters", "party": "minority", "rank": 6, "thomas": "01929", "bioguide": "P000595"}, {"name": "Jack Reed", "party": "minority", "rank": 7, "title": "Ex Officio", "thomas": "00949", "bioguide": "R000122"}], "SSAS15": [{"name": "James M. Inhofe", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "00583", "bioguide": "I000024"}, {"name": "Mike Rounds", "party": "majority", "rank": 2, "thomas": "02288", "bioguide": "R000605"}, {"name": "Joni Ernst", "party": "majority", "rank": 3, "thomas": "02283", "bioguide": "E000295"}, {"name": "David Perdue", "party": "majority", "rank": 4, "thomas": "02286", "bioguide": "P000612"}, {"name": "Luther Strange", "party": "majority", "rank": 5, "bioguide": "S001202"}, {"name": "John McCain", "party": "majority", "rank": 6, "title": "Ex Officio", "thomas": "00754", "bioguide": "M000303"}, {"name": "Tim Kaine", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02176", "bioguide": "K000384"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 2, "thomas": "01901", "bioguide": "S001181"}, {"name": "Mazie K. Hirono", "party": "minority", "rank": 3, "thomas": "01844", "bioguide": "H001042"}, {"name": "Jack Reed", "party": "minority", "rank": 4, "title": "Ex Officio", "thomas": "00949", "bioguide": "R000122"}], "SSAS16": [{"name": "Deb Fischer", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02179", "bioguide": "F000463"}, {"name": "James M. Inhofe", "party": "majority", "rank": 2, "thomas": "00583", "bioguide": "I000024"}, {"name": "Tom Cotton", "party": "majority", "rank": 3, "thomas": "02098", "bioguide": "C001095"}, {"name": "Dan Sullivan", "party": "majority", "rank": 4, "thomas": "02290", "bioguide": "S001198"}, {"name": "Ted Cruz", "party": "majority", "rank": 5, "thomas": "02175", "bioguide": "C001098"}, {"name": "Lindsey Graham", "party": "majority", "rank": 6, "thomas": "00452", "bioguide": "G000359"}, {"name": "John McCain", "party": "majority", "rank": 7, "title": "Ex Officio", "thomas": "00754", "bioguide": "M000303"}, {"name": "Joe Donnelly", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01850", "bioguide": "D000607"}, {"name": "Martin Heinrich", "party": "minority", "rank": 2, "thomas": "01937", "bioguide": "H001046"}, {"name": "Elizabeth Warren", "party": "minority", "rank": 3, "thomas": "02182", "bioguide": "W000817"}, {"name": "Gary C. Peters", "party": "minority", "rank": 4, "thomas": "01929", "bioguide": "P000595"}, {"name": "Jack Reed", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "00949", "bioguide": "R000122"}], "SSAS17": [{"name": "Thom Tillis", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02291", "bioguide": "T000476"}, {"name": "Joni Ernst", "party": "majority", "rank": 2, "thomas": "02283", "bioguide": "E000295"}, {"name": "Lindsey Graham", "party": "majority", "rank": 3, "thomas": "00452", "bioguide": "G000359"}, {"name": "Ben Sasse", "party": "majority", "rank": 4, "thomas": "02289", "bioguide": "S001197"}, {"name": "John McCain", "party": "majority", "rank": 5, "title": "Ex Officio", "thomas": "00754", "bioguide": "M000303"}, {"name": "Kirsten E. Gillibrand", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01866", "bioguide": "G000555"}, {"name": "Claire McCaskill", "party": "minority", "rank": 2, "thomas": "01820", "bioguide": "M001170"}, {"name": "Elizabeth Warren", "party": "minority", "rank": 3, "thomas": "02182", "bioguide": "W000817"}, {"name": "Jack Reed", "party": "minority", "rank": 4, "title": "Ex Officio", "thomas": "00949", "bioguide": "R000122"}], "SSAS20": [{"name": "Joni Ernst", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02283", "bioguide": "E000295"}, {"name": "Roger F. Wicker", "party": "majority", "rank": 2, "thomas": "01226", "bioguide": "W000437"}, {"name": "Deb Fischer", "party": "majority", "rank": 3, "thomas": "02179", "bioguide": "F000463"}, {"name": "David Perdue", "party": "majority", "rank": 4, "thomas": "02286", "bioguide": "P000612"}, {"name": "Ted Cruz", "party": "majority", "rank": 5, "thomas": "02175", "bioguide": "C001098"}, {"name": "John McCain", "party": "majority", "rank": 6, "title": "Ex Officio", "thomas": "00754", "bioguide": "M000303"}, {"name": "Martin Heinrich", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01937", "bioguide": "H001046"}, {"name": "Bill Nelson", "party": "minority", "rank": 2, "thomas": "00859", "bioguide": "N000032"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 3, "thomas": "01901", "bioguide": "S001181"}, {"name": "Gary C. Peters", "party": "minority", "rank": 4, "thomas": "01929", "bioguide": "P000595"}, {"name": "Jack Reed", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "00949", "bioguide": "R000122"}], "SSAS21": [{"name": "Mike Rounds", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02288", "bioguide": "R000605"}, {"name": "Deb Fischer", "party": "majority", "rank": 2, "thomas": "02179", "bioguide": "F000463"}, {"name": "David Perdue", "party": "majority", "rank": 3, "thomas": "02286", "bioguide": "P000612"}, {"name": "Lindsey Graham", "party": "majority", "rank": 4, "thomas": "00452", "bioguide": "G000359"}, {"name": "Ben Sasse", "party": "majority", "rank": 5, "thomas": "02289", "bioguide": "S001197"}, {"name": "John McCain", "party": "majority", "rank": 6, "title": "Ex Officio", "thomas": "00754", "bioguide": "M000303"}, {"name": "Bill Nelson", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00859", "bioguide": "N000032"}, {"name": "Claire McCaskill", "party": "minority", "rank": 2, "thomas": "01820", "bioguide": "M001170"}, {"name": "Kirsten E. Gillibrand", "party": "minority", "rank": 3, "thomas": "01866", "bioguide": "G000555"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 4, "thomas": "02076", "bioguide": "B001277"}, {"name": "Jack Reed", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "00949", "bioguide": "R000122"}], "SSBK": [{"name": "Mike Crapo", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "00250", "bioguide": "C000880"}, {"name": "Richard C. Shelby", "party": "majority", "rank": 2, "thomas": "01049", "bioguide": "S000320"}, {"name": "Bob Corker", "party": "majority", "rank": 3, "thomas": "01825", "bioguide": "C001071"}, {"name": "Patrick J. Toomey", "party": "majority", "rank": 4, "thomas": "02085", "bioguide": "T000461"}, {"name": "Dean Heller", "party": "majority", "rank": 5, "thomas": "01863", "bioguide": "H001041"}, {"name": "Tim Scott", "party": "majority", "rank": 6, "thomas": "02056", "bioguide": "S001184"}, {"name": "Ben Sasse", "party": "majority", "rank": 7, "thomas": "02289", "bioguide": "S001197"}, {"name": "Tom Cotton", "party": "majority", "rank": 8, "thomas": "02098", "bioguide": "C001095"}, {"name": "Mike Rounds", "party": "majority", "rank": 9, "thomas": "02288", "bioguide": "R000605"}, {"name": "David Perdue", "party": "majority", "rank": 10, "thomas": "02286", "bioguide": "P000612"}, {"name": "Thom Tillis", "party": "majority", "rank": 11, "thomas": "02291", "bioguide": "T000476"}, {"name": "John Kennedy", "party": "majority", "rank": 12, "bioguide": "K000393"}, {"name": "Sherrod Brown", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00136", "bioguide": "B000944"}, {"name": "Jack Reed", "party": "minority", "rank": 2, "thomas": "00949", "bioguide": "R000122"}, {"name": "Robert Menendez", "party": "minority", "rank": 3, "thomas": "00791", "bioguide": "M000639"}, {"name": "Jon Tester", "party": "minority", "rank": 4, "thomas": "01829", "bioguide": "T000464"}, {"name": "Mark R. Warner", "party": "minority", "rank": 5, "thomas": "01897", "bioguide": "W000805"}, {"name": "Elizabeth Warren", "party": "minority", "rank": 6, "thomas": "02182", "bioguide": "W000817"}, {"name": "Heidi Heitkamp", "party": "minority", "rank": 7, "thomas": "02174", "bioguide": "H001069"}, {"name": "Joe Donnelly", "party": "minority", "rank": 8, "thomas": "01850", "bioguide": "D000607"}, {"name": "Brian Schatz", "party": "minority", "rank": 9, "thomas": "02173", "bioguide": "S001194"}, {"name": "Chris Van Hollen", "party": "minority", "rank": 10, "thomas": "01729", "bioguide": "V000128"}, {"name": "Catherine Cortez Masto", "party": "minority", "rank": 11, "bioguide": "C001113"}], "SSBK04": [{"name": "Dean Heller", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01863", "bioguide": "H001041"}, {"name": "Richard C. Shelby", "party": "majority", "rank": 2, "thomas": "01049", "bioguide": "S000320"}, {"name": "Bob Corker", "party": "majority", "rank": 3, "thomas": "01825", "bioguide": "C001071"}, {"name": "Patrick J. Toomey", "party": "majority", "rank": 4, "thomas": "02085", "bioguide": "T000461"}, {"name": "Tim Scott", "party": "majority", "rank": 5, "thomas": "02056", "bioguide": "S001184"}, {"name": "Ben Sasse", "party": "majority", "rank": 6, "thomas": "02289", "bioguide": "S001197"}, {"name": "Mike Rounds", "party": "majority", "rank": 7, "thomas": "02288", "bioguide": "R000605"}, {"name": "Thom Tillis", "party": "majority", "rank": 8, "thomas": "02291", "bioguide": "T000476"}, {"name": "Mike Crapo", "party": "majority", "rank": 9, "title": "Ex Officio", "thomas": "00250", "bioguide": "C000880"}, {"name": "Mark R. Warner", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01897", "bioguide": "W000805"}, {"name": "Jack Reed", "party": "minority", "rank": 2, "thomas": "00949", "bioguide": "R000122"}, {"name": "Robert Menendez", "party": "minority", "rank": 3, "thomas": "00791", "bioguide": "M000639"}, {"name": "Jon Tester", "party": "minority", "rank": 4, "thomas": "01829", "bioguide": "T000464"}, {"name": "Elizabeth Warren", "party": "minority", "rank": 5, "thomas": "02182", "bioguide": "W000817"}, {"name": "Chris Van Hollen", "party": "minority", "rank": 6, "thomas": "01729", "bioguide": "V000128"}, {"name": "Catherine Cortez Masto", "party": "minority", "rank": 7, "bioguide": "C001113"}, {"name": "Sherrod Brown", "party": "minority", "rank": 8, "title": "Ex Officio", "thomas": "00136", "bioguide": "B000944"}], "SSBK05": [{"name": "Ben Sasse", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02289", "bioguide": "S001197"}, {"name": "Bob Corker", "party": "majority", "rank": 2, "thomas": "01825", "bioguide": "C001071"}, {"name": "Tom Cotton", "party": "majority", "rank": 3, "thomas": "02098", "bioguide": "C001095"}, {"name": "Mike Rounds", "party": "majority", "rank": 4, "thomas": "02288", "bioguide": "R000605"}, {"name": "David Perdue", "party": "majority", "rank": 5, "thomas": "02286", "bioguide": "P000612"}, {"name": "Mike Crapo", "party": "majority", "rank": 6, "title": "Ex Officio", "thomas": "00250", "bioguide": "C000880"}, {"name": "Joe Donnelly", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01850", "bioguide": "D000607"}, {"name": "Mark R. Warner", "party": "minority", "rank": 2, "thomas": "01897", "bioguide": "W000805"}, {"name": "Heidi Heitkamp", "party": "minority", "rank": 3, "thomas": "02174", "bioguide": "H001069"}, {"name": "Brian Schatz", "party": "minority", "rank": 4, "thomas": "02173", "bioguide": "S001194"}, {"name": "Sherrod Brown", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "00136", "bioguide": "B000944"}], "SSBK08": [{"name": "Patrick J. Toomey", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02085", "bioguide": "T000461"}, {"name": "Richard C. Shelby", "party": "majority", "rank": 2, "thomas": "01049", "bioguide": "S000320"}, {"name": "Bob Corker", "party": "majority", "rank": 3, "thomas": "01825", "bioguide": "C001071"}, {"name": "Dean Heller", "party": "majority", "rank": 4, "thomas": "01863", "bioguide": "H001041"}, {"name": "Tim Scott", "party": "majority", "rank": 5, "thomas": "02056", "bioguide": "S001184"}, {"name": "Ben Sasse", "party": "majority", "rank": 6, "thomas": "02289", "bioguide": "S001197"}, {"name": "Tom Cotton", "party": "majority", "rank": 7, "thomas": "02098", "bioguide": "C001095"}, {"name": "David Perdue", "party": "majority", "rank": 8, "thomas": "02286", "bioguide": "P000612"}, {"name": "John Kennedy", "party": "majority", "rank": 9, "bioguide": "K000393"}, {"name": "Mike Crapo", "party": "majority", "rank": 10, "title": "Ex Officio", "thomas": "00250", "bioguide": "C000880"}, {"name": "Elizabeth Warren", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02182", "bioguide": "W000817"}, {"name": "Jack Reed", "party": "minority", "rank": 2, "thomas": "00949", "bioguide": "R000122"}, {"name": "Jon Tester", "party": "minority", "rank": 3, "thomas": "01829", "bioguide": "T000464"}, {"name": "Mark R. Warner", "party": "minority", "rank": 4, "thomas": "01897", "bioguide": "W000805"}, {"name": "Joe Donnelly", "party": "minority", "rank": 5, "thomas": "01850", "bioguide": "D000607"}, {"name": "Brian Schatz", "party": "minority", "rank": 6, "thomas": "02173", "bioguide": "S001194"}, {"name": "Chris Van Hollen", "party": "minority", "rank": 7, "thomas": "01729", "bioguide": "V000128"}, {"name": "Catherine Cortez Masto", "party": "minority", "rank": 8, "bioguide": "C001113"}, {"name": "Sherrod Brown", "party": "minority", "rank": 9, "title": "Ex Officio", "thomas": "00136", "bioguide": "B000944"}], "SSBK09": [{"name": "Tim Scott", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02056", "bioguide": "S001184"}, {"name": "Richard C. Shelby", "party": "majority", "rank": 2, "thomas": "01049", "bioguide": "S000320"}, {"name": "Dean Heller", "party": "majority", "rank": 3, "thomas": "01863", "bioguide": "H001041"}, {"name": "Mike Rounds", "party": "majority", "rank": 4, "thomas": "02288", "bioguide": "R000605"}, {"name": "Thom Tillis", "party": "majority", "rank": 5, "thomas": "02291", "bioguide": "T000476"}, {"name": "John Kennedy", "party": "majority", "rank": 6, "bioguide": "K000393"}, {"name": "Mike Crapo", "party": "majority", "rank": 7, "title": "Ex Officio", "thomas": "00250", "bioguide": "C000880"}, {"name": "Robert Menendez", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00791", "bioguide": "M000639"}, {"name": "Jack Reed", "party": "minority", "rank": 2, "thomas": "00949", "bioguide": "R000122"}, {"name": "Heidi Heitkamp", "party": "minority", "rank": 3, "thomas": "02174", "bioguide": "H001069"}, {"name": "Brian Schatz", "party": "minority", "rank": 4, "thomas": "02173", "bioguide": "S001194"}, {"name": "Chris Van Hollen", "party": "minority", "rank": 5, "thomas": "01729", "bioguide": "V000128"}, {"name": "Sherrod Brown", "party": "minority", "rank": 6, "title": "Ex Officio", "thomas": "00136", "bioguide": "B000944"}], "SSBK12": [{"name": "Tom Cotton", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02098", "bioguide": "C001095"}, {"name": "Patrick J. Toomey", "party": "majority", "rank": 2, "thomas": "02085", "bioguide": "T000461"}, {"name": "David Perdue", "party": "majority", "rank": 3, "thomas": "02286", "bioguide": "P000612"}, {"name": "Thom Tillis", "party": "majority", "rank": 4, "thomas": "02291", "bioguide": "T000476"}, {"name": "John Kennedy", "party": "majority", "rank": 5, "bioguide": "K000393"}, {"name": "Mike Crapo", "party": "majority", "rank": 6, "title": "Ex Officio", "thomas": "00250", "bioguide": "C000880"}, {"name": "Heidi Heitkamp", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02174", "bioguide": "H001069"}, {"name": "Robert Menendez", "party": "minority", "rank": 2, "thomas": "00791", "bioguide": "M000639"}, {"name": "Elizabeth Warren", "party": "minority", "rank": 3, "thomas": "02182", "bioguide": "W000817"}, {"name": "Joe Donnelly", "party": "minority", "rank": 4, "thomas": "01850", "bioguide": "D000607"}, {"name": "Sherrod Brown", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "00136", "bioguide": "B000944"}], "SSBU": [{"name": "Michael B. Enzi", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01542", "bioguide": "E000285"}, {"name": "Chuck Grassley", "party": "majority", "rank": 2, "thomas": "00457", "bioguide": "G000386"}, {"name": "Mike Crapo", "party": "majority", "rank": 3, "thomas": "00250", "bioguide": "C000880"}, {"name": "Lindsey Graham", "party": "majority", "rank": 4, "thomas": "00452", "bioguide": "G000359"}, {"name": "Patrick J. Toomey", "party": "majority", "rank": 5, "thomas": "02085", "bioguide": "T000461"}, {"name": "Ron Johnson", "party": "majority", "rank": 6, "thomas": "02086", "bioguide": "J000293"}, {"name": "Bob Corker", "party": "majority", "rank": 7, "thomas": "01825", "bioguide": "C001071"}, {"name": "David Perdue", "party": "majority", "rank": 8, "thomas": "02286", "bioguide": "P000612"}, {"name": "Cory Gardner", "party": "majority", "rank": 9, "thomas": "01998", "bioguide": "G000562"}, {"name": "John Kennedy", "party": "majority", "rank": 10, "bioguide": "K000393"}, {"name": "John Boozman", "party": "majority", "rank": 11, "thomas": "01687", "bioguide": "B001236"}, {"name": "Luther Strange", "party": "majority", "rank": 12, "bioguide": "S001202"}, {"name": "Bernard Sanders", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01010", "bioguide": "S000033"}, {"name": "Patty Murray", "party": "minority", "rank": 2, "thomas": "01409", "bioguide": "M001111"}, {"name": "Ron Wyden", "party": "minority", "rank": 3, "thomas": "01247", "bioguide": "W000779"}, {"name": "Debbie Stabenow", "party": "minority", "rank": 4, "thomas": "01531", "bioguide": "S000770"}, {"name": "Sheldon Whitehouse", "party": "minority", "rank": 5, "thomas": "01823", "bioguide": "W000802"}, {"name": "Mark R. Warner", "party": "minority", "rank": 6, "thomas": "01897", "bioguide": "W000805"}, {"name": "Jeff Merkley", "party": "minority", "rank": 7, "thomas": "01900", "bioguide": "M001176"}, {"name": "Tim Kaine", "party": "minority", "rank": 8, "thomas": "02176", "bioguide": "K000384"}, {"name": "Angus S. King, Jr.", "party": "minority", "rank": 9, "thomas": "02185", "bioguide": "K000383"}, {"name": "Chris Van Hollen", "party": "minority", "rank": 10, "thomas": "01729", "bioguide": "V000128"}, {"name": "Kamala D. Harris", "party": "minority", "rank": 11, "bioguide": "H001075"}], "SSCM": [{"name": "John Thune", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01534", "bioguide": "T000250"}, {"name": "Roger F. Wicker", "party": "majority", "rank": 2, "thomas": "01226", "bioguide": "W000437"}, {"name": "Roy Blunt", "party": "majority", "rank": 3, "thomas": "01464", "bioguide": "B000575"}, {"name": "Ted Cruz", "party": "majority", "rank": 4, "thomas": "02175", "bioguide": "C001098"}, {"name": "Deb Fischer", "party": "majority", "rank": 5, "thomas": "02179", "bioguide": "F000463"}, {"name": "Jerry Moran", "party": "majority", "rank": 6, "thomas": "01507", "bioguide": "M000934"}, {"name": "Dan Sullivan", "party": "majority", "rank": 7, "thomas": "02290", "bioguide": "S001198"}, {"name": "Dean Heller", "party": "majority", "rank": 8, "thomas": "01863", "bioguide": "H001041"}, {"name": "James M. Inhofe", "party": "majority", "rank": 9, "thomas": "00583", "bioguide": "I000024"}, {"name": "Mike Lee", "party": "majority", "rank": 10, "thomas": "02080", "bioguide": "L000577"}, {"name": "Ron Johnson", "party": "majority", "rank": 11, "thomas": "02086", "bioguide": "J000293"}, {"name": "Shelley Moore Capito", "party": "majority", "rank": 12, "thomas": "01676", "bioguide": "C001047"}, {"name": "Cory Gardner", "party": "majority", "rank": 13, "thomas": "01998", "bioguide": "G000562"}, {"name": "Todd Young", "party": "majority", "rank": 14, "thomas": "02019", "bioguide": "Y000064"}, {"name": "Bill Nelson", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00859", "bioguide": "N000032"}, {"name": "Maria Cantwell", "party": "minority", "rank": 2, "thomas": "00172", "bioguide": "C000127"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 3, "thomas": "01826", "bioguide": "K000367"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 4, "thomas": "02076", "bioguide": "B001277"}, {"name": "Brian Schatz", "party": "minority", "rank": 5, "thomas": "02173", "bioguide": "S001194"}, {"name": "Edward J. Markey", "party": "minority", "rank": 6, "thomas": "00735", "bioguide": "M000133"}, {"name": "Cory A. Booker", "party": "minority", "rank": 7, "thomas": "02194", "bioguide": "B001288"}, {"name": "Tom Udall", "party": "minority", "rank": 8, "thomas": "01567", "bioguide": "U000039"}, {"name": "Gary C. Peters", "party": "minority", "rank": 9, "thomas": "01929", "bioguide": "P000595"}, {"name": "Tammy Baldwin", "party": "minority", "rank": 10, "thomas": "01558", "bioguide": "B001230"}, {"name": "Tammy Duckworth", "party": "minority", "rank": 11, "thomas": "02123", "bioguide": "D000622"}, {"name": "Margaret Wood Hassan", "party": "minority", "rank": 12, "bioguide": "H001076"}, {"name": "Catherine Cortez Masto", "party": "minority", "rank": 13, "bioguide": "C001113"}], "SSCM01": [{"name": "Roy Blunt", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01464", "bioguide": "B000575"}, {"name": "Roger F. Wicker", "party": "majority", "rank": 2, "thomas": "01226", "bioguide": "W000437"}, {"name": "Ted Cruz", "party": "majority", "rank": 3, "thomas": "02175", "bioguide": "C001098"}, {"name": "Deb Fischer", "party": "majority", "rank": 4, "thomas": "02179", "bioguide": "F000463"}, {"name": "Jerry Moran", "party": "majority", "rank": 5, "thomas": "01507", "bioguide": "M000934"}, {"name": "Dan Sullivan", "party": "majority", "rank": 6, "thomas": "02290", "bioguide": "S001198"}, {"name": "Dean Heller", "party": "majority", "rank": 7, "thomas": "01863", "bioguide": "H001041"}, {"name": "James M. Inhofe", "party": "majority", "rank": 8, "thomas": "00583", "bioguide": "I000024"}, {"name": "Mike Lee", "party": "majority", "rank": 9, "thomas": "02080", "bioguide": "L000577"}, {"name": "Shelley Moore Capito", "party": "majority", "rank": 10, "thomas": "01676", "bioguide": "C001047"}, {"name": "Cory Gardner", "party": "majority", "rank": 11, "thomas": "01998", "bioguide": "G000562"}, {"name": "Todd Young", "party": "majority", "rank": 12, "thomas": "02019", "bioguide": "Y000064"}, {"name": "John Thune", "party": "majority", "rank": 13, "title": "Ex Officio", "thomas": "01534", "bioguide": "T000250"}, {"name": "Maria Cantwell", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00172", "bioguide": "C000127"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 2, "thomas": "01826", "bioguide": "K000367"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 3, "thomas": "02076", "bioguide": "B001277"}, {"name": "Brian Schatz", "party": "minority", "rank": 4, "thomas": "02173", "bioguide": "S001194"}, {"name": "Edward J. Markey", "party": "minority", "rank": 5, "thomas": "00735", "bioguide": "M000133"}, {"name": "Cory A. Booker", "party": "minority", "rank": 6, "thomas": "02194", "bioguide": "B001288"}, {"name": "Tom Udall", "party": "minority", "rank": 7, "thomas": "01567", "bioguide": "U000039"}, {"name": "Gary C. Peters", "party": "minority", "rank": 8, "thomas": "01929", "bioguide": "P000595"}, {"name": "Tammy Baldwin", "party": "minority", "rank": 9, "thomas": "01558", "bioguide": "B001230"}, {"name": "Tammy Duckworth", "party": "minority", "rank": 10, "thomas": "02123", "bioguide": "D000622"}, {"name": "Margaret Wood Hassan", "party": "minority", "rank": 11, "bioguide": "H001076"}, {"name": "Bill Nelson", "party": "minority", "rank": 12, "title": "Ex Officio", "thomas": "00859", "bioguide": "N000032"}], "SSCM20": [{"name": "Jerry Moran", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01507", "bioguide": "M000934"}, {"name": "Roy Blunt", "party": "majority", "rank": 2, "thomas": "01464", "bioguide": "B000575"}, {"name": "Ted Cruz", "party": "majority", "rank": 3, "thomas": "02175", "bioguide": "C001098"}, {"name": "Deb Fischer", "party": "majority", "rank": 4, "thomas": "02179", "bioguide": "F000463"}, {"name": "Dean Heller", "party": "majority", "rank": 5, "thomas": "01863", "bioguide": "H001041"}, {"name": "James M. Inhofe", "party": "majority", "rank": 6, "thomas": "00583", "bioguide": "I000024"}, {"name": "Mike Lee", "party": "majority", "rank": 7, "thomas": "02080", "bioguide": "L000577"}, {"name": "Shelley Moore Capito", "party": "majority", "rank": 8, "thomas": "01676", "bioguide": "C001047"}, {"name": "Todd Young", "party": "majority", "rank": 9, "thomas": "02019", "bioguide": "Y000064"}, {"name": "John Thune", "party": "majority", "rank": 10, "title": "Ex Officio", "thomas": "01534", "bioguide": "T000250"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02076", "bioguide": "B001277"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 2, "thomas": "01826", "bioguide": "K000367"}, {"name": "Edward J. Markey", "party": "minority", "rank": 3, "thomas": "00735", "bioguide": "M000133"}, {"name": "Cory A. Booker", "party": "minority", "rank": 4, "thomas": "02194", "bioguide": "B001288"}, {"name": "Tom Udall", "party": "minority", "rank": 5, "thomas": "01567", "bioguide": "U000039"}, {"name": "Tammy Duckworth", "party": "minority", "rank": 6, "thomas": "02123", "bioguide": "D000622"}, {"name": "Margaret Wood Hassan", "party": "minority", "rank": 7, "bioguide": "H001076"}, {"name": "Catherine Cortez Masto", "party": "minority", "rank": 8, "bioguide": "C001113"}, {"name": "Bill Nelson", "party": "minority", "rank": 9, "title": "Ex Officio", "thomas": "00859", "bioguide": "N000032"}], "SSCM22": [{"name": "Dan Sullivan", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02290", "bioguide": "S001198"}, {"name": "Roger F. Wicker", "party": "majority", "rank": 2, "thomas": "01226", "bioguide": "W000437"}, {"name": "Deb Fischer", "party": "majority", "rank": 3, "thomas": "02179", "bioguide": "F000463"}, {"name": "James M. Inhofe", "party": "majority", "rank": 4, "thomas": "00583", "bioguide": "I000024"}, {"name": "Mike Lee", "party": "majority", "rank": 5, "thomas": "02080", "bioguide": "L000577"}, {"name": "Ron Johnson", "party": "majority", "rank": 6, "thomas": "02086", "bioguide": "J000293"}, {"name": "Cory Gardner", "party": "majority", "rank": 7, "thomas": "01998", "bioguide": "G000562"}, {"name": "Todd Young", "party": "majority", "rank": 8, "thomas": "02019", "bioguide": "Y000064"}, {"name": "John Thune", "party": "majority", "rank": 9, "title": "Ex Officio", "thomas": "01534", "bioguide": "T000250"}, {"name": "Gary C. Peters", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01929", "bioguide": "P000595"}, {"name": "Maria Cantwell", "party": "minority", "rank": 2, "thomas": "00172", "bioguide": "C000127"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 3, "thomas": "02076", "bioguide": "B001277"}, {"name": "Brian Schatz", "party": "minority", "rank": 4, "thomas": "02173", "bioguide": "S001194"}, {"name": "Edward J. Markey", "party": "minority", "rank": 5, "thomas": "00735", "bioguide": "M000133"}, {"name": "Cory A. Booker", "party": "minority", "rank": 6, "thomas": "02194", "bioguide": "B001288"}, {"name": "Tammy Baldwin", "party": "minority", "rank": 7, "thomas": "01558", "bioguide": "B001230"}, {"name": "Bill Nelson", "party": "minority", "rank": 8, "title": "Ex Officio", "thomas": "00859", "bioguide": "N000032"}], "SSCM24": [{"name": "Ted Cruz", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02175", "bioguide": "C001098"}, {"name": "Jerry Moran", "party": "majority", "rank": 2, "thomas": "01507", "bioguide": "M000934"}, {"name": "Dan Sullivan", "party": "majority", "rank": 3, "thomas": "02290", "bioguide": "S001198"}, {"name": "Mike Lee", "party": "majority", "rank": 4, "thomas": "02080", "bioguide": "L000577"}, {"name": "Ron Johnson", "party": "majority", "rank": 5, "thomas": "02086", "bioguide": "J000293"}, {"name": "Shelley Moore Capito", "party": "majority", "rank": 6, "thomas": "01676", "bioguide": "C001047"}, {"name": "Cory Gardner", "party": "majority", "rank": 7, "thomas": "01998", "bioguide": "G000562"}, {"name": "John Thune", "party": "majority", "rank": 8, "title": "Ex Officio", "thomas": "01534", "bioguide": "T000250"}, {"name": "Edward J. Markey", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00735", "bioguide": "M000133"}, {"name": "Brian Schatz", "party": "minority", "rank": 2, "thomas": "02173", "bioguide": "S001194"}, {"name": "Tom Udall", "party": "minority", "rank": 3, "thomas": "01567", "bioguide": "U000039"}, {"name": "Gary C. Peters", "party": "minority", "rank": 4, "thomas": "01929", "bioguide": "P000595"}, {"name": "Tammy Baldwin", "party": "minority", "rank": 5, "thomas": "01558", "bioguide": "B001230"}, {"name": "Margaret Wood Hassan", "party": "minority", "rank": 6, "bioguide": "H001076"}, {"name": "Bill Nelson", "party": "minority", "rank": 7, "title": "Ex Officio", "thomas": "00859", "bioguide": "N000032"}], "SSCM25": [{"name": "Deb Fischer", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02179", "bioguide": "F000463"}, {"name": "Roger F. Wicker", "party": "majority", "rank": 2, "thomas": "01226", "bioguide": "W000437"}, {"name": "Roy Blunt", "party": "majority", "rank": 3, "thomas": "01464", "bioguide": "B000575"}, {"name": "Dean Heller", "party": "majority", "rank": 4, "thomas": "01863", "bioguide": "H001041"}, {"name": "James M. Inhofe", "party": "majority", "rank": 5, "thomas": "00583", "bioguide": "I000024"}, {"name": "Ron Johnson", "party": "majority", "rank": 6, "thomas": "02086", "bioguide": "J000293"}, {"name": "Shelley Moore Capito", "party": "majority", "rank": 7, "thomas": "01676", "bioguide": "C001047"}, {"name": "Cory Gardner", "party": "majority", "rank": 8, "thomas": "01998", "bioguide": "G000562"}, {"name": "Todd Young", "party": "majority", "rank": 9, "thomas": "02019", "bioguide": "Y000064"}, {"name": "John Thune", "party": "majority", "rank": 10, "title": "Ex Officio", "thomas": "01534", "bioguide": "T000250"}, {"name": "Cory A. Booker", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02194", "bioguide": "B001288"}, {"name": "Maria Cantwell", "party": "minority", "rank": 2, "thomas": "00172", "bioguide": "C000127"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 3, "thomas": "01826", "bioguide": "K000367"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 4, "thomas": "02076", "bioguide": "B001277"}, {"name": "Tom Udall", "party": "minority", "rank": 5, "thomas": "01567", "bioguide": "U000039"}, {"name": "Tammy Baldwin", "party": "minority", "rank": 6, "thomas": "01558", "bioguide": "B001230"}, {"name": "Tammy Duckworth", "party": "minority", "rank": 7, "thomas": "02123", "bioguide": "D000622"}, {"name": "Margaret Wood Hassan", "party": "minority", "rank": 8, "bioguide": "H001076"}, {"name": "Bill Nelson", "party": "minority", "rank": 9, "title": "Ex Officio", "thomas": "00859", "bioguide": "N000032"}], "SSCM26": [{"name": "Roger F. Wicker", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01226", "bioguide": "W000437"}, {"name": "Roy Blunt", "party": "majority", "rank": 2, "thomas": "01464", "bioguide": "B000575"}, {"name": "Ted Cruz", "party": "majority", "rank": 3, "thomas": "02175", "bioguide": "C001098"}, {"name": "Deb Fischer", "party": "majority", "rank": 4, "thomas": "02179", "bioguide": "F000463"}, {"name": "Jerry Moran", "party": "majority", "rank": 5, "thomas": "01507", "bioguide": "M000934"}, {"name": "Dan Sullivan", "party": "majority", "rank": 6, "thomas": "02290", "bioguide": "S001198"}, {"name": "Dean Heller", "party": "majority", "rank": 7, "thomas": "01863", "bioguide": "H001041"}, {"name": "James M. Inhofe", "party": "majority", "rank": 8, "thomas": "00583", "bioguide": "I000024"}, {"name": "Mike Lee", "party": "majority", "rank": 9, "thomas": "02080", "bioguide": "L000577"}, {"name": "Ron Johnson", "party": "majority", "rank": 10, "thomas": "02086", "bioguide": "J000293"}, {"name": "Shelley Moore Capito", "party": "majority", "rank": 11, "thomas": "01676", "bioguide": "C001047"}, {"name": "Cory Gardner", "party": "majority", "rank": 12, "thomas": "01998", "bioguide": "G000562"}, {"name": "Todd Young", "party": "majority", "rank": 13, "thomas": "02019", "bioguide": "Y000064"}, {"name": "John Thune", "party": "majority", "rank": 14, "title": "Ex Officio", "thomas": "01534", "bioguide": "T000250"}, {"name": "Brian Schatz", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02173", "bioguide": "S001194"}, {"name": "Maria Cantwell", "party": "minority", "rank": 2, "thomas": "00172", "bioguide": "C000127"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 3, "thomas": "01826", "bioguide": "K000367"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 4, "thomas": "02076", "bioguide": "B001277"}, {"name": "Edward J. Markey", "party": "minority", "rank": 5, "thomas": "00735", "bioguide": "M000133"}, {"name": "Cory A. Booker", "party": "minority", "rank": 6, "thomas": "02194", "bioguide": "B001288"}, {"name": "Tom Udall", "party": "minority", "rank": 7, "thomas": "01567", "bioguide": "U000039"}, {"name": "Gary C. Peters", "party": "minority", "rank": 8, "thomas": "01929", "bioguide": "P000595"}, {"name": "Tammy Baldwin", "party": "minority", "rank": 9, "thomas": "01558", "bioguide": "B001230"}, {"name": "Tammy Duckworth", "party": "minority", "rank": 10, "thomas": "02123", "bioguide": "D000622"}, {"name": "Margaret Wood Hassan", "party": "minority", "rank": 11, "bioguide": "H001076"}, {"name": "Catherine Cortez Masto", "party": "minority", "rank": 12, "bioguide": "C001113"}, {"name": "Bill Nelson", "party": "minority", "rank": 13, "title": "Ex Officio", "thomas": "00859", "bioguide": "N000032"}], "SSEG": [{"name": "Lisa Murkowski", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01694", "bioguide": "M001153"}, {"name": "John Barrasso", "party": "majority", "rank": 2, "thomas": "01881", "bioguide": "B001261"}, {"name": "James E. Risch", "party": "majority", "rank": 3, "thomas": "01896", "bioguide": "R000584"}, {"name": "Mike Lee", "party": "majority", "rank": 4, "thomas": "02080", "bioguide": "L000577"}, {"name": "Jeff Flake", "party": "majority", "rank": 5, "thomas": "01633", "bioguide": "F000444"}, {"name": "Steve Daines", "party": "majority", "rank": 6, "thomas": "02138", "bioguide": "D000618"}, {"name": "Cory Gardner", "party": "majority", "rank": 7, "thomas": "01998", "bioguide": "G000562"}, {"name": "Lamar Alexander", "party": "majority", "rank": 8, "thomas": "01695", "bioguide": "A000360"}, {"name": "John Hoeven", "party": "majority", "rank": 9, "thomas": "02079", "bioguide": "H001061"}, {"name": "Bill Cassidy", "party": "majority", "rank": 10, "thomas": "01925", "bioguide": "C001075"}, {"name": "Rob Portman", "party": "majority", "rank": 11, "thomas": "00924", "bioguide": "P000449"}, {"name": "Luther Strange", "party": "majority", "rank": 12, "bioguide": "S001202"}, {"name": "Maria Cantwell", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00172", "bioguide": "C000127"}, {"name": "Ron Wyden", "party": "minority", "rank": 2, "thomas": "01247", "bioguide": "W000779"}, {"name": "Bernard Sanders", "party": "minority", "rank": 3, "thomas": "01010", "bioguide": "S000033"}, {"name": "Debbie Stabenow", "party": "minority", "rank": 4, "thomas": "01531", "bioguide": "S000770"}, {"name": "Al Franken", "party": "minority", "rank": 5, "thomas": "01969", "bioguide": "F000457"}, {"name": "Joe Manchin, III", "party": "minority", "rank": 6, "thomas": "01983", "bioguide": "M001183"}, {"name": "Martin Heinrich", "party": "minority", "rank": 7, "thomas": "01937", "bioguide": "H001046"}, {"name": "Mazie K. Hirono", "party": "minority", "rank": 8, "thomas": "01844", "bioguide": "H001042"}, {"name": "Angus S. King, Jr.", "party": "minority", "rank": 9, "thomas": "02185", "bioguide": "K000383"}, {"name": "Tammy Duckworth", "party": "minority", "rank": 10, "thomas": "02123", "bioguide": "D000622"}, {"name": "Catherine Cortez Masto", "party": "minority", "rank": 11, "bioguide": "C001113"}], "SSEG01": [{"name": "Cory Gardner", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01998", "bioguide": "G000562"}, {"name": "James E. Risch", "party": "majority", "rank": 2, "thomas": "01896", "bioguide": "R000584"}, {"name": "Jeff Flake", "party": "majority", "rank": 3, "thomas": "01633", "bioguide": "F000444"}, {"name": "Steve Daines", "party": "majority", "rank": 4, "thomas": "02138", "bioguide": "D000618"}, {"name": "Lamar Alexander", "party": "majority", "rank": 5, "thomas": "01695", "bioguide": "A000360"}, {"name": "John Hoeven", "party": "majority", "rank": 6, "thomas": "02079", "bioguide": "H001061"}, {"name": "Bill Cassidy", "party": "majority", "rank": 7, "thomas": "01925", "bioguide": "C001075"}, {"name": "Rob Portman", "party": "majority", "rank": 8, "thomas": "00924", "bioguide": "P000449"}, {"name": "Lisa Murkowski", "party": "majority", "rank": 9, "title": "Ex Officio", "thomas": "01694", "bioguide": "M001153"}, {"name": "Joe Manchin, III", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01983", "bioguide": "M001183"}, {"name": "Ron Wyden", "party": "minority", "rank": 2, "thomas": "01247", "bioguide": "W000779"}, {"name": "Bernard Sanders", "party": "minority", "rank": 3, "thomas": "01010", "bioguide": "S000033"}, {"name": "Al Franken", "party": "minority", "rank": 4, "thomas": "01969", "bioguide": "F000457"}, {"name": "Martin Heinrich", "party": "minority", "rank": 5, "thomas": "01937", "bioguide": "H001046"}, {"name": "Angus S. King, Jr.", "party": "minority", "rank": 6, "thomas": "02185", "bioguide": "K000383"}, {"name": "Tammy Duckworth", "party": "minority", "rank": 7, "thomas": "02123", "bioguide": "D000622"}, {"name": "Catherine Cortez Masto", "party": "minority", "rank": 8, "bioguide": "C001113"}, {"name": "Maria Cantwell", "party": "minority", "rank": 9, "title": "Ex Officio", "thomas": "00172", "bioguide": "C000127"}], "SSEG03": [{"name": "Mike Lee", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02080", "bioguide": "L000577"}, {"name": "John Barrasso", "party": "majority", "rank": 2, "thomas": "01881", "bioguide": "B001261"}, {"name": "James E. Risch", "party": "majority", "rank": 3, "thomas": "01896", "bioguide": "R000584"}, {"name": "Jeff Flake", "party": "majority", "rank": 4, "thomas": "01633", "bioguide": "F000444"}, {"name": "Steve Daines", "party": "majority", "rank": 5, "thomas": "02138", "bioguide": "D000618"}, {"name": "Cory Gardner", "party": "majority", "rank": 6, "thomas": "01998", "bioguide": "G000562"}, {"name": "Lamar Alexander", "party": "majority", "rank": 7, "thomas": "01695", "bioguide": "A000360"}, {"name": "John Hoeven", "party": "majority", "rank": 8, "thomas": "02079", "bioguide": "H001061"}, {"name": "Bill Cassidy", "party": "majority", "rank": 9, "thomas": "01925", "bioguide": "C001075"}, {"name": "Lisa Murkowski", "party": "majority", "rank": 10, "title": "Ex Officio", "thomas": "01694", "bioguide": "M001153"}, {"name": "Ron Wyden", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01247", "bioguide": "W000779"}, {"name": "Debbie Stabenow", "party": "minority", "rank": 2, "thomas": "01531", "bioguide": "S000770"}, {"name": "Al Franken", "party": "minority", "rank": 3, "thomas": "01969", "bioguide": "F000457"}, {"name": "Joe Manchin, III", "party": "minority", "rank": 4, "thomas": "01983", "bioguide": "M001183"}, {"name": "Martin Heinrich", "party": "minority", "rank": 5, "thomas": "01937", "bioguide": "H001046"}, {"name": "Mazie K. Hirono", "party": "minority", "rank": 6, "thomas": "01844", "bioguide": "H001042"}, {"name": "Catherine Cortez Masto", "party": "minority", "rank": 7, "bioguide": "C001113"}, {"name": "Maria Cantwell", "party": "minority", "rank": 8, "title": "Ex Officio", "thomas": "00172", "bioguide": "C000127"}], "SSEG04": [{"name": "Steve Daines", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02138", "bioguide": "D000618"}, {"name": "John Barrasso", "party": "majority", "rank": 2, "thomas": "01881", "bioguide": "B001261"}, {"name": "Mike Lee", "party": "majority", "rank": 3, "thomas": "02080", "bioguide": "L000577"}, {"name": "Cory Gardner", "party": "majority", "rank": 4, "thomas": "01998", "bioguide": "G000562"}, {"name": "Lamar Alexander", "party": "majority", "rank": 5, "thomas": "01695", "bioguide": "A000360"}, {"name": "John Hoeven", "party": "majority", "rank": 6, "thomas": "02079", "bioguide": "H001061"}, {"name": "Rob Portman", "party": "majority", "rank": 7, "thomas": "00924", "bioguide": "P000449"}, {"name": "Lisa Murkowski", "party": "majority", "rank": 8, "title": "Ex Officio", "thomas": "01694", "bioguide": "M001153"}, {"name": "Mazie K. Hirono", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01844", "bioguide": "H001042"}, {"name": "Bernard Sanders", "party": "minority", "rank": 2, "thomas": "01010", "bioguide": "S000033"}, {"name": "Debbie Stabenow", "party": "minority", "rank": 3, "thomas": "01531", "bioguide": "S000770"}, {"name": "Martin Heinrich", "party": "minority", "rank": 4, "thomas": "01937", "bioguide": "H001046"}, {"name": "Angus S. King, Jr.", "party": "minority", "rank": 5, "thomas": "02185", "bioguide": "K000383"}, {"name": "Maria Cantwell", "party": "minority", "rank": 6, "title": "Ex Officio", "thomas": "00172", "bioguide": "C000127"}], "SSEG07": [{"name": "Jeff Flake", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01633", "bioguide": "F000444"}, {"name": "John Barrasso", "party": "majority", "rank": 2, "thomas": "01881", "bioguide": "B001261"}, {"name": "James E. Risch", "party": "majority", "rank": 3, "thomas": "01896", "bioguide": "R000584"}, {"name": "Mike Lee", "party": "majority", "rank": 4, "thomas": "02080", "bioguide": "L000577"}, {"name": "Bill Cassidy", "party": "majority", "rank": 5, "thomas": "01925", "bioguide": "C001075"}, {"name": "Rob Portman", "party": "majority", "rank": 6, "thomas": "00924", "bioguide": "P000449"}, {"name": "Lisa Murkowski", "party": "majority", "rank": 7, "title": "Ex Officio", "thomas": "01694", "bioguide": "M001153"}, {"name": "Angus S. King, Jr.", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02185", "bioguide": "K000383"}, {"name": "Ron Wyden", "party": "minority", "rank": 2, "thomas": "01247", "bioguide": "W000779"}, {"name": "Bernard Sanders", "party": "minority", "rank": 3, "thomas": "01010", "bioguide": "S000033"}, {"name": "Al Franken", "party": "minority", "rank": 4, "thomas": "01969", "bioguide": "F000457"}, {"name": "Joe Manchin, III", "party": "minority", "rank": 5, "thomas": "01983", "bioguide": "M001183"}, {"name": "Tammy Duckworth", "party": "minority", "rank": 6, "thomas": "02123", "bioguide": "D000622"}, {"name": "Maria Cantwell", "party": "minority", "rank": 7, "title": "Ex Officio", "thomas": "00172", "bioguide": "C000127"}], "SSEV": [{"name": "John Barrasso", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01881", "bioguide": "B001261"}, {"name": "James M. Inhofe", "party": "majority", "rank": 2, "thomas": "00583", "bioguide": "I000024"}, {"name": "Shelley Moore Capito", "party": "majority", "rank": 3, "thomas": "01676", "bioguide": "C001047"}, {"name": "John Boozman", "party": "majority", "rank": 4, "thomas": "01687", "bioguide": "B001236"}, {"name": "Roger F. Wicker", "party": "majority", "rank": 5, "thomas": "01226", "bioguide": "W000437"}, {"name": "Deb Fischer", "party": "majority", "rank": 6, "thomas": "02179", "bioguide": "F000463"}, {"name": "Jerry Moran", "party": "majority", "rank": 7, "thomas": "01507", "bioguide": "M000934"}, {"name": "Mike Rounds", "party": "majority", "rank": 8, "thomas": "02288", "bioguide": "R000605"}, {"name": "Joni Ernst", "party": "majority", "rank": 9, "thomas": "02283", "bioguide": "E000295"}, {"name": "Dan Sullivan", "party": "majority", "rank": 10, "thomas": "02290", "bioguide": "S001198"}, {"name": "Richard C. Shelby", "party": "majority", "rank": 11, "thomas": "01049", "bioguide": "S000320"}, {"name": "Thomas R. Carper", "party": "minority", "rank": 1, "thomas": "00179", "bioguide": "C000174"}, {"name": "Benjamin L. Cardin", "party": "minority", "rank": 2, "thomas": "00174", "bioguide": "C000141"}, {"name": "Bernard Sanders", "party": "minority", "rank": 3, "thomas": "01010", "bioguide": "S000033"}, {"name": "Sheldon Whitehouse", "party": "minority", "rank": 4, "thomas": "01823", "bioguide": "W000802"}, {"name": "Jeff Merkley", "party": "minority", "rank": 5, "thomas": "01900", "bioguide": "M001176"}, {"name": "Kirsten E. Gillibrand", "party": "minority", "rank": 6, "thomas": "01866", "bioguide": "G000555"}, {"name": "Cory A. Booker", "party": "minority", "rank": 7, "thomas": "02194", "bioguide": "B001288"}, {"name": "Edward J. Markey", "party": "minority", "rank": 8, "thomas": "00735", "bioguide": "M000133"}, {"name": "Tammy Duckworth", "party": "minority", "rank": 9, "thomas": "02123", "bioguide": "D000622"}, {"name": "Kamala D. Harris", "party": "minority", "rank": 10, "bioguide": "H001075"}], "SSEV08": [], "SSEV09": [], "SSEV10": [], "SSEV15": [], "SSFI": [{"name": "Orrin G. Hatch", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01351", "bioguide": "H000338"}, {"name": "Chuck Grassley", "party": "majority", "rank": 2, "thomas": "00457", "bioguide": "G000386"}, {"name": "Mike Crapo", "party": "majority", "rank": 3, "thomas": "00250", "bioguide": "C000880"}, {"name": "Pat Roberts", "party": "majority", "rank": 4, "thomas": "00968", "bioguide": "R000307"}, {"name": "Michael B. Enzi", "party": "majority", "rank": 5, "thomas": "01542", "bioguide": "E000285"}, {"name": "John Cornyn", "party": "majority", "rank": 6, "thomas": "01692", "bioguide": "C001056"}, {"name": "John Thune", "party": "majority", "rank": 7, "thomas": "01534", "bioguide": "T000250"}, {"name": "Richard Burr", "party": "majority", "rank": 8, "thomas": "00153", "bioguide": "B001135"}, {"name": "Johnny Isakson", "party": "majority", "rank": 9, "thomas": "01608", "bioguide": "I000055"}, {"name": "Rob Portman", "party": "majority", "rank": 10, "thomas": "00924", "bioguide": "P000449"}, {"name": "Patrick J. Toomey", "party": "majority", "rank": 11, "thomas": "02085", "bioguide": "T000461"}, {"name": "Dean Heller", "party": "majority", "rank": 12, "thomas": "01863", "bioguide": "H001041"}, {"name": "Tim Scott", "party": "majority", "rank": 13, "thomas": "02056", "bioguide": "S001184"}, {"name": "Bill Cassidy", "party": "majority", "rank": 14, "thomas": "01925", "bioguide": "C001075"}, {"name": "Ron Wyden", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01247", "bioguide": "W000779"}, {"name": "Debbie Stabenow", "party": "minority", "rank": 2, "thomas": "01531", "bioguide": "S000770"}, {"name": "Maria Cantwell", "party": "minority", "rank": 3, "thomas": "00172", "bioguide": "C000127"}, {"name": "Bill Nelson", "party": "minority", "rank": 4, "thomas": "00859", "bioguide": "N000032"}, {"name": "Robert Menendez", "party": "minority", "rank": 5, "thomas": "00791", "bioguide": "M000639"}, {"name": "Thomas R. Carper", "party": "minority", "rank": 6, "thomas": "00179", "bioguide": "C000174"}, {"name": "Benjamin L. Cardin", "party": "minority", "rank": 7, "thomas": "00174", "bioguide": "C000141"}, {"name": "Sherrod Brown", "party": "minority", "rank": 8, "thomas": "00136", "bioguide": "B000944"}, {"name": "Michael F. Bennet", "party": "minority", "rank": 9, "thomas": "01965", "bioguide": "B001267"}, {"name": "Robert P. Casey, Jr.", "party": "minority", "rank": 10, "thomas": "01828", "bioguide": "C001070"}, {"name": "Mark R. Warner", "party": "minority", "rank": 11, "thomas": "01897", "bioguide": "W000805"}, {"name": "Claire McCaskill", "party": "minority", "rank": 12, "thomas": "01820", "bioguide": "M001170"}], "SSFI02": [{"name": "Bill Cassidy", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01925", "bioguide": "C001075"}, {"name": "Rob Portman", "party": "majority", "rank": 2, "thomas": "00924", "bioguide": "P000449"}, {"name": "Mike Crapo", "party": "majority", "rank": 3, "thomas": "00250", "bioguide": "C000880"}, {"name": "Patrick J. Toomey", "party": "majority", "rank": 4, "thomas": "02085", "bioguide": "T000461"}, {"name": "Orrin G. Hatch", "party": "majority", "rank": 5, "title": "Ex Officio", "thomas": "01351", "bioguide": "H000338"}, {"name": "Sherrod Brown", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00136", "bioguide": "B000944"}, {"name": "Robert P. Casey, Jr.", "party": "minority", "rank": 2, "thomas": "01828", "bioguide": "C001070"}, {"name": "Ron Wyden", "party": "minority", "rank": 3, "title": "Ex Officio", "thomas": "01247", "bioguide": "W000779"}], "SSFI10": [{"name": "Patrick J. Toomey", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02085", "bioguide": "T000461"}, {"name": "Chuck Grassley", "party": "majority", "rank": 2, "thomas": "00457", "bioguide": "G000386"}, {"name": "Pat Roberts", "party": "majority", "rank": 3, "thomas": "00968", "bioguide": "R000307"}, {"name": "Michael B. Enzi", "party": "majority", "rank": 4, "thomas": "01542", "bioguide": "E000285"}, {"name": "John Thune", "party": "majority", "rank": 5, "thomas": "01534", "bioguide": "T000250"}, {"name": "Richard Burr", "party": "majority", "rank": 6, "thomas": "00153", "bioguide": "B001135"}, {"name": "Johnny Isakson", "party": "majority", "rank": 7, "thomas": "01608", "bioguide": "I000055"}, {"name": "Rob Portman", "party": "majority", "rank": 8, "thomas": "00924", "bioguide": "P000449"}, {"name": "Dean Heller", "party": "majority", "rank": 9, "thomas": "01863", "bioguide": "H001041"}, {"name": "Bill Cassidy", "party": "majority", "rank": 10, "thomas": "01925", "bioguide": "C001075"}, {"name": "Orrin G. Hatch", "party": "majority", "rank": 11, "title": "Ex Officio", "thomas": "01351", "bioguide": "H000338"}, {"name": "Debbie Stabenow", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01531", "bioguide": "S000770"}, {"name": "Robert Menendez", "party": "minority", "rank": 2, "thomas": "00791", "bioguide": "M000639"}, {"name": "Maria Cantwell", "party": "minority", "rank": 3, "thomas": "00172", "bioguide": "C000127"}, {"name": "Thomas R. Carper", "party": "minority", "rank": 4, "thomas": "00179", "bioguide": "C000174"}, {"name": "Benjamin L. Cardin", "party": "minority", "rank": 5, "thomas": "00174", "bioguide": "C000141"}, {"name": "Sherrod Brown", "party": "minority", "rank": 6, "thomas": "00136", "bioguide": "B000944"}, {"name": "Mark R. Warner", "party": "minority", "rank": 7, "thomas": "01897", "bioguide": "W000805"}, {"name": "Ron Wyden", "party": "minority", "rank": 8, "thomas": "01247", "bioguide": "W000779"}], "SSFI11": [{"name": "Rob Portman", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "00924", "bioguide": "P000449"}, {"name": "Mike Crapo", "party": "majority", "rank": 2, "thomas": "00250", "bioguide": "C000880"}, {"name": "Pat Roberts", "party": "majority", "rank": 3, "thomas": "00968", "bioguide": "R000307"}, {"name": "Michael B. Enzi", "party": "majority", "rank": 4, "thomas": "01542", "bioguide": "E000285"}, {"name": "John Cornyn", "party": "majority", "rank": 5, "thomas": "01692", "bioguide": "C001056"}, {"name": "John Thune", "party": "majority", "rank": 6, "thomas": "01534", "bioguide": "T000250"}, {"name": "Richard Burr", "party": "majority", "rank": 7, "thomas": "00153", "bioguide": "B001135"}, {"name": "Johnny Isakson", "party": "majority", "rank": 8, "thomas": "01608", "bioguide": "I000055"}, {"name": "Patrick J. Toomey", "party": "majority", "rank": 9, "thomas": "02085", "bioguide": "T000461"}, {"name": "Tim Scott", "party": "majority", "rank": 10, "thomas": "02056", "bioguide": "S001184"}, {"name": "Orrin G. Hatch", "party": "majority", "rank": 11, "title": "Ex Officio", "thomas": "01351", "bioguide": "H000338"}, {"name": "Mark R. Warner", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01897", "bioguide": "W000805"}, {"name": "Thomas R. Carper", "party": "minority", "rank": 2, "thomas": "00179", "bioguide": "C000174"}, {"name": "Benjamin L. Cardin", "party": "minority", "rank": 3, "thomas": "00174", "bioguide": "C000141"}, {"name": "Claire McCaskill", "party": "minority", "rank": 4, "thomas": "01820", "bioguide": "M001170"}, {"name": "Robert Menendez", "party": "minority", "rank": 5, "thomas": "00791", "bioguide": "M000639"}, {"name": "Michael F. Bennet", "party": "minority", "rank": 6, "thomas": "01965", "bioguide": "B001267"}, {"name": "Robert P. Casey, Jr.", "party": "minority", "rank": 7, "thomas": "01828", "bioguide": "C001070"}, {"name": "Maria Cantwell", "party": "minority", "rank": 8, "thomas": "00172", "bioguide": "C000127"}, {"name": "Ron Wyden", "party": "minority", "rank": 9, "title": "Ex Officio", "thomas": "01247", "bioguide": "W000779"}], "SSFI12": [{"name": "Dean Heller", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01863", "bioguide": "H001041"}, {"name": "Chuck Grassley", "party": "majority", "rank": 2, "thomas": "00457", "bioguide": "G000386"}, {"name": "Mike Crapo", "party": "majority", "rank": 3, "thomas": "00250", "bioguide": "C000880"}, {"name": "Michael B. Enzi", "party": "majority", "rank": 4, "thomas": "01542", "bioguide": "E000285"}, {"name": "John Cornyn", "party": "majority", "rank": 5, "thomas": "01692", "bioguide": "C001056"}, {"name": "Richard Burr", "party": "majority", "rank": 6, "thomas": "00153", "bioguide": "B001135"}, {"name": "Tim Scott", "party": "majority", "rank": 7, "thomas": "02056", "bioguide": "S001184"}, {"name": "Bill Cassidy", "party": "majority", "rank": 8, "thomas": "01925", "bioguide": "C001075"}, {"name": "Orrin G. Hatch", "party": "majority", "rank": 9, "title": "Ex Officio", "thomas": "01351", "bioguide": "H000338"}, {"name": "Michael F. Bennet", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01965", "bioguide": "B001267"}, {"name": "Maria Cantwell", "party": "minority", "rank": 2, "thomas": "00172", "bioguide": "C000127"}, {"name": "Bill Nelson", "party": "minority", "rank": 3, "thomas": "00859", "bioguide": "N000032"}, {"name": "Robert Menendez", "party": "minority", "rank": 4, "thomas": "00791", "bioguide": "M000639"}, {"name": "Thomas R. Carper", "party": "minority", "rank": 5, "thomas": "00179", "bioguide": "C000174"}, {"name": "Mark R. Warner", "party": "minority", "rank": 6, "thomas": "01897", "bioguide": "W000805"}, {"name": "Ron Wyden", "party": "minority", "rank": 7, "title": "Ex Officio", "thomas": "01247", "bioguide": "W000779"}], "SSFI13": [{"name": "John Cornyn", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01692", "bioguide": "C001056"}, {"name": "Chuck Grassley", "party": "majority", "rank": 2, "thomas": "00457", "bioguide": "G000386"}, {"name": "Pat Roberts", "party": "majority", "rank": 3, "thomas": "00968", "bioguide": "R000307"}, {"name": "Johnny Isakson", "party": "majority", "rank": 4, "thomas": "01608", "bioguide": "I000055"}, {"name": "John Thune", "party": "majority", "rank": 5, "thomas": "01534", "bioguide": "T000250"}, {"name": "Dean Heller", "party": "majority", "rank": 6, "thomas": "01863", "bioguide": "H001041"}, {"name": "Orrin G. Hatch", "party": "majority", "rank": 7, "title": "Ex Officio", "thomas": "01351", "bioguide": "H000338"}, {"name": "Robert P. Casey, Jr.", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01828", "bioguide": "C001070"}, {"name": "Debbie Stabenow", "party": "minority", "rank": 2, "thomas": "01531", "bioguide": "S000770"}, {"name": "Bill Nelson", "party": "minority", "rank": 3, "thomas": "00859", "bioguide": "N000032"}, {"name": "Claire McCaskill", "party": "minority", "rank": 4, "thomas": "01820", "bioguide": "M001170"}, {"name": "Ron Wyden", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "01247", "bioguide": "W000779"}], "SSFI14": [{"name": "Tim Scott", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02056", "bioguide": "S001184"}, {"name": "Orrin G. Hatch", "party": "majority", "rank": 2, "thomas": "01351", "bioguide": "H000338"}, {"name": "Ron Wyden", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01247", "bioguide": "W000779"}], "SSFR": [{"name": "Bob Corker", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01825", "bioguide": "C001071"}, {"name": "James E. Risch", "party": "majority", "rank": 2, "thomas": "01896", "bioguide": "R000584"}, {"name": "Marco Rubio", "party": "majority", "rank": 3, "thomas": "02084", "bioguide": "R000595"}, {"name": "Ron Johnson", "party": "majority", "rank": 4, "thomas": "02086", "bioguide": "J000293"}, {"name": "Jeff Flake", "party": "majority", "rank": 5, "thomas": "01633", "bioguide": "F000444"}, {"name": "Cory Gardner", "party": "majority", "rank": 6, "thomas": "01998", "bioguide": "G000562"}, {"name": "Todd Young", "party": "majority", "rank": 7, "thomas": "02019", "bioguide": "Y000064"}, {"name": "John Barrasso", "party": "majority", "rank": 8, "thomas": "01881", "bioguide": "B001261"}, {"name": "Johnny Isakson", "party": "majority", "rank": 9, "thomas": "01608", "bioguide": "I000055"}, {"name": "Rob Portman", "party": "majority", "rank": 10, "thomas": "00924", "bioguide": "P000449"}, {"name": "Rand Paul", "party": "majority", "rank": 11, "thomas": "02082", "bioguide": "P000603"}, {"name": "Benjamin L. Cardin", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00174", "bioguide": "C000141"}, {"name": "Robert Menendez", "party": "minority", "rank": 2, "thomas": "00791", "bioguide": "M000639"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 3, "thomas": "01901", "bioguide": "S001181"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 4, "thomas": "01984", "bioguide": "C001088"}, {"name": "Tom Udall", "party": "minority", "rank": 5, "thomas": "01567", "bioguide": "U000039"}, {"name": "Christopher Murphy", "party": "minority", "rank": 6, "thomas": "01837", "bioguide": "M001169"}, {"name": "Tim Kaine", "party": "minority", "rank": 7, "thomas": "02176", "bioguide": "K000384"}, {"name": "Edward J. Markey", "party": "minority", "rank": 8, "thomas": "00735", "bioguide": "M000133"}, {"name": "Jeff Merkley", "party": "minority", "rank": 9, "thomas": "01900", "bioguide": "M001176"}, {"name": "Cory A. Booker", "party": "minority", "rank": 10, "thomas": "02194", "bioguide": "B001288"}], "SSFR01": [{"name": "Ron Johnson", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02086", "bioguide": "J000293"}, {"name": "James E. Risch", "party": "majority", "rank": 2, "thomas": "01896", "bioguide": "R000584"}, {"name": "John Barrasso", "party": "majority", "rank": 3, "thomas": "01881", "bioguide": "B001261"}, {"name": "Rob Portman", "party": "majority", "rank": 4, "thomas": "00924", "bioguide": "P000449"}, {"name": "Rand Paul", "party": "majority", "rank": 5, "thomas": "02082", "bioguide": "P000603"}, {"name": "Bob Corker", "party": "majority", "rank": 6, "title": "Ex Officio", "thomas": "01825", "bioguide": "C001071"}, {"name": "Christopher Murphy", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01837", "bioguide": "M001169"}, {"name": "Edward J. Markey", "party": "minority", "rank": 2, "thomas": "00735", "bioguide": "M000133"}, {"name": "Robert Menendez", "party": "minority", "rank": 3, "thomas": "00791", "bioguide": "M000639"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 4, "thomas": "01901", "bioguide": "S001181"}, {"name": "Benjamin L. Cardin", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "00174", "bioguide": "C000141"}], "SSFR02": [{"name": "Cory Gardner", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01998", "bioguide": "G000562"}, {"name": "James E. Risch", "party": "majority", "rank": 2, "thomas": "01896", "bioguide": "R000584"}, {"name": "Marco Rubio", "party": "majority", "rank": 3, "thomas": "02084", "bioguide": "R000595"}, {"name": "John Barrasso", "party": "majority", "rank": 4, "thomas": "01881", "bioguide": "B001261"}, {"name": "Johnny Isakson", "party": "majority", "rank": 5, "thomas": "01608", "bioguide": "I000055"}, {"name": "Bob Corker", "party": "majority", "rank": 6, "title": "Ex Officio", "thomas": "01825", "bioguide": "C001071"}, {"name": "Edward J. Markey", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00735", "bioguide": "M000133"}, {"name": "Jeff Merkley", "party": "minority", "rank": 2, "thomas": "01900", "bioguide": "M001176"}, {"name": "Christopher Murphy", "party": "minority", "rank": 3, "thomas": "01837", "bioguide": "M001169"}, {"name": "Tim Kaine", "party": "minority", "rank": 4, "thomas": "02176", "bioguide": "K000384"}, {"name": "Benjamin L. Cardin", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "00174", "bioguide": "C000141"}], "SSFR06": [{"name": "Marco Rubio", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02084", "bioguide": "R000595"}, {"name": "Ron Johnson", "party": "majority", "rank": 2, "thomas": "02086", "bioguide": "J000293"}, {"name": "Jeff Flake", "party": "majority", "rank": 3, "thomas": "01633", "bioguide": "F000444"}, {"name": "Cory Gardner", "party": "majority", "rank": 4, "thomas": "01998", "bioguide": "G000562"}, {"name": "Johnny Isakson", "party": "majority", "rank": 5, "thomas": "01608", "bioguide": "I000055"}, {"name": "Bob Corker", "party": "majority", "rank": 6, "title": "Ex Officio", "thomas": "01825", "bioguide": "C001071"}, {"name": "Robert Menendez", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00791", "bioguide": "M000639"}, {"name": "Tom Udall", "party": "minority", "rank": 2, "thomas": "01567", "bioguide": "U000039"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 3, "thomas": "01901", "bioguide": "S001181"}, {"name": "Tim Kaine", "party": "minority", "rank": 4, "thomas": "02176", "bioguide": "K000384"}, {"name": "Benjamin L. Cardin", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "00174", "bioguide": "C000141"}], "SSFR07": [{"name": "James E. Risch", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01896", "bioguide": "R000584"}, {"name": "Marco Rubio", "party": "majority", "rank": 2, "thomas": "02084", "bioguide": "R000595"}, {"name": "Ron Johnson", "party": "majority", "rank": 3, "thomas": "02086", "bioguide": "J000293"}, {"name": "Todd Young", "party": "majority", "rank": 4, "thomas": "02019", "bioguide": "Y000064"}, {"name": "Rob Portman", "party": "majority", "rank": 5, "thomas": "00924", "bioguide": "P000449"}, {"name": "Bob Corker", "party": "majority", "rank": 6, "title": "Ex Officio", "thomas": "01825", "bioguide": "C001071"}, {"name": "Tim Kaine", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02176", "bioguide": "K000384"}, {"name": "Robert Menendez", "party": "minority", "rank": 2, "thomas": "00791", "bioguide": "M000639"}, {"name": "Christopher Murphy", "party": "minority", "rank": 3, "title": "Ranking Member", "thomas": "01837", "bioguide": "M001169"}, {"name": "Cory A. Booker", "party": "minority", "rank": 4, "thomas": "02194", "bioguide": "B001288"}, {"name": "Benjamin L. Cardin", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "00174", "bioguide": "C000141"}], "SSFR09": [{"name": "Jeff Flake", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01633", "bioguide": "F000444"}, {"name": "Todd Young", "party": "majority", "rank": 2, "thomas": "02019", "bioguide": "Y000064"}, {"name": "John Barrasso", "party": "majority", "rank": 3, "thomas": "01881", "bioguide": "B001261"}, {"name": "Johnny Isakson", "party": "majority", "rank": 4, "thomas": "01608", "bioguide": "I000055"}, {"name": "Rand Paul", "party": "majority", "rank": 5, "thomas": "02082", "bioguide": "P000603"}, {"name": "Bob Corker", "party": "majority", "rank": 6, "title": "Ex Officio", "thomas": "01825", "bioguide": "C001071"}, {"name": "Cory A. Booker", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02194", "bioguide": "B001288"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 2, "thomas": "01984", "bioguide": "C001088"}, {"name": "Tom Udall", "party": "minority", "rank": 3, "thomas": "01567", "bioguide": "U000039"}, {"name": "Jeff Merkley", "party": "minority", "rank": 4, "thomas": "01900", "bioguide": "M001176"}, {"name": "Benjamin L. Cardin", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "00174", "bioguide": "C000141"}], "SSFR14": [{"name": "Johnny Isakson", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01608", "bioguide": "I000055"}, {"name": "James E. Risch", "party": "majority", "rank": 2, "thomas": "01896", "bioguide": "R000584"}, {"name": "Marco Rubio", "party": "majority", "rank": 3, "thomas": "02084", "bioguide": "R000595"}, {"name": "Rob Portman", "party": "majority", "rank": 4, "thomas": "00924", "bioguide": "P000449"}, {"name": "Rand Paul", "party": "majority", "rank": 5, "thomas": "02082", "bioguide": "P000603"}, {"name": "Bob Corker", "party": "majority", "rank": 6, "title": "Ex Officio", "thomas": "01825", "bioguide": "C001071"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01901", "bioguide": "S001181"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 2, "thomas": "01984", "bioguide": "C001088"}, {"name": "Cory A. Booker", "party": "minority", "rank": 3, "thomas": "02194", "bioguide": "B001288"}, {"name": "Tom Udall", "party": "minority", "rank": 4, "thomas": "01567", "bioguide": "U000039"}, {"name": "Benjamin L. Cardin", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "00174", "bioguide": "C000141"}], "SSFR15": [{"name": "Todd Young", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02019", "bioguide": "Y000064"}, {"name": "Jeff Flake", "party": "majority", "rank": 2, "thomas": "01633", "bioguide": "F000444"}, {"name": "Cory Gardner", "party": "majority", "rank": 3, "thomas": "01998", "bioguide": "G000562"}, {"name": "John Barrasso", "party": "majority", "rank": 4, "thomas": "01881", "bioguide": "B001261"}, {"name": "Rob Portman", "party": "majority", "rank": 5, "thomas": "00924", "bioguide": "P000449"}, {"name": "Bob Corker", "party": "majority", "rank": 6, "title": "Ex Officio", "thomas": "01825", "bioguide": "C001071"}, {"name": "Jeff Merkley", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01900", "bioguide": "M001176"}, {"name": "Tom Udall", "party": "minority", "rank": 2, "thomas": "01567", "bioguide": "U000039"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 3, "thomas": "01984", "bioguide": "C001088"}, {"name": "Edward J. Markey", "party": "minority", "rank": 4, "thomas": "00735", "bioguide": "M000133"}, {"name": "Benjamin L. Cardin", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "00174", "bioguide": "C000141"}], "SSGA": [{"name": "Ron Johnson", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02086", "bioguide": "J000293"}, {"name": "John McCain", "party": "majority", "rank": 2, "thomas": "00754", "bioguide": "M000303"}, {"name": "Rob Portman", "party": "majority", "rank": 3, "thomas": "00924", "bioguide": "P000449"}, {"name": "Rand Paul", "party": "majority", "rank": 4, "thomas": "02082", "bioguide": "P000603"}, {"name": "James Lankford", "party": "majority", "rank": 5, "thomas": "02050", "bioguide": "L000575"}, {"name": "Michael B. Enzi", "party": "majority", "rank": 6, "thomas": "01542", "bioguide": "E000285"}, {"name": "John Hoeven", "party": "majority", "rank": 7, "thomas": "02079", "bioguide": "H001061"}, {"name": "Steve Daines", "party": "majority", "rank": 8, "thomas": "02138", "bioguide": "D000618"}, {"name": "Claire McCaskill", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01820", "bioguide": "M001170"}, {"name": "Thomas R. Carper", "party": "minority", "rank": 2, "thomas": "00179", "bioguide": "C000174"}, {"name": "Jon Tester", "party": "minority", "rank": 3, "thomas": "01829", "bioguide": "T000464"}, {"name": "Heidi Heitkamp", "party": "minority", "rank": 4, "thomas": "02174", "bioguide": "H001069"}, {"name": "Gary C. Peters", "party": "minority", "rank": 5, "thomas": "01929", "bioguide": "P000595"}, {"name": "Margaret Wood Hassan", "party": "minority", "rank": 6, "bioguide": "H001076"}, {"name": "Kamala D. Harris", "party": "minority", "rank": 7, "bioguide": "H001075"}], "SSGA01": [{"name": "Rob Portman", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "00924", "bioguide": "P000449"}, {"name": "James Lankford", "party": "majority", "rank": 2, "thomas": "02050", "bioguide": "L000575"}, {"name": "John McCain", "party": "majority", "rank": 3, "thomas": "00754", "bioguide": "M000303"}, {"name": "Rand Paul", "party": "majority", "rank": 4, "thomas": "02082", "bioguide": "P000603"}, {"name": "Steve Daines", "party": "majority", "rank": 5, "thomas": "02138", "bioguide": "D000618"}, {"name": "Ron Johnson", "party": "majority", "rank": 6, "title": "Ex Officio", "thomas": "02086", "bioguide": "J000293"}, {"name": "Thomas R. Carper", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00179", "bioguide": "C000174"}, {"name": "Jon Tester", "party": "minority", "rank": 2, "thomas": "01829", "bioguide": "T000464"}, {"name": "Heidi Heitkamp", "party": "minority", "rank": 3, "thomas": "02174", "bioguide": "H001069"}, {"name": "Gary C. Peters", "party": "minority", "rank": 4, "thomas": "01929", "bioguide": "P000595"}, {"name": "Claire McCaskill", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "01820", "bioguide": "M001170"}], "SSGA18": [{"name": "Rand Paul", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02082", "bioguide": "P000603"}, {"name": "James Lankford", "party": "majority", "rank": 2, "thomas": "02050", "bioguide": "L000575"}, {"name": "Michael B. Enzi", "party": "majority", "rank": 3, "thomas": "01542", "bioguide": "E000285"}, {"name": "John Hoeven", "party": "majority", "rank": 4, "thomas": "02079", "bioguide": "H001061"}, {"name": "Ron Johnson", "party": "majority", "rank": 5, "title": "Ex Officio", "thomas": "02086", "bioguide": "J000293"}, {"name": "Gary C. Peters", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01929", "bioguide": "P000595"}, {"name": "Margaret Wood Hassan", "party": "minority", "rank": 2, "bioguide": "H001076"}, {"name": "Kamala D. Harris", "party": "minority", "rank": 3, "bioguide": "H001075"}, {"name": "Claire McCaskill", "party": "minority", "rank": 4, "title": "Ex Officio", "thomas": "01820", "bioguide": "M001170"}], "SSGA19": [{"name": "James Lankford", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02050", "bioguide": "L000575"}, {"name": "John McCain", "party": "majority", "rank": 2, "thomas": "00754", "bioguide": "M000303"}, {"name": "Rob Portman", "party": "majority", "rank": 3, "thomas": "00924", "bioguide": "P000449"}, {"name": "Michael B. Enzi", "party": "majority", "rank": 4, "thomas": "01542", "bioguide": "E000285"}, {"name": "Steve Daines", "party": "majority", "rank": 5, "thomas": "02138", "bioguide": "D000618"}, {"name": "Ron Johnson", "party": "majority", "rank": 6, "title": "Ex Officio", "thomas": "02086", "bioguide": "J000293"}, {"name": "Heidi Heitkamp", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02174", "bioguide": "H001069"}, {"name": "Thomas R. Carper", "party": "minority", "rank": 2, "thomas": "00179", "bioguide": "C000174"}, {"name": "Margaret Wood Hassan", "party": "minority", "rank": 3, "bioguide": "H001076"}, {"name": "Kamala D. Harris", "party": "minority", "rank": 4, "bioguide": "H001075"}, {"name": "Claire McCaskill", "party": "minority", "rank": 5, "title": "Ex Officio", "thomas": "01820", "bioguide": "M001170"}], "SSHR": [{"name": "Lamar Alexander", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01695", "bioguide": "A000360"}, {"name": "Michael B. Enzi", "party": "majority", "rank": 2, "thomas": "01542", "bioguide": "E000285"}, {"name": "Richard Burr", "party": "majority", "rank": 3, "thomas": "00153", "bioguide": "B001135"}, {"name": "Johnny Isakson", "party": "majority", "rank": 4, "thomas": "01608", "bioguide": "I000055"}, {"name": "Rand Paul", "party": "majority", "rank": 5, "thomas": "02082", "bioguide": "P000603"}, {"name": "Susan M. Collins", "party": "majority", "rank": 6, "thomas": "01541", "bioguide": "C001035"}, {"name": "Bill Cassidy", "party": "majority", "rank": 7, "thomas": "01925", "bioguide": "C001075"}, {"name": "Todd Young", "party": "majority", "rank": 8, "thomas": "02019", "bioguide": "Y000064"}, {"name": "Orrin G. Hatch", "party": "majority", "rank": 9, "thomas": "01351", "bioguide": "H000338"}, {"name": "Pat Roberts", "party": "majority", "rank": 10, "thomas": "00968", "bioguide": "R000307"}, {"name": "Lisa Murkowski", "party": "majority", "rank": 11, "thomas": "01694", "bioguide": "M001153"}, {"name": "Tim Scott", "party": "majority", "rank": 12, "thomas": "02056", "bioguide": "S001184"}, {"name": "Patty Murray", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01409", "bioguide": "M001111"}, {"name": "Bernard Sanders", "party": "minority", "rank": 2, "thomas": "01010", "bioguide": "S000033"}, {"name": "Robert P. Casey, Jr.", "party": "minority", "rank": 3, "thomas": "01828", "bioguide": "C001070"}, {"name": "Al Franken", "party": "minority", "rank": 4, "thomas": "01969", "bioguide": "F000457"}, {"name": "Michael F. Bennet", "party": "minority", "rank": 5, "thomas": "01965", "bioguide": "B001267"}, {"name": "Sheldon Whitehouse", "party": "minority", "rank": 6, "thomas": "01823", "bioguide": "W000802"}, {"name": "Tammy Baldwin", "party": "minority", "rank": 7, "thomas": "01558", "bioguide": "B001230"}, {"name": "Christopher Murphy", "party": "minority", "rank": 8, "thomas": "01837", "bioguide": "M001169"}, {"name": "Elizabeth Warren", "party": "minority", "rank": 9, "thomas": "02182", "bioguide": "W000817"}, {"name": "Tim Kaine", "party": "minority", "rank": 10, "thomas": "02176", "bioguide": "K000384"}, {"name": "Margaret Wood Hassan", "party": "minority", "rank": 11, "bioguide": "H001076"}], "SSHR09": [{"name": "Rand Paul", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02082", "bioguide": "P000603"}, {"name": "Lisa Murkowski", "party": "majority", "rank": 2, "thomas": "01694", "bioguide": "M001153"}, {"name": "Richard Burr", "party": "majority", "rank": 3, "thomas": "00153", "bioguide": "B001135"}, {"name": "Bill Cassidy", "party": "majority", "rank": 4, "thomas": "01925", "bioguide": "C001075"}, {"name": "Todd Young", "party": "majority", "rank": 5, "thomas": "02019", "bioguide": "Y000064"}, {"name": "Orrin G. Hatch", "party": "majority", "rank": 6, "thomas": "01351", "bioguide": "H000338"}, {"name": "Pat Roberts", "party": "majority", "rank": 7, "thomas": "00968", "bioguide": "R000307"}, {"name": "Lamar Alexander", "party": "majority", "rank": 8, "title": "Ex Officio", "thomas": "01695", "bioguide": "A000360"}, {"name": "Robert P. Casey, Jr.", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01828", "bioguide": "C001070"}, {"name": "Bernard Sanders", "party": "minority", "rank": 2, "thomas": "01010", "bioguide": "S000033"}, {"name": "Al Franken", "party": "minority", "rank": 3, "thomas": "01969", "bioguide": "F000457"}, {"name": "Michael F. Bennet", "party": "minority", "rank": 4, "thomas": "01965", "bioguide": "B001267"}, {"name": "Tim Kaine", "party": "minority", "rank": 5, "thomas": "02176", "bioguide": "K000384"}, {"name": "Margaret Wood Hassan", "party": "minority", "rank": 6, "bioguide": "H001076"}, {"name": "Patty Murray", "party": "minority", "rank": 7, "title": "Ex Officio", "thomas": "01409", "bioguide": "M001111"}], "SSHR11": [{"name": "Johnny Isakson", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01608", "bioguide": "I000055"}, {"name": "Pat Roberts", "party": "majority", "rank": 2, "thomas": "00968", "bioguide": "R000307"}, {"name": "Tim Scott", "party": "majority", "rank": 3, "thomas": "02056", "bioguide": "S001184"}, {"name": "Richard Burr", "party": "majority", "rank": 4, "thomas": "00153", "bioguide": "B001135"}, {"name": "Rand Paul", "party": "majority", "rank": 5, "thomas": "02082", "bioguide": "P000603"}, {"name": "Bill Cassidy", "party": "majority", "rank": 6, "thomas": "01925", "bioguide": "C001075"}, {"name": "Todd Young", "party": "majority", "rank": 7, "thomas": "02019", "bioguide": "Y000064"}, {"name": "Lamar Alexander", "party": "majority", "rank": 8, "title": "Ex Officio", "thomas": "01695", "bioguide": "A000360"}, {"name": "Al Franken", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01969", "bioguide": "F000457"}, {"name": "Robert P. Casey, Jr.", "party": "minority", "rank": 2, "thomas": "01828", "bioguide": "C001070"}, {"name": "Sheldon Whitehouse", "party": "minority", "rank": 3, "thomas": "01823", "bioguide": "W000802"}, {"name": "Tammy Baldwin", "party": "minority", "rank": 4, "thomas": "01558", "bioguide": "B001230"}, {"name": "Christopher Murphy", "party": "minority", "rank": 5, "thomas": "01837", "bioguide": "M001169"}, {"name": "Elizabeth Warren", "party": "minority", "rank": 6, "thomas": "02182", "bioguide": "W000817"}, {"name": "Patty Murray", "party": "minority", "rank": 7, "title": "Ex Officio", "thomas": "01409", "bioguide": "M001111"}], "SSHR12": [{"name": "Michael B. Enzi", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01542", "bioguide": "E000285"}, {"name": "Richard Burr", "party": "majority", "rank": 2, "thomas": "00153", "bioguide": "B001135"}, {"name": "Susan M. Collins", "party": "majority", "rank": 3, "thomas": "01541", "bioguide": "C001035"}, {"name": "Bill Cassidy", "party": "majority", "rank": 4, "thomas": "01925", "bioguide": "C001075"}, {"name": "Todd Young", "party": "majority", "rank": 5, "thomas": "02019", "bioguide": "Y000064"}, {"name": "Orrin G. Hatch", "party": "majority", "rank": 6, "thomas": "01351", "bioguide": "H000338"}, {"name": "Pat Roberts", "party": "majority", "rank": 7, "thomas": "00968", "bioguide": "R000307"}, {"name": "Tim Scott", "party": "majority", "rank": 8, "thomas": "02056", "bioguide": "S001184"}, {"name": "Lisa Murkowski", "party": "majority", "rank": 9, "thomas": "01694", "bioguide": "M001153"}, {"name": "Lamar Alexander", "party": "majority", "rank": 10, "title": "Ex Officio", "thomas": "01695", "bioguide": "A000360"}, {"name": "Bernard Sanders", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01010", "bioguide": "S000033"}, {"name": "Michael F. Bennet", "party": "minority", "rank": 2, "thomas": "01965", "bioguide": "B001267"}, {"name": "Sheldon Whitehouse", "party": "minority", "rank": 3, "thomas": "01823", "bioguide": "W000802"}, {"name": "Tammy Baldwin", "party": "minority", "rank": 4, "thomas": "01558", "bioguide": "B001230"}, {"name": "Christopher Murphy", "party": "minority", "rank": 5, "thomas": "01837", "bioguide": "M001169"}, {"name": "Elizabeth Warren", "party": "minority", "rank": 6, "thomas": "02182", "bioguide": "W000817"}, {"name": "Tim Kaine", "party": "minority", "rank": 7, "thomas": "02176", "bioguide": "K000384"}, {"name": "Margaret Wood Hassan", "party": "minority", "rank": 8, "bioguide": "H001076"}, {"name": "Patty Murray", "party": "minority", "rank": 9, "title": "Ex Officio", "thomas": "01409", "bioguide": "M001111"}], "SSJU": [{"name": "Chuck Grassley", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "00457", "bioguide": "G000386"}, {"name": "Orrin G. Hatch", "party": "majority", "rank": 2, "thomas": "01351", "bioguide": "H000338"}, {"name": "Lindsey Graham", "party": "majority", "rank": 3, "thomas": "00452", "bioguide": "G000359"}, {"name": "John Cornyn", "party": "majority", "rank": 4, "thomas": "01692", "bioguide": "C001056"}, {"name": "Mike Lee", "party": "majority", "rank": 5, "thomas": "02080", "bioguide": "L000577"}, {"name": "Ted Cruz", "party": "majority", "rank": 6, "thomas": "02175", "bioguide": "C001098"}, {"name": "Ben Sasse", "party": "majority", "rank": 7, "thomas": "02289", "bioguide": "S001197"}, {"name": "Jeff Flake", "party": "majority", "rank": 8, "thomas": "01633", "bioguide": "F000444"}, {"name": "Mike Crapo", "party": "majority", "rank": 9, "thomas": "00250", "bioguide": "C000880"}, {"name": "Thom Tillis", "party": "majority", "rank": 10, "thomas": "02291", "bioguide": "T000476"}, {"name": "John Kennedy", "party": "majority", "rank": 11, "bioguide": "K000393"}, {"name": "Dianne Feinstein", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01332", "bioguide": "F000062"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 2, "thomas": "01383", "bioguide": "L000174"}, {"name": "Richard J. Durbin", "party": "minority", "rank": 3, "thomas": "00326", "bioguide": "D000563"}, {"name": "Sheldon Whitehouse", "party": "minority", "rank": 4, "thomas": "01823", "bioguide": "W000802"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 5, "thomas": "01826", "bioguide": "K000367"}, {"name": "Al Franken", "party": "minority", "rank": 6, "thomas": "01969", "bioguide": "F000457"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 7, "thomas": "01984", "bioguide": "C001088"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 8, "thomas": "02076", "bioguide": "B001277"}, {"name": "Mazie K. Hirono", "party": "minority", "rank": 9, "thomas": "01844", "bioguide": "H001042"}], "SSJU01": [{"name": "Mike Lee", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02080", "bioguide": "L000577"}, {"name": "Chuck Grassley", "party": "majority", "rank": 2, "thomas": "00457", "bioguide": "G000386"}, {"name": "Orrin G. Hatch", "party": "majority", "rank": 3, "thomas": "01351", "bioguide": "H000338"}, {"name": "Lindsey Graham", "party": "majority", "rank": 4, "thomas": "00452", "bioguide": "G000359"}, {"name": "Thom Tillis", "party": "majority", "rank": 5, "thomas": "02291", "bioguide": "T000476"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01826", "bioguide": "K000367"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 2, "thomas": "01383", "bioguide": "L000174"}, {"name": "Al Franken", "party": "minority", "rank": 3, "thomas": "01969", "bioguide": "F000457"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 4, "thomas": "02076", "bioguide": "B001277"}], "SSJU04": [{"name": "John Cornyn", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01692", "bioguide": "C001056"}, {"name": "Thom Tillis", "party": "majority", "rank": 2, "thomas": "02291", "bioguide": "T000476"}, {"name": "John Kennedy", "party": "majority", "rank": 3, "bioguide": "K000393"}, {"name": "Chuck Grassley", "party": "majority", "rank": 4, "thomas": "00457", "bioguide": "G000386"}, {"name": "Ted Cruz", "party": "majority", "rank": 5, "thomas": "02175", "bioguide": "C001098"}, {"name": "Jeff Flake", "party": "majority", "rank": 6, "thomas": "01633", "bioguide": "F000444"}, {"name": "Mike Crapo", "party": "majority", "rank": 7, "thomas": "00250", "bioguide": "C000880"}, {"name": "Mike Lee", "party": "majority", "rank": 8, "thomas": "02080", "bioguide": "L000577"}, {"name": "Richard J. Durbin", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "00326", "bioguide": "D000563"}, {"name": "Dianne Feinstein", "party": "minority", "rank": 2, "thomas": "01332", "bioguide": "F000062"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 3, "thomas": "01383", "bioguide": "L000174"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 4, "thomas": "01826", "bioguide": "K000367"}, {"name": "Al Franken", "party": "minority", "rank": 5, "thomas": "01969", "bioguide": "F000457"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 6, "thomas": "02076", "bioguide": "B001277"}, {"name": "Mazie K. Hirono", "party": "minority", "rank": 7, "thomas": "01844", "bioguide": "H001042"}], "SSJU21": [{"name": "Ted Cruz", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02175", "bioguide": "C001098"}, {"name": "John Cornyn", "party": "majority", "rank": 2, "thomas": "01692", "bioguide": "C001056"}, {"name": "Mike Crapo", "party": "majority", "rank": 3, "thomas": "00250", "bioguide": "C000880"}, {"name": "Ben Sasse", "party": "majority", "rank": 4, "thomas": "02289", "bioguide": "S001197"}, {"name": "Lindsey Graham", "party": "majority", "rank": 5, "thomas": "00452", "bioguide": "G000359"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "02076", "bioguide": "B001277"}, {"name": "Richard J. Durbin", "party": "minority", "rank": 2, "thomas": "00326", "bioguide": "D000563"}, {"name": "Al Franken", "party": "minority", "rank": 3, "thomas": "01969", "bioguide": "F000457"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 4, "thomas": "01984", "bioguide": "C001088"}], "SSJU22": [{"name": "Lindsey Graham", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "00452", "bioguide": "G000359"}, {"name": "John Cornyn", "party": "majority", "rank": 2, "thomas": "01692", "bioguide": "C001056"}, {"name": "Ted Cruz", "party": "majority", "rank": 3, "thomas": "02175", "bioguide": "C001098"}, {"name": "Ben Sasse", "party": "majority", "rank": 4, "thomas": "02289", "bioguide": "S001197"}, {"name": "John Kennedy", "party": "majority", "rank": 5, "bioguide": "K000393"}, {"name": "Sheldon Whitehouse", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01823", "bioguide": "W000802"}, {"name": "Richard J. Durbin", "party": "minority", "rank": 2, "thomas": "00326", "bioguide": "D000563"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 3, "thomas": "01826", "bioguide": "K000367"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 4, "thomas": "01984", "bioguide": "C001088"}], "SSJU23": [{"name": "Jeff Flake", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01633", "bioguide": "F000444"}, {"name": "Orrin G. Hatch", "party": "majority", "rank": 2, "thomas": "01351", "bioguide": "H000338"}, {"name": "Mike Lee", "party": "majority", "rank": 3, "thomas": "02080", "bioguide": "L000577"}, {"name": "Thom Tillis", "party": "majority", "rank": 4, "thomas": "02291", "bioguide": "T000476"}, {"name": "Mike Crapo", "party": "majority", "rank": 5, "thomas": "00250", "bioguide": "C000880"}, {"name": "John Kennedy", "party": "majority", "rank": 6, "bioguide": "K000393"}, {"name": "Al Franken", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01969", "bioguide": "F000457"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 2, "thomas": "01383", "bioguide": "L000174"}, {"name": "Sheldon Whitehouse", "party": "minority", "rank": 3, "thomas": "01823", "bioguide": "W000802"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 4, "thomas": "01984", "bioguide": "C001088"}, {"name": "Mazie K. Hirono", "party": "minority", "rank": 5, "thomas": "01844", "bioguide": "H001042"}], "SSJU25": [{"name": "Ben Sasse", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "02289", "bioguide": "S001197"}, {"name": "Chuck Grassley", "party": "majority", "rank": 2, "thomas": "00457", "bioguide": "G000386"}, {"name": "Mike Crapo", "party": "majority", "rank": 3, "thomas": "00250", "bioguide": "C000880"}, {"name": "John Kennedy", "party": "majority", "rank": 4, "bioguide": "K000393"}, {"name": "Orrin G. Hatch", "party": "majority", "rank": 5, "thomas": "01351", "bioguide": "H000338"}, {"name": "Mike Lee", "party": "majority", "rank": 6, "thomas": "02080", "bioguide": "L000577"}, {"name": "Jeff Flake", "party": "majority", "rank": 7, "thomas": "01633", "bioguide": "F000444"}, {"name": "Thom Tillis", "party": "majority", "rank": 8, "thomas": "02291", "bioguide": "T000476"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01984", "bioguide": "C001088"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 2, "thomas": "01383", "bioguide": "L000174"}, {"name": "Sheldon Whitehouse", "party": "minority", "rank": 3, "thomas": "01823", "bioguide": "W000802"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 4, "thomas": "01826", "bioguide": "K000367"}, {"name": "Al Franken", "party": "minority", "rank": 5, "thomas": "01969", "bioguide": "F000457"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 6, "thomas": "02076", "bioguide": "B001277"}, {"name": "Mazie K. Hirono", "party": "minority", "rank": 7, "thomas": "01844", "bioguide": "H001042"}], "SSRA": [{"name": "Richard C. Shelby", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01049", "bioguide": "S000320"}, {"name": "Mitch McConnell", "party": "majority", "rank": 2, "thomas": "01395", "bioguide": "M000355"}, {"name": "Thad Cochran", "party": "majority", "rank": 3, "thomas": "00213", "bioguide": "C000567"}, {"name": "Lamar Alexander", "party": "majority", "rank": 4, "thomas": "01695", "bioguide": "A000360"}, {"name": "Pat Roberts", "party": "majority", "rank": 5, "thomas": "00968", "bioguide": "R000307"}, {"name": "Roy Blunt", "party": "majority", "rank": 6, "title": "Chairman", "thomas": "01464", "bioguide": "B000575"}, {"name": "Ted Cruz", "party": "majority", "rank": 7, "thomas": "02175", "bioguide": "C001098"}, {"name": "Shelley Moore Capito", "party": "majority", "rank": 8, "thomas": "01676", "bioguide": "C001047"}, {"name": "Roger F. Wicker", "party": "majority", "rank": 9, "thomas": "01226", "bioguide": "W000437"}, {"name": "Deb Fischer", "party": "majority", "rank": 10, "thomas": "02179", "bioguide": "F000463"}, {"name": "Amy Klobuchar", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01826", "bioguide": "K000367"}, {"name": "Dianne Feinstein", "party": "minority", "rank": 2, "thomas": "01332", "bioguide": "F000062"}, {"name": "Charles E. Schumer", "party": "minority", "rank": 3, "thomas": "01036", "bioguide": "S000148"}, {"name": "Richard J. Durbin", "party": "minority", "rank": 4, "thomas": "00326", "bioguide": "D000563"}, {"name": "Tom Udall", "party": "minority", "rank": 5, "thomas": "01567", "bioguide": "U000039"}, {"name": "Mark R. Warner", "party": "minority", "rank": 6, "thomas": "01897", "bioguide": "W000805"}, {"name": "Patrick J. Leahy", "party": "minority", "rank": 7, "thomas": "01383", "bioguide": "L000174"}, {"name": "Angus S. King, Jr.", "party": "minority", "rank": 8, "thomas": "02185", "bioguide": "K000383"}, {"name": "Catherine Cortez Masto", "party": "minority", "rank": 9, "bioguide": "C001113"}], "SSSB": [{"name": "James E. Risch", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01896", "bioguide": "R000584"}, {"name": "Marco Rubio", "party": "majority", "rank": 2, "thomas": "02084", "bioguide": "R000595"}, {"name": "Rand Paul", "party": "majority", "rank": 3, "thomas": "02082", "bioguide": "P000603"}, {"name": "Tim Scott", "party": "majority", "rank": 4, "thomas": "02056", "bioguide": "S001184"}, {"name": "Joni Ernst", "party": "majority", "rank": 5, "thomas": "02283", "bioguide": "E000295"}, {"name": "James M. Inhofe", "party": "majority", "rank": 6, "thomas": "00583", "bioguide": "I000024"}, {"name": "Todd Young", "party": "majority", "rank": 7, "thomas": "02019", "bioguide": "Y000064"}, {"name": "Michael B. Enzi", "party": "majority", "rank": 8, "thomas": "01542", "bioguide": "E000285"}, {"name": "Mike Rounds", "party": "majority", "rank": 9, "thomas": "02288", "bioguide": "R000605"}, {"name": "John Kennedy", "party": "majority", "rank": 10, "bioguide": "K000393"}, {"name": "Jeanne Shaheen", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01901", "bioguide": "S001181"}, {"name": "Maria Cantwell", "party": "minority", "rank": 2, "thomas": "00172", "bioguide": "C000127"}, {"name": "Benjamin L. Cardin", "party": "minority", "rank": 3, "thomas": "00174", "bioguide": "C000141"}, {"name": "Heidi Heitkamp", "party": "minority", "rank": 4, "thomas": "02174", "bioguide": "H001069"}, {"name": "Edward J. Markey", "party": "minority", "rank": 5, "thomas": "00735", "bioguide": "M000133"}, {"name": "Cory A. Booker", "party": "minority", "rank": 6, "thomas": "02194", "bioguide": "B001288"}, {"name": "Christopher A. Coons", "party": "minority", "rank": 7, "thomas": "01984", "bioguide": "C001088"}, {"name": "Mazie K. Hirono", "party": "minority", "rank": 8, "thomas": "01844", "bioguide": "H001042"}, {"name": "Tammy Duckworth", "party": "minority", "rank": 9, "thomas": "02123", "bioguide": "D000622"}], "SSVA": [{"name": "Johnny Isakson", "party": "majority", "rank": 1, "title": "Chairman", "thomas": "01608", "bioguide": "I000055"}, {"name": "Jerry Moran", "party": "majority", "rank": 2, "thomas": "01507", "bioguide": "M000934"}, {"name": "John Boozman", "party": "majority", "rank": 3, "thomas": "01687", "bioguide": "B001236"}, {"name": "Dean Heller", "party": "majority", "rank": 4, "thomas": "01863", "bioguide": "H001041"}, {"name": "Bill Cassidy", "party": "majority", "rank": 5, "thomas": "01925", "bioguide": "C001075"}, {"name": "Mike Rounds", "party": "majority", "rank": 6, "thomas": "02288", "bioguide": "R000605"}, {"name": "Thom Tillis", "party": "majority", "rank": 7, "thomas": "02291", "bioguide": "T000476"}, {"name": "Dan Sullivan", "party": "majority", "rank": 8, "thomas": "02290", "bioguide": "S001198"}, {"name": "Jon Tester", "party": "minority", "rank": 1, "title": "Ranking Member", "thomas": "01829", "bioguide": "T000464"}, {"name": "Patty Murray", "party": "minority", "rank": 2, "thomas": "01409", "bioguide": "M001111"}, {"name": "Bernard Sanders", "party": "minority", "rank": 3, "thomas": "01010", "bioguide": "S000033"}, {"name": "Sherrod Brown", "party": "minority", "rank": 4, "thomas": "00136", "bioguide": "B000944"}, {"name": "Richard Blumenthal", "party": "minority", "rank": 5, "thomas": "02076", "bioguide": "B001277"}, {"name": "Mazie K. Hirono", "party": "minority", "rank": 6, "thomas": "01844", "bioguide": "H001042"}, {"name": "Joe Manchin, III", "party": "minority", "rank": 7, "thomas": "01983", "bioguide": "M001183"}]} \ No newline at end of file diff --git a/alternate_formats/committees-current.json b/alternate_formats/committees-current.json new file mode 100644 index 0000000..9586c3a --- /dev/null +++ b/alternate_formats/committees-current.json @@ -0,0 +1 @@ +[{"type": "house", "name": "House Committee on Agriculture", "url": "http://agriculture.house.gov/", "minority_url": "http://democrats.agriculture.house.gov/", "thomas_id": "HSAG", "house_committee_id": "AG", "subcommittees": [{"name": "Conservation and Forestry", "thomas_id": "15", "address": "1301 LHOB; Washington, DC 20515", "phone": "(202) 225-2171"}, {"name": "Commodity Exchanges, Energy, and Credit", "thomas_id": "22", "address": "1301 LHOB; Washington, DC 20515", "phone": "(202) 225-2171"}, {"name": "General Farm Commodities and Risk Management", "thomas_id": "16", "address": "1301 LHOB; Washington, DC 20515", "phone": "(202) 225-2171"}, {"name": "Livestock and Foreign Agriculture", "thomas_id": "29", "address": "1301 LHOB; Washington, DC 20515", "phone": "(202) 225-2171"}, {"name": "Biotechnology, Horticulture, and Research", "thomas_id": "14", "address": "1301 LHOB; Washington, DC 20515", "phone": "(202) 225-2171"}, {"name": "Nutrition", "thomas_id": "03", "address": "1301 LHOB; Washington, DC 20515", "phone": "(202) 225-2171"}], "address": "1301 LHOB; Washington, DC 20515-6001", "phone": "(202) 225-2171", "rss_url": "http://agriculture.house.gov/rss.xml", "minority_rss_url": "http://democrats.agriculture.house.gov/Rss.aspx?GroupID=1", "jurisdiction": "The House Committee on Agriculture has jurisdiction over federal agriculture policy and oversight of some federal agencies, and it can recommend funding appropriations for various governmental agencies, programs, and activities, as defined by House rules.", "jurisdiction_source": "http://en.wikipedia.org/wiki/House_Committee_on_Agriculture"}, {"type": "house", "name": "House Committee on Appropriations", "url": "http://appropriations.house.gov/", "minority_url": "http://democrats.appropriations.house.gov", "thomas_id": "HSAP", "house_committee_id": "AP", "subcommittees": [{"name": "Agriculture, Rural Development, Food and Drug Administration, and Related Agencies", "thomas_id": "01", "address": "2362A RHOB; Washington, DC 20515", "phone": "(202) 225-2638"}, {"name": "Commerce, Justice, Science, and Related Agencies", "thomas_id": "19", "address": "H310 CAPITOL; Washington, DC 20515", "phone": "(202) 225-3351"}, {"name": "Defense", "thomas_id": "02", "address": "H405 CAPITOL; Washington, DC 20515", "phone": "(202) 225-2847"}, {"name": "Energy and Water Development, and Related Agencies", "thomas_id": "10", "address": "2362B RHOB; Washington, DC 20515", "phone": "(202) 225-3421"}, {"name": "Financial Services and General Government", "thomas_id": "23", "address": "2000 RHOB; Washington, DC 20515", "phone": "(202) 225-7245"}, {"name": "Homeland Security", "thomas_id": "15", "address": "2006 RHOB; Washington, DC 20515", "phone": "(202) 225-5834"}, {"name": "Interior, Environment, and Related Agencies", "thomas_id": "06", "address": "2007 RHOB; Washington, DC 20515", "phone": "(202) 225-3081"}, {"name": "Labor, Health and Human Services, Education, and Related Agencies", "thomas_id": "07", "address": "2358B RHOB; Washington, DC 20515", "phone": "(202) 225-3508"}, {"name": "Legislative Branch", "thomas_id": "24", "address": "HT2 CAPITOL; Washington, DC 20515", "phone": "(202) 226-7252"}, {"name": "Military Construction, Veterans Affairs, and Related Agencies", "thomas_id": "18", "address": "HVC227 CAPITOL; Washington, DC 20515", "phone": "(202) 225-3047"}, {"name": "State, Foreign Operations, and Related Programs", "thomas_id": "04", "address": "HT2 CAPITOL; Washington, DC 20515", "phone": "(202) 225-2041"}, {"name": "Transportation, and Housing and Urban Development, and Related Agencies", "thomas_id": "20", "address": "2358A RHOB; Washington, DC 20515", "phone": "(202) 225-2141"}], "address": "H305 CAPITOL; Washington, DC 20515-6015", "phone": "(202) 225-2771", "rss_url": "http://appropriations.house.gov/news/rss.aspx", "minority_rss_url": "http://democrats.appropriations.house.gov/rss.xml", "jurisdiction": "The House Committee on Appropriations is responsible for setting specific expenditures of money by the government of the United States. As such, it is one of the most powerful of the committees, and its members are seen as influential. The bills passed by the committee are called appropriations bills.", "jurisdiction_source": "http://en.wikipedia.org/wiki/House_Committee_on_Appropriations"}, {"type": "house", "name": "House Committee on Armed Services", "url": "http://armedservices.house.gov/", "minority_url": "http://democrats.armedservices.house.gov/", "thomas_id": "HSAS", "house_committee_id": "AS", "subcommittees": [{"name": "Tactical Air and Land Forces", "thomas_id": "25", "address": "2340 RHOB; Washington, DC 20515", "phone": "(202) 225-4440"}, {"name": "Military Personnel", "thomas_id": "02", "address": "2340 RHOB; Washington, DC 20515", "phone": "(202) 225-7560"}, {"name": "Oversight and Investigations", "thomas_id": "06", "address": "2119 RHOB; Washington, DC 20515", "phone": "(202) 226-5048"}, {"name": "Readiness", "thomas_id": "03", "address": "2340 RHOB; Washington, DC 20515", "phone": "(202) 226-8979"}, {"name": "Seapower and Projection Forces", "thomas_id": "28", "address": "2340 RHOB; Washington, DC 20515", "phone": "(202) 226-2211"}, {"name": "Strategic Forces", "thomas_id": "29", "address": "2340 RHOB; Washington, DC 20515", "phone": "(202) 225-1967"}, {"name": "Emerging Threats and Capabilities", "thomas_id": "26", "address": "2340 RHOB; Washington, DC 20515", "phone": "(202) 226-2843"}], "address": "2216 RHOB; Washington, DC 20515-6035", "phone": "(202) 225-4151", "rss_url": "http://armedservices.house.gov/index.cfm/rss/feed", "minority_rss_url": "http://democrats.armedservices.house.gov/index.cfm/rss/feed", "jurisdiction": "The House Committee on Armed Services has jurisdiction over defense policy generally, ongoing military operations, the organization and reform of the Department of Defense and Department of Energy, counter-drug programs, acquisition and industrial base policy, technology transfer and export controls, joint interoperability, the Cooperative Threat Reduction program, Department of Energy nonproliferation programs, and detainee affairs and policy.", "jurisdiction_source": "http://armedservices.house.gov/index.cfm/jurisdiction"}, {"type": "house", "name": "House Committee on Financial Services", "url": "http://financialservices.house.gov/", "minority_url": "http://democrats.financialservices.house.gov/", "thomas_id": "HSBA", "house_committee_id": "BA", "subcommittees": [{"name": "Capital Markets, Securities, and Investment", "thomas_id": "16", "address": "2129 RHOB; Washington, DC 20515", "phone": "(202) 225-7502"}, {"name": "Financial Institutions and Consumer Credit", "thomas_id": "15", "address": "2129 RHOB; Washington, DC 20515", "phone": "(202) 225-7502"}, {"name": "Housing and Insurance", "thomas_id": "04", "address": "2129 RHOB; Washington, DC 20515", "phone": "(202) 225-7502"}, {"name": "Monetary Policy and Trade", "thomas_id": "20", "address": "2129 RHOB; Washington, DC 20515", "phone": "(202) 225-7502"}, {"name": "Oversight and Investigations", "thomas_id": "09", "address": "2129 RHOB; Washington, DC 20515", "phone": "(202) 225-7502"}, {"name": "Terrorism and Illicit Finance", "thomas_id": "01", "address": "2129 RHOB; Washington, DC 20515", "phone": "(202) 225-7502"}], "address": "2129 RHOB; Washington, DC 20515-6050", "phone": "(202) 225-7502", "rss_url": "http://financialservices.house.gov/news/rss.aspx", "minority_rss_url": "http://democrats.financialservices.house.gov/Rss.aspx?GroupID=1", "jurisdiction": "The House Financial Services Committee has jurisdiction over issues pertaining to the economy, the banking system, housing, insurance, and securities and exchanges. Additionally, the Committee also has jurisdiction over monetary policy, international finance, international monetary organizations, and efforts to combat terrorist financing.", "jurisdiction_source": "http://financialservices.house.gov/about/"}, {"type": "house", "name": "House Committee on the Budget", "url": "http://budget.house.gov/", "minority_url": "http://democrats.budget.house.gov/", "thomas_id": "HSBU", "house_committee_id": "BU", "address": "B234 LHOB; Washington, DC 20515-6065", "phone": "(202) 226-7270", "rss_url": "http://budget.house.gov/news/rss.aspx", "minority_rss_url": "http://democrats.budget.house.gov/rss.xml", "jurisdiction": "The House Committee on the Budget has responsibilities under the following categories: the budget resolution, reconciliation, budget process reform, oversight of the Congressional Budget Office, revisions of allocations and adjustments, and scorekeeping.", "jurisdiction_source": "http://budget.house.gov/about/"}, {"type": "house", "name": "House Committee on Education and the Workforce", "url": "http://edworkforce.house.gov/", "minority_url": "http://democrats.edworkforce.house.gov/", "thomas_id": "HSED", "house_committee_id": "ED", "subcommittees": [{"name": "Early Childhood, Elementary, and Secondary Education", "thomas_id": "14", "address": "2176 RHOB; Washington, DC 20515", "phone": "(202) 225-4527"}, {"name": "Health, Employment, Labor, and Pensions", "thomas_id": "02", "address": "2176 RHOB; Washington, DC 20515", "phone": "(202) 225-4527"}, {"name": "Higher Education and Workforce Development", "thomas_id": "13", "address": "2176 RHOB; Washington, DC 20515", "phone": "(202) 225-4527"}, {"name": "Workforce Protections", "thomas_id": "10", "address": "2176 RHOB; Washington, DC 20515", "phone": "(202) 225-4527"}], "address": "2176 RHOB; Washington, DC 20515-6100", "phone": "(202) 225-4527", "rss_url": "http://edworkforce.house.gov/news/rss.aspx", "minority_rss_url": "http://democrats.edworkforce.house.gov/rss.xml", "jurisdiction": "The House Committee on Education and the Workforce\u2019s basic jurisdiction is over education and workforce matters generally.", "jurisdiction_source": "http://edworkforce.house.gov/committee/committeehistory.htm"}, {"type": "house", "name": "House Committee on Foreign Affairs", "url": "http://foreignaffairs.house.gov/", "minority_url": "http://democrats.foreignaffairs.house.gov/", "thomas_id": "HSFA", "house_committee_id": "FA", "subcommittees": [{"name": "Africa, Global Health, Global Human Rights, and International Organizations", "thomas_id": "16", "address": "5210 OFOB; Washington, DC 20515", "phone": "(202) 226-7812"}, {"name": "Asia and the Pacific", "thomas_id": "05", "address": "5190 OFOB; Washington, DC 20515", "phone": "(202) 226-7825"}, {"name": "Europe, Eurasia, and Emerging Threats", "thomas_id": "14", "address": "5210 OFOB; Washington, DC 20515", "phone": "(202) 226-6434"}, {"name": "Terrorism, Nonproliferation, and Trade", "thomas_id": "18", "address": "5100 OFOB; Washington, DC 20515", "phone": "(202) 226-1500"}, {"name": "The Middle East and North Africa", "thomas_id": "13", "address": "5220 OFOB; Washington, DC 20515", "phone": "(202) 225-3345"}, {"name": "The Western Hemisphere", "thomas_id": "07", "address": "5100 OFOB; Washington, DC 20515", "phone": "(202) 226-9980"}], "address": "2170 RHOB; Washington, DC 20515-6128", "phone": "(202) 225-5021", "rss_url": "http://foreignaffairs.house.gov/rss.xml", "jurisdiction": "The House Committee on Foreign Affairs considers legislation that impacts the diplomatic community, which includes the Department of State, the Agency for International Development (USAID), the Peace Corps, the United Nations, and the enforcement of the Arms Export Control Act.", "jurisdiction_source": "http://foreignaffairs.house.gov/about"}, {"type": "house", "name": "House Committee on Oversight and Government Reform", "url": "http://oversight.house.gov/", "minority_url": "http://democrats.oversight.house.gov/", "thomas_id": "HSGO", "house_committee_id": "GO", "subcommittees": [{"name": "Information Technology", "thomas_id": "25", "address": "2157 RHOB; Washington, DC 20515", "phone": "(202) 225-5074"}, {"name": "Government Operations", "thomas_id": "24", "address": "2157 RHOB; Washington, DC 20515", "phone": "(202) 225-5074"}, {"name": "National Security", "thomas_id": "06", "address": "2157 RHOB; Washington, DC 20515", "phone": "(202) 225-5074"}, {"name": "Health Care, Benefits, and Administrative Rules", "thomas_id": "27", "address": "2157 RHOB; Washington, DC 20515", "phone": "(202) 225-5074"}, {"name": "The Interior, Energy and Environment", "thomas_id": "28", "address": "2157 RHOB; Washington, DC 20515", "phone": "(202) 225-5074"}, {"name": "Intergovernmental Affairs", "thomas_id": "29", "address": "2157 RHOB; Washington, DC 20515", "phone": "(202) 225-5074"}], "address": "2157 RHOB; Washington, DC 20515-6143", "phone": "(202) 225-5074", "rss_url": "http://oversight.house.gov/feed/rss/", "minority_rss_url": "http://democrats.oversight.house.gov/rss.xml", "jurisdiction": "The Committee on Oversight and Government Reform has legislative jurisdiction over the District of Columbia, the government procurement process, federal personnel systems, the Postal Service and other oversight matters across the government.", "jurisdiction_source": "http://oversight.house.gov/about-the-committee/"}, {"type": "house", "name": "House Committee on House Administration", "url": "http://cha.house.gov/", "minority_url": "http://democrats.cha.house.gov/", "thomas_id": "HSHA", "house_committee_id": "HA", "address": "1309 LHOB; Washington, DC 20515-6157", "phone": "(202) 225-8281", "rss_url": "http://cha.house.gov/rss.xml", "minority_rss_url": "http://democrats.cha.house.gov/rss.xml", "jurisdiction": "The Committee on House Administration is charged with the oversight of federal elections and the day-to-day operations of the House of Representatives", "jurisdiction_source": "http://cha.house.gov/about"}, {"type": "house", "name": "House Committee on Homeland Security", "url": "http://homeland.house.gov/", "minority_url": "http://chsdemocrats.house.gov/", "thomas_id": "HSHM", "house_committee_id": "HM", "subcommittees": [{"name": "Border and Maritime Security", "thomas_id": "11", "address": "176 FHOB; Washington, DC 20515", "phone": "(202) 226-8417"}, {"name": "Emergency Preparedness, Response, and Communications", "thomas_id": "12", "address": "176 FHOB; Washington, DC 20515", "phone": "(202) 226-8417"}, {"name": "Cybersecurity and Infrastructure Protection", "thomas_id": "08", "address": "176 FHOB; Washington, DC 20515", "phone": "(202) 226-8417"}, {"name": "Counterterrorism and Intelligence", "thomas_id": "05", "address": "176 FHOB; Washington, DC 20515", "phone": "(202) 226-8417"}, {"name": "Oversight and Management Efficiency", "thomas_id": "09", "address": "176 FHOB; Washington, DC 20515", "phone": "(202) 226-8417"}, {"name": "Transportation and Protective Security", "thomas_id": "07", "address": "176 FHOB; Washington, DC 20515", "phone": "(202) 226-8417"}], "address": "176 FHOB; Washington, DC 20515-6480", "phone": "(202) 226-8417", "rss_url": "http://homeland.house.gov/rss.xml", "jurisdiction": "The Committee on Homeland Security was established in 2002 to provide Congressional oversight for the U.S. Department of Homeland Security and better protect the American people against a possible terrorist attack.\u00a0", "jurisdiction_source": "http://homeland.house.gov/about/history-jurisdiction"}, {"type": "house", "name": "House Committee on Energy and Commerce", "url": "http://energycommerce.house.gov/", "minority_url": "http://democrats.energycommerce.house.gov/", "thomas_id": "HSIF", "house_committee_id": "IF", "subcommittees": [{"name": "Digital Commerce and Consumer Protection", "thomas_id": "17", "address": "2125 RHOB; Washington, DC 20515", "phone": "(202) 225-2927"}, {"name": "Communications and Technology", "thomas_id": "16", "address": "2125 RHOB; Washington, DC 20515", "phone": "(202) 225-2927"}, {"name": "Energy", "thomas_id": "03", "address": "2125 RHOB; Washington, DC 20515", "phone": "(202) 225-2927"}, {"name": "Health", "thomas_id": "14", "address": "2125 RHOB; Washington, DC 20515", "phone": "(202) 225-2927"}, {"name": "Oversight and Investigations", "thomas_id": "02", "address": "2125 RHOB; Washington, DC 20515", "phone": "(202) 225-2927"}, {"name": "Environment", "thomas_id": "18", "address": "2125 RHOB; Washington, DC 20515", "phone": "(202) 225-2927"}], "address": "2125 RHOB; Washington, DC 20515-6115", "phone": "(202) 225-2927", "rss_url": "http://energycommerce.house.gov/rss.aspx", "jurisdiction": "The Committee on Energy and Commerce, the oldest standing legislative committee in the U.S. House of Representatives, is vested with the broadest jurisdiction of any congressional authorizing committee. It has responsibility for the nation\u2019s telecommunications, consumer protection, food and drug safety, public health research, environmental quality, energy policy, and interstate and foreign commerce. It oversees multiple cabinet-level Departments and independent agencies, including the Departments of Energy, Health and Human Services, Commerce, and Transportation, as well as the Environmental Protection Agency, the Federal Trade Commission, the Food and Drug Administration, and the Federal Communications Commission.", "jurisdiction_source": "http://energycommerce.house.gov/about/committee-history"}, {"type": "house", "name": "House Committee on Natural Resources", "url": "http://naturalresources.house.gov/", "minority_url": "http://democrats.naturalresources.house.gov/", "thomas_id": "HSII", "house_committee_id": "II", "subcommittees": [{"name": "Energy and Mineral Resources", "thomas_id": "06", "address": "1522 LHOB; Washington, DC 20515", "phone": "(202) 225-9297"}, {"name": "Federal Lands", "thomas_id": "10", "address": "1332 LHOB; Washington, DC 20515", "phone": "(202) 226-7736"}, {"name": "Water, Power and Oceans", "thomas_id": "13", "address": "4120 OFOB; Washington, DC 20515", "phone": "(202) 225-8331"}, {"name": "Fisheries, Wildlife, Oceans and Insular Affairs", "thomas_id": "22", "address": "140 CHOB; Washington, DC 20515", "phone": "(202) 226-0200"}, {"name": "Indian, Insular and Alaska Native Affairs", "thomas_id": "24", "address": "4450 OFOB; Washington, DC 20515", "phone": "(202) 226-9725"}, {"name": "Oversight and Investigations", "thomas_id": "15", "address": "4170 OFOB; Washington, DC 20515", "phone": "(202) 225-7107"}], "address": "1324 LHOB; Washington, DC 20515-6201", "phone": "(202) 225-2761", "rss_url": "http://naturalresources.house.gov/news.xml", "minority_rss_url": "http://democrats.naturalresources.house.gov/rss.xml", "jurisdiction": "The House Committee on Natural Resources considers legislation about American energy production, mineral lands and mining, fisheries and wildlife, public lands, oceans, Native Americans, irrigation and reclamation.", "jurisdiction_source": "http://naturalresources.house.gov/about/"}, {"type": "house", "name": "House Permanent Select Committee on Intelligence", "url": "http://intelligence.house.gov/", "minority_url": "http://democrats.intelligence.house.gov/", "thomas_id": "HLIG", "house_committee_id": "IG", "subcommittees": [{"name": "Oversight and Investigations", "thomas_id": "09", "address": "HVC304 CAPITOL; Washington, DC 20515", "phone": "(202) 225-4121"}, {"name": "Technical and Tactical Intelligence", "thomas_id": "05", "address": "HVC304 CAPITOL; Washington, DC 20515", "phone": "(202) 225-4121"}, {"name": "Terrorism, Human Intelligence, Analysis, and Counterintelligence", "thomas_id": "08", "address": "HVC304 CAPITOL; Washington, DC 20515", "phone": "(202) 225-4121"}, {"name": "Central Intelligence Agency", "thomas_id": "01", "address": "HVC304 CAPITOL; Washington, DC 20515-6415", "phone": "(202) 225-4121"}, {"name": "National Security Agency and Cybersecurity", "thomas_id": "02", "address": "HVC304 CAPITOL; Washington, DC 20515-6415", "phone": "(202) 225-4121"}, {"name": "Emerging Threats", "thomas_id": "03", "address": "HVC304 CAPITOL; Washington, DC 20515-6415", "phone": "(202) 225-4121"}, {"name": "Department of Defense Intelligence and Overhead Architecture", "thomas_id": "04", "address": "HVC304 CAPITOL; Washington, DC 20515-6415", "phone": "(202) 225-4121"}], "address": "HVC304 CAPITOL; Washington, DC 20515-6415", "phone": "(202) 225-4121", "rss_url": "http://intelligence.house.gov/rss.xml", "minority_rss_url": "http://democrats.intelligence.house.gov/rss.xml", "jurisdiction": "The United States House Permanent Select Committee on Intelligence is charged with the oversight of the United States intelligence community, which includes the intelligence and intelligence related activities of 17 elements of the U.S. Government, and the Military Intelligence Program.", "jurisdiction_source": "http://intelligence.house.gov/about/history-jurisdiction"}, {"type": "house", "name": "House Committee on the Judiciary", "url": "http://judiciary.house.gov/", "minority_url": "http://democrats.judiciary.house.gov/", "thomas_id": "HSJU", "house_committee_id": "JU", "subcommittees": [{"name": "The Constitution and Civil Justice", "thomas_id": "10", "address": "362 FHOB; Washington, DC 20515", "phone": "(202) 225-2825"}, {"name": "Courts, Intellectual Property, and the Internet", "thomas_id": "03", "address": "6310 OFOB; Washington, DC 20515", "phone": "(202) 225-5741"}, {"name": "Crime, Terrorism, Homeland Security, and Investigations", "thomas_id": "08", "address": "6340 OFOB; Washington, DC 20515", "phone": "(202) 225-5727"}, {"name": "Immigration and Border Security", "thomas_id": "01", "address": "6320 OFOB; Washington, DC 20515", "phone": "(202) 225-3926"}, {"name": "Regulatory Reform, Commercial and Antitrust Law", "thomas_id": "05", "address": "6240 OFOB; Washington, DC 20515", "phone": "(202) 226-7680"}], "address": "2138 RHOB; Washington, DC 20515-6216", "phone": "(202) 225-3951", "minority_rss_url": "http://democrats.judiciary.house.gov/rss.xml", "jurisdiction": "The Committee on the Judiciary has been called the lawyer for the House of Representatives because of its jurisdiction over matters relating to the administration of justice in federal courts, administrative bodies, and law enforcement agencies. Its infrequent but important role in impeachment proceedings has also brought it much attention.", "jurisdiction_source": "http://judiciary.house.gov/index.cfm/about-the-committee"}, {"type": "house", "name": "House Committee on Transportation and Infrastructure", "url": "http://transportation.house.gov/", "minority_url": "http://democrats.transportation.house.gov/", "thomas_id": "HSPW", "house_committee_id": "PW", "subcommittees": [{"name": "Aviation", "thomas_id": "05", "address": "2251 RHOB; Washington, DC 20515", "phone": "(202) 226-3220"}, {"name": "Coast Guard and Maritime Transportation", "thomas_id": "07", "address": "507 FHOB; Washington, DC 20515", "phone": "(202) 226-3552"}, {"name": "Economic Development, Public Buildings, and Emergency Management", "thomas_id": "13", "address": "586 FHOB; Washington, DC 20515", "phone": "(202) 225-3014"}, {"name": "Highways and Transit", "thomas_id": "12", "address": "2251 RHOB; Washington, DC 20515", "phone": "(202) 225-6715"}, {"name": "Railroads, Pipelines, and Hazardous Materials", "thomas_id": "14", "address": "2029 RHOB; Washington, DC 20515", "phone": "(202) 226-0727"}, {"name": "Water Resources and Environment", "thomas_id": "02", "address": "585 FHOB; Washington, DC 20515", "phone": "(202) 225-4360"}], "address": "2251 RHOB; Washington, DC 20515-6256", "phone": "(202) 225-9446", "rss_url": "http://transportation.house.gov/rss.xml", "minority_rss_url": "http://democrats.transportation.house.gov/rss.xml", "jurisdiction": "The Transportation and Infrastructure Committee has jurisdiction over all modes of transportation: aviation, maritime and waterborne transportation, highways, bridges, mass transit, and railroads.\u00a0 The Committee also has jurisdiction over other aspects of our national infrastructure, such as clean water and waste water management, the transport of resources by pipeline, flood damage reduction, the management of federally owned real estate and public buildings, the development of economically depressed rural and urban areas, disaster preparedness and response, and hazardous materials transportation.", "jurisdiction_source": "http://transportation.house.gov/about/history.htm"}, {"type": "house", "name": "House Committee on Rules", "url": "http://rules.house.gov/", "minority_url": "http://democrats.rules.house.gov/", "thomas_id": "HSRU", "house_committee_id": "RU", "subcommittees": [{"name": "Legislative and Budget Process", "thomas_id": "02", "address": "H312 CAPITOL; Washington, DC 20515", "phone": "(202) 225-9191"}, {"name": "Rules and Organization of the House", "thomas_id": "04", "address": "H312 CAPITOL; Washington, DC 20515", "phone": "(202) 225-9191"}], "address": "H312 CAPITOL; Washington, DC 20515-6269", "phone": "(202) 225-9191", "minority_rss_url": "http://democrats.rules.house.gov/rss.xml", "jurisdiction": "The Rules Committee has two broad categories of jurisdiction: special orders for the consideration of legislation (known as \u201cspecial rules\u201d or \u201crules\u201d) and original jurisdiction matters. A special rule provides the terms and conditions of debate on a measure or matter, consideration of which constitutes the bulk of the work of the Rules Committee. The Committee also considers original jurisdiction measures, which commonly represent changes to the standing rules of the House, or measures that contain special rules, such as the expedited procedures in trade legislation.", "jurisdiction_source": "http://rules.house.gov/about"}, {"type": "house", "name": "House Committee on Small Business", "url": "http://smallbusiness.house.gov/", "minority_url": "http://democrats.smallbusiness.house.gov/", "thomas_id": "HSSM", "house_committee_id": "SM", "subcommittees": [{"name": "Contracting and Workforce", "thomas_id": "23", "address": "2361 RHOB; Washington, DC 20515", "phone": "(202) 225-5821"}, {"name": "Investigations, Oversight and Regulations", "thomas_id": "24", "address": "2361 RHOB; Washington, DC 20515", "phone": "(202) 225-5821"}, {"name": "Agriculture, Energy and Trade", "thomas_id": "25", "address": "2361 RHOB; Washington, DC 20515", "phone": "(202) 225-5821"}, {"name": "Health and Technology", "thomas_id": "26", "address": "2361 RHOB; Washington, DC 20515", "phone": "(202) 225-5821"}, {"name": "Economic Growth, Tax and Capital Access", "thomas_id": "27", "address": "2361 RHOB; Washington, DC 20515", "phone": "(202) 225-5821"}], "address": "2361 RHOB; Washington, DC 20515-6315", "phone": "(202) 225-5821", "rss_url": "http://smallbusiness.house.gov/news/rss.aspx", "minority_rss_url": "http://democrats.smallbusiness.house.gov/rss.xml", "jurisdiction": "The House Small Business Committee\u00a0was established\u00a0to protect and assist small businesses.\u00a0 The Committee has jurisdiction over matters related to small business financial aid, regulatory flexibility, paperwork reduction, and the Small Business Administration (SBA) and its programs.", "jurisdiction_source": "http://smallbusiness.house.gov/about/rulesandjurisdiction.htm"}, {"type": "house", "name": "House Committee on Ethics", "url": "http://ethics.house.gov/", "thomas_id": "HSSO", "house_committee_id": "SO", "address": "1015 LHOB; Washington, DC 20515-6328", "phone": "(202) 225-7103", "rss_url": "http://ethics.house.gov/rss.xml", "jurisdiction": "The House Ethics Committee has the jurisdiction to administer travel, gift, financial disclosure, outside income, and other regulations related to the actions of members of the House.", "jurisdiction_source": "http://ethics.house.gov/about/committee-history"}, {"type": "house", "name": "House Committee on Science, Space, and Technology", "url": "http://science.house.gov/", "minority_url": "http://democrats.science.house.gov/", "thomas_id": "HSSY", "house_committee_id": "SY", "subcommittees": [{"name": "Energy", "thomas_id": "20", "address": "2319 RHOB; Washington, DC 20515", "phone": "(202) 225-6371"}, {"name": "Oversight", "thomas_id": "21", "address": "2321 RHOB; Washington, DC 20515", "phone": "(202) 225-6371"}, {"name": "Space", "thomas_id": "16", "address": "4220 OFOB; Washington, DC 20515", "phone": "(202) 225-6371"}, {"name": "Environment", "thomas_id": "18", "address": "2319 RHOB; Washington, DC 20515", "phone": "(202) 225-6371"}, {"name": "Research and Technology", "thomas_id": "15", "address": "4220 OFOB; Washington, DC 20515", "phone": "(202) 225-6371"}], "address": "2321 RHOB; Washington, DC 20515-6301", "phone": "(202) 225-6371", "rss_url": "http://science.house.gov/rss.xml", "minority_rss_url": "http://democrats.science.house.gov/rss.xml", "jurisdiction": "The Committee on Science, Space, and Technology has jurisdiction over energy research, all federally owned or operated non-military energy laboratories, astronautical research and development, civil aviation, environmental research and development, marine research, the National Institute of Standards and Technology, NASA, NSF, NWS, outer space, and other aspects of scientific research.", "jurisdiction_source": "http://science.house.gov/jurisdiction"}, {"type": "house", "name": "House Select Committee on the Events Surrounding the 2012 Terrorist Attack in Benghazi", "url": "http://benghazi.house.gov/", "minority_url": "http://democrats.benghazi.house.gov/", "house_committee_id": "ZI", "thomas_id": "HLZI", "address": "1036 LHOB; Washington, DC 20515-6090", "phone": "(202) 226-7100", "rss_url": "http://benghazi.house.gov/rss.xml", "minority_rss_url": "http://democrats.benghazi.house.gov/rss.xml"}, {"type": "house", "name": "House Committee on Veterans' Affairs", "url": "http://veterans.house.gov/", "minority_url": "http://democrats.veterans.house.gov/", "thomas_id": "HSVR", "house_committee_id": "VR", "subcommittees": [{"name": "Disability Assistance and Memorial Affairs", "thomas_id": "09", "address": "337 CHOB; Washington, DC 20515", "phone": "(202) 225-9164"}, {"name": "Economic Opportunity", "thomas_id": "10", "address": "335 CHOB; Washington, DC 20515", "phone": "(202) 226-5491"}, {"name": "Health", "thomas_id": "03", "address": "338 CHOB; Washington, DC 20515", "phone": "(202) 225-9154"}, {"name": "Oversight and Investigations", "thomas_id": "08", "address": "337A CHOB; Washington, DC 20515", "phone": "(202) 225-3569"}], "address": "335 CHOB; Washington, DC 20515-6335", "phone": "(202) 225-3527", "rss_url": "http://veterans.house.gov/rss.xml", "minority_rss_url": "http://democrats.veterans.house.gov/rss.xml", "jurisdiction": "The Committee on Veterans\u2019 Affairs is the authorizing Committee for the Department of Veterans Affairs. The Committee recommends legislation expanding, curtailing, or fine-tuning existing laws relating to veterans\u2019 benefits. The Committee also has oversight responsibility of the VA.", "jurisdiction_source": "http://veterans.house.gov/about/history-jurisdiction"}, {"type": "house", "name": "House Committee on Ways and Means", "url": "http://waysandmeans.house.gov/", "minority_url": "http://democrats.waysandmeans.house.gov/", "thomas_id": "HSWM", "house_committee_id": "WM", "subcommittees": [{"name": "Health", "thomas_id": "02", "address": "1104 LHOB; Washington, DC 20515", "phone": "(202) 225-3943"}, {"name": "Human Resources", "thomas_id": "03", "address": "1129 LHOB; Washington, DC 20515", "phone": "(202) 225-1025"}, {"name": "Oversight", "thomas_id": "06", "address": "2018 RHOB; Washington, DC 20515", "phone": "(202) 225-9263"}, {"name": "Tax Policy", "thomas_id": "05", "address": "1136 LHOB; Washington, DC 20515", "phone": "(202) 225-5522"}, {"name": "Social Security", "thomas_id": "01", "address": "2018 RHOB; Washington, DC 20515", "phone": "(202) 225-9263"}, {"name": "Trade", "thomas_id": "04", "address": "1103 LHOB; Washington, DC 20515", "phone": "(202) 225-6649"}], "address": "1102 LHOB; Washington, DC 20515-6348", "phone": "(202) 225-3625", "minority_rss_url": "http://democrats.waysandmeans.house.gov/rss.xml", "jurisdiction": "The Committee on Ways and Means is the oldest committee of the United States Congress, and is the chief tax-writing committee in the House of Representatives. The Committee derives a large share of its jurisdiction from Article I, Section VII of the U.S. Constitution which declares, \u201cAll Bills for raising Revenue shall originate in the House of Representatives.\u201d", "jurisdiction_source": "http://waysandmeans.house.gov/about/history.htm"}, {"type": "joint", "name": "Commission on Security and Cooperation in Europe", "url": "http://www.csce.gov/", "thomas_id": "JCSE", "senate_committee_id": "JCSE", "wikipedia": "Commission on Security and Cooperation in Europe"}, {"type": "joint", "name": "Joint Economic Committee", "url": "http://jec.senate.gov/", "thomas_id": "JSEC", "senate_committee_id": "JSEC", "rss_url": "http://www.jec.senate.gov/republicans/public/?a=RSS.Feed", "minority_rss_url": "http://www.jec.senate.gov/public/?a=RSS.Feed", "wikipedia": "Joint Economic Committee"}, {"type": "joint", "name": "Joint Committee on the Library", "url": "https://cha.house.gov/jointcommittees/joint-committee-library", "thomas_id": "JSLC", "senate_committee_id": "JSLC", "wikipedia": "Joint Committee on the Library"}, {"type": "joint", "name": "Joint Committee on Printing", "url": "https://cha.house.gov/jointcommittees/joint-committee-on-printing", "thomas_id": "JSPR", "senate_committee_id": "JSPR", "wikipedia": "Joint Committee on Printing"}, {"type": "joint", "name": "Joint Committee on Taxation", "url": "https://www.jct.gov", "thomas_id": "JSTX", "senate_committee_id": "JSTX", "wikipedia": "United States Congress Joint Committee on Taxation"}, {"type": "senate", "name": "United States Senate Caucus on International Narcotics Control", "url": "http://www.drugcaucus.senate.gov/", "thomas_id": "SCNC", "senate_committee_id": "SCNC"}, {"type": "senate", "name": "Senate Select Committee on Ethics", "url": "http://ethics.senate.gov/", "thomas_id": "SLET", "senate_committee_id": "SLET", "rss_url": "http://www.ethics.senate.gov/public/?a=RSS.Feed", "wikipedia": "United States Senate Select Committee on Ethics"}, {"type": "senate", "name": "Senate Committee on Indian Affairs", "url": "http://indian.senate.gov/", "thomas_id": "SLIA", "senate_committee_id": "SLIA", "wikipedia": "United States Senate Committee on Indian Affairs"}, {"type": "senate", "name": "Senate Select Committee on Intelligence", "url": "http://intelligence.senate.gov/", "thomas_id": "SLIN", "senate_committee_id": "SLIN", "wikipedia": "United States Senate Select Committee on Intelligence"}, {"type": "senate", "name": "Senate Special Committee on Aging", "url": "http://www.aging.senate.gov/", "thomas_id": "SPAG", "senate_committee_id": "SPAG", "wikipedia": "United States Senate Special Committee on Aging"}, {"type": "senate", "name": "Senate Committee on Agriculture, Nutrition, and Forestry", "url": "http://agriculture.senate.gov/", "thomas_id": "SSAF", "senate_committee_id": "SSAF", "subcommittees": [{"name": "Commodities, Risk Management and Trade", "thomas_id": "13", "wikipedia": "United States Senate Agriculture Subcommittee on Commodities, Markets, Trade and Risk Management"}, {"name": "Conservation, Forestry and Natural Resources", "thomas_id": "14", "wikipedia": "United States Senate Agriculture Subcommittee on Conservation, Forestry and Natural Resources"}, {"name": "Rural Development and Energy", "thomas_id": "15", "wikipedia": "United States Senate Agriculture Subcommittee on Jobs, Rural Economic Growth and Energy Innovation"}, {"name": "Nutrition, Specialty Crops, and Agricultural Research", "thomas_id": "16", "wikipedia": "United States Senate Agriculture Subcommittee on Nutrition, Specialty Crops, Food and Agricultural Research"}, {"name": "Livestock, Marketing and Agriculture Security", "thomas_id": "17", "wikipedia": "United States Senate Agriculture Subcommittee on Livestock, Dairy, Poultry, Marketing and Agriculture Security"}], "rss_url": "http://www.ag.senate.gov/rss/feeds/?type=press&groups=democrat", "minority_rss_url": "http://www.ag.senate.gov/rss/feeds/?type=press&groups=republican", "wikipedia": "United States Senate Committee on Agriculture, Nutrition and Forestry"}, {"type": "senate", "name": "Senate Committee on Appropriations", "url": "http://appropriations.senate.gov/", "thomas_id": "SSAP", "senate_committee_id": "SSAP", "subcommittees": [{"name": "Commerce, Justice, Science, and Related Agencies", "thomas_id": "16", "wikipedia": "United States Senate Appropriations Subcommittee on Commerce, Justice, Science, and Related Agencies"}, {"name": "Energy and Water Development", "thomas_id": "22", "wikipedia": "United States Senate Appropriations Subcommittee on Financial Services and General Government"}, {"name": "Financial Services and General Government", "thomas_id": "23", "wikipedia": "United States Senate Appropriations Subcommittee on Financial Services and General Government"}, {"name": "Department of Homeland Security", "thomas_id": "14", "wikipedia": "United States Senate Appropriations Subcommittee on Homeland Security"}, {"name": "Department of the Interior, Environment, and Related Agencies", "thomas_id": "17", "wikipedia": "United States Senate Appropriations Subcommittee on Interior, Environment, and Related Agencies"}, {"name": "Departments of Labor, Health and Human Services, and Education, and Related Agencies", "thomas_id": "18", "wikipedia": "United States Senate Appropriations Subcommittee on Labor, Health and Human Services, Education, and Related Agencies"}, {"name": "Military Construction and Veterans Affairs, and Related Agencies", "thomas_id": "19", "wikipedia": "United States Senate Appropriations Subcommittee on Military Construction, Veterans Affairs, and Related Agencies"}, {"name": "State, Foreign Operations, and Related Programs", "thomas_id": "20", "wikipedia": "United States Senate Appropriations Subcommittee on the Department of State, Foreign Operations, and Related Programs"}, {"name": "Transportation, Housing and Urban Development, and Related Agencies", "thomas_id": "24", "wikipedia": "United States Senate Appropriations Subcommittee on Transportation, Housing and Urban Development, and Related Agencies"}, {"name": "Agriculture, Rural Development, Food and Drug Administration, and Related Agencies", "thomas_id": "01", "wikipedia": "United States Senate Appropriations Subcommittee on Agriculture, Rural Development, Food and Drug Administration, and Related Agencies"}, {"name": "Department of Defense", "thomas_id": "02", "wikipedia": "United States Senate Appropriations Subcommittee on Defense"}, {"name": "Legislative Branch", "thomas_id": "08", "wikipedia": "United States Senate Appropriations Subcommittee on Legislative Branch"}], "wikipedia": "United States Senate Committee on Appropriations"}, {"type": "senate", "name": "Senate Committee on Armed Services", "url": "http://armed-services.senate.gov/", "thomas_id": "SSAS", "senate_committee_id": "SSAS", "subcommittees": [{"name": "Airland", "thomas_id": "14", "wikipedia": "United States Senate Armed Services Subcommittee on Airland"}, {"name": "Emerging Threats and Capabilities", "thomas_id": "20", "wikipedia": "United States Senate Armed Services Subcommittee on Emerging Threats and Capabilities"}, {"name": "Personnel", "thomas_id": "17", "wikipedia": "United States Senate Armed Services Subcommittee on Personnel"}, {"name": "Readiness and Management Support", "thomas_id": "15", "wikipedia": "United States Senate Armed Services Subcommittee on Readiness and Management Support"}, {"name": "SeaPower", "thomas_id": "13", "wikipedia": "United States Senate Armed Services Subcommittee on Seapower"}, {"name": "Strategic Forces", "thomas_id": "16", "wikipedia": "United States Senate Armed Services Subcommittee on Strategic Forces"}, {"thomas_id": "21", "name": "Cybersecurity"}], "rss_url": "http://www.armed-services.senate.gov/press/index.cfm?xml=Press%20Releases,RSS2.0", "wikipedia": "United States Senate Committee on Armed Services"}, {"type": "senate", "name": "Senate Committee on Banking, Housing, and Urban Affairs", "url": "http://banking.senate.gov/", "thomas_id": "SSBK", "senate_committee_id": "SSBK", "subcommittees": [{"name": "Economic Policy", "thomas_id": "12", "wikipedia": "United States Senate Banking Subcommittee on Economic Policy"}, {"name": "National Security and International Trade and Finance", "thomas_id": "05", "wikipedia": "United States Senate Banking Subcommittee on Security and International Trade and Finance"}, {"name": "Securities, Insurance, and Investment", "thomas_id": "04", "wikipedia": "United States Senate Banking Subcommittee on Securities, Insurance, and Investment"}, {"name": "Housing, Transportation, and Community Development", "thomas_id": "09", "wikipedia": "United States Senate Banking Subcommittee on Housing, Transportation, and Community Development"}, {"name": "Financial Institutions and Consumer Protection", "thomas_id": "08", "wikipedia": "United States Senate Banking Subcommittee on Financial Institutions and Consumer Protection"}], "wikipedia": "United States Senate Committee on Banking, Housing, and Urban Affairs"}, {"type": "senate", "name": "Senate Committee on the Budget", "url": "http://budget.senate.gov/", "thomas_id": "SSBU", "senate_committee_id": "SSBU", "rss_url": "http://www.budget.senate.gov/democratic/index.cfm?a=RSS.Feed&Type=press-releases,statements", "minority_rss_url": "http://www.budget.senate.gov/republican/public/index.cfm/rss/feed", "wikipedia": "United States Senate Committee on the Budget"}, {"type": "senate", "name": "Senate Committee on Commerce, Science, and Transportation", "url": "http://commerce.senate.gov/", "thomas_id": "SSCM", "senate_committee_id": "SSCM", "subcommittees": [{"name": "Communications, Technology, Innovation, and the Internet", "thomas_id": "26", "wikipedia": "United States Senate Commerce Subcommittee on Communications, Technology, and the Internet"}, {"name": "Tourism, Competitiveness, and Innovation", "thomas_id": "27", "wikipedia": "United States Senate Commerce Subcommittee on Competitiveness, Innovation, and Export Promotion"}, {"name": "Consumer Protection, Product Safety, Insurance, and Data Security", "thomas_id": "20", "wikipedia": "United States Senate Commerce Subcommittee on Consumer Protection, Product Safety, and Insurance"}, {"name": "Oceans, Atmosphere, Fisheries, and Coast Guard", "thomas_id": "22", "wikipedia": "United States Senate Commerce Subcommittee on Oceans, Atmosphere, Fisheries, and Coast Guard"}, {"name": "Space, Science, and Competitiveness", "thomas_id": "24", "wikipedia": "United States Senate Commerce Subcommittee on Science and Space"}, {"name": "Surface Transportation and Merchant Marine Infrastructure, Safety and Security", "thomas_id": "25", "wikipedia": "United States Senate Commerce Subcommittee on Surface Transportation and Merchant Marine Infrastructure, Safety, and Security"}, {"name": "Aviation Operations, Safety, and Security", "thomas_id": "01", "wikipedia": "United States Senate Commerce Subcommittee on Aviation Operations, Safety, and Security"}], "rss_url": "http://www.commerce.senate.gov/public/?a=RSS.Feed", "wikipedia": "United States Senate Committee on Commerce, Science and Transportation"}, {"type": "senate", "name": "Senate Committee on Energy and Natural Resources", "url": "http://energy.senate.gov/", "thomas_id": "SSEG", "senate_committee_id": "SSEG", "subcommittees": [{"name": "Water and Power", "thomas_id": "07", "wikipedia": "United States Senate Energy Subcommittee on Water and Power"}, {"name": "National Parks", "thomas_id": "04", "wikipedia": "United States Senate Energy Subcommittee on National Parks"}, {"name": "Energy", "thomas_id": "01", "wikipedia": "United States Senate Energy Subcommittee on Energy"}, {"name": "Public Lands, Forests, and Mining", "thomas_id": "03", "wikipedia": "United States Senate Energy Subcommittee on Public Lands, Forests and Mining"}], "rss_url": "http://www.energy.senate.gov/public/index.cfm/rss/feed?type=democratic-news", "minority_rss_url": "http://www.energy.senate.gov/public/index.cfm/rss/feed?type=republican-news", "wikipedia": "United States Senate Committee on Energy and Natural Resources"}, {"type": "senate", "name": "Senate Committee on Environment and Public Works", "url": "http://epw.senate.gov/", "thomas_id": "SSEV", "senate_committee_id": "SSEV", "subcommittees": [{"name": "Clean Air and Nuclear Safety", "thomas_id": "10", "wikipedia": "United States Senate Environment and Public Works Subcommittee on Clean Air and Nuclear Safety"}, {"name": "Superfund, Waste Management, and Regulatory Oversight", "thomas_id": "09", "wikipedia": "United States Senate Environment and Public Works Subcommittee on Superfund, Toxics and Environmental Health"}, {"thomas_id": "16", "name": "Green Jobs and the New Economy", "wikipedia": "United States Senate Environment and Public Works Subcommittee on Green Jobs and the New Economy"}, {"thomas_id": "18", "name": "Oversight", "wikipedia": "United States Senate Environment and Public Works Subcommittee on Oversight"}, {"thomas_id": "08", "name": "Transportation and Infrastructure", "wikipedia": "United States Senate Environment and Public Works Subcommittee on Transportation and Infrastructure"}, {"thomas_id": "15", "name": "Fisheries, Water, and Wildlife", "wikipedia": "United States Senate Environment and Public Works Subcommittee on Water and Wildlife"}], "rss_url": "http://www.epw.senate.gov/public/index.cfm?FuseAction=RSS.Majority", "minority_rss_url": "http://www.epw.senate.gov/public/index.cfm?FuseAction=RSS.Minority", "wikipedia": "United States Senate Committee on Environment and Public Works"}, {"type": "senate", "name": "Senate Committee on Finance", "url": "http://finance.senate.gov/", "thomas_id": "SSFI", "senate_committee_id": "SSFI", "subcommittees": [{"name": "Energy, Natural Resources, and Infrastructure", "thomas_id": "12", "wikipedia": "United States Senate Finance Subcommittee on Energy, Natural Resources, and Infrastructure"}, {"name": "Health Care", "thomas_id": "10", "wikipedia": "United States Senate Finance Subcommittee on Health Care"}, {"name": "International Trade, Customs, and Global Competitiveness", "thomas_id": "13", "wikipedia": "United States Senate Finance Subcommittee on International Trade, Customs, and Global Competitiveness"}, {"name": "Fiscal Responsibility and Economic Growth", "thomas_id": "14", "wikipedia": "United States Senate Finance Subcommittee on Fiscal Responsibility and Economic Growth"}, {"name": "Taxation and IRS Oversight", "thomas_id": "11", "wikipedia": "United States Senate Finance Subcommittee on Taxation and IRS Oversight"}, {"name": "Social Security, Pensions, and Family Policy", "thomas_id": "02", "wikipedia": "United States Senate Finance Subcommittee on Social Security, Pensions, and Family Policy"}], "rss_url": "http://www.finance.senate.gov/rss/feed/chair/", "minority_rss_url": "http://www.finance.senate.gov/rss/feed/ranking/", "wikipedia": "United States Senate Committee on Finance"}, {"type": "senate", "name": "Senate Committee on Foreign Relations", "url": "http://foreign.senate.gov/", "thomas_id": "SSFR", "senate_committee_id": "SSFR", "subcommittees": [{"name": "International Development and Foreign Assistance, Economic Affairs, International Environmental Protection, and Peace Corps", "thomas_id": "12", "wikipedia": "United States Senate Foreign Relations Subcommittee on International Development and Foreign Assistance, Economic Affairs and International Environmental Protection, and Peace Corps"}, {"name": "International Operations and Organizations, Human Rights, Democracy, and Global Women's Issues", "thomas_id": "13", "wikipedia": "United States Senate Foreign Relations Subcommittee on International Operations and Organizations, Human Rights, Democracy and Global Women's Issues"}, {"name": "Europe and Regional Security Cooperation", "thomas_id": "01", "wikipedia": "United States Senate Foreign Relations Subcommittee on European Affairs"}, {"name": "Africa and Global Health Policy", "thomas_id": "09", "wikipedia": "United States Senate Foreign Relations Subcommittee on African Affairs"}, {"name": "East Asia, the Pacific, and International Cybersecurity Policy", "thomas_id": "02", "wikipedia": "United States Senate Foreign Relations Subcommittee on East Asian and Pacific Affairs"}, {"name": "Near East, South Asia, Central Asia, and Counterterrorism", "thomas_id": "07", "wikipedia": "United States Senate Foreign Relations Subcommittee on Near Eastern and South and Central Asian Affairs"}, {"name": "Western Hemisphere, Transnational Crime, Civilian Security, Democracy, Human Rights, and Global Women's Issues", "thomas_id": "06", "wikipedia": "United States Senate Foreign Relations Subcommittee on Western Hemisphere and Global Narcotics Affairs"}, {"thomas_id": "15", "name": "Multilateral International Development, Multilateral Institutions, and International Economic, Energy, and Environmental Policy"}, {"thomas_id": "14", "name": "State Department and USAID Management, International Operations, and Bilateral International Development"}], "rss_url": "http://www.foreign.senate.gov/rss/feed/chair/", "minority_rss_url": "http://www.foreign.senate.gov/rss/feed/ranking/", "wikipedia": "United States Senate Committee on Foreign Relations"}, {"type": "senate", "name": "Senate Committee on Homeland Security and Governmental Affairs", "url": "http://hsgac.senate.gov/", "thomas_id": "SSGA", "senate_committee_id": "SSGA", "subcommittees": [{"thomas_id": "01", "name": "Permanent Subcommittee on Investigations", "wikipedia": "United States Senate Homeland Security Permanent Subcommittee on Investigations"}, {"thomas_id": "17", "name": "Emergency Management, Intergovernmental Relations, and the District of Columbia"}, {"thomas_id": "15", "name": "Financial and Contracting Oversight"}, {"thomas_id": "16", "name": "the Efficiency and Effectiveness of Federal Programs and the Federal Workforce"}, {"thomas_id": "18", "name": "Federal Spending Oversight and Emergency Management"}, {"thomas_id": "19", "name": "Regulatory Affairs and Federal Management"}], "wikipedia": "United States Senate Committee on Homeland Security and Governmental Affairs"}, {"type": "senate", "name": "Senate Committee on Health, Education, Labor, and Pensions", "url": "http://help.senate.gov/", "thomas_id": "SSHR", "senate_committee_id": "SSHR", "subcommittees": [{"name": "Employment and Workplace Safety", "thomas_id": "11", "wikipedia": "United States Senate Health Subcommittee on Employment and Workplace Safety"}, {"name": "Primary Health and Retirement Security", "thomas_id": "12", "wikipedia": "United States Senate Health Subcommittee on Primary Health and Aging"}, {"name": "Children and Families", "thomas_id": "09", "wikipedia": "United States Senate Health Subcommittee on Children and Families"}], "rss_url": "http://www.help.senate.gov/rss/feed/chair/", "minority_rss_url": "http://www.help.senate.gov/rss/feed/ranking/", "wikipedia": "United States Senate Committee on Health, Education, Labor, and Pensions"}, {"type": "senate", "name": "Senate Committee on the Judiciary", "url": "http://judiciary.senate.gov/", "thomas_id": "SSJU", "senate_committee_id": "SSJU", "subcommittees": [{"name": "the Constitution", "thomas_id": "21", "wikipedia": "United States Senate Judiciary Subcommittee on the Constitution, Civil Rights and Human Rights"}, {"name": "Crime and Terrorism", "thomas_id": "22", "wikipedia": "United States Senate Judiciary Subcommittee on Crime and Terrorism"}, {"name": "Privacy, Technology and the Law", "thomas_id": "23", "wikipedia": "United States Senate Judiciary Subcommittee on Privacy, Technology and the Law"}, {"name": "Antitrust, Competition Policy and Consumer Rights", "thomas_id": "01", "wikipedia": "United States Senate Judiciary Subcommittee on Antitrust, Competition Policy and Consumer Rights"}, {"name": "Border Security and Immigration", "thomas_id": "04", "wikipedia": "United States Senate Judiciary Subcommittee on Immigration, Refugees and Border Security"}, {"thomas_id": "24", "name": "Bankruptcy and the Courts"}, {"thomas_id": "25", "name": "Oversight, Agency Action, Federal Rights and Federal Courts"}], "wikipedia": "United States Senate Committee on the Judiciary"}, {"type": "senate", "name": "Senate Committee on Rules and Administration", "url": "http://rules.senate.gov/", "thomas_id": "SSRA", "senate_committee_id": "SSRA", "rss_url": "http://www.rules.senate.gov/public/?a=RSS.Feed", "wikipedia": "United States Senate Committee on Rules and Administration"}, {"type": "senate", "name": "Senate Committee on Small Business and Entrepreneurship", "url": "http://sbc.senate.gov/", "thomas_id": "SSSB", "senate_committee_id": "SSSB", "rss_url": "http://www.sbc.senate.gov/public/?a=RSS.Feed", "wikipedia": "United States Senate Committee on Small Business and Entrepreneurship"}, {"type": "senate", "name": "Senate Committee on Veterans' Affairs", "url": "http://veterans.senate.gov/", "thomas_id": "SSVA", "senate_committee_id": "SSVA", "rss_url": "http://www.veterans.senate.gov/rss.cfm", "minority_rss_url": "http://www.veterans.senate.gov/rankingmember/rss.cfm", "wikipedia": "United States Senate Committee on Veterans' Affairs"}] \ No newline at end of file diff --git a/alternate_formats/committees-historical.json b/alternate_formats/committees-historical.json new file mode 100644 index 0000000..6e90085 --- /dev/null +++ b/alternate_formats/committees-historical.json @@ -0,0 +1 @@ +[{"type": "house", "name": "House Committee on Energy (Ad Hoc)", "thomas_id": "HHAH", "house_committee_id": "AH", "names": {"95": "Energy (Ad Hoc)"}, "congresses": [95]}, {"type": "house", "name": "House Committee on Committees (Select)", "thomas_id": "HLCQ", "house_committee_id": "CQ", "names": {"93": "Committees (Select)", "96": "Committees (Select)"}, "congresses": [93, 96]}, {"type": "house", "name": "House Committee on Outer Continental Shelf (Select)", "thomas_id": "HLOC", "house_committee_id": "OC", "names": {"94": "Outer Continental Shelf (Select)", "95": "Outer Continental Shelf (Select)"}, "congresses": [94, 95]}, {"type": "house", "name": "House Committee on Joint Atomic Energy", "thomas_id": "HSAT", "house_committee_id": "AT", "names": {"93": "Joint Atomic Energy", "94": "Joint Atomic Energy"}, "congresses": [93, 94]}, {"type": "house", "name": "House Committee on District of Columbia", "thomas_id": "HSDT", "house_committee_id": "DT", "subcommittees": [{"name": "Fiscal Affairs and Health", "thomas_id": "01", "names": {"97": "Fiscal Affairs and Health", "98": "Fiscal Affairs and Health", "99": "Fiscal Affairs and Health", "100": "Fiscal Affairs and Health", "101": "Fiscal Affairs and Health", "102": "Fiscal Affairs and Health", "103": "Fiscal Affairs and Health"}, "congresses": [97, 98, 99, 100, 101, 102, 103]}, {"name": "Government Operations and Metropolitan Affairs", "thomas_id": "02", "names": {"97": "Government Operations and Metropolitan Affairs", "98": "Government Operations and Metropolitan Affairs", "99": "Government Operations and Metropolitan Affairs", "100": "Government Operations and Metropolitan Affairs", "101": "Government Operations and Metropolitan Affairs", "102": "Government Operations and Metropolitan Affairs", "103": "Government Operations and Metropolitan Affairs"}, "congresses": [97, 98, 99, 100, 101, 102, 103]}, {"name": "Judiciary and Education", "thomas_id": "03", "names": {"98": "Judiciary and Education", "99": "Judiciary and Education", "100": "Judiciary and Education", "101": "Judiciary and Education", "102": "Judiciary and Education", "103": "Judiciary and Education"}, "congresses": [98, 99, 100, 101, 102, 103]}], "names": {"93": "District of Columbia", "94": "District of Columbia", "95": "District of Columbia", "96": "District of Columbia", "97": "District of Columbia", "98": "District of Columbia", "99": "District of Columbia", "100": "District of Columbia", "101": "District of Columbia", "102": "District of Columbia", "103": "District of Columbia"}, "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103]}, {"type": "house", "name": "House Select Committee on Energy Independence and Global Warming", "thomas_id": "HSGW", "house_committee_id": "GW", "names": {"110": "House Select Committee on Energy Independence and Global Warming", "111": "House Select Committee on Energy Independence and Global Warming"}, "congresses": [110, 111]}, {"type": "house", "name": "House Committee on Merchant Marine and Fisheries", "thomas_id": "HSMM", "house_committee_id": "MM", "subcommittees": [{"name": "Coast Guard and Navigation", "thomas_id": "01", "names": {"97": "Coast Guard and Navigation", "98": "Coast Guard and Navigation", "99": "Coast Guard and Navigation", "100": "Coast Guard and Navigation", "101": "Coast Guard and Navigation", "102": "Coast Guard and Navigation", "103": "Coast Guard and Navigation"}, "congresses": [97, 98, 99, 100, 101, 102, 103]}, {"name": "Fisheries and Wildlife Conservation and the Environment", "thomas_id": "02", "names": {"97": "Fisheries and Wildlife Conservation and the Environment", "98": "Fisheries and Wildlife Conservation and the Environment", "99": "Fisheries and Wildlife Conservation and the Environment", "100": "Fisheries and Wildlife Conservation and the Environment", "101": "Fisheries and Wildlife Conservation and the Environment", "102": "Fisheries and Wildlife Conservation and the Environment"}, "congresses": [97, 98, 99, 100, 101, 102]}, {"name": "Merchant Marine", "thomas_id": "06", "names": {"97": "Merchant Marine", "98": "Merchant Marine", "99": "Merchant Marine", "100": "Merchant Marine", "101": "Merchant Marine", "102": "Merchant Marine", "103": "Merchant Marine"}, "congresses": [97, 98, 99, 100, 101, 102, 103]}, {"name": "Oceanography", "thomas_id": "04", "names": {"97": "Oceanography", "98": "Oceanography", "99": "Oceanography", "100": "Oceanography", "101": "Oceanography"}, "congresses": [97, 98, 99, 100, 101]}, {"name": "Panama Canal and Outer Continental Shelf", "thomas_id": "05", "names": {"97": "Panama Canal and Outer Continental Shelf", "98": "Panama Canal and Outer Continental Shelf", "99": "Panama Canal and Outer Continental Shelf", "100": "Panama Canal and Outer Continental Shelf", "101": "Panama Canal and Outer Continental Shelf"}, "congresses": [97, 98, 99, 100, 101]}, {"name": "Oceanography, Great Lakes and the Outer Continental Shelf", "thomas_id": "08", "names": {"102": "Oceanography, Great Lakes and the Outer Continental Shelf", "103": "Oceanography, Gulf of Mexico and the Outer Continental Shelf"}, "congresses": [102, 103]}, {"name": "Environment and Natural Resources", "thomas_id": "22", "names": {"103": "Environment and Natural Resources"}, "congresses": [103]}, {"name": "Fisheries Management", "thomas_id": "23", "names": {"103": "Fisheries Management"}, "congresses": [103]}], "names": {"93": "Merchant Marine and Fisheries", "94": "Merchant Marine and Fisheries", "95": "Merchant Marine and Fisheries", "96": "Merchant Marine and Fisheries", "97": "Merchant Marine and Fisheries", "98": "Merchant Marine and Fisheries", "99": "Merchant Marine and Fisheries", "100": "Merchant Marine and Fisheries", "101": "Merchant Marine and Fisheries", "102": "Merchant Marine and Fisheries", "103": "Merchant Marine and Fisheries"}, "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103]}, {"type": "house", "name": "House Committee on Post Office and Civil Service", "thomas_id": "HSPO", "house_committee_id": "PO", "subcommittees": [{"name": "Census and Population", "thomas_id": "01", "names": {"97": "Census and Population", "98": "Census and Population", "99": "Census and Population", "100": "Census and Population", "101": "Census and Population", "102": "Census and Population"}, "congresses": [97, 98, 99, 100, 101, 102]}, {"name": "Civil Service", "thomas_id": "03", "names": {"97": "Civil Service", "98": "Civil Service", "99": "Civil Service", "100": "Civil Service", "101": "Civil Service", "102": "Civil Service", "103": "Civil Service"}, "congresses": [97, 98, 99, 100, 101, 102, 103]}, {"name": "Compensation and Employee Benefits", "thomas_id": "02", "names": {"97": "Compensation and Employee Benefits", "98": "Compensation and Employee Benefits", "99": "Compensation and Employee Benefits", "100": "Compensation and Employee Benefits", "101": "Compensation and Employee Benefits", "102": "Compensation and Employee Benefits", "103": "Compensation and Employee Benefits"}, "congresses": [97, 98, 99, 100, 101, 102, 103]}, {"name": "Human Resources", "thomas_id": "04", "names": {"97": "Human Resources", "98": "Human Resources", "99": "Human Resources", "100": "Human Resources", "101": "Human Resources", "102": "Human Resources"}, "congresses": [97, 98, 99, 100, 101, 102]}, {"name": "Postal Operations and Services", "thomas_id": "06", "names": {"97": "Postal Operations and Services", "98": "Postal Operations and Services", "99": "Postal Operations and Services", "100": "Postal Operations and Services", "101": "Postal Operations and Services", "102": "Postal Operations and Services", "103": "Postal Operations and Services"}, "congresses": [97, 98, 99, 100, 101, 102, 103]}, {"name": "Postal Personnel and Modernization", "thomas_id": "05", "names": {"97": "Postal Personnel and Modernization", "98": "Postal Personnel and Modernization", "99": "Postal Personnel and Modernization", "100": "Postal Personnel and Modernization", "101": "Postal Personnel and Modernization", "102": "Postal Personnel and Modernization"}, "congresses": [97, 98, 99, 100, 101, 102]}, {"name": "Ad Hoc Task Force on Presidential Pay Recommendation", "thomas_id": "08", "names": {"100": "Ad Hoc Task Force on Presidential Pay Recommendation"}, "congresses": [100]}, {"name": "Census, Statistics and Postal Personnel", "thomas_id": "09", "names": {"103": "Census, Statistics and Postal Personnel"}, "congresses": [103]}], "names": {"93": "Post Office and Civil Service", "94": "Post Office and Civil Service", "95": "Post Office and Civil Service", "96": "Post Office and Civil Service", "97": "Post Office and Civil Service", "98": "Post Office and Civil Service", "99": "Post Office and Civil Service", "100": "Post Office and Civil Service", "101": "Post Office and Civil Service", "102": "Post Office and Civil Service", "103": "Post Office and Civil Service"}, "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103]}, {"type": "house", "name": "House Committee on Standards of Official Conduct", "thomas_id": "HSSO", "house_committee_id": "SO", "congresses": [93, 94, 95, 96, 98, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Standards of Official Conduct", "94": "Standards of Official Conduct", "95": "Standards of Official Conduct", "96": "Standards of Official Conduct", "98": "Standards of Official Conduct", "100": "Standards of Official Conduct", "101": "Standards of Official Conduct", "102": "Standards of Official Conduct", "103": "Standards of Official Conduct", "104": "Standards of Official Conduct", "105": "Standards of Official Conduct", "107": "Standards of Official Conduct", "108": "Standards of Official Conduct", "109": "Standards of Official Conduct", "110": "Standards of Official Conduct", "111": "Standards of Official Conduct", "112": "Ethics", "113": "Ethics", "114": "Ethics"}}, {"type": "house", "name": "House Committee on Internal Security", "thomas_id": "HSUA", "house_committee_id": "UA", "names": {"93": "Internal Security"}, "congresses": [93]}, {"type": "house", "name": "Temporary Joint Committee on Deficit Reduction", "thomas_id": "HTDE", "house_committee_id": "DE", "names": {"99": "Temporary Joint Committee on Deficit Reduction"}, "congresses": [99]}, {"type": "senate", "name": "Senate Committee on POW/MIA Affairs", "thomas_id": "SLPO", "senate_committee_id": "SLPO", "names": {"102": "POW/MIA Affairs"}, "congresses": [102]}, {"type": "senate", "name": "Senate Committee on Impeachment (Special) (Hastings)", "thomas_id": "SPIM", "senate_committee_id": "SPIM", "names": {"101": "Impeachment (Special) (Hastings)"}, "congresses": [101]}, {"type": "senate", "name": "Senate Committee on Official Conduct (Special)", "thomas_id": "SPOC", "senate_committee_id": "SPOC", "names": {"95": "Official Conduct (Special)"}, "congresses": [95]}, {"type": "senate", "name": "Senate Committee on Whitewater Dev Corp Investigation (Special)", "thomas_id": "SPWW", "senate_committee_id": "SPWW", "names": {"104": "Whitewater Dev Corp Investigation (Special)"}, "congresses": [104]}, {"type": "senate", "name": "Senate Committee on Aeronautical and Space Sciences", "thomas_id": "SSAE", "senate_committee_id": "SSAE", "names": {"93": "Aeronautical and Space Sciences", "94": "Aeronautical and Space Sciences", "95": "Aeronautical and Space Sciences"}, "congresses": [93, 94, 95]}, {"type": "senate", "name": "Senate Committee on District of Columbia", "thomas_id": "SSDT", "senate_committee_id": "SSDT", "names": {"93": "District of Columbia", "94": "District of Columbia"}, "congresses": [93, 94]}, {"type": "senate", "name": "Senate Committee on Post Office and Civil Service", "thomas_id": "SSPO", "senate_committee_id": "SSPO", "names": {"93": "Post Office and Civil Service", "94": "Post Office and Civil Service"}, "congresses": [93, 94]}, {"type": "senate", "name": "Joint Atomic Energy", "thomas_id": "JSAT", "names": {"93": "Joint Atomic Energy", "94": "Joint Atomic Energy", "95": "Joint Atomic Energy"}, "congresses": [93, 94, 95]}, {"type": "house", "name": "House Committee on Ethics (Select)", "thomas_id": "HLET", "names": {"95": "Ethics (Select)"}, "congresses": [95]}, {"type": "senate", "name": "Temporary Joint Committee on Deficit Reduction", "thomas_id": "JTDR", "names": {"99": "Temporary Joint Committee on Deficit Reduction", "100": "Temporary Joint Committee on Deficit Reduction"}, "congresses": [99, 100]}, {"type": "house", "name": "House Committee on Agriculture", "thomas_id": "HSAG", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Agriculture", "94": "Agriculture", "95": "Agriculture", "96": "Agriculture", "97": "Agriculture", "98": "Agriculture", "99": "Agriculture", "100": "Agriculture", "101": "Agriculture", "102": "Agriculture", "103": "Agriculture", "104": "Agriculture", "105": "Agriculture", "106": "Agriculture", "107": "Agriculture", "108": "Agriculture", "109": "Agriculture", "110": "Agriculture", "111": "Agriculture", "112": "Agriculture", "113": "Agriculture", "114": "Agriculture"}, "subcommittees": [{"name": "Conservation, Credit, and Rural Development", "thomas_id": "01", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Conservation, Credit, and Rural Development", "98": "Conservation, Credit, and Rural Development", "99": "Conservation, Credit, and Rural Development", "100": "Conservation, Credit, and Rural Development", "101": "Conservation, Credit, and Rural Development", "102": "Conservation, Credit, and Rural Development", "103": "Environment, Credit and Rural Development"}}, {"name": "Cotton, Rice, and Sugar", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Cotton, Rice, and Sugar", "98": "Cotton, Rice, and Sugar", "99": "Cotton, Rice, and Sugar", "100": "Cotton, Rice, and Sugar", "101": "Cotton, Rice, and Sugar", "102": "Cotton, Rice, and Sugar"}}, {"name": "Department Operations, Research, and Foreign Agriculture", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Department Operations, Research, and Foreign Agriculture", "98": "Department Operations, Research, and Foreign Agriculture", "99": "Department Operations, Research, and Foreign Agriculture", "100": "Department Operations, Research, and Foreign Agriculture", "101": "Department Operations, Research, and Foreign Agriculture", "102": "Department Operations, Research, and Foreign Agriculture"}}, {"name": "Domestic Marketing, Consumer Relations, and Nutrition", "thomas_id": "05", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Domestic Marketing, Consumer Relations, and Nutrition", "98": "Domestic Marketing, Consumer Relations, and Nutrition", "99": "Domestic Marketing, Consumer Relations, and Nutrition", "100": "Domestic Marketing, Consumer Relations, and Nutrition", "101": "Domestic Marketing, Consumer Relations, and Nutrition", "102": "Domestic Marketing, Consumer Relations, and Nutrition"}}, {"name": "Forests, Family Farms, and Energy", "thomas_id": "06", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Forests, Family Farms, and Energy", "98": "Forests, Family Farms, and Energy", "99": "Forests, Family Farms, and Energy", "100": "Forests, Family Farms, and Energy", "101": "Forests, Family Farms, and Energy", "102": "Forests, Family Farms, and Energy"}}, {"name": "Livestock, Dairy and Poultry", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 114], "names": {"97": "Livestock, Dairy and Poultry", "98": "Livestock, Dairy and Poultry", "99": "Livestock, Dairy and Poultry", "100": "Livestock, Dairy and Poultry", "101": "Livestock, Dairy and Poultry", "102": "Livestock, Dairy and Poultry", "103": "Livestock", "104": "Livestock, Dairy and Poultry", "105": "Livestock, Dairy and Poultry", "106": "Livestock and Horticulture", "107": "Livestock and Horticulture", "108": "Livestock and Horticulture", "109": "Livestock and Horticulture", "110": "Horticulture and Organic Agriculture", "111": "Horticulture and Organic Agriculture", "112": "Nutrition and Horticulture", "114": "Nutrition"}}, {"name": "Tobacco and Peanuts", "thomas_id": "07", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Tobacco and Peanuts", "98": "Tobacco and Peanuts", "99": "Tobacco and Peanuts", "100": "Tobacco and Peanuts", "101": "Tobacco and Peanuts", "102": "Peanuts and Tobacco"}}, {"name": "Wheat, Soybeans, and Feed Grains", "thomas_id": "08", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Wheat, Soybeans, and Feed Grains", "98": "Wheat, Soybeans, and Feed Grains", "99": "Wheat, Soybeans, and Feed Grains", "100": "Wheat, Soybeans, and Feed Grains", "101": "Wheat, Soybeans, and Feed Grains", "102": "Wheat, Soybeans, and Feed Grains"}}, {"name": "Department Operations and Nutrition", "thomas_id": "20", "congresses": [103], "names": {"103": "Department Operations and Nutrition"}}, {"name": "Foreign Agriculture and Hunger", "thomas_id": "21", "congresses": [103], "names": {"103": "Foreign Agriculture and Hunger"}}, {"name": "General Farm Commodities", "thomas_id": "25", "congresses": [103, 104, 105], "names": {"103": "General Farm Commodities", "104": "General Farm Commodities", "105": "General Farm Commodities"}}, {"name": "Specialty Crops and Natural Resources", "thomas_id": "24", "congresses": [103, 104, 105], "names": {"103": "Specialty Crops and Natural Resources", "104": "Risk Management and Specialty Crops", "105": "Risk Management and Specialty Crops"}}, {"name": "Department Operations, Nutrition and Foreign Agriculture", "thomas_id": "26", "congresses": [104, 105], "names": {"104": "Department Operations, Nutrition and Foreign Agriculture", "105": "Department Operations, Nutrition and Foreign Agriculture"}}, {"name": "Resource Conservation, Research and Forestry", "thomas_id": "27", "congresses": [104, 105], "names": {"104": "Resource Conservation, Research and Forestry", "105": "Forestry, Resource Conservation and Research"}}, {"name": "Department Operations, Oversight, Nutrition, and Forestry", "thomas_id": "22", "congresses": [106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"106": "Department Operations, Oversight, Nutrition, and Forestry", "107": "Department Operations, Oversight, Nutrition, and Forestry", "108": "Department Operations, Oversight, Nutrition, and Forestry", "109": "Department Operations, Oversight, Dairy, Nutrition, and Forestry", "110": "Department Operations, Oversight, Nutrition and Forestry", "111": "Department Operations, Oversight, Nutrition and Forestry", "112": "Department Operations, Oversight, and Credit", "113": "Department Operations, Oversight, and Nutrition", "114": "Commodity Exchanges, Energy, and Credit"}}, {"name": "General Farm Commodities, Resource Conservation and Credit", "thomas_id": "23", "congresses": [106], "names": {"106": "General Farm Commodities, Resource Conservation and Credit"}}, {"name": "Risk Management, Research and Specialty Crops", "thomas_id": "28", "congresses": [106], "names": {"106": "Risk Management, Research and Specialty Crops"}}, {"name": "Conservation, Credit, Rural Development, and Research", "thomas_id": "15", "congresses": [107, 108, 109, 110, 111, 112, 113, 114], "names": {"107": "Conservation, Credit, Rural Development, and Research", "108": "Conservation, Credit, Rural Development, and Research", "109": "Conservation, Credit, Rural Development, and Research", "110": "Conservation, Credit, Energy, and Research", "111": "Conservation, Credit, Energy, and Research", "112": "Conservation, Energy, and Forestry", "113": "Conservation, Energy, and Forestry", "114": "Conservation and Forestry"}}, {"name": "General Farm Commodities and Risk Management", "thomas_id": "16", "congresses": [107, 108, 109, 110, 111, 112, 113, 114], "names": {"107": "General Farm Commodities and Risk Management", "108": "General Farm Commodities and Risk Management", "109": "General Farm Commodities and Risk Management", "110": "General Farm Commodities and Risk Management", "111": "General Farm Commodities and Risk Management", "112": "General Farm Commodities and Risk Management", "113": "General Farm Commodities and Risk Management", "114": "General Farm Commodities and Risk Management"}}, {"name": "Specialty Crops and Foreign Agriculture Programs", "thomas_id": "14", "congresses": [107, 108, 109, 110, 111, 112, 113, 114], "names": {"107": "Specialty Crops and Foreign Agriculture Programs", "108": "Specialty Crops and Foreign Agriculture Programs", "109": "Specialty Crops and Foreign Agriculture Programs", "110": "Specialty Crops, Rural Development, and Foreign Agriculture", "111": "Rural Development, Biotechnology, Specialty Crops, and Foreign Agriculture", "112": "Rural Development, Research, Biotechnology, and Foreign Agriculture", "113": "Horticulture, Research, Biotechnology, and Foreign Agriculture", "114": "Biotechnology, Horticulture, and Research"}}, {"name": "Livestock, Dairy, and Poultry", "thomas_id": "29", "congresses": [110, 111, 112, 113, 114], "names": {"110": "Livestock, Dairy, and Poultry", "111": "Livestock, Dairy, and Poultry", "112": "Livestock, Dairy, and Poultry", "113": "Livestock, Rural Development, and Credit", "114": "Livestock and Foreign Agriculture"}}]}, {"type": "house", "name": "House Committee on Appropriations", "thomas_id": "HSAP", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Appropriations", "94": "Appropriations", "95": "Appropriations", "96": "Appropriations", "97": "Appropriations", "98": "Appropriations", "99": "Appropriations", "100": "Appropriations", "101": "Appropriations", "102": "Appropriations", "103": "Appropriations", "104": "Appropriations", "105": "Appropriations", "106": "Appropriations", "107": "Appropriations", "108": "Appropriations", "109": "Appropriations", "110": "Appropriations", "111": "Appropriations", "112": "Appropriations", "113": "Appropriations", "114": "Appropriations"}, "subcommittees": [{"name": "Agriculture, Rural Development and Related Agencies", "thomas_id": "01", "congresses": [97, 98, 99, 100, 102, 103, 104, 105], "names": {"97": "Agriculture, Rural Development and Related Agencies", "98": "Agriculture, Rural Development and Related Agencies", "99": "Agriculture, Rural Development and Related Agencies", "100": "Rural Development, Agriculture and Related Agencies", "102": "Rural Development, Agriculture and Related Agencies", "103": "Agriculture, Rural Development, Food and Drug Administration, and Related Agencies", "104": "Agriculture, Rural Development, Food and Drug Administration, and Related Agencies", "105": "Agriculture, Rural Development, Food and Drug Administration, and Related Agencies"}}, {"name": "Commerce, Justice, State, and the Judiciary", "thomas_id": "11", "congresses": [97, 98, 99, 100, 102, 103, 104, 105], "names": {"97": "Commerce, Justice, State, and the Judiciary", "98": "Commerce, Justice, State, and Judiciary", "99": "Commerce, Justice, State, and Judiciary", "100": "Commerce, Justice, State, the Judiciary, and Related Agencies", "102": "Commerce, Justice, State, and Judiciary", "103": "Commerce, Justice, State, and Judiciary", "104": "Commerce, Justice, State, and Judiciary", "105": "Commerce, Justice, State, and Judiciary"}}, {"name": "Defense", "thomas_id": "02", "congresses": [97, 98, 99, 100, 102, 103, 104, 105], "names": {"97": "Defense", "98": "Defense", "99": "Defense", "100": "Defense", "102": "Defense", "103": "Defense", "104": "National Security", "105": "National Security"}}, {"name": "District of Columbia", "thomas_id": "03", "congresses": [97, 98, 99, 100, 102, 103, 104, 105], "names": {"97": "District of Columbia", "98": "District of Columbia", "99": "District of Columbia", "100": "District of Columbia", "102": "District of Columbia", "103": "District of Columbia", "104": "District of Columbia", "105": "District of Columbia"}}, {"name": "Energy and Water", "thomas_id": "10", "congresses": [97, 98, 99, 100, 102, 103, 104, 105], "names": {"97": "Energy and Water", "98": "Energy and Water Development", "99": "Energy and Water Development", "100": "Energy and Water Development", "102": "Energy and Water Development", "103": "Energy and Water Development", "104": "Energy and Water Development", "105": "Energy and Water Development"}}, {"name": "Foreign Operations", "thomas_id": "04", "congresses": [97, 98, 99, 100, 102, 103, 104, 105], "names": {"97": "Foreign Operations", "98": "Foreign Operations", "99": "Foreign Operations", "100": "Foreign Operations", "102": "Foreign Operations, Export Financing, and Related Programs", "103": "Foreign Operations, Export Financing, and Related Programs", "104": "Foreign Operations, Export Financing, and Related Programs", "105": "Foreign Operations, Export Financing, and Related Programs"}}, {"name": "HUD-Independent Agencies", "thomas_id": "05", "congresses": [97, 98, 99, 100, 102, 103, 104, 105], "names": {"97": "HUD-Independent Agencies", "98": "HUD-Independent Agencies", "99": "HUD-Independent Agencies", "100": "HUD-Independent Agencies", "102": "VA, HUD, and Independent Agencies", "103": "VA, HUD, and Independent Agencies", "104": "VA, HUD, and Independent Agencies", "105": "VA, HUD, and Independent Agencies"}}, {"name": "Interior", "thomas_id": "06", "congresses": [97, 98, 99, 100, 102, 103, 104, 105], "names": {"97": "Interior", "98": "Interior", "99": "Interior", "100": "Interior and Related Agencies", "102": "Interior", "103": "Interior", "104": "Interior", "105": "Interior"}}, {"name": "Labor-Health and Human Services", "thomas_id": "07", "congresses": [97, 98, 99, 100, 102, 103, 104, 105], "names": {"97": "Labor-Health and Human Services", "98": "Labor-Health and Human Services-Education", "99": "Labor-Health and Human Services-Education", "100": "Labor, Health and Human Services, Education, and Related Agencies", "102": "Labor, Health and Human Services, and Education", "103": "Labor, Health and Human Services, and Education", "104": "Labor, Health and Human Services, and Education", "105": "Labor, Health and Human Services, and Education"}}, {"name": "Legislative", "thomas_id": "08", "congresses": [97, 98, 99, 100, 102, 103, 104, 105], "names": {"97": "Legislative", "98": "Legislative", "99": "Legislative", "100": "Legislative", "102": "Legislative", "103": "Legislative", "104": "Legislative", "105": "Legislative"}}, {"name": "Military Construction", "thomas_id": "09", "congresses": [97, 98, 99, 100, 102, 103, 104, 105], "names": {"97": "Military Construction", "98": "Military Construction", "99": "Military Construction", "100": "Military Construction", "102": "Military Construction", "103": "Military Construction", "104": "Military Construction", "105": "Military Construction"}}, {"name": "Transportation", "thomas_id": "12", "congresses": [97, 98, 99, 100, 102, 103, 104, 105], "names": {"97": "Transportation", "98": "Transportation", "99": "Transportation", "100": "Transportation and Related Agencies", "102": "Transportation", "103": "Transportation", "104": "Transportation", "105": "Transportation"}}, {"name": "Treasury-Postal Service-General Government", "thomas_id": "13", "congresses": [97, 98, 99, 100, 102, 103, 104, 105], "names": {"97": "Treasury-Postal Service-General Government", "98": "Treasury-Postal Service-General Government", "99": "Treasury-Postal Service-General Government", "100": "Treasury-Postal Service-General Government", "102": "Treasury, Postal Service, and General Government", "103": "Treasury, Postal Service, and General Government", "104": "Treasury, Postal Service, and General Government", "105": "Treasury, Postal Service, and General Government"}}]}, {"type": "house", "name": "House Committee on Armed Services", "thomas_id": "HSAS", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Armed Services", "94": "Armed Services", "95": "Armed Services", "96": "Armed Services", "97": "Armed Services", "98": "Armed Services", "99": "Armed Services", "100": "Armed Services", "101": "Armed Services", "102": "Armed Services", "103": "Armed Services", "104": "National Security", "105": "National Security", "106": "Armed Services", "107": "Armed Services", "108": "Armed Services", "109": "Armed Services", "110": "Armed Services", "111": "Armed Services", "112": "Armed Services", "113": "Armed Services", "114": "Armed Services"}, "subcommittees": [{"name": "Investigations", "thomas_id": "06", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Investigations", "98": "Investigations", "99": "Investigations", "100": "Investigations", "101": "Investigations", "102": "Investigations", "103": "Oversight and Investigations"}}, {"name": "Military Installations and Facilities", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "names": {"97": "Military Installations and Facilities", "98": "Military Installations and Facilities", "99": "Military Installations and Facilities", "100": "Military Installations and Facilities", "101": "Military Installations and Facilities", "102": "Military Installations and Facilities", "103": "Military Installations and Facilities", "104": "Military Installations and Facilities", "105": "Military Installations and Facilities", "106": "Military Installations and Facilities", "107": "Military Installations and Facilities"}}, {"name": "Military Personnel and Compensation", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114], "names": {"97": "Military Personnel and Compensation", "98": "Military Personnel and Compensation", "99": "Military Personnel and Compensation", "100": "Military Personnel and Compensation", "101": "Military Personnel and Compensation", "102": "Military Personnel and Compensation", "103": "Military Forces and Personnel", "104": "Military Personnel", "105": "Military Personnel", "106": "Military Personnel", "107": "Military Personnel", "109": "Military Personnel", "110": "Military Personnel", "111": "Military Personnel", "112": "Military Personnel", "113": "Military Personnel", "114": "Military Personnel"}}, {"name": "Procurement and Military Nuclear Systems", "thomas_id": "07", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Procurement and Military Nuclear Systems", "98": "Procurement and Military Nuclear Systems", "99": "Procurement and Military Nuclear Systems", "100": "Procurement and Military Nuclear Systems", "101": "Procurement and Military Nuclear Systems", "102": "Procurement and Military Nuclear Systems"}}, {"name": "Readiness", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Readiness", "98": "Readiness", "99": "Readiness", "100": "Readiness", "101": "Readiness", "102": "Readiness", "103": "Readiness", "104": "Military Readiness", "105": "Military Readiness", "106": "Military Readiness", "107": "Military Readiness", "108": "Readiness", "109": "Readiness", "110": "Readiness", "111": "Readiness", "112": "Readiness", "113": "Readiness", "114": "Readiness"}}, {"name": "Research and Development", "thomas_id": "01", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "names": {"97": "Research and Development", "98": "Research and Development", "99": "Research and Development", "100": "Research and Development", "101": "Research and Development", "102": "Research and Development", "103": "Research and Technology", "104": "Military Research and Development", "105": "Military Research and Development", "106": "Military Research and Development", "107": "Military Research and Development"}}, {"name": "Seapower and Strategic and Critical Materials", "thomas_id": "05", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Seapower and Strategic and Critical Materials", "98": "Seapower and Strategic and Critical Materials", "99": "Seapower and Strategic and Critical Materials", "100": "Seapower and Strategic and Critical Materials", "101": "Seapower and Strategic and Critical Materials", "102": "Seapower and Strategic and Critical Materials"}}, {"name": "Military Acquisition", "thomas_id": "20", "congresses": [103, 104, 105, 106, 107], "names": {"103": "Military Acquisition", "104": "Military Procurement", "105": "Military Procurement", "106": "Military Procurement", "107": "Military Procurement"}}, {"name": "Projection Forces", "thomas_id": "30", "congresses": [108, 109], "names": {"108": "Projection Forces", "109": "Projection Forces"}}, {"name": "Strategic Forces", "thomas_id": "29", "congresses": [108, 109, 110, 111, 112, 113, 114], "names": {"108": "Strategic Forces", "109": "Strategic Forces", "110": "Strategic Forces", "111": "Strategic Forces", "112": "Strategic Forces", "113": "Strategic Forces", "114": "Strategic Forces"}}, {"name": "Tactical Air and Land Forces", "thomas_id": "25", "congresses": [108, 109, 110, 111, 112, 113, 114], "names": {"108": "Tactical Air and Land Forces", "109": "Tactical Air and Land Forces", "110": "Air and Land Forces", "111": "Air and Land Forces", "112": "Tactical Air and Land Forces", "113": "Tactical Air and Land Forces", "114": "Tactical Air and Land Forces"}}, {"name": "Terrorism, Unconventional Threats and Capabilities", "thomas_id": "26", "congresses": [108, 109, 110, 111, 112, 113, 114], "names": {"108": "Terrorism, Unconventional Threats and Capabilities", "109": "Terrorism, Unconventional Threats and Capabilities", "110": "Terrorism, Unconventional Threats and Capabilities", "111": "Terrorism, Unconventional Threats and Capabilities", "112": "Emerging Threats and Capabilities", "113": "Intelligence, Emerging Threats & Capabilities", "114": "Emerging Threats and Capabilities"}}, {"name": "Total Force", "thomas_id": "27", "congresses": [108], "names": {"108": "Total Force"}}, {"name": "Seapower and Expeditionary Forces", "thomas_id": "28", "congresses": [110, 111, 112, 113, 114], "names": {"110": "Seapower and Expeditionary Forces", "111": "Seapower and Expeditionary Forces", "112": "Seapower and Projection Forces", "113": "Seapower and Projection Forces", "114": "Seapower and Projection Forces"}}]}, {"type": "house", "name": "House Committee on Banking and Currency", "thomas_id": "HSBA", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Banking and Currency", "94": "Banking, Currency, and Housing", "95": "Banking, Finance, and Urban Affairs", "96": "Banking, Finance, and Urban Affairs", "97": "Banking, Finance, and Urban Affairs", "98": "Banking, Finance, and Urban Affairs", "99": "Banking, Finance, and Urban Affairs", "100": "Banking, Finance, and Urban Affairs", "101": "Banking, Finance, and Urban Affairs", "102": "Banking, Finance, and Urban Affairs", "103": "Banking, Finance, and Urban Affairs", "104": "Banking and Financial Services", "105": "Banking and Financial Services", "106": "Banking and Financial Services", "107": "Financial Services", "108": "Financial Services", "109": "Financial Services", "110": "Financial Services", "111": "Financial Services", "112": "Financial Services", "113": "Financial Services", "114": "Financial Services"}, "subcommittees": [{"name": "Consumer Affairs and Coinage", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Consumer Affairs and Coinage", "98": "Consumer Affairs and Coinage", "99": "Consumer Affairs and Coinage", "100": "Consumer Affairs and Coinage", "101": "Consumer Affairs and Coinage", "102": "Consumer Affairs and Coinage"}}, {"name": "Domestic Monetary Policy", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Domestic Monetary Policy", "98": "Domestic Monetary Policy", "99": "Domestic Monetary Policy", "100": "Domestic Monetary Policy", "101": "Domestic Monetary Policy", "102": "Domestic Monetary Policy"}}, {"name": "Economic Stabilization", "thomas_id": "05", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Economic Stabilization", "98": "Economic Stabilization", "99": "Economic Stabilization", "100": "Economic Stabilization", "101": "Economic Stabilization", "102": "Economic Stabilization"}}, {"name": "Financial Institutions Supervision, Regulation and Insurance", "thomas_id": "07", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Financial Institutions Supervision, Regulation and Insurance", "98": "Financial Institutions Supervision, Regulation and Insurance", "99": "Financial Institutions Supervision, Regulation and Insurance", "100": "Financial Institutions Supervision, Regulation and Insurance", "101": "Financial Institutions Supervision, Regulation and Insurance", "102": "Financial Institutions Supervision, Regulation and Insurance", "103": "Financial Institutions Supervision, Regulation and Deposit Insurance"}}, {"name": "General Oversight and Renegotiation", "thomas_id": "09", "congresses": [97, 98, 99, 100, 114], "names": {"97": "General Oversight and Renegotiation", "98": "General Oversight and Renegotiation", "99": "General Oversight and Investigations", "100": "General Oversight and Investigations", "114": "Oversight and Investigations"}}, {"name": "Housing and Community Development", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Housing and Community Development", "98": "Housing and Community Development", "99": "Housing and Community Development", "100": "Housing and Community Development", "101": "Housing and Community Development", "102": "Housing and Community Development", "103": "Housing and Community Development", "104": "Housing and Community Opportunity", "105": "Housing and Community Opportunity", "106": "Housing and Community Opportunity", "107": "Housing and Community Opportunity", "108": "Housing and Community Opportunity", "109": "Housing and Community Opportunity", "110": "Housing and Community Opportunity", "111": "Housing and Community Opportunity", "112": "Insurance, Housing and Community Opportunity", "113": "Housing and Insurance", "114": "Housing and Insurance"}}, {"name": "International Development Institutions and Finance", "thomas_id": "06", "congresses": [97, 98, 99, 100], "names": {"97": "International Development Institutions and Finance", "98": "International Development Institutions and Finance", "99": "International Development Institutions and Finance", "100": "International Development Institutions and Finance"}}, {"name": "International Trade, Investment and Monetary Policy", "thomas_id": "08", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "names": {"97": "International Trade, Investment and Monetary Policy", "98": "International Trade, Investment and Monetary Policy", "99": "International Finance, Trade and Monetary Policy", "100": "International Finance, Trade and Monetary Policy", "101": "International Development, Finance, Trade and Monetary Policy", "102": "International Development, Finance, Trade and Monetary Policy", "103": "International Development, Finance, Trade and Monetary Policy", "104": "Domestic and International Monetary Policy", "105": "Domestic and International Monetary Policy", "106": "Domestic and International Monetary Policy"}}, {"name": "Policy Research and Insurance", "thomas_id": "11", "congresses": [101, 102], "names": {"101": "Policy Research and Insurance", "102": "Policy Research and Insurance"}}, {"name": "Consumer Credit and Insurance", "thomas_id": "13", "congresses": [103], "names": {"103": "Consumer Credit and Insurance"}}, {"name": "Economic Growth and Credit Formation", "thomas_id": "14", "congresses": [103], "names": {"103": "Economic Growth and Credit Formation"}}, {"name": "Capital Markets, Insurance and Government-Sponsored Enterprises", "thomas_id": "16", "congresses": [104, 105, 106, 107, 108, 109, 110, 112, 113, 114], "names": {"104": "Capital Markets, Insurance and Government-Sponsored Enterprises", "105": "Capital Markets, Securities and Government Sponsored Enterprises", "106": "Capital Markets, Securities and Government Sponsored Enterprises", "107": "Capital Markets, Insurance and Government Sponsored Enterprises", "108": "Capital Markets, Insurance and Government Sponsored Enterprises", "109": "Capital Markets, Insurance and Government Sponsored Enterprises", "110": "Capital Markets, Insurance and Government Sponsored Enterprises", "112": "Capital Markets and Government Sponsored Enterprises", "113": "Capital Markets and Government Sponsored Enterprises", "114": "Capital Markets and Government Sponsored Enterprises"}}, {"name": "Financial Institutions and Consumer Credit", "thomas_id": "15", "congresses": [104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"104": "Financial Institutions and Consumer Credit", "105": "Financial Institutions and Consumer Credit", "106": "Financial Institutions and Consumer Credit", "107": "Financial Institutions and Consumer Credit", "108": "Financial Institutions and Consumer Credit", "109": "Financial Institutions and Consumer Credit", "110": "Financial Institutions and Consumer Credit", "111": "Financial Institutions and Consumer Credit", "112": "Financial Institutions and Consumer Credit", "113": "Financial Institutions and Consumer Credit", "114": "Financial Institutions and Consumer Credit"}}, {"name": "Domestic Monetary Policy, Technology, and Economic Growth", "thomas_id": "18", "congresses": [107], "names": {"107": "Domestic Monetary Policy, Technology, and Economic Growth"}}, {"name": "International Monetary Policy and Trade", "thomas_id": "17", "congresses": [107], "names": {"107": "International Monetary Policy and Trade"}}, {"name": "Domestic and International Monetary Policy, Trade, and Technology", "thomas_id": "19", "congresses": [108, 109, 110, 112], "names": {"108": "Domestic and International Monetary Policy, Trade, and Technology", "109": "Domestic and International Monetary Policy, Trade, and Technology", "110": "Domestic and International Monetary Policy, Trade, and Technology", "112": "Domestic Monetary Policy and Technology"}}, {"name": "International Monetary Policy and Trade", "thomas_id": "20", "congresses": [111, 112, 114], "names": {"111": "International Monetary Policy and Trade", "112": "International Monetary Policy and Trade", "114": "Monetary Policy and Trade"}}]}, {"type": "house", "name": "House Committee on Education and Labor", "thomas_id": "HSED", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Education and Labor", "94": "Education and Labor", "95": "Education and Labor", "96": "Education and Labor", "97": "Education and Labor", "98": "Education and Labor", "99": "Education and Labor", "100": "Education and Labor", "101": "Education and Labor", "102": "Education and Labor", "103": "Education and Labor", "104": "Economic and Educational Opportunities", "105": "Education and the Workforce", "106": "Education and the Workforce", "107": "Education and the Workforce", "108": "Education and the Workforce", "109": "Education and the Workforce", "110": "Education and Labor", "111": "Education and Labor", "112": "Education and the Workforce", "113": "Education and the Workforce", "114": "Education and the Workforce"}, "subcommittees": [{"name": "Elementary, Secondary, and Vocational Education", "thomas_id": "01", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Elementary, Secondary, and Vocational Education", "98": "Elementary, Secondary, and Vocational Education", "99": "Elementary, Secondary, and Vocational Education", "100": "Elementary, Secondary, and Vocational Education", "101": "Elementary, Secondary, and Vocational Education", "102": "Elementary, Secondary, and Vocational Education", "103": "Elementary, Secondary, and Vocational Education"}}, {"name": "Employment Opportunities", "thomas_id": "06", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Employment Opportunities", "98": "Employment Opportunities", "99": "Employment Opportunities", "100": "Employment Opportunities", "101": "Employment Opportunities", "102": "Employment Opportunities"}}, {"name": "Health and Safety", "thomas_id": "05", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Health and Safety", "98": "Health and Safety", "99": "Health and Safety", "100": "Health and Safety", "101": "Health and Safety", "102": "Health and Safety"}}, {"name": "Human Resources", "thomas_id": "07", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Human Resources", "98": "Human Resources", "99": "Human Resources", "100": "Human Resources", "101": "Human Resources", "102": "Human Resources", "103": "Human Resources"}}, {"name": "Labor Standards", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Labor Standards", "98": "Labor Standards", "99": "Labor Standards", "100": "Labor Standards", "101": "Labor Standards", "102": "Labor Standards"}}, {"name": "Labor-Management Relations", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Labor-Management Relations", "98": "Labor-Management Relations", "99": "Labor-Management Relations", "100": "Labor-Management Relations", "101": "Labor-Management Relations", "102": "Labor-Management Relations", "103": "Labor-Management Relations", "104": "Employer-Employee Relations", "105": "Employer-Employee Relations", "106": "Employer-Employee Relations", "107": "Employer-Employee Relations", "108": "Employer-Employee Relations", "109": "Employer-Employee Relations", "110": "Health, Employment, Labor, and Pensions", "111": "Health, Employment, Labor, and Pensions", "112": "Health, Employment, Labor, and Pensions", "113": "Health, Employment, Labor, and Pensions", "114": "Health, Employment, Labor, and Pensions"}}, {"name": "Postsecondary Education", "thomas_id": "08", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "names": {"97": "Postsecondary Education", "98": "Postsecondary Education", "99": "Postsecondary Education", "100": "Postsecondary Education", "101": "Postsecondary Education", "102": "Postsecondary Education", "103": "Postsecondary Education and Training", "104": "Postsecondary Education, Training and Life-Long Learning", "105": "Postsecondary Education, Training and Life-Long Learning", "106": "Postsecondary Education, Training and Life-Long Learning"}}, {"name": "Select Education", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102, 103, 107, 108, 109, 110, 111], "names": {"97": "Select Education", "98": "Select Education", "99": "Select Education", "100": "Select Education", "101": "Select Education", "102": "Select Education", "103": "Select Education and Civil Rights", "107": "Select Education", "108": "Select Education", "109": "Select Education", "110": "Healthy Families and Communities", "111": "Healthy Families and Communities"}}, {"name": "Labor Standards, Occupational Health and Safety", "thomas_id": "10", "congresses": [103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"103": "Labor Standards, Occupational Health and Safety", "104": "Workforce Protections", "105": "Workforce Protections", "106": "Workforce Protections", "107": "Workforce Protections", "108": "Workforce Protections", "109": "Workforce Protections", "110": "Workforce Protections", "111": "Workforce Protections", "112": "Workforce Protections", "113": "Workforce Protections", "114": "Workforce Protections"}}, {"name": "Early Childhood, Youth and Families", "thomas_id": "11", "congresses": [104, 105, 106], "names": {"104": "Early Childhood, Youth and Families", "105": "Early Childhood, Youth and Families", "106": "Early Childhood, Youth and Families"}}, {"name": "21st Century Competitiveness", "thomas_id": "13", "congresses": [107, 108, 109, 110, 111, 112, 113, 114], "names": {"107": "21st Century Competitiveness", "108": "21st Century Competitiveness", "109": "21st Century Competitiveness", "110": "Higher Education, Lifelong Learning, and Competitiveness", "111": "Higher Education, Lifelong Learning, and Competitiveness", "112": "Higher Education and Workforce Training", "113": "Higher Education and Workforce Training", "114": "Higher Education and Workforce Training"}}, {"name": "Education Reform", "thomas_id": "14", "congresses": [107, 108, 109, 110, 111, 112, 113, 114], "names": {"107": "Education Reform", "108": "Education Reform", "109": "Education Reform", "110": "Early Childhood, Elementary, and Secondary Education", "111": "Early Childhood, Elementary, and Secondary Education", "112": "Early Childhood, Elementary, and Secondary Education", "113": "Early Childhood, Elementary, and Secondary Education", "114": "Early Childhood, Elementary, and Secondary Education"}}]}, {"type": "house", "name": "House Committee on Foreign Affairs", "thomas_id": "HSFA", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Foreign Affairs", "94": "International Relations", "95": "International Relations", "96": "Foreign Affairs", "97": "Foreign Affairs", "98": "Foreign Affairs", "99": "Foreign Affairs", "100": "Foreign Affairs", "101": "Foreign Affairs", "102": "Foreign Affairs", "103": "Foreign Affairs", "104": "International Relations", "105": "International Relations", "106": "International Relations", "107": "International Relations", "108": "International Relations", "109": "International Relations", "110": "Foreign Affairs", "111": "Foreign Affairs", "112": "Foreign Affairs", "113": "Foreign Affairs", "114": "Foreign Affairs"}, "subcommittees": [{"name": "Africa", "thomas_id": "08", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108], "names": {"97": "Africa", "98": "Africa", "99": "Africa", "100": "Africa", "101": "Africa", "102": "Africa", "103": "Africa", "104": "Africa", "105": "Africa", "106": "Africa", "107": "Africa", "108": "Africa"}}, {"name": "Asian and Pacific Affairs", "thomas_id": "05", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Asian and Pacific Affairs", "98": "Asian and Pacific Affairs", "99": "Asian and Pacific Affairs", "100": "Asian and Pacific Affairs", "101": "Asian and Pacific Affairs", "102": "Asian and Pacific Affairs", "103": "Asia and the Pacific", "104": "Asia and the Pacific", "105": "Asia and the Pacific", "106": "Asia and the Pacific", "107": "East Asia and the Pacific", "108": "Asia and the Pacific", "109": "Asia and the Pacific", "110": "Asia, the Pacific, and the Global Environment", "111": "Asia, the Pacific, and the Global Environment", "112": "Asia and the Pacific", "113": "Asia and the Pacific", "114": "Asia and the Pacific"}}, {"name": "Europe and the Middle East", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Europe and the Middle East", "98": "Europe and the Middle East", "99": "Europe and the Middle East", "100": "Europe and the Middle East", "101": "Europe and the Middle East", "102": "Europe and the Middle East", "103": "Europe and the Middle East"}}, {"name": "Human Rights and International Organizations", "thomas_id": "06", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Human Rights and International Organizations", "98": "Human Rights and International Organizations", "99": "Human Rights and International Organizations", "100": "Human Rights and International Organizations", "101": "Human Rights and International Organizations", "102": "Human Rights and International Organizations"}}, {"name": "Inter-American Affairs", "thomas_id": "07", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Inter-American Affairs", "98": "Western Hemisphere Affairs", "99": "Western Hemisphere Affairs", "100": "Western Hemisphere Affairs", "101": "Western Hemisphere Affairs", "102": "Western Hemisphere Affairs", "103": "Western Hemisphere Affairs", "104": "Western Hemisphere", "105": "Western Hemisphere", "106": "Western Hemisphere", "107": "Western Hemisphere", "108": "Western Hemisphere", "109": "Western Hemisphere", "110": "Western Hemisphere", "111": "Western Hemisphere", "112": "Western Hemisphere", "113": "Western Hemisphere", "114": "Western Hemisphere"}}, {"name": "International Economic Policy and Trade", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "names": {"97": "International Economic Policy and Trade", "98": "International Economic Policy and Trade", "99": "International Economic Policy and Trade", "100": "International Economic Policy and Trade", "101": "International Economic Policy and Trade", "102": "International Economic Policy and Trade", "103": "Economic Policy, Trade, and Environment", "104": "International Economic Policy and Trade", "105": "International Economic Policy and Trade", "106": "International Economic Policy and Trade"}}, {"name": "International Operations", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "International Operations", "98": "International Operations", "99": "International Operations", "100": "International Operations", "101": "International Operations", "102": "International Operations", "103": "International Operations"}}, {"name": "International Security and Scientific Affairs", "thomas_id": "01", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "International Security and Scientific Affairs", "98": "International Security and Scientific Affairs", "99": "Arms Control, International Security and Science", "100": "Arms Control, International Security and Science", "101": "Arms Control, International Security and Science", "102": "Arms Control, International Security and Science"}}, {"name": "International Security, International Organizations, and Human Rights", "thomas_id": "11", "congresses": [103], "names": {"103": "International Security, International Organizations, and Human Rights"}}, {"name": "International Operations and Human Rights", "thomas_id": "12", "congresses": [104, 105, 106, 107], "names": {"104": "International Operations and Human Rights", "105": "International Operations and Human Rights", "106": "International Operations and Human Rights", "107": "International Operations and Human Rights"}}, {"name": "Europe", "thomas_id": "14", "congresses": [107, 108, 109, 110, 112, 113, 114], "names": {"107": "Europe", "108": "Europe", "109": "Europe and Emerging Threats", "110": "Europe", "112": "Europe and Eurasia", "113": "Europe, Eurasia, and Emerging Threats", "114": "Europe, Eurasia, and Emerging Threats"}}, {"name": "Middle East and South Asia", "thomas_id": "13", "congresses": [107, 108, 109, 110, 112, 113, 114], "names": {"107": "Middle East and South Asia", "108": "Middle East and Central Asia", "109": "Middle East and Central Asia", "110": "Middle East and South Asia", "112": "Middle East and South Asia", "113": "Middle East and North Africa", "114": "Middle East and North Africa"}}, {"name": "International Terrorism, Nonproliferation and Human Rights", "thomas_id": "15", "congresses": [108], "names": {"108": "International Terrorism, Nonproliferation and Human Rights"}}, {"name": "Africa, Global Human Rights and International Operations", "thomas_id": "16", "congresses": [109, 110, 112, 113, 114], "names": {"109": "Africa, Global Human Rights and International Operations", "110": "Africa and Global Health", "112": "Africa, Global Health, and Human Rights", "113": "Africa, Global Health, Global Human Rights and International Organizations", "114": "Africa, Global Health, Global Human Rights and International Organizations"}}, {"name": "International Terrorism and Nonproliferation", "thomas_id": "18", "congresses": [109, 110, 112, 113, 114], "names": {"109": "International Terrorism and Nonproliferation", "110": "Terrorism, Nonproliferation, and Trade", "112": "Terrorism, Nonproliferation, and Trade", "113": "Terrorism, Nonproliferation, and Trade", "114": "Terrorism, Nonproliferation, and Trade"}}, {"name": "International Organizations, Human Rights, and Oversight", "thomas_id": "17", "congresses": [110], "names": {"110": "International Organizations, Human Rights, and Oversight"}}]}, {"type": "house", "name": "House Committee on Government Operations", "thomas_id": "HSGO", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Government Operations", "94": "Government Operations", "95": "Government Operations", "96": "Government Operations", "97": "Government Operations", "98": "Government Operations", "99": "Government Operations", "100": "Government Operations", "101": "Government Operations", "102": "Government Operations", "103": "Government Operations", "104": "Government Reform and Oversight", "105": "Government Reform and Oversight", "106": "Government Reform", "107": "Government Reform", "108": "Government Reform", "109": "Government Reform", "110": "Oversight and Government Reform", "111": "Oversight and Government Reform", "112": "Oversight and Government Reform", "113": "Oversight and Government Reform", "114": "Oversight and Government Reform"}, "subcommittees": [{"name": "Commerce, Consumer, and Monetary Affairs", "thomas_id": "05", "congresses": [97, 100], "names": {"97": "Commerce, Consumer, and Monetary Affairs", "100": "Commerce, Consumer, and Monetary Affairs"}}, {"name": "Government Activities and Transportation", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Government Activities and Transportation", "98": "Government Activities and Transportation", "99": "Government Activities and Transportation", "100": "Government Activities and Transportation", "101": "Government Activities and Transportation", "102": "Government Activities and Transportation"}}, {"name": "Government Information and Individual Rights", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Government Information and Individual Rights", "98": "Government Information, Justice, and Agriculture", "99": "Government Information, Justice, and Agriculture", "100": "Government Information, Justice, and Agriculture", "101": "Government Information, Justice, and Agriculture", "102": "Government Information, Justice, and Agriculture", "103": "Information, Justice, Transportation, and Agriculture"}}, {"name": "Intergovernmental Relations and Human Resources", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105], "names": {"97": "Intergovernmental Relations and Human Resources", "98": "Intergovernmental Relations and Human Resources", "99": "Intergovernmental Relations and Human Resources", "100": "Human Resources and Intergovernmental Relations", "101": "Human Resources and Intergovernmental Relations", "102": "Human Resources and Intergovernmental Relations", "103": "Human Resources and Intergovernmental Relations", "104": "Human Resources and Intergovernmental Relations", "105": "Human Resources"}}, {"name": "Legislation and National Security", "thomas_id": "06", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 107], "names": {"97": "Legislation and National Security", "98": "Legislation and National Security", "99": "Legislation and National Security", "100": "Legislation and National Security", "101": "Legislation and National Security", "102": "Legislation and National Security", "103": "Legislation and National Security", "104": "National Security, International Affairs and Criminal Justice", "105": "National Security, International Affairs and Criminal Justice", "107": "National Security, Veterans Affairs and International Relations"}}, {"name": "Manpower and Housing", "thomas_id": "07", "congresses": [97], "names": {"97": "Manpower and Housing"}}, {"name": "Environment, Energy, and Natural Resources", "thomas_id": "01", "congresses": [102, 103, 104, 105, 106, 107, 108], "names": {"102": "Environment, Energy, and Natural Resources", "103": "Environment, Energy, and Natural Resources", "104": "National Economic Growth, Natural Resources and Regulatory Affairs", "105": "National Economic Growth, Natural Resources and Regulatory Affairs", "106": "National Economic Growth, Natural Resources and Regulatory Affairs", "107": "Energy Policy, Natural Resources and Regulatory Affairs", "108": "Energy Policy, Natural Resources and Regulatory Affairs"}}, {"name": "Civil Service", "thomas_id": "09", "congresses": [104, 105, 106, 107], "names": {"104": "Civil Service", "105": "Civil Service", "106": "Civil Service", "107": "Civil Service and Agency Organization"}}, {"name": "District of Columbia", "thomas_id": "10", "congresses": [104, 105, 106, 107], "names": {"104": "District of Columbia", "105": "District of Columbia", "106": "District of Columbia", "107": "District of Columbia"}}, {"name": "Government Management, Information and Technology", "thomas_id": "12", "congresses": [104, 105, 106], "names": {"104": "Government Management, Information and Technology", "105": "Government Management, Information and Technology", "106": "Government Management, Information and Technology"}}, {"name": "Postal Service", "thomas_id": "11", "congresses": [104, 105, 106], "names": {"104": "Postal Service", "105": "Postal Service", "106": "Postal Service"}}, {"name": "Census", "thomas_id": "13", "congresses": [105, 106, 107], "names": {"105": "Census", "106": "Census", "107": "Census"}}, {"name": "Criminal Justice, Drug Policy and Human Resources", "thomas_id": "14", "congresses": [106, 107, 108], "names": {"106": "Criminal Justice, Drug Policy and Human Resources", "107": "Criminal Justice, Drug Policy and Human Resources", "108": "Criminal Justice, Drug Policy and Human Resources"}}, {"name": "Government Efficiency, Financial Management and Intergovernmental Relations", "thomas_id": "16", "congresses": [107], "names": {"107": "Government Efficiency, Financial Management and Intergovernmental Relations"}}, {"name": "Technology and Procurement Policy", "thomas_id": "15", "congresses": [107], "names": {"107": "Technology and Procurement Policy"}}, {"name": "Civil Service and Agency Organization", "thomas_id": "18", "congresses": [108], "names": {"108": "Civil Service and Agency Organization"}}, {"name": "Government Efficiency and Financial Management", "thomas_id": "19", "congresses": [108], "names": {"108": "Government Efficiency and Financial Management"}}, {"name": "Technology, Information Policy, Intergovernmental Relations and the Census", "thomas_id": "20", "congresses": [108], "names": {"108": "Technology, Information Policy, Intergovernmental Relations and the Census"}}, {"name": "Federal Workforce and Agency Organization", "thomas_id": "25", "congresses": [109, 110, 111, 112], "names": {"109": "Federal Workforce and Agency Organization", "110": "Federal Workforce, Post Office, and the District of Columbia", "111": "Federal Workforce, Post Office, and the District of Columbia", "112": "Federal Workforce, U.S. Postal Service, and Labor Policy"}}, {"name": "Federalism and the Census", "thomas_id": "23", "congresses": [109, 110, 111], "names": {"109": "Federalism and the Census", "110": "Information Policy, Census, and National Archives", "111": "Information Policy, Census, and National Archives"}}, {"name": "Government Management, Finance, and Accountability", "thomas_id": "24", "congresses": [109, 110, 111, 112], "names": {"109": "Government Management, Finance, and Accountability", "110": "Government Management, Organization, and Procurement", "111": "Government Management, Organization, and Procurement", "112": "Government Organization, Efficiency, and Financial Management"}}, {"name": "Health Care, District of Columbia, Census and the National Archives", "thomas_id": "27", "congresses": [112], "names": {"112": "Health Care, District of Columbia, Census and the National Archives"}}, {"name": "Regulatory Affairs, Stimulus Oversight and Government Spending", "thomas_id": "28", "congresses": [112], "names": {"112": "Regulatory Affairs, Stimulus Oversight and Government Spending"}}, {"name": "Technology, Information Policy, Intergovernmental Relations and Procurement Reform", "thomas_id": "30", "congresses": [112], "names": {"112": "Technology, Information Policy, Intergovernmental Relations and Procurement Reform"}}]}, {"type": "house", "name": "House Committee on House Administration", "thomas_id": "HSHA", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "House Administration", "94": "House Administration", "95": "House Administration", "96": "House Administration", "97": "House Administration", "98": "House Administration", "99": "House Administration", "100": "House Administration", "101": "House Administration", "102": "House Administration", "103": "House Administration", "104": "House Oversight", "105": "House Oversight", "106": "House Administration", "107": "House Administration", "108": "House Administration", "109": "House Administration", "110": "House Administration", "111": "House Administration", "112": "House Administration", "113": "House Administration", "114": "House Administration"}, "subcommittees": [{"name": "Accounts", "thomas_id": "01", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Accounts", "98": "Accounts", "99": "Accounts", "100": "Accounts", "101": "Accounts", "102": "Accounts", "103": "Accounts"}}, {"name": "Contracts and Printing", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Contracts and Printing", "98": "Contracts and Printing", "99": "Procurement and Printing", "100": "Procurement and Printing", "101": "Procurement and Printing", "102": "Procurement and Printing"}}, {"name": "Office Systems", "thomas_id": "07", "congresses": [97, 100, 101, 102, 103], "names": {"97": "Office Systems", "100": "Office Systems", "101": "Office Systems", "102": "Office Systems", "103": "Office Systems"}}, {"name": "Personnel and Police", "thomas_id": "05", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Personnel and Police", "98": "Personnel and Police", "99": "Personnel and Police", "100": "Personnel and Police", "101": "Personnel and Police", "102": "Personnel and Police", "103": "Personnel and Police"}}, {"name": "Services", "thomas_id": "03", "congresses": [97, 98, 99], "names": {"97": "Services", "98": "Services", "99": "Services"}}, {"name": "Elections", "thomas_id": "08", "congresses": [99, 100, 101, 102, 103, 110, 112], "names": {"99": "Elections", "100": "Elections", "101": "Elections", "102": "Elections", "103": "Elections", "110": "Elections", "112": "Elections"}}, {"name": "Libraries and Memorials", "thomas_id": "09", "congresses": [100, 101, 102, 103], "names": {"100": "Libraries and Memorials", "101": "Libraries and Memorials", "102": "Libraries and Memorials", "103": "Libraries and Memorials"}}]}, {"type": "house", "name": "House Committee on Interior and Insular Affairs", "thomas_id": "HSII", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Interior and Insular Affairs", "94": "Interior and Insular Affairs", "95": "Interior and Insular Affairs", "96": "Interior and Insular Affairs", "97": "Interior and Insular Affairs", "98": "Interior and Insular Affairs", "99": "Interior and Insular Affairs", "100": "Interior and Insular Affairs", "101": "Interior and Insular Affairs", "102": "Interior and Insular Affairs", "103": "Natural Resources", "104": "Resources", "105": "Resources", "106": "Resources", "107": "Resources", "108": "Resources", "109": "Resources", "110": "Natural Resources", "111": "Natural Resources", "112": "Natural Resources", "113": "Natural Resources", "114": "Natural Resources"}, "subcommittees": [{"name": "Energy and the Environment", "thomas_id": "06", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Energy and the Environment", "98": "Energy and the Environment", "99": "Energy and the Environment", "100": "Energy and the Environment", "101": "Energy and the Environment", "102": "Energy and the Environment", "103": "Energy and Mineral Resources", "104": "Energy and Mineral Resources", "105": "Energy and Mineral Resources", "106": "Energy and Mineral Resources", "107": "Energy and Mineral Resources", "108": "Energy and Mineral Resources", "109": "Energy and Mineral Resources", "110": "Energy and Mineral Resources", "111": "Energy and Mineral Resources", "112": "Energy and Mineral Resources", "113": "Energy and Mineral Resources", "114": "Energy and Mineral Resources"}}, {"name": "Insular Affairs", "thomas_id": "07", "congresses": [97, 98, 100], "names": {"97": "Insular Affairs", "98": "Insular Affairs", "100": "Insular and International Affairs"}}, {"name": "Mines and Mining", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Mines and Mining", "98": "Mining, Forest Management and Bonneville Power Administration", "99": "Mining and Natural Resources", "100": "Mining and Natural Resources", "101": "Mining and Natural Resources", "102": "Mining and Natural Resources"}}, {"name": "Public Lands and National Parks", "thomas_id": "01", "congresses": [97, 98, 99, 100], "names": {"97": "Public Lands and National Parks", "98": "Public Lands and National Parks", "99": "Public Lands", "100": "National Parks and Public Lands"}}, {"name": "Water and Power Resources", "thomas_id": "05", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Water and Power Resources", "98": "Water and Power Resources", "99": "Water and Power Resources", "100": "Water and Power Resources", "101": "Water, Power and Offshore Energy Resources", "102": "Water, Power and Offshore Energy Resources"}}, {"name": "General Oversight, Northwest Power, and Forest Management", "thomas_id": "03", "congresses": [99], "names": {"99": "General Oversight, Northwest Power, and Forest Management"}}, {"name": "National Parks and Recreation", "thomas_id": "08", "congresses": [99], "names": {"99": "National Parks and Recreation"}}, {"name": "Insular and International Affairs", "thomas_id": "09", "congresses": [101, 102, 103], "names": {"101": "Insular and International Affairs", "102": "Insular and International Affairs", "103": "Insular and International Affairs"}}, {"name": "National Parks and Public Lands", "thomas_id": "10", "congresses": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"101": "National Parks and Public Lands", "102": "National Parks and Public Lands", "103": "National Parks, Forests, and Public Lands", "104": "National Parks, Forests, and Lands", "105": "National Parks and Public Lands", "106": "National Parks and Public Lands", "107": "National Parks, Recreation, and Public Lands", "108": "National Parks, Recreation, and Public Lands", "109": "National Parks, Recreation, and Public Lands", "110": "National Parks, Forests and Public Lands", "111": "National Parks, Forests and Public Lands", "112": "National Parks, Forests and Public Lands", "113": "Public Lands and Environmental Regulation", "114": "Federal Lands"}}, {"name": "General Oversight and California Desert Lands", "thomas_id": "11", "congresses": [102, 103], "names": {"102": "General Oversight and California Desert Lands", "103": "Oversight and Investigations"}}, {"name": "Native American Affairs", "thomas_id": "04", "congresses": [103], "names": {"103": "Native American Affairs"}}, {"name": "Fisheries, Wildlife and Oceans", "thomas_id": "15", "congresses": [104, 105, 106, 107, 108, 109, 110], "names": {"104": "Fisheries, Wildlife and Oceans", "105": "Fisheries Conservation, Wildlife, and Oceans", "106": "Fisheries Conservation, Wildlife, and Oceans", "107": "Fisheries Conservation, Wildlife, and Oceans", "108": "Fisheries Conservation, Wildlife, and Oceans", "109": "Fisheries Conservation, Wildlife, and Oceans", "110": "Fisheries, Wildlife, and Oceans"}}, {"name": "Native American and Insular Affairs", "thomas_id": "14", "congresses": [104], "names": {"104": "Native American and Insular Affairs"}}, {"name": "Water and Power Resources", "thomas_id": "13", "congresses": [104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"104": "Water and Power Resources", "105": "Water and Power", "106": "Water and Power", "107": "Water and Power", "108": "Water and Power", "109": "Water and Power", "110": "Water and Power", "111": "Water and Power", "112": "Water and Power", "113": "Water and Power", "114": "Water, Power and Oceans"}}, {"name": "Forests and Forest Health", "thomas_id": "20", "congresses": [105, 106, 107, 108, 109], "names": {"105": "Forests and Forest Health", "106": "Forests and Forest Health", "107": "Forests and Forest Health", "108": "Forests and Forest Health", "109": "Forests and Forest Health"}}, {"name": "Insular Affairs", "thomas_id": "22", "congresses": [110, 111, 112, 113], "names": {"110": "Insular Affairs", "111": "Insular Affairs, Oceans and Wildlife", "112": "Fisheries, Wildlife, Oceans, and Insular Affairs", "113": "Fisheries, Wildlife, Oceans, and Insular Affairs"}}, {"name": "Indian and Alaska Native Affairs", "thomas_id": "24", "congresses": [112, 113, 114], "names": {"112": "Indian and Alaska Native Affairs", "113": "Indian and Alaska Native Affairs", "114": "Indian, Insular and Alaska Native Affairs"}}]}, {"type": "house", "name": "House Committee on Interstate and Foreign Commerce", "thomas_id": "HSIF", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Interstate and Foreign Commerce", "94": "Interstate and Foreign Commerce", "95": "Interstate and Foreign Commerce", "96": "Interstate and Foreign Commerce", "97": "Energy and Commerce", "98": "Energy and Commerce", "99": "Energy and Commerce", "100": "Energy and Commerce", "101": "Energy and Commerce", "102": "Energy and Commerce", "103": "Energy and Commerce", "104": "Commerce", "105": "Commerce", "106": "Commerce", "107": "Energy and Commerce", "108": "Energy and Commerce", "109": "Energy and Commerce", "110": "Energy and Commerce", "111": "Energy and Commerce", "112": "Energy and Commerce", "113": "Energy and Commerce", "114": "Energy and Commerce"}, "subcommittees": [{"name": "Commerce, Transportation and Tourism", "thomas_id": "06", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Commerce, Transportation and Tourism", "98": "Commerce, Transportation and Tourism", "99": "Commerce, Transportation and Tourism", "100": "Commerce, Consumer Protection, and Competitiveness", "101": "Commerce, Consumer Protection, and Competitiveness", "102": "Commerce, Consumer Protection, and Competitiveness", "103": "Commerce, Consumer Protection, and Competitiveness"}}, {"name": "Energy Conservation and Power", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Energy Conservation and Power", "98": "Energy Conservation and Power", "99": "Energy Conservation and Power", "100": "Energy and Power", "101": "Energy and Power", "102": "Energy and Power", "103": "Energy and Power", "104": "Energy and Power", "105": "Energy and Power", "106": "Energy and Power", "107": "Energy and Air Quality", "108": "Energy and Air Quality", "109": "Energy and Air Quality", "110": "Energy and Air Quality", "111": "Energy and Environment", "112": "Energy and Power", "113": "Energy and Power", "114": "Energy and Power"}}, {"name": "Fossil and Synthetic Fuels", "thomas_id": "07", "congresses": [97, 98, 99, 100], "names": {"97": "Fossil and Synthetic Fuels", "98": "Fossil and Synthetic Fuels", "99": "Fossil and Synthetic Fuels", "100": "Transportation, Tourism, and Hazardous Materials"}}, {"name": "Health and Environment", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "names": {"97": "Health and Environment", "98": "Health and Environment", "99": "Health and Environment", "100": "Health and Environment", "101": "Health and Environment", "102": "Health and Environment", "103": "Health and Environment", "104": "Health and Environment", "105": "Health and Environment", "106": "Health and Environment"}}, {"name": "Oversight and Investigations", "thomas_id": "02", "congresses": [97, 99, 111], "names": {"97": "Oversight and Investigations", "99": "Oversight and Investigations", "111": "Oversight and Investigations"}}, {"name": "Telecommunications, Consumer Protection and Finance", "thomas_id": "01", "congresses": [97, 98, 99, 100, 101, 102, 103, 104], "names": {"97": "Telecommunications, Consumer Protection and Finance", "98": "Telecommunications, Consumer Protection and Finance", "99": "Telecommunications, Consumer Protection and Finance", "100": "Telecommunications and Finance", "101": "Telecommunications and Finance", "102": "Telecommunications and Finance", "103": "Telecommunications and Finance", "104": "Telecommunications and Finance"}}, {"name": "Transportation and Hazardous Materials", "thomas_id": "10", "congresses": [101, 102, 103], "names": {"101": "Transportation and Hazardous Materials", "102": "Transportation and Hazardous Materials", "103": "Transportation and Hazardous Materials"}}, {"name": "Commerce, Trade, and Hazardous Materials", "thomas_id": "11", "congresses": [104], "names": {"104": "Commerce, Trade, and Hazardous Materials"}}, {"name": "Finance and Hazardous Materials", "thomas_id": "13", "congresses": [105, 106], "names": {"105": "Finance and Hazardous Materials", "106": "Finance and Hazardous Materials"}}, {"name": "Telecommunications, Trade, and Consumer Protection", "thomas_id": "12", "congresses": [105, 106], "names": {"105": "Telecommunications, Trade, and Consumer Protection", "106": "Telecommunications, Trade, and Consumer Protection"}}, {"name": "Commerce, Trade and Consumer Protection", "thomas_id": "17", "congresses": [107, 108, 109, 110, 111, 112, 113, 114], "names": {"107": "Commerce, Trade and Consumer Protection", "108": "Commerce, Trade and Consumer Protection", "109": "Commerce, Trade and Consumer Protection", "110": "Commerce, Trade and Consumer Protection", "111": "Commerce, Trade and Consumer Protection", "112": "Commerce, Manufacturing, and Trade", "113": "Commerce, Manufacturing, and Trade", "114": "Commerce, Manufacturing, and Trade"}}, {"name": "Environment and Hazardous Materials", "thomas_id": "15", "congresses": [107, 108, 109, 110], "names": {"107": "Environment and Hazardous Materials", "108": "Environment and Hazardous Materials", "109": "Environment and Hazardous Materials", "110": "Environment and Hazardous Materials"}}, {"name": "Health", "thomas_id": "14", "congresses": [107, 108, 109, 110, 111, 112, 113, 114], "names": {"107": "Health", "108": "Health", "109": "Health", "110": "Health", "111": "Health", "112": "Health", "113": "Health", "114": "Health"}}, {"name": "Telecommunications and the Internet", "thomas_id": "16", "congresses": [107, 108, 109, 110, 111, 112, 113, 114], "names": {"107": "Telecommunications and the Internet", "108": "Telecommunications and the Internet", "109": "Telecommunications and the Internet", "110": "Telecommunications and the Internet", "111": "Communications, Technology, and the Internet", "112": "Communications and Technology", "113": "Communications and Technology", "114": "Communications and Technology"}}, {"name": "Environment and the Economy", "thomas_id": "18", "congresses": [112, 113, 114], "names": {"112": "Environment and the Economy", "113": "Environment and the Economy", "114": "Environment and the Economy"}}]}, {"type": "house", "name": "House Committee on Judiciary", "thomas_id": "HSJU", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Judiciary", "94": "Judiciary", "95": "Judiciary", "96": "Judiciary", "97": "Judiciary", "98": "Judiciary", "99": "Judiciary", "100": "Judiciary", "101": "Judiciary", "102": "Judiciary", "103": "Judiciary", "104": "Judiciary", "105": "Judiciary", "106": "Judiciary", "107": "Judiciary", "108": "Judiciary", "109": "Judiciary", "110": "Judiciary", "111": "Judiciary", "112": "Judiciary", "113": "Judiciary", "114": "Judiciary"}, "subcommittees": [{"name": "Administrative Law and Governmental Relations", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Administrative Law and Governmental Relations", "98": "Administrative Law and Governmental Relations", "99": "Administrative Law and Governmental Relations", "100": "Administrative Law and Governmental Relations", "101": "Administrative Law and Governmental Relations", "102": "Administrative Law and Governmental Relations", "103": "Administrative Law and Governmental Relations"}}, {"name": "Civil and Constitutional Rights", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Civil and Constitutional Rights", "98": "Civil and Constitutional Rights", "99": "Civil and Constitutional Rights", "100": "Civil and Constitutional Rights", "101": "Civil and Constitutional Rights", "102": "Civil and Constitutional Rights", "103": "Civil and Constitutional Rights"}}, {"name": "Courts, Civil Liberties, and the Administration of Justice", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Courts, Civil Liberties, and the Administration of Justice", "98": "Courts, Civil Liberties, and the Administration of Justice", "99": "Courts, Civil Liberties, and the Administration of Justice", "100": "Courts, Civil Liberties, and the Administration of Justice", "101": "Courts, Intellectual Property, and the Administration of Justice", "102": "Intellectual Property and Judicial Administration", "103": "Intellectual Property and Judicial Administration", "104": "Courts and Intellectual Property", "105": "Courts and Intellectual Property", "106": "Courts and Intellectual Property", "107": "Courts, the Internet, and Intellectual Property", "108": "Courts, the Internet, and Intellectual Property", "109": "Courts, the Internet, and Intellectual Property", "110": "Courts, the Internet, and Intellectual Property", "111": "Courts and Competition Policy", "112": "Courts, Commercial and Administrative Law", "113": "Courts, Intellectual Property, and the Internet", "114": "Courts, Intellectual Property, and the Internet"}}, {"name": "Crime", "thomas_id": "06", "congresses": [97, 98, 99, 100, 101], "names": {"97": "Crime", "98": "Crime", "99": "Crime", "100": "Crime", "101": "Crime"}}, {"name": "Criminal Justice", "thomas_id": "07", "congresses": [97, 98, 99, 100, 101], "names": {"97": "Criminal Justice", "98": "Criminal Justice", "99": "Criminal Justice", "100": "Criminal Justice", "101": "Criminal Justice"}}, {"name": "Immigration, Refugees, and International Law", "thomas_id": "01", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Immigration, Refugees, and International Law", "98": "Immigration, Refugees, and International Law", "99": "Immigration, Refugees, and International Law", "100": "Immigration, Refugees, and International Law", "101": "Immigration, Refugees, and International Law", "102": "International Law, Immigration, and Refugees", "103": "International Law, Immigration, and Refugees", "104": "Immigration and Claims", "105": "Immigration and Claims", "106": "Immigration and Claims", "107": "Immigration and Claims", "108": "Immigration, Border Security, and Claims", "109": "Immigration, Border Security, and Claims", "110": "Immigration, Citizenship, Refugees, Border Security, and International Law", "111": "Immigration, Citizenship, Refugees, Border Security, and International Law", "112": "Immigration Policy and Enforcement", "113": "Immigration and Border Security", "114": "Immigration and Border Security"}}, {"name": "Monopolies and Commercial Law", "thomas_id": "05", "congresses": [97, 98, 99, 100, 101, 102, 103, 113, 114], "names": {"97": "Monopolies and Commercial Law", "98": "Monopolies and Commercial Law", "99": "Monopolies and Commercial Law", "100": "Monopolies and Commercial Law", "101": "Economic and Commercial Law", "102": "Economic and Commercial Law", "103": "Economic and Commercial Law", "113": "Regulatory Reform, Commercial And Antitrust Law", "114": "Regulatory Reform, Commercial And Antitrust Law"}}, {"name": "Crime and Criminal Justice", "thomas_id": "08", "congresses": [102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"102": "Crime and Criminal Justice", "103": "Crime and Criminal Justice", "104": "Crime", "105": "Crime", "106": "Crime", "107": "Crime", "108": "Crime, Terrorism, and Homeland Security", "109": "Crime, Terrorism, and Homeland Security", "110": "Crime, Terrorism, and Homeland Security", "111": "Crime, Terrorism, and Homeland Security", "112": "Crime, Terrorism, and Homeland Security", "113": "Crime, Terrorism, Homeland Security, and Investigations", "114": "Crime, Terrorism, Homeland Security, and Investigations"}}, {"name": "Commercial and Administrative Law", "thomas_id": "09", "congresses": [104, 105, 106, 107, 108, 109, 110, 111], "names": {"104": "Commercial and Administrative Law", "105": "Commercial and Administrative Law", "106": "Commercial and Administrative Law", "107": "Commercial and Administrative Law", "108": "Commercial and Administrative Law", "109": "Commercial and Administrative Law", "110": "Commercial and Administrative Law", "111": "Commercial and Administrative Law"}}, {"name": "Constitution", "thomas_id": "10", "congresses": [104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"104": "Constitution", "105": "Constitution", "106": "Constitution", "107": "Constitution", "108": "Constitution", "109": "Constitution", "110": "Constitution, Civil Rights, and Civil Liberties", "111": "Constitution, Civil Rights, and Civil Liberties", "112": "Constitution", "113": "Constitution and Civil Justice", "114": "Constitution and Civil Justice"}}, {"name": "Antitrust (Full Committee Task Force)", "thomas_id": "11", "congresses": [108], "names": {"108": "Antitrust (Full Committee Task Force)"}}, {"name": "Intellectual Property, Competition and the Internet", "thomas_id": "12", "congresses": [112], "names": {"112": "Intellectual Property, Competition and the Internet"}}]}, {"type": "house", "name": "House Committee on Public Works", "thomas_id": "HSPW", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Public Works", "94": "Public Works and Transportation", "95": "Public Works and Transportation", "96": "Public Works and Transportation", "97": "Public Works and Transportation", "98": "Public Works and Transportation", "99": "Public Works and Transportation", "100": "Public Works and Transportation", "101": "Public Works and Transportation", "102": "Public Works and Transportation", "103": "Public Works and Transportation", "104": "Transportation and Infrastructure", "105": "Transportation and Infrastructure", "106": "Transportation and Infrastructure", "107": "Transportation and Infrastructure", "108": "Transportation and Infrastructure", "109": "Transportation and Infrastructure", "110": "Transportation and Infrastructure", "111": "Transportation and Infrastructure", "112": "Transportation and Infrastructure", "113": "Transportation and Infrastructure", "114": "Transportation and Infrastructure"}, "subcommittees": [{"name": "Aviation", "thomas_id": "05", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Aviation", "98": "Aviation", "99": "Aviation", "100": "Aviation", "101": "Aviation", "102": "Aviation", "103": "Aviation", "104": "Aviation", "105": "Aviation", "106": "Aviation", "107": "Aviation", "108": "Aviation", "109": "Aviation", "110": "Aviation", "111": "Aviation", "112": "Aviation", "113": "Aviation", "114": "Aviation"}}, {"name": "Economic Development", "thomas_id": "06", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Economic Development", "98": "Economic Development", "99": "Economic Development", "100": "Economic Development", "101": "Economic Development", "102": "Economic Development", "103": "Economic Development"}}, {"name": "Public Buildings and Grounds", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Public Buildings and Grounds", "98": "Public Buildings and Grounds", "99": "Public Buildings and Grounds", "100": "Public Buildings and Grounds", "101": "Public Buildings and Grounds", "102": "Public Buildings and Grounds", "103": "Public Buildings and Grounds"}}, {"name": "Surface Transportation", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105], "names": {"97": "Surface Transportation", "98": "Surface Transportation", "99": "Surface Transportation", "100": "Surface Transportation", "101": "Surface Transportation", "102": "Surface Transportation", "103": "Surface Transportation", "104": "Surface Transportation", "105": "Surface Transportation"}}, {"name": "Water Resources", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Water Resources", "98": "Water Resources", "99": "Water Resources", "100": "Water Resources", "101": "Water Resources", "102": "Water Resources", "103": "Water Resources and Environment", "104": "Water Resources and Environment", "105": "Water Resources and Environment", "106": "Water Resources and Environment", "107": "Water Resources and Environment", "108": "Water Resources and Environment", "109": "Water Resources and Environment", "110": "Water Resources and Environment", "111": "Water Resources and Environment", "112": "Water Resources and Environment", "113": "Water Resources and Environment", "114": "Water Resources and Environment"}}, {"name": "Investigations and Oversight", "thomas_id": "01", "congresses": [98], "names": {"98": "Investigations and Oversight"}}, {"name": "Coast Guard and Maritime Transportation", "thomas_id": "07", "congresses": [104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"104": "Coast Guard and Maritime Transportation", "105": "Coast Guard and Maritime Transportation", "106": "Coast Guard and Maritime Transportation", "107": "Coast Guard and Maritime Transportation", "108": "Coast Guard and Maritime Transportation", "109": "Coast Guard and Maritime Transportation", "110": "Coast Guard and Maritime Transportation", "111": "Coast Guard and Maritime Transportation", "112": "Coast Guard and Maritime Transportation", "113": "Coast Guard and Maritime Transportation", "114": "Coast Guard and Maritime Transportation"}}, {"name": "Public Buildings and Economic Development", "thomas_id": "08", "congresses": [104, 105, 106], "names": {"104": "Public Buildings and Economic Development", "105": "Public Buildings and Economic Development", "106": "Economic Development, Public Buildings, Hazardous Materials and Pipeline Transportation"}}, {"name": "Railroads", "thomas_id": "09", "congresses": [104, 105], "names": {"104": "Railroads", "105": "Railroads"}}, {"name": "Ground Transportation", "thomas_id": "10", "congresses": [106], "names": {"106": "Ground Transportation"}}, {"name": "Oversight, Investigations and Emergency Management", "thomas_id": "11", "congresses": [106], "names": {"106": "Oversight, Investigations and Emergency Management"}}, {"name": "Economic Development, Public Buildings and Emergency Management", "thomas_id": "13", "congresses": [107, 108, 109, 110, 111, 112, 113, 114], "names": {"107": "Economic Development, Public Buildings and Emergency Management", "108": "Economic Development, Public Buildings and Emergency Management", "109": "Economic Development, Public Buildings and Emergency Management", "110": "Economic Development, Public Buildings and Emergency Management", "111": "Economic Development, Public Buildings and Emergency Management", "112": "Economic Development, Public Buildings and Emergency Management", "113": "Economic Development, Public Buildings and Emergency Management", "114": "Economic Development, Public Buildings and Emergency Management"}}, {"name": "Highways and Transit", "thomas_id": "12", "congresses": [107, 108, 109, 110, 111, 112, 113, 114], "names": {"107": "Highways and Transit", "108": "Highways, Transit and Pipelines", "109": "Highways, Transit and Pipelines", "110": "Highways and Transit", "111": "Highways and Transit", "112": "Highways and Transit", "113": "Highways and Transit", "114": "Highways and Transit"}}, {"name": "Railroads", "thomas_id": "14", "congresses": [107, 108, 109, 110, 111, 112, 113, 114], "names": {"107": "Railroads", "108": "Railroads", "109": "Railroads", "110": "Railroads, Pipelines, and Hazardous Materials", "111": "Railroads, Pipelines, and Hazardous Materials", "112": "Railroads, Pipelines, and Hazardous Materials", "113": "Railroads, Pipelines, and Hazardous Materials", "114": "Railroads, Pipelines, and Hazardous Materials"}}]}, {"type": "house", "name": "House Committee on Rules", "thomas_id": "HSRU", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Rules", "94": "Rules", "95": "Rules", "96": "Rules", "97": "Rules", "98": "Rules", "99": "Rules", "100": "Rules", "101": "Rules", "102": "Rules", "103": "Rules", "104": "Rules", "105": "Rules", "106": "Rules", "107": "Rules", "108": "Rules", "109": "Rules", "110": "Rules", "111": "Rules", "112": "Rules", "113": "Rules", "114": "Rules"}, "subcommittees": [{"name": "Legislative Process", "thomas_id": "02", "congresses": [97, 98, 99, 101, 102, 103, 104, 105, 108, 112], "names": {"97": "Legislative Process", "98": "Legislative Process", "99": "Legislative Process", "101": "Legislative Process", "102": "Legislative Process", "103": "Legislative Process", "104": "Legislative Process", "105": "Legislative and Budget Process", "108": "Legislative and Budget Process", "112": "Legislative and Budget Process"}}, {"name": "Rules of the House", "thomas_id": "01", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 108], "names": {"97": "Rules of the House", "98": "Rules of the House", "99": "Rules of the House", "100": "Rules of the House", "101": "Rules of the House", "102": "Rules of the House", "103": "Rules of the House", "104": "Rules of the House", "105": "Rules and Organization of the House", "108": "Technology and the House"}}, {"name": "Rules and Organization of the House", "thomas_id": "04", "congresses": [111], "names": {"111": "Rules and Organization of the House"}}]}, {"type": "house", "name": "House Committee on Science and Astronautics", "thomas_id": "HSSY", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Science and Astronautics", "94": "Science and Technology", "95": "Science and Technology", "96": "Science and Technology", "97": "Science and Technology", "98": "Science and Technology", "99": "Science and Technology", "100": "Science, Space and Technology", "101": "Science, Space and Technology", "102": "Science, Space and Technology", "103": "Science, Space and Technology", "104": "Science", "105": "Science", "106": "Science", "107": "Science", "108": "Science", "109": "Science", "110": "Science and Technology", "111": "Science and Technology", "112": "Science, Space, and Technology", "113": "Science, Space, and Technology", "114": "Science, Space, and Technology"}, "subcommittees": [{"name": "Energy Development and Applications", "thomas_id": "01", "congresses": [97, 98, 99, 100], "names": {"97": "Energy Development and Applications", "98": "Energy Development and Applications", "99": "Energy Development and Applications", "100": "International Scientific Cooperation"}}, {"name": "Energy Research and Production", "thomas_id": "06", "congresses": [97, 98, 99, 100], "names": {"97": "Energy Research and Production", "98": "Energy Research and Production", "99": "Energy Research and Production", "100": "Energy Research and Development"}}, {"name": "Natural Resources, Agricultural Research and Environment", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Natural Resources, Agricultural Research and Environment", "98": "Natural Resources, Agricultural Research and Environment", "99": "Natural Resources, Agricultural Research and Environment", "100": "Natural Resources, Agricultural Research and Environment", "101": "Natural Resources, Agriculture Research and Environment", "102": "Environment"}}, {"name": "Science, Research and Technology", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101], "names": {"97": "Science, Research and Technology", "98": "Science, Research and Technology", "99": "Science, Research and Technology", "100": "Science, Research and Technology", "101": "Science, Research and Technology"}}, {"name": "Space Science Applications", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Space Science Applications", "98": "Space Science Applications", "99": "Space Science Applications", "100": "Space Science and Applications", "101": "Space Science and Applications", "102": "Space", "103": "Space"}}, {"name": "Transportation, Aviation and Materials", "thomas_id": "07", "congresses": [97, 98, 99, 100, 101], "names": {"97": "Transportation, Aviation and Materials", "98": "Transportation, Aviation and Materials", "99": "Transportation, Aviation and Materials", "100": "Transportation, Aviation and Materials", "101": "Transportation, Aviation and Materials"}}, {"name": "Task Force on Science Policy", "thomas_id": "08", "congresses": [100], "names": {"100": "Task Force on Science Policy"}}, {"name": "Energy Research and Development", "thomas_id": "10", "congresses": [101, 102, 103], "names": {"101": "Energy Research and Development", "102": "Energy", "103": "Energy"}}, {"name": "International Scientific Cooperation", "thomas_id": "11", "congresses": [101], "names": {"101": "International Scientific Cooperation"}}, {"name": "Science", "thomas_id": "14", "congresses": [102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113], "names": {"102": "Science", "103": "Science", "104": "Basic Research", "105": "Basic Research", "106": "Basic Research", "107": "Research", "108": "Research", "109": "Research", "110": "Research and Science Education", "111": "Research and Science Education", "112": "Research and Science Education", "113": "Research"}}, {"name": "Technology and Competitiveness", "thomas_id": "13", "congresses": [102], "names": {"102": "Technology and Competitiveness"}}, {"name": "Technology, Environment and Aviation", "thomas_id": "15", "congresses": [103, 113, 114], "names": {"103": "Technology, Environment and Aviation", "113": "Research and Technology", "114": "Research and Technology"}}, {"name": "Energy and Environment", "thomas_id": "18", "congresses": [104, 105, 106, 113, 114], "names": {"104": "Energy and Environment", "105": "Energy and Environment", "106": "Energy and Environment", "113": "Environment", "114": "Environment"}}, {"name": "Space and Aeronautics", "thomas_id": "16", "congresses": [104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"104": "Space and Aeronautics", "105": "Space and Aeronautics", "106": "Space and Aeronautics", "107": "Space and Aeronautics", "108": "Space and Aeronautics", "109": "Space and Aeronautics", "110": "Space and Aeronautics", "111": "Space and Aeronautics", "112": "Space and Aeronautics", "113": "Space", "114": "Space"}}, {"name": "Technology", "thomas_id": "17", "congresses": [104, 105, 106], "names": {"104": "Technology", "105": "Technology", "106": "Technology"}}, {"name": "Energy", "thomas_id": "20", "congresses": [107, 108, 109, 110, 111, 112, 113, 114], "names": {"107": "Energy", "108": "Energy", "109": "Energy", "110": "Energy and Environment", "111": "Energy and Environment", "112": "Energy and Environment", "113": "Energy", "114": "Energy"}}, {"name": "Environment, Technology, and Standards", "thomas_id": "19", "congresses": [107, 108, 109, 110, 111, 112, 113], "names": {"107": "Environment, Technology, and Standards", "108": "Environment, Technology, and Standards", "109": "Environment, Technology, and Standards", "110": "Technology and Innovation", "111": "Technology and Innovation", "112": "Technology and Innovation", "113": "Technology"}}, {"name": "Investigations and Oversight", "thomas_id": "21", "congresses": [110], "names": {"110": "Investigations and Oversight"}}]}, {"type": "house", "name": "House Committee on Veterans' Affairs", "thomas_id": "HSVR", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Veterans' Affairs", "94": "Veterans' Affairs", "95": "Veterans' Affairs", "96": "Veterans' Affairs", "97": "Veterans' Affairs", "98": "Veterans' Affairs", "99": "Veterans' Affairs", "100": "Veterans' Affairs", "101": "Veterans' Affairs", "102": "Veterans' Affairs", "103": "Veterans' Affairs", "104": "Veterans' Affairs", "105": "Veterans' Affairs", "106": "Veterans' Affairs", "107": "Veterans' Affairs", "108": "Veterans' Affairs", "109": "Veterans' Affairs", "110": "Veterans' Affairs", "111": "Veterans' Affairs", "112": "Veterans' Affairs", "113": "Veterans' Affairs", "114": "Veterans' Affairs"}, "subcommittees": [{"name": "Compensation, Pension and Insurance", "thomas_id": "01", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Compensation, Pension and Insurance", "98": "Compensation, Pension and Insurance", "99": "Compensation, Pension and Insurance", "100": "Compensation, Pension and Insurance", "101": "Compensation, Pension and Insurance", "102": "Compensation, Pension and Insurance", "103": "Compensation, Pension and Insurance"}}, {"name": "Education, Training and Employment", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Education, Training and Employment", "98": "Education, Training and Employment", "99": "Education, Training and Employment", "100": "Education, Training and Employment", "101": "Education, Training and Employment", "102": "Education, Training and Employment", "103": "Education, Training and Employment"}}, {"name": "Hospitals and Health Care", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Hospitals and Health Care", "98": "Hospitals and Health Care", "99": "Hospitals and Health Care", "100": "Hospitals and Health Care", "101": "Hospitals and Health Care", "102": "Hospitals and Health Care", "103": "Hospitals and Health Care", "104": "Hospitals and Health Care", "105": "Health", "106": "Health", "107": "Health", "108": "Health", "109": "Health", "110": "Health", "111": "Health", "112": "Health", "113": "Health", "114": "Health"}}, {"name": "Housing and Memorial Affairs", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Housing and Memorial Affairs", "98": "Housing and Memorial Affairs", "99": "Housing and Memorial Affairs", "100": "Housing and Memorial Affairs", "101": "Housing and Memorial Affairs", "102": "Housing and Memorial Affairs", "103": "Housing and Memorial Affairs"}}, {"name": "Oversight and Investigations", "thomas_id": "05", "congresses": [102], "names": {"102": "Oversight and Investigations"}}, {"name": "Compensation, Pension, Insurance, and Memorial Affairs", "thomas_id": "06", "congresses": [104, 105, 106, 107, 108], "names": {"104": "Compensation, Pension, Insurance, and Memorial Affairs", "105": "Benefits", "106": "Benefits", "107": "Benefits", "108": "Benefits"}}, {"name": "Education, Training, Employment and Housing", "thomas_id": "07", "congresses": [104], "names": {"104": "Education, Training, Employment and Housing"}}, {"name": "Disability Assistance and Memorial Affairs", "thomas_id": "09", "congresses": [109, 110, 111, 112, 113, 114], "names": {"109": "Disability Assistance and Memorial Affairs", "110": "Disability Assistance and Memorial Affairs", "111": "Disability Assistance and Memorial Affairs", "112": "Disability Assistance and Memorial Affairs", "113": "Disability Assistance and Memorial Affairs", "114": "Disability Assistance and Memorial Affairs"}}, {"name": "Economic Opportunity", "thomas_id": "10", "congresses": [109, 110, 111, 112, 113, 114], "names": {"109": "Economic Opportunity", "110": "Economic Opportunity", "111": "Economic Opportunity", "112": "Economic Opportunity", "113": "Economic Opportunity", "114": "Economic Opportunity"}}, {"name": "Oversight and Investigations", "thomas_id": "08", "congresses": [109, 110, 112, 113, 114], "names": {"109": "Oversight and Investigations", "110": "Oversight and Investigations", "112": "Oversight and Investigations", "113": "Oversight and Investigations", "114": "Oversight and Investigations"}}]}, {"type": "house", "name": "House Committee on Ways and Means", "thomas_id": "HSWM", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Ways and Means", "94": "Ways and Means", "95": "Ways and Means", "96": "Ways and Means", "97": "Ways and Means", "98": "Ways and Means", "99": "Ways and Means", "100": "Ways and Means", "101": "Ways and Means", "102": "Ways and Means", "103": "Ways and Means", "104": "Ways and Means", "105": "Ways and Means", "106": "Ways and Means", "107": "Ways and Means", "108": "Ways and Means", "109": "Ways and Means", "110": "Ways and Means", "111": "Ways and Means", "112": "Ways and Means", "113": "Ways and Means", "114": "Ways and Means"}, "subcommittees": [{"name": "Health", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Health", "98": "Health", "99": "Health", "100": "Health", "101": "Health", "102": "Health", "103": "Health", "104": "Health", "105": "Health", "106": "Health", "107": "Health", "108": "Health", "109": "Health", "110": "Health", "111": "Health", "112": "Health", "113": "Health", "114": "Health"}}, {"name": "Public Assistance and Unemployment Compensation", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Public Assistance and Unemployment Compensation", "98": "Public Assistance and Unemployment Compensation", "99": "Public Assistance and Unemployment Compensation", "100": "Public Assistance and Unemployment Compensation", "101": "Human Resources", "102": "Human Resources", "103": "Human Resources", "104": "Human Resources", "105": "Human Resources", "106": "Human Resources", "107": "Human Resources", "108": "Human Resources", "109": "Human Resources", "110": "Income Security and Family Support", "111": "Income Security and Family Support", "112": "Human Resources", "113": "Human Resources", "114": "Human Resources"}}, {"name": "Select Revenue Measures", "thomas_id": "05", "congresses": [97, 98, 99, 100, 101, 102, 103, 107], "names": {"97": "Select Revenue Measures", "98": "Select Revenue Measures", "99": "Select Revenue Measures", "100": "Select Revenue Measures", "101": "Select Revenue Measures", "102": "Select Revenue Measures", "103": "Select Revenue Measures", "107": "Select Revenue Measures"}}, {"name": "Social Security", "thomas_id": "01", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Social Security", "98": "Social Security", "99": "Social Security", "100": "Social Security", "101": "Social Security", "102": "Social Security", "103": "Social Security", "104": "Social Security", "105": "Social Security", "106": "Social Security", "107": "Social Security", "108": "Social Security", "109": "Social Security", "110": "Social Security", "111": "Social Security", "112": "Social Security", "113": "Social Security", "114": "Social Security"}}, {"name": "Trade", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Trade", "98": "Trade", "99": "Trade", "100": "Trade", "101": "Trade", "102": "Trade", "103": "Trade", "104": "Trade", "105": "Trade", "106": "Trade", "107": "Trade", "108": "Trade", "109": "Trade", "110": "Trade", "111": "Trade", "112": "Trade", "113": "Trade", "114": "Trade"}}, {"name": "Oversight", "thomas_id": "06", "congresses": [105, 106], "names": {"105": "Oversight", "106": "Oversight"}}]}, {"type": "senate", "name": "Senate Committee on Aging (Special)", "thomas_id": "SPAG", "congresses": [93, 97, 98, 99, 100, 101, 102, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Aging (Special)", "97": "Aging (Special)", "98": "Aging (Special)", "99": "Aging (Special)", "100": "Aging (Special)", "101": "Aging (Special)", "102": "Aging (Special)", "105": "Aging (Special)", "106": "Aging (Special)", "107": "Aging (Special)", "108": "Aging (Special)", "109": "Aging (Special)", "110": "Aging (Special)", "111": "Aging (Special)", "112": "Aging (Special)", "113": "Aging (Special)", "114": "Aging (Special)"}}, {"type": "senate", "name": "Senate Committee on Agriculture and Forestry", "thomas_id": "SSAF", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Agriculture and Forestry", "94": "Agriculture and Forestry", "95": "Agriculture, Nutrition, and Forestry", "96": "Agriculture, Nutrition, and Forestry", "97": "Agriculture, Nutrition, and Forestry", "98": "Agriculture, Nutrition, and Forestry", "99": "Agriculture, Nutrition, and Forestry", "100": "Agriculture, Nutrition, and Forestry", "101": "Agriculture, Nutrition, and Forestry", "102": "Agriculture, Nutrition, and Forestry", "103": "Agriculture, Nutrition, and Forestry", "104": "Agriculture, Nutrition, and Forestry", "105": "Agriculture, Nutrition, and Forestry", "106": "Agriculture, Nutrition, and Forestry", "107": "Agriculture, Nutrition, and Forestry", "108": "Agriculture, Nutrition, and Forestry", "109": "Agriculture, Nutrition, and Forestry", "110": "Agriculture, Nutrition, and Forestry", "111": "Agriculture, Nutrition, and Forestry", "112": "Agriculture, Nutrition, and Forestry", "113": "Agriculture, Nutrition, and Forestry", "114": "Agriculture, Nutrition, and Forestry"}, "subcommittees": [{"name": "Agricultural Credit and Rural Electrification", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Agricultural Credit and Rural Electrification", "98": "Agricultural Credit and Rural Electrification", "99": "Agricultural Credit and Rural Electrification", "100": "Domestic and Foreign Marketing and Product Promotion", "101": "Domestic and Foreign Marketing and Product Promotion", "102": "Domestic and Foreign Marketing and Product Promotion", "103": "Domestic and Foreign Marketing and Product Promotion"}}, {"name": "Agricultural Production, Marketing, and Stabilization of Prices", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Agricultural Production, Marketing, and Stabilization of Prices", "98": "Agricultural Production, Marketing, and Stabilization of Prices", "99": "Agricultural Production, Marketing, and Stabilization of Prices", "100": "Agricultural Credit", "101": "Agricultural Credit", "102": "Agricultural Credit", "103": "Agricultural Credit"}}, {"name": "Agricultural Research and General Legislation", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Agricultural Research and General Legislation", "98": "Agricultural Research and General Legislation", "99": "Agricultural Research, Conservation, Forestry and General Legislation", "100": "Agricultural Research and General Legislation", "101": "Agricultural Research and General Legislation", "102": "Agricultural Research and General Legislation", "103": "Agricultural Research, Conservation, Forestry and General Legislation"}}, {"name": "Foreign Agricultural Policy", "thomas_id": "06", "congresses": [97, 98, 100, 101, 102, 103], "names": {"97": "Foreign Agricultural Policy", "98": "Foreign Agricultural Policy", "100": "Nutrition and Investigations", "101": "Nutrition and Investigations", "102": "Nutrition and Investigations", "103": "Nutrition and Investigations"}}, {"name": "Forestry, Water Resources, and Environment", "thomas_id": "08", "congresses": [97], "names": {"97": "Forestry, Water Resources, and Environment"}}, {"name": "Nutrition", "thomas_id": "07", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Nutrition", "98": "Nutrition", "99": "Nutrition", "100": "Conservation and Forestry", "101": "Conservation and Forestry", "102": "Conservation and Forestry"}}, {"name": "Soil and Water Conservation", "thomas_id": "01", "congresses": [97, 98, 100, 101, 102, 103, 107, 108], "names": {"97": "Soil and Water Conservation", "98": "Soil and Water Conservation, Forestry and Environment", "100": "Agricultural Production and Stabilization of Prices", "101": "Agricultural Production and Stabilization of Prices", "102": "Agricultural Production and Stabilization of Prices", "103": "Agricultural Production and Stabilization of Prices", "107": "Production and Price Competitiveness", "108": "Production and Price Competitiveness"}}, {"name": "Rural Development, Oversight, and Investigations", "thomas_id": "05", "congresses": [99, 100, 101, 102, 103, 104, 105, 106, 109], "names": {"99": "Rural Development, Oversight, and Investigations", "100": "Rural Development and Rural Electrification", "101": "Rural Development and Rural Electrification", "102": "Rural Development and Rural Electrification", "103": "Rural Development and Rural Electrification", "104": "Forestry, Conservation, and Rural Revitalization", "105": "Forestry, Conservation, and Rural Revitalization", "106": "Forestry, Conservation, and Rural Revitalization", "109": "Forestry, Conservation, and Rural Revitalization"}}]}, {"type": "senate", "name": "Senate Committee on Appropriations", "thomas_id": "SSAP", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Appropriations", "94": "Appropriations", "95": "Appropriations", "96": "Appropriations", "97": "Appropriations", "98": "Appropriations", "99": "Appropriations", "100": "Appropriations", "101": "Appropriations", "102": "Appropriations", "103": "Appropriations", "104": "Appropriations", "105": "Appropriations", "106": "Appropriations", "107": "Appropriations", "108": "Appropriations", "109": "Appropriations", "110": "Appropriations", "111": "Appropriations", "112": "Appropriations", "113": "Appropriations", "114": "Appropriations"}, "subcommittees": [{"name": "District of Columbia", "thomas_id": "03", "congresses": [97, 98, 99, 100, 102, 105, 106, 107, 108, 109], "names": {"97": "District of Columbia", "98": "District of Columbia", "99": "District of Columbia", "100": "District of Columbia", "102": "District of Columbia", "105": "District of Columbia", "106": "District of Columbia", "107": "District of Columbia", "108": "District of Columbia", "109": "District of Columbia"}}, {"name": "Energy and Water Development", "thomas_id": "10", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108], "names": {"97": "Energy and Water Development", "98": "Energy and Water Development", "99": "Energy and Water Development", "100": "Energy and Water Development", "101": "Energy and Water Development", "102": "Energy and Water Development", "103": "Energy and Water Development", "104": "Energy and Water Development", "105": "Energy and Water Development", "106": "Energy and Water Development", "107": "Energy and Water Development", "108": "Energy and Water Development"}}, {"name": "Interior", "thomas_id": "06", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108], "names": {"97": "Interior", "98": "Interior", "99": "Interior", "100": "Interior and Related Agencies", "101": "Interior and Related Agencies", "102": "Interior and Related Agencies", "103": "Interior and Related Agencies", "104": "Interior and Related Agencies", "105": "Interior", "106": "Interior", "107": "Interior", "108": "Interior"}}, {"name": "Military Construction", "thomas_id": "09", "congresses": [97, 98, 99, 100, 101, 102, 104, 105, 106, 107, 108], "names": {"97": "Military Construction", "98": "Military Construction", "99": "Military Construction", "100": "Military Construction", "101": "Military Construction", "102": "Military Construction", "104": "Military Construction", "105": "Military Construction", "106": "Military Construction", "107": "Military Construction", "108": "Military Construction"}}, {"name": "State, Justice, Commerce, the Judiciary", "thomas_id": "11", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108], "names": {"97": "State, Justice, Commerce, the Judiciary", "98": "Commerce, Justice, State, and the Judiciary", "99": "Commerce, Justice, State, and the Judiciary", "100": "Commerce, Justice, State, the Judiciary, and Related Agencies", "101": "Commerce, Justice, State, and the Judiciary", "102": "Commerce, Justice, State, and the Judiciary", "103": "Commerce, Justice, State, and the Judiciary", "104": "Commerce, Justice, State, and the Judiciary", "105": "Commerce, Justice, State, and the Judiciary", "106": "Commerce, Justice, State, and the Judiciary", "107": "Commerce, Justice, State, and the Judiciary", "108": "Commerce, Justice, State, and the Judiciary"}}, {"name": "Transportation", "thomas_id": "12", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "names": {"97": "Transportation", "98": "Transportation", "99": "Transportation", "100": "Transportation and Related Agencies", "101": "Transportation and Related Agencies", "102": "Transportation and Related Agencies", "103": "Transportation and Related Agencies", "104": "Transportation", "105": "Transportation", "106": "Transportation", "107": "Transportation"}}, {"name": "Agriculture and Related Agencies", "thomas_id": "01", "congresses": [98, 99, 101, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113], "names": {"98": "Agriculture and Related Agencies", "99": "Agriculture and Related Agencies", "101": "Agriculture and Related Agencies", "103": "Agriculture, Rural Development, and Related Agencies", "104": "Agriculture, Rural Development, and Related Agencies", "105": "Agriculture, Rural Development, and Related Agencies", "106": "Agriculture, Rural Development, and Related Agencies", "107": "Agriculture, Rural Development, and Related Agencies", "108": "Agriculture, Rural Development, and Related Agencies", "109": "Agriculture, Rural Development, and Related Agencies", "110": "Agriculture, Rural Development, Food and Drug Administration, and Related Agencies", "111": "Agriculture, Rural Development, Food and Drug Administration, and Related Agencies", "112": "Agriculture, Rural Development, Food and Drug Administration, and Related Agencies", "113": "Agriculture, Rural Development, Food and Drug Administration, and Related Agencies"}}, {"name": "Defense", "thomas_id": "02", "congresses": [98, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113], "names": {"98": "Defense", "101": "Defense", "102": "Defense", "103": "Defense", "104": "Defense", "105": "Defense", "106": "Defense", "107": "Defense", "108": "Defense", "109": "Defense", "110": "Defense", "111": "Defense", "112": "Defense", "113": "Defense"}}, {"name": "Foreign Operations", "thomas_id": "04", "congresses": [98, 100, 101, 102, 103, 104, 105, 106, 107, 108], "names": {"98": "Foreign Operations", "100": "Foreign Operations", "101": "Foreign Operations", "102": "Foreign Operations", "103": "Foreign Operations", "104": "Foreign Operations", "105": "Foreign Operations", "106": "Foreign Operations", "107": "Foreign Operations", "108": "Foreign Operations"}}, {"name": "HUD and Independent Agencies", "thomas_id": "05", "congresses": [98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108], "names": {"98": "HUD and Independent Agencies", "99": "HUD and Independent Agencies", "100": "HUD and Independent Agencies", "101": "HUD and Independent Agencies", "102": "VA, HUD, and Independent Agencies", "103": "VA, HUD, and Independent Agencies", "104": "VA, HUD, and Independent Agencies", "105": "VA, HUD, and Independent Agencies", "106": "VA, HUD, and Independent Agencies", "107": "VA, HUD, and Independent Agencies", "108": "VA, HUD, and Independent Agencies"}}, {"name": "Labor, Health and Human Services, Education", "thomas_id": "07", "congresses": [98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108], "names": {"98": "Labor, Health and Human Services, Education", "99": "Labor, Health and Human Services, Education", "100": "Labor, Health and Human Services, Education, and Related Agencies", "101": "Labor, Health and Human Services, Education, and Related Agencies", "102": "Labor, Health and Human Services, Education, and Related Agencies", "103": "Labor, Health and Human Services, and Education", "104": "Labor, Health and Human Services, and Education", "105": "Labor, Health and Human Services, and Education", "106": "Labor, Health and Human Services, and Education", "107": "Labor, Health and Human Services, and Education", "108": "Labor, Health and Human Services, and Education"}}, {"name": "Legislative Branch", "thomas_id": "08", "congresses": [98, 99, 100, 102, 105, 106, 107, 108, 110, 111, 112, 113], "names": {"98": "Legislative Branch", "99": "Legislative Branch", "100": "Legislative Branch", "102": "Legislative Branch", "105": "Legislative Branch", "106": "Legislative Branch", "107": "Legislative Branch", "108": "Legislative Branch", "110": "Legislative Branch", "111": "Legislative Branch", "112": "Legislative Branch", "113": "Legislative Branch"}}, {"name": "Treasury, Postal Service, General Government", "thomas_id": "13", "congresses": [98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "names": {"98": "Treasury, Postal Service, General Government", "99": "Treasury, Postal Service, General Government", "100": "Treasury, Postal Service, General Government", "101": "Treasury, Postal Service, General Government", "102": "Treasury, Postal Service, General Government", "103": "Treasury, Postal Service, General Government", "104": "Treasury, Postal Service, General Government", "105": "Treasury and General Government", "106": "Treasury and General Government", "107": "Treasury and General Government"}}, {"name": "Department of Homeland Security", "thomas_id": "14", "congresses": [108, 109, 110, 111, 112, 113], "names": {"108": "Department of Homeland Security", "109": "Department of Homeland Security", "110": "Department of Homeland Security", "111": "Department of Homeland Security", "112": "Department of Homeland Security", "113": "Department of Homeland Security"}}, {"name": "Transportation, Treasury and General Government", "thomas_id": "15", "congresses": [108], "names": {"108": "Transportation, Treasury and General Government"}}, {"name": "Commerce, Justice, and Science and Related Agencies", "thomas_id": "16", "congresses": [109, 110, 111, 112, 113], "names": {"109": "Commerce, Justice, and Science and Related Agencies", "110": "Commerce, Justice, Science, and Related Agencies", "111": "Commerce, Justice, Science, and Related Agencies", "112": "Commerce, Justice, Science, and Related Agencies", "113": "Commerce, Justice, Science, and Related Agencies"}}, {"name": "Departments of Labor, Health and Human Services, and Education, and Related Agencies", "thomas_id": "18", "congresses": [109, 110, 112, 113], "names": {"109": "Departments of Labor, Health and Human Services, and Education, and Related Agencies", "110": "Departments of Labor, Health and Human Services, and Education, and Related Agencies", "112": "Departments of Labor, Health and Human Services, and Education, and Related Agencies", "113": "Departments of Labor, Health and Human Services, and Education, and Related Agencies"}}, {"name": "Energy and Water, and Related Agencies", "thomas_id": "22", "congresses": [109, 110, 111, 112, 113], "names": {"109": "Energy and Water, and Related Agencies", "110": "Energy and Water Development", "111": "Energy and Water Development", "112": "Energy and Water Development", "113": "Energy and Water Development"}}, {"name": "Interior and Related Agencies", "thomas_id": "17", "congresses": [109, 110, 114], "names": {"109": "Interior and Related Agencies", "110": "Department of the Interior, Environment, and Related Agencies", "114": "Department of the Interior, Environment, and Related Agencies"}}, {"name": "Military Construction and Veterans Affairs, and Related Agencies", "thomas_id": "19", "congresses": [109, 110, 111, 112, 113], "names": {"109": "Military Construction and Veterans Affairs, and Related Agencies", "110": "Military Construction and Veterans Affairs, and Related Agencies", "111": "Military Construction and Veterans Affairs, and Related Agencies", "112": "Military Construction and Veterans Affairs, and Related Agencies", "113": "Military Construction and Veterans Affairs, and Related Agencies"}}, {"name": "State, Foreign Operations, and Related Programs", "thomas_id": "20", "congresses": [109, 110, 111, 112, 113, 114], "names": {"109": "State, Foreign Operations, and Related Programs", "110": "State, Foreign Operations, and Related Programs", "111": "State, Foreign Operations, and Related Programs", "112": "State, Foreign Operations, and Related Programs", "113": "State, Foreign Operations, and Related Programs", "114": "State, Foreign Operations, and Related Programs"}}, {"name": "Transportation, Treasury, the Judiciary, and Housing and Urban Development, and Related Agencies", "thomas_id": "21", "congresses": [109, 110], "names": {"109": "Transportation, Treasury, the Judiciary, and Housing and Urban Development, and Related Agencies", "110": "Transportation, Treasury, the Judiciary, and Housing and Urban Development, and Related Agencies"}}, {"name": "Financial Service and General Government", "thomas_id": "23", "congresses": [110, 111, 112, 113, 114], "names": {"110": "Financial Services and General Government", "111": "Financial Services and General Government", "112": "Financial Services and General Government", "113": "Financial Services and General Government", "114": "Financial Services and General Government"}}, {"name": "Transportation, Housing and Urban Development, and Related Agencies", "thomas_id": "24", "congresses": [110, 111, 112], "names": {"110": "Transportation, Housing and Urban Development, and Related Agencies", "111": "Transportation, Housing and Urban Development, and Related Agencies", "112": "Transportation, Housing and Urban Development, and Related Agencies"}}]}, {"type": "senate", "name": "Senate Committee on Armed Services", "thomas_id": "SSAS", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Armed Services", "94": "Armed Services", "95": "Armed Services", "96": "Armed Services", "97": "Armed Services", "98": "Armed Services", "99": "Armed Services", "100": "Armed Services", "101": "Armed Services", "102": "Armed Services", "103": "Armed Services", "104": "Armed Services", "105": "Armed Services", "106": "Armed Services", "107": "Armed Services", "108": "Armed Services", "109": "Armed Services", "110": "Armed Services", "111": "Armed Services", "112": "Armed Services", "113": "Armed Services", "114": "Armed Services"}, "subcommittees": [{"name": "Manpower and Personnel", "thomas_id": "09", "congresses": [97, 98, 99, 103], "names": {"97": "Manpower and Personnel", "98": "Manpower and Personnel", "99": "Manpower and Personnel", "103": "Force Requirements and Personnel"}}, {"name": "Military Construction", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Military Construction", "98": "Military Construction", "99": "Military Construction", "100": "Readiness, Sustainability and Support", "101": "Readiness, Sustainability and Support", "102": "Readiness, Sustainability and Support"}}, {"name": "Preparedness", "thomas_id": "18", "congresses": [97, 98, 99, 104, 105], "names": {"97": "Preparedness", "98": "Preparedness", "99": "Preparedness", "104": "Acquisition and Technology", "105": "Acquisition and Technology"}}, {"name": "Sea Power and Force Projection", "thomas_id": "19", "congresses": [97, 98, 99], "names": {"97": "Sea Power and Force Projection", "98": "Sea Power and Force Projection", "99": "Sea Power and Force Projection"}}, {"name": "Strategic and Theater Nuclear Forces", "thomas_id": "17", "congresses": [97, 98, 99, 104, 105], "names": {"97": "Strategic and Theater Nuclear Forces", "98": "Strategic and Theater Nuclear Forces", "99": "Strategic and Theater Nuclear Forces", "104": "Personnel", "105": "Personnel"}}, {"name": "Tactical Warfare", "thomas_id": "16", "congresses": [97, 98, 104, 105, 106], "names": {"97": "Tactical Warfare", "98": "Tactical Warfare", "104": "Strategic Forces", "105": "Strategic Forces", "106": "Strategic"}}, {"name": "Defense Acquisition Policy", "thomas_id": "20", "congresses": [99, 106], "names": {"99": "Defense Acquisition Policy", "106": "Emerging Threats and Capabilities"}}, {"name": "Conventional Forces and Alliance Defense", "thomas_id": "02", "congresses": [100, 101, 102], "names": {"100": "Conventional Forces and Alliance Defense", "101": "Conventional Forces and Alliance Defense", "102": "Conventional Forces and Alliance Defense"}}, {"name": "Defense Industry and Technology", "thomas_id": "06", "congresses": [100, 101, 102], "names": {"100": "Defense Industry and Technology", "101": "Defense Industry and Technology", "102": "Defense Industry and Technology"}}, {"name": "Manpower and Personnel", "thomas_id": "05", "congresses": [100, 101, 102], "names": {"100": "Manpower and Personnel", "101": "Manpower and Personnel", "102": "Manpower and Personnel"}}, {"name": "Projection Forces and Regional Defense", "thomas_id": "03", "congresses": [100, 101, 102], "names": {"100": "Projection Forces and Regional Defense", "101": "Projection Forces and Regional Defense", "102": "Projection Forces and Regional Defense"}}, {"name": "Strategic Forces and Nuclear Deterrence", "thomas_id": "01", "congresses": [100, 101, 102], "names": {"100": "Strategic Forces and Nuclear Deterrence", "101": "Strategic Forces and Nuclear Deterrence", "102": "Strategic Forces and Nuclear Deterrence"}}, {"name": "Coalition Defense and Reinforcing Forces", "thomas_id": "11", "congresses": [103], "names": {"103": "Coalition Defense and Reinforcing Forces"}}, {"name": "Defense Technology, Acquisition, and Industrial Base", "thomas_id": "07", "congresses": [103], "names": {"103": "Defense Technology, Acquisition, and Industrial Base"}}, {"name": "Military Readiness and Defense Infrastructure", "thomas_id": "08", "congresses": [103], "names": {"103": "Military Readiness and Defense Infrastructure"}}, {"name": "Nuclear Deterrence, Arms Control, and Defense Intelligence", "thomas_id": "10", "congresses": [103], "names": {"103": "Nuclear Deterrence, Arms Control, and Defense Intelligence"}}, {"name": "Regional Defense and Contingency Forces", "thomas_id": "12", "congresses": [103], "names": {"103": "Regional Defense and Contingency Forces"}}, {"name": "Airland Forces", "thomas_id": "14", "congresses": [104, 105, 106], "names": {"104": "Airland Forces", "105": "Airland Forces", "106": "Airland"}}, {"name": "Readiness", "thomas_id": "15", "congresses": [104, 105, 106, 113], "names": {"104": "Readiness", "105": "Readiness", "106": "Readiness and Management Support", "113": "Readiness and Management Support"}}, {"name": "SeaPower", "thomas_id": "13", "congresses": [104, 105, 106], "names": {"104": "SeaPower", "105": "SeaPower", "106": "SeaPower"}}]}, {"type": "senate", "name": "Senate Committee on Banking, Housing, and Urban Affairs", "thomas_id": "SSBK", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Banking, Housing, and Urban Affairs", "94": "Banking, Housing, and Urban Affairs", "95": "Banking, Housing, and Urban Affairs", "96": "Banking, Housing, and Urban Affairs", "97": "Banking, Housing, and Urban Affairs", "98": "Banking, Housing, and Urban Affairs", "99": "Banking, Housing, and Urban Affairs", "100": "Banking, Housing, and Urban Affairs", "101": "Banking, Housing, and Urban Affairs", "102": "Banking, Housing, and Urban Affairs", "103": "Banking, Housing, and Urban Affairs", "104": "Banking, Housing, and Urban Affairs", "105": "Banking, Housing, and Urban Affairs", "106": "Banking, Housing, and Urban Affairs", "107": "Banking, Housing, and Urban Affairs", "108": "Banking, Housing, and Urban Affairs", "109": "Banking, Housing, and Urban Affairs", "110": "Banking, Housing, and Urban Affairs", "111": "Banking, Housing, and Urban Affairs", "112": "Banking, Housing, and Urban Affairs", "113": "Banking, Housing, and Urban Affairs", "114": "Banking, Housing, and Urban Affairs"}, "subcommittees": [{"name": "Consumer Affairs", "thomas_id": "07", "congresses": [97, 98], "names": {"97": "Consumer Affairs", "98": "Consumer Affairs"}}, {"name": "Financial Institutions", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Financial Institutions", "98": "Financial Institutions", "99": "Financial Institutions and Consumer Affairs", "100": "Consumer Affairs", "101": "Consumer and Regulatory Affairs", "102": "Consumer and Regulatory Affairs"}}, {"name": "Housing and Urban Affairs", "thomas_id": "02", "congresses": [97, 98, 99, 101, 102, 103], "names": {"97": "Housing and Urban Affairs", "98": "Housing and Urban Affairs", "99": "Housing and Urban Affairs", "101": "Housing and Urban Affairs", "102": "Housing and Urban Affairs", "103": "Housing and Urban Affairs"}}, {"name": "International Finance and Monetary Policy", "thomas_id": "05", "congresses": [97, 98, 99, 101, 102, 103, 105, 113], "names": {"97": "International Finance and Monetary Policy", "98": "International Finance and Monetary Policy", "99": "International Finance and Monetary Policy", "101": "International Finance and Monetary Policy", "102": "International Finance and Monetary Policy", "103": "International Finance and Monetary Policy", "105": "International Finance", "113": "National Security and International Trade and Finance"}}, {"name": "Securities", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 112, 113, 114], "names": {"97": "Securities", "98": "Securities", "99": "Securities", "100": "Securities", "101": "Securities", "102": "Securities", "103": "Securities", "104": "Securities", "105": "Securities", "107": "Securities and Investment", "112": "Securities, Insurance, and Investment", "113": "Securities, Insurance, and Investment", "114": "Securities, Insurance, and Investment"}}, {"name": "Federal Credit Programs", "thomas_id": "12", "congresses": [98, 106, 108, 112, 113, 114], "names": {"98": "Federal Credit Programs", "106": "Economic Policy", "108": "Economic Policy", "112": "Economic Policy", "113": "Economic Policy", "114": "Economic Policy"}}, {"name": "Insurance", "thomas_id": "11", "congresses": [98, 105], "names": {"98": "Insurance", "105": "Financial Services and Technology"}}, {"name": "Rural Housing and Development", "thomas_id": "09", "congresses": [98, 105, 106, 107, 109, 110, 111, 112, 113], "names": {"98": "Rural Housing and Development", "105": "Housing Opportunity and Community Development", "106": "Housing and Transportation", "107": "Housing and Transportation", "109": "Housing and Transportation", "110": "Housing, Transportation, and Community Development", "111": "Housing, Transportation, and Community Development", "112": "Housing, Transportation, and Community Development", "113": "Housing, Transportation, and Community Development"}}, {"name": "Financial Institutions and Regulatory Relief", "thomas_id": "08", "congresses": [104, 105, 106, 113, 114], "names": {"104": "Financial Institutions and Regulatory Relief", "105": "Financial Institutions and Regulatory Relief", "106": "Financial Institutions", "113": "Financial Institutions", "114": "Financial Institutions"}}, {"name": "HUD Oversight and Structure", "thomas_id": "10", "congresses": [104], "names": {"104": "HUD Oversight and Structure"}}]}, {"type": "senate", "name": "Senate Committee on Budget", "thomas_id": "SSBU", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Budget", "94": "Budget", "95": "Budget", "96": "Budget", "97": "Budget", "98": "Budget", "99": "Budget", "100": "Budget", "101": "Budget", "102": "Budget", "103": "Budget", "104": "Budget", "105": "Budget", "106": "Budget", "107": "Budget", "108": "Budget", "109": "Budget", "110": "Budget", "111": "Budget", "112": "Budget", "113": "Budget", "114": "Budget"}}, {"type": "senate", "name": "Senate Committee on Commerce", "thomas_id": "SSCM", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Commerce", "94": "Commerce", "95": "Commerce, Science, and Transportation", "96": "Commerce, Science, and Transportation", "97": "Commerce, Science, and Transportation", "98": "Commerce, Science, and Transportation", "99": "Commerce, Science, and Transportation", "100": "Commerce, Science, and Transportation", "101": "Commerce, Science, and Transportation", "102": "Commerce, Science, and Transportation", "103": "Commerce, Science, and Transportation", "104": "Commerce, Science, and Transportation", "105": "Commerce, Science, and Transportation", "106": "Commerce, Science, and Transportation", "107": "Commerce, Science, and Transportation", "108": "Commerce, Science, and Transportation", "109": "Commerce, Science, and Transportation", "110": "Commerce, Science, and Transportation", "111": "Commerce, Science, and Transportation", "112": "Commerce, Science, and Transportation", "113": "Commerce, Science, and Transportation", "114": "Commerce, Science, and Transportation"}, "subcommittees": [{"name": "Aviation", "thomas_id": "01", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 107], "names": {"97": "Aviation", "98": "Aviation", "99": "Aviation", "100": "Aviation", "101": "Aviation", "102": "Aviation", "103": "Aviation", "104": "Aviation", "105": "Aviation", "107": "Aviation"}}, {"name": "Business, Trade, and Tourism", "thomas_id": "15", "congresses": [97, 98, 99], "names": {"97": "Business, Trade, and Tourism", "98": "Business, Trade, and Tourism", "99": "Business, Trade, and Tourism"}}, {"name": "Communications", "thomas_id": "02", "congresses": [97, 98, 100, 101, 102, 103, 105, 106, 108], "names": {"97": "Communications", "98": "Communications", "100": "Communications", "101": "Communications", "102": "Communications", "103": "Communications", "105": "Communications", "106": "Communications", "108": "Communications"}}, {"name": "Consumer", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 106, 107], "names": {"97": "Consumer", "98": "Consumer", "99": "Consumer", "100": "Consumer", "101": "Consumer", "102": "Consumer", "103": "Consumer", "104": "Consumer Affairs, Foreign Commerce, and Tourism", "106": "Consumer Affairs, Foreign Commerce, and Tourism", "107": "Consumer Affairs, Foreign Commerce, and Tourism"}}, {"name": "Merchant Marine", "thomas_id": "06", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Merchant Marine", "98": "Merchant Marine", "99": "Merchant Marine", "100": "Merchant Marine", "101": "Merchant Marine", "102": "Merchant Marine", "103": "Merchant Marine"}}, {"name": "Surface Transportation", "thomas_id": "08", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108], "names": {"97": "Surface Transportation", "98": "Surface Transportation", "99": "Surface Transportation", "100": "Surface Transportation", "101": "Surface Transportation", "102": "Surface Transportation", "103": "Surface Transportation", "104": "Surface Transportation and Merchant Marine", "105": "Surface Transportation and Merchant Marine", "106": "Surface Transportation and Merchant Marine", "108": "Surface Transportation and Merchant Marine"}}, {"name": "National Ocean Policy Study", "thomas_id": "30", "congresses": [98, 99], "names": {"98": "National Ocean Policy Study", "99": "National Ocean Policy Study"}}, {"name": "Science, Technology, and Space", "thomas_id": "09", "congresses": [98, 99, 104, 105, 106, 108], "names": {"98": "Science, Technology, and Space", "99": "Science, Technology, and Space", "104": "Oceans and Fisheries", "105": "Oceans and Fisheries", "106": "Oceans and Fisheries", "108": "Oceans, Fisheries and Coast Guard"}}, {"name": "National Ocean Policy Study", "thomas_id": "07", "congresses": [100, 102], "names": {"100": "National Ocean Policy Study", "102": "National Ocean Policy Study"}}, {"name": "Science, Technology, and Space", "thomas_id": "05", "congresses": [101, 102, 103, 104, 105, 106, 107, 108], "names": {"101": "Science, Technology, and Space", "102": "Science, Technology, and Space", "103": "Science, Technology, and Space", "104": "Science, Technology, and Space", "105": "Science, Technology, and Space", "106": "Science, Technology, and Space", "107": "Science, Technology, and Space", "108": "Science, Technology, and Space"}}, {"name": "Foreign Commerce and Tourism", "thomas_id": "04", "congresses": [102], "names": {"102": "Foreign Commerce and Tourism"}}, {"name": "Competition, Foreign Commerce, and Infrastructure", "thomas_id": "11", "congresses": [108], "names": {"108": "Competition, Foreign Commerce, and Infrastructure"}}, {"name": "Consumer Affairs, Product Safety, and Insurance", "thomas_id": "12", "congresses": [109], "names": {"109": "Consumer Affairs, Product Safety, and Insurance"}}, {"name": "Science and Space", "thomas_id": "17", "congresses": [109], "names": {"109": "Science and Space"}}, {"name": "Trade, Tourism, and Economic Development", "thomas_id": "19", "congresses": [109], "names": {"109": "Trade, Tourism, and Economic Development"}}, {"name": "Consumer Protection, Product Safety, and Insurance", "thomas_id": "20", "congresses": [110, 111, 113], "names": {"110": "Consumer Affairs, Insurance, and Automotive Safety", "111": "Consumer Protection, Product Safety, Insurance, and Data Security", "113": "Consumer Protection, Product Safety, Insurance, and Data Security"}}, {"name": "Interstate Commerce, Trade, and Tourism", "thomas_id": "21", "congresses": [110], "names": {"110": "Interstate Commerce, Trade, and Tourism"}}, {"name": "Oceans, Atmosphere, Fisheries, and Coast Guard", "thomas_id": "22", "congresses": [110, 111], "names": {"110": "Oceans, Atmosphere, Fisheries, and Coast Guard", "111": "Oceans, Atmosphere, Fisheries, and Coast Guard"}}, {"name": "Science, Technology, and Innovation", "thomas_id": "23", "congresses": [110], "names": {"110": "Science, Technology, and Innovation"}}, {"name": "Surface Transportation and Merchant Marine Infrastructure, Safety and Security", "thomas_id": "25", "congresses": [110, 111], "names": {"110": "Surface Transportation and Merchant Marine Infrastructure, Safety and Security", "111": "Surface Transportation and Merchant Marine"}}, {"name": "Communications and Technology", "thomas_id": "26", "congresses": [111], "names": {"111": "Communications and Technology"}}]}, {"type": "senate", "name": "Senate Committee on Finance", "thomas_id": "SSFI", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Finance", "94": "Finance", "95": "Finance", "96": "Finance", "97": "Finance", "98": "Finance", "99": "Finance", "100": "Finance", "101": "Finance", "102": "Finance", "103": "Finance", "104": "Finance", "105": "Finance", "106": "Finance", "107": "Finance", "108": "Finance", "109": "Finance", "110": "Finance", "111": "Finance", "112": "Finance", "113": "Finance", "114": "Finance"}, "subcommittees": [{"name": "Energy and Agricultural Taxation", "thomas_id": "07", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Energy and Agricultural Taxation", "98": "Energy and Agricultural Taxation", "99": "Energy and Agricultural Taxation", "100": "Energy and Agricultural Taxation", "101": "Energy and Agricultural Taxation", "102": "Energy and Agricultural Taxation", "103": "Energy and Agricultural Taxation"}}, {"name": "Estate and Gift Taxation", "thomas_id": "21", "congresses": [97, 98], "names": {"97": "Estate and Gift Taxation", "98": "Estate and Gift Taxation"}}, {"name": "Health", "thomas_id": "01", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Health", "98": "Health", "99": "Health", "100": "Health", "101": "Health for Families and the Uninsured", "102": "Health for Families and the Uninsured", "103": "Health for Families and the Uninsured"}}, {"name": "International Trade", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105], "names": {"97": "International Trade", "98": "International Trade", "99": "International Trade", "100": "International Trade", "101": "International Trade", "102": "International Trade", "103": "International Trade", "104": "International Trade", "105": "International Trade"}}, {"name": "Oversight of the Internal Revenue Service", "thomas_id": "16", "congresses": [97, 98], "names": {"97": "Oversight of the Internal Revenue Service", "98": "Oversight of the Internal Revenue Service"}}, {"name": "Savings, Pensions and Investment Policy", "thomas_id": "19", "congresses": [97, 98, 99], "names": {"97": "Savings, Pensions and Investment Policy", "98": "Savings, Pensions and Investment Policy", "99": "Savings, Pensions and Investment Policy"}}, {"name": "Taxation and Debt Management", "thomas_id": "12", "congresses": [97, 98, 99], "names": {"97": "Taxation and Debt Management", "98": "Taxation and Debt Management", "99": "Taxation and Debt Management"}}, {"name": "Economic Growth, Employment and Revenue Sharing", "thomas_id": "20", "congresses": [98], "names": {"98": "Economic Growth, Employment and Revenue Sharing"}}, {"name": "Social Security and Income Maintenance Programs", "thomas_id": "13", "congresses": [98, 99], "names": {"98": "Social Security and Income Maintenance Programs", "99": "Social Security and Income Maintenance Programs"}}, {"name": "Private Retirement Plans and Oversight of the Internal Revenue Service", "thomas_id": "05", "congresses": [100, 101, 102], "names": {"100": "Private Retirement Plans and Oversight of the Internal Revenue Service", "101": "Private Retirement Plans and Oversight of the Internal Revenue Service", "102": "Private Retirement Plans and Oversight of the Internal Revenue Service"}}, {"name": "Social Security and Family Policy", "thomas_id": "02", "congresses": [100, 101, 102, 104, 105, 107], "names": {"100": "Social Security and Family Policy", "101": "Social Security and Family Policy", "102": "Social Security and Family Policy", "104": "Social Security and Family Policy", "105": "Social Security and Family Policy", "107": "Social Security and Family Policy"}}, {"name": "Taxation and Debt Management", "thomas_id": "06", "congresses": [100, 101, 102, 104, 105], "names": {"100": "Taxation and Debt Management", "101": "Taxation and Debt Management", "102": "Taxation", "104": "Taxation and IRS Oversight", "105": "Taxation and IRS Oversight"}}, {"name": "Medicare and Long-Term Care", "thomas_id": "08", "congresses": [101, 102], "names": {"101": "Medicare and Long-Term Care", "102": "Medicare and Long-Term Care"}}, {"name": "Health Care", "thomas_id": "10", "congresses": [105, 106], "names": {"105": "Health Care", "106": "Health Care"}}, {"name": "Long-Term Growth and Debt Reduction", "thomas_id": "09", "congresses": [106], "names": {"106": "Long-Term Growth and Debt Reduction"}}]}, {"type": "senate", "name": "Senate Committee on Foreign Relations", "thomas_id": "SSFR", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Foreign Relations", "94": "Foreign Relations", "95": "Foreign Relations", "96": "Foreign Relations", "97": "Foreign Relations", "98": "Foreign Relations", "99": "Foreign Relations", "100": "Foreign Relations", "101": "Foreign Relations", "102": "Foreign Relations", "103": "Foreign Relations", "104": "Foreign Relations", "105": "Foreign Relations", "106": "Foreign Relations", "107": "Foreign Relations", "108": "Foreign Relations", "109": "Foreign Relations", "110": "Foreign Relations", "111": "Foreign Relations", "112": "Foreign Relations", "113": "Foreign Relations", "114": "Foreign Relations"}, "subcommittees": [{"name": "European Affairs", "thomas_id": "01", "congresses": [97, 98, 99, 108], "names": {"97": "Europe and Regional Security Cooperation", "98": "Europe and Regional Security Cooperation", "99": "Europe and Regional Security Cooperation", "108": "Europe and Regional Security Cooperation"}}, {"name": "African Affairs", "thomas_id": "09", "congresses": [98, 99, 102, 103, 104, 106, 112], "names": {"98": "African Affairs", "99": "African Affairs", "102": "African Affairs", "103": "African Affairs", "104": "African Affairs", "106": "African Affairs", "112": "African Affairs"}}, {"name": "East Asian and Pacific Affairs", "thomas_id": "02", "congresses": [98, 99, 100, 105, 108, 113], "names": {"98": "East Asian and Pacific Affairs", "99": "East Asian and Pacific Affairs", "100": "East Asian and Pacific Affairs", "105": "East Asian and Pacific Affairs", "108": "East Asian and Pacific Affairs", "113": "East Asian and Pacific Affairs"}}, {"name": "International Economic Policy", "thomas_id": "03", "congresses": [98, 99, 100, 102, 103, 105], "names": {"98": "International Economic Policy", "99": "International Economic Policy, Oceans and Environment", "100": "International Economic Policy, Trade, Oceans and Environment", "102": "International Economic Policy, Trade, Oceans and Environment", "103": "International Economic Policy, Trade, Oceans and Environment", "105": "International Economic Policy, Export and Trade Promotion"}}, {"name": "Near Eastern and South Asian Affairs", "thomas_id": "07", "congresses": [98, 99, 100, 104, 106], "names": {"98": "Near Eastern and South Asian Affairs", "99": "Near Eastern and South Asian Affairs", "100": "Near Eastern and South Asian Affairs", "104": "Near Eastern and South Asian Affairs", "106": "Near Eastern and South Asian Affairs"}}, {"name": "Western Hemisphere Affairs", "thomas_id": "06", "congresses": [98, 99, 100, 102, 104, 105, 107, 110], "names": {"98": "Western Hemisphere Affairs", "99": "Western Hemisphere Affairs", "100": "Western Hemisphere and Peace Corps Affairs", "102": "Western Hemisphere and Peace Corps Affairs", "104": "Western Hemisphere and Peace Corps Affairs", "105": "Western Hemisphere, Peace Corps, Narcotics and Terrorism", "107": "Western Hemisphere, Peace Corps and Narcotics Affairs", "110": "Western Hemisphere, Peace Corps and Narcotics Affairs"}}, {"name": "Terrorism, Narcotics and International Communications", "thomas_id": "04", "congresses": [100, 103], "names": {"100": "Terrorism, Narcotics and International Communications", "103": "Terrorism, Narcotics and International Operations"}}]}, {"type": "senate", "name": "Senate Committee on Government Operations", "thomas_id": "SSGA", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Government Operations", "94": "Government Operations", "95": "Governmental Affairs", "96": "Governmental Affairs", "97": "Governmental Affairs", "98": "Governmental Affairs", "99": "Governmental Affairs", "100": "Governmental Affairs", "101": "Governmental Affairs", "102": "Governmental Affairs", "103": "Governmental Affairs", "104": "Governmental Affairs", "105": "Governmental Affairs", "106": "Governmental Affairs", "107": "Governmental Affairs", "108": "Governmental Affairs", "109": "Homeland Security and Governmental Affairs", "110": "Homeland Security and Governmental Affairs", "111": "Homeland Security and Governmental Affairs", "112": "Homeland Security and Governmental Affairs", "113": "Homeland Security and Governmental Affairs", "114": "Homeland Security and Governmental Affairs"}, "subcommittees": [{"name": "Civil Service, Post Office, and General Services", "thomas_id": "07", "congresses": [97, 98, 99, 105, 106, 107], "names": {"97": "Civil Service, Post Office, and General Services", "98": "Civil Service, Post Office, and General Services", "99": "Civil Service, Post Office, and General Services", "105": "International Security, Proliferation and Federal Services", "106": "International Security, Proliferation and Federal Services", "107": "International Security, Proliferation and Federal Services"}}, {"name": "Energy, Nuclear Proliferation and Government Processes", "thomas_id": "06", "congresses": [97, 98, 99, 104], "names": {"97": "Energy, Nuclear Proliferation and Government Processes", "98": "Energy, Nuclear Proliferation and Government Processes", "99": "Energy, Nuclear Proliferation and Government Processes", "104": "Financial Management and Accountability"}}, {"name": "Federal Expenditures", "thomas_id": "10", "congresses": [97, 98, 110], "names": {"97": "Federal Expenditures", "98": "Information Management and Regulatory Affairs", "110": "State, Local, and Private Sector Preparedness and Integration (Ad Hoc)"}}, {"name": "Governmental Efficiency and the District of Columbia", "thomas_id": "05", "congresses": [97, 98, 99, 100, 101, 102, 104], "names": {"97": "Governmental Efficiency and the District of Columbia", "98": "Governmental Efficiency and the District of Columbia", "99": "Governmental Efficiency and the District of Columbia", "100": "Federal Services, Post Office, and Civil Service", "101": "Federal Services, Post Office, and Civil Service", "102": "Federal Services, Post Office, and Civil Service", "104": "Post Office and Civil Service"}}, {"name": "Intergovernmental Relations", "thomas_id": "02", "congresses": [97, 98, 99, 100, 102], "names": {"97": "Intergovernmental Relations", "98": "Intergovernmental Relations", "99": "Intergovernmental Relations", "100": "Federal Spending, Budget, and Accounting", "102": "Government Information and Regulation"}}, {"name": "Oversight of Government Management", "thomas_id": "08", "congresses": [97, 98, 99], "names": {"97": "Oversight of Government Management", "98": "Oversight of Government Management", "99": "Oversight of Government Management"}}, {"name": "Government Efficiency, Federalism, and the District of Columbia", "thomas_id": "04", "congresses": [100, 101, 102], "names": {"100": "Government Efficiency, Federalism, and the District of Columbia", "101": "General Services, Federalism, and the District of Columbia", "102": "General Services, Federalism, and the District of Columbia"}}, {"name": "Oversight of Government Management", "thomas_id": "03", "congresses": [100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112], "names": {"100": "Oversight of Government Management", "101": "Oversight of Government Management", "102": "Oversight of Government Management", "103": "Oversight of Government Management", "104": "Oversight of Government Management and the District of Columbia", "105": "Oversight of Government Management, Restructuring and the District of Columbia", "106": "Oversight of Government Management, Restructuring and the District of Columbia", "107": "Oversight of Government Management, the Federal Workforce, and the District of Columbia", "108": "Oversight of Government Management, the Federal Workforce, and the District of Columbia", "109": "Oversight of Government Management, the Federal Workforce, and the District of Columbia", "110": "Oversight of Government Management, the Federal Workforce, and the District of Columbia", "111": "Oversight of Government Management, the Federal Workforce, and the District of Columbia", "112": "Oversight of Government Management, the Federal Workforce, and the District of Columbia"}}, {"name": "Financial Management, the Budget and International Security", "thomas_id": "09", "congresses": [108, 109, 110, 111, 112], "names": {"108": "Financial Management, the Budget and International Security", "109": "Federal Financial Management, Government Information, Federal Services, and International Security", "110": "Federal Financial Management, Government Information, Federal Services, and International Security", "111": "Federal Financial Management, Government Information, Federal Services, and International Security", "112": "Federal Financial Management, Government Information, Federal Services, and International Security"}}, {"name": "Disaster Recovery (Ad Hoc)", "thomas_id": "11", "congresses": [110, 111], "names": {"110": "Disaster Recovery (Ad Hoc)", "111": "Disaster Recovery (Ad Hoc)"}}, {"name": "Contracting Oversight (Ad Hoc)", "thomas_id": "13", "congresses": [111, 112], "names": {"111": "Contracting Oversight (Ad Hoc)", "112": "Contracting Oversight (Ad Hoc)"}}, {"name": "Efficiency and Effectiveness of Federal Programs and the Federal Workforce", "thomas_id": "16", "congresses": [113], "names": {"113": "Efficiency and Effectiveness of Federal Programs and the Federal Workforce"}}, {"name": "and Federal Management", "thomas_id": "19", "congresses": [114], "names": {"114": "and Federal Management"}}]}, {"type": "senate", "name": "Senate Committee on Interior and Insular Affairs", "thomas_id": "SSEG", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Interior and Insular Affairs", "94": "Interior and Insular Affairs", "95": "Energy and Natural Resources", "96": "Energy and Natural Resources", "97": "Energy and Natural Resources", "98": "Energy and Natural Resources", "99": "Energy and Natural Resources", "100": "Energy and Natural Resources", "101": "Energy and Natural Resources", "102": "Energy and Natural Resources", "103": "Energy and Natural Resources", "104": "Energy and Natural Resources", "105": "Energy and Natural Resources", "106": "Energy and Natural Resources", "107": "Energy and Natural Resources", "108": "Energy and Natural Resources", "109": "Energy and Natural Resources", "110": "Energy and Natural Resources", "111": "Energy and Natural Resources", "112": "Energy and Natural Resources", "113": "Energy and Natural Resources", "114": "Energy and Natural Resources"}, "subcommittees": [{"name": "Energy and Mineral Resources", "thomas_id": "07", "congresses": [97, 98, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Energy and Mineral Resources", "98": "Energy and Mineral Resources", "105": "Water and Power", "106": "Water and Power", "107": "Water and Power", "108": "Water and Power", "109": "Water and Power", "110": "Water and Power", "111": "Water and Power", "112": "Water and Power", "113": "Water and Power", "114": "Water and Power"}}, {"name": "Energy Conservation and Supply", "thomas_id": "04", "congresses": [97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"97": "Energy Conservation and Supply", "98": "Energy Conservation and Supply", "100": "Public Lands, National Parks and Forests", "101": "Public Lands, National Parks and Forests", "102": "Public Lands, National Parks and Forests", "103": "Public Lands, National Parks and Forests", "104": "Parks, Historic Preservation, and Recreation", "105": "National Parks, Historic Preservation and Recreation", "106": "National Parks, Historic Preservation and Recreation", "107": "National Parks", "108": "National Parks", "109": "National Parks", "110": "National Parks", "111": "National Parks", "112": "National Parks", "113": "National Parks", "114": "National Parks"}}, {"name": "Energy Regulation", "thomas_id": "05", "congresses": [97, 98, 99, 100, 101, 102, 103, 104], "names": {"97": "Energy Regulation", "98": "Energy Regulation", "99": "Energy Regulation and Conservation", "100": "Mineral Resources Development and Production", "101": "Mineral Resources Development and Production", "102": "Mineral Resources Development and Production", "103": "Mineral Resources Development and Production", "104": "Energy Production and Regulation"}}, {"name": "Energy Research and Development", "thomas_id": "01", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 110, 111, 112, 113], "names": {"97": "Energy Research and Development", "98": "Energy Research and Development", "99": "Energy Research and Development", "100": "Research and Development", "101": "Energy Research and Development", "102": "Energy Research and Development", "103": "Energy Research and Development", "104": "Energy Research and Development", "105": "Energy Research, Development, Production and Regulation", "106": "Energy Research, Development, Production and Regulation", "108": "Energy", "110": "Energy", "111": "Energy", "112": "Energy", "113": "Energy"}}, {"name": "Public Lands, Reserved Water and Resource Conservation", "thomas_id": "09", "congresses": [97, 98, 99], "names": {"97": "Public Lands, Reserved Water and Resource Conservation", "98": "Public Lands, Reserved Water and Resource Conservation", "99": "Public Lands, Reserved Water and Resource Conservation"}}, {"name": "Water and Power", "thomas_id": "08", "congresses": [97, 98, 99], "names": {"97": "Water and Power", "98": "Water and Power", "99": "Water and Power"}}, {"name": "Natural Resources Development and Production", "thomas_id": "10", "congresses": [99], "names": {"99": "Natural Resources Development and Production"}}, {"name": "Energy Regulation and Conservation", "thomas_id": "02", "congresses": [100, 101, 102, 103], "names": {"100": "Energy Regulation and Conservation", "101": "Energy Regulation and Conservation", "102": "Energy Regulation and Conservation", "103": "Renewable Energy, Energy Efficiency, and Competitiveness"}}, {"name": "Water and Power", "thomas_id": "03", "congresses": [100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"100": "Water and Power", "101": "Water and Power", "102": "Water and Power", "103": "Water and Power", "104": "Forests and Public Land Management", "105": "Forests and Public Land Management", "106": "Forests and Public Land Management", "107": "Public Lands and Forests", "108": "Public Lands and Forests", "109": "Public Lands and Forests", "110": "Public Lands and Forests", "111": "Public Lands and Forests", "112": "Public Lands and Forests", "113": "Public Lands, Forests, and Mining", "114": "Public Lands, Forests, and Mining"}}]}, {"type": "senate", "name": "Senate Committee on Judiciary", "thomas_id": "SSJU", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Judiciary", "94": "Judiciary", "95": "Judiciary", "96": "Judiciary", "97": "Judiciary", "98": "Judiciary", "99": "Judiciary", "100": "Judiciary", "101": "Judiciary", "102": "Judiciary", "103": "Judiciary", "104": "Judiciary", "105": "Judiciary", "106": "Judiciary", "107": "Judiciary", "108": "Judiciary", "109": "Judiciary", "110": "Judiciary", "111": "Judiciary", "112": "Judiciary", "113": "Judiciary", "114": "Judiciary"}, "subcommittees": [{"name": "Agency Administration", "thomas_id": "23", "congresses": [97, 112, 113], "names": {"97": "Agency Administration", "112": "Privacy, Technology and the Law", "113": "Privacy, Technology and the Law"}}, {"name": "Constitution", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109], "names": {"97": "Constitution", "98": "Constitution", "99": "Constitution", "100": "Constitution", "101": "Constitution", "102": "Constitution", "103": "Constitution", "104": "Constitution, Federalism, and Property Rights", "105": "Constitution, Federalism, and Property Rights", "106": "Constitution", "107": "Constitution", "108": "Constitution, Civil Rights and Property Rights", "109": "Constitution, Civil Rights and Property Rights"}}, {"name": "Courts", "thomas_id": "20", "congresses": [97, 98, 99, 111], "names": {"97": "Courts", "98": "Courts", "99": "Courts", "111": "Human Rights and the Law"}}, {"name": "Criminal Law", "thomas_id": "05", "congresses": [97, 98, 99, 100, 101, 102, 103, 104], "names": {"97": "Criminal Law", "98": "Criminal Law", "99": "Criminal Law", "100": "Technology and the Law", "101": "Technology and the Law", "102": "Technology and the Law", "103": "Technology and the Law", "104": "Terrorism, Technology, and Government Information"}}, {"name": "Immigration and Refugee Policy", "thomas_id": "21", "congresses": [97, 98, 99, 112, 113, 114], "names": {"97": "Immigration and Refugee Policy", "98": "Immigration and Refugee Policy", "99": "Immigration and Refugee Policy", "112": "Constitution, Civil Rights and Human Rights", "113": "Constitution, Civil Rights and Human Rights", "114": "Constitution, Civil Rights and Human Rights"}}, {"name": "Juvenile Justice", "thomas_id": "25", "congresses": [97, 98, 99, 114], "names": {"97": "Juvenile Justice", "98": "Juvenile Justice", "99": "Juvenile Justice", "114": "Oversight, Federal Rights and Agency Action"}}, {"name": "Regulatory Reform", "thomas_id": "19", "congresses": [97], "names": {"97": "Regulatory Reform"}}, {"name": "Security and Terrorism", "thomas_id": "24", "congresses": [97, 98, 99, 113], "names": {"97": "Security and Terrorism", "98": "Security and Terrorism", "99": "Security and Terrorism", "113": "Bankruptcy and the Courts"}}, {"name": "Separation of Powers", "thomas_id": "22", "congresses": [97, 98, 112, 113, 114], "names": {"97": "Separation of Powers", "98": "Separation of Powers", "112": "Crime and Terrorism", "113": "Crime and Terrorism", "114": "Crime and Terrorism"}}, {"name": "Administrative Practice and Procedure", "thomas_id": "27", "congresses": [98, 99], "names": {"98": "Administrative Practice and Procedure", "99": "Administrative Practice and Procedure"}}, {"name": "Patents, Copyrights and Trademarks", "thomas_id": "26", "congresses": [98, 99], "names": {"98": "Patents, Copyrights and Trademarks", "99": "Patents, Copyrights and Trademarks"}}, {"name": "Antitrust, Monopolies and Business Rights", "thomas_id": "01", "congresses": [100, 101, 102, 103, 104, 105, 106, 107, 110, 113, 114], "names": {"100": "Antitrust, Monopolies and Business Rights", "101": "Antitrust, Monopolies and Business Rights", "102": "Antitrust, Monopolies and Business Rights", "103": "Antitrust, Monopolies and Business Rights", "104": "Antitrust, Business Rights and Competition", "105": "Antitrust, Business Rights and Competition", "106": "Antitrust, Business Rights and Competition", "107": "Antitrust, Competition and Business and Consumer Rights", "110": "Antitrust, Competition Policy and Consumer Rights", "113": "Antitrust, Competition Policy and Consumer Rights", "114": "Antitrust, Competition Policy and Consumer Rights"}}, {"name": "Courts and Administrative Practice", "thomas_id": "02", "congresses": [100, 101, 102, 103, 104, 105, 106, 108, 109, 112], "names": {"100": "Courts and Administrative Practice", "101": "Courts and Administrative Practice", "102": "Courts and Administrative Practice", "103": "Courts and Administrative Practice", "104": "Administrative Oversight and the Courts", "105": "Administrative Oversight and the Courts", "106": "Administrative Oversight and the Courts", "108": "Administrative Oversight and the Courts", "109": "Administrative Oversight and the Courts", "112": "Administrative Oversight and the Courts"}}, {"name": "Immigration and Refugee Affairs", "thomas_id": "04", "congresses": [100, 101, 102, 103, 104, 105, 106, 107, 112], "names": {"100": "Immigration and Refugee Affairs", "101": "Immigration and Refugee Affairs", "102": "Immigration and Refugee Affairs", "103": "Immigration and Refugee Affairs", "104": "Immigration", "105": "Immigration", "106": "Immigration", "107": "Immigration", "112": "Immigration, Refugees and Border Security"}}, {"name": "Patents, Copyrights and Trademarks", "thomas_id": "06", "congresses": [100, 101, 102, 103], "names": {"100": "Patents, Copyrights and Trademarks", "101": "Patents, Copyrights and Trademarks", "102": "Patents, Copyrights and Trademarks", "103": "Patents, Copyrights and Trademarks"}}, {"name": "Juvenile Justice", "thomas_id": "07", "congresses": [102, 103, 104, 105], "names": {"102": "Juvenile Justice", "103": "Juvenile Justice", "104": "Youth Violence", "105": "Youth Violence"}}, {"name": "Technology, Terrorism, and Government Information", "thomas_id": "09", "congresses": [105, 106, 107, 108, 109, 110], "names": {"105": "Technology, Terrorism, and Government Information", "106": "Technology, Terrorism, and Government Information", "107": "Technology, Terrorism, and Government Information", "108": "Terrorism, Technology and Homeland Security", "109": "Terrorism, Technology and Homeland Security", "110": "Terrorism, Technology and Homeland Security"}}, {"name": "Crime and Drugs", "thomas_id": "12", "congresses": [107], "names": {"107": "Crime and Drugs"}}, {"name": "Constitution", "thomas_id": "18", "congresses": [110, 111], "names": {"110": "Constitution", "111": "Constitution"}}, {"name": "Crime and Drugs", "thomas_id": "15", "congresses": [110, 111], "names": {"110": "Crime and Drugs", "111": "Crime and Drugs"}}]}, {"type": "senate", "name": "Senate Committee on Labor and Public Welfare", "thomas_id": "SSHR", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Labor and Public Welfare", "94": "Labor and Public Welfare", "95": "Human Resources", "96": "Labor and Human Resources", "97": "Labor and Human Resources", "98": "Labor and Human Resources", "99": "Labor and Human Resources", "100": "Labor and Human Resources", "101": "Labor and Human Resources", "102": "Labor and Human Resources", "103": "Labor and Human Resources", "104": "Labor and Human Resources", "105": "Labor and Human Resources", "106": "Health, Education, Labor, and Pensions", "107": "Health, Education, Labor, and Pensions", "108": "Health, Education, Labor, and Pensions", "109": "Health, Education, Labor, and Pensions", "110": "Health, Education, Labor, and Pensions", "111": "Health, Education, Labor, and Pensions", "112": "Health, Education, Labor, and Pensions", "113": "Health, Education, Labor, and Pensions", "114": "Health, Education, Labor, and Pensions"}, "subcommittees": [{"name": "Aging, Family, and Human Services", "thomas_id": "06", "congresses": [97, 98, 99, 100, 101, 102, 103, 105], "names": {"97": "Aging, Family, and Human Services", "98": "Family and Human Services", "99": "Children, Family, Drugs and Alcoholism", "100": "Children, Family, Drugs and Alcoholism", "101": "Children, Family, Drugs and Alcoholism", "102": "Children, Family, Drugs and Alcoholism", "103": "Children, Family, Drugs and Alcoholism", "105": "Children and Families"}}, {"name": "Alcoholism and Drug Abuse", "thomas_id": "07", "congresses": [97, 98, 105, 107], "names": {"97": "Alcoholism and Drug Abuse", "98": "Alcoholism and Drug Abuse", "105": "Public Health and Safety", "107": "Public Health"}}, {"name": "Education, Arts, and Humanities", "thomas_id": "08", "congresses": [97, 98, 99, 105, 106], "names": {"97": "Education, Arts, and Humanities", "98": "Education, Arts, and Humanities", "99": "Education, Arts, and Humanities", "105": "Employment and Training", "106": "Employment, Safety, and Training"}}, {"name": "Employment and Productivity", "thomas_id": "04", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Employment and Productivity", "98": "Employment and Productivity", "99": "Employment and Productivity", "100": "Employment and Productivity", "101": "Employment and Productivity", "102": "Employment and Productivity", "103": "Employment and Productivity"}}, {"name": "Handicapped", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Handicapped", "98": "Handicapped", "99": "Handicapped", "100": "Handicapped", "101": "Handicapped", "102": "Disability Policy", "103": "Disability Policy"}}, {"name": "Labor", "thomas_id": "10", "congresses": [97, 98, 99, 109], "names": {"97": "Labor", "98": "Labor", "99": "Labor", "109": "Bioterrorism and Public Health Preparedness"}}, {"name": "Aging", "thomas_id": "11", "congresses": [98, 99, 111], "names": {"98": "Aging", "99": "Aging", "111": "Employment and Workplace Safety"}}, {"name": "Aging", "thomas_id": "05", "congresses": [100, 101, 102, 103, 104, 107], "names": {"100": "Aging", "101": "Aging", "102": "Aging", "103": "Aging", "104": "Aging", "107": "Aging"}}, {"name": "Education, Arts and Humanities", "thomas_id": "01", "congresses": [100, 101, 102, 103, 104], "names": {"100": "Education, Arts and Humanities", "101": "Education, Arts and Humanities", "102": "Education, Arts and Humanities", "103": "Education, Arts and Humanities", "104": "Education, Arts and Humanities"}}, {"name": "Labor", "thomas_id": "03", "congresses": [100, 101, 102, 103], "names": {"100": "Labor", "101": "Labor", "102": "Labor", "103": "Labor"}}, {"name": "Education and Early Childhood Development", "thomas_id": "09", "congresses": [109], "names": {"109": "Education and Early Childhood Development"}}, {"name": "Primary Health and Aging", "thomas_id": "12", "congresses": [112, 113], "names": {"112": "Primary Health and Aging", "113": "Primary Health and Aging"}}]}, {"type": "senate", "name": "Senate Committee on Public Works", "thomas_id": "SSEV", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Public Works", "94": "Public Works", "95": "Environment and Public Works", "96": "Environment and Public Works", "97": "Environment and Public Works", "98": "Environment and Public Works", "99": "Environment and Public Works", "100": "Environment and Public Works", "101": "Environment and Public Works", "102": "Environment and Public Works", "103": "Environment and Public Works", "104": "Environment and Public Works", "105": "Environment and Public Works", "106": "Environment and Public Works", "107": "Environment and Public Works", "108": "Environment and Public Works", "109": "Environment and Public Works", "110": "Environment and Public Works", "111": "Environment and Public Works", "112": "Environment and Public Works", "113": "Environment and Public Works", "114": "Environment and Public Works"}, "subcommittees": [{"name": "Environmental Pollution", "thomas_id": "01", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Environmental Pollution", "98": "Environmental Pollution", "99": "Environmental Pollution", "100": "Water Resources, Transportation and Infrastructure", "101": "Water Resources, Transportation and Infrastructure", "102": "Water Resources, Transportation and Infrastructure", "103": "Water Resources, Transportation, Public Buildings, and Economic Development"}}, {"name": "Nuclear Regulation", "thomas_id": "06", "congresses": [97, 98, 99, 103], "names": {"97": "Nuclear Regulation", "98": "Nuclear Regulation", "99": "Nuclear Regulation", "103": "Clean Water, Fisheries and Wildlife"}}, {"name": "Regional and Community Development", "thomas_id": "04", "congresses": [97, 98, 100, 101, 102, 103], "names": {"97": "Regional and Community Development", "98": "Regional and Community Development", "100": "Superfund and Environmental Oversight", "101": "Superfund, Ocean and Water Protection", "102": "Superfund, Ocean and Water Protection", "103": "Superfund, Recycling, and Solid Waste Management"}}, {"name": "Toxic Substances and Environmental Oversight", "thomas_id": "07", "congresses": [97, 98, 99, 103], "names": {"97": "Toxic Substances and Environmental Oversight", "98": "Toxic Substances and Environmental Oversight", "99": "Toxic Substances and Environmental Oversight", "103": "Clean Air and Nuclear Regulation"}}, {"name": "Transportation", "thomas_id": "03", "congresses": [97, 98, 99, 100, 101, 102, 103], "names": {"97": "Transportation", "98": "Transportation", "99": "Transportation", "100": "Hazardous Wastes and Toxic Substances", "101": "Toxic Substances, Environmental Oversight, Research and Development", "102": "Toxic Substances, Environmental Oversight, Research and Development", "103": "Toxic Substances, Research and Development"}}, {"name": "Water Resources", "thomas_id": "02", "congresses": [97, 98, 99, 100, 101, 102], "names": {"97": "Water Resources", "98": "Water Resources", "99": "Water Resources", "100": "Environmental Protection", "101": "Environmental Protection", "102": "Environmental Protection"}}, {"name": "Nuclear Regulation", "thomas_id": "05", "congresses": [100, 101], "names": {"100": "Nuclear Regulation", "101": "Nuclear Regulation"}}, {"name": "Clean Air, Wetlands, Private Property, and Nuclear Safety", "thomas_id": "10", "congresses": [104, 105, 107, 108, 109, 111, 114], "names": {"104": "Clean Air, Wetlands, Private Property, and Nuclear Safety", "105": "Clean Air, Wetlands, Private Property, and Nuclear Safety", "107": "Clean Air, Wetlands, and Climate Change", "108": "Clean Air, Climate Change, and Nuclear Safety", "109": "Clean Air, Climate Change, and Nuclear Safety", "111": "Clean Air and Nuclear Safety", "114": "Clean Air and Nuclear Safety"}}, {"name": "Drinking Water, Fisheries, and Wildlife", "thomas_id": "11", "congresses": [104, 106, 107, 108], "names": {"104": "Drinking Water, Fisheries, and Wildlife", "106": "Fisheries, Wildlife, and Drinking Water", "107": "Fisheries, Wildlife, and Water", "108": "Fisheries, Wildlife, and Water"}}, {"name": "Superfund, Waste Control, and Risk Assessment", "thomas_id": "09", "congresses": [104, 105, 106, 107, 109, 114], "names": {"104": "Superfund, Waste Control, and Risk Assessment", "105": "Superfund, Waste Control, and Risk Assessment", "106": "Superfund, Waste Control, and Risk Assessment", "107": "Superfund, Toxics, Risk, and Waste Management", "109": "Superfund and Waste Management", "114": "Superfund, Waste Management, and Regulatory Oversight"}}, {"name": "Transportation and Infrastructure", "thomas_id": "08", "congresses": [104, 105, 106, 108], "names": {"104": "Transportation and Infrastructure", "105": "Transportation and Infrastructure", "106": "Transportation and Infrastructure", "108": "Transportation and Infrastructure"}}, {"name": "Private Sector and Consumer Solutions to Global Warming and Wildlife Protection", "thomas_id": "13", "congresses": [110], "names": {"110": "Private Sector and Consumer Solutions to Global Warming and Wildlife Protection"}}, {"name": "Water and Wildlife", "thomas_id": "15", "congresses": [111, 112, 113, 114], "names": {"111": "Water and Wildlife", "112": "Water and Wildlife", "113": "Water and Wildlife", "114": "Fisheries, Water, and Wildlife"}}]}, {"type": "senate", "name": "Senate Committee on Rules and Administration", "thomas_id": "SSRA", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Rules and Administration", "94": "Rules and Administration", "95": "Rules and Administration", "96": "Rules and Administration", "97": "Rules and Administration", "98": "Rules and Administration", "99": "Rules and Administration", "100": "Rules and Administration", "101": "Rules and Administration", "102": "Rules and Administration", "103": "Rules and Administration", "104": "Rules and Administration", "105": "Rules and Administration", "106": "Rules and Administration", "107": "Rules and Administration", "108": "Rules and Administration", "109": "Rules and Administration", "110": "Rules and Administration", "111": "Rules and Administration", "112": "Rules and Administration", "113": "Rules and Administration", "114": "Rules and Administration"}}, {"type": "senate", "name": "Senate Committee on Veterans' Affairs", "thomas_id": "SSVA", "congresses": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"93": "Veterans' Affairs", "94": "Veterans' Affairs", "95": "Veterans' Affairs", "96": "Veterans' Affairs", "97": "Veterans' Affairs", "98": "Veterans' Affairs", "99": "Veterans' Affairs", "100": "Veterans' Affairs", "101": "Veterans' Affairs", "102": "Veterans' Affairs", "103": "Veterans' Affairs", "104": "Veterans' Affairs", "105": "Veterans' Affairs", "106": "Veterans' Affairs", "107": "Veterans' Affairs", "108": "Veterans' Affairs", "109": "Veterans' Affairs", "110": "Veterans' Affairs", "111": "Veterans' Affairs", "112": "Veterans' Affairs", "113": "Veterans' Affairs", "114": "Veterans' Affairs"}}, {"type": "house", "name": "House Committee on Budget", "thomas_id": "HSBU", "congresses": [94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"94": "Budget", "95": "Budget", "96": "Budget", "97": "Budget", "98": "Budget", "99": "Budget", "100": "Budget", "101": "Budget", "102": "Budget", "103": "Budget", "104": "Budget", "105": "Budget", "106": "Budget", "107": "Budget", "108": "Budget", "109": "Budget", "110": "Budget", "111": "Budget", "112": "Budget", "113": "Budget", "114": "Budget"}}, {"type": "house", "name": "House Committee on Small Business", "thomas_id": "HSSM", "congresses": [94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"94": "Small Business", "95": "Small Business", "96": "Small Business", "97": "Small Business", "98": "Small Business", "99": "Small Business", "100": "Small Business", "101": "Small Business", "102": "Small Business", "103": "Small Business", "104": "Small Business", "105": "Small Business", "106": "Small Business", "107": "Small Business", "108": "Small Business", "109": "Small Business", "110": "Small Business", "111": "Small Business", "112": "Small Business", "113": "Small Business", "114": "Small Business"}, "subcommittees": [{"name": "Energy, Environment, and Safety Issues Affecting Small Business", "thomas_id": "04", "congresses": [97, 98, 99, 100], "names": {"97": "Energy, Environment, and Safety Issues Affecting Small Business", "98": "Energy, Environment, and Safety Issues Affecting Small Business", "99": "Energy, Environment, and Safety Issues Affecting Small Business", "100": "Energy and Agriculture"}}, {"name": "Export Opportunities & Special Small Business Problems", "thomas_id": "06", "congresses": [97, 98, 99, 100], "names": {"97": "Export Opportunities & Special Small Business Problems", "98": "Export Opportunities & Special Small Business Problems", "99": "Export Opportunities & Special Small Business Problems", "100": "Exports, Tourism and Special Problems"}}, {"name": "General Oversight", "thomas_id": "02", "congresses": [97, 98, 99, 100], "names": {"97": "General Oversight", "98": "General Oversight and the Economy", "99": "General Oversight and the Economy", "100": "SBA, and the General Economy"}}, {"name": "SBA and SBIC Authority, Minority Enterprise, and General Small Business", "thomas_id": "01", "congresses": [97, 98, 99, 100], "names": {"97": "SBA and SBIC Authority, Minority Enterprise, and General Small Business", "98": "SBA and SBIC Authority, Minority Enterprise, and General Small Business", "99": "SBA and SBIC Authority, Minority Enterprise, and General Small Business", "100": "Procurement, Innovation and Minority Enterprise Development"}}, {"name": "Tax, Access to Equity Capital and Business Opportunities", "thomas_id": "05", "congresses": [97, 98, 99], "names": {"97": "Tax, Access to Equity Capital and Business Opportunities", "98": "Tax, Access to Equity Capital and Business Opportunities", "99": "Tax, Access to Equity Capital and Business Opportunities"}}, {"name": "Antitrust and Restraint of Trade Activities Affecting Small Business", "thomas_id": "03", "congresses": [98, 99], "names": {"98": "Antitrust and Restraint of Trade Activities Affecting Small Business", "99": "Antitrust and Restraint of Trade Activities Affecting Small Business"}}, {"name": "Procurement, Tourism, and Rural Development", "thomas_id": "09", "congresses": [101, 102], "names": {"101": "Procurement, Tourism, and Rural Development", "102": "Procurement, Tourism, and Rural Development"}}, {"name": "Regulation, Business Opportunity, and Energy", "thomas_id": "11", "congresses": [101, 102], "names": {"101": "Regulation, Business Opportunity, and Energy", "102": "Regulation, Business Opportunities, and Energy"}}, {"name": "SBA, the General Economy and Minority Enterprise Development", "thomas_id": "07", "congresses": [101, 102, 103], "names": {"101": "SBA, the General Economy and Minority Enterprise Development", "102": "SBA, the General Economy and Minority Enterprise Development", "103": "SBA Legislation and the General Economy"}}, {"name": "Government Programs", "thomas_id": "15", "congresses": [104], "names": {"104": "Government Programs"}}, {"name": "Workforce, Empowerment, and Government Programs", "thomas_id": "22", "congresses": [107], "names": {"107": "Workforce, Empowerment, and Government Programs"}}, {"name": "Contracting and Technology", "thomas_id": "23", "congresses": [111], "names": {"111": "Contracting and Technology"}}, {"name": "Finance and Tax", "thomas_id": "19", "congresses": [111], "names": {"111": "Finance and Tax"}}, {"name": "Investigations and Oversight", "thomas_id": "24", "congresses": [111], "names": {"111": "Investigations and Oversight"}}, {"name": "Regulations and Healthcare", "thomas_id": "17", "congresses": [111], "names": {"111": "Regulations and Healthcare"}}, {"name": "Rural Development, Entrepreneurship and Trade", "thomas_id": "21", "congresses": [111], "names": {"111": "Rural Development, Entrepreneurship and Trade"}}]}, {"type": "senate", "name": "Senate Committee on Intelligence (Select)", "thomas_id": "SLIN", "congresses": [94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"94": "Intelligence (Select)", "95": "Intelligence (Select)", "96": "Intelligence (Select)", "97": "Intelligence (Select)", "98": "Intelligence (Select)", "99": "Intelligence (Select)", "100": "Intelligence (Select)", "101": "Intelligence (Select)", "102": "Intelligence (Select)", "103": "Intelligence (Select)", "104": "Intelligence (Select)", "105": "Intelligence (Select)", "106": "Intelligence (Select)", "107": "Intelligence (Select)", "108": "Intelligence (Select)", "109": "Intelligence (Select)", "110": "Intelligence (Select)", "111": "Intelligence (Select)", "112": "Intelligence (Select)", "113": "Intelligence (Select)", "114": "Intelligence (Select)"}}, {"type": "senate", "name": "Senate Committee on Standards and Conduct (Select)", "thomas_id": "SLET", "congresses": [94, 95, 96, 97, 101, 103, 104], "names": {"94": "Standards and Conduct (Select)", "95": "Ethics (Select)", "96": "Ethics (Select)", "97": "Ethics (Select)", "101": "Ethics (Select)", "103": "Ethics (Select)", "104": "Ethics (Select)"}}, {"type": "house", "name": "House Committee on Intelligence (Permanent Select)", "thomas_id": "HLIG", "congresses": [95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"95": "Intelligence (Permanent Select)", "96": "Intelligence (Permanent Select)", "97": "Intelligence (Permanent Select)", "98": "Intelligence (Permanent Select)", "99": "Intelligence (Permanent Select)", "100": "Intelligence (Permanent Select)", "101": "Intelligence (Permanent Select)", "102": "Intelligence (Permanent Select)", "103": "Intelligence (Permanent Select)", "104": "Intelligence (Permanent Select)", "105": "Intelligence (Permanent Select)", "106": "Intelligence (Permanent Select)", "107": "Intelligence (Permanent Select)", "108": "Intelligence (Permanent Select)", "109": "Intelligence (Permanent Select)", "110": "Intelligence (Permanent Select)", "111": "Intelligence (Permanent Select)", "112": "Intelligence (Permanent Select)", "113": "Intelligence (Permanent Select)", "114": "Intelligence (Permanent Select)"}, "subcommittees": [{"name": "Legislation", "thomas_id": "02", "congresses": [97, 98, 100, 103], "names": {"97": "Legislation", "98": "Legislation", "100": "Legislation", "103": "Legislation"}}, {"name": "Program and Budget Authorization", "thomas_id": "01", "congresses": [97, 103], "names": {"97": "Program and Budget Authorization", "103": "Program and Budget Authorization"}}]}, {"type": "senate", "name": "Senate Committee on Indian Affairs (Select)", "thomas_id": "SLIA", "congresses": [95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"95": "Indian Affairs (Select)", "96": "Indian Affairs (Select)", "97": "Indian Affairs (Select)", "98": "Indian Affairs (Permanent Select)", "99": "Indian Affairs (Permanent Select)", "100": "Indian Affairs (Permanent Select)", "101": "Indian Affairs (Permanent Select)", "102": "Indian Affairs (Permanent Select)", "103": "Indian Affairs", "104": "Indian Affairs", "105": "Indian Affairs", "106": "Indian Affairs", "107": "Indian Affairs", "108": "Indian Affairs", "109": "Indian Affairs", "110": "Indian Affairs", "111": "Indian Affairs", "112": "Indian Affairs", "113": "Indian Affairs", "114": "Indian Affairs"}}, {"type": "senate", "name": "Senate Committee on Small Business (Select)", "thomas_id": "SSSB", "congresses": [95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114], "names": {"95": "Small Business (Select)", "96": "Small Business (Select)", "97": "Small Business", "98": "Small Business", "99": "Small Business", "100": "Small Business", "101": "Small Business", "102": "Small Business", "103": "Small Business", "104": "Small Business", "105": "Small Business", "106": "Small Business", "107": "Small Business and Entrepreneurship", "108": "Small Business and Entrepreneurship", "109": "Small Business and Entrepreneurship", "110": "Small Business and Entrepreneurship", "111": "Small Business and Entrepreneurship", "112": "Small Business and Entrepreneurship", "113": "Small Business and Entrepreneurship", "114": "Small Business and Entrepreneurship"}, "subcommittees": [{"name": "Innovation and Technology", "thomas_id": "06", "congresses": [97], "names": {"97": "Innovation and Technology"}}, {"name": "Rural Economy and Family Farming", "thomas_id": "03", "congresses": [101], "names": {"101": "Rural Economy and Family Farming"}}]}, {"type": "house", "name": "House Committee on Homeland Security (Select)", "thomas_id": "HSHM", "congresses": [107, 108, 109, 110, 111, 112, 113, 114], "names": {"107": "Homeland Security (Select)", "108": "Homeland Security (Select)", "109": "Homeland Security", "110": "Homeland Security", "111": "Homeland Security", "112": "Homeland Security", "113": "Homeland Security", "114": "Homeland Security"}, "subcommittees": [{"name": "Cybersecurity, Science, and Research and Development", "thomas_id": "04", "congresses": [108], "names": {"108": "Cybersecurity, Science, and Research and Development"}}, {"name": "Emergency Preparedness and Response", "thomas_id": "03", "congresses": [108], "names": {"108": "Emergency Preparedness and Response"}}, {"name": "Infrastructure and Border Security", "thomas_id": "01", "congresses": [108], "names": {"108": "Infrastructure and Border Security"}}, {"name": "Intelligence and Counterterrorism", "thomas_id": "05", "congresses": [108, 109, 110, 111, 112, 113, 114], "names": {"108": "Intelligence and Counterterrorism", "109": "Intelligence, Information Sharing, and Terrorism Risk Assessment", "110": "Intelligence, Information Sharing, and Terrorism Risk Assessment", "111": "Intelligence, Information Sharing, and Terrorism Risk Assessment", "112": "Counterterrorism and Intelligence", "113": "Counterterrorism and Intelligence", "114": "Counterterrorism and Intelligence"}}, {"name": "Economic Security, Infrastructure Protection, and Cybersecurity", "thomas_id": "07", "congresses": [109, 110, 111, 112, 113, 114], "names": {"109": "Economic Security, Infrastructure Protection, and Cybersecurity", "110": "Transportation Security and Infrastructure Protection", "111": "Transportation Security and Infrastructure Protection", "112": "Transportation Security", "113": "Transportation Security", "114": "Transportation Security"}}, {"name": "Emergency Preparedness, Science, and Technology", "thomas_id": "08", "congresses": [109, 110, 111, 112, 113, 114], "names": {"109": "Emergency Preparedness, Science, and Technology", "110": "Emerging Threats, Cybersecurity, and Science and Technology", "111": "Emerging Threats, Cybersecurity, and Science and Technology", "112": "Cybersecurity, Infrastructure Protection, and Security Technologies", "113": "Cybersecurity, Infrastructure Protection, and Security Technologies", "114": "Cybersecurity, Infrastructure Protection, and Security Technologies"}}, {"name": "Management, Integration, and Oversight", "thomas_id": "09", "congresses": [109, 110, 111, 112, 113, 114], "names": {"109": "Management, Integration, and Oversight", "110": "Management, Investigations, and Oversight", "111": "Management, Investigations, and Oversight", "112": "Oversight, Investigations, and Management", "113": "Oversight and Management Efficiency", "114": "Oversight and Management Efficiency"}}, {"name": "Prevention of Nuclear and Biological Attack", "thomas_id": "06", "congresses": [109], "names": {"109": "Prevention of Nuclear and Biological Attack"}}, {"name": "Border, Maritime, and Global Counterterrorism", "thomas_id": "11", "congresses": [110, 111, 112, 113, 114], "names": {"110": "Border, Maritime, and Global Counterterrorism", "111": "Border, Maritime, and Global Counterterrorism", "112": "Border and Maritime Security", "113": "Border and Maritime Security", "114": "Border and Maritime Security"}}, {"name": "Emergency Communications, Preparedness, and Response", "thomas_id": "12", "congresses": [110, 111, 112, 113, 114], "names": {"110": "Emergency Communications, Preparedness, and Response", "111": "Emergency Communications, Preparedness, and Response", "112": "Emergency Preparedness, Response, and Communications", "113": "Emergency Preparedness, Response, and Communications", "114": "Emergency Preparedness, Response, and Communications"}}]}, {"type": "senate", "name": "Commission on Security and Cooperation in Europe (Helsinki Commission)", "thomas_id": "JCSE", "congresses": [112, 113], "names": {"112": "Commission on Security and Cooperation in Europe (Helsinki Commission)", "113": "Commission on Security and Cooperation in Europe (Helsinki Commission)"}}, {"type": "senate", "name": "Senate Committee on Caucus on International Narcotics Control", "thomas_id": "SCNC", "congresses": [112, 113, 114], "names": {"112": "Caucus on International Narcotics Control", "113": "Caucus on International Narcotics Control", "114": "Caucus on International Narcotics Control"}}] \ No newline at end of file diff --git a/alternate_formats/executive.json b/alternate_formats/executive.json new file mode 100644 index 0000000..2e82e2b --- /dev/null +++ b/alternate_formats/executive.json @@ -0,0 +1 @@ +[{"id": {"bioguide": "W000178", "govtrack": 411351, "icpsr_prez": 99869}, "name": {"first": "George", "last": "Washington"}, "bio": {"birthday": "1732-02-22", "gender": "M"}, "terms": [{"type": "prez", "start": "1789-04-30", "end": "1793-03-04", "party": "no party", "how": "election"}, {"type": "prez", "start": "1793-03-04", "end": "1797-03-04", "party": "no party", "how": "election"}]}, {"id": {"bioguide": "A000039", "govtrack": 400699, "icpsr_prez": 99870}, "name": {"first": "John", "last": "Adams"}, "bio": {"birthday": "1735-10-19", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1789-04-21", "end": "1793-03-04", "party": "Federalist", "how": "election"}, {"type": "viceprez", "start": "1793-03-04", "end": "1797-03-04", "party": "Federalist", "how": "election"}, {"type": "prez", "start": "1797-03-04", "end": "1801-03-04", "party": "Federalist", "how": "election"}]}, {"id": {"bioguide": "J000069", "govtrack": 405974, "icpsr_prez": 99871}, "name": {"first": "Thomas", "last": "Jefferson"}, "bio": {"birthday": "1743-04-13", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1797-03-04", "end": "1801-03-04", "party": "Democratic-Republican", "how": "election"}, {"type": "prez", "start": "1801-03-04", "end": "1805-03-04", "party": "Democratic-Republican", "how": "election"}, {"type": "prez", "start": "1805-03-04", "end": "1809-03-04", "party": "Democratic-Republican", "how": "election"}]}, {"id": {"bioguide": "B001133", "govtrack": 402077, "icpsr": 1302}, "name": {"first": "Aaron", "last": "Burr", "suffix": "Jr."}, "bio": {"birthday": "1756-02-06", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1801-03-04", "end": "1805-03-04", "party": "Democratic-Republican", "how": "election"}]}, {"id": {"bioguide": "C000527", "govtrack": 412587}, "name": {"first": "George", "last": "Clinton"}, "bio": {"birthday": "1739-07-26", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1805-03-04", "end": "1809-03-04", "party": "Democratic-Republican", "how": "election"}, {"type": "viceprez", "start": "1809-03-04", "end": "1812-04-20", "party": "Democratic-Republican", "how": "election"}]}, {"id": {"bioguide": "G000139", "govtrack": 404507, "icpsr": 3541}, "name": {"first": "Elbridge", "last": "Gerry"}, "bio": {"birthday": "1744-07-17", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1813-03-04", "end": "1814-11-23", "party": "Democratic-Republican", "how": "election"}]}, {"id": {"bioguide": "M000043", "govtrack": 407071, "icpsr": 5903, "icpsr_prez": 99872}, "name": {"first": "James", "last": "Madison"}, "bio": {"birthday": "1751-03-16", "gender": "M"}, "terms": [{"type": "prez", "start": "1809-03-04", "end": "1813-03-04", "party": "Democratic-Republican", "how": "election"}, {"type": "prez", "start": "1813-03-04", "end": "1817-03-04", "party": "Democratic-Republican", "how": "election"}]}, {"id": {"bioguide": "T000306", "govtrack": 412588}, "name": {"first": "Daniel", "middle": "D.", "last": "Tompkins"}, "bio": {"birthday": "1774-06-21", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1817-03-04", "end": "1821-03-05", "party": "Democratic-Republican", "how": "election"}, {"type": "viceprez", "start": "1821-03-05", "end": "1825-03-04", "party": "Democratic-Republican", "how": "election"}]}, {"id": {"bioguide": "M000858", "govtrack": 407829, "icpsr": 6594, "icpsr_prez": 99873}, "name": {"first": "James", "last": "Monroe"}, "bio": {"birthday": "1758-04-28", "gender": "M"}, "terms": [{"type": "prez", "start": "1817-03-04", "end": "1821-03-05", "party": "Democratic-Republican", "how": "election"}, {"type": "prez", "start": "1821-03-05", "end": "1825-03-04", "party": "Democratic-Republican", "how": "election"}]}, {"id": {"bioguide": "A000041", "govtrack": 400702, "icpsr": 34, "icpsr_prez": 99874}, "name": {"first": "John", "middle": "Quincy", "last": "Adams"}, "bio": {"birthday": "1767-07-11", "gender": "M"}, "terms": [{"type": "prez", "start": "1825-03-04", "end": "1829-03-04", "party": "Democratic-Republican", "how": "election"}]}, {"id": {"bioguide": "C000044", "govtrack": 402205, "icpsr": 1418}, "name": {"first": "John", "middle": "Caldwell", "last": "Calhoun"}, "bio": {"birthday": "1782-03-18", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1825-03-04", "end": "1829-03-04", "party": "Democratic-Republican", "how": "election"}, {"type": "viceprez", "start": "1829-03-04", "end": "1832-12-28", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "J000005", "govtrack": 405913, "icpsr": 4843, "icpsr_prez": 99875}, "name": {"first": "Andrew", "last": "Jackson"}, "bio": {"birthday": "1767-03-15", "gender": "M"}, "terms": [{"type": "prez", "start": "1829-03-04", "end": "1833-03-04", "party": "Democratic", "how": "election"}, {"type": "prez", "start": "1833-03-04", "end": "1837-03-04", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "J000170", "govtrack": 406067, "icpsr": 4988}, "name": {"first": "Richard", "middle": "Mentor", "last": "Johnson"}, "bio": {"birthday": "1780-10-17", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1837-03-04", "end": "1841-03-04", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "V000009", "govtrack": 411074, "icpsr": 9595, "icpsr_prez": 99876}, "name": {"first": "Martin", "last": "Van Buren"}, "bio": {"birthday": "1782-12-05", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1833-03-04", "end": "1837-03-04", "party": "Democratic", "how": "election"}, {"type": "prez", "start": "1837-03-04", "end": "1841-03-04", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "H000279", "govtrack": 405153, "icpsr": 4138, "icpsr_prez": 99877}, "name": {"first": "William", "middle": "Henry", "last": "Harrison"}, "bio": {"birthday": "1773-02-09", "gender": "M"}, "terms": [{"type": "prez", "start": "1841-03-04", "end": "1841-04-04", "party": "Whig", "how": "election"}]}, {"id": {"bioguide": "T000450", "govtrack": 411018, "icpsr": 9542, "icpsr_prez": 99878}, "name": {"first": "John", "last": "Tyler"}, "bio": {"birthday": "1790-03-29", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1841-03-04", "end": "1841-04-04", "party": "Whig", "how": "election"}, {"type": "prez", "start": "1841-04-04", "end": "1845-03-04", "party": "Whig", "how": "succession"}]}, {"id": {"bioguide": "D000011", "govtrack": 403154, "icpsr": 2305}, "name": {"first": "George", "middle": "Mifflin", "last": "Dallas"}, "bio": {"birthday": "1792-07-10", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1845-03-04", "end": "1849-03-04", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "P000409", "govtrack": 408802, "icpsr": 7507, "icpsr_prez": 99879}, "name": {"first": "James", "middle": "Knox", "last": "Polk"}, "bio": {"birthday": "1795-11-02", "gender": "M"}, "terms": [{"type": "prez", "start": "1845-03-04", "end": "1849-03-04", "party": "Democratic", "how": "election"}]}, {"id": {"govtrack": 412344, "icpsr_prez": 99880}, "name": {"first": "Zachary", "last": "Taylor"}, "bio": {"birthday": "1784-11-24", "gender": "M"}, "terms": [{"type": "prez", "start": "1849-03-04", "end": "1850-07-09", "party": "Whig", "how": "election"}]}, {"id": {"bioguide": "F000115", "govtrack": 404072, "icpsr": 3140, "icpsr_prez": 99881}, "name": {"first": "Millard", "last": "Fillmore"}, "bio": {"birthday": "1800-01-07", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1849-03-04", "end": "1850-07-09", "party": "Whig", "how": "election"}, {"type": "prez", "start": "1850-07-09", "end": "1853-03-04", "party": "Whig", "how": "succession"}]}, {"id": {"bioguide": "K000217", "govtrack": 406377, "icpsr": 5275}, "name": {"first": "William", "middle": "Rufus de Vane", "last": "King"}, "bio": {"birthday": "1786-04-07", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1853-03-04", "end": "1853-04-18", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "P000333", "govtrack": 408730, "icpsr": 7435, "icpsr_prez": 99882}, "name": {"first": "Franklin", "last": "Pierce"}, "bio": {"birthday": "1804-11-23", "gender": "M"}, "terms": [{"type": "prez", "start": "1853-03-04", "end": "1857-03-04", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "B000789", "govtrack": 401746, "icpsr": 995, "icpsr_prez": 99883}, "name": {"first": "John", "middle": "Cabell", "last": "Breckinridge"}, "bio": {"birthday": "1821-01-16", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1857-03-04", "end": "1861-03-04", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "B001005", "govtrack": 401954, "icpsr": 1186, "icpsr_prez": 99883}, "name": {"first": "James", "last": "Buchanan"}, "bio": {"birthday": "1791-04-23", "gender": "M"}, "terms": [{"type": "prez", "start": "1857-03-04", "end": "1861-03-04", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "H000121", "govtrack": 405003, "icpsr": 4001}, "name": {"first": "Hannibal", "last": "Hamlin"}, "bio": {"birthday": "1809-08-27", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1861-03-04", "end": "1865-03-04", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "L000313", "govtrack": 406807, "icpsr": 5666, "icpsr_prez": 99884}, "name": {"first": "Abraham", "last": "Lincoln"}, "bio": {"birthday": "1809-02-12", "gender": "M"}, "terms": [{"type": "prez", "start": "1861-03-04", "end": "1865-03-04", "party": "Republican", "how": "election"}, {"type": "prez", "start": "1865-03-04", "end": "1865-04-15", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "J000116", "govtrack": 406017, "icpsr": 4940, "icpsr_prez": 99885}, "name": {"first": "Andrew", "last": "Johnson"}, "bio": {"birthday": "1808-12-29", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1865-03-04", "end": "1865-04-15", "party": "Democratic", "how": "election"}, {"type": "prez", "start": "1865-04-15", "end": "1869-03-04", "party": "Democratic", "how": "succession"}]}, {"id": {"bioguide": "C000626", "govtrack": 402755, "icpsr": 1938}, "name": {"first": "Schuyler", "last": "Colfax"}, "bio": {"birthday": "1823-03-23", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1869-03-04", "end": "1873-03-04", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "W000585", "govtrack": 411739, "icpsr": 10225}, "name": {"first": "Henry", "last": "Wilson"}, "bio": {"birthday": "1812-02-16", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1873-03-04", "end": "1875-11-22", "party": "Republican", "how": "election"}]}, {"id": {"govtrack": 412350, "icpsr_prez": 99886}, "name": {"first": "Ulysses", "middle": "Simpson", "last": "Grant"}, "bio": {"birthday": "1822-04-27", "gender": "M"}, "terms": [{"type": "prez", "start": "1869-03-04", "end": "1873-03-04", "party": "Republican", "how": "election"}, {"type": "prez", "start": "1873-03-04", "end": "1877-03-04", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "W000341", "govtrack": 411503, "icpsr": 9995}, "name": {"first": "William", "middle": "Almon", "last": "Wheeler"}, "bio": {"birthday": "1819-06-30", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1877-03-04", "end": "1881-03-04", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "H000393", "govtrack": 405261, "icpsr": 4232, "icpsr_prez": 99887}, "name": {"first": "Rutherford", "middle": "Birchard", "last": "Hayes"}, "bio": {"birthday": "1822-10-04", "gender": "M"}, "terms": [{"type": "prez", "start": "1877-03-04", "end": "1881-03-04", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "G000063", "govtrack": 404436, "icpsr": 3473, "icpsr_prez": 99888}, "name": {"first": "James", "middle": "Abram", "last": "Garfield"}, "bio": {"birthday": "1831-11-19", "gender": "M"}, "terms": [{"type": "prez", "start": "1881-03-04", "end": "1881-09-19", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "A000303", "govtrack": 400945, "icpsr_prez": 99889}, "name": {"first": "Chester", "middle": "Alan", "last": "Arthur"}, "bio": {"birthday": "1829-10-05", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1881-03-04", "end": "1881-09-19", "party": "Republican", "how": "election"}, {"type": "prez", "start": "1881-09-19", "end": "1885-03-04", "party": "Republican", "how": "succession"}]}, {"id": {"bioguide": "H000493", "govtrack": 405356, "icpsr": 4319}, "name": {"first": "Thomas", "middle": "Andrews", "last": "Hendricks"}, "bio": {"birthday": "1819-09-07", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1885-03-04", "end": "1885-11-25", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "M001018", "govtrack": 407985, "icpsr": 6742}, "name": {"first": "Levi", "middle": "Parsons", "last": "Morton"}, "bio": {"birthday": "1824-05-16", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1889-03-04", "end": "1893-03-04", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "H000263", "govtrack": 405139, "icpsr": 4124, "icpsr_prez": 99891}, "name": {"first": "Benjamin", "last": "Harrison"}, "bio": {"birthday": "1833-08-20", "gender": "M"}, "terms": [{"type": "prez", "start": "1889-03-04", "end": "1893-03-04", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "S000889", "govtrack": 410350, "icpsr": 8918}, "name": {"first": "Adlai", "middle": "Ewing", "last": "Stevenson"}, "bio": {"birthday": "1835-10-23", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1893-03-04", "end": "1897-03-04", "party": "Democratic", "how": "election"}]}, {"id": {"govtrack": 412354, "icpsr_prez": 99890}, "name": {"first": "Grover", "last": "Cleveland"}, "bio": {"birthday": "1837-03-18", "gender": "M"}, "terms": [{"type": "prez", "start": "1885-03-04", "end": "1889-03-04", "party": "Democratic", "how": "election"}, {"type": "prez", "start": "1893-03-04", "end": "1897-03-04", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "H000660", "govtrack": 412589}, "name": {"first": "Garret", "middle": "Augustus", "last": "Hobart"}, "bio": {"birthday": "1844-06-03", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1897-03-04", "end": "1899-11-21", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "M000522", "govtrack": 407515, "icpsr": 6312, "icpsr_prez": 99892}, "name": {"first": "William", "last": "McKinley", "suffix": "Jr."}, "bio": {"birthday": "1843-01-29", "gender": "M"}, "terms": [{"type": "prez", "start": "1897-03-04", "end": "1901-03-04", "party": "Republican", "how": "election"}, {"type": "prez", "start": "1901-03-04", "end": "1901-09-14", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "F000003", "govtrack": 403965, "icpsr": 3046}, "name": {"first": "Charles", "middle": "Warren", "last": "Fairbanks"}, "bio": {"birthday": "1852-05-11", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1905-03-04", "end": "1909-03-04", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "R000429", "govtrack": 409394, "icpsr_prez": 99893}, "name": {"first": "Theodore", "last": "Roosevelt"}, "bio": {"birthday": "1858-10-27", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1901-03-04", "end": "1901-09-14", "party": "Republican", "how": "election"}, {"type": "prez", "start": "1901-09-14", "end": "1905-03-04", "party": "Republican", "how": "succession"}, {"type": "prez", "start": "1905-03-04", "end": "1909-03-04", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "S000345", "govtrack": 409841, "icpsr": 8453}, "name": {"first": "James", "middle": "Schoolcraft", "last": "Sherman"}, "bio": {"birthday": "1855-10-24", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1909-03-04", "end": "1912-10-30", "party": "Republican", "how": "election"}]}, {"id": {"govtrack": 412359, "icpsr_prez": 99894}, "name": {"first": "William", "middle": "Howard", "last": "Taft"}, "bio": {"birthday": "1857-09-15", "gender": "M"}, "terms": [{"type": "prez", "start": "1909-03-04", "end": "1913-03-04", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "M000164", "govtrack": 412590}, "name": {"first": "Thomas", "middle": "Riley", "last": "Marshall"}, "bio": {"birthday": "1854-03-14", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1913-03-04", "end": "1917-03-04", "party": "Democratic", "how": "election"}, {"type": "viceprez", "start": "1917-03-04", "end": "1921-03-04", "party": "Democratic", "how": "election"}]}, {"id": {"govtrack": 412360, "icpsr_prez": 99895}, "name": {"first": "Woodrow", "last": "Wilson"}, "bio": {"birthday": "1856-12-28", "gender": "M"}, "terms": [{"type": "prez", "start": "1913-03-04", "end": "1917-03-04", "party": "Democratic", "how": "election"}, {"type": "prez", "start": "1917-03-04", "end": "1921-03-04", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "H000192", "govtrack": 405073, "icpsr": 4059, "icpsr_prez": 99896}, "name": {"first": "Warren", "middle": "Gamaliel", "last": "Harding"}, "bio": {"birthday": "1865-11-02", "gender": "M"}, "terms": [{"type": "prez", "start": "1921-03-04", "end": "1923-08-02", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "D000147", "govtrack": 412591}, "name": {"first": "Charles", "middle": "Gates", "last": "Dawes"}, "bio": {"birthday": "1865-08-27", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1925-03-04", "end": "1929-03-04", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "C000738", "govtrack": 402859, "icpsr_prez": 99897}, "name": {"first": "Calvin", "last": "Coolidge"}, "bio": {"birthday": "1872-07-04", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1921-03-04", "end": "1923-08-02", "party": "Republican", "how": "election"}, {"type": "prez", "start": "1923-08-02", "end": "1925-03-04", "party": "Republican", "how": "succession"}, {"type": "prez", "start": "1925-03-04", "end": "1929-03-04", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "C001008", "govtrack": 403115, "icpsr": 2269}, "name": {"first": "Charles", "last": "Curtis"}, "bio": {"birthday": "1860-01-25", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1929-03-04", "end": "1933-03-04", "party": "Republican", "how": "election"}]}, {"id": {"govtrack": 412363, "icpsr_prez": 99898}, "name": {"first": "Herbert", "middle": "Clark", "last": "Hoover"}, "bio": {"gender": "M"}, "terms": [{"type": "prez", "start": "1929-03-04", "end": "1933-03-04", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "G000074", "govtrack": 404446, "icpsr": 3482}, "name": {"first": "John", "middle": "Nance", "last": "Garner"}, "bio": {"birthday": "1868-11-22", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1933-03-04", "end": "1937-01-20", "party": "Democratic", "how": "election"}, {"type": "viceprez", "start": "1937-01-20", "end": "1941-01-20", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "W000077", "govtrack": 412592}, "name": {"first": "Henry", "middle": "Agard", "last": "Wallace"}, "bio": {"birthday": "1888-10-07", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1941-01-20", "end": "1945-01-20", "party": "Democratic", "how": "election"}]}, {"id": {"govtrack": 412364, "icpsr_prez": 99899}, "name": {"first": "Franklin", "middle": "Delano", "last": "Roosevelt"}, "bio": {"birthday": "1882-01-30", "gender": "M"}, "terms": [{"type": "prez", "start": "1933-03-04", "end": "1937-01-20", "party": "Democratic", "how": "election"}, {"type": "prez", "start": "1937-01-20", "end": "1941-01-20", "party": "Democratic", "how": "election"}, {"type": "prez", "start": "1941-01-20", "end": "1945-01-20", "party": "Democratic", "how": "election"}, {"type": "prez", "start": "1945-01-20", "end": "1945-04-12", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "B000145", "govtrack": 401146, "icpsr": 437}, "name": {"first": "Alben", "middle": "William", "last": "Barkley"}, "bio": {"birthday": "1877-11-24", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1949-01-20", "end": "1953-01-20", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "T000387", "govtrack": 410956, "icpsr": 9487, "icpsr_prez": 99900}, "name": {"first": "Harry", "middle": "S.", "last": "Truman"}, "bio": {"birthday": "1884-05-08", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1945-01-20", "end": "1945-04-12", "party": "Democratic", "how": "election"}, {"type": "prez", "start": "1945-04-12", "end": "1949-01-20", "party": "Democratic", "how": "succession"}, {"type": "prez", "start": "1949-01-20", "end": "1953-01-20", "party": "Democratic", "how": "election"}]}, {"id": {"govtrack": 412366, "icpsr_prez": 99901}, "name": {"first": "Dwight", "middle": "David", "last": "Eisenhower"}, "bio": {"gender": "M"}, "terms": [{"type": "prez", "start": "1953-01-20", "end": "1957-01-20", "party": "Republican", "how": "election"}, {"type": "prez", "start": "1957-01-20", "end": "1961-01-20", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "K000107", "govtrack": 406274, "icpsr": 5180, "icpsr_prez": 99902}, "name": {"first": "John", "middle": "Fitzgerald", "last": "Kennedy"}, "bio": {"birthday": "1917-05-29", "gender": "M"}, "terms": [{"type": "prez", "start": "1961-01-20", "end": "1963-11-22", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "H000953", "thomas": "01366", "govtrack": 405797, "icpsr": 4728}, "name": {"first": "Hubert", "middle": "Horatio", "last": "Humphrey", "suffix": "Jr."}, "bio": {"birthday": "1911-05-27", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1965-01-20", "end": "1969-01-20", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "J000160", "govtrack": 406058, "icpsr": 4979, "icpsr_prez": 99903}, "name": {"first": "Lyndon", "middle": "Baines", "last": "Johnson"}, "bio": {"birthday": "1908-08-27", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1961-01-20", "end": "1963-11-22", "party": "Democratic", "how": "election"}, {"type": "prez", "start": "1963-11-22", "end": "1965-01-20", "party": "Democratic", "how": "succession"}, {"type": "prez", "start": "1965-01-20", "end": "1969-01-20", "party": "Democratic", "how": "election"}]}, {"id": {"bioguide": "A000059", "govtrack": 412593}, "name": {"first": "Spiro", "middle": "Theodore", "last": "Agnew"}, "bio": {"birthday": "1918-11-09", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1969-01-20", "end": "1973-01-20", "party": "Republican", "how": "election"}, {"type": "viceprez", "start": "1973-01-20", "end": "1973-10-10", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "N000116", "govtrack": 408200, "icpsr": 6939, "icpsr_prez": 99904}, "name": {"first": "Richard", "middle": "Milhous", "last": "Nixon"}, "bio": {"birthday": "1913-01-09", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1953-01-20", "end": "1957-01-20", "party": "Republican", "how": "election"}, {"type": "viceprez", "start": "1957-01-20", "end": "1961-01-20", "party": "Republican", "how": "election"}, {"type": "prez", "start": "1969-01-20", "end": "1973-01-20", "party": "Republican", "how": "election"}, {"type": "prez", "start": "1973-01-20", "end": "1974-08-09", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "F000260", "thomas": "00399", "govtrack": 404212, "icpsr": 3268, "icpsr_prez": 99905}, "name": {"first": "Gerald", "middle": "Rudolph", "last": "Ford", "suffix": "Jr."}, "bio": {"birthday": "1913-07-14"}, "terms": [{"type": "viceprez", "start": "1973-12-06", "end": "1974-08-09", "party": "Republican", "how": "appointment"}, {"type": "prez", "start": "1974-08-09", "end": "1977-01-20", "party": "Republican", "how": "succession"}]}, {"id": {"bioguide": "R000363", "govtrack": 412594}, "name": {"first": "Nelson", "middle": "Aldrich", "last": "Rockefeller"}, "bio": {"birthday": "1908-07-08"}, "terms": [{"type": "viceprez", "start": "1974-12-19", "end": "1977-01-20", "party": "Republican", "how": "appointment"}]}, {"id": {"bioguide": "M000851", "thomas": "01402", "govtrack": 407824, "icpsr": 10813}, "name": {"first": "Walter", "middle": "Frederick", "last": "Mondale"}, "bio": {"birthday": "1928-01-05", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1977-01-20", "end": "1981-01-20", "party": "Democratic", "how": "election"}]}, {"id": {"govtrack": 412371, "icpsr_prez": 99906}, "name": {"first": "James", "middle": "Earl", "last": "Carter", "nickname": "Jimmy"}, "bio": {"birthday": "1924-10-01", "gender": "M"}, "terms": [{"type": "prez", "start": "1977-01-20", "end": "1981-01-20", "party": "Democratic", "how": "election"}]}, {"id": {"govtrack": 412372, "icpsr_prez": 99907}, "name": {"first": "Ronald", "middle": "Wilson", "last": "Reagan"}, "bio": {"birthday": "1911-02-06", "gender": "M"}, "terms": [{"type": "prez", "start": "1981-01-20", "end": "1985-01-20", "party": "Republican", "how": "election"}, {"type": "prez", "start": "1985-01-20", "end": "1989-01-20", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "Q000007", "thomas": "00935", "govtrack": 408970, "icpsr": 14447}, "name": {"first": "James", "middle": "Danforth", "last": "Quayle", "nickname": "Dan"}, "bio": {"birthday": "1947-02-04", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1989-01-20", "end": "1993-01-20", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "B001166", "govtrack": 402108, "icpsr": 11008, "icpsr_prez": 99908}, "name": {"first": "George", "middle": "Herbert Walker", "last": "Bush"}, "bio": {"birthday": "1924-06-12", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1981-01-20", "end": "1985-01-20", "party": "Republican", "how": "election"}, {"type": "viceprez", "start": "1985-01-20", "end": "1989-01-20", "party": "Republican", "how": "election"}, {"type": "prez", "start": "1989-01-20", "end": "1993-01-20", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "G000321", "thomas": "00449", "lis": "S170", "govtrack": 404679, "icpsr": 14423}, "name": {"first": "Albert", "middle": "Arnold", "last": "Gore", "suffix": "Jr.", "nickname": "Al"}, "bio": {"birthday": "1948-03-31", "gender": "M"}, "terms": [{"type": "viceprez", "start": "1993-01-20", "end": "1997-01-20", "party": "Democrat", "how": "election"}, {"type": "viceprez", "start": "1997-01-20", "end": "2001-01-20", "party": "Democrat", "how": "election"}]}, {"id": {"govtrack": 412374, "icpsr_prez": 99909}, "name": {"first": "William", "middle": "Jefferson", "last": "Clinton", "nickname": "Bill"}, "bio": {"birthday": "1946-08-19", "gender": "M"}, "terms": [{"type": "prez", "start": "1993-01-20", "end": "1997-01-20", "party": "Democrat", "how": "election"}, {"type": "prez", "start": "1997-01-20", "end": "2001-01-20", "party": "Democrat", "how": "election"}]}, {"id": {"bioguide": "C000344", "thomas": "00193", "govtrack": 402484, "icpsr": 14611}, "name": {"first": "Richard", "middle": "Bruce", "last": "Cheney", "nickname": "Dick"}, "bio": {"birthday": "1941-01-30", "gender": "M"}, "terms": [{"type": "viceprez", "start": "2001-01-20", "end": "2005-01-20", "party": "Republican", "how": "election"}, {"type": "viceprez", "start": "2005-01-20", "end": "2009-01-20", "party": "Republican", "how": "election"}]}, {"id": {"govtrack": 412375}, "name": {"first": "George", "middle": "Walker", "last": "Bush"}, "bio": {"birthday": "1946-07-06", "gender": "M"}, "terms": [{"type": "prez", "start": "2001-01-20", "end": "2005-01-20", "party": "Republican", "how": "election"}, {"type": "prez", "start": "2005-01-20", "end": "2009-01-20", "party": "Republican", "how": "election"}]}, {"id": {"bioguide": "B000444", "thomas": "01284", "lis": "S010", "govtrack": 300008, "opensecrets": "N00001669", "votesmart": 53279, "icpsr": 14101, "fec": ["S8DE00012"]}, "name": {"first": "Joseph", "middle": "Robinette", "last": "Biden", "suffix": "Jr.", "nickname": "Joe"}, "bio": {"birthday": "1942-11-20", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "viceprez", "start": "2009-01-20", "end": "2013-01-20", "party": "Democrat", "how": "election"}, {"type": "viceprez", "start": "2013-01-20", "end": "2017-01-20", "party": "Democrat", "how": "election"}]}, {"id": {"bioguide": "O000167", "thomas": "01763", "lis": "S298", "govtrack": 400629, "opensecrets": "N00009638", "votesmart": 9490}, "name": {"first": "Barack", "middle": "Hussein", "last": "Obama"}, "bio": {"birthday": "1961-08-04", "gender": "M"}, "terms": [{"type": "prez", "start": "2009-01-20", "end": "2013-01-20", "party": "Democrat", "how": "election"}, {"type": "prez", "start": "2013-01-20", "end": "2017-01-20", "party": "Democrat", "how": "election"}]}, {"id": {"bioguide": "P000587", "thomas": "01649", "govtrack": 400315, "opensecrets": "N00003765", "votesmart": 34024, "fec": ["H8IN02060"], "wikipedia": "Mike Pence", "house_history": 20013, "icpsr": 20117, "wikidata": "Q24313", "google_entity_id": "kg:/m/022r9r"}, "name": {"first": "Mike", "last": "Pence"}, "bio": {"birthday": "1959-06-07", "gender": "M"}, "terms": [{"type": "viceprez", "start": "2017-01-20", "end": "2021-01-20", "party": "Republican", "how": "election"}]}, {"id": {"govtrack": 412733, "opensecrets": "N00023864", "votesmart": 15723, "fec": ["P80001571"], "wikipedia": "Donald Trump"}, "name": {"first": "Donald", "middle": "J.", "last": "Trump"}, "bio": {"birthday": "1946-06-14", "gender": "M"}, "terms": [{"type": "prez", "start": "2017-01-20", "end": "2021-01-20", "party": "Republican", "how": "election"}]}] \ No newline at end of file diff --git a/alternate_formats/legislators-current.json b/alternate_formats/legislators-current.json new file mode 100644 index 0000000..9faeb22 --- /dev/null +++ b/alternate_formats/legislators-current.json @@ -0,0 +1 @@ +[{"id": {"bioguide": "B000944", "thomas": "00136", "lis": "S307", "govtrack": 400050, "opensecrets": "N00003535", "votesmart": 27018, "fec": ["H2OH13033", "S6OH00163"], "cspan": 5051, "wikipedia": "Sherrod Brown", "house_history": 9996, "ballotpedia": "Sherrod Brown", "maplight": 168, "icpsr": 29389, "wikidata": "Q381880", "google_entity_id": "kg:/m/034s80"}, "name": {"first": "Sherrod", "last": "Brown", "official_full": "Sherrod Brown"}, "bio": {"birthday": "1952-11-09", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 13, "party": "Democrat", "url": "http://www.house.gov/sherrodbrown"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 13, "party": "Democrat", "url": "http://www.house.gov/sherrodbrown"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "OH", "class": 1, "party": "Democrat", "url": "http://brown.senate.gov/", "address": "713 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-2315", "fax": "202-228-6321", "contact_form": "http://www.brown.senate.gov/contact/", "office": "713 Hart Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "OH", "party": "Democrat", "class": 1, "url": "https://www.brown.senate.gov", "address": "713 Hart Senate Office Building Washington DC 20510", "phone": "202-224-2315", "fax": "202-228-6321", "contact_form": "http://www.brown.senate.gov/contact/", "office": "713 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.brown.senate.gov/rss/feeds/?type=all&"}]}, {"id": {"bioguide": "C000127", "thomas": "00172", "lis": "S275", "govtrack": 300018, "opensecrets": "N00007836", "votesmart": 27122, "fec": ["S8WA00194", "H2WA01054"], "cspan": 26137, "wikipedia": "Maria Cantwell", "house_history": 10608, "ballotpedia": "Maria Cantwell", "maplight": 544, "icpsr": 39310, "wikidata": "Q22250", "google_entity_id": "kg:/m/01x68t"}, "name": {"first": "Maria", "last": "Cantwell", "official_full": "Maria Cantwell"}, "bio": {"birthday": "1958-10-13", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WA", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "WA", "class": 1, "party": "Democrat", "url": "http://cantwell.senate.gov"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "WA", "class": 1, "party": "Democrat", "url": "http://cantwell.senate.gov", "address": "311 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-3441", "fax": "202-228-0514", "contact_form": "http://www.cantwell.senate.gov/contact/", "office": "311 Hart Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "WA", "party": "Democrat", "class": 1, "url": "https://www.cantwell.senate.gov", "address": "511 Hart Senate Office Building Washington DC 20510", "phone": "202-224-3441", "fax": "202-228-0514", "contact_form": "http://www.cantwell.senate.gov/public/index.cfm/email-maria", "office": "511 Hart Senate Office Building", "state_rank": "junior", "rss_url": "http://www.cantwell.senate.gov/public/index.cfm/rss/feed"}]}, {"id": {"bioguide": "C000141", "thomas": "00174", "lis": "S308", "govtrack": 400064, "opensecrets": "N00001955", "votesmart": 26888, "icpsr": 15408, "fec": ["H6MD03177", "S6MD03177"], "cspan": 4004, "wikipedia": "Ben Cardin", "house_history": 10629, "ballotpedia": "Ben Cardin", "maplight": 182, "wikidata": "Q723295", "google_entity_id": "kg:/m/025k3k"}, "name": {"first": "Benjamin", "middle": "L.", "last": "Cardin", "official_full": "Benjamin L. Cardin"}, "bio": {"birthday": "1943-10-05", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MD", "district": 3, "party": "Democrat", "url": "http://www.house.gov/cardin"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MD", "district": 3, "party": "Democrat", "url": "http://www.house.gov/cardin"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "MD", "class": 1, "party": "Democrat", "url": "http://cardin.senate.gov/", "address": "509 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-4524", "fax": "202-224-1651", "contact_form": "http://www.cardin.senate.gov/contact/", "office": "509 Hart Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "MD", "party": "Democrat", "class": 1, "url": "https://www.cardin.senate.gov", "address": "509 Hart Senate Office Building Washington DC 20510", "phone": "202-224-4524", "fax": "202-224-1651", "contact_form": "http://www.cardin.senate.gov/contact/", "office": "509 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.cardin.senate.gov/rss/feeds/?type=all"}]}, {"id": {"bioguide": "C000174", "thomas": "00179", "lis": "S277", "govtrack": 300019, "opensecrets": "N00012508", "votesmart": 22421, "icpsr": 15015, "fec": ["S8DE00079"], "cspan": 663, "wikipedia": "Tom Carper", "house_history": 10671, "ballotpedia": "Tom Carper", "maplight": 545, "wikidata": "Q457432", "google_entity_id": "kg:/m/01xw7t"}, "name": {"first": "Thomas", "middle": "Richard", "last": "Carper", "official_full": "Thomas R. Carper"}, "bio": {"birthday": "1947-01-23", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "DE", "class": 1, "party": "Democrat", "url": "http://carper.senate.gov"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "DE", "class": 1, "party": "Democrat", "url": "http://carper.senate.gov", "address": "513 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-2441", "fax": "202-228-2190", "contact_form": "http://www.carper.senate.gov/contact/", "office": "513 Hart Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "DE", "party": "Democrat", "class": 1, "url": "https://www.carper.senate.gov/public", "address": "513 Hart Senate Office Building Washington DC 20510", "phone": "202-224-2441", "fax": "202-228-2190", "contact_form": "http://www.carper.senate.gov/public/index.cfm/email-senator-carper", "office": "513 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.carper.senate.gov/public/index.cfm/rss/feed"}]}, {"id": {"bioguide": "C001070", "thomas": "01828", "lis": "S309", "govtrack": 412246, "opensecrets": "N00027503", "votesmart": 2541, "fec": ["S6PA00217"], "cspan": 47036, "wikipedia": "Bob Casey Jr.", "ballotpedia": "Bob Casey, Jr.", "maplight": 727, "icpsr": 40703, "wikidata": "Q887841", "google_entity_id": "kg:/m/047ymw"}, "name": {"first": "Robert", "middle": "P.", "last": "Casey", "nickname": "Bob", "suffix": "Jr.", "official_full": "Robert P. Casey, Jr."}, "bio": {"gender": "M", "birthday": "1960-04-13"}, "terms": [{"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "PA", "class": 1, "party": "Democrat", "url": "http://casey.senate.gov/", "address": "393 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-6324", "fax": "202-228-0604", "contact_form": "http://www.casey.senate.gov/contact/", "office": "393 Russell Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "PA", "party": "Democrat", "class": 1, "url": "https://www.casey.senate.gov", "address": "393 Russell Senate Office Building Washington DC 20510", "phone": "202-224-6324", "fax": "202-228-0604", "contact_form": "https://www.casey.senate.gov/contact/", "office": "393 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.casey.senate.gov/rss/feeds/?all"}]}, {"id": {"bioguide": "C001071", "thomas": "01825", "lis": "S310", "govtrack": 412248, "opensecrets": "N00027441", "votesmart": 65905, "fec": ["S6TN00216", "S4TN00187"], "cspan": 1021114, "wikipedia": "Bob Corker", "ballotpedia": "Bob Corker", "maplight": 729, "icpsr": 40705, "wikidata": "Q331719", "google_entity_id": "kg:/m/0d9fz3"}, "name": {"first": "Bob", "last": "Corker", "official_full": "Bob Corker"}, "bio": {"birthday": "1952-08-24", "gender": "M"}, "terms": [{"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "TN", "class": 1, "party": "Republican", "url": "http://corker.senate.gov/", "address": "185 DIRKSEN SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-3344", "fax": "202-228-0566", "contact_form": "http://www.corker.senate.gov/public/index.cfm?p=ContactMe", "office": "185 Dirksen Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "TN", "party": "Republican", "class": 1, "url": "http://www.corker.senate.gov", "address": "425 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-3344", "fax": "202-228-0566", "contact_form": "https://www.corker.senate.gov/public/index.cfm/emailme", "office": "425 Dirksen Senate Office Building", "state_rank": "junior", "rss_url": "http://www.corker.senate.gov/public/index.cfm/rss/feed"}]}, {"id": {"bioguide": "F000062", "thomas": "01332", "lis": "S221", "govtrack": 300043, "opensecrets": "N00007364", "votesmart": 53273, "fec": ["S0CA00199"], "cspan": 13061, "wikipedia": "Dianne Feinstein", "house_history": 13044, "ballotpedia": "Dianne Feinstein", "maplight": 567, "icpsr": 49300, "wikidata": "Q230733", "google_entity_id": "kg:/m/01gqws"}, "name": {"first": "Dianne", "last": "Feinstein", "official_full": "Dianne Feinstein"}, "bio": {"birthday": "1933-06-22", "gender": "F", "religion": "Jewish"}, "terms": [{"type": "sen", "start": "1992-11-10", "end": "1995-01-03", "state": "CA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "CA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "CA", "class": 1, "party": "Democrat", "url": "http://feinstein.senate.gov"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "CA", "class": 1, "party": "Democrat", "url": "http://feinstein.senate.gov", "address": "331 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-3841", "fax": "202-228-3954", "contact_form": "http://www.feinstein.senate.gov/public/index.cfm/e-mail-me", "office": "331 Hart Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "CA", "party": "Democrat", "class": 1, "url": "http://www.feinstein.senate.gov", "address": "331 Hart Senate Office Building Washington DC 20510", "phone": "202-224-3841", "fax": "202-228-3954", "contact_form": "https://www.feinstein.senate.gov/public/index.cfm/e-mail-me", "office": "331 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.feinstein.senate.gov/public/?a=rss.feed"}]}, {"id": {"bioguide": "H000338", "thomas": "01351", "lis": "S118", "govtrack": 300052, "opensecrets": "N00009869", "votesmart": 53352, "icpsr": 14503, "fec": ["S6UT00063", "P00003806"], "cspan": 189, "wikipedia": "Orrin Hatch", "ballotpedia": "Orrin Hatch", "maplight": 574, "wikidata": "Q381157", "google_entity_id": "kg:/m/016mj4"}, "name": {"first": "Orrin", "middle": "G.", "last": "Hatch", "official_full": "Orrin G. Hatch"}, "bio": {"birthday": "1934-03-22", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "UT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "UT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "UT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "UT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "UT", "class": 1, "party": "Republican", "url": "http://hatch.senate.gov/"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "UT", "class": 1, "party": "Republican", "url": "http://hatch.senate.gov/", "address": "104 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-5251", "fax": "202-224-6331", "contact_form": "http://www.hatch.senate.gov/public/index.cfm/contact?p=Email-Orrin", "office": "104 Hart Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "UT", "party": "Republican", "class": 1, "url": "http://www.hatch.senate.gov", "address": "104 Hart Senate Office Building Washington DC 20510", "phone": "202-224-5251", "fax": "202-224-6331", "contact_form": "http://www.hatch.senate.gov/public/index.cfm/contact?p=Email-Orrin", "office": "104 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.hatch.senate.gov/public/index.cfm/rss/feed"}]}, {"id": {"bioguide": "K000367", "thomas": "01826", "lis": "S311", "govtrack": 412242, "opensecrets": "N00027500", "votesmart": 65092, "fec": ["S6MN00267"], "cspan": 83701, "wikipedia": "Amy Klobuchar", "house_history": 16558, "ballotpedia": "Amy Klobuchar", "maplight": 724, "icpsr": 40700, "wikidata": "Q22237", "google_entity_id": "kg:/m/05fbpt"}, "name": {"first": "Amy", "middle": "Jean", "last": "Klobuchar", "official_full": "Amy Klobuchar"}, "bio": {"birthday": "1960-05-25", "gender": "F"}, "terms": [{"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "MN", "class": 1, "party": "Democrat", "url": "http://klobuchar.senate.gov/", "address": "302 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-3244", "fax": "202-228-2186", "contact_form": "http://www.klobuchar.senate.gov/emailamy.cfm", "office": "302 Hart Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "MN", "party": "Democrat", "class": 1, "url": "https://www.klobuchar.senate.gov", "address": "302 Hart Senate Office Building Washington DC 20510", "phone": "202-224-3244", "fax": "202-228-2186", "contact_form": "http://www.klobuchar.senate.gov/public/index.cfm/contact", "office": "302 Hart Senate Office Building", "state_rank": "senior"}]}, {"id": {"bioguide": "M001170", "thomas": "01820", "lis": "S312", "govtrack": 412243, "opensecrets": "N00027694", "votesmart": 2109, "fec": ["S6MO00305", "P80005721"], "cspan": 1012014, "wikipedia": "Claire McCaskill", "house_history": 18811, "ballotpedia": "Claire McCaskill", "maplight": 725, "icpsr": 40701, "wikidata": "Q22260", "google_entity_id": "kg:/m/040_w4"}, "name": {"first": "Claire", "last": "McCaskill", "official_full": "Claire McCaskill"}, "bio": {"birthday": "1953-07-24", "gender": "F"}, "terms": [{"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "MO", "class": 1, "party": "Democrat", "url": "http://mccaskill.senate.gov/", "address": "506 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-6154", "fax": "202-228-6326", "contact_form": "http://www.mccaskill.senate.gov/?p=contact", "office": "506 Hart Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "MO", "party": "Democrat", "class": 1, "url": "https://www.mccaskill.senate.gov", "address": "503 Hart Senate Office Building Washington DC 20510", "phone": "202-224-6154", "fax": "202-228-6326", "contact_form": "http://www.mccaskill.senate.gov/contact", "office": "503 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://mccaskill.senate.gov/rss/?p=news"}]}, {"id": {"bioguide": "M000639", "thomas": "00791", "lis": "S306", "govtrack": 400272, "opensecrets": "N00000699", "votesmart": 26961, "fec": ["H2NJ13075", "S6NJ00289"], "cspan": 29608, "house_history": 18124, "wikipedia": "Bob Menendez", "ballotpedia": "Bob Menendez", "maplight": 368, "icpsr": 29373, "wikidata": "Q888132", "google_entity_id": "kg:/m/033d3p"}, "name": {"first": "Robert", "last": "Men\u00e9ndez", "nickname": "Bob", "official_full": "Robert Menendez"}, "other_names": [{"last": "Menendez"}], "bio": {"birthday": "1954-01-01", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NJ", "district": 13, "party": "Democrat", "url": "http://menendez.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2006-01-16", "state": "NJ", "district": 13, "party": "Democrat", "url": "http://menendez.house.gov"}, {"type": "sen", "start": "2006-01-18", "end": "2007-01-03", "state": "NJ", "class": 1, "party": "Democrat", "url": "http://menendez.senate.gov/"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "NJ", "class": 1, "party": "Democrat", "url": "http://menendez.senate.gov/", "address": "528 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-4744", "fax": "202-228-2197", "contact_form": "http://menendez.senate.gov/contact/", "office": "528 Hart Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "NJ", "party": "Democrat", "class": 1, "url": "https://www.menendez.senate.gov", "address": "528 Hart Senate Office Building Washington DC 20510", "phone": "202-224-4744", "fax": "202-228-2197", "contact_form": "https://www.menendez.senate.gov/contact", "office": "528 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.menendez.senate.gov/rss/feeds/index.cfm?type=news"}]}, {"id": {"bioguide": "N000032", "thomas": "00859", "lis": "S282", "govtrack": 300078, "opensecrets": "N00009926", "votesmart": 1606, "icpsr": 14651, "fec": ["S8FL00166"], "cspan": 1931, "wikipedia": "Bill Nelson", "house_history": 18875, "ballotpedia": "Bill Nelson (Florida)", "maplight": 598, "wikidata": "Q358437", "google_entity_id": "kg:/m/01_pb_"}, "name": {"first": "Bill", "last": "Nelson", "official_full": "Bill Nelson"}, "bio": {"birthday": "1942-09-29", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "FL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "FL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "FL", "class": 1, "party": "Democrat", "url": "http://billnelson.senate.gov/"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "FL", "class": 1, "party": "Democrat", "url": "http://billnelson.senate.gov/", "address": "716 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-5274", "fax": "202-228-2183", "contact_form": "http://www.billnelson.senate.gov/contact/index.cfm", "office": "716 Hart Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "FL", "party": "Democrat", "class": 1, "url": "https://www.billnelson.senate.gov", "address": "716 Hart Senate Office Building Washington DC 20510", "phone": "202-224-5274", "fax": "202-228-2183", "contact_form": "https://www.billnelson.senate.gov/contact-bill", "office": "716 Hart Senate Office Building", "state_rank": "senior"}]}, {"id": {"bioguide": "S000033", "thomas": "01010", "lis": "S313", "govtrack": 400357, "opensecrets": "N00000528", "votesmart": 27110, "fec": ["H8VT01016", "S4VT00033"], "cspan": 994, "wikipedia": "Bernie Sanders", "ballotpedia": "Bernie Sanders", "maplight": 450, "icpsr": 29147, "house_history": 21173, "wikidata": "Q359442", "google_entity_id": "kg:/m/01_gbv"}, "name": {"first": "Bernard", "last": "Sanders", "nickname": "Bernie", "official_full": "Bernard Sanders"}, "bio": {"birthday": "1941-09-08", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "VT", "district": 0, "party": "Independent"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "VT", "district": 0, "party": "Independent"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "VT", "district": 0, "party": "Independent"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "VT", "district": 0, "party": "Independent"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "VT", "district": 0, "party": "Independent"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "VT", "district": 0, "party": "Independent"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "VT", "district": 0, "party": "Independent", "url": "http://bernie.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "VT", "district": 0, "party": "Independent", "url": "http://bernie.house.gov"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "VT", "class": 1, "party": "Independent", "url": "http://sanders.senate.gov/", "address": "332 DIRKSEN SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-5141", "fax": "202-228-0776", "contact_form": "http://www.sanders.senate.gov/contact/", "office": "332 Dirksen Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "VT", "party": "Independent", "caucus": "Democrat", "class": 1, "url": "https://www.sanders.senate.gov", "address": "332 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-5141", "fax": "202-228-0776", "contact_form": "http://www.sanders.senate.gov/contact/", "office": "332 Dirksen Senate Office Building", "state_rank": "junior", "rss_url": "http://www.sanders.senate.gov/rss/"}]}, {"id": {"bioguide": "S000770", "thomas": "01531", "lis": "S284", "govtrack": 300093, "opensecrets": "N00004118", "votesmart": 515, "fec": ["S8MI00281", "H6MI08163"], "cspan": 45451, "wikipedia": "Debbie Stabenow", "ballotpedia": "Debbie Stabenow", "maplight": 612, "icpsr": 29732, "house_history": 22090, "wikidata": "Q241092", "google_entity_id": "kg:/m/01xh64"}, "name": {"first": "Debbie", "middle": "Ann", "last": "Stabenow", "official_full": "Debbie Stabenow"}, "bio": {"birthday": "1950-04-29", "gender": "F", "religion": "United Methodist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 8, "party": "Democrat"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "MI", "class": 1, "party": "Democrat", "url": "http://stabenow.senate.gov/"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "MI", "class": 1, "party": "Democrat", "url": "http://stabenow.senate.gov/", "address": "133 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-4822", "fax": "202-228-0325", "contact_form": "http://www.stabenow.senate.gov/?p=contact", "office": "133 Hart Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "MI", "party": "Democrat", "class": 1, "url": "http://www.stabenow.senate.gov", "address": "731 Hart Senate Office Building Washington DC 20510", "phone": "202-224-4822", "fax": "202-228-0325", "contact_form": "http://www.stabenow.senate.gov/?p=contact", "office": "731 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://stabenow.senate.gov/rss/?p=news"}]}, {"id": {"bioguide": "T000464", "thomas": "01829", "lis": "S314", "govtrack": 412244, "opensecrets": "N00027605", "votesmart": 20928, "fec": ["S6MT00162"], "cspan": 1020176, "wikipedia": "Jon Tester", "ballotpedia": "Jon Tester", "maplight": 726, "icpsr": 40702, "wikidata": "Q529351", "google_entity_id": "kg:/m/066cdp"}, "name": {"first": "Jon", "last": "Tester", "official_full": "Jon Tester"}, "bio": {"birthday": "1956-08-21", "gender": "M"}, "terms": [{"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "MT", "class": 1, "party": "Democrat", "url": "http://tester.senate.gov/", "address": "724 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-2644", "fax": "202-224-8594", "contact_form": "http://www.tester.senate.gov/Contact/index.cfm", "office": "724 Hart Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "MT", "party": "Democrat", "class": 1, "url": "http://www.tester.senate.gov", "address": "311 Hart Senate Office Building Washington DC 20510", "phone": "202-224-2644", "fax": "202-224-8594", "contact_form": "https://www.tester.senate.gov/?p=email_senator", "office": "311 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.tester.senate.gov/rss/?p=hot_topic"}]}, {"id": {"bioguide": "W000802", "thomas": "01823", "lis": "S316", "govtrack": 412247, "opensecrets": "N00027533", "votesmart": 2572, "fec": ["S6RI00221"], "cspan": 92235, "wikipedia": "Sheldon Whitehouse", "ballotpedia": "Sheldon Whitehouse", "maplight": 728, "icpsr": 40704, "wikidata": "Q652066", "google_entity_id": "kg:/m/07qw94"}, "name": {"first": "Sheldon", "last": "Whitehouse", "official_full": "Sheldon Whitehouse"}, "bio": {"gender": "M", "birthday": "1955-10-20"}, "terms": [{"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "RI", "class": 1, "party": "Democrat", "url": "http://whitehouse.senate.gov/", "address": "717 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-2921", "fax": "202-228-6362", "contact_form": "http://www.whitehouse.senate.gov/contact/", "office": "717 Hart Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "RI", "party": "Democrat", "class": 1, "url": "https://www.whitehouse.senate.gov", "address": "530 Hart Senate Office Building Washington DC 20510", "phone": "202-224-2921", "fax": "202-228-6362", "contact_form": "https://www.whitehouse.senate.gov/contact/email-sheldon", "office": "530 Hart Senate Office Building", "state_rank": "junior", "rss_url": "http://www.whitehouse.senate.gov/rss/feeds/?type=all&cachebuster=1"}]}, {"id": {"bioguide": "B001261", "thomas": "01881", "lis": "S317", "govtrack": 412251, "opensecrets": "N00006236", "votesmart": 52662, "fec": ["S6WY00068"], "cspan": 1024777, "wikipedia": "John Barrasso", "ballotpedia": "John Barrasso", "maplight": 732, "icpsr": 40707, "wikidata": "Q720521", "google_entity_id": "kg:/m/02rsm32"}, "name": {"first": "John", "middle": "A.", "last": "Barrasso", "official_full": "John Barrasso"}, "bio": {"birthday": "1952-07-21", "gender": "M"}, "terms": [{"type": "sen", "start": "2007-06-25", "end": "2013-01-03", "state": "WY", "class": 1, "party": "Republican", "url": "http://barrasso.senate.gov", "address": "307 DIRKSEN SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-6441", "fax": "202-224-1724", "contact_form": "http://www.barrasso.senate.gov/public/index.cfm?FuseAction=ContactUs.ContactForm", "office": "307 Dirksen Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "WY", "party": "Republican", "class": 1, "url": "http://www.barrasso.senate.gov", "address": "307 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-6441", "fax": "202-224-1724", "contact_form": "https://www.barrasso.senate.gov/public/index.cfm/contact-form", "office": "307 Dirksen Senate Office Building", "state_rank": "junior", "rss_url": "http://www.barrasso.senate.gov/public/index.cfm?FuseAction=Rss.Feed"}]}, {"id": {"bioguide": "W000437", "thomas": "01226", "lis": "S318", "govtrack": 400432, "opensecrets": "N00003280", "votesmart": 21926, "fec": ["H4MS01078", "S8MS00196"], "cspan": 18203, "wikipedia": "Roger Wicker", "ballotpedia": "Roger Wicker", "maplight": 517, "icpsr": 29534, "house_history": 23734, "wikidata": "Q390491", "google_entity_id": "kg:/m/025xxb"}, "name": {"first": "Roger", "middle": "F.", "last": "Wicker", "official_full": "Roger F. Wicker"}, "bio": {"birthday": "1951-07-05", "gender": "M", "religion": "Southern Baptist"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MS", "district": 1, "party": "Republican", "url": "http://www.house.gov/wicker"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MS", "district": 1, "party": "Republican", "url": "http://www.house.gov/wicker"}, {"type": "rep", "start": "2007-01-04", "end": "2007-12-31", "state": "MS", "district": 1, "party": "Republican", "url": "http://www.house.gov/wicker"}, {"type": "sen", "start": "2007-12-31", "end": "2013-01-03", "state": "MS", "class": 1, "party": "Republican", "url": "http://wicker.senate.gov", "address": "555 DIRKSEN SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-6253", "fax": "202-228-0378", "contact_form": "http://www.wicker.senate.gov/public/index.cfm?FuseAction=Contact.EMailSenatorWicker", "office": "555 Dirksen Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "MS", "party": "Republican", "class": 1, "url": "https://www.wicker.senate.gov", "address": "555 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-6253", "fax": "202-228-0378", "contact_form": "https://www.wicker.senate.gov/public/index.cfm/contact", "office": "555 Dirksen Senate Office Building", "state_rank": "junior"}]}, {"id": {"bioguide": "A000360", "thomas": "01695", "lis": "S289", "govtrack": 300002, "opensecrets": "N00009888", "votesmart": 15691, "fec": ["S2TN00058", "P60003225"], "cspan": 5, "wikipedia": "Lamar Alexander", "ballotpedia": "Lamar Alexander", "maplight": 530, "icpsr": 40304, "wikidata": "Q419976", "google_entity_id": "kg:/m/01rbs3"}, "name": {"first": "Lamar", "last": "Alexander", "official_full": "Lamar Alexander"}, "bio": {"birthday": "1940-07-03", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "TN", "class": 2, "party": "Republican", "url": "http://alexander.senate.gov/"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "TN", "class": 2, "party": "Republican", "url": "http://www.alexander.senate.gov", "address": "455 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-4944", "fax": "202-228-3398", "contact_form": "http://www.alexander.senate.gov/public/index.cfm?p=Email", "office": "455 Dirksen Senate Office Building", "state_rank": "senior", "rss_url": "http://www.alexander.senate.gov/public/?a=rss.feed"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "TN", "class": 2, "party": "Republican", "url": "https://www.alexander.senate.gov/public/index.cfm/home", "address": "455 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-4944", "fax": "202-228-3398", "contact_form": "http://www.alexander.senate.gov/public/index.cfm?p=Email", "office": "455 Dirksen Senate Office Building", "state_rank": "senior", "rss_url": "http://www.alexander.senate.gov/public/?a=rss.feed"}]}, {"id": {"bioguide": "C000567", "thomas": "00213", "lis": "S136", "govtrack": 300023, "opensecrets": "N00003328", "votesmart": 53312, "icpsr": 14009, "fec": ["S8MS00055"], "cspan": 1200, "wikipedia": "Thad Cochran", "house_history": 11160, "ballotpedia": "Thad Cochran", "maplight": 549, "wikidata": "Q723896", "google_entity_id": "kg:/m/01fmcd"}, "name": {"first": "Thad", "last": "Cochran", "official_full": "Thad Cochran"}, "bio": {"birthday": "1937-12-07", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MS", "district": 4, "party": "Republican"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "MS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "MS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "MS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "MS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "MS", "class": 2, "party": "Republican", "url": "http://cochran.senate.gov"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "MS", "class": 2, "party": "Republican", "url": "http://www.cochran.senate.gov", "address": "113 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-5054", "fax": "202-224-9450", "contact_form": "http://www.cochran.senate.gov/public/index.cfm/email-me", "office": "113 Dirksen Senate Office Building", "state_rank": "senior", "rss_url": "http://www.cochran.senate.gov/public/index.cfm/rss/feed"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "MS", "class": 2, "party": "Republican", "url": "http://www.cochran.senate.gov", "address": "113 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-5054", "fax": "202-224-9450", "contact_form": "https://www.cochran.senate.gov/public/index.cfm/email-me", "office": "113 Dirksen Senate Office Building", "state_rank": "senior", "rss_url": "http://www.cochran.senate.gov/public/index.cfm/rss/feed"}]}, {"id": {"bioguide": "C001035", "thomas": "01541", "lis": "S252", "govtrack": 300025, "opensecrets": "N00000491", "votesmart": 379, "fec": ["S6ME00159"], "cspan": 45738, "wikipedia": "Susan Collins", "house_history": 11742, "ballotpedia": "Susan Collins", "maplight": 551, "icpsr": 49703, "wikidata": "Q22279", "google_entity_id": "kg:/m/020y8m"}, "name": {"first": "Susan", "middle": "M.", "last": "Collins", "official_full": "Susan M. Collins"}, "bio": {"birthday": "1952-12-07", "gender": "F", "religion": "Catholic"}, "terms": [{"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "ME", "class": 2, "party": "Republican", "url": "http://collins.senate.gov"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "ME", "class": 2, "party": "Republican", "url": "http://www.collins.senate.gov", "address": "413 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-2523", "fax": "202-224-2693", "contact_form": "http://www.collins.senate.gov/public/index.cfm/email", "office": "413 Dirksen Senate Office Building", "state_rank": "senior", "rss_url": "http://www.collins.senate.gov/public/?a=rss.feed"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "ME", "class": 2, "party": "Republican", "url": "https://www.collins.senate.gov", "address": "413 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-2523", "fax": "202-224-2693", "contact_form": "http://www.collins.senate.gov/contact", "office": "413 Dirksen Senate Office Building", "state_rank": "senior", "rss_url": "http://www.collins.senate.gov/public/?a=rss.feed"}]}, {"id": {"bioguide": "C001056", "thomas": "01692", "lis": "S287", "govtrack": 300027, "opensecrets": "N00024852", "votesmart": 15375, "fec": ["S2TX00106"], "cspan": 93131, "wikipedia": "John Cornyn", "ballotpedia": "John Cornyn", "maplight": 553, "icpsr": 40305, "wikidata": "Q719568", "google_entity_id": "kg:/m/01xcqs"}, "name": {"first": "John", "last": "Cornyn", "official_full": "John Cornyn"}, "bio": {"birthday": "1952-02-02", "gender": "M", "religion": "Church of Christ"}, "leadership_roles": [{"title": "Minority Whip", "chamber": "senate", "start": "2013-01-03", "end": "2015-01-03"}, {"title": "Majority Whip", "chamber": "senate", "start": "2015-01-03", "end": "2017-01-03"}, {"title": "Majority Whip", "chamber": "senate", "start": "2017-01-03"}], "terms": [{"type": "sen", "start": "2002-11-30", "end": "2003-01-03", "state": "TX", "class": 2, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "TX", "class": 2, "party": "Republican", "url": "http://cornyn.senate.gov/"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "TX", "class": 2, "party": "Republican", "url": "http://www.cornyn.senate.gov", "address": "517 Hart Senate Office Building Washington DC 20510", "phone": "202-224-2934", "fax": "202-228-2856", "contact_form": "http://www.cornyn.senate.gov/public/index.cfm?p=ContactForm", "office": "517 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.cornyn.senate.gov/public/?a=rss.feed"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "TX", "class": 2, "party": "Republican", "url": "https://www.cornyn.senate.gov", "address": "517 Hart Senate Office Building Washington DC 20510", "phone": "202-224-2934", "fax": "202-228-2856", "contact_form": "https://www.cornyn.senate.gov/contact", "office": "517 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.cornyn.senate.gov/public/?a=rss.feed"}]}, {"id": {"bioguide": "D000563", "thomas": "00326", "lis": "S253", "govtrack": 300038, "opensecrets": "N00004981", "votesmart": 26847, "icpsr": 15021, "fec": ["S6IL00151", "H2IL20026"], "cspan": 6741, "wikipedia": "Dick Durbin", "house_history": 12527, "ballotpedia": "Dick Durbin", "maplight": 563, "wikidata": "Q434804", "google_entity_id": "kg:/m/01xcd1"}, "name": {"first": "Richard", "middle": "J.", "last": "Durbin", "official_full": "Richard J. Durbin"}, "bio": {"birthday": "1944-11-21", "gender": "M", "religion": "Roman Catholic"}, "leadership_roles": [{"title": "Minority Whip", "chamber": "senate", "start": "2005-01-04", "end": "2007-01-03"}, {"title": "Majority Whip", "chamber": "senate", "start": "2007-01-04", "end": "2009-01-06"}, {"title": "Majority Whip", "chamber": "senate", "start": "2009-01-06", "end": "2011-01-05"}, {"title": "Majority Whip", "chamber": "senate", "start": "2011-01-05", "end": "2013-01-03"}, {"title": "Majority Whip", "chamber": "senate", "start": "2013-01-03", "end": "2015-01-03"}, {"title": "Minority Whip", "chamber": "senate", "start": "2015-01-03", "end": "2017-01-03"}, {"title": "Minority Whip", "chamber": "senate", "start": "2017-01-03"}], "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "IL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "IL", "class": 2, "party": "Democrat", "url": "http://durbin.senate.gov"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "IL", "class": 2, "party": "Democrat", "url": "http://www.durbin.senate.gov", "address": "711 Hart Senate Office Building Washington DC 20510", "phone": "202-224-2152", "fax": "202-228-0400", "contact_form": "http://www.durbin.senate.gov/public/index.cfm/contact", "office": "711 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://durbin.senate.gov/public/index.cfm/rss/feed"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "IL", "class": 2, "party": "Democrat", "url": "http://www.durbin.senate.gov", "address": "711 Hart Senate Office Building Washington DC 20510", "phone": "202-224-2152", "fax": "202-228-0400", "contact_form": "https://www.durbin.senate.gov/contact/", "office": "711 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://durbin.senate.gov/public/index.cfm/rss/feed"}]}, {"id": {"bioguide": "E000285", "thomas": "01542", "lis": "S254", "govtrack": 300041, "opensecrets": "N00006249", "votesmart": 558, "fec": ["S6WY00126"], "cspan": 45824, "wikipedia": "Mike Enzi", "ballotpedia": "Mike Enzi", "maplight": 565, "icpsr": 49706, "wikidata": "Q432431", "google_entity_id": "kg:/m/021ph1"}, "name": {"first": "Michael", "middle": "B.", "last": "Enzi", "official_full": "Michael B. Enzi"}, "bio": {"birthday": "1944-02-01", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "WY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "WY", "class": 2, "party": "Republican", "url": "http://enzi.senate.gov"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "WY", "class": 2, "party": "Republican", "url": "http://www.enzi.senate.gov", "address": "379A Russell Senate Office Building Washington DC 20510", "phone": "202-224-3424", "fax": "202-228-0359", "contact_form": "http://www.enzi.senate.gov/public/index.cfm/contact?p=e-mail-senator-enzi", "office": "379a Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.enzi.senate.gov/public/index.cfm/rss/feed"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "WY", "class": 2, "party": "Republican", "url": "http://www.enzi.senate.gov", "address": "379A Russell Senate Office Building Washington DC 20510", "phone": "202-224-3424", "fax": "202-228-0359", "contact_form": "http://www.enzi.senate.gov/public/index.cfm/contact?p=e-mail-senator-enzi", "office": "379a Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.enzi.senate.gov/public/index.cfm/rss/feed"}]}, {"id": {"bioguide": "G000359", "thomas": "00452", "lis": "S293", "govtrack": 300047, "opensecrets": "N00009975", "votesmart": 21992, "fec": ["S0SC00149", "H4SC03087"], "cspan": 36782, "wikipedia": "Lindsey Graham", "house_history": 14015, "ballotpedia": "Lindsey Graham", "maplight": 569, "icpsr": 29566, "wikidata": "Q22212", "google_entity_id": "kg:/m/01_pdg"}, "name": {"first": "Lindsey", "middle": "O.", "last": "Graham", "official_full": "Lindsey Graham"}, "bio": {"birthday": "1955-07-09", "gender": "M", "religion": "Southern Baptist"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "SC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "SC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "SC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "SC", "district": 3, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "SC", "class": 2, "party": "Republican", "url": "http://lgraham.senate.gov/"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "SC", "class": 2, "party": "Republican", "url": "http://www.lgraham.senate.gov", "address": "290 Russell Senate Office Building Washington DC 20510", "phone": "202-224-5972", "fax": "202-224-3808", "contact_form": "http://www.lgraham.senate.gov/public/index.cfm?FuseAction=Contact.EmailSenatorGraham", "office": "290 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.lgraham.senate.gov/public/index.cfm?FuseAction=Rss.Feed"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "SC", "class": 2, "party": "Republican", "url": "https://www.lgraham.senate.gov/public", "address": "290 Russell Senate Office Building Washington DC 20510", "phone": "202-224-5972", "fax": "202-224-3808", "contact_form": "https://www.lgraham.senate.gov/public/index.cfm/e-mail-senator-graham", "office": "290 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.lgraham.senate.gov/public/index.cfm?FuseAction=Rss.Feed"}]}, {"id": {"bioguide": "I000024", "thomas": "00583", "lis": "S236", "govtrack": 300055, "opensecrets": "N00005582", "votesmart": 27027, "icpsr": 15424, "fec": ["S4OK00083", "H6OK01102"], "cspan": 5619, "wikipedia": "Jim Inhofe", "house_history": 15645, "ballotpedia": "Jim Inhofe", "maplight": 576, "wikidata": "Q723134", "google_entity_id": "kg:/m/021kpl"}, "name": {"first": "James", "middle": "M.", "last": "Inhofe", "nickname": "Jim", "official_full": "James M. Inhofe"}, "bio": {"birthday": "1934-11-17", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1994-11-15", "state": "OK", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1994-01-01", "end": "1997-01-03", "state": "OK", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "OK", "class": 2, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "OK", "class": 2, "party": "Republican", "url": "http://inhofe.senate.gov/"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "OK", "class": 2, "party": "Republican", "url": "http://www.inhofe.senate.gov", "address": "205 Russell Senate Office Building Washington DC 20510", "phone": "202-224-4721", "fax": "202-228-0380", "contact_form": "http://www.inhofe.senate.gov/contact", "office": "205 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.inhofe.senate.gov/rss/feeds/?type=all&cachebuster=eea6c4d7%2d939c%2d5c1e%2db6c7aa3b8b291208"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "OK", "class": 2, "party": "Republican", "url": "http://www.inhofe.senate.gov", "address": "205 Russell Senate Office Building Washington DC 20510", "phone": "202-224-4721", "fax": "202-228-0380", "contact_form": "https://www.inhofe.senate.gov/contact", "office": "205 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.inhofe.senate.gov/rss/feeds/?type=all&cachebuster=eea6c4d7%2d939c%2d5c1e%2db6c7aa3b8b291208"}]}, {"id": {"bioguide": "M000355", "thomas": "01395", "lis": "S174", "govtrack": 300072, "opensecrets": "N00003389", "votesmart": 53298, "icpsr": 14921, "fec": ["S2KY00012"], "cspan": 2351, "wikipedia": "Mitch McConnell", "ballotpedia": "Mitch McConnell", "maplight": 593, "wikidata": "Q355522", "google_entity_id": "kg:/m/01z6ls"}, "name": {"first": "Mitch", "last": "McConnell", "official_full": "Mitch McConnell"}, "bio": {"birthday": "1942-02-20", "gender": "M", "religion": "Baptist"}, "leadership_roles": [{"title": "Minority Leader", "chamber": "senate", "start": "2007-01-04", "end": "2009-01-06"}, {"title": "Minority Leader", "chamber": "senate", "start": "2009-01-06", "end": "2011-01-05"}, {"title": "Minority Leader", "chamber": "senate", "start": "2011-01-05", "end": "2013-01-03"}, {"title": "Minority Leader", "chamber": "senate", "start": "2013-01-03", "end": "2015-01-03"}, {"title": "Majority Leader", "chamber": "senate", "start": "2015-01-03", "end": "2017-01-03"}, {"title": "Majority Leader", "chamber": "senate", "start": "2017-01-03"}], "terms": [{"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "KY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "KY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "KY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "KY", "class": 2, "party": "Republican", "url": "http://mcconnell.senate.gov/"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "KY", "class": 2, "party": "Republican", "url": "http://www.mcconnell.senate.gov", "address": "317 Russell Senate Office Building Washington DC 20510", "phone": "202-224-2541", "fax": "202-224-2499", "contact_form": "http://www.mcconnell.senate.gov/public/index.cfm?p=ContactForm", "office": "317 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.mcconnell.senate.gov/public/?a=rss.feed"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "KY", "class": 2, "party": "Republican", "url": "http://www.mcconnell.senate.gov", "address": "317 Russell Senate Office Building Washington DC 20510", "phone": "202-224-2541", "fax": "202-224-2499", "contact_form": "http://www.mcconnell.senate.gov/public/index.cfm?p=contact", "office": "317 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.mcconnell.senate.gov/public/?a=rss.feed"}]}, {"id": {"bioguide": "M001176", "thomas": "01900", "lis": "S322", "govtrack": 412325, "opensecrets": "N00029303", "votesmart": 23644, "fec": ["S8OR00207"], "cspan": 1029842, "wikipedia": "Jeff Merkley", "ballotpedia": "Jeff Merkley", "maplight": 807, "icpsr": 40908, "wikidata": "Q1368405", "google_entity_id": "kg:/m/026k60f"}, "name": {"first": "Jeff", "last": "Merkley", "official_full": "Jeff Merkley"}, "bio": {"birthday": "1956-10-24", "gender": "M"}, "terms": [{"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "OR", "class": 2, "party": "Democrat", "url": "http://www.merkley.senate.gov", "address": "313 Hart Senate Office Building Washington DC 20510", "phone": "202-224-3753", "fax": "202-228-3997", "contact_form": "http://www.merkley.senate.gov/contact/", "office": "313 Hart Senate Office Building", "state_rank": "junior", "rss_url": "http://www.merkley.senate.gov/rss/"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "OR", "class": 2, "party": "Democrat", "url": "https://www.merkley.senate.gov", "address": "313 Hart Senate Office Building Washington DC 20510", "phone": "202-224-3753", "fax": "202-228-3997", "contact_form": "http://www.merkley.senate.gov/contact/", "office": "313 Hart Senate Office Building", "state_rank": "junior", "rss_url": "http://www.merkley.senate.gov/rss/"}]}, {"id": {"bioguide": "R000122", "thomas": "00949", "lis": "S259", "govtrack": 300081, "opensecrets": "N00000362", "votesmart": 27060, "fec": ["S6RI00163", "H0RI02071"], "cspan": 24239, "wikipedia": "Jack Reed (politician)", "house_history": 20232, "ballotpedia": "Jack Reed", "maplight": 600, "icpsr": 29142, "wikidata": "Q528979", "google_entity_id": "kg:/m/0202mc"}, "name": {"first": "John", "middle": "F.", "last": "Reed", "nickname": "Jack", "official_full": "Jack Reed"}, "bio": {"birthday": "1949-11-12", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "RI", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "RI", "class": 2, "party": "Democrat", "url": "http://reed.senate.gov/"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "RI", "class": 2, "party": "Democrat", "url": "http://www.reed.senate.gov", "address": "728 Hart Senate Office Building Washington DC 20510", "phone": "202-224-4642", "fax": "202-224-4680", "contact_form": "http://www.reed.senate.gov/contact/", "office": "728 Hart Senate Office Building", "state_rank": "senior", "rss_url": "https://www.reed.senate.gov//rss/feeds/?type=all"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "RI", "class": 2, "party": "Democrat", "url": "https://www.reed.senate.gov", "address": "728 Hart Senate Office Building Washington DC 20510", "phone": "202-224-4642", "fax": "202-224-4680", "contact_form": "https://www.reed.senate.gov/contact/", "office": "728 Hart Senate Office Building", "state_rank": "senior", "rss_url": "https://www.reed.senate.gov//rss/feeds/?type=all"}]}, {"id": {"bioguide": "R000584", "thomas": "01896", "lis": "S323", "govtrack": 412322, "opensecrets": "N00029441", "votesmart": 2919, "fec": ["S8ID00092"], "cspan": 1020034, "wikipedia": "Jim Risch", "ballotpedia": "Jim Risch", "maplight": 804, "icpsr": 40902, "wikidata": "Q721871", "google_entity_id": "kg:/m/06y9p0"}, "name": {"first": "James", "last": "Risch", "official_full": "James E. Risch"}, "bio": {"birthday": "1943-05-03", "gender": "M"}, "terms": [{"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "ID", "class": 2, "party": "Republican", "url": "http://www.risch.senate.gov", "address": "483 Russell Senate Office Building Washington DC 20510", "phone": "202-224-2752", "fax": "202-224-2573", "contact_form": "http://www.risch.senate.gov/public/index.cfm?p=Email", "office": "483 Russell Senate Office Building", "state_rank": "junior"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "ID", "class": 2, "party": "Republican", "url": "http://www.risch.senate.gov", "address": "483 Russell Senate Office Building Washington DC 20510", "phone": "202-224-2752", "fax": "202-224-2573", "contact_form": "http://www.risch.senate.gov/public/index.cfm?p=Email", "office": "483 Russell Senate Office Building", "state_rank": "junior"}]}, {"id": {"bioguide": "R000307", "thomas": "00968", "lis": "S260", "govtrack": 300083, "opensecrets": "N00005285", "votesmart": 26866, "icpsr": 14852, "fec": ["S6KS00080", "H0KS01016"], "cspan": 16354, "wikipedia": "Pat Roberts", "house_history": 20465, "ballotpedia": "Pat Roberts", "maplight": 602, "wikidata": "Q538375", "google_entity_id": "kg:/m/01_pdv"}, "name": {"first": "Pat", "last": "Roberts", "official_full": "Pat Roberts"}, "bio": {"birthday": "1936-04-20", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "KS", "class": 2, "party": "Republican", "url": "http://roberts.senate.gov/"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "KS", "class": 2, "party": "Republican", "url": "http://www.roberts.senate.gov", "address": "109 Hart Senate Office Building Washington DC 20510", "phone": "202-224-4774", "fax": "202-224-3514", "contact_form": "http://www.roberts.senate.gov/public/index.cfm?p=EmailPat", "office": "109 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.roberts.senate.gov/public/?a=rss.feed"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "KS", "class": 2, "party": "Republican", "url": "http://www.roberts.senate.gov", "address": "109 Hart Senate Office Building Washington DC 20510", "phone": "202-224-4774", "fax": "202-224-3514", "contact_form": "https://www.roberts.senate.gov/public/?p=EmailPat", "office": "109 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.roberts.senate.gov/public/?a=rss.feed"}]}, {"id": {"bioguide": "S001181", "thomas": "01901", "lis": "S324", "govtrack": 412323, "opensecrets": "N00024790", "votesmart": 1663, "fec": ["S0NH00219"], "cspan": 22850, "wikipedia": "Jeanne Shaheen", "ballotpedia": "Jeanne Shaheen", "maplight": 805, "icpsr": 40906, "house_history": 22618, "wikidata": "Q270316", "google_entity_id": "kg:/m/01rrm2"}, "name": {"first": "Jeanne", "last": "Shaheen", "official_full": "Jeanne Shaheen"}, "bio": {"gender": "F", "birthday": "1947-01-28"}, "terms": [{"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "NH", "class": 2, "party": "Democrat", "url": "http://www.shaheen.senate.gov", "address": "520 Hart Senate Office Building Washington DC 20510", "phone": "202-224-2841", "contact_form": "http://www.shaheen.senate.gov/contact/", "office": "520 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.shaheen.senate.gov/rss/", "fax": "202-228-3194"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "NH", "class": 2, "party": "Democrat", "url": "https://www.shaheen.senate.gov", "address": "506 Hart Senate Office Building Washington DC 20510", "phone": "202-224-2841", "contact_form": "https://www.shaheen.senate.gov/contact/contact-jeanne", "office": "506 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.shaheen.senate.gov/rss/", "fax": "202-228-3194"}]}, {"id": {"bioguide": "U000039", "thomas": "01567", "lis": "S326", "govtrack": 400413, "opensecrets": "N00006561", "votesmart": 22658, "fec": ["H8NM03097", "S8NM00184"], "cspan": 10075, "wikipedia": "Tom Udall", "house_history": 20879, "ballotpedia": "Tom Udall", "maplight": 498, "icpsr": 29924, "wikidata": "Q957690", "google_entity_id": "kg:/m/033t35"}, "name": {"first": "Tom", "middle": "S.", "last": "Udall", "official_full": "Tom Udall"}, "bio": {"birthday": "1948-05-18", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NM", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NM", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NM", "district": 3, "party": "Democrat", "url": "http://www.house.gov/tomudall"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NM", "district": 3, "party": "Democrat", "url": "http://www.house.gov/tomudall"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NM", "district": 3, "party": "Democrat", "url": "http://tomudall.house.gov"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "NM", "class": 2, "party": "Democrat", "url": "http://www.tomudall.senate.gov", "address": "110 Hart Senate Office Building Washington DC 20510", "phone": "202-224-6621", "fax": "202-228-3261", "contact_form": "http://www.tomudall.senate.gov/?p=contact", "office": "110 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://tomudall.senate.gov/rss/?p=blog"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "NM", "class": 2, "party": "Democrat", "url": "http://www.tomudall.senate.gov", "address": "531 Hart Senate Office Building Washington DC 20510", "phone": "202-224-6621", "contact_form": "https://www.tomudall.senate.gov/?p=contact", "office": "531 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://tomudall.senate.gov/rss/?p=blog", "fax": "202-228-3261"}], "family": [{"name": "Stewart Lee Udall", "relation": "son"}, {"name": "Morris K. Udall", "relation": "nephew"}, {"name": "Mark Udall", "relation": "cousin"}, {"name": "Gordon H. Smith", "relation": "cousin"}]}, {"id": {"bioguide": "W000805", "thomas": "01897", "lis": "S327", "govtrack": 412321, "opensecrets": "N00002097", "votesmart": 535, "fec": ["S6VA00093", "P80003023"], "cspan": 7630, "wikipedia": "Mark Warner", "ballotpedia": "Mark Warner", "maplight": 803, "icpsr": 40909, "wikidata": "Q453893", "google_entity_id": "kg:/m/024mm1"}, "name": {"first": "Mark", "last": "Warner", "official_full": "Mark R. Warner"}, "bio": {"gender": "M", "birthday": "1954-12-15"}, "terms": [{"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "VA", "class": 2, "party": "Democrat", "url": "http://www.warner.senate.gov", "address": "475 Russell Senate Office Building Washington DC 20510", "phone": "202-224-2023", "fax": "202-224-6295", "contact_form": "http://www.warner.senate.gov/public//index.cfm?p=ContactPage#form_f9db6196-2dc7-4cda-8add-f8435a71318a", "office": "475 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.warner.senate.gov/public/?a=rss.feed"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "VA", "class": 2, "party": "Democrat", "url": "http://www.warner.senate.gov", "address": "703 Hart Senate Office Building Washington DC 20510", "phone": "202-224-2023", "fax": "202-224-6295", "contact_form": "http://www.warner.senate.gov/public/index.cfm?p=Contact", "office": "703 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.warner.senate.gov/public/?a=rss.feed"}]}, {"id": {"bioguide": "G000555", "thomas": "01866", "lis": "S331", "govtrack": 412223, "opensecrets": "N00027658", "votesmart": 65147, "fec": ["H6NY20167", "S0NY00410"], "cspan": 1022862, "wikipedia": "Kirsten Gillibrand", "house_history": 14269, "ballotpedia": "Kirsten Gillibrand", "maplight": 708, "icpsr": 20735, "wikidata": "Q22222", "google_entity_id": "kg:/m/0gnfc4"}, "name": {"first": "Kirsten", "middle": "E.", "last": "Gillibrand", "official_full": "Kirsten E. Gillibrand"}, "bio": {"gender": "F", "birthday": "1966-12-09"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 20, "party": "Democrat", "url": "http://gillibrand.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2009-01-26", "state": "NY", "district": 20, "party": "Democrat", "url": "http://gillibrand.house.gov"}, {"type": "sen", "start": "2009-01-27", "end": "2013-01-03", "state": "NY", "class": 1, "party": "Democrat", "url": "http://gillibrand.senate.gov", "address": "478 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-4451", "fax": "202-228-0282", "contact_form": "http://www.gillibrand.senate.gov/contact/", "office": "478 Russell Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "NY", "party": "Democrat", "class": 1, "url": "https://www.gillibrand.senate.gov", "address": "478 Russell Senate Office Building Washington DC 20510", "phone": "202-224-4451", "fax": "202-225-1168", "contact_form": "http://www.gillibrand.senate.gov/contact/", "office": "478 Russell Senate Office Building", "state_rank": "junior", "rss_url": "http://www.gillibrand.senate.gov/rss/"}]}, {"id": {"bioguide": "F000457", "thomas": "01969", "lis": "S332", "govtrack": 412378, "opensecrets": "N00029016", "votesmart": 108924, "fec": ["S8MN00438"], "cspan": 23334, "wikipedia": "Al Franken", "ballotpedia": "Al Franken", "maplight": 1189, "icpsr": 40904, "wikidata": "Q319084", "google_entity_id": "kg:/m/01lct6"}, "name": {"first": "Alan", "middle": "Stuart", "last": "Franken", "nickname": "Al", "official_full": "Al Franken"}, "bio": {"birthday": "1951-05-21", "gender": "M"}, "terms": [{"type": "sen", "start": "2009-07-07", "end": "2015-01-03", "state": "MN", "class": 2, "party": "Democrat", "url": "http://www.franken.senate.gov", "address": "309 Hart Senate Office Building Washington DC 20510", "phone": "202-224-5641", "contact_form": "http://www.franken.senate.gov/?p=email_al", "fax": "202-224-0044", "office": "309 Hart Senate Office Building", "state_rank": "junior", "rss_url": "http://franken.senate.gov/rss/?p=hot_topic"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "MN", "class": 2, "party": "Democrat", "url": "https://www.franken.senate.gov", "address": "309 Hart Senate Office Building Washington DC 20510", "phone": "202-224-5641", "contact_form": "https://www.franken.senate.gov/?p=contact", "office": "309 Hart Senate Office Building", "state_rank": "junior", "rss_url": "http://franken.senate.gov/rss/?p=hot_topic", "fax": "202-224-0044"}]}, {"id": {"bioguide": "C001088", "thomas": "01984", "lis": "S337", "govtrack": 412390, "opensecrets": "N00031820", "votesmart": 122834, "fec": ["S0DE00092"], "cspan": 9269028, "wikipedia": "Chris Coons", "ballotpedia": "Chris Coons", "maplight": 1371, "icpsr": 40916, "wikidata": "Q923242", "google_entity_id": "kg:/m/082d3d"}, "name": {"first": "Chris", "middle": "Andrew", "last": "Coons", "official_full": "Christopher A. Coons"}, "bio": {"birthday": "1963-09-09", "gender": "M"}, "terms": [{"type": "sen", "start": "2010-11-15", "end": "2015-01-03", "state": "DE", "class": 2, "party": "Democrat", "url": "http://www.coons.senate.gov", "address": "127A Russell Senate Office Building Washington DC 20510", "phone": "202-224-5042", "fax": "202-228-3075", "contact_form": "http://www.coons.senate.gov/contact/", "office": "127a Russell Senate Office Building", "state_rank": "junior", "rss_url": "http://www.coons.senate.gov/rss/feeds/?type=all"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "DE", "class": 2, "party": "Democrat", "url": "https://www.coons.senate.gov", "address": "127A Russell Senate Office Building Washington DC 20510", "phone": "202-224-5042", "contact_form": "https://www.coons.senate.gov/contact", "office": "127a Russell Senate Office Building", "state_rank": "junior", "rss_url": "http://www.coons.senate.gov/rss/feeds/?type=all", "fax": "202-228-3075"}]}, {"id": {"bioguide": "M001183", "thomas": "01983", "lis": "S338", "govtrack": 412391, "opensecrets": "N00032838", "votesmart": 7547, "fec": ["S0WV00090"], "cspan": 62864, "wikipedia": "Joe Manchin", "ballotpedia": "Joe Manchin III", "maplight": 1372, "icpsr": 40915, "wikidata": "Q538868", "google_entity_id": "kg:/m/04lc5t"}, "name": {"first": "Joe", "last": "Manchin", "suffix": "III", "official_full": "Joe Manchin, III"}, "bio": {"birthday": "1947-08-24", "gender": "M"}, "terms": [{"type": "sen", "start": "2010-11-15", "end": "2013-01-03", "state": "WV", "class": 1, "party": "Democrat", "url": "http://manchin.senate.gov/", "address": "303 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-3954", "contact_form": "http://www.manchin.senate.gov/contact_form.cfm", "office": "303 Hart Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "WV", "party": "Democrat", "class": 1, "url": "http://www.manchin.senate.gov/public", "address": "306 Hart Senate Office Building Washington DC 20510", "phone": "202-224-3954", "contact_form": "http://www.manchin.senate.gov/public/index.cfm/contact-form", "office": "306 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.manchin.senate.gov/public/index.cfm/rss/feed", "fax": "202-228-0002"}]}, {"id": {"bioguide": "A000055", "thomas": "01460", "govtrack": 400004, "opensecrets": "N00003028", "votesmart": 441, "fec": ["H6AL04098"], "cspan": 45516, "wikipedia": "Robert Aderholt", "house_history": 8333, "ballotpedia": "Robert B. Aderholt", "maplight": 127, "icpsr": 29701, "wikidata": "Q672671", "google_entity_id": "kg:/m/024p03"}, "name": {"first": "Robert", "last": "Aderholt", "official_full": "Robert B. Aderholt", "middle": "B."}, "bio": {"birthday": "1965-07-22", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AL", "district": 4, "party": "Republican", "url": "http://www.house.gov/aderholt"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AL", "district": 4, "party": "Republican", "url": "http://www.house.gov/aderholt"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AL", "district": 4, "party": "Republican", "url": "http://aderholt.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AL", "district": 4, "party": "Republican", "url": "http://aderholt.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AL", "district": 4, "party": "Republican", "url": "http://aderholt.house.gov", "address": "2264 Rayburn HOB; Washington DC 20515-0104", "phone": "202-225-4876", "fax": "202-225-5587", "contact_form": "http://aderholt.house.gov/?sectionid=195&sectiontree=195", "office": "2264 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AL", "party": "Republican", "district": 4, "url": "http://aderholt.house.gov", "address": "2369 Rayburn HOB; Washington DC 20515-0104", "phone": "202-225-4876", "fax": "202-225-5587", "contact_form": "http://aderholt.house.gov/email-me2/", "office": "2369 Rayburn House Office Building", "rss_url": "http://aderholt.house.gov/common/rss//index.cfm?rss=20"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AL", "party": "Republican", "district": 4, "url": "https://aderholt.house.gov", "address": "235 Cannon HOB; Washington DC 20515-0104", "phone": "202-225-4876", "fax": "202-225-5587", "contact_form": "http://aderholt.house.gov/email-me2/", "office": "235 Cannon House Office Building", "rss_url": "http://aderholt.house.gov/common/rss//index.cfm?rss=20"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AL", "district": 4, "party": "Republican", "phone": "202-225-4876", "url": "https://aderholt.house.gov", "rss_url": "http://aderholt.house.gov/common/rss//index.cfm?rss=20", "address": "235 Cannon HOB; Washington DC 20515-0104", "office": "235 Cannon House Office Building", "fax": "202-225-5587"}]}, {"id": {"bioguide": "A000367", "thomas": "02029", "govtrack": 412438, "opensecrets": "N00031938", "votesmart": 105566, "fec": ["H0MI03126"], "cspan": 1033767, "wikipedia": "Justin Amash", "house_history": 8769, "ballotpedia": "Justin Amash", "maplight": 1449, "icpsr": 21143, "wikidata": "Q1714165", "google_entity_id": "kg:/m/0c00p_n"}, "name": {"first": "Justin", "last": "Amash", "official_full": "Justin Amash"}, "bio": {"birthday": "1980-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MI", "district": 3, "party": "Republican", "url": "http://amash.house.gov/", "address": "114 Cannon HOB; Washington DC 20515-2203", "phone": "202-225-3831", "fax": "202-225-5144", "office": "114 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MI", "party": "Republican", "district": 3, "url": "http://amash.house.gov", "address": "114 Cannon HOB; Washington DC 20515-2203", "phone": "202-225-3831", "fax": "202-225-5144", "office": "114 Cannon House Office Building", "rss_url": "http://amash.house.gov/rss.xml", "contact_form": "https://amash.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MI", "party": "Republican", "district": 3, "url": "http://amash.house.gov", "address": "114 Cannon HOB; Washington DC 20515-2203", "phone": "202-225-3831", "fax": "202-225-5144", "office": "114 Cannon House Office Building", "rss_url": "http://amash.house.gov/rss.xml", "contact_form": "https://amash.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MI", "district": 3, "party": "Republican", "phone": "202-225-3831", "url": "http://amash.house.gov", "rss_url": "http://amash.house.gov/rss.xml", "address": "114 Cannon HOB; Washington DC 20515-2203", "office": "114 Cannon House Office Building", "fax": "202-225-5144"}]}, {"id": {"bioguide": "B001230", "thomas": "01558", "lis": "S354", "govtrack": 400013, "opensecrets": "N00004367", "votesmart": 3470, "fec": ["H8WI00018", "S2WI00219"], "cspan": 57884, "wikipedia": "Tammy Baldwin", "house_history": 10361, "ballotpedia": "Tammy Baldwin", "maplight": 136, "icpsr": 29940, "wikidata": "Q40628", "google_entity_id": "kg:/m/024v02"}, "name": {"first": "Tammy", "last": "Baldwin", "official_full": "Tammy Baldwin"}, "bio": {"birthday": "1962-02-11", "gender": "F"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WI", "district": 2, "party": "Democrat", "url": "http://tammybaldwin.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WI", "district": 2, "party": "Democrat", "url": "http://tammybaldwin.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WI", "district": 2, "party": "Democrat", "url": "http://tammybaldwin.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WI", "district": 2, "party": "Democrat", "url": "http://tammybaldwin.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WI", "district": 2, "party": "Democrat", "url": "http://tammybaldwin.house.gov", "address": "2446 Rayburn HOB; Washington DC 20515-4902", "phone": "202-225-2906", "fax": "202-225-6942", "contact_form": "http://www.house.gov/formbaldwin/IMA/get_address.htm", "office": "2446 Rayburn House Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "WI", "party": "Democrat", "class": 1, "url": "https://www.baldwin.senate.gov", "address": "709 Hart Washington DC 20510", "phone": "202-224-5653", "fax": "202-225-6942", "contact_form": "https://www.baldwin.senate.gov/feedback", "office": "709 Hart", "state_rank": "junior", "rss_url": "http://www.baldwin.senate.gov/rss/feeds/?type=all"}]}, {"id": {"bioguide": "B001269", "thomas": "02054", "govtrack": 412469, "opensecrets": "N00025495", "votesmart": 47143, "fec": ["H2PA11098"], "cspan": 29618, "house_history": 10432, "wikipedia": "Lou Barletta", "ballotpedia": "Lou Barletta", "maplight": 1474, "icpsr": 21171, "wikidata": "Q25568", "google_entity_id": "kg:/m/03wcvjl"}, "name": {"first": "Lou", "last": "Barletta", "official_full": "Lou Barletta"}, "bio": {"birthday": "1956-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 11, "party": "Republican", "url": "http://barletta.house.gov/", "address": "510 Cannon HOB; Washington DC 20515-3811", "phone": "202-225-6511", "fax": "202-225-0764", "office": "510 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Republican", "district": 11, "url": "http://barletta.house.gov", "address": "115 Cannon HOB; Washington DC 20515-3811", "phone": "202-225-6511", "fax": "202-225-0764", "office": "115 Cannon House Office Building", "rss_url": "http://barletta.house.gov/common/rss//index.cfm?rss=25", "contact_form": "https://barletta.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "party": "Republican", "district": 11, "url": "http://barletta.house.gov", "address": "115 Cannon HOB; Washington DC 20515-3811", "phone": "202-225-6511", "fax": "202-225-0764", "office": "115 Cannon House Office Building", "rss_url": "http://barletta.house.gov/common/rss//index.cfm?rss=25", "contact_form": "https://barletta.house.gov/contact/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 11, "party": "Republican", "phone": "202-225-6511", "url": "http://barletta.house.gov", "rss_url": "http://barletta.house.gov/common/rss//index.cfm?rss=25", "address": "2049 Rayburn HOB; Washington DC 20515-3811", "office": "2049 Rayburn House Office Building", "fax": "202-225-0764"}]}, {"id": {"bioguide": "B000213", "thomas": "00062", "govtrack": 400018, "opensecrets": "N00005656", "votesmart": 27082, "icpsr": 15085, "fec": ["H4TX06117", "S4TX00094"], "cspan": 5248, "wikipedia": "Joe Barton", "house_history": 9049, "maplight": 139, "wikidata": "Q966261", "google_entity_id": "kg:/m/03rspq"}, "name": {"first": "Joe", "middle": "Linus", "last": "Barton", "official_full": "Joe Barton"}, "bio": {"birthday": "1949-09-15", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 6, "party": "Republican", "url": "http://www.house.gov/barton"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 6, "party": "Republican", "url": "http://www.house.gov/barton"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 6, "party": "Republican", "url": "http://joebarton.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 6, "party": "Republican", "url": "http://joebarton.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 6, "party": "Republican", "url": "http://joebarton.house.gov", "address": "2109 Rayburn HOB; Washington DC 20515-4306", "phone": "202-225-2002", "fax": "202-225-3052", "contact_form": "http://joebarton.house.gov/ContactJoe.aspx?Type=Email", "office": "2109 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 6, "url": "http://joebarton.house.gov", "address": "2107 Rayburn HOB; Washington DC 20515-4306", "phone": "202-225-2002", "fax": "202-225-3052", "contact_form": "https://joebarton.house.gov/contact1/", "office": "2107 Rayburn House Office Building", "rss_url": "http://joebarton.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 6, "url": "http://joebarton.house.gov", "address": "2107 Rayburn HOB; Washington DC 20515-4306", "phone": "202-225-2002", "fax": "202-225-3052", "contact_form": "https://joebarton.house.gov/contact1/", "office": "2107 Rayburn House Office Building", "rss_url": "http://joebarton.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 6, "party": "Republican", "phone": "202-225-2002", "url": "https://joebarton.house.gov", "rss_url": "http://joebarton.house.gov/index.php?format=feed&type=rss", "address": "2107 Rayburn HOB; Washington DC 20515-4306", "office": "2107 Rayburn House Office Building", "fax": "202-225-3052"}]}, {"id": {"bioguide": "B001270", "thomas": "01996", "govtrack": 412404, "opensecrets": "N00031877", "votesmart": 28963, "fec": ["H0CA33117"], "cspan": 62502, "wikipedia": "Karen Bass", "house_history": 10433, "maplight": 1249, "icpsr": 21110, "wikidata": "Q461739", "google_entity_id": "kg:/m/027g9m6"}, "name": {"first": "Karen", "last": "Bass", "official_full": "Karen Bass"}, "bio": {"birthday": "1953-10-03", "gender": "F"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 33, "party": "Democrat", "url": "http://karenbass.house.gov/", "address": "408 Cannon HOB; Washington DC 20515-0533", "phone": "202-225-7084", "fax": "202-225-2422", "office": "408 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 37, "url": "http://bass.house.gov", "address": "408 Cannon HOB; Washington DC 20515-0537", "phone": "202-225-7084", "fax": "202-225-2422", "office": "408 Cannon House Office Building", "rss_url": "http://bass.house.gov/rss.xml", "contact_form": "https://bass.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 37, "url": "http://bass.house.gov", "address": "408 Cannon HOB; Washington DC 20515-0537", "phone": "202-225-7084", "fax": "202-225-2422", "office": "408 Cannon House Office Building", "rss_url": "http://bass.house.gov/rss.xml", "contact_form": "https://bass.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 37, "party": "Democrat", "phone": "202-225-7084", "url": "https://bass.house.gov", "rss_url": "http://bass.house.gov/rss.xml", "address": "2241 Rayburn HOB; Washington DC 20515-0537", "office": "2241 Rayburn House Office Building", "fax": "202-225-2422"}]}, {"id": {"bioguide": "B001267", "thomas": "01965", "lis": "S330", "govtrack": 412330, "opensecrets": "N00030608", "votesmart": 110942, "fec": ["S0CO00211"], "cspan": 1031622, "wikipedia": "Michael Bennet", "ballotpedia": "Michael Bennet", "maplight": 1092, "icpsr": 40910, "wikidata": "Q554792", "google_entity_id": "kg:/m/05b60qf"}, "name": {"first": "Michael", "middle": "F.", "last": "Bennet", "official_full": "Michael F. Bennet"}, "bio": {"gender": "M", "birthday": "1964-11-28"}, "terms": [{"type": "sen", "start": "2009-01-22", "end": "2011-01-03", "state": "CO", "class": 3, "party": "Democrat", "url": "http://bennet.senate.gov/"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "CO", "class": 3, "party": "Democrat", "url": "https://www.bennet.senate.gov", "address": "261 Russell Senate Office Building Washington DC 20510", "phone": "202-224-5852", "fax": "202-228-5097", "contact_form": "http://www.bennet.senate.gov/contact/email", "office": "261 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.bennet.senate.gov/rss/feeds/?type=news"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "CO", "class": 3, "state_rank": "senior", "party": "Democrat", "url": "https://www.bennet.senate.gov", "rss_url": "http://www.bennet.senate.gov/rss/feeds/?type=news", "address": "261 Russell Senate Office Building Washington DC 20510", "office": "261 Russell Senate Office Building", "phone": "202-224-5852", "contact_form": "https://www.bennet.senate.gov/?p=contact", "fax": "202-228-5097"}]}, {"id": {"bioguide": "B001257", "thomas": "01838", "govtrack": 412250, "opensecrets": "N00027462", "votesmart": 17318, "fec": ["H6FL09070"], "cspan": 1022873, "wikipedia": "Gus Bilirakis", "house_history": 10413, "ballotpedia": "Gus M. Bilirakis", "maplight": 731, "icpsr": 20758, "wikidata": "Q1555314", "google_entity_id": "kg:/m/0dy3z1"}, "name": {"first": "Gus", "last": "Bilirakis", "official_full": "Gus M. Bilirakis", "middle": "M."}, "bio": {"birthday": "1963-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 9, "party": "Republican", "url": "http://bilirakis.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 9, "party": "Republican", "url": "http://bilirakis.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 9, "party": "Republican", "url": "http://bilirakis.house.gov", "address": "407 Cannon HOB; Washington DC 20515-0909", "phone": "202-225-5755", "fax": "202-225-4085", "contact_form": "http://bilirakis.house.gov/index.php?option=com_content&task=view&id=212&Itemid=44", "office": "407 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 12, "url": "http://bilirakis.house.gov", "address": "2313 Rayburn HOB; Washington DC 20515-0912", "phone": "202-225-5755", "fax": "202-225-4085", "contact_form": "https://bilirakis.house.gov/email-congressman-bilirakis/", "office": "2313 Rayburn House Office Building", "rss_url": "http://bilirakis.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Republican", "district": 12, "url": "https://bilirakis.house.gov", "address": "2112 Rayburn HOB; Washington DC 20515-0912", "phone": "202-225-5755", "fax": "202-225-4085", "contact_form": "https://bilirakis.house.gov/email-congressman-bilirakis/", "office": "2112 Rayburn House Office Building", "rss_url": "http://bilirakis.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 12, "party": "Republican", "phone": "202-225-5755", "url": "https://bilirakis.house.gov", "rss_url": "http://bilirakis.house.gov/index.php?format=feed&type=rss", "address": "2112 Rayburn HOB; Washington DC 20515-0912", "office": "2112 Rayburn House Office Building", "fax": "202-225-4085"}], "family": [{"name": "Michael Bilirakis", "relation": "son"}]}, {"id": {"bioguide": "B001250", "thomas": "01753", "govtrack": 400029, "opensecrets": "N00025292", "votesmart": 50544, "fec": ["H2UT01094"], "cspan": 1003621, "wikipedia": "Rob Bishop", "house_history": 10399, "ballotpedia": "Rob Bishop", "maplight": 150, "icpsr": 20357, "wikidata": "Q433857", "google_entity_id": "kg:/m/02tn41"}, "name": {"first": "Rob", "last": "Bishop", "official_full": "Rob Bishop"}, "bio": {"birthday": "1951-07-13", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "UT", "district": 1, "party": "Republican", "url": "http://www.house.gov/robbishop"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "UT", "district": 1, "party": "Republican", "url": "http://www.house.gov/robbishop"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "UT", "district": 1, "party": "Republican", "url": "http://www.house.gov/robbishop"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "UT", "district": 1, "party": "Republican", "url": "http://www.house.gov/robbishop"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "UT", "district": 1, "party": "Republican", "url": "http://www.house.gov/robbishop", "address": "123 Cannon HOB; Washington DC 20515-4401", "phone": "202-225-0453", "fax": "202-225-5857", "contact_form": "http://robbishop.house.gov/ZipAuth.aspx", "office": "123 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "UT", "party": "Republican", "district": 1, "url": "http://robbishop.house.gov", "address": "123 Cannon HOB; Washington DC 20515-4401", "phone": "202-225-0453", "fax": "202-225-5857", "contact_form": "https://robbishop.house.gov/contact/contactform.htm", "office": "123 Cannon House Office Building", "rss_url": "http://robbishop.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "UT", "party": "Republican", "district": 1, "url": "http://robbishop.house.gov", "address": "123 Cannon HOB; Washington DC 20515-4401", "phone": "202-225-0453", "fax": "202-225-5857", "contact_form": "https://robbishop.house.gov/contact/contactform.htm", "office": "123 Cannon House Office Building", "rss_url": "http://robbishop.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "UT", "district": 1, "party": "Republican", "phone": "202-225-0453", "url": "http://robbishop.house.gov", "rss_url": "http://robbishop.house.gov/news/rss.aspx", "address": "123 Cannon HOB; Washington DC 20515-4401", "office": "123 Cannon House Office Building", "fax": "202-225-5857"}]}, {"id": {"bioguide": "B000490", "thomas": "00091", "govtrack": 400030, "opensecrets": "N00002674", "votesmart": 26817, "fec": ["H2GA02031"], "cspan": 26194, "wikipedia": "Sanford Bishop", "maplight": 148, "icpsr": 29339, "house_history": 7697, "wikidata": "Q983428", "google_entity_id": "kg:/m/02554k"}, "name": {"first": "Sanford", "middle": "D.", "last": "Bishop", "suffix": "Jr.", "official_full": "Sanford D. Bishop, Jr."}, "bio": {"birthday": "1947-02-04", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "GA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/bishop"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "GA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/bishop"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "GA", "district": 2, "party": "Democrat", "url": "http://bishop.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "GA", "district": 2, "party": "Democrat", "url": "http://bishop.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "GA", "district": 2, "party": "Democrat", "url": "http://bishop.house.gov", "address": "2429 Rayburn HOB; Washington DC 20515-1002", "phone": "202-225-3631", "fax": "202-225-2203", "contact_form": "http://bishop.house.gov/display.cfm?section_id=13", "office": "2429 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "GA", "party": "Democrat", "district": 2, "url": "http://bishop.house.gov", "address": "2429 Rayburn HOB; Washington DC 20515-1002", "phone": "202-225-3631", "fax": "202-225-2203", "contact_form": "http://bishop.house.gov/contact", "office": "2429 Rayburn House Office Building", "rss_url": "http://bishop.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "GA", "party": "Democrat", "district": 2, "url": "http://bishop.house.gov", "address": "2407 Rayburn HOB; Washington DC 20515-1002", "phone": "202-225-3631", "fax": "202-225-2203", "contact_form": "http://bishop.house.gov/contact", "office": "2407 Rayburn House Office Building", "rss_url": "http://bishop.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "GA", "district": 2, "party": "Democrat", "phone": "202-225-3631", "url": "http://bishop.house.gov", "rss_url": "http://bishop.house.gov/rss.xml", "address": "2407 Rayburn HOB; Washington DC 20515-1002", "office": "2407 Rayburn House Office Building", "fax": "202-225-2203"}]}, {"id": {"bioguide": "B001273", "thomas": "02063", "govtrack": 412478, "opensecrets": "N00031539", "votesmart": 25292, "fec": ["H0TN06257"], "cspan": 9268964, "wikipedia": "Diane Black", "house_history": 10436, "maplight": 1483, "icpsr": 21180, "wikidata": "Q515935", "google_entity_id": "kg:/m/0cyvxl"}, "name": {"first": "Diane", "last": "Black", "official_full": "Diane Black"}, "bio": {"birthday": "1951-01-16", "gender": "F"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TN", "district": 6, "party": "Republican", "url": "http://black.house.gov/", "address": "1531 Longworth HOB; Washington DC 20515-4206", "phone": "202-225-4231", "fax": "202-225-6887", "office": "1531 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TN", "party": "Republican", "district": 6, "url": "http://black.house.gov", "address": "1531 Longworth HOB; Washington DC 20515-4206", "phone": "202-225-4231", "fax": "202-225-6887", "office": "1531 Longworth House Office Building", "rss_url": "http://black.house.gov/rss.xml", "contact_form": "https://black.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TN", "party": "Republican", "district": 6, "url": "http://black.house.gov", "address": "1131 Longworth HOB; Washington DC 20515-4206", "phone": "202-225-4231", "fax": "202-225-6887", "office": "1131 Longworth House Office Building", "rss_url": "http://black.house.gov/rss.xml", "contact_form": "https://black.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TN", "district": 6, "party": "Republican", "phone": "202-225-4231", "url": "http://black.house.gov", "rss_url": "http://black.house.gov/rss.xml", "address": "1131 Longworth HOB; Washington DC 20515-4206", "office": "1131 Longworth House Office Building", "fax": "202-225-6887"}]}, {"id": {"bioguide": "B001243", "thomas": "01748", "govtrack": 400032, "opensecrets": "N00003105", "votesmart": 25186, "fec": ["H2TN06030"], "cspan": 31226, "wikipedia": "Marsha Blackburn", "house_history": 10385, "ballotpedia": "Marsha Blackburn", "maplight": 151, "icpsr": 20351, "wikidata": "Q458971", "google_entity_id": "kg:/m/01fnkt"}, "name": {"first": "Marsha", "middle": "W.", "last": "Blackburn", "official_full": "Marsha Blackburn"}, "bio": {"birthday": "1952-06-06", "gender": "F", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TN", "district": 7, "party": "Republican", "url": "http://www.house.gov/blackburn"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TN", "district": 7, "party": "Republican", "url": "http://www.house.gov/blackburn"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TN", "district": 7, "party": "Republican", "url": "http://www.house.gov/blackburn"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TN", "district": 7, "party": "Republican", "url": "http://www.house.gov/blackburn"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TN", "district": 7, "party": "Republican", "url": "http://www.house.gov/blackburn", "address": "217 Cannon HOB; Washington DC 20515-4207", "phone": "202-225-2811", "fax": "202-225-3004", "contact_form": "http://blackburn.house.gov/contactform/", "office": "217 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TN", "party": "Republican", "district": 7, "url": "http://blackburn.house.gov", "address": "217 Cannon HOB; Washington DC 20515-4207", "phone": "202-225-2811", "fax": "202-225-3004", "contact_form": "https://blackburn.house.gov/contactform/email.htm", "office": "217 Cannon House Office Building", "rss_url": "http://blackburn.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TN", "party": "Republican", "district": 7, "url": "http://blackburn.house.gov", "address": "2266 Rayburn HOB; Washington DC 20515-4207", "phone": "202-225-2811", "fax": "202-225-3004", "contact_form": "https://blackburn.house.gov/contactform/email.htm", "office": "2266 Rayburn House Office Building", "rss_url": "http://blackburn.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TN", "district": 7, "party": "Republican", "phone": "202-225-2811", "url": "http://blackburn.house.gov", "rss_url": "http://blackburn.house.gov/news/rss.aspx", "address": "2266 Rayburn HOB; Washington DC 20515-4207", "office": "2266 Rayburn House Office Building", "fax": "202-225-3004"}]}, {"id": {"bioguide": "B000574", "thomas": "00099", "govtrack": 400033, "opensecrets": "N00007727", "votesmart": 367, "fec": ["H6OR03064"], "cspan": 43809, "wikipedia": "Earl Blumenauer", "house_history": 9518, "ballotpedia": "Earl Blumenauer", "maplight": 152, "icpsr": 29588, "wikidata": "Q748066", "google_entity_id": "kg:/m/033tw8"}, "name": {"first": "Earl", "last": "Blumenauer", "official_full": "Earl Blumenauer"}, "bio": {"birthday": "1948-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1996-05-21", "end": "1997-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OR", "district": 3, "party": "Democrat", "url": "http://www.house.gov/blumenauer"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OR", "district": 3, "party": "Democrat", "url": "http://www.house.gov/blumenauer"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OR", "district": 3, "party": "Democrat", "url": "http://blumenauer.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OR", "district": 3, "party": "Democrat", "url": "http://blumenauer.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OR", "district": 3, "party": "Democrat", "url": "http://blumenauer.house.gov", "address": "1502 Longworth HOB; Washington DC 20515-3703", "phone": "202-225-4811", "fax": "202-225-8941", "contact_form": "http://blumenauer.house.gov/index.php?option=com_email_form&Itemid=206", "office": "1502 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OR", "party": "Democrat", "district": 3, "url": "http://blumenauer.house.gov", "address": "1111 Longworth HOB; Washington DC 20515-3703", "phone": "202-225-4811", "fax": "202-225-8941", "contact_form": "https://forms.house.gov/blumenauer/webforms/issue_subscribe.html", "office": "1111 Longworth House Office Building", "rss_url": "http://blumenauer.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OR", "party": "Democrat", "district": 3, "url": "http://blumenauer.house.gov", "address": "1111 Longworth HOB; Washington DC 20515-3703", "phone": "202-225-4811", "fax": "202-225-8941", "contact_form": "https://forms.house.gov/blumenauer/webforms/issue_subscribe.html", "office": "1111 Longworth House Office Building", "rss_url": "http://blumenauer.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OR", "district": 3, "party": "Democrat", "phone": "202-225-4811", "url": "https://blumenauer.house.gov", "rss_url": "http://blumenauer.house.gov/index.php?format=feed&type=rss", "address": "1111 Longworth HOB; Washington DC 20515-3703", "office": "1111 Longworth House Office Building", "fax": "202-225-8941"}]}, {"id": {"bioguide": "B001277", "thomas": "02076", "lis": "S341", "govtrack": 412490, "opensecrets": "N00031685", "votesmart": 1568, "fec": ["S0CT00177"], "cspan": 21799, "wikipedia": "Richard Blumenthal", "ballotpedia": "Richard Blumenthal", "maplight": 1495, "icpsr": 41101, "wikidata": "Q2023708", "google_entity_id": "kg:/m/03tg8m"}, "name": {"first": "Richard", "last": "Blumenthal", "official_full": "Richard Blumenthal"}, "bio": {"birthday": "1946-02-13", "gender": "M"}, "terms": [{"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "CT", "class": 3, "party": "Democrat", "url": "https://www.blumenthal.senate.gov", "address": "706 Hart Senate Office Building Washington DC 20510", "phone": "202-224-2823", "contact_form": "https://www.blumenthal.senate.gov/contact/", "office": "706 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.blumenthal.senate.gov/rss/feeds/?type=all", "fax": "202-224-9673"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "CT", "class": 3, "state_rank": "senior", "party": "Democrat", "url": "https://www.blumenthal.senate.gov", "rss_url": "http://www.blumenthal.senate.gov/rss/feeds/?type=all", "address": "706 Hart Senate Office Building Washington DC 20510", "office": "706 Hart Senate Office Building", "phone": "202-224-2823", "contact_form": "https://www.blumenthal.senate.gov/contact/", "fax": "202-224-9673"}]}, {"id": {"bioguide": "B000575", "thomas": "01464", "lis": "S342", "govtrack": 400034, "opensecrets": "N00005195", "votesmart": 418, "fec": ["H6MO07128", "S0MO00183"], "cspan": 45465, "wikipedia": "Roy Blunt", "house_history": 9520, "ballotpedia": "Roy Blunt", "maplight": 153, "icpsr": 29735, "wikidata": "Q1525924", "google_entity_id": "kg:/m/034fn4"}, "name": {"first": "Roy", "last": "Blunt", "official_full": "Roy Blunt"}, "bio": {"birthday": "1950-01-10", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MO", "district": 7, "party": "Republican", "url": "http://www.house.gov/blunt"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MO", "district": 7, "party": "Republican", "url": "http://www.house.gov/blunt"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MO", "district": 7, "party": "Republican", "url": "http://www.house.gov/blunt"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MO", "district": 7, "party": "Republican", "url": "http://blunt.house.gov/"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "MO", "class": 3, "party": "Republican", "url": "http://www.blunt.senate.gov", "address": "260 Russell Senate Office Building Washington DC 20510", "phone": "202-224-5721", "contact_form": "http://www.blunt.senate.gov/public/index.cfm/contact-form?p=contact-roy", "office": "260 Russell Senate Office Building", "state_rank": "junior", "rss_url": "http://www.blunt.senate.gov/public/?a=rss.feed", "fax": "202-224-8149"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "MO", "class": 3, "state_rank": "junior", "party": "Republican", "url": "http://www.blunt.senate.gov/public", "rss_url": "http://www.blunt.senate.gov/public/?a=rss.feed", "address": "260 Russell Senate Office Building Washington DC 20510", "office": "260 Russell Senate Office Building", "phone": "202-224-5721", "contact_form": "https://www.blunt.senate.gov/public/index.cfm/contact-roy", "fax": "202-224-8149"}]}, {"id": {"bioguide": "B001236", "thomas": "01687", "lis": "S343", "govtrack": 400040, "opensecrets": "N00013873", "votesmart": 27958, "fec": ["H2AR03176", "S0AR00150"], "cspan": 92069, "wikipedia": "John Boozman", "house_history": 10372, "ballotpedia": "John Boozman", "maplight": 159, "icpsr": 20101, "wikidata": "Q1344707", "google_entity_id": "kg:/m/024s3v"}, "name": {"first": "John", "last": "Boozman", "official_full": "John Boozman"}, "bio": {"birthday": "1950-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "2001-11-29", "end": "2003-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AR", "district": 3, "party": "Republican", "url": "http://www.house.gov/boozman"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AR", "district": 3, "party": "Republican", "url": "http://www.house.gov/boozman"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AR", "district": 3, "party": "Republican", "url": "http://www.house.gov/boozman"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AR", "district": 3, "party": "Republican", "url": "http://www.boozman.house.gov/"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "AR", "class": 3, "party": "Republican", "url": "http://www.boozman.senate.gov", "address": "141 Hart Senate Office Building Washington DC 20510", "phone": "202-224-4843", "contact_form": "http://www.boozman.senate.gov/public/index.cfm/e-mail-me", "office": "141 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.boozman.senate.gov/public/index.cfm/rss/feed", "fax": "202-228-1371"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "AR", "class": 3, "state_rank": "senior", "party": "Republican", "url": "https://www.boozman.senate.gov/public/index.cfm/home", "rss_url": "http://www.boozman.senate.gov/public/index.cfm/rss/feed", "address": "141 Hart Senate Office Building Washington DC 20510", "office": "141 Hart Senate Office Building", "phone": "202-224-4843", "contact_form": "https://www.boozman.senate.gov/public/index.cfm/contact", "fax": "202-228-1371"}]}, {"id": {"bioguide": "B001245", "thomas": "01723", "govtrack": 400041, "opensecrets": "N00024866", "votesmart": 1751, "fec": ["H2GU00033"], "cspan": 1003568, "wikipedia": "Madeleine Bordallo", "house_history": 10389, "maplight": 160, "wikidata": "Q292988", "google_entity_id": "kg:/m/01s_xp"}, "name": {"first": "Madeleine", "middle": "Z.", "last": "Bordallo", "official_full": "Madeleine Z. Bordallo"}, "bio": {"birthday": "1933-05-31", "gender": "F", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "GU", "district": 0, "party": "Democrat", "url": "http://www.house.gov/bordallo"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "GU", "district": 0, "party": "Democrat", "url": "http://www.house.gov/bordallo"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "GU", "district": 0, "party": "Democrat", "url": "http://www.house.gov/bordallo"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "GU", "district": 0, "party": "Democrat", "url": "http://www.house.gov/bordallo"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "GU", "district": 0, "party": "Democrat", "url": "http://www.house.gov/bordallo", "address": "2441 Rayburn HOB; Washington DC 20515-5301", "phone": "202-225-1188", "fax": "202-226-0341", "contact_form": "http://www.house.gov/bordallo/IMA/issue.htm", "office": "2441 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "GU", "party": "Democrat", "district": 0, "url": "http://bordallo.house.gov", "address": "2441 Rayburn HOB; Washington DC 20515-5301", "phone": "202-225-1188", "fax": "202-226-0341", "contact_form": "https://bordallo.house.gov/contact-me", "office": "2441 Rayburn House Office Building", "rss_url": "http://bordallo.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "GU", "party": "Democrat", "district": 0, "url": "http://bordallo.house.gov", "address": "2441 Rayburn HOB; Washington DC 20515-5301", "phone": "202-225-1188", "fax": "202-226-0341", "contact_form": "https://bordallo.house.gov/contact-me", "office": "2441 Rayburn House Office Building", "rss_url": "http://bordallo.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "GU", "district": 0, "party": "Democrat", "phone": "202-225-1188", "url": "https://bordallo.house.gov", "rss_url": "http://bordallo.house.gov/rss.xml", "address": "2441 Rayburn HOB; Washington DC 20515-5301", "office": "2441 Rayburn House Office Building", "fax": "202-226-0341"}]}, {"id": {"bioguide": "B000755", "thomas": "01468", "govtrack": 400046, "opensecrets": "N00005883", "votesmart": 361, "fec": ["H6TX08100"], "cspan": 45749, "wikipedia": "Kevin Brady", "house_history": 9754, "maplight": 166, "icpsr": 29760, "wikidata": "Q472241", "google_entity_id": "kg:/m/03tq00"}, "name": {"first": "Kevin", "middle": "P.", "last": "Brady", "official_full": "Kevin Brady"}, "bio": {"birthday": "1955-04-11", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 8, "party": "Republican", "url": "http://www.house.gov/brady"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 8, "party": "Republican", "url": "http://www.house.gov/brady"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 8, "party": "Republican", "url": "http://www.house.gov/brady"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 8, "party": "Republican", "url": "http://www.house.gov/brady"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 8, "party": "Republican", "url": "http://www.house.gov/brady", "address": "301 Cannon HOB; Washington DC 20515-4308", "phone": "202-225-4901", "fax": "202-225-5524", "contact_form": "http://www.house.gov/brady/contact_page.html", "office": "301 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 8, "url": "http://kevinbrady.house.gov", "address": "301 Cannon HOB; Washington DC 20515-4308", "phone": "202-225-4901", "fax": "202-225-5524", "contact_form": "https://kevinbrady.house.gov/contact-form", "office": "301 Cannon House Office Building", "rss_url": "http://kevinbrady.house.gov/common/rss/index.cfm?rss=49"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 8, "url": "http://kevinbrady.house.gov", "address": "301 Cannon HOB; Washington DC 20515-4308", "phone": "202-225-4901", "fax": "202-225-5524", "contact_form": "https://kevinbrady.house.gov/contact-form", "office": "301 Cannon House Office Building", "rss_url": "http://kevinbrady.house.gov/common/rss/index.cfm?rss=49"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 8, "party": "Republican", "phone": "202-225-4901", "url": "http://kevinbrady.house.gov", "rss_url": "http://kevinbrady.house.gov/common/rss/index.cfm?rss=49", "address": "1011 Longworth HOB; Washington DC 20515-4308", "office": "1011 Longworth House Office Building", "fax": "202-225-5524"}]}, {"id": {"bioguide": "B001227", "thomas": "01469", "govtrack": 400047, "opensecrets": "N00001619", "votesmart": 2519, "fec": ["H8PA01153"], "cspan": 55227, "wikipedia": "Bob Brady", "house_history": 10355, "ballotpedia": "Robert A. Brady", "maplight": 165, "icpsr": 29777, "wikidata": "Q434522", "google_entity_id": "kg:/m/03tq5z"}, "name": {"first": "Robert", "middle": "Alan", "last": "Brady", "official_full": "Robert A. Brady"}, "bio": {"birthday": "1945-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1998-05-19", "end": "1999-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 1, "party": "Democrat", "url": "http://www.house.gov/robertbrady"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 1, "party": "Democrat", "url": "http://www.house.gov/robertbrady"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 1, "party": "Democrat", "url": "http://www.house.gov/robertbrady"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 1, "party": "Democrat", "url": "http://www.brady.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 1, "party": "Democrat", "url": "http://www.brady.house.gov", "address": "102 Cannon HOB; Washington DC 20515-3801", "phone": "202-225-4731", "fax": "202-225-0088", "contact_form": "http://www.house.gov/formrobertbrady/issue.htm", "office": "102 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Democrat", "district": 1, "url": "http://brady.house.gov", "address": "102 Cannon HOB; Washington DC 20515-3801", "phone": "202-225-4731", "fax": "202-225-0088", "contact_form": "https://brady.house.gov/contact-me/email-me", "office": "102 Cannon House Office Building", "rss_url": "http://brady.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "party": "Democrat", "district": 1, "url": "http://brady.house.gov", "address": "102 Cannon HOB; Washington DC 20515-3801", "phone": "202-225-4731", "fax": "202-225-0088", "contact_form": "https://brady.house.gov/contact-me/email-me", "office": "102 Cannon House Office Building", "rss_url": "http://brady.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 1, "party": "Democrat", "phone": "202-225-4731", "url": "http://brady.house.gov", "rss_url": "http://brady.house.gov/rss.xml", "address": "2004 Rayburn HOB; Washington DC 20515-3801", "office": "2004 Rayburn House Office Building", "fax": "202-225-0088"}]}, {"id": {"bioguide": "B001274", "thomas": "01987", "govtrack": 412395, "opensecrets": "N00030910", "votesmart": 121610, "fec": ["H0AL05163"], "cspan": 94888, "wikipedia": "Mo Brooks", "house_history": 10438, "ballotpedia": "Mo Brooks", "maplight": 1409, "icpsr": 21193, "wikidata": "Q1941306", "google_entity_id": "kg:/m/0c3xdjf"}, "name": {"first": "Mo", "last": "Brooks", "official_full": "Mo Brooks"}, "bio": {"birthday": "1954-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AL", "district": 5, "party": "Republican", "url": "http://brooks.house.gov/", "address": "1641 Longworth HOB; Washington DC 20515-0105", "phone": "202-225-4801", "fax": "202-225-4392", "office": "1641 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AL", "party": "Republican", "district": 5, "url": "http://brooks.house.gov", "contact_form": "https://brooks.house.gov/email-me", "address": "1230 Longworth HOB; Washington DC 20515-0105", "phone": "202-225-4801", "fax": "202-225-4392", "office": "1230 Longworth House Office Building", "rss_url": "http://brooks.house.gov/rss/press-releases.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AL", "party": "Republican", "district": 5, "url": "http://brooks.house.gov", "contact_form": "https://brooks.house.gov/email-me", "address": "1230 Longworth HOB; Washington DC 20515-0105", "phone": "202-225-4801", "fax": "202-225-4392", "office": "1230 Longworth House Office Building", "rss_url": "http://brooks.house.gov/rss/press-releases.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AL", "district": 5, "party": "Republican", "phone": "202-225-4801", "url": "https://brooks.house.gov", "rss_url": "http://brooks.house.gov/rss/press-releases.xml", "address": "2400 Rayburn HOB; Washington DC 20515-0105", "office": "2400 Rayburn House Office Building", "fax": "202-225-4392"}]}, {"id": {"bioguide": "B001260", "thomas": "01840", "govtrack": 412196, "opensecrets": "N00027626", "votesmart": 66247, "fec": ["H6FL13148"], "cspan": 1021626, "wikipedia": "Vern Buchanan", "house_history": 10419, "ballotpedia": "Vern Buchanan", "maplight": 683, "icpsr": 20709, "wikidata": "Q2517229", "google_entity_id": "kg:/m/0gtjsp"}, "name": {"first": "Vern", "last": "Buchanan", "official_full": "Vern Buchanan"}, "bio": {"gender": "M", "birthday": "1951-05-08"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 13, "party": "Republican", "url": "http://buchanan.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 13, "party": "Republican", "url": "http://buchanan.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 13, "party": "Republican", "url": "http://buchanan.house.gov", "address": "221 Cannon HOB; Washington DC 20515-0913", "phone": "202-225-5015", "fax": "202-226-0828", "contact_form": "http://buchanan.house.gov/contact.shtml", "office": "221 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 16, "url": "http://buchanan.house.gov", "address": "2104 Rayburn HOB; Washington DC 20515-0916", "phone": "202-225-5015", "fax": "202-226-0828", "contact_form": "https://buchanan.house.gov/email-me", "office": "2104 Rayburn House Office Building", "rss_url": "http://buchanan.house.gov/index.php?option=com_bca-rss-syndicator&feed_id=2"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Republican", "district": 16, "url": "https://buchanan.house.gov", "address": "2104 Rayburn HOB; Washington DC 20515-0916", "phone": "202-225-5015", "fax": "202-226-0828", "contact_form": "https://buchanan.house.gov/email-me", "office": "2104 Rayburn House Office Building", "rss_url": "http://buchanan.house.gov/index.php?option=com_bca-rss-syndicator&feed_id=2"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 16, "party": "Republican", "phone": "202-225-5015", "url": "https://buchanan.house.gov", "rss_url": "http://buchanan.house.gov/index.php?option=com_bca-rss-syndicator&feed_id=2", "address": "2104 Rayburn HOB; Washington DC 20515-0916", "office": "2104 Rayburn House Office Building", "fax": "202-226-0828"}]}, {"id": {"bioguide": "B001275", "thomas": "02018", "govtrack": 412427, "opensecrets": "N00031227", "votesmart": 120335, "fec": ["H0IN08114"], "cspan": 61837, "wikipedia": "Larry Bucshon", "house_history": 10439, "ballotpedia": "Larry Bucshon", "maplight": 1438, "icpsr": 21132, "wikidata": "Q944286", "google_entity_id": "kg:/m/0dd9k_y"}, "name": {"first": "Larry", "last": "Bucshon", "official_full": "Larry Bucshon"}, "bio": {"birthday": "1962-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IN", "district": 8, "party": "Republican", "url": "http://bucshon.house.gov/", "address": "1123 Longworth HOB; Washington DC 20515-1408", "phone": "202-225-4636", "fax": "202-225-3284", "office": "1123 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IN", "party": "Republican", "district": 8, "url": "http://bucshon.house.gov", "address": "1005 Longworth HOB; Washington DC 20515-1408", "phone": "202-225-4636", "fax": "202-225-3284", "office": "1005 Longworth House Office Building", "rss_url": "http://bucshon.house.gov/rss.xml", "contact_form": "https://bucshon.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IN", "party": "Republican", "district": 8, "url": "http://bucshon.house.gov", "address": "1005 Longworth HOB; Washington DC 20515-1408", "phone": "202-225-4636", "fax": "202-225-3284", "office": "1005 Longworth House Office Building", "rss_url": "http://bucshon.house.gov/rss.xml", "contact_form": "https://bucshon.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IN", "district": 8, "party": "Republican", "phone": "202-225-4636", "url": "https://bucshon.house.gov", "rss_url": "http://bucshon.house.gov/rss.xml", "address": "1005 Longworth HOB; Washington DC 20515-1408", "office": "1005 Longworth House Office Building", "fax": "202-225-3284"}]}, {"id": {"bioguide": "B001248", "thomas": "01751", "govtrack": 400052, "opensecrets": "N00025219", "votesmart": 50120, "fec": ["H2TX26093"], "cspan": 1003620, "wikipedia": "Michael C. Burgess", "house_history": 10395, "maplight": 171, "icpsr": 20355, "wikidata": "Q539521", "google_entity_id": "kg:/m/03tq8_"}, "name": {"first": "Michael", "middle": "C.", "last": "Burgess", "official_full": "Michael C. Burgess"}, "bio": {"birthday": "1950-12-23", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 26, "party": "Republican", "url": "http://www.house.gov/burgess"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 26, "party": "Republican", "url": "http://www.house.gov/burgess"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 26, "party": "Republican", "url": "http://burgess.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 26, "party": "Republican", "url": "http://burgess.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 26, "party": "Republican", "url": "http://burgess.house.gov", "address": "2241 Rayburn HOB; Washington DC 20515-4326", "phone": "202-225-7772", "fax": "202-225-2919", "contact_form": "https://forms.house.gov/wyr/welcome.shtml", "office": "2241 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 26, "url": "http://burgess.house.gov", "address": "2336 Rayburn HOB; Washington DC 20515-4326", "phone": "202-225-7772", "fax": "202-225-2919", "contact_form": "http://burgess.house.gov/contact/356345.htm", "office": "2336 Rayburn House Office Building", "rss_url": "http://burgess.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 26, "url": "http://burgess.house.gov", "address": "2336 Rayburn HOB; Washington DC 20515-4326", "phone": "202-225-7772", "fax": "202-225-2919", "contact_form": "http://burgess.house.gov/contact/356345.htm", "office": "2336 Rayburn House Office Building", "rss_url": "http://burgess.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 26, "party": "Republican", "phone": "202-225-7772", "url": "http://burgess.house.gov", "rss_url": "http://burgess.house.gov/news/rss.aspx", "address": "2336 Rayburn HOB; Washington DC 20515-4326", "office": "2336 Rayburn House Office Building", "fax": "202-225-2919"}]}, {"id": {"bioguide": "B001135", "thomas": "00153", "lis": "S300", "govtrack": 400054, "opensecrets": "N00002221", "votesmart": 21787, "fec": ["S4NC00089", "H2NC05074"], "cspan": 31054, "house_history": 10236, "wikipedia": "Richard Burr", "ballotpedia": "Richard Burr", "maplight": 172, "icpsr": 29548, "wikidata": "Q331278", "google_entity_id": "kg:/m/03g_s9"}, "name": {"first": "Richard", "middle": "M.", "last": "Burr", "official_full": "Richard Burr"}, "bio": {"birthday": "1955-11-30", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NC", "district": 5, "party": "Republican", "url": "http://www.house.gov/burr"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "NC", "class": 3, "party": "Republican", "url": "http://burr.senate.gov"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "NC", "class": 3, "party": "Republican", "url": "http://www.burr.senate.gov", "address": "217 Russell Senate Office Building Washington DC 20510", "phone": "202-224-3154", "fax": "202-228-2981", "contact_form": "http://www.burr.senate.gov/public/index.cfm?FuseAction=Contact.ContactForm", "office": "217 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.burr.senate.gov/public/index.cfm?fuseaction=rss.feed"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "NC", "class": 3, "state_rank": "senior", "party": "Republican", "url": "http://www.burr.senate.gov", "rss_url": "http://www.burr.senate.gov/public/index.cfm?fuseaction=rss.feed", "address": "217 Russell Senate Office Building Washington DC 20510", "office": "217 Russell Senate Office Building", "phone": "202-224-3154", "contact_form": "https://www.burr.senate.gov/contact/email", "fax": "202-228-2981"}]}, {"id": {"bioguide": "B001251", "thomas": "01761", "govtrack": 400616, "opensecrets": "N00027035", "votesmart": 41077, "fec": ["H4NC01046"], "cspan": 1013540, "wikipedia": "G. K. Butterfield", "house_history": 10401, "ballotpedia": "G.K. Butterfield", "maplight": 624, "icpsr": 20340, "wikidata": "Q983532", "google_entity_id": "kg:/m/03g_pq"}, "name": {"first": "George", "middle": "Kenneth", "last": "Butterfield", "suffix": "Jr.", "nickname": "G.K.", "official_full": "G. K. Butterfield"}, "bio": {"birthday": "1947-04-27", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "2004-07-21", "end": "2005-01-03", "state": "NC", "district": 1, "party": "Democrat", "url": "http://www.house.gov/butterfield/"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NC", "district": 1, "party": "Democrat", "url": "http://www.house.gov/butterfield"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NC", "district": 1, "party": "Democrat", "url": "http://www.house.gov/butterfield"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NC", "district": 1, "party": "Democrat", "url": "http://www.house.gov/butterfield", "address": "2305 Rayburn HOB; Washington DC 20515-3301", "phone": "202-225-3101", "fax": "202-225-3354", "contact_form": "http://butterfield.house.gov/contactinfo.asp", "office": "2305 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NC", "party": "Democrat", "district": 1, "url": "http://butterfield.house.gov", "address": "2305 Rayburn HOB; Washington DC 20515-3301", "phone": "202-225-3101", "fax": "202-225-3354", "contact_form": "https://butterfield.house.gov/email-congressman-butterfield", "office": "2305 Rayburn House Office Building", "rss_url": "http://butterfield.house.gov/rss/press-releases.xml/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NC", "party": "Democrat", "district": 1, "url": "http://butterfield.house.gov", "address": "2305 Rayburn HOB; Washington DC 20515-3301", "phone": "202-225-3101", "fax": "202-225-3354", "contact_form": "https://butterfield.house.gov/email-congressman-butterfield", "office": "2305 Rayburn House Office Building", "rss_url": "http://butterfield.house.gov/rss/press-releases.xml/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NC", "district": 1, "party": "Democrat", "phone": "202-225-3101", "url": "http://butterfield.house.gov", "rss_url": "http://butterfield.house.gov/rss/press-releases.xml/", "address": "2080 Rayburn HOB; Washington DC 20515-3301", "office": "2080 Rayburn House Office Building", "fax": "202-225-3354"}]}, {"id": {"bioguide": "C000059", "thomas": "00165", "govtrack": 400057, "opensecrets": "N00007099", "votesmart": 26777, "fec": ["H2CA37023"], "cspan": 26709, "wikipedia": "Ken Calvert", "house_history": 10517, "maplight": 175, "icpsr": 29323, "wikidata": "Q538978", "google_entity_id": "kg:/m/024xl1"}, "name": {"first": "Ken", "middle": "S.", "last": "Calvert", "official_full": "Ken Calvert"}, "bio": {"birthday": "1953-06-08", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 43, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 43, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 44, "party": "Republican", "url": "http://www.house.gov/calvert"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 44, "party": "Republican", "url": "http://www.house.gov/calvert"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 44, "party": "Republican", "url": "http://calvert.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 44, "party": "Republican", "url": "http://calvert.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 44, "party": "Republican", "url": "http://calvert.house.gov", "address": "2269 Rayburn HOB; Washington DC 20515-0544", "phone": "202-225-1986", "fax": "202-225-2004", "contact_form": "http://calvert.house.gov/awenhnjafe.asp", "office": "2269 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Republican", "district": 42, "url": "http://calvert.house.gov", "address": "2269 Rayburn HOB; Washington DC 20515-0542", "phone": "202-225-1986", "fax": "202-225-2004", "contact_form": "https://calvert.house.gov/contactform/", "office": "2269 Rayburn House Office Building", "rss_url": "http://calvert.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Republican", "district": 42, "url": "http://calvert.house.gov", "address": "2205 Rayburn HOB; Washington DC 20515-0542", "phone": "202-225-1986", "fax": "202-225-2004", "contact_form": "https://calvert.house.gov/contactform/", "office": "2205 Rayburn House Office Building", "rss_url": "http://calvert.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 42, "party": "Republican", "phone": "202-225-1986", "url": "http://calvert.house.gov", "rss_url": "http://calvert.house.gov/news/rss.aspx", "address": "2205 Rayburn HOB; Washington DC 20515-0542", "office": "2205 Rayburn House Office Building", "fax": "202-225-2004"}]}, {"id": {"bioguide": "C001047", "thomas": "01676", "govtrack": 400061, "opensecrets": "N00009771", "votesmart": 11701, "fec": ["H0WV02138", "S4WV00159"], "cspan": 83737, "wikipedia": "Shelley Moore Capito", "house_history": 11762, "ballotpedia": "Shelley Moore Capito", "maplight": 179, "icpsr": 20146, "lis": "S372", "wikidata": "Q459618", "google_entity_id": "kg:/m/024pwq"}, "name": {"first": "Shelley", "middle": "Moore", "last": "Capito", "official_full": "Shelley Moore Capito"}, "bio": {"birthday": "1953-11-26", "gender": "F", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WV", "district": 2, "party": "Republican", "url": "http://www.house.gov/capito"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WV", "district": 2, "party": "Republican", "url": "http://www.house.gov/capito"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WV", "district": 2, "party": "Republican", "url": "http://capito.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WV", "district": 2, "party": "Republican", "url": "http://capito.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WV", "district": 2, "party": "Republican", "url": "http://capito.house.gov", "address": "2443 Rayburn HOB; Washington DC 20515-4802", "phone": "202-225-2711", "fax": "202-225-7856", "contact_form": "https://forms.house.gov/wyr/welcome.shtml", "office": "2443 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WV", "party": "Republican", "district": 2, "url": "http://capito.house.gov", "address": "2366 Rayburn HOB; Washington DC 20515-4802", "phone": "202-225-2711", "fax": "202-225-7856", "contact_form": "https://capitoforms.house.gov/email-shelley/", "office": "2366 Rayburn House Office Building", "rss_url": "http://capito.house.gov/common/rss//index.cfm?rss=85"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "WV", "class": 2, "state_rank": "junior", "party": "Republican", "url": "https://www.capito.senate.gov", "address": "172 Russell Senate Office Building Washington DC 20510", "office": "172 Russell Senate Office Building", "phone": "202-224-6472", "contact_form": "https://www.capito.senate.gov/contact/contact-shelley", "fax": "202-225-7856"}], "family": [{"name": "Arch Alfred Moore Jr.", "relation": "daughter"}]}, {"id": {"bioguide": "C001037", "thomas": "01564", "govtrack": 400063, "opensecrets": "N00000267", "votesmart": 18883, "fec": ["H8MA08071", "S0MA00117"], "cspan": 56760, "wikipedia": "Mike Capuano", "house_history": 11746, "ballotpedia": "Michael Capuano", "maplight": 181, "icpsr": 29919, "wikidata": "Q551578", "google_entity_id": "kg:/m/028vsm"}, "name": {"first": "Michael", "middle": "E.", "last": "Capuano", "official_full": "Michael E. Capuano"}, "bio": {"birthday": "1952-01-09", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MA", "district": 8, "party": "Democrat", "url": "http://www.house.gov/capuano"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MA", "district": 8, "party": "Democrat", "url": "http://www.house.gov/capuano"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MA", "district": 8, "party": "Democrat", "url": "http://www.house.gov/capuano"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MA", "district": 8, "party": "Democrat", "url": "http://www.house.gov/capuano"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MA", "district": 8, "party": "Democrat", "url": "http://www.house.gov/capuano", "address": "1414 Longworth HOB; Washington DC 20515-2108", "phone": "202-225-5111", "fax": "202-225-9322", "contact_form": "http://www.house.gov/capuano/contact/email.shtml", "office": "1414 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MA", "party": "Democrat", "district": 7, "url": "http://www.house.gov/capuano", "address": "1414 Longworth HOB; Washington DC 20515-2107", "phone": "202-225-5111", "fax": "202-225-9322", "contact_form": "http://www.house.gov/capuano/contact/email.shtml", "office": "1414 Longworth House Office Building"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MA", "party": "Democrat", "district": 7, "url": "http://capuano.house.gov", "address": "1414 Longworth HOB; Washington DC 20515-2107", "phone": "202-225-5111", "fax": "202-225-9322", "contact_form": "http://www.house.gov/capuano/contact/email.shtml", "office": "1414 Longworth House Office Building"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MA", "district": 7, "party": "Democrat", "phone": "202-225-5111", "url": "http://capuano.house.gov", "address": "1414 Longworth HOB; Washington DC 20515-2107", "office": "1414 Longworth House Office Building", "fax": "202-225-9322"}]}, {"id": {"bioguide": "C001072", "thomas": "01889", "govtrack": 412258, "opensecrets": "N00029513", "votesmart": 84917, "fec": ["H8IN07184"], "cspan": 1027364, "wikipedia": "Andr\u00e9 Carson", "house_history": 11806, "ballotpedia": "Andre Carson", "maplight": 739, "icpsr": 20757, "wikidata": "Q517649", "google_entity_id": "kg:/m/03qcvz1"}, "name": {"first": "Andr\u00e9", "last": "Carson", "official_full": "Andr\u00e9 Carson"}, "bio": {"birthday": "1974-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "2008-03-13", "end": "2009-01-03", "state": "IN", "district": 7, "party": "Democrat", "url": "http://carson.house.gov/"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IN", "district": 7, "party": "Democrat", "url": "http://carson.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IN", "district": 7, "party": "Democrat", "url": "http://carson.house.gov/", "address": "425 Cannon HOB; Washington DC 20515-1407", "phone": "202-225-4011", "fax": "202-225-5633", "contact_form": "http://carson.house.gov/contact.me.shtml", "office": "425 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IN", "party": "Democrat", "district": 7, "url": "http://carson.house.gov", "address": "2453 Rayburn HOB; Washington DC 20515-1407", "phone": "202-225-4011", "fax": "202-225-5633", "contact_form": "https://carson.house.gov/contact/email-me", "office": "2453 Rayburn House Office Building", "rss_url": "http://carson.house.gov/index.php?option=com_bca-rss-syndicator&feed_id=1"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IN", "party": "Democrat", "district": 7, "url": "http://carson.house.gov", "address": "2453 Rayburn HOB; Washington DC 20515-1407", "phone": "202-225-4011", "fax": "202-225-5633", "contact_form": "https://carson.house.gov/contact/email-me", "office": "2453 Rayburn House Office Building", "rss_url": "http://carson.house.gov/index.php?option=com_bca-rss-syndicator&feed_id=1"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IN", "district": 7, "party": "Democrat", "phone": "202-225-4011", "url": "http://carson.house.gov", "rss_url": "http://carson.house.gov/index.php?option=com_bca-rss-syndicator&feed_id=1", "address": "2135 Rayburn HOB; Washington DC 20515-1407", "office": "2135 Rayburn House Office Building", "fax": "202-225-5633"}], "family": [{"name": "Julia Carson", "relation": "grandson"}]}, {"id": {"bioguide": "C001051", "thomas": "01752", "govtrack": 400068, "opensecrets": "N00025095", "votesmart": 49296, "fec": ["H2TX31044"], "cspan": 1004257, "wikipedia": "John Carter (Texas politician)", "house_history": 11770, "ballotpedia": "John Carter", "maplight": 185, "icpsr": 20356, "wikidata": "Q369814", "google_entity_id": "kg:/m/04m7rg"}, "name": {"first": "John", "middle": "R.", "last": "Carter", "official_full": "John R. Carter"}, "bio": {"birthday": "1941-11-06", "gender": "M", "religion": "Christian"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 31, "party": "Republican", "url": "http://www.house.gov/carter"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 31, "party": "Republican", "url": "http://www.house.gov/carter"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 31, "party": "Republican", "url": "http://carter.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 31, "party": "Republican", "url": "http://carter.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 31, "party": "Republican", "url": "http://carter.house.gov", "address": "409 Cannon HOB; Washington DC 20515-4331", "phone": "202-225-3864", "fax": "202-225-5886", "contact_form": "https://forms.house.gov/wyr/welcome.shtml", "office": "409 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 31, "url": "http://carter.house.gov", "address": "409 Cannon HOB; Washington DC 20515-4331", "phone": "202-225-3864", "fax": "202-225-5886", "contact_form": "https://carter.house.gov/email-john2", "office": "409 Cannon House Office Building", "rss_url": "http://carter.house.gov/common/rss/?rss=40"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 31, "url": "http://carter.house.gov", "address": "2110 Rayburn HOB; Washington DC 20515-4331", "phone": "202-225-3864", "fax": "202-225-5886", "contact_form": "https://carter.house.gov/email-john2", "office": "2110 Rayburn House Office Building", "rss_url": "http://carter.house.gov/common/rss/?rss=40"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 31, "party": "Republican", "phone": "202-225-3864", "url": "https://carter.house.gov", "rss_url": "http://carter.house.gov/common/rss/?rss=40", "address": "2110 Rayburn HOB; Washington DC 20515-4331", "office": "2110 Rayburn House Office Building", "fax": "202-225-5886"}]}, {"id": {"bioguide": "C001075", "thomas": "01925", "govtrack": 412269, "opensecrets": "N00030245", "votesmart": 69494, "fec": ["H8LA00017", "S4LA00107"], "cspan": 1030546, "wikipedia": "Bill Cassidy", "house_history": 11811, "ballotpedia": "Bill Cassidy", "maplight": 751, "icpsr": 20919, "lis": "S373", "wikidata": "Q861999", "google_entity_id": "kg:/m/0286t7r"}, "name": {"first": "Bill", "last": "Cassidy", "official_full": "Bill Cassidy"}, "bio": {"gender": "M", "birthday": "1957-09-28"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "LA", "district": 6, "party": "Republican", "url": "http://cassidy.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "LA", "district": 6, "party": "Republican", "url": "http://cassidy.house.gov", "address": "1535 Longworth HOB; Washington DC 20515-1806", "phone": "202-225-3901", "fax": "202-225-7313", "contact_form": "https://forms.house.gov/cassidy/contact-form.shtml", "office": "1535 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "LA", "party": "Republican", "district": 6, "url": "http://cassidy.house.gov", "address": "1131 Longworth HOB; Washington DC 20515-1806", "phone": "202-225-3901", "fax": "202-225-7313", "contact_form": "https://cassidy.house.gov/contact/email-me", "office": "1131 Longworth House Office Building", "rss_url": "http://cassidy.house.gov/rss.xml"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "LA", "class": 2, "state_rank": "senior", "party": "Republican", "url": "http://www.cassidy.senate.gov", "address": "520 Hart Senate Office Building Washington DC 20510", "office": "520 Hart Senate Office Building", "phone": "202-224-5824", "contact_form": "https://www.cassidy.senate.gov/contact", "fax": "202-225-7313"}]}, {"id": {"bioguide": "C001066", "thomas": "01839", "govtrack": 412195, "opensecrets": "N00027514", "votesmart": 53825, "fec": ["H6FL11126", "H6FL11134"], "cspan": 1022874, "wikipedia": "Kathy Castor", "house_history": 11796, "ballotpedia": "Kathy Castor", "maplight": 682, "icpsr": 20708, "wikidata": "Q458492", "google_entity_id": "kg:/m/0dq1v6"}, "name": {"first": "Kathy", "last": "Castor", "official_full": "Kathy Castor"}, "bio": {"gender": "F", "birthday": "1966-08-20"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 11, "party": "Democrat", "url": "http://castor.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 11, "party": "Democrat", "url": "http://castor.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 11, "party": "Democrat", "url": "http://castor.house.gov", "address": "137 Cannon HOB; Washington DC 20515-0911", "phone": "202-225-3376", "fax": "202-225-5652", "contact_form": "https://forms.house.gov/wyr/welcome.shtml", "office": "137 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Democrat", "district": 14, "url": "http://castor.house.gov", "address": "205 Cannon HOB; Washington DC 20515-0914", "phone": "202-225-3376", "fax": "202-225-5652", "contact_form": "https://castor.house.gov/contact/contactform.htm", "office": "205 Cannon House Office Building", "rss_url": "http://castor.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Democrat", "district": 14, "url": "http://castor.house.gov", "address": "205 Cannon HOB; Washington DC 20515-0914", "phone": "202-225-3376", "fax": "202-225-5652", "contact_form": "https://castor.house.gov/contact/contactform.htm", "office": "205 Cannon House Office Building", "rss_url": "http://castor.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 14, "party": "Democrat", "phone": "202-225-3376", "url": "http://castor.house.gov", "rss_url": "http://castor.house.gov/news/rss.aspx", "address": "2052 Rayburn HOB; Washington DC 20515-0914", "office": "2052 Rayburn House Office Building", "fax": "202-225-5652"}]}, {"id": {"bioguide": "C000266", "thomas": "00186", "govtrack": 400071, "opensecrets": "N00003689", "votesmart": 21790, "fec": ["H8OH01043"], "cspan": 36705, "wikipedia": "Steve Chabot", "house_history": 10791, "ballotpedia": "Steve Chabot", "maplight": 188, "icpsr": 29550, "wikidata": "Q506694", "google_entity_id": "kg:/m/0343vk"}, "name": {"first": "Steve", "middle": "J.", "last": "Chabot", "official_full": "Steve Chabot"}, "bio": {"birthday": "1953-01-22", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 1, "party": "Republican", "url": "http://www.house.gov/chabot"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 1, "party": "Republican", "url": "http://www.house.gov/chabot"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 1, "party": "Republican", "url": "http://www.house.gov/chabot"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 1, "party": "Republican", "url": "http://chabot.house.gov/", "address": "2351 Rayburn HOB; Washington DC 20515-3501", "phone": "202-225-2216", "fax": "202-225-3012", "office": "2351 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Republican", "district": 1, "url": "http://chabot.house.gov", "address": "2371 Rayburn HOB; Washington DC 20515-3501", "phone": "202-225-2216", "fax": "202-225-3012", "office": "2371 Rayburn House Office Building", "rss_url": "http://chabot.house.gov/common/rss/index.cfm?rss=49", "contact_form": "https://chabot.house.gov/forms/writeyourrep/?zip5=45202&zip4=3003"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OH", "party": "Republican", "district": 1, "url": "http://chabot.house.gov", "address": "2371 Rayburn HOB; Washington DC 20515-3501", "phone": "202-225-2216", "fax": "202-225-3012", "office": "2371 Rayburn House Office Building", "rss_url": "http://chabot.house.gov/common/rss/index.cfm?rss=49", "contact_form": "https://chabot.house.gov/forms/writeyourrep/?zip5=45202&zip4=3003"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 1, "party": "Republican", "phone": "202-225-2216", "url": "http://chabot.house.gov", "rss_url": "http://chabot.house.gov/common/rss/index.cfm?rss=49", "address": "2371 Rayburn HOB; Washington DC 20515-3501", "office": "2371 Rayburn House Office Building", "fax": "202-225-3012"}]}, {"id": {"bioguide": "C001076", "thomas": "01956", "govtrack": 412270, "opensecrets": "N00028958", "votesmart": 103482, "fec": ["H8UT03089"], "cspan": 1031362, "wikipedia": "Jason Chaffetz", "house_history": 11813, "ballotpedia": "Jason Chaffetz", "maplight": 752, "icpsr": 20949, "wikidata": "Q1683881", "google_entity_id": "kg:/m/047blr4"}, "name": {"first": "Jason", "last": "Chaffetz", "official_full": "Jason Chaffetz"}, "bio": {"birthday": "1967-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "UT", "district": 3, "party": "Republican", "url": "http://chaffetz.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "UT", "district": 3, "party": "Republican", "url": "http://chaffetz.house.gov", "address": "1032 Longworth HOB; Washington DC 20515-4403", "phone": "202-225-7751", "fax": "202-225-5629", "contact_form": "https://forms.house.gov/chaffetz/contact-form.shtml", "office": "1032 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "UT", "party": "Republican", "district": 3, "url": "http://chaffetz.house.gov", "address": "2464 Rayburn HOB; Washington DC 20515-4403", "phone": "202-225-7751", "fax": "202-225-5629", "contact_form": "https://chaffetz.house.gov/contact-me/email-me", "office": "2464 Rayburn House Office Building", "rss_url": "http://chaffetz.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "UT", "party": "Republican", "district": 3, "url": "http://chaffetz.house.gov", "address": "2236 Rayburn HOB; Washington DC 20515-4403", "phone": "202-225-7751", "fax": "202-225-5629", "contact_form": "https://chaffetz.house.gov/contact-me/email-me", "office": "2236 Rayburn House Office Building", "rss_url": "http://chaffetz.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "UT", "district": 3, "party": "Republican", "phone": "202-225-7751", "url": "https://chaffetz.house.gov", "rss_url": "http://chaffetz.house.gov/rss.xml", "address": "2236 Rayburn HOB; Washington DC 20515-4403", "office": "2236 Rayburn House Office Building", "fax": "202-225-5629"}]}, {"id": {"bioguide": "C001080", "thomas": "01970", "govtrack": 412379, "opensecrets": "N00030600", "votesmart": 16539, "fec": ["H0CA32101"], "cspan": 92573, "wikipedia": "Judy Chu", "house_history": 11820, "maplight": 1190, "icpsr": 20955, "wikidata": "Q460035", "google_entity_id": "kg:/m/0krsk2", "ballotpedia": "Judy Chu"}, "name": {"first": "Judy", "middle": "M.", "last": "Chu", "official_full": "Judy Chu"}, "bio": {"birthday": "1953-07-07", "gender": "F"}, "terms": [{"type": "rep", "start": "2009-07-16", "end": "2011-01-03", "state": "CA", "district": 32, "party": "Democrat", "url": "http://chu.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 32, "party": "Democrat", "url": "http://chu.house.gov/", "address": "1520 Longworth HOB; Washington DC 20515-0532", "phone": "202-225-5464", "fax": "202-225-5467", "contact_form": "https://forms.house.gov/chu/contact-form.shtml", "office": "1520 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 27, "url": "http://chu.house.gov", "address": "1520 Longworth HOB; Washington DC 20515-0527", "phone": "202-225-5464", "fax": "202-225-5467", "contact_form": "http://chu.house.gov/connect-with-me/email-judy", "office": "1520 Longworth House Office Building", "rss_url": "http://chu.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 27, "url": "http://chu.house.gov", "address": "2423 Rayburn HOB; Washington DC 20515-0527", "phone": "202-225-5464", "fax": "202-225-5467", "contact_form": "http://chu.house.gov/connect-with-me/email-judy", "office": "2423 Rayburn House Office Building", "rss_url": "http://chu.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 27, "party": "Democrat", "phone": "202-225-5464", "url": "https://chu.house.gov", "rss_url": "http://chu.house.gov/rss.xml", "address": "2423 Rayburn HOB; Washington DC 20515-0527", "office": "2423 Rayburn House Office Building", "fax": "202-225-5467"}]}, {"id": {"bioguide": "C001084", "thomas": "02055", "govtrack": 412470, "opensecrets": "N00032019", "votesmart": 7349, "fec": ["H0RI01073"], "cspan": 1033865, "wikipedia": "David Cicilline", "house_history": 11826, "ballotpedia": "David N. Cicilline", "maplight": 1475, "icpsr": 21172, "wikidata": "Q938498", "google_entity_id": "kg:/m/04t97v"}, "name": {"first": "David", "last": "Cicilline", "official_full": "David N. Cicilline", "middle": "N."}, "bio": {"birthday": "1961-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "RI", "district": 1, "party": "Democrat", "url": "http://cicilline.house.gov/", "address": "128 Cannon HOB; Washington DC 20515-3901", "phone": "202-225-4911", "fax": "202-225-3290", "office": "128 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "RI", "party": "Democrat", "district": 1, "url": "http://cicilline.house.gov", "address": "128 Cannon HOB; Washington DC 20515-3901", "phone": "202-225-4911", "fax": "202-225-3290", "office": "128 Cannon House Office Building", "rss_url": "http://cicilline.house.gov/rss.xml", "contact_form": "https://cicilline.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "RI", "party": "Democrat", "district": 1, "url": "http://cicilline.house.gov", "address": "2244 Rayburn HOB; Washington DC 20515-3901", "phone": "202-225-4911", "fax": "202-225-3290", "office": "2244 Rayburn House Office Building", "rss_url": "http://cicilline.house.gov/rss.xml", "contact_form": "https://cicilline.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "RI", "district": 1, "party": "Democrat", "phone": "202-225-4911", "url": "http://cicilline.house.gov", "rss_url": "http://cicilline.house.gov/rss.xml", "address": "2244 Rayburn HOB; Washington DC 20515-3901", "office": "2244 Rayburn House Office Building", "fax": "202-225-3290"}]}, {"id": {"bioguide": "C001067", "thomas": "01864", "govtrack": 412221, "opensecrets": "N00026961", "votesmart": 44741, "fec": ["H4NY11138"], "cspan": 1022875, "wikipedia": "Yvette Clarke", "house_history": 11798, "ballotpedia": "Yvette D. Clarke", "maplight": 706, "icpsr": 20733, "wikidata": "Q461679", "google_entity_id": "kg:/m/06h90t"}, "name": {"first": "Yvette", "middle": "D.", "last": "Clarke", "official_full": "Yvette D. Clarke"}, "bio": {"birthday": "1964-11-21", "gender": "F"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 11, "party": "Democrat", "url": "http://clarke.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 11, "party": "Democrat", "url": "http://clarke.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 11, "party": "Democrat", "url": "http://clarke.house.gov", "address": "1029 Longworth HOB; Washington DC 20515-3211", "phone": "202-225-6231", "fax": "202-226-0112", "contact_form": "http://clarke.house.gov/contactform_zipcheck.shtml", "office": "1029 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 9, "url": "http://clarke.house.gov", "address": "2351 Rayburn HOB; Washington DC 20515-3209", "phone": "202-225-6231", "fax": "202-226-0112", "contact_form": "https://clarke.house.gov/contact/email-me", "office": "2351 Rayburn House Office Building", "rss_url": "http://clarke.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 9, "url": "http://clarke.house.gov", "address": "2351 Rayburn HOB; Washington DC 20515-3209", "phone": "202-225-6231", "fax": "202-226-0112", "contact_form": "https://clarke.house.gov/contact/email-me", "office": "2351 Rayburn House Office Building", "rss_url": "http://clarke.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 9, "party": "Democrat", "phone": "202-225-6231", "url": "https://clarke.house.gov", "rss_url": "http://clarke.house.gov/news/rss.aspx", "address": "2058 Rayburn HOB; Washington DC 20515-3209", "office": "2058 Rayburn House Office Building", "fax": "202-226-0112"}]}, {"id": {"bioguide": "C001049", "thomas": "01654", "govtrack": 400074, "opensecrets": "N00012460", "votesmart": 8967, "fec": ["H0MO01066"], "cspan": 88332, "wikipedia": "Lacy Clay", "house_history": 11766, "maplight": 191, "icpsr": 20147, "wikidata": "Q959455", "google_entity_id": "kg:/m/024vjr"}, "name": {"first": "Wm.", "middle": "Lacy", "last": "Clay", "suffix": "Jr.", "official_full": "Wm. Lacy Clay"}, "bio": {"birthday": "1956-07-27", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MO", "district": 1, "party": "Democrat", "url": "http://www.house.gov/clay"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MO", "district": 1, "party": "Democrat", "url": "http://www.house.gov/clay"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MO", "district": 1, "party": "Democrat", "url": "http://www.house.gov/clay"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MO", "district": 1, "party": "Democrat", "url": "http://www.house.gov/clay"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MO", "district": 1, "party": "Democrat", "url": "http://www.house.gov/clay", "address": "2418 Rayburn HOB; Washington DC 20515-2501", "phone": "202-225-2406", "fax": "202-226-3717", "contact_form": "http://lacyclay.house.gov/contact.htm", "office": "2418 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MO", "party": "Democrat", "district": 1, "url": "http://lacyclay.house.gov", "address": "2418 Rayburn HOB; Washington DC 20515-2501", "phone": "202-225-2406", "fax": "202-226-3717", "contact_form": "http://lacyclay.house.gov/contact-form/", "office": "2418 Rayburn House Office Building"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MO", "party": "Democrat", "district": 1, "url": "http://lacyclay.house.gov", "address": "2428 Rayburn HOB; Washington DC 20515-2501", "phone": "202-225-2406", "fax": "202-226-3717", "contact_form": "http://lacyclay.house.gov/contact-form/", "office": "2428 Rayburn House Office Building"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MO", "district": 1, "party": "Democrat", "phone": "202-225-2406", "url": "https://lacyclay.house.gov", "address": "2428 Rayburn HOB; Washington DC 20515-2501", "office": "2428 Rayburn House Office Building", "fax": "202-226-3717"}], "family": [{"name": "William Lacy Clay Sr.", "relation": "son"}]}, {"id": {"bioguide": "C001061", "thomas": "01790", "govtrack": 400639, "opensecrets": "N00026790", "votesmart": 39507, "fec": ["H4MO05234"], "cspan": 10933, "wikipedia": "Emanuel Cleaver", "house_history": 11786, "maplight": 645, "icpsr": 20517, "wikidata": "Q1334654", "google_entity_id": "kg:/m/04cbbm"}, "name": {"first": "Emanuel", "last": "Cleaver", "suffix": "II", "official_full": "Emanuel Cleaver"}, "bio": {"birthday": "1944-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MO", "district": 5, "party": "Democrat", "url": "http://www.house.gov/cleaver"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MO", "district": 5, "party": "Democrat", "url": "http://www.house.gov/cleaver"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MO", "district": 5, "party": "Democrat", "url": "http://www.house.gov/cleaver", "address": "1433 Longworth HOB; Washington DC 20515-2505", "phone": "202-225-4535", "fax": "202-225-4403", "contact_form": "http://www.house.gov/cleaver/IMA/issue.htm", "office": "1433 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MO", "party": "Democrat", "district": 5, "url": "http://cleaver.house.gov", "address": "2335 Rayburn HOB; Washington DC 20515-2505", "phone": "202-225-4535", "fax": "202-225-4403", "contact_form": "https://cleaver.house.gov/contact/email-me", "office": "2335 Rayburn House Office Building", "rss_url": "http://cleaver.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MO", "party": "Democrat", "district": 5, "url": "http://cleaver.house.gov", "address": "2335 Rayburn HOB; Washington DC 20515-2505", "phone": "202-225-4535", "fax": "202-225-4403", "contact_form": "https://cleaver.house.gov/contact/email-me", "office": "2335 Rayburn House Office Building", "rss_url": "http://cleaver.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MO", "district": 5, "party": "Democrat", "phone": "202-225-4535", "url": "http://cleaver.house.gov", "rss_url": "http://cleaver.house.gov/rss.xml", "address": "2335 Rayburn HOB; Washington DC 20515-2505", "office": "2335 Rayburn House Office Building", "fax": "202-225-4403"}]}, {"id": {"bioguide": "C000537", "thomas": "00208", "govtrack": 400075, "opensecrets": "N00002408", "votesmart": 27066, "fec": ["H2SC02042"], "cspan": 21607, "wikipedia": "Jim Clyburn", "house_history": 11119, "ballotpedia": "James E. Clyburn", "maplight": 192, "icpsr": 39301, "wikidata": "Q1289889", "google_entity_id": "kg:/m/03c469"}, "name": {"first": "James", "middle": "E.", "last": "Clyburn", "nickname": "Jim", "official_full": "James E. Clyburn"}, "bio": {"birthday": "1940-07-21", "gender": "M", "religion": "African Methodist Episcopal"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "SC", "district": 6, "party": "Democrat", "url": "http://www.house.gov/clyburn"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "SC", "district": 6, "party": "Democrat", "url": "http://www.house.gov/clyburn"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "SC", "district": 6, "party": "Democrat", "url": "http://clyburn.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "SC", "district": 6, "party": "Democrat", "url": "http://clyburn.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "SC", "district": 6, "party": "Democrat", "url": "http://clyburn.house.gov", "address": "2135 Rayburn HOB; Washington DC 20515-4006", "phone": "202-225-3315", "fax": "202-225-2313", "contact_form": "http://clyburn.house.gov/contact.cfm", "office": "2135 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "SC", "party": "Democrat", "district": 6, "url": "http://clyburn.house.gov", "address": "242 Cannon HOB; Washington DC 20515-4006", "phone": "202-225-3315", "fax": "202-225-2313", "contact_form": "https://clyburn.house.gov/contact-me/email-me", "office": "242 Cannon House Office Building", "rss_url": "http://clyburn.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "SC", "party": "Democrat", "district": 6, "url": "http://clyburn.house.gov", "address": "242 Cannon HOB; Washington DC 20515-4006", "phone": "202-225-3315", "fax": "202-225-2313", "contact_form": "https://clyburn.house.gov/contact-me/email-me", "office": "242 Cannon House Office Building", "rss_url": "http://clyburn.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "SC", "district": 6, "party": "Democrat", "phone": "202-225-3315", "url": "http://clyburn.house.gov", "rss_url": "http://clyburn.house.gov/rss.xml", "address": "242 Cannon HOB; Washington DC 20515-4006", "office": "242 Cannon House Office Building", "fax": "202-225-2313"}], "family": [{"name": "George Washington Murray", "relation": "relative"}]}, {"id": {"bioguide": "C001077", "thomas": "01912", "govtrack": 412271, "opensecrets": "N00024753", "votesmart": 1535, "fec": ["H8CO06138", "H2CO00019"], "cspan": 1031340, "wikipedia": "Mike Coffman", "house_history": 11815, "ballotpedia": "Mike Coffman", "maplight": 753, "icpsr": 20906, "wikidata": "Q547218", "google_entity_id": "kg:/m/03gy95d"}, "name": {"first": "Mike", "last": "Coffman", "official_full": "Mike Coffman"}, "bio": {"gender": "M", "birthday": "1955-03-19"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CO", "district": 6, "party": "Republican", "url": "http://coffman.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CO", "district": 6, "party": "Republican", "url": "http://coffman.house.gov", "address": "1222 Longworth HOB; Washington DC 20515-0606", "phone": "202-225-7882", "fax": "202-226-4623", "contact_form": "https://forms.house.gov/coffman/contact-form.shtml", "office": "1222 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CO", "party": "Republican", "district": 6, "url": "http://coffman.house.gov", "address": "2443 Rayburn HOB; Washington DC 20515-0606", "phone": "202-225-7882", "fax": "202-226-4623", "contact_form": "https://coffman.house.gov/contact/email-me", "office": "2443 Rayburn House Office Building", "rss_url": "http://coffman.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CO", "party": "Republican", "district": 6, "url": "http://coffman.house.gov", "address": "2443 Rayburn HOB; Washington DC 20515-0606", "phone": "202-225-7882", "fax": "202-226-4623", "contact_form": "https://coffman.house.gov/contact/email-me", "office": "2443 Rayburn House Office Building", "rss_url": "http://coffman.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CO", "district": 6, "party": "Republican", "phone": "202-225-7882", "url": "http://coffman.house.gov", "rss_url": "http://coffman.house.gov/index.php?format=feed&type=rss", "address": "2443 Rayburn HOB; Washington DC 20515-0606", "office": "2443 Rayburn House Office Building", "fax": "202-226-4623"}]}, {"id": {"bioguide": "C001068", "thomas": "01878", "govtrack": 412236, "opensecrets": "N00003225", "votesmart": 24340, "fec": ["H6TN09068"], "cspan": 1022876, "wikipedia": "Steve Cohen", "house_history": 11800, "maplight": 721, "icpsr": 20748, "wikidata": "Q512330", "google_entity_id": "kg:/m/04l8cr"}, "name": {"first": "Steve", "last": "Cohen", "official_full": "Steve Cohen"}, "bio": {"birthday": "1949-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TN", "district": 9, "party": "Democrat", "url": "http://cohen.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TN", "district": 9, "party": "Democrat", "url": "http://cohen.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TN", "district": 9, "party": "Democrat", "url": "http://cohen.house.gov", "address": "1005 Longworth HOB; Washington DC 20515-4209", "phone": "202-225-3265", "fax": "202-225-5663", "contact_form": "http://cohen.house.gov/index.php?option=com_email_form&Itemid=113", "office": "1005 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TN", "party": "Democrat", "district": 9, "url": "http://cohen.house.gov", "address": "2404 Rayburn HOB; Washington DC 20515-4209", "phone": "202-225-3265", "fax": "202-225-5663", "contact_form": "https://cohen.house.gov/contact-me/email-me", "office": "2404 Rayburn House Office Building", "rss_url": "http://cohen.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TN", "party": "Democrat", "district": 9, "url": "http://cohen.house.gov", "address": "2404 Rayburn HOB; Washington DC 20515-4209", "phone": "202-225-3265", "fax": "202-225-5663", "contact_form": "https://cohen.house.gov/contact-me/email-me", "office": "2404 Rayburn House Office Building", "rss_url": "http://cohen.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TN", "district": 9, "party": "Democrat", "phone": "202-225-3265", "url": "https://cohen.house.gov", "rss_url": "http://cohen.house.gov/rss.xml", "address": "2404 Rayburn HOB; Washington DC 20515-4209", "office": "2404 Rayburn House Office Building", "fax": "202-225-5663"}]}, {"id": {"bioguide": "C001053", "thomas": "01742", "govtrack": 400077, "opensecrets": "N00025726", "votesmart": 46034, "fec": ["H2OK04055"], "cspan": 1003609, "wikipedia": "Tom Cole", "house_history": 11774, "ballotpedia": "Tom Cole", "maplight": 194, "icpsr": 20344, "wikidata": "Q173839", "google_entity_id": "kg:/m/03tqb0"}, "name": {"first": "Tom", "last": "Cole", "official_full": "Tom Cole"}, "bio": {"birthday": "1949-04-28", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OK", "district": 4, "party": "Republican", "url": "http://www.house.gov/cole"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OK", "district": 4, "party": "Republican", "url": "http://www.house.gov/cole"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OK", "district": 4, "party": "Republican", "url": "http://www.house.gov/cole"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OK", "district": 4, "party": "Republican", "url": "http://www.house.gov/cole"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OK", "district": 4, "party": "Republican", "url": "http://www.house.gov/cole", "address": "2458 Rayburn HOB; Washington DC 20515-3604", "phone": "202-225-6165", "fax": "202-225-3512", "contact_form": "http://www.cole.house.gov/contact-tom.html", "office": "2458 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OK", "party": "Republican", "district": 4, "url": "http://cole.house.gov", "address": "2458 Rayburn HOB; Washington DC 20515-3604", "phone": "202-225-6165", "fax": "202-225-3512", "contact_form": "https://coleforms.house.gov/contact/default.aspx", "office": "2458 Rayburn House Office Building", "rss_url": "http://cole.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OK", "party": "Republican", "district": 4, "url": "http://cole.house.gov", "address": "2467 Rayburn HOB; Washington DC 20515-3604", "phone": "202-225-6165", "fax": "202-225-3512", "contact_form": "https://coleforms.house.gov/contact/default.aspx", "office": "2467 Rayburn House Office Building", "rss_url": "http://cole.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OK", "district": 4, "party": "Republican", "phone": "202-225-6165", "url": "https://cole.house.gov", "rss_url": "http://cole.house.gov/rss.xml", "address": "2467 Rayburn HOB; Washington DC 20515-3604", "office": "2467 Rayburn House Office Building", "fax": "202-225-3512"}]}, {"id": {"bioguide": "C001062", "thomas": "01805", "govtrack": 400655, "opensecrets": "N00026041", "votesmart": 49935, "fec": ["H4TX19136", "H3TX19021"], "cspan": 1004595, "wikipedia": "Mike Conaway", "house_history": 11788, "ballotpedia": "Mike Conaway", "maplight": 660, "icpsr": 20531, "wikidata": "Q538944", "google_entity_id": "kg:/m/04cmt7"}, "name": {"first": "K.", "middle": "Michael", "last": "Conaway", "official_full": "K. Michael Conaway"}, "bio": {"birthday": "1948-06-11", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 11, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 11, "party": "Republican", "url": "http://www.house.gov/conaway"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 11, "party": "Republican", "url": "http://www.house.gov/conaway"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 11, "party": "Republican", "url": "http://www.house.gov/conaway", "address": "2430 Rayburn HOB; Washington DC 20515-4311", "phone": "202-225-3605", "fax": "202-225-1783", "contact_form": "http://conaway.house.gov/Contact/default.aspx#email", "office": "2430 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 11, "url": "http://conaway.house.gov", "address": "2430 Rayburn HOB; Washington DC 20515-4311", "phone": "202-225-3605", "fax": "202-225-1783", "contact_form": "https://conaway.house.gov/forms/writeyourrep/default.aspx", "office": "2430 Rayburn House Office Building"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 11, "url": "http://conaway.house.gov", "address": "2430 Rayburn HOB; Washington DC 20515-4311", "phone": "202-225-3605", "fax": "202-225-1783", "contact_form": "https://conaway.house.gov/forms/writeyourrep/default.aspx", "office": "2430 Rayburn House Office Building"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 11, "party": "Republican", "phone": "202-225-3605", "url": "http://conaway.house.gov", "address": "2430 Rayburn HOB; Washington DC 20515-4311", "office": "2430 Rayburn House Office Building", "fax": "202-225-1783"}]}, {"id": {"bioguide": "C001078", "thomas": "01959", "govtrack": 412272, "opensecrets": "N00029891", "votesmart": 95078, "fec": ["H8VA11062"], "cspan": 1015936, "wikipedia": "Gerry Connolly", "house_history": 11817, "maplight": 754, "icpsr": 20952, "wikidata": "Q1514859", "google_entity_id": "kg:/m/04f40kn"}, "name": {"first": "Gerald", "middle": "E.", "last": "Connolly", "official_full": "Gerald E. Connolly"}, "bio": {"birthday": "1950-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "VA", "district": 11, "party": "Democrat", "url": "http://connolly.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "VA", "district": 11, "party": "Democrat", "url": "http://connolly.house.gov", "address": "424 Cannon HOB; Washington DC 20515-4611", "phone": "202-225-1492", "fax": "202-225-3071", "contact_form": "https://forms.house.gov/connolly/contact-form.shtml", "office": "424 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "VA", "party": "Democrat", "district": 11, "url": "http://connolly.house.gov", "address": "424 Cannon HOB; Washington DC 20515-4611", "phone": "202-225-1492", "fax": "202-225-3071", "contact_form": "https://forms.house.gov/connolly/contact-form.shtml", "office": "424 Cannon House Office Building", "rss_url": "http://connolly.house.gov/common/rss//index.cfm?rss=44"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "VA", "party": "Democrat", "district": 11, "url": "http://connolly.house.gov", "address": "2238 Rayburn HOB; Washington DC 20515-4611", "phone": "202-225-1492", "fax": "202-225-3071", "contact_form": "https://forms.house.gov/connolly/contact-form.shtml", "office": "2238 Rayburn House Office Building", "rss_url": "http://connolly.house.gov/common/rss//index.cfm?rss=44"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "VA", "district": 11, "party": "Democrat", "phone": "202-225-1492", "url": "https://connolly.house.gov", "rss_url": "http://connolly.house.gov/common/rss//index.cfm?rss=44", "address": "2238 Rayburn HOB; Washington DC 20515-4611", "office": "2238 Rayburn House Office Building", "fax": "202-225-3071"}]}, {"id": {"bioguide": "C000714", "thomas": "00229", "govtrack": 400080, "opensecrets": "N00004029", "votesmart": 26904, "icpsr": 10713, "fec": ["H6MI01028"], "cspan": 1824, "wikipedia": "John Conyers", "house_history": 11348, "ballotpedia": "John Conyers, Jr.", "maplight": 195, "wikidata": "Q1370968", "google_entity_id": "kg:/m/02hy5d"}, "name": {"first": "John", "last": "Conyers", "suffix": "Jr.", "official_full": "John Conyers, Jr."}, "bio": {"birthday": "1929-05-16", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MI", "district": 14, "party": "Democrat", "url": "http://www.house.gov/conyers"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MI", "district": 14, "party": "Democrat", "url": "http://www.house.gov/conyers"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MI", "district": 14, "party": "Democrat", "url": "http://www.house.gov/conyers"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MI", "district": 14, "party": "Democrat", "url": "http://www.house.gov/conyers"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MI", "district": 14, "party": "Democrat", "url": "http://www.house.gov/conyers", "address": "2426 Rayburn HOB; Washington DC 20515-2214", "phone": "202-225-5126", "fax": "202-225-0072", "contact_form": "http://conyers.house.gov/index.cfm?FuseAction=Contact.OnlineContactForm", "office": "2426 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MI", "party": "Democrat", "district": 13, "url": "http://conyers.house.gov", "address": "2426 Rayburn HOB; Washington DC 20515-2213", "phone": "202-225-5126", "fax": "202-225-0072", "contact_form": "https://conyers.house.gov/index.cfm/online-contact-form", "office": "2426 Rayburn House Office Building", "rss_url": "http://conyers.house.gov/index.cfm/rss/feed"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MI", "party": "Democrat", "district": 13, "url": "https://conyers.house.gov", "address": "2426 Rayburn HOB; Washington DC 20515-2213", "phone": "202-225-5126", "fax": "202-225-0072", "contact_form": "https://conyers.house.gov/index.cfm/online-contact-form", "office": "2426 Rayburn House Office Building", "rss_url": "http://conyers.house.gov/index.cfm/rss/feed"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MI", "district": 13, "party": "Democrat", "phone": "202-225-5126", "url": "https://conyers.house.gov", "rss_url": "http://conyers.house.gov/index.cfm/rss/feed", "address": "2426 Rayburn HOB; Washington DC 20515-2213", "office": "2426 Rayburn House Office Building", "fax": "202-225-0072"}]}, {"id": {"bioguide": "C000754", "thomas": "00231", "govtrack": 400081, "opensecrets": "N00003132", "votesmart": 48891, "icpsr": 15019, "fec": ["H2TN05131", "H2TN04027", "S4TN00096"], "cspan": 1201, "wikipedia": "Jim Cooper", "house_history": 11401, "ballotpedia": "Jim Cooper", "maplight": 196, "wikidata": "Q973737", "google_entity_id": "kg:/m/03tm2p"}, "name": {"first": "Jim", "last": "Cooper", "official_full": "Jim Cooper"}, "bio": {"birthday": "1954-06-19", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TN", "district": 5, "party": "Democrat", "url": "http://www.house.gov/cooper"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TN", "district": 5, "party": "Democrat", "url": "http://www.house.gov/cooper"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TN", "district": 5, "party": "Democrat", "url": "http://cooper.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TN", "district": 5, "party": "Democrat", "url": "http://cooper.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TN", "district": 5, "party": "Democrat", "url": "http://cooper.house.gov", "address": "1536 Longworth HOB; Washington DC 20515-4205", "phone": "202-225-4311", "fax": "202-226-1035", "contact_form": "http://cooper.house.gov/index.php?option=com_content&task=view&id=117&Itemid=61", "office": "1536 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TN", "party": "Democrat", "district": 5, "url": "http://cooper.house.gov", "address": "1536 Longworth HOB; Washington DC 20515-4205", "phone": "202-225-4311", "fax": "202-226-1035", "contact_form": "https://cooper.house.gov/contact/email-me", "office": "1536 Longworth House Office Building", "rss_url": "http://cooper.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TN", "party": "Democrat", "district": 5, "url": "http://cooper.house.gov", "address": "1536 Longworth HOB; Washington DC 20515-4205", "phone": "202-225-4311", "fax": "202-226-1035", "contact_form": "https://cooper.house.gov/contact/email-me", "office": "1536 Longworth House Office Building", "rss_url": "http://cooper.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TN", "district": 5, "party": "Democrat", "phone": "202-225-4311", "url": "http://cooper.house.gov", "rss_url": "http://cooper.house.gov/index.php?format=feed&type=rss", "address": "1536 Longworth HOB; Washington DC 20515-4205", "office": "1536 Longworth House Office Building", "fax": "202-226-1035"}]}, {"id": {"bioguide": "C001059", "thomas": "01774", "govtrack": 400618, "opensecrets": "N00026341", "votesmart": 3577, "fec": ["H4CA20082"], "cspan": 19599, "house_history": 11782, "wikipedia": "Jim Costa", "maplight": 626, "icpsr": 20501, "wikidata": "Q675869", "google_entity_id": "kg:/m/04chm2"}, "name": {"first": "Jim", "last": "Costa", "official_full": "Jim Costa"}, "bio": {"birthday": "1952-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 20, "party": "Democrat", "url": "http://www.house.gov/costa"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 20, "party": "Democrat", "url": "http://www.house.gov/costa"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 20, "party": "Democrat", "url": "http://www.house.gov/costa", "address": "1314 Longworth HOB; Washington DC 20515-0520", "phone": "202-225-3341", "fax": "202-225-9308", "contact_form": "http://www.house.gov/formcosta/issue.htm", "office": "1314 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 16, "url": "http://costa.house.gov", "address": "1314 Longworth HOB; Washington DC 20515-0516", "phone": "202-225-3341", "fax": "202-225-9308", "contact_form": "http://www.house.gov/formcosta/issue.htm", "office": "1314 Longworth House Office Building", "rss_url": "http://costa.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 16, "url": "https://costa.house.gov", "address": "1314 Longworth HOB; Washington DC 20515-0516", "phone": "202-225-3341", "fax": "202-225-9308", "contact_form": "http://www.house.gov/formcosta/issue.htm", "office": "1314 Longworth House Office Building", "rss_url": "http://costa.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 16, "party": "Democrat", "phone": "202-225-3341", "url": "https://costa.house.gov", "rss_url": "http://costa.house.gov/index.php?format=feed&type=rss", "address": "2081 Rayburn HOB; Washington DC 20515-0516", "office": "2081 Rayburn House Office Building", "fax": "202-225-9308"}]}, {"id": {"bioguide": "C001069", "thomas": "01836", "govtrack": 412193, "opensecrets": "N00024842", "votesmart": 30333, "fec": ["H2CT02112"], "cspan": 1021284, "house_history": 11802, "wikipedia": "Joe Courtney (politician)", "ballotpedia": "Joe Courtney", "maplight": 680, "icpsr": 20706, "wikidata": "Q434470", "google_entity_id": "kg:/m/0700nd"}, "name": {"first": "Joe", "last": "Courtney", "official_full": "Joe Courtney"}, "bio": {"birthday": "1953-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CT", "district": 2, "party": "Democrat", "url": "http://courtney.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CT", "district": 2, "party": "Democrat", "url": "http://courtney.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CT", "district": 2, "party": "Democrat", "url": "http://courtney.house.gov", "address": "215 Cannon HOB; Washington DC 20515-0702", "phone": "202-225-2076", "fax": "202-225-4977", "contact_form": "http://courtney.house.gov/email/", "office": "215 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CT", "party": "Democrat", "district": 2, "url": "http://courtney.house.gov", "address": "2348 Rayburn HOB; Washington DC 20515-0702", "phone": "202-225-2076", "fax": "202-225-4977", "contact_form": "https://courtney.house.gov/email-joe1", "office": "2348 Rayburn House Office Building", "rss_url": "http://courtney.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CT", "party": "Democrat", "district": 2, "url": "http://courtney.house.gov", "address": "2348 Rayburn HOB; Washington DC 20515-0702", "phone": "202-225-2076", "fax": "202-225-4977", "contact_form": "https://courtney.house.gov/email-joe1", "office": "2348 Rayburn House Office Building", "rss_url": "http://courtney.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CT", "district": 2, "party": "Democrat", "phone": "202-225-2076", "url": "https://courtney.house.gov", "rss_url": "http://courtney.house.gov/index.php?format=feed&type=rss", "address": "2348 Rayburn HOB; Washington DC 20515-0702", "office": "2348 Rayburn House Office Building", "fax": "202-225-4977"}]}, {"id": {"bioguide": "C000880", "thomas": "00250", "lis": "S266", "govtrack": 300030, "opensecrets": "N00006267", "votesmart": 26830, "fec": ["S8ID00027", "H2ID02034"], "cspan": 26440, "wikipedia": "Mike Crapo", "house_history": 11556, "ballotpedia": "Mike Crapo", "maplight": 556, "icpsr": 29345, "wikidata": "Q734319", "google_entity_id": "kg:/m/021pgp"}, "name": {"first": "Michael", "middle": "D.", "last": "Crapo", "official_full": "Mike Crapo"}, "bio": {"birthday": "1951-05-20", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "ID", "class": 3, "party": "Republican", "url": "http://crapo.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "ID", "class": 3, "party": "Republican", "url": "http://crapo.senate.gov"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "ID", "class": 3, "party": "Republican", "url": "http://www.crapo.senate.gov", "address": "239 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-6142", "fax": "202-228-1375", "contact_form": "http://www.crapo.senate.gov/contact/email.cfm", "office": "239 Dirksen Senate Office Building", "state_rank": "senior"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "ID", "class": 3, "state_rank": "senior", "party": "Republican", "url": "http://www.crapo.senate.gov", "address": "239 Dirksen Senate Office Building Washington DC 20510", "office": "239 Dirksen Senate Office Building", "phone": "202-224-6142", "contact_form": "http://www.crapo.senate.gov/contact/email.cfm", "fax": "202-228-1375"}]}, {"id": {"bioguide": "C001087", "thomas": "01989", "govtrack": 412400, "opensecrets": "N00030770", "votesmart": 119208, "fec": ["H0AR01083"], "cspan": 623259, "wikipedia": "Rick Crawford (politician)", "house_history": 11831, "ballotpedia": "Rick Crawford", "maplight": 1414, "icpsr": 21106, "wikidata": "Q2151554", "google_entity_id": "kg:/m/0czb3pp"}, "name": {"first": "Eric", "middle": "A.", "last": "Crawford", "official_full": "Eric A. \"Rick\" Crawford", "nickname": "Rick"}, "bio": {"birthday": "1966-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AR", "district": 1, "party": "Republican", "url": "http://crawford.house.gov/", "address": "1408 Longworth HOB; Washington DC 20515-0401", "phone": "202-225-4076", "fax": "202-225-5602", "office": "1408 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AR", "party": "Republican", "district": 1, "url": "http://crawford.house.gov", "address": "1711 Longworth HOB; Washington DC 20515-0401", "phone": "202-225-4076", "fax": "202-225-5602", "office": "1711 Longworth House Office Building", "rss_url": "http://crawford.house.gov/news/rss.aspx", "contact_form": "http://crawford.house.gov/contact/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AR", "party": "Republican", "district": 1, "url": "http://crawford.house.gov", "address": "1711 Longworth HOB; Washington DC 20515-0401", "phone": "202-225-4076", "fax": "202-225-5602", "office": "1711 Longworth House Office Building", "rss_url": "http://crawford.house.gov/news/rss.aspx", "contact_form": "http://crawford.house.gov/contact/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AR", "district": 1, "party": "Republican", "phone": "202-225-4076", "url": "http://crawford.house.gov", "rss_url": "http://crawford.house.gov/news/rss.aspx", "address": "2422 Rayburn HOB; Washington DC 20515-0401", "office": "2422 Rayburn House Office Building", "fax": "202-225-5602"}]}, {"id": {"bioguide": "C001038", "thomas": "01604", "govtrack": 400087, "opensecrets": "N00001127", "votesmart": 4295, "fec": ["H8NY07046"], "cspan": 57880, "wikipedia": "Joseph Crowley", "house_history": 11748, "ballotpedia": "Joseph Crowley", "maplight": 201, "icpsr": 29925, "wikidata": "Q971318", "google_entity_id": "kg:/m/03v10s"}, "name": {"first": "Joseph", "last": "Crowley", "official_full": "Joseph Crowley", "nickname": "Joe"}, "bio": {"birthday": "1962-03-16", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 7, "party": "Democrat", "url": "http://www.house.gov/crowley"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 7, "party": "Democrat", "url": "http://www.house.gov/crowley"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 7, "party": "Democrat", "url": "http://www.house.gov/crowley"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 7, "party": "Democrat", "url": "http://www.house.gov/crowley"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 7, "party": "Democrat", "url": "http://www.house.gov/crowley", "address": "2404 Rayburn HOB; Washington DC 20515-3207", "phone": "202-225-3965", "fax": "202-225-1909", "contact_form": "https://forms.house.gov/crowley/contact.shtml", "office": "2404 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 14, "url": "http://crowley.house.gov", "address": "1436 Longworth HOB; Washington DC 20515-3214", "phone": "202-225-3965", "fax": "202-225-1909", "contact_form": "https://crowley.house.gov/contact-me/email-me", "office": "1436 Longworth House Office Building", "rss_url": "http://crowley.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 14, "url": "http://crowley.house.gov", "address": "1436 Longworth HOB; Washington DC 20515-3214", "phone": "202-225-3965", "fax": "202-225-1909", "contact_form": "https://crowley.house.gov/contact-me/email-me", "office": "1436 Longworth House Office Building", "rss_url": "http://crowley.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 14, "party": "Democrat", "phone": "202-225-3965", "url": "http://crowley.house.gov", "rss_url": "http://crowley.house.gov/rss.xml", "address": "1035 Longworth HOB; Washington DC 20515-3214", "office": "1035 Longworth House Office Building", "fax": "202-225-1909"}]}, {"id": {"bioguide": "C001063", "thomas": "01807", "govtrack": 400657, "opensecrets": "N00024978", "votesmart": 5486, "fec": ["H2TX23082"], "cspan": 1013062, "wikipedia": "Henry Cuellar", "house_history": 11790, "maplight": 662, "icpsr": 20533, "wikidata": "Q539562", "google_entity_id": "kg:/m/04clj6"}, "name": {"first": "Henry", "last": "Cuellar", "official_full": "Henry Cuellar"}, "bio": {"birthday": "1955-09-19", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 28, "party": "Democrat", "url": "http://www.house.gov/cuellar"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 28, "party": "Democrat", "url": "http://www.house.gov/cuellar"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 28, "party": "Democrat", "url": "http://www.house.gov/cuellar", "address": "2463 Rayburn HOB; Washington DC 20515-4328", "phone": "202-225-1640", "fax": "202-225-1641", "contact_form": "http://cuellar.house.gov/Contact/SendMeAnEmail.htm", "office": "2463 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Democrat", "district": 28, "url": "http://cuellar.house.gov", "address": "2431 Rayburn HOB; Washington DC 20515-4328", "phone": "202-225-1640", "fax": "202-225-1641", "contact_form": "https://cuellar.house.gov/forms/writeyourrep/default.aspx", "office": "2431 Rayburn House Office Building", "rss_url": "http://cuellar.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Democrat", "district": 28, "url": "http://cuellar.house.gov", "address": "2209 Rayburn HOB; Washington DC 20515-4328", "phone": "202-225-1640", "fax": "202-225-1641", "contact_form": "https://cuellar.house.gov/forms/writeyourrep/default.aspx", "office": "2209 Rayburn House Office Building", "rss_url": "http://cuellar.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 28, "party": "Democrat", "phone": "202-225-1640", "url": "http://cuellar.house.gov", "rss_url": "http://cuellar.house.gov/news/rss.aspx", "address": "2209 Rayburn HOB; Washington DC 20515-4328", "office": "2209 Rayburn House Office Building", "fax": "202-225-1641"}]}, {"id": {"bioguide": "C001048", "thomas": "01670", "govtrack": 400089, "opensecrets": "N00009738", "votesmart": 5488, "fec": ["H0TX07055"], "cspan": 88078, "wikipedia": "John Culberson", "house_history": 11764, "ballotpedia": "John Culberson", "maplight": 203, "icpsr": 20139, "wikidata": "Q671976", "google_entity_id": "kg:/m/03sfhc"}, "name": {"first": "John", "middle": "Abney", "last": "Culberson", "official_full": "John Abney Culberson"}, "bio": {"birthday": "1956-08-24", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 7, "party": "Republican", "url": "http://www.culberson.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 7, "party": "Republican", "url": "http://www.culberson.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 7, "party": "Republican", "url": "http://culberson.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 7, "party": "Republican", "url": "http://culberson.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 7, "party": "Republican", "url": "http://culberson.house.gov", "address": "2352 Rayburn HOB; Washington DC 20515-4307", "phone": "202-225-2571", "fax": "202-225-4381", "contact_form": "http://www.culberson.house.gov/contactinfo.aspx", "office": "2352 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 7, "url": "http://culberson.house.gov", "address": "2352 Rayburn HOB; Washington DC 20515-4307", "phone": "202-225-2571", "fax": "202-225-4381", "contact_form": "https://culbersonforms.house.gov/forms/writeyourrep/default.aspx", "office": "2352 Rayburn House Office Building", "rss_url": "http://culberson.house.gov/rss/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 7, "url": "http://culberson.house.gov", "address": "2372 Rayburn HOB; Washington DC 20515-4307", "phone": "202-225-2571", "fax": "202-225-4381", "contact_form": "https://culbersonforms.house.gov/forms/writeyourrep/default.aspx", "office": "2372 Rayburn House Office Building", "rss_url": "http://culberson.house.gov/rss/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 7, "party": "Republican", "phone": "202-225-2571", "url": "http://culberson.house.gov", "rss_url": "http://culberson.house.gov/rss/", "address": "2161 Rayburn HOB; Washington DC 20515-4307", "office": "2161 Rayburn House Office Building", "fax": "202-225-4381"}]}, {"id": {"bioguide": "C000984", "thomas": "00256", "govtrack": 400090, "opensecrets": "N00001971", "votesmart": 345, "fec": ["H6MD07160"], "cspan": 43300, "wikipedia": "Elijah Cummings", "house_history": 11684, "ballotpedia": "Elijah Cummings", "maplight": 204, "icpsr": 29587, "wikidata": "Q934898", "google_entity_id": "kg:/m/025k9h"}, "name": {"first": "Elijah", "middle": "E.", "last": "Cummings", "official_full": "Elijah E. Cummings"}, "bio": {"birthday": "1951-01-18", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1996-04-16", "end": "1997-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MD", "district": 7, "party": "Democrat", "url": "http://www.house.gov/cummings"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MD", "district": 7, "party": "Democrat", "url": "http://www.house.gov/cummings"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MD", "district": 7, "party": "Democrat", "url": "http://www.house.gov/cummings"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MD", "district": 7, "party": "Democrat", "url": "http://www.house.gov/cummings"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MD", "district": 7, "party": "Democrat", "url": "http://www.house.gov/cummings", "address": "2235 Rayburn HOB; Washington DC 20515-2007", "phone": "202-225-4741", "fax": "202-225-3178", "contact_form": "https://forms.house.gov/wyr/welcome.shtml", "office": "2235 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MD", "party": "Democrat", "district": 7, "url": "http://cummings.house.gov", "address": "2235 Rayburn HOB; Washington DC 20515-2007", "phone": "202-225-4741", "fax": "202-225-3178", "contact_form": "https://cummings.house.gov/contact-me/email-me", "office": "2235 Rayburn House Office Building", "rss_url": "http://cummings.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MD", "party": "Democrat", "district": 7, "url": "http://cummings.house.gov", "address": "2230 Rayburn HOB; Washington DC 20515-2007", "phone": "202-225-4741", "fax": "202-225-3178", "contact_form": "https://cummings.house.gov/contact-me/email-me", "office": "2230 Rayburn House Office Building", "rss_url": "http://cummings.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MD", "district": 7, "party": "Democrat", "phone": "202-225-4741", "url": "https://cummings.house.gov", "rss_url": "http://cummings.house.gov/rss.xml", "address": "2163 Rayburn HOB; Washington DC 20515-2007", "office": "2163 Rayburn House Office Building", "fax": "202-225-3178"}]}, {"id": {"bioguide": "D000096", "thomas": "01477", "govtrack": 400093, "opensecrets": "N00004884", "votesmart": 233, "fec": ["H4IL07037"], "cspan": 44325, "wikipedia": "Danny K. Davis", "house_history": 11949, "ballotpedia": "Danny K. Davis", "maplight": 209, "icpsr": 29717, "wikidata": "Q1164657", "google_entity_id": "kg:/m/0256k7"}, "name": {"first": "Danny", "middle": "K.", "last": "Davis", "official_full": "Danny K. Davis"}, "bio": {"birthday": "1941-09-06", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 7, "party": "Democrat", "url": "http://www.house.gov/davis"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 7, "party": "Democrat", "url": "http://www.house.gov/davis"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 7, "party": "Democrat", "url": "http://www.house.gov/davis"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 7, "party": "Democrat", "url": "http://www.house.gov/davis"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 7, "party": "Democrat", "url": "http://www.house.gov/davis", "address": "2159 Rayburn HOB; Washington DC 20515-1307", "phone": "202-225-5006", "fax": "202-225-5641", "contact_form": "https://forms.house.gov/davis/webforms/issue_subscribe.htm", "office": "2159 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Democrat", "district": 7, "url": "http://www.davis.house.gov", "address": "2159 Rayburn HOB; Washington DC 20515-1307", "phone": "202-225-5006", "fax": "202-225-5641", "contact_form": "https://davis.house.gov/email-me", "office": "2159 Rayburn House Office Building", "rss_url": "http://davis.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "party": "Democrat", "district": 7, "url": "http://davis.house.gov", "address": "2159 Rayburn HOB; Washington DC 20515-1307", "phone": "202-225-5006", "fax": "202-225-5641", "contact_form": "https://davis.house.gov/email-me", "office": "2159 Rayburn House Office Building", "rss_url": "http://davis.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 7, "party": "Democrat", "phone": "202-225-5006", "url": "https://davis.house.gov", "rss_url": "http://davis.house.gov/index.php?format=feed&type=rss", "address": "2159 Rayburn HOB; Washington DC 20515-1307", "office": "2159 Rayburn House Office Building", "fax": "202-225-5641"}]}, {"id": {"bioguide": "D000598", "thomas": "01641", "govtrack": 400097, "opensecrets": "N00009604", "votesmart": 8168, "fec": ["H0CA49055"], "cspan": 85595, "wikipedia": "Susan Davis (politician)", "house_history": 12571, "maplight": 207, "icpsr": 20108, "wikidata": "Q460675", "google_entity_id": "kg:/m/024xs5"}, "name": {"first": "Susan", "middle": "A.", "last": "Davis", "official_full": "Susan A. Davis"}, "bio": {"birthday": "1944-04-13", "gender": "F", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 49, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 53, "party": "Democrat", "url": "http://www.house.gov/susandavis"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 53, "party": "Democrat", "url": "http://www.house.gov/susandavis"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 53, "party": "Democrat", "url": "http://www.house.gov/susandavis"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 53, "party": "Democrat", "url": "http://www.house.gov/susandavis"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 53, "party": "Democrat", "url": "http://www.house.gov/susandavis", "address": "1526 Longworth HOB; Washington DC 20515-0553", "phone": "202-225-2040", "fax": "202-225-2948", "contact_form": "http://www.house.gov/susandavis/contact.shtml", "office": "1526 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 53, "url": "http://www.house.gov/susandavis", "address": "1526 Longworth HOB; Washington DC 20515-0553", "phone": "202-225-2040", "fax": "202-225-2948", "contact_form": "https://susandavisforms.house.gov/forms/writeyourrep/", "office": "1526 Longworth House Office Building"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 53, "url": "http://susandavis.house.gov", "address": "1214 Longworth HOB; Washington DC 20515-0553", "phone": "202-225-2040", "fax": "202-225-2948", "contact_form": "https://susandavisforms.house.gov/forms/writeyourrep/", "office": "1214 Longworth House Office Building"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 53, "party": "Democrat", "phone": "202-225-2040", "url": "https://susandavis.house.gov", "address": "1214 Longworth HOB; Washington DC 20515-0553", "office": "1214 Longworth House Office Building", "fax": "202-225-2948"}]}, {"id": {"bioguide": "D000191", "thomas": "00279", "govtrack": 400100, "opensecrets": "N00007781", "votesmart": 27037, "icpsr": 15410, "fec": ["H6OR04047", "S6OR00151"], "cspan": 6068, "wikipedia": "Peter DeFazio", "house_history": 12068, "ballotpedia": "Peter DeFazio", "maplight": 213, "wikidata": "Q1758507", "google_entity_id": "kg:/m/033ttx"}, "name": {"first": "Peter", "middle": "A.", "last": "DeFazio", "official_full": "Peter A. DeFazio"}, "bio": {"birthday": "1947-05-27", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OR", "district": 4, "party": "Democrat", "url": "http://www.house.gov/defazio/"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OR", "district": 4, "party": "Democrat", "url": "http://www.house.gov/defazio/"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OR", "district": 4, "party": "Democrat", "url": "http://defazio.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OR", "district": 4, "party": "Democrat", "url": "http://defazio.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OR", "district": 4, "party": "Democrat", "url": "http://defazio.house.gov", "address": "2134 Rayburn HOB; Washington DC 20515-3704", "phone": "202-225-6416", "fax": "202-225-0032", "contact_form": "http://www.house.gov/formdefazio/contact.html", "office": "2134 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OR", "party": "Democrat", "district": 4, "url": "http://defazio.house.gov", "address": "2134 Rayburn HOB; Washington DC 20515-3704", "phone": "202-225-6416", "contact_form": "https://defazio.house.gov/contact/email-me", "office": "2134 Rayburn House Office Building", "rss_url": "http://www.defazio.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OR", "party": "Democrat", "district": 4, "url": "http://defazio.house.gov", "address": "2134 Rayburn HOB; Washington DC 20515-3704", "phone": "202-225-6416", "contact_form": "https://defazio.house.gov/contact/email-me", "office": "2134 Rayburn House Office Building", "rss_url": "http://www.defazio.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OR", "district": 4, "party": "Democrat", "phone": "202-225-6416", "url": "http://defazio.house.gov", "rss_url": "http://www.defazio.house.gov/index.php?format=feed&type=rss", "address": "2134 Rayburn HOB; Washington DC 20515-3704", "office": "2134 Rayburn House Office Building"}]}, {"id": {"bioguide": "D000197", "thomas": "01479", "govtrack": 400101, "opensecrets": "N00006134", "votesmart": 561, "fec": ["H6CO01141"], "cspan": 90293, "wikipedia": "Diana DeGette", "house_history": 12076, "ballotpedia": "Diana DeGette", "maplight": 214, "icpsr": 29710, "wikidata": "Q437159", "google_entity_id": "kg:/m/024z95"}, "name": {"first": "Diana", "middle": "L.", "last": "DeGette", "official_full": "Diana DeGette"}, "bio": {"birthday": "1957-07-29", "gender": "F", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CO", "district": 1, "party": "Democrat", "url": "http://www.house.gov/degette"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CO", "district": 1, "party": "Democrat", "url": "http://www.house.gov/degette"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CO", "district": 1, "party": "Democrat", "url": "http://www.house.gov/degette"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CO", "district": 1, "party": "Democrat", "url": "http://www.house.gov/degette"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CO", "district": 1, "party": "Democrat", "url": "http://www.house.gov/degette", "address": "2335 Rayburn HOB; Washington DC 20515-0601", "phone": "202-225-4431", "fax": "202-225-5657", "contact_form": "http://www.house.gov/formdegette/zip_auth.htm", "office": "2335 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CO", "party": "Democrat", "district": 1, "url": "http://degette.house.gov", "address": "2368 Rayburn HOB; Washington DC 20515-0601", "phone": "202-225-4431", "fax": "202-225-5657", "contact_form": "https://degette.house.gov/contact/send-me-an-email/email-me", "office": "2368 Rayburn House Office Building", "rss_url": "http://degette.house.gov/index.php?option=com_ninjarsssyndicator&feed_id=1&format=raw"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CO", "party": "Democrat", "district": 1, "url": "http://degette.house.gov", "address": "2368 Rayburn HOB; Washington DC 20515-0601", "phone": "202-225-4431", "fax": "202-225-5657", "contact_form": "https://degette.house.gov/contact/send-me-an-email/email-me", "office": "2368 Rayburn House Office Building", "rss_url": "http://degette.house.gov/index.php?option=com_ninjarsssyndicator&feed_id=1&format=raw"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CO", "district": 1, "party": "Democrat", "phone": "202-225-4431", "url": "http://degette.house.gov", "rss_url": "http://degette.house.gov/index.php?option=com_ninjarsssyndicator&feed_id=1&format=raw", "address": "2111 Rayburn HOB; Washington DC 20515-0601", "office": "2111 Rayburn House Office Building", "fax": "202-225-5657"}]}, {"id": {"bioguide": "D000216", "thomas": "00281", "govtrack": 400103, "opensecrets": "N00000615", "votesmart": 26788, "fec": ["H0CT03072"], "cspan": 19040, "wikipedia": "Rosa DeLauro", "house_history": 12101, "ballotpedia": "Rosa DeLauro", "maplight": 215, "icpsr": 29109, "wikidata": "Q434952", "google_entity_id": "kg:/m/024zn0"}, "name": {"first": "Rosa", "middle": "L.", "last": "DeLauro", "official_full": "Rosa L. DeLauro"}, "bio": {"birthday": "1943-03-02", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CT", "district": 3, "party": "Democrat", "url": "http://www.house.gov/delauro"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CT", "district": 3, "party": "Democrat", "url": "http://www.house.gov/delauro"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CT", "district": 3, "party": "Democrat", "url": "http://www.house.gov/delauro"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CT", "district": 3, "party": "Democrat", "url": "http://www.house.gov/delauro"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CT", "district": 3, "party": "Democrat", "url": "http://www.house.gov/delauro", "address": "2413 Rayburn HOB; Washington DC 20515-0703", "phone": "202-225-3661", "fax": "202-225-4890", "contact_form": "http://delauro.house.gov/contact_form_email.cfm", "office": "2413 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CT", "party": "Democrat", "district": 3, "url": "http://delauro.house.gov", "address": "2413 Rayburn HOB; Washington DC 20515-0703", "phone": "202-225-3661", "fax": "202-225-4890", "contact_form": "https://forms.house.gov/delauro/webforms/contact_form_email.shtml", "office": "2413 Rayburn House Office Building", "rss_url": "http://delauro.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CT", "party": "Democrat", "district": 3, "url": "http://delauro.house.gov", "address": "2413 Rayburn HOB; Washington DC 20515-0703", "phone": "202-225-3661", "fax": "202-225-4890", "contact_form": "https://forms.house.gov/delauro/webforms/contact_form_email.shtml", "office": "2413 Rayburn House Office Building", "rss_url": "http://delauro.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CT", "district": 3, "party": "Democrat", "phone": "202-225-3661", "url": "https://delauro.house.gov", "rss_url": "http://delauro.house.gov/index.php?format=feed&type=rss", "address": "2413 Rayburn HOB; Washington DC 20515-0703", "office": "2413 Rayburn House Office Building", "fax": "202-225-4890"}]}, {"id": {"bioguide": "D000612", "thomas": "01995", "govtrack": 412403, "opensecrets": "N00031593", "votesmart": 28769, "fec": ["H0CA19173"], "cspan": 623287, "wikipedia": "Jeff Denham", "house_history": 12597, "maplight": 1276, "icpsr": 21109, "wikidata": "Q1686295", "google_entity_id": "kg:/m/02q4gng"}, "name": {"first": "Jeff", "last": "Denham", "official_full": "Jeff Denham"}, "bio": {"birthday": "1967-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 19, "party": "Republican", "url": "http://denham.house.gov/", "address": "1605 Longworth HOB; Washington DC 20515-0519", "phone": "202-225-4540", "fax": "202-225-3402", "office": "1605 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Republican", "district": 10, "url": "http://denham.house.gov", "address": "1730 Longworth HOB; Washington DC 20515-0510", "phone": "202-225-4540", "fax": "202-225-3402", "office": "1730 Longworth House Office Building", "rss_url": "http://denham.house.gov/rss.xml", "contact_form": "https://denham.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Republican", "district": 10, "url": "http://denham.house.gov", "address": "1730 Longworth HOB; Washington DC 20515-0510", "phone": "202-225-4540", "fax": "202-225-3402", "office": "1730 Longworth House Office Building", "rss_url": "http://denham.house.gov/rss.xml", "contact_form": "https://denham.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 10, "party": "Republican", "phone": "202-225-4540", "url": "http://denham.house.gov", "rss_url": "http://denham.house.gov/rss.xml", "address": "1730 Longworth HOB; Washington DC 20515-0510", "office": "1730 Longworth House Office Building", "fax": "202-225-3402"}]}, {"id": {"bioguide": "D000604", "thomas": "01799", "govtrack": 400648, "opensecrets": "N00026171", "votesmart": 9121, "fec": ["H4PA15087"], "cspan": 1011395, "wikipedia": "Charlie Dent", "house_history": 12583, "ballotpedia": "Charles W. Dent", "maplight": 654, "icpsr": 20526, "wikidata": "Q556034", "google_entity_id": "kg:/m/04fcm3"}, "name": {"first": "Charles", "middle": "W.", "last": "Dent", "official_full": "Charles W. Dent"}, "bio": {"birthday": "1960-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 15, "party": "Republican", "url": "http://dent.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 15, "party": "Republican", "url": "http://dent.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 15, "party": "Republican", "url": "http://dent.house.gov", "address": "1009 Longworth HOB; Washington DC 20515-3815", "phone": "202-225-6411", "fax": "202-226-0778", "contact_form": "http://dent.house.gov/verifyemail.shtml", "office": "1009 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Republican", "district": 15, "url": "http://dent.house.gov", "address": "2455 Rayburn HOB; Washington DC 20515-3815", "phone": "202-225-6411", "fax": "202-226-0778", "contact_form": "https://dent.house.gov/?p=ContactForm", "office": "2455 Rayburn House Office Building", "rss_url": "http://dent.house.gov/?a=rss.feed"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "party": "Republican", "district": 15, "url": "https://dent.house.gov", "address": "2211 Rayburn HOB; Washington DC 20515-3815", "phone": "202-225-6411", "fax": "202-226-0778", "contact_form": "https://dent.house.gov/?p=ContactForm", "office": "2211 Rayburn House Office Building", "rss_url": "http://dent.house.gov/?a=rss.feed"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 15, "party": "Republican", "phone": "202-225-6411", "url": "https://dent.house.gov", "rss_url": "http://dent.house.gov/?a=rss.feed", "address": "2082 Rayburn HOB; Washington DC 20515-3815", "office": "2082 Rayburn House Office Building", "fax": "202-226-0778"}]}, {"id": {"bioguide": "D000616", "thomas": "02062", "govtrack": 412477, "opensecrets": "N00030957", "votesmart": 123473, "fec": ["H0TN04195"], "cspan": 623517, "wikipedia": "Scott DesJarlais", "house_history": 12604, "maplight": 1482, "icpsr": 21179, "wikidata": "Q2260839", "google_entity_id": "kg:/m/09k4h2_"}, "name": {"first": "Scott", "last": "DesJarlais", "official_full": "Scott DesJarlais"}, "bio": {"birthday": "1964-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TN", "district": 4, "party": "Republican", "url": "http://desjarlais.house.gov/", "address": "413 Cannon HOB; Washington DC 20515-4204", "phone": "202-225-6831", "fax": "202-226-5172", "office": "413 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TN", "party": "Republican", "district": 4, "url": "http://desjarlais.house.gov", "address": "413 Cannon HOB; Washington DC 20515-4204", "phone": "202-225-6831", "fax": "202-226-5172", "office": "413 Cannon House Office Building", "rss_url": "http://desjarlais.house.gov/news/rss.aspx", "contact_form": "http://desjarlais.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TN", "party": "Republican", "district": 4, "url": "https://desjarlais.house.gov", "address": "413 Cannon HOB; Washington DC 20515-4204", "phone": "202-225-6831", "fax": "202-226-5172", "office": "413 Cannon House Office Building", "rss_url": "http://desjarlais.house.gov/news/rss.aspx", "contact_form": "http://desjarlais.house.gov/contact/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TN", "district": 4, "party": "Republican", "phone": "202-225-6831", "url": "https://desjarlais.house.gov", "rss_url": "http://desjarlais.house.gov/news/rss.aspx", "address": "2301 Rayburn HOB; Washington DC 20515-4204", "office": "2301 Rayburn House Office Building", "fax": "202-226-5172"}]}, {"id": {"bioguide": "D000610", "thomas": "01976", "govtrack": 412385, "opensecrets": "N00031317", "votesmart": 67151, "fec": ["H0FL19080"], "cspan": 9267613, "wikipedia": "Ted Deutch", "house_history": 12594, "ballotpedia": "Theodore E. Deutch", "maplight": 1365, "icpsr": 20959, "wikidata": "Q245724", "google_entity_id": "kg:/m/03cg3qs"}, "name": {"first": "Theodore", "middle": "E.", "last": "Deutch", "official_full": "Theodore E. Deutch"}, "bio": {"birthday": "1966-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "2010-04-15", "end": "2011-01-03", "state": "FL", "district": 19, "party": "Democrat", "url": "http://deutch.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 19, "party": "Democrat", "url": "http://deutch.house.gov/", "address": "1024 Longworth HOB; Washington DC 20515-0919", "phone": "202-225-3001", "fax": "202-225-5974", "contact_form": "https://teddeutch.house.gov/Forms/WriteYourRep/default.aspx", "office": "1024 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Democrat", "district": 21, "url": "http://teddeutch.house.gov", "address": "1024 Longworth HOB; Washington DC 20515-0921", "phone": "202-225-3001", "fax": "202-225-5974", "contact_form": "https://teddeutch.house.gov/forms/writeyourrep/default.aspx", "office": "1024 Longworth House Office Building", "rss_url": "http://teddeutch.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Democrat", "district": 21, "url": "http://teddeutch.house.gov", "address": "2447 Rayburn HOB; Washington DC 20515-0921", "phone": "202-225-3001", "fax": "202-225-5974", "contact_form": "https://teddeutch.house.gov/forms/writeyourrep/default.aspx", "office": "2447 Rayburn House Office Building", "rss_url": "http://teddeutch.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 22, "party": "Democrat", "phone": "202-225-3001", "url": "http://teddeutch.house.gov", "rss_url": "http://teddeutch.house.gov/news/rss.aspx", "address": "2447 Rayburn HOB; Washington DC 20515-0922", "office": "2447 Rayburn House Office Building", "fax": "202-225-5974"}]}, {"id": {"bioguide": "D000600", "thomas": "01717", "govtrack": 400108, "opensecrets": "N00025337", "votesmart": 24312, "fec": ["H2FL25018"], "cspan": 1003562, "wikipedia": "Mario D\u00edaz-Balart", "house_history": 12575, "ballotpedia": "Mario Diaz-Balart", "maplight": 221, "icpsr": 20316, "wikidata": "Q767270", "google_entity_id": "kg:/m/02536z"}, "name": {"first": "Mario", "last": "Diaz-Balart", "official_full": "Mario Diaz-Balart"}, "bio": {"birthday": "1961-09-25", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 25, "party": "Republican", "url": "http://www.house.gov/mariodiaz-balart"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 25, "party": "Republican", "url": "http://www.house.gov/mariodiaz-balart"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 25, "party": "Republican", "url": "http://www.house.gov/mariodiaz-balart"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 25, "party": "Republican", "url": "http://www.house.gov/mariodiaz-balart"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 21, "party": "Republican", "url": "http://www.house.gov/mariodiaz-balart", "address": "436 Cannon HOB; Washington DC 20515-0921", "phone": "202-225-4211", "fax": "202-225-8576", "contact_form": "Http://mariodiaz-balart.house.gov//index.cfm?sectionid=11", "office": "436 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 25, "url": "http://mariodiazbalart.house.gov", "address": "436 Cannon HOB; Washington DC 20515-0925", "phone": "202-225-4211", "fax": "202-225-8576", "contact_form": "http://mariodiazbalart.house.gov/contact-mario/write-rep-diaz-balart", "office": "436 Cannon House Office Building", "rss_url": "http://mariodiazbalart.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Republican", "district": 25, "url": "http://mariodiazbalart.house.gov", "address": "440 Cannon HOB; Washington DC 20515-0925", "phone": "202-225-4211", "fax": "202-225-8576", "contact_form": "http://mariodiazbalart.house.gov/contact-mario/write-rep-diaz-balart", "office": "440 Cannon House Office Building", "rss_url": "http://mariodiazbalart.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 25, "party": "Republican", "phone": "202-225-4211", "url": "http://mariodiazbalart.house.gov", "rss_url": "http://mariodiazbalart.house.gov/rss.xml", "address": "440 Cannon HOB; Washington DC 20515-0925", "office": "440 Cannon House Office Building", "fax": "202-225-8576"}], "family": [{"name": "Lincoln Diaz Balart", "relation": "brother"}]}, {"id": {"bioguide": "D000399", "thomas": "00303", "govtrack": 400111, "opensecrets": "N00006023", "votesmart": 21689, "fec": ["H4TX10028"], "cspan": 36810, "wikipedia": "Lloyd Doggett", "house_history": 12328, "maplight": 224, "icpsr": 29571, "wikidata": "Q363817", "google_entity_id": "kg:/m/03flzn"}, "name": {"first": "Lloyd", "middle": "A.", "last": "Doggett", "official_full": "Lloyd Doggett"}, "bio": {"birthday": "1946-10-06", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 10, "party": "Democrat", "url": "http://www.house.gov/doggett"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 25, "party": "Democrat", "url": "http://www.house.gov/doggett"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 25, "party": "Democrat", "url": "http://www.house.gov/doggett"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 25, "party": "Democrat", "url": "http://www.house.gov/doggett"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 25, "party": "Democrat", "url": "http://www.house.gov/doggett", "address": "201 Cannon HOB; Washington DC 20515-4325", "phone": "202-225-4865", "fax": "202-225-3073", "contact_form": "http://www.house.gov/doggett/doggett_ima/doggett_get_address.shtml", "office": "201 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Democrat", "district": 35, "url": "http://doggett.house.gov", "address": "201 Cannon HOB; Washington DC 20515-4335", "phone": "202-225-4865", "fax": "202-225-3073", "contact_form": "https://forms.house.gov/doggett/webforms/issue_subscribe.htm", "office": "201 Cannon House Office Building", "rss_url": "http://doggett.house.gov/index.php/component/ninjarsssyndicator/?feed_id=1&format=raw"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Democrat", "district": 35, "url": "http://doggett.house.gov", "address": "2307 Rayburn HOB; Washington DC 20515-4335", "phone": "202-225-4865", "fax": "202-225-3073", "contact_form": "https://forms.house.gov/doggett/webforms/issue_subscribe.htm", "office": "2307 Rayburn House Office Building", "rss_url": "http://doggett.house.gov/index.php/component/ninjarsssyndicator/?feed_id=1&format=raw"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 35, "party": "Democrat", "phone": "202-225-4865", "url": "https://doggett.house.gov", "rss_url": "http://doggett.house.gov/index.php/component/ninjarsssyndicator/?feed_id=1&format=raw", "address": "2307 Rayburn HOB; Washington DC 20515-4335", "office": "2307 Rayburn House Office Building", "fax": "202-225-3073"}]}, {"id": {"bioguide": "D000607", "thomas": "01850", "lis": "S356", "govtrack": 412205, "opensecrets": "N00026586", "votesmart": 34212, "fec": ["H4IN02101", "S2IN00091"], "cspan": 1012000, "wikipedia": "Joe Donnelly", "house_history": 12588, "ballotpedia": "Joe Donnelly", "maplight": 691, "icpsr": 20717, "wikidata": "Q1691395", "google_entity_id": "kg:/m/0gmx64"}, "name": {"first": "Joe", "last": "Donnelly", "official_full": "Joe Donnelly"}, "bio": {"gender": "M", "birthday": "1955-09-28"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IN", "district": 2, "party": "Democrat", "url": "http://donnelly.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IN", "district": 2, "party": "Democrat", "url": "http://donnelly.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IN", "district": 2, "party": "Democrat", "url": "http://donnelly.house.gov", "address": "1530 Longworth HOB; Washington DC 20515-1402", "phone": "202-225-3915", "fax": "202-225-6798", "contact_form": "http://donnelly.house.gov/issue_subscribe.shtml", "office": "1530 Longworth House Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "IN", "party": "Democrat", "class": 1, "url": "http://www.donnelly.senate.gov", "address": "720 Hart Senate Office Building Washington DC 20510", "phone": "202-224-4814", "fax": "202-225-6798", "contact_form": "https://www.donnelly.senate.gov/contact/email-joe", "office": "720 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.donnelly.senate.gov/rss/feeds/?type=all"}]}, {"id": {"bioguide": "D000482", "thomas": "00316", "govtrack": 400114, "opensecrets": "N00001373", "votesmart": 21853, "fec": ["H4PA18131"], "cspan": 36774, "wikipedia": "Michael F. Doyle", "house_history": 12436, "ballotpedia": "Michael F. Doyle", "maplight": 226, "icpsr": 29561, "wikidata": "Q1344200", "google_entity_id": "kg:/m/03tqjg"}, "name": {"first": "Michael", "middle": "F.", "last": "Doyle", "suffix": "Jr.", "nickname": "Mike", "official_full": "Michael F. Doyle"}, "bio": {"birthday": "1953-08-05", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 14, "party": "Democrat", "url": "http://www.house.gov/doyle"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 14, "party": "Democrat", "url": "http://www.house.gov/doyle"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 14, "party": "Democrat", "url": "http://www.house.gov/doyle"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 14, "party": "Democrat", "url": "http://www.house.gov/doyle"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 14, "party": "Democrat", "url": "http://www.house.gov/doyle", "address": "401 Cannon HOB; Washington DC 20515-3814", "phone": "202-225-2135", "fax": "202-225-3084", "contact_form": "http://www.house.gov/doyle/email_mike.shtml", "office": "401 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Democrat", "district": 14, "url": "http://doyle.house.gov", "address": "239 Cannon HOB; Washington DC 20515-3814", "phone": "202-225-2135", "fax": "202-225-3084", "contact_form": "https://doyle.house.gov/contact-me/email-me", "office": "239 Cannon House Office Building", "rss_url": "http://doyle.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "party": "Democrat", "district": 14, "url": "http://doyle.house.gov", "address": "239 Cannon HOB; Washington DC 20515-3814", "phone": "202-225-2135", "fax": "202-225-3084", "contact_form": "https://doyle.house.gov/contact-me/email-me", "office": "239 Cannon House Office Building", "rss_url": "http://doyle.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 14, "party": "Democrat", "phone": "202-225-2135", "url": "http://doyle.house.gov", "rss_url": "http://doyle.house.gov/rss.xml", "address": "239 Cannon HOB; Washington DC 20515-3814", "office": "239 Cannon House Office Building", "fax": "202-225-3084"}]}, {"id": {"bioguide": "D000614", "thomas": "02072", "govtrack": 412488, "opensecrets": "N00030967", "votesmart": 126238, "fec": ["H0WI07051"], "cspan": 623570, "wikipedia": "Sean Duffy", "house_history": 12601, "ballotpedia": "Sean Duffy", "maplight": 1493, "icpsr": 21189, "wikidata": "Q1729888", "google_entity_id": "kg:/m/026m6hd"}, "name": {"first": "Sean", "last": "Duffy", "official_full": "Sean P. Duffy", "middle": "P."}, "bio": {"birthday": "1971-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WI", "district": 7, "party": "Republican", "url": "http://duffy.house.gov/", "address": "1208 Longworth HOB; Washington DC 20515-4907", "phone": "202-225-3365", "office": "1208 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WI", "party": "Republican", "district": 7, "url": "http://duffy.house.gov", "address": "1208 Longworth HOB; Washington DC 20515-4907", "phone": "202-225-3365", "office": "1208 Longworth House Office Building", "rss_url": "http://duffy.house.gov/rss.xml", "contact_form": "http://duffy.house.gov/contact", "fax": "202-225-3240"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WI", "party": "Republican", "district": 7, "url": "https://duffy.house.gov", "address": "1208 Longworth HOB; Washington DC 20515-4907", "phone": "202-225-3365", "office": "1208 Longworth House Office Building", "rss_url": "http://duffy.house.gov/rss.xml", "contact_form": "http://duffy.house.gov/contact", "fax": "202-225-3240"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WI", "district": 7, "party": "Republican", "phone": "202-225-3365", "url": "https://duffy.house.gov", "rss_url": "http://duffy.house.gov/rss.xml", "address": "2330 Rayburn HOB; Washington DC 20515-4907", "office": "2330 Rayburn House Office Building", "fax": "202-225-3240"}]}, {"id": {"bioguide": "D000615", "thomas": "02057", "govtrack": 412472, "opensecrets": "N00030752", "votesmart": 47967, "fec": ["H0SC03077"], "cspan": 62713, "wikipedia": "Jeff Duncan (politician)", "house_history": 12602, "ballotpedia": "Jeff Duncan", "maplight": 1477, "icpsr": 21174, "wikidata": "Q1027026", "google_entity_id": "kg:/m/0ddgp1k"}, "name": {"first": "Jeff", "last": "Duncan", "official_full": "Jeff Duncan"}, "bio": {"birthday": "1966-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "SC", "district": 3, "party": "Republican", "url": "http://jeffduncan.house.gov/", "address": "116 Cannon HOB; Washington DC 20515-4003", "phone": "202-225-5301", "fax": "202-225-3216", "office": "116 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "SC", "party": "Republican", "district": 3, "url": "http://jeffduncan.house.gov", "address": "116 Cannon HOB; Washington DC 20515-4003", "phone": "202-225-5301", "fax": "202-225-3216", "office": "116 Cannon House Office Building", "rss_url": "http://jeffduncan.house.gov/rss.xml", "contact_form": "https://jeffduncan.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "SC", "party": "Republican", "district": 3, "url": "http://jeffduncan.house.gov", "address": "106 Cannon HOB; Washington DC 20515-4003", "phone": "202-225-5301", "fax": "202-225-3216", "office": "106 Cannon House Office Building", "rss_url": "http://jeffduncan.house.gov/rss.xml", "contact_form": "https://jeffduncan.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "SC", "district": 3, "party": "Republican", "phone": "202-225-5301", "url": "http://jeffduncan.house.gov", "rss_url": "http://jeffduncan.house.gov/rss.xml", "address": "2229 Rayburn HOB; Washington DC 20515-4003", "office": "2229 Rayburn House Office Building", "fax": "202-225-3216"}]}, {"id": {"bioguide": "D000533", "thomas": "00322", "govtrack": 400116, "opensecrets": "N00003209", "votesmart": 27069, "icpsr": 15455, "fec": ["H8TN02069"], "cspan": 6114, "wikipedia": "Jimmy Duncan (U.S. politician)", "house_history": 12493, "maplight": 228, "wikidata": "Q653994", "google_entity_id": "kg:/m/0450rl"}, "name": {"first": "John", "middle": "J.", "last": "Duncan", "suffix": "Jr.", "nickname": "Jimmy", "official_full": "John J. Duncan, Jr."}, "bio": {"birthday": "1947-07-21", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1988-11-08", "end": "1989-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TN", "district": 2, "party": "Republican", "url": "http://www.house.gov/duncan"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TN", "district": 2, "party": "Republican", "url": "http://www.house.gov/duncan"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TN", "district": 2, "party": "Republican", "url": "http://www.house.gov/duncan/"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TN", "district": 2, "party": "Republican", "url": "http://www.house.gov/duncan/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TN", "district": 2, "party": "Republican", "url": "http://www.house.gov/duncan/", "address": "2207 Rayburn HOB; Washington DC 20515-4202", "phone": "202-225-5435", "fax": "202-225-6440", "contact_form": "http://www.house.gov/duncan/contactform_zipcheck.shtml", "office": "2207 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TN", "party": "Republican", "district": 2, "url": "http://duncan.house.gov", "address": "2207 Rayburn HOB; Washington DC 20515-4202", "phone": "202-225-5435", "fax": "202-225-6440", "contact_form": "https://duncan.house.gov/contact-me/email-me", "office": "2207 Rayburn House Office Building", "rss_url": "http://duncan.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TN", "party": "Republican", "district": 2, "url": "http://duncan.house.gov", "address": "2207 Rayburn HOB; Washington DC 20515-4202", "phone": "202-225-5435", "fax": "202-225-6440", "contact_form": "https://duncan.house.gov/contact-me/email-me", "office": "2207 Rayburn House Office Building", "rss_url": "http://duncan.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TN", "district": 2, "party": "Republican", "phone": "202-225-5435", "url": "http://duncan.house.gov", "rss_url": "http://duncan.house.gov/rss.xml", "address": "2207 Rayburn HOB; Washington DC 20515-4202", "office": "2207 Rayburn House Office Building", "fax": "202-225-6440"}], "family": [{"name": "John James Duncan", "relation": "son"}]}, {"id": {"bioguide": "E000288", "thomas": "01857", "govtrack": 412215, "opensecrets": "N00028257", "votesmart": 38982, "fec": ["H6MN05183"], "cspan": 1022556, "wikipedia": "Keith Ellison", "house_history": 12957, "ballotpedia": "Keith Ellison", "maplight": 700, "icpsr": 20727, "wikidata": "Q40589", "google_entity_id": "kg:/m/0dlwms"}, "name": {"first": "Keith", "middle": "Maurice", "last": "Ellison", "official_full": "Keith Ellison"}, "bio": {"birthday": "1963-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MN", "district": 5, "party": "Democrat", "url": "http://ellison.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MN", "district": 5, "party": "Democrat", "url": "http://ellison.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MN", "district": 5, "party": "Democrat", "url": "http://ellison.house.gov", "address": "1027 Longworth HOB; Washington DC 20515-2305", "phone": "202-225-4755", "fax": "202-225-4886", "contact_form": "http://ellison.house.gov/index.php?option=com_content&task=view&id=87", "office": "1027 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MN", "party": "Democrat", "district": 5, "url": "http://ellison.house.gov", "address": "2244 Rayburn HOB; Washington DC 20515-2305", "phone": "202-225-4755", "fax": "202-225-4886", "contact_form": "http://ellison.house.gov/contact", "office": "2244 Rayburn House Office Building", "rss_url": "http://ellison.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MN", "party": "Democrat", "district": 5, "url": "http://ellison.house.gov", "address": "2263 Rayburn HOB; Washington DC 20515-2305", "phone": "202-225-4755", "fax": "202-225-4886", "contact_form": "http://ellison.house.gov/contact", "office": "2263 Rayburn House Office Building", "rss_url": "http://ellison.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MN", "district": 5, "party": "Democrat", "phone": "202-225-4755", "url": "https://ellison.house.gov", "rss_url": "http://ellison.house.gov/index.php?format=feed&type=rss", "address": "2263 Rayburn HOB; Washington DC 20515-2305", "office": "2263 Rayburn House Office Building", "fax": "202-225-4886"}]}, {"id": {"bioguide": "E000179", "thomas": "00344", "govtrack": 400122, "opensecrets": "N00001003", "votesmart": 26972, "icpsr": 15603, "fec": ["H8NY19058"], "cspan": 6109, "wikipedia": "Eliot Engel", "house_history": 12815, "maplight": 233, "wikidata": "Q1329618", "google_entity_id": "kg:/m/03tt1r"}, "name": {"first": "Eliot", "middle": "L.", "last": "Engel", "official_full": "Eliot L. Engel"}, "bio": {"birthday": "1947-02-18", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 17, "party": "Democrat", "url": "http://www.house.gov/engel"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 17, "party": "Democrat", "url": "http://www.house.gov/engel"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 17, "party": "Democrat", "url": "http://www.house.gov/engel"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 17, "party": "Democrat", "url": "http://www.house.gov/engel"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 17, "party": "Democrat", "url": "http://www.house.gov/engel", "address": "2161 Rayburn HOB; Washington DC 20515-3217", "phone": "202-225-2464", "fax": "202-225-5513", "contact_form": "http://www.house.gov/writerep", "office": "2161 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 16, "url": "http://engel.house.gov", "address": "2161 Rayburn HOB; Washington DC 20515-3216", "phone": "202-225-2464", "fax": "202-225-5513", "contact_form": "https://engel.house.gov/write-your-rep1", "office": "2161 Rayburn House Office Building"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 16, "url": "http://engel.house.gov", "address": "2462 Rayburn HOB; Washington DC 20515-3216", "phone": "202-225-2464", "fax": "202-225-5513", "contact_form": "https://engel.house.gov/write-your-rep1", "office": "2462 Rayburn House Office Building"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 16, "party": "Democrat", "phone": "202-225-2464", "url": "https://engel.house.gov", "address": "2462 Rayburn HOB; Washington DC 20515-3216", "office": "2462 Rayburn House Office Building", "fax": "202-225-5513"}]}, {"id": {"bioguide": "E000215", "thomas": "00355", "govtrack": 400124, "opensecrets": "N00007335", "votesmart": 26741, "fec": ["H8CA12098"], "cspan": 26130, "wikipedia": "Anna Eshoo", "house_history": 12867, "maplight": 235, "icpsr": 29312, "wikidata": "Q291193", "google_entity_id": "kg:/m/024t6x"}, "name": {"first": "Anna", "middle": "G.", "last": "Eshoo", "official_full": "Anna G. Eshoo"}, "bio": {"birthday": "1942-12-13", "gender": "F", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 14, "party": "Democrat", "url": "http://www-eshoo.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 14, "party": "Democrat", "url": "http://www-eshoo.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 14, "party": "Democrat", "url": "http://eshoo.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 14, "party": "Democrat", "url": "http://eshoo.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 14, "party": "Democrat", "url": "http://eshoo.house.gov", "address": "205 Cannon HOB; Washington DC 20515-0514", "phone": "202-225-8104", "fax": "202-225-8890", "contact_form": "https://forms.house.gov/eshoo/webforms/issue_subscribe.htm", "office": "205 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 18, "url": "http://eshoo.house.gov", "address": "241 Cannon HOB; Washington DC 20515-0518", "phone": "202-225-8104", "fax": "202-225-8890", "contact_form": "https://eshoo.house.gov/email-me/", "office": "241 Cannon House Office Building", "rss_url": "http://eshoo.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 18, "url": "http://eshoo.house.gov", "address": "241 Cannon HOB; Washington DC 20515-0518", "phone": "202-225-8104", "fax": "202-225-8890", "contact_form": "https://eshoo.house.gov/email-me/", "office": "241 Cannon House Office Building", "rss_url": "http://eshoo.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 18, "party": "Democrat", "phone": "202-225-8104", "url": "http://eshoo.house.gov", "rss_url": "http://eshoo.house.gov/index.php?format=feed&type=rss", "address": "241 Cannon HOB; Washington DC 20515-0518", "office": "241 Cannon House Office Building", "fax": "202-225-8890"}]}, {"id": {"bioguide": "F000460", "thomas": "02067", "govtrack": 412482, "opensecrets": "N00031672", "votesmart": 116919, "fec": ["H0TX27061"], "cspan": 95180, "wikipedia": "Blake Farenthold", "house_history": 13565, "ballotpedia": "Blake Farenthold", "maplight": 1487, "icpsr": 21184, "wikidata": "Q881255", "google_entity_id": "kg:/m/0ds2ztj"}, "name": {"first": "Blake", "last": "Farenthold", "official_full": "Blake Farenthold"}, "bio": {"birthday": "1961-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 27, "party": "Republican", "url": "http://farenthold.house.gov/", "address": "2110 Rayburn HOB; Washington DC 20515-4327", "phone": "202-225-7742", "fax": "202-226-1134", "office": "2110 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 27, "url": "http://farenthold.house.gov", "address": "117 Cannon HOB; Washington DC 20515-4327", "phone": "202-225-7742", "fax": "202-226-1134", "office": "117 Cannon House Office Building", "contact_form": "http://farentholdforms.house.gov/contact/email.htm", "rss_url": "http://farenthold.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 27, "url": "http://farenthold.house.gov", "address": "1027 Longworth HOB; Washington DC 20515-4327", "phone": "202-225-7742", "fax": "202-226-1134", "office": "1027 Longworth House Office Building", "contact_form": "http://farentholdforms.house.gov/contact/email.htm", "rss_url": "http://farenthold.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 27, "party": "Republican", "phone": "202-225-7742", "url": "http://farenthold.house.gov", "rss_url": "http://farenthold.house.gov/index.php?format=feed&type=rss", "address": "2331 Rayburn HOB; Washington DC 20515-4327", "office": "2331 Rayburn House Office Building", "fax": "202-226-1134"}]}, {"id": {"bioguide": "F000444", "thomas": "01633", "lis": "S358", "govtrack": 400134, "opensecrets": "N00009573", "votesmart": 28128, "fec": ["H0AZ01184", "S2AZ00141"], "cspan": 87582, "house_history": 13537, "wikipedia": "Jeff Flake", "ballotpedia": "Jeff Flake", "maplight": 245, "icpsr": 20100, "wikidata": "Q929581", "google_entity_id": "kg:/m/024p7j"}, "name": {"first": "Jeff", "last": "Flake", "official_full": "Jeff Flake"}, "bio": {"birthday": "1962-12-31", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AZ", "district": 6, "party": "Republican", "url": "http://www.house.gov/flake"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AZ", "district": 6, "party": "Republican", "url": "http://www.house.gov/flake"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AZ", "district": 6, "party": "Republican", "url": "http://flake.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AZ", "district": 6, "party": "Republican", "url": "http://flake.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AZ", "district": 6, "party": "Republican", "url": "http://flake.house.gov", "address": "240 Cannon HOB; Washington DC 20515-0306", "phone": "202-225-2635", "fax": "202-226-4386", "contact_form": "http://www.house.gov/writerep", "office": "240 Cannon House Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "AZ", "party": "Republican", "class": 1, "url": "http://www.flake.senate.gov/public", "address": "413 Russell Senate Office Building Washington DC 20510", "phone": "202-224-4521", "fax": "202-226-4386", "contact_form": "https://www.flake.senate.gov/public/index.cfm/contact-jeff", "office": "413 Russell Senate Office Building", "state_rank": "junior", "rss_url": "http://www.flake.senate.gov/public/index.cfm/rss/feed"}]}, {"id": {"bioguide": "F000459", "thomas": "02061", "govtrack": 412476, "opensecrets": "N00030815", "votesmart": 123456, "fec": ["H0TN03254"], "cspan": 95146, "wikipedia": "Chuck Fleischmann", "house_history": 13563, "maplight": 1481, "icpsr": 21178, "wikidata": "Q521959", "google_entity_id": "kg:/m/0ddd54f"}, "name": {"first": "Charles", "last": "Fleischmann", "official_full": "Charles J. \"Chuck\" Fleischmann", "middle": "J.", "nickname": "Chuck"}, "bio": {"birthday": "1962-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TN", "district": 3, "party": "Republican", "url": "http://fleischmann.house.gov/", "address": "511 Cannon HOB; Washington DC 20515-4203", "phone": "202-225-3271", "fax": "202-225-3494", "office": "511 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TN", "party": "Republican", "district": 3, "url": "http://fleischmann.house.gov", "address": "230 Cannon HOB; Washington DC 20515-4203", "phone": "202-225-3271", "fax": "202-225-3494", "office": "230 Cannon House Office Building", "rss_url": "http://fleischmann.house.gov/rss.xml", "contact_form": "https://fleischmann.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TN", "party": "Republican", "district": 3, "url": "http://fleischmann.house.gov", "address": "230 Cannon HOB; Washington DC 20515-4203", "phone": "202-225-3271", "fax": "202-225-3494", "office": "230 Cannon House Office Building", "rss_url": "http://fleischmann.house.gov/rss.xml", "contact_form": "https://fleischmann.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TN", "district": 3, "party": "Republican", "phone": "202-225-3271", "url": "http://fleischmann.house.gov", "rss_url": "http://fleischmann.house.gov/rss.xml", "address": "2410 Rayburn HOB; Washington DC 20515-4203", "office": "2410 Rayburn House Office Building", "fax": "202-225-3494"}]}, {"id": {"bioguide": "F000461", "thomas": "02065", "govtrack": 412480, "opensecrets": "N00031545", "votesmart": 116906, "fec": ["H0TX17104"], "cspan": 623540, "wikipedia": "Bill Flores", "house_history": 13566, "maplight": 1485, "icpsr": 21182, "wikidata": "Q862103", "google_entity_id": "kg:/m/0bs1ntq"}, "name": {"first": "Bill", "last": "Flores", "official_full": "Bill Flores"}, "bio": {"birthday": "1954-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 17, "party": "Republican", "url": "http://flores.house.gov/", "address": "1505 Longworth HOB; Washington DC 20515-4317", "phone": "202-225-6105", "fax": "202-225-0350", "office": "1505 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 17, "url": "http://flores.house.gov", "address": "1030 Longworth HOB; Washington DC 20515-4317", "phone": "202-225-6105", "fax": "202-225-0350", "office": "1030 Longworth House Office Building", "rss_url": "http://flores.house.gov/common/rss//index.cfm?rss=25", "contact_form": "https://billflores.house.gov/contact/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 17, "url": "http://flores.house.gov", "address": "1030 Longworth HOB; Washington DC 20515-4317", "phone": "202-225-6105", "fax": "202-225-0350", "office": "1030 Longworth House Office Building", "rss_url": "http://flores.house.gov/common/rss//index.cfm?rss=25", "contact_form": "https://billflores.house.gov/contact/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 17, "party": "Republican", "phone": "202-225-6105", "url": "http://flores.house.gov", "rss_url": "http://flores.house.gov/common/rss//index.cfm?rss=25", "address": "2440 Rayburn HOB; Washington DC 20515-4317", "office": "2440 Rayburn House Office Building", "fax": "202-225-0350"}]}, {"id": {"bioguide": "F000449", "thomas": "01793", "govtrack": 400640, "opensecrets": "N00026631", "votesmart": 41929, "fec": ["H4NE01064"], "cspan": 1013049, "wikipedia": "Jeff Fortenberry", "house_history": 13545, "ballotpedia": "Jeff Fortenberry", "maplight": 646, "icpsr": 20518, "wikidata": "Q1397331", "google_entity_id": "kg:/m/04fcch"}, "name": {"first": "Jeff", "middle": "Lane", "last": "Fortenberry", "official_full": "Jeff Fortenberry"}, "bio": {"gender": "M", "birthday": "1960-12-27"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NE", "district": 1, "party": "Republican", "url": "http://fortenberry.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NE", "district": 1, "party": "Republican", "url": "http://fortenberry.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NE", "district": 1, "party": "Republican", "url": "http://fortenberry.house.gov", "address": "1514 Longworth HOB; Washington DC 20515-2701", "phone": "202-225-4806", "fax": "202-225-5686", "contact_form": "http://fortenberry.house.gov/contactform_zipcheck.shtml", "office": "1514 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NE", "party": "Republican", "district": 1, "url": "http://fortenberry.house.gov", "address": "1514 Longworth HOB; Washington DC 20515-2701", "phone": "202-225-4806", "fax": "202-225-5686", "contact_form": "https://fortenberry.house.gov/contact-me1", "office": "1514 Longworth House Office Building", "rss_url": "http://fortenberry.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NE", "party": "Republican", "district": 1, "url": "https://fortenberry.house.gov", "address": "1514 Longworth HOB; Washington DC 20515-2701", "phone": "202-225-4806", "fax": "202-225-5686", "contact_form": "https://fortenberry.house.gov/contact-me1", "office": "1514 Longworth House Office Building", "rss_url": "http://fortenberry.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NE", "district": 1, "party": "Republican", "phone": "202-225-4806", "url": "https://fortenberry.house.gov", "rss_url": "http://fortenberry.house.gov/index.php?format=feed&type=rss", "address": "1514 Longworth HOB; Washington DC 20515-2701", "office": "1514 Longworth House Office Building", "fax": "202-225-5686"}]}, {"id": {"bioguide": "F000450", "thomas": "01791", "govtrack": 400643, "opensecrets": "N00026166", "votesmart": 6051, "fec": ["H4NC05146"], "cspan": 1013052, "wikipedia": "Virginia Foxx", "house_history": 13547, "ballotpedia": "Virginia Foxx", "maplight": 649, "icpsr": 20521, "wikidata": "Q458453", "google_entity_id": "kg:/m/02b5dz"}, "name": {"first": "Virginia", "last": "Foxx", "official_full": "Virginia Foxx"}, "bio": {"birthday": "1943-06-29", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NC", "district": 5, "party": "Republican", "url": "http://foxx.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NC", "district": 5, "party": "Republican", "url": "http://foxx.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NC", "district": 5, "party": "Republican", "url": "http://foxx.house.gov", "address": "1230 Longworth HOB; Washington DC 20515-3305", "phone": "202-225-2071", "fax": "202-225-2995", "contact_form": "http://www.house.gov/formfoxx/IMA/issue_subscribe.htm", "office": "1230 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NC", "party": "Republican", "district": 5, "url": "http://foxx.house.gov", "address": "2350 Rayburn HOB; Washington DC 20515-3305", "phone": "202-225-2071", "fax": "202-225-2995", "contact_form": "https://foxx.house.gov/forms/writeyourrep/?zip5=&zip4=", "office": "2350 Rayburn House Office Building", "rss_url": "http://foxx.house.gov/common/rss/?rss=55"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NC", "party": "Republican", "district": 5, "url": "http://foxx.house.gov", "address": "2350 Rayburn HOB; Washington DC 20515-3305", "phone": "202-225-2071", "fax": "202-225-2995", "contact_form": "https://foxx.house.gov/forms/writeyourrep/?zip5=&zip4=", "office": "2350 Rayburn House Office Building", "rss_url": "http://foxx.house.gov/common/rss/?rss=55"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NC", "district": 5, "party": "Republican", "phone": "202-225-2071", "url": "http://foxx.house.gov", "rss_url": "http://foxx.house.gov/common/rss/?rss=55", "address": "2262 Rayburn HOB; Washington DC 20515-3305", "office": "2262 Rayburn House Office Building", "fax": "202-225-2995"}]}, {"id": {"bioguide": "F000448", "thomas": "01707", "govtrack": 400141, "opensecrets": "N00006423", "votesmart": 28399, "fec": ["H4AZ04024"], "cspan": 1003550, "wikipedia": "Trent Franks", "house_history": 13543, "ballotpedia": "Trent Franks", "maplight": 251, "icpsr": 20304, "wikidata": "Q1397303", "google_entity_id": "kg:/m/024p5b"}, "name": {"first": "Trent", "last": "Franks", "official_full": "Trent Franks"}, "bio": {"birthday": "1957-06-19", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AZ", "district": 2, "party": "Republican", "url": "http://www.house.gov/franks"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AZ", "district": 2, "party": "Republican", "url": "http://www.house.gov/franks"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AZ", "district": 2, "party": "Republican", "url": "http://www.house.gov/franks"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AZ", "district": 2, "party": "Republican", "url": "http://www.house.gov/franks"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AZ", "district": 2, "party": "Republican", "url": "http://www.house.gov/franks", "address": "2435 Rayburn HOB; Washington DC 20515-0302", "phone": "202-225-4576", "fax": "202-225-6328", "contact_form": "https://forms.house.gov/franks/email_zipcheck.shtml", "office": "2435 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AZ", "party": "Republican", "district": 8, "url": "http://franks.house.gov", "address": "2435 Rayburn HOB; Washington DC 20515-0308", "phone": "202-225-4576", "fax": "202-225-6328", "contact_form": "https://franks.house.gov/contact-me/email-me", "office": "2435 Rayburn House Office Building", "rss_url": "http://franks.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AZ", "party": "Republican", "district": 8, "url": "http://franks.house.gov", "address": "2435 Rayburn HOB; Washington DC 20515-0308", "phone": "202-225-4576", "fax": "202-225-6328", "contact_form": "https://franks.house.gov/contact-me/email-me", "office": "2435 Rayburn House Office Building", "rss_url": "http://franks.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AZ", "district": 8, "party": "Republican", "phone": "202-225-4576", "url": "https://franks.house.gov", "rss_url": "http://franks.house.gov/rss.xml", "address": "2435 Rayburn HOB; Washington DC 20515-0308", "office": "2435 Rayburn House Office Building", "fax": "202-225-6328"}]}, {"id": {"bioguide": "F000372", "thomas": "00414", "govtrack": 400142, "opensecrets": "N00000684", "votesmart": 22177, "fec": ["H2NJ05014"], "cspan": 37781, "wikipedia": "Rodney Frelinghuysen", "house_history": 13440, "maplight": 252, "icpsr": 29541, "wikidata": "Q338190", "google_entity_id": "kg:/m/03bktp"}, "name": {"first": "Rodney", "middle": "P.", "last": "Frelinghuysen", "official_full": "Rodney P. Frelinghuysen"}, "bio": {"birthday": "1946-04-29", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NJ", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NJ", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NJ", "district": 11, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NJ", "district": 11, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NJ", "district": 11, "party": "Republican", "url": "http://www.house.gov/frelinghuysen"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NJ", "district": 11, "party": "Republican", "url": "http://www.house.gov/frelinghuysen"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NJ", "district": 11, "party": "Republican", "url": "http://frelinghuysen.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NJ", "district": 11, "party": "Republican", "url": "http://frelinghuysen.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NJ", "district": 11, "party": "Republican", "url": "http://frelinghuysen.house.gov", "address": "2369 Rayburn HOB; Washington DC 20515-3011", "phone": "202-225-5034", "fax": "202-225-3186", "contact_form": "http://frelinghuysen.house.gov/contactus/form.cfm", "office": "2369 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NJ", "party": "Republican", "district": 11, "url": "http://frelinghuysen.house.gov", "address": "2306 Rayburn HOB; Washington DC 20515-3011", "phone": "202-225-5034", "fax": "202-225-3186", "contact_form": "https://frelinghuysenforms.house.gov/contact-form", "office": "2306 Rayburn House Office Building", "rss_url": "http://frelinghuysen.house.gov/common/rss/?rss=3"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NJ", "party": "Republican", "district": 11, "url": "http://frelinghuysen.house.gov", "address": "2306 Rayburn HOB; Washington DC 20515-3011", "phone": "202-225-5034", "fax": "202-225-3186", "contact_form": "https://frelinghuysenforms.house.gov/contact-form", "office": "2306 Rayburn House Office Building", "rss_url": "http://frelinghuysen.house.gov/common/rss/?rss=3"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NJ", "district": 11, "party": "Republican", "phone": "202-225-5034", "url": "https://frelinghuysen.house.gov", "rss_url": "http://frelinghuysen.house.gov/common/rss/?rss=3", "address": "2306 Rayburn HOB; Washington DC 20515-3011", "office": "2306 Rayburn House Office Building", "fax": "202-225-3186"}], "family": [{"name": "Peter Hood Ballantine Frelinghuysen Jr.", "relation": "son"}, {"name": "Frederick Frelinghuysen", "relation": "great great grandson"}, {"name": "Theodore Frelinghuysen", "relation": "great great great nephew"}]}, {"id": {"bioguide": "F000455", "thomas": "01895", "govtrack": 412327, "opensecrets": "N00030490", "votesmart": 110640, "fec": ["H8OH11141"], "cspan": 1030928, "house_history": 13557, "wikipedia": "Marcia Fudge", "ballotpedia": "Marcia L. Fudge", "maplight": 809, "icpsr": 20941, "wikidata": "Q461746", "google_entity_id": "kg:/m/04n11v9"}, "name": {"first": "Marcia", "last": "Fudge", "official_full": "Marcia L. Fudge", "middle": "L."}, "bio": {"gender": "F", "birthday": "1952-10-29"}, "terms": [{"type": "rep", "start": "2008-11-19", "end": "2009-01-03", "state": "OH", "district": 11, "party": "Democrat", "url": "http://fudge.house.gov/"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 11, "party": "Democrat", "url": "http://fudge.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 11, "party": "Democrat", "url": "http://fudge.house.gov/", "address": "1019 Longworth HOB; Washington DC 20515-3511", "phone": "202-225-7032", "fax": "202-225-1339", "contact_form": "https://forms.house.gov/fudge/contact-form.shtml", "office": "1019 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Democrat", "district": 11, "url": "http://fudge.house.gov", "address": "2344 Rayburn HOB; Washington DC 20515-3511", "phone": "202-225-7032", "fax": "202-225-1339", "contact_form": "https://fudgeforms.house.gov/contact-form", "office": "2344 Rayburn House Office Building", "rss_url": "http://fudge.house.gov/common/rss//index.cfm?rss=25"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OH", "party": "Democrat", "district": 11, "url": "http://fudge.house.gov", "address": "2344 Rayburn HOB; Washington DC 20515-3511", "phone": "202-225-7032", "fax": "202-225-1339", "contact_form": "https://fudgeforms.house.gov/contact-form", "office": "2344 Rayburn House Office Building", "rss_url": "http://fudge.house.gov/common/rss//index.cfm?rss=25"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 11, "party": "Democrat", "phone": "202-225-7032", "url": "https://fudge.house.gov", "rss_url": "http://fudge.house.gov/common/rss//index.cfm?rss=25", "address": "2344 Rayburn HOB; Washington DC 20515-3511", "office": "2344 Rayburn House Office Building", "fax": "202-225-1339"}]}, {"id": {"bioguide": "G000559", "thomas": "01973", "govtrack": 412382, "opensecrets": "N00030856", "votesmart": 29664, "fec": ["H0CA10149"], "cspan": 18413, "wikipedia": "John Garamendi", "house_history": 14276, "maplight": 1209, "icpsr": 20958, "wikidata": "Q1340268", "google_entity_id": "kg:/m/05fvls"}, "name": {"first": "John", "last": "Garamendi", "official_full": "John Garamendi"}, "bio": {"birthday": "1945-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-11-03", "end": "2011-01-03", "state": "CA", "district": 10, "party": "Democrat", "url": "http://garamendi.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 10, "party": "Democrat", "url": "http://garamendi.house.gov/", "address": "228 Cannon HOB; Washington DC 20515-0510", "phone": "202-225-1880", "fax": "202-225-5914", "contact_form": "http://garamendi.house.gov/contact/email-me.shtml", "office": "228 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 3, "url": "http://garamendi.house.gov", "address": "2438 Rayburn HOB; Washington DC 20515-0503", "phone": "202-225-1880", "fax": "202-225-5914", "contact_form": "https://garamendi.house.gov/contact-me/email-me", "office": "2438 Rayburn House Office Building", "rss_url": "http://garamendi.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 3, "url": "http://garamendi.house.gov", "address": "2438 Rayburn HOB; Washington DC 20515-0503", "phone": "202-225-1880", "fax": "202-225-5914", "contact_form": "https://garamendi.house.gov/contact-me/email-me", "office": "2438 Rayburn House Office Building", "rss_url": "http://garamendi.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 3, "party": "Democrat", "phone": "202-225-1880", "url": "http://garamendi.house.gov", "rss_url": "http://garamendi.house.gov/rss.xml", "address": "2438 Rayburn HOB; Washington DC 20515-0503", "office": "2438 Rayburn House Office Building", "fax": "202-225-5914"}]}, {"id": {"bioguide": "G000562", "thomas": "01998", "govtrack": 412406, "opensecrets": "N00030780", "votesmart": 30004, "fec": ["H0CO04122", "S4CO00395"], "cspan": 623308, "wikipedia": "Cory Gardner", "house_history": 14279, "ballotpedia": "Cory Gardner", "maplight": 1418, "icpsr": 21112, "lis": "S377", "wikidata": "Q1135774", "google_entity_id": "kg:/m/0czd33q"}, "name": {"first": "Cory", "last": "Gardner", "official_full": "Cory Gardner"}, "bio": {"birthday": "1974-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CO", "district": 4, "party": "Republican", "url": "http://gardner.house.gov/", "address": "213 Cannon HOB; Washington DC 20515-0604", "phone": "202-225-4676", "office": "213 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CO", "party": "Republican", "district": 4, "url": "http://gardner.house.gov", "address": "213 Cannon HOB; Washington DC 20515-0604", "phone": "202-225-4676", "office": "213 Cannon House Office Building", "rss_url": "http://gardner.house.gov/rss.xml", "contact_form": "https://gardner.house.gov/contact-me", "fax": "202-225-5870"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "CO", "class": 2, "state_rank": "junior", "party": "Republican", "url": "https://www.gardner.senate.gov", "address": "354 Russell Senate Office Building Washington DC 20510", "office": "354 Russell Senate Office Building", "phone": "202-224-5941", "contact_form": "https://www.gardner.senate.gov/contact-cory/email-cory", "fax": "202-225-5870"}]}, {"id": {"bioguide": "G000563", "thomas": "02049", "govtrack": 412463, "opensecrets": "N00031128", "votesmart": 45466, "fec": ["H0OH18077"], "cspan": 1033844, "wikipedia": "Bob Gibbs", "house_history": 14280, "ballotpedia": "Bob Gibbs", "maplight": 1469, "icpsr": 21165, "wikidata": "Q887945", "google_entity_id": "kg:/m/07qwv4"}, "name": {"first": "Bob", "last": "Gibbs", "official_full": "Bob Gibbs"}, "bio": {"birthday": "1954-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 18, "party": "Republican", "url": "http://gibbs.house.gov/", "address": "329 Cannon HOB; Washington DC 20515-3518", "phone": "202-225-6265", "fax": "202-225-3394", "office": "329 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Republican", "district": 7, "url": "http://gibbs.house.gov", "address": "329 Cannon HOB; Washington DC 20515-3507", "phone": "202-225-6265", "fax": "202-225-3394", "office": "329 Cannon House Office Building", "rss_url": "http://gibbs.house.gov/rss.xml", "contact_form": "https://gibbs.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OH", "party": "Republican", "district": 7, "url": "http://gibbs.house.gov", "address": "329 Cannon HOB; Washington DC 20515-3507", "phone": "202-225-6265", "fax": "202-225-3394", "office": "329 Cannon House Office Building", "rss_url": "http://gibbs.house.gov/rss.xml", "contact_form": "https://gibbs.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 7, "party": "Republican", "phone": "202-225-6265", "url": "https://gibbs.house.gov", "rss_url": "http://gibbs.house.gov/rss.xml", "address": "2446 Rayburn HOB; Washington DC 20515-3507", "office": "2446 Rayburn House Office Building", "fax": "202-225-3394"}]}, {"id": {"bioguide": "G000552", "thomas": "01801", "govtrack": 400651, "opensecrets": "N00026148", "votesmart": 50029, "fec": ["H4TX04039"], "cspan": 1011394, "wikipedia": "Louie Gohmert", "house_history": 14263, "ballotpedia": "Louie Gohmert", "maplight": 656, "icpsr": 20527, "wikidata": "Q532647", "google_entity_id": "kg:/m/0490h9"}, "name": {"first": "Louie", "middle": "B.", "last": "Gohmert", "suffix": "Jr.", "official_full": "Louie Gohmert"}, "bio": {"birthday": "1953-08-18", "gender": "M", "religion": "Unknown"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 1, "party": "Republican", "url": "http://gohmert.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 1, "party": "Republican", "url": "http://gohmert.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 1, "party": "Republican", "url": "http://gohmert.house.gov", "address": "2440 Rayburn HOB; Washington DC 20515-4301", "phone": "202-225-3035", "fax": "202-226-1230", "contact_form": "http://gohmert.house.gov/contact_louie.htm", "office": "2440 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 1, "url": "http://gohmert.house.gov", "address": "2243 Rayburn HOB; Washington DC 20515-4301", "phone": "202-225-3035", "fax": "202-226-1230", "contact_form": "http://gohmert.house.gov/contact/", "office": "2243 Rayburn House Office Building", "rss_url": "http://gohmert.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 1, "url": "http://gohmert.house.gov", "address": "2243 Rayburn HOB; Washington DC 20515-4301", "phone": "202-225-3035", "fax": "202-226-1230", "contact_form": "http://gohmert.house.gov/contact/", "office": "2243 Rayburn House Office Building", "rss_url": "http://gohmert.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 1, "party": "Republican", "phone": "202-225-3035", "url": "https://gohmert.house.gov", "rss_url": "http://gohmert.house.gov/news/rss.aspx", "address": "2243 Rayburn HOB; Washington DC 20515-4301", "office": "2243 Rayburn House Office Building", "fax": "202-226-1230"}]}, {"id": {"bioguide": "G000289", "thomas": "00446", "govtrack": 400154, "opensecrets": "N00009154", "votesmart": 27116, "fec": ["H2VA06115"], "cspan": 27025, "wikipedia": "Bob Goodlatte", "house_history": 13929, "ballotpedia": "Bob Goodlatte", "maplight": 262, "icpsr": 39308, "wikidata": "Q887952", "google_entity_id": "kg:/m/0284s7"}, "name": {"first": "Bob", "middle": "W.", "last": "Goodlatte", "official_full": "Bob Goodlatte"}, "bio": {"birthday": "1952-09-22", "gender": "M", "religion": "Christian Scientist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "VA", "district": 6, "party": "Republican", "url": "http://www.house.gov/goodlatte"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "VA", "district": 6, "party": "Republican", "url": "http://www.house.gov/goodlatte"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "VA", "district": 6, "party": "Republican", "url": "http://www.house.gov/goodlatte"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "VA", "district": 6, "party": "Republican", "url": "http://www.house.gov/goodlatte"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "VA", "district": 6, "party": "Republican", "url": "http://www.house.gov/goodlatte", "address": "2240 Rayburn HOB; Washington DC 20515-4606", "phone": "202-225-5431", "fax": "202-225-9681", "contact_form": "http://www.house.gov/goodlatte/emailbob.htm", "office": "2240 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "VA", "party": "Republican", "district": 6, "url": "http://goodlatte.house.gov", "address": "2309 Rayburn HOB; Washington DC 20515-4606", "phone": "202-225-5431", "fax": "202-225-9681", "contact_form": "http://goodlatte.house.gov/contacts/new", "office": "2309 Rayburn House Office Building", "rss_url": "http://goodlatte.house.gov/press_releases.rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "VA", "party": "Republican", "district": 6, "url": "http://goodlatte.house.gov", "address": "2309 Rayburn HOB; Washington DC 20515-4606", "phone": "202-225-5431", "fax": "202-225-9681", "contact_form": "http://goodlatte.house.gov/contacts/new", "office": "2309 Rayburn House Office Building", "rss_url": "http://goodlatte.house.gov/press_releases.rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "VA", "district": 6, "party": "Republican", "phone": "202-225-5431", "url": "https://goodlatte.house.gov", "rss_url": "http://goodlatte.house.gov/press_releases.rss", "address": "2309 Rayburn HOB; Washington DC 20515-4606", "office": "2309 Rayburn House Office Building", "fax": "202-225-9681"}]}, {"id": {"bioguide": "G000565", "thomas": "01992", "govtrack": 412397, "opensecrets": "N00030771", "votesmart": 123491, "fec": ["H0AZ01259"], "cspan": 62470, "wikipedia": "Paul Gosar", "house_history": 14283, "ballotpedia": "Paul Gosar", "maplight": 1411, "icpsr": 21103, "wikidata": "Q2059832", "google_entity_id": "kg:/m/0czdqz0"}, "name": {"first": "Paul", "last": "Gosar", "official_full": "Paul A. Gosar", "middle": "A."}, "bio": {"birthday": "1958-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AZ", "district": 1, "party": "Republican", "url": "http://gosar.house.gov/", "address": "504 Cannon HOB; Washington DC 20515-0301", "phone": "202-225-2315", "fax": "200-226-9739", "office": "504 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AZ", "party": "Republican", "district": 4, "url": "http://gosar.house.gov", "address": "504 Cannon HOB; Washington DC 20515-0304", "phone": "202-225-2315", "fax": "202-226-9739", "office": "504 Cannon House Office Building", "rss_url": "http://gosar.house.gov/rss.xml", "contact_form": "https://gosar.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AZ", "party": "Republican", "district": 4, "url": "http://gosar.house.gov", "address": "504 Cannon HOB; Washington DC 20515-0304", "phone": "202-225-2315", "fax": "202-226-9739", "office": "504 Cannon House Office Building", "rss_url": "http://gosar.house.gov/rss.xml", "contact_form": "https://gosar.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AZ", "district": 4, "party": "Republican", "phone": "202-225-2315", "url": "http://gosar.house.gov", "rss_url": "http://gosar.house.gov/rss.xml", "address": "2057 Rayburn HOB; Washington DC 20515-0304", "office": "2057 Rayburn House Office Building", "fax": "202-226-9739"}]}, {"id": {"bioguide": "G000566", "thomas": "02058", "govtrack": 412473, "opensecrets": "N00030880", "votesmart": 121782, "fec": ["H0SC04257"], "cspan": 9268950, "wikipedia": "Trey Gowdy", "house_history": 14284, "ballotpedia": "Trey Gowdy", "maplight": 1478, "icpsr": 21175, "wikidata": "Q1822266", "google_entity_id": "kg:/m/0c3x3rz"}, "name": {"first": "Trey", "last": "Gowdy", "official_full": "Trey Gowdy"}, "bio": {"birthday": "1964-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "SC", "district": 4, "party": "Republican", "url": "http://gowdy.house.gov/", "address": "1237 Longworth HOB; Washington DC 20515-4004", "phone": "202-225-6030", "fax": "202-226-1177", "office": "1237 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "SC", "party": "Republican", "district": 4, "url": "http://gowdy.house.gov", "address": "1404 Longworth HOB; Washington DC 20515-4004", "phone": "202-225-6030", "fax": "202-226-1177", "office": "1404 Longworth House Office Building", "rss_url": "http://gowdy.house.gov/news/rss.aspx", "contact_form": "https://gowdy.house.gov/forms/writeyourrep/default.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "SC", "party": "Republican", "district": 4, "url": "https://gowdy.house.gov", "address": "1404 Longworth HOB; Washington DC 20515-4004", "phone": "202-225-6030", "fax": "202-226-1177", "office": "1404 Longworth House Office Building", "rss_url": "http://gowdy.house.gov/news/rss.aspx", "contact_form": "https://gowdy.house.gov/forms/writeyourrep/default.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "SC", "district": 4, "party": "Republican", "phone": "202-225-6030", "url": "https://gowdy.house.gov", "rss_url": "http://gowdy.house.gov/news/rss.aspx", "address": "2418 Rayburn HOB; Washington DC 20515-4004", "office": "2418 Rayburn House Office Building", "fax": "202-226-1177"}]}, {"id": {"bioguide": "G000377", "thomas": "01487", "govtrack": 400157, "opensecrets": "N00008799", "votesmart": 334, "fec": ["H6TX12060"], "cspan": 45709, "wikipedia": "Kay Granger", "house_history": 14039, "maplight": 264, "icpsr": 29762, "wikidata": "Q468807", "google_entity_id": "kg:/m/03tndx"}, "name": {"first": "Kay", "last": "Granger", "official_full": "Kay Granger"}, "bio": {"birthday": "1943-01-18", "gender": "F", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 12, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 12, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 12, "party": "Republican", "url": "http://kaygranger.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 12, "party": "Republican", "url": "http://kaygranger.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 12, "party": "Republican", "url": "http://kaygranger.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 12, "party": "Republican", "url": "http://kaygranger.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 12, "party": "Republican", "url": "http://kaygranger.house.gov", "address": "320 Cannon HOB; Washington DC 20515-4312", "phone": "202-225-5071", "fax": "202-225-5683", "contact_form": "http://kaygranger.house.gov/?sectionid=46&sectiontree=46", "office": "320 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 12, "url": "http://kaygranger.house.gov", "address": "1026 Longworth HOB; Washington DC 20515-4312", "phone": "202-225-5071", "fax": "202-225-5683", "contact_form": "http://kaygranger.house.gov/contact-kay/email-me", "office": "1026 Longworth House Office Building", "rss_url": "http://kaygranger.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 12, "url": "http://kaygranger.house.gov", "address": "1026 Longworth HOB; Washington DC 20515-4312", "phone": "202-225-5071", "fax": "202-225-5683", "contact_form": "http://kaygranger.house.gov/contact-kay/email-me", "office": "1026 Longworth House Office Building", "rss_url": "http://kaygranger.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 12, "party": "Republican", "phone": "202-225-5071", "url": "http://kaygranger.house.gov", "rss_url": "http://kaygranger.house.gov/rss.xml", "address": "1026 Longworth HOB; Washington DC 20515-4312", "office": "1026 Longworth House Office Building", "fax": "202-225-5683"}]}, {"id": {"bioguide": "G000386", "thomas": "00457", "lis": "S153", "govtrack": 300048, "opensecrets": "N00001758", "votesmart": 53293, "icpsr": 14226, "fec": ["S0IA00028"], "cspan": 1167, "wikipedia": "Chuck Grassley", "house_history": 14050, "ballotpedia": "Chuck Grassley", "maplight": 570, "wikidata": "Q529294", "google_entity_id": "kg:/m/020ymy"}, "name": {"first": "Charles", "middle": "E.", "last": "Grassley", "nickname": "Chuck", "official_full": "Chuck Grassley"}, "bio": {"birthday": "1933-09-17", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "IA", "class": 3, "party": "Republican", "url": "http://grassley.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "IA", "class": 3, "party": "Republican", "url": "http://grassley.senate.gov"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "IA", "class": 3, "party": "Republican", "url": "http://www.grassley.senate.gov", "address": "135 Hart Senate Office Building Washington DC 20510", "phone": "202-224-3744", "fax": "202-224-6020", "contact_form": "http://www.grassley.senate.gov/constituents/questions-and-comments", "office": "135 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://grassley.senate.gov/customcf/rss_feed.cfm"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "IA", "class": 3, "state_rank": "senior", "party": "Republican", "url": "http://www.grassley.senate.gov", "rss_url": "http://grassley.senate.gov/customcf/rss_feed.cfm", "address": "135 Hart Senate Office Building Washington DC 20510", "office": "135 Hart Senate Office Building", "phone": "202-224-3744", "contact_form": "http://www.grassley.senate.gov/contact", "fax": "202-224-6020"}]}, {"id": {"bioguide": "G000546", "thomas": "01656", "govtrack": 400158, "opensecrets": "N00013323", "votesmart": 9425, "fec": ["H0MO06073"], "cspan": 89873, "wikipedia": "Sam Graves", "house_history": 14251, "maplight": 265, "icpsr": 20124, "wikidata": "Q465638", "google_entity_id": "kg:/m/03tnfy"}, "name": {"first": "Sam", "middle": "B.", "last": "Graves", "official_full": "Sam Graves"}, "bio": {"birthday": "1963-11-07", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MO", "district": 6, "party": "Republican", "url": "http://www.house.gov/graves"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MO", "district": 6, "party": "Republican", "url": "http://www.house.gov/graves"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MO", "district": 6, "party": "Republican", "url": "http://www.house.gov/graves"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MO", "district": 6, "party": "Republican", "url": "http://www.house.gov/graves"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MO", "district": 6, "party": "Republican", "url": "http://www.house.gov/graves", "address": "1415 Longworth HOB; Washington DC 20515-2506", "phone": "202-225-7041", "fax": "202-225-8221", "contact_form": "http://www.house.gov/graves/contact.shtml", "office": "1415 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MO", "party": "Republican", "district": 6, "url": "http://graves.house.gov", "address": "1415 Longworth HOB; Washington DC 20515-2506", "phone": "202-225-7041", "fax": "202-225-8221", "contact_form": "https://gravesforms.house.gov/email-sam", "office": "1415 Longworth House Office Building", "rss_url": "http://graves.house.gov/common/rss/index.cfm?rss=25"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MO", "party": "Republican", "district": 6, "url": "https://graves.house.gov", "address": "1415 Longworth HOB; Washington DC 20515-2506", "phone": "202-225-7041", "fax": "202-225-8221", "contact_form": "https://gravesforms.house.gov/email-sam", "office": "1415 Longworth House Office Building", "rss_url": "http://graves.house.gov/common/rss/index.cfm?rss=25"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MO", "district": 6, "party": "Republican", "phone": "202-225-7041", "url": "https://graves.house.gov", "rss_url": "http://graves.house.gov/common/rss/index.cfm?rss=25", "address": "1135 Longworth HOB; Washington DC 20515-2506", "office": "1135 Longworth House Office Building", "fax": "202-225-8221"}]}, {"id": {"bioguide": "G000560", "thomas": "01979", "govtrack": 412388, "opensecrets": "N00030788", "votesmart": 31969, "fec": ["H0GA09030"], "cspan": 11519, "wikipedia": "Tom Graves", "house_history": 14278, "ballotpedia": "Tom Graves", "maplight": 1369, "icpsr": 20962, "wikidata": "Q1647301", "google_entity_id": "kg:/m/0c02hpl"}, "name": {"first": "Tom", "last": "Graves", "official_full": "Tom Graves"}, "bio": {"birthday": "1970-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "2010-06-08", "end": "2011-01-03", "state": "GA", "district": 9, "party": "Republican", "url": "http://tomgraves.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "GA", "district": 9, "party": "Republican", "url": "http://tomgraves.house.gov/", "address": "1113 Longworth HOB; Washington DC 20515-1010", "phone": "202-225-5211", "fax": "202-225-8272", "contact_form": "http://tomgraves.house.gov/contact/", "office": "1113 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "GA", "party": "Republican", "district": 14, "url": "http://tomgraves.house.gov", "address": "432 Cannon HOB; Washington DC 20515-1014", "phone": "202-225-5211", "fax": "202-225-8272", "contact_form": "http://tomgraves.house.gov/contact/", "office": "432 Cannon House Office Building", "rss_url": "http://tomgraves.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "GA", "party": "Republican", "district": 14, "url": "http://tomgraves.house.gov", "address": "2442 Rayburn HOB; Washington DC 20515-1014", "phone": "202-225-5211", "fax": "202-225-8272", "contact_form": "http://tomgraves.house.gov/contact/", "office": "2442 Rayburn House Office Building", "rss_url": "http://tomgraves.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "GA", "district": 14, "party": "Republican", "phone": "202-225-5211", "url": "http://tomgraves.house.gov", "rss_url": "http://tomgraves.house.gov/news/rss.aspx", "address": "2078 Rayburn HOB; Washington DC 20515-1014", "office": "2078 Rayburn House Office Building", "fax": "202-225-8272"}]}, {"id": {"bioguide": "G000553", "thomas": "01803", "govtrack": 400653, "opensecrets": "N00026686", "votesmart": 49680, "fec": ["H4TX09095"], "cspan": 1012969, "wikipedia": "Al Green (politician)", "house_history": 14265, "ballotpedia": "Al Green", "maplight": 658, "icpsr": 20529, "wikidata": "Q749039", "google_entity_id": "kg:/m/02kn0_"}, "name": {"first": "Al", "last": "Green", "official_full": "Al Green"}, "bio": {"birthday": "1947-09-01", "gender": "M", "religion": "Unknown"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 9, "party": "Democrat", "url": "http://www.house.gov/algreen"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 9, "party": "Democrat", "url": "http://www.house.gov/algreen"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 9, "party": "Democrat", "url": "http://www.house.gov/algreen", "address": "2201 Rayburn HOB; Washington DC 20515-4309", "phone": "202-225-7508", "fax": "202-225-2947", "contact_form": "http://www.house.gov/writerep", "office": "2201 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Democrat", "district": 9, "url": "http://algreen.house.gov", "address": "2201 Rayburn HOB; Washington DC 20515-4309", "phone": "202-225-7508", "fax": "202-225-2947", "contact_form": "https://algreen.house.gov/contact-me/email-me", "office": "2201 Rayburn House Office Building", "rss_url": "http://algreen.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Democrat", "district": 9, "url": "http://algreen.house.gov", "address": "2347 Rayburn HOB; Washington DC 20515-4309", "phone": "202-225-7508", "fax": "202-225-2947", "contact_form": "https://algreen.house.gov/contact-me/email-me", "office": "2347 Rayburn House Office Building", "rss_url": "http://algreen.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 9, "party": "Democrat", "phone": "202-225-7508", "url": "http://algreen.house.gov", "rss_url": "http://algreen.house.gov/rss.xml", "address": "2347 Rayburn HOB; Washington DC 20515-4309", "office": "2347 Rayburn House Office Building", "fax": "202-225-2947"}]}, {"id": {"bioguide": "G000410", "thomas": "00462", "govtrack": 400160, "opensecrets": "N00005870", "votesmart": 27100, "fec": ["H2TX29030"], "cspan": 26156, "wikipedia": "Gene Green", "house_history": 14085, "maplight": 266, "icpsr": 39304, "wikidata": "Q539587", "google_entity_id": "kg:/m/03v12k"}, "name": {"first": "Gene", "middle": "Eugene", "last": "Green", "official_full": "Gene Green"}, "bio": {"birthday": "1947-10-17", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 29, "party": "Democrat", "url": "http://www.house.gov/green"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 29, "party": "Democrat", "url": "http://www.house.gov/green"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 29, "party": "Democrat", "url": "http://www.house.gov/green"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 29, "party": "Democrat", "url": "http://www.house.gov/green"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 29, "party": "Democrat", "url": "http://www.house.gov/green", "address": "2470 Rayburn HOB; Washington DC 20515-4329", "phone": "202-225-1688", "fax": "202-225-9903", "contact_form": "http://www.house.gov/green/contact", "office": "2470 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Democrat", "district": 29, "url": "http://green.house.gov", "address": "2470 Rayburn HOB; Washington DC 20515-4329", "phone": "202-225-1688", "fax": "202-225-9903", "contact_form": "https://green.house.gov/contact-me/email-me", "office": "2470 Rayburn House Office Building", "rss_url": "http://green.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Democrat", "district": 29, "url": "https://green.house.gov", "address": "2470 Rayburn HOB; Washington DC 20515-4329", "phone": "202-225-1688", "fax": "202-225-9903", "contact_form": "https://green.house.gov/contact-me/email-me", "office": "2470 Rayburn House Office Building", "rss_url": "http://green.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 29, "party": "Democrat", "phone": "202-225-1688", "url": "https://green.house.gov", "rss_url": "http://green.house.gov/rss.xml", "address": "2470 Rayburn HOB; Washington DC 20515-4329", "office": "2470 Rayburn House Office Building", "fax": "202-225-9903"}]}, {"id": {"bioguide": "G000568", "thomas": "02070", "govtrack": 412485, "opensecrets": "N00032029", "votesmart": 5148, "fec": ["H0VA09055"], "cspan": 62766, "wikipedia": "Morgan Griffith", "house_history": 14288, "ballotpedia": "Morgan Griffith", "maplight": 1490, "icpsr": 21191, "wikidata": "Q1684857", "google_entity_id": "kg:/m/025vdrq"}, "name": {"first": "H.", "middle": "Morgan", "last": "Griffith", "official_full": "H. Morgan Griffith"}, "bio": {"birthday": "1958-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "VA", "district": 9, "party": "Republican", "url": "http://morgangriffith.house.gov/", "address": "1108 Longworth HOB; Washington DC 20515-4609", "phone": "202-225-3861", "fax": "202-225-0076", "office": "1108 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "VA", "party": "Republican", "district": 9, "url": "http://morgangriffith.house.gov", "address": "1108 Longworth HOB; Washington DC 20515-4609", "phone": "202-225-3861", "fax": "202-225-0076", "office": "1108 Longworth House Office Building", "rss_url": "http://morgangriffith.house.gov/news/rss.aspx", "contact_form": "https://morgangriffith.house.gov/contact/contactform.htm"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "VA", "party": "Republican", "district": 9, "url": "http://morgangriffith.house.gov", "address": "1108 Longworth HOB; Washington DC 20515-4609", "phone": "202-225-3861", "fax": "202-225-0076", "office": "1108 Longworth House Office Building", "rss_url": "http://morgangriffith.house.gov/news/rss.aspx", "contact_form": "https://morgangriffith.house.gov/contact/contactform.htm"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "VA", "district": 9, "party": "Republican", "phone": "202-225-3861", "url": "http://morgangriffith.house.gov", "rss_url": "http://morgangriffith.house.gov/news/rss.aspx", "address": "2202 Rayburn HOB; Washington DC 20515-4609", "office": "2202 Rayburn House Office Building", "fax": "202-225-0076"}]}, {"id": {"bioguide": "G000551", "thomas": "01708", "govtrack": 400162, "opensecrets": "N00025284", "votesmart": 28253, "fec": ["H2AZ07070"], "cspan": 1003551, "wikipedia": "Ra\u00fal Grijalva", "house_history": 14261, "ballotpedia": "Raul M. Grijalva", "maplight": 268, "icpsr": 20305, "wikidata": "Q946606", "google_entity_id": "kg:/m/024s1z"}, "name": {"first": "Ra\u00fal", "middle": "M.", "last": "Grijalva", "official_full": "Ra\u00fal M. Grijalva"}, "bio": {"birthday": "1948-02-19", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AZ", "district": 7, "party": "Democrat", "url": "http://www.house.gov/grijalva"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AZ", "district": 7, "party": "Democrat", "url": "http://www.house.gov/grijalva"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AZ", "district": 7, "party": "Democrat", "url": "http://www.house.gov/grijalva"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AZ", "district": 7, "party": "Democrat", "url": "http://www.house.gov/grijalva"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AZ", "district": 7, "party": "Democrat", "url": "http://www.house.gov/grijalva", "address": "1511 Longworth HOB; Washington DC 20515-0307", "phone": "202-225-2435", "fax": "202-225-1541", "contact_form": "http://grijalva.house.gov/?sectionid=49&sectiontree=2,49", "office": "1511 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AZ", "party": "Democrat", "district": 3, "url": "http://grijalva.house.gov", "address": "1511 Longworth HOB; Washington DC 20515-0303", "phone": "202-225-2435", "fax": "202-225-1541", "contact_form": "https://grijalvaforms.house.gov/email-raul", "office": "1511 Longworth House Office Building", "rss_url": "http://grijalva.house.gov/common/rss/?rss=13"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AZ", "party": "Democrat", "district": 3, "url": "http://grijalva.house.gov", "address": "1511 Longworth HOB; Washington DC 20515-0303", "phone": "202-225-2435", "fax": "202-225-1541", "contact_form": "https://grijalvaforms.house.gov/email-raul", "office": "1511 Longworth House Office Building", "rss_url": "http://grijalva.house.gov/common/rss/?rss=13"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AZ", "district": 3, "party": "Democrat", "phone": "202-225-2435", "url": "https://grijalva.house.gov", "rss_url": "http://grijalva.house.gov/common/rss/?rss=13", "address": "1511 Longworth HOB; Washington DC 20515-0303", "office": "1511 Longworth House Office Building", "fax": "202-225-1541"}]}, {"id": {"bioguide": "G000558", "thomas": "01922", "govtrack": 412278, "opensecrets": "N00029675", "votesmart": 18829, "fec": ["H8KY02031"], "cspan": 1031343, "wikipedia": "Brett Guthrie", "house_history": 14275, "ballotpedia": "Brett Guthrie", "maplight": 760, "icpsr": 20916, "wikidata": "Q910794", "google_entity_id": "kg:/m/0411qqt"}, "name": {"first": "Brett", "last": "Guthrie", "official_full": "Brett Guthrie"}, "bio": {"gender": "M", "birthday": "1964-02-18"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "KY", "district": 2, "party": "Republican", "url": "http://guthrie.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "KY", "district": 2, "party": "Republican", "url": "http://guthrie.house.gov", "address": "308 Cannon HOB; Washington DC 20515-1702", "phone": "202-225-3501", "fax": "202-226-2019", "contact_form": "https://forms.house.gov/guthrie/contact-form.shtml", "office": "308 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "KY", "party": "Republican", "district": 2, "url": "http://guthrie.house.gov", "address": "308 Cannon HOB; Washington DC 20515-1702", "phone": "202-225-3501", "fax": "202-226-2019", "contact_form": "http://brettguthrieforms.house.gov/contact/", "office": "308 Cannon House Office Building", "rss_url": "http://guthrie.house.gov/common/rss/?rss=24"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "KY", "party": "Republican", "district": 2, "url": "http://guthrie.house.gov", "address": "2434 Rayburn HOB; Washington DC 20515-1702", "phone": "202-225-3501", "fax": "202-226-2019", "contact_form": "http://brettguthrieforms.house.gov/contact/", "office": "2434 Rayburn House Office Building", "rss_url": "http://guthrie.house.gov/common/rss/?rss=24"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "KY", "district": 2, "party": "Republican", "phone": "202-225-3501", "url": "https://guthrie.house.gov", "rss_url": "http://guthrie.house.gov/common/rss/?rss=24", "address": "2434 Rayburn HOB; Washington DC 20515-1702", "office": "2434 Rayburn House Office Building", "fax": "202-226-2019"}]}, {"id": {"bioguide": "G000535", "thomas": "00478", "govtrack": 400163, "opensecrets": "N00004874", "votesmart": 26841, "fec": ["H2IL08039"], "cspan": 23476, "wikipedia": "Luis Guti\u00e9rrez", "house_history": 14235, "ballotpedia": "Luis V. Gutierrez", "maplight": 269, "icpsr": 29348, "wikidata": "Q718127", "google_entity_id": "kg:/m/0256d5"}, "name": {"first": "Luis", "middle": "V.", "last": "Guti\u00e9rrez", "official_full": "Luis V. Guti\u00e9rrez"}, "bio": {"birthday": "1953-12-10", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 4, "party": "Democrat", "url": "http://www.house.gov/gutierrez"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 4, "party": "Democrat", "url": "http://www.house.gov/gutierrez"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 4, "party": "Democrat", "url": "http://www.house.gov/gutierrez"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 4, "party": "Democrat", "url": "http://www.house.gov/gutierrez"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 4, "party": "Democrat", "url": "http://www.house.gov/gutierrez", "address": "2266 Rayburn HOB; Washington DC 20515-1304", "phone": "202-225-8203", "fax": "202-225-7810", "contact_form": "http://www.house.gov/writerep", "office": "2266 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Democrat", "district": 4, "url": "http://gutierrez.house.gov", "address": "2408 Rayburn HOB; Washington DC 20515-1304", "phone": "202-225-8203", "fax": "202-225-7810", "contact_form": "http://gutierrezforms.house.gov/contact/", "office": "2408 Rayburn House Office Building", "rss_url": "http://gutierrez.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "party": "Democrat", "district": 4, "url": "http://gutierrez.house.gov", "address": "2408 Rayburn HOB; Washington DC 20515-1304", "phone": "202-225-8203", "fax": "202-225-7810", "contact_form": "http://gutierrezforms.house.gov/contact/", "office": "2408 Rayburn House Office Building", "rss_url": "http://gutierrez.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 4, "party": "Democrat", "phone": "202-225-8203", "url": "https://gutierrez.house.gov", "rss_url": "http://gutierrez.house.gov/rss.xml", "address": "2408 Rayburn HOB; Washington DC 20515-1304", "office": "2408 Rayburn House Office Building", "fax": "202-225-7810"}]}, {"id": {"bioguide": "H001045", "thomas": "01933", "govtrack": 412280, "opensecrets": "N00029632", "votesmart": 101985, "fec": ["H8MS03067"], "cspan": 1031347, "wikipedia": "Gregg Harper", "house_history": 15586, "maplight": 762, "icpsr": 20925, "wikidata": "Q1545023", "google_entity_id": "kg:/m/0406s7r"}, "name": {"first": "Gregg", "last": "Harper", "official_full": "Gregg Harper"}, "bio": {"birthday": "1956-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MS", "district": 3, "party": "Republican", "url": "http://harper.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MS", "district": 3, "party": "Republican", "url": "http://harper.house.gov", "address": "307 Cannon HOB; Washington DC 20515-2403", "phone": "202-225-5031", "fax": "202-225-5797", "contact_form": "http://harper.house.gov/contact/", "office": "307 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MS", "party": "Republican", "district": 3, "url": "http://harper.house.gov", "address": "307 Cannon HOB; Washington DC 20515-2403", "phone": "202-225-5031", "fax": "202-225-5797", "contact_form": "https://harperforms.house.gov/forms/writeyourrep/", "office": "307 Cannon House Office Building", "rss_url": "http://harper.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MS", "party": "Republican", "district": 3, "url": "http://harper.house.gov", "address": "307 Cannon HOB; Washington DC 20515-2403", "phone": "202-225-5031", "fax": "202-225-5797", "contact_form": "https://harperforms.house.gov/forms/writeyourrep/", "office": "307 Cannon House Office Building", "rss_url": "http://harper.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MS", "district": 3, "party": "Republican", "phone": "202-225-5031", "url": "http://harper.house.gov", "rss_url": "http://harper.house.gov/rss.xml", "address": "2227 Rayburn HOB; Washington DC 20515-2403", "office": "2227 Rayburn House Office Building", "fax": "202-225-5797"}]}, {"id": {"bioguide": "H001052", "thomas": "02026", "govtrack": 412434, "opensecrets": "N00029147", "votesmart": 19157, "fec": ["H8MD01094"], "cspan": 1033464, "wikipedia": "Andy Harris (politician)", "house_history": 15599, "maplight": 1445, "icpsr": 21139, "wikidata": "Q506639", "google_entity_id": "kg:/m/02852wc"}, "name": {"first": "Andy", "last": "Harris", "official_full": "Andy Harris"}, "bio": {"birthday": "1957-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MD", "district": 1, "party": "Republican", "url": "http://harris.house.gov/", "address": "506 Cannon HOB; Washington DC 20515-2001", "phone": "202-225-5311", "fax": "202-225-0254", "office": "506 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MD", "party": "Republican", "district": 1, "url": "http://harris.house.gov", "address": "1533 Longworth HOB; Washington DC 20515-2001", "phone": "202-225-5311", "fax": "202-225-0254", "office": "1533 Longworth House Office Building", "rss_url": "http://harris.house.gov/rss.xml", "contact_form": "https://harris.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MD", "party": "Republican", "district": 1, "url": "http://harris.house.gov", "address": "1533 Longworth HOB; Washington DC 20515-2001", "phone": "202-225-5311", "fax": "202-225-0254", "office": "1533 Longworth House Office Building", "rss_url": "http://harris.house.gov/rss.xml", "contact_form": "https://harris.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MD", "district": 1, "party": "Republican", "phone": "202-225-5311", "url": "http://harris.house.gov", "rss_url": "http://harris.house.gov/rss.xml", "address": "1533 Longworth HOB; Washington DC 20515-2001", "office": "1533 Longworth House Office Building", "fax": "202-225-0254"}]}, {"id": {"bioguide": "H001053", "thomas": "02032", "govtrack": 412444, "opensecrets": "N00031005", "votesmart": 8783, "fec": ["H0MO04086"], "cspan": 95050, "wikipedia": "Vicky Hartzler", "house_history": 15601, "ballotpedia": "Vicky Hartzler", "maplight": 1454, "icpsr": 21149, "wikidata": "Q375389", "google_entity_id": "kg:/m/09v2dv4"}, "name": {"first": "Vicky", "last": "Hartzler", "official_full": "Vicky Hartzler"}, "bio": {"birthday": "1960-10-13", "gender": "F"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MO", "district": 4, "party": "Republican", "url": "http://hartzler.house.gov/", "address": "1023 Longworth HOB; Washington DC 20515-2504", "phone": "202-225-2876", "fax": "202-225-2695", "office": "1023 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MO", "party": "Republican", "district": 4, "url": "http://hartzler.house.gov", "address": "1023 Longworth HOB; Washington DC 20515-2504", "phone": "202-225-2876", "fax": "202-225-0148", "office": "1023 Longworth House Office Building", "rss_url": "http://hartzler.house.gov/rss.xml", "contact_form": "https://hartzler.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MO", "party": "Republican", "district": 4, "url": "http://hartzler.house.gov", "address": "2235 Rayburn HOB; Washington DC 20515-2504", "phone": "202-225-2876", "fax": "202-225-0148", "office": "2235 Rayburn House Office Building", "rss_url": "http://hartzler.house.gov/rss.xml", "contact_form": "https://hartzler.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MO", "district": 4, "party": "Republican", "phone": "202-225-2876", "url": "https://hartzler.house.gov", "rss_url": "http://hartzler.house.gov/rss.xml", "address": "2235 Rayburn HOB; Washington DC 20515-2504", "office": "2235 Rayburn House Office Building", "fax": "202-225-0148"}]}, {"id": {"bioguide": "H000324", "thomas": "00511", "govtrack": 400170, "opensecrets": "N00002884", "votesmart": 26798, "fec": ["H2FL23021"], "cspan": 1858, "wikipedia": "Alcee Hastings", "house_history": 14683, "ballotpedia": "Alcee L. Hastings", "maplight": 276, "icpsr": 29337, "wikidata": "Q1758631", "google_entity_id": "kg:/m/02534d"}, "name": {"first": "Alcee", "middle": "L.", "last": "Hastings", "official_full": "Alcee L. Hastings"}, "bio": {"birthday": "1936-09-05", "gender": "M", "religion": "African Methodist Episcopal"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 23, "party": "Democrat", "url": "http://www.house.gov/alceehastings"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 23, "party": "Democrat", "url": "http://www.house.gov/alceehastings"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 23, "party": "Democrat", "url": "http://alceehastings.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 23, "party": "Democrat", "url": "http://alceehastings.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 23, "party": "Democrat", "url": "http://alceehastings.house.gov", "address": "2353 Rayburn HOB; Washington DC 20515-0923", "phone": "202-225-1313", "fax": "202-225-1171", "contact_form": "http://www.alceehastings.house.gov/index.php?option=com_content&task=view&id=104&Itemid=", "office": "2353 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Democrat", "district": 20, "url": "http://alceehastings.house.gov", "address": "2353 Rayburn HOB; Washington DC 20515-0920", "phone": "202-225-1313", "fax": "202-225-1171", "contact_form": "https://alceehastings.house.gov/forms/writeyourrep/?zip5=33407&zip4=3224", "office": "2353 Rayburn House Office Building", "rss_url": "http://www.alceehastings.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Democrat", "district": 20, "url": "http://alceehastings.house.gov", "address": "2353 Rayburn HOB; Washington DC 20515-0920", "phone": "202-225-1313", "fax": "202-225-1171", "contact_form": "https://alceehastings.house.gov/forms/writeyourrep/?zip5=33407&zip4=3224", "office": "2353 Rayburn House Office Building", "rss_url": "http://www.alceehastings.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 20, "party": "Democrat", "phone": "202-225-1313", "url": "http://alceehastings.house.gov", "rss_url": "http://www.alceehastings.house.gov/news/rss.aspx", "address": "2353 Rayburn HOB; Washington DC 20515-0920", "office": "2353 Rayburn House Office Building", "fax": "202-225-1171"}]}, {"id": {"bioguide": "H001046", "thomas": "01937", "lis": "S359", "govtrack": 412281, "opensecrets": "N00029835", "votesmart": 74517, "fec": ["H8NM01224", "S2NM00088"], "cspan": 1030686, "wikipedia": "Martin Heinrich", "house_history": 15588, "ballotpedia": "Martin Heinrich", "maplight": 763, "icpsr": 20930, "wikidata": "Q565374", "google_entity_id": "kg:/m/02qkv0r"}, "name": {"first": "Martin", "last": "Heinrich", "official_full": "Martin Heinrich"}, "bio": {"gender": "M", "birthday": "1971-10-17"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NM", "district": 1, "party": "Democrat", "url": "http://heinrich.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NM", "district": 1, "party": "Democrat", "url": "http://heinrich.house.gov", "address": "336 Cannon HOB; Washington DC 20515-3101", "phone": "202-225-6316", "fax": "202-225-4975", "contact_form": "https://forms.house.gov/heinrich/contact-form.shtml", "office": "336 Cannon House Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "NM", "party": "Democrat", "class": 1, "url": "http://www.heinrich.senate.gov", "address": "303 Hart Senate Office Building Washington DC 20510", "phone": "202-224-5521", "fax": "202-225-4975", "contact_form": "http://www.heinrich.senate.gov/contact", "office": "303 Hart Senate Office Building", "state_rank": "junior"}]}, {"id": {"bioguide": "H001036", "thomas": "01749", "govtrack": 400175, "opensecrets": "N00024922", "votesmart": 49827, "fec": ["H2TX05121"], "cspan": 1003619, "wikipedia": "Jeb Hensarling", "house_history": 15568, "ballotpedia": "Jeb Hensarling", "maplight": 281, "icpsr": 20352, "wikidata": "Q538785", "google_entity_id": "kg:/m/0h23n6"}, "name": {"first": "Jeb", "last": "Hensarling", "official_full": "Jeb Hensarling"}, "bio": {"birthday": "1957-05-29", "gender": "M", "religion": "Christian"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 5, "party": "Republican", "url": "http://www.house.gov/hensarling"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 5, "party": "Republican", "url": "http://www.house.gov/hensarling"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 5, "party": "Republican", "url": "http://www.house.gov/hensarling"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 5, "party": "Republican", "url": "http://www.house.gov/hensarling"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 5, "party": "Republican", "url": "http://www.house.gov/hensarling", "address": "129 Cannon HOB; Washington DC 20515-4305", "phone": "202-225-3484", "fax": "202-226-4888", "contact_form": "http://www.house.gov/hensarling/contact_web.shtml", "office": "129 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 5, "url": "http://hensarling.house.gov", "address": "2228 Rayburn HOB; Washington DC 20515-4305", "phone": "202-225-3484", "fax": "202-226-4888", "contact_form": "https://hensarling.house.gov/contact/email-me", "office": "2228 Rayburn House Office Building", "rss_url": "http://hensarling.house.gov/atom.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 5, "url": "http://hensarling.house.gov", "address": "2228 Rayburn HOB; Washington DC 20515-4305", "phone": "202-225-3484", "fax": "202-226-4888", "contact_form": "https://hensarling.house.gov/contact/email-me", "office": "2228 Rayburn House Office Building", "rss_url": "http://hensarling.house.gov/atom.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 5, "party": "Republican", "phone": "202-225-3484", "url": "http://hensarling.house.gov", "rss_url": "http://hensarling.house.gov/atom.xml", "address": "2228 Rayburn HOB; Washington DC 20515-4305", "office": "2228 Rayburn House Office Building", "fax": "202-226-4888"}]}, {"id": {"bioguide": "H001056", "thomas": "02071", "govtrack": 412486, "opensecrets": "N00031559", "votesmart": 101907, "fec": ["H0WA03187"], "cspan": 95198, "wikipedia": "Jaime Herrera Beutler", "house_history": 15606, "maplight": 1491, "icpsr": 21187, "wikidata": "Q168592", "google_entity_id": "kg:/m/0cz8yx2"}, "name": {"first": "Jaime", "last": "Herrera Beutler", "official_full": "Jaime Herrera Beutler"}, "bio": {"birthday": "1978-11-03", "gender": "F"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WA", "district": 3, "party": "Republican", "url": "http://herrerabeutler.house.gov/", "address": "1130 Longworth HOB; Washington DC 20515-4703", "phone": "202-225-3536", "fax": "202-225-3478", "office": "1130 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WA", "party": "Republican", "district": 3, "url": "http://herrerabeutler.house.gov", "address": "1130 Longworth HOB; Washington DC 20515-4703", "phone": "202-225-3536", "fax": "202-225-3478", "office": "1130 Longworth House Office Building", "rss_url": "http://herrerabeutler.house.gov/news/rss.aspx", "contact_form": "http://herrerabeutler.house.gov/contact/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WA", "party": "Republican", "district": 3, "url": "http://herrerabeutler.house.gov", "address": "1130 Longworth HOB; Washington DC 20515-4703", "phone": "202-225-3536", "fax": "202-225-3478", "office": "1130 Longworth House Office Building", "rss_url": "http://herrerabeutler.house.gov/news/rss.aspx", "contact_form": "http://herrerabeutler.house.gov/contact/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WA", "district": 3, "party": "Republican", "phone": "202-225-3536", "url": "http://herrerabeutler.house.gov", "rss_url": "http://herrerabeutler.house.gov/news/rss.aspx", "address": "1107 Longworth HOB; Washington DC 20515-4703", "office": "1107 Longworth House Office Building", "fax": "202-225-3478"}]}, {"id": {"bioguide": "H001038", "thomas": "01794", "govtrack": 400641, "opensecrets": "N00027060", "votesmart": 23127, "fec": ["H4NY27076"], "cspan": 1013050, "house_history": 15572, "wikipedia": "Brian Higgins", "ballotpedia": "Brian Higgins", "maplight": 647, "icpsr": 20519, "wikidata": "Q505581", "google_entity_id": "kg:/m/04fc7g"}, "name": {"first": "Brian", "middle": "M.", "last": "Higgins", "official_full": "Brian Higgins"}, "bio": {"birthday": "1959-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 27, "party": "Democrat", "url": "http://www.house.gov/higgins"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 27, "party": "Democrat", "url": "http://www.house.gov/higgins"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 27, "party": "Democrat", "url": "http://www.house.gov/higgins", "address": "2459 Rayburn HOB; Washington DC 20515-3227", "phone": "202-225-3306", "fax": "202-226-0347", "contact_form": "http://higgins.house.gov/email.asp", "office": "2459 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 26, "url": "http://higgins.house.gov", "address": "2459 Rayburn HOB; Washington DC 20515-3226", "phone": "202-225-3306", "fax": "202-226-0347", "contact_form": "http://higgins.house.gov/contact/email-brian", "office": "2459 Rayburn House Office Building", "rss_url": "http://higgins.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 26, "url": "http://higgins.house.gov", "address": "2459 Rayburn HOB; Washington DC 20515-3226", "phone": "202-225-3306", "fax": "202-226-0347", "contact_form": "http://higgins.house.gov/contact/email-brian", "office": "2459 Rayburn House Office Building", "rss_url": "http://higgins.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 26, "party": "Democrat", "phone": "202-225-3306", "url": "http://higgins.house.gov", "rss_url": "http://higgins.house.gov/rss.xml", "address": "2459 Rayburn HOB; Washington DC 20515-3226", "office": "2459 Rayburn House Office Building", "fax": "202-226-0347"}]}, {"id": {"bioguide": "H001047", "thomas": "01913", "govtrack": 412282, "opensecrets": "N00029070", "votesmart": 106744, "fec": ["H8CT04172"], "cspan": 1031341, "wikipedia": "Jim Himes", "house_history": 15590, "ballotpedia": "Jim Himes", "maplight": 764, "icpsr": 20907, "wikidata": "Q1689111", "google_entity_id": "kg:/m/03w9x9v"}, "name": {"first": "James", "middle": "A.", "last": "Himes", "official_full": "James A. Himes"}, "bio": {"birthday": "1966-07-05", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CT", "district": 4, "party": "Democrat", "url": "http://himes.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CT", "district": 4, "party": "Democrat", "url": "http://himes.house.gov", "address": "119 Cannon HOB; Washington DC 20515-0704", "phone": "202-225-5541", "fax": "202-225-9629", "contact_form": "https://forms.house.gov/himes/contact-form.shtml", "office": "119 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CT", "party": "Democrat", "district": 4, "url": "http://himes.house.gov", "address": "119 Cannon HOB; Washington DC 20515-0704", "phone": "202-225-5541", "fax": "202-225-9629", "contact_form": "https://himes.house.gov/contact-me/email-me", "office": "119 Cannon House Office Building", "rss_url": "http://himes.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CT", "party": "Democrat", "district": 4, "url": "http://himes.house.gov", "address": "1227 Longworth HOB; Washington DC 20515-0704", "phone": "202-225-5541", "fax": "202-225-9629", "contact_form": "https://himes.house.gov/contact-me/email-me", "office": "1227 Longworth House Office Building", "rss_url": "http://himes.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CT", "district": 4, "party": "Democrat", "phone": "202-225-5541", "url": "https://himes.house.gov", "rss_url": "http://himes.house.gov/rss.xml", "address": "1227 Longworth HOB; Washington DC 20515-0704", "office": "1227 Longworth House Office Building", "fax": "202-225-9629"}]}, {"id": {"bioguide": "H001042", "thomas": "01844", "lis": "S361", "govtrack": 412200, "opensecrets": "N00028139", "votesmart": 1677, "fec": ["H6HI02251", "S2HI00106"], "cspan": 91216, "wikipedia": "Mazie Hirono", "house_history": 15580, "ballotpedia": "Mazie K. Hirono", "maplight": 687, "icpsr": 20713, "wikidata": "Q16476", "google_entity_id": "kg:/m/0357cd"}, "name": {"first": "Mazie", "middle": "K.", "last": "Hirono", "official_full": "Mazie K. Hirono"}, "bio": {"gender": "F", "birthday": "1947-11-03"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "HI", "district": 2, "party": "Democrat", "url": "http://hirono.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "HI", "district": 2, "party": "Democrat", "url": "http://hirono.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "HI", "district": 2, "party": "Democrat", "url": "http://hirono.house.gov", "address": "1410 Longworth HOB; Washington DC 20515-1102", "phone": "202-225-4906", "fax": "202-225-4987", "contact_form": "http://hirono.house.gov/IMA/issue_subscribe.htm", "office": "1410 Longworth House Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "HI", "party": "Democrat", "class": 1, "url": "https://www.hirono.senate.gov", "address": "730 Hart Senate Office Building Washington DC 20510", "phone": "202-224-6361", "fax": "202-225-4987", "contact_form": "https://www.hirono.senate.gov/contact", "office": "730 Hart Senate Office Building", "state_rank": "junior", "rss_url": "http://www.hirono.senate.gov/rss/feeds/?type=all"}]}, {"id": {"bioguide": "H001061", "thomas": "02079", "lis": "S344", "govtrack": 412494, "opensecrets": "N00031688", "votesmart": 41788, "fec": ["S0ND00093"], "cspan": 85233, "wikipedia": "John Hoeven", "ballotpedia": "John Hoeven", "maplight": 1499, "icpsr": 41107, "wikidata": "Q374762", "google_entity_id": "kg:/m/01qb45"}, "name": {"first": "John", "last": "Hoeven", "official_full": "John Hoeven"}, "bio": {"birthday": "1957-03-13", "gender": "M"}, "terms": [{"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "ND", "class": 3, "party": "Republican", "url": "https://www.hoeven.senate.gov", "address": "338 Russell Senate Office Building Washington DC 20510", "phone": "202-224-2551", "contact_form": "http://www.hoeven.senate.gov/public/index.cfm/email-the-senator", "office": "338 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.hoeven.senate.gov/public/index.cfm/rss/feed", "fax": "202-224-7999"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "ND", "class": 3, "state_rank": "senior", "party": "Republican", "url": "https://www.hoeven.senate.gov", "rss_url": "http://www.hoeven.senate.gov/public/index.cfm/rss/feed", "address": "338 Russell Senate Office Building Washington DC 20510", "office": "338 Russell Senate Office Building", "phone": "202-224-2551", "contact_form": "http://www.hoeven.senate.gov/public/index.cfm/email-the-senator", "fax": "202-224-7999"}]}, {"id": {"bioguide": "H000874", "thomas": "00566", "govtrack": 400189, "opensecrets": "N00001821", "votesmart": 26890, "icpsr": 14873, "fec": ["H2MD05155"], "cspan": 1919, "wikipedia": "Steny Hoyer", "house_history": 15365, "ballotpedia": "Steny Hoyer", "maplight": 293, "wikidata": "Q516515", "google_entity_id": "kg:/m/025k5p"}, "name": {"first": "Steny", "middle": "H.", "last": "Hoyer", "official_full": "Steny H. Hoyer"}, "bio": {"birthday": "1939-06-14", "gender": "M", "religion": "Baptist"}, "leadership_roles": [{"title": "Minority Whip", "chamber": "house", "start": "2003-01-07", "end": "2005-01-03"}, {"title": "Minority Whip", "chamber": "house", "start": "2005-01-04", "end": "2007-01-03"}, {"title": "Minority Whip", "chamber": "house", "start": "2011-01-05", "end": "2013-01-03"}, {"title": "Minority Whip", "chamber": "house", "start": "2013-01-03", "end": "2015-01-03"}, {"title": "Minority Whip", "chamber": "house", "start": "2015-01-06", "end": "2017-01-03"}, {"title": "Minority Whip", "chamber": "house", "start": "2017-01-03"}], "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MD", "district": 5, "party": "Democrat", "url": "http://www.house.gov/hoyer"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MD", "district": 5, "party": "Democrat", "url": "http://www.house.gov/hoyer"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MD", "district": 5, "party": "Democrat", "url": "http://hoyer.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MD", "district": 5, "party": "Democrat", "url": "http://hoyer.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MD", "district": 5, "party": "Democrat", "url": "http://hoyer.house.gov", "address": "1705 Longworth HOB; Washington DC 20515-2005", "phone": "202-225-4131", "fax": "202-225-4300", "contact_form": "http://hoyer.house.gov/contact/email.asp", "office": "1705 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MD", "party": "Democrat", "district": 5, "url": "http://hoyer.house.gov", "address": "1705 Longworth HOB; Washington DC 20515-2005", "phone": "202-225-4131", "fax": "202-225-4300", "contact_form": "https://hoyer.house.gov/email-steny", "office": "1705 Longworth House Office Building", "rss_url": "http://hoyer.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MD", "party": "Democrat", "district": 5, "url": "http://hoyer.house.gov", "address": "1705 Longworth HOB; Washington DC 20515-2005", "phone": "202-225-4131", "fax": "202-225-4300", "contact_form": "https://hoyer.house.gov/email-steny", "office": "1705 Longworth House Office Building", "rss_url": "http://hoyer.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MD", "district": 5, "party": "Democrat", "phone": "202-225-4131", "url": "https://hoyer.house.gov", "rss_url": "http://hoyer.house.gov/index.php?format=feed&type=rss", "address": "1705 Longworth HOB; Washington DC 20515-2005", "office": "1705 Longworth House Office Building", "fax": "202-225-4300"}]}, {"id": {"bioguide": "H001058", "thomas": "02028", "govtrack": 412437, "opensecrets": "N00030673", "votesmart": 38351, "fec": ["H0MI02094"], "cspan": 1033765, "wikipedia": "Bill Huizenga", "house_history": 15610, "ballotpedia": "Bill Huizenga", "maplight": 1448, "icpsr": 21142, "wikidata": "Q862199", "google_entity_id": "kg:/m/05b0j1w"}, "name": {"first": "Bill", "last": "Huizenga", "official_full": "Bill Huizenga"}, "bio": {"birthday": "1969-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MI", "district": 2, "party": "Republican", "url": "http://huizenga.house.gov/", "address": "1217 Longworth HOB; Washington DC 20515-2202", "phone": "202-225-4401", "fax": "202-226-0779", "office": "1217 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MI", "party": "Republican", "district": 2, "url": "http://huizenga.house.gov", "address": "1217 Longworth HOB; Washington DC 20515-2202", "phone": "202-225-4401", "fax": "202-226-0779", "office": "1217 Longworth House Office Building", "rss_url": "http://huizenga.house.gov/news/rss.aspx", "contact_form": "http://huizenga.house.gov/contact/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MI", "party": "Republican", "district": 2, "url": "http://huizenga.house.gov", "address": "1217 Longworth HOB; Washington DC 20515-2202", "phone": "202-225-4401", "fax": "202-226-0779", "office": "1217 Longworth House Office Building", "rss_url": "http://huizenga.house.gov/news/rss.aspx", "contact_form": "http://huizenga.house.gov/contact/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MI", "district": 2, "party": "Republican", "phone": "202-225-4401", "url": "http://huizenga.house.gov", "rss_url": "http://huizenga.house.gov/news/rss.aspx", "address": "2232 Rayburn HOB; Washington DC 20515-2202", "office": "2232 Rayburn House Office Building", "fax": "202-226-0779"}]}, {"id": {"bioguide": "H001059", "thomas": "02015", "govtrack": 412422, "opensecrets": "N00031104", "votesmart": 18199, "fec": ["H0IL14080"], "cspan": 62575, "wikipedia": "Randy Hultgren", "house_history": 15612, "ballotpedia": "Randy Hultgren", "maplight": 1434, "icpsr": 21129, "wikidata": "Q556404", "google_entity_id": "kg:/m/0h0lr9"}, "name": {"first": "Randy", "last": "Hultgren", "official_full": "Randy Hultgren"}, "bio": {"birthday": "1966-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 14, "party": "Republican", "url": "http://hultgren.house.gov/", "address": "427 Cannon HOB; Washington DC 20515-1314", "phone": "202-225-2976", "fax": "202-225-0697", "office": "427 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Republican", "district": 14, "url": "http://hultgren.house.gov", "address": "332 Cannon HOB; Washington DC 20515-1314", "phone": "202-225-2976", "fax": "202-225-0697", "office": "332 Cannon House Office Building", "contact_form": "https://hultgren.house.gov/contact/email-randy", "rss_url": "http://hultgren.house.gov/common/rss//index.cfm?rss=49"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "party": "Republican", "district": 14, "url": "http://hultgren.house.gov", "address": "2455 Rayburn HOB; Washington DC 20515-1314", "phone": "202-225-2976", "fax": "202-225-0697", "office": "2455 Rayburn House Office Building", "contact_form": "https://hultgren.house.gov/contact/email-randy", "rss_url": "http://hultgren.house.gov/common/rss//index.cfm?rss=49"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 14, "party": "Republican", "phone": "202-225-2976", "url": "http://hultgren.house.gov", "rss_url": "http://hultgren.house.gov/common/rss//index.cfm?rss=49", "address": "2455 Rayburn HOB; Washington DC 20515-1314", "office": "2455 Rayburn House Office Building", "fax": "202-225-0697"}]}, {"id": {"bioguide": "H001048", "thomas": "01909", "govtrack": 412283, "opensecrets": "N00029258", "votesmart": 104308, "fec": ["H8CA52052"], "cspan": 1032398, "wikipedia": "Duncan D. Hunter", "house_history": 15592, "maplight": 765, "icpsr": 20963, "wikidata": "Q540521", "google_entity_id": "kg:/m/047tpf2"}, "name": {"first": "Duncan", "middle": "D.", "last": "Hunter", "official_full": "Duncan Hunter"}, "bio": {"birthday": "1976-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 52, "party": "Republican", "url": "http://hunter.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 52, "party": "Republican", "url": "http://hunter.house.gov", "address": "223 Cannon HOB; Washington DC 20515-0552", "phone": "202-225-5672", "fax": "202-225-0235", "contact_form": "https://forms.house.gov/hunter/zipauthen_contact.shtml", "office": "223 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Republican", "district": 50, "url": "http://hunter.house.gov", "address": "223 Cannon HOB; Washington DC 20515-0550", "phone": "202-225-5672", "fax": "202-225-0235", "contact_form": "https://hunter.house.gov/contact-me/email-me", "office": "223 Cannon House Office Building", "rss_url": "http://hunter.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Republican", "district": 50, "url": "http://hunter.house.gov", "address": "2429 Rayburn HOB; Washington DC 20515-0550", "phone": "202-225-5672", "fax": "202-225-0235", "contact_form": "https://hunter.house.gov/contact-me/email-me", "office": "2429 Rayburn House Office Building", "rss_url": "http://hunter.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 50, "party": "Republican", "phone": "202-225-5672", "url": "https://hunter.house.gov", "rss_url": "http://hunter.house.gov/rss.xml", "address": "2429 Rayburn HOB; Washington DC 20515-0550", "office": "2429 Rayburn House Office Building", "fax": "202-225-0235"}], "family": [{"name": "Duncan Lee Hunter", "relation": "son"}]}, {"id": {"bioguide": "I000055", "thomas": "01608", "lis": "S305", "govtrack": 400194, "opensecrets": "N00002593", "votesmart": 1721, "fec": ["S6GA00119", "H8GA06146"], "cspan": 59135, "wikipedia": "Johnny Isakson", "house_history": 15687, "ballotpedia": "Johnny Isakson", "maplight": 298, "icpsr": 29909, "wikidata": "Q130024", "google_entity_id": "kg:/m/02556q"}, "name": {"first": "John", "middle": "H.", "last": "Isakson", "nickname": "Johnny", "official_full": "Johnny Isakson"}, "bio": {"birthday": "1944-12-28", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "GA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "GA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "GA", "district": 6, "party": "Republican", "url": "http://isakson.house.gov"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "GA", "class": 3, "party": "Republican", "url": "http://isakson.senate.gov"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "GA", "class": 3, "party": "Republican", "url": "http://www.isakson.senate.gov", "address": "131 Russell Senate Office Building Washington DC 20510", "phone": "202-224-3643", "fax": "202-228-0724", "contact_form": "http://www.isakson.senate.gov/public/index.cfm/email-me", "office": "131 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.isakson.senate.gov/public/?a=RSS.Feed"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "GA", "class": 3, "state_rank": "senior", "party": "Republican", "url": "https://www.isakson.senate.gov", "rss_url": "http://www.isakson.senate.gov/public/?a=RSS.Feed", "address": "131 Russell Senate Office Building Washington DC 20510", "office": "131 Russell Senate Office Building", "phone": "202-224-3643", "contact_form": "https://www.isakson.senate.gov/public/index.cfm/email-me", "fax": "202-228-0724"}]}, {"id": {"bioguide": "I000056", "thomas": "01640", "govtrack": 400196, "opensecrets": "N00007017", "votesmart": 16553, "fec": ["H0CA48024", "S8CA00135"], "cspan": 90066, "wikipedia": "Darrell Issa", "house_history": 15689, "ballotpedia": "Darrell Issa", "maplight": 300, "icpsr": 20107, "wikidata": "Q1166592", "google_entity_id": "kg:/m/01r7wc"}, "name": {"first": "Darrell", "last": "Issa", "official_full": "Darrell E. Issa", "middle": "E."}, "bio": {"birthday": "1953-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 48, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 49, "party": "Republican", "url": "http://www.house.gov/issa"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 49, "party": "Republican", "url": "http://www.house.gov/issa"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 49, "party": "Republican", "url": "http://www.house.gov/issa"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 49, "party": "Republican", "url": "http://www.house.gov/issa"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 49, "party": "Republican", "url": "http://www.house.gov/issa", "address": "2347 Rayburn HOB; Washington DC 20515-0549", "phone": "202-225-3906", "fax": "202-225-3303", "contact_form": "http://issa.house.gov/index.cfm?FuseAction=Contact.ContactForm", "office": "2347 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Republican", "district": 49, "url": "http://issa.house.gov", "address": "2347 Rayburn HOB; Washington DC 20515-0549", "phone": "202-225-3906", "fax": "202-225-3303", "contact_form": "http://issa.house.gov/contact/contact-me", "office": "2347 Rayburn House Office Building", "rss_url": "http://issa.house.gov/feed/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Republican", "district": 49, "url": "http://issa.house.gov", "address": "2269 Rayburn HOB; Washington DC 20515-0549", "phone": "202-225-3906", "fax": "202-225-3303", "contact_form": "http://issa.house.gov/contact/contact-me", "office": "2269 Rayburn House Office Building", "rss_url": "http://issa.house.gov/feed/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 49, "party": "Republican", "phone": "202-225-3906", "url": "https://issa.house.gov", "rss_url": "http://issa.house.gov/feed/", "address": "2269 Rayburn HOB; Washington DC 20515-0549", "office": "2269 Rayburn House Office Building", "fax": "202-225-3303"}]}, {"id": {"bioguide": "J000032", "thomas": "00588", "govtrack": 400199, "opensecrets": "N00005818", "votesmart": 21692, "fec": ["H4TX18054"], "cspan": 36819, "wikipedia": "Sheila Jackson Lee", "house_history": 15730, "maplight": 338, "icpsr": 29573, "wikidata": "Q461734", "google_entity_id": "kg:/m/02fj6h"}, "name": {"first": "Sheila", "last": "Jackson Lee", "official_full": "Sheila Jackson Lee"}, "bio": {"birthday": "1950-01-12", "gender": "F", "religion": "Seventh Day Adventist"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 18, "party": "Democrat", "url": "http://www.house.gov/jacksonlee"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 18, "party": "Democrat", "url": "http://www.house.gov/jacksonlee"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 18, "party": "Democrat", "url": "http://www.jacksonlee.house.gov/"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 18, "party": "Democrat", "url": "http://www.jacksonlee.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 18, "party": "Democrat", "url": "http://www.jacksonlee.house.gov/", "address": "2160 Rayburn HOB; Washington DC 20515-4318", "phone": "202-225-3816", "fax": "202-225-3317", "contact_form": "http://www.jacksonlee.house.gov/contact-form.shtml", "office": "2160 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Democrat", "district": 18, "url": "http://jacksonlee.house.gov", "address": "2160 Rayburn HOB; Washington DC 20515-4318", "phone": "202-225-3816", "fax": "202-225-3317", "contact_form": "http://jacksonlee.house.gov/contact/", "office": "2160 Rayburn House Office Building", "rss_url": "http://jacksonlee.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Democrat", "district": 18, "url": "http://jacksonlee.house.gov", "address": "2252 Rayburn HOB; Washington DC 20515-4318", "phone": "202-225-3816", "fax": "202-225-3317", "contact_form": "http://jacksonlee.house.gov/contact/", "office": "2252 Rayburn House Office Building", "rss_url": "http://jacksonlee.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 18, "party": "Democrat", "phone": "202-225-3816", "url": "http://jacksonlee.house.gov", "rss_url": "http://jacksonlee.house.gov/news/rss.aspx", "address": "2187 Rayburn HOB; Washington DC 20515-4318", "office": "2187 Rayburn House Office Building", "fax": "202-225-3317"}]}, {"id": {"bioguide": "J000290", "thomas": "01921", "govtrack": 412284, "opensecrets": "N00029077", "votesmart": 18594, "fec": ["H8KS02090"], "cspan": 1030550, "wikipedia": "Lynn Jenkins", "house_history": 16069, "ballotpedia": "Lynn Jenkins", "maplight": 766, "icpsr": 20915, "wikidata": "Q456217", "google_entity_id": "kg:/m/02qdzmy"}, "name": {"first": "Lynn", "last": "Jenkins", "official_full": "Lynn Jenkins"}, "bio": {"gender": "F", "birthday": "1963-06-10"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "KS", "district": 2, "party": "Republican", "url": "http://lynnjenkins.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "KS", "district": 2, "party": "Republican", "url": "http://lynnjenkins.house.gov", "address": "1122 Longworth HOB; Washington DC 20515-1602", "phone": "202-225-6601", "fax": "202-225-7986", "contact_form": "https://forms.house.gov/lynnjenkins/contact-form.shtml", "office": "1122 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "KS", "party": "Republican", "district": 2, "url": "http://lynnjenkins.house.gov", "address": "1027 Longworth HOB; Washington DC 20515-1602", "phone": "202-225-6601", "fax": "202-225-7986", "contact_form": "https://lynnjenkins.house.gov/contact-me", "office": "1027 Longworth House Office Building", "rss_url": "http://lynnjenkins.house.gov/common/rss/?rss=220"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "KS", "party": "Republican", "district": 2, "url": "http://lynnjenkins.house.gov", "address": "1526 Longworth HOB; Washington DC 20515-1602", "phone": "202-225-6601", "fax": "202-225-7986", "contact_form": "https://lynnjenkins.house.gov/contact-me", "office": "1526 Longworth House Office Building", "rss_url": "http://lynnjenkins.house.gov/common/rss/?rss=220"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "KS", "district": 2, "party": "Republican", "phone": "202-225-6601", "url": "https://lynnjenkins.house.gov", "rss_url": "http://lynnjenkins.house.gov/common/rss/?rss=220", "address": "1526 Longworth HOB; Washington DC 20515-1602", "office": "1526 Longworth House Office Building", "fax": "202-225-7986"}]}, {"id": {"bioguide": "J000292", "thomas": "02046", "govtrack": 412460, "opensecrets": "N00032088", "votesmart": 120649, "fec": ["H0OH06189"], "cspan": 623472, "wikipedia": "Bill Johnson (Ohio politician)", "house_history": 16071, "ballotpedia": "Bill Johnson (Ohio)", "maplight": 1466, "icpsr": 21162, "wikidata": "Q862215", "google_entity_id": "kg:/m/0ds3q2f"}, "name": {"first": "Bill", "last": "Johnson", "official_full": "Bill Johnson"}, "bio": {"birthday": "1954-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 6, "party": "Republican", "url": "http://billjohnson.house.gov/", "address": "317 Cannon HOB; Washington DC 20515-3506", "phone": "202-225-5705", "fax": "202-225-5907", "office": "317 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Republican", "district": 6, "url": "http://billjohnson.house.gov", "address": "1710 Longworth HOB; Washington DC 20515-3506", "phone": "202-225-5705", "fax": "202-225-5907", "office": "1710 Longworth House Office Building", "rss_url": "http://billjohnson.house.gov/constituentservices/opendoorsschedule.htm", "contact_form": "http://billjohnson.house.gov/contact/default.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OH", "party": "Republican", "district": 6, "url": "http://billjohnson.house.gov", "address": "1710 Longworth HOB; Washington DC 20515-3506", "phone": "202-225-5705", "fax": "202-225-5907", "office": "1710 Longworth House Office Building", "rss_url": "http://billjohnson.house.gov/constituentservices/opendoorsschedule.htm", "contact_form": "http://billjohnson.house.gov/contact/default.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 6, "party": "Republican", "phone": "202-225-5705", "url": "http://billjohnson.house.gov", "rss_url": "http://billjohnson.house.gov/constituentservices/opendoorsschedule.htm", "address": "1710 Longworth HOB; Washington DC 20515-3506", "office": "1710 Longworth House Office Building", "fax": "202-225-5907"}]}, {"id": {"bioguide": "J000126", "thomas": "00599", "govtrack": 400204, "opensecrets": "N00008122", "votesmart": 27098, "fec": ["H2TX00015"], "cspan": 23352, "wikipedia": "Eddie Bernice Johnson", "house_history": 15852, "maplight": 308, "icpsr": 39305, "wikidata": "Q461526", "google_entity_id": "kg:/m/03tn1w"}, "name": {"first": "Eddie", "middle": "Bernice", "last": "Johnson", "official_full": "Eddie Bernice Johnson"}, "bio": {"birthday": "1935-12-03", "gender": "F", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 30, "party": "Democrat", "url": "http://www.house.gov/ebjohnson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 30, "party": "Democrat", "url": "http://www.house.gov/ebjohnson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 30, "party": "Democrat", "url": "http://www.house.gov/ebjohnson"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 30, "party": "Democrat", "url": "http://www.house.gov/ebjohnson"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 30, "party": "Democrat", "url": "http://www.house.gov/ebjohnson", "address": "2468 Rayburn HOB; Washington DC 20515-4330", "phone": "202-225-8885", "fax": "202-226-1477", "contact_form": "http://www.house.gov/ebjohnson/IMA/issue_subscribe.shtml", "office": "2468 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Democrat", "district": 30, "url": "http://ebjohnson.house.gov", "address": "2468 Rayburn HOB; Washington DC 20515-4330", "phone": "202-225-8885", "fax": "202-226-1477", "contact_form": "https://ebjohnson.house.gov/contact/email-me", "office": "2468 Rayburn House Office Building", "rss_url": "http://ebjohnson.house.gov/common/rss//index.cfm?rss=21"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Democrat", "district": 30, "url": "http://ebjohnson.house.gov", "address": "2468 Rayburn HOB; Washington DC 20515-4330", "phone": "202-225-8885", "fax": "202-226-1477", "contact_form": "https://ebjohnson.house.gov/contact/email-me", "office": "2468 Rayburn House Office Building", "rss_url": "http://ebjohnson.house.gov/common/rss//index.cfm?rss=21"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 30, "party": "Democrat", "phone": "202-225-8885", "url": "http://ebjohnson.house.gov", "rss_url": "http://ebjohnson.house.gov/common/rss//index.cfm?rss=21", "address": "2468 Rayburn HOB; Washington DC 20515-4330", "office": "2468 Rayburn House Office Building", "fax": "202-226-1477"}]}, {"id": {"bioguide": "J000288", "thomas": "01843", "govtrack": 412199, "opensecrets": "N00027848", "votesmart": 68070, "fec": ["H6GA04129"], "cspan": 1020576, "wikipedia": "Hank Johnson", "house_history": 16065, "ballotpedia": "Henry C. Johnson, Jr.", "maplight": 686, "icpsr": 20712, "wikidata": "Q983537", "google_entity_id": "kg:/m/0flgyy"}, "name": {"first": "Henry", "middle": "C.", "last": "Johnson", "suffix": "Jr.", "nickname": "Hank", "official_full": "Henry C. \"Hank\" Johnson, Jr."}, "bio": {"gender": "M", "birthday": "1954-10-02"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "GA", "district": 4, "party": "Democrat", "url": "http://hankjohnson.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "GA", "district": 4, "party": "Democrat", "url": "http://hankjohnson.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "GA", "district": 4, "party": "Democrat", "url": "http://hankjohnson.house.gov", "address": "1427 Longworth HOB; Washington DC 20515-1004", "phone": "202-225-1605", "fax": "202-226-0691", "contact_form": "http://hankjohnson.house.gov/contact_hank_write.shtml", "office": "1427 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "GA", "party": "Democrat", "district": 4, "url": "http://hankjohnson.house.gov", "address": "2240 Rayburn HOB; Washington DC 20515-1004", "phone": "202-225-1605", "fax": "202-226-0691", "contact_form": "https://hankjohnson.house.gov/contact-me/email-me", "office": "2240 Rayburn House Office Building", "rss_url": "http://hankjohnson.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "GA", "party": "Democrat", "district": 4, "url": "http://hankjohnson.house.gov", "address": "2240 Rayburn HOB; Washington DC 20515-1004", "phone": "202-225-1605", "fax": "202-226-0691", "contact_form": "https://hankjohnson.house.gov/contact-me/email-me", "office": "2240 Rayburn House Office Building", "rss_url": "http://hankjohnson.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "GA", "district": 4, "party": "Democrat", "phone": "202-225-1605", "url": "https://hankjohnson.house.gov", "rss_url": "http://hankjohnson.house.gov/rss.xml", "address": "2240 Rayburn HOB; Washington DC 20515-1004", "office": "2240 Rayburn House Office Building", "fax": "202-226-0691"}]}, {"id": {"bioguide": "J000293", "thomas": "02086", "lis": "S345", "govtrack": 412496, "opensecrets": "N00032546", "votesmart": 126217, "fec": ["S0WI00197"], "cspan": 62835, "wikipedia": "Ron Johnson (U.S. politician)", "ballotpedia": "Ron Johnson (Wisconsin)", "maplight": 1501, "icpsr": 41111, "wikidata": "Q970272", "google_entity_id": "kg:/m/0cmdpzc"}, "name": {"first": "Ron", "last": "Johnson", "official_full": "Ron Johnson"}, "bio": {"birthday": "1955-04-08", "gender": "M"}, "terms": [{"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "WI", "class": 3, "party": "Republican", "url": "http://www.ronjohnson.senate.gov", "address": "328 Hart Senate Office Building Washington DC 20510", "phone": "202-224-5323", "contact_form": "http://www.ronjohnson.senate.gov/public/index.cfm/contact", "office": "328 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.ronjohnson.senate.gov/public/index.cfm/rss/feed", "fax": "920-230-7262"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "WI", "class": 3, "state_rank": "senior", "party": "Republican", "url": "https://www.ronjohnson.senate.gov", "rss_url": "http://www.ronjohnson.senate.gov/public/index.cfm/rss/feed", "address": "328 Hart Senate Office Building Washington DC 20510", "office": "328 Hart Senate Office Building", "phone": "202-224-5323", "contact_form": "https://www.ronjohnson.senate.gov/public/index.cfm/email-the-senator", "fax": "920-230-7262"}]}, {"id": {"bioguide": "J000174", "thomas": "00603", "govtrack": 400206, "opensecrets": "N00008028", "votesmart": 27079, "fec": ["H2TX03118"], "cspan": 18711, "wikipedia": "Sam Johnson", "house_history": 15916, "maplight": 307, "icpsr": 29143, "wikidata": "Q539470", "google_entity_id": "kg:/m/02_21s"}, "name": {"first": "Sam", "middle": "Robert", "last": "Johnson", "official_full": "Sam Johnson"}, "bio": {"birthday": "1930-10-11", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 3, "party": "Republican", "url": "http://www.house.gov/samjohnson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 3, "party": "Republican", "url": "http://www.house.gov/samjohnson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 3, "party": "Republican", "url": "http://www.house.gov/samjohnson"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 3, "party": "Republican", "url": "http://www.house.gov/samjohnson"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 3, "party": "Republican", "url": "http://www.house.gov/samjohnson", "address": "1211 Longworth HOB; Washington DC 20515-4303", "phone": "202-225-4201", "fax": "202-225-1485", "contact_form": "http://www.house.gov/formsamjohnson/IMA/issue.htm", "office": "1211 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 3, "url": "http://samjohnson.house.gov", "address": "1211 Longworth HOB; Washington DC 20515-4303", "phone": "202-225-4201", "fax": "202-225-1485", "contact_form": "http://samjohnson.house.gov/contact/", "office": "1211 Longworth House Office Building", "rss_url": "http://samjohnson.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 3, "url": "http://samjohnson.house.gov", "address": "2304 Rayburn HOB; Washington DC 20515-4303", "phone": "202-225-4201", "fax": "202-225-1485", "contact_form": "http://samjohnson.house.gov/contact/", "office": "2304 Rayburn House Office Building", "rss_url": "http://samjohnson.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 3, "party": "Republican", "phone": "202-225-4201", "url": "http://samjohnson.house.gov", "rss_url": "http://samjohnson.house.gov/news/rss.aspx", "address": "2304 Rayburn HOB; Washington DC 20515-4303", "office": "2304 Rayburn House Office Building", "fax": "202-225-1485"}]}, {"id": {"bioguide": "J000255", "thomas": "00612", "govtrack": 400209, "opensecrets": "N00002299", "votesmart": 21785, "fec": ["H2NC01081"], "cspan": 36693, "wikipedia": "Walter B. Jones Jr.", "house_history": 16015, "ballotpedia": "Walter B. Jones", "maplight": 309, "icpsr": 29546, "wikidata": "Q512537", "google_entity_id": "kg:/m/03g_r5"}, "name": {"first": "Walter", "middle": "B.", "last": "Jones", "suffix": "Jr.", "official_full": "Walter B. Jones"}, "bio": {"birthday": "1943-02-10", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NC", "district": 3, "party": "Republican", "url": "http://jones.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NC", "district": 3, "party": "Republican", "url": "http://jones.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NC", "district": 3, "party": "Republican", "url": "http://jones.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NC", "district": 3, "party": "Republican", "url": "http://jones.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NC", "district": 3, "party": "Republican", "url": "http://jones.house.gov", "address": "2333 Rayburn HOB; Washington DC 20515-3303", "phone": "202-225-3415", "fax": "202-225-3286", "contact_form": "http://jones.house.gov/contact_form_email.cfm", "office": "2333 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NC", "party": "Republican", "district": 3, "url": "http://jones.house.gov", "address": "2333 Rayburn HOB; Washington DC 20515-3303", "phone": "202-225-3415", "fax": "202-225-3286", "contact_form": "https://jones.house.gov/contact-me/email-me", "office": "2333 Rayburn House Office Building", "rss_url": "http://jones.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NC", "party": "Republican", "district": 3, "url": "http://jones.house.gov", "address": "2333 Rayburn HOB; Washington DC 20515-3303", "phone": "202-225-3415", "fax": "202-225-3286", "contact_form": "https://jones.house.gov/contact-me/email-me", "office": "2333 Rayburn House Office Building", "rss_url": "http://jones.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NC", "district": 3, "party": "Republican", "phone": "202-225-3415", "url": "http://jones.house.gov", "rss_url": "http://jones.house.gov/rss.xml", "address": "2333 Rayburn HOB; Washington DC 20515-3303", "office": "2333 Rayburn House Office Building", "fax": "202-225-3286"}], "family": [{"name": "Walter Beaman Jones Sr.", "relation": "son"}]}, {"id": {"bioguide": "J000289", "thomas": "01868", "govtrack": 412226, "opensecrets": "N00027894", "votesmart": 8158, "fec": ["H6OH04082"], "cspan": 1022879, "wikipedia": "Jim Jordan (U.S. politician)", "house_history": 16067, "ballotpedia": "Jim Jordan", "maplight": 711, "icpsr": 20738, "wikidata": "Q186215", "google_entity_id": "kg:/m/04l4x5"}, "name": {"first": "Jim", "last": "Jordan", "official_full": "Jim Jordan"}, "bio": {"gender": "M", "birthday": "1964-02-17"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 4, "party": "Republican", "url": "http://jordan.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 4, "party": "Republican", "url": "http://jordan.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 4, "party": "Republican", "url": "http://jordan.house.gov", "address": "1524 Longworth HOB; Washington DC 20515-3504", "phone": "202-225-2676", "fax": "202-226-0577", "contact_form": "http://jordan.house.gov/contactform_zipcheck.shtml", "office": "1524 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Republican", "district": 4, "url": "http://jordan.house.gov", "address": "1524 Longworth HOB; Washington DC 20515-3504", "phone": "202-225-2676", "fax": "202-226-0577", "contact_form": "http://jordan.house.gov/contact/", "office": "1524 Longworth House Office Building", "rss_url": "http://jordan.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OH", "party": "Republican", "district": 4, "url": "http://jordan.house.gov", "address": "1524 Longworth HOB; Washington DC 20515-3504", "phone": "202-225-2676", "fax": "202-226-0577", "contact_form": "http://jordan.house.gov/contact/", "office": "1524 Longworth House Office Building", "rss_url": "http://jordan.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 4, "party": "Republican", "phone": "202-225-2676", "url": "http://jordan.house.gov", "rss_url": "http://jordan.house.gov/news/rss.aspx", "address": "2056 Rayburn HOB; Washington DC 20515-3504", "office": "2056 Rayburn House Office Building", "fax": "202-226-0577"}]}, {"id": {"bioguide": "K000009", "thomas": "00616", "govtrack": 400211, "opensecrets": "N00003522", "votesmart": 27016, "icpsr": 15029, "fec": ["H2OH09031"], "cspan": 1458, "wikipedia": "Marcy Kaptur", "house_history": 16086, "maplight": 312, "wikidata": "Q436537", "google_entity_id": "kg:/m/039s3l"}, "name": {"first": "Marcy", "last": "Kaptur", "official_full": "Marcy Kaptur"}, "bio": {"birthday": "1946-06-17", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 9, "party": "Democrat", "url": "http://www.house.gov/kaptur"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 9, "party": "Democrat", "url": "http://www.house.gov/kaptur"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 9, "party": "Democrat", "url": "http://kaptur.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 9, "party": "Democrat", "url": "http://kaptur.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 9, "party": "Democrat", "url": "http://kaptur.house.gov", "address": "2186 Rayburn HOB; Washington DC 20515-3509", "phone": "202-225-4146", "fax": "202-225-7711", "contact_form": "http://kaptur.house.gov/index.php?option=com_ninjarsssyndicator&feed_id=2&format=raw", "office": "2186 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Democrat", "district": 9, "url": "http://www.kaptur.house.gov", "address": "2186 Rayburn HOB; Washington DC 20515-3509", "phone": "202-225-4146", "fax": "202-225-7711", "contact_form": "https://forms.house.gov/kaptur/webforms/issue_subscribe.shtml", "office": "2186 Rayburn House Office Building", "rss_url": "http://kaptur.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OH", "party": "Democrat", "district": 9, "url": "http://kaptur.house.gov", "address": "2186 Rayburn HOB; Washington DC 20515-3509", "phone": "202-225-4146", "fax": "202-225-7711", "contact_form": "https://forms.house.gov/kaptur/webforms/issue_subscribe.shtml", "office": "2186 Rayburn House Office Building", "rss_url": "http://kaptur.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 9, "party": "Democrat", "phone": "202-225-4146", "url": "https://kaptur.house.gov", "rss_url": "http://kaptur.house.gov/index.php?format=feed&type=rss", "address": "2186 Rayburn HOB; Washington DC 20515-3509", "office": "2186 Rayburn House Office Building", "fax": "202-225-7711"}]}, {"id": {"bioguide": "K000375", "thomas": "02025", "govtrack": 412435, "opensecrets": "N00031933", "votesmart": 4743, "fec": ["H0MA10082"], "cspan": 61856, "wikipedia": "Bill Keating (politician)", "house_history": 16570, "maplight": 1446, "icpsr": 21140, "wikidata": "Q775412", "google_entity_id": "kg:/m/09v6g7c"}, "name": {"first": "William", "last": "Keating", "official_full": "William R. Keating", "middle": "R."}, "bio": {"birthday": "1952-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MA", "district": 10, "party": "Democrat", "url": "http://keating.house.gov/", "address": "315 Cannon HOB; Washington DC 20515-2110", "phone": "202-225-3111", "fax": "202-225-5658", "office": "315 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MA", "party": "Democrat", "district": 9, "url": "http://keating.house.gov", "address": "315 Cannon HOB; Washington DC 20515-2109", "phone": "202-225-3111", "fax": "202-225-5658", "office": "315 Cannon House Office Building", "rss_url": "http://keating.house.gov/index.php?format=feed&type=rss", "contact_form": "https://forms.house.gov/keating/webforms/contact.shtml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MA", "party": "Democrat", "district": 9, "url": "http://keating.house.gov", "address": "315 Cannon HOB; Washington DC 20515-2109", "phone": "202-225-3111", "fax": "202-225-5658", "office": "315 Cannon House Office Building", "rss_url": "http://keating.house.gov/index.php?format=feed&type=rss", "contact_form": "https://forms.house.gov/keating/webforms/contact.shtml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MA", "district": 9, "party": "Democrat", "phone": "202-225-3111", "url": "https://keating.house.gov", "rss_url": "http://keating.house.gov/index.php?format=feed&type=rss", "address": "2351 Rayburn HOB; Washington DC 20515-2109", "office": "2351 Rayburn House Office Building", "fax": "202-225-5658"}]}, {"id": {"bioguide": "K000376", "thomas": "02051", "govtrack": 412465, "opensecrets": "N00031647", "votesmart": 119463, "fec": ["H0PA03271"], "cspan": 62696, "wikipedia": "Mike Kelly (Pennsylvania politician)", "house_history": 16572, "ballotpedia": "Mike Kelly", "maplight": 1471, "icpsr": 21167, "wikidata": "Q1431761", "google_entity_id": "kg:/m/0ds6wcw"}, "name": {"first": "Mike", "last": "Kelly", "official_full": "Mike Kelly"}, "bio": {"birthday": "1948-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 3, "party": "Republican", "url": "http://kelly.house.gov/", "address": "515 Cannon HOB; Washington DC 20515-3803", "phone": "202-225-5406", "fax": "202-225-3103", "office": "515 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Republican", "district": 3, "url": "http://kelly.house.gov", "address": "1519 Longworth HOB; Washington DC 20515-3803", "phone": "202-225-5406", "fax": "202-225-3103", "office": "1519 Longworth House Office Building", "rss_url": "http://kelly.house.gov/rss.xml", "contact_form": "https://kelly.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "party": "Republican", "district": 3, "url": "http://kelly.house.gov", "address": "1519 Longworth HOB; Washington DC 20515-3803", "phone": "202-225-5406", "fax": "202-225-3103", "office": "1519 Longworth House Office Building", "rss_url": "http://kelly.house.gov/rss.xml", "contact_form": "https://kelly.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 3, "party": "Republican", "phone": "202-225-5406", "url": "http://kelly.house.gov", "rss_url": "http://kelly.house.gov/rss.xml", "address": "1707 Longworth HOB; Washington DC 20515-3803", "office": "1707 Longworth House Office Building", "fax": "202-225-3103"}]}, {"id": {"bioguide": "K000188", "thomas": "01498", "govtrack": 400218, "opensecrets": "N00004403", "votesmart": 630, "fec": ["H6WI03099"], "cspan": 45870, "wikipedia": "Ron Kind", "house_history": 16313, "ballotpedia": "Ron Kind", "maplight": 319, "icpsr": 29769, "wikidata": "Q505222", "google_entity_id": "kg:/m/024ty6"}, "name": {"first": "Ron", "middle": "James", "last": "Kind", "official_full": "Ron Kind"}, "bio": {"birthday": "1963-03-16", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WI", "district": 3, "party": "Democrat", "url": "http://www.house.gov/kind"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WI", "district": 3, "party": "Democrat", "url": "http://www.house.gov/kind"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WI", "district": 3, "party": "Democrat", "url": "http://www.house.gov/kind"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WI", "district": 3, "party": "Democrat", "url": "http://www.house.gov/kind"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WI", "district": 3, "party": "Democrat", "url": "http://www.house.gov/kind", "address": "1406 Longworth HOB; Washington DC 20515-4903", "phone": "202-225-5506", "fax": "202-225-5739", "contact_form": "http://www.house.gov/kind/contact.shtml", "office": "1406 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WI", "party": "Democrat", "district": 3, "url": "http://kind.house.gov", "address": "1502 Longworth HOB; Washington DC 20515-4903", "phone": "202-225-5506", "fax": "202-225-5739", "contact_form": "https://kindforms.house.gov/email-ron", "office": "1502 Longworth House Office Building", "rss_url": "http://kind.house.gov/common/rss/?rss=52"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WI", "party": "Democrat", "district": 3, "url": "http://kind.house.gov", "address": "1502 Longworth HOB; Washington DC 20515-4903", "phone": "202-225-5506", "fax": "202-225-5739", "contact_form": "https://kindforms.house.gov/email-ron", "office": "1502 Longworth House Office Building", "rss_url": "http://kind.house.gov/common/rss/?rss=52"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WI", "district": 3, "party": "Democrat", "phone": "202-225-5506", "url": "https://kind.house.gov", "rss_url": "http://kind.house.gov/common/rss/?rss=52", "address": "1502 Longworth HOB; Washington DC 20515-4903", "office": "1502 Longworth House Office Building", "fax": "202-225-5739"}]}, {"id": {"bioguide": "K000210", "thomas": "00635", "govtrack": 400219, "opensecrets": "N00001193", "votesmart": 26968, "fec": ["H2NY03089"], "cspan": 26487, "wikipedia": "Peter T. King", "house_history": 16338, "ballotpedia": "Peter T. King", "maplight": 321, "icpsr": 29375, "wikidata": "Q953554", "google_entity_id": "kg:/m/03tk4w"}, "name": {"first": "Peter", "middle": "T.", "last": "King", "nickname": "Pete", "official_full": "Peter T. King"}, "bio": {"birthday": "1944-04-05", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 3, "party": "Republican", "url": "http://www.house.gov/king"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 3, "party": "Republican", "url": "http://www.house.gov/king"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 3, "party": "Republican", "url": "http://peteking.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 3, "party": "Republican", "url": "http://peteking.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 3, "party": "Republican", "url": "http://peteking.house.gov", "address": "339 Cannon HOB; Washington DC 20515-3203", "phone": "202-225-7896", "fax": "202-226-2279", "contact_form": "http://peteking.house.gov/zip.shtml", "office": "339 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Republican", "district": 2, "url": "http://peteking.house.gov", "address": "339 Cannon HOB; Washington DC 20515-3202", "phone": "202-225-7896", "fax": "202-226-2279", "contact_form": "https://peteking.house.gov/contact/email-me", "office": "339 Cannon House Office Building", "rss_url": "http://peteking.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Republican", "district": 2, "url": "http://peteking.house.gov", "address": "339 Cannon HOB; Washington DC 20515-3202", "phone": "202-225-7896", "fax": "202-226-2279", "contact_form": "https://peteking.house.gov/contact/email-me", "office": "339 Cannon House Office Building", "rss_url": "http://peteking.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 2, "party": "Republican", "phone": "202-225-7896", "url": "http://peteking.house.gov", "rss_url": "http://peteking.house.gov/rss.xml", "address": "339 Cannon HOB; Washington DC 20515-3202", "office": "339 Cannon House Office Building", "fax": "202-226-2279"}]}, {"id": {"bioguide": "K000362", "thomas": "01724", "govtrack": 400220, "opensecrets": "N00025237", "votesmart": 10853, "fec": ["H2IA05072"], "cspan": 1003590, "house_history": 16548, "wikipedia": "Steve King", "ballotpedia": "Steve King", "maplight": 320, "icpsr": 20325, "wikidata": "Q749710", "google_entity_id": "kg:/m/025b7g"}, "name": {"first": "Steve", "middle": "A.", "last": "King", "official_full": "Steve King"}, "bio": {"birthday": "1949-05-28", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IA", "district": 5, "party": "Republican", "url": "http://www.house.gov/steveking"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IA", "district": 5, "party": "Republican", "url": "http://www.house.gov/steveking"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IA", "district": 5, "party": "Republican", "url": "http://www.house.gov/steveking"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IA", "district": 5, "party": "Republican", "url": "http://www.house.gov/steveking"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IA", "district": 5, "party": "Republican", "url": "http://www.house.gov/steveking", "address": "1131 Longworth HOB; Washington DC 20515-1505", "phone": "202-225-4426", "fax": "202-225-3193", "contact_form": "http://www.house.gov/steveking/email.shtm", "office": "1131 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IA", "party": "Republican", "district": 4, "url": "http://steveking.house.gov", "address": "2210 Rayburn HOB; Washington DC 20515-1504", "phone": "202-225-4426", "fax": "202-225-3193", "contact_form": "https://forms.house.gov/king/webforms/issue_subscribe.html", "office": "2210 Rayburn House Office Building", "rss_url": "http://steveking.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IA", "party": "Republican", "district": 4, "url": "https://steveking.house.gov", "address": "2210 Rayburn HOB; Washington DC 20515-1504", "phone": "202-225-4426", "fax": "202-225-3193", "contact_form": "https://forms.house.gov/king/webforms/issue_subscribe.html", "office": "2210 Rayburn House Office Building", "rss_url": "http://steveking.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IA", "district": 4, "party": "Republican", "phone": "202-225-4426", "url": "https://steveking.house.gov", "rss_url": "http://steveking.house.gov/index.php?format=feed&type=rss", "address": "2210 Rayburn HOB; Washington DC 20515-1504", "office": "2210 Rayburn House Office Building", "fax": "202-225-3193"}]}, {"id": {"bioguide": "K000378", "thomas": "02014", "govtrack": 412421, "opensecrets": "N00030667", "votesmart": 116559, "fec": ["H0IL11052"], "cspan": 62573, "wikipedia": "Adam Kinzinger", "house_history": 16573, "ballotpedia": "Adam Kinzinger", "maplight": 1433, "icpsr": 21128, "wikidata": "Q349955", "google_entity_id": "kg:/m/05q9ypn"}, "name": {"first": "Adam", "last": "Kinzinger", "official_full": "Adam Kinzinger"}, "bio": {"birthday": "1978-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 11, "party": "Republican", "url": "http://kinzinger.house.gov/", "address": "1218 Longworth HOB; Washington DC 20515-1311", "phone": "202-225-3635", "fax": "202-225-3521", "office": "1218 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Republican", "district": 16, "url": "http://kinzinger.house.gov", "address": "1221 Longworth HOB; Washington DC 20515-1316", "phone": "202-225-3635", "fax": "202-225-3521", "office": "1221 Longworth House Office Building", "contact_form": "https://kinzinger.house.gov/email-adam", "rss_url": "http://kinzinger.house.gov/common/rss//index.cfm?rss=49"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "party": "Republican", "district": 16, "url": "http://kinzinger.house.gov", "address": "1221 Longworth HOB; Washington DC 20515-1316", "phone": "202-225-3635", "fax": "202-225-3521", "office": "1221 Longworth House Office Building", "contact_form": "https://kinzinger.house.gov/email-adam", "rss_url": "http://kinzinger.house.gov/common/rss//index.cfm?rss=49"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 16, "party": "Republican", "phone": "202-225-3635", "url": "http://kinzinger.house.gov", "rss_url": "http://kinzinger.house.gov/common/rss//index.cfm?rss=49", "address": "2245 Rayburn HOB; Washington DC 20515-1316", "office": "2245 Rayburn House Office Building", "fax": "202-225-3521"}]}, {"id": {"bioguide": "L000573", "thomas": "02011", "govtrack": 412419, "opensecrets": "N00031377", "votesmart": 57391, "fec": ["H0ID01253"], "cspan": 94987, "wikipedia": "Ra\u00fal Labrador", "house_history": 17322, "ballotpedia": "Raul Labrador", "maplight": 1431, "icpsr": 21125, "wikidata": "Q555393", "google_entity_id": "kg:/m/0c3zfwm"}, "name": {"first": "Ra\u00fal", "last": "Labrador", "official_full": "Ra\u00fal R. Labrador", "middle": "R."}, "bio": {"birthday": "1967-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "ID", "district": 1, "party": "Republican", "url": "http://labrador.house.gov/", "address": "1523 Longworth HOB; Washington DC 20515-1201", "phone": "202-225-6611", "fax": "202-225-3029", "office": "1523 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "ID", "party": "Republican", "district": 1, "url": "http://labrador.house.gov", "address": "1523 Longworth HOB; Washington DC 20515-1201", "phone": "202-225-6611", "fax": "202-225-3029", "office": "1523 Longworth House Office Building", "contact_form": "https://labradorforms.house.gov/email-me", "rss_url": "http://labrador.house.gov/common/rss//index.cfm?rss=49"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "ID", "party": "Republican", "district": 1, "url": "http://labrador.house.gov", "address": "1523 Longworth HOB; Washington DC 20515-1201", "phone": "202-225-6611", "fax": "202-225-3029", "office": "1523 Longworth House Office Building", "contact_form": "https://labradorforms.house.gov/email-me", "rss_url": "http://labrador.house.gov/common/rss//index.cfm?rss=49"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "ID", "district": 1, "party": "Republican", "phone": "202-225-6611", "url": "https://labrador.house.gov", "rss_url": "http://labrador.house.gov/common/rss//index.cfm?rss=49", "address": "1523 Longworth HOB; Washington DC 20515-1201", "office": "1523 Longworth House Office Building", "fax": "202-225-3029"}]}, {"id": {"bioguide": "L000564", "thomas": "01834", "govtrack": 412191, "opensecrets": "N00028133", "votesmart": 2698, "fec": ["H6CO05159"], "cspan": 1022846, "wikipedia": "Doug Lamborn", "house_history": 17305, "ballotpedia": "Doug Lamborn", "maplight": 678, "icpsr": 20704, "wikidata": "Q371106", "google_entity_id": "kg:/m/0fsgdd"}, "name": {"first": "Doug", "last": "Lamborn", "official_full": "Doug Lamborn"}, "bio": {"birthday": "1954-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CO", "district": 5, "party": "Republican", "url": "http://lamborn.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CO", "district": 5, "party": "Republican", "url": "http://lamborn.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CO", "district": 5, "party": "Republican", "url": "http://lamborn.house.gov", "address": "437 Cannon HOB; Washington DC 20515-0605", "phone": "202-225-4422", "fax": "202-226-2638", "contact_form": "http://lamborn.house.gov/ZipAuth.aspx", "office": "437 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CO", "party": "Republican", "district": 5, "url": "http://lamborn.house.gov", "address": "2402 Rayburn HOB; Washington DC 20515-0605", "phone": "202-225-4422", "fax": "202-226-2638", "contact_form": "https://lambornforms.house.gov/contact-form", "office": "2402 Rayburn House Office Building", "rss_url": "http://lamborn.house.gov/news-rss-graphic/news-rss-graphic/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CO", "party": "Republican", "district": 5, "url": "http://lamborn.house.gov", "address": "2402 Rayburn HOB; Washington DC 20515-0605", "phone": "202-225-4422", "fax": "202-226-2638", "contact_form": "https://lambornforms.house.gov/contact-form", "office": "2402 Rayburn House Office Building", "rss_url": "http://lamborn.house.gov/news-rss-graphic/news-rss-graphic/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CO", "district": 5, "party": "Republican", "phone": "202-225-4422", "url": "http://lamborn.house.gov", "rss_url": "http://lamborn.house.gov/news-rss-graphic/news-rss-graphic/", "address": "2402 Rayburn HOB; Washington DC 20515-0605", "office": "2402 Rayburn House Office Building", "fax": "202-226-2638"}]}, {"id": {"bioguide": "L000567", "thomas": "01936", "govtrack": 412290, "opensecrets": "N00000898", "votesmart": 4443, "fec": ["H6NJ12136", "H8NJ07124"], "cspan": 1031349, "wikipedia": "Leonard Lance", "house_history": 17311, "maplight": 772, "icpsr": 20929, "wikidata": "Q1819021", "google_entity_id": "kg:/m/077cs4"}, "name": {"first": "Leonard", "last": "Lance", "official_full": "Leonard Lance"}, "bio": {"birthday": "1952-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NJ", "district": 7, "party": "Republican", "url": "http://lance.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NJ", "district": 7, "party": "Republican", "url": "http://lance.house.gov", "address": "426 Cannon HOB; Washington DC 20515-3007", "phone": "202-225-5361", "fax": "202-225-9460", "contact_form": "https://forms.house.gov/lance/contact-form.shtml", "office": "426 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NJ", "party": "Republican", "district": 7, "url": "http://lance.house.gov", "address": "133 Cannon HOB; Washington DC 20515-3007", "phone": "202-225-5361", "fax": "202-225-9460", "contact_form": "https://lance.house.gov/contact-me1", "office": "133 Cannon House Office Building", "rss_url": "http://lance.house.gov/rss-button/rss-button/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NJ", "party": "Republican", "district": 7, "url": "http://lance.house.gov", "address": "2352 Rayburn HOB; Washington DC 20515-3007", "phone": "202-225-5361", "fax": "202-225-9460", "contact_form": "https://lance.house.gov/contact-me1", "office": "2352 Rayburn House Office Building", "rss_url": "http://lance.house.gov/rss-button/rss-button/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NJ", "district": 7, "party": "Republican", "phone": "202-225-5361", "url": "http://lance.house.gov", "rss_url": "http://lance.house.gov/rss-button/rss-button/", "address": "2352 Rayburn HOB; Washington DC 20515-3007", "office": "2352 Rayburn House Office Building", "fax": "202-225-9460"}]}, {"id": {"bioguide": "L000559", "thomas": "01668", "govtrack": 400230, "opensecrets": "N00009724", "votesmart": 55787, "fec": ["H0RI02139"], "cspan": 86608, "wikipedia": "James Langevin", "house_history": 17296, "ballotpedia": "Jim Langevin", "maplight": 331, "icpsr": 20136, "wikidata": "Q1397290", "google_entity_id": "kg:/m/02tvqy"}, "name": {"first": "James", "middle": "R.", "last": "Langevin", "nickname": "Jim", "official_full": "James R. Langevin"}, "bio": {"birthday": "1964-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "RI", "district": 2, "party": "Democrat", "url": "http://www.house.gov/langevin"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "RI", "district": 2, "party": "Democrat", "url": "http://www.house.gov/langevin"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "RI", "district": 2, "party": "Democrat", "url": "http://www.house.gov/langevin"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "RI", "district": 2, "party": "Democrat", "url": "http://www.house.gov/langevin"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "RI", "district": 2, "party": "Democrat", "url": "http://www.house.gov/langevin", "address": "109 Cannon HOB; Washington DC 20515-3902", "phone": "202-225-2735", "fax": "202-225-5976", "contact_form": "http://langevin.house.gov/comments.shtml", "office": "109 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "RI", "party": "Democrat", "district": 2, "url": "http://langevin.house.gov", "address": "109 Cannon HOB; Washington DC 20515-3902", "phone": "202-225-2735", "fax": "202-225-5976", "contact_form": "https://langevin.house.gov/contact-me/email-me", "office": "109 Cannon House Office Building", "rss_url": "http://langevin.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "RI", "party": "Democrat", "district": 2, "url": "http://langevin.house.gov", "address": "2077 Rayburn HOB; Washington DC 20515-3902", "phone": "202-225-2735", "fax": "202-225-5976", "contact_form": "https://langevin.house.gov/contact-me/email-me", "office": "2077 Rayburn House Office Building", "rss_url": "http://langevin.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "RI", "district": 2, "party": "Democrat", "phone": "202-225-2735", "url": "http://langevin.house.gov", "rss_url": "http://langevin.house.gov/rss.xml", "address": "2077 Rayburn HOB; Washington DC 20515-3902", "office": "2077 Rayburn House Office Building", "fax": "202-225-5976"}]}, {"id": {"bioguide": "L000575", "thomas": "02050", "govtrack": 412464, "opensecrets": "N00031129", "votesmart": 124938, "fec": ["H0OK05114", "S4OK00232"], "cspan": 1033847, "wikipedia": "James Lankford", "house_history": 17326, "ballotpedia": "James Lankford", "maplight": 1470, "icpsr": 21166, "lis": "S378", "wikidata": "Q45940", "google_entity_id": "kg:/m/0dgrrx6"}, "name": {"first": "James", "last": "Lankford", "official_full": "James Lankford"}, "bio": {"birthday": "1968-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OK", "district": 5, "party": "Republican", "url": "http://lankford.house.gov/", "address": "509 Cannon HOB; Washington DC 20515-3605", "phone": "202-225-2132", "fax": "202-226-1463", "office": "509 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OK", "party": "Republican", "district": 5, "url": "http://lankford.house.gov", "address": "228 Cannon HOB; Washington DC 20515-3605", "phone": "202-225-2132", "fax": "202-226-1463", "office": "228 Cannon House Office Building", "rss_url": "http://lankford.house.gov/rss.xml", "contact_form": "https://lankford.house.gov/contact-me/"}, {"type": "sen", "start": "2015-01-06", "end": "2017-01-03", "state": "OK", "class": 3, "state_rank": "junior", "party": "Republican", "url": "https://www.lankford.senate.gov", "address": "316 Hart Senate Office Building Washington DC 20510", "office": "316 Hart Senate Office Building", "phone": "202-224-5754"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "OK", "class": 3, "state_rank": "junior", "party": "Republican", "url": "https://www.lankford.senate.gov", "address": "316 Hart Senate Office Building Washington DC 20510", "office": "316 Hart Senate Office Building", "phone": "202-224-5754", "contact_form": "http://www.lankford.senate.gov/contact/email"}]}, {"id": {"bioguide": "L000560", "thomas": "01675", "govtrack": 400232, "opensecrets": "N00009759", "votesmart": 56231, "fec": ["H0WA02080"], "cspan": 86610, "wikipedia": "Rick Larsen", "house_history": 17298, "maplight": 333, "icpsr": 20145, "wikidata": "Q503529", "google_entity_id": "kg:/m/025953"}, "name": {"first": "Rick", "last": "Larsen", "official_full": "Rick Larsen"}, "bio": {"birthday": "1965-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/larsen"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/larsen"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/larsen"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/larsen"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/larsen", "address": "108 Cannon HOB; Washington DC 20515-4702", "phone": "202-225-2605", "fax": "202-225-4420", "contact_form": "http://www.house.gov/larsen/contact/", "office": "108 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WA", "party": "Democrat", "district": 2, "url": "http://larsen.house.gov", "address": "2113 Rayburn HOB; Washington DC 20515-4702", "phone": "202-225-2605", "fax": "202-225-4420", "contact_form": "http://larsen.house.gov/contact-rick/email-rick", "office": "2113 Rayburn House Office Building", "rss_url": "http://larsen.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WA", "party": "Democrat", "district": 2, "url": "http://larsen.house.gov", "address": "2113 Rayburn HOB; Washington DC 20515-4702", "phone": "202-225-2605", "fax": "202-225-4420", "contact_form": "http://larsen.house.gov/contact-rick/email-rick", "office": "2113 Rayburn House Office Building", "rss_url": "http://larsen.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WA", "district": 2, "party": "Democrat", "phone": "202-225-2605", "url": "http://larsen.house.gov", "rss_url": "http://larsen.house.gov/rss.xml", "address": "2113 Rayburn HOB; Washington DC 20515-4702", "office": "2113 Rayburn House Office Building", "fax": "202-225-4420"}]}, {"id": {"bioguide": "L000557", "thomas": "01583", "govtrack": 400233, "opensecrets": "N00000575", "votesmart": 17188, "fec": ["H8CT01046"], "cspan": 36596, "wikipedia": "John B. Larson", "house_history": 17292, "ballotpedia": "John B. Larson", "maplight": 334, "icpsr": 29908, "wikidata": "Q357832", "google_entity_id": "kg:/m/024zl9"}, "name": {"first": "John", "middle": "B.", "last": "Larson", "official_full": "John B. Larson"}, "bio": {"birthday": "1948-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CT", "district": 1, "party": "Democrat", "url": "http://www.house.gov/larson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CT", "district": 1, "party": "Democrat", "url": "http://www.house.gov/larson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CT", "district": 1, "party": "Democrat", "url": "http://www.house.gov/larson"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CT", "district": 1, "party": "Democrat", "url": "http://www.house.gov/larson"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CT", "district": 1, "party": "Democrat", "url": "http://www.house.gov/larson", "address": "1501 Longworth HOB; Washington DC 20515-0701", "phone": "202-225-2265", "fax": "202-225-1031", "contact_form": "http://www.house.gov/writerep", "office": "1501 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CT", "party": "Democrat", "district": 1, "url": "http://www.larson.house.gov", "address": "1501 Longworth HOB; Washington DC 20515-0701", "phone": "202-225-2265", "fax": "202-225-1031", "contact_form": "https://forms.house.gov/larson/contact_new.html", "office": "1501 Longworth House Office Building", "rss_url": "http://www.larson.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CT", "party": "Democrat", "district": 1, "url": "http://larson.house.gov", "address": "1501 Longworth HOB; Washington DC 20515-0701", "phone": "202-225-2265", "fax": "202-225-1031", "contact_form": "https://forms.house.gov/larson/contact_new.html", "office": "1501 Longworth House Office Building", "rss_url": "http://www.larson.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CT", "district": 1, "party": "Democrat", "phone": "202-225-2265", "url": "https://larson.house.gov", "rss_url": "http://www.larson.house.gov/index.php?format=feed&type=rss", "address": "1501 Longworth HOB; Washington DC 20515-0701", "office": "1501 Longworth House Office Building", "fax": "202-225-1031"}]}, {"id": {"bioguide": "L000566", "thomas": "01885", "govtrack": 412256, "opensecrets": "N00012233", "votesmart": 9926, "fec": ["H8OH05036"], "cspan": 1028071, "wikipedia": "Bob Latta", "house_history": 17309, "ballotpedia": "Robert E. Latta", "maplight": 737, "icpsr": 20755, "wikidata": "Q888061", "google_entity_id": "kg:/m/02z6_j1"}, "name": {"first": "Robert", "middle": "E.", "last": "Latta", "official_full": "Robert E. Latta"}, "bio": {"birthday": "1956-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-12-13", "end": "2009-01-03", "state": "OH", "district": 5, "party": "Republican", "url": "http://latta.house.gov/"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 5, "party": "Republican", "url": "http://latta.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 5, "party": "Republican", "url": "http://latta.house.gov/", "address": "1323 Longworth HOB; Washington DC 20515-3505", "phone": "202-225-6405", "fax": "202-225-1985", "contact_form": "http://latta.house.gov/contactform_zipcheck.shtml", "office": "1323 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Republican", "district": 5, "url": "http://latta.house.gov", "address": "2448 Rayburn HOB; Washington DC 20515-3505", "phone": "202-225-6405", "fax": "202-225-1985", "contact_form": "https://latta.house.gov/contact/contactform.htm", "office": "2448 Rayburn House Office Building", "rss_url": "http://latta.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OH", "party": "Republican", "district": 5, "url": "http://latta.house.gov", "address": "2448 Rayburn HOB; Washington DC 20515-3505", "phone": "202-225-6405", "fax": "202-225-1985", "contact_form": "https://latta.house.gov/contact/contactform.htm", "office": "2448 Rayburn House Office Building", "rss_url": "http://latta.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 5, "party": "Republican", "phone": "202-225-6405", "url": "http://latta.house.gov", "rss_url": "http://latta.house.gov/news/rss.aspx", "address": "2448 Rayburn HOB; Washington DC 20515-3505", "office": "2448 Rayburn House Office Building", "fax": "202-225-1985"}], "family": [{"name": "Delbert L. Latta ", "relation": "son"}]}, {"id": {"bioguide": "L000174", "thomas": "01383", "lis": "S057", "govtrack": 300065, "opensecrets": "N00009918", "votesmart": 53353, "icpsr": 14307, "fec": ["S4VT00017"], "cspan": 1552, "wikipedia": "Patrick Leahy", "ballotpedia": "Patrick Leahy", "maplight": 586, "wikidata": "Q59315", "google_entity_id": "kg:/m/0202kf"}, "name": {"first": "Patrick", "middle": "J.", "last": "Leahy", "official_full": "Patrick J. Leahy"}, "bio": {"birthday": "1940-03-31", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "VT", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "VT", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "VT", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "VT", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "VT", "class": 3, "party": "Democrat", "url": "http://leahy.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "VT", "class": 3, "party": "Democrat", "url": "http://leahy.senate.gov/"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "VT", "class": 3, "party": "Democrat", "url": "https://www.leahy.senate.gov", "address": "437 Russell Senate Office Building Washington DC 20510", "phone": "202-224-4242", "fax": "202-224-3479", "contact_form": "https://www.leahy.senate.gov/contact/", "office": "437 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.leahy.senate.gov/rss/feeds/press/"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "VT", "class": 3, "state_rank": "senior", "party": "Democrat", "url": "https://www.leahy.senate.gov", "rss_url": "http://www.leahy.senate.gov/rss/feeds/press/", "address": "437 Russell Senate Office Building Washington DC 20510", "office": "437 Russell Senate Office Building", "phone": "202-224-4242", "contact_form": "https://www.leahy.senate.gov/contact/", "fax": "202-224-3479"}]}, {"id": {"bioguide": "L000551", "thomas": "01501", "govtrack": 400237, "opensecrets": "N00008046", "votesmart": 8315, "fec": ["H8CA09060"], "cspan": 54579, "house_history": 17282, "wikipedia": "Barbara Lee", "maplight": 337, "icpsr": 29778, "wikidata": "Q289317", "google_entity_id": "kg:/m/024sjy"}, "name": {"first": "Barbara", "last": "Lee", "official_full": "Barbara Lee"}, "bio": {"birthday": "1946-07-16", "gender": "F", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1998-04-07", "end": "1999-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 9, "party": "Democrat", "url": "http://www.house.gov/lee"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 9, "party": "Democrat", "url": "http://www.house.gov/lee"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 9, "party": "Democrat", "url": "http://lee.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 9, "party": "Democrat", "url": "http://lee.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 9, "party": "Democrat", "url": "http://lee.house.gov", "address": "2267 Rayburn HOB; Washington DC 20515-0509", "phone": "202-225-2661", "fax": "202-225-9817", "contact_form": "http://lee.house.gov/?sectionid=44&sectiontree=18,44", "office": "2267 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 13, "url": "http://lee.house.gov", "address": "2267 Rayburn HOB; Washington DC 20515-0513", "phone": "202-225-2661", "fax": "202-225-9817", "contact_form": "http://lee.house.gov/contact-the-office/email-me", "office": "2267 Rayburn House Office Building", "rss_url": "http://lee.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 13, "url": "http://lee.house.gov", "address": "2267 Rayburn HOB; Washington DC 20515-0513", "phone": "202-225-2661", "fax": "202-225-9817", "contact_form": "http://lee.house.gov/contact-the-office/email-me", "office": "2267 Rayburn House Office Building", "rss_url": "http://lee.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 13, "party": "Democrat", "phone": "202-225-2661", "url": "https://lee.house.gov", "rss_url": "http://lee.house.gov/rss.xml", "address": "2267 Rayburn HOB; Washington DC 20515-0513", "office": "2267 Rayburn House Office Building", "fax": "202-225-9817"}]}, {"id": {"bioguide": "L000577", "thomas": "02080", "lis": "S346", "govtrack": 412495, "opensecrets": "N00031696", "votesmart": 66395, "fec": ["S0UT00165"], "cspan": 9267977, "wikipedia": "Mike Lee (U.S. politician)", "ballotpedia": "Mike Lee", "maplight": 1500, "icpsr": 41110, "wikidata": "Q627098", "google_entity_id": "kg:/m/09v5q9x"}, "name": {"first": "Mike", "last": "Lee", "official_full": "Mike Lee"}, "bio": {"birthday": "1971-06-04", "gender": "M"}, "terms": [{"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "UT", "class": 3, "party": "Republican", "url": "http://www.lee.senate.gov", "address": "361A Russell Senate Office Building Washington DC 20510", "phone": "202-224-5444", "contact_form": "http://www.lee.senate.gov/public/index.cfm/contact", "office": "361a Russell Senate Office Building", "state_rank": "junior", "rss_url": "http://www.lee.senate.gov/public/index.cfm/rss/feed"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "UT", "class": 3, "state_rank": "junior", "party": "Republican", "url": "https://www.lee.senate.gov/public", "rss_url": "http://www.lee.senate.gov/public/index.cfm/rss/feed", "address": "361A Russell Senate Office Building Washington DC 20510", "office": "361a Russell Senate Office Building", "phone": "202-224-5444", "contact_form": "https://www.lee.senate.gov/public/index.cfm/contact"}]}, {"id": {"bioguide": "L000263", "thomas": "00683", "govtrack": 400238, "opensecrets": "N00003950", "votesmart": 26918, "icpsr": 15033, "fec": ["H2MI17023"], "cspan": 251, "house_history": 16921, "wikipedia": "Sander Levin", "ballotpedia": "Sander Levin", "maplight": 339, "wikidata": "Q971943", "google_entity_id": "kg:/m/02n8p2"}, "name": {"first": "Sander", "middle": "M.", "last": "Levin", "official_full": "Sander M. Levin"}, "bio": {"birthday": "1931-09-06", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MI", "district": 12, "party": "Democrat", "url": "http://www.house.gov/levin"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MI", "district": 12, "party": "Democrat", "url": "http://www.house.gov/levin"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MI", "district": 12, "party": "Democrat", "url": "http://www.house.gov/levin"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MI", "district": 12, "party": "Democrat", "url": "http://www.house.gov/levin"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MI", "district": 12, "party": "Democrat", "url": "http://www.house.gov/levin", "address": "1236 Longworth HOB; Washington DC 20515-2212", "phone": "202-225-4961", "fax": "202-226-1033", "contact_form": "http://www.house.gov/levin/levin_contact_email.shtml", "office": "1236 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MI", "party": "Democrat", "district": 9, "url": "http://levin.house.gov", "address": "1236 Longworth HOB; Washington DC 20515-2209", "phone": "202-225-4961", "fax": "202-226-1033", "contact_form": "https://levin.house.gov/contact-me/email-me", "office": "1236 Longworth House Office Building", "rss_url": "http://levin.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MI", "party": "Democrat", "district": 9, "url": "http://levin.house.gov", "address": "1236 Longworth HOB; Washington DC 20515-2209", "phone": "202-225-4961", "fax": "202-226-1033", "contact_form": "https://levin.house.gov/contact-me/email-me", "office": "1236 Longworth House Office Building", "rss_url": "http://levin.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MI", "district": 9, "party": "Democrat", "phone": "202-225-4961", "url": "http://levin.house.gov", "rss_url": "http://levin.house.gov/rss.xml", "address": "1236 Longworth HOB; Washington DC 20515-2209", "office": "1236 Longworth House Office Building", "fax": "202-226-1033"}], "family": [{"name": "Carl Levin", "relation": "brother"}]}, {"id": {"bioguide": "L000287", "thomas": "00688", "govtrack": 400240, "opensecrets": "N00002577", "votesmart": 26820, "icpsr": 15431, "fec": ["H6GA05217"], "cspan": 2528, "wikipedia": "John Lewis (Georgia politician)", "house_history": 16948, "ballotpedia": "John Lewis (Georgia)", "maplight": 341, "wikidata": "Q45380", "google_entity_id": "kg:/m/02555z"}, "name": {"first": "John", "middle": "R.", "last": "Lewis", "official_full": "John Lewis"}, "bio": {"birthday": "1940-02-21", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "GA", "district": 5, "party": "Democrat", "url": "http://www.house.gov/johnlewis"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "GA", "district": 5, "party": "Democrat", "url": "http://www.house.gov/johnlewis"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "GA", "district": 5, "party": "Democrat", "url": "http://www.house.gov/johnlewis"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "GA", "district": 5, "party": "Democrat", "url": "http://www.house.gov/johnlewis"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "GA", "district": 5, "party": "Democrat", "url": "http://www.house.gov/johnlewis", "address": "343 Cannon HOB; Washington DC 20515-1005", "phone": "202-225-3801", "fax": "202-225-0351", "contact_form": "http://www.house.gov/formjohnlewis/contact.html", "office": "343 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "GA", "party": "Democrat", "district": 5, "url": "http://johnlewis.house.gov", "address": "343 Cannon HOB; Washington DC 20515-1005", "phone": "202-225-3801", "fax": "202-225-0351", "contact_form": "https://johnlewis.house.gov/contact-me/email-me-zip", "office": "343 Cannon House Office Building", "rss_url": "http://johnlewis.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "GA", "party": "Democrat", "district": 5, "url": "http://johnlewis.house.gov", "address": "343 Cannon HOB; Washington DC 20515-1005", "phone": "202-225-3801", "fax": "202-225-0351", "contact_form": "https://johnlewis.house.gov/contact-me/email-me-zip", "office": "343 Cannon House Office Building", "rss_url": "http://johnlewis.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "GA", "district": 5, "party": "Democrat", "phone": "202-225-3801", "url": "https://johnlewis.house.gov", "rss_url": "http://johnlewis.house.gov/rss.xml", "address": "343 Cannon HOB; Washington DC 20515-1005", "office": "343 Cannon House Office Building", "fax": "202-225-0351"}]}, {"id": {"bioguide": "L000563", "thomas": "01781", "govtrack": 400630, "opensecrets": "N00027239", "votesmart": 33692, "fec": ["H4IL03077"], "cspan": 1013046, "wikipedia": "Dan Lipinski", "house_history": 17303, "ballotpedia": "Daniel Lipinski", "maplight": 636, "icpsr": 20508, "wikidata": "Q518424", "google_entity_id": "kg:/m/0508fv"}, "name": {"first": "Daniel", "middle": "William", "last": "Lipinski", "official_full": "Daniel Lipinski"}, "bio": {"birthday": "1966-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 3, "party": "Democrat", "url": "http://www.lipinski.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 3, "party": "Democrat", "url": "http://www.lipinski.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 3, "party": "Democrat", "url": "http://www.lipinski.house.gov", "address": "1717 Longworth HOB; Washington DC 20515-1303", "phone": "202-225-5701", "fax": "202-225-1012", "contact_form": "http://www.house.gov/formlipinski/zipauth.html", "office": "1717 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Democrat", "district": 3, "url": "http://www.lipinski.house.gov", "address": "1717 Longworth HOB; Washington DC 20515-1303", "phone": "202-225-5701", "fax": "202-225-1012", "contact_form": "https://lipinskiforms.house.gov/contact-form", "office": "1717 Longworth House Office Building", "rss_url": "http://www.lipinski.house.gov/common/rss//index.cfm?rss=25"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "party": "Democrat", "district": 3, "url": "http://lipinski.house.gov", "address": "2346 Rayburn HOB; Washington DC 20515-1303", "phone": "202-225-5701", "fax": "202-225-1012", "contact_form": "https://lipinskiforms.house.gov/contact-form", "office": "2346 Rayburn House Office Building", "rss_url": "http://www.lipinski.house.gov/common/rss//index.cfm?rss=25"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 3, "party": "Democrat", "phone": "202-225-5701", "url": "https://lipinski.house.gov", "rss_url": "http://www.lipinski.house.gov/common/rss//index.cfm?rss=25", "address": "2346 Rayburn HOB; Washington DC 20515-1303", "office": "2346 Rayburn House Office Building", "fax": "202-225-1012"}], "family": [{"name": "William Oliver Lipinski", "relation": "son"}]}, {"id": {"bioguide": "L000554", "thomas": "00699", "govtrack": 400244, "opensecrets": "N00000851", "votesmart": 21890, "fec": ["H2NJ02037"], "cspan": 30867, "wikipedia": "Frank LoBiondo", "house_history": 17288, "ballotpedia": "Frank LoBiondo", "maplight": 344, "icpsr": 29539, "wikidata": "Q616850", "google_entity_id": "kg:/m/025y0c"}, "name": {"first": "Frank", "middle": "A.", "last": "LoBiondo", "official_full": "Frank A. LoBiondo"}, "bio": {"birthday": "1946-05-12", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NJ", "district": 2, "party": "Republican", "url": "http://www.house.gov/lobiondo"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NJ", "district": 2, "party": "Republican", "url": "http://www.house.gov/lobiondo"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NJ", "district": 2, "party": "Republican", "url": "http://www.house.gov/lobiondo"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NJ", "district": 2, "party": "Republican", "url": "http://www.house.gov/lobiondo"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NJ", "district": 2, "party": "Republican", "url": "http://www.house.gov/lobiondo", "address": "2427 Rayburn HOB; Washington DC 20515-3002", "phone": "202-225-6572", "fax": "202-225-3318", "contact_form": "http://www.house.gov/lobiondo/IMA/issue.htm", "office": "2427 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NJ", "party": "Republican", "district": 2, "url": "http://lobiondo.house.gov", "address": "2427 Rayburn HOB; Washington DC 20515-3002", "phone": "202-225-6572", "fax": "202-225-3318", "contact_form": "https://lobiondo.house.gov/contact-me/email-me", "office": "2427 Rayburn House Office Building", "rss_url": "http://lobiondo.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NJ", "party": "Republican", "district": 2, "url": "http://lobiondo.house.gov", "address": "2427 Rayburn HOB; Washington DC 20515-3002", "phone": "202-225-6572", "fax": "202-225-3318", "contact_form": "https://lobiondo.house.gov/contact-me/email-me", "office": "2427 Rayburn House Office Building", "rss_url": "http://lobiondo.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NJ", "district": 2, "party": "Republican", "phone": "202-225-6572", "url": "http://lobiondo.house.gov", "rss_url": "http://lobiondo.house.gov/rss.xml", "address": "2427 Rayburn HOB; Washington DC 20515-3002", "office": "2427 Rayburn House Office Building", "fax": "202-225-3318"}]}, {"id": {"bioguide": "L000565", "thomas": "01846", "govtrack": 412209, "opensecrets": "N00027741", "votesmart": 68964, "fec": ["H6IA02146"], "cspan": 1022883, "wikipedia": "Dave Loebsack", "house_history": 17307, "ballotpedia": "Dave Loebsack", "maplight": 694, "icpsr": 20720, "wikidata": "Q771586", "google_entity_id": "kg:/m/0gtmqs"}, "name": {"first": "David", "last": "Loebsack", "official_full": "David Loebsack"}, "bio": {"birthday": "1952-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IA", "district": 2, "party": "Democrat", "url": "http://loebsack.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IA", "district": 2, "party": "Democrat", "url": "http://loebsack.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IA", "district": 2, "party": "Democrat", "url": "http://loebsack.house.gov", "address": "1527 Longworth HOB; Washington DC 20515-1502", "phone": "202-225-6576", "fax": "202-226-0757", "contact_form": "http://loebsack.house.gov/contactform/", "office": "1527 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IA", "party": "Democrat", "district": 2, "url": "http://loebsack.house.gov", "address": "1527 Longworth HOB; Washington DC 20515-1502", "phone": "202-225-6576", "fax": "202-226-0757", "contact_form": "https://loebsack.house.gov/forms/writeyourrep/", "office": "1527 Longworth House Office Building", "rss_url": "http://loebsack.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IA", "party": "Democrat", "district": 2, "url": "http://loebsack.house.gov", "address": "1527 Longworth HOB; Washington DC 20515-1502", "phone": "202-225-6576", "fax": "202-226-0757", "contact_form": "https://loebsack.house.gov/forms/writeyourrep/", "office": "1527 Longworth House Office Building", "rss_url": "http://loebsack.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IA", "district": 2, "party": "Democrat", "phone": "202-225-6576", "url": "http://loebsack.house.gov", "rss_url": "http://loebsack.house.gov/news/rss.aspx", "address": "1527 Longworth HOB; Washington DC 20515-1502", "office": "1527 Longworth House Office Building", "fax": "202-226-0757"}]}, {"id": {"bioguide": "L000397", "thomas": "00701", "govtrack": 400245, "opensecrets": "N00007479", "votesmart": 21899, "fec": ["H4CA16049"], "cspan": 36520, "wikipedia": "Zoe Lofgren", "house_history": 17087, "ballotpedia": "Zoe Lofgren", "maplight": 345, "icpsr": 29504, "wikidata": "Q218217", "google_entity_id": "kg:/m/024t94"}, "name": {"first": "Zoe", "last": "Lofgren", "official_full": "Zoe Lofgren"}, "bio": {"birthday": "1947-12-21", "gender": "F", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 16, "party": "Democrat", "url": "http://zoelofgren.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 16, "party": "Democrat", "url": "http://zoelofgren.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 16, "party": "Democrat", "url": "http://www.house.gov/lofgren"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 16, "party": "Democrat", "url": "http://www.house.gov/lofgren"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 16, "party": "Democrat", "url": "http://www.house.gov/lofgren", "address": "1401 Longworth HOB; Washington DC 20515-0516", "phone": "202-225-3072", "fax": "202-225-3336", "contact_form": "http://lofgren.house.gov/emailform.shtml", "office": "1401 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 19, "url": "http://lofgren.house.gov", "address": "1401 Longworth HOB; Washington DC 20515-0519", "phone": "202-225-3072", "fax": "202-225-3336", "contact_form": "http://lofgren.house.gov/contact/", "office": "1401 Longworth House Office Building", "rss_url": "http://lofgren.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 19, "url": "https://lofgren.house.gov", "address": "1401 Longworth HOB; Washington DC 20515-0519", "phone": "202-225-3072", "fax": "202-225-3336", "contact_form": "http://lofgren.house.gov/contact/", "office": "1401 Longworth House Office Building", "rss_url": "http://lofgren.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 19, "party": "Democrat", "phone": "202-225-3072", "url": "https://lofgren.house.gov", "rss_url": "http://lofgren.house.gov/index.php?format=feed&type=rss", "address": "1401 Longworth HOB; Washington DC 20515-0519", "office": "1401 Longworth House Office Building", "fax": "202-225-3336"}]}, {"id": {"bioguide": "L000576", "thomas": "02033", "govtrack": 412445, "opensecrets": "N00030676", "votesmart": 123401, "fec": ["H0MO07113"], "cspan": 61880, "wikipedia": "Billy Long", "house_history": 17328, "maplight": 1455, "icpsr": 21150, "wikidata": "Q863171", "google_entity_id": "kg:/m/0ds17_9"}, "name": {"first": "Billy", "last": "Long", "official_full": "Billy Long"}, "bio": {"birthday": "1955-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MO", "district": 7, "party": "Republican", "url": "http://long.house.gov/", "address": "1541 Longworth HOB; Washington DC 20515-2507", "phone": "202-225-6536", "fax": "202-225-5604", "office": "1541 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MO", "party": "Republican", "district": 7, "url": "http://long.house.gov", "address": "1541 Longworth HOB; Washington DC 20515-2507", "phone": "202-225-6536", "fax": "202-225-5604", "office": "1541 Longworth House Office Building", "rss_url": "http://long.house.gov/common/rss//index.cfm?rss=49", "contact_form": "https://longforms.house.gov/email-billy"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MO", "party": "Republican", "district": 7, "url": "http://long.house.gov", "address": "1541 Longworth HOB; Washington DC 20515-2507", "phone": "202-225-6536", "fax": "202-225-5604", "office": "1541 Longworth House Office Building", "rss_url": "http://long.house.gov/common/rss//index.cfm?rss=49", "contact_form": "https://longforms.house.gov/email-billy"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MO", "district": 7, "party": "Republican", "phone": "202-225-6536", "url": "https://long.house.gov", "rss_url": "http://long.house.gov/common/rss//index.cfm?rss=49", "address": "2454 Rayburn HOB; Washington DC 20515-2507", "office": "2454 Rayburn House Office Building", "fax": "202-225-5604"}]}, {"id": {"bioguide": "L000480", "thomas": "00709", "govtrack": 400246, "opensecrets": "N00001024", "votesmart": 26982, "icpsr": 15612, "fec": ["H8NY20056"], "cspan": 6110, "wikipedia": "Nita Lowey", "house_history": 17192, "ballotpedia": "Nita Lowey", "maplight": 346, "wikidata": "Q460652", "google_entity_id": "kg:/m/03tv8l"}, "name": {"first": "Nita", "middle": "M.", "last": "Lowey", "official_full": "Nita M. Lowey"}, "bio": {"birthday": "1937-07-05", "gender": "F", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 18, "party": "Democrat", "url": "http://www.house.gov/lowey"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 18, "party": "Democrat", "url": "http://www.house.gov/lowey"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 18, "party": "Democrat", "url": "http://www.house.gov/lowey"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 18, "party": "Democrat", "url": "http://www.house.gov/lowey"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 18, "party": "Democrat", "url": "http://www.house.gov/lowey", "address": "2365 Rayburn HOB; Washington DC 20515-3218", "phone": "202-225-6506", "fax": "202-225-0546", "contact_form": "http://lowey.house.gov/?sectionid=56&sectiontree=56", "office": "2365 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 17, "url": "http://lowey.house.gov", "address": "2365 Rayburn HOB; Washington DC 20515-3217", "phone": "202-225-6506", "fax": "202-225-0546", "contact_form": "https://lowey.house.gov/contact-form/", "office": "2365 Rayburn House Office Building", "rss_url": "http://www.house.gov/common/rss/?rss=18"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 17, "url": "http://lowey.house.gov", "address": "2365 Rayburn HOB; Washington DC 20515-3217", "phone": "202-225-6506", "fax": "202-225-0546", "contact_form": "https://lowey.house.gov/contact-form/", "office": "2365 Rayburn House Office Building", "rss_url": "http://www.house.gov/common/rss/?rss=18"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 17, "party": "Democrat", "phone": "202-225-6506", "url": "https://lowey.house.gov", "rss_url": "http://www.house.gov/common/rss/?rss=18", "address": "2365 Rayburn HOB; Washington DC 20515-3217", "office": "2365 Rayburn House Office Building", "fax": "202-225-0546"}]}, {"id": {"bioguide": "L000491", "thomas": "00711", "govtrack": 400247, "opensecrets": "N00005559", "votesmart": 27032, "fec": ["H4OK06056"], "cspan": 35692, "wikipedia": "Frank Lucas (Oklahoma politician)", "house_history": 17205, "ballotpedia": "Frank D. Lucas", "maplight": 347, "icpsr": 29393, "wikidata": "Q246049", "google_entity_id": "kg:/m/033tnk"}, "name": {"first": "Frank", "middle": "D.", "last": "Lucas", "official_full": "Frank D. Lucas"}, "bio": {"birthday": "1960-01-06", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1993-05-10", "end": "1995-01-03", "state": "OK", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OK", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OK", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OK", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OK", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OK", "district": 3, "party": "Republican", "url": "http://www.house.gov/lucas"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OK", "district": 3, "party": "Republican", "url": "http://www.house.gov/lucas"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OK", "district": 3, "party": "Republican", "url": "http://www.house.gov/lucas"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OK", "district": 3, "party": "Republican", "url": "http://www.house.gov/lucas"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OK", "district": 3, "party": "Republican", "url": "http://www.house.gov/lucas", "address": "2311 Rayburn HOB; Washington DC 20515-3603", "phone": "202-225-5565", "fax": "202-225-8698", "contact_form": "http://www.house.gov/lucas/zipauth.htm", "office": "2311 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OK", "party": "Republican", "district": 3, "url": "http://lucas.house.gov", "address": "2311 Rayburn HOB; Washington DC 20515-3603", "phone": "202-225-5565", "fax": "202-225-8698", "contact_form": "https://lucas.house.gov/contact-me/email-me", "office": "2311 Rayburn House Office Building", "rss_url": "http://lucas.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OK", "party": "Republican", "district": 3, "url": "http://lucas.house.gov", "address": "2405 Rayburn HOB; Washington DC 20515-3603", "phone": "202-225-5565", "fax": "202-225-8698", "contact_form": "https://lucas.house.gov/contact-me/email-me", "office": "2405 Rayburn House Office Building", "rss_url": "http://lucas.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OK", "district": 3, "party": "Republican", "phone": "202-225-5565", "url": "http://lucas.house.gov", "rss_url": "http://lucas.house.gov/rss.xml", "address": "2405 Rayburn HOB; Washington DC 20515-3603", "office": "2405 Rayburn House Office Building", "fax": "202-225-8698"}]}, {"id": {"bioguide": "L000569", "thomas": "01931", "govtrack": 412292, "opensecrets": "N00030026", "votesmart": 20400, "fec": ["H8MO09153"], "cspan": 1031348, "wikipedia": "Blaine Luetkemeyer", "house_history": 17315, "maplight": 774, "icpsr": 20926, "wikidata": "Q522181", "google_entity_id": "kg:/m/04ycpq1"}, "name": {"first": "Blaine", "last": "Luetkemeyer", "official_full": "Blaine Luetkemeyer"}, "bio": {"gender": "M", "birthday": "1952-05-07"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MO", "district": 9, "party": "Republican", "url": "http://luetkemeyer.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MO", "district": 9, "party": "Republican", "url": "http://luetkemeyer.house.gov", "address": "1740 Longworth HOB; Washington DC 20515-2509", "phone": "202-225-2956", "fax": "202-225-5712", "contact_form": "https://forms.house.gov/luetkemeyer/contact-form.shtml", "office": "1740 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MO", "party": "Republican", "district": 3, "url": "http://luetkemeyer.house.gov", "address": "2440 Rayburn HOB; Washington DC 20515-2503", "phone": "202-225-2956", "fax": "202-225-5712", "contact_form": "https://luetkemeyer.house.gov/forms/writeyourrep/", "office": "2440 Rayburn House Office Building", "rss_url": "http://luetkemeyer.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MO", "party": "Republican", "district": 3, "url": "http://luetkemeyer.house.gov", "address": "2440 Rayburn HOB; Washington DC 20515-2503", "phone": "202-225-2956", "fax": "202-225-5712", "contact_form": "https://luetkemeyer.house.gov/forms/writeyourrep/", "office": "2440 Rayburn House Office Building", "rss_url": "http://luetkemeyer.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MO", "district": 3, "party": "Republican", "phone": "202-225-2956", "url": "http://luetkemeyer.house.gov", "rss_url": "http://luetkemeyer.house.gov/news/rss.aspx", "address": "2230 Rayburn HOB; Washington DC 20515-2503", "office": "2230 Rayburn House Office Building", "fax": "202-225-5712"}]}, {"id": {"bioguide": "L000570", "thomas": "01939", "govtrack": 412293, "opensecrets": "N00029562", "votesmart": 102842, "fec": ["H8NM03196"], "cspan": 1031351, "wikipedia": "Ben Ray Luj\u00e1n", "house_history": 17317, "maplight": 775, "icpsr": 20932, "wikidata": "Q324256", "google_entity_id": "kg:/m/0412qzq"}, "name": {"first": "Ben", "middle": "Ray", "last": "Luj\u00e1n", "official_full": "Ben Ray Luj\u00e1n"}, "bio": {"gender": "M", "birthday": "1972-06-07"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NM", "district": 3, "party": "Democrat", "url": "http://lujan.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NM", "district": 3, "party": "Democrat", "url": "http://lujan.house.gov", "address": "330 Cannon HOB; Washington DC 20515-3103", "phone": "202-225-6190", "fax": "202-226-1528", "contact_form": "https://forms.house.gov/lujan/contact-form.shtml", "office": "330 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NM", "party": "Democrat", "district": 3, "url": "http://lujan.house.gov", "address": "2446 Rayburn HOB; Washington DC 20515-3103", "phone": "202-225-6190", "fax": "202-226-1528", "contact_form": "https://forms.house.gov/lujan/contact-form.shtml", "office": "2446 Rayburn House Office Building", "rss_url": "http://lujan.house.gov/index.php?option=com_bca-rss-syndicator&feed_id=1"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NM", "party": "Democrat", "district": 3, "url": "http://lujan.house.gov", "address": "2446 Rayburn HOB; Washington DC 20515-3103", "phone": "202-225-6190", "fax": "202-226-1528", "contact_form": "https://forms.house.gov/lujan/contact-form.shtml", "office": "2446 Rayburn House Office Building", "rss_url": "http://lujan.house.gov/index.php?option=com_bca-rss-syndicator&feed_id=1"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NM", "district": 3, "party": "Democrat", "phone": "202-225-6190", "url": "https://lujan.house.gov", "rss_url": "http://lujan.house.gov/index.php?option=com_bca-rss-syndicator&feed_id=1", "address": "2231 Rayburn HOB; Washington DC 20515-3103", "office": "2231 Rayburn House Office Building", "fax": "202-226-1528"}]}, {"id": {"bioguide": "L000562", "thomas": "01686", "govtrack": 400249, "opensecrets": "N00013855", "votesmart": 4844, "fec": ["H2MA09072", "S0MA00083"], "cspan": 1000222, "wikipedia": "Stephen F. Lynch", "house_history": 17301, "ballotpedia": "Stephen Lynch", "maplight": 348, "icpsr": 20119, "wikidata": "Q2344921", "google_entity_id": "kg:/m/028vsz"}, "name": {"first": "Stephen", "middle": "F.", "last": "Lynch", "official_full": "Stephen F. Lynch"}, "bio": {"birthday": "1955-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "2001-10-23", "end": "2003-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MA", "district": 9, "party": "Democrat", "url": "http://www.house.gov/lynch"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MA", "district": 9, "party": "Democrat", "url": "http://www.house.gov/lynch"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MA", "district": 9, "party": "Democrat", "url": "http://www.house.gov/lynch"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MA", "district": 9, "party": "Democrat", "url": "http://www.house.gov/lynch"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MA", "district": 9, "party": "Democrat", "url": "http://www.house.gov/lynch", "address": "2348 Rayburn HOB; Washington DC 20515-2109", "phone": "202-225-8273", "fax": "202-225-3984", "contact_form": "http://www.house.gov/writerep", "office": "2348 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MA", "party": "Democrat", "district": 8, "url": "http://lynch.house.gov", "address": "2133 Rayburn HOB; Washington DC 20515-2108", "phone": "202-225-8273", "fax": "202-225-3984", "contact_form": "https://lynch.house.gov/contact-me/email-me", "office": "2133 Rayburn House Office Building", "rss_url": "http://lynch.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MA", "party": "Democrat", "district": 8, "url": "http://lynch.house.gov", "address": "2369 Rayburn HOB; Washington DC 20515-2108", "phone": "202-225-8273", "fax": "202-225-3984", "contact_form": "https://lynch.house.gov/contact-me/email-me", "office": "2369 Rayburn House Office Building", "rss_url": "http://lynch.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MA", "district": 8, "party": "Democrat", "phone": "202-225-8273", "url": "http://lynch.house.gov", "rss_url": "http://lynch.house.gov/rss.xml", "address": "2268 Rayburn HOB; Washington DC 20515-2108", "office": "2268 Rayburn House Office Building", "fax": "202-225-3984"}]}, {"id": {"bioguide": "M000087", "thomas": "00729", "govtrack": 400251, "opensecrets": "N00000078", "votesmart": 26978, "fec": ["H2NY14037"], "cspan": 26162, "wikipedia": "Carolyn Maloney", "house_history": 17437, "ballotpedia": "Carolyn B. Maloney", "maplight": 349, "icpsr": 29379, "wikidata": "Q455833", "google_entity_id": "kg:/m/03txd5"}, "name": {"first": "Carolyn", "middle": "B.", "last": "Maloney", "official_full": "Carolyn B. Maloney"}, "bio": {"birthday": "1946-02-19", "gender": "F", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 14, "party": "Democrat", "url": "http://www.house.gov/maloney"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 14, "party": "Democrat", "url": "http://www.house.gov/maloney"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 14, "party": "Democrat", "url": "http://maloney.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 14, "party": "Democrat", "url": "http://maloney.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 14, "party": "Democrat", "url": "http://maloney.house.gov", "address": "2332 Rayburn HOB; Washington DC 20515-3214", "phone": "202-225-7944", "fax": "202-225-4709", "contact_form": "http://maloney.house.gov/index.php?option=com_email_form&Itemid=73", "office": "2332 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 12, "url": "http://maloney.house.gov", "address": "2308 Rayburn HOB; Washington DC 20515-3212", "phone": "202-225-7944", "fax": "202-225-4709", "contact_form": "https://maloney.house.gov/contact-me/email-me", "office": "2308 Rayburn House Office Building", "rss_url": "http://maloney.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 12, "url": "http://maloney.house.gov", "address": "2308 Rayburn HOB; Washington DC 20515-3212", "phone": "202-225-7944", "fax": "202-225-4709", "contact_form": "https://maloney.house.gov/contact-me/email-me", "office": "2308 Rayburn House Office Building", "rss_url": "http://maloney.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 12, "party": "Democrat", "phone": "202-225-7944", "url": "http://maloney.house.gov", "rss_url": "http://maloney.house.gov/rss.xml", "address": "2308 Rayburn HOB; Washington DC 20515-3212", "office": "2308 Rayburn House Office Building", "fax": "202-225-4709"}]}, {"id": {"bioguide": "M001158", "thomas": "01806", "govtrack": 400656, "opensecrets": "N00026710", "votesmart": 5549, "fec": ["H4TX24094"], "cspan": 1013059, "wikipedia": "Kenny Marchant", "house_history": 18788, "maplight": 661, "icpsr": 20532, "wikidata": "Q368184", "google_entity_id": "kg:/m/04cvjb"}, "name": {"first": "Kenny", "middle": "Ewell", "last": "Marchant", "official_full": "Kenny Marchant"}, "bio": {"birthday": "1951-02-23", "gender": "M", "religion": "Nazarene"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 24, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 24, "party": "Republican", "url": "http://www.house.gov/marchant"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 24, "party": "Republican", "url": "http://www.house.gov/marchant"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 24, "party": "Republican", "url": "http://www.house.gov/marchant", "address": "1110 Longworth HOB; Washington DC 20515-4324", "phone": "202-225-6605", "fax": "202-225-0074", "contact_form": "http://marchant.house.gov/emailkenny.shtml", "office": "1110 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 24, "url": "http://marchant.house.gov", "address": "1110 Longworth HOB; Washington DC 20515-4324", "phone": "202-225-6605", "fax": "202-225-0074", "contact_form": "https://marchant.house.gov/contact/contactform.htm", "office": "1110 Longworth House Office Building", "rss_url": "http://marchant.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 24, "url": "http://marchant.house.gov", "address": "2313 Rayburn HOB; Washington DC 20515-4324", "phone": "202-225-6605", "fax": "202-225-0074", "contact_form": "https://marchant.house.gov/contact/contactform.htm", "office": "2313 Rayburn House Office Building", "rss_url": "http://marchant.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 24, "party": "Republican", "phone": "202-225-6605", "url": "https://marchant.house.gov", "rss_url": "http://marchant.house.gov/news/rss.aspx", "address": "2369 Rayburn HOB; Washington DC 20515-4324", "office": "2369 Rayburn House Office Building", "fax": "202-225-0074"}]}, {"id": {"bioguide": "M001179", "thomas": "02053", "govtrack": 412468, "opensecrets": "N00031777", "votesmart": 119478, "fec": ["H0PA10078"], "cspan": 95129, "wikipedia": "Tom Marino", "house_history": 18828, "ballotpedia": "Tom Marino", "maplight": 1473, "icpsr": 21170, "wikidata": "Q2439864", "google_entity_id": "kg:/m/02qv_mf"}, "name": {"first": "Tom", "last": "Marino", "official_full": "Tom Marino"}, "bio": {"birthday": "1952-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 10, "party": "Republican", "url": "http://marino.house.gov/", "address": "410 Cannon HOB; Washington DC 20515-3810", "phone": "202-225-3731", "fax": "202-225-9594", "office": "410 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Republican", "district": 10, "url": "http://marino.house.gov", "address": "410 Cannon HOB; Washington DC 20515-3810", "phone": "202-225-3731", "fax": "202-225-9594", "office": "410 Cannon House Office Building", "rss_url": "http://marino.house.gov/rss.xml", "contact_form": "https://marino.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "party": "Republican", "district": 10, "url": "http://marino.house.gov", "address": "410 Cannon HOB; Washington DC 20515-3810", "phone": "202-225-3731", "fax": "202-225-9594", "office": "410 Cannon House Office Building", "rss_url": "http://marino.house.gov/rss.xml", "contact_form": "https://marino.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 10, "party": "Republican", "phone": "202-225-3731", "url": "https://marino.house.gov", "rss_url": "http://marino.house.gov/rss.xml", "address": "2242 Rayburn HOB; Washington DC 20515-3810", "office": "2242 Rayburn House Office Building", "fax": "202-225-9594"}]}, {"id": {"bioguide": "M000133", "thomas": "00735", "lis": "S369", "govtrack": 400253, "opensecrets": "N00000270", "votesmart": 26900, "icpsr": 14435, "fec": ["H6MA07101", "S4MA00028"], "cspan": 260, "wikipedia": "Ed Markey", "house_history": 17493, "ballotpedia": "Ed Markey", "maplight": 351, "wikidata": "Q1282411", "google_entity_id": "kg:/m/028vr4"}, "name": {"first": "Edward", "middle": "J.", "last": "Markey", "nickname": "Ed", "official_full": "Edward J. Markey"}, "bio": {"birthday": "1946-07-11", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/markey"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/markey"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/markey"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/markey"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/markey", "address": "2108 Rayburn HOB; Washington DC 20515-2107", "phone": "202-225-2836", "fax": "202-226-0092", "contact_form": "http://markey.house.gov/index.php?option=com_email_form&Itemid=124", "office": "2108 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2013-07-15", "state": "MA", "party": "Democrat", "district": 5, "url": "http://www.house.gov/markey", "address": "2108 Rayburn HOB; Washington DC 20515-2107", "phone": "202-225-2836", "fax": "202-226-0092", "contact_form": "http://markey.house.gov/index.php?option=com_email_form&Itemid=124", "office": "2108 Rayburn House Office Building", "rss_url": "http://markey.house.gov/rss.xml"}, {"type": "sen", "start": "2013-07-16", "end": "2015-01-03", "state": "MA", "party": "Democrat", "class": 2, "state_rank": "junior", "url": "http://www.markey.senate.gov", "phone": "202-224-2742", "office": "218 Russell Senate Office Building", "address": "218 Russell Senate Office Building Washington DC 20510", "contact_form": "http://www.markey.senate.gov/contact"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "MA", "party": "Democrat", "class": 2, "state_rank": "junior", "url": "http://www.markey.senate.gov", "phone": "202-224-2742", "office": "255 Dirksen Senate Office Building", "address": "255 Dirksen Senate Office Building Washington DC 20510", "contact_form": "https://www.markey.senate.gov/contact"}]}, {"id": {"bioguide": "M001163", "thomas": "01814", "govtrack": 400663, "opensecrets": "N00027459", "votesmart": 28593, "fec": ["H6CA05195"], "cspan": 26602, "wikipedia": "Doris Matsui", "house_history": 18797, "maplight": 668, "icpsr": 20538, "wikidata": "Q399561", "google_entity_id": "kg:/m/059hdf"}, "name": {"first": "Doris", "middle": "O.", "last": "Matsui", "official_full": "Doris O. Matsui"}, "bio": {"birthday": "1944-09-25", "gender": "F"}, "terms": [{"type": "rep", "start": "2005-03-10", "end": "2007-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 5, "party": "Democrat", "url": "http://www.house.gov/matsui"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 5, "party": "Democrat", "url": "http://www.house.gov/matsui"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 5, "party": "Democrat", "url": "http://www.house.gov/matsui", "address": "222 Cannon HOB; Washington DC 20515-0505", "phone": "202-225-7163", "fax": "202-225-0566", "contact_form": "https://forms.house.gov/matsui/webforms/issue_subscribe.htm", "office": "222 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 6, "url": "http://matsui.house.gov", "address": "2434 Rayburn HOB; Washington DC 20515-0506", "phone": "202-225-7163", "fax": "202-225-0566", "contact_form": "https://matsui.house.gov/email-representative-matsui", "office": "2434 Rayburn House Office Building", "rss_url": "http://matsui.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 6, "url": "http://matsui.house.gov", "address": "2311 Rayburn HOB; Washington DC 20515-0506", "phone": "202-225-7163", "fax": "202-225-0566", "contact_form": "https://matsui.house.gov/email-representative-matsui", "office": "2311 Rayburn House Office Building", "rss_url": "http://matsui.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 6, "party": "Democrat", "phone": "202-225-7163", "url": "https://matsui.house.gov", "rss_url": "http://matsui.house.gov/index.php?format=feed&type=rss", "address": "2311 Rayburn HOB; Washington DC 20515-0506", "office": "2311 Rayburn House Office Building", "fax": "202-225-0566"}], "family": [{"name": "Robert Matsui", "relation": "wife"}]}, {"id": {"bioguide": "M000303", "thomas": "00754", "lis": "S197", "govtrack": 300071, "opensecrets": "N00006424", "votesmart": 53270, "icpsr": 15039, "fec": ["S6AZ00019", "P80002801"], "cspan": 7476, "wikipedia": "John McCain", "house_history": 17696, "ballotpedia": "John McCain", "maplight": 592, "wikidata": "Q10390", "google_entity_id": "kg:/m/0bymv"}, "name": {"first": "John", "middle": "S.", "last": "McCain", "official_full": "John McCain"}, "bio": {"birthday": "1936-08-29", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "AZ", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "AZ", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "AZ", "class": 3, "party": "Republican", "url": "http://mccain.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "AZ", "class": 3, "party": "Republican", "url": "http://mccain.senate.gov/"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "AZ", "class": 3, "party": "Republican", "url": "http://www.mccain.senate.gov", "address": "218 Russell Senate Office Building Washington DC 20510", "phone": "202-224-2235", "fax": "202-228-2862", "contact_form": "http://www.mccain.senate.gov/public/index.cfm/contact-form", "office": "218 Russell Senate Office Building", "state_rank": "senior"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "AZ", "class": 3, "state_rank": "senior", "party": "Republican", "url": "http://www.mccain.senate.gov", "address": "218 Russell Senate Office Building Washington DC 20510", "office": "218 Russell Senate Office Building", "phone": "202-224-2235", "contact_form": "https://www.mccain.senate.gov/public/index.cfm/contact-form", "fax": "202-228-2862"}]}, {"id": {"bioguide": "M001165", "thomas": "01833", "govtrack": 412190, "opensecrets": "N00028152", "votesmart": 28918, "fec": ["H6CA22125", "H2CA23148"], "cspan": 85231, "house_history": 18801, "wikipedia": "Kevin McCarthy (California politician)", "ballotpedia": "Kevin McCarthy (California)", "maplight": 677, "icpsr": 20703, "wikidata": "Q766866", "google_entity_id": "kg:/m/074qxm"}, "name": {"first": "Kevin", "last": "McCarthy", "official_full": "Kevin McCarthy"}, "bio": {"birthday": "1965-01-26", "gender": "M"}, "leadership_roles": [{"title": "Majority Whip", "chamber": "house", "start": "2011-01-05", "end": "2013-01-03"}, {"title": "Majority Whip", "chamber": "house", "start": "2013-01-03", "end": "2014-07-31"}, {"title": "Majority Leader", "chamber": "house", "start": "2014-08-01", "end": "2015-01-03"}, {"title": "Majority Leader", "chamber": "house", "start": "2015-01-06", "end": "2017-01-03"}, {"title": "Majority Leader", "chamber": "house", "start": "2017-01-03"}], "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 22, "party": "Republican", "url": "http://kevinmccarthy.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 22, "party": "Republican", "url": "http://kevinmccarthy.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 22, "party": "Republican", "url": "http://kevinmccarthy.house.gov", "address": "326 Cannon HOB; Washington DC 20515-0522", "phone": "202-225-2915", "fax": "202-225-2908", "contact_form": "http://kevinmccarthy.house.gov/showpage.asp?ID=69", "office": "326 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Republican", "district": 23, "url": "http://kevinmccarthy.house.gov", "address": "2421 Rayburn HOB; Washington DC 20515-0523", "phone": "202-225-2915", "fax": "202-225-2908", "contact_form": "https://kevinmccarthy.house.gov/contact/email-me", "office": "2421 Rayburn House Office Building", "rss_url": "http://kevinmccarthy.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Republican", "district": 23, "url": "http://kevinmccarthy.house.gov", "address": "2421 Rayburn HOB; Washington DC 20515-0523", "phone": "202-225-2915", "fax": "202-225-2908", "contact_form": "https://kevinmccarthy.house.gov/contact/email-me", "office": "2421 Rayburn House Office Building", "rss_url": "http://kevinmccarthy.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 23, "party": "Republican", "phone": "202-225-2915", "url": "http://kevinmccarthy.house.gov", "rss_url": "http://kevinmccarthy.house.gov/index.php?format=feed&type=rss", "address": "2421 Rayburn HOB; Washington DC 20515-0523", "office": "2421 Rayburn House Office Building", "fax": "202-225-2908"}]}, {"id": {"bioguide": "M001157", "thomas": "01804", "govtrack": 400654, "opensecrets": "N00026460", "votesmart": 49210, "fec": ["H4TX10093"], "cspan": 1013056, "wikipedia": "Michael McCaul", "house_history": 18786, "ballotpedia": "Michael McCaul", "maplight": 659, "icpsr": 20530, "wikidata": "Q539509", "google_entity_id": "kg:/m/0492cz"}, "name": {"first": "Michael", "middle": "T.", "last": "McCaul", "official_full": "Michael T. McCaul"}, "bio": {"birthday": "1962-01-14", "gender": "M", "religion": "Unknown"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 10, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 10, "party": "Republican", "url": "http://www.house.gov/mccaul"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 10, "party": "Republican", "url": "http://www.house.gov/mccaul"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 10, "party": "Republican", "url": "http://www.house.gov/mccaul", "address": "131 Cannon HOB; Washington DC 20515-4310", "phone": "202-225-2401", "fax": "202-225-5955", "contact_form": "http://www.house.gov/writerep", "office": "131 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 10, "url": "http://mccaul.house.gov", "address": "131 Cannon HOB; Washington DC 20515-4310", "phone": "202-225-2401", "fax": "202-225-5955", "contact_form": "https://mccaul.house.gov/contact/email-me", "office": "131 Cannon House Office Building"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 10, "url": "http://mccaul.house.gov", "address": "131 Cannon HOB; Washington DC 20515-4310", "phone": "202-225-2401", "fax": "202-225-5955", "contact_form": "https://mccaul.house.gov/contact/email-me", "office": "131 Cannon House Office Building"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 10, "party": "Republican", "phone": "202-225-2401", "url": "http://mccaul.house.gov", "address": "2001 Rayburn HOB; Washington DC 20515-4310", "office": "2001 Rayburn House Office Building", "fax": "202-225-5955"}]}, {"id": {"bioguide": "M001177", "thomas": "01908", "govtrack": 412295, "opensecrets": "N00006863", "votesmart": 9715, "fec": ["H8CA04152", "H6CA21135"], "cspan": 30359, "house_history": 18824, "wikipedia": "Tom McClintock", "maplight": 777, "icpsr": 20903, "wikidata": "Q535887", "google_entity_id": "kg:/m/01r6jp"}, "name": {"first": "Tom", "last": "McClintock", "official_full": "Tom McClintock"}, "bio": {"birthday": "1956-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 4, "party": "Republican", "url": "http://mcclintock.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 4, "party": "Republican", "url": "http://mcclintock.house.gov", "address": "428 Cannon HOB; Washington DC 20515-0504", "phone": "202-225-2511", "fax": "202-225-5444", "contact_form": "https://forms.house.gov/mcclintock/contact-form.shtml", "office": "428 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Republican", "district": 4, "url": "http://mcclintock.house.gov", "address": "434 Cannon HOB; Washington DC 20515-0504", "phone": "202-225-2511", "fax": "202-225-5444", "contact_form": "https://mcclintockforms.house.gov/forms/contact-form.shtml", "office": "434 Cannon House Office Building", "rss_url": "http://mcclintock.house.gov/atom.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Republican", "district": 4, "url": "http://mcclintock.house.gov", "address": "2331 Rayburn HOB; Washington DC 20515-0504", "phone": "202-225-2511", "fax": "202-225-5444", "contact_form": "https://mcclintockforms.house.gov/forms/contact-form.shtml", "office": "2331 Rayburn House Office Building", "rss_url": "http://mcclintock.house.gov/atom.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 4, "party": "Republican", "phone": "202-225-2511", "url": "http://mcclintock.house.gov", "rss_url": "http://mcclintock.house.gov/atom.xml", "address": "2312 Rayburn HOB; Washington DC 20515-0504", "office": "2312 Rayburn House Office Building", "fax": "202-225-5444"}]}, {"id": {"bioguide": "M001143", "thomas": "01653", "govtrack": 400259, "opensecrets": "N00012942", "votesmart": 3812, "fec": ["H0MN04049"], "cspan": 86670, "wikipedia": "Betty McCollum", "house_history": 18758, "ballotpedia": "Betty McCollum", "maplight": 356, "icpsr": 20122, "wikidata": "Q434893", "google_entity_id": "kg:/m/0249hy"}, "name": {"first": "Betty", "middle": "Louise", "last": "McCollum", "official_full": "Betty McCollum"}, "bio": {"birthday": "1954-07-12", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MN", "district": 4, "party": "Democrat", "url": "http://www.house.gov/mccollum"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MN", "district": 4, "party": "Democrat", "url": "http://www.house.gov/mccollum"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MN", "district": 4, "party": "Democrat", "url": "http://www.house.gov/mccollum"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MN", "district": 4, "party": "Democrat", "url": "http://www.house.gov/mccollum"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MN", "district": 4, "party": "Democrat", "url": "http://www.house.gov/mccollum", "address": "1714 Longworth HOB; Washington DC 20515-2304", "phone": "202-225-6631", "fax": "202-225-1968", "contact_form": "http://www.mccollum.house.gov/index.asp?Type=NONE&SEC={AC61FD79-AD5F-440D-A7F0-555B12349E5B}", "office": "1714 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MN", "party": "Democrat", "district": 4, "url": "http://mccollum.house.gov", "address": "1714 Longworth HOB; Washington DC 20515-2304", "phone": "202-225-6631", "fax": "202-225-1968", "contact_form": "https://mccollum.house.gov/contact-me/email-me", "office": "1714 Longworth House Office Building", "rss_url": "http://mccollum.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MN", "party": "Democrat", "district": 4, "url": "http://mccollum.house.gov", "address": "2256 Rayburn HOB; Washington DC 20515-2304", "phone": "202-225-6631", "fax": "202-225-1968", "contact_form": "https://mccollum.house.gov/contact-me/email-me", "office": "2256 Rayburn House Office Building", "rss_url": "http://mccollum.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MN", "district": 4, "party": "Democrat", "phone": "202-225-6631", "url": "http://mccollum.house.gov", "rss_url": "http://mccollum.house.gov/rss.xml", "address": "2256 Rayburn HOB; Washington DC 20515-2304", "office": "2256 Rayburn House Office Building", "fax": "202-225-1968"}]}, {"id": {"bioguide": "M000312", "thomas": "01504", "govtrack": 400263, "opensecrets": "N00000179", "votesmart": 552, "fec": ["H4MA03022"], "cspan": 45976, "wikipedia": "Jim McGovern (U.S. politician)", "house_history": 17711, "maplight": 360, "icpsr": 29729, "wikidata": "Q1337459", "google_entity_id": "kg:/m/028vn7"}, "name": {"first": "James", "middle": "P.", "last": "McGovern", "nickname": "Jim", "official_full": "James P. McGovern"}, "bio": {"birthday": "1959-11-20", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/mcgovern"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/mcgovern"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/mcgovern"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/mcgovern"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/mcgovern", "address": "438 Cannon HOB; Washington DC 20515-2103", "phone": "202-225-6101", "fax": "202-225-5759", "contact_form": "http://www.house.gov/writerep", "office": "438 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MA", "party": "Democrat", "district": 2, "url": "http://mcgovern.house.gov", "address": "438 Cannon HOB; Washington DC 20515-2102", "phone": "202-225-6101", "fax": "202-225-5759", "contact_form": "https://mcgovern.house.gov/contact/email-me", "office": "438 Cannon House Office Building", "rss_url": "http://mcgovern.house.gov/common/rss/?rss=15"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MA", "party": "Democrat", "district": 2, "url": "http://mcgovern.house.gov", "address": "438 Cannon HOB; Washington DC 20515-2102", "phone": "202-225-6101", "fax": "202-225-5759", "contact_form": "https://mcgovern.house.gov/contact/email-me", "office": "438 Cannon House Office Building", "rss_url": "http://mcgovern.house.gov/common/rss/?rss=15"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MA", "district": 2, "party": "Democrat", "phone": "202-225-6101", "url": "http://mcgovern.house.gov", "rss_url": "http://mcgovern.house.gov/common/rss/?rss=15", "address": "438 Cannon HOB; Washington DC 20515-2102", "office": "438 Cannon House Office Building", "fax": "202-225-5759"}]}, {"id": {"bioguide": "M001156", "thomas": "01792", "govtrack": 400644, "opensecrets": "N00026627", "votesmart": 21031, "fec": ["H4NC10047"], "cspan": 1007062, "wikipedia": "Patrick McHenry", "house_history": 18784, "ballotpedia": "Patrick T. McHenry", "maplight": 650, "icpsr": 20522, "wikidata": "Q2057809", "google_entity_id": "kg:/m/02b4rz"}, "name": {"first": "Patrick", "middle": "T.", "last": "McHenry", "official_full": "Patrick T. McHenry"}, "bio": {"birthday": "1975-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NC", "district": 10, "party": "Republican", "url": "http://www.house.gov/mchenry"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NC", "district": 10, "party": "Republican", "url": "http://www.house.gov/mchenry"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NC", "district": 10, "party": "Republican", "url": "http://www.house.gov/mchenry", "address": "224 Cannon HOB; Washington DC 20515-3310", "phone": "202-225-2576", "fax": "202-225-0316", "contact_form": "http://mchenry.house.gov/zipauth.htm", "office": "224 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NC", "party": "Republican", "district": 10, "url": "http://mchenry.house.gov", "address": "2334 Rayburn HOB; Washington DC 20515-3310", "phone": "202-225-2576", "fax": "202-225-0316", "contact_form": "http://mchenry.house.gov/contact/zipauth.htm", "office": "2334 Rayburn House Office Building", "rss_url": "http://mchenry.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NC", "party": "Republican", "district": 10, "url": "http://mchenry.house.gov", "address": "2334 Rayburn HOB; Washington DC 20515-3310", "phone": "202-225-2576", "fax": "202-225-0316", "contact_form": "http://mchenry.house.gov/contact/zipauth.htm", "office": "2334 Rayburn House Office Building", "rss_url": "http://mchenry.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NC", "district": 10, "party": "Republican", "phone": "202-225-2576", "url": "http://mchenry.house.gov", "rss_url": "http://mchenry.house.gov/news/rss.aspx", "address": "2334 Rayburn HOB; Washington DC 20515-3310", "office": "2334 Rayburn House Office Building", "fax": "202-225-0316"}]}, {"id": {"bioguide": "M001180", "thomas": "02074", "govtrack": 412487, "opensecrets": "N00031681", "votesmart": 117396, "fec": ["H0WV01072"], "cspan": 9269013, "wikipedia": "David McKinley", "house_history": 18830, "ballotpedia": "David McKinley", "maplight": 1492, "icpsr": 21188, "wikidata": "Q1175610", "google_entity_id": "kg:/m/0crj8tf"}, "name": {"first": "David", "last": "McKinley", "official_full": "David B. McKinley", "middle": "B."}, "bio": {"birthday": "1947-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WV", "district": 1, "party": "Republican", "url": "http://mckinley.house.gov/", "address": "313 Cannon HOB; Washington DC 20515-4801", "phone": "202-225-4172", "fax": "202-225-7564", "office": "313 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WV", "party": "Republican", "district": 1, "url": "http://mckinley.house.gov", "address": "412 Cannon HOB; Washington DC 20515-4801", "phone": "202-225-4172", "fax": "202-225-7564", "office": "412 Cannon House Office Building", "contact_form": "https://mckinleyforms.house.gov/email-me", "rss_url": "http://mckinley.house.gov/common/rss//index.cfm?rss=49"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WV", "party": "Republican", "district": 1, "url": "http://mckinley.house.gov", "address": "412 Cannon HOB; Washington DC 20515-4801", "phone": "202-225-4172", "fax": "202-225-7564", "office": "412 Cannon House Office Building", "contact_form": "https://mckinleyforms.house.gov/email-me", "rss_url": "http://mckinley.house.gov/common/rss//index.cfm?rss=49"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WV", "district": 1, "party": "Republican", "phone": "202-225-4172", "url": "https://mckinley.house.gov", "rss_url": "http://mckinley.house.gov/common/rss//index.cfm?rss=49", "address": "2239 Rayburn HOB; Washington DC 20515-4801", "office": "2239 Rayburn House Office Building", "fax": "202-225-7564"}]}, {"id": {"bioguide": "M001159", "thomas": "01809", "govtrack": 400659, "opensecrets": "N00026314", "votesmart": 3217, "fec": ["H4WA05077"], "cspan": 1013063, "wikipedia": "Cathy McMorris Rodgers", "house_history": 18790, "ballotpedia": "Cathy McMorris Rodgers", "maplight": 664, "icpsr": 20535, "wikidata": "Q293343", "google_entity_id": "kg:/m/03dlf3"}, "name": {"first": "Cathy", "last": "McMorris Rodgers", "official_full": "Cathy McMorris Rodgers"}, "bio": {"birthday": "1969-05-22", "gender": "F"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WA", "district": 5, "party": "Republican", "url": "http://mcmorris.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WA", "district": 5, "party": "Republican", "url": "http://mcmorris.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WA", "district": 5, "party": "Republican", "url": "http://mcmorris.house.gov", "address": "2421 Rayburn HOB; Washington DC 20515-4705", "phone": "202-225-2006", "fax": "202-225-3392", "contact_form": "https://mcmorrisforms.house.gov/write-to-cathy1", "office": "2421 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WA", "party": "Republican", "district": 5, "url": "http://mcmorris.house.gov", "address": "203 Cannon HOB; Washington DC 20515-4705", "phone": "202-225-2006", "fax": "202-225-3392", "contact_form": "https://mcmorrisforms.house.gov/write-to-cathy1", "office": "203 Cannon House Office Building", "rss_url": "http://mcmorris.house.gov/common/rss/?rss=96"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WA", "party": "Republican", "district": 5, "url": "http://mcmorris.house.gov", "address": "203 Cannon HOB; Washington DC 20515-4705", "phone": "202-225-2006", "fax": "202-225-3392", "contact_form": "https://mcmorrisforms.house.gov/write-to-cathy1", "office": "203 Cannon House Office Building", "rss_url": "http://mcmorris.house.gov/common/rss/?rss=96"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WA", "district": 5, "party": "Republican", "phone": "202-225-2006", "url": "http://mcmorris.house.gov", "rss_url": "http://mcmorris.house.gov/common/rss/?rss=96", "address": "1314 Longworth HOB; Washington DC 20515-4705", "office": "1314 Longworth House Office Building", "fax": "202-225-3392"}]}, {"id": {"bioguide": "M001166", "thomas": "01832", "govtrack": 412189, "opensecrets": "N00026926", "votesmart": 29474, "fec": ["H4CA11081"], "cspan": 1021667, "wikipedia": "Jerry McNerney", "house_history": 18803, "maplight": 676, "icpsr": 20702, "wikidata": "Q1344743", "google_entity_id": "kg:/m/07zk65"}, "name": {"first": "Jerry", "last": "McNerney", "official_full": "Jerry McNerney"}, "bio": {"gender": "M", "birthday": "1951-06-18"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 11, "party": "Democrat", "url": "http://mcnerney.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 11, "party": "Democrat", "url": "http://mcnerney.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 11, "party": "Democrat", "url": "http://mcnerney.house.gov", "address": "1210 Longworth HOB; Washington DC 20515-0511", "phone": "202-225-1947", "fax": "202-225-4060", "contact_form": "http://mcnerney.house.gov/contact.shtml", "office": "1210 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 9, "url": "http://mcnerney.house.gov", "address": "1210 Longworth HOB; Washington DC 20515-0509", "phone": "202-225-1947", "fax": "202-225-4060", "contact_form": "https://mcnerney.house.gov/contact/email-me", "office": "1210 Longworth House Office Building", "rss_url": "http://mcnerney.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 9, "url": "http://mcnerney.house.gov", "address": "2265 Rayburn HOB; Washington DC 20515-0509", "phone": "202-225-1947", "fax": "202-225-4060", "contact_form": "https://mcnerney.house.gov/contact/email-me", "office": "2265 Rayburn House Office Building", "rss_url": "http://mcnerney.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 9, "party": "Democrat", "phone": "202-225-1947", "url": "http://mcnerney.house.gov", "rss_url": "http://mcnerney.house.gov/rss.xml", "address": "2265 Rayburn HOB; Washington DC 20515-0509", "office": "2265 Rayburn House Office Building", "fax": "202-225-4060"}]}, {"id": {"bioguide": "M001181", "thomas": "02052", "govtrack": 412466, "opensecrets": "N00031134", "votesmart": 119474, "fec": ["H0PA07082"], "cspan": 1033856, "wikipedia": "Pat Meehan", "house_history": 18832, "ballotpedia": "Patrick Meehan", "maplight": 1472, "icpsr": 21168, "wikidata": "Q2056533", "google_entity_id": "kg:/m/03m4jty"}, "name": {"first": "Patrick", "last": "Meehan", "official_full": "Patrick Meehan"}, "bio": {"birthday": "1955-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 7, "party": "Republican", "url": "http://meehan.house.gov/", "address": "513 Cannon HOB; Washington DC 20515-3807", "phone": "202-225-2011", "fax": "202-226-0280", "office": "513 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Republican", "district": 7, "url": "http://meehan.house.gov", "address": "204 Cannon HOB; Washington DC 20515-3807", "phone": "202-225-2011", "fax": "202-226-0280", "office": "204 Cannon House Office Building", "rss_url": "http://meehan.house.gov/rss/latest-news.xml", "contact_form": "https://meehan.house.gov/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "party": "Republican", "district": 7, "url": "https://meehan.house.gov", "address": "434 Cannon HOB; Washington DC 20515-3807", "phone": "202-225-2011", "fax": "202-226-0280", "office": "434 Cannon House Office Building", "rss_url": "http://meehan.house.gov/rss/latest-news.xml", "contact_form": "https://meehan.house.gov/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 7, "party": "Republican", "phone": "202-225-2011", "url": "https://meehan.house.gov", "rss_url": "http://meehan.house.gov/rss/latest-news.xml", "address": "2305 Rayburn HOB; Washington DC 20515-3807", "office": "2305 Rayburn House Office Building", "fax": "202-226-0280"}]}, {"id": {"bioguide": "M001137", "thomas": "01506", "govtrack": 400271, "opensecrets": "N00001171", "votesmart": 4360, "fec": ["H8NY06048"], "cspan": 53469, "wikipedia": "Gregory Meeks", "house_history": 18747, "maplight": 367, "icpsr": 29776, "wikidata": "Q1545391", "google_entity_id": "kg:/m/024_3b"}, "name": {"first": "Gregory", "middle": "W.", "last": "Meeks", "official_full": "Gregory W. Meeks"}, "bio": {"birthday": "1953-09-25", "gender": "M", "religion": "African Methodist Episcopal"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 6, "party": "Democrat", "url": "http://www.house.gov/meeks"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 6, "party": "Democrat", "url": "http://www.house.gov/meeks"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 6, "party": "Democrat", "url": "http://www.house.gov/meeks"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 6, "party": "Democrat", "url": "http://www.house.gov/meeks"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 6, "party": "Democrat", "url": "http://www.house.gov/meeks", "address": "2234 Rayburn HOB; Washington DC 20515-3206", "phone": "202-225-3461", "fax": "202-226-4169", "contact_form": "http://www.house.gov/meeks/contactform_zipcheck.shtml", "office": "2234 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 5, "url": "http://meeks.house.gov", "address": "2234 Rayburn HOB; Washington DC 20515-3205", "phone": "202-225-3461", "fax": "202-226-4169", "contact_form": "https://meeks.house.gov/contact-me/email-me", "office": "2234 Rayburn House Office Building", "rss_url": "http://meeks.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 5, "url": "http://meeks.house.gov", "address": "2234 Rayburn HOB; Washington DC 20515-3205", "phone": "202-225-3461", "fax": "202-226-4169", "contact_form": "https://meeks.house.gov/contact-me/email-me", "office": "2234 Rayburn House Office Building", "rss_url": "http://meeks.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 5, "party": "Democrat", "phone": "202-225-3461", "url": "http://meeks.house.gov", "rss_url": "http://meeks.house.gov/rss.xml", "address": "2234 Rayburn HOB; Washington DC 20515-3205", "office": "2234 Rayburn House Office Building", "fax": "202-226-4169"}]}, {"id": {"bioguide": "M001160", "thomas": "01811", "govtrack": 400661, "opensecrets": "N00026914", "votesmart": 3457, "fec": ["H4WI04183"], "cspan": 42548, "wikipedia": "Gwen Moore", "house_history": 18792, "ballotpedia": "Gwen Moore", "maplight": 666, "icpsr": 20537, "wikidata": "Q461698", "google_entity_id": "kg:/m/04cvds"}, "name": {"first": "Gwen", "last": "Moore", "official_full": "Gwen Moore"}, "bio": {"birthday": "1951-04-18", "gender": "F", "religion": "Unknown"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WI", "district": 4, "party": "Democrat", "url": "http://www.house.gov/gwenmoore"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WI", "district": 4, "party": "Democrat", "url": "http://www.house.gov/gwenmoore"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WI", "district": 4, "party": "Democrat", "url": "http://www.house.gov/gwenmoore", "address": "2245 Rayburn HOB; Washington DC 20515-4904", "phone": "202-225-4572", "fax": "202-225-8135", "contact_form": "http://www.house.gov/gwenmoore/contact.shtml", "office": "2245 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WI", "party": "Democrat", "district": 4, "url": "http://gwenmoore.house.gov", "address": "2245 Rayburn HOB; Washington DC 20515-4904", "phone": "202-225-4572", "fax": "202-225-8135", "contact_form": "https://gwenmoore.house.gov/contact-form", "office": "2245 Rayburn House Office Building", "rss_url": "http://gwenmoore.house.gov/common/rss/index.cfm?rss=49"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WI", "party": "Democrat", "district": 4, "url": "http://gwenmoore.house.gov", "address": "2245 Rayburn HOB; Washington DC 20515-4904", "phone": "202-225-4572", "fax": "202-225-8135", "contact_form": "https://gwenmoore.house.gov/contact-form", "office": "2245 Rayburn House Office Building", "rss_url": "http://gwenmoore.house.gov/common/rss/index.cfm?rss=49"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WI", "district": 4, "party": "Democrat", "phone": "202-225-4572", "url": "https://gwenmoore.house.gov", "rss_url": "http://gwenmoore.house.gov/common/rss/index.cfm?rss=49", "address": "2252 Rayburn HOB; Washington DC 20515-4904", "office": "2252 Rayburn House Office Building", "fax": "202-225-8135"}]}, {"id": {"bioguide": "M000934", "thomas": "01507", "lis": "S347", "govtrack": 400284, "opensecrets": "N00005282", "votesmart": 542, "fec": ["H6KS01096", "S0KS00091"], "cspan": 45469, "wikipedia": "Jerry Moran", "house_history": 18505, "ballotpedia": "Jerry Moran", "maplight": 379, "icpsr": 29722, "wikidata": "Q1365787", "google_entity_id": "kg:/m/024s8t"}, "name": {"first": "Jerry", "last": "Moran", "official_full": "Jerry Moran"}, "bio": {"birthday": "1954-05-29", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "KS", "district": 1, "party": "Republican", "url": "http://www.house.gov/moranks01"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "KS", "district": 1, "party": "Republican", "url": "http://www.house.gov/moranks01"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "KS", "district": 1, "party": "Republican", "url": "http://www.jerrymoran.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "KS", "district": 1, "party": "Republican", "url": "http://www.jerrymoran.house.gov"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "KS", "class": 3, "party": "Republican", "url": "http://www.moran.senate.gov", "address": "521 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-6521", "contact_form": "http://www.moran.senate.gov/public/index.cfm/e-mail-jerry", "office": "521 Dirksen Senate Office Building", "state_rank": "junior", "rss_url": "http://www.moran.senate.gov/public/index.cfm/rss/feed/", "fax": "202-228-6966"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "KS", "class": 3, "state_rank": "junior", "party": "Republican", "url": "http://www.moran.senate.gov", "rss_url": "http://www.moran.senate.gov/public/index.cfm/rss/feed/", "address": "521 Dirksen Senate Office Building Washington DC 20510", "office": "521 Dirksen Senate Office Building", "phone": "202-224-6521", "contact_form": "https://www.moran.senate.gov/public/index.cfm/e-mail-jerry", "fax": "202-228-6966"}]}, {"id": {"bioguide": "M001153", "thomas": "01694", "lis": "S288", "govtrack": 300075, "opensecrets": "N00026050", "votesmart": 15841, "fec": ["S4AK00099"], "cspan": 1004138, "wikipedia": "Lisa Murkowski", "house_history": 18778, "ballotpedia": "Lisa Murkowski", "maplight": 595, "icpsr": 40300, "wikidata": "Q22360", "google_entity_id": "kg:/m/0202kt"}, "name": {"first": "Lisa", "middle": "A.", "last": "Murkowski", "official_full": "Lisa Murkowski"}, "bio": {"birthday": "1957-05-22", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "sen", "start": "2003-01-07", "end": "2005-01-03", "state": "AK", "class": 3, "party": "Republican", "url": "http://murkowski.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "AK", "class": 3, "party": "Republican", "url": "http://murkowski.senate.gov/"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "AK", "class": 3, "party": "Republican", "url": "https://www.murkowski.senate.gov", "address": "709 Hart Senate Office Building Washington DC 20510", "phone": "202-224-6665", "fax": "202-224-5301", "contact_form": "http://www.murkowski.senate.gov/public/index.cfm?p=EMailLisa", "office": "709 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.murkowski.senate.gov/public/?a=rss.feed"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "AK", "class": 3, "state_rank": "senior", "party": "Republican", "url": "https://www.murkowski.senate.gov", "rss_url": "http://www.murkowski.senate.gov/public/?a=rss.feed", "address": "522 Hart Senate Office Building Washington DC 20510", "office": "522 Hart Senate Office Building", "phone": "202-224-6665", "contact_form": "https://www.murkowski.senate.gov/public/index.cfm/contact", "fax": "202-224-5301"}], "family": [{"name": "Frank Hughes Murkowski", "relation": "daughter"}]}, {"id": {"bioguide": "M001169", "thomas": "01837", "lis": "S364", "govtrack": 412194, "opensecrets": "N00027566", "votesmart": 17189, "fec": ["H6CT05124", "S2CT00132"], "cspan": 1021270, "wikipedia": "Chris Murphy (Connecticut politician)", "house_history": 18809, "ballotpedia": "Christopher S. Murphy", "maplight": 681, "icpsr": 20707, "wikidata": "Q1077594", "google_entity_id": "kg:/m/0cy_dh"}, "name": {"first": "Christopher", "middle": "S.", "last": "Murphy", "official_full": "Christopher Murphy"}, "bio": {"birthday": "1973-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CT", "district": 5, "party": "Democrat", "url": "http://chrismurphy.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CT", "district": 5, "party": "Democrat", "url": "http://chrismurphy.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CT", "district": 5, "party": "Democrat", "url": "http://chrismurphy.house.gov", "address": "412 Cannon HOB; Washington DC 20515-0705", "phone": "202-225-4476", "fax": "202-225-5933", "contact_form": "http://www.house.gov/formchrismurphy/ic_zip_auth.htm", "office": "412 Cannon House Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "CT", "party": "Democrat", "class": 1, "url": "https://www.murphy.senate.gov", "address": "136 Hart Senate Office Building Washington DC 20510", "phone": "202-224-4041", "fax": "202-225-5933", "contact_form": "http://www.murphy.senate.gov/contact", "office": "136 Hart Senate Office Building", "state_rank": "junior", "rss_url": "http://www.theday.com/article/20121216/nws12/312169935/1069/rss"}]}, {"id": {"bioguide": "M001151", "thomas": "01744", "govtrack": 400285, "opensecrets": "N00024992", "votesmart": 9794, "fec": ["H2PA18143"], "cspan": 1003612, "wikipedia": "Timothy F. Murphy", "house_history": 18774, "maplight": 381, "icpsr": 20346, "wikidata": "Q2434181", "google_entity_id": "kg:/m/0517t7"}, "name": {"first": "Tim", "last": "Murphy", "official_full": "Tim Murphy"}, "bio": {"birthday": "1952-09-11", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 18, "party": "Republican", "url": "http://www.house.gov/murphy"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 18, "party": "Republican", "url": "http://www.house.gov/murphy"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 18, "party": "Republican", "url": "http://murphy.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 18, "party": "Republican", "url": "http://murphy.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 18, "party": "Republican", "url": "http://murphy.house.gov", "address": "322 Cannon HOB; Washington DC 20515-3818", "phone": "202-225-2301", "fax": "202-225-1844", "contact_form": "http://murphy.house.gov/Contact/zipauth.htm", "office": "322 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Republican", "district": 18, "url": "http://murphy.house.gov", "address": "2332 Rayburn HOB; Washington DC 20515-3818", "phone": "202-225-2301", "fax": "202-225-1844", "contact_form": "https://murphy.house.gov/contact-me", "office": "2332 Rayburn House Office Building", "rss_url": "http://murphy.house.gov/common/rss/?rss=44"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "party": "Republican", "district": 18, "url": "http://murphy.house.gov", "address": "2332 Rayburn HOB; Washington DC 20515-3818", "phone": "202-225-2301", "fax": "202-225-1844", "contact_form": "https://murphy.house.gov/contact-me", "office": "2332 Rayburn House Office Building", "rss_url": "http://murphy.house.gov/common/rss/?rss=44"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 18, "party": "Republican", "phone": "202-225-2301", "url": "https://murphy.house.gov", "rss_url": "http://murphy.house.gov/common/rss/?rss=44", "address": "2332 Rayburn HOB; Washington DC 20515-3818", "office": "2332 Rayburn House Office Building", "fax": "202-225-1844"}]}, {"id": {"bioguide": "M001111", "thomas": "01409", "lis": "S229", "govtrack": 300076, "opensecrets": "N00007876", "votesmart": 53358, "fec": ["S2WA00189"], "cspan": 25277, "wikipedia": "Patty Murray", "house_history": 18715, "ballotpedia": "Patty Murray", "maplight": 596, "icpsr": 49308, "wikidata": "Q258825", "google_entity_id": "kg:/m/018qx5"}, "name": {"first": "Patty", "last": "Murray", "official_full": "Patty Murray"}, "bio": {"birthday": "1950-10-11", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "WA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "WA", "class": 3, "party": "Democrat", "url": "http://murray.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "WA", "class": 3, "party": "Democrat", "url": "http://murray.senate.gov/"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "WA", "class": 3, "party": "Democrat", "url": "http://www.murray.senate.gov", "address": "154 Russell Senate Office Building Washington DC 20510", "phone": "202-224-2621", "fax": "202-224-0238", "contact_form": "http://www.murray.senate.gov/public/index.cfm/contactme", "office": "154 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.murray.senate.gov/public/?a=rss.feed"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "WA", "class": 3, "state_rank": "senior", "party": "Democrat", "url": "http://www.murray.senate.gov/public", "rss_url": "http://www.murray.senate.gov/public/?a=rss.feed", "address": "154 Russell Senate Office Building Washington DC 20510", "office": "154 Russell Senate Office Building", "phone": "202-224-2621", "contact_form": "http://www.murray.senate.gov/public/index.cfm/contactme", "fax": "202-224-0238"}]}, {"id": {"bioguide": "N000002", "thomas": "00850", "govtrack": 400289, "opensecrets": "N00000939", "votesmart": 26980, "fec": ["H2NY17071"], "cspan": 26159, "wikipedia": "Jerrold Nadler", "house_history": 18837, "maplight": 385, "icpsr": 29377, "wikidata": "Q505598", "google_entity_id": "kg:/m/03tk11"}, "name": {"first": "Jerrold", "middle": "L.", "last": "Nadler", "official_full": "Jerrold Nadler"}, "bio": {"birthday": "1947-06-13", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1992-11-03", "end": "1993-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 8, "party": "Democrat", "url": "http://www.house.gov/nadler"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 8, "party": "Democrat", "url": "http://www.house.gov/nadler"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 8, "party": "Democrat", "url": "http://www.house.gov/nadler"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 8, "party": "Democrat", "url": "http://www.house.gov/nadler"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 8, "party": "Democrat", "url": "http://www.house.gov/nadler", "address": "2334 Rayburn HOB; Washington DC 20515-3208", "phone": "202-225-5635", "fax": "202-225-6923", "contact_form": "http://www.house.gov/nadler/emailform.shtml", "office": "2334 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 10, "url": "http://nadler.house.gov", "address": "2110 Rayburn HOB; Washington DC 20515-3210", "phone": "202-225-5635", "fax": "202-225-6923", "contact_form": "https://jerroldnadler.house.gov/forms/writeyourrep/default.aspx", "office": "2110 Rayburn House Office Building", "rss_url": "http://nadler.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 10, "url": "http://nadler.house.gov", "address": "2109 Rayburn HOB; Washington DC 20515-3210", "phone": "202-225-5635", "fax": "202-225-6923", "contact_form": "https://jerroldnadler.house.gov/forms/writeyourrep/default.aspx", "office": "2109 Rayburn House Office Building", "rss_url": "http://nadler.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 10, "party": "Democrat", "phone": "202-225-5635", "url": "http://nadler.house.gov", "rss_url": "http://nadler.house.gov/rss.xml", "address": "2109 Rayburn HOB; Washington DC 20515-3210", "office": "2109 Rayburn House Office Building", "fax": "202-225-6923"}]}, {"id": {"bioguide": "N000179", "thomas": "01602", "govtrack": 400290, "opensecrets": "N00006789", "votesmart": 8393, "fec": ["H8CA34068"], "cspan": 57873, "wikipedia": "Grace Napolitano", "house_history": 19055, "maplight": 386, "icpsr": 29903, "wikidata": "Q469139", "google_entity_id": "kg:/m/024v0s"}, "name": {"first": "Grace", "middle": "F.", "last": "Napolitano", "official_full": "Grace F. Napolitano"}, "bio": {"birthday": "1936-12-04", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 38, "party": "Democrat", "url": "http://www.napolitano.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 38, "party": "Democrat", "url": "http://www.napolitano.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 38, "party": "Democrat", "url": "http://napolitano.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 38, "party": "Democrat", "url": "http://napolitano.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 38, "party": "Democrat", "url": "http://napolitano.house.gov", "address": "1610 Longworth HOB; Washington DC 20515-0538", "phone": "202-225-5256", "fax": "202-225-0027", "contact_form": "http://www.napolitano.house.gov/contact/feedback.htm", "office": "1610 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 32, "url": "http://napolitano.house.gov", "address": "1610 Longworth HOB; Washington DC 20515-0532", "phone": "202-225-5256", "fax": "202-225-0027", "contact_form": "https://napolitano.house.gov/contact-me/email-me", "office": "1610 Longworth House Office Building", "rss_url": "http://napolitano.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 32, "url": "http://napolitano.house.gov", "address": "1610 Longworth HOB; Washington DC 20515-0532", "phone": "202-225-5256", "fax": "202-225-0027", "contact_form": "https://napolitano.house.gov/contact-me/email-me", "office": "1610 Longworth House Office Building", "rss_url": "http://napolitano.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 32, "party": "Democrat", "phone": "202-225-5256", "url": "http://napolitano.house.gov", "rss_url": "http://napolitano.house.gov/rss.xml", "address": "1610 Longworth HOB; Washington DC 20515-0532", "office": "1610 Longworth House Office Building", "fax": "202-225-0027"}]}, {"id": {"bioguide": "N000015", "thomas": "00854", "govtrack": 400291, "opensecrets": "N00000153", "votesmart": 26895, "icpsr": 15616, "fec": ["H8MA02041"], "cspan": 6103, "wikipedia": "Richard Neal", "house_history": 18855, "maplight": 387, "wikidata": "Q1464697", "google_entity_id": "kg:/m/028vm4"}, "name": {"first": "Richard", "middle": "E.", "last": "Neal", "official_full": "Richard E. Neal"}, "bio": {"birthday": "1949-02-14", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/neal"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/neal"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/neal"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/neal"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/neal", "address": "2208 Rayburn HOB; Washington DC 20515-2102", "phone": "202-225-5601", "fax": "202-225-8112", "contact_form": "http://www.house.gov/neal/write_neal.html", "office": "2208 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MA", "party": "Democrat", "district": 1, "url": "http://neal.house.gov", "address": "2208 Rayburn HOB; Washington DC 20515-2101", "phone": "202-225-5601", "fax": "202-225-8112", "contact_form": "https://forms.house.gov/neal/webforms/Contact_Form.shtml", "office": "2208 Rayburn House Office Building", "rss_url": "http://neal.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MA", "party": "Democrat", "district": 1, "url": "http://neal.house.gov", "address": "341 Cannon HOB; Washington DC 20515-2101", "phone": "202-225-5601", "fax": "202-225-8112", "contact_form": "https://forms.house.gov/neal/webforms/Contact_Form.shtml", "office": "341 Cannon House Office Building", "rss_url": "http://neal.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MA", "district": 1, "party": "Democrat", "phone": "202-225-5601", "url": "https://neal.house.gov", "rss_url": "http://neal.house.gov/index.php?format=feed&type=rss", "address": "341 Cannon HOB; Washington DC 20515-2101", "office": "341 Cannon House Office Building", "fax": "202-225-8112"}]}, {"id": {"bioguide": "N000184", "thomas": "02060", "govtrack": 412475, "opensecrets": "N00032022", "votesmart": 58189, "fec": ["H0SD00054"], "cspan": 62717, "house_history": 19064, "wikipedia": "Kristi Noem", "ballotpedia": "Kristi Noem", "maplight": 1480, "icpsr": 21177, "wikidata": "Q465749", "google_entity_id": "kg:/m/0c3xgn9"}, "name": {"first": "Kristi", "last": "Noem", "official_full": "Kristi L. Noem", "middle": "L."}, "bio": {"birthday": "1971-11-30", "gender": "F"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "SD", "district": 0, "party": "Republican", "url": "http://noem.house.gov/", "address": "226 Cannon HOB; Washington DC 20515-4101", "phone": "202-225-2801", "fax": "202-225-5823", "office": "226 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "SD", "party": "Republican", "district": 0, "url": "http://noem.house.gov", "address": "1323 Longworth HOB; Washington DC 20515-4100", "phone": "202-225-2801", "fax": "202-225-5823", "office": "1323 Longworth House Office Building", "rss_url": "http://noem.house.gov/index.cfm/rss/feed", "contact_form": "http://noem.house.gov/index.cfm/email-kristi"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "SD", "party": "Republican", "district": 0, "url": "https://noem.house.gov", "address": "2422 Rayburn HOB; Washington DC 20515-4100", "phone": "202-225-2801", "fax": "202-225-5823", "office": "2422 Rayburn House Office Building", "rss_url": "http://noem.house.gov/index.cfm/rss/feed", "contact_form": "http://noem.house.gov/index.cfm/email-kristi"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "SD", "district": 0, "party": "Republican", "phone": "202-225-2801", "url": "https://noem.house.gov", "rss_url": "http://noem.house.gov/index.cfm/rss/feed", "address": "2457 Rayburn HOB; Washington DC 20515-4100", "office": "2457 Rayburn House Office Building", "fax": "202-225-5823"}]}, {"id": {"bioguide": "N000147", "thomas": "00868", "govtrack": 400295, "opensecrets": "N00001692", "votesmart": 775, "fec": ["H0DC00058"], "cspan": 882, "wikipedia": "Eleanor Holmes Norton", "house_history": 19016, "maplight": 390, "wikidata": "Q461649", "google_entity_id": "kg:/m/01s_vp"}, "name": {"first": "Eleanor", "middle": "Holmes", "last": "Norton", "official_full": "Eleanor Holmes Norton"}, "bio": {"birthday": "1937-06-13", "gender": "F", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "DC", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "DC", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "DC", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "DC", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "DC", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "DC", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "DC", "district": 0, "party": "Democrat", "url": "http://www.house.gov/norton"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "DC", "district": 0, "party": "Democrat", "url": "http://www.house.gov/norton"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "DC", "district": 0, "party": "Democrat", "url": "http://www.house.gov/norton"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "DC", "district": 0, "party": "Democrat", "url": "http://www.house.gov/norton"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "DC", "district": 0, "party": "Democrat", "url": "http://www.house.gov/norton", "address": "2136 Rayburn HOB; Washington DC 20515-5100", "phone": "202-225-8050", "fax": "202-225-3002", "contact_form": "http://www.norton.house.gov/forms/contact.html", "office": "2136 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "DC", "party": "Democrat", "district": 0, "url": "http://norton.house.gov", "address": "2136 Rayburn HOB; Washington DC 20515-5101", "phone": "202-225-8050", "fax": "202-225-3002", "contact_form": "https://norton.house.gov/contact/email-me", "office": "2136 Rayburn House Office Building", "rss_url": "http://norton.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "DC", "party": "Democrat", "district": 0, "url": "http://norton.house.gov", "address": "2136 Rayburn HOB; Washington DC 20515-5101", "phone": "202-225-8050", "fax": "202-225-3002", "contact_form": "https://norton.house.gov/contact/email-me", "office": "2136 Rayburn House Office Building", "rss_url": "http://norton.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "DC", "district": 0, "party": "Democrat", "phone": "202-225-8050", "url": "https://norton.house.gov", "rss_url": "http://norton.house.gov/index.php?format=feed&type=rss", "address": "2136 Rayburn HOB; Washington DC 20515-5101", "office": "2136 Rayburn House Office Building", "fax": "202-225-3002"}]}, {"id": {"bioguide": "N000181", "thomas": "01710", "govtrack": 400297, "opensecrets": "N00007248", "votesmart": 16725, "fec": ["H8CA20059"], "cspan": 1003553, "house_history": 19058, "wikipedia": "Devin Nunes", "maplight": 392, "icpsr": 20307, "wikidata": "Q539493", "google_entity_id": "kg:/m/024tds"}, "name": {"first": "Devin", "middle": "G.", "last": "Nunes", "official_full": "Devin Nunes"}, "bio": {"birthday": "1973-10-01", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 21, "party": "Republican", "url": "http://www.nunes.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 21, "party": "Republican", "url": "http://www.nunes.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 21, "party": "Republican", "url": "http://nunes.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 21, "party": "Republican", "url": "http://nunes.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 21, "party": "Republican", "url": "http://nunes.house.gov", "address": "1013 Longworth HOB; Washington DC 20515-0521", "phone": "202-225-2523", "fax": "202-225-3404", "contact_form": "http://www.nunes.house.gov/index.cfm?FuseAction=ContactUs.ContactForm", "office": "1013 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Republican", "district": 22, "url": "http://nunes.house.gov", "address": "1013 Longworth HOB; Washington DC 20515-0522", "phone": "202-225-2523", "fax": "202-225-3404", "contact_form": "https://nunes.house.gov/contactform/default.aspx", "office": "1013 Longworth House Office Building", "rss_url": "http://nunes.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Republican", "district": 22, "url": "http://nunes.house.gov", "address": "1013 Longworth HOB; Washington DC 20515-0522", "phone": "202-225-2523", "fax": "202-225-3404", "contact_form": "https://nunes.house.gov/contactform/default.aspx", "office": "1013 Longworth House Office Building", "rss_url": "http://nunes.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 22, "party": "Republican", "phone": "202-225-2523", "url": "http://nunes.house.gov", "rss_url": "http://nunes.house.gov/news/rss.aspx", "address": "1013 Longworth HOB; Washington DC 20515-0522", "office": "1013 Longworth House Office Building", "fax": "202-225-3404"}]}, {"id": {"bioguide": "O000168", "thomas": "01955", "govtrack": 412302, "opensecrets": "N00029285", "votesmart": 102008, "fec": ["H8TX22107"], "cspan": 1031361, "wikipedia": "Pete Olson", "house_history": 19278, "maplight": 784, "icpsr": 20948, "wikidata": "Q2073303", "google_entity_id": "kg:/m/0407vf_"}, "name": {"first": "Pete", "last": "Olson", "official_full": "Pete Olson"}, "bio": {"birthday": "1962-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 22, "party": "Republican", "url": "http://olson.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 22, "party": "Republican", "url": "http://olson.house.gov", "address": "312 Cannon HOB; Washington DC 20515-4322", "phone": "202-225-5951", "fax": "202-225-5241", "contact_form": "https://forms.house.gov/olson/contact-form.shtml", "office": "312 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 22, "url": "http://olson.house.gov", "address": "312 Cannon HOB; Washington DC 20515-4322", "phone": "202-225-5951", "fax": "202-225-5241", "contact_form": "https://forms.house.gov/olson/contact-form.shtml", "office": "312 Cannon House Office Building", "rss_url": "feed://olson.house.gov/common/rss/?rss=82"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 22, "url": "http://olson.house.gov", "address": "2133 Rayburn HOB; Washington DC 20515-4322", "phone": "202-225-5951", "fax": "202-225-5241", "contact_form": "https://forms.house.gov/olson/contact-form.shtml", "office": "2133 Rayburn House Office Building", "rss_url": "feed://olson.house.gov/common/rss/?rss=82"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 22, "party": "Republican", "phone": "202-225-5951", "url": "https://olson.house.gov", "rss_url": "feed://olson.house.gov/common/rss/?rss=82", "address": "2133 Rayburn HOB; Washington DC 20515-4322", "office": "2133 Rayburn House Office Building", "fax": "202-225-5241"}]}, {"id": {"bioguide": "P000601", "thomas": "02035", "govtrack": 412443, "opensecrets": "N00031958", "votesmart": 69521, "fec": ["H0MS04120"], "cspan": 61886, "wikipedia": "Steven Palazzo", "house_history": 20039, "maplight": 1453, "icpsr": 21148, "wikidata": "Q24230", "google_entity_id": "kg:/m/0c3y_s5"}, "name": {"first": "Steven", "last": "Palazzo", "official_full": "Steven M. Palazzo", "middle": "M."}, "bio": {"birthday": "1970-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MS", "district": 4, "party": "Republican", "url": "http://palazzo.house.gov/", "address": "331 Cannon HOB; Washington DC 20515-2404", "phone": "202-225-5772", "fax": "202-225-7074", "office": "331 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MS", "party": "Republican", "district": 4, "url": "http://palazzo.house.gov", "address": "331 Cannon HOB; Washington DC 20515-2404", "phone": "202-225-5772", "fax": "202-225-7074", "office": "331 Cannon House Office Building", "rss_url": "http://palazzo.house.gov/rss.xml", "contact_form": "http://palazzo.house.gov/contact/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MS", "party": "Republican", "district": 4, "url": "http://palazzo.house.gov", "address": "331 Cannon HOB; Washington DC 20515-2404", "phone": "202-225-5772", "fax": "202-225-7074", "office": "331 Cannon House Office Building", "rss_url": "http://palazzo.house.gov/rss.xml", "contact_form": "http://palazzo.house.gov/contact/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MS", "district": 4, "party": "Republican", "phone": "202-225-5772", "url": "http://palazzo.house.gov", "rss_url": "http://palazzo.house.gov/rss.xml", "address": "2349 Rayburn HOB; Washington DC 20515-2404", "office": "2349 Rayburn House Office Building", "fax": "202-225-7074"}]}, {"id": {"bioguide": "P000034", "thomas": "00887", "govtrack": 400308, "opensecrets": "N00000781", "votesmart": 26951, "icpsr": 15454, "fec": ["H8NJ03073", "S6NJ00263"], "cspan": 6107, "wikipedia": "Frank Pallone", "house_history": 19321, "maplight": 402, "wikidata": "Q965289", "google_entity_id": "kg:/m/0g6t5w"}, "name": {"first": "Frank", "middle": "J.", "last": "Pallone", "suffix": "Jr.", "official_full": "Frank Pallone, Jr."}, "bio": {"birthday": "1951-10-30", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NJ", "district": 6, "party": "Democrat", "url": "http://www.house.gov/pallone"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NJ", "district": 6, "party": "Democrat", "url": "http://www.house.gov/pallone"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NJ", "district": 6, "party": "Democrat", "url": "http://www.house.gov/pallone"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NJ", "district": 6, "party": "Democrat", "url": "http://www.house.gov/pallone"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NJ", "district": 6, "party": "Democrat", "url": "http://www.house.gov/pallone", "address": "237 Cannon HOB; Washington DC 20515-3006", "phone": "202-225-4671", "fax": "202-225-9665", "contact_form": "http://www.house.gov/pallone/contact.shtml", "office": "237 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NJ", "party": "Democrat", "district": 6, "url": "http://pallone.house.gov", "address": "237 Cannon HOB; Washington DC 20515-3006", "phone": "202-225-4671", "fax": "202-225-9665", "contact_form": "https://pallone.house.gov/contact-me/email-me", "office": "237 Cannon House Office Building", "rss_url": "http://pallone.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NJ", "party": "Democrat", "district": 6, "url": "https://pallone.house.gov", "address": "237 Cannon HOB; Washington DC 20515-3006", "phone": "202-225-4671", "fax": "202-225-9665", "contact_form": "https://pallone.house.gov/contact-me/email-me", "office": "237 Cannon House Office Building", "rss_url": "http://pallone.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NJ", "district": 6, "party": "Democrat", "phone": "202-225-4671", "url": "https://pallone.house.gov", "rss_url": "http://pallone.house.gov/rss.xml", "address": "237 Cannon HOB; Washington DC 20515-3006", "office": "237 Cannon House Office Building", "fax": "202-225-9665"}]}, {"id": {"bioguide": "P000096", "thomas": "01510", "govtrack": 400309, "opensecrets": "N00000751", "votesmart": 478, "fec": ["H6NJ08118"], "cspan": 45543, "wikipedia": "Bill Pascrell", "house_history": 19391, "maplight": 403, "icpsr": 29741, "wikidata": "Q529090", "google_entity_id": "kg:/m/03txs_"}, "name": {"first": "Bill", "middle": "J.", "last": "Pascrell", "suffix": "Jr.", "official_full": "Bill Pascrell, Jr."}, "bio": {"birthday": "1937-01-25", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NJ", "district": 8, "party": "Democrat", "url": "http://www.pascrell.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NJ", "district": 8, "party": "Democrat", "url": "http://www.pascrell.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NJ", "district": 8, "party": "Democrat", "url": "http://pascrell.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NJ", "district": 8, "party": "Democrat", "url": "http://pascrell.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NJ", "district": 8, "party": "Democrat", "url": "http://pascrell.house.gov", "address": "2370 Rayburn HOB; Washington DC 20515-3008", "phone": "202-225-5751", "fax": "202-225-5782", "contact_form": "http://pascrell.house.gov/contact/", "office": "2370 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NJ", "party": "Democrat", "district": 9, "url": "http://pascrell.house.gov", "address": "2370 Rayburn HOB; Washington DC 20515-3009", "phone": "202-225-5751", "fax": "202-225-5782", "contact_form": "https://pascrell.house.gov/contact/email-me", "office": "2370 Rayburn House Office Building", "rss_url": "http://www.house.gov/apps/list/press/nj08_pascrell/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NJ", "party": "Democrat", "district": 9, "url": "http://pascrell.house.gov", "address": "2370 Rayburn HOB; Washington DC 20515-3009", "phone": "202-225-5751", "fax": "202-225-5782", "contact_form": "https://pascrell.house.gov/contact/email-me", "office": "2370 Rayburn House Office Building", "rss_url": "http://www.house.gov/apps/list/press/nj08_pascrell/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NJ", "district": 9, "party": "Democrat", "phone": "202-225-5751", "url": "http://pascrell.house.gov", "rss_url": "http://www.house.gov/apps/list/press/nj08_pascrell/rss.xml", "address": "2370 Rayburn HOB; Washington DC 20515-3009", "office": "2370 Rayburn House Office Building", "fax": "202-225-5782"}]}, {"id": {"bioguide": "P000603", "thomas": "02082", "lis": "S348", "govtrack": 412492, "opensecrets": "N00030836", "votesmart": 117285, "fec": ["S0KY00156"], "cspan": 9265241, "wikipedia": "Rand Paul", "ballotpedia": "Rand Paul", "maplight": 1497, "icpsr": 41104, "wikidata": "Q463557", "google_entity_id": "kg:/m/05pdb7q"}, "name": {"first": "Rand", "last": "Paul", "official_full": "Rand Paul"}, "bio": {"birthday": "1963-01-07", "gender": "M"}, "terms": [{"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "KY", "class": 3, "party": "Republican", "url": "https://www.paul.senate.gov", "address": "167 Russell Senate Office Building Washington DC 20510", "phone": "202-224-4343", "contact_form": "http://www.paul.senate.gov/?p=contact", "fax": "202-228-1373", "office": "167 Russell Senate Office Building", "state_rank": "junior", "rss_url": "http://paul.senate.gov/rss/?p=news"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "KY", "class": 3, "state_rank": "junior", "party": "Republican", "url": "https://www.paul.senate.gov", "rss_url": "http://paul.senate.gov/rss/?p=news", "address": "167 Russell Senate Office Building Washington DC 20510", "office": "167 Russell Senate Office Building", "phone": "202-224-4343", "contact_form": "https://www.paul.senate.gov/connect/email-rand", "fax": "202-228-1373"}], "family": [{"name": "Ronald Ernest Paul", "relation": "son"}]}, {"id": {"bioguide": "P000594", "thomas": "01930", "govtrack": 412303, "opensecrets": "N00029391", "votesmart": 3833, "fec": ["H8MN03077"], "cspan": 1030000, "wikipedia": "Erik Paulsen", "house_history": 20026, "ballotpedia": "Erik Paulsen", "maplight": 785, "icpsr": 20924, "wikidata": "Q466085", "google_entity_id": "kg:/m/0407tc8"}, "name": {"first": "Erik", "last": "Paulsen", "official_full": "Erik Paulsen"}, "bio": {"birthday": "1965-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MN", "district": 3, "party": "Republican", "url": "http://paulsen.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MN", "district": 3, "party": "Republican", "url": "http://paulsen.house.gov", "address": "127 Cannon HOB; Washington DC 20515-2303", "phone": "202-225-2871", "fax": "202-225-6351", "contact_form": "https://forms.house.gov/paulsen/contact-form.shtml", "office": "127 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MN", "party": "Republican", "district": 3, "url": "http://paulsen.house.gov", "address": "127 Cannon HOB; Washington DC 20515-2303", "phone": "202-225-2871", "fax": "202-225-6351", "contact_form": "https://paulsenforms.house.gov/contact-me", "office": "127 Cannon House Office Building", "rss_url": "http://paulsen.house.gov/common/rss//?rss=105"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MN", "party": "Republican", "district": 3, "url": "http://paulsen.house.gov", "address": "127 Cannon HOB; Washington DC 20515-2303", "phone": "202-225-2871", "fax": "202-225-6351", "contact_form": "https://paulsenforms.house.gov/contact-me", "office": "127 Cannon House Office Building", "rss_url": "http://paulsen.house.gov/common/rss//?rss=105"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MN", "district": 3, "party": "Republican", "phone": "202-225-2871", "url": "https://paulsen.house.gov", "rss_url": "http://paulsen.house.gov/common/rss//?rss=105", "address": "127 Cannon HOB; Washington DC 20515-2303", "office": "127 Cannon House Office Building", "fax": "202-225-6351"}]}, {"id": {"bioguide": "P000588", "thomas": "01738", "govtrack": 400313, "opensecrets": "N00012672", "votesmart": 10655, "fec": ["H2NM02126", "S0NM00041"], "cspan": 12063, "wikipedia": "Steve Pearce (politician)", "house_history": 20015, "ballotpedia": "Steve Pearce", "maplight": 407, "icpsr": 20337, "wikidata": "Q947168", "google_entity_id": "kg:/m/033t2h"}, "name": {"first": "Stevan", "middle": "E.", "last": "Pearce", "nickname": "Steve", "official_full": "Stevan Pearce"}, "bio": {"birthday": "1947-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NM", "district": 2, "party": "Republican", "url": "http://www.house.gov/pearce"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NM", "district": 2, "party": "Republican", "url": "http://www.house.gov/pearce"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NM", "district": 2, "party": "Republican", "url": "http://www.house.gov/pearce"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NM", "district": 2, "party": "Republican", "url": "http://pearce.house.gov/", "address": "2432 Rayburn HOB; Washington DC 20515-3102", "phone": "202-225-2365", "office": "2432 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NM", "party": "Republican", "district": 2, "url": "http://pearce.house.gov", "address": "2432 Rayburn HOB; Washington DC 20515-3102", "phone": "202-225-2365", "office": "2432 Rayburn House Office Building", "rss_url": "http://pearce.house.gov/rss.xml", "contact_form": "https://pearce.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NM", "party": "Republican", "district": 2, "url": "http://pearce.house.gov", "address": "2432 Rayburn HOB; Washington DC 20515-3102", "phone": "202-225-2365", "office": "2432 Rayburn House Office Building", "rss_url": "http://pearce.house.gov/rss.xml", "contact_form": "https://pearce.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NM", "district": 2, "party": "Republican", "phone": "202-225-2365", "url": "http://pearce.house.gov", "rss_url": "http://pearce.house.gov/rss.xml", "address": "2432 Rayburn HOB; Washington DC 20515-3102", "office": "2432 Rayburn House Office Building"}]}, {"id": {"bioguide": "P000197", "thomas": "00905", "govtrack": 400314, "opensecrets": "N00007360", "votesmart": 26732, "icpsr": 15448, "fec": ["H8CA05035"], "cspan": 6153, "wikipedia": "Nancy Pelosi", "house_history": 19519, "ballotpedia": "Nancy Pelosi", "maplight": 408, "wikidata": "Q170581", "google_entity_id": "kg:/m/012v1t"}, "name": {"first": "Nancy", "last": "Pelosi", "official_full": "Nancy Pelosi"}, "bio": {"birthday": "1940-03-26", "gender": "F", "religion": "Roman Catholic"}, "leadership_roles": [{"title": "Minority Leader", "chamber": "house", "start": "2011-01-05", "end": "2013-01-03"}, {"title": "Minority Leader", "chamber": "house", "start": "2013-01-03", "end": "2015-01-03"}, {"title": "Minority Leader", "chamber": "house", "start": "2015-01-06", "end": "2017-01-03"}, {"title": "Minority Leader", "chamber": "house", "start": "2017-01-03"}], "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 8, "party": "Democrat", "url": "http://www.house.gov/pelosi"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 8, "party": "Democrat", "url": "http://www.house.gov/pelosi"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 8, "party": "Democrat", "url": "http://www.house.gov/pelosi"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 8, "party": "Democrat", "url": "http://www.house.gov/pelosi"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 8, "party": "Democrat", "url": "http://www.house.gov/pelosi", "address": "235 Cannon HOB; Washington DC 20515-0508", "phone": "202-225-4965", "fax": "202-225-8259", "contact_form": "http://www.house.gov/pelosi/contact/contact.html", "office": "235 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 12, "url": "http://pelosi.house.gov", "address": "235 Cannon HOB; Washington DC 20515-0512", "phone": "202-225-4965", "fax": "202-225-8259", "contact_form": "http://pelosi.house.gov/contact-me/email-me", "office": "235 Cannon House Office Building", "rss_url": "http://pelosi.house.gov/atom.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 12, "url": "http://pelosi.house.gov", "address": "233 Cannon HOB; Washington DC 20515-0512", "phone": "202-225-4965", "fax": "202-225-8259", "contact_form": "http://pelosi.house.gov/contact-me/email-me", "office": "233 Cannon House Office Building", "rss_url": "http://pelosi.house.gov/atom.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 12, "party": "Democrat", "phone": "202-225-4965", "url": "http://pelosi.house.gov", "rss_url": "http://pelosi.house.gov/atom.xml", "address": "233 Cannon HOB; Washington DC 20515-0512", "office": "233 Cannon House Office Building", "fax": "202-225-8259"}], "family": [{"name": "Thomas D?Alesandro Jr.", "relation": "daughter"}]}, {"id": {"bioguide": "P000593", "thomas": "01835", "govtrack": 412192, "opensecrets": "N00027510", "votesmart": 2653, "fec": ["H6CO07023"], "cspan": 1021382, "wikipedia": "Ed Perlmutter", "house_history": 20024, "ballotpedia": "Ed Perlmutter", "maplight": 679, "icpsr": 20705, "wikidata": "Q331507", "google_entity_id": "kg:/m/07n9ns"}, "name": {"first": "Ed", "last": "Perlmutter", "official_full": "Ed Perlmutter"}, "bio": {"birthday": "1953-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CO", "district": 7, "party": "Democrat", "url": "http://perlmutter.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CO", "district": 7, "party": "Democrat", "url": "http://perlmutter.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CO", "district": 7, "party": "Democrat", "url": "http://perlmutter.house.gov", "address": "1221 Longworth HOB; Washington DC 20515-0607", "phone": "202-225-2645", "fax": "202-225-5278", "contact_form": "http://perlmutter.house.gov/IMA/issue_subscribe.htm", "office": "1221 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CO", "party": "Democrat", "district": 7, "url": "http://perlmutter.house.gov", "address": "1410 Longworth HOB; Washington DC 20515-0607", "phone": "202-225-2645", "fax": "202-225-5278", "contact_form": "https://forms.house.gov/perlmutter/webforms/contact.shtml", "office": "1410 Longworth House Office Building", "rss_url": "http://perlmutter.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CO", "party": "Democrat", "district": 7, "url": "http://perlmutter.house.gov", "address": "1410 Longworth HOB; Washington DC 20515-0607", "phone": "202-225-2645", "fax": "202-225-5278", "contact_form": "https://forms.house.gov/perlmutter/webforms/contact.shtml", "office": "1410 Longworth House Office Building", "rss_url": "http://perlmutter.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CO", "district": 7, "party": "Democrat", "phone": "202-225-2645", "url": "https://perlmutter.house.gov", "rss_url": "http://perlmutter.house.gov/index.php?format=feed&type=rss", "address": "1410 Longworth HOB; Washington DC 20515-0607", "office": "1410 Longworth House Office Building", "fax": "202-225-5278"}]}, {"id": {"bioguide": "P000595", "thomas": "01929", "govtrack": 412305, "opensecrets": "N00029277", "votesmart": 8749, "fec": ["H8MI09068", "S4MI00355"], "cspan": 50199, "wikipedia": "Gary Peters (politician)", "house_history": 20028, "ballotpedia": "Gary Peters", "maplight": 787, "icpsr": 20923, "lis": "S380", "wikidata": "Q1494930", "google_entity_id": "kg:/m/02x0lnt"}, "name": {"first": "Gary", "middle": "C.", "last": "Peters", "official_full": "Gary C. Peters"}, "bio": {"gender": "M", "birthday": "1958-12-01"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MI", "district": 9, "party": "Democrat", "url": "http://peters.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MI", "district": 9, "party": "Democrat", "url": "http://peters.house.gov", "address": "1609 Longworth HOB; Washington DC 20515-2209", "phone": "202-225-5802", "fax": "202-226-2356", "contact_form": "https://forms.house.gov/peters/contact-form.shtml", "office": "1609 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MI", "party": "Democrat", "district": 14, "url": "http://peters.house.gov", "address": "1609 Longworth HOB; Washington DC 20515-2214", "phone": "202-225-5802", "fax": "202-226-2356", "contact_form": "https://petersforms.house.gov/contact-us-form", "office": "1609 Longworth House Office Building", "rss_url": "http://peters.house.gov/common/rss/?rss=22"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "MI", "class": 2, "state_rank": "junior", "party": "Democrat", "url": "https://www.peters.senate.gov", "address": "724 Hart Senate Office Building Washington DC 20510", "office": "724 Hart Senate Office Building", "phone": "202-224-6221", "contact_form": "https://www.peters.senate.gov/contact/email-gary", "fax": "202-226-2356"}]}, {"id": {"bioguide": "P000258", "thomas": "00910", "govtrack": 400316, "opensecrets": "N00004558", "votesmart": 26926, "fec": ["H2MN07014"], "cspan": 23978, "wikipedia": "Collin Peterson", "house_history": 19595, "ballotpedia": "Collin Peterson", "maplight": 410, "icpsr": 29127, "wikidata": "Q434458", "google_entity_id": "kg:/m/02h2my"}, "name": {"first": "Collin", "middle": "Clark", "last": "Peterson", "official_full": "Collin C. Peterson"}, "bio": {"birthday": "1944-06-29", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MN", "district": 7, "party": "Democrat", "url": "http://www.house.gov/collinpeterson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MN", "district": 7, "party": "Democrat", "url": "http://www.house.gov/collinpeterson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MN", "district": 7, "party": "Democrat", "url": "http://collinpeterson.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MN", "district": 7, "party": "Democrat", "url": "http://collinpeterson.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MN", "district": 7, "party": "Democrat", "url": "http://collinpeterson.house.gov", "address": "2211 Rayburn HOB; Washington DC 20515-2307", "phone": "202-225-2165", "fax": "202-225-1593", "contact_form": "http://collinpeterson.house.gov//email.html", "office": "2211 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MN", "party": "Democrat", "district": 7, "url": "http://collinpeterson.house.gov", "address": "2109 Rayburn HOB; Washington DC 20515-2307", "phone": "202-225-2165", "fax": "202-225-1593", "contact_form": "https://collinpeterson.house.gov/contact-me/email-me", "office": "2109 Rayburn House Office Building", "rss_url": "http://collinpeterson.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MN", "party": "Democrat", "district": 7, "url": "http://collinpeterson.house.gov", "address": "2204 Rayburn HOB; Washington DC 20515-2307", "phone": "202-225-2165", "fax": "202-225-1593", "contact_form": "https://collinpeterson.house.gov/contact-me/email-me", "office": "2204 Rayburn House Office Building", "rss_url": "http://collinpeterson.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MN", "district": 7, "party": "Democrat", "phone": "202-225-2165", "url": "http://collinpeterson.house.gov", "rss_url": "http://collinpeterson.house.gov/rss.xml", "address": "2204 Rayburn HOB; Washington DC 20515-2307", "office": "2204 Rayburn House Office Building", "fax": "202-225-1593"}]}, {"id": {"bioguide": "P000597", "thomas": "01927", "govtrack": 412307, "opensecrets": "N00013817", "votesmart": 6586, "fec": ["H8ME01120", "S0ME00038"], "cspan": 1002167, "wikipedia": "Chellie Pingree", "house_history": 20032, "ballotpedia": "Chellie Pingree", "maplight": 789, "icpsr": 20920, "wikidata": "Q457243", "google_entity_id": "kg:/m/05gflq"}, "name": {"first": "Chellie", "last": "Pingree", "official_full": "Chellie Pingree"}, "bio": {"birthday": "1955-04-02", "gender": "F"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "ME", "district": 1, "party": "Democrat", "url": "http://pingree.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "ME", "district": 1, "party": "Democrat", "url": "http://pingree.house.gov", "address": "1318 Longworth HOB; Washington DC 20515-1901", "phone": "202-225-6116", "fax": "202-225-5590", "contact_form": "https://forms.house.gov/pingree/contact-form.shtml", "office": "1318 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "ME", "party": "Democrat", "district": 1, "url": "http://pingree.house.gov", "address": "1318 Longworth HOB; Washington DC 20515-1901", "phone": "202-225-6116", "fax": "202-225-5590", "contact_form": "https://pingree.house.gov/email-me", "office": "1318 Longworth House Office Building", "rss_url": "http://pingree.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "ME", "party": "Democrat", "district": 1, "url": "https://pingree.house.gov", "address": "2162 Rayburn HOB; Washington DC 20515-1901", "phone": "202-225-6116", "fax": "202-225-5590", "contact_form": "https://pingree.house.gov/email-me", "office": "2162 Rayburn House Office Building", "rss_url": "http://pingree.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "ME", "district": 1, "party": "Democrat", "phone": "202-225-6116", "url": "https://pingree.house.gov", "rss_url": "http://pingree.house.gov/index.php?format=feed&type=rss", "address": "2162 Rayburn HOB; Washington DC 20515-1901", "office": "2162 Rayburn House Office Building", "fax": "202-225-5590"}]}, {"id": {"bioguide": "P000592", "thomas": "01802", "govtrack": 400652, "opensecrets": "N00026457", "votesmart": 49198, "fec": ["H4TX02108"], "cspan": 1011398, "wikipedia": "Ted Poe", "house_history": 20022, "ballotpedia": "Ted Poe", "maplight": 657, "icpsr": 20528, "wikidata": "Q532661", "google_entity_id": "kg:/m/04928s"}, "name": {"first": "Ted", "last": "Poe", "official_full": "Ted Poe"}, "bio": {"birthday": "1948-09-10", "gender": "M", "religion": "Unknown"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 2, "party": "Republican", "url": "http://www.house.gov/poe"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 2, "party": "Republican", "url": "http://www.house.gov/poe"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 2, "party": "Republican", "url": "http://www.house.gov/poe", "address": "430 Cannon HOB; Washington DC 20515-4302", "phone": "202-225-6565", "fax": "202-225-5547", "contact_form": "http://poe.house.gov/email/", "office": "430 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 2, "url": "http://poe.house.gov", "address": "2412 Rayburn HOB; Washington DC 20515-4302", "phone": "202-225-6565", "fax": "202-225-5547", "contact_form": "https://poe.house.gov/index.cfm/contact-form#form_D05B44B5-B782-4DC7-BED6-FF0C90951FFF", "office": "2412 Rayburn House Office Building", "rss_url": "http://poe.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 2, "url": "https://poe.house.gov", "address": "2412 Rayburn HOB; Washington DC 20515-4302", "phone": "202-225-6565", "fax": "202-225-5547", "contact_form": "https://poe.house.gov/index.cfm/contact-form#form_D05B44B5-B782-4DC7-BED6-FF0C90951FFF", "office": "2412 Rayburn House Office Building", "rss_url": "http://poe.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 2, "party": "Republican", "phone": "202-225-6565", "url": "https://poe.house.gov", "rss_url": "http://poe.house.gov/index.php?format=feed&type=rss", "address": "2132 Rayburn HOB; Washington DC 20515-4302", "office": "2132 Rayburn House Office Building", "fax": "202-225-5547"}]}, {"id": {"bioguide": "P000598", "thomas": "01910", "govtrack": 412308, "opensecrets": "N00029127", "votesmart": 106220, "fec": ["H8CO02137"], "cspan": 1031300, "wikipedia": "Jared Polis", "house_history": 20034, "ballotpedia": "Jared Polis", "maplight": 790, "icpsr": 20904, "wikidata": "Q935734", "google_entity_id": "kg:/m/02qckk4"}, "name": {"first": "Jared", "last": "Polis", "official_full": "Jared Polis"}, "bio": {"gender": "M", "birthday": "1975-05-12"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CO", "district": 2, "party": "Democrat", "url": "http://polis.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CO", "district": 2, "party": "Democrat", "url": "http://polis.house.gov", "address": "501 Cannon HOB; Washington DC 20515-0602", "phone": "202-225-2161", "fax": "202-226-7840", "contact_form": "http://polis.house.gov/Contact/", "office": "501 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CO", "party": "Democrat", "district": 2, "url": "http://polis.house.gov", "address": "1433 Longworth HOB; Washington DC 20515-0602", "phone": "202-225-2161", "fax": "202-226-7840", "contact_form": "https://polis.house.gov/forms/writeyourrep/default.aspx", "office": "1433 Longworth House Office Building", "rss_url": "http://polis.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CO", "party": "Democrat", "district": 2, "url": "http://polis.house.gov", "address": "1433 Longworth HOB; Washington DC 20515-0602", "phone": "202-225-2161", "fax": "202-226-7840", "contact_form": "https://polis.house.gov/forms/writeyourrep/default.aspx", "office": "1433 Longworth House Office Building", "rss_url": "http://polis.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CO", "district": 2, "party": "Democrat", "phone": "202-225-2161", "url": "http://polis.house.gov", "rss_url": "http://polis.house.gov/news/rss.aspx", "address": "1727 Longworth HOB; Washington DC 20515-0602", "office": "1727 Longworth House Office Building", "fax": "202-226-7840"}]}, {"id": {"bioguide": "P000449", "thomas": "00924", "lis": "S349", "govtrack": 400325, "opensecrets": "N00003682", "votesmart": 27008, "fec": ["S0OH00133", "H4OH02032"], "cspan": 31819, "house_history": 19838, "wikipedia": "Rob Portman", "ballotpedia": "Rob Portman", "maplight": 419, "icpsr": 29386, "wikidata": "Q926069", "google_entity_id": "kg:/m/0343xg"}, "name": {"first": "Robert", "middle": "J.", "last": "Portman", "nickname": "Rob", "official_full": "Rob Portman"}, "bio": {"birthday": "1955-12-19", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1993-05-04", "end": "1995-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 2, "party": "Republican", "url": "http://www.house.gov/portman"}, {"type": "rep", "start": "2005-01-04", "end": "2005-04-29", "state": "OH", "district": 2, "party": "Republican", "url": "http://www.house.gov/portman"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "OH", "class": 3, "party": "Republican", "url": "http://www.portman.senate.gov", "address": "448 Russell Senate Office Building Washington DC 20510", "phone": "202-224-3353", "fax": "202-224-9075", "contact_form": "https://www.portman.senate.gov/public/index.cfm/contact-form", "office": "448 Russell Senate Office Building", "state_rank": "junior", "rss_url": "http://www.portman.senate.gov/public/index.cfm/rss/feed"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "OH", "class": 3, "state_rank": "junior", "party": "Republican", "url": "http://www.portman.senate.gov", "rss_url": "http://www.portman.senate.gov/public/index.cfm/rss/feed", "address": "448 Russell Senate Office Building Washington DC 20510", "office": "448 Russell Senate Office Building", "phone": "202-224-3353", "contact_form": "https://www.portman.senate.gov/public/index.cfm/contact?p=contact-form"}]}, {"id": {"bioguide": "P000599", "thomas": "01915", "govtrack": 412309, "opensecrets": "N00029662", "votesmart": 24280, "fec": ["H8FL15107"], "cspan": 88959, "wikipedia": "Bill Posey", "house_history": 20036, "ballotpedia": "Bill Posey", "maplight": 791, "icpsr": 20909, "wikidata": "Q862373", "google_entity_id": "kg:/m/0281vxy"}, "name": {"first": "Bill", "last": "Posey", "official_full": "Bill Posey"}, "bio": {"birthday": "1947-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 15, "party": "Republican", "url": "http://posey.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 15, "party": "Republican", "url": "http://posey.house.gov", "address": "120 Cannon HOB; Washington DC 20515-0915", "phone": "202-225-3671", "fax": "202-225-3516", "contact_form": "http://posey.house.gov/Contact/", "office": "120 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 8, "url": "http://posey.house.gov", "address": "120 Cannon HOB; Washington DC 20515-0908", "phone": "202-225-3671", "fax": "202-225-3516", "contact_form": "https://posey.house.gov/forms/writeyourrep/", "office": "120 Cannon House Office Building", "rss_url": "http://posey.house.gov/news/rss.aspx?documenttypeid=1487"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Republican", "district": 8, "url": "http://posey.house.gov", "address": "120 Cannon HOB; Washington DC 20515-0908", "phone": "202-225-3671", "fax": "202-225-3516", "contact_form": "https://posey.house.gov/forms/writeyourrep/", "office": "120 Cannon House Office Building", "rss_url": "http://posey.house.gov/news/rss.aspx?documenttypeid=1487"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 8, "party": "Republican", "phone": "202-225-3671", "url": "http://posey.house.gov", "rss_url": "http://posey.house.gov/news/rss.aspx?documenttypeid=1487", "address": "2150 Rayburn HOB; Washington DC 20515-0908", "office": "2150 Rayburn House Office Building", "fax": "202-225-3516"}]}, {"id": {"bioguide": "P000523", "thomas": "00930", "govtrack": 400326, "opensecrets": "N00002260", "votesmart": 119, "icpsr": 15438, "fec": ["H6NC04037"], "cspan": 6748, "wikipedia": "David Price (U.S. politician)", "house_history": 19927, "ballotpedia": "David Price", "maplight": 420, "wikidata": "Q984010", "google_entity_id": "kg:/m/034dxn"}, "name": {"first": "David", "middle": "E.", "last": "Price", "official_full": "David E. Price"}, "bio": {"birthday": "1940-08-17", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NC", "district": 4, "party": "Democrat", "url": "http://www.house.gov/price"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NC", "district": 4, "party": "Democrat", "url": "http://www.house.gov/price"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NC", "district": 4, "party": "Democrat", "url": "http://price.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NC", "district": 4, "party": "Democrat", "url": "http://price.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NC", "district": 4, "party": "Democrat", "url": "http://price.house.gov", "address": "2162 Rayburn HOB; Washington DC 20515-3304", "phone": "202-225-1784", "fax": "202-225-2014", "contact_form": "http://price.house.gov/contact/contact_form.shtml", "office": "2162 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NC", "party": "Democrat", "district": 4, "url": "http://price.house.gov", "address": "2162 Rayburn HOB; Washington DC 20515-3304", "phone": "202-225-1784", "fax": "202-225-2014", "contact_form": "https://price.house.gov/contact", "office": "2162 Rayburn House Office Building", "rss_url": "http://price.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NC", "party": "Democrat", "district": 4, "url": "http://price.house.gov", "address": "2108 Rayburn HOB; Washington DC 20515-3304", "phone": "202-225-1784", "fax": "202-225-2014", "contact_form": "https://price.house.gov/contact", "office": "2108 Rayburn House Office Building", "rss_url": "http://price.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NC", "district": 4, "party": "Democrat", "phone": "202-225-1784", "url": "https://price.house.gov", "rss_url": "http://price.house.gov/index.php?format=feed&type=rss", "address": "2108 Rayburn HOB; Washington DC 20515-3304", "office": "2108 Rayburn House Office Building", "fax": "202-225-2014"}]}, {"id": {"bioguide": "Q000023", "thomas": "01967", "govtrack": 412331, "opensecrets": "N00030581", "votesmart": 83310, "fec": ["H0IL05096"], "cspan": 9263344, "wikipedia": "Mike Quigley (politician)", "house_history": 20072, "ballotpedia": "Michael Quigley", "maplight": 1186, "icpsr": 20954, "wikidata": "Q465767", "google_entity_id": "kg:/m/0fccwh"}, "name": {"first": "Mike", "last": "Quigley", "official_full": "Mike Quigley"}, "bio": {"birthday": "1958-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-04-07", "end": "2011-01-03", "state": "IL", "district": 5, "party": "Democrat", "url": "http://quigley.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 5, "party": "Democrat", "url": "http://quigley.house.gov/", "address": "1124 Longworth HOB; Washington DC 20515-1305", "phone": "202-225-4061", "fax": "202-225-5603", "contact_form": "https://forms.house.gov/quigley/contact-form.shtml", "office": "1124 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Democrat", "district": 5, "url": "http://quigley.house.gov", "address": "1124 Longworth HOB; Washington DC 20515-1305", "phone": "202-225-4061", "fax": "202-225-5603", "contact_form": "https://quigleyforms.house.gov/forms/writeyourrep/", "office": "1124 Longworth House Office Building", "rss_url": "http://quigley.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "party": "Democrat", "district": 5, "url": "http://quigley.house.gov", "address": "2458 Rayburn HOB; Washington DC 20515-1305", "phone": "202-225-4061", "fax": "202-225-5603", "contact_form": "https://quigleyforms.house.gov/forms/writeyourrep/", "office": "2458 Rayburn House Office Building", "rss_url": "http://quigley.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 5, "party": "Democrat", "phone": "202-225-4061", "url": "https://quigley.house.gov", "rss_url": "http://quigley.house.gov/index.php?format=feed&type=rss", "address": "2458 Rayburn HOB; Washington DC 20515-1305", "office": "2458 Rayburn House Office Building", "fax": "202-225-5603"}]}, {"id": {"bioguide": "R000585", "thomas": "01982", "govtrack": 412393, "opensecrets": "N00030949", "votesmart": 127046, "fec": ["H0NY29054"], "cspan": 623468, "wikipedia": "Tom Reed (politician)", "house_history": 20811, "maplight": 1374, "icpsr": 21101, "wikidata": "Q2440035", "google_entity_id": "kg:/m/07kf86m"}, "name": {"first": "Tom", "middle": "W.", "last": "Reed", "suffix": "II", "official_full": "Tom Reed"}, "bio": {"birthday": "1971-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "2010-11-18", "end": "2011-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 29, "party": "Republican", "url": "http://reed.house.gov/", "address": "1037 Longworth HOB; Washington DC 20515-3229", "phone": "202-225-3161", "fax": "202-226-6599", "office": "1037 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Republican", "district": 23, "url": "http://reed.house.gov", "address": "1504 Longworth HOB; Washington DC 20515-3223", "phone": "202-225-3161", "fax": "202-226-6599", "office": "1504 Longworth House Office Building", "rss_url": "http://reed.house.gov/rss.xml", "contact_form": "https://reed.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Republican", "district": 23, "url": "http://reed.house.gov", "address": "2437 Rayburn HOB; Washington DC 20515-3223", "phone": "202-225-3161", "fax": "202-226-6599", "office": "2437 Rayburn House Office Building", "rss_url": "http://reed.house.gov/rss.xml", "contact_form": "https://reed.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 23, "party": "Republican", "phone": "202-225-3161", "url": "https://reed.house.gov", "rss_url": "http://reed.house.gov/rss.xml", "address": "2437 Rayburn HOB; Washington DC 20515-3223", "office": "2437 Rayburn House Office Building", "fax": "202-226-6599"}]}, {"id": {"bioguide": "R000578", "thomas": "01810", "govtrack": 400660, "opensecrets": "N00026885", "votesmart": 51346, "fec": ["H4WA08071"], "cspan": 1013064, "wikipedia": "Dave Reichert", "house_history": 20801, "ballotpedia": "David Reichert", "maplight": 665, "icpsr": 20536, "wikidata": "Q456464", "google_entity_id": "kg:/m/03dllc"}, "name": {"first": "David", "middle": "G.", "last": "Reichert", "official_full": "David G. Reichert"}, "bio": {"birthday": "1950-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WA", "district": 8, "party": "Republican", "url": "http://www.house.gov/reichert"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WA", "district": 8, "party": "Republican", "url": "http://www.house.gov/reichert"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WA", "district": 8, "party": "Republican", "url": "http://www.house.gov/reichert", "address": "1730 Longworth HOB; Washington DC 20515-4708", "phone": "202-225-7761", "fax": "202-225-4282", "contact_form": "http://reichert.house.gov/Contact/ZipAuth.htm", "office": "1730 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WA", "party": "Republican", "district": 8, "url": "http://reichert.house.gov", "address": "1127 Longworth HOB; Washington DC 20515-4708", "phone": "202-225-7761", "fax": "202-225-4282", "contact_form": "https://reichert.house.gov/contact-me", "office": "1127 Longworth House Office Building", "rss_url": "http://reichert.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WA", "party": "Republican", "district": 8, "url": "http://reichert.house.gov", "address": "1127 Longworth HOB; Washington DC 20515-4708", "phone": "202-225-7761", "fax": "202-225-4282", "contact_form": "https://reichert.house.gov/contact-me", "office": "1127 Longworth House Office Building", "rss_url": "http://reichert.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WA", "district": 8, "party": "Republican", "phone": "202-225-7761", "url": "http://reichert.house.gov", "rss_url": "http://reichert.house.gov/rss.xml", "address": "1127 Longworth HOB; Washington DC 20515-4708", "office": "1127 Longworth House Office Building", "fax": "202-225-4282"}]}, {"id": {"bioguide": "R000586", "thomas": "02048", "govtrack": 412462, "opensecrets": "N00031127", "votesmart": 120678, "fec": ["H0OH16097"], "cspan": 62686, "wikipedia": "Jim Renacci", "house_history": 20813, "ballotpedia": "Jim Renacci", "maplight": 1468, "icpsr": 21164, "wikidata": "Q976676", "google_entity_id": "kg:/m/025v2hb"}, "name": {"first": "James", "last": "Renacci", "official_full": "James B. Renacci", "middle": "B."}, "bio": {"birthday": "1958-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 16, "party": "Republican", "url": "http://renacci.house.gov/", "address": "130 Cannon HOB; Washington DC 20515-3516", "phone": "202-225-3876", "fax": "202-225-3059", "office": "130 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Republican", "district": 16, "url": "http://renacci.house.gov", "address": "130 Cannon HOB; Washington DC 20515-3516", "phone": "202-225-3876", "fax": "202-225-3059", "office": "130 Cannon House Office Building", "rss_url": "http://renacci.house.gov/common/rss//index.cfm?rss=25", "contact_form": "https://renacci.house.gov/index.cfm/contact-form"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OH", "party": "Republican", "district": 16, "url": "https://renacci.house.gov", "address": "328 Cannon HOB; Washington DC 20515-3516", "phone": "202-225-3876", "fax": "202-225-3059", "office": "328 Cannon House Office Building", "rss_url": "http://renacci.house.gov/common/rss//index.cfm?rss=25", "contact_form": "https://renacci.house.gov/index.cfm/contact-form"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 16, "party": "Republican", "phone": "202-225-3876", "url": "https://renacci.house.gov", "rss_url": "http://renacci.house.gov/common/rss//index.cfm?rss=25", "address": "328 Cannon HOB; Washington DC 20515-3516", "office": "328 Cannon House Office Building", "fax": "202-225-3059"}]}, {"id": {"bioguide": "R000588", "thomas": "02023", "govtrack": 412432, "opensecrets": "N00030184", "votesmart": 35384, "fec": ["H8LA02054"], "cspan": 62391, "wikipedia": "Cedric Richmond", "house_history": 20816, "ballotpedia": "Cedric Richmond", "maplight": 1443, "icpsr": 21137, "wikidata": "Q561284", "google_entity_id": "kg:/m/0bbw8s3"}, "name": {"first": "Cedric", "last": "Richmond", "official_full": "Cedric L. Richmond", "middle": "L."}, "bio": {"birthday": "1973-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "LA", "district": 2, "party": "Democrat", "url": "http://richmond.house.gov/", "address": "415 Cannon HOB; Washington DC 20515-1802", "phone": "202-225-6636", "fax": "202-225-1988", "office": "415 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "LA", "party": "Democrat", "district": 2, "url": "http://richmond.house.gov", "address": "240 Cannon HOB; Washington DC 20515-1802", "phone": "202-225-6636", "fax": "202-225-1988", "office": "240 Cannon House Office Building", "rss_url": "http://richmond.house.gov/rss.xml", "contact_form": "https://richmond.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "LA", "party": "Democrat", "district": 2, "url": "http://richmond.house.gov", "address": "240 Cannon HOB; Washington DC 20515-1802", "phone": "202-225-6636", "fax": "202-225-1988", "office": "240 Cannon House Office Building", "rss_url": "http://richmond.house.gov/rss.xml", "contact_form": "https://richmond.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "LA", "district": 2, "party": "Democrat", "phone": "202-225-6636", "url": "https://richmond.house.gov", "rss_url": "http://richmond.house.gov/rss.xml", "address": "420 Cannon HOB; Washington DC 20515-1802", "office": "420 Cannon House Office Building", "fax": "202-225-1988"}]}, {"id": {"bioguide": "R000591", "thomas": "01986", "govtrack": 412394, "opensecrets": "N00030768", "votesmart": 71604, "fec": ["H0AL02087"], "cspan": 61712, "wikipedia": "Martha Roby", "house_history": 20821, "ballotpedia": "Martha Roby", "maplight": 1408, "icpsr": 21192, "wikidata": "Q439117", "google_entity_id": "kg:/m/0drx5mb"}, "name": {"first": "Martha", "last": "Roby", "official_full": "Martha Roby"}, "bio": {"birthday": "1976-07-27", "gender": "F"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AL", "district": 2, "party": "Republican", "url": "http://roby.house.gov/", "address": "414 Cannon HOB; Washington DC 20515-0102", "phone": "202-225-2901", "fax": "202-225-8913", "office": "414 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AL", "party": "Republican", "district": 2, "url": "http://roby.house.gov", "address": "428 Cannon HOB; Washington DC 20515-0102", "phone": "202-225-2901", "fax": "202-225-8913", "office": "428 Cannon House Office Building", "rss_url": "http://roby.house.gov/rss.xml", "contact_form": "https://roby.house.gov/contact-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AL", "party": "Republican", "district": 2, "url": "http://roby.house.gov", "address": "442 Cannon HOB; Washington DC 20515-0102", "phone": "202-225-2901", "fax": "202-225-8913", "office": "442 Cannon House Office Building", "rss_url": "http://roby.house.gov/rss.xml", "contact_form": "https://roby.house.gov/contact-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AL", "district": 2, "party": "Republican", "phone": "202-225-2901", "url": "http://roby.house.gov", "rss_url": "http://roby.house.gov/rss.xml", "address": "442 Cannon HOB; Washington DC 20515-0102", "office": "442 Cannon House Office Building", "fax": "202-225-8913"}]}, {"id": {"bioguide": "R000582", "thomas": "01954", "govtrack": 412310, "opensecrets": "N00028463", "votesmart": 65306, "fec": ["H6TN01388"], "cspan": 1031360, "wikipedia": "Phil Roe (politician)", "house_history": 20807, "maplight": 792, "icpsr": 20947, "wikidata": "Q1665842", "google_entity_id": "kg:/m/04gtg5_"}, "name": {"first": "David", "middle": "P.", "nickname": "Phil", "last": "Roe", "official_full": "David P. Roe"}, "bio": {"gender": "M", "birthday": "1945-07-21"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TN", "district": 1, "party": "Republican", "url": "http://www.roe.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TN", "district": 1, "party": "Republican", "url": "http://www.roe.house.gov", "address": "419 Cannon HOB; Washington DC 20515-4201", "phone": "202-225-6356", "fax": "202-225-6356", "contact_form": "https://forms.house.gov/roe/contact-form.shtml", "office": "419 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TN", "party": "Republican", "district": 1, "url": "http://roe.house.gov", "address": "407 Cannon HOB; Washington DC 20515-4201", "phone": "202-225-6356", "fax": "202-225-6356", "contact_form": "https://roe.house.gov/contact/contactform.htm?zip5=37813&zip4=1659", "office": "407 Cannon House Office Building"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TN", "party": "Republican", "district": 1, "url": "http://roe.house.gov", "address": "407 Cannon HOB; Washington DC 20515-4201", "phone": "202-225-6356", "fax": "202-225-6356", "contact_form": "https://roe.house.gov/contact/contactform.htm?zip5=37813&zip4=1659", "office": "407 Cannon House Office Building"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TN", "district": 1, "party": "Republican", "phone": "202-225-6356", "url": "http://roe.house.gov", "address": "336 Cannon HOB; Washington DC 20515-4201", "office": "336 Cannon House Office Building", "fax": "202-225-6356"}]}, {"id": {"bioguide": "R000395", "thomas": "00977", "govtrack": 400340, "opensecrets": "N00003473", "votesmart": 26875, "icpsr": 14854, "fec": ["H0KY05015"], "cspan": 6739, "wikipedia": "Hal Rogers", "house_history": 20573, "ballotpedia": "Harold Rogers", "maplight": 434, "wikidata": "Q547153", "google_entity_id": "kg:/m/025jnx"}, "name": {"first": "Harold", "last": "Rogers", "nickname": "Hal", "official_full": "Harold Rogers"}, "bio": {"birthday": "1937-12-31", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "KY", "district": 5, "party": "Republican", "url": "http://www.house.gov/rogers"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "KY", "district": 5, "party": "Republican", "url": "http://www.house.gov/rogers"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "KY", "district": 5, "party": "Republican", "url": "http://halrogers.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "KY", "district": 5, "party": "Republican", "url": "http://halrogers.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "KY", "district": 5, "party": "Republican", "url": "http://halrogers.house.gov", "address": "2406 Rayburn HOB; Washington DC 20515-1705", "phone": "202-225-4601", "fax": "202-225-0940", "contact_form": "http://halrogers.house.gov/Contact.aspx", "office": "2406 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "KY", "party": "Republican", "district": 5, "url": "http://halrogers.house.gov", "address": "2406 Rayburn HOB; Washington DC 20515-1705", "phone": "202-225-4601", "fax": "202-225-0940", "contact_form": "https://halrogers.house.gov/contact/contactform.htm", "office": "2406 Rayburn House Office Building", "rss_url": "http://halrogers.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "KY", "party": "Republican", "district": 5, "url": "http://halrogers.house.gov", "address": "2406 Rayburn HOB; Washington DC 20515-1705", "phone": "202-225-4601", "fax": "202-225-0940", "contact_form": "https://halrogers.house.gov/contact/contactform.htm", "office": "2406 Rayburn House Office Building", "rss_url": "http://halrogers.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "KY", "district": 5, "party": "Republican", "phone": "202-225-4601", "url": "http://halrogers.house.gov", "rss_url": "http://halrogers.house.gov/news/rss.aspx", "address": "2406 Rayburn HOB; Washington DC 20515-1705", "office": "2406 Rayburn House Office Building", "fax": "202-225-0940"}]}, {"id": {"bioguide": "R000575", "thomas": "01704", "govtrack": 400341, "opensecrets": "N00024759", "votesmart": 5705, "fec": ["H2AL03032"], "cspan": 1014740, "wikipedia": "Mike Rogers (Alabama politician)", "house_history": 20795, "ballotpedia": "Mike Rogers (Alabama)", "maplight": 433, "icpsr": 20301, "wikidata": "Q693238", "google_entity_id": "kg:/m/024n_s"}, "name": {"first": "Mike", "last": "Rogers", "official_full": "Mike Rogers"}, "bio": {"birthday": "1958-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AL", "district": 3, "party": "Republican", "url": "http://www.house.gov/mike-rogers"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AL", "district": 3, "party": "Republican", "url": "http://www.house.gov/mike-rogers"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AL", "district": 3, "party": "Republican", "url": "http://www.house.gov/mike-rogers"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AL", "district": 3, "party": "Republican", "url": "http://www.house.gov/mike-rogers"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AL", "district": 3, "party": "Republican", "url": "http://www.house.gov/mike-rogers", "address": "324 Cannon HOB; Washington DC 20515-0103", "phone": "202-225-3261", "fax": "202-226-8485", "contact_form": "http://www.house.gov/mike-rogers/contact.shtml", "office": "324 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AL", "party": "Republican", "district": 3, "url": "http://mike-rogers.house.gov", "address": "324 Cannon HOB; Washington DC 20515-0103", "phone": "202-225-3261", "fax": "202-226-8485", "contact_form": "http://mike-rogers.house.gov/contact-mike/email-me", "office": "324 Cannon House Office Building", "rss_url": "http://mike-rogers.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AL", "party": "Republican", "district": 3, "url": "http://mikerogers.house.gov", "address": "324 Cannon HOB; Washington DC 20515-0103", "phone": "202-225-3261", "fax": "202-226-8485", "contact_form": "http://mikerogers.house.gov/contact-mike/email-me", "office": "324 Cannon House Office Building", "rss_url": "http://mikerogers.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AL", "district": 3, "party": "Republican", "phone": "202-225-3261", "url": "https://mikerogers.house.gov", "rss_url": "http://mikerogers.house.gov/rss.xml", "address": "2184 Rayburn HOB; Washington DC 20515-0103", "office": "2184 Rayburn House Office Building", "fax": "202-226-8485"}]}, {"id": {"bioguide": "R000409", "thomas": "00979", "govtrack": 400343, "opensecrets": "N00007151", "votesmart": 26763, "icpsr": 15621, "fec": ["H8CA42061"], "cspan": 5590, "house_history": 20593, "wikipedia": "Dana Rohrabacher", "maplight": 436, "wikidata": "Q983055", "google_entity_id": "kg:/m/02gtr"}, "name": {"first": "Dana", "middle": "T.", "last": "Rohrabacher", "official_full": "Dana Rohrabacher"}, "bio": {"birthday": "1947-06-21", "gender": "M", "religion": "Christian"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 42, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 42, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 45, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 45, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 45, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 45, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 45, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 46, "party": "Republican", "url": "http://www.house.gov/rohrabacher"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 46, "party": "Republican", "url": "http://www.house.gov/rohrabacher"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 46, "party": "Republican", "url": "http://www.house.gov/rohrabacher"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 46, "party": "Republican", "url": "http://www.house.gov/rohrabacher"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 46, "party": "Republican", "url": "http://www.house.gov/rohrabacher", "address": "2300 Rayburn HOB; Washington DC 20515-0546", "phone": "202-225-2415", "fax": "202-225-0145", "contact_form": "http://rohrabacher.house.gov/Contact/Zip.htm", "office": "2300 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Republican", "district": 48, "url": "http://rohrabacher.house.gov", "address": "2300 Rayburn HOB; Washington DC 20515-0548", "phone": "202-225-2415", "fax": "202-225-0145", "contact_form": "https://rohrabacher.house.gov/contact/email-me", "office": "2300 Rayburn House Office Building", "rss_url": "http://rohrabacher.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Republican", "district": 48, "url": "http://rohrabacher.house.gov", "address": "2300 Rayburn HOB; Washington DC 20515-0548", "phone": "202-225-2415", "fax": "202-225-0145", "contact_form": "https://rohrabacher.house.gov/contact/email-me", "office": "2300 Rayburn House Office Building", "rss_url": "http://rohrabacher.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 48, "party": "Republican", "phone": "202-225-2415", "url": "https://rohrabacher.house.gov", "rss_url": "http://rohrabacher.house.gov/rss.xml", "address": "2300 Rayburn HOB; Washington DC 20515-0548", "office": "2300 Rayburn House Office Building", "fax": "202-225-0145"}]}, {"id": {"bioguide": "R000592", "thomas": "02017", "govtrack": 412426, "opensecrets": "N00031741", "votesmart": 34167, "fec": ["H0IN04170"], "cspan": 61832, "wikipedia": "Todd Rokita", "house_history": 20822, "ballotpedia": "Todd Rokita", "maplight": 1437, "icpsr": 21131, "wikidata": "Q1521384", "google_entity_id": "kg:/m/0bll9p"}, "name": {"first": "Todd", "last": "Rokita", "official_full": "Todd Rokita"}, "bio": {"birthday": "1970-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IN", "district": 4, "party": "Republican", "url": "http://rokita.house.gov/", "address": "236 Cannon HOB; Washington DC 20515-1404", "phone": "202-225-5037", "office": "236 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IN", "party": "Republican", "district": 4, "url": "http://rokita.house.gov", "address": "236 Cannon HOB; Washington DC 20515-1404", "phone": "202-225-5037", "office": "236 Cannon House Office Building", "rss_url": "http://rokita.house.gov/rss.xml", "contact_form": "https://rokita.house.gov/contact-me", "fax": "202-226-0544"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IN", "party": "Republican", "district": 4, "url": "http://rokita.house.gov", "address": "1717 Longworth HOB; Washington DC 20515-1404", "phone": "202-225-5037", "office": "1717 Longworth House Office Building", "rss_url": "http://rokita.house.gov/rss.xml", "contact_form": "https://rokita.house.gov/contact-me", "fax": "202-226-0544"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IN", "district": 4, "party": "Republican", "phone": "202-225-5037", "url": "http://rokita.house.gov", "rss_url": "http://rokita.house.gov/rss.xml", "address": "2439 Rayburn HOB; Washington DC 20515-1404", "office": "2439 Rayburn House Office Building", "fax": "202-226-0544"}]}, {"id": {"bioguide": "R000583", "thomas": "01916", "govtrack": 412311, "opensecrets": "N00029018", "votesmart": 107800, "fec": ["H8FL16022"], "cspan": 1030486, "wikipedia": "Tom Rooney (politician)", "house_history": 20809, "ballotpedia": "Thomas J. Rooney", "maplight": 793, "icpsr": 20910, "wikidata": "Q506110", "google_entity_id": "kg:/m/04jl2j4"}, "name": {"first": "Thomas", "middle": "J.", "last": "Rooney", "official_full": "Thomas J. Rooney"}, "bio": {"birthday": "1970-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 16, "party": "Republican", "url": "http://rooney.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 16, "party": "Republican", "url": "http://rooney.house.gov", "address": "1529 Longworth HOB; Washington DC 20515-0916", "phone": "202-225-5792", "fax": "202-225-3132", "contact_form": "https://forms.house.gov/rooney/contact-form.shtml", "office": "1529 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 17, "url": "http://rooney.house.gov", "address": "221 Cannon HOB; Washington DC 20515-0917", "phone": "202-225-5792", "fax": "202-225-3132", "contact_form": "https://rooney.house.gov/email-me", "office": "221 Cannon House Office Building", "rss_url": "http://rooney.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Republican", "district": 17, "url": "https://rooney.house.gov", "address": "2160 Rayburn HOB; Washington DC 20515-0917", "phone": "202-225-5792", "fax": "202-225-3132", "contact_form": "https://rooney.house.gov/email-me", "office": "2160 Rayburn House Office Building", "rss_url": "http://rooney.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 17, "party": "Republican", "phone": "202-225-5792", "url": "https://rooney.house.gov", "rss_url": "http://rooney.house.gov/index.php?format=feed&type=rss", "address": "2160 Rayburn HOB; Washington DC 20515-0917", "office": "2160 Rayburn House Office Building", "fax": "202-225-3132"}]}, {"id": {"bioguide": "R000435", "thomas": "00985", "govtrack": 400344, "opensecrets": "N00002858", "votesmart": 26815, "icpsr": 15634, "fec": ["H0FL18025"], "cspan": 3206, "wikipedia": "Ileana Ros-Lehtinen", "house_history": 20624, "ballotpedia": "Ileana Ros-Lehtinen", "maplight": 437, "wikidata": "Q265791", "google_entity_id": "kg:/m/02530d"}, "name": {"first": "Ileana", "last": "Ros-Lehtinen", "official_full": "Ileana Ros-Lehtinen"}, "bio": {"birthday": "1952-07-15", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 18, "party": "Republican", "url": "http://www.house.gov/ros-lehtinen"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 18, "party": "Republican", "url": "http://www.house.gov/ros-lehtinen"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 18, "party": "Republican", "url": "http://www.house.gov/ros-lehtinen"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 18, "party": "Republican", "url": "http://www.house.gov/ros-lehtinen"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 18, "party": "Republican", "url": "http://www.house.gov/ros-lehtinen", "address": "2206 Rayburn HOB; Washington DC 20515-0918", "phone": "202-225-3931", "fax": "202-225-5620", "contact_form": "http://www.house.gov/writerep", "office": "2206 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 27, "url": "http://ros-lehtinen.house.gov", "address": "2206 Rayburn HOB; Washington DC 20515-0927", "phone": "202-225-3931", "fax": "202-225-5620", "contact_form": "https://ros-lehtinen.house.gov/contact-me/email-me", "office": "2206 Rayburn House Office Building", "rss_url": "http://ros-lehtinen.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Republican", "district": 27, "url": "http://ros-lehtinen.house.gov", "address": "2206 Rayburn HOB; Washington DC 20515-0927", "phone": "202-225-3931", "fax": "202-225-5620", "contact_form": "https://ros-lehtinen.house.gov/contact-me/email-me", "office": "2206 Rayburn House Office Building", "rss_url": "http://ros-lehtinen.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 27, "party": "Republican", "phone": "202-225-3931", "url": "http://ros-lehtinen.house.gov", "rss_url": "http://ros-lehtinen.house.gov/rss.xml", "address": "2206 Rayburn HOB; Washington DC 20515-0927", "office": "2206 Rayburn House Office Building", "fax": "202-225-5620"}]}, {"id": {"bioguide": "R000580", "thomas": "01848", "govtrack": 412202, "opensecrets": "N00004719", "votesmart": 6382, "fec": ["H6IL06117", "H8IL13051"], "cspan": 1021912, "wikipedia": "Peter Roskam", "house_history": 20803, "ballotpedia": "Peter Roskam", "maplight": 689, "icpsr": 20715, "wikidata": "Q968214", "google_entity_id": "kg:/m/0gj190"}, "name": {"first": "Peter", "middle": "J.", "last": "Roskam", "official_full": "Peter J. Roskam"}, "bio": {"birthday": "1961-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 6, "party": "Republican", "url": "http://roskam.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 6, "party": "Republican", "url": "http://roskam.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 6, "party": "Republican", "url": "http://roskam.house.gov", "address": "227 Cannon HOB; Washington DC 20515-1306", "phone": "202-225-4561", "fax": "202-225-1166", "contact_form": "http://www.house.gov/writerep", "office": "227 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Republican", "district": 6, "url": "http://roskam.house.gov", "address": "227 Cannon HOB; Washington DC 20515-1306", "phone": "202-225-4561", "fax": "202-225-1166", "contact_form": "https://roskam.house.gov/contact/email-me", "office": "227 Cannon House Office Building", "rss_url": "http://roskam.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "party": "Republican", "district": 6, "url": "http://roskam.house.gov", "address": "2246 Rayburn HOB; Washington DC 20515-1306", "phone": "202-225-4561", "fax": "202-225-1166", "contact_form": "https://roskam.house.gov/contact/email-me", "office": "2246 Rayburn House Office Building", "rss_url": "http://roskam.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 6, "party": "Republican", "phone": "202-225-4561", "url": "https://roskam.house.gov", "rss_url": "http://roskam.house.gov/index.php?format=feed&type=rss", "address": "2246 Rayburn HOB; Washington DC 20515-1306", "office": "2246 Rayburn House Office Building", "fax": "202-225-1166"}]}, {"id": {"bioguide": "R000593", "thomas": "02003", "govtrack": 412411, "opensecrets": "N00030645", "votesmart": 12813, "fec": ["H0FL12101"], "cspan": 62532, "wikipedia": "Dennis A. Ross", "house_history": 20823, "ballotpedia": "Dennis A. Ross", "maplight": 1423, "icpsr": 21117, "wikidata": "Q1188940", "google_entity_id": "kg:/m/0bmd7xs"}, "name": {"first": "Dennis", "last": "Ross", "official_full": "Dennis A. Ross", "middle": "A."}, "bio": {"birthday": "1959-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 12, "party": "Republican", "url": "http://dennisross.house.gov/", "address": "404 Cannon HOB; Washington DC 20515-0912", "phone": "202-225-1252", "fax": "202-226-0585", "office": "404 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 15, "url": "http://dennisross.house.gov", "address": "229 Cannon HOB; Washington DC 20515-0915", "phone": "202-225-1252", "fax": "202-226-0585", "office": "229 Cannon House Office Building", "rss_url": "http://dennisross.house.gov/news/rss.aspx", "contact_form": "https://dennisross.house.gov/forms/writeyourrep/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Republican", "district": 15, "url": "http://dennisross.house.gov", "address": "229 Cannon HOB; Washington DC 20515-0915", "phone": "202-225-1252", "fax": "202-226-0585", "office": "229 Cannon House Office Building", "rss_url": "http://dennisross.house.gov/news/rss.aspx", "contact_form": "https://dennisross.house.gov/forms/writeyourrep/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 15, "party": "Republican", "phone": "202-225-1252", "url": "http://dennisross.house.gov", "rss_url": "http://dennisross.house.gov/news/rss.aspx", "address": "436 Cannon HOB; Washington DC 20515-0915", "office": "436 Cannon House Office Building", "fax": "202-226-0585"}]}, {"id": {"bioguide": "R000486", "thomas": "00997", "govtrack": 400347, "opensecrets": "N00006671", "votesmart": 26766, "fec": ["H2CA33048"], "cspan": 26136, "wikipedia": "Lucille Roybal-Allard", "house_history": 20686, "maplight": 440, "icpsr": 29317, "wikidata": "Q469115", "google_entity_id": "kg:/m/024txf"}, "name": {"first": "Lucille", "last": "Roybal-Allard", "official_full": "Lucille Roybal-Allard"}, "bio": {"birthday": "1941-06-12", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 34, "party": "Democrat", "url": "http://www.house.gov/roybal-allard"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 34, "party": "Democrat", "url": "http://www.house.gov/roybal-allard"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 34, "party": "Democrat", "url": "http://www.house.gov/roybal-allard"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 34, "party": "Democrat", "url": "http://www.house.gov/roybal-allard"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 34, "party": "Democrat", "url": "http://www.house.gov/roybal-allard", "address": "2330 Rayburn HOB; Washington DC 20515-0534", "phone": "202-225-1766", "fax": "202-226-0350", "contact_form": "http://www.house.gov/writerep", "office": "2330 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 40, "url": "http://roybal-allard.house.gov", "address": "2330 Rayburn HOB; Washington DC 20515-0540", "phone": "202-225-1766", "fax": "202-226-0350", "contact_form": "http://roybal-allard.house.gov/contact/", "office": "2330 Rayburn House Office Building", "rss_url": "http://roybal-allard.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 40, "url": "http://roybal-allard.house.gov", "address": "2330 Rayburn HOB; Washington DC 20515-0540", "phone": "202-225-1766", "fax": "202-226-0350", "contact_form": "http://roybal-allard.house.gov/contact/", "office": "2330 Rayburn House Office Building", "rss_url": "http://roybal-allard.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 40, "party": "Democrat", "phone": "202-225-1766", "url": "http://roybal-allard.house.gov", "rss_url": "http://roybal-allard.house.gov/news/rss.aspx", "address": "2083 Rayburn HOB; Washington DC 20515-0540", "office": "2083 Rayburn House Office Building", "fax": "202-226-0350"}], "family": [{"name": "Edward R. Roybal", "relation": "daughter"}]}, {"id": {"bioguide": "R000487", "thomas": "00998", "govtrack": 400348, "opensecrets": "N00008264", "votesmart": 26772, "fec": ["H6CA39020"], "cspan": 28461, "wikipedia": "Ed Royce", "house_history": 20688, "maplight": 441, "icpsr": 29321, "wikidata": "Q1282477", "google_entity_id": "kg:/m/024xcy"}, "name": {"first": "Edward", "middle": "R.", "last": "Royce", "nickname": "Ed", "official_full": "Edward R. Royce"}, "bio": {"birthday": "1951-10-12", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 39, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 39, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 40, "party": "Republican", "url": "http://www.house.gov/royce"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 40, "party": "Republican", "url": "http://www.house.gov/royce"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 40, "party": "Republican", "url": "http://www.royce.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 40, "party": "Republican", "url": "http://www.royce.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 40, "party": "Republican", "url": "http://www.royce.house.gov", "address": "2185 Rayburn HOB; Washington DC 20515-0540", "phone": "202-225-4111", "fax": "202-226-0335", "contact_form": "http://www.house.gov/writerep", "office": "2185 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Republican", "district": 39, "url": "http://royce.house.gov", "address": "2185 Rayburn HOB; Washington DC 20515-0539", "phone": "202-225-4111", "fax": "202-226-0335", "contact_form": "https://royce.house.gov/contact/contactform.htm", "office": "2185 Rayburn House Office Building", "rss_url": "http://royce.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Republican", "district": 39, "url": "http://royce.house.gov", "address": "2310 Rayburn HOB; Washington DC 20515-0539", "phone": "202-225-4111", "fax": "202-226-0335", "contact_form": "https://royce.house.gov/contact/contactform.htm", "office": "2310 Rayburn House Office Building", "rss_url": "http://royce.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 39, "party": "Republican", "phone": "202-225-4111", "url": "http://royce.house.gov", "rss_url": "http://royce.house.gov/news/rss.aspx", "address": "2310 Rayburn HOB; Washington DC 20515-0539", "office": "2310 Rayburn House Office Building", "fax": "202-226-0335"}]}, {"id": {"bioguide": "R000595", "thomas": "02084", "lis": "S350", "govtrack": 412491, "opensecrets": "N00030612", "votesmart": 1601, "fec": ["S0FL00338"], "cspan": 87599, "wikipedia": "Marco Rubio", "ballotpedia": "Marco Rubio", "maplight": 1496, "icpsr": 41102, "wikidata": "Q324546", "google_entity_id": "kg:/m/0dpr5f"}, "name": {"first": "Marco", "last": "Rubio", "official_full": "Marco Rubio"}, "bio": {"birthday": "1971-05-28", "gender": "M"}, "terms": [{"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "FL", "class": 3, "party": "Republican", "url": "http://www.rubio.senate.gov", "address": "284 Russell Senate Office Building Washington DC 20510", "phone": "202-224-3041", "fax": "202-228-0285", "contact_form": "http://www.rubio.senate.gov/public/index.cfm/contact", "office": "284 Russell Senate Office Building", "state_rank": "junior", "rss_url": "http://www.rubio.senate.gov/public/?a=rss.feed"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "FL", "class": 3, "state_rank": "junior", "party": "Republican", "url": "http://www.rubio.senate.gov", "rss_url": "http://www.rubio.senate.gov/public/?a=rss.feed", "address": "284 Russell Senate Office Building Washington DC 20510", "office": "284 Russell Senate Office Building", "phone": "202-224-3041", "contact_form": "http://www.rubio.senate.gov/public/index.cfm/contact", "fax": "202-228-0285"}]}, {"id": {"bioguide": "R000576", "thomas": "01728", "govtrack": 400349, "opensecrets": "N00025482", "votesmart": 36130, "fec": ["H2MD02160"], "cspan": 49155, "wikipedia": "Dutch Ruppersberger", "house_history": 20797, "maplight": 442, "icpsr": 20329, "wikidata": "Q981559", "google_entity_id": "kg:/m/025k36"}, "name": {"first": "C.", "middle": "A. Dutch", "last": "Ruppersberger", "official_full": "C. A. Dutch Ruppersberger"}, "bio": {"birthday": "1946-01-31", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MD", "district": 2, "party": "Democrat", "url": "http://www.house.gov/ruppersberger"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MD", "district": 2, "party": "Democrat", "url": "http://www.house.gov/ruppersberger"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MD", "district": 2, "party": "Democrat", "url": "http://www.house.gov/ruppersberger"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MD", "district": 2, "party": "Democrat", "url": "http://www.house.gov/ruppersberger"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MD", "district": 2, "party": "Democrat", "url": "http://www.house.gov/ruppersberger", "address": "2453 Rayburn HOB; Washington DC 20515-2002", "phone": "202-225-3061", "fax": "202-225-3094", "contact_form": "http://dutch.house.gov/writedutch_za.shtml", "office": "2453 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MD", "party": "Democrat", "district": 2, "url": "http://ruppersberger.house.gov", "address": "2416 Rayburn HOB; Washington DC 20515-2002", "phone": "202-225-3061", "fax": "202-225-3094", "contact_form": "http://ruppersberger.house.gov/contact-dutch/email-dutch", "office": "2416 Rayburn House Office Building", "rss_url": "http://dutch.house.gov/atom.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MD", "party": "Democrat", "district": 2, "url": "http://ruppersberger.house.gov", "address": "2416 Rayburn HOB; Washington DC 20515-2002", "phone": "202-225-3061", "fax": "202-225-3094", "contact_form": "http://ruppersberger.house.gov/contact-dutch/email-dutch", "office": "2416 Rayburn House Office Building", "rss_url": "http://dutch.house.gov/atom.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MD", "district": 2, "party": "Democrat", "phone": "202-225-3061", "url": "http://ruppersberger.house.gov", "rss_url": "http://dutch.house.gov/atom.xml", "address": "2416 Rayburn HOB; Washington DC 20515-2002", "office": "2416 Rayburn House Office Building", "fax": "202-225-3094"}]}, {"id": {"bioguide": "R000515", "thomas": "01003", "govtrack": 400350, "opensecrets": "N00004887", "votesmart": 26831, "fec": ["H2IL01042"], "cspan": 26127, "wikipedia": "Bobby Rush", "house_history": 20721, "ballotpedia": "Bobby Rush", "maplight": 443, "icpsr": 29346, "wikidata": "Q888599", "google_entity_id": "kg:/m/0255x3"}, "name": {"first": "Bobby", "middle": "L.", "last": "Rush", "official_full": "Bobby L. Rush"}, "bio": {"birthday": "1946-11-23", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 1, "party": "Democrat", "url": "http://www.house.gov/rush"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 1, "party": "Democrat", "url": "http://www.house.gov/rush"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 1, "party": "Democrat", "url": "http://www.house.gov/rush"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 1, "party": "Democrat", "url": "http://www.house.gov/rush"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 1, "party": "Democrat", "url": "http://www.house.gov/rush", "address": "2268 Rayburn HOB; Washington DC 20515-1301", "phone": "202-225-4372", "fax": "202-226-0333", "contact_form": "http://www.house.gov/rush/zipauth.shtml", "office": "2268 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Democrat", "district": 1, "url": "http://rush.house.gov", "address": "2268 Rayburn HOB; Washington DC 20515-1301", "phone": "202-225-4372", "fax": "202-226-0333", "contact_form": "https://rush.house.gov/contact-me/legislative-issues", "office": "2268 Rayburn House Office Building", "rss_url": "http://rush.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "party": "Democrat", "district": 1, "url": "http://rush.house.gov", "address": "2188 Rayburn HOB; Washington DC 20515-1301", "phone": "202-225-4372", "fax": "202-226-0333", "contact_form": "https://rush.house.gov/contact-me/legislative-issues", "office": "2188 Rayburn House Office Building", "rss_url": "http://rush.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 1, "party": "Democrat", "phone": "202-225-4372", "url": "http://rush.house.gov", "rss_url": "http://rush.house.gov/rss.xml", "address": "2188 Rayburn HOB; Washington DC 20515-1301", "office": "2188 Rayburn House Office Building", "fax": "202-226-0333"}]}, {"id": {"bioguide": "R000570", "thomas": "01560", "govtrack": 400351, "opensecrets": "N00004357", "votesmart": 26344, "fec": ["H8WI01024"], "cspan": 57970, "wikipedia": "Paul Ryan", "house_history": 20785, "ballotpedia": "Paul Ryan", "maplight": 445, "icpsr": 29939, "wikidata": "Q203966", "google_entity_id": "kg:/m/024v2j"}, "name": {"first": "Paul", "middle": "D.", "last": "Ryan", "official_full": "Paul D. Ryan"}, "bio": {"birthday": "1970-01-29", "gender": "M", "religion": "Roman Catholic"}, "leadership_roles": [{"title": "Speaker", "chamber": "house", "start": "2015-10-28", "end": "2017-01-03"}, {"title": "Speaker", "chamber": "house", "start": "2017-01-03"}], "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WI", "district": 1, "party": "Republican", "url": "http://www.house.gov/ryan"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WI", "district": 1, "party": "Republican", "url": "http://www.house.gov/ryan"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WI", "district": 1, "party": "Republican", "url": "http://www.house.gov/ryan"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WI", "district": 1, "party": "Republican", "url": "http://www.house.gov/ryan"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WI", "district": 1, "party": "Republican", "url": "http://www.house.gov/ryan", "address": "1233 Longworth HOB; Washington DC 20515-4901", "phone": "202-225-3031", "fax": "202-225-3393", "contact_form": "http://www.house.gov/ryan/email.htm", "office": "1233 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WI", "party": "Republican", "district": 1, "url": "http://paulryan.house.gov", "address": "1233 Longworth HOB; Washington DC 20515-4901", "phone": "202-225-3031", "fax": "202-225-3393", "contact_form": "https://paulryan.house.gov/contact/email.htm#.U032ra1dU_d", "office": "1233 Longworth House Office Building", "rss_url": "http://paulryan.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WI", "party": "Republican", "district": 1, "url": "http://paulryan.house.gov", "address": "1233 Longworth HOB; Washington DC 20515-4901", "phone": "202-225-3031", "fax": "202-225-3393", "contact_form": "https://paulryan.house.gov/contact/email.htm#.U032ra1dU_d", "office": "1233 Longworth House Office Building", "rss_url": "http://paulryan.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WI", "district": 1, "party": "Republican", "phone": "202-225-3031", "url": "http://paulryan.house.gov", "rss_url": "http://paulryan.house.gov/news/rss.aspx", "address": "1233 Longworth HOB; Washington DC 20515-4901", "office": "1233 Longworth House Office Building", "fax": "202-225-3393"}]}, {"id": {"bioguide": "R000577", "thomas": "01756", "govtrack": 400352, "opensecrets": "N00025280", "votesmart": 45638, "fec": ["H2OH17109"], "cspan": 1003608, "wikipedia": "Tim Ryan (politician)", "house_history": 20799, "ballotpedia": "Tim Ryan (Ohio)", "maplight": 444, "icpsr": 20343, "wikidata": "Q513960", "google_entity_id": "kg:/m/039tr9"}, "name": {"first": "Tim", "middle": "J.", "last": "Ryan", "official_full": "Tim Ryan"}, "bio": {"birthday": "1973-07-16", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 17, "party": "Democrat", "url": "http://www.house.gov/timryan"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 17, "party": "Democrat", "url": "http://www.house.gov/timryan"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 17, "party": "Democrat", "url": "http://timryan.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 17, "party": "Democrat", "url": "http://timryan.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 17, "party": "Democrat", "url": "http://timryan.house.gov", "address": "1421 Longworth HOB; Washington DC 20515-3517", "phone": "202-225-5261", "fax": "202-225-3719", "contact_form": "http://timryan.house.gov/index.php?option=com_content&task=view&id=129&Itemid=42", "office": "1421 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Democrat", "district": 13, "url": "http://timryan.house.gov", "address": "1421 Longworth HOB; Washington DC 20515-3513", "phone": "202-225-5261", "fax": "202-225-3719", "contact_form": "http://timryanforms.house.gov/contact/", "office": "1421 Longworth House Office Building", "rss_url": "http://timryan.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OH", "party": "Democrat", "district": 13, "url": "http://timryan.house.gov", "address": "1421 Longworth HOB; Washington DC 20515-3513", "phone": "202-225-5261", "fax": "202-225-3719", "contact_form": "http://timryanforms.house.gov/contact/", "office": "1421 Longworth House Office Building", "rss_url": "http://timryan.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 13, "party": "Democrat", "phone": "202-225-5261", "url": "http://timryan.house.gov", "rss_url": "http://timryan.house.gov/rss.xml", "address": "1126 Longworth HOB; Washington DC 20515-3513", "office": "1126 Longworth House Office Building", "fax": "202-225-3719"}]}, {"id": {"bioguide": "S001177", "thomas": "01962", "govtrack": 412312, "opensecrets": "N00030418", "votesmart": 110903, "fec": ["H8MP00041"], "cspan": 1031366, "wikipedia": "Gregorio Sablan", "maplight": 794, "house_history": 22610, "wikidata": "Q3116336", "google_entity_id": "kg:/m/04ycmvy"}, "name": {"first": "Gregorio", "last": "Sablan", "official_full": "Gregorio Kilili Camacho Sablan", "middle": "Kilili Camacho"}, "bio": {"gender": "M", "birthday": "1955-01-19"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MP", "district": 0, "party": "Democrat", "url": "http://sablan.house.gov", "party_affiliations": [{"start": "2009-01-06", "end": "2009-02-23", "party": "Independent"}, {"start": "2009-02-23", "end": "2011-01-03", "party": "Democrat"}]}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MP", "district": 0, "party": "Democrat", "url": "http://sablan.house.gov", "address": "423 Cannon HOB; Washington DC 20515-5201", "phone": "202-225-2646", "fax": "202-226-4249", "contact_form": "https://forms.house.gov/sablan/contact-form.shtml", "office": "423 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MP", "party": "Democrat", "district": 0, "url": "http://sablan.house.gov", "address": "423 Cannon HOB; Washington DC 20515-5201", "phone": "202-225-2646", "fax": "202-226-4249", "contact_form": "http://sablan.house.gov/email-me", "office": "423 Cannon House Office Building", "rss_url": "http://sablan.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MP", "party": "Independent", "caucus": "Democrat", "district": 0, "url": "http://sablan.house.gov", "address": "423 Cannon HOB; Washington DC 20515-5201", "phone": "202-225-2646", "fax": "202-226-4249", "contact_form": "http://sablan.house.gov/email-me", "office": "423 Cannon House Office Building", "rss_url": "http://sablan.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MP", "district": 0, "party": "Democrat", "phone": "202-225-2646", "url": "http://sablan.house.gov", "rss_url": "http://sablan.house.gov/rss.xml", "address": "2411 Rayburn HOB; Washington DC 20515-5201", "office": "2411 Rayburn House Office Building", "fax": "202-226-4249"}]}, {"id": {"bioguide": "S001168", "thomas": "01854", "govtrack": 412212, "opensecrets": "N00027751", "votesmart": 66575, "fec": ["H6MD03292"], "cspan": 1022884, "wikipedia": "John Sarbanes", "maplight": 697, "icpsr": 20724, "house_history": 22592, "wikidata": "Q984509", "google_entity_id": "kg:/m/08_r8n"}, "name": {"first": "John", "middle": "P.", "last": "Sarbanes", "official_full": "John P. Sarbanes"}, "bio": {"birthday": "1962-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MD", "district": 3, "party": "Democrat", "url": "http://sarbanes.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MD", "district": 3, "party": "Democrat", "url": "http://sarbanes.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MD", "district": 3, "party": "Democrat", "url": "http://sarbanes.house.gov", "address": "2444 Rayburn HOB; Washington DC 20515-2003", "phone": "202-225-4016", "fax": "202-225-9219", "contact_form": "http://sarbanes.house.gov/federal.asp", "office": "2444 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MD", "party": "Democrat", "district": 3, "url": "http://sarbanes.house.gov", "address": "2444 Rayburn HOB; Washington DC 20515-2003", "phone": "202-225-4016", "fax": "202-225-9219", "contact_form": "http://sarbanes.house.gov/federal.asp", "office": "2444 Rayburn House Office Building", "rss_url": "http://sarbanes.house.gov/rss_news.asp"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MD", "party": "Democrat", "district": 3, "url": "https://sarbanes.house.gov", "address": "2444 Rayburn HOB; Washington DC 20515-2003", "phone": "202-225-4016", "fax": "202-225-9219", "contact_form": "http://sarbanes.house.gov/federal.asp", "office": "2444 Rayburn House Office Building", "rss_url": "http://sarbanes.house.gov/rss_news.asp"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MD", "district": 3, "party": "Democrat", "phone": "202-225-4016", "url": "https://sarbanes.house.gov", "rss_url": "http://sarbanes.house.gov/rss_news.asp", "address": "2444 Rayburn HOB; Washington DC 20515-2003", "office": "2444 Rayburn House Office Building", "fax": "202-225-9219"}], "family": [{"name": "Senator Paul Sarbanes", "relation": "son"}]}, {"id": {"bioguide": "S001176", "thomas": "01892", "govtrack": 412261, "opensecrets": "N00009660", "votesmart": 9026, "fec": ["H0LA01087"], "cspan": 1015311, "wikipedia": "Steve Scalise", "ballotpedia": "Steve Scalise", "maplight": 742, "icpsr": 20759, "house_history": 22608, "wikidata": "Q1857141", "google_entity_id": "kg:/m/0br34c"}, "name": {"first": "Steve", "middle": "Joseph", "last": "Scalise", "official_full": "Steve Scalise"}, "bio": {"birthday": "1965-10-06", "gender": "M"}, "leadership_roles": [{"title": "Majority Whip", "chamber": "house", "start": "2014-08-01", "end": "2015-01-03"}, {"title": "Majority Whip", "chamber": "house", "start": "2015-01-06", "end": "2017-01-03"}, {"title": "Majority Whip", "chamber": "house", "start": "2017-01-03"}], "terms": [{"type": "rep", "start": "2008-05-07", "end": "2009-01-03", "state": "LA", "district": 1, "party": "Republican", "url": "http://scalise.house.gov/"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "LA", "district": 1, "party": "Republican", "url": "http://scalise.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "LA", "district": 1, "party": "Republican", "url": "http://scalise.house.gov/", "address": "429 Cannon HOB; Washington DC 20515-1801", "phone": "202-225-3015", "fax": "202-226-0386", "contact_form": "http://www.scalise.house.gov/contactform_zipcheck.shtml", "office": "429 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "LA", "party": "Republican", "district": 1, "url": "http://scalise.house.gov", "address": "2338 Rayburn HOB; Washington DC 20515-1801", "phone": "202-225-3015", "fax": "202-226-0386", "contact_form": "https://scalise.house.gov/contact-me/email-me", "office": "2338 Rayburn House Office Building", "rss_url": "http://scalise.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "LA", "party": "Republican", "district": 1, "url": "http://scalise.house.gov", "address": "2338 Rayburn HOB; Washington DC 20515-1801", "phone": "202-225-3015", "fax": "202-226-0386", "contact_form": "https://scalise.house.gov/contact-me/email-me", "office": "2338 Rayburn House Office Building", "rss_url": "http://scalise.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "LA", "district": 1, "party": "Republican", "phone": "202-225-3015", "url": "http://scalise.house.gov", "rss_url": "http://scalise.house.gov/rss.xml", "address": "2338 Rayburn HOB; Washington DC 20515-1801", "office": "2338 Rayburn House Office Building", "fax": "202-226-0386"}]}, {"id": {"bioguide": "S001145", "thomas": "01588", "govtrack": 400360, "opensecrets": "N00004724", "votesmart": 6387, "fec": ["H8IL09067"], "cspan": 57874, "wikipedia": "Jan Schakowsky", "ballotpedia": "Jan Schakowsky", "maplight": 452, "icpsr": 29911, "house_history": 22550, "wikidata": "Q440885", "google_entity_id": "kg:/m/0256nw"}, "name": {"first": "Janice", "middle": "D.", "last": "Schakowsky", "nickname": "Jan", "official_full": "Janice D. Schakowsky"}, "bio": {"birthday": "1944-05-26", "gender": "F", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 9, "party": "Democrat", "url": "http://www.house.gov/schakowsky"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 9, "party": "Democrat", "url": "http://www.house.gov/schakowsky"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 9, "party": "Democrat", "url": "http://www.house.gov/schakowsky"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 9, "party": "Democrat", "url": "http://www.house.gov/schakowsky"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 9, "party": "Democrat", "url": "http://www.house.gov/schakowsky", "address": "2367 Rayburn HOB; Washington DC 20515-1309", "phone": "202-225-2111", "fax": "202-226-6890", "contact_form": "http://www.house.gov/schakowsky/contact.shtml", "office": "2367 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Democrat", "district": 9, "url": "http://schakowsky.house.gov", "address": "2367 Rayburn HOB; Washington DC 20515-1309", "phone": "202-225-2111", "fax": "202-226-6890", "contact_form": "https://schakowsky.house.gov/write-to-congresswoman-jan-schakowsky", "office": "2367 Rayburn House Office Building", "rss_url": "http://schakowsky.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "party": "Democrat", "district": 9, "url": "http://schakowsky.house.gov", "address": "2367 Rayburn HOB; Washington DC 20515-1309", "phone": "202-225-2111", "fax": "202-226-6890", "contact_form": "https://schakowsky.house.gov/write-to-congresswoman-jan-schakowsky", "office": "2367 Rayburn House Office Building", "rss_url": "http://schakowsky.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 9, "party": "Democrat", "phone": "202-225-2111", "url": "https://schakowsky.house.gov", "rss_url": "http://schakowsky.house.gov/index.php?format=feed&type=rss", "address": "2367 Rayburn HOB; Washington DC 20515-1309", "office": "2367 Rayburn House Office Building", "fax": "202-226-6890"}]}, {"id": {"bioguide": "S001150", "thomas": "01635", "govtrack": 400361, "opensecrets": "N00009585", "votesmart": 9489, "fec": ["H0CA27085"], "cspan": 90167, "wikipedia": "Adam Schiff", "ballotpedia": "Adam Schiff", "maplight": 453, "icpsr": 20104, "house_history": 22560, "wikidata": "Q350843", "google_entity_id": "kg:/m/024tls"}, "name": {"first": "Adam", "middle": "B.", "last": "Schiff", "official_full": "Adam B. Schiff"}, "bio": {"birthday": "1960-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 29, "party": "Democrat", "url": "http://www.house.gov/schiff"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 29, "party": "Democrat", "url": "http://www.house.gov/schiff"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 29, "party": "Democrat", "url": "http://schiff.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 29, "party": "Democrat", "url": "http://schiff.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 29, "party": "Democrat", "url": "http://schiff.house.gov", "address": "2411 Rayburn HOB; Washington DC 20515-0529", "phone": "202-225-4176", "fax": "202-225-5828", "contact_form": "http://schiff.house.gov/HoR/CA29/Contact+Information/Contact+Form.htm", "office": "2411 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 28, "url": "http://schiff.house.gov", "address": "2411 Rayburn HOB; Washington DC 20515-0528", "phone": "202-225-4176", "fax": "202-225-5828", "contact_form": "https://schiff.house.gov/email-congressman-schiff1", "office": "2411 Rayburn House Office Building", "rss_url": "http://schiff.house.gov/common/rss/?rss=49"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 28, "url": "http://schiff.house.gov", "address": "2411 Rayburn HOB; Washington DC 20515-0528", "phone": "202-225-4176", "fax": "202-225-5828", "contact_form": "https://schiff.house.gov/contact", "office": "2411 Rayburn House Office Building", "rss_url": "http://schiff.house.gov/common/rss/?rss=49"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 28, "party": "Democrat", "phone": "202-225-4176", "url": "http://schiff.house.gov", "rss_url": "http://schiff.house.gov/common/rss/?rss=49", "address": "2372 Rayburn HOB; Washington DC 20515-0528", "office": "2372 Rayburn House Office Building", "fax": "202-225-5828"}]}, {"id": {"bioguide": "S001180", "thomas": "01950", "govtrack": 412315, "opensecrets": "N00030071", "votesmart": 10813, "fec": ["H8OR05107"], "cspan": 1031358, "wikipedia": "Kurt Schrader", "ballotpedia": "Kurt Schrader", "maplight": 797, "icpsr": 20944, "house_history": 22616, "wikidata": "Q1387868", "google_entity_id": "kg:/m/0412ntl"}, "name": {"first": "Kurt", "last": "Schrader", "official_full": "Kurt Schrader"}, "bio": {"birthday": "1951-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OR", "district": 5, "party": "Democrat", "url": "http://schrader.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OR", "district": 5, "party": "Democrat", "url": "http://schrader.house.gov", "address": "314 Cannon HOB; Washington DC 20515-3705", "phone": "202-225-5711", "fax": "202-225-5699", "contact_form": "https://forms.house.gov/schrader/contact-form.shtml", "office": "314 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OR", "party": "Democrat", "district": 5, "url": "http://schrader.house.gov", "address": "108 Cannon HOB; Washington DC 20515-3705", "phone": "202-225-5711", "fax": "202-225-5699", "contact_form": "https://schrader.house.gov/forms/writeyourrep/", "office": "108 Cannon House Office Building", "rss_url": "http://schrader.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OR", "party": "Democrat", "district": 5, "url": "http://schrader.house.gov", "address": "2431 Rayburn HOB; Washington DC 20515-3705", "phone": "202-225-5711", "fax": "202-225-5699", "contact_form": "https://schrader.house.gov/contact", "office": "2431 Rayburn House Office Building", "rss_url": "http://schrader.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-10", "end": "2019-01-03", "state": "OR", "district": 5, "party": "Democrat", "phone": "202-225-5711", "url": "http://schrader.house.gov", "rss_url": "http://schrader.house.gov/news/rss.aspx", "address": "2431 Rayburn HOB; Washington DC 20515-3705", "office": "2431 Rayburn House Office Building", "fax": "202-225-5699"}]}, {"id": {"bioguide": "S000148", "thomas": "01036", "lis": "S270", "govtrack": 300087, "opensecrets": "N00001093", "votesmart": 26976, "icpsr": 14858, "fec": ["S8NY00082", "H0NY16010"], "cspan": 5929, "wikipedia": "Chuck Schumer", "ballotpedia": "Chuck Schumer", "maplight": 606, "house_history": 21322, "wikidata": "Q380900", "google_entity_id": "kg:/m/01w74d"}, "name": {"first": "Charles", "middle": "E.", "nickname": "Chuck", "last": "Schumer", "official_full": "Charles E. Schumer"}, "bio": {"birthday": "1950-11-23", "gender": "M", "religion": "Jewish"}, "leadership_roles": [{"title": "Minority Leader", "chamber": "senate", "start": "2017-01-03"}], "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "NY", "class": 3, "party": "Democrat", "url": "http://schumer.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "NY", "class": 3, "party": "Democrat", "url": "http://schumer.senate.gov/"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "NY", "class": 3, "party": "Democrat", "url": "https://www.schumer.senate.gov", "address": "322 Hart Senate Office Building Washington DC 20510", "phone": "202-224-6542", "fax": "202-228-3027", "contact_form": "http://www.schumer.senate.gov/Contact/email-chuck", "office": "322 Hart Senate Office Building", "state_rank": "senior"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "NY", "class": 3, "state_rank": "senior", "party": "Democrat", "url": "https://www.schumer.senate.gov", "address": "322 Hart Senate Office Building Washington DC 20510", "office": "322 Hart Senate Office Building", "phone": "202-224-6542", "contact_form": "https://www.schumer.senate.gov/contact/email-chuck", "fax": "202-228-3027"}]}, {"id": {"bioguide": "S001183", "thomas": "01994", "govtrack": 412399, "opensecrets": "N00006460", "votesmart": 106387, "fec": ["H4AZ06045", "H8AZ05097"], "cspan": 5205, "wikipedia": "David Schweikert", "ballotpedia": "David Schweikert", "maplight": 1413, "icpsr": 21105, "house_history": 22621, "wikidata": "Q1176561", "google_entity_id": "kg:/m/03wbpxj"}, "name": {"first": "David", "last": "Schweikert", "official_full": "David Schweikert"}, "bio": {"birthday": "1962-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AZ", "district": 5, "party": "Republican", "url": "http://schweikert.house.gov/", "address": "1205 Longworth HOB; Washington DC 20515-0305", "phone": "202-225-2190", "office": "1205 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AZ", "party": "Republican", "district": 6, "url": "http://schweikert.house.gov", "address": "1205 Longworth HOB; Washington DC 20515-0306", "phone": "202-225-2190", "office": "1205 Longworth House Office Building", "rss_url": "http://schweikert.house.gov/rss/press-releases.xml", "contact_form": "https://schweikert.house.gov/contact-form", "fax": "202-225-0096"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AZ", "party": "Republican", "district": 6, "url": "http://schweikert.house.gov", "address": "409 Cannon HOB; Washington DC 20515-0306", "phone": "202-225-2190", "office": "409 Cannon House Office Building", "rss_url": "http://schweikert.house.gov/rss/press-releases.xml", "contact_form": "https://schweikert.house.gov/contact-form", "fax": "202-225-0096"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AZ", "district": 6, "party": "Republican", "phone": "202-225-2190", "url": "https://schweikert.house.gov", "rss_url": "http://schweikert.house.gov/rss/press-releases.xml", "address": "2059 Rayburn HOB; Washington DC 20515-0306", "office": "2059 Rayburn House Office Building", "fax": "202-225-0096"}]}, {"id": {"bioguide": "S001189", "thomas": "02009", "govtrack": 412417, "opensecrets": "N00032457", "votesmart": 11812, "fec": ["H0GA08099"], "cspan": 623344, "wikipedia": "Austin Scott (politician)", "ballotpedia": "Austin Scott", "maplight": 1429, "icpsr": 21123, "house_history": 22631, "wikidata": "Q781167", "google_entity_id": "kg:/m/076zn3y"}, "name": {"first": "Austin", "last": "Scott", "official_full": "Austin Scott"}, "bio": {"birthday": "1969-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "GA", "district": 8, "party": "Republican", "url": "http://austinscott.house.gov/", "address": "516 Cannon HOB; Washington DC 20515-1003", "phone": "202-225-6531", "fax": "202-225-3013", "office": "516 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "GA", "party": "Republican", "district": 8, "url": "http://austinscott.house.gov", "address": "516 Cannon HOB; Washington DC 20515-1008", "phone": "202-225-6531", "fax": "202-225-3013", "office": "516 Cannon House Office Building", "contact_form": "https://austinscott.house.gov/email-me/", "rss_url": "http://austinscott.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "GA", "party": "Republican", "district": 8, "url": "http://austinscott.house.gov", "address": "2417 Rayburn HOB; Washington DC 20515-1008", "phone": "202-225-6531", "fax": "202-225-3013", "office": "2417 Rayburn House Office Building", "contact_form": "https://austinscott.house.gov/email-me/", "rss_url": "http://austinscott.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "GA", "district": 8, "party": "Republican", "phone": "202-225-6531", "url": "https://austinscott.house.gov", "rss_url": "http://austinscott.house.gov/index.php?format=feed&type=rss", "address": "2417 Rayburn HOB; Washington DC 20515-1008", "office": "2417 Rayburn House Office Building", "fax": "202-225-3013"}]}, {"id": {"bioguide": "S001157", "thomas": "01722", "govtrack": 400363, "opensecrets": "N00024871", "votesmart": 7826, "fec": ["H2GA13012"], "cspan": 1003567, "wikipedia": "David Scott (Georgia politician)", "ballotpedia": "David Scott (Georgia)", "maplight": 454, "icpsr": 20321, "house_history": 22574, "wikidata": "Q132071", "google_entity_id": "kg:/m/0255r4"}, "name": {"first": "David", "last": "Scott", "official_full": "David Scott"}, "bio": {"birthday": "1945-06-27", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "GA", "district": 13, "party": "Democrat", "url": "http://www.house.gov/davidscott"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "GA", "district": 13, "party": "Democrat", "url": "http://www.house.gov/davidscott"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "GA", "district": 13, "party": "Democrat", "url": "http://davidscott.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "GA", "district": 13, "party": "Democrat", "url": "http://davidscott.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "GA", "district": 13, "party": "Democrat", "url": "http://davidscott.house.gov", "address": "225 Cannon HOB; Washington DC 20515-1013", "phone": "202-225-2939", "fax": "202-225-4628", "contact_form": "http://www.house.gov/writerep", "office": "225 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "GA", "party": "Democrat", "district": 13, "url": "http://davidscott.house.gov", "address": "225 Cannon HOB; Washington DC 20515-1013", "phone": "202-225-2939", "fax": "202-225-4628", "contact_form": "https://davidscott.house.gov/contact/contactform.htm", "office": "225 Cannon House Office Building", "rss_url": "http://davidscott.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "GA", "party": "Democrat", "district": 13, "url": "http://davidscott.house.gov", "address": "225 Cannon HOB; Washington DC 20515-1013", "phone": "202-225-2939", "fax": "202-225-4628", "contact_form": "https://davidscott.house.gov/contact/contactform.htm", "office": "225 Cannon House Office Building", "rss_url": "http://davidscott.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "GA", "district": 13, "party": "Democrat", "phone": "202-225-2939", "url": "http://davidscott.house.gov", "rss_url": "http://davidscott.house.gov/news/rss.aspx", "address": "225 Cannon HOB; Washington DC 20515-1013", "office": "225 Cannon House Office Building", "fax": "202-225-4628"}]}, {"id": {"bioguide": "S000185", "thomas": "01037", "govtrack": 400364, "opensecrets": "N00002147", "votesmart": 27117, "fec": ["H6VA01117"], "cspan": 25888, "wikipedia": "Bobby Scott (politician)", "ballotpedia": "Robert C. Scott", "maplight": 455, "icpsr": 39307, "house_history": 21368, "wikidata": "Q888668", "google_entity_id": "kg:/m/03twgl"}, "name": {"first": "Robert", "middle": "C.", "last": "Scott", "nickname": "Bobby", "official_full": "Robert C. \"Bobby\" Scott"}, "bio": {"birthday": "1947-04-30", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "VA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/scott"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "VA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/scott"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "VA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/scott"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "VA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/scott"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "VA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/scott", "address": "1201 Longworth HOB; Washington DC 20515-4603", "phone": "202-225-8351", "fax": "202-225-8354", "contact_form": "http://www.house.gov/writerep", "office": "1201 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "VA", "party": "Democrat", "district": 3, "url": "http://www.bobbyscott.house.gov", "address": "1201 Longworth HOB; Washington DC 20515-4603", "phone": "202-225-8351", "fax": "202-225-8354", "contact_form": "https://bobbyscott.house.gov/email-bobby-scott", "office": "1201 Longworth House Office Building", "rss_url": "http://www.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "VA", "party": "Democrat", "district": 3, "url": "http://bobbyscott.house.gov", "address": "1201 Longworth HOB; Washington DC 20515-4603", "phone": "202-225-8351", "fax": "202-225-8354", "contact_form": "https://bobbyscott.house.gov/contact/email-me", "office": "1201 Longworth House Office Building", "rss_url": "http://www.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "VA", "district": 3, "party": "Democrat", "phone": "202-225-8351", "url": "http://bobbyscott.house.gov", "rss_url": "http://www.house.gov/index.php?format=feed&type=rss", "address": "1201 Longworth HOB; Washington DC 20515-4603", "office": "1201 Longworth House Office Building", "fax": "202-225-8354"}]}, {"id": {"bioguide": "S001184", "thomas": "02056", "lis": "S365", "govtrack": 412471, "opensecrets": "N00031782", "votesmart": 11940, "fec": ["H0SC01279", "S4SC00240"], "cspan": 623506, "wikipedia": "Tim Scott", "ballotpedia": "Tim Scott", "maplight": 1476, "icpsr": 21173, "house_history": 22623, "wikidata": "Q561315", "google_entity_id": "kg:/m/0c407g6"}, "name": {"first": "Tim", "last": "Scott", "official_full": "Tim Scott"}, "bio": {"birthday": "1965-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-02", "state": "SC", "district": 1, "party": "Republican", "url": "http://timscott.house.gov/", "address": "1117 Longworth HOB; Washington DC 20515-4001", "phone": "202-225-3176", "fax": "202-225-3407", "office": "1117 Longworth House Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2015-01-03", "state": "SC", "party": "Republican", "class": 3, "url": "http://www.scott.senate.gov", "address": "167 Russell Senate Office Building Washington DC 20510", "phone": "202-224-6121", "fax": "202-225-3407", "office": "167 Russell Senate Office Building", "state_rank": "junior", "contact_form": "http://www.scott.senate.gov/contact/email-me", "rss_url": "http://www.scott.senate.gov/rss.xml"}, {"type": "sen", "start": "2015-01-06", "end": "2017-01-03", "state": "SC", "party": "Republican", "class": 3, "url": "https://www.scott.senate.gov", "address": "520 Hart Senate Office Building Washington DC 20510", "phone": "202-224-6121", "fax": "202-225-3407", "office": "520 Hart Senate Office Building", "state_rank": "junior", "contact_form": "http://www.scott.senate.gov/contact/email-me", "rss_url": "http://www.scott.senate.gov/rss.xml"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "SC", "class": 3, "state_rank": "junior", "party": "Republican", "url": "https://www.scott.senate.gov", "rss_url": "http://www.scott.senate.gov/rss.xml", "address": "717 Hart Senate Office Building Washington DC 20510", "office": "717 Hart Senate Office Building", "phone": "202-224-6121", "contact_form": "https://www.scott.senate.gov/contact/email-me", "fax": "202-225-3407"}]}, {"id": {"bioguide": "S000244", "thomas": "01041", "govtrack": 400365, "opensecrets": "N00004291", "votesmart": 27142, "icpsr": 14657, "fec": ["H8WI09050"], "cspan": 1507, "wikipedia": "Jim Sensenbrenner", "ballotpedia": "Jim Sensenbrenner", "maplight": 456, "house_history": 21438, "wikidata": "Q952268", "google_entity_id": "kg:/m/024tp2"}, "name": {"first": "F.", "middle": "James", "last": "Sensenbrenner", "suffix": "Jr.", "official_full": "F. James Sensenbrenner, Jr."}, "bio": {"birthday": "1943-06-14", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WI", "district": 5, "party": "Republican", "url": "http://www.house.gov/sensenbrenner"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WI", "district": 5, "party": "Republican", "url": "http://www.house.gov/sensenbrenner"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WI", "district": 5, "party": "Republican", "url": "http://www.house.gov/sensenbrenner"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WI", "district": 5, "party": "Republican", "url": "http://www.house.gov/sensenbrenner"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WI", "district": 5, "party": "Republican", "url": "http://www.house.gov/sensenbrenner", "address": "2449 Rayburn HOB; Washington DC 20515-4905", "phone": "202-225-5101", "fax": "202-225-3190", "contact_form": "http://sensenbrenner.house.gov/email_zip.htm", "office": "2449 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WI", "party": "Republican", "district": 5, "url": "http://sensenbrenner.house.gov", "address": "2449 Rayburn HOB; Washington DC 20515-4905", "phone": "202-225-5101", "fax": "202-225-3190", "contact_form": "http://sensenbrenner.house.gov/contact/email.htm", "office": "2449 Rayburn House Office Building", "rss_url": "http://sensenbrenner.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WI", "party": "Republican", "district": 5, "url": "http://sensenbrenner.house.gov", "address": "2449 Rayburn HOB; Washington DC 20515-4905", "phone": "202-225-5101", "fax": "202-225-3190", "contact_form": "http://sensenbrenner.house.gov/contact/email.htm", "office": "2449 Rayburn House Office Building", "rss_url": "http://sensenbrenner.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WI", "district": 5, "party": "Republican", "phone": "202-225-5101", "url": "http://sensenbrenner.house.gov", "rss_url": "http://sensenbrenner.house.gov/news/rss.aspx", "address": "2449 Rayburn HOB; Washington DC 20515-4905", "office": "2449 Rayburn House Office Building", "fax": "202-225-3190"}]}, {"id": {"bioguide": "S000248", "thomas": "01042", "govtrack": 400366, "opensecrets": "N00001813", "votesmart": 26981, "icpsr": 29134, "fec": ["H0NY18065"], "cspan": 14306, "wikipedia": "Jos\u00e9 E. Serrano", "maplight": 457, "house_history": 21443, "wikidata": "Q460267", "google_entity_id": "kg:/m/03s6z9"}, "name": {"first": "Jos\u00e9", "middle": "E.", "last": "Serrano", "official_full": "Jos\u00e9 E. Serrano"}, "bio": {"birthday": "1943-10-24", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 16, "party": "Democrat", "url": "http://www.house.gov/serrano"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 16, "party": "Democrat", "url": "http://www.house.gov/serrano"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 16, "party": "Democrat", "url": "http://www.house.gov/serrano"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 16, "party": "Democrat", "url": "http://www.house.gov/serrano"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 16, "party": "Democrat", "url": "http://www.house.gov/serrano", "address": "2227 Rayburn HOB; Washington DC 20515-3216", "phone": "202-225-4361", "fax": "202-225-6001", "contact_form": "http://serrano.house.gov/Forms/Contact.aspx", "office": "2227 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 15, "url": "http://serrano.house.gov", "address": "2227 Rayburn HOB; Washington DC 20515-3215", "phone": "202-225-4361", "fax": "202-225-6001", "contact_form": "https://serrano.house.gov/contact-me/email-me", "office": "2227 Rayburn House Office Building", "rss_url": "http://serrano.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 15, "url": "http://serrano.house.gov", "address": "2227 Rayburn HOB; Washington DC 20515-3215", "phone": "202-225-4361", "fax": "202-225-6001", "contact_form": "https://serrano.house.gov/contact-me/email-me", "office": "2227 Rayburn House Office Building", "rss_url": "http://serrano.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 15, "party": "Democrat", "phone": "202-225-4361", "url": "https://serrano.house.gov", "rss_url": "http://serrano.house.gov/rss.xml", "address": "2354 Rayburn HOB; Washington DC 20515-3215", "office": "2354 Rayburn House Office Building", "fax": "202-225-6001"}]}, {"id": {"bioguide": "S000250", "thomas": "01525", "govtrack": 400367, "opensecrets": "N00005681", "votesmart": 288, "fec": ["H2TX03126"], "cspan": 36807, "wikipedia": "Pete Sessions", "ballotpedia": "Pete Sessions", "maplight": 458, "icpsr": 29759, "house_history": 21446, "wikidata": "Q437852", "google_entity_id": "kg:/m/03v39l"}, "name": {"first": "Pete", "middle": "A.", "last": "Sessions", "official_full": "Pete Sessions"}, "bio": {"birthday": "1955-03-22", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 32, "party": "Republican", "url": "http://www.house.gov/sessions"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 32, "party": "Republican", "url": "http://www.house.gov/sessions"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 32, "party": "Republican", "url": "http://www.house.gov/sessions"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 32, "party": "Republican", "url": "http://www.house.gov/sessions"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 32, "party": "Republican", "url": "http://www.house.gov/sessions", "address": "2233 Rayburn HOB; Washington DC 20515-4332", "phone": "202-225-2231", "fax": "202-225-5878", "contact_form": "http://www.house.gov/sessionsform/emailform.htm", "office": "2233 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 32, "url": "http://sessions.house.gov", "address": "2233 Rayburn HOB; Washington DC 20515-4332", "phone": "202-225-2231", "fax": "202-225-5878", "contact_form": "https://sessions.house.gov/index.cfm/contact-form", "office": "2233 Rayburn House Office Building", "rss_url": "http://sessions.house.gov/?a=rss.feed"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 32, "url": "https://sessions.house.gov", "address": "2233 Rayburn HOB; Washington DC 20515-4332", "phone": "202-225-2231", "fax": "202-225-5878", "contact_form": "https://sessions.house.gov/index.cfm/contact-form", "office": "2233 Rayburn House Office Building", "rss_url": "http://sessions.house.gov/?a=rss.feed"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 32, "party": "Republican", "phone": "202-225-2231", "url": "https://sessions.house.gov", "rss_url": "http://sessions.house.gov/?a=rss.feed", "address": "2233 Rayburn HOB; Washington DC 20515-4332", "office": "2233 Rayburn House Office Building", "fax": "202-225-5878"}]}, {"id": {"bioguide": "S001185", "thomas": "01988", "govtrack": 412396, "opensecrets": "N00030622", "votesmart": 121621, "fec": ["H0AL07086"], "cspan": 623257, "wikipedia": "Terri Sewell", "ballotpedia": "Terri Sewell", "maplight": 1410, "icpsr": 21102, "house_history": 22624, "wikidata": "Q461621", "google_entity_id": "kg:/m/05pbszt"}, "name": {"first": "Terri", "last": "Sewell", "official_full": "Terri A. Sewell", "middle": "A."}, "bio": {"birthday": "1965-01-01", "gender": "F"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AL", "district": 7, "party": "Democrat", "url": "http://sewell.house.gov/", "address": "1133 Longworth HOB; Washington DC 20515-0107", "phone": "202-225-2665", "fax": "202-226-9567", "office": "1133 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AL", "party": "Democrat", "district": 7, "url": "http://sewell.house.gov", "address": "1133 Longworth HOB; Washington DC 20515-0107", "phone": "202-225-2665", "fax": "202-226-9567", "office": "1133 Longworth House Office Building", "rss_url": "http://sewell.house.gov/rss.xml", "contact_form": "https://sewell.house.gov/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AL", "party": "Democrat", "district": 7, "url": "https://sewell.house.gov", "address": "1133 Longworth HOB; Washington DC 20515-0107", "phone": "202-225-2665", "fax": "202-226-9567", "office": "1133 Longworth House Office Building", "rss_url": "http://sewell.house.gov/rss.xml", "contact_form": "https://sewell.house.gov/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AL", "district": 7, "party": "Democrat", "phone": "202-225-2665", "url": "https://sewell.house.gov", "rss_url": "http://sewell.house.gov/rss.xml", "address": "2201 Rayburn HOB; Washington DC 20515-0107", "office": "2201 Rayburn House Office Building", "fax": "202-226-9567"}]}, {"id": {"bioguide": "S000320", "thomas": "01049", "lis": "S184", "govtrack": 300089, "opensecrets": "N00009920", "votesmart": 53266, "icpsr": 14659, "fec": ["S6AL00013"], "cspan": 1859, "wikipedia": "Richard Shelby", "ballotpedia": "Richard Shelby", "maplight": 608, "house_history": 21534, "wikidata": "Q472254", "google_entity_id": "kg:/m/020yj1"}, "name": {"first": "Richard", "middle": "C.", "last": "Shelby", "official_full": "Richard C. Shelby"}, "bio": {"birthday": "1934-05-06", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "AL", "class": 3, "party": "Republican", "party_affiliations": [{"start": "1993-01-05", "end": "1994-11-09", "party": "Democrat"}, {"start": "1994-11-09", "end": "2005-01-03", "party": "Republican"}]}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "AL", "class": 3, "party": "Republican", "url": "http://shelby.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "AL", "class": 3, "party": "Republican", "url": "http://shelby.senate.gov/"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "AL", "class": 3, "party": "Republican", "url": "http://www.shelby.senate.gov", "address": "304 Russell Senate Office Building Washington DC 20510", "phone": "202-224-5744", "fax": "202-224-3416", "contact_form": "http://www.shelby.senate.gov/public/index.cfm/emailsenatorshelby", "office": "304 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.shelby.senate.gov/public/index.cfm/rss/feed"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "AL", "class": 3, "state_rank": "senior", "party": "Republican", "url": "http://www.shelby.senate.gov", "rss_url": "http://www.shelby.senate.gov/public/index.cfm/rss/feed", "address": "304 Russell Senate Office Building Washington DC 20510", "office": "304 Russell Senate Office Building", "phone": "202-224-5744", "contact_form": "https://www.shelby.senate.gov/public/index.cfm/emailsenatorshelby", "fax": "202-224-3416"}]}, {"id": {"bioguide": "S000344", "thomas": "01526", "govtrack": 400371, "opensecrets": "N00006897", "votesmart": 142, "fec": ["H6CA24113"], "cspan": 45124, "wikipedia": "Brad Sherman", "maplight": 462, "icpsr": 29707, "house_history": 21565, "wikidata": "Q672919", "google_entity_id": "kg:/m/024tkr"}, "name": {"first": "Brad", "middle": "J.", "last": "Sherman", "official_full": "Brad Sherman"}, "bio": {"birthday": "1954-10-24", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 27, "party": "Democrat", "url": "http://www.house.gov/sherman"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 27, "party": "Democrat", "url": "http://www.house.gov/sherman"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 27, "party": "Democrat", "url": "http://bradsherman.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 27, "party": "Democrat", "url": "http://bradsherman.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 27, "party": "Democrat", "url": "http://bradsherman.house.gov", "address": "2242 Rayburn HOB; Washington DC 20515-0527", "phone": "202-225-5911", "fax": "202-225-5879", "contact_form": "http://www.house.gov/sherman/contact/", "office": "2242 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 30, "url": "http://bradsherman.house.gov", "address": "2242 Rayburn HOB; Washington DC 20515-0530", "phone": "202-225-5911", "fax": "202-225-5879", "contact_form": "http://sherman.house.gov/contact/contact-congressman-sherman-form", "office": "2242 Rayburn House Office Building", "rss_url": "http://bradsherman.house.gov/press-releases-and-columns/rss.shtml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 30, "url": "http://sherman.house.gov", "address": "2242 Rayburn HOB; Washington DC 20515-0530", "phone": "202-225-5911", "fax": "202-225-5879", "contact_form": "http://sherman.house.gov/contact/contact-congressman-sherman-form", "office": "2242 Rayburn House Office Building", "rss_url": "http://bradsherman.house.gov/press-releases-and-columns/rss.shtml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 30, "party": "Democrat", "phone": "202-225-5911", "url": "http://sherman.house.gov", "rss_url": "http://bradsherman.house.gov/press-releases-and-columns/rss.shtml", "address": "2181 Rayburn HOB; Washington DC 20515-0530", "office": "2181 Rayburn House Office Building", "fax": "202-225-5879"}]}, {"id": {"bioguide": "S000364", "thomas": "01527", "govtrack": 400373, "opensecrets": "N00004961", "votesmart": 246, "fec": ["H2IL20042"], "cspan": 30623, "wikipedia": "John Shimkus", "ballotpedia": "John M. Shimkus", "maplight": 464, "icpsr": 29718, "house_history": 21589, "wikidata": "Q1701747", "google_entity_id": "kg:/m/02573y"}, "name": {"first": "John", "middle": "M.", "last": "Shimkus", "official_full": "John Shimkus"}, "bio": {"birthday": "1958-02-21", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 19, "party": "Republican", "url": "http://www.house.gov/shimkus"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 19, "party": "Republican", "url": "http://www.house.gov/shimkus"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 19, "party": "Republican", "url": "http://www.house.gov/shimkus"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 19, "party": "Republican", "url": "http://www.house.gov/shimkus"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 19, "party": "Republican", "url": "http://www.house.gov/shimkus", "address": "2452 Rayburn HOB; Washington DC 20515-1319", "phone": "202-225-5271", "fax": "202-225-5880", "contact_form": "http://www.house.gov/shimkus/emailme.shtml", "office": "2452 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Republican", "district": 15, "url": "http://shimkus.house.gov", "address": "2452 Rayburn HOB; Washington DC 20515-1315", "phone": "202-225-5271", "fax": "202-225-5880", "contact_form": "https://shimkus.house.gov/contact/email-me", "office": "2452 Rayburn House Office Building", "rss_url": "http://shimkus.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "party": "Republican", "district": 15, "url": "http://shimkus.house.gov", "address": "2217 Rayburn HOB; Washington DC 20515-1315", "phone": "202-225-5271", "fax": "202-225-5880", "contact_form": "https://shimkus.house.gov/contact/email-me", "office": "2217 Rayburn House Office Building", "rss_url": "http://shimkus.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 15, "party": "Republican", "phone": "202-225-5271", "url": "https://shimkus.house.gov", "rss_url": "http://shimkus.house.gov/rss.xml", "address": "2217 Rayburn HOB; Washington DC 20515-1315", "office": "2217 Rayburn House Office Building", "fax": "202-225-5880"}]}, {"id": {"bioguide": "S001154", "thomas": "01681", "govtrack": 409888, "opensecrets": "N00013770", "votesmart": 55693, "fec": ["H2PA09035"], "cspan": 89108, "wikipedia": "Bill Shuster", "maplight": 669, "icpsr": 20134, "house_history": 22568, "wikidata": "Q862455", "google_entity_id": "kg:/m/03tm89"}, "name": {"first": "Bill", "last": "Shuster", "official_full": "Bill Shuster"}, "bio": {"birthday": "1961-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "2001-05-17", "end": "2003-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 9, "party": "Republican", "url": "http://www.house.gov/shuster"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 9, "party": "Republican", "url": "http://www.house.gov/shuster"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 9, "party": "Republican", "url": "http://www.house.gov/shuster"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 9, "party": "Republican", "url": "http://www.house.gov/shuster"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 9, "party": "Republican", "url": "http://www.house.gov/shuster", "address": "204 Cannon HOB; Washington DC 20515-3809", "phone": "202-225-2431", "fax": "202-225-2486", "contact_form": "http://www.house.gov/shuster/zipauth.htm", "office": "204 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Republican", "district": 9, "url": "http://shuster.house.gov", "address": "2209 Rayburn HOB; Washington DC 20515-3809", "phone": "202-225-2431", "fax": "202-225-2486", "contact_form": "http://shuster.house.gov/contact-form/", "office": "2209 Rayburn House Office Building", "rss_url": "http://shuster.house.gov/common/rss//index.cfm?rss=49"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "party": "Republican", "district": 9, "url": "http://shuster.house.gov", "address": "2268 Rayburn HOB; Washington DC 20515-3809", "phone": "202-225-2431", "fax": "202-225-2486", "contact_form": "http://shuster.house.gov/contact-form/", "office": "2268 Rayburn House Office Building", "rss_url": "http://shuster.house.gov/common/rss//index.cfm?rss=49"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 9, "party": "Republican", "phone": "202-225-2431", "url": "https://shuster.house.gov", "rss_url": "http://shuster.house.gov/common/rss//index.cfm?rss=49", "address": "2079 Rayburn HOB; Washington DC 20515-3809", "office": "2079 Rayburn House Office Building", "fax": "202-225-2486"}], "family": [{"name": "E. G. ?Bud? Shuster", "relation": "son"}]}, {"id": {"bioguide": "S001148", "thomas": "01590", "govtrack": 400376, "opensecrets": "N00006263", "votesmart": 2917, "fec": ["H8ID02064"], "cspan": 57889, "wikipedia": "Mike Simpson", "ballotpedia": "Michael K. Simpson", "maplight": 466, "icpsr": 29910, "house_history": 22556, "wikidata": "Q549521", "google_entity_id": "kg:/m/0255tn"}, "name": {"first": "Michael", "middle": "K.", "last": "Simpson", "nickname": "Mike", "official_full": "Michael K. Simpson"}, "bio": {"birthday": "1950-09-08", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "ID", "district": 2, "party": "Republican", "url": "http://www.house.gov/simpson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "ID", "district": 2, "party": "Republican", "url": "http://www.house.gov/simpson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "ID", "district": 2, "party": "Republican", "url": "http://www.house.gov/simpson"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "ID", "district": 2, "party": "Republican", "url": "http://www.house.gov/simpson"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "ID", "district": 2, "party": "Republican", "url": "http://www.house.gov/simpson", "address": "2312 Rayburn HOB; Washington DC 20515-1202", "phone": "202-225-5531", "fax": "202-225-8216", "contact_form": "http://www.house.gov/simpson/emailme.shtml", "office": "2312 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "ID", "party": "Republican", "district": 2, "url": "http://simpson.house.gov", "address": "2312 Rayburn HOB; Washington DC 20515-1202", "phone": "202-225-5531", "fax": "202-225-8216", "contact_form": "http://simpson.house.gov/contact/", "office": "2312 Rayburn House Office Building", "rss_url": "http://simpson.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "ID", "party": "Republican", "district": 2, "url": "http://simpson.house.gov", "address": "2312 Rayburn HOB; Washington DC 20515-1202", "phone": "202-225-5531", "fax": "202-225-8216", "contact_form": "http://simpson.house.gov/contact/", "office": "2312 Rayburn House Office Building", "rss_url": "http://simpson.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "ID", "district": 2, "party": "Republican", "phone": "202-225-5531", "url": "http://simpson.house.gov", "rss_url": "http://simpson.house.gov/news/rss.aspx", "address": "2084 Rayburn HOB; Washington DC 20515-1202", "office": "2084 Rayburn House Office Building", "fax": "202-225-8216"}]}, {"id": {"bioguide": "S001165", "thomas": "01818", "govtrack": 412186, "opensecrets": "N00027523", "votesmart": 22510, "fec": ["H6NJ13191"], "cspan": 1022293, "wikipedia": "Albio Sires", "ballotpedia": "Albio Sires", "maplight": 673, "icpsr": 20542, "house_history": 22587, "wikidata": "Q527509", "google_entity_id": "kg:/m/08bt8r"}, "name": {"first": "Albio", "last": "Sires", "official_full": "Albio Sires"}, "bio": {"birthday": "1951-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "2006-11-13", "end": "2007-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NJ", "district": 13, "party": "Democrat", "url": "http://www.house.gov/sires"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NJ", "district": 13, "party": "Democrat", "url": "http://www.house.gov/sires"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NJ", "district": 13, "party": "Democrat", "url": "http://www.house.gov/sires", "address": "2342 Rayburn HOB; Washington DC 20515-3013", "phone": "202-225-7919", "fax": "202-226-0792", "contact_form": "https://forms.house.gov/sires/webforms/issue_subscribe.htm", "office": "2342 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NJ", "party": "Democrat", "district": 8, "url": "http://sires.house.gov", "address": "2342 Rayburn HOB; Washington DC 20515-3008", "phone": "202-225-7919", "fax": "202-226-0792", "contact_form": "https://sires.house.gov/contact-me/email-me", "office": "2342 Rayburn House Office Building", "rss_url": "http://sires.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NJ", "party": "Democrat", "district": 8, "url": "http://sires.house.gov", "address": "2342 Rayburn HOB; Washington DC 20515-3008", "phone": "202-225-7919", "fax": "202-226-0792", "contact_form": "https://sires.house.gov/contact-me/email-me", "office": "2342 Rayburn House Office Building", "rss_url": "http://sires.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NJ", "district": 8, "party": "Democrat", "phone": "202-225-7919", "url": "https://sires.house.gov", "rss_url": "http://sires.house.gov/rss.xml", "address": "2342 Rayburn HOB; Washington DC 20515-3008", "office": "2342 Rayburn House Office Building", "fax": "202-226-0792"}]}, {"id": {"bioguide": "S000480", "thomas": "01069", "govtrack": 400378, "opensecrets": "N00001311", "votesmart": 26991, "icpsr": 15444, "fec": ["H6NY03031"], "cspan": 1755, "wikipedia": "Louise Slaughter", "maplight": 468, "house_history": 21738, "wikidata": "Q299833", "google_entity_id": "kg:/m/03tvt9"}, "name": {"first": "Louise", "middle": "McIntosh", "last": "Slaughter", "official_full": "Louise McIntosh Slaughter"}, "bio": {"birthday": "1929-08-14", "gender": "F", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 28, "party": "Democrat", "url": "http://www.house.gov/slaughter"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 28, "party": "Democrat", "url": "http://www.house.gov/slaughter"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 28, "party": "Democrat", "url": "http://www.louise.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 28, "party": "Democrat", "url": "http://www.louise.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 28, "party": "Democrat", "url": "http://www.louise.house.gov", "address": "2469 Rayburn HOB; Washington DC 20515-3228", "phone": "202-225-3615", "fax": "202-225-7822", "contact_form": "http://www.louise.house.gov/index.php?option=com_content&task=view&id=506&Itemid=150", "office": "2469 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 25, "url": "http://www.louise.house.gov", "address": "2469 Rayburn HOB; Washington DC 20515-3225", "phone": "202-225-3615", "fax": "202-225-7822", "contact_form": "https://louise.house.gov/contact-louise", "office": "2469 Rayburn House Office Building", "rss_url": "http://louise.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 25, "url": "https://louise.house.gov", "address": "2469 Rayburn HOB; Washington DC 20515-3225", "phone": "202-225-3615", "fax": "202-225-7822", "contact_form": "https://louise.house.gov/contact-louise", "office": "2469 Rayburn House Office Building", "rss_url": "http://louise.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 25, "party": "Democrat", "phone": "202-225-3615", "url": "https://louise.house.gov", "rss_url": "http://louise.house.gov/index.php?format=feed&type=rss", "address": "2469 Rayburn HOB; Washington DC 20515-3225", "office": "2469 Rayburn House Office Building", "fax": "202-225-7822"}]}, {"id": {"bioguide": "S000510", "thomas": "01528", "govtrack": 400379, "opensecrets": "N00007833", "votesmart": 845, "fec": ["H6WA09025"], "cspan": 44329, "wikipedia": "Adam Smith (politician)", "ballotpedia": "Adam Smith", "maplight": 471, "icpsr": 29768, "house_history": 21774, "wikidata": "Q350916", "google_entity_id": "kg:/m/024zj_"}, "name": {"first": "Adam", "last": "Smith", "official_full": "Adam Smith"}, "bio": {"birthday": "1965-06-15", "gender": "M", "religion": "Christian"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WA", "district": 9, "party": "Democrat", "url": "http://www.house.gov/adamsmith"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WA", "district": 9, "party": "Democrat", "url": "http://www.house.gov/adamsmith"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WA", "district": 9, "party": "Democrat", "url": "http://www.house.gov/adamsmith"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WA", "district": 9, "party": "Democrat", "url": "http://www.house.gov/adamsmith"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WA", "district": 9, "party": "Democrat", "url": "http://www.house.gov/adamsmith", "address": "2402 Rayburn HOB; Washington DC 20515-4709", "phone": "202-225-8901", "fax": "202-225-5893", "contact_form": "http://adamsmith.house.gov/Contact/", "office": "2402 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WA", "party": "Democrat", "district": 9, "url": "http://adamsmith.house.gov", "address": "2264 Rayburn HOB; Washington DC 20515-4709", "phone": "202-225-8901", "fax": "202-225-5893", "contact_form": "https://adamsmith.house.gov/contact/contactform.htm", "office": "2264 Rayburn House Office Building", "rss_url": "http://www.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WA", "party": "Democrat", "district": 9, "url": "https://adamsmith.house.gov", "address": "2264 Rayburn HOB; Washington DC 20515-4709", "phone": "202-225-8901", "fax": "202-225-5893", "contact_form": "https://adamsmith.house.gov/contact/contactform.htm", "office": "2264 Rayburn House Office Building", "rss_url": "http://www.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WA", "district": 9, "party": "Democrat", "phone": "202-225-8901", "url": "https://adamsmith.house.gov", "rss_url": "http://www.house.gov/news/rss.aspx", "address": "2264 Rayburn HOB; Washington DC 20515-4709", "office": "2264 Rayburn House Office Building", "fax": "202-225-5893"}]}, {"id": {"bioguide": "S001172", "thomas": "01860", "govtrack": 412217, "opensecrets": "N00027623", "votesmart": 21284, "fec": ["H6NE03115"], "cspan": 1022845, "wikipedia": "Adrian Smith (politician)", "ballotpedia": "Adrian Smith", "maplight": 702, "icpsr": 20729, "house_history": 22600, "wikidata": "Q373443", "google_entity_id": "kg:/m/0c505n"}, "name": {"first": "Adrian", "last": "Smith", "official_full": "Adrian Smith"}, "bio": {"birthday": "1970-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NE", "district": 3, "party": "Republican", "url": "http://adriansmith.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NE", "district": 3, "party": "Republican", "url": "http://adriansmith.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NE", "district": 3, "party": "Republican", "url": "http://adriansmith.house.gov", "address": "503 Cannon HOB; Washington DC 20515-2703", "phone": "202-225-6435", "fax": "202-225-0207", "contact_form": "http://www.house.gov/formadriansmith/issues_subscribe.htm", "office": "503 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NE", "party": "Republican", "district": 3, "url": "http://adriansmith.house.gov", "address": "2241 Rayburn HOB; Washington DC 20515-2703", "phone": "202-225-6435", "fax": "202-225-0207", "contact_form": "https://adriansmith.house.gov/contact-me/email-me", "office": "2241 Rayburn House Office Building", "rss_url": "http://adriansmith.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NE", "party": "Republican", "district": 3, "url": "http://adriansmith.house.gov", "address": "2241 Rayburn HOB; Washington DC 20515-2703", "phone": "202-225-6435", "fax": "202-225-0207", "contact_form": "https://adriansmith.house.gov/contact-me/email-me", "office": "2241 Rayburn House Office Building", "rss_url": "http://adriansmith.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NE", "district": 3, "party": "Republican", "phone": "202-225-6435", "url": "http://adriansmith.house.gov", "rss_url": "http://adriansmith.house.gov/rss.xml", "address": "320 Cannon HOB; Washington DC 20515-2703", "office": "320 Cannon House Office Building", "fax": "202-225-0207"}]}, {"id": {"bioguide": "S000522", "thomas": "01071", "govtrack": 400380, "opensecrets": "N00009816", "votesmart": 26952, "icpsr": 14863, "fec": ["H8NJ04014"], "cspan": 6411, "wikipedia": "Chris Smith (New Jersey politician)", "maplight": 469, "house_history": 21787, "wikidata": "Q981167", "google_entity_id": "kg:/m/033f4d"}, "name": {"first": "Christopher", "middle": "H.", "last": "Smith", "nickname": "Chris", "official_full": "Christopher H. Smith"}, "bio": {"birthday": "1953-03-04", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NJ", "district": 4, "party": "Republican", "url": "http://www.house.gov/chrissmith"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NJ", "district": 4, "party": "Republican", "url": "http://www.house.gov/chrissmith"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NJ", "district": 4, "party": "Republican", "url": "http://www.house.gov/chrissmith"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NJ", "district": 4, "party": "Republican", "url": "http://www.house.gov/chrissmith"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NJ", "district": 4, "party": "Republican", "url": "http://www.house.gov/chrissmith", "address": "2373 Rayburn HOB; Washington DC 20515-3004", "phone": "202-225-3765", "fax": "202-225-7768", "contact_form": "http://chrissmith.house.gov/zipauth.html", "office": "2373 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NJ", "party": "Republican", "district": 4, "url": "http://chrissmith.house.gov", "address": "2373 Rayburn HOB; Washington DC 20515-3004", "phone": "202-225-3765", "fax": "202-225-7768", "contact_form": "https://chrissmith.house.gov/contact/write.htm", "office": "2373 Rayburn House Office Building", "rss_url": "http://chrissmith.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NJ", "party": "Republican", "district": 4, "url": "http://chrissmith.house.gov", "address": "2373 Rayburn HOB; Washington DC 20515-3004", "phone": "202-225-3765", "fax": "202-225-7768", "contact_form": "https://chrissmith.house.gov/contact/write.htm", "office": "2373 Rayburn House Office Building", "rss_url": "http://chrissmith.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NJ", "district": 4, "party": "Republican", "phone": "202-225-3765", "url": "http://chrissmith.house.gov", "rss_url": "http://chrissmith.house.gov/news/rss.aspx", "address": "2373 Rayburn HOB; Washington DC 20515-3004", "office": "2373 Rayburn House Office Building", "fax": "202-225-7768"}]}, {"id": {"bioguide": "S000583", "thomas": "01075", "govtrack": 400381, "opensecrets": "N00001811", "votesmart": 27097, "icpsr": 15445, "fec": ["H6TX21012"], "cspan": 8884, "wikipedia": "Lamar S. Smith", "ballotpedia": "Lamar Smith", "maplight": 470, "house_history": 21856, "wikidata": "Q685149", "google_entity_id": "kg:/m/03twnt"}, "name": {"first": "Lamar", "middle": "S.", "last": "Smith", "official_full": "Lamar Smith"}, "bio": {"birthday": "1947-11-19", "gender": "M", "religion": "Christian Scientist"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 21, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 21, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 21, "party": "Republican", "url": "http://lamarsmith.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 21, "party": "Republican", "url": "http://lamarsmith.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 21, "party": "Republican", "url": "http://lamarsmith.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 21, "party": "Republican", "url": "http://lamarsmith.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 21, "party": "Republican", "url": "http://lamarsmith.house.gov", "address": "2409 Rayburn HOB; Washington DC 20515-4321", "phone": "202-225-4236", "fax": "202-225-8628", "contact_form": "http://lamarsmith.house.gov/contact.aspx?section=Mail", "office": "2409 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 21, "url": "http://lamarsmith.house.gov", "address": "2409 Rayburn HOB; Washington DC 20515-4321", "phone": "202-225-4236", "fax": "202-225-8628", "contact_form": "http://lamarsmith.house.gov/contact/email-lamar", "office": "2409 Rayburn House Office Building", "rss_url": "http://lamarsmith.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 21, "url": "http://lamarsmith.house.gov", "address": "2409 Rayburn HOB; Washington DC 20515-4321", "phone": "202-225-4236", "fax": "202-225-8628", "contact_form": "http://lamarsmith.house.gov/contact/email-lamar", "office": "2409 Rayburn House Office Building", "rss_url": "http://lamarsmith.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 21, "party": "Republican", "phone": "202-225-4236", "url": "http://lamarsmith.house.gov", "rss_url": "http://lamarsmith.house.gov/news/rss.aspx", "address": "2409 Rayburn HOB; Washington DC 20515-4321", "office": "2409 Rayburn House Office Building", "fax": "202-225-8628"}]}, {"id": {"bioguide": "S001175", "thomas": "01890", "govtrack": 412259, "opensecrets": "N00029649", "votesmart": 8425, "fec": ["H8CA12171"], "cspan": 1027627, "wikipedia": "Jackie Speier", "maplight": 740, "icpsr": 20762, "house_history": 22606, "wikidata": "Q218544", "google_entity_id": "kg:/m/06k27l"}, "name": {"first": "Jackie", "last": "Speier", "official_full": "Jackie Speier"}, "bio": {"birthday": "1950-05-14", "gender": "F"}, "terms": [{"type": "rep", "start": "2008-04-08", "end": "2009-01-03", "state": "CA", "district": 12, "party": "Democrat", "url": "http://speier.house.gov/"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 12, "party": "Democrat", "url": "http://speier.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 12, "party": "Democrat", "url": "http://speier.house.gov/", "address": "211 Cannon HOB; Washington DC 20515-0512", "phone": "202-225-3531", "fax": "202-347-0956", "contact_form": "http://speier.house.gov/IMA/issue_subscribe.htm", "office": "211 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 14, "url": "http://speier.house.gov", "address": "211 Cannon HOB; Washington DC 20515-0514", "phone": "202-225-3531", "fax": "202-347-0956", "contact_form": "https://forms.house.gov/speier/webforms/email_jackie.shtml", "office": "211 Cannon House Office Building", "rss_url": "http://speier.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 14, "url": "http://speier.house.gov", "address": "2465 Rayburn HOB; Washington DC 20515-0514", "phone": "202-225-3531", "fax": "202-347-0956", "contact_form": "https://forms.house.gov/speier/webforms/email_jackie.shtml", "office": "2465 Rayburn House Office Building", "rss_url": "http://speier.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 14, "party": "Democrat", "phone": "202-225-3531", "url": "https://speier.house.gov", "rss_url": "http://speier.house.gov/index.php?format=feed&type=rss", "address": "2465 Rayburn HOB; Washington DC 20515-0514", "office": "2465 Rayburn House Office Building", "fax": "202-347-0956"}]}, {"id": {"bioguide": "S001187", "thomas": "02047", "govtrack": 412461, "opensecrets": "N00029574", "votesmart": 45333, "fec": ["H8OH15076"], "cspan": 62320, "wikipedia": "Steve Stivers", "ballotpedia": "Steve Stivers", "maplight": 1467, "icpsr": 21163, "house_history": 22627, "wikidata": "Q324099", "google_entity_id": "kg:/m/08xnqw"}, "name": {"first": "Steve", "last": "Stivers", "official_full": "Steve Stivers"}, "bio": {"birthday": "1965-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 15, "party": "Republican", "url": "http://stivers.house.gov/", "address": "1007 Longworth HOB; Washington DC 20515-3515", "phone": "202-225-2015", "fax": "202-225-3529", "office": "1007 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Republican", "district": 15, "url": "http://stivers.house.gov", "address": "1022 Longworth HOB; Washington DC 20515-3515", "phone": "202-225-2015", "fax": "202-225-3529", "office": "1022 Longworth House Office Building", "rss_url": "http://stivers.house.gov/news/rss.aspx", "contact_form": "https://stivers.house.gov/forms/writeyourrep/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OH", "party": "Republican", "district": 15, "url": "http://stivers.house.gov", "address": "1022 Longworth HOB; Washington DC 20515-3515", "phone": "202-225-2015", "fax": "202-225-3529", "office": "1022 Longworth House Office Building", "rss_url": "http://stivers.house.gov/news/rss.aspx", "contact_form": "https://stivers.house.gov/forms/writeyourrep/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 15, "party": "Republican", "phone": "202-225-2015", "url": "http://stivers.house.gov", "rss_url": "http://stivers.house.gov/news/rss.aspx", "address": "1022 Longworth HOB; Washington DC 20515-3515", "office": "1022 Longworth House Office Building", "fax": "202-225-3529"}]}, {"id": {"bioguide": "S001156", "thomas": "01757", "govtrack": 400355, "opensecrets": "N00024870", "votesmart": 29674, "fec": ["H2CA39078"], "cspan": 1003554, "wikipedia": "Linda S\u00e1nchez", "maplight": 448, "icpsr": 20310, "house_history": 22572, "wikidata": "Q291143", "google_entity_id": "kg:/m/024xc7"}, "name": {"first": "Linda", "middle": "T.", "last": "S\u00e1nchez", "official_full": "Linda T. S\u00e1nchez"}, "bio": {"birthday": "1969-01-28", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 39, "party": "Democrat", "url": "http://www.house.gov/lindasanchez"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 39, "party": "Democrat", "url": "http://www.house.gov/lindasanchez"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 39, "party": "Democrat", "url": "http://www.house.gov/lindasanchez"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 39, "party": "Democrat", "url": "http://www.house.gov/lindasanchez"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 39, "party": "Democrat", "url": "http://www.house.gov/lindasanchez", "address": "2423 Rayburn HOB; Washington DC 20515-0539", "phone": "202-225-6676", "fax": "202-226-1012", "contact_form": "http://www.house.gov/writerep", "office": "2423 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 38, "url": "http://lindasanchez.house.gov", "address": "2423 Rayburn HOB; Washington DC 20515-0538", "phone": "202-225-6676", "fax": "202-226-1012", "contact_form": "https://forms.house.gov/lindasanchez/webforms/issue_subscribe.htm", "office": "2423 Rayburn House Office Building", "rss_url": "http://lindasanchez.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 38, "url": "https://lindasanchez.house.gov", "address": "2329 Rayburn HOB; Washington DC 20515-0538", "phone": "202-225-6676", "fax": "202-226-1012", "contact_form": "https://forms.house.gov/lindasanchez/webforms/issue_subscribe.htm", "office": "2329 Rayburn House Office Building", "rss_url": "http://lindasanchez.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 38, "party": "Democrat", "phone": "202-225-6676", "url": "https://lindasanchez.house.gov", "rss_url": "http://lindasanchez.house.gov/index.php?format=feed&type=rss", "address": "2329 Rayburn HOB; Washington DC 20515-0538", "office": "2329 Rayburn House Office Building", "fax": "202-226-1012"}], "family": [{"name": "Loretta Sanchez", "relation": "sister"}]}, {"id": {"bioguide": "T000193", "thomas": "01151", "govtrack": 400402, "opensecrets": "N00003288", "votesmart": 26929, "fec": ["H4MS02068"], "cspan": 7304, "wikipedia": "Bennie Thompson", "maplight": 490, "icpsr": 29368, "house_history": 22870, "wikidata": "Q817877", "google_entity_id": "kg:/m/033tc5"}, "name": {"first": "Bennie", "middle": "G.", "last": "Thompson", "official_full": "Bennie G. Thompson"}, "bio": {"birthday": "1948-01-28", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1993-04-13", "end": "1995-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MS", "district": 2, "party": "Democrat", "url": "http://www.house.gov/thompson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MS", "district": 2, "party": "Democrat", "url": "http://www.house.gov/thompson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MS", "district": 2, "party": "Democrat", "url": "http://benniethompson.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MS", "district": 2, "party": "Democrat", "url": "http://benniethompson.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MS", "district": 2, "party": "Democrat", "url": "http://benniethompson.house.gov", "address": "2466 Rayburn HOB; Washington DC 20515-2402", "phone": "202-225-5876", "fax": "202-225-5898", "contact_form": "https://forms.house.gov/benniethompson/contact-form.shtml", "office": "2466 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MS", "party": "Democrat", "district": 2, "url": "http://benniethompson.house.gov", "address": "2466 Rayburn HOB; Washington DC 20515-2402", "phone": "202-225-5876", "fax": "202-225-5898", "contact_form": "https://forms.house.gov/benniethompson/contact-form.shtml", "office": "2466 Rayburn House Office Building", "rss_url": "http://benniethompson.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MS", "party": "Democrat", "district": 2, "url": "http://benniethompson.house.gov", "address": "2466 Rayburn HOB; Washington DC 20515-2402", "phone": "202-225-5876", "fax": "202-225-5898", "contact_form": "https://forms.house.gov/benniethompson/contact-form.shtml", "office": "2466 Rayburn House Office Building", "rss_url": "http://benniethompson.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MS", "district": 2, "party": "Democrat", "phone": "202-225-5876", "url": "https://benniethompson.house.gov", "rss_url": "http://benniethompson.house.gov/index.php?format=feed&type=rss", "address": "2466 Rayburn HOB; Washington DC 20515-2402", "office": "2466 Rayburn House Office Building", "fax": "202-225-5898"}]}, {"id": {"bioguide": "T000460", "thomas": "01593", "govtrack": 400403, "opensecrets": "N00007419", "votesmart": 3564, "fec": ["H8CA01109"], "cspan": 57872, "wikipedia": "Mike Thompson (California politician)", "maplight": 489, "icpsr": 29901, "house_history": 23200, "wikidata": "Q1323196", "google_entity_id": "kg:/m/024sdl"}, "name": {"first": "Mike", "middle": "Michael", "last": "Thompson", "official_full": "Mike Thompson"}, "bio": {"birthday": "1951-01-24", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 1, "party": "Democrat", "url": "http://www.house.gov/mthompson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 1, "party": "Democrat", "url": "http://www.house.gov/mthompson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 1, "party": "Democrat", "url": "http://mikethompson.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 1, "party": "Democrat", "url": "http://mikethompson.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 1, "party": "Democrat", "url": "http://mikethompson.house.gov", "address": "231 Cannon HOB; Washington DC 20515-0501", "phone": "202-225-3311", "fax": "202-225-4335", "contact_form": "http://mikethompson.house.gov/contact/email.shtml", "office": "231 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 5, "url": "http://mikethompson.house.gov", "address": "231 Cannon HOB; Washington DC 20515-0505", "phone": "202-225-3311", "fax": "202-225-4335", "contact_form": "https://mikethompson.house.gov/contact/email-me", "office": "231 Cannon House Office Building", "rss_url": "http://mikethompson.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 5, "url": "http://mikethompson.house.gov", "address": "231 Cannon HOB; Washington DC 20515-0505", "phone": "202-225-3311", "fax": "202-225-4335", "contact_form": "https://mikethompson.house.gov/contact/email-me", "office": "231 Cannon House Office Building", "rss_url": "http://mikethompson.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 5, "party": "Democrat", "phone": "202-225-3311", "url": "http://mikethompson.house.gov", "rss_url": "http://mikethompson.house.gov/news/rss.aspx", "address": "231 Cannon HOB; Washington DC 20515-0505", "office": "231 Cannon House Office Building", "fax": "202-225-4335"}]}, {"id": {"bioguide": "T000467", "thomas": "01952", "govtrack": 412317, "opensecrets": "N00029736", "votesmart": 24046, "fec": ["H8PA05071"], "cspan": 1031359, "wikipedia": "Glenn Thompson (politician)", "maplight": 799, "icpsr": 20946, "house_history": 23213, "wikidata": "Q1531120", "google_entity_id": "kg:/m/0409b0_"}, "name": {"first": "Glenn", "last": "Thompson", "official_full": "Glenn Thompson"}, "bio": {"birthday": "1959-07-27", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 5, "party": "Republican", "url": "http://thompson.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 5, "party": "Republican", "url": "http://thompson.house.gov", "address": "124 Cannon HOB; Washington DC 20515-3805", "phone": "202-225-5121", "fax": "202-225-5796", "contact_form": "https://forms.house.gov/thompson/contact-form.shtml", "office": "124 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Republican", "district": 5, "url": "http://thompson.house.gov", "address": "124 Cannon HOB; Washington DC 20515-3805", "phone": "202-225-5121", "fax": "202-225-5796", "contact_form": "https://thompson.house.gov/contact-me/email-me", "office": "124 Cannon House Office Building", "rss_url": "http://thompson.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "party": "Republican", "district": 5, "url": "http://thompson.house.gov", "address": "124 Cannon HOB; Washington DC 20515-3805", "phone": "202-225-5121", "fax": "202-225-5796", "contact_form": "https://thompson.house.gov/contact-me/email-me", "office": "124 Cannon House Office Building", "rss_url": "http://thompson.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 5, "party": "Republican", "phone": "202-225-5121", "url": "http://thompson.house.gov", "rss_url": "http://thompson.house.gov/rss.xml", "address": "124 Cannon HOB; Washington DC 20515-3805", "office": "124 Cannon House Office Building", "fax": "202-225-5796"}]}, {"id": {"bioguide": "T000238", "thomas": "01155", "govtrack": 400404, "opensecrets": "N00006052", "votesmart": 21706, "fec": ["H4TX13014"], "cspan": 36814, "wikipedia": "Mac Thornberry", "ballotpedia": "Mac Thornberry", "maplight": 491, "icpsr": 29572, "house_history": 22922, "wikidata": "Q539444", "google_entity_id": "kg:/m/03dnvd"}, "name": {"first": "Mac", "middle": "M.", "last": "Thornberry", "official_full": "Mac Thornberry"}, "bio": {"birthday": "1958-07-15", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 13, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 13, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 13, "party": "Republican", "url": "http://www.house.gov/thornberry"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 13, "party": "Republican", "url": "http://www.house.gov/thornberry"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 13, "party": "Republican", "url": "http://www.house.gov/thornberry"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 13, "party": "Republican", "url": "http://www.house.gov/thornberry"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 13, "party": "Republican", "url": "http://www.house.gov/thornberry", "address": "2209 Rayburn HOB; Washington DC 20515-4313", "phone": "202-225-3706", "fax": "202-225-3486", "contact_form": "http://www.house.gov/writerep", "office": "2209 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 13, "url": "http://thornberry.house.gov", "address": "2329 Rayburn HOB; Washington DC 20515-4313", "phone": "202-225-3706", "fax": "202-225-3486", "contact_form": "https://thornberry.house.gov/forms/writeyourrep/", "office": "2329 Rayburn House Office Building"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 13, "url": "http://thornberry.house.gov", "address": "2208 Rayburn HOB; Washington DC 20515-4313", "phone": "202-225-3706", "fax": "202-225-3486", "contact_form": "https://thornberry.house.gov/forms/writeyourrep/", "office": "2208 Rayburn House Office Building"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 13, "party": "Republican", "phone": "202-225-3706", "url": "http://thornberry.house.gov", "address": "2208 Rayburn HOB; Washington DC 20515-4313", "office": "2208 Rayburn House Office Building", "fax": "202-225-3486"}]}, {"id": {"bioguide": "T000250", "thomas": "01534", "lis": "S303", "govtrack": 400546, "opensecrets": "N00004572", "votesmart": 398, "fec": ["S2SD00068", "H6SD00085"], "cspan": 45552, "wikipedia": "John Thune", "ballotpedia": "John Thune", "maplight": 621, "icpsr": 29754, "house_history": 22937, "wikidata": "Q462981", "google_entity_id": "kg:/m/03ybyn"}, "name": {"first": "John", "last": "Thune", "official_full": "John Thune"}, "bio": {"birthday": "1961-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "SD", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "SD", "district": 0, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "SD", "district": 0, "party": "Republican"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "SD", "class": 3, "party": "Republican", "url": "http://thune.senate.gov/"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "SD", "class": 3, "party": "Republican", "url": "http://www.thune.senate.gov", "address": "511 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-2321", "fax": "202-228-5429", "contact_form": "http://www.thune.senate.gov/public/index.cfm/contact", "office": "511 Dirksen Senate Office Building", "state_rank": "senior", "rss_url": "http://www.thune.senate.gov/public/index.cfm/rss/feed"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "SD", "class": 3, "state_rank": "senior", "party": "Republican", "url": "https://www.thune.senate.gov", "rss_url": "http://www.thune.senate.gov/public/index.cfm/rss/feed", "address": "511 Dirksen Senate Office Building Washington DC 20510", "office": "511 Dirksen Senate Office Building", "phone": "202-224-2321", "contact_form": "http://www.thune.senate.gov/public/index.cfm/contact", "fax": "202-228-5429"}]}, {"id": {"bioguide": "T000462", "thomas": "01664", "govtrack": 400406, "opensecrets": "N00009699", "votesmart": 8404, "fec": ["H0OH12062"], "cspan": 88155, "wikipedia": "Pat Tiberi", "ballotpedia": "Patrick J. Tiberi", "maplight": 493, "icpsr": 20130, "house_history": 23204, "wikidata": "Q603467", "google_entity_id": "kg:/m/02zfh_"}, "name": {"first": "Patrick", "middle": "J.", "last": "Tiberi", "nickname": "Pat", "official_full": "Patrick J. Tiberi"}, "bio": {"birthday": "1962-10-21", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 12, "party": "Republican", "url": "http://www.house.gov/tiberi"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 12, "party": "Republican", "url": "http://www.house.gov/tiberi"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 12, "party": "Republican", "url": "http://tiberi.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 12, "party": "Republican", "url": "http://tiberi.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 12, "party": "Republican", "url": "http://tiberi.house.gov", "address": "106 Cannon HOB; Washington DC 20515-3512", "phone": "202-225-5355", "fax": "202-226-4523", "contact_form": "http://www.house.gov/writerep", "office": "106 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Republican", "district": 12, "url": "http://tiberi.house.gov", "address": "106 Cannon HOB; Washington DC 20515-3512", "phone": "202-225-5355", "fax": "202-226-4523", "contact_form": "https://tiberi.house.gov/contact/contactform.htm", "office": "106 Cannon House Office Building", "rss_url": "http://tiberi.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OH", "party": "Republican", "district": 12, "url": "http://tiberi.house.gov", "address": "1203 Longworth HOB; Washington DC 20515-3512", "phone": "202-225-5355", "fax": "202-226-4523", "contact_form": "https://tiberi.house.gov/contact/contactform.htm", "office": "1203 Longworth House Office Building", "rss_url": "http://tiberi.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 12, "party": "Republican", "phone": "202-225-5355", "url": "http://tiberi.house.gov", "rss_url": "http://tiberi.house.gov/news/rss.aspx", "address": "1203 Longworth HOB; Washington DC 20515-3512", "office": "1203 Longworth House Office Building", "fax": "202-226-4523"}]}, {"id": {"bioguide": "T000470", "thomas": "01997", "govtrack": 412405, "opensecrets": "N00027509", "votesmart": 65403, "fec": ["H6CO03139"], "cspan": 60384, "wikipedia": "Scott Tipton", "ballotpedia": "Scott Tipton", "maplight": 1417, "icpsr": 21111, "house_history": 23219, "wikidata": "Q782994", "google_entity_id": "kg:/m/0bn82p"}, "name": {"first": "Scott", "last": "Tipton", "official_full": "Scott R. Tipton", "middle": "R."}, "bio": {"birthday": "1956-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CO", "district": 3, "party": "Republican", "url": "http://tipton.house.gov/", "address": "218 Cannon HOB; Washington DC 20515-0603", "phone": "202-225-4761", "fax": "202-226-9669", "office": "218 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CO", "party": "Republican", "district": 3, "url": "http://tipton.house.gov", "address": "218 Cannon HOB; Washington DC 20515-0603", "phone": "202-225-4761", "fax": "202-226-9669", "office": "218 Cannon House Office Building", "rss_url": "http://tipton.house.gov/rss.xml", "contact_form": "https://tipton.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CO", "party": "Republican", "district": 3, "url": "http://tipton.house.gov", "address": "218 Cannon HOB; Washington DC 20515-0603", "phone": "202-225-4761", "fax": "202-226-9669", "office": "218 Cannon House Office Building", "rss_url": "http://tipton.house.gov/rss.xml", "contact_form": "https://tipton.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CO", "district": 3, "party": "Republican", "phone": "202-225-4761", "url": "http://tipton.house.gov", "rss_url": "http://tipton.house.gov/rss.xml", "address": "218 Cannon HOB; Washington DC 20515-0603", "office": "218 Cannon House Office Building", "fax": "202-226-9669"}]}, {"id": {"bioguide": "T000469", "thomas": "01942", "govtrack": 412319, "opensecrets": "N00030196", "votesmart": 4403, "fec": ["H8NY21203"], "cspan": 1031353, "wikipedia": "Paul Tonko", "maplight": 801, "icpsr": 20934, "house_history": 23217, "wikidata": "Q1373548", "google_entity_id": "kg:/m/0gzy4c"}, "name": {"first": "Paul", "last": "Tonko", "official_full": "Paul Tonko"}, "bio": {"birthday": "1949-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 21, "party": "Democrat", "url": "http://tonko.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 21, "party": "Democrat", "url": "http://tonko.house.gov", "address": "422 Cannon HOB; Washington DC 20515-3221", "phone": "202-225-5076", "fax": "202-225-5077", "contact_form": "https://forms.house.gov/tonko/contact-form.shtml", "office": "422 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 20, "url": "http://tonko.house.gov", "address": "2463 Rayburn HOB; Washington DC 20515-3220", "phone": "202-225-5076", "fax": "202-225-5077", "contact_form": "https://tonko.house.gov/email-form1", "office": "2463 Rayburn House Office Building", "rss_url": "http://tonko.house.gov/rss/press-releases.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 20, "url": "http://tonko.house.gov", "address": "2463 Rayburn HOB; Washington DC 20515-3220", "phone": "202-225-5076", "fax": "202-225-5077", "contact_form": "https://tonko.house.gov/email-form1", "office": "2463 Rayburn House Office Building", "rss_url": "http://tonko.house.gov/rss/press-releases.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 20, "party": "Democrat", "phone": "202-225-5076", "url": "https://tonko.house.gov", "rss_url": "http://tonko.house.gov/rss/press-releases.xml", "address": "2463 Rayburn HOB; Washington DC 20515-3220", "office": "2463 Rayburn House Office Building", "fax": "202-225-5077"}]}, {"id": {"bioguide": "T000461", "thomas": "02085", "lis": "S351", "govtrack": 400408, "opensecrets": "N00001489", "votesmart": 24096, "fec": ["S4PA00121", "H8PA15096"], "cspan": 7958, "wikipedia": "Pat Toomey", "ballotpedia": "Pat Toomey", "maplight": 1406, "icpsr": 29935, "house_history": 23202, "wikidata": "Q971308", "google_entity_id": "kg:/m/02_kk7"}, "name": {"first": "Patrick", "middle": "J.", "last": "Toomey", "nickname": "Pat", "official_full": "Patrick J. Toomey"}, "bio": {"birthday": "1961-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 15, "party": "Republican", "url": "http://www.house.gov/toomey"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "PA", "class": 3, "party": "Republican", "url": "http://www.toomey.senate.gov", "address": "248 Russell Senate Office Building Washington DC 20510", "phone": "202-224-4254", "contact_form": "http://www.toomey.senate.gov/?p=contact", "office": "248 Russell Senate Office Building", "state_rank": "junior", "rss_url": "http://toomey.senate.gov/rss/?p=hot_topic", "fax": "202-228-0284"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "PA", "class": 3, "state_rank": "junior", "party": "Republican", "url": "http://www.toomey.senate.gov", "rss_url": "http://toomey.senate.gov/rss/?p=hot_topic", "address": "248 Russell Senate Office Building Washington DC 20510", "office": "248 Russell Senate Office Building", "phone": "202-224-4254", "contact_form": "https://www.toomey.senate.gov/?p=contact", "fax": "202-228-0284"}]}, {"id": {"bioguide": "T000465", "thomas": "01884", "govtrack": 412254, "opensecrets": "N00029026", "votesmart": 89417, "fec": ["H8MA05143"], "cspan": 21764, "wikipedia": "Niki Tsongas", "ballotpedia": "Niki Tsongas", "maplight": 735, "icpsr": 20754, "house_history": 23209, "wikidata": "Q440246", "google_entity_id": "kg:/m/02qn5w8"}, "name": {"first": "Niki", "middle": "S.", "last": "Tsongas", "official_full": "Niki Tsongas"}, "bio": {"birthday": "1946-04-26", "gender": "F"}, "terms": [{"type": "rep", "start": "2007-10-16", "end": "2009-01-03", "state": "MA", "district": 5, "party": "Democrat", "url": "http://tsongas.house.gov/"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MA", "district": 5, "party": "Democrat", "url": "http://tsongas.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MA", "district": 5, "party": "Democrat", "url": "http://tsongas.house.gov/", "address": "1607 Longworth HOB; Washington DC 20515-2105", "phone": "202-225-3411", "fax": "202-226-0771", "contact_form": "http://tsongas.house.gov/?sectionid=11&sectiontree=3,11", "office": "1607 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MA", "party": "Democrat", "district": 3, "url": "http://tsongas.house.gov", "address": "1607 Longworth HOB; Washington DC 20515-2103", "phone": "202-225-3411", "fax": "202-226-0771", "contact_form": "https://tsongas.house.gov/e-mail-niki/", "office": "1607 Longworth House Office Building", "rss_url": "http://tsongas.house.gov/rss/press-releases.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MA", "party": "Democrat", "district": 3, "url": "http://tsongas.house.gov", "address": "1714 Longworth HOB; Washington DC 20515-2103", "phone": "202-225-3411", "fax": "202-226-0771", "contact_form": "https://tsongas.house.gov/e-mail-niki/", "office": "1714 Longworth House Office Building", "rss_url": "http://tsongas.house.gov/rss/press-releases.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MA", "district": 3, "party": "Democrat", "phone": "202-225-3411", "url": "https://tsongas.house.gov", "rss_url": "http://tsongas.house.gov/rss/press-releases.xml", "address": "1714 Longworth HOB; Washington DC 20515-2103", "office": "1714 Longworth House Office Building", "fax": "202-226-0771"}], "family": [{"name": "Paul Tsongas", "relation": "wife"}]}, {"id": {"bioguide": "T000463", "thomas": "01741", "govtrack": 400411, "opensecrets": "N00025175", "votesmart": 45519, "fec": ["H2OH03067", "H2OH03091"], "cspan": 1003607, "wikipedia": "Mike Turner", "ballotpedia": "Michael R. Turner", "maplight": 496, "icpsr": 20342, "house_history": 23206, "wikidata": "Q505722", "google_entity_id": "kg:/m/03440l"}, "name": {"first": "Michael", "middle": "R.", "last": "Turner", "official_full": "Michael R. Turner"}, "bio": {"birthday": "1960-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 3, "party": "Republican", "url": "http://www.house.gov/miketurner"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 3, "party": "Republican", "url": "http://www.house.gov/miketurner"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 3, "party": "Republican", "url": "http://www.house.gov/miketurner"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 3, "party": "Republican", "url": "http://www.house.gov/miketurner"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 3, "party": "Republican", "url": "http://turner.house.gov/", "address": "2454 Rayburn HOB; Washington DC 20515-3503", "phone": "202-225-6465", "fax": "202-225-6754", "contact_form": "http://turner.house.gov/Contact/", "office": "2454 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Republican", "district": 10, "url": "http://turner.house.gov", "address": "2239 Rayburn HOB; Washington DC 20515-3510", "phone": "202-225-6465", "fax": "202-225-6754", "contact_form": "http://turner.house.gov/contact/", "office": "2239 Rayburn House Office Building", "rss_url": "http://turner.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OH", "party": "Republican", "district": 10, "url": "https://turner.house.gov", "address": "2239 Rayburn HOB; Washington DC 20515-3510", "phone": "202-225-6465", "fax": "202-225-6754", "contact_form": "http://turner.house.gov/contact/", "office": "2239 Rayburn House Office Building", "rss_url": "http://turner.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 10, "party": "Republican", "phone": "202-225-6465", "url": "https://turner.house.gov", "rss_url": "http://turner.house.gov/news/rss.aspx", "address": "2368 Rayburn HOB; Washington DC 20515-3510", "office": "2368 Rayburn House Office Building", "fax": "202-225-6754"}]}, {"id": {"bioguide": "U000031", "thomas": "01177", "govtrack": 400414, "opensecrets": "N00004133", "votesmart": 26906, "icpsr": 15446, "fec": ["H6MI04113"], "cspan": 12127, "house_history": 20868, "wikipedia": "Fred Upton", "ballotpedia": "Fred Upton", "maplight": 499, "wikidata": "Q505236", "google_entity_id": "kg:/m/02d4c3"}, "name": {"first": "Fred", "middle": "Stephen", "last": "Upton", "official_full": "Fred Upton"}, "bio": {"birthday": "1953-04-23", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MI", "district": 6, "party": "Republican", "url": "http://www.house.gov/upton"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MI", "district": 6, "party": "Republican", "url": "http://www.house.gov/upton"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MI", "district": 6, "party": "Republican", "url": "http://www.house.gov/upton"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MI", "district": 6, "party": "Republican", "url": "http://www.house.gov/upton"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MI", "district": 6, "party": "Republican", "url": "http://www.house.gov/upton", "address": "2183 Rayburn HOB; Washington DC 20515-2206", "phone": "202-225-3761", "fax": "202-225-4986", "contact_form": "http://www.house.gov/writerep", "office": "2183 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MI", "party": "Republican", "district": 6, "url": "http://upton.house.gov", "address": "2183 Rayburn HOB; Washington DC 20515-2206", "phone": "202-225-3761", "fax": "202-225-4986", "contact_form": "http://upton.house.gov/contact/zipauth.htm", "office": "2183 Rayburn House Office Building", "rss_url": "http://www.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MI", "party": "Republican", "district": 6, "url": "http://upton.house.gov", "address": "2183 Rayburn HOB; Washington DC 20515-2206", "phone": "202-225-3761", "fax": "202-225-4986", "contact_form": "http://upton.house.gov/contact/zipauth.htm", "office": "2183 Rayburn House Office Building", "rss_url": "http://www.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MI", "district": 6, "party": "Republican", "phone": "202-225-3761", "url": "http://upton.house.gov", "rss_url": "http://www.house.gov/news/rss.aspx", "address": "2183 Rayburn HOB; Washington DC 20515-2206", "office": "2183 Rayburn House Office Building", "fax": "202-225-4986"}]}, {"id": {"bioguide": "V000128", "thomas": "01729", "govtrack": 400415, "opensecrets": "N00013820", "votesmart": 6098, "fec": ["H2MD08126", "S6MD03441"], "cspan": 20756, "house_history": 21032, "wikipedia": "Chris Van Hollen", "maplight": 500, "icpsr": 20330, "wikidata": "Q1077819", "google_entity_id": "kg:/m/025kb5", "lis": "S390"}, "name": {"first": "Chris", "last": "Van Hollen", "suffix": "Jr.", "official_full": "Chris Van Hollen"}, "bio": {"birthday": "1959-01-10", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MD", "district": 8, "party": "Democrat", "url": "http://www.house.gov/vanhollen"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MD", "district": 8, "party": "Democrat", "url": "http://www.house.gov/vanhollen"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MD", "district": 8, "party": "Democrat", "url": "http://vanhollen.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MD", "district": 8, "party": "Democrat", "url": "http://vanhollen.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MD", "district": 8, "party": "Democrat", "url": "http://vanhollen.house.gov", "address": "1707 Longworth HOB; Washington DC 20515-2008", "phone": "202-225-5341", "fax": "202-225-0375", "contact_form": "http://vanhollen.house.gov/HoR/MD08/Contact+Information/Web+Contact/Contact+Form.htm", "office": "1707 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MD", "party": "Democrat", "district": 8, "url": "http://vanhollen.house.gov", "address": "1707 Longworth HOB; Washington DC 20515-2008", "phone": "202-225-5341", "fax": "202-225-0375", "contact_form": "http://vanhollen.house.gov/contact/", "office": "1707 Longworth House Office Building", "rss_url": "http://vanhollen.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MD", "party": "Democrat", "district": 8, "url": "https://vanhollen.house.gov", "address": "1707 Longworth HOB; Washington DC 20515-2008", "phone": "202-225-5341", "fax": "202-225-0375", "contact_form": "http://vanhollen.house.gov/contact/", "office": "1707 Longworth House Office Building", "rss_url": "http://vanhollen.house.gov/news/rss.aspx"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "MD", "class": 3, "state_rank": "junior", "party": "Democrat", "address": "110 Hart Senate Office Building Washington DC 20510", "office": "110 Hart Senate Office Building", "phone": "202-224-4654", "url": "https://www.vanhollen.senate.gov", "contact_form": "https://www.vanhollen.senate.gov/content/contact-senator", "fax": "202-225-0375"}]}, {"id": {"bioguide": "V000081", "thomas": "01184", "govtrack": 400416, "opensecrets": "N00001102", "votesmart": 26975, "fec": ["H2NY00010"], "cspan": 26160, "wikipedia": "Nydia Vel\u00e1zquez", "house_history": 20972, "maplight": 501, "icpsr": 29378, "wikidata": "Q434890", "google_entity_id": "kg:/m/03sjbt"}, "name": {"first": "Nydia", "middle": "M.", "last": "Vel\u00e1zquez", "official_full": "Nydia M. Vel\u00e1zquez"}, "bio": {"birthday": "1953-03-28", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 12, "party": "Democrat", "url": "http://www.house.gov/velazquez"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 12, "party": "Democrat", "url": "http://www.house.gov/velazquez"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 12, "party": "Democrat", "url": "http://www.house.gov/velazquez"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 12, "party": "Democrat", "url": "http://www.house.gov/velazquez"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 12, "party": "Democrat", "url": "http://www.house.gov/velazquez", "address": "2302 Rayburn HOB; Washington DC 20515-3212", "phone": "202-225-2361", "fax": "202-226-0327", "contact_form": "http://www.house.gov/velazquez/IMA/issue_subscribe.htm", "office": "2302 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 7, "url": "http://www.house.gov/velazquez", "address": "2302 Rayburn HOB; Washington DC 20515-3207", "phone": "202-225-2361", "fax": "202-226-0327", "contact_form": "http://velazquez.house.gov/IMA/issue_subscribe.shtml", "office": "2302 Rayburn House Office Building"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 7, "url": "http://velazquez.house.gov", "address": "2302 Rayburn HOB; Washington DC 20515-3207", "phone": "202-225-2361", "fax": "202-226-0327", "contact_form": "http://velazquez.house.gov/IMA/issue_subscribe.shtml", "office": "2302 Rayburn House Office Building"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 7, "party": "Democrat", "phone": "202-225-2361", "url": "https://velazquez.house.gov", "address": "2302 Rayburn HOB; Washington DC 20515-3207", "office": "2302 Rayburn House Office Building", "fax": "202-226-0327"}]}, {"id": {"bioguide": "V000108", "thomas": "01188", "govtrack": 400417, "opensecrets": "N00003813", "votesmart": 26851, "icpsr": 15124, "fec": ["H4IN01012"], "cspan": 6785, "wikipedia": "Pete Visclosky", "house_history": 21005, "ballotpedia": "Peter J. Visclosky", "maplight": 502, "wikidata": "Q514660", "google_entity_id": "kg:/m/022r85"}, "name": {"first": "Peter", "middle": "J.", "last": "Visclosky", "official_full": "Peter J. Visclosky"}, "bio": {"birthday": "1949-08-13", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IN", "district": 1, "party": "Democrat", "url": "http://www.house.gov/visclosky"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IN", "district": 1, "party": "Democrat", "url": "http://www.house.gov/visclosky"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IN", "district": 1, "party": "Democrat", "url": "http://www.house.gov/visclosky"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IN", "district": 1, "party": "Democrat", "url": "http://www.house.gov/visclosky"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IN", "district": 1, "party": "Democrat", "url": "http://www.house.gov/visclosky", "address": "2256 Rayburn HOB; Washington DC 20515-1401", "phone": "202-225-2461", "fax": "202-225-2493", "contact_form": "http://www.house.gov/writerep", "office": "2256 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IN", "party": "Democrat", "district": 1, "url": "http://visclosky.house.gov", "address": "2256 Rayburn HOB; Washington DC 20515-1401", "phone": "202-225-2461", "fax": "202-225-2493", "contact_form": "https://visclosky.house.gov/contact-pete/email-pete", "office": "2256 Rayburn House Office Building", "rss_url": "http://visclosky.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IN", "party": "Democrat", "district": 1, "url": "http://visclosky.house.gov", "address": "2328 Rayburn HOB; Washington DC 20515-1401", "phone": "202-225-2461", "fax": "202-225-2493", "contact_form": "https://visclosky.house.gov/contact-pete/email-pete", "office": "2328 Rayburn House Office Building", "rss_url": "http://visclosky.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IN", "district": 1, "party": "Democrat", "phone": "202-225-2461", "url": "https://visclosky.house.gov", "rss_url": "http://visclosky.house.gov/rss.xml", "address": "2328 Rayburn HOB; Washington DC 20515-1401", "office": "2328 Rayburn House Office Building", "fax": "202-225-2493"}]}, {"id": {"bioguide": "W000798", "thomas": "01855", "govtrack": 412213, "opensecrets": "N00026368", "votesmart": 8618, "fec": ["H4MI07103"], "cspan": 1022844, "wikipedia": "Tim Walberg", "ballotpedia": "Tim Walberg", "maplight": 698, "icpsr": 20725, "house_history": 24179, "wikidata": "Q978618", "google_entity_id": "kg:/m/0d7n3m"}, "name": {"first": "Tim", "last": "Walberg", "official_full": "Tim Walberg"}, "bio": {"gender": "M", "birthday": "1951-04-12"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MI", "district": 7, "party": "Republican", "url": "http://walberg.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MI", "district": 7, "party": "Republican", "url": "http://walberg.house.gov/", "address": "418 Cannon HOB; Washington DC 20515-2207", "phone": "202-225-6276", "fax": "202-225-6281", "office": "418 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MI", "party": "Republican", "district": 7, "url": "http://walberg.house.gov", "address": "2436 Rayburn HOB; Washington DC 20515-2207", "phone": "202-225-6276", "fax": "202-225-6281", "office": "2436 Rayburn House Office Building", "rss_url": "http://walberg.house.gov/news/rss.aspx", "contact_form": "https://walberg.house.gov/contact/contactform.htm"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MI", "party": "Republican", "district": 7, "url": "http://walberg.house.gov", "address": "2436 Rayburn HOB; Washington DC 20515-2207", "phone": "202-225-6276", "fax": "202-225-6281", "office": "2436 Rayburn House Office Building", "rss_url": "http://walberg.house.gov/news/rss.aspx", "contact_form": "https://walberg.house.gov/contact/contactform.htm"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MI", "district": 7, "party": "Republican", "phone": "202-225-6276", "url": "http://walberg.house.gov", "rss_url": "http://walberg.house.gov/news/rss.aspx", "address": "2436 Rayburn HOB; Washington DC 20515-2207", "office": "2436 Rayburn House Office Building", "fax": "202-225-6281"}]}, {"id": {"bioguide": "W000791", "thomas": "01596", "govtrack": 400419, "opensecrets": "N00007690", "votesmart": 2979, "fec": ["H6OR02116"], "cspan": 57892, "wikipedia": "Greg Walden", "ballotpedia": "Greg Walden", "maplight": 504, "icpsr": 29932, "house_history": 24165, "wikidata": "Q1397359", "google_entity_id": "kg:/m/033tx_"}, "name": {"first": "Greg", "middle": "P.", "last": "Walden", "official_full": "Greg Walden"}, "bio": {"birthday": "1957-01-10", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OR", "district": 2, "party": "Republican", "url": "http://walden.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OR", "district": 2, "party": "Republican", "url": "http://walden.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OR", "district": 2, "party": "Republican", "url": "http://walden.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OR", "district": 2, "party": "Republican", "url": "http://walden.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OR", "district": 2, "party": "Republican", "url": "http://walden.house.gov", "address": "2182 Rayburn HOB; Washington DC 20515-3702", "phone": "202-225-6730", "fax": "202-225-5774", "contact_form": "http://www.walden.house.gov/ContactGreg.ContactFormIQ.shtml", "office": "2182 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OR", "party": "Republican", "district": 2, "url": "http://walden.house.gov", "address": "2182 Rayburn HOB; Washington DC 20515-3702", "phone": "202-225-6730", "fax": "202-225-5774", "contact_form": "https://walden.house.gov/e-mail-greg", "office": "2182 Rayburn House Office Building", "rss_url": "http://walden.house.gov/common/rss/?rss=100"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OR", "party": "Republican", "district": 2, "url": "http://walden.house.gov", "address": "2185 Rayburn HOB; Washington DC 20515-3702", "phone": "202-225-6730", "fax": "202-225-5774", "contact_form": "https://walden.house.gov/e-mail-greg", "office": "2185 Rayburn House Office Building", "rss_url": "http://walden.house.gov/common/rss/?rss=100"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OR", "district": 2, "party": "Republican", "phone": "202-225-6730", "url": "https://walden.house.gov", "rss_url": "http://walden.house.gov/common/rss/?rss=100", "address": "2185 Rayburn HOB; Washington DC 20515-3702", "office": "2185 Rayburn House Office Building", "fax": "202-225-5774"}]}, {"id": {"bioguide": "W000799", "thomas": "01856", "govtrack": 412214, "opensecrets": "N00027467", "votesmart": 65443, "fec": ["H6MN01174"], "cspan": 1018510, "wikipedia": "Tim Walz", "ballotpedia": "Tim Walz", "maplight": 699, "icpsr": 20726, "house_history": 24181, "wikidata": "Q2434360", "google_entity_id": "kg:/m/06wntz"}, "name": {"first": "Timothy", "middle": "James", "last": "Walz", "official_full": "Timothy J. Walz"}, "bio": {"birthday": "1964-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MN", "district": 1, "party": "Democrat", "url": "http://walz.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MN", "district": 1, "party": "Democrat", "url": "http://walz.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MN", "district": 1, "party": "Democrat", "url": "http://walz.house.gov", "address": "1722 Longworth HOB; Washington DC 20515-2301", "phone": "202-225-2472", "fax": "202-225-3433", "contact_form": "http://walz.house.gov/zip_auth.shtm", "office": "1722 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MN", "party": "Democrat", "district": 1, "url": "http://walz.house.gov", "address": "1034 Longworth HOB; Washington DC 20515-2301", "phone": "202-225-2472", "fax": "202-225-3433", "contact_form": "http://walz.house.gov/contact", "office": "1034 Longworth House Office Building", "rss_url": "http://walz.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MN", "party": "Democrat", "district": 1, "url": "http://walz.house.gov", "address": "1034 Longworth HOB; Washington DC 20515-2301", "phone": "202-225-2472", "fax": "202-225-3433", "contact_form": "http://walz.house.gov/contact", "office": "1034 Longworth House Office Building", "rss_url": "http://walz.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MN", "district": 1, "party": "Democrat", "phone": "202-225-2472", "url": "https://walz.house.gov", "rss_url": "http://walz.house.gov/index.php?format=feed&type=rss", "address": "2313 Rayburn HOB; Washington DC 20515-2301", "office": "2313 Rayburn House Office Building", "fax": "202-225-3433"}]}, {"id": {"bioguide": "W000797", "thomas": "01777", "govtrack": 400623, "opensecrets": "N00026106", "votesmart": 24301, "fec": ["H4FL20023"], "cspan": 86882, "wikipedia": "Debbie Wasserman Schultz", "ballotpedia": "Debbie Wasserman Schultz", "maplight": 631, "icpsr": 20504, "house_history": 24177, "wikidata": "Q50104", "google_entity_id": "kg:/m/04cmyw"}, "name": {"first": "Debbie", "last": "Wasserman Schultz", "official_full": "Debbie Wasserman Schultz"}, "bio": {"birthday": "1966-09-27", "gender": "F", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 20, "party": "Democrat", "url": "http://www.house.gov/schultz"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 20, "party": "Democrat", "url": "http://www.house.gov/schultz"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 20, "party": "Democrat", "url": "http://www.house.gov/schultz", "address": "118 Cannon HOB; Washington DC 20515-0920", "phone": "202-225-7931", "fax": "202-225-2052", "contact_form": "http://wassermanschultz.house.gov/zipauth.htm", "office": "118 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Democrat", "district": 23, "url": "http://wassermanschultz.house.gov", "address": "118 Cannon HOB; Washington DC 20515-0923", "phone": "202-225-7931", "fax": "202-226-2052", "contact_form": "http://wassermanschultz.house.gov/contact/email-me.shtml", "office": "118 Cannon House Office Building", "rss_url": "http://wassermanschultz.house.gov/atom.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Democrat", "district": 23, "url": "http://wassermanschultz.house.gov", "address": "1114 Longworth HOB; Washington DC 20515-0923", "phone": "202-225-7931", "fax": "202-226-2052", "contact_form": "http://wassermanschultz.house.gov/contact/email-me.shtml", "office": "1114 Longworth House Office Building", "rss_url": "http://wassermanschultz.house.gov/atom.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 23, "party": "Democrat", "phone": "202-225-7931", "url": "https://wassermanschultz.house.gov", "rss_url": "http://wassermanschultz.house.gov/atom.xml", "address": "1114 Longworth HOB; Washington DC 20515-0923", "office": "1114 Longworth House Office Building", "fax": "202-226-2052"}]}, {"id": {"bioguide": "W000187", "thomas": "01205", "govtrack": 400422, "opensecrets": "N00006690", "votesmart": 26759, "fec": ["H4CA23011"], "cspan": 1953, "wikipedia": "Maxine Waters", "ballotpedia": "Maxine Waters", "maplight": 507, "icpsr": 29106, "house_history": 23438, "wikidata": "Q461727", "google_entity_id": "kg:/m/024tyk"}, "name": {"first": "Maxine", "last": "Waters", "official_full": "Maxine Waters"}, "bio": {"birthday": "1938-08-15", "gender": "F", "religion": "Christian"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 35, "party": "Democrat", "url": "http://www.house.gov/waters"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 35, "party": "Democrat", "url": "http://www.house.gov/waters"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 35, "party": "Democrat", "url": "http://www.house.gov/waters"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 35, "party": "Democrat", "url": "http://www.house.gov/waters"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 35, "party": "Democrat", "url": "http://www.house.gov/waters", "address": "2344 Rayburn HOB; Washington DC 20515-0535", "phone": "202-225-2201", "fax": "202-225-7854", "contact_form": "http://www.house.gov/waters/IMA/issue.htm", "office": "2344 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 43, "url": "http://waters.house.gov", "address": "2221 Rayburn HOB; Washington DC 20515-0543", "phone": "202-225-2201", "fax": "202-225-7854", "contact_form": "https://waters.house.gov/contact/contactform.htm", "office": "2221 Rayburn House Office Building", "rss_url": "http://waters.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 43, "url": "http://waters.house.gov", "address": "2221 Rayburn HOB; Washington DC 20515-0543", "phone": "202-225-2201", "fax": "202-225-7854", "contact_form": "https://waters.house.gov/contact/contactform.htm", "office": "2221 Rayburn House Office Building", "rss_url": "http://waters.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 43, "party": "Democrat", "phone": "202-225-2201", "url": "https://waters.house.gov", "rss_url": "http://waters.house.gov/news/rss.aspx", "address": "2221 Rayburn HOB; Washington DC 20515-0543", "office": "2221 Rayburn House Office Building", "fax": "202-225-7854"}]}, {"id": {"bioguide": "W000806", "thomas": "02002", "govtrack": 412410, "opensecrets": "N00026335", "votesmart": 24302, "fec": ["H0FL08208", "S4FL00256"], "cspan": 30504, "wikipedia": "Daniel Webster (Florida politician)", "ballotpedia": "Daniel Webster", "maplight": 1422, "icpsr": 21116, "house_history": 24192, "wikidata": "Q1163099", "google_entity_id": "kg:/m/03cg47l"}, "name": {"first": "Daniel", "last": "Webster", "official_full": "Daniel Webster"}, "bio": {"birthday": "1949-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 8, "party": "Republican", "url": "http://webster.house.gov/", "address": "1039 Longworth HOB; Washington DC 20515-0908", "phone": "202-225-2176", "fax": "202-225-0999", "office": "1039 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 10, "url": "http://webster.house.gov", "address": "1039 Longworth HOB; Washington DC 20515-0910", "phone": "202-225-2176", "fax": "202-225-0999", "office": "1039 Longworth House Office Building", "rss_url": "http://webster.house.gov/news/rss.aspx", "contact_form": "https://webster.house.gov/contact/contactform.htm"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Republican", "district": 10, "url": "http://webster.house.gov", "address": "1039 Longworth HOB; Washington DC 20515-0910", "phone": "202-225-2176", "fax": "202-225-0999", "office": "1039 Longworth House Office Building", "rss_url": "http://webster.house.gov/news/rss.aspx", "contact_form": "https://webster.house.gov/contact/contactform.htm"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 11, "party": "Republican", "phone": "202-225-1002", "url": "http://webster.house.gov", "rss_url": "http://webster.house.gov/news/rss.aspx", "address": "1210 Longworth HOB; Washington DC 20515-0911", "office": "1210 Longworth House Office Building", "fax": "202-225-0999"}]}, {"id": {"bioguide": "W000800", "thomas": "01879", "govtrack": 412239, "opensecrets": "N00000515", "votesmart": 51272, "fec": ["H6VT00160", "H8VT00034"], "cspan": 1019990, "wikipedia": "Peter Welch", "ballotpedia": "Peter Welch", "maplight": 722, "icpsr": 20750, "house_history": 24183, "wikidata": "Q1112656", "google_entity_id": "kg:/m/0db4gl"}, "name": {"first": "Peter", "last": "Welch", "official_full": "Peter Welch"}, "bio": {"gender": "M", "birthday": "1947-05-02"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "VT", "district": 0, "party": "Democrat", "url": "http://welch.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "VT", "district": 0, "party": "Democrat", "url": "http://welch.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "VT", "district": 0, "party": "Democrat", "url": "http://welch.house.gov", "address": "1404 Longworth HOB; Washington DC 20515-4501", "phone": "202-225-4115", "fax": "202-225-6790", "contact_form": "http://www.house.gov/formwelch/issue_subscribe.htm", "office": "1404 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "VT", "party": "Democrat", "district": 0, "url": "http://www.welch.house.gov", "address": "2303 Rayburn HOB; Washington DC 20515-4500", "phone": "202-225-4115", "fax": "202-225-6790", "contact_form": "https://welch.house.gov/email-me", "office": "2303 Rayburn House Office Building", "rss_url": "http://www.welch.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "VT", "party": "Democrat", "district": 0, "url": "http://welch.house.gov", "address": "2303 Rayburn HOB; Washington DC 20515-4500", "phone": "202-225-4115", "fax": "202-225-6790", "contact_form": "https://welch.house.gov/email-me", "office": "2303 Rayburn House Office Building", "rss_url": "http://www.welch.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "VT", "district": 0, "party": "Democrat", "phone": "202-225-4115", "url": "https://welch.house.gov", "rss_url": "http://www.welch.house.gov/index.php?format=feed&type=rss", "address": "2303 Rayburn HOB; Washington DC 20515-4500", "office": "2303 Rayburn House Office Building", "fax": "202-225-6790"}]}, {"id": {"bioguide": "W000795", "thomas": "01688", "govtrack": 400433, "opensecrets": "N00024809", "votesmart": 3985, "fec": ["H2SC02059"], "cspan": 1002567, "wikipedia": "Joe Wilson (U.S. politician)", "ballotpedia": "Joe Wilson", "maplight": 519, "icpsr": 20138, "house_history": 24173, "wikidata": "Q928855", "google_entity_id": "kg:/m/03tll0"}, "name": {"first": "Joe", "middle": "G.", "last": "Wilson", "official_full": "Joe Wilson"}, "bio": {"birthday": "1947-07-31", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "2001-12-18", "end": "2003-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "SC", "district": 2, "party": "Republican", "url": "http://joewilson.house.gov/"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "SC", "district": 2, "party": "Republican", "url": "http://joewilson.house.gov/"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "SC", "district": 2, "party": "Republican", "url": "http://joewilson.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "SC", "district": 2, "party": "Republican", "url": "http://joewilson.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "SC", "district": 2, "party": "Republican", "url": "http://joewilson.house.gov", "address": "2229 Rayburn HOB; Washington DC 20515-4002", "phone": "202-225-2452", "fax": "202-225-2455", "contact_form": "http://www.house.gov/formwilson/IMA/issue.htm", "office": "2229 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "SC", "party": "Republican", "district": 2, "url": "http://joewilson.house.gov", "address": "2229 Rayburn HOB; Washington DC 20515-4002", "phone": "202-225-2452", "fax": "202-225-2455", "contact_form": "https://joewilson.house.gov/forms/writeyourrep/default.aspx", "office": "2229 Rayburn House Office Building", "rss_url": "http://joewilson.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "SC", "party": "Republican", "district": 2, "url": "http://joewilson.house.gov", "address": "2229 Rayburn HOB; Washington DC 20515-4002", "phone": "202-225-2452", "fax": "202-225-2455", "contact_form": "https://joewilson.house.gov/forms/writeyourrep/default.aspx", "office": "2229 Rayburn House Office Building", "rss_url": "http://joewilson.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "SC", "district": 2, "party": "Republican", "phone": "202-225-2452", "url": "http://joewilson.house.gov", "rss_url": "http://joewilson.house.gov/news/rss.aspx", "address": "1436 Longworth HOB; Washington DC 20515-4002", "office": "1436 Longworth House Office Building", "fax": "202-225-2455"}]}, {"id": {"bioguide": "W000808", "thomas": "02004", "govtrack": 412412, "opensecrets": "N00030650", "votesmart": 17319, "fec": ["H0FL17068"], "cspan": 87016, "wikipedia": "Frederica Wilson", "ballotpedia": "Frederica Wilson", "maplight": 1424, "icpsr": 21118, "house_history": 24196, "wikidata": "Q461504", "google_entity_id": "kg:/m/03cg3tv"}, "name": {"first": "Frederica", "last": "Wilson", "official_full": "Frederica S. Wilson", "middle": "S."}, "bio": {"birthday": "1942-11-05", "gender": "F"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 17, "party": "Democrat", "url": "http://wilson.house.gov/", "address": "208 Cannon HOB; Washington DC 20515-0917", "phone": "202-225-4506", "fax": "202-226-0777", "office": "208 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Democrat", "district": 24, "url": "http://wilson.house.gov", "address": "208 Cannon HOB; Washington DC 20515-0924", "phone": "202-225-4506", "fax": "202-226-0777", "office": "208 Cannon House Office Building", "rss_url": "http://wilson.house.gov/common/rss//index.cfm?rss=49", "contact_form": "https://wilsonforms.house.gov/contact-form"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Democrat", "district": 24, "url": "http://wilson.house.gov", "address": "208 Cannon HOB; Washington DC 20515-0924", "phone": "202-225-4506", "fax": "202-226-0777", "office": "208 Cannon House Office Building", "rss_url": "http://wilson.house.gov/common/rss//index.cfm?rss=49", "contact_form": "https://wilsonforms.house.gov/contact-form"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 24, "party": "Democrat", "phone": "202-225-4506", "url": "https://wilson.house.gov", "rss_url": "http://wilson.house.gov/common/rss//index.cfm?rss=49", "address": "2445 Rayburn HOB; Washington DC 20515-0924", "office": "2445 Rayburn House Office Building", "fax": "202-226-0777"}]}, {"id": {"bioguide": "W000804", "thomas": "01886", "govtrack": 412255, "opensecrets": "N00029459", "votesmart": 58133, "fec": ["H8VA01147"], "cspan": 1028089, "wikipedia": "Rob Wittman", "ballotpedia": "Robert J. Wittman", "maplight": 736, "icpsr": 20756, "house_history": 24189, "wikidata": "Q541251", "google_entity_id": "kg:/m/03cx7ld"}, "name": {"first": "Robert", "middle": "J.", "last": "Wittman", "official_full": "Robert J. Wittman"}, "bio": {"birthday": "1959-02-03", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "2007-12-13", "end": "2009-01-03", "state": "VA", "district": 1, "party": "Republican", "url": "http://www.wittman.house.gov/"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "VA", "district": 1, "party": "Republican", "url": "http://www.wittman.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "VA", "district": 1, "party": "Republican", "url": "http://www.wittman.house.gov/", "address": "1317 Longworth HOB; Washington DC 20515-4601", "phone": "202-225-4261", "fax": "202-225-4382", "contact_form": "https://forms.house.gov/wittman/IMA/webforms/issue_subscribe.htm", "office": "1317 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "VA", "party": "Republican", "district": 1, "url": "http://www.wittman.house.gov", "address": "2454 Rayburn HOB; Washington DC 20515-4601", "phone": "202-225-4261", "fax": "202-225-4382", "contact_form": "https://wittman.house.gov/contact-form/", "office": "2454 Rayburn House Office Building", "rss_url": "http://www.wittman.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "VA", "party": "Republican", "district": 1, "url": "https://wittman.house.gov", "address": "2454 Rayburn HOB; Washington DC 20515-4601", "phone": "202-225-4261", "fax": "202-225-4382", "contact_form": "https://wittman.house.gov/contact-form/", "office": "2454 Rayburn House Office Building", "rss_url": "http://www.wittman.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "VA", "district": 1, "party": "Republican", "phone": "202-225-4261", "url": "http://wittman.house.gov", "rss_url": "http://www.wittman.house.gov/index.php?format=feed&type=rss", "address": "2055 Rayburn HOB; Washington DC 20515-4601", "office": "2055 Rayburn House Office Building", "fax": "202-225-4382"}]}, {"id": {"bioguide": "W000809", "thomas": "01991", "govtrack": 412402, "opensecrets": "N00031857", "votesmart": 71815, "fec": ["H0AR03055"], "cspan": 1033625, "wikipedia": "Steve Womack", "ballotpedia": "Steve Womack", "maplight": 1416, "icpsr": 21108, "house_history": 24197, "wikidata": "Q1029527", "google_entity_id": "kg:/m/0cmcvkz"}, "name": {"first": "Steve", "last": "Womack", "official_full": "Steve Womack"}, "bio": {"birthday": "1957-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AR", "district": 3, "party": "Republican", "url": "http://womack.house.gov/", "address": "1508 Longworth HOB; Washington DC 20515-0403", "phone": "202-225-4301", "fax": "202-225-5713", "office": "1508 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AR", "party": "Republican", "district": 3, "url": "http://womack.house.gov", "address": "1119 Longworth HOB; Washington DC 20515-0403", "phone": "202-225-4301", "fax": "202-225-5713", "office": "1119 Longworth House Office Building", "rss_url": "http://womack.house.gov/news/rss.aspx", "contact_form": "https://womack.house.gov/contact/contactform.htm"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AR", "party": "Republican", "district": 3, "url": "http://womack.house.gov", "address": "1119 Longworth HOB; Washington DC 20515-0403", "phone": "202-225-4301", "fax": "202-225-5713", "office": "1119 Longworth House Office Building", "rss_url": "http://womack.house.gov/news/rss.aspx", "contact_form": "https://womack.house.gov/contact/contactform.htm"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AR", "district": 3, "party": "Republican", "phone": "202-225-4301", "url": "http://womack.house.gov", "rss_url": "http://womack.house.gov/news/rss.aspx", "address": "2412 Rayburn HOB; Washington DC 20515-0403", "office": "2412 Rayburn House Office Building", "fax": "202-225-5713"}]}, {"id": {"bioguide": "W000810", "thomas": "02008", "govtrack": 412416, "opensecrets": "N00032416", "votesmart": 122251, "fec": ["H0GA07133"], "cspan": 623342, "wikipedia": "Rob Woodall", "maplight": 1428, "icpsr": 21122, "house_history": 24199, "wikidata": "Q2156128", "google_entity_id": "kg:/m/0cz8ryh"}, "name": {"first": "Rob", "last": "Woodall", "official_full": "Rob Woodall"}, "bio": {"birthday": "1970-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "GA", "district": 7, "party": "Republican", "url": "http://woodall.house.gov/", "address": "1725 Longworth HOB; Washington DC 20515-1007", "phone": "202-225-4272", "fax": "202-225-4696", "office": "1725 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "GA", "party": "Republican", "district": 7, "url": "http://woodall.house.gov", "address": "1725 Longworth HOB; Washington DC 20515-1007", "phone": "202-225-4272", "fax": "202-225-4696", "office": "1725 Longworth House Office Building", "rss_url": "http://woodall.house.gov/rss.xml", "contact_form": "https://woodall.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "GA", "party": "Republican", "district": 7, "url": "http://woodall.house.gov", "address": "1724 Longworth HOB; Washington DC 20515-1007", "phone": "202-225-4272", "fax": "202-225-4696", "office": "1724 Longworth House Office Building", "rss_url": "http://woodall.house.gov/rss.xml", "contact_form": "https://woodall.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "GA", "district": 7, "party": "Republican", "phone": "202-225-4272", "url": "https://woodall.house.gov", "rss_url": "http://woodall.house.gov/rss.xml", "address": "1724 Longworth HOB; Washington DC 20515-1007", "office": "1724 Longworth House Office Building", "fax": "202-225-4696"}]}, {"id": {"bioguide": "W000779", "thomas": "01247", "lis": "S247", "govtrack": 300100, "opensecrets": "N00007724", "votesmart": 27036, "icpsr": 14871, "fec": ["S6OR00110", "H0OR03026"], "cspan": 1962, "wikipedia": "Ron Wyden", "ballotpedia": "Ron Wyden", "maplight": 619, "house_history": 24150, "wikidata": "Q529344", "google_entity_id": "kg:/m/0178p9"}, "name": {"first": "Ron", "last": "Wyden", "official_full": "Ron Wyden"}, "bio": {"birthday": "1949-05-03", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1996-02-05", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "sen", "start": "1996-01-01", "end": "1999-01-03", "state": "OR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "OR", "class": 3, "party": "Democrat", "url": "http://wyden.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "OR", "class": 3, "party": "Democrat", "url": "http://wyden.senate.gov/"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "OR", "class": 3, "party": "Democrat", "url": "https://www.wyden.senate.gov", "address": "221 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-5244", "fax": "202-228-2717", "contact_form": "http://www.wyden.senate.gov/contact", "office": "221 Dirksen Senate Office Building", "state_rank": "senior", "rss_url": "http://www.wyden.senate.gov/rss/feeds/?type=all&"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "OR", "class": 3, "state_rank": "senior", "party": "Democrat", "url": "https://www.wyden.senate.gov", "rss_url": "http://www.wyden.senate.gov/rss/feeds/?type=all&", "address": "221 Dirksen Senate Office Building Washington DC 20510", "office": "221 Dirksen Senate Office Building", "phone": "202-224-5244", "contact_form": "https://www.wyden.senate.gov/contact/", "fax": "202-228-2717"}]}, {"id": {"bioguide": "Y000062", "thomas": "01853", "govtrack": 412211, "opensecrets": "N00028073", "votesmart": 58579, "fec": ["H6KY03124"], "cspan": 1021662, "house_history": 21106, "wikipedia": "John Yarmuth", "ballotpedia": "John Yarmuth", "maplight": 696, "icpsr": 20723, "wikidata": "Q699970", "google_entity_id": "kg:/m/0bb00g"}, "name": {"first": "John", "middle": "A.", "last": "Yarmuth", "official_full": "John A. Yarmuth"}, "bio": {"birthday": "1947-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "KY", "district": 3, "party": "Democrat", "url": "http://yarmuth.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "KY", "district": 3, "party": "Democrat", "url": "http://yarmuth.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "KY", "district": 3, "party": "Democrat", "url": "http://yarmuth.house.gov", "address": "435 Cannon HOB; Washington DC 20515-1703", "phone": "202-225-5401", "fax": "202-225-5776", "contact_form": "http://yarmuth.house.gov/?sectionid=68&sectiontree=6,29,68", "office": "435 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "KY", "party": "Democrat", "district": 3, "url": "http://yarmuth.house.gov", "address": "403 Cannon HOB; Washington DC 20515-1703", "phone": "202-225-5401", "fax": "202-225-5776", "contact_form": "http://yarmuth.house.gov/contact-john2/", "office": "403 Cannon House Office Building"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "KY", "party": "Democrat", "district": 3, "url": "http://yarmuth.house.gov", "address": "403 Cannon HOB; Washington DC 20515-1703", "phone": "202-225-5401", "fax": "202-225-5776", "contact_form": "http://yarmuth.house.gov/contact-john2/", "office": "403 Cannon House Office Building"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "KY", "district": 3, "party": "Democrat", "phone": "202-225-5401", "url": "https://yarmuth.house.gov", "address": "131 Cannon HOB; Washington DC 20515-1703", "office": "131 Cannon House Office Building", "fax": "202-225-5776"}]}, {"id": {"bioguide": "Y000063", "thomas": "02021", "govtrack": 412430, "opensecrets": "N00031502", "votesmart": 34433, "fec": ["H0KS03137"], "cspan": 61843, "wikipedia": "Kevin Yoder", "house_history": 21107, "ballotpedia": "Kevin Yoder", "maplight": 1441, "icpsr": 21135, "wikidata": "Q187037", "google_entity_id": "kg:/m/06w90zv"}, "name": {"first": "Kevin", "last": "Yoder", "official_full": "Kevin Yoder"}, "bio": {"birthday": "1976-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "KS", "district": 3, "party": "Republican", "url": "http://yoder.house.gov/", "address": "214 Cannon HOB; Washington DC 20515-1603", "phone": "202-225-2865", "fax": "202-225-2807", "office": "214 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "KS", "party": "Republican", "district": 3, "url": "http://yoder.house.gov", "address": "215 Cannon HOB; Washington DC 20515-1603", "phone": "202-225-2865", "fax": "202-225-2807", "office": "215 Cannon House Office Building", "rss_url": "http://yoder.house.gov/common/rss/index.cfm?rss=49", "contact_form": "https://yoder.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "KS", "party": "Republican", "district": 3, "url": "http://yoder.house.gov", "address": "215 Cannon HOB; Washington DC 20515-1603", "phone": "202-225-2865", "fax": "202-225-2807", "office": "215 Cannon House Office Building", "rss_url": "http://yoder.house.gov/common/rss/index.cfm?rss=49", "contact_form": "https://yoder.house.gov/contact/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "KS", "district": 3, "party": "Republican", "phone": "202-225-2865", "url": "http://yoder.house.gov", "rss_url": "http://yoder.house.gov/common/rss/index.cfm?rss=49", "address": "2433 Rayburn HOB; Washington DC 20515-1603", "office": "2433 Rayburn House Office Building", "fax": "202-225-2807"}]}, {"id": {"bioguide": "Y000033", "thomas": "01256", "govtrack": 400440, "opensecrets": "N00007999", "votesmart": 26717, "icpsr": 14066, "fec": ["H6AK00045"], "cspan": 1897, "wikipedia": "Don Young", "house_history": 21071, "ballotpedia": "Don Young", "maplight": 525, "wikidata": "Q1239590", "google_entity_id": "kg:/m/024p1k"}, "name": {"first": "Don", "middle": "E.", "last": "Young", "official_full": "Don Young"}, "bio": {"birthday": "1933-06-09", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AK", "district": 0, "party": "Republican", "url": "http://www.house.gov/donyoung"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AK", "district": 0, "party": "Republican", "url": "http://www.house.gov/donyoung"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AK", "district": 0, "party": "Republican", "url": "http://donyoung.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AK", "district": 0, "party": "Republican", "url": "http://donyoung.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AK", "district": 0, "party": "Republican", "url": "http://donyoung.house.gov", "address": "2314 Rayburn HOB; Washington DC 20515-0201", "phone": "202-225-5765", "fax": "202-225-0425", "contact_form": "http://donyoung.house.gov/Contact/", "office": "2314 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AK", "party": "Republican", "district": 0, "url": "http://donyoung.house.gov", "address": "2314 Rayburn HOB; Washington DC 20515-0200", "phone": "202-225-5765", "fax": "202-225-0425", "contact_form": "https://donyoung.house.gov/forms/writeyourrep/", "office": "2314 Rayburn House Office Building", "rss_url": "http://donyoung.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AK", "party": "Republican", "district": 0, "url": "http://donyoung.house.gov", "address": "2314 Rayburn HOB; Washington DC 20515-0200", "phone": "202-225-5765", "fax": "202-225-0425", "contact_form": "https://donyoung.house.gov/forms/writeyourrep/", "office": "2314 Rayburn House Office Building", "rss_url": "http://donyoung.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AK", "district": 0, "party": "Republican", "phone": "202-225-5765", "url": "http://donyoung.house.gov", "rss_url": "http://donyoung.house.gov/news/rss.aspx", "address": "2314 Rayburn HOB; Washington DC 20515-0200", "office": "2314 Rayburn House Office Building", "fax": "202-225-0425"}]}, {"id": {"bioguide": "Y000064", "thomas": "02019", "govtrack": 412428, "opensecrets": "N00030670", "votesmart": 120345, "fec": ["H0IN09070", "S6IN00191"], "cspan": 1033743, "wikipedia": "Todd Young", "house_history": 21109, "ballotpedia": "Todd Young", "maplight": 1439, "icpsr": 21133, "wikidata": "Q25483", "google_entity_id": "kg:/m/0ds030m", "lis": "S391"}, "name": {"first": "Todd", "last": "Young", "official_full": "Todd Young", "middle": "C."}, "bio": {"birthday": "1972-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IN", "district": 9, "party": "Republican", "url": "http://toddyoung.house.gov/", "address": "1721 Longworth HOB; Washington DC 20515-1409", "phone": "202-225-5315", "fax": "202-226-6866", "office": "1721 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IN", "party": "Republican", "district": 9, "url": "http://toddyoung.house.gov", "address": "1007 Longworth HOB; Washington DC 20515-1409", "phone": "202-225-5315", "fax": "202-226-6866", "office": "1007 Longworth House Office Building", "rss_url": "http://toddyoung.house.gov/common/rss//index.cfm?rss=49", "contact_form": "https://toddyoungforms.house.gov/give-me-your-opinion"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IN", "party": "Republican", "district": 9, "url": "http://toddyoung.house.gov", "address": "1007 Longworth HOB; Washington DC 20515-1409", "phone": "202-225-5315", "fax": "202-226-6866", "office": "1007 Longworth House Office Building", "rss_url": "http://toddyoung.house.gov/common/rss//index.cfm?rss=49", "contact_form": "https://toddyoungforms.house.gov/give-me-your-opinion"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "IN", "class": 3, "state_rank": "junior", "party": "Republican", "address": "B33 Russell Senate Office Building Washington DC 20510", "office": "B33 Russell Senate Office Building", "phone": "202-224-5623", "url": "https://www.young.senate.gov", "contact_form": "https://www.young.senate.gov/content/contact-senator", "fax": "202-226-6866"}]}, {"id": {"bioguide": "H001041", "thomas": "01863", "lis": "S352", "govtrack": 412218, "opensecrets": "N00027522", "votesmart": 2291, "fec": ["H6NV02164", "S2NV00183"], "cspan": 1012368, "wikipedia": "Dean Heller", "house_history": 15578, "ballotpedia": "Dean Heller", "maplight": 703, "icpsr": 20730, "wikidata": "Q251763", "google_entity_id": "kg:/m/0g92xz"}, "name": {"first": "Dean", "last": "Heller", "official_full": "Dean Heller"}, "bio": {"birthday": "1960-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NV", "district": 2, "party": "Republican", "url": "http://heller.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NV", "district": 2, "party": "Republican", "url": "http://heller.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2011-05-09", "state": "NV", "district": 2, "party": "Republican", "url": "http://heller.house.gov", "address": "125 Cannon House Office Building; 20515-2802"}, {"type": "sen", "start": "2011-05-09", "end": "2013-01-03", "state": "NV", "class": 1, "party": "Republican", "address": "361A RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510", "url": "http://heller.senate.gov/", "phone": "202-224-6244", "contact_form": "http://www.heller.senate.gov/public/index.cfm/contact-form", "office": "361a Russell Senate Office Building"}, {"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "NV", "party": "Republican", "class": 1, "url": "http://www.heller.senate.gov/public", "address": "324 Hart Senate Office Building Washington DC 20510", "phone": "202-224-6244", "contact_form": "http://www.heller.senate.gov/public/index.cfm/contact-form", "office": "324 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.heller.senate.gov/public/index.cfm/rss/feed", "fax": "202-228-6753"}]}, {"id": {"bioguide": "A000369", "thomas": "02090", "govtrack": 412500, "opensecrets": "N00031177", "votesmart": 12537, "fec": ["H2NV02395", "H1NV02017", "S0NV00237"], "cspan": 62817, "wikipedia": "Mark Amodei", "house_history": 8772, "ballotpedia": "Mark Amodei", "maplight": 1680, "icpsr": 21196, "wikidata": "Q23944", "google_entity_id": "kg:/m/03bzdkn"}, "name": {"first": "Mark", "middle": "E.", "last": "Amodei", "official_full": "Mark E. Amodei"}, "bio": {"birthday": "1958-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-09-13", "end": "2013-01-03", "state": "NV", "district": 2, "party": "Republican", "url": "http://amodei.house.gov/", "address": "125 Cannon HOB; Washington DC 20515-2802", "phone": "202-225-6155", "fax": "202-225-5679", "contact_form": "https://amodei.house.gov/contact-me", "office": "125 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NV", "party": "Republican", "district": 2, "url": "http://amodei.house.gov", "address": "222 Cannon HOB; Washington DC 20515-2802", "phone": "202-225-6155", "fax": "202-225-5679", "contact_form": "https://amodei.house.gov/contact-us", "office": "222 Cannon House Office Building", "rss_url": "http://amodei.house.gov/common/rss//?rss=49"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NV", "party": "Republican", "district": 2, "url": "http://amodei.house.gov", "address": "332 Cannon HOB; Washington DC 20515-2802", "phone": "202-225-6155", "fax": "202-225-5679", "contact_form": "https://amodei.house.gov/contact-us", "office": "332 Cannon House Office Building", "rss_url": "http://amodei.house.gov/common/rss//?rss=49"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NV", "district": 2, "party": "Republican", "phone": "202-225-6155", "url": "https://amodei.house.gov", "rss_url": "http://amodei.house.gov/common/rss//?rss=49", "address": "332 Cannon HOB; Washington DC 20515-2802", "office": "332 Cannon House Office Building", "fax": "202-225-5679"}]}, {"id": {"bioguide": "B001278", "thomas": "02092", "govtrack": 412501, "opensecrets": "N00033474", "votesmart": 59641, "fec": ["H2OR01133"], "cspan": 63966, "wikipedia": "Suzanne Bonamici", "house_history": 10443, "ballotpedia": "Suzanne Bonamici", "maplight": 1682, "icpsr": 21198, "wikidata": "Q45946", "google_entity_id": "kg:/m/02q453x"}, "name": {"first": "Suzanne", "last": "Bonamici", "official_full": "Suzanne Bonamici"}, "bio": {"birthday": "1954-10-14", "gender": "F"}, "terms": [{"type": "rep", "start": "2012-02-07", "end": "2013-01-03", "state": "OR", "district": 1, "party": "Democrat", "url": "http://bonamici.house.gov/", "address": "2338 Rayburn HOB; Washington DC 20515-3701", "contact_form": "https://bonamici.house.gov/contact-me", "office": "2338 Rayburn House Office Building", "phone": "202-225-0855"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OR", "party": "Democrat", "district": 1, "url": "http://bonamici.house.gov", "address": "439 Cannon HOB; Washington DC 20515-3701", "phone": "202-225-0855", "contact_form": "https://bonamici.house.gov/contact-me/email-me", "office": "439 Cannon House Office Building", "rss_url": "http://bonamici.house.gov/rss.xml", "fax": "202-225-9497"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OR", "party": "Democrat", "district": 1, "url": "http://bonamici.house.gov", "address": "439 Cannon HOB; Washington DC 20515-3701", "phone": "202-225-0855", "contact_form": "https://bonamici.house.gov/contact-me/email-me", "office": "439 Cannon House Office Building", "rss_url": "http://bonamici.house.gov/rss.xml", "fax": "202-225-9497"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OR", "district": 1, "party": "Democrat", "phone": "202-225-0855", "url": "http://bonamici.house.gov", "rss_url": "http://bonamici.house.gov/rss.xml", "address": "439 Cannon HOB; Washington DC 20515-3701", "office": "439 Cannon House Office Building", "fax": "202-225-9497"}]}, {"id": {"bioguide": "D000617", "govtrack": 412505, "opensecrets": "N00030693", "votesmart": 126272, "thomas": "02096", "cspan": 1033929, "wikipedia": "Suzan DelBene", "fec": ["H0WA08046"], "ballotpedia": "Suzan DelBene", "maplight": 1686, "icpsr": 31101, "house_history": 15032387032, "wikidata": "Q2091892", "google_entity_id": "kg:/m/05p0dnk"}, "name": {"first": "Suzan", "middle": "K.", "last": "DelBene", "official_full": "Suzan K. DelBene"}, "bio": {"birthday": "1962-02-17", "gender": "F"}, "terms": [{"type": "rep", "start": "2012-11-13", "end": "2013-01-03", "state": "WA", "district": 1, "party": "Democrat", "address": "2329 Rayburn HOB; Washington DC 20515-4701", "office": "2329 Rayburn House Office Building", "phone": "202-225-6311", "url": "http://delbene.house.gov"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WA", "party": "Democrat", "district": 1, "url": "http://delbene.house.gov", "address": "318 Cannon HOB; Washington DC 20515-4701", "phone": "202-225-6311", "office": "318 Cannon House Office Building", "rss_url": "http://delbene.house.gov/rss.xml", "contact_form": "http://delbene.house.gov/contact-me/email-me", "fax": "202-226-1606"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WA", "party": "Democrat", "district": 1, "url": "http://delbene.house.gov", "address": "318 Cannon HOB; Washington DC 20515-4701", "phone": "202-225-6311", "office": "318 Cannon House Office Building", "rss_url": "http://delbene.house.gov/rss.xml", "contact_form": "http://delbene.house.gov/contact-me/email-me", "fax": "202-226-1606"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WA", "district": 1, "party": "Democrat", "phone": "202-225-6311", "url": "https://delbene.house.gov", "rss_url": "http://delbene.house.gov/rss.xml", "address": "2442 Rayburn HOB; Washington DC 20515-4701", "office": "2442 Rayburn House Office Building", "fax": "202-226-1606"}]}, {"id": {"bioguide": "M001184", "govtrack": 412503, "opensecrets": "N00034041", "votesmart": 132068, "thomas": "02094", "cspan": 79951, "wikipedia": "Thomas Massie", "fec": ["H2KY04121"], "ballotpedia": "Thomas Massie", "maplight": 1684, "icpsr": 31102, "wikidata": "Q2426031", "google_entity_id": "kg:/m/0h_cb6v"}, "name": {"first": "Thomas", "last": "Massie", "official_full": "Thomas Massie"}, "bio": {"birthday": "1971-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "2012-11-13", "end": "2013-01-03", "state": "KY", "district": 4, "party": "Republican", "address": "1119 Longworth HOB; Washington DC 20515-1704", "phone": "202-225-3465", "office": "1119 Longworth House Office Building", "url": "http://massie.house.gov"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "KY", "party": "Republican", "district": 4, "url": "http://massie.house.gov", "address": "314 Cannon HOB; Washington DC 20515-1704", "phone": "202-225-3465", "office": "314 Cannon House Office Building", "rss_url": "http://massie.house.gov/rss.xml", "contact_form": "http://massieforms.house.gov/contact/", "fax": "202-225-0003"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "KY", "party": "Republican", "district": 4, "url": "http://massie.house.gov", "address": "314 Cannon HOB; Washington DC 20515-1704", "phone": "202-225-3465", "office": "314 Cannon House Office Building", "rss_url": "http://massie.house.gov/rss.xml", "contact_form": "http://massieforms.house.gov/contact/", "fax": "202-225-0003"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "KY", "district": 4, "party": "Republican", "phone": "202-225-3465", "url": "https://massie.house.gov", "rss_url": "http://massie.house.gov/rss.xml", "address": "2453 Rayburn HOB; Washington DC 20515-1704", "office": "2453 Rayburn House Office Building", "fax": "202-225-0003"}]}, {"id": {"bioguide": "P000604", "govtrack": 412506, "opensecrets": "N00034639", "votesmart": 90668, "thomas": "02097", "cspan": 65639, "wikipedia": "Donald Payne Jr.", "fec": ["H2NJ10154"], "maplight": 1687, "icpsr": 31103, "wikidata": "Q1240224", "google_entity_id": "kg:/m/0jwr2v8"}, "name": {"first": "Donald", "middle": "M.", "last": "Payne", "suffix": "Jr.", "official_full": "Donald M. Payne, Jr."}, "bio": {"birthday": "1958-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "2012-11-15", "end": "2013-01-03", "state": "NJ", "district": 10, "party": "Democrat", "address": "2310 Rayburn HOB; Washington DC 20515-3010", "office": "2310 Rayburn House Office Building", "phone": "202-225-3436"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NJ", "party": "Democrat", "district": 10, "address": "103 Cannon HOB; Washington DC 20515-3010", "phone": "202-225-3436", "office": "103 Cannon House Office Building", "url": "http://payne.house.gov", "rss_url": "http://payne.house.gov/rss.xml", "contact_form": "http://payne.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NJ", "party": "Democrat", "district": 10, "address": "103 Cannon HOB; Washington DC 20515-3010", "phone": "202-225-3436", "office": "103 Cannon House Office Building", "url": "http://payne.house.gov", "rss_url": "http://payne.house.gov/rss.xml", "contact_form": "http://payne.house.gov/contact/email-me", "fax": "202-225-4160"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NJ", "district": 10, "party": "Democrat", "phone": "202-225-3436", "url": "http://payne.house.gov", "rss_url": "http://payne.house.gov/rss.xml", "address": "132 Cannon HOB; Washington DC 20515-3010", "office": "132 Cannon House Office Building", "fax": "202-225-4160"}], "family": [{"name": "Donald Milford Payne", "relation": "son"}]}, {"id": {"lis": "S353", "thomas": "02173", "opensecrets": "N00028138", "votesmart": 17852, "bioguide": "S001194", "govtrack": 412507, "cspan": 87784, "wikipedia": "Brian Schatz", "fec": ["S4HI00136", "H6HI02244"], "ballotpedia": "Brian E. Schatz", "maplight": 1728, "icpsr": 41112, "wikidata": "Q1827902", "google_entity_id": "kg:/m/0dd109"}, "name": {"first": "Brian", "middle": "Emanuel", "last": "Schatz", "official_full": "Brian Schatz"}, "bio": {"birthday": "1972-10-20", "gender": "M"}, "terms": [{"type": "sen", "start": "2012-12-27", "end": "2015-01-03", "state": "HI", "class": 3, "party": "Democrat", "address": "722 Hart Senate Office Building Washington DC 20510", "phone": "202-224-3934", "fax": "202-228-1153", "office": "722 Hart Senate Office Building", "url": "http://www.schatz.senate.gov", "state_rank": "senior", "contact_form": "http://www.schatz.senate.gov/contact"}, {"type": "sen", "start": "2015-01-06", "end": "2017-01-03", "state": "HI", "class": 3, "party": "Democrat", "address": "722 Hart Senate Office Building Washington DC 20510", "phone": "202-224-3934", "fax": "202-228-1153", "office": "722 Hart Senate Office Building", "url": "http://www.schatz.senate.gov", "state_rank": "senior", "contact_form": "http://www.schatz.senate.gov/contact"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "HI", "class": 3, "state_rank": "senior", "party": "Democrat", "url": "http://www.schatz.senate.gov", "address": "722 Hart Senate Office Building Washington DC 20510", "office": "722 Hart Senate Office Building", "phone": "202-224-3934", "contact_form": "https://www.schatz.senate.gov/contact", "fax": "202-228-1153"}]}, {"id": {"bioguide": "F000454", "thomas": "01888", "govtrack": 412257, "opensecrets": "N00029139", "votesmart": 101632, "fec": ["H8IL14067", "H2IL11124"], "cspan": 1027346, "wikipedia": "Bill Foster (politician)", "house_history": 13555, "ballotpedia": "Bill Foster", "maplight": 738, "icpsr": 20749, "wikidata": "Q2903389", "google_entity_id": "kg:/m/02rq8nc"}, "name": {"first": "Bill", "last": "Foster", "official_full": "Bill Foster"}, "bio": {"birthday": "1955-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "2008-03-08", "end": "2009-01-03", "state": "IL", "district": 14, "party": "Democrat", "url": "http://foster.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 14, "party": "Democrat", "url": "http://foster.house.gov"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Democrat", "district": 11, "url": "http://foster.house.gov", "office": "1224 Longworth House Office Building", "address": "1224 Longworth HOB; Washington DC 20515-1311", "phone": "202-225-3515", "rss_url": "http://foster.house.gov/rss.xml", "contact_form": "https://foster.house.gov/contact/email-me", "fax": "202-225-9420"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "party": "Democrat", "district": 11, "url": "http://foster.house.gov", "office": "1224 Longworth House Office Building", "address": "1224 Longworth HOB; Washington DC 20515-1311", "phone": "202-225-3515", "rss_url": "http://foster.house.gov/rss.xml", "contact_form": "https://foster.house.gov/contact/email-me", "fax": "202-225-9420"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 11, "party": "Democrat", "phone": "202-225-3515", "url": "http://foster.house.gov", "rss_url": "http://foster.house.gov/rss.xml", "address": "1224 Longworth HOB; Washington DC 20515-1311", "office": "1224 Longworth House Office Building", "fax": "202-225-9420"}]}, {"id": {"bioguide": "T000468", "thomas": "01940", "govtrack": 412318, "opensecrets": "N00030191", "votesmart": 2629, "fec": ["H8NV03036"], "cspan": 1021622, "wikipedia": "Dina Titus", "ballotpedia": "Dina Titus", "maplight": 800, "icpsr": 20927, "house_history": 23215, "wikidata": "Q524440", "google_entity_id": "kg:/m/07hwl2"}, "name": {"first": "Dina", "last": "Titus", "official_full": "Dina Titus"}, "bio": {"gender": "F", "birthday": "1950-05-23"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NV", "district": 3, "party": "Democrat", "url": "http://titus.house.gov"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NV", "party": "Democrat", "district": 1, "url": "http://titus.house.gov", "office": "401 Cannon House Office Building", "address": "401 Cannon HOB; Washington DC 20515-2801", "phone": "202-225-5965", "fax": "202-225-3119", "rss_url": "http://titus.house.gov/rss.xml", "contact_form": "https://titus.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NV", "party": "Democrat", "district": 1, "url": "https://titus.house.gov", "office": "401 Cannon House Office Building", "address": "401 Cannon HOB; Washington DC 20515-2801", "phone": "202-225-5965", "rss_url": "http://titus.house.gov/rss.xml", "contact_form": "https://titus.house.gov/contact/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NV", "district": 1, "party": "Democrat", "phone": "202-225-5965", "url": "https://titus.house.gov", "rss_url": "http://titus.house.gov/rss.xml", "address": "2464 Rayburn HOB; Washington DC 20515-2801", "office": "2464 Rayburn House Office Building"}]}, {"id": {"govtrack": 412508, "bioguide": "C001095", "thomas": "02098", "cspan": 63928, "votesmart": 135651, "wikipedia": "Tom Cotton", "fec": ["H2AR04083", "S4AR00103"], "opensecrets": "N00033363", "ballotpedia": "Tom Cotton", "maplight": 1732, "icpsr": 21301, "lis": "S374", "wikidata": "Q3090307", "google_entity_id": "kg:/m/02g3ds"}, "name": {"first": "Tom", "last": "Cotton", "official_full": "Tom Cotton"}, "bio": {"gender": "M", "birthday": "1977-05-13"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AR", "party": "Republican", "district": 4, "office": "415 Cannon House Office Building", "address": "415 Cannon HOB; Washington DC 20515-0404", "phone": "202-225-3772", "url": "http://cotton.house.gov", "rss_url": "http://cotton.house.gov/rss.xml", "contact_form": "https://cotton.house.gov/contact/email-me"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "AR", "class": 2, "state_rank": "junior", "party": "Republican", "url": "https://www.cotton.senate.gov", "address": "124 Russell Senate Office Building Washington DC 20510", "office": "124 Russell Senate Office Building", "phone": "202-224-2353", "contact_form": "http://www.cotton.senate.gov/?p=contact"}]}, {"id": {"govtrack": 412509, "bioguide": "S001191", "thomas": "02099", "cspan": 68489, "opensecrets": "N00033983", "votesmart": 28338, "wikipedia": "Kyrsten Sinema", "fec": ["H2AZ09019"], "ballotpedia": "Kyrsten Sinema", "maplight": 1733, "icpsr": 21300, "house_history": 15032387755, "wikidata": "Q1556541", "google_entity_id": "kg:/m/03qnndb"}, "name": {"first": "Kyrsten", "last": "Sinema", "official_full": "Kyrsten Sinema"}, "bio": {"gender": "F", "birthday": "1976-07-12"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AZ", "party": "Democrat", "district": 9, "office": "1237 Longworth House Office Building", "address": "1237 Longworth HOB; Washington DC 20515-0309", "phone": "202-225-9888", "url": "http://sinema.house.gov", "rss_url": "http://sinema.house.gov/index.cfm/rss/feed", "contact_form": "https://sinemaforms.house.gov/forms/writeyourrep/", "fax": "202-225-9731"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AZ", "party": "Democrat", "district": 9, "office": "1530 Longworth House Office Building", "address": "1530 Longworth HOB; Washington DC 20515-0309", "phone": "202-225-9888", "url": "https://sinema.house.gov", "rss_url": "http://sinema.house.gov/index.cfm/rss/feed", "contact_form": "https://sinemaforms.house.gov/forms/writeyourrep/", "fax": "202-225-9731"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AZ", "district": 9, "party": "Democrat", "phone": "202-225-9888", "url": "https://sinema.house.gov", "rss_url": "http://sinema.house.gov/index.cfm/rss/feed", "address": "1725 Longworth HOB; Washington DC 20515-0309", "office": "1725 Longworth House Office Building", "fax": "202-225-9731"}]}, {"id": {"govtrack": 412510, "bioguide": "L000578", "thomas": "02100", "cspan": 68493, "votesmart": 29713, "wikipedia": "Doug LaMalfa", "fec": ["H2CA02142", "H2CA01144"], "opensecrets": "N00033987", "ballotpedia": "Doug LaMalfa", "maplight": 1734, "icpsr": 21302, "wikidata": "Q1703840", "google_entity_id": "kg:/m/0288tnx"}, "name": {"first": "Doug", "last": "LaMalfa", "official_full": "Doug LaMalfa"}, "bio": {"gender": "M", "birthday": "1960-07-02"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Republican", "district": 1, "office": "506 Cannon House Office Building", "address": "506 Cannon HOB; Washington DC 20515-0501", "phone": "202-225-3076", "url": "http://lamalfa.house.gov", "rss_url": "http://lamalfa.house.gov/rss.xml", "contact_form": "https://lamalfa.house.gov/contact/email-me", "fax": "530-534-7800"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Republican", "district": 1, "office": "322 Cannon House Office Building", "address": "322 Cannon HOB; Washington DC 20515-0501", "phone": "202-225-3076", "url": "http://lamalfa.house.gov", "rss_url": "http://lamalfa.house.gov/rss.xml", "contact_form": "https://lamalfa.house.gov/contact/email-me", "fax": "530-534-7800"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 1, "party": "Republican", "phone": "202-225-3076", "url": "http://lamalfa.house.gov", "rss_url": "http://lamalfa.house.gov/rss.xml", "address": "322 Cannon HOB; Washington DC 20515-0501", "office": "322 Cannon House Office Building", "fax": "530-534-7800"}]}, {"id": {"govtrack": 412511, "bioguide": "H001068", "thomas": "02101", "cspan": 622431, "votesmart": 59849, "wikipedia": "Jared Huffman", "fec": ["H2CA06259"], "opensecrets": "N00033030", "ballotpedia": "Jared Huffman", "maplight": 1735, "icpsr": 21303, "wikidata": "Q3276717", "google_entity_id": "kg:/m/0ksfyx"}, "name": {"first": "Jared", "last": "Huffman", "official_full": "Jared Huffman"}, "bio": {"gender": "M", "birthday": "1964-02-18"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 2, "office": "1630 Longworth House Office Building", "address": "1630 Longworth HOB; Washington DC 20515-0502", "phone": "202-225-5161", "url": "http://huffman.house.gov", "rss_url": "http://huffman.house.gov/rss.xml", "contact_form": "https://huffman.house.gov/contact/email-me", "fax": "202-225-5163"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 2, "office": "1630 Longworth House Office Building", "address": "1630 Longworth HOB; Washington DC 20515-0502", "phone": "202-225-5161", "url": "http://huffman.house.gov", "rss_url": "http://huffman.house.gov/rss.xml", "contact_form": "https://huffman.house.gov/contact/email-me", "fax": "202-225-5163"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 2, "party": "Democrat", "phone": "202-225-5161", "url": "http://huffman.house.gov", "rss_url": "http://huffman.house.gov/rss.xml", "address": "1406 Longworth HOB; Washington DC 20515-0502", "office": "1406 Longworth House Office Building", "fax": "202-225-5163"}]}, {"id": {"govtrack": 412512, "bioguide": "B001287", "thomas": "02102", "cspan": 1033636, "fec": ["H0CA03078"], "wikipedia": "Ami Bera", "opensecrets": "N00030717", "votesmart": 120030, "ballotpedia": "Ami Bera", "maplight": 1736, "icpsr": 21304, "wikidata": "Q3389105", "google_entity_id": "kg:/m/0dgqnts"}, "name": {"first": "Ami", "last": "Bera", "official_full": "Ami Bera"}, "bio": {"gender": "M", "birthday": "1965-03-02"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 7, "office": "1408 Longworth House Office Building", "address": "1408 Longworth HOB; Washington DC 20515-0507", "phone": "202-225-5716", "url": "http://bera.house.gov", "rss_url": "http://bera.house.gov/rss.xml", "contact_form": "https://beraforms.house.gov/forms/writeyourrep/", "fax": "202-226-1298"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 7, "office": "1535 Longworth House Office Building", "address": "1535 Longworth HOB; Washington DC 20515-0507", "phone": "202-225-5716", "url": "http://bera.house.gov", "rss_url": "http://bera.house.gov/rss.xml", "contact_form": "https://beraforms.house.gov/forms/writeyourrep/", "fax": "202-226-1298"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 7, "party": "Democrat", "phone": "202-225-5716", "url": "http://bera.house.gov", "rss_url": "http://bera.house.gov/rss.xml", "address": "1431 Longworth HOB; Washington DC 20515-0507", "office": "1431 Longworth House Office Building", "fax": "202-226-1298"}]}, {"id": {"govtrack": 412513, "bioguide": "C001094", "thomas": "02103", "cspan": 68278, "opensecrets": "N00034224", "votesmart": 58121, "wikipedia": "Paul Cook (politician)", "fec": ["H2CA08164"], "ballotpedia": "Paul Cook", "maplight": 1737, "icpsr": 21305, "wikidata": "Q3408766", "google_entity_id": "kg:/m/0288t_6"}, "name": {"first": "Paul", "last": "Cook", "official_full": "Paul Cook"}, "bio": {"gender": "M", "birthday": "1943-03-03"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Republican", "district": 8, "office": "1222 Longworth House Office Building", "address": "1222 Longworth HOB; Washington DC 20515-0508", "phone": "202-225-5861", "url": "http://cook.house.gov", "rss_url": "http://cook.house.gov/rss.xml", "contact_form": "https://cook.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Republican", "district": 8, "office": "1222 Longworth House Office Building", "address": "1222 Longworth HOB; Washington DC 20515-0508", "phone": "202-225-5861", "url": "http://cook.house.gov", "rss_url": "http://cook.house.gov/rss.xml", "contact_form": "https://cook.house.gov/contact/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 8, "party": "Republican", "phone": "202-225-5861", "fax": "202-225-6498", "url": "http://cook.house.gov", "rss_url": "http://cook.house.gov/rss.xml", "address": "1222 Longworth HOB; Washington DC 20515-0508", "office": "1222 Longworth House Office Building"}]}, {"id": {"govtrack": 412514, "bioguide": "S001193", "thomas": "02104", "cspan": 79729, "opensecrets": "N00033508", "votesmart": 129529, "wikipedia": "Eric Swalwell", "fec": ["H2CA15094"], "ballotpedia": "Eric Swalwell", "maplight": 1738, "icpsr": 21306, "wikidata": "Q3466996", "google_entity_id": "kg:/m/0ncq55g"}, "name": {"first": "Eric", "last": "Swalwell", "official_full": "Eric Swalwell"}, "bio": {"gender": "M", "birthday": "1980-11-16"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 15, "office": "501 Cannon House Office Building", "address": "501 Cannon HOB; Washington DC 20515-0515", "phone": "202-225-5065", "url": "http://swalwell.house.gov", "contact_form": "http://swalwell.house.gov/contact-me/email-eric/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 15, "office": "129 Cannon House Office Building", "address": "129 Cannon HOB; Washington DC 20515-0515", "phone": "202-225-5065", "url": "http://swalwell.house.gov", "contact_form": "http://swalwell.house.gov/contact-me/email-eric/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 15, "party": "Democrat", "phone": "202-225-5065", "url": "https://swalwell.house.gov", "address": "129 Cannon HOB; Washington DC 20515-0515", "office": "129 Cannon House Office Building"}]}, {"id": {"govtrack": 412515, "bioguide": "V000129", "thomas": "02105", "cspan": 623702, "votesmart": 120200, "wikipedia": "David Valadao", "fec": ["H2CA20094"], "opensecrets": "N00033367", "ballotpedia": "David G. Valadao", "maplight": 1739, "icpsr": 21307, "wikidata": "Q3528567", "google_entity_id": "kg:/m/0g55rlx"}, "name": {"first": "David", "last": "Valadao", "middle": "G.", "official_full": "David G. Valadao"}, "bio": {"gender": "M", "birthday": "1977-04-14"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Republican", "district": 21, "office": "1004 Longworth House Office Building", "address": "1004 Longworth HOB; Washington DC 20515-0521", "phone": "202-225-4695", "url": "http://valadao.house.gov", "rss_url": "http://valadao.house.gov/rss.xml", "contact_form": "http://valadao.house.gov/contact/", "fax": "202-226-3196"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Republican", "district": 21, "office": "1004 Longworth House Office Building", "address": "1004 Longworth HOB; Washington DC 20515-0521", "phone": "202-225-4695", "url": "http://valadao.house.gov", "rss_url": "http://valadao.house.gov/rss.xml", "contact_form": "http://valadao.house.gov/contact/", "fax": "202-226-3196"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 21, "party": "Republican", "phone": "202-225-4695", "url": "http://valadao.house.gov", "rss_url": "http://valadao.house.gov/rss.xml", "address": "1728 Longworth HOB; Washington DC 20515-0521", "office": "1728 Longworth House Office Building", "fax": "202-226-3196"}]}, {"id": {"govtrack": 412516, "bioguide": "B001285", "thomas": "02106", "cspan": 79783, "votesmart": 59904, "wikipedia": "Julia Brownley", "fec": ["H2CA00120"], "opensecrets": "N00034254", "ballotpedia": "Julia Brownley", "maplight": 1740, "icpsr": 21308, "house_history": 15032386871, "wikidata": "Q3577073", "google_entity_id": "kg:/m/027z42z"}, "name": {"first": "Julia", "last": "Brownley", "official_full": "Julia Brownley"}, "bio": {"gender": "F", "birthday": "1952-08-28"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 26, "office": "1019 Longworth House Office Building", "address": "1019 Longworth HOB; Washington DC 20515-0526", "phone": "202-225-5811", "url": "http://juliabrownley.house.gov", "rss_url": "http://juliabrownley.house.gov/rss.xml", "contact_form": "https://juliabrownley.house.gov/contact/email-me", "fax": "202-225-1100"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 26, "office": "1019 Longworth House Office Building", "address": "1019 Longworth HOB; Washington DC 20515-0526", "phone": "202-225-5811", "url": "http://juliabrownley.house.gov", "rss_url": "http://juliabrownley.house.gov/rss.xml", "contact_form": "https://juliabrownley.house.gov/contact/email-me", "fax": "202-225-1100"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 26, "party": "Democrat", "phone": "202-225-5811", "url": "http://juliabrownley.house.gov", "rss_url": "http://juliabrownley.house.gov/rss.xml", "address": "1019 Longworth HOB; Washington DC 20515-0526", "office": "1019 Longworth House Office Building", "fax": "202-225-1100"}]}, {"id": {"govtrack": 412517, "bioguide": "C001097", "thomas": "02107", "cspan": 63934, "votesmart": 9754, "wikipedia": "Tony C\u00e1rdenas", "fec": ["H2CA28113"], "opensecrets": "N00033373", "ballotpedia": "Tony Cardenas", "maplight": 1741, "icpsr": 21309, "wikidata": "Q3620422", "google_entity_id": "kg:/m/0cgzsw"}, "name": {"first": "Tony", "last": "C\u00e1rdenas", "official_full": "Tony C\u00e1rdenas"}, "bio": {"gender": "M", "birthday": "1963-03-31"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 29, "office": "1508 Longworth House Office Building", "address": "1508 Longworth HOB; Washington DC 20515-0529", "phone": "202-225-6131", "url": "http://cardenas.house.gov", "rss_url": "http://cardenas.house.gov/rss.xml", "contact_form": "https://cardenas.house.gov/contact/email-me", "fax": "202-225-0819"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 29, "office": "1510 Longworth House Office Building", "address": "1510 Longworth HOB; Washington DC 20515-0529", "phone": "202-225-6131", "url": "http://cardenas.house.gov", "rss_url": "http://cardenas.house.gov/rss.xml", "contact_form": "https://cardenas.house.gov/contact/email-me", "fax": "202-225-0819"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 29, "party": "Democrat", "phone": "202-225-6131", "url": "https://cardenas.house.gov", "rss_url": "http://cardenas.house.gov/rss.xml", "address": "1510 Longworth HOB; Washington DC 20515-0529", "office": "1510 Longworth House Office Building", "fax": "202-225-0819"}]}, {"id": {"govtrack": 412519, "bioguide": "R000599", "thomas": "02109", "cspan": 79727, "votesmart": 136407, "wikipedia": "Raul Ruiz (politician)", "fec": ["H2CA36439"], "opensecrets": "N00033510", "ballotpedia": "Raul Ruiz", "maplight": 1743, "icpsr": 21311, "wikidata": "Q3701994", "google_entity_id": "kg:/m/02p8pz0"}, "name": {"first": "Raul", "last": "Ruiz", "official_full": "Raul Ruiz"}, "bio": {"gender": "M", "birthday": "1972-08-25"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 36, "office": "1319 Longworth House Office Building", "address": "1319 Longworth HOB; Washington DC 20515-0536", "phone": "202-225-5330", "url": "http://ruiz.house.gov", "rss_url": "http://ruiz.house.gov/rss.xml", "contact_form": "https://ruiz.house.gov/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 36, "office": "1319 Longworth House Office Building", "address": "1319 Longworth HOB; Washington DC 20515-0536", "phone": "202-225-5330", "url": "https://ruiz.house.gov", "rss_url": "http://ruiz.house.gov/rss.xml", "contact_form": "https://ruiz.house.gov/email-me", "fax": "202-225-1238"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 36, "party": "Democrat", "phone": "202-225-5330", "url": "https://ruiz.house.gov", "rss_url": "http://ruiz.house.gov/rss.xml", "address": "1319 Longworth HOB; Washington DC 20515-0536", "office": "1319 Longworth House Office Building", "fax": "202-225-1238"}]}, {"id": {"govtrack": 412520, "bioguide": "T000472", "thomas": "02110", "cspan": 2737, "votesmart": 22337, "wikipedia": "Mark Takano", "fec": ["H2CA43245"], "opensecrets": "N00006701", "ballotpedia": "Mark Takano", "maplight": 1744, "icpsr": 21312, "wikidata": "Q399593", "google_entity_id": "kg:/m/0k3lj_y"}, "name": {"first": "Mark", "last": "Takano", "official_full": "Mark Takano"}, "bio": {"gender": "M", "birthday": "1960-12-10"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 41, "office": "1507 Longworth House Office Building", "address": "1507 Longworth HOB; Washington DC 20515-0541", "phone": "202-225-2305", "url": "http://takano.house.gov", "rss_url": "http://takano.house.gov/rss.xml", "contact_form": "https://takano.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 41, "office": "1507 Longworth House Office Building", "address": "1507 Longworth HOB; Washington DC 20515-0541", "phone": "202-225-2305", "url": "https://takano.house.gov", "rss_url": "http://takano.house.gov/rss.xml", "contact_form": "https://takano.house.gov/contact/email-me", "fax": "202-225-7018"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 41, "party": "Democrat", "phone": "202-225-2305", "url": "https://takano.house.gov", "rss_url": "http://takano.house.gov/rss.xml", "address": "1507 Longworth HOB; Washington DC 20515-0541", "office": "1507 Longworth House Office Building", "fax": "202-225-7018"}]}, {"id": {"govtrack": 412521, "bioguide": "L000579", "thomas": "02111", "cspan": 93815, "votesmart": 16469, "wikipedia": "Alan Lowenthal", "fec": ["H2CA00104"], "opensecrets": "N00033274", "ballotpedia": "Alan Lowenthal", "maplight": 1745, "icpsr": 21313, "wikidata": "Q3740782", "google_entity_id": "kg:/m/027jz0m"}, "name": {"first": "Alan", "last": "Lowenthal", "middle": "S.", "official_full": "Alan S. Lowenthal"}, "bio": {"gender": "M", "birthday": "1941-03-08"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 47, "office": "515 Cannon House Office Building", "address": "515 Cannon HOB; Washington DC 20515-0547", "phone": "202-225-7924", "url": "http://lowenthal.house.gov", "rss_url": "http://lowenthal.house.gov/news/rss.aspx", "contact_form": "http://lowenthal.house.gov/contact/howtocontactme.htm", "fax": "202-225-7926"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 47, "office": "108 Cannon House Office Building", "address": "108 Cannon HOB; Washington DC 20515-0547", "phone": "202-225-7924", "url": "http://lowenthal.house.gov", "rss_url": "http://lowenthal.house.gov/news/rss.aspx", "contact_form": "http://lowenthal.house.gov/contact/howtocontactme.htm", "fax": "202-225-7926"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 47, "party": "Democrat", "phone": "202-225-7924", "url": "http://lowenthal.house.gov", "rss_url": "http://lowenthal.house.gov/news/rss.aspx", "address": "125 Cannon HOB; Washington DC 20515-0547", "office": "125 Cannon House Office Building", "fax": "202-225-7926"}]}, {"id": {"govtrack": 412522, "bioguide": "V000130", "thomas": "02112", "cspan": 8297, "votesmart": 29100, "wikipedia": "Juan Vargas", "fec": ["H2CA50026"], "opensecrets": "N00007021", "ballotpedia": "Juan Vargas", "maplight": 1746, "icpsr": 21314, "wikidata": "Q3791701", "google_entity_id": "kg:/m/076bp4"}, "name": {"first": "Juan", "last": "Vargas", "official_full": "Juan Vargas"}, "bio": {"gender": "M", "birthday": "1961-03-07"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 51, "office": "1605 Longworth House Office Building", "address": "1605 Longworth HOB; Washington DC 20515-0551", "phone": "202-225-8045", "url": "http://vargas.house.gov", "rss_url": "http://vargas.house.gov/rss.xml", "contact_form": "https://vargas.house.gov/contact", "fax": "202-225-9073"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 51, "office": "1605 Longworth House Office Building", "address": "1605 Longworth HOB; Washington DC 20515-0551", "phone": "202-225-8045", "url": "http://vargas.house.gov", "rss_url": "http://vargas.house.gov/rss.xml", "contact_form": "https://vargas.house.gov/contact", "fax": "202-225-9073"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 51, "party": "Democrat", "phone": "202-225-8045", "url": "http://vargas.house.gov", "rss_url": "http://vargas.house.gov/rss.xml", "address": "1605 Longworth HOB; Washington DC 20515-0551", "office": "1605 Longworth House Office Building", "fax": "202-225-9073"}]}, {"id": {"govtrack": 412523, "bioguide": "P000608", "thomas": "02113", "cspan": 79661, "votesmart": 70351, "wikipedia": "Scott Peters (politician)", "fec": ["H2CA52089"], "opensecrets": "N00033591", "ballotpedia": "Scott Peters", "maplight": 1747, "icpsr": 21315, "wikidata": "Q3791514", "google_entity_id": "kg:/m/02rymxd"}, "name": {"first": "Scott", "last": "Peters", "middle": "H.", "official_full": "Scott H. Peters"}, "bio": {"gender": "M", "birthday": "1958-06-17"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 52, "office": "2410 Rayburn House Office Building", "address": "2410 Rayburn HOB; Washington DC 20515-0552", "phone": "202-225-0508", "url": "http://scottpeters.house.gov", "rss_url": "http://scottpeters.house.gov/rss.xml", "contact_form": "https://scottpeters.house.gov/contact/email-me", "fax": "202-225-2558"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 52, "office": "1122 Longworth House Office Building", "address": "1122 Longworth HOB; Washington DC 20515-0552", "phone": "202-225-0508", "url": "http://scottpeters.house.gov", "rss_url": "http://scottpeters.house.gov/rss.xml", "contact_form": "https://scottpeters.house.gov/contact/email-me", "fax": "202-225-2558"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 52, "party": "Democrat", "phone": "202-225-0508", "url": "http://scottpeters.house.gov", "rss_url": "http://scottpeters.house.gov/rss.xml", "address": "1122 Longworth HOB; Washington DC 20515-0552", "office": "1122 Longworth House Office Building", "fax": "202-225-2558"}]}, {"id": {"govtrack": 412524, "bioguide": "E000293", "thomas": "02114", "cspan": 1020906, "votesmart": 72826, "wikipedia": "Elizabeth Esty", "fec": ["H2CT05131"], "opensecrets": "N00033217", "ballotpedia": "Elzabeth Esty", "maplight": 1748, "icpsr": 21316, "house_history": 15032387067, "wikidata": "Q3090454", "google_entity_id": "kg:/m/0l8ll7_"}, "name": {"first": "Elizabeth", "last": "Esty", "middle": "H.", "official_full": "Elizabeth H. Esty"}, "bio": {"gender": "F", "birthday": "1959-08-25"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CT", "party": "Democrat", "district": 5, "office": "509 Cannon House Office Building", "address": "509 Cannon HOB; Washington DC 20515-0705", "phone": "202-225-4476", "url": "http://esty.house.gov", "rss_url": "http://esty.house.gov/rss.xml", "contact_form": "http://esty.house.gov/contact", "fax": "202-225-5933"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CT", "party": "Democrat", "district": 5, "office": "405 Cannon House Office Building", "address": "405 Cannon HOB; Washington DC 20515-0705", "phone": "202-225-4476", "url": "http://esty.house.gov", "rss_url": "http://esty.house.gov/rss.xml", "contact_form": "http://esty.house.gov/contact", "fax": "202-225-5933"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CT", "district": 5, "party": "Democrat", "phone": "202-225-4476", "url": "https://esty.house.gov", "rss_url": "http://esty.house.gov/rss.xml", "address": "221 Cannon HOB; Washington DC 20515-0705", "office": "221 Cannon House Office Building", "fax": "202-225-5933"}]}, {"id": {"govtrack": 412525, "bioguide": "Y000065", "thomas": "02115", "cspan": 63943, "votesmart": 137622, "wikipedia": "Ted Yoho", "fec": ["H2FL06109"], "opensecrets": "N00033220", "ballotpedia": "Ted Yoho", "maplight": 1749, "icpsr": 21317, "wikidata": "Q3090476", "google_entity_id": "kg:/m/0l8lwvh"}, "name": {"first": "Ted", "last": "Yoho", "middle": "S.", "official_full": "Ted S. Yoho"}, "bio": {"gender": "M", "birthday": "1955-04-13"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 3, "office": "511 Cannon House Office Building", "address": "511 Cannon HOB; Washington DC 20515-0903", "phone": "202-225-5744", "url": "http://yoho.house.gov", "rss_url": "http://yoho.house.gov/rss.xml", "contact_form": "https://yoho.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Republican", "district": 3, "office": "511 Cannon House Office Building", "address": "511 Cannon HOB; Washington DC 20515-0903", "phone": "202-225-5744", "url": "http://yoho.house.gov", "rss_url": "http://yoho.house.gov/rss.xml", "contact_form": "https://yoho.house.gov/contact/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 3, "party": "Republican", "phone": "202-225-5744", "url": "http://yoho.house.gov", "rss_url": "http://yoho.house.gov/rss.xml", "address": "511 Cannon HOB; Washington DC 20515-0903", "office": "511 Cannon House Office Building"}]}, {"id": {"govtrack": 412526, "bioguide": "D000621", "thomas": "02116", "cspan": 79744, "votesmart": 137630, "wikipedia": "Ron DeSantis", "fec": ["H2FL00292"], "opensecrets": "N00034746", "ballotpedia": "Ron DeSantis", "maplight": 1750, "icpsr": 21318, "wikidata": "Q3105215", "google_entity_id": "kg:/m/0l8mn35"}, "name": {"first": "Ron", "last": "DeSantis", "official_full": "Ron DeSantis"}, "bio": {"gender": "M", "birthday": "1978-09-14"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 6, "office": "427 Cannon House Office Building", "address": "427 Cannon HOB; Washington DC 20515-0906", "phone": "202-225-2706", "url": "http://desantis.house.gov", "rss_url": "http://desantis.house.gov/rss.xml", "contact_form": "https://desantis.house.gov/contact/email-me", "fax": "202-226-6299"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Republican", "district": 6, "office": "308 Cannon House Office Building", "address": "308 Cannon HOB; Washington DC 20515-0906", "phone": "202-225-2706", "url": "http://desantis.house.gov", "rss_url": "http://desantis.house.gov/rss.xml", "contact_form": "https://desantis.house.gov/contact/email-me", "fax": "202-226-6299"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 6, "party": "Republican", "phone": "202-225-2706", "url": "http://desantis.house.gov", "rss_url": "http://desantis.house.gov/rss.xml", "address": "1524 Longworth HOB; Washington DC 20515-0906", "office": "1524 Longworth House Office Building", "fax": "202-226-6299"}]}, {"id": {"govtrack": 412529, "bioguide": "F000462", "thomas": "02119", "cspan": 623714, "votesmart": 8102, "wikipedia": "Lois Frankel", "fec": ["H2FL14053", "H2FL22080"], "opensecrets": "N00002893", "ballotpedia": "Lois Frankel", "maplight": 1753, "icpsr": 21321, "house_history": 15032387115, "wikidata": "Q3182451", "google_entity_id": "kg:/m/0gjdw8_"}, "name": {"first": "Lois", "last": "Frankel", "official_full": "Lois Frankel"}, "bio": {"gender": "F", "birthday": "1948-05-16"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Democrat", "district": 22, "office": "1037 Longworth House Office Building", "address": "1037 Longworth HOB; Washington DC 20515-0922", "phone": "202-225-9890", "url": "http://frankel.house.gov", "rss_url": "http://frankel.house.gov/rss.xml", "contact_form": "https://frankel.house.gov/contact/email-me", "fax": "561-998-9048"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Democrat", "district": 22, "office": "1037 Longworth House Office Building", "address": "1037 Longworth HOB; Washington DC 20515-0922", "phone": "202-225-9890", "url": "http://frankel.house.gov", "rss_url": "http://frankel.house.gov/rss.xml", "contact_form": "https://frankel.house.gov/contact/email-me", "fax": "561-998-9048"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 21, "party": "Democrat", "phone": "202-225-9890", "url": "http://frankel.house.gov", "rss_url": "http://frankel.house.gov/rss.xml", "address": "1037 Longworth HOB; Washington DC 20515-0921", "office": "1037 Longworth House Office Building", "fax": "561-998-9048"}]}, {"id": {"govtrack": 412531, "bioguide": "C001093", "thomas": "02121", "cspan": 79719, "votesmart": 67851, "wikipedia": "Doug Collins (politician)", "fec": ["H2GA09150"], "opensecrets": "N00033518", "ballotpedia": "Doug Collins", "maplight": 1755, "icpsr": 21323, "wikidata": "Q3162841", "google_entity_id": "kg:/m/0lq9rkz"}, "name": {"first": "Doug", "last": "Collins", "official_full": "Doug Collins"}, "bio": {"gender": "M", "birthday": "1966-08-16"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "GA", "party": "Republican", "district": 9, "office": "513 Cannon House Office Building", "address": "513 Cannon HOB; Washington DC 20515-1009", "phone": "202-225-9893", "url": "http://dougcollins.house.gov", "rss_url": "http://dougcollins.house.gov/latest-rss/latest-rss/", "contact_form": "https://dougcollins.house.gov/email-me", "fax": "202-226-1224"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "GA", "party": "Republican", "district": 9, "office": "1504 Longworth House Office Building", "address": "1504 Longworth HOB; Washington DC 20515-1009", "phone": "202-225-9893", "url": "http://dougcollins.house.gov", "rss_url": "http://dougcollins.house.gov/latest-rss/latest-rss/", "contact_form": "https://dougcollins.house.gov/email-me", "fax": "202-226-1224"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "GA", "district": 9, "party": "Republican", "phone": "202-225-9893", "url": "https://dougcollins.house.gov", "rss_url": "http://dougcollins.house.gov/latest-rss/latest-rss/", "address": "1504 Longworth HOB; Washington DC 20515-1009", "office": "1504 Longworth House Office Building", "fax": "202-226-1224"}]}, {"id": {"govtrack": 412532, "bioguide": "G000571", "thomas": "02122", "cspan": 1025291, "opensecrets": "N00033281", "votesmart": 129306, "wikipedia": "Tulsi Gabbard", "fec": ["H2HI02508"], "ballotpedia": "Tulsi Gabbard", "maplight": 1756, "icpsr": 21324, "house_history": 15032387167, "wikidata": "Q32620", "google_entity_id": "kg:/m/0cnyrfq"}, "name": {"first": "Tulsi", "last": "Gabbard", "official_full": "Tulsi Gabbard"}, "bio": {"gender": "F", "birthday": "1981-04-12"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "HI", "party": "Democrat", "district": 2, "office": "502 Cannon House Office Building", "address": "502 Cannon HOB; Washington DC 20515-1102", "phone": "202-225-4906", "url": "http://gabbard.house.gov", "rss_url": "http://gabbard.house.gov/rss.xml", "contact_form": "https://forms.house.gov/formsgabbard/webforms/email-me.shtml", "fax": "202-225-4987"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "HI", "party": "Democrat", "district": 2, "office": "1609 Longworth House Office Building", "address": "1609 Longworth HOB; Washington DC 20515-1102", "phone": "202-225-4906", "url": "http://gabbard.house.gov", "rss_url": "http://gabbard.house.gov/rss.xml", "contact_form": "https://forms.house.gov/formsgabbard/webforms/email-me.shtml", "fax": "202-225-4987"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "HI", "district": 2, "party": "Democrat", "phone": "202-225-4906", "url": "https://gabbard.house.gov", "rss_url": "http://gabbard.house.gov/rss.xml", "address": "1433 Longworth HOB; Washington DC 20515-1102", "office": "1433 Longworth House Office Building", "fax": "202-225-4987"}]}, {"id": {"govtrack": 412533, "bioguide": "D000622", "thomas": "02123", "cspan": 94484, "opensecrets": "N00027860", "votesmart": 57442, "wikipedia": "Tammy Duckworth", "fec": ["H6IL06141", "S6IL00292"], "ballotpedia": "Tammy Duckworth", "maplight": 1757, "icpsr": 21325, "house_history": 15032387037, "wikidata": "Q3036410", "google_entity_id": "kg:/m/09vqjr", "lis": "S386"}, "name": {"first": "Tammy", "last": "Duckworth", "official_full": "Tammy Duckworth"}, "bio": {"gender": "F", "birthday": "1968-03-12"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Democrat", "district": 8, "office": "104 Cannon House Office Building", "address": "104 Cannon HOB; Washington DC 20515-1308", "phone": "202-225-3711", "url": "http://duckworth.house.gov", "rss_url": "http://duckworth.house.gov/rss.xml", "contact_form": "https://duckworth.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "party": "Democrat", "district": 8, "office": "104 Cannon House Office Building", "address": "104 Cannon HOB; Washington DC 20515-1308", "phone": "202-225-3711", "url": "http://duckworth.house.gov", "rss_url": "http://duckworth.house.gov/rss.xml", "contact_form": "https://duckworth.house.gov/contact/email-me"}, {"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "IL", "class": 3, "state_rank": "junior", "party": "Democrat", "address": "524 Hart Senate Office Building Washington DC 20510", "office": "524 Hart Senate Office Building", "phone": "202-224-2854", "url": "https://www.duckworth.senate.gov", "contact_form": "https://www.duckworth.senate.gov/content/contact-senator"}]}, {"id": {"govtrack": 412536, "bioguide": "D000619", "thomas": "02126", "cspan": 68337, "opensecrets": "N00034784", "votesmart": 9622, "wikipedia": "Rodney Davis (politician)", "fec": ["H2IL13120"], "ballotpedia": "Rodney Davis (Illinois)", "maplight": 1760, "icpsr": 21328, "wikidata": "Q134035", "google_entity_id": "kg:/m/0jwttjt"}, "name": {"first": "Rodney", "last": "Davis", "official_full": "Rodney Davis"}, "bio": {"gender": "M", "birthday": "1970-01-05"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Republican", "district": 13, "office": "1740 Longworth House Office Building", "address": "1740 Longworth HOB; Washington DC 20515-1313", "phone": "202-225-2371", "url": "http://rodneydavis.house.gov", "rss_url": "http://rodneydavis.house.gov/rss.xml", "contact_form": "https://rodneydavisforms.house.gov/contact/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "party": "Republican", "district": 13, "office": "1740 Longworth House Office Building", "address": "1740 Longworth HOB; Washington DC 20515-1313", "phone": "202-225-2371", "url": "http://rodneydavis.house.gov", "rss_url": "http://rodneydavis.house.gov/rss.xml", "contact_form": "https://rodneydavisforms.house.gov/contact/", "fax": "217-791-6168"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 13, "party": "Republican", "phone": "202-225-2371", "url": "http://rodneydavis.house.gov", "rss_url": "http://rodneydavis.house.gov/rss.xml", "address": "1740 Longworth HOB; Washington DC 20515-1313", "office": "1740 Longworth House Office Building", "fax": "217-791-6168"}]}, {"id": {"govtrack": 412537, "bioguide": "B001286", "thomas": "02127", "cspan": 63949, "opensecrets": "N00033390", "votesmart": 134964, "wikipedia": "Cheri Bustos", "fec": ["H2IL17071"], "ballotpedia": "Cheri Bustos", "maplight": 1761, "icpsr": 21329, "house_history": 15032386872, "wikidata": "Q723148", "google_entity_id": "kg:/m/0jwwtrm"}, "name": {"first": "Cheri", "last": "Bustos", "official_full": "Cheri Bustos"}, "bio": {"gender": "F", "birthday": "1961-10-17"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Democrat", "district": 17, "office": "1009 Longworth House Office Building", "address": "1009 Longworth HOB; Washington DC 20515-1317", "phone": "202-225-5905", "url": "http://bustos.house.gov", "rss_url": "http://bustos.house.gov/rss.xml", "contact_form": "http://bustos.house.gov/contact", "fax": "309-786-3720"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "party": "Democrat", "district": 17, "office": "1009 Longworth House Office Building", "address": "1009 Longworth HOB; Washington DC 20515-1317", "phone": "202-225-5905", "url": "http://bustos.house.gov", "rss_url": "http://bustos.house.gov/rss.xml", "contact_form": "http://bustos.house.gov/contact", "fax": "309-786-3720"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 17, "party": "Democrat", "phone": "202-225-5905", "url": "https://bustos.house.gov", "rss_url": "http://bustos.house.gov/rss.xml", "address": "1009 Longworth HOB; Washington DC 20515-1317", "office": "1009 Longworth House Office Building", "fax": "309-786-3720"}]}, {"id": {"govtrack": 412538, "bioguide": "W000813", "thomas": "02128", "cspan": 95005, "fec": ["H0IN02190"], "wikipedia": "Jackie Walorski", "votesmart": 34205, "opensecrets": "N00031226", "ballotpedia": "Jackie Walorski", "maplight": 1762, "icpsr": 21330, "house_history": 15032387909, "wikidata": "Q3157413", "google_entity_id": "kg:/m/0ksf92"}, "name": {"first": "Jackie", "last": "Walorski", "official_full": "Jackie Walorski"}, "bio": {"gender": "F", "birthday": "1963-08-17"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IN", "party": "Republican", "district": 2, "office": "419 Cannon House Office Building", "address": "419 Cannon HOB; Washington DC 20515-1402", "phone": "202-225-3915", "url": "http://walorski.house.gov", "rss_url": "http://walorski.house.gov/rss.xml", "contact_form": "https://walorski.house.gov/contact/email-me", "fax": "202-225-6798"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IN", "party": "Republican", "district": 2, "office": "419 Cannon House Office Building", "address": "419 Cannon HOB; Washington DC 20515-1402", "phone": "202-225-3915", "url": "http://walorski.house.gov", "rss_url": "http://walorski.house.gov/rss.xml", "contact_form": "https://walorski.house.gov/contact/email-me", "fax": "202-225-6798"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IN", "district": 2, "party": "Republican", "phone": "202-225-3915", "url": "http://walorski.house.gov", "rss_url": "http://walorski.house.gov/rss.xml", "address": "419 Cannon HOB; Washington DC 20515-1402", "office": "419 Cannon House Office Building", "fax": "202-225-6798"}]}, {"id": {"govtrack": 412539, "bioguide": "B001284", "thomas": "02129", "cspan": 623720, "votesmart": 135988, "wikipedia": "Susan Brooks", "fec": ["H2IN05082"], "opensecrets": "N00033495", "ballotpedia": "Susan Brooks", "maplight": 1763, "icpsr": 21331, "house_history": 15032386870, "wikidata": "Q3225324", "google_entity_id": "kg:/m/0jt8ng2"}, "name": {"first": "Susan", "last": "Brooks", "middle": "W.", "official_full": "Susan W. Brooks"}, "bio": {"gender": "F", "birthday": "1960-08-25"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IN", "party": "Republican", "district": 5, "office": "1505 Longworth House Office Building", "address": "1505 Longworth HOB; Washington DC 20515-1405", "phone": "202-225-2276", "url": "http://susanwbrooks.house.gov", "rss_url": "http://susanwbrooks.house.gov/rss.xml", "contact_form": "https://susanwbrooks.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IN", "party": "Republican", "district": 5, "office": "1505 Longworth House Office Building", "address": "1505 Longworth HOB; Washington DC 20515-1405", "phone": "202-225-2276", "url": "http://susanwbrooks.house.gov", "rss_url": "http://susanwbrooks.house.gov/rss.xml", "contact_form": "https://susanwbrooks.house.gov/contact/email-me", "fax": "202-225-0016"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IN", "district": 5, "party": "Republican", "phone": "202-225-2276", "url": "http://susanwbrooks.house.gov", "rss_url": "http://susanwbrooks.house.gov/rss.xml", "address": "1030 Longworth HOB; Washington DC 20515-1405", "office": "1030 Longworth House Office Building", "fax": "202-225-0016"}]}, {"id": {"govtrack": 412540, "bioguide": "M001189", "thomas": "02130", "cspan": 11245, "votesmart": 33997, "wikipedia": "Luke Messer", "fec": ["H0IN02125", "H0IN05094"], "opensecrets": "N00012546", "ballotpedia": "Luke Messer", "maplight": 1764, "icpsr": 21332, "wikidata": "Q3225316", "google_entity_id": "kg:/m/0n48dw8"}, "name": {"first": "Luke", "last": "Messer", "official_full": "Luke Messer"}, "bio": {"gender": "M", "birthday": "1969-02-27"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IN", "party": "Republican", "district": 6, "office": "508 Cannon House Office Building", "address": "508 Cannon HOB; Washington DC 20515-1406", "phone": "202-225-3021", "url": "http://messer.house.gov", "rss_url": "http://messer.house.gov/rss.xml", "contact_form": "https://messer.house.gov/contact/email-me", "fax": "765-747-5586"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IN", "party": "Republican", "district": 6, "office": "508 Cannon House Office Building", "address": "508 Cannon HOB; Washington DC 20515-1406", "phone": "202-225-3021", "url": "https://messer.house.gov", "rss_url": "http://messer.house.gov/rss.xml", "contact_form": "https://messer.house.gov/contact/email-me", "fax": "765-747-5586"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IN", "district": 6, "party": "Republican", "phone": "202-225-3021", "url": "https://messer.house.gov", "rss_url": "http://messer.house.gov/rss.xml", "address": "1230 Longworth HOB; Washington DC 20515-1406", "office": "1230 Longworth House Office Building", "fax": "765-747-5586"}]}, {"id": {"govtrack": 412541, "bioguide": "B001282", "thomas": "02131", "cspan": 61848, "votesmart": 117290, "wikipedia": "Andy Barr (U.S. politician)", "fec": ["H0KY06104"], "opensecrets": "N00031233", "ballotpedia": "Andy Barr", "maplight": 1765, "icpsr": 21333, "wikidata": "Q3828645", "google_entity_id": "kg:/m/0ddc6r6"}, "name": {"first": "Garland", "last": "Barr", "nickname": "Andy", "official_full": "Andy Barr"}, "bio": {"gender": "M", "birthday": "1973-07-24"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "KY", "party": "Republican", "district": 6, "office": "1432 Longworth House Office Building", "address": "1432 Longworth HOB; Washington DC 20515-1706", "phone": "202-225-4706", "url": "http://barr.house.gov", "rss_url": "http://barr.house.gov/rss.xml", "contact_form": "https://barr.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "KY", "party": "Republican", "district": 6, "office": "1432 Longworth House Office Building", "address": "1432 Longworth HOB; Washington DC 20515-1706", "phone": "202-225-4706", "url": "https://barr.house.gov", "rss_url": "http://barr.house.gov/rss.xml", "contact_form": "https://barr.house.gov/contact/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "KY", "district": 6, "party": "Republican", "phone": "202-225-4706", "url": "https://barr.house.gov", "rss_url": "http://barr.house.gov/rss.xml", "address": "1427 Longworth HOB; Washington DC 20515-1706", "office": "1427 Longworth House Office Building"}]}, {"id": {"bioguide": "W000817", "thomas": "02182", "lis": "S366", "govtrack": 412542, "cspan": 1023023, "wikipedia": "Elizabeth Warren", "votesmart": 141272, "opensecrets": "N00033492", "fec": ["S2MA00170"], "ballotpedia": "Elizabeth Warren", "maplight": 1766, "icpsr": 41301, "house_history": 15032390639, "wikidata": "Q434706", "google_entity_id": "kg:/m/01qh39"}, "name": {"first": "Elizabeth", "last": "Warren", "official_full": "Elizabeth Warren"}, "bio": {"gender": "F", "birthday": "1949-06-22"}, "terms": [{"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "MA", "party": "Democrat", "class": 1, "url": "https://www.warren.senate.gov", "address": "317 Hart Senate Office Building Washington DC 20510", "office": "317 Hart Senate Office Building", "phone": "202-224-4543", "fax": "202-228-2072", "state_rank": "senior", "contact_form": "https://www.warren.senate.gov/?p=email_senator", "rss_url": "http://www.warren.senate.gov/rss/?p=hot_topic"}]}, {"id": {"govtrack": 412543, "bioguide": "K000379", "thomas": "02172", "cspan": 79948, "votesmart": 141275, "wikipedia": "Joseph P. Kennedy III", "fec": ["H2MA04073"], "opensecrets": "N00034044", "ballotpedia": "Joseph Kennedy III", "maplight": 1767, "icpsr": 21335, "wikidata": "Q1707784", "google_entity_id": "kg:/m/0j28kl9"}, "name": {"first": "Joseph", "last": "Kennedy", "suffix": "III", "middle": "P.", "official_full": "Joseph P. Kennedy III"}, "bio": {"gender": "M", "birthday": "1980-10-04"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MA", "party": "Democrat", "district": 4, "office": "1218 Longworth House Office Building", "address": "1218 Longworth HOB; Washington DC 20515-2104", "phone": "202-225-5931", "url": "http://kennedy.house.gov", "rss_url": "http://kennedy.house.gov/rss.xml", "contact_form": "https://kennedy.house.gov/contact/email-me", "fax": "202-225-0182"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MA", "party": "Democrat", "district": 4, "office": "306 Cannon House Office Building", "address": "306 Cannon HOB; Washington DC 20515-2104", "phone": "202-225-5931", "url": "http://kennedy.house.gov", "rss_url": "http://kennedy.house.gov/rss.xml", "contact_form": "https://kennedy.house.gov/contact/email-me", "fax": "202-225-0182"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MA", "district": 4, "party": "Democrat", "phone": "202-225-5931", "url": "https://kennedy.house.gov", "rss_url": "http://kennedy.house.gov/rss.xml", "address": "434 Cannon HOB; Washington DC 20515-2104", "office": "434 Cannon House Office Building", "fax": "202-225-0182"}], "family": [{"name": "Joseph Patrick Kennedy II", "relation": "son"}, {"name": "Edward Moore Kennedy", "relation": "great nephew"}, {"name": "John Fitzgerald Kennedy", "relation": "great nephew"}, {"name": "John Francis Fitzgerald", "relation": "great great grandson"}, {"name": "Patrick Joseph Kennedy", "relation": "first cousin once removed"}]}, {"id": {"govtrack": 412544, "bioguide": "D000620", "thomas": "02133", "cspan": 68432, "votesmart": 135143, "wikipedia": "John Delaney (Maryland politician)", "fec": ["H2MD06195"], "opensecrets": "N00033897", "ballotpedia": "John Delaney", "maplight": 1768, "icpsr": 21334, "wikidata": "Q2688821", "google_entity_id": "kg:/m/09g8h5d"}, "name": {"first": "John", "last": "Delaney", "middle": "K.", "official_full": "John K. Delaney"}, "bio": {"gender": "M", "birthday": "1963-04-16"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MD", "party": "Democrat", "district": 6, "office": "1632 Longworth House Office Building", "address": "1632 Longworth HOB; Washington DC 20515-2006", "phone": "202-225-2721", "url": "http://delaney.house.gov", "rss_url": "http://delaney.house.gov/rss.xml", "contact_form": "https://delaney.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MD", "party": "Democrat", "district": 6, "office": "1632 Longworth House Office Building", "address": "1632 Longworth HOB; Washington DC 20515-2006", "phone": "202-225-2721", "url": "http://delaney.house.gov", "rss_url": "http://delaney.house.gov/rss.xml", "contact_form": "https://delaney.house.gov/contact/email-me", "fax": "202-225-2193"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MD", "district": 6, "party": "Democrat", "phone": "202-225-2721", "url": "http://delaney.house.gov", "rss_url": "http://delaney.house.gov/rss.xml", "address": "1632 Longworth HOB; Washington DC 20515-2006", "office": "1632 Longworth House Office Building", "fax": "202-225-2193"}]}, {"id": {"bioguide": "K000383", "thomas": "02185", "lis": "S363", "govtrack": 412545, "cspan": 37413, "wikipedia": "Angus King", "opensecrets": "N00034580", "votesmart": 22381, "fec": ["S2ME00109"], "ballotpedia": "Angus King", "maplight": 1769, "icpsr": 41300, "wikidata": "Q544464", "google_entity_id": "kg:/m/02hfx0"}, "name": {"first": "Angus", "last": "King", "official_full": "Angus S. King, Jr."}, "bio": {"gender": "M", "birthday": "1944-03-31"}, "terms": [{"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "ME", "party": "Independent", "caucus": "Democrat", "class": 1, "url": "http://www.king.senate.gov", "address": "133 Hart Senate Office Building Washington DC 20510", "office": "133 Hart Senate Office Building", "phone": "202-224-5344", "state_rank": "junior", "contact_form": "https://www.king.senate.gov/contact", "rss_url": "http://www.king.senate.gov/rss/feeds/?type=all", "fax": "202-224-1946"}]}, {"id": {"govtrack": 412546, "bioguide": "K000380", "thomas": "02134", "cspan": 623723, "votesmart": 136102, "wikipedia": "Dan Kildee", "fec": ["H2MI05119"], "opensecrets": "N00033395", "ballotpedia": "Dan Kildee", "maplight": 1770, "icpsr": 21372, "wikidata": "Q3880272", "google_entity_id": "kg:/m/0n4c3yt"}, "name": {"first": "Daniel", "last": "Kildee", "middle": "T.", "official_full": "Daniel T. Kildee"}, "bio": {"gender": "M", "birthday": "1958-08-11"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MI", "party": "Democrat", "district": 5, "office": "327 Cannon House Office Building", "address": "327 Cannon HOB; Washington DC 20515-2205", "phone": "202-225-3611", "url": "http://dankildee.house.gov", "rss_url": "http://dankildee.house.gov/rss.xml", "contact_form": "https://dankildee.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MI", "party": "Democrat", "district": 5, "office": "227 Cannon House Office Building", "address": "227 Cannon HOB; Washington DC 20515-2205", "phone": "202-225-3611", "fax": "202-225-6393", "url": "http://dankildee.house.gov", "rss_url": "http://dankildee.house.gov/rss.xml", "contact_form": "https://dankildee.house.gov/contact/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MI", "district": 5, "party": "Democrat", "phone": "202-225-3611", "url": "http://dankildee.house.gov", "rss_url": "http://dankildee.house.gov/rss.xml", "address": "227 Cannon HOB; Washington DC 20515-2205", "office": "227 Cannon House Office Building", "fax": "202-225-6393"}], "family": [{"name": "Dale Edward Kildee", "relation": "nephew"}]}, {"id": {"bioguide": "N000127", "thomas": "00867", "govtrack": 408211, "icpsr": 14263, "cspan": 1001760, "votesmart": 138505, "wikipedia": "Rick Nolan", "house_history": 18988, "fec": ["H2MN08111"], "opensecrets": "N00021207", "ballotpedia": "Rick Nolan", "maplight": 1730, "wikidata": "Q2151594", "google_entity_id": "kg:/m/0dgfyp"}, "name": {"first": "Richard", "middle": "M.", "last": "Nolan", "official_full": "Richard M. Nolan"}, "bio": {"birthday": "1943-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MN", "party": "Democrat", "district": 8, "office": "2447 Rayburn House Office Building", "address": "2447 Rayburn HOB; Washington DC 20515-2308", "phone": "202-225-6211", "url": "http://nolan.house.gov", "rss_url": "http://nolan.house.gov/rss.xml", "contact_form": "https://nolan.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MN", "party": "Democrat", "district": 8, "office": "2366 Rayburn House Office Building", "address": "2366 Rayburn HOB; Washington DC 20515-2308", "phone": "202-225-6211", "url": "http://nolan.house.gov", "rss_url": "http://nolan.house.gov/rss.xml", "contact_form": "https://nolan.house.gov/contact/email-me", "fax": "202-225-0699"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MN", "district": 8, "party": "Democrat", "phone": "202-225-6211", "url": "http://nolan.house.gov", "rss_url": "http://nolan.house.gov/rss.xml", "address": "2366 Rayburn HOB; Washington DC 20515-2308", "office": "2366 Rayburn House Office Building", "fax": "202-225-0699"}]}, {"id": {"govtrack": 412548, "bioguide": "W000812", "thomas": "02137", "cspan": 82702, "fec": ["H2MO02102"], "wikipedia": "Ann Wagner", "votesmart": 136083, "opensecrets": "N00033106", "ballotpedia": "Ann Wagner", "maplight": 1772, "icpsr": 21337, "house_history": 15032387908, "wikidata": "Q3917251", "google_entity_id": "kg:/m/07q9w8"}, "name": {"first": "Ann", "last": "Wagner", "official_full": "Ann Wagner"}, "bio": {"gender": "F", "birthday": "1962-09-13"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MO", "party": "Republican", "district": 2, "office": "435 Cannon House Office Building", "address": "435 Cannon HOB; Washington DC 20515-2502", "phone": "202-225-1621", "url": "http://wagner.house.gov", "rss_url": "http://wagner.house.gov/rss.xml", "contact_form": "https://wagner.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MO", "party": "Republican", "district": 2, "office": "435 Cannon House Office Building", "address": "435 Cannon HOB; Washington DC 20515-2502", "phone": "202-225-1621", "url": "http://wagner.house.gov", "rss_url": "http://wagner.house.gov/rss.xml", "contact_form": "https://wagner.house.gov/contact/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MO", "district": 2, "party": "Republican", "phone": "202-225-1621", "fax": "202-225-2563", "url": "http://wagner.house.gov", "rss_url": "http://wagner.house.gov/rss.xml", "address": "435 Cannon HOB; Washington DC 20515-2502", "office": "435 Cannon House Office Building"}]}, {"id": {"govtrack": 412549, "bioguide": "D000618", "thomas": "02138", "cspan": 1034037, "votesmart": 135720, "wikipedia": "Steve Daines", "fec": ["H2MT01060", "S2MT00096"], "opensecrets": "N00033054", "ballotpedia": "Steve Daines", "maplight": 1773, "icpsr": 21338, "lis": "S375", "wikidata": "Q3200900", "google_entity_id": "kg:/m/03qlc5t"}, "name": {"first": "Steve", "last": "Daines", "official_full": "Steve Daines"}, "bio": {"gender": "M", "birthday": "1962-08-20"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MT", "party": "Republican", "district": 0, "office": "206 Cannon House Office Building", "address": "206 Cannon HOB; Washington DC 20515-2600", "phone": "202-225-3211", "url": "http://daines.house.gov", "rss_url": "http://daines.house.gov/rss/press-releases.xml", "contact_form": "https://daines.house.gov/email-me"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "MT", "class": 2, "state_rank": "junior", "party": "Republican", "url": "https://www.daines.senate.gov", "address": "320 Hart Senate Office Building Washington DC 20510", "office": "320 Hart Senate Office Building", "phone": "202-224-2651", "fax": "202-228-1236", "contact_form": "https://www.daines.senate.gov/connect/email-steve"}]}, {"id": {"govtrack": 412550, "bioguide": "H001067", "thomas": "02140", "cspan": 79622, "votesmart": 136448, "wikipedia": "Richard Hudson (U.S. politician)", "fec": ["H2NC08185"], "opensecrets": "N00033630", "ballotpedia": "Richard Hudson", "maplight": 1774, "icpsr": 21346, "wikidata": "Q3956999", "google_entity_id": "kg:/m/0nbwfxs"}, "name": {"first": "Richard", "last": "Hudson", "official_full": "Richard Hudson"}, "bio": {"gender": "M", "birthday": "1971-11-04"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NC", "party": "Republican", "district": 8, "office": "429 Cannon House Office Building", "address": "429 Cannon HOB; Washington DC 20515-3308", "phone": "202-225-3715", "url": "http://hudson.house.gov", "rss_url": "http://hudson.house.gov/rss.xml", "contact_form": "https://hudson.house.gov/email-me", "fax": "704-782-1004"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NC", "party": "Republican", "district": 8, "office": "429 Cannon House Office Building", "address": "429 Cannon HOB; Washington DC 20515-3308", "phone": "202-225-3715", "url": "http://hudson.house.gov", "rss_url": "http://hudson.house.gov/rss.xml", "contact_form": "https://hudson.house.gov/email-me", "fax": "704-782-1004"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NC", "district": 8, "party": "Republican", "phone": "202-225-3715", "url": "https://hudson.house.gov", "rss_url": "http://hudson.house.gov/rss.xml", "address": "429 Cannon HOB; Washington DC 20515-3308", "office": "429 Cannon House Office Building", "fax": "704-782-1004"}]}, {"id": {"govtrack": 412551, "bioguide": "P000606", "thomas": "02141", "cspan": 9265861, "votesmart": 41272, "wikipedia": "Robert Pittenger", "fec": ["H2NC09134"], "opensecrets": "N00034416", "ballotpedia": "Robert Pittenger", "maplight": 1775, "icpsr": 21347, "wikidata": "Q3956848", "google_entity_id": "kg:/m/02b5bx"}, "name": {"first": "Robert", "last": "Pittenger", "official_full": "Robert Pittenger"}, "bio": {"gender": "M", "birthday": "1948-08-15"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NC", "party": "Republican", "district": 9, "office": "224 Cannon House Office Building", "address": "224 Cannon HOB; Washington DC 20515-3309", "phone": "202-225-1976", "url": "http://pittenger.house.gov", "rss_url": "http://pittenger.house.gov/rss.xml", "contact_form": "https://pittenger.house.gov/contact/email-me", "fax": "202-225-3389"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NC", "party": "Republican", "district": 9, "office": "224 Cannon House Office Building", "address": "224 Cannon HOB; Washington DC 20515-3309", "phone": "202-225-1976", "url": "http://pittenger.house.gov", "rss_url": "http://pittenger.house.gov/rss.xml", "contact_form": "https://pittenger.house.gov/contact/email-me", "fax": "202-225-3389"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NC", "district": 9, "party": "Republican", "phone": "202-225-1976", "url": "https://pittenger.house.gov", "rss_url": "http://pittenger.house.gov/rss.xml", "address": "224 Cannon HOB; Washington DC 20515-3309", "office": "224 Cannon House Office Building", "fax": "202-225-3389"}]}, {"id": {"govtrack": 412552, "bioguide": "M001187", "thomas": "02142", "cspan": 79621, "votesmart": 136459, "wikipedia": "Mark Meadows (North Carolina politician)", "fec": ["H2NC11080"], "opensecrets": "N00033631", "ballotpedia": "Mark Meadows, North Carolina", "maplight": 1776, "icpsr": 21348, "wikidata": "Q3956796", "google_entity_id": "kg:/m/0lqdy32"}, "name": {"first": "Mark", "last": "Meadows", "official_full": "Mark Meadows"}, "bio": {"gender": "M", "birthday": "1959-07-28"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NC", "party": "Republican", "district": 11, "office": "1516 Longworth House Office Building", "address": "1516 Longworth HOB; Washington DC 20515-3311", "phone": "202-225-6401", "url": "http://meadows.house.gov", "rss_url": "http://meadows.house.gov/rss/press-releases.xml", "contact_form": "https://meadows.house.gov/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NC", "party": "Republican", "district": 11, "office": "1024 Longworth House Office Building", "address": "1024 Longworth HOB; Washington DC 20515-3311", "phone": "202-225-6401", "url": "https://meadows.house.gov", "rss_url": "http://meadows.house.gov/rss/press-releases.xml", "contact_form": "https://meadows.house.gov/email-me", "fax": "202-226-6422"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NC", "district": 11, "party": "Republican", "phone": "202-225-6401", "url": "https://meadows.house.gov", "rss_url": "http://meadows.house.gov/rss/press-releases.xml", "address": "1024 Longworth HOB; Washington DC 20515-3311", "office": "1024 Longworth House Office Building", "fax": "202-226-6422"}]}, {"id": {"govtrack": 412553, "bioguide": "H001065", "thomas": "02143", "cspan": 623728, "votesmart": 136462, "wikipedia": "George Holding", "fec": ["H2NC13110"], "opensecrets": "N00033399", "ballotpedia": "George E.B. Holding", "maplight": 1777, "icpsr": 21349, "wikidata": "Q3956828", "google_entity_id": "kg:/m/0hgp6py"}, "name": {"first": "George", "last": "Holding", "official_full": "George Holding"}, "bio": {"gender": "M", "birthday": "1968-04-17"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NC", "party": "Republican", "district": 13, "office": "507 Cannon House Office Building", "address": "507 Cannon HOB; Washington DC 20515-3313", "phone": "202-225-3032", "url": "http://holding.house.gov", "rss_url": "http://holding.house.gov/rss.xml", "contact_form": "https://holding.house.gov/contact/email-me", "fax": "919-782-4490"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NC", "party": "Republican", "district": 13, "office": "507 Cannon House Office Building", "address": "507 Cannon HOB; Washington DC 20515-3313", "phone": "202-225-3032", "url": "http://holding.house.gov", "rss_url": "http://holding.house.gov/rss.xml", "contact_form": "https://holding.house.gov/contact/email-me", "fax": "919-782-4490"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NC", "district": 2, "party": "Republican", "phone": "202-225-3032", "url": "http://holding.house.gov", "rss_url": "http://holding.house.gov/rss.xml", "address": "1110 Longworth HOB; Washington DC 20515-3302", "office": "1110 Longworth House Office Building", "fax": "919-782-4490"}]}, {"id": {"bioguide": "H001069", "thomas": "02174", "lis": "S360", "govtrack": 412554, "cspan": 95414, "wikipedia": "Heidi Heitkamp", "votesmart": 41716, "opensecrets": "N00033782", "fec": ["S2ND00099"], "ballotpedia": "Heidi Heitkamp", "maplight": 1778, "icpsr": 41303, "house_history": 15032390641, "wikidata": "Q50597", "google_entity_id": "kg:/m/02f501"}, "name": {"first": "Heidi", "last": "Heitkamp", "official_full": "Heidi Heitkamp"}, "bio": {"gender": "F", "birthday": "1955-10-30"}, "terms": [{"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "ND", "party": "Democrat", "class": 1, "url": "http://www.heitkamp.senate.gov/public", "address": "516 Hart Senate Office Building Washington DC 20510", "office": "516 Hart Senate Office Building", "phone": "202-224-2043", "state_rank": "junior", "contact_form": "http://www.heitkamp.senate.gov/public/index.cfm/contact", "rss_url": "http://www.heitkamp.senate.gov/public/index.cfm/rss/feed", "fax": "202-224-7776"}]}, {"id": {"govtrack": 412555, "bioguide": "C001096", "thomas": "02144", "cspan": 7600, "votesmart": 444, "wikipedia": "Kevin Cramer", "fec": ["H0ND01026", "H6ND00074"], "opensecrets": "N00004614", "ballotpedia": "Kevin Cramer", "maplight": 1779, "icpsr": 21350, "wikidata": "Q3957020", "google_entity_id": "kg:/m/02rhrnw"}, "name": {"first": "Kevin", "last": "Cramer", "official_full": "Kevin Cramer"}, "bio": {"gender": "M", "birthday": "1961-01-21"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "ND", "party": "Republican", "district": 0, "office": "1032 Longworth House Office Building", "address": "1032 Longworth HOB; Washington DC 20515-3400", "phone": "202-225-2611", "url": "http://cramer.house.gov", "rss_url": "http://cramer.house.gov/rss.xml", "contact_form": "https://cramer.house.gov/contact/email-me", "fax": "202-226-0893"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "ND", "party": "Republican", "district": 0, "office": "1032 Longworth House Office Building", "address": "1032 Longworth HOB; Washington DC 20515-3400", "phone": "202-225-2611", "url": "http://cramer.house.gov", "rss_url": "http://cramer.house.gov/rss.xml", "contact_form": "https://cramer.house.gov/contact/email-me", "fax": "202-226-0893"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "ND", "district": 0, "party": "Republican", "phone": "202-225-2611", "url": "http://cramer.house.gov", "rss_url": "http://cramer.house.gov/rss.xml", "address": "1717 Longworth HOB; Washington DC 20515-3400", "office": "1717 Longworth House Office Building", "fax": "202-226-0893"}]}, {"id": {"bioguide": "F000463", "thomas": "02179", "lis": "S357", "govtrack": 412556, "cspan": 1034067, "wikipedia": "Deb Fischer", "votesmart": 41963, "opensecrets": "N00033443", "fec": ["S2NE00094"], "ballotpedia": "Deb Fischer", "maplight": 1780, "icpsr": 41302, "house_history": 15032390640, "wikidata": "Q2580649", "google_entity_id": "kg:/m/0c4cp0"}, "name": {"first": "Deb", "last": "Fischer", "official_full": "Deb Fischer"}, "bio": {"gender": "F", "birthday": "1951-03-01"}, "terms": [{"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "NE", "party": "Republican", "class": 1, "url": "http://www.fischer.senate.gov", "address": "454 Russell Senate Office Building Washington DC 20510", "office": "454 Russell Senate Office Building", "phone": "202-224-6551", "state_rank": "senior", "contact_form": "http://www.fischer.senate.gov/public/index.cfm/contact", "rss_url": "http://www.fischer.senate.gov/public/index.cfm/rss/feed", "fax": "202-228-1325"}]}, {"id": {"govtrack": 412557, "bioguide": "K000382", "thomas": "02145", "cspan": 62650, "opensecrets": "N00030875", "votesmart": 122256, "wikipedia": "Ann McLane Kuster", "fec": ["H0NH02181"], "ballotpedia": "Annie Kuster", "maplight": 1781, "icpsr": 21340, "house_history": 15032387341, "wikidata": "Q3917208", "google_entity_id": "kg:/m/064p47_"}, "name": {"first": "Ann", "last": "Kuster", "middle": "M.", "official_full": "Ann M. Kuster"}, "bio": {"gender": "F", "birthday": "1956-09-05"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NH", "party": "Democrat", "district": 2, "office": "137 Cannon House Office Building", "address": "137 Cannon HOB; Washington DC 20515-2902", "phone": "202-225-5206", "url": "http://kuster.house.gov", "rss_url": "http://kuster.house.gov/rss.xml", "contact_form": "https://kuster.house.gov/contact/email-me", "fax": "202-225-2946"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NH", "party": "Democrat", "district": 2, "office": "137 Cannon House Office Building", "address": "137 Cannon HOB; Washington DC 20515-2902", "phone": "202-225-5206", "url": "http://kuster.house.gov", "rss_url": "http://kuster.house.gov/rss.xml", "contact_form": "https://kuster.house.gov/contact/email-me", "fax": "202-225-2946"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NH", "district": 2, "party": "Democrat", "phone": "202-225-5206", "url": "http://kuster.house.gov", "rss_url": "http://kuster.house.gov/rss.xml", "address": "137 Cannon HOB; Washington DC 20515-2902", "office": "137 Cannon House Office Building", "fax": "202-225-2946"}]}, {"id": {"govtrack": 412558, "bioguide": "L000580", "thomas": "02146", "cspan": 94791, "fec": ["H8NM01257"], "votesmart": 102404, "wikipedia": "Michelle Lujan Grisham", "opensecrets": "N00029400", "ballotpedia": "Michelle Lujan Grisham", "maplight": 1782, "icpsr": 21341, "house_history": 15032387385, "wikidata": "Q3917203", "google_entity_id": "kg:/m/0n3vkrv"}, "name": {"first": "Michelle", "last": "Lujan Grisham", "official_full": "Michelle Lujan Grisham"}, "bio": {"gender": "F", "birthday": "1959-10-24"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NM", "party": "Democrat", "district": 1, "office": "214 Cannon House Office Building", "address": "214 Cannon HOB; Washington DC 20515-3101", "phone": "202-225-6316", "url": "http://lujangrisham.house.gov", "rss_url": "http://lujangrisham.house.gov/rss.xml", "contact_form": "http://lujangrisham.house.gov/contact/email-me/", "fax": "202-225-4975"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NM", "party": "Democrat", "district": 1, "office": "214 Cannon House Office Building", "address": "214 Cannon HOB; Washington DC 20515-3101", "phone": "202-225-6316", "url": "https://lujangrisham.house.gov", "rss_url": "http://lujangrisham.house.gov/rss.xml", "contact_form": "http://lujangrisham.house.gov/contact/email-me/", "fax": "202-225-4975"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NM", "district": 1, "party": "Democrat", "phone": "202-225-6316", "url": "https://lujangrisham.house.gov", "rss_url": "http://lujangrisham.house.gov/rss.xml", "address": "214 Cannon HOB; Washington DC 20515-3101", "office": "214 Cannon House Office Building", "fax": "202-225-4975"}]}, {"id": {"govtrack": 412560, "bioguide": "M001188", "thomas": "02148", "cspan": 68411, "votesmart": 69157, "wikipedia": "Grace Meng", "fec": ["H2NY06116"], "opensecrets": "N00034547", "ballotpedia": "Grace Meng", "maplight": 1784, "icpsr": 21342, "house_history": 15032387500, "wikidata": "Q5591303", "google_entity_id": "kg:/m/04ld76x"}, "name": {"first": "Grace", "last": "Meng", "official_full": "Grace Meng"}, "bio": {"gender": "F", "birthday": "1975-10-01"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 6, "office": "1317 Longworth House Office Building", "address": "1317 Longworth HOB; Washington DC 20515-3206", "phone": "202-225-2601", "url": "http://meng.house.gov", "rss_url": "http://meng.house.gov/rss.xml", "contact_form": "https://meng.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 6, "office": "1317 Longworth House Office Building", "address": "1317 Longworth HOB; Washington DC 20515-3206", "phone": "202-225-2601", "url": "http://meng.house.gov", "rss_url": "http://meng.house.gov/rss.xml", "contact_form": "https://meng.house.gov/contact/email-me", "fax": "202-225-1589"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 6, "party": "Democrat", "phone": "202-225-2601", "url": "http://meng.house.gov", "rss_url": "http://meng.house.gov/rss.xml", "address": "1317 Longworth HOB; Washington DC 20515-3206", "office": "1317 Longworth House Office Building", "fax": "202-225-1589"}]}, {"id": {"govtrack": 412561, "bioguide": "J000294", "thomas": "02149", "cspan": 79612, "fec": ["H2NY10092"], "wikipedia": "Hakeem Jeffries", "votesmart": 55285, "opensecrets": "N00033640", "ballotpedia": "Hakeem Jeffries", "maplight": 1785, "icpsr": 21343, "wikidata": "Q5640425", "google_entity_id": "kg:/m/025_74m"}, "name": {"first": "Hakeem", "last": "Jeffries", "middle": "S.", "official_full": "Hakeem S. Jeffries"}, "bio": {"gender": "M", "birthday": "1970-08-04"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 8, "office": "1339 Longworth House Office Building", "address": "1339 Longworth HOB; Washington DC 20515-3208", "phone": "202-225-5936", "url": "http://jeffries.house.gov", "rss_url": "http://jeffries.house.gov/rss.xml", "contact_form": "https://jeffriesforms.house.gov/contact/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 8, "office": "1607 Longworth House Office Building", "address": "1607 Longworth HOB; Washington DC 20515-3208", "phone": "202-225-5936", "url": "http://jeffries.house.gov", "rss_url": "http://jeffries.house.gov/rss.xml", "contact_form": "https://jeffriesforms.house.gov/contact/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 8, "party": "Democrat", "phone": "202-225-5936", "url": "http://jeffries.house.gov", "rss_url": "http://jeffries.house.gov/rss.xml", "address": "1607 Longworth HOB; Washington DC 20515-3208", "office": "1607 Longworth House Office Building"}]}, {"id": {"govtrack": 412562, "bioguide": "M001185", "thomas": "02150", "cspan": 79760, "opensecrets": "N00034277", "votesmart": 139760, "wikipedia": "Sean Patrick Maloney", "fec": ["H2NY22139"], "ballotpedia": "Sean Maloney", "maplight": 1786, "icpsr": 21344, "wikidata": "Q2262244", "google_entity_id": "kg:/m/0b697g"}, "name": {"first": "Sean", "last": "Maloney", "middle": "Patrick", "official_full": "Sean Patrick Maloney"}, "bio": {"gender": "M", "birthday": "1966-07-30"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 18, "office": "1529 Longworth House Office Building", "address": "1529 Longworth HOB; Washington DC 20515-3218", "phone": "202-225-5441", "url": "http://seanmaloney.house.gov", "rss_url": "http://seanmaloney.house.gov/rss.xml", "contact_form": "https://seanmaloney.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 18, "office": "1529 Longworth House Office Building", "address": "1529 Longworth HOB; Washington DC 20515-3218", "phone": "202-225-5441", "url": "http://seanmaloney.house.gov", "rss_url": "http://seanmaloney.house.gov/rss.xml", "contact_form": "https://seanmaloney.house.gov/contact/email-me", "fax": "202-225-3289"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 18, "party": "Democrat", "phone": "202-225-5441", "url": "http://seanmaloney.house.gov", "rss_url": "http://seanmaloney.house.gov/rss.xml", "address": "1027 Longworth HOB; Washington DC 20515-3218", "office": "1027 Longworth House Office Building", "fax": "202-225-3289"}]}, {"id": {"govtrack": 412563, "bioguide": "C001092", "thomas": "02151", "cspan": 94144, "fec": ["H8NY29032"], "votesmart": 139770, "wikipedia": "Chris Collins (U.S. politician)", "opensecrets": "N00001285", "ballotpedia": "Chris Collins", "maplight": 1787, "icpsr": 21345, "wikidata": "Q5106218", "google_entity_id": "kg:/m/03cv81x"}, "name": {"first": "Chris", "last": "Collins", "official_full": "Chris Collins"}, "bio": {"gender": "M", "birthday": "1950-05-20"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Republican", "district": 27, "office": "1117 Longworth House Office Building", "address": "1117 Longworth HOB; Washington DC 20515-3227", "phone": "202-225-5265", "url": "http://chriscollins.house.gov", "rss_url": "http://chriscollins.house.gov/rss.xml", "contact_form": "https://chriscollins.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Republican", "district": 27, "office": "1117 Longworth House Office Building", "address": "1117 Longworth HOB; Washington DC 20515-3227", "phone": "202-225-5265", "url": "http://chriscollins.house.gov", "rss_url": "http://chriscollins.house.gov/rss.xml", "contact_form": "https://chriscollins.house.gov/contact/email-me", "fax": "202-225-5910"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 27, "party": "Republican", "phone": "202-225-5265", "url": "https://chriscollins.house.gov", "rss_url": "http://chriscollins.house.gov/rss.xml", "address": "1117 Longworth HOB; Washington DC 20515-3227", "office": "1117 Longworth House Office Building", "fax": "202-225-5910"}]}, {"id": {"govtrack": 412564, "bioguide": "W000815", "thomas": "02152", "cspan": 1034044, "fec": ["H2OH02085"], "wikipedia": "Brad Wenstrup", "votesmart": 135326, "opensecrets": "N00033310", "ballotpedia": "Brad Wenstrup", "maplight": 1788, "icpsr": 21351, "wikidata": "Q892413", "google_entity_id": "kg:/m/0j63b7n"}, "name": {"first": "Brad", "last": "Wenstrup", "middle": "R.", "official_full": "Brad R. Wenstrup"}, "bio": {"gender": "M", "birthday": "1958-06-17"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Republican", "district": 2, "office": "1223 Longworth House Office Building", "address": "1223 Longworth HOB; Washington DC 20515-3502", "phone": "202-225-3164", "url": "http://wenstrup.house.gov", "contact_form": "http://wenstrup.house.gov/contact/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OH", "party": "Republican", "district": 2, "office": "1318 Longworth House Office Building", "address": "1318 Longworth HOB; Washington DC 20515-3502", "phone": "202-225-3164", "url": "http://wenstrup.house.gov", "contact_form": "http://wenstrup.house.gov/contact/", "fax": "202-225-1992"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 2, "party": "Republican", "phone": "202-225-3164", "url": "http://wenstrup.house.gov", "address": "2419 Rayburn HOB; Washington DC 20515-3502", "office": "2419 Rayburn House Office Building", "fax": "202-225-1992"}]}, {"id": {"govtrack": 412565, "bioguide": "B001281", "thomas": "02153", "cspan": 67294, "votesmart": 2427, "wikipedia": "Joyce Beatty", "fec": ["H2OH03125"], "opensecrets": "N00033904", "ballotpedia": "Joyce Beatty", "maplight": 1789, "icpsr": 21352, "house_history": 15032386867, "wikidata": "Q976417", "google_entity_id": "kg:/m/03lcwb"}, "name": {"first": "Joyce", "last": "Beatty", "official_full": "Joyce Beatty"}, "bio": {"gender": "F", "birthday": "1950-03-12"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Democrat", "district": 3, "office": "417 Cannon House Office Building", "address": "417 Cannon HOB; Washington DC 20515-3503", "phone": "202-225-4324", "url": "http://beatty.house.gov", "rss_url": "http://beatty.house.gov/rss.xml", "contact_form": "https://beattyforms.house.gov/forms/writeyourrep/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OH", "party": "Democrat", "district": 3, "office": "133 Cannon House Office Building", "address": "133 Cannon HOB; Washington DC 20515-3503", "phone": "202-225-4324", "url": "http://beatty.house.gov", "rss_url": "http://beatty.house.gov/rss.xml", "contact_form": "https://beattyforms.house.gov/forms/writeyourrep/", "fax": "202-225-1984"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 3, "party": "Democrat", "phone": "202-225-4324", "url": "http://beatty.house.gov", "rss_url": "http://beatty.house.gov/rss.xml", "address": "133 Cannon HOB; Washington DC 20515-3503", "office": "133 Cannon House Office Building", "fax": "202-225-1984"}]}, {"id": {"govtrack": 412566, "bioguide": "J000295", "thomas": "02154", "cspan": 68561, "votesmart": 143052, "wikipedia": "David Joyce (politician)", "fec": ["H2OH14064"], "opensecrets": "N00035007", "ballotpedia": "David Joyce", "maplight": 1790, "icpsr": 21353, "wikidata": "Q976778", "google_entity_id": "kg:/m/0ktwnp_"}, "name": {"first": "David", "last": "Joyce", "middle": "P.", "official_full": "David P. Joyce"}, "bio": {"gender": "M", "birthday": "1957-03-17"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Republican", "district": 14, "office": "1535 Longworth House Office Building", "address": "1535 Longworth HOB; Washington DC 20515-3514", "phone": "202-225-5731", "url": "http://joyce.house.gov", "rss_url": "http://joyce.house.gov/rss/press-releases.xml", "contact_form": "https://joyce.house.gov/email-me", "fax": "202-225-3307"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OH", "party": "Republican", "district": 14, "office": "1124 Longworth House Office Building", "address": "1124 Longworth HOB; Washington DC 20515-3514", "phone": "202-225-5731", "url": "http://joyce.house.gov", "rss_url": "http://joyce.house.gov/rss/press-releases.xml", "contact_form": "https://joyce.house.gov/email-me", "fax": "202-225-3307"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 14, "party": "Republican", "phone": "202-225-5731", "url": "https://joyce.house.gov", "rss_url": "http://joyce.house.gov/rss/press-releases.xml", "address": "1124 Longworth HOB; Washington DC 20515-3514", "office": "1124 Longworth House Office Building", "fax": "202-225-3307"}]}, {"id": {"govtrack": 412567, "bioguide": "B001283", "thomas": "02155", "cspan": 79705, "votesmart": 135894, "wikipedia": "Jim Bridenstine", "fec": ["H2OK01143"], "opensecrets": "N00033532", "ballotpedia": "Jim Bridenstine", "maplight": 1791, "icpsr": 21354, "wikidata": "Q3601035", "google_entity_id": "kg:/m/0jwyd6r"}, "name": {"first": "Jim", "last": "Bridenstine", "official_full": "Jim Bridenstine"}, "bio": {"gender": "M", "birthday": "1975-06-15"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OK", "party": "Republican", "district": 1, "office": "216 Cannon House Office Building", "address": "216 Cannon HOB; Washington DC 20515-3601", "phone": "202-225-2211", "url": "http://bridenstine.house.gov", "rss_url": "http://bridenstine.house.gov/rss.xml", "contact_form": "https://bridenstineforms.house.gov/forms/writeyourrep/", "fax": "918-935-2716"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OK", "party": "Republican", "district": 1, "office": "216 Cannon House Office Building", "address": "216 Cannon HOB; Washington DC 20515-3601", "phone": "202-225-2211", "url": "http://bridenstine.house.gov", "rss_url": "http://bridenstine.house.gov/rss.xml", "contact_form": "https://bridenstineforms.house.gov/forms/writeyourrep/", "fax": "918-935-2716"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OK", "district": 1, "party": "Republican", "phone": "202-225-2211", "url": "http://bridenstine.house.gov", "rss_url": "http://bridenstine.house.gov/rss.xml", "address": "216 Cannon HOB; Washington DC 20515-3601", "office": "216 Cannon House Office Building", "fax": "918-935-2716"}]}, {"id": {"govtrack": 412568, "bioguide": "M001190", "thomas": "02156", "cspan": 1034045, "votesmart": 135898, "wikipedia": "Markwayne Mullin", "fec": ["H2OK02083"], "opensecrets": "N00033410", "ballotpedia": "Markwayne Mullin", "maplight": 1792, "icpsr": 21355, "wikidata": "Q3448772", "google_entity_id": "kg:/m/0lq78pn"}, "name": {"first": "Markwayne", "last": "Mullin", "official_full": "Markwayne Mullin"}, "bio": {"gender": "M", "birthday": "1977-07-26"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OK", "party": "Republican", "district": 2, "office": "1113 Longworth House Office Building", "address": "1113 Longworth HOB; Washington DC 20515-3602", "phone": "202-225-2701", "url": "http://mullin.house.gov", "rss_url": "http://mullin.house.gov/rss.xml", "contact_form": "https://mullin.house.gov/contact/email-me", "fax": "202-225-3038"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OK", "party": "Republican", "district": 2, "office": "1113 Longworth House Office Building", "address": "1113 Longworth HOB; Washington DC 20515-3602", "phone": "202-225-2701", "url": "http://mullin.house.gov", "rss_url": "http://mullin.house.gov/rss.xml", "contact_form": "https://mullin.house.gov/contact/email-me", "fax": "202-225-3038"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OK", "district": 2, "party": "Republican", "phone": "202-225-2701", "url": "https://mullin.house.gov", "rss_url": "http://mullin.house.gov/rss.xml", "address": "1113 Longworth HOB; Washington DC 20515-3602", "office": "1113 Longworth House Office Building", "fax": "202-225-3038"}]}, {"id": {"govtrack": 412569, "bioguide": "P000605", "thomas": "02157", "cspan": 79873, "votesmart": 59980, "wikipedia": "Scott Perry (politician)", "fec": ["H2PA04135"], "opensecrets": "N00034120", "ballotpedia": "Scott Perry", "maplight": 1793, "icpsr": 21356, "wikidata": "Q7437040", "google_entity_id": "kg:/m/04mwt6y"}, "name": {"first": "Scott", "last": "Perry", "official_full": "Scott Perry"}, "bio": {"gender": "M", "birthday": "1962-05-27"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Republican", "district": 4, "office": "126 Cannon House Office Building", "address": "126 Cannon HOB; Washington DC 20515-3804", "phone": "202-225-5836", "url": "http://perry.house.gov", "rss_url": "http://perry.house.gov/rss.xml", "contact_form": "http://perryforms.house.gov/forms/writeyourrep/", "fax": "202-226-1000"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "party": "Republican", "district": 4, "office": "1207 Longworth House Office Building", "address": "1207 Longworth HOB; Washington DC 20515-3804", "phone": "202-225-5836", "url": "http://perry.house.gov", "rss_url": "http://perry.house.gov/rss.xml", "contact_form": "http://perryforms.house.gov/forms/writeyourrep/", "fax": "202-226-1000"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 4, "party": "Republican", "phone": "202-225-5836", "url": "http://perry.house.gov", "rss_url": "http://perry.house.gov/rss.xml", "address": "1207 Longworth HOB; Washington DC 20515-3804", "office": "1207 Longworth House Office Building", "fax": "202-226-1000"}]}, {"id": {"govtrack": 412570, "bioguide": "R000598", "thomas": "02158", "cspan": 61949, "votesmart": 119466, "wikipedia": "Keith Rothfus", "fec": ["H0PA04220"], "opensecrets": "N00031253", "ballotpedia": "Keith Rothfus", "maplight": 1794, "icpsr": 21357, "wikidata": "Q5978897", "google_entity_id": "kg:/m/0ds0r5g"}, "name": {"first": "Keith", "last": "Rothfus", "middle": "J.", "official_full": "Keith J. Rothfus"}, "bio": {"gender": "M", "birthday": "1962-04-25"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Republican", "district": 12, "office": "503 Cannon House Office Building", "address": "503 Cannon HOB; Washington DC 20515-3812", "phone": "202-225-2065", "url": "http://rothfus.house.gov", "rss_url": "http://rothfus.house.gov/rss.xml", "contact_form": "https://rothfus.house.gov/email-keith"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "party": "Republican", "district": 12, "office": "1205 Longworth House Office Building", "address": "1205 Longworth HOB; Washington DC 20515-3812", "phone": "202-225-2065", "url": "https://rothfus.house.gov", "rss_url": "http://rothfus.house.gov/rss.xml", "contact_form": "https://rothfus.house.gov/email-keith", "fax": "202-225-5709"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 12, "party": "Republican", "phone": "202-225-2065", "url": "https://rothfus.house.gov", "rss_url": "http://rothfus.house.gov/rss.xml", "address": "1205 Longworth HOB; Washington DC 20515-3812", "office": "1205 Longworth House Office Building", "fax": "202-225-5709"}]}, {"id": {"govtrack": 412571, "bioguide": "C001090", "thomas": "02159", "cspan": 79865, "fec": ["H2PA17079"], "wikipedia": "Matt Cartwright", "votesmart": 136236, "opensecrets": "N00034128", "ballotpedia": "Matt Cartwright", "maplight": 1795, "icpsr": 21358, "wikidata": "Q4111531", "google_entity_id": "kg:/m/0j_6b9d"}, "name": {"first": "Matthew", "last": "Cartwright", "middle": "A.", "official_full": "Matt Cartwright"}, "bio": {"gender": "M", "birthday": "1961-05-01"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Democrat", "district": 17, "office": "1419 Longworth House Office Building", "address": "1419 Longworth HOB; Washington DC 20515-3817", "phone": "202-225-5546", "url": "http://cartwright.house.gov", "rss_url": "http://cartwright.house.gov/rss.xml", "contact_form": "https://cartwrightforms.house.gov/forms/writeyourrep/", "fax": "570-341-1055"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "party": "Democrat", "district": 17, "office": "1419 Longworth House Office Building", "address": "1419 Longworth HOB; Washington DC 20515-3817", "phone": "202-225-5546", "url": "http://cartwright.house.gov", "rss_url": "http://cartwright.house.gov/rss.xml", "contact_form": "https://cartwrightforms.house.gov/forms/writeyourrep/", "fax": "570-341-1055"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 17, "party": "Democrat", "phone": "202-225-5546", "url": "http://cartwright.house.gov", "rss_url": "http://cartwright.house.gov/rss.xml", "address": "1034 Longworth HOB; Washington DC 20515-3817", "office": "1034 Longworth House Office Building", "fax": "570-341-1055"}]}, {"id": {"govtrack": 412572, "bioguide": "R000597", "thomas": "02160", "cspan": 79473, "opensecrets": "N00033832", "votesmart": 132382, "wikipedia": "Tom Rice", "fec": ["H2SC07066"], "ballotpedia": "Tom Rice (South Carolina)", "maplight": 1796, "icpsr": 21359, "wikidata": "Q3956858", "google_entity_id": "kg:/m/03wg1mb"}, "name": {"first": "Tom", "last": "Rice", "official_full": "Tom Rice"}, "bio": {"gender": "M", "birthday": "1957-08-04"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "SC", "party": "Republican", "district": 7, "office": "325 Cannon House Office Building", "address": "325 Cannon HOB; Washington DC 20515-4007", "phone": "202-225-9895", "url": "http://rice.house.gov", "rss_url": "http://rice.house.gov/rss.xml", "contact_form": "https://tomriceforms.house.gov/forms/writeyourrep/", "fax": "202-225-9690"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "SC", "party": "Republican", "district": 7, "office": "223 Cannon House Office Building", "address": "223 Cannon HOB; Washington DC 20515-4007", "phone": "202-225-9895", "url": "http://rice.house.gov", "rss_url": "http://rice.house.gov/rss.xml", "contact_form": "https://tomriceforms.house.gov/forms/writeyourrep/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "SC", "district": 7, "party": "Republican", "phone": "202-225-9895", "url": "http://rice.house.gov", "rss_url": "http://rice.house.gov/rss.xml", "address": "223 Cannon HOB; Washington DC 20515-4007", "office": "223 Cannon House Office Building"}]}, {"id": {"bioguide": "C001098", "thomas": "02175", "lis": "S355", "govtrack": 412573, "cspan": 1019953, "wikipedia": "Ted Cruz", "votesmart": 135705, "opensecrets": "N00033085", "fec": ["S2TX00312"], "ballotpedia": "Ted Cruz", "maplight": 1797, "icpsr": 41304, "wikidata": "Q2036942", "google_entity_id": "kg:/m/07j6ty"}, "name": {"first": "Ted", "last": "Cruz", "official_full": "Ted Cruz"}, "bio": {"gender": "M", "birthday": "1970-12-22"}, "terms": [{"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "TX", "party": "Republican", "class": 1, "url": "https://www.cruz.senate.gov", "address": "404 Russell Senate Office Building Washington DC 20510", "office": "404 Russell Senate Office Building", "phone": "202-224-5922", "state_rank": "junior", "contact_form": "http://www.cruz.senate.gov/?p=email_senator", "fax": "202-228-3398"}]}, {"id": {"govtrack": 412574, "bioguide": "W000814", "thomas": "02161", "cspan": 79698, "fec": ["H2TX14149"], "wikipedia": "Randy Weber", "votesmart": 102026, "opensecrets": "N00033539", "ballotpedia": "Randy Weber", "maplight": 1798, "icpsr": 21360, "wikidata": "Q4014569", "google_entity_id": "kg:/m/0km63t0"}, "name": {"first": "Randy", "last": "Weber", "middle": "K.", "official_full": "Randy K. Weber, Sr."}, "bio": {"gender": "M", "birthday": "1953-07-02"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 14, "office": "510 Cannon House Office Building", "address": "510 Cannon HOB; Washington DC 20515-4314", "phone": "202-225-2831", "url": "http://weber.house.gov", "rss_url": "http://weber.house.gov/rss.xml", "contact_form": "https://weber.house.gov/contact/email-me", "fax": "202-225-0271"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 14, "office": "510 Cannon House Office Building", "address": "510 Cannon HOB; Washington DC 20515-4314", "phone": "202-225-2831", "url": "http://weber.house.gov", "rss_url": "http://weber.house.gov/rss.xml", "contact_form": "https://weber.house.gov/contact/email-me", "fax": "202-225-0271"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 14, "party": "Republican", "phone": "202-225-2831", "url": "http://weber.house.gov", "rss_url": "http://weber.house.gov/rss.xml", "address": "1708 Longworth HOB; Washington DC 20515-4314", "office": "1708 Longworth House Office Building", "fax": "202-225-0271"}]}, {"id": {"govtrack": 412575, "bioguide": "O000170", "thomas": "02162", "cspan": 79697, "votesmart": 78533, "wikipedia": "Beto O'Rourke", "fec": ["H2TX16185"], "opensecrets": "N00033540", "ballotpedia": "Beto O'Rourke", "maplight": 1799, "icpsr": 21361, "wikidata": "Q4014532", "google_entity_id": "kg:/m/0dty9d"}, "name": {"first": "Beto", "last": "O'Rourke", "official_full": "Beto O'Rourke"}, "bio": {"gender": "M", "birthday": "1972-09-26"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Democrat", "district": 16, "office": "1721 Longworth House Office Building", "address": "1721 Longworth HOB; Washington DC 20515-4316", "phone": "202-225-4831", "url": "http://orourke.house.gov", "rss_url": "http://orourke.house.gov/rss.xml", "contact_form": "https://orourkeforms.house.gov/forms/writeyourrep/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Democrat", "district": 16, "office": "1330 Longworth House Office Building", "address": "1330 Longworth HOB; Washington DC 20515-4316", "phone": "202-225-4831", "url": "http://orourke.house.gov", "rss_url": "http://orourke.house.gov/rss.xml", "contact_form": "https://orourkeforms.house.gov/forms/writeyourrep/"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 16, "party": "Democrat", "phone": "202-225-4831", "url": "http://orourke.house.gov", "rss_url": "http://orourke.house.gov/rss.xml", "address": "1330 Longworth HOB; Washington DC 20515-4316", "office": "1330 Longworth House Office Building"}]}, {"id": {"govtrack": 412576, "bioguide": "C001091", "thomas": "02163", "cspan": 63974, "fec": ["H2TX35011"], "wikipedia": "Joaqu\u00edn Castro", "votesmart": 49227, "opensecrets": "N00033316", "ballotpedia": "Joaquin Castro", "maplight": 1800, "icpsr": 21362, "wikidata": "Q1167934", "google_entity_id": "kg:/m/0bmclg"}, "name": {"first": "Joaquin", "last": "Castro", "official_full": "Joaquin Castro"}, "bio": {"gender": "M", "birthday": "1974-09-16"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Democrat", "district": 20, "office": "212 Cannon House Office Building", "address": "212 Cannon HOB; Washington DC 20515-4320", "phone": "202-225-3236", "url": "http://castro.house.gov", "rss_url": "http://castro.house.gov/rss.xml", "contact_form": "https://castro.house.gov/contact/email-me", "fax": "202-225-1915"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Democrat", "district": 20, "office": "212 Cannon House Office Building", "address": "212 Cannon HOB; Washington DC 20515-4320", "phone": "202-225-3236", "url": "http://castro.house.gov", "rss_url": "http://castro.house.gov/rss.xml", "contact_form": "https://castro.house.gov/contact/email-me", "fax": "202-225-1915"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 20, "party": "Democrat", "phone": "202-225-3236", "url": "https://castro.house.gov", "rss_url": "http://castro.house.gov/rss.xml", "address": "1221 Longworth HOB; Washington DC 20515-4320", "office": "1221 Longworth House Office Building", "fax": "202-225-1915"}]}, {"id": {"govtrack": 412578, "bioguide": "W000816", "thomas": "02165", "cspan": 623742, "fec": ["H2TX33040", "S2TX00270"], "votesmart": 50112, "wikipedia": "Roger Williams (U.S. politician)", "opensecrets": "N00030602", "ballotpedia": "Roger Williams", "maplight": 1802, "icpsr": 21364, "wikidata": "Q4014560", "google_entity_id": "kg:/m/08rszb"}, "name": {"first": "Roger", "last": "Williams", "official_full": "Roger Williams"}, "bio": {"gender": "M", "birthday": "1949-09-13"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 25, "office": "1122 Longworth House Office Building", "address": "1122 Longworth HOB; Washington DC 20515-4325", "phone": "202-225-9896", "url": "http://williams.house.gov", "rss_url": "http://williams.house.gov/rss.xml", "contact_form": "https://williams.house.gov/contact/email-me", "fax": "512-473-8946"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 25, "office": "1323 Longworth House Office Building", "address": "1323 Longworth HOB; Washington DC 20515-4325", "phone": "202-225-9896", "url": "http://williams.house.gov", "rss_url": "http://williams.house.gov/rss.xml", "contact_form": "https://williams.house.gov/contact/email-me", "fax": "512-473-8946"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 25, "party": "Republican", "phone": "202-225-9896", "url": "http://williams.house.gov", "rss_url": "http://williams.house.gov/rss.xml", "address": "1323 Longworth HOB; Washington DC 20515-4325", "office": "1323 Longworth House Office Building", "fax": "512-473-8946"}]}, {"id": {"govtrack": 412579, "bioguide": "V000131", "thomas": "02166", "cspan": 79466, "fec": ["H2TX33073"], "votesmart": 49671, "wikipedia": "Marc Veasey", "opensecrets": "N00033839", "ballotpedia": "Mark Veasey", "maplight": 1803, "icpsr": 21365, "wikidata": "Q4068811", "google_entity_id": "kg:/m/0kmnfw5"}, "name": {"first": "Marc", "last": "Veasey", "middle": "A.", "official_full": "Marc A. Veasey"}, "bio": {"gender": "M", "birthday": "1971-01-03"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Democrat", "district": 33, "office": "414 Cannon House Office Building", "address": "414 Cannon HOB; Washington DC 20515-4333", "phone": "202-225-9897", "url": "http://veasey.house.gov", "rss_url": "http://veasey.house.gov/rss.xml", "contact_form": "https://veaseyforms.house.gov/forms/writeyourrep/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Democrat", "district": 33, "office": "414 Cannon House Office Building", "address": "414 Cannon HOB; Washington DC 20515-4333", "phone": "202-225-9897", "url": "http://veasey.house.gov", "rss_url": "http://veasey.house.gov/rss.xml", "contact_form": "https://veaseyforms.house.gov/forms/writeyourrep/", "fax": "202-225-9702"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 33, "party": "Democrat", "phone": "202-225-9897", "url": "http://veasey.house.gov", "rss_url": "http://veasey.house.gov/rss.xml", "address": "1519 Longworth HOB; Washington DC 20515-4333", "office": "1519 Longworth House Office Building", "fax": "202-225-9702"}]}, {"id": {"govtrack": 412580, "bioguide": "V000132", "thomas": "02167", "cspan": 95434, "fec": ["H2TX27190"], "votesmart": 137719, "wikipedia": "Filemon Vela Jr.", "opensecrets": "N00034349", "ballotpedia": "Filemon Vela", "maplight": 1804, "icpsr": 21366, "wikidata": "Q4069225", "google_entity_id": "kg:/m/0ll43fz"}, "name": {"first": "Filemon", "last": "Vela", "official_full": "Filemon Vela"}, "bio": {"gender": "M", "birthday": "1963-02-13"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Democrat", "district": 34, "office": "437 Cannon House Office Building", "address": "437 Cannon HOB; Washington DC 20515-4334", "phone": "202-225-9901", "url": "http://vela.house.gov", "rss_url": "http://vela.house.gov/rss.xml", "contact_form": "https://forms.house.gov/vela/webforms/email-me.shtml", "fax": "202-225-9770"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Democrat", "district": 34, "office": "437 Cannon House Office Building", "address": "437 Cannon HOB; Washington DC 20515-4334", "phone": "202-225-9901", "url": "http://vela.house.gov", "rss_url": "http://vela.house.gov/rss.xml", "contact_form": "https://forms.house.gov/vela/webforms/email-me.shtml", "fax": "202-225-9770"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 34, "party": "Democrat", "phone": "202-225-9901", "url": "https://vela.house.gov", "rss_url": "http://vela.house.gov/rss.xml", "address": "437 Cannon HOB; Washington DC 20515-4334", "office": "437 Cannon House Office Building", "fax": "202-225-9770"}]}, {"id": {"govtrack": 412581, "bioguide": "S001192", "thomas": "02168", "cspan": 68466, "votesmart": 135930, "wikipedia": "Chris Stewart (politician)", "fec": ["H2UT02324"], "opensecrets": "N00033932", "ballotpedia": "Chris Stewart", "maplight": 1805, "icpsr": 21367, "wikidata": "Q4068880", "google_entity_id": "kg:/m/0j273ks"}, "name": {"first": "Chris", "last": "Stewart", "official_full": "Chris Stewart"}, "bio": {"gender": "M", "birthday": "1960-07-15"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "UT", "party": "Republican", "district": 2, "office": "323 Cannon House Office Building", "address": "323 Cannon HOB; Washington DC 20515-4402", "phone": "202-225-9730", "url": "http://stewart.house.gov", "rss_url": "http://stewart.house.gov/rss.xml", "contact_form": "https://stewart.house.gov/contact/email-me", "fax": "801-364-5551"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "UT", "party": "Republican", "district": 2, "office": "323 Cannon House Office Building", "address": "323 Cannon HOB; Washington DC 20515-4402", "phone": "202-225-9730", "url": "http://stewart.house.gov", "rss_url": "http://stewart.house.gov/rss.xml", "contact_form": "https://stewart.house.gov/contact/email-me", "fax": "801-364-5551"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "UT", "district": 2, "party": "Republican", "phone": "202-225-9730", "url": "http://stewart.house.gov", "rss_url": "http://stewart.house.gov/rss.xml", "address": "323 Cannon HOB; Washington DC 20515-4402", "office": "323 Cannon House Office Building", "fax": "801-364-5551"}]}, {"id": {"bioguide": "K000384", "thomas": "02176", "lis": "S362", "govtrack": 412582, "cspan": 49219, "wikipedia": "Tim Kaine", "votesmart": 50772, "opensecrets": "N00033177", "fec": ["S2VA00142"], "ballotpedia": "Tim Kaine", "maplight": 1806, "icpsr": 41305, "wikidata": "Q359888", "google_entity_id": "kg:/m/053f8h"}, "name": {"first": "Timothy", "last": "Kaine", "official_full": "Tim Kaine"}, "bio": {"gender": "M", "birthday": "1958-02-26"}, "terms": [{"type": "sen", "start": "2013-01-03", "end": "2019-01-03", "state": "VA", "party": "Democrat", "class": 1, "url": "http://www.kaine.senate.gov", "address": "231 Russell Senate Office Building Washington DC 20510", "office": "231 Russell Senate Office Building", "phone": "202-224-4024", "state_rank": "junior", "contact_form": "https://www.kaine.senate.gov/contact", "rss_url": "http://www.kaine.senate.gov/rss/feeds/?type=all", "fax": "202-228-6363"}]}, {"id": {"govtrack": 412583, "bioguide": "K000381", "thomas": "02169", "cspan": 68310, "votesmart": 51516, "wikipedia": "Derek Kilmer", "fec": ["H2WA06129"], "opensecrets": "N00034453", "ballotpedia": "Derek Kilmer", "maplight": 1807, "icpsr": 21368, "wikidata": "Q4068828", "google_entity_id": "kg:/m/03w9yd6"}, "name": {"first": "Derek", "last": "Kilmer", "official_full": "Derek Kilmer"}, "bio": {"gender": "M", "birthday": "1974-01-01"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WA", "party": "Democrat", "district": 6, "office": "1429 Longworth House Office Building", "address": "1429 Longworth HOB; Washington DC 20515-4706", "phone": "202-225-5916", "url": "http://kilmer.house.gov", "rss_url": "http://kilmer.house.gov/rss.xml", "contact_form": "https://kilmer.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WA", "party": "Democrat", "district": 6, "office": "1520 Longworth House Office Building", "address": "1520 Longworth HOB; Washington DC 20515-4706", "phone": "202-225-5916", "url": "http://kilmer.house.gov", "rss_url": "http://kilmer.house.gov/rss.xml", "contact_form": "https://kilmer.house.gov/contact/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WA", "district": 6, "party": "Democrat", "phone": "202-225-5916", "url": "https://kilmer.house.gov", "rss_url": "http://kilmer.house.gov/rss.xml", "address": "1520 Longworth HOB; Washington DC 20515-4706", "office": "1520 Longworth House Office Building"}]}, {"id": {"govtrack": 412584, "bioguide": "H001064", "thomas": "02170", "cspan": 9269006, "opensecrets": "N00031557", "votesmart": 126058, "wikipedia": "Dennis Heck", "fec": ["H0WA03161"], "ballotpedia": "Denny Heck", "maplight": 1808, "icpsr": 21369, "wikidata": "Q4068793", "google_entity_id": "kg:/m/075stz"}, "name": {"first": "Denny", "last": "Heck", "official_full": "Denny Heck"}, "bio": {"gender": "M", "birthday": "1952-07-29"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WA", "party": "Democrat", "district": 10, "office": "425 Cannon House Office Building", "address": "425 Cannon HOB; Washington DC 20515-4710", "phone": "202-225-9740", "url": "http://dennyheck.house.gov", "rss_url": "http://dennyheck.house.gov/rss.xml", "contact_form": "https://dennyheck.house.gov/contact/email-me", "fax": "202-225-0129"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WA", "party": "Democrat", "district": 10, "office": "425 Cannon House Office Building", "address": "425 Cannon HOB; Washington DC 20515-4710", "phone": "202-225-9740", "url": "http://dennyheck.house.gov", "rss_url": "http://dennyheck.house.gov/rss.xml", "contact_form": "https://dennyheck.house.gov/contact/email-me", "fax": "202-225-0129"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WA", "district": 10, "party": "Democrat", "phone": "202-225-9740", "url": "http://dennyheck.house.gov", "rss_url": "http://dennyheck.house.gov/rss.xml", "address": "425 Cannon HOB; Washington DC 20515-4710", "office": "425 Cannon House Office Building", "fax": "202-225-0129"}]}, {"id": {"govtrack": 412585, "bioguide": "P000607", "thomas": "02171", "cspan": 79688, "votesmart": 26238, "wikipedia": "Mark Pocan", "fec": ["H2WI02124"], "opensecrets": "N00033549", "ballotpedia": "Mark Pocan", "maplight": 1809, "icpsr": 21370, "wikidata": "Q1900355", "google_entity_id": "kg:/m/0gyhpz"}, "name": {"first": "Mark", "last": "Pocan", "official_full": "Mark Pocan"}, "bio": {"gender": "M", "birthday": "1964-08-14"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WI", "party": "Democrat", "district": 2, "office": "313 Cannon House Office Building", "address": "313 Cannon HOB; Washington DC 20515-4902", "phone": "202-225-2906", "url": "http://pocan.house.gov", "rss_url": "http://pocan.house.gov/rss.xml", "contact_form": "https://pocan.house.gov/contact/email-me", "fax": "202-225-6942"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WI", "party": "Democrat", "district": 2, "office": "313 Cannon House Office Building", "address": "313 Cannon HOB; Washington DC 20515-4902", "phone": "202-225-2906", "url": "http://pocan.house.gov", "rss_url": "http://pocan.house.gov/rss.xml", "contact_form": "https://pocan.house.gov/contact/email-me", "fax": "202-225-6942"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WI", "district": 2, "party": "Democrat", "phone": "202-225-2906", "url": "http://pocan.house.gov", "rss_url": "http://pocan.house.gov/rss.xml", "address": "1421 Longworth HOB; Washington DC 20515-4902", "office": "1421 Longworth House Office Building", "fax": "202-225-6942"}]}, {"id": {"bioguide": "K000385", "thomas": "02190", "govtrack": 412595, "votesmart": 33384, "wikipedia": "Robin Kelly", "fec": ["H2IL02172"], "opensecrets": "N00035215", "ballotpedia": "Robin Kelly", "cspan": 70399, "icpsr": 21371, "house_history": 15032393262, "maplight": 2045, "wikidata": "Q3437091", "google_entity_id": "kg:/m/0g8l32"}, "name": {"first": "Robin", "last": "Kelly", "official_full": "Robin L. Kelly"}, "bio": {"gender": "F", "birthday": "1956-04-30"}, "terms": [{"type": "rep", "start": "2013-04-09", "end": "2015-01-03", "state": "IL", "district": 2, "party": "Democrat", "address": "2419 Rayburn HOB; Washington DC 20515-1302", "office": "2419 Rayburn House Office Building", "phone": "202-225-0773", "url": "http://robinkelly.house.gov", "contact_form": "https://robinkelly.house.gov/contact/email-me", "rss_url": "http://robinkelly.house.gov/rss.xml", "fax": "202-225-4583"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "district": 2, "party": "Democrat", "address": "1239 Longworth HOB; Washington DC 20515-1302", "office": "1239 Longworth House Office Building", "phone": "202-225-0773", "url": "http://robinkelly.house.gov", "contact_form": "https://robinkelly.house.gov/contact/email-me", "rss_url": "http://robinkelly.house.gov/rss.xml", "fax": "202-225-4583"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 2, "party": "Democrat", "phone": "202-225-0773", "url": "https://robinkelly.house.gov", "rss_url": "http://robinkelly.house.gov/rss.xml", "address": "1239 Longworth HOB; Washington DC 20515-1302", "office": "1239 Longworth House Office Building", "fax": "202-225-4583"}]}, {"id": {"bioguide": "S000051", "thomas": "01012", "govtrack": 400607, "opensecrets": "N00002424", "wikipedia": "Mark Sanford", "votesmart": 21991, "ballotpedia": "Mark Sanford", "cspan": 6513, "maplight": 2046, "fec": ["H4SC01073"], "icpsr": 29565, "house_history": 21195, "wikidata": "Q11669", "google_entity_id": "kg:/m/02c6ck"}, "name": {"first": "Marshall", "last": "Sanford", "nickname": "Mark", "official_full": "Mark Sanford"}, "bio": {"birthday": "1960-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2013-05-15", "end": "2015-01-03", "state": "SC", "district": 1, "party": "Republican", "address": "322 Cannon HOB; Washington DC 20515-4001", "office": "322 Cannon House Office Building", "phone": "202-225-3176", "url": "http://sanford.house.gov", "contact_form": "https://sanford.house.gov/contact/email-me", "rss_url": "http://sanford.house.gov/rss.xml", "fax": "843-521-2535"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "SC", "district": 1, "party": "Republican", "address": "2201 Rayburn HOB; Washington DC 20515-4001", "office": "2201 Rayburn House Office Building", "phone": "202-225-3176", "url": "http://sanford.house.gov", "contact_form": "https://sanford.house.gov/contact/email-me", "rss_url": "http://sanford.house.gov/rss.xml", "fax": "843-521-2535"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "SC", "district": 1, "party": "Republican", "phone": "202-225-3176", "url": "https://sanford.house.gov", "rss_url": "http://sanford.house.gov/rss.xml", "address": "2211 Rayburn HOB; Washington DC 20515-4001", "office": "2211 Rayburn House Office Building", "fax": "843-521-2535"}]}, {"id": {"bioguide": "S001195", "thomas": "02191", "govtrack": 412596, "wikipedia": "Jason T. Smith", "votesmart": 59318, "maplight": 2047, "opensecrets": "N00035282", "fec": ["H4MO08162"], "ballotpedia": "Jason Smith (Missouri representative)", "cspan": 71083, "icpsr": 21373, "wikidata": "Q6163589", "google_entity_id": "kg:/m/0g9yj_2"}, "name": {"first": "Jason", "middle": "T.", "last": "Smith", "official_full": "Jason Smith"}, "bio": {"birthday": "1980-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "2013-06-04", "end": "2015-01-03", "state": "MO", "district": 8, "party": "Republican", "office": "2230 Rayburn House Office Building", "phone": "202-225-4404", "url": "http://jasonsmith.house.gov", "contact_form": "https://jasonsmith.house.gov/contact/email-me", "address": "2230 Rayburn HOB; Washington DC 20515-2508", "rss_url": "http://jasonsmith.house.gov/rss.xml", "fax": "202-226-0326"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MO", "district": 8, "party": "Republican", "office": "1118 Longworth House Office Building", "phone": "202-225-4404", "url": "http://jasonsmith.house.gov", "contact_form": "https://jasonsmith.house.gov/contact/email-me", "address": "1118 Longworth HOB; Washington DC 20515-2508", "rss_url": "http://jasonsmith.house.gov/rss.xml", "fax": "202-226-0326"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MO", "district": 8, "party": "Republican", "phone": "202-225-4404", "url": "https://jasonsmith.house.gov", "rss_url": "http://jasonsmith.house.gov/rss.xml", "address": "1118 Longworth HOB; Washington DC 20515-2508", "office": "1118 Longworth House Office Building", "fax": "202-226-0326"}]}, {"id": {"bioguide": "B001288", "lis": "S370", "thomas": "02194", "govtrack": 412598, "opensecrets": "N00035267", "votesmart": 76151, "wikipedia": "Cory Booker", "ballotpedia": "Cory Booker", "fec": ["S4NJ00185"], "cspan": 84679, "maplight": 2051, "wikidata": "Q1135767", "google_entity_id": "kg:/m/06p430"}, "name": {"first": "Cory", "middle": "Anthony", "last": "Booker", "official_full": "Cory A. Booker"}, "bio": {"birthday": "1969-04-27", "gender": "M"}, "terms": [{"type": "sen", "start": "2013-10-31", "end": "2015-01-03", "state": "NJ", "class": 2, "party": "Democrat", "state_rank": "junior", "url": "http://www.booker.senate.gov", "phone": "202-224-3224", "address": "141 Hart Senate Office Building Washington DC 20510", "office": "141 Hart Senate Office Building", "contact_form": "http://www.booker.senate.gov/?p=contact"}, {"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "NJ", "class": 2, "party": "Democrat", "state_rank": "junior", "url": "http://www.booker.senate.gov", "phone": "202-224-3224", "address": "359 Dirksen Senate Office Building Washington DC 20510", "office": "359 Dirksen Senate Office Building", "contact_form": "https://www.booker.senate.gov/?p=contact", "fax": "202-224-8378"}]}, {"id": {"bioguide": "C001101", "thomas": "02196", "govtrack": 412600, "opensecrets": "N00035278", "votesmart": 35858, "wikipedia": "Katherine Clark", "ballotpedia": "Katherine Clark", "fec": ["H4MA05084"], "cspan": 73178, "house_history": 15032398493, "maplight": 2053, "wikidata": "Q6376330", "google_entity_id": "kg:/m/0fpjc8b"}, "name": {"first": "Katherine", "middle": "M.", "last": "Clark", "official_full": "Katherine M. Clark"}, "bio": {"birthday": "1963-07-17", "gender": "F"}, "terms": [{"type": "rep", "start": "2013-12-12", "end": "2015-01-03", "state": "MA", "party": "Democrat", "district": 5, "url": "http://katherineclark.house.gov", "address": "2108 Rayburn HOB; Washington DC 20515-2105", "office": "2108 Rayburn House Office Building", "phone": "202-225-2836", "contact_form": "https://katherineclark.house.gov/index.cfm/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MA", "party": "Democrat", "district": 5, "url": "https://katherineclark.house.gov", "address": "1721 Longworth HOB; Washington DC 20515-2105", "office": "1721 Longworth House Office Building", "phone": "202-225-2836", "contact_form": "https://katherineclark.house.gov/index.cfm/email-me", "fax": "202-226-0092"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MA", "district": 5, "party": "Democrat", "phone": "202-225-2836", "url": "https://katherineclark.house.gov", "address": "1415 Longworth HOB; Washington DC 20515-2105", "office": "1415 Longworth House Office Building", "fax": "202-226-0092"}]}, {"id": {"bioguide": "B001289", "thomas": "02197", "govtrack": 412601, "opensecrets": "N00035380", "votesmart": 27584, "wikipedia": "Bradley Byrne", "ballotpedia": "Bradley Byrne", "fec": ["H4AL01123"], "cspan": 73486, "maplight": 2054, "wikidata": "Q4954892", "google_entity_id": "kg:/m/09g6kty"}, "name": {"first": "Bradley", "last": "Byrne", "official_full": "Bradley Byrne"}, "bio": {"birthday": "1955-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "2014-01-08", "end": "2015-01-03", "state": "AL", "district": 1, "party": "Republican", "address": "2236 Rayburn HOB; Washington DC 20515-0101", "office": "2236 Rayburn House Office Building", "phone": "202-225-4931", "url": "http://byrne.house.gov", "contact_form": "https://byrne.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AL", "district": 1, "party": "Republican", "address": "119 Cannon HOB; Washington DC 20515-0101", "office": "119 Cannon House Office Building", "phone": "202-225-4931", "url": "https://byrne.house.gov", "contact_form": "https://byrne.house.gov/contact/email-me", "fax": "202-225-0562"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AL", "district": 1, "party": "Republican", "phone": "202-225-4931", "url": "https://byrne.house.gov", "address": "119 Cannon HOB; Washington DC 20515-0101", "office": "119 Cannon House Office Building", "fax": "202-225-0562"}]}, {"id": {"bioguide": "B001290", "thomas": "02203", "fec": ["H4VA07143"], "govtrack": 412605, "opensecrets": "N00036013", "cspan": 75248, "wikipedia": "Dave Brat", "ballotpedia": "David Brat", "house_history": 15032409257, "maplight": 2061, "wikidata": "Q17160419", "google_entity_id": "kg:/m/010qykqw", "votesmart": 152270}, "name": {"first": "David", "middle": "Alan", "nickname": "Dave", "last": "Brat", "official_full": "Dave Brat"}, "bio": {"gender": "M", "birthday": "1964-07-27"}, "terms": [{"type": "rep", "start": "2014-11-12", "end": "2015-01-03", "state": "VA", "district": 7, "party": "Republican", "url": "http://brat.house.gov/", "contact_form": "http://brat.house.gov/contact", "address": "303 Cannon HOB; Washington DC 20515-4607", "office": "303 Cannon House Office Building", "phone": "202-225-2815", "fax": "202-225-0011"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "VA", "district": 7, "party": "Republican", "url": "http://brat.house.gov", "contact_form": "http://brat.house.gov/contact", "address": "330 Cannon HOB; Washington DC 20515-4607", "office": "330 Cannon House Office Building", "phone": "202-225-2815"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "VA", "district": 7, "party": "Republican", "phone": "202-225-2815", "url": "http://brat.house.gov", "address": "1628 Longworth HOB; Washington DC 20515-4607", "office": "1628 Longworth House Office Building"}]}, {"id": {"bioguide": "N000188", "thomas": "02202", "fec": ["H4NJ01084"], "govtrack": 412606, "opensecrets": "N00036154", "cspan": 76311, "wikipedia": "Donald Norcross", "ballotpedia": "Donald Norcross", "house_history": 15032409258, "maplight": 2062, "wikidata": "Q5294942", "google_entity_id": "kg:/m/09g8b1_", "votesmart": 116277}, "name": {"first": "Donald", "middle": "W.", "last": "Norcross", "official_full": "Donald Norcross"}, "bio": {"gender": "M", "birthday": "1958-12-13"}, "terms": [{"type": "rep", "start": "2014-11-12", "end": "2015-01-03", "state": "NJ", "district": 1, "party": "Democrat", "url": "http://norcross.house.gov/", "contact_form": "http://norcross.house.gov/contact", "address": "2265 Rayburn HOB; Washington DC 20515-3001", "office": "2265 Rayburn House Office Building", "phone": "202-225-6501"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NJ", "district": 1, "party": "Democrat", "url": "http://norcross.house.gov", "contact_form": "http://norcross.house.gov/contact", "address": "1531 Longworth HOB; Washington DC 20515-3001", "office": "1531 Longworth House Office Building", "phone": "202-225-6501", "fax": "202-225-6583"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NJ", "district": 1, "party": "Democrat", "phone": "202-225-6501", "url": "https://norcross.house.gov", "address": "1531 Longworth HOB; Washington DC 20515-3001", "office": "1531 Longworth House Office Building", "fax": "202-225-6583"}]}, {"id": {"bioguide": "A000370", "thomas": "02201", "fec": ["H4NC12100"], "govtrack": 412607, "opensecrets": "N00035451", "cspan": 76386, "wikipedia": "Alma Adams", "ballotpedia": "Alma Adams", "house_history": 15032409256, "maplight": 2063, "wikidata": "Q4733597", "google_entity_id": "kg:/m/02b45d", "votesmart": 5935}, "name": {"first": "Alma", "last": "Adams", "official_full": "Alma S. Adams"}, "bio": {"gender": "F", "birthday": "1946-05-27"}, "terms": [{"type": "rep", "start": "2014-11-12", "end": "2015-01-03", "state": "NC", "district": 12, "party": "Democrat", "url": "http://adams.house.gov/", "contact_form": "http://adams.house.gov/contact", "address": "2304 Rayburn HOB; Washington DC 20515-3312", "office": "2304 Rayburn House Office Building", "phone": "202-225-1510"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NC", "district": 12, "party": "Democrat", "url": "http://adams.house.gov", "contact_form": "http://adams.house.gov/contact", "address": "222 Cannon HOB; Washington DC 20515-3312", "office": "222 Cannon House Office Building", "phone": "202-225-1510", "fax": "202-225-1512"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NC", "district": 12, "party": "Democrat", "phone": "202-225-1510", "url": "http://adams.house.gov", "address": "222 Cannon HOB; Washington DC 20515-3312", "office": "222 Cannon House Office Building", "fax": "202-225-1512"}]}, {"id": {"bioguide": "P000609", "fec": ["H4AL06098"], "govtrack": 412608, "opensecrets": "N00035691", "thomas": "02221", "maplight": 2064, "wikidata": "Q17386504", "wikipedia": "Gary Palmer (politician)", "google_entity_id": "kg:/m/0115nklq", "votesmart": 146274}, "name": {"first": "Gary", "last": "Palmer", "official_full": "Gary J. Palmer"}, "bio": {"gender": "M", "birthday": "1954-05-14"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AL", "district": 6, "party": "Republican", "address": "206 Cannon HOB; Washington DC 20515-0106", "office": "206 Cannon House Office Building", "phone": "202-225-4921", "url": "https://palmer.house.gov", "fax": "202-225-2082"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AL", "district": 6, "party": "Republican", "phone": "202-225-4921", "url": "https://palmer.house.gov", "address": "330 Cannon HOB; Washington DC 20515-0106", "office": "330 Cannon House Office Building", "fax": "202-225-2082"}]}, {"id": {"bioguide": "H001072", "fec": ["H4AR02141"], "govtrack": 412609, "opensecrets": "N00035792", "thomas": "02223", "maplight": 2065, "wikidata": "Q18631366", "wikipedia": "French Hill (politician)", "google_entity_id": "kg:/m/0127p1zk", "votesmart": 146290}, "name": {"first": "French", "last": "Hill", "official_full": "J. French Hill"}, "bio": {"gender": "M", "birthday": "1956-12-05"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AR", "district": 2, "party": "Republican", "address": "1229 Longworth HOB; Washington DC 20515-0402", "office": "1229 Longworth House Office Building", "phone": "202-225-2506", "url": "https://hill.house.gov", "fax": "202-225-5903"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AR", "district": 2, "party": "Republican", "phone": "202-225-2506", "url": "https://hill.house.gov", "address": "1229 Longworth HOB; Washington DC 20515-0402", "office": "1229 Longworth House Office Building", "fax": "202-225-5903"}]}, {"id": {"bioguide": "W000821", "fec": ["H4AR04048"], "govtrack": 412610, "opensecrets": "N00035527", "thomas": "02224", "maplight": 2066, "wikidata": "Q16197421", "wikipedia": "Bruce Westerman", "google_entity_id": "kg:/m/0wklff5", "votesmart": 119120}, "name": {"first": "Bruce", "last": "Westerman", "official_full": "Bruce Westerman"}, "bio": {"gender": "M", "birthday": "1967-11-18"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AR", "district": 4, "party": "Republican", "address": "130 Cannon HOB; Washington DC 20515-0404", "office": "130 Cannon House Office Building", "phone": "202-225-3772", "url": "https://westerman.house.gov"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AR", "district": 4, "party": "Republican", "phone": "202-225-3772", "url": "https://westerman.house.gov", "address": "130 Cannon HOB; Washington DC 20515-0404", "office": "130 Cannon House Office Building"}]}, {"id": {"bioguide": "M001197", "fec": ["H2AZ08102"], "govtrack": 412611, "opensecrets": "N00033982", "thomas": "02225", "house_history": 15032414876, "maplight": 2067, "wikidata": "Q6774492", "wikipedia": "Martha McSally", "google_entity_id": "kg:/m/027fybv", "votesmart": 137299}, "name": {"first": "Martha", "last": "McSally", "official_full": "Martha McSally"}, "bio": {"gender": "F", "birthday": "1966-03-22"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AZ", "district": 2, "party": "Republican", "address": "1029 Longworth HOB; Washington DC 20515-0302", "office": "1029 Longworth House Office Building", "phone": "202-225-2542", "url": "https://mcsally.house.gov", "fax": "202-225-0378"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AZ", "district": 2, "party": "Republican", "phone": "202-225-2542", "url": "https://mcsally.house.gov", "address": "510 Cannon HOB; Washington DC 20515-0302", "office": "510 Cannon House Office Building", "fax": "202-225-0378"}]}, {"id": {"bioguide": "G000574", "fec": ["H4AZ07043"], "govtrack": 412612, "opensecrets": "N00036097", "thomas": "02226", "maplight": 2068, "wikidata": "Q16218474", "wikipedia": "Ruben Gallego", "google_entity_id": "kg:/m/0wy0mz5"}, "name": {"first": "Ruben", "last": "Gallego", "official_full": "Ruben Gallego"}, "bio": {"gender": "M", "birthday": "1979-11-20"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AZ", "district": 7, "party": "Democrat", "address": "1218 Longworth HOB; Washington DC 20515-0307", "office": "1218 Longworth House Office Building", "phone": "202-225-4065", "url": "https://rubengallego.house.gov"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AZ", "district": 7, "party": "Democrat", "phone": "202-225-4065", "url": "https://rubengallego.house.gov", "address": "1218 Longworth HOB; Washington DC 20515-0307", "office": "1218 Longworth House Office Building"}]}, {"id": {"bioguide": "D000623", "fec": ["H0CA10073"], "govtrack": 412613, "opensecrets": "N00030709", "thomas": "02227", "maplight": 2069, "wikidata": "Q6767311", "wikipedia": "Mark DeSaulnier", "google_entity_id": "kg:/m/0289gkw"}, "name": {"first": "Mark", "last": "DeSaulnier", "official_full": "Mark DeSaulnier"}, "bio": {"gender": "M", "birthday": "1952-03-31"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "district": 11, "party": "Democrat", "address": "327 Cannon HOB; Washington DC 20515-0511", "office": "327 Cannon House Office Building", "phone": "202-225-2095", "url": "https://desaulnier.house.gov", "fax": "202-225-5609"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 11, "party": "Democrat", "phone": "202-225-2095", "url": "https://desaulnier.house.gov", "address": "115 Cannon HOB; Washington DC 20515-0511", "office": "115 Cannon House Office Building", "fax": "202-225-5609"}]}, {"id": {"bioguide": "K000387", "fec": ["H4CA25123"], "govtrack": 412614, "opensecrets": "N00035820", "thomas": "02228", "maplight": 2070, "wikidata": "Q7613060", "wikipedia": "Steve Knight (politician)", "google_entity_id": "kg:/m/05zjrvq", "ballotpedia": "Stephen Knight"}, "name": {"first": "Steve", "last": "Knight", "official_full": "Stephen Knight"}, "bio": {"gender": "M", "birthday": "1966-12-17"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "district": 25, "party": "Republican", "address": "1023 Longworth HOB; Washington DC 20515-0525", "office": "1023 Longworth House Office Building", "phone": "202-225-1956", "url": "https://knight.house.gov", "fax": "202-226-0683"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 25, "party": "Republican", "phone": "202-225-1956", "url": "https://knight.house.gov", "address": "1023 Longworth HOB; Washington DC 20515-0525", "office": "1023 Longworth House Office Building", "fax": "202-226-0683"}]}, {"id": {"bioguide": "A000371", "fec": ["H2CA31125"], "govtrack": 412615, "opensecrets": "N00033997", "thomas": "02229", "maplight": 2071, "wikidata": "Q7171821", "wikipedia": "Pete Aguilar", "google_entity_id": "kg:/m/0jwv0xf", "votesmart": 70114}, "name": {"first": "Pete", "last": "Aguilar", "official_full": "Pete Aguilar"}, "bio": {"gender": "M", "birthday": "1979-06-19"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "district": 31, "party": "Democrat", "address": "1223 Longworth HOB; Washington DC 20515-0531", "office": "1223 Longworth House Office Building", "phone": "202-225-3201", "url": "https://aguilar.house.gov", "fax": "202-226-6962"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 31, "party": "Democrat", "phone": "202-225-3201", "url": "https://aguilar.house.gov", "address": "1223 Longworth HOB; Washington DC 20515-0531", "office": "1223 Longworth House Office Building", "fax": "202-226-6962"}]}, {"id": {"bioguide": "L000582", "fec": ["H4CA33119"], "govtrack": 412616, "opensecrets": "N00035825", "thomas": "02230", "maplight": 2072, "wikidata": "Q7693450", "wikipedia": "Ted Lieu", "google_entity_id": "kg:/m/0f3y2w"}, "name": {"first": "Ted", "last": "Lieu", "official_full": "Ted Lieu"}, "bio": {"gender": "M", "birthday": "1969-03-29"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "district": 33, "party": "Democrat", "address": "415 Cannon HOB; Washington DC 20515-0533", "office": "415 Cannon House Office Building", "phone": "202-225-3976", "url": "https://lieu.house.gov", "fax": "202-225-4099"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 33, "party": "Democrat", "phone": "202-225-3976", "url": "https://lieu.house.gov", "address": "236 Cannon HOB; Washington DC 20515-0533", "office": "236 Cannon House Office Building", "fax": "202-225-4099"}]}, {"id": {"bioguide": "T000474", "fec": ["H4CA35031"], "govtrack": 412617, "opensecrets": "N00036107", "thomas": "02231", "house_history": 15032410409, "maplight": 2073, "wikidata": "Q3343727", "wikipedia": "Norma Torres", "google_entity_id": "kg:/m/03wd1hs"}, "name": {"first": "Norma", "last": "Torres", "official_full": "Norma J. Torres"}, "bio": {"gender": "F", "birthday": "1965-04-04"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "district": 35, "party": "Democrat", "address": "516 Cannon HOB; Washington DC 20515-0535", "office": "516 Cannon House Office Building", "phone": "202-225-6161", "url": "https://torres.house.gov", "fax": "202-225-8671"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 35, "party": "Democrat", "phone": "202-225-6161", "url": "https://torres.house.gov", "address": "1713 Longworth HOB; Washington DC 20515-0535", "office": "1713 Longworth House Office Building", "fax": "202-225-8671"}]}, {"id": {"bioguide": "W000820", "fec": ["H4CA45097"], "govtrack": 412618, "opensecrets": "N00035391", "thomas": "02232", "house_history": 15032409970, "maplight": 2074, "wikidata": "Q6862199", "wikipedia": "Mimi Walters", "google_entity_id": "kg:/m/077r0l"}, "name": {"first": "Mimi", "last": "Walters", "official_full": "Mimi Walters"}, "bio": {"gender": "F", "birthday": "1962-05-14"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "district": 45, "party": "Republican", "address": "236 Cannon HOB; Washington DC 20515-0545", "office": "236 Cannon House Office Building", "phone": "202-225-5611", "url": "https://walters.house.gov", "fax": "202-225-9177"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 45, "party": "Republican", "phone": "202-225-5611", "url": "https://walters.house.gov", "address": "215 Cannon HOB; Washington DC 20515-0545", "office": "215 Cannon House Office Building", "fax": "202-225-9177"}]}, {"id": {"bioguide": "B001297", "fec": ["S0CO00237", "H4CO04090"], "govtrack": 412619, "opensecrets": "N00030829", "thomas": "02233", "maplight": 2075, "wikidata": "Q1439421", "wikipedia": "Ken Buck", "google_entity_id": "kg:/m/05zzjd2", "votesmart": 125319}, "name": {"first": "Ken", "last": "Buck", "official_full": "Ken Buck"}, "bio": {"gender": "M", "birthday": "1959-02-16"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CO", "district": 4, "party": "Republican", "address": "416 Cannon HOB; Washington DC 20515-0604", "office": "416 Cannon House Office Building", "phone": "202-225-4676", "url": "https://buck.house.gov", "fax": "202-225-5870"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CO", "district": 4, "party": "Republican", "phone": "202-225-4676", "url": "https://buck.house.gov", "address": "1130 Longworth HOB; Washington DC 20515-0604", "office": "1130 Longworth House Office Building", "fax": "202-225-5870"}]}, {"id": {"bioguide": "C001107", "fec": ["H4FL26038"], "govtrack": 412621, "opensecrets": "N00035403", "thomas": "02235", "maplight": 2077, "wikidata": "Q18631533", "wikipedia": "Carlos Curbelo (politician)", "google_entity_id": "kg:/m/0127nzmk", "votesmart": 137676}, "name": {"first": "Carlos", "last": "Curbelo", "official_full": "Carlos Curbelo"}, "bio": {"gender": "M", "birthday": "1980-03-01"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "district": 26, "party": "Republican", "address": "1429 Longworth HOB; Washington DC 20515-0926", "office": "1429 Longworth House Office Building", "phone": "202-225-2778", "url": "http://curbelo.house.gov"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 26, "party": "Republican", "phone": "202-225-2778", "url": "http://curbelo.house.gov", "address": "1404 Longworth HOB; Washington DC 20515-0926", "office": "1404 Longworth House Office Building"}]}, {"id": {"bioguide": "C001103", "fec": ["H4GA01039"], "govtrack": 412622, "opensecrets": "N00035346", "thomas": "02236", "maplight": 2078, "wikidata": "Q16240994", "wikipedia": "Buddy Carter", "google_entity_id": "kg:/m/0w32xj9", "votesmart": 32085}, "name": {"first": "Buddy", "last": "Carter", "official_full": "Earl L. \"Buddy\" Carter"}, "bio": {"gender": "M", "birthday": "1957-09-06"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "GA", "district": 1, "party": "Republican", "address": "432 Cannon HOB; Washington DC 20515-1001", "office": "432 Cannon House Office Building", "phone": "202-225-5831", "url": "http://buddycarter.house.gov", "fax": "202-226-2269"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "GA", "district": 1, "party": "Republican", "phone": "202-225-5831", "url": "http://buddycarter.house.gov", "address": "432 Cannon HOB; Washington DC 20515-1001", "office": "432 Cannon House Office Building", "fax": "202-226-2269"}]}, {"id": {"bioguide": "H001071", "fec": ["H0GA07125"], "govtrack": 412623, "opensecrets": "N00032243", "thomas": "02237", "maplight": 2079, "wikidata": "Q6208081", "wikipedia": "Jody Hice", "google_entity_id": "kg:/m/0640dpx", "votesmart": 122246}, "name": {"first": "Jody", "last": "Hice", "official_full": "Jody B. Hice"}, "bio": {"gender": "M", "birthday": "1960-04-22"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "GA", "district": 10, "party": "Republican", "address": "1516 Longworth HOB; Washington DC 20515-1010", "office": "1516 Longworth House Office Building", "phone": "202-225-4101", "url": "https://hice.house.gov", "fax": "202-226-0776"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "GA", "district": 10, "party": "Republican", "phone": "202-225-4101", "url": "https://hice.house.gov", "address": "324 Cannon HOB; Washington DC 20515-1010", "office": "324 Cannon House Office Building", "fax": "202-226-0776"}]}, {"id": {"bioguide": "L000583", "fec": ["H4GA11061"], "govtrack": 412624, "opensecrets": "N00035347", "thomas": "02238", "maplight": 2080, "wikidata": "Q16731643", "wikipedia": "Barry Loudermilk", "google_entity_id": "kg:/m/0wqdmcm", "votesmart": 31618}, "name": {"first": "Barry", "last": "Loudermilk", "official_full": "Barry Loudermilk"}, "bio": {"gender": "M", "birthday": "1963-12-22"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "GA", "district": 11, "party": "Republican", "address": "238 Cannon HOB; Washington DC 20515-1011", "office": "238 Cannon House Office Building", "phone": "202-225-2931", "url": "http://loudermilk.house.gov", "fax": "202-225-2944"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "GA", "district": 11, "party": "Republican", "phone": "202-225-2931", "url": "http://loudermilk.house.gov", "address": "329 Cannon HOB; Washington DC 20515-1011", "office": "329 Cannon House Office Building", "fax": "202-225-2944"}]}, {"id": {"bioguide": "A000372", "fec": ["H2GA12121"], "govtrack": 412625, "opensecrets": "N00033720", "thomas": "02239", "maplight": 2081, "wikidata": "Q18683976", "wikipedia": "Rick W. Allen", "google_entity_id": "kg:/m/0127y9dk", "votesmart": 136062}, "name": {"first": "Rick", "last": "Allen", "official_full": "Rick W. Allen"}, "bio": {"gender": "M", "birthday": "1951-11-07"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "GA", "district": 12, "party": "Republican", "address": "513 Cannon HOB; Washington DC 20515-1012", "office": "513 Cannon House Office Building", "phone": "202-225-2823", "url": "http://allen.house.gov", "fax": "202-225-3377"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "GA", "district": 12, "party": "Republican", "phone": "202-225-2823", "url": "http://allen.house.gov", "address": "426 Cannon HOB; Washington DC 20515-1012", "office": "426 Cannon House Office Building", "fax": "202-225-3377"}]}, {"id": {"bioguide": "B001294", "fec": ["H2IA01055"], "govtrack": 412627, "opensecrets": "N00033744", "thomas": "02241", "maplight": 2083, "wikidata": "Q18684853", "wikipedia": "Rod Blum", "google_entity_id": "kg:/m/0127p02j", "ballotpedia": "Rod Blum"}, "name": {"first": "Rod", "last": "Blum", "official_full": "Rod Blum"}, "bio": {"gender": "M", "birthday": "1955-04-26"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IA", "district": 1, "party": "Republican", "address": "213 Cannon HOB; Washington DC 20515-1501", "office": "213 Cannon House Office Building", "phone": "202-225-2911", "url": "https://blum.house.gov"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IA", "district": 1, "party": "Republican", "phone": "202-225-2911", "url": "https://blum.house.gov", "address": "1108 Longworth HOB; Washington DC 20515-1501", "office": "1108 Longworth House Office Building"}]}, {"id": {"bioguide": "Y000066", "fec": ["S4IA00103", "H4IA03115"], "govtrack": 412628, "opensecrets": "N00035509", "thomas": "02242", "maplight": 2084, "wikidata": "Q19321008", "wikipedia": "David Young (Iowa politician)", "google_entity_id": "kg:/m/0127pc92"}, "name": {"first": "David", "last": "Young", "official_full": "David Young"}, "bio": {"gender": "M", "birthday": "1968-05-11"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IA", "district": 3, "party": "Republican", "address": "515 Cannon HOB; Washington DC 20515-1503", "office": "515 Cannon House Office Building", "phone": "202-225-5476", "url": "https://davidyoung.house.gov"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IA", "district": 3, "party": "Republican", "phone": "202-225-5476", "url": "https://davidyoung.house.gov", "address": "240 Cannon HOB; Washington DC 20515-1503", "office": "240 Cannon House Office Building"}]}, {"id": {"bioguide": "B001295", "fec": ["H4IL12060"], "govtrack": 412629, "opensecrets": "N00035420", "thomas": "02243", "maplight": 2085, "wikidata": "Q6846090", "wikipedia": "Mike Bost", "google_entity_id": "kg:/m/0kry42"}, "name": {"first": "Mike", "last": "Bost", "official_full": "Mike Bost"}, "bio": {"gender": "M", "birthday": "1960-12-30"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "district": 12, "party": "Republican", "address": "1440 Longworth HOB; Washington DC 20515-1312", "office": "1440 Longworth House Office Building", "phone": "202-225-5661", "url": "https://bost.house.gov", "fax": "202-225-0285"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 12, "party": "Republican", "phone": "202-225-5661", "url": "https://bost.house.gov", "address": "1440 Longworth HOB; Washington DC 20515-1312", "office": "1440 Longworth House Office Building", "fax": "202-225-0285"}]}, {"id": {"bioguide": "A000374", "fec": ["H4LA05221"], "govtrack": 412630, "thomas": "02244", "opensecrets": "N00036633", "maplight": 2086, "wikidata": "Q18683775", "wikipedia": "Ralph Abraham (politician)", "google_entity_id": "kg:/m/012dwd7_", "votesmart": 155414, "ballotpedia": "Ralph Abraham"}, "name": {"first": "Ralph", "last": "Abraham", "official_full": "Ralph Lee Abraham"}, "bio": {"gender": "M", "birthday": "1954-09-16"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "LA", "district": 5, "party": "Republican", "address": "417 Cannon HOB; Washington DC 20515-1805", "office": "417 Cannon House Office Building", "phone": "202-225-8490", "url": "https://abraham.house.gov", "fax": "202-225-5639"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "LA", "district": 5, "party": "Republican", "phone": "202-225-8490", "url": "https://abraham.house.gov", "address": "417 Cannon HOB; Washington DC 20515-1805", "office": "417 Cannon House Office Building", "fax": "202-225-5639"}]}, {"id": {"bioguide": "G000577", "fec": ["H4LA06153"], "govtrack": 412631, "thomas": "02245", "opensecrets": "N00036135", "maplight": 2087, "wikidata": "Q18686454", "wikipedia": "Garret Graves", "google_entity_id": "kg:/m/012bxlbr", "votesmart": 155424}, "name": {"first": "Garret", "last": "Graves", "official_full": "Garret Graves"}, "bio": {"gender": "M", "birthday": "1972-01-31"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "LA", "district": 6, "party": "Republican", "address": "204 Cannon HOB; Washington DC 20515-1806", "office": "204 Cannon House Office Building", "phone": "202-225-3901", "url": "https://garretgraves.house.gov", "fax": "202-225-7313"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "LA", "district": 6, "party": "Republican", "phone": "202-225-3901", "url": "https://garretgraves.house.gov", "address": "430 Cannon HOB; Washington DC 20515-1806", "office": "430 Cannon House Office Building", "fax": "202-225-7313"}]}, {"id": {"bioguide": "M001196", "fec": ["H4MA06090"], "govtrack": 412632, "opensecrets": "N00035431", "thomas": "02246", "maplight": 2088, "wikidata": "Q18045052", "wikipedia": "Seth Moulton", "google_entity_id": "kg:/m/0sgh587", "votesmart": 146299, "ballotpedia": "Seth Moulton"}, "name": {"first": "Seth", "last": "Moulton", "official_full": "Seth Moulton"}, "bio": {"gender": "M", "birthday": "1978-10-24"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MA", "district": 6, "party": "Democrat", "address": "1408 Longworth HOB; Washington DC 20515-2106", "office": "1408 Longworth House Office Building", "phone": "202-225-8020", "url": "https://moulton.house.gov", "fax": "202-225-5915"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MA", "district": 6, "party": "Democrat", "phone": "202-225-8020", "url": "http://moulton.house.gov", "address": "1408 Longworth HOB; Washington DC 20515-2106", "office": "1408 Longworth House Office Building", "fax": "202-225-5915"}]}, {"id": {"bioguide": "P000611", "fec": ["S2ME00158", "H4ME02234"], "govtrack": 412633, "opensecrets": "N00034584", "thomas": "02247", "maplight": 2089, "wikidata": "Q4978147", "wikipedia": "Bruce Poliquin", "google_entity_id": "kg:/m/0hrbhmw"}, "name": {"first": "Bruce", "last": "Poliquin", "official_full": "Bruce Poliquin"}, "bio": {"gender": "M", "birthday": "1953-11-01"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "ME", "district": 2, "party": "Republican", "address": "426 Cannon HOB; Washington DC 20515-1902", "office": "426 Cannon House Office Building", "phone": "202-225-6306", "url": "https://poliquin.house.gov", "fax": "202-225-2943"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "ME", "district": 2, "party": "Republican", "phone": "202-225-6306", "url": "https://poliquin.house.gov", "address": "1208 Longworth HOB; Washington DC 20515-1902", "office": "1208 Longworth House Office Building", "fax": "202-225-2943"}]}, {"id": {"bioguide": "M001194", "fec": ["H4MI04126"], "govtrack": 412634, "opensecrets": "N00036275", "thomas": "02248", "maplight": 2090, "wikidata": "Q16194212", "wikipedia": "John Moolenaar", "google_entity_id": "kg:/m/0z6rww4", "votesmart": 37676}, "name": {"first": "John", "last": "Moolenaar", "official_full": "John R. Moolenaar"}, "bio": {"gender": "M", "birthday": "1961-05-08"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MI", "district": 4, "party": "Republican", "address": "117 Cannon HOB; Washington DC 20515-2204", "office": "117 Cannon House Office Building", "phone": "202-225-3561", "url": "https://moolenaar.house.gov", "fax": "202-225-9679"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MI", "district": 4, "party": "Republican", "phone": "202-225-3561", "url": "https://moolenaar.house.gov", "address": "117 Cannon HOB; Washington DC 20515-2204", "office": "117 Cannon House Office Building", "fax": "202-225-9679"}]}, {"id": {"bioguide": "B001293", "fec": ["H4MI08135"], "govtrack": 412635, "opensecrets": "N00036449", "thomas": "02249", "maplight": 2091, "wikidata": "Q16196834", "wikipedia": "Mike Bishop (politician)", "google_entity_id": "kg:/m/027qc0m", "votesmart": 20157}, "name": {"first": "Mike", "last": "Bishop", "official_full": "Mike Bishop"}, "bio": {"gender": "M", "birthday": "1967-03-18"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MI", "district": 8, "party": "Republican", "address": "428 Cannon HOB; Washington DC 20515-2208", "office": "428 Cannon House Office Building", "phone": "202-225-4872", "url": "https://mikebishop.house.gov", "fax": "202-225-5820"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MI", "district": 8, "party": "Republican", "phone": "202-225-4872", "url": "https://mikebishop.house.gov", "address": "428 Cannon HOB; Washington DC 20515-2208", "office": "428 Cannon House Office Building", "fax": "202-225-5820"}]}, {"id": {"bioguide": "T000475", "fec": ["H4MI11097"], "govtrack": 412636, "opensecrets": "N00035607", "thomas": "02250", "maplight": 2092, "wikidata": "Q16982345", "wikipedia": "Dave Trott (politician)", "google_entity_id": "kg:/m/0x0fzkk", "votesmart": 152477}, "name": {"first": "Dave", "last": "Trott", "official_full": "David A. Trott"}, "bio": {"gender": "M", "birthday": "1960-10-16"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MI", "district": 11, "party": "Republican", "address": "1722 Longworth HOB; Washington DC 20515-2211", "office": "1722 Longworth House Office Building", "phone": "202-225-8171", "url": "https://trott.house.gov"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MI", "district": 11, "party": "Republican", "phone": "202-225-8171", "url": "https://trott.house.gov", "address": "1722 Longworth HOB; Washington DC 20515-2211", "office": "1722 Longworth House Office Building"}]}, {"id": {"bioguide": "D000624", "fec": ["H4MI12079"], "govtrack": 412637, "opensecrets": "N00036149", "thomas": "02251", "house_history": 15032409588, "maplight": 2093, "wikidata": "Q5248232", "wikipedia": "Debbie Dingell", "google_entity_id": "kg:/m/03m4188", "votesmart": 152482}, "name": {"first": "Debbie", "last": "Dingell", "official_full": "Debbie Dingell"}, "bio": {"gender": "F", "birthday": "1953-11-23"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MI", "district": 12, "party": "Democrat", "address": "116 Cannon HOB; Washington DC 20515-2212", "office": "116 Cannon House Office Building", "phone": "202-225-4071", "url": "https://debbiedingell.house.gov", "fax": "202-226-0371"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MI", "district": 12, "party": "Democrat", "phone": "202-225-4071", "url": "https://debbiedingell.house.gov", "address": "116 Cannon HOB; Washington DC 20515-2212", "office": "116 Cannon House Office Building", "fax": "202-226-0371"}]}, {"id": {"bioguide": "L000581", "fec": ["H2MI14111"], "govtrack": 412638, "opensecrets": "N00034068", "thomas": "02252", "house_history": 15032411198, "maplight": 2094, "wikidata": "Q4960712", "wikipedia": "Brenda Lawrence", "google_entity_id": "kg:/m/02w_vhg", "votesmart": 78851}, "name": {"first": "Brenda", "last": "Lawrence", "official_full": "Brenda L. Lawrence"}, "bio": {"gender": "F", "birthday": "1954-10-18"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MI", "district": 14, "party": "Democrat", "address": "1237 Longworth HOB; Washington DC 20515-2214", "office": "1237 Longworth House Office Building", "phone": "202-225-5802", "url": "https://lawrence.house.gov", "fax": "202-226-2356"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MI", "district": 14, "party": "Democrat", "phone": "202-225-5802", "url": "https://lawrence.house.gov", "address": "1213 Longworth HOB; Washington DC 20515-2214", "office": "1213 Longworth House Office Building", "fax": "202-226-2356"}]}, {"id": {"bioguide": "E000294", "fec": ["H4MN06087"], "govtrack": 412639, "opensecrets": "N00035440", "thomas": "02253", "maplight": 2095, "wikidata": "Q7815723", "wikipedia": "Tom Emmer", "google_entity_id": "kg:/m/06w2w3l", "votesmart": 38894}, "name": {"first": "Tom", "last": "Emmer", "official_full": "Tom Emmer"}, "bio": {"gender": "M", "birthday": "1961-03-03"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MN", "district": 6, "party": "Republican", "address": "503 Cannon HOB; Washington DC 20515-2306", "office": "503 Cannon House Office Building", "phone": "202-225-2331", "url": "https://emmer.house.gov", "fax": "202-225-6475"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MN", "district": 6, "party": "Republican", "phone": "202-225-2331", "url": "https://emmer.house.gov", "address": "315 Cannon HOB; Washington DC 20515-2306", "office": "315 Cannon House Office Building", "fax": "202-225-6475"}]}, {"id": {"bioguide": "R000603", "fec": ["H2NC07096"], "govtrack": 412641, "opensecrets": "N00033527", "thomas": "02256", "maplight": 2097, "wikidata": "Q5239255", "wikipedia": "David Rouzer", "google_entity_id": "kg:/m/0jt1s3l", "votesmart": 102964}, "name": {"first": "David", "last": "Rouzer", "official_full": "David Rouzer"}, "bio": {"gender": "M", "birthday": "1972-02-16"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NC", "district": 7, "party": "Republican", "address": "424 Cannon HOB; Washington DC 20515-3307", "office": "424 Cannon House Office Building", "phone": "202-225-2731", "url": "https://rouzer.house.gov", "fax": "202-225-5773"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NC", "district": 7, "party": "Republican", "phone": "202-225-2731", "url": "https://rouzer.house.gov", "address": "424 Cannon HOB; Washington DC 20515-3307", "office": "424 Cannon House Office Building", "fax": "202-225-5773"}]}, {"id": {"bioguide": "M001193", "fec": ["H4NJ03130"], "govtrack": 412643, "opensecrets": "N00036155", "thomas": "02258", "maplight": 2099, "wikidata": "Q18631218", "wikipedia": "Tom MacArthur", "google_entity_id": "kg:/m/0127f8tk", "votesmart": 152113}, "name": {"first": "Tom", "last": "MacArthur", "official_full": "Thomas MacArthur"}, "bio": {"gender": "M", "birthday": "1960-10-16"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NJ", "district": 3, "party": "Republican", "address": "506 Cannon HOB; Washington DC 20515-3003", "office": "506 Cannon House Office Building", "phone": "202-225-4765", "url": "https://macarthur.house.gov", "fax": "202-225-0778"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NJ", "district": 3, "party": "Republican", "phone": "202-225-4765", "url": "https://macarthur.house.gov", "address": "506 Cannon HOB; Washington DC 20515-3003", "office": "506 Cannon House Office Building", "fax": "202-225-0778"}]}, {"id": {"bioguide": "W000822", "fec": ["H4NJ12149"], "govtrack": 412644, "opensecrets": "N00036158", "thomas": "02259", "house_history": 15032409972, "maplight": 2100, "wikidata": "Q4942457", "wikipedia": "Bonnie Watson Coleman", "google_entity_id": "kg:/m/08kj70", "votesmart": 24799}, "name": {"first": "Bonnie", "last": "Watson Coleman", "official_full": "Bonnie Watson Coleman"}, "bio": {"gender": "F", "birthday": "1945-02-06"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NJ", "district": 12, "party": "Democrat", "address": "126 Cannon HOB; Washington DC 20515-3012", "office": "126 Cannon House Office Building", "phone": "202-225-5801", "url": "https://watsoncoleman.house.gov", "fax": "202-225-6025"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NJ", "district": 12, "party": "Democrat", "phone": "202-225-5801", "url": "https://watsoncoleman.house.gov", "address": "1535 Longworth HOB; Washington DC 20515-3012", "office": "1535 Longworth House Office Building", "fax": "202-225-6025"}]}, {"id": {"bioguide": "Z000017", "fec": ["H8NY01148"], "govtrack": 412646, "opensecrets": "N00029404", "thomas": "02261", "maplight": 2102, "wikidata": "Q16221257", "wikipedia": "Lee Zeldin", "google_entity_id": "kg:/m/03h4jcq"}, "name": {"first": "Lee", "last": "Zeldin", "official_full": "Lee M. Zeldin"}, "bio": {"gender": "M", "birthday": "1980-01-30"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "district": 1, "party": "Republican", "address": "1517 Longworth HOB; Washington DC 20515-3201", "office": "1517 Longworth House Office Building", "phone": "202-225-3826", "url": "https://zeldin.house.gov", "fax": "202-225-3143"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 1, "party": "Republican", "phone": "202-225-3826", "url": "https://zeldin.house.gov", "address": "1517 Longworth HOB; Washington DC 20515-3201", "office": "1517 Longworth House Office Building", "fax": "202-225-3143"}]}, {"id": {"bioguide": "R000602", "fec": ["H4NY04075"], "govtrack": 412647, "opensecrets": "N00035927", "thomas": "02262", "house_history": 15032412351, "maplight": 2103, "wikidata": "Q6376887", "wikipedia": "Kathleen Rice", "google_entity_id": "kg:/m/08z1cf", "votesmart": 127653}, "name": {"first": "Kathleen", "last": "Rice", "official_full": "Kathleen M. Rice"}, "bio": {"gender": "F", "birthday": "1965-02-15"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "district": 4, "party": "Democrat", "address": "1508 Longworth HOB; Washington DC 20515-3204", "office": "1508 Longworth House Office Building", "phone": "202-225-5516", "url": "http://kathleenrice.house.gov", "fax": "202-225-5758"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 4, "party": "Democrat", "phone": "202-225-5516", "url": "http://kathleenrice.house.gov", "address": "1508 Longworth HOB; Washington DC 20515-3204", "office": "1508 Longworth House Office Building", "fax": "202-225-5758"}]}, {"id": {"bioguide": "S001196", "fec": ["H4NY21079"], "govtrack": 412648, "opensecrets": "N00035523", "thomas": "02263", "house_history": 15032411587, "maplight": 2104, "wikidata": "Q18211057", "wikipedia": "Elise Stefanik", "google_entity_id": "kg:/m/0110fjsf", "votesmart": 152539}, "name": {"first": "Elise", "last": "Stefanik", "official_full": "Elise M. Stefanik"}, "bio": {"gender": "F", "birthday": "1984-07-02"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "district": 21, "party": "Republican", "address": "512 Cannon HOB; Washington DC 20515-3221", "office": "512 Cannon House Office Building", "phone": "202-225-4611", "url": "https://stefanik.house.gov", "fax": "202-226-0621"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 21, "party": "Republican", "phone": "202-225-4611", "url": "https://stefanik.house.gov", "address": "318 Cannon HOB; Washington DC 20515-3221", "office": "318 Cannon House Office Building", "fax": "202-226-0621"}]}, {"id": {"bioguide": "K000386", "fec": ["H4NY24073"], "govtrack": 412649, "opensecrets": "N00035934", "thomas": "02264", "maplight": 2105, "wikidata": "Q18619043", "wikipedia": "John Katko", "google_entity_id": "kg:/m/0127pf8s", "votesmart": 152546}, "name": {"first": "John", "last": "Katko", "official_full": "John Katko"}, "bio": {"gender": "M", "birthday": "1962-11-09"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "district": 24, "party": "Republican", "address": "1123 Longworth HOB; Washington DC 20515-3224", "office": "1123 Longworth House Office Building", "phone": "202-225-3701", "url": "https://katko.house.gov", "fax": "202-225-4042"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 24, "party": "Republican", "phone": "202-225-3701", "url": "https://katko.house.gov", "address": "1620 Longworth HOB; Washington DC 20515-3224", "office": "1620 Longworth House Office Building", "fax": "202-225-4042"}]}, {"id": {"bioguide": "R000604", "fec": ["H4OK05132"], "govtrack": 412650, "opensecrets": "N00036175", "thomas": "02265", "maplight": 2106, "wikidata": "Q16195304", "wikipedia": "Steve Russell (politician)", "google_entity_id": "kg:/m/0ndnv6f"}, "name": {"first": "Steve", "last": "Russell", "official_full": "Steve Russell"}, "bio": {"gender": "M", "birthday": "1963-05-25"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "OK", "district": 5, "party": "Republican", "address": "128 Cannon HOB; Washington DC 20515-3605", "office": "128 Cannon House Office Building", "phone": "202-225-2132", "url": "https://russell.house.gov", "fax": "202-226-1463"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OK", "district": 5, "party": "Republican", "phone": "202-225-2132", "url": "https://russell.house.gov", "address": "128 Cannon HOB; Washington DC 20515-3605", "office": "128 Cannon House Office Building", "fax": "202-226-1463"}]}, {"id": {"bioguide": "C001106", "fec": ["H0PA06076"], "govtrack": 412651, "opensecrets": "N00031064", "thomas": "02266", "maplight": 2107, "wikidata": "Q18631846", "wikipedia": "Ryan Costello", "google_entity_id": "kg:/m/0127dxsz", "votesmart": 133557}, "name": {"first": "Ryan", "last": "Costello", "official_full": "Ryan A. Costello"}, "bio": {"gender": "M", "birthday": "1976-09-07"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "district": 6, "party": "Republican", "address": "427 Cannon HOB; Washington DC 20515-3806", "office": "427 Cannon House Office Building", "phone": "202-225-4315", "url": "https://costello.house.gov", "fax": "202-225-8440"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 6, "party": "Republican", "phone": "202-225-4315", "url": "https://costello.house.gov", "address": "326 Cannon HOB; Washington DC 20515-3806", "office": "326 Cannon House Office Building", "fax": "202-225-8440"}]}, {"id": {"bioguide": "B001296", "fec": ["H4PA13199"], "govtrack": 412652, "opensecrets": "N00035307", "thomas": "02267", "maplight": 2108, "wikidata": "Q4960876", "wikipedia": "Brendan Boyle", "google_entity_id": "kg:/m/04f4fjk", "votesmart": 47357}, "name": {"first": "Brendan", "last": "Boyle", "official_full": "Brendan F. Boyle"}, "bio": {"gender": "M", "birthday": "1977-02-06"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "district": 13, "party": "Democrat", "address": "118 Cannon HOB; Washington DC 20515-3813", "office": "118 Cannon House Office Building", "phone": "202-225-6111", "url": "https://boyle.house.gov", "fax": "202-226-0611"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 13, "party": "Democrat", "phone": "202-225-6111", "url": "https://boyle.house.gov", "address": "1133 Longworth HOB; Washington DC 20515-3813", "office": "1133 Longworth House Office Building", "fax": "202-226-0611"}]}, {"id": {"bioguide": "R000601", "fec": ["H4TX04153"], "govtrack": 412653, "opensecrets": "N00035972", "thomas": "02268", "maplight": 2109, "wikidata": "Q16980175", "wikipedia": "John Ratcliffe (American politician)", "google_entity_id": "kg:/m/010qgwph", "votesmart": 147381}, "name": {"first": "John", "last": "Ratcliffe", "official_full": "John Ratcliffe"}, "bio": {"gender": "M", "birthday": "1965-10-20"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "district": 4, "party": "Republican", "address": "325 Cannon HOB; Washington DC 20515-4304", "office": "325 Cannon House Office Building", "phone": "202-225-6673", "url": "https://ratcliffe.house.gov", "fax": "202-225-3332"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 4, "party": "Republican", "phone": "202-225-6673", "url": "https://ratcliffe.house.gov", "address": "325 Cannon HOB; Washington DC 20515-4304", "office": "325 Cannon House Office Building", "fax": "202-225-3332"}]}, {"id": {"bioguide": "H001073", "fec": ["H0TX23086"], "govtrack": 412654, "opensecrets": "N00031417", "thomas": "02269", "maplight": 2110, "wikidata": "Q18639742", "wikipedia": "Will Hurd", "google_entity_id": "kg:/m/0127jwdk", "votesmart": 116911}, "name": {"first": "Will", "last": "Hurd", "official_full": "Will Hurd"}, "bio": {"gender": "M", "birthday": "1977-08-19"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "district": 23, "party": "Republican", "address": "317 Cannon HOB; Washington DC 20515-4323", "office": "317 Cannon House Office Building", "phone": "202-225-4511", "url": "https://hurd.house.gov"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 23, "party": "Republican", "phone": "202-225-4511", "url": "https://hurd.house.gov", "address": "317 Cannon HOB; Washington DC 20515-4323", "office": "317 Cannon House Office Building"}]}, {"id": {"bioguide": "B001291", "fec": ["H6TX02079"], "govtrack": 412655, "opensecrets": "N00005736", "thomas": "02270", "maplight": 2111, "wikidata": "Q16979824", "wikipedia": "Brian Babin", "google_entity_id": "kg:/m/010qgj35", "votesmart": 360}, "name": {"first": "Brian", "last": "Babin", "official_full": "Brian Babin"}, "bio": {"gender": "M", "birthday": "1948-03-23"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "district": 36, "party": "Republican", "address": "316 Cannon HOB; Washington DC 20515-4336", "office": "316 Cannon House Office Building", "phone": "202-225-1555", "url": "http://babin.house.gov", "fax": "202-226-0396"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 36, "party": "Republican", "phone": "202-225-1555", "url": "http://babin.house.gov", "address": "316 Cannon HOB; Washington DC 20515-4336", "office": "316 Cannon House Office Building", "fax": "202-226-0396"}]}, {"id": {"bioguide": "L000584", "fec": ["H2UT04023"], "govtrack": 412656, "opensecrets": "N00033842", "thomas": "02271", "house_history": 15032411201, "maplight": 2112, "wikidata": "Q11112119", "wikipedia": "Mia Love", "google_entity_id": "kg:/m/09v75sn", "votesmart": 135957}, "name": {"first": "Mia", "last": "Love", "official_full": "Mia B. Love"}, "bio": {"gender": "F", "birthday": "1975-12-06"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "UT", "district": 4, "party": "Republican", "address": "217 Cannon HOB; Washington DC 20515-4404", "office": "217 Cannon House Office Building", "phone": "202-225-3011", "url": "https://love.house.gov", "fax": "202-225-5638"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "UT", "district": 4, "party": "Republican", "phone": "202-225-3011", "url": "https://love.house.gov", "address": "217 Cannon HOB; Washington DC 20515-4404", "office": "217 Cannon House Office Building", "fax": "202-225-5638"}]}, {"id": {"bioguide": "B001292", "fec": ["H4VA08224"], "govtrack": 412657, "opensecrets": "N00036018", "thomas": "02272", "maplight": 2113, "wikidata": "Q3036086", "wikipedia": "Don Beyer", "google_entity_id": "kg:/m/053g16", "votesmart": 1707}, "name": {"first": "Donald", "last": "Beyer", "official_full": "Donald S. Beyer, Jr."}, "bio": {"gender": "M", "birthday": "1950-06-20"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "VA", "district": 8, "party": "Democrat", "address": "431 Cannon HOB; Washington DC 20515-4608", "office": "431 Cannon House Office Building", "phone": "202-225-4376", "url": "http://beyer.house.gov", "fax": "202-225-0017"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "VA", "district": 8, "party": "Democrat", "phone": "202-225-4376", "url": "http://beyer.house.gov", "address": "1119 Longworth HOB; Washington DC 20515-4608", "office": "1119 Longworth House Office Building", "fax": "202-225-0017"}]}, {"id": {"bioguide": "C001105", "fec": ["H4VA10089"], "govtrack": 412658, "opensecrets": "N00036023", "thomas": "02273", "house_history": 15032409529, "maplight": 2114, "wikidata": "Q4858820", "wikipedia": "Barbara Comstock", "google_entity_id": "kg:/m/02890yr", "votesmart": 112252, "ballotpedia": "Barbara Comstock"}, "name": {"first": "Barbara", "last": "Comstock", "official_full": "Barbara Comstock"}, "bio": {"gender": "F", "birthday": "1959-06-30"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "VA", "district": 10, "party": "Republican", "address": "226 Cannon HOB; Washington DC 20515-4610", "office": "226 Cannon House Office Building", "phone": "202-225-5136", "url": "https://comstock.house.gov", "fax": "202-225-0437"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "VA", "district": 10, "party": "Republican", "phone": "202-225-5136", "url": "https://comstock.house.gov", "address": "229 Cannon HOB; Washington DC 20515-4610", "office": "229 Cannon House Office Building", "fax": "202-225-0437"}]}, {"id": {"bioguide": "P000610", "fec": ["H2VI00082"], "govtrack": 412659, "opensecrets": "N00035000", "thomas": "02274", "house_history": 15032410230, "maplight": 2115, "wikidata": "Q18739104", "wikipedia": "Stacey Plaskett", "google_entity_id": "kg:/m/012844_c"}, "name": {"first": "Stacey", "last": "Plaskett", "official_full": "Stacey E. Plaskett"}, "bio": {"gender": "F", "birthday": "1964-05-13"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "VI", "district": 0, "party": "Democrat", "address": "509 Cannon HOB; Washington DC 20515-5500", "office": "509 Cannon House Office Building", "phone": "202-225-1790", "url": "https://plaskett.house.gov", "fax": "202-225-5517"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "VI", "district": 0, "party": "Democrat", "phone": "202-225-1790", "url": "https://plaskett.house.gov", "address": "331 Cannon HOB; Washington DC 20515-5500", "office": "331 Cannon House Office Building", "fax": "202-225-5517"}]}, {"id": {"bioguide": "N000189", "fec": ["H4WA04104"], "govtrack": 412660, "opensecrets": "N00036403", "thomas": "02275", "maplight": 2116, "wikidata": "Q16733285", "wikipedia": "Dan Newhouse", "google_entity_id": "kg:/m/0_s0bn3", "votesmart": 51522}, "name": {"first": "Dan", "last": "Newhouse", "official_full": "Dan Newhouse"}, "bio": {"gender": "M", "birthday": "1955-07-10"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WA", "district": 4, "party": "Republican", "address": "1641 Longworth HOB; Washington DC 20515-4704", "office": "1641 Longworth House Office Building", "phone": "202-225-5816", "url": "https://newhouse.house.gov", "fax": "202-225-3251"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WA", "district": 4, "party": "Republican", "phone": "202-225-5816", "url": "https://newhouse.house.gov", "address": "1318 Longworth HOB; Washington DC 20515-4704", "office": "1318 Longworth House Office Building", "fax": "202-225-3251"}]}, {"id": {"bioguide": "G000576", "fec": ["H4WI06048"], "govtrack": 412661, "opensecrets": "N00036409", "thomas": "02276", "maplight": 2117, "wikidata": "Q5568836", "wikipedia": "Glenn Grothman", "google_entity_id": "kg:/m/02pnsk2", "votesmart": 3493}, "name": {"first": "Glenn", "last": "Grothman", "official_full": "Glenn Grothman"}, "bio": {"gender": "M", "birthday": "1955-07-03"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WI", "district": 6, "party": "Republican", "address": "501 Cannon HOB; Washington DC 20515-4906", "office": "501 Cannon House Office Building", "phone": "202-225-2476", "url": "http://grothman.house.gov", "fax": "202-225-2356"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WI", "district": 6, "party": "Republican", "phone": "202-225-2476", "url": "http://grothman.house.gov", "address": "1217 Longworth HOB; Washington DC 20515-4906", "office": "1217 Longworth House Office Building", "fax": "202-225-2356"}]}, {"id": {"bioguide": "M001195", "fec": ["H4WV02080"], "govtrack": 412662, "opensecrets": "N00033814", "thomas": "02277", "maplight": 2118, "wikidata": "Q4718026", "wikipedia": "Alex Mooney", "google_entity_id": "kg:/m/02qqy78"}, "name": {"first": "Alex", "last": "Mooney", "official_full": "Alexander X. Mooney"}, "bio": {"gender": "M", "birthday": "1971-06-05"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WV", "district": 2, "party": "Republican", "address": "1232 Longworth HOB; Washington DC 20515-4802", "office": "1232 Longworth House Office Building", "phone": "202-225-2711", "url": "https://mooney.house.gov", "fax": "202-225-7856"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WV", "district": 2, "party": "Republican", "phone": "202-225-2711", "url": "https://mooney.house.gov", "address": "1232 Longworth HOB; Washington DC 20515-4802", "office": "1232 Longworth House Office Building", "fax": "202-225-7856"}]}, {"id": {"bioguide": "J000297", "fec": ["H4WV03070"], "govtrack": 412663, "opensecrets": "N00035531", "thomas": "02278", "maplight": 2119, "wikidata": "Q5415437", "wikipedia": "Evan Jenkins (politician)", "google_entity_id": "kg:/m/0d4_hq", "votesmart": 8297}, "name": {"first": "Evan", "last": "Jenkins", "official_full": "Evan H. Jenkins"}, "bio": {"gender": "M", "birthday": "1960-09-12"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WV", "district": 3, "party": "Republican", "address": "502 Cannon HOB; Washington DC 20515-4803", "office": "502 Cannon House Office Building", "phone": "202-225-3452", "url": "https://evanjenkins.house.gov", "fax": "202-225-9061"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WV", "district": 3, "party": "Republican", "phone": "202-225-3452", "url": "https://evanjenkins.house.gov", "address": "1609 Longworth HOB; Washington DC 20515-4803", "office": "1609 Longworth House Office Building", "fax": "202-225-9061"}]}, {"id": {"bioguide": "R000600", "fec": ["H4AS00036"], "govtrack": 412664, "opensecrets": "N00007635", "thomas": "02222", "house_history": 15032412349, "maplight": 2120, "wikidata": "Q18684027", "wikipedia": "Amata Coleman Radewagen", "google_entity_id": "kg:/m/012964p3"}, "name": {"first": "Aumua", "last": "Amata", "official_full": "Aumua Amata Coleman Radewagen"}, "bio": {"gender": "F", "birthday": "1947-12-29"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AS", "district": 0, "party": "Republican", "address": "1339 Longworth HOB; Washington DC 20515-5200", "office": "1339 Longworth House Office Building", "phone": "202-225-8577", "url": "https://radewagen.house.gov", "fax": "202-225-8757"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AS", "district": 0, "party": "Republican", "phone": "202-225-8577", "url": "https://radewagen.house.gov", "address": "1339 Longworth HOB; Washington DC 20515-5200", "office": "1339 Longworth House Office Building", "fax": "202-225-8757"}]}, {"id": {"bioguide": "S001198", "thomas": "02290", "fec": ["S4AK00214"], "govtrack": 412665, "opensecrets": "N00035774", "lis": "S383", "maplight": 2121, "wikidata": "Q5218668", "wikipedia": "Dan Sullivan (U.S. Senator)", "google_entity_id": "kg:/m/07s4r4q", "votesmart": 114964}, "name": {"first": "Dan", "last": "Sullivan", "official_full": "Dan Sullivan"}, "bio": {"gender": "M", "birthday": "1964-11-13"}, "terms": [{"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "AK", "class": 2, "state_rank": "junior", "party": "Republican", "url": "http://www.sullivan.senate.gov", "address": "702 Hart Senate Office Building Washington DC 20510", "office": "702 Hart Senate Office Building", "phone": "202-224-3004", "contact_form": "https://www.sullivan.senate.gov/contact/email"}]}, {"id": {"bioguide": "P000612", "thomas": "02286", "fec": ["S4GA11285"], "govtrack": 412666, "opensecrets": "N00035516", "lis": "S379", "maplight": 2122, "wikidata": "Q17402717", "wikipedia": "David Perdue", "google_entity_id": "kg:/m/03wp8v4", "votesmart": 151330}, "name": {"first": "David", "last": "Perdue", "official_full": "David Perdue"}, "bio": {"gender": "M", "birthday": "1949-12-10"}, "terms": [{"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "GA", "class": 2, "state_rank": "junior", "party": "Republican", "url": "http://www.perdue.senate.gov", "address": "383 Russell Senate Office Building Washington DC 20510", "office": "383 Russell Senate Office Building", "phone": "202-224-3521", "contact_form": "https://www.perdue.senate.gov/connect/email"}]}, {"id": {"bioguide": "E000295", "thomas": "02283", "fec": ["S4IA00129"], "govtrack": 412667, "opensecrets": "N00035483", "lis": "S376", "house_history": 15032414877, "maplight": 2123, "wikidata": "Q13475242", "wikipedia": "Joni Ernst", "google_entity_id": "kg:/m/0gg4wkg", "votesmart": 128583}, "name": {"first": "Joni", "last": "Ernst", "official_full": "Joni Ernst"}, "bio": {"gender": "F", "birthday": "1970-07-01"}, "terms": [{"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "IA", "class": 2, "state_rank": "junior", "party": "Republican", "url": "http://www.ernst.senate.gov/public", "address": "111 Russell Senate Office Building Washington DC 20510", "office": "111 Russell Senate Office Building", "phone": "202-224-3254", "contact_form": "https://www.ernst.senate.gov/public/index.cfm/contact"}]}, {"id": {"bioguide": "T000476", "thomas": "02291", "fec": ["S4NC00162"], "govtrack": 412668, "opensecrets": "N00035492", "lis": "S384", "maplight": 2124, "wikidata": "Q7786750", "wikipedia": "Thom Tillis", "google_entity_id": "kg:/m/0fq0395", "votesmart": 57717}, "name": {"first": "Thom", "last": "Tillis", "official_full": "Thom Tillis"}, "bio": {"gender": "M", "birthday": "1960-08-30"}, "terms": [{"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "NC", "class": 2, "state_rank": "junior", "party": "Republican", "url": "https://www.tillis.senate.gov/public/index.cfm/home", "address": "185 Dirksen Senate Office Building Washington DC 20510", "office": "185 Dirksen Senate Office Building", "phone": "202-224-6342", "contact_form": "https://www.tillis.senate.gov/public/index.cfm/email-me"}]}, {"id": {"bioguide": "R000605", "thomas": "02288", "fec": ["S4SD00049"], "govtrack": 412669, "opensecrets": "N00035187", "lis": "S381", "maplight": 2125, "wikidata": "Q722503", "wikipedia": "Mike Rounds", "google_entity_id": "kg:/m/020z2p", "votesmart": 7455}, "name": {"first": "Mike", "last": "Rounds", "official_full": "Mike Rounds"}, "bio": {"gender": "M", "birthday": "1954-10-24"}, "terms": [{"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "SD", "class": 2, "state_rank": "junior", "party": "Republican", "url": "http://www.rounds.senate.gov", "address": "502 Hart Senate Office Building Washington DC 20510", "office": "502 Hart Senate Office Building", "phone": "202-224-5842", "contact_form": "https://www.rounds.senate.gov/contact/email-mike"}]}, {"id": {"bioguide": "W000819", "fec": ["H4NC06052"], "govtrack": 412670, "opensecrets": "N00035311", "thomas": "02255", "maplight": 2126, "wikidata": "Q17388892", "wikipedia": "Mark Walker (North Carolina politician)", "google_entity_id": "kg:/m/0115r5gz", "votesmart": 146255}, "name": {"first": "Mark", "last": "Walker", "official_full": "Mark Walker"}, "bio": {"gender": "M", "birthday": "1969-05-20"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NC", "district": 6, "party": "Republican", "address": "312 Cannon HOB; Washington DC 20515-3306", "office": "312 Cannon House Office Building", "phone": "202-225-3065", "url": "https://walker.house.gov", "fax": "202-225-8611"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NC", "district": 6, "party": "Republican", "phone": "202-225-3065", "url": "https://walker.house.gov", "address": "1305 Longworth HOB; Washington DC 20515-3306", "office": "1305 Longworth House Office Building", "fax": "202-225-8611"}]}, {"id": {"bioguide": "S001197", "thomas": "02289", "fec": ["S4NE00090"], "govtrack": 412671, "opensecrets": "N00035544", "lis": "S382", "maplight": 2127, "wikidata": "Q16192221", "wikipedia": "Ben Sasse", "google_entity_id": "kg:/m/0j5wk_6", "votesmart": 150182}, "name": {"first": "Benjamin", "middle": "Eric", "last": "Sasse", "official_full": "Ben Sasse"}, "bio": {"gender": "M", "birthday": "1972-02-22"}, "terms": [{"type": "sen", "start": "2015-01-06", "end": "2021-01-03", "state": "NE", "class": 2, "state_rank": "junior", "party": "Republican", "url": "http://www.sasse.senate.gov/public", "address": "136 Russell Senate Office Building Washington DC 20510", "office": "136 Russell Senate Office Building", "phone": "202-224-4224", "contact_form": "http://www.sasse.senate.gov/public/index.cfm/email-ben"}]}, {"id": {"bioguide": "D000625", "thomas": "02293", "fec": ["H6NY11174"], "govtrack": 412672, "votesmart": 127760, "wikipedia": "Dan Donovan (politician)", "ballotpedia": "Daniel Donovan (New York)", "maplight": 2161, "opensecrets": "N00036928", "wikidata": "Q5217998", "google_entity_id": "kg:/m/0c036qd"}, "name": {"first": "Daniel", "middle": "M.", "last": "Donovan", "suffix": "Jr.", "official_full": "Daniel M. Donovan, Jr."}, "bio": {"gender": "M", "birthday": "1956-11-06"}, "terms": [{"type": "rep", "start": "2015-05-12", "end": "2017-01-03", "state": "NY", "district": 11, "party": "Republican", "address": "1725 Longworth HOB; Washington DC 20515-3211", "office": "1725 Longworth House Office Building", "phone": "202-225-3371", "url": "https://donovan.house.gov"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 11, "party": "Republican", "phone": "202-225-3371", "url": "https://donovan.house.gov", "address": "1541 Longworth HOB; Washington DC 20515-3211", "office": "1541 Longworth House Office Building"}]}, {"id": {"bioguide": "K000388", "thomas": "02294", "fec": ["H6MS01131"], "govtrack": 412673, "votesmart": 156389, "wikipedia": "Trent Kelly", "ballotpedia": "Trent Kelly", "maplight": 2163, "opensecrets": "N00037003", "wikidata": "Q20204915", "google_entity_id": "kg:/m/013b9qgh"}, "name": {"first": "Trent", "last": "Kelly", "official_full": "Trent Kelly"}, "bio": {"gender": "M", "birthday": "1966-03-01"}, "terms": [{"type": "rep", "start": "2015-06-09", "end": "2017-01-03", "state": "MS", "district": 1, "party": "Republican", "url": "https://trentkelly.house.gov", "contact_form": "https://trentkelly.house.gov/contact", "address": "1427 Longworth HOB; Washington DC 20515-2401", "office": "1427 Longworth House Office Building", "phone": "202-225-4306"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MS", "district": 1, "party": "Republican", "phone": "202-225-4306", "url": "https://trentkelly.house.gov", "address": "1721 Longworth HOB; Washington DC 20515-2401", "office": "1721 Longworth House Office Building"}]}, {"id": {"bioguide": "L000585", "thomas": "02295", "fec": ["H6IL18088"], "govtrack": 412674, "votesmart": 128760, "wikipedia": "Darin LaHood", "ballotpedia": "Darin LaHood", "house_history": 15032425053, "maplight": 2164, "opensecrets": "N00037031", "wikidata": "Q5222780", "google_entity_id": "kg:/m/0gg7rcy"}, "name": {"first": "Darin", "last": "LaHood", "official_full": "Darin LaHood"}, "bio": {"gender": "M", "birthday": "1968-07-05"}, "terms": [{"type": "rep", "start": "2015-09-17", "end": "2017-01-03", "state": "IL", "district": 18, "party": "Republican", "url": "https://lahood.house.gov/", "contact_form": "https://lahood.house.gov/contact/email", "address": "2464 Rayburn HOB; Washington DC 20515-1318", "office": "2464 Rayburn House Office Building", "phone": "202-225-6201"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 18, "party": "Republican", "phone": "202-225-6201", "url": "https://lahood.house.gov", "address": "1424 Longworth HOB; Washington DC 20515-1318", "office": "1424 Longworth House Office Building"}]}, {"id": {"bioguide": "D000626", "thomas": "02296", "fec": ["H6OH08315"], "govtrack": 412675, "votesmart": 166760, "wikipedia": "Warren Davidson", "ballotpedia": "Warren Davidson", "wikidata": "Q24458117", "maplight": 2165, "opensecrets": "N00038767", "google_entity_id": "kg:/g/11cmmch3q8"}, "name": {"first": "Warren", "last": "Davidson", "official_full": "Warren Davidson"}, "bio": {"gender": "M", "birthday": "1970-03-01"}, "terms": [{"type": "rep", "start": "2016-06-09", "end": "2017-01-03", "state": "OH", "district": 8, "party": "Republican", "address": "1011 Longworth HOB; Washington DC 20515-3508", "office": "1011 Longworth House Office Building", "phone": "202-225-6205"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "OH", "district": 8, "party": "Republican", "phone": "202-225-6205", "address": "1004 Longworth HOB; Washington DC 20515-3508", "office": "1004 Longworth House Office Building", "url": "https://davidson.house.gov"}]}, {"id": {"bioguide": "H001050", "thomas": "02010", "govtrack": 412418, "opensecrets": "N00025881", "votesmart": 17745, "fec": ["H2HI02110", "S4HI00144"], "cspan": 61258, "wikipedia": "Colleen Hanabusa", "house_history": 15596, "ballotpedia": "Colleen Hanabusa", "maplight": 1430, "icpsr": 21124, "wikidata": "Q276359", "google_entity_id": "kg:/m/03cwzgv"}, "name": {"first": "Colleen", "last": "Hanabusa", "official_full": "Colleen Hanabusa", "middle": "W."}, "bio": {"birthday": "1951-05-04", "gender": "F"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "HI", "district": 1, "party": "Democrat", "url": "http://hanabusa.house.gov/", "address": "238 Cannon HOB; Washington DC 20515-1101", "phone": "202-225-2726", "fax": "202-225-4580", "office": "238 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "HI", "party": "Democrat", "district": 1, "url": "http://hanabusa.house.gov", "address": "238 Cannon HOB; Washington DC 20515-1101", "phone": "202-225-2726", "fax": "202-225-4580", "office": "238 Cannon House Office Building", "rss_url": "http://hanabusa.house.gov/rss.xml", "contact_form": "https://hanabusa.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2016-11-14", "end": "2017-01-03", "state": "HI", "party": "Democrat", "district": 1, "url": "https://hanabusa.house.gov/", "address": "422 Cannon HOB; Washington DC 20515-1101", "phone": "202-225-2726", "fax": "202-225-0688", "office": "422 Cannon House Office Building", "rss_url": "https://hanabusa.house.gov/rss.xml", "contact_form": "https://hanabusa.house.gov/contact/email"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "HI", "district": 1, "party": "Democrat", "phone": "202-225-2726", "url": "https://hanabusa.house.gov", "rss_url": "https://hanabusa.house.gov/rss.xml", "address": "422 Cannon HOB; Washington DC 20515-1101", "office": "422 Cannon House Office Building", "fax": "202-225-0688"}]}, {"id": {"bioguide": "C001108", "govtrack": 412676, "opensecrets": "N00038260", "fec": ["H6KY01110"], "cspan": 76619, "wikipedia": "James Comer (politician)", "ballotpedia": "James Comer Jr.", "google_entity_id": "kg:/m/0j65cf0", "wikidata": "Q6131602", "votesmart": 35169, "maplight": 2166}, "name": {"first": "James", "last": "Comer", "official_full": "James Comer"}, "bio": {"birthday": "1972-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "2016-11-14", "end": "2017-01-03", "state": "KY", "district": 1, "party": "Republican", "url": "https://comer.house.gov/", "address": "2184 Rayburn HOB; Washington DC 20515-1701", "phone": "202-225-3115", "office": "2184 Rayburn House Office Building", "rss_url": "https://comer.house.gov/rss.xml", "contact_form": "https://comer.house.gov/contact/email"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "KY", "district": 1, "party": "Republican", "phone": "202-225-3115", "url": "https://comer.house.gov", "rss_url": "https://comer.house.gov/rss.xml", "address": "1513 Longworth HOB; Washington DC 20515-1701", "office": "1513 Longworth House Office Building"}]}, {"id": {"bioguide": "E000296", "govtrack": 412677, "opensecrets": "N00038450", "fec": ["H6PA02171"], "cspan": 56729, "wikipedia": "Dwight Evans (politician)", "ballotpedia": "Dwight Evans", "google_entity_id": "kg:/m/03y8h6m", "wikidata": "Q5318148", "votesmart": 9128, "maplight": 2167}, "name": {"first": "Dwight", "last": "Evans", "official_full": "Dwight Evans"}, "bio": {"birthday": "1954-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "2016-11-14", "end": "2017-01-03", "state": "PA", "district": 2, "party": "Democrat", "url": "https://evans.house.gov/", "address": "2301 Rayburn HOB; Washington DC 20515-3802", "phone": "202-225-4001", "office": "2301 Rayburn House Office Building", "rss_url": "https://evans.house.gov/rss.xml", "contact_form": "https://evans.house.gov/contact/email"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 2, "party": "Democrat", "phone": "202-225-4001", "url": "https://evans.house.gov", "rss_url": "https://evans.house.gov/rss.xml", "address": "1105 Longworth HOB; Washington DC 20515-3802", "office": "1105 Longworth House Office Building"}]}, {"id": {"bioguide": "H001075", "fec": ["S6CA00584"], "govtrack": 412678, "votesmart": 120012, "wikipedia": "Kamala Harris", "ballotpedia": "Kamala Harris", "lis": "S387", "wikidata": "Q10853588", "google_entity_id": "kg:/m/08sry2", "opensecrets": "N00036915", "maplight": 2190}, "name": {"first": "Kamala", "last": "Harris", "official_full": "Kamala D. Harris"}, "bio": {"gender": "F", "birthday": "1964-10-20"}, "terms": [{"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "CA", "class": 3, "state_rank": "junior", "party": "Democrat", "address": "112 Hart Senate Office Building Washington DC 20510", "office": "112 Hart Senate Office Building", "phone": "202-224-3553", "url": "https://www.harris.senate.gov", "contact_form": "https://www.harris.senate.gov/content/contact-senator"}]}, {"id": {"bioguide": "K000393", "fec": ["S4LA00065"], "govtrack": 412679, "votesmart": 35496, "wikipedia": "John Neely Kennedy", "ballotpedia": "John Neely Kennedy", "lis": "S389", "wikidata": "Q6250211", "opensecrets": "N00026823", "maplight": 2191, "google_entity_id": "kg:/m/0fl2sv"}, "name": {"first": "John", "middle": "Neely", "last": "Kennedy", "official_full": "John Kennedy"}, "bio": {"gender": "M", "birthday": "1951-11-21"}, "terms": [{"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "LA", "class": 3, "state_rank": "junior", "party": "Republican", "address": "B11 Russell Senate Office Building Washington DC 20510", "office": "B11 Russell Senate Office Building", "phone": "202-224-4623", "url": "https://www.kennedy.senate.gov", "contact_form": "https://www.kennedy.senate.gov/content/contact-senator"}]}, {"id": {"bioguide": "H001076", "fec": ["S6NH00091"], "govtrack": 412680, "votesmart": 42552, "wikipedia": "Maggie Hassan", "ballotpedia": "Maggie Hassan", "lis": "S388", "wikidata": "Q24053", "google_entity_id": "kg:/m/03c3zch", "opensecrets": "N00038397", "maplight": 2192}, "name": {"first": "Margaret", "middle": "Wood", "nickname": "Maggie", "last": "Hassan", "official_full": "Margaret Wood Hassan"}, "bio": {"gender": "F", "birthday": "1958-02-27"}, "terms": [{"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "NH", "class": 3, "state_rank": "junior", "party": "Democrat", "address": "B85 Russell Senate Office Building Washington DC 20510", "office": "B85 Russell Senate Office Building", "phone": "202-224-3324", "url": "https://www.hassan.senate.gov", "contact_form": "https://www.hassan.senate.gov/content/contact-senator"}]}, {"id": {"bioguide": "C001113", "fec": ["S6NV00200"], "govtrack": 412681, "votesmart": 69579, "wikipedia": "Catherine Cortez Masto", "ballotpedia": "Catherine Cortez Masto", "lis": "S385", "wikidata": "Q5052604", "google_entity_id": "kg:/m/02rtp9t", "opensecrets": "N00037161", "maplight": 2193}, "name": {"first": "Catherine", "last": "Cortez Masto", "official_full": "Catherine Cortez Masto"}, "bio": {"gender": "F", "birthday": "1964-03-29"}, "terms": [{"type": "sen", "start": "2017-01-03", "end": "2023-01-03", "state": "NV", "class": 3, "state_rank": "junior", "party": "Democrat", "address": "B40A Dirksen Senate Office Building Washington DC 20510", "office": "B40a Dirksen Senate Office Building", "phone": "202-224-3542", "url": "https://www.cortezmasto.senate.gov", "contact_form": "https://www.cortezmasto.senate.gov/content/contact-senator"}]}, {"id": {"govtrack": 412534, "bioguide": "S001190", "thomas": "02124", "cspan": 63948, "opensecrets": "N00033101", "votesmart": 134948, "wikipedia": "Brad Schneider", "fec": ["H2IL10068"], "ballotpedia": "Brad Schneider", "maplight": 1758, "icpsr": 21326, "wikidata": "Q2923426", "google_entity_id": "kg:/m/0j63zyv"}, "name": {"first": "Bradley", "last": "Schneider", "middle": "S.", "official_full": "Bradley Scott Schneider"}, "bio": {"gender": "M", "birthday": "1961-08-20"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Democrat", "district": 10, "office": "317 Cannon House Office Building", "address": "317 Cannon HOB; Washington DC 20515-1310", "phone": "202-225-4835", "url": "http://schneider.house.gov", "rss_url": "http://schneider.house.gov/rss.xml", "contact_form": "https://schneider.house.gov/contact/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 10, "party": "Democrat", "phone": "202-225-4835", "fax": "202-225-0837", "url": "https://schneider.house.gov", "rss_url": "http://schneider.house.gov/rss.xml", "address": "1432 Longworth HOB; Washington DC 20515-1310", "office": "1432 Longworth House Office Building"}]}, {"id": {"bioguide": "S001170", "thomas": "01861", "govtrack": 412219, "opensecrets": "N00028091", "votesmart": 65891, "fec": ["H6NH01230"], "cspan": 1021773, "wikipedia": "Carol Shea-Porter", "ballotpedia": "Carol Shea-Porter", "maplight": 704, "icpsr": 20731, "house_history": 22596, "wikidata": "Q434112", "google_entity_id": "kg:/m/0fvcl4"}, "name": {"first": "Carol", "last": "Shea-Porter", "official_full": "Carol Shea-Porter"}, "bio": {"gender": "F", "birthday": "1952-12-02"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NH", "district": 1, "party": "Democrat", "url": "http://shea-porter.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NH", "district": 1, "party": "Democrat", "url": "http://shea-porter.house.gov"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NH", "party": "Democrat", "district": 1, "url": "http://shea-porter.house.gov", "office": "1530 Longworth House Office Building", "address": "1530 Longworth HOB; Washington DC 20515-2901", "phone": "202-225-5456", "fax": "202-228-6362", "rss_url": "http://shea-porter.house.gov/rss.xml", "contact_form": "https://shea-porter.house.gov/contact/email-me"}, {"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NH", "district": 1, "party": "Democrat", "phone": "202-225-5456", "url": "https://shea-porter.house.gov", "rss_url": "http://shea-porter.house.gov/rss.xml", "address": "1530 Longworth HOB; Washington DC 20515-2901", "office": "1530 Longworth House Office Building", "fax": "202-228-6362"}]}, {"id": {"bioguide": "O000171", "govtrack": 412682, "wikipedia": "Tom O'Halleran", "wikidata": "Q7817086", "votesmart": 28499, "fec": ["H6AZ01199"], "opensecrets": "N00037515", "maplight": 2194, "google_entity_id": "kg:/m/02z4x12"}, "name": {"first": "Tom", "last": "O'Halleran", "official_full": "Tom O'Halleran"}, "bio": {"gender": "M", "birthday": "1946-01-24"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AZ", "district": 1, "party": "Democrat", "phone": "202-225-3361", "address": "126 Cannon HOB; Washington DC 20515-0301", "office": "126 Cannon House Office Building", "url": "https://ohalleran.house.gov"}]}, {"id": {"bioguide": "B001302", "govtrack": 412683, "wikipedia": "Andy Biggs (politician)", "wikidata": "Q16199304", "votesmart": 28088, "fec": ["H6AZ05083"], "opensecrets": "N00039293", "maplight": 2195, "google_entity_id": "kg:/m/0_1m23v"}, "name": {"first": "Andy", "last": "Biggs", "official_full": "Andy Biggs"}, "bio": {"gender": "M", "birthday": "1958-11-07"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "AZ", "district": 5, "party": "Republican", "phone": "202-225-2635", "address": "1626 Longworth HOB; Washington DC 20515-0305", "office": "1626 Longworth House Office Building", "url": "https://biggs.house.gov"}]}, {"id": {"bioguide": "K000389", "govtrack": 412684, "wikipedia": "Ro Khanna", "wikidata": "Q7339221", "votesmart": 29473, "fec": ["H4CA12055"], "opensecrets": "N00026427", "maplight": 2196, "google_entity_id": "kg:/m/0q3z5xy"}, "name": {"first": "Ro", "last": "Khanna", "official_full": "Ro Khanna"}, "bio": {"gender": "M", "birthday": "1976-09-13"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 17, "party": "Democrat", "phone": "202-225-2631", "address": "513 Cannon HOB; Washington DC 20515-0517", "office": "513 Cannon House Office Building", "url": "https://khanna.house.gov"}]}, {"id": {"bioguide": "P000613", "govtrack": 412685, "wikipedia": "Jimmy Panetta", "wikidata": "Q27733776", "votesmart": 169078, "fec": ["H6CA20152"], "opensecrets": "N00038601", "maplight": 2197, "google_entity_id": "kg:/m/0pyy9y4"}, "name": {"first": "Jimmy", "last": "Panetta", "official_full": "Jimmy Panetta"}, "bio": {"gender": "M", "birthday": "1969-10-01"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 20, "party": "Democrat", "phone": "202-225-2861", "address": "228 Cannon HOB; Washington DC 20515-0520", "office": "228 Cannon House Office Building", "url": "https://panetta.house.gov"}]}, {"id": {"bioguide": "C001112", "govtrack": 412686, "wikipedia": "Salud Carbajal", "wikidata": "Q27805429", "votesmart": 81569, "fec": ["H6CA24303"], "opensecrets": "N00037015", "maplight": 2198, "google_entity_id": "kg:/g/11cmh_7rjt"}, "name": {"first": "Salud", "last": "Carbajal", "official_full": "Salud O. Carbajal"}, "bio": {"gender": "M", "birthday": "1964-11-18"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 24, "party": "Democrat", "phone": "202-225-3601", "address": "212 Cannon HOB; Washington DC 20515-0524", "office": "212 Cannon House Office Building", "url": "https://carbajal.house.gov"}]}, {"id": {"bioguide": "B001300", "govtrack": 412687, "wikipedia": "Nanette Barrag\u00e1n", "wikidata": "Q21662745", "votesmart": 166270, "fec": ["H6CA44103"], "opensecrets": "N00037019", "maplight": 2199, "google_entity_id": "kg:/g/11bx55ybbz"}, "name": {"first": "Nanette", "last": "Barrag\u00e1n", "official_full": "Nanette Diaz Barrag\u00e1n"}, "bio": {"gender": "F", "birthday": "1976-09-15"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 44, "party": "Democrat", "phone": "202-225-8220", "address": "1320 Longworth HOB; Washington DC 20515-0544", "office": "1320 Longworth House Office Building", "url": "https://barragan.house.gov"}]}, {"id": {"bioguide": "C001110", "govtrack": 412688, "wikipedia": "Lou Correa", "wikidata": "Q6685454", "votesmart": 9732, "fec": ["H6CA46116"], "opensecrets": "N00037260", "maplight": 2200, "google_entity_id": "kg:/m/02q_np2"}, "name": {"first": "J.", "middle": "Luis", "last": "Correa", "official_full": "J. Luis Correa"}, "bio": {"gender": "M", "birthday": "1958-01-24"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "CA", "district": 46, "party": "Democrat", "phone": "202-225-2965", "address": "1039 Longworth HOB; Washington DC 20515-0546", "office": "1039 Longworth House Office Building", "url": "https://correa.house.gov"}]}, {"id": {"bioguide": "B001303", "govtrack": 412689, "wikipedia": "Lisa Blunt Rochester", "wikidata": "Q26899141", "votesmart": 173249, "fec": ["H6DE00206"], "opensecrets": "N00038414", "maplight": 2201, "google_entity_id": "kg:/g/11c3yvwbvn"}, "name": {"first": "Lisa", "last": "Blunt Rochester", "official_full": "Lisa Blunt Rochester"}, "bio": {"gender": "F", "birthday": "1962-02-10"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "DE", "district": 0, "party": "Democrat", "phone": "202-225-4165", "address": "1123 Longworth HOB; Washington DC 20515-0800", "office": "1123 Longworth House Office Building", "url": "https://bluntrochester.house.gov"}]}, {"id": {"bioguide": "G000578", "govtrack": 412690, "wikipedia": "Matt Gaetz", "wikidata": "Q16221742", "google_entity_id": "kg:/m/0s8w2_s", "votesmart": 117101, "fec": ["H6FL01119"], "opensecrets": "N00039503", "maplight": 2202}, "name": {"first": "Matt", "last": "Gaetz", "official_full": "Matt Gaetz"}, "bio": {"gender": "M", "birthday": "1982-05-07"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 1, "party": "Republican", "phone": "202-225-4136", "address": "507 Cannon HOB; Washington DC 20515-0901", "office": "507 Cannon House Office Building", "url": "https://gaetz.house.gov"}]}, {"id": {"bioguide": "D000628", "govtrack": 412691, "wikipedia": "Neal Dunn", "wikidata": "Q27733851", "votesmart": 166297, "fec": ["H6FL02208"], "opensecrets": "N00037442", "maplight": 2203, "google_entity_id": "kg:/g/11c2ld4vv7"}, "name": {"first": "Neal", "last": "Dunn", "official_full": "Neal P. Dunn"}, "bio": {"gender": "M", "birthday": "1953-02-16"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 2, "party": "Republican", "phone": "202-225-5235", "address": "423 Cannon HOB; Washington DC 20515-0902", "office": "423 Cannon House Office Building", "url": "https://dunn.house.gov"}]}, {"id": {"bioguide": "R000609", "govtrack": 412692, "wikipedia": "John Rutherford (Florida politician)", "wikidata": "Q6256043", "votesmart": 172542, "fec": ["H6FL04105"], "opensecrets": "N00039777", "maplight": 2204, "google_entity_id": "kg:/m/03zz77"}, "name": {"first": "John", "last": "Rutherford", "official_full": "John H. Rutherford"}, "bio": {"gender": "M", "birthday": "1952-09-02"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 4, "party": "Republican", "phone": "202-225-2501", "address": "230 Cannon HOB; Washington DC 20515-0904", "office": "230 Cannon House Office Building", "url": "https://rutherford.house.gov"}]}, {"id": {"bioguide": "L000586", "govtrack": 412693, "wikipedia": "Al Lawson", "wikidata": "Q4723052", "votesmart": 24263, "fec": ["H0FL02086"], "opensecrets": "N00030642", "maplight": 2205, "google_entity_id": "kg:/m/03cg0sv"}, "name": {"first": "Al", "last": "Lawson", "official_full": "Al Lawson, Jr."}, "bio": {"gender": "M", "birthday": "1948-09-21"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 5, "party": "Democrat", "phone": "202-225-0123", "address": "1337 Longworth HOB; Washington DC 20515-0905", "office": "1337 Longworth House Office Building", "url": "https://lawson.house.gov"}]}, {"id": {"bioguide": "M001202", "govtrack": 412694, "wikipedia": "Stephanie Murphy", "wikidata": "Q27804538", "votesmart": 173426, "fec": ["H6FL07140"], "opensecrets": "N00040133", "maplight": 2206, "google_entity_id": "kg:/g/11c48s1mnv"}, "name": {"first": "Stephanie", "last": "Murphy", "official_full": "Stephanie N. Murphy"}, "bio": {"gender": "F", "birthday": "1978-09-16"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 7, "party": "Democrat", "phone": "202-225-4035", "address": "1237 Longworth HOB; Washington DC 20515-0907", "office": "1237 Longworth House Office Building", "url": "https://stephaniemurphy.house.gov"}]}, {"id": {"bioguide": "S001200", "govtrack": 412695, "wikipedia": "Darren Soto", "wikidata": "Q5225162", "votesmart": 67618, "fec": ["H6FL09179"], "opensecrets": "N00037422", "maplight": 2207, "google_entity_id": "kg:/m/05b_1xw"}, "name": {"first": "Darren", "last": "Soto", "official_full": "Darren Soto"}, "bio": {"gender": "M", "birthday": "1978-02-25"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 9, "party": "Democrat", "phone": "202-225-9889", "address": "1429 Longworth HOB; Washington DC 20515-0909", "office": "1429 Longworth House Office Building", "url": "https://soto.house.gov"}]}, {"id": {"bioguide": "D000627", "govtrack": 412696, "wikipedia": "Val Demings", "wikidata": "Q7909083", "google_entity_id": "kg:/m/0n52xwn", "votesmart": 137637, "fec": ["H2FL08063"], "opensecrets": "N00033449", "maplight": 2208}, "name": {"first": "Val", "last": "Demings", "official_full": "Val Butler Demings"}, "bio": {"gender": "F", "birthday": "1957-03-12"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 10, "party": "Democrat", "phone": "202-225-2176", "address": "238 Cannon HOB; Washington DC 20515-0910", "office": "238 Cannon House Office Building", "url": "https://demings.house.gov"}]}, {"id": {"bioguide": "C001111", "govtrack": 412697, "wikipedia": "Charlie Crist", "wikidata": "Q374693", "google_entity_id": "kg:/m/04jyvv", "votesmart": 24311, "fec": ["H6FL13205"], "opensecrets": "N00002942", "maplight": 2209}, "name": {"first": "Charlie", "last": "Crist", "official_full": "Charlie Crist"}, "bio": {"gender": "M", "birthday": "1956-07-24"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 13, "party": "Democrat", "phone": "202-225-5961", "address": "427 Cannon HOB; Washington DC 20515-0913", "office": "427 Cannon House Office Building", "url": "https://crist.house.gov"}]}, {"id": {"bioguide": "M001199", "govtrack": 412698, "wikipedia": "Brian Mast", "wikidata": "Q27733854", "votesmart": 166245, "fec": ["H6FL18097"], "opensecrets": "N00037269", "maplight": 2210, "google_entity_id": "kg:/g/11cs5xxx_f", "ballotpedia": "Brian Mast"}, "name": {"first": "Brian", "last": "Mast", "official_full": "Brian J. Mast"}, "bio": {"gender": "M", "birthday": "1980-07-10"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 18, "party": "Republican", "phone": "202-225-3026", "address": "2182 Rayburn HOB; Washington DC 20515-0918", "office": "2182 Rayburn House Office Building", "url": "https://mast.house.gov"}]}, {"id": {"bioguide": "R000607", "govtrack": 412699, "wikipedia": "Francis Rooney", "wikidata": "Q5482337", "votesmart": 172678, "fec": ["H6FL19087"], "opensecrets": "N00040007", "maplight": 2211, "google_entity_id": "kg:/m/0764lz"}, "name": {"first": "Francis", "last": "Rooney", "official_full": "Francis Rooney"}, "bio": {"gender": "M", "birthday": "1953-12-04"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "FL", "district": 19, "party": "Republican", "phone": "202-225-2536", "fax": "202-225-0011", "address": "120 Cannon HOB; Washington DC 20515-0919", "office": "120 Cannon House Office Building", "url": "https://francisrooney.house.gov"}]}, {"id": {"bioguide": "F000465", "govtrack": 412700, "wikipedia": "Drew Ferguson (politician)", "wikidata": "Q26157659", "votesmart": 168132, "fec": ["H6GA03113"], "opensecrets": "N00039090", "maplight": 2212, "google_entity_id": "kg:/g/11c0xj334k"}, "name": {"first": "A.", "middle": "Drew", "last": "Ferguson", "suffix": "IV", "official_full": "A. Drew Ferguson IV"}, "bio": {"gender": "M", "birthday": "1967-11-15"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "GA", "district": 3, "party": "Republican", "phone": "202-225-5901", "address": "1032 Longworth HOB; Washington DC 20515-1003", "office": "1032 Longworth House Office Building", "url": "https://ferguson.house.gov"}]}, {"id": {"bioguide": "K000391", "govtrack": 412701, "wikipedia": "Raja Krishnamoorthi", "wikidata": "Q7285471", "google_entity_id": "kg:/m/064p225", "votesmart": 117519, "fec": ["H6IL08147"], "opensecrets": "N00033240", "maplight": 2213}, "name": {"first": "Raja", "last": "Krishnamoorthi", "official_full": "Raja Krishnamoorthi"}, "bio": {"gender": "M", "birthday": "1973-07-19"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IL", "district": 8, "party": "Democrat", "phone": "202-225-3711", "address": "515 Cannon HOB; Washington DC 20515-1308", "office": "515 Cannon House Office Building", "url": "https://krishnamoorthi.house.gov"}]}, {"id": {"bioguide": "B001299", "govtrack": 412702, "wikipedia": "Jim Banks", "wikidata": "Q16146788", "votesmart": 116801, "fec": ["H6IN03229"], "opensecrets": "N00037185", "maplight": 2214, "google_entity_id": "kg:/m/0j621nj", "ballotpedia": "Jim Banks"}, "name": {"first": "Jim", "last": "Banks", "official_full": "Jim Banks"}, "bio": {"gender": "M", "birthday": "1979-07-16"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IN", "district": 3, "party": "Republican", "phone": "202-225-4436", "address": "509 Cannon HOB; Washington DC 20515-1403", "office": "509 Cannon House Office Building", "url": "https://banks.house.gov"}]}, {"id": {"bioguide": "H001074", "govtrack": 412703, "wikipedia": "Trey Hollingsworth", "wikidata": "Q27804536", "votesmart": 167423, "fec": ["H6IN09176"], "opensecrets": "N00038429", "maplight": 2215, "google_entity_id": "kg:/g/11cnt8qr9t", "ballotpedia": "Trey Hollingsworth"}, "name": {"first": "Trey", "last": "Hollingsworth", "official_full": "Trey Hollingsworth"}, "bio": {"gender": "M", "birthday": "1983-09-12"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "IN", "district": 9, "party": "Republican", "phone": "202-225-5315", "address": "1641 Longworth HOB; Washington DC 20515-1409", "office": "1641 Longworth House Office Building", "url": "https://hollingsworth.house.gov"}]}, {"id": {"bioguide": "M001198", "govtrack": 412704, "wikipedia": "Roger Marshall (politician)", "wikidata": "Q27923290", "votesmart": 172080, "fec": ["H6KS01179"], "opensecrets": "N00037034", "maplight": 2216, "google_entity_id": "kg:/g/11c4btdtm1"}, "name": {"first": "Roger", "last": "Marshall", "official_full": "Roger W. Marshall"}, "bio": {"gender": "M", "birthday": "1960-08-09"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "KS", "district": 1, "party": "Republican", "phone": "202-225-2715", "address": "312 Cannon HOB; Washington DC 20515-1601", "office": "312 Cannon House Office Building", "url": "https://marshall.house.gov"}]}, {"id": {"bioguide": "H001077", "govtrack": 412705, "wikipedia": "Clay Higgins", "wikidata": "Q25849505", "votesmart": 174484, "fec": ["H6LA03148"], "opensecrets": "N00039953", "maplight": 2217, "google_entity_id": "kg:/g/11c1s3lp76"}, "name": {"first": "Clay", "last": "Higgins", "official_full": "Clay Higgins"}, "bio": {"gender": "M", "birthday": "1961-08-24"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "LA", "district": 3, "party": "Republican", "phone": "202-225-2031", "address": "1711 Longworth HOB; Washington DC 20515-1803", "office": "1711 Longworth House Office Building", "url": "https://clayhiggins.house.gov"}]}, {"id": {"bioguide": "J000299", "govtrack": 412706, "wikipedia": "Mike Johnson (Louisiana politician)", "wikidata": "Q19880665", "votesmart": 156097, "fec": ["H6LA04138"], "opensecrets": "N00039106", "maplight": 2218, "google_entity_id": "kg:/m/0131jn2m"}, "name": {"first": "Mike", "last": "Johnson", "official_full": "Mike Johnson"}, "bio": {"gender": "M", "birthday": "1972-01-30"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "LA", "district": 4, "party": "Republican", "phone": "202-225-2777", "address": "327 Cannon HOB; Washington DC 20515-1804", "office": "327 Cannon House Office Building", "url": "https://mikejohnson.house.gov"}]}, {"id": {"bioguide": "B001304", "govtrack": 412707, "wikipedia": "Anthony G. Brown", "wikidata": "Q4772558", "votesmart": 19344, "fec": ["H6MD04209"], "opensecrets": "N00036999", "maplight": 2219, "google_entity_id": "kg:/m/09v6fg"}, "name": {"first": "Anthony", "last": "Brown", "official_full": "Anthony G. Brown"}, "bio": {"gender": "M", "birthday": "1961-11-21"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MD", "district": 4, "party": "Democrat", "phone": "202-225-8699", "address": "1505 Longworth HOB; Washington DC 20515-2004", "office": "1505 Longworth House Office Building", "url": "https://anthonybrown.house.gov"}]}, {"id": {"bioguide": "R000606", "govtrack": 412708, "wikipedia": "Jamie Raskin", "wikidata": "Q640835", "google_entity_id": "kg:/m/0c13wm", "votesmart": 65904, "fec": ["H6MD08457"], "opensecrets": "N00037036", "maplight": 2220}, "name": {"first": "Jamie", "last": "Raskin", "official_full": "Jamie Raskin"}, "bio": {"gender": "M", "birthday": "1962-12-13"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MD", "district": 8, "party": "Democrat", "phone": "202-225-5341", "address": "431 Cannon HOB; Washington DC 20515-2008", "office": "431 Cannon House Office Building", "url": "https://raskin.house.gov"}]}, {"id": {"bioguide": "B001301", "govtrack": 412709, "wikipedia": "Jack Bergman", "wikidata": "Q6262116", "votesmart": 170172, "fec": ["H6MI01226"], "opensecrets": "N00039533", "maplight": 2221, "google_entity_id": "kg:/m/05b2l3v"}, "name": {"first": "Jack", "last": "Bergman", "official_full": "Jack Bergman"}, "bio": {"gender": "M", "birthday": "1947-02-02"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MI", "district": 1, "party": "Republican", "phone": "202-225-4735", "address": "414 Cannon HOB; Washington DC 20515-2201", "office": "414 Cannon House Office Building", "url": "https://bergman.house.gov"}]}, {"id": {"bioguide": "M001201", "govtrack": 412710, "wikipedia": "Paul Mitchell (politician)", "wikidata": "Q27922634", "votesmart": 152464, "fec": ["H4MI04118"], "opensecrets": "N00036274", "maplight": 2222, "google_entity_id": "kg:/g/11c1rgc3x6"}, "name": {"first": "Paul", "last": "Mitchell", "official_full": "Paul Mitchell"}, "bio": {"gender": "M", "birthday": "1961-05-08"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MI", "district": 10, "party": "Republican", "phone": "202-225-2106", "address": "211 Cannon HOB; Washington DC 20515-2210", "office": "211 Cannon House Office Building", "url": "https://mitchell.house.gov"}]}, {"id": {"bioguide": "L000587", "govtrack": 412711, "wikipedia": "Jason Lewis (congressman)", "wikidata": "Q6162964", "votesmart": 171558, "google_entity_id": "kg:/m/0fx5rd", "fec": ["H6MN02149"], "opensecrets": "N00038400", "maplight": 2223}, "name": {"first": "Jason", "last": "Lewis", "official_full": "Jason Lewis"}, "bio": {"gender": "M", "birthday": "1955-09-23"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "MN", "district": 2, "party": "Republican", "phone": "202-225-2271", "address": "418 Cannon HOB; Washington DC 20515-2302", "office": "418 Cannon House Office Building", "url": "https://jasonlewis.house.gov"}]}, {"id": {"bioguide": "B001305", "govtrack": 412712, "wikipedia": "Ted Budd", "wikidata": "Q27733792", "votesmart": 171489, "fec": ["H6NC13129"], "opensecrets": "N00039551", "maplight": 2224, "google_entity_id": "kg:/g/11c2nmnsj0"}, "name": {"first": "Ted", "last": "Budd", "official_full": "Ted Budd"}, "bio": {"gender": "M", "birthday": "1971-10-21"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NC", "district": 13, "party": "Republican", "phone": "202-225-4531", "address": "118 Cannon HOB; Washington DC 20515-3313", "office": "118 Cannon House Office Building", "url": "https://budd.house.gov"}]}, {"id": {"bioguide": "B001298", "govtrack": 412713, "wikipedia": "Don Bacon (politician)", "wikidata": "Q19757583", "votesmart": 166299, "fec": ["H6NE02125"], "opensecrets": "N00037049", "maplight": 2225, "google_entity_id": "kg:/m/01311t71"}, "name": {"first": "Don", "last": "Bacon", "official_full": "Don Bacon"}, "bio": {"gender": "M", "birthday": "1963-08-16"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NE", "district": 2, "party": "Republican", "phone": "202-225-4155", "address": "1516 Longworth HOB; Washington DC 20515-2702", "office": "1516 Longworth House Office Building", "url": "https://bacon.house.gov"}]}, {"id": {"bioguide": "G000583", "govtrack": 412714, "wikipedia": "Josh Gottheimer", "wikidata": "Q6288908", "votesmart": 169202, "fec": ["H6NJ05171"], "opensecrets": "N00036944", "maplight": 2226, "google_entity_id": "kg:/g/120x5twv"}, "name": {"first": "Josh", "last": "Gottheimer", "official_full": "Josh Gottheimer"}, "bio": {"gender": "M", "birthday": "1975-03-08"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NJ", "district": 5, "party": "Democrat", "phone": "202-225-4465", "address": "213 Cannon HOB; Washington DC 20515-3005", "office": "213 Cannon House Office Building", "url": "https://gottheimer.house.gov"}]}, {"id": {"bioguide": "R000608", "govtrack": 412715, "wikipedia": "Jacky Rosen", "wikidata": "Q27825033", "votesmart": 169471, "fec": ["H6NV03139"], "opensecrets": "N00038734", "maplight": 2227, "google_entity_id": "kg:/g/11cntnvwkg"}, "name": {"first": "Jacky", "last": "Rosen", "official_full": "Jacky Rosen"}, "bio": {"gender": "F", "birthday": "1957-08-02"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NV", "district": 3, "party": "Democrat", "phone": "202-225-3252", "address": "413 Cannon HOB; Washington DC 20515-2803", "office": "413 Cannon House Office Building", "url": "https://rosen.house.gov"}]}, {"id": {"bioguide": "K000390", "govtrack": 412716, "wikipedia": "Ruben Kihuen", "wikidata": "Q7375978", "google_entity_id": "kg:/m/03hnv7g", "votesmart": 66851, "fec": ["H2NV00050"], "opensecrets": "N00033530", "maplight": 2228}, "name": {"first": "Ruben", "last": "Kihuen", "official_full": "Ruben Kihuen"}, "bio": {"gender": "M", "birthday": "1980-04-25"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NV", "district": 4, "party": "Democrat", "phone": "202-225-9894", "address": "313 Cannon HOB; Washington DC 20515-2804", "office": "313 Cannon House Office Building", "url": "https://kihuen.house.gov"}]}, {"id": {"bioguide": "S001201", "govtrack": 412717, "wikipedia": "Thomas Suozzi", "wikidata": "Q7794276", "votesmart": 92111, "fec": ["H6NY03247"], "opensecrets": "N00038742", "maplight": 2229, "google_entity_id": "kg:/m/060n4d"}, "name": {"first": "Thomas", "last": "Suozzi", "official_full": "Thomas R. Suozzi"}, "bio": {"gender": "M", "birthday": "1962-08-31"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 3, "party": "Democrat", "phone": "202-225-3335", "fax": "202-225-4669", "address": "226 Cannon HOB; Washington DC 20515-3203", "office": "226 Cannon House Office Building", "url": "https://suozzi.house.gov"}]}, {"id": {"bioguide": "E000297", "govtrack": 412718, "wikipedia": "Adriano Espaillat", "wikidata": "Q4685569", "google_entity_id": "kg:/m/06nfs2", "votesmart": 14379, "fec": ["H2NY13096"], "opensecrets": "N00034549", "maplight": 2230}, "name": {"first": "Adriano", "last": "Espaillat", "official_full": "Adriano Espaillat"}, "bio": {"gender": "M", "birthday": "1954-09-27"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 13, "party": "Democrat", "phone": "202-225-4365", "fax": "202-225-0816", "address": "1630 Longworth HOB; Washington DC 20515-3213", "office": "1630 Longworth House Office Building", "url": "https://espaillat.house.gov"}]}, {"id": {"bioguide": "F000464", "govtrack": 412719, "wikipedia": "John Faso", "wikidata": "Q5856885", "google_entity_id": "kg:/m/0bgx6c", "votesmart": 4311, "fec": ["H6NY19169"], "opensecrets": "N00037288", "maplight": 2231}, "name": {"first": "John", "last": "Faso", "official_full": "John J. Faso"}, "bio": {"gender": "M", "birthday": "1952-08-25"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 19, "party": "Republican", "phone": "202-225-5614", "address": "1616 Longworth HOB; Washington DC 20515-3219", "office": "1616 Longworth House Office Building", "url": "https://faso.house.gov"}]}, {"id": {"bioguide": "T000478", "govtrack": 412720, "wikipedia": "Claudia Tenney", "wikidata": "Q5129263", "google_entity_id": "kg:/m/0g5s72n", "votesmart": 127668, "fec": ["H4NY22051"], "opensecrets": "N00036351", "maplight": 2232}, "name": {"first": "Claudia", "last": "Tenney", "official_full": "Claudia Tenney"}, "bio": {"gender": "F", "birthday": "1961-02-04"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "NY", "district": 22, "party": "Republican", "phone": "202-225-3665", "address": "512 Cannon HOB; Washington DC 20515-3222", "office": "512 Cannon House Office Building", "url": "https://tenney.house.gov"}]}, {"id": {"bioguide": "F000466", "govtrack": 412721, "wikipedia": "Brian Fitzpatrick (American politician)", "wikidata": "Q27831059", "votesmart": 167708, "fec": ["H6PA08277"], "opensecrets": "N00038779", "maplight": 2233, "google_entity_id": "kg:/g/11c2l6lhlm"}, "name": {"first": "Brian", "last": "Fitzpatrick", "official_full": "Brian K. Fitzpatrick"}, "bio": {"gender": "M", "birthday": "1973-12-17"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 8, "party": "Republican", "phone": "202-225-4276", "address": "514 Cannon HOB; Washington DC 20515-3808", "office": "514 Cannon House Office Building", "url": "https://brianfitzpatrick.house.gov"}]}, {"id": {"bioguide": "S001199", "govtrack": 412722, "wikipedia": "Lloyd Smucker", "wikidata": "Q6662742", "votesmart": 102454, "fec": ["H6PA16320"], "opensecrets": "N00038781", "maplight": 2234, "google_entity_id": "kg:/m/05t08cn"}, "name": {"first": "Lloyd", "last": "Smucker", "official_full": "Lloyd Smucker"}, "bio": {"gender": "M", "birthday": "1964-01-23"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PA", "district": 16, "party": "Republican", "phone": "202-225-2411", "address": "516 Cannon HOB; Washington DC 20515-3816", "office": "516 Cannon House Office Building", "url": "https://smucker.house.gov"}]}, {"id": {"bioguide": "G000582", "govtrack": 412723, "wikipedia": "Jenniffer Gonz\u00e1lez", "wikidata": "Q16215793", "fec": ["H6PR00082"], "opensecrets": "N00037615", "maplight": 2235, "google_entity_id": "kg:/m/027s3vf"}, "name": {"first": "Jenniffer", "last": "Gonz\u00e1lez-Col\u00f3n", "official_full": "Jenniffer Gonz\u00e1lez-Col\u00f3n"}, "bio": {"gender": "F", "birthday": "1976-08-05"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "PR", "district": 0, "party": "Republican", "phone": "202-225-2615", "address": "1529 Longworth HOB; Washington DC 20515-5401", "office": "1529 Longworth House Office Building", "url": "https://gonzalez-colon.house.gov"}]}, {"id": {"bioguide": "K000392", "govtrack": 412724, "wikipedia": "David Kustoff", "wikidata": "Q26923148", "votesmart": 48997, "fec": ["H2TN07103"], "opensecrets": "N00025445", "maplight": 2236, "google_entity_id": "kg:/g/11c1qmm_nk"}, "name": {"first": "David", "last": "Kustoff", "official_full": "David Kustoff"}, "bio": {"gender": "M", "birthday": "1966-10-08"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TN", "district": 8, "party": "Republican", "phone": "202-225-4714", "address": "508 Cannon HOB; Washington DC 20515-4208", "office": "508 Cannon House Office Building", "url": "https://kustoff.house.gov"}]}, {"id": {"bioguide": "G000581", "govtrack": 412725, "wikipedia": "Vicente Gonz\u00e1lez (politician)", "wikidata": "Q27924921", "votesmart": 166483, "fec": ["H6TX15162"], "opensecrets": "N00038809", "maplight": 2237, "google_entity_id": "kg:/g/11c266m1z7"}, "name": {"first": "Vicente", "last": "Gonzalez", "official_full": "Vicente Gonzalez"}, "bio": {"gender": "M", "birthday": "1967-09-04"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 15, "party": "Democrat", "phone": "202-225-2531", "address": "113 Cannon HOB; Washington DC 20515-4315", "office": "113 Cannon House Office Building", "url": "https://gonzalez.house.gov"}]}, {"id": {"bioguide": "A000375", "govtrack": 412726, "wikipedia": "Jodey Arrington", "wikidata": "Q6207815", "votesmart": 155685, "fec": ["H6TX19099"], "opensecrets": "N00038285", "maplight": 2238, "google_entity_id": "kg:/m/0g9_f_1"}, "name": {"first": "Jodey", "last": "Arrington", "official_full": "Jodey C. Arrington"}, "bio": {"gender": "M", "birthday": "1972-03-09"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "TX", "district": 19, "party": "Republican", "phone": "202-225-4005", "address": "1029 Longworth HOB; Washington DC 20515-4319", "office": "1029 Longworth House Office Building", "url": "https://arrington.house.gov"}]}, {"id": {"bioguide": "T000477", "govtrack": 412727, "wikipedia": "Scott Taylor (politician)", "wikidata": "Q17089502", "votesmart": 144514, "fec": ["H0VA02118"], "opensecrets": "N00031263", "maplight": 2239, "google_entity_id": "kg:/m/011bsmj8"}, "name": {"first": "Scott", "last": "Taylor", "official_full": "Scott Taylor"}, "bio": {"gender": "M", "birthday": "1979-06-27"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "VA", "district": 2, "party": "Republican", "phone": "202-225-4215", "address": "412 Cannon HOB; Washington DC 20515-4602", "office": "412 Cannon House Office Building", "url": "https://taylor.house.gov"}]}, {"id": {"bioguide": "M001200", "govtrack": 412728, "wikipedia": "Donald McEachin", "wikidata": "Q4647699", "google_entity_id": "kg:/m/0979v6", "votesmart": 8230, "fec": ["H6VA04061"], "opensecrets": "N00039327", "maplight": 2240}, "name": {"first": "A.", "middle": "Donald", "last": "McEachin", "official_full": "A. Donald McEachin"}, "bio": {"gender": "M", "birthday": "1961-10-10"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "VA", "district": 4, "party": "Democrat", "phone": "202-225-6365", "address": "314 Cannon HOB; Washington DC 20515-4604", "office": "314 Cannon House Office Building", "url": "https://mceachin.house.gov"}]}, {"id": {"bioguide": "G000580", "govtrack": 412729, "wikipedia": "Tom Garrett Jr.", "wikidata": "Q16213961", "google_entity_id": "kg:/m/0j_7g_0", "votesmart": 134493, "fec": ["H6VA05142"], "opensecrets": "N00038847", "maplight": 2241}, "name": {"first": "Thomas", "last": "Garrett", "official_full": "Thomas A. Garrett, Jr."}, "bio": {"gender": "M", "birthday": "1972-03-27"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "VA", "district": 5, "party": "Republican", "phone": "202-225-4711", "address": "415 Cannon HOB; Washington DC 20515-4605", "office": "415 Cannon House Office Building", "url": "https://tomgarrett.house.gov"}]}, {"id": {"bioguide": "J000298", "govtrack": 412730, "wikipedia": "Pramila Jayapal", "wikidata": "Q18978140", "votesmart": 153141, "fec": ["H6WA07458"], "opensecrets": "N00038858", "maplight": 2242, "google_entity_id": "kg:/m/0c3dxcq"}, "name": {"first": "Pramila", "last": "Jayapal", "official_full": "Pramila Jayapal"}, "bio": {"gender": "F", "birthday": "1965-09-21"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WA", "district": 7, "party": "Democrat", "phone": "202-225-3106", "address": "319 Cannon HOB; Washington DC 20515-4707", "office": "319 Cannon House Office Building", "url": "https://jayapal.house.gov"}]}, {"id": {"bioguide": "G000579", "govtrack": 412731, "wikipedia": "Mike Gallagher (American politician)", "wikidata": "Q27842981", "votesmart": 171843, "fec": ["H6WI08155"], "opensecrets": "N00039330", "maplight": 2243, "google_entity_id": "kg:/g/11c5qns1cc"}, "name": {"first": "Mike", "last": "Gallagher", "official_full": "Mike Gallagher"}, "bio": {"gender": "M", "birthday": "1984-03-03"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WI", "district": 8, "party": "Republican", "phone": "202-225-5665", "address": "1007 Longworth HOB; Washington DC 20515-4908", "office": "1007 Longworth House Office Building", "url": "https://gallagher.house.gov"}]}, {"id": {"bioguide": "C001109", "govtrack": 412732, "wikipedia": "Liz Cheney", "wikidata": "Q5362573", "google_entity_id": "kg:/m/04slt0", "votesmart": 145932, "fec": ["H6WY00159"], "opensecrets": "N00035504", "maplight": 2244}, "name": {"first": "Liz", "last": "Cheney", "official_full": "Liz Cheney"}, "bio": {"gender": "F", "birthday": "1966-07-28"}, "terms": [{"type": "rep", "start": "2017-01-03", "end": "2019-01-03", "state": "WY", "district": 0, "party": "Republican", "phone": "202-225-2311", "address": "416 Cannon HOB; Washington DC 20515-5000", "office": "416 Cannon House Office Building", "url": "https://cheney.house.gov"}]}, {"id": {"bioguide": "S001202", "govtrack": 412734, "lis": "S392", "fec": ["S8AL00308"], "maplight": 2245}, "name": {"first": "Luther", "last": "Strange", "official_full": "Luther Strange"}, "bio": {"birthday": "1953-03-01", "gender": "M"}, "terms": [{"type": "sen", "start": "2017-02-09", "end": "2021-01-03", "state": "AL", "class": 2, "party": "Republican", "state_rank": "junior", "address": "G-12 Dirksen Senate Office Building Washington DC 20510", "office": "G-12 Dirksen Senate Office Building", "phone": "202-224-4124"}]}] \ No newline at end of file diff --git a/alternate_formats/legislators-historical.json b/alternate_formats/legislators-historical.json new file mode 100644 index 0000000..fe6f905 --- /dev/null +++ b/alternate_formats/legislators-historical.json @@ -0,0 +1 @@ +[{"id": {"bioguide": "B000226", "govtrack": 401222, "icpsr": 507, "wikipedia": "Richard Bassett (politician)", "wikidata": "Q518823", "google_entity_id": "kg:/m/02pz46"}, "name": {"first": "Richard", "last": "Bassett"}, "bio": {"birthday": "1745-04-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1793-03-03", "state": "DE", "class": 2, "party": "Anti-Administration"}]}, {"id": {"bioguide": "B000546", "govtrack": 401521, "icpsr": 786, "house_history": 9479, "wikipedia": "Theodorick Bland (congressman)", "wikidata": "Q1749152", "google_entity_id": "kg:/m/033mf4"}, "name": {"first": "Theodorick", "last": "Bland"}, "bio": {"birthday": "1742-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "VA", "district": 9}]}, {"id": {"bioguide": "B001086", "govtrack": 402032, "icpsr": 1260, "wikipedia": "Aedanus Burke", "house_history": 10177, "wikidata": "Q380504", "google_entity_id": "kg:/m/03yccv"}, "name": {"first": "Aedanus", "last": "Burke"}, "bio": {"birthday": "1743-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "SC", "district": 2}]}, {"id": {"bioguide": "C000187", "govtrack": 402334, "icpsr": 1538, "wikipedia": "Daniel Carroll", "house_history": 10687, "wikidata": "Q674371", "google_entity_id": "kg:/m/02q22c"}, "name": {"first": "Daniel", "last": "Carroll"}, "bio": {"birthday": "1730-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "MD", "district": 6}]}, {"id": {"bioguide": "C000538", "govtrack": 402671, "icpsr": 1859, "wikipedia": "George Clymer", "house_history": 11120, "wikidata": "Q708913", "google_entity_id": "kg:/m/01mpsj"}, "name": {"first": "George", "last": "Clymer"}, "bio": {"birthday": "1739-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "PA", "district": -1}]}, {"id": {"bioguide": "C000710", "govtrack": 402834, "icpsr": 2010, "wikipedia": "Benjamin Contee", "house_history": 11343, "wikidata": "Q868334", "google_entity_id": "kg:/m/03xb7p"}, "name": {"first": "Benjamin", "last": "Contee"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "MD", "district": 3}]}, {"id": {"bioguide": "D000013", "govtrack": 403156, "icpsr": 2307, "wikipedia": "Tristram Dalton", "wikidata": "Q1365791", "google_entity_id": "kg:/m/03ynvb"}, "name": {"first": "Tristram", "last": "Dalton"}, "bio": {"birthday": "1738-05-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1791-03-03", "state": "MA", "class": 1, "party": "Pro-Administration"}]}, {"id": {"bioguide": "E000155", "govtrack": 403846, "icpsr": 2943, "wikipedia": "Jonathan Elmer", "house_history": 12784, "wikidata": "Q929830", "google_entity_id": "kg:/m/03zxl_"}, "name": {"first": "Jonathan", "last": "Elmer"}, "bio": {"birthday": "1745-11-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1791-03-03", "state": "NJ", "class": 1, "party": "Pro-Administration"}]}, {"id": {"bioguide": "F000100", "govtrack": 404057, "icpsr": 3128, "wikipedia": "William Few", "house_history": 13100, "wikidata": "Q664099", "google_entity_id": "kg:/m/02pz57"}, "name": {"first": "William", "last": "Few"}, "bio": {"birthday": "1748-06-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1793-03-03", "state": "GA", "class": 2, "party": "Anti-Administration"}]}, {"id": {"bioguide": "F000224", "govtrack": 404179, "icpsr": 3237, "wikipedia": "William Floyd", "house_history": 13251, "wikidata": "Q1381060", "google_entity_id": "kg:/m/01mpvf"}, "name": {"first": "William", "last": "Floyd"}, "bio": {"birthday": "1734-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NY", "district": 1}]}, {"id": {"bioguide": "G000012", "govtrack": 404389, "icpsr": 3430, "wikipedia": "George Gale (congressman)", "house_history": 13580, "wikidata": "Q1619320", "google_entity_id": "kg:/m/03_mdj"}, "name": {"first": "George", "last": "Gale"}, "bio": {"birthday": "1756-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "MD", "district": 5}]}, {"id": {"bioguide": "G000403", "govtrack": 404753, "icpsr": 3771, "wikipedia": "William Grayson", "house_history": 14074, "wikidata": "Q471060", "google_entity_id": "kg:/m/03zxy1"}, "name": {"first": "William", "last": "Grayson"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1791-03-03", "state": "VA", "class": 1, "party": "Anti-Administration"}]}, {"id": {"bioguide": "G000500", "govtrack": 404845, "icpsr": 3857, "house_history": 14192, "wikipedia": "Jonathan Grout", "wikidata": "Q1703183", "google_entity_id": "kg:/m/08tx4v"}, "name": {"first": "Jonathan", "last": "Grout"}, "bio": {"birthday": "1737-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "MA", "district": 8}]}, {"id": {"bioguide": "H000368", "govtrack": 405237, "icpsr": 4212, "wikipedia": "Benjamin Hawkins", "house_history": 14735, "wikidata": "Q2896102", "google_entity_id": "kg:/m/02g9m0"}, "name": {"first": "Benjamin", "last": "Hawkins"}, "bio": {"birthday": "1754-08-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1795-03-03", "state": "NC", "class": 3, "party": "Pro-Administration"}]}, {"id": {"bioguide": "H000995", "govtrack": 405835, "icpsr": 4766, "house_history": 15507, "wikipedia": "Benjamin Huntington", "wikidata": "Q581141", "google_entity_id": "kg:/m/04vfjf"}, "name": {"first": "Benjamin", "last": "Huntington"}, "bio": {"birthday": "1736-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "CT", "district": -1}]}, {"id": {"bioguide": "I000053", "govtrack": 412129, "icpsr": 4837, "wikipedia": "Ralph Izard", "house_history": 15684, "wikidata": "Q969896", "google_entity_id": "kg:/m/0376kk"}, "name": {"first": "Ralph", "last": "Izard"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1795-03-03", "state": "SC", "class": 3, "party": "Pro-Administration"}]}, {"id": {"bioguide": "J000182", "govtrack": 406077, "icpsr": 4998, "wikipedia": "William Samuel Johnson", "house_history": 15927, "wikidata": "Q182543", "google_entity_id": "kg:/m/02pyzk"}, "name": {"first": "William", "middle": "Samuel", "last": "Johnson"}, "bio": {"birthday": "1727-10-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1791-12-31", "state": "CT", "class": 3, "party": "Pro-Administration"}]}, {"id": {"bioguide": "J000198", "govtrack": 406093, "icpsr": 5012, "house_history": 15947, "wikipedia": "Samuel Johnston", "wikidata": "Q730149", "google_entity_id": "kg:/m/02j2g3"}, "name": {"first": "Samuel", "last": "Johnston"}, "bio": {"birthday": "1733-12-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1793-03-03", "state": "NC", "class": 2, "party": "Pro-Administration"}]}, {"id": {"bioguide": "L000201", "govtrack": 406704, "icpsr": 5565, "house_history": 16846, "wikipedia": "Richard Henry Lee", "wikidata": "Q725907", "google_entity_id": "kg:/m/06k58"}, "name": {"first": "Richard", "middle": "Henry", "last": "Lee"}, "bio": {"birthday": "1732-01-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1793-03-03", "state": "VA", "class": 2, "party": "Anti-Administration"}]}, {"id": {"bioguide": "M000031", "govtrack": 407058, "icpsr": 5891, "wikipedia": "William Maclay (Pennsylvania senator)", "wikidata": "Q442393", "google_entity_id": "kg:/m/02d56c"}, "name": {"first": "William", "last": "Maclay"}, "bio": {"birthday": "1737-07-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1791-03-03", "state": "PA", "class": 1, "party": "Anti-Administration"}]}, {"id": {"bioguide": "M000234", "govtrack": 407252, "icpsr": 6071, "house_history": 17612, "wikipedia": "George Mathews (Georgia)", "wikidata": "Q887630", "google_entity_id": "kg:/m/0357nx"}, "name": {"first": "George", "last": "Mathews"}, "bio": {"birthday": "1739-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "GA", "district": 3}]}, {"id": {"bioguide": "M000985", "govtrack": 407953, "icpsr": 6712, "house_history": 18562, "wikipedia": "Robert Morris (financier)", "wikidata": "Q464876", "google_entity_id": "kg:/m/01hh_b"}, "name": {"first": "Robert", "last": "Morris"}, "bio": {"birthday": "1734-01-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1795-03-03", "state": "PA", "class": 3, "party": "Pro-Administration"}]}, {"id": {"bioguide": "P000092", "govtrack": 408502, "icpsr": 7224, "wikipedia": "George Partridge", "house_history": 19385, "wikidata": "Q1508042", "google_entity_id": "kg:/m/06gh02"}, "name": {"first": "George", "last": "Partridge"}, "bio": {"birthday": "1740-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "MA", "district": 5}]}, {"id": {"bioguide": "P000102", "govtrack": 408510, "icpsr": 7231, "wikipedia": "William Paterson (judge)", "house_history": 19400, "wikidata": "Q729054", "google_entity_id": "kg:/m/01r022"}, "name": {"first": "William", "last": "Paterson"}, "bio": {"birthday": "1745-12-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1791-03-03", "state": "NJ", "class": 2, "party": "Pro-Administration"}]}, {"id": {"bioguide": "S000624", "govtrack": 410099, "icpsr": 8693, "wikipedia": "William Smith (Maryland)", "house_history": 21907, "wikidata": "Q978343", "google_entity_id": "kg:/m/03nqjd"}, "name": {"first": "William", "last": "Smith"}, "bio": {"birthday": "1728-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "MD", "district": 4}]}, {"id": {"bioguide": "S000961", "govtrack": 410420, "icpsr": 8983, "wikipedia": "Michael J. Stone", "house_history": 22329, "wikidata": "Q219505", "google_entity_id": "kg:/m/07xtws"}, "name": {"first": "Michael", "middle": "Jenifer", "last": "Stone"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "MD", "district": 1}]}, {"id": {"bioguide": "V000053", "govtrack": 411095, "icpsr": 9629, "wikipedia": "Jeremiah Van Rensselaer", "house_history": 20938, "wikidata": "Q1687548", "google_entity_id": "kg:/m/0506gg"}, "name": {"first": "Jeremiah", "last": "Van Rensselaer"}, "bio": {"birthday": "1738-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NY", "district": 6}]}, {"id": {"bioguide": "W000783", "govtrack": 411931, "icpsr": 10405, "house_history": 24156, "wikipedia": "Henry Wynkoop", "wikidata": "Q5730595", "google_entity_id": "kg:/m/03tpf2"}, "name": {"first": "Henry", "last": "Wynkoop"}, "bio": {"birthday": "1737-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "PA", "district": -1}]}, {"id": {"bioguide": "D000324", "govtrack": 403444, "icpsr": 2576, "wikipedia": "Philemon Dickinson", "house_history": 12231, "wikidata": "Q2702466", "google_entity_id": "kg:/m/03zxkh"}, "name": {"first": "Philemon", "last": "Dickinson"}, "bio": {"birthday": "1739-04-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1790-01-01", "end": "1793-03-03", "state": "NJ", "class": 2, "party": "Pro-Administration"}]}, {"id": {"bioguide": "W000059", "govtrack": 411238, "icpsr": 9747, "house_history": 23286, "wikipedia": "John Walker (Virginia politician)", "wikidata": "Q450549", "google_entity_id": "kg:/m/03zy19"}, "name": {"first": "John", "last": "Walker"}, "bio": {"birthday": "1744-02-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1790-01-01", "end": "1791-03-03", "state": "VA", "class": 1, "party": "Pro-Administration"}]}, {"id": {"bioguide": "A000307", "govtrack": 400951, "icpsr": 259, "house_history": 8686, "wikipedia": "John Baptista Ashe (Continental Congress)", "wikidata": "Q1699261", "google_entity_id": "kg:/m/02__xr"}, "name": {"first": "John", "middle": "Baptista", "last": "Ashe"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NC", "district": 1}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NC", "district": 3}]}, {"id": {"bioguide": "B000167", "govtrack": 401169, "icpsr": 456, "house_history": 8986, "wikipedia": "Robert Barnwell", "wikidata": "Q2156471", "google_entity_id": "kg:/m/027gy1"}, "name": {"first": "Robert", "last": "Barnwell"}, "bio": {"birthday": "1761-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "SC", "district": 2}]}, {"id": {"bioguide": "B001133", "govtrack": 402077, "icpsr": 1302, "wikipedia": "Aaron Burr", "wikidata": "Q179090", "google_entity_id": "kg:/m/0fsc6"}, "name": {"first": "Aaron", "last": "Burr"}, "bio": {"birthday": "1756-02-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1791-10-24", "end": "1797-03-03", "state": "NY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000009", "govtrack": 402171, "icpsr": 1384, "wikipedia": "George Cabot", "wikidata": "Q382723", "google_entity_id": "kg:/m/043103"}, "name": {"first": "George", "last": "Cabot"}, "bio": {"birthday": "1752-12-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1791-10-24", "end": "1797-03-03", "state": "MA", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "C000185", "govtrack": 402332, "icpsr": 1536, "wikipedia": "Charles Carroll of Carrollton", "house_history": 10684, "wikidata": "Q466009", "google_entity_id": "kg:/m/01jtw2"}, "name": {"first": "Charles", "last": "Carroll", "nickname": "of Carrollton"}, "bio": {"birthday": "1737-09-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1791-03-03", "state": "MD", "class": 1, "party": "Pro-Administration"}, {"type": "sen", "start": "1791-10-24", "end": "1793-03-03", "state": "MD", "class": 1}]}, {"id": {"bioguide": "E000147", "govtrack": 403838, "icpsr": 2936, "wikipedia": "Oliver Ellsworth", "house_history": 12776, "wikidata": "Q515858", "google_entity_id": "kg:/m/027xqz"}, "name": {"first": "Oliver", "last": "Ellsworth"}, "bio": {"birthday": "1745-04-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1791-03-03", "state": "CT", "class": 1, "party": "Pro-Administration"}, {"type": "sen", "start": "1791-10-24", "end": "1797-03-03", "state": "CT", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "G000139", "govtrack": 404507, "icpsr": 3541, "wikipedia": "Elbridge Gerry", "house_history": 13737, "wikidata": "Q219797", "google_entity_id": "kg:/m/02sp2"}, "name": {"first": "Elbridge", "last": "Gerry"}, "bio": {"birthday": "1744-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "MA", "district": 3}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MA", "district": 3}]}, {"id": {"bioguide": "H000916", "govtrack": 405761, "icpsr": 4695, "wikipedia": "Daniel Huger", "house_history": 15416, "wikidata": "Q1161182", "google_entity_id": "kg:/m/04vc5n"}, "name": {"first": "Daniel", "last": "Huger"}, "bio": {"gender": "M", "birthday": "1742-02-20"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "SC", "district": 3}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "SC", "district": 3}]}, {"id": {"bioguide": "J000036", "govtrack": 405941, "icpsr": 4871, "wikipedia": "Israel Jacobs", "house_history": 15735, "wikidata": "Q6087007", "google_entity_id": "kg:/m/09q5_d"}, "name": {"first": "Israel", "last": "Jacobs"}, "bio": {"birthday": "1726-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "PA", "district": 3}]}, {"id": {"bioguide": "K000158", "govtrack": 406322, "icpsr": 5224, "house_history": 16275, "wikipedia": "Philip Key (U.S. politician)", "wikidata": "Q219450", "google_entity_id": "kg:/m/05583l"}, "name": {"first": "Philip", "last": "Key"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MD", "district": 1}]}, {"id": {"bioguide": "R000091", "govtrack": 409071, "icpsr": 7762, "house_history": 20195, "wikipedia": "George Read (U.S. statesman)", "wikidata": "Q471303", "google_entity_id": "kg:/m/01mrhw"}, "name": {"first": "George", "last": "Read"}, "bio": {"birthday": "1733-09-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1791-03-03", "state": "DE", "class": 1, "party": "Pro-Administration"}, {"type": "sen", "start": "1791-10-24", "end": "1793-12-31", "state": "DE", "class": 1}]}, {"id": {"bioguide": "R000350", "govtrack": 409321, "icpsr": 7989, "wikipedia": "Moses Robinson", "wikidata": "Q888648", "google_entity_id": "kg:/m/05k_0t"}, "name": {"first": "Moses", "last": "Robinson"}, "bio": {"birthday": "1741-03-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1791-10-24", "end": "1796-10-15", "state": "VT", "class": 1, "party": "Anti-Administration"}]}, {"id": {"bioguide": "S000140", "govtrack": 409648, "icpsr": 8272, "wikipedia": "Cornelius C. Schoonmaker", "house_history": 21310, "wikidata": "Q653373", "google_entity_id": "kg:/m/09q5dw"}, "name": {"first": "Cornelius", "middle": "Corneliusen", "last": "Schoonmaker"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NY", "district": 4}]}, {"id": {"bioguide": "S000242", "govtrack": 409746, "icpsr": 8363, "wikipedia": "Joshua Seney", "house_history": 21435, "wikidata": "Q501799", "google_entity_id": "kg:/m/06ll_8"}, "name": {"first": "Joshua", "last": "Seney"}, "bio": {"birthday": "1756-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "MD", "district": 2}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MD", "district": 2}]}, {"id": {"bioguide": "S000340", "govtrack": 409837, "icpsr": 8449, "wikipedia": "Upton Sheredine", "house_history": 21559, "wikidata": "Q2119992", "google_entity_id": "kg:/m/08yry1"}, "name": {"first": "Upton", "last": "Sheredine"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MD", "district": 6}], "bio": {"gender": "M"}}, {"id": {"bioguide": "S000349", "govtrack": 409845, "icpsr": 8457, "wikipedia": "Roger Sherman", "house_history": 21573, "wikidata": "Q354721", "google_entity_id": "kg:/m/01mp_3"}, "name": {"first": "Roger", "last": "Sherman"}, "bio": {"birthday": "1721-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "CT", "district": -1, "party": "Pro-Administration"}, {"type": "sen", "start": "1791-10-24", "end": "1793-12-31", "state": "CT", "class": 3, "party": "Pro-Administration"}]}, {"id": {"bioguide": "S000412", "govtrack": 409906, "icpsr": 8511, "house_history": 21650, "wikipedia": "Peter Silvester (1734\u20131808)", "wikidata": "Q2078354", "google_entity_id": "kg:/m/09l13b"}, "name": {"first": "Peter", "last": "Silvester"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NY", "district": 5}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NY", "district": 5}]}, {"id": {"bioguide": "S000832", "govtrack": 410296, "icpsr": 8869, "house_history": 22170, "wikipedia": "John Steele (North Carolina politician)", "wikidata": "Q1701809", "google_entity_id": "kg:/m/04f8lz"}, "name": {"first": "John", "last": "Steele"}, "bio": {"birthday": "1764-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NC", "district": 4}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NC", "district": 1}]}, {"id": {"bioguide": "S000866", "govtrack": 410328, "icpsr": 8896, "wikipedia": "Samuel Sterett", "house_history": 22211, "wikidata": "Q1203736", "google_entity_id": "kg:/m/0557st"}, "name": {"first": "Samuel", "last": "Sterett"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MD", "district": 4}]}, {"id": {"bioguide": "S001047", "govtrack": 410501, "icpsr": 9062, "house_history": 22432, "wikipedia": "Jonathan Sturges", "wikidata": "Q1703315", "google_entity_id": "kg:/m/06qk1k"}, "name": {"first": "Jonathan", "last": "Sturges"}, "bio": {"birthday": "1740-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "CT", "district": -1}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "CT", "district": -1}]}, {"id": {"bioguide": "T000403", "govtrack": 410972, "icpsr": 9501, "house_history": 23126, "wikipedia": "Thomas Tudor Tucker", "wikidata": "Q464466", "google_entity_id": "kg:/m/06rg8t"}, "name": {"first": "Thomas", "middle": "Tudor", "last": "Tucker"}, "bio": {"birthday": "1745-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "SC", "district": 5}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "SC", "district": 5}]}, {"id": {"bioguide": "W000216", "govtrack": 411384, "icpsr": 9885, "house_history": 23476, "wikipedia": "Anthony Wayne", "wikidata": "Q574116", "google_entity_id": "kg:/m/0k2g0"}, "name": {"first": "Anthony", "last": "Wayne"}, "bio": {"birthday": "1745-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "GA", "district": 1}]}, {"id": {"bioguide": "W000352", "govtrack": 411514, "icpsr": 10006, "wikipedia": "Alexander White (Virginia)", "house_history": 23635, "wikidata": "Q2643271", "google_entity_id": "kg:/m/07v7xs"}, "name": {"first": "Alexander", "last": "White"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "VA", "district": 1}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "VA", "district": 1}]}, {"id": {"bioguide": "W000551", "govtrack": 411707, "icpsr": 10193, "house_history": 23868, "wikipedia": "Hugh Williamson", "wikidata": "Q663151", "google_entity_id": "kg:/m/02pyy0"}, "name": {"first": "Hugh", "last": "Williamson"}, "bio": {"gender": "M", "birthday": "1735-12-05"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NC", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NC", "district": 4, "party": "Federalist"}]}, {"id": {"bioguide": "W000560", "govtrack": 411716, "icpsr": 10202, "wikipedia": "Francis Willis (Representative)", "house_history": 23877, "wikidata": "Q1361138", "google_entity_id": "kg:/m/0265tn5"}, "name": {"first": "Francis", "last": "Willis"}, "bio": {"birthday": "1745-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "GA", "district": 3}]}, {"id": {"bioguide": "E000075", "govtrack": 403764, "icpsr": 2866, "wikipedia": "John Edwards (Kentucky politician)", "wikidata": "Q432795", "google_entity_id": "kg:/m/08rgfg"}, "name": {"first": "John", "last": "Edwards"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1792-01-01", "end": "1795-03-03", "state": "KY", "class": 3, "party": "Anti-Administration"}]}, {"id": {"bioguide": "P000473", "govtrack": 408858, "icpsr": 7564, "wikipedia": "Richard Potts", "house_history": 19865, "wikidata": "Q6054920", "google_entity_id": "kg:/m/05rgs3"}, "name": {"first": "Richard", "last": "Potts"}, "bio": {"birthday": "1753-07-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1793-01-10", "end": "1796-10-14", "state": "MD", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "A000280", "govtrack": 400920, "icpsr": 231, "house_history": 8653, "wikipedia": "James Armstrong (Pennsylvania)", "wikidata": "Q6128836", "google_entity_id": "kg:/m/094g01"}, "name": {"first": "James", "last": "Armstrong"}, "bio": {"birthday": "1748-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "PA", "district": -1}]}, {"id": {"bioguide": "B000282", "govtrack": 401276, "icpsr": 554, "house_history": 9141, "wikipedia": "John Beatty (Continental Congress)", "wikidata": "Q1413402", "google_entity_id": "kg:/m/033lbp"}, "name": {"first": "John", "last": "Beatty"}, "bio": {"birthday": "1749-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NJ", "district": -1}]}, {"id": {"bioguide": "B000661", "govtrack": 401623, "icpsr": 878, "wikipedia": "Elias Boudinot", "house_history": 9640, "wikidata": "Q51753", "google_entity_id": "kg:/m/02rjz"}, "name": {"first": "Elias", "last": "Boudinot"}, "bio": {"birthday": "1740-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NJ", "district": -1}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NJ", "district": -1}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NJ", "district": -1}]}, {"id": {"bioguide": "B000671", "govtrack": 401633, "icpsr": 886, "wikipedia": "Shearjashub Bourne", "house_history": 9651, "wikidata": "Q1535213", "google_entity_id": "kg:/m/08vt2f"}, "name": {"first": "Shearjashub", "last": "Bourne"}, "bio": {"birthday": "1746-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MA", "district": 5}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MA", "district": 3}]}, {"id": {"bioguide": "B000739", "govtrack": 401699, "icpsr": 951, "wikipedia": "William Bradford (Rhode Island)", "wikidata": "Q932530", "google_entity_id": "kg:/m/01htjz"}, "name": {"first": "William", "last": "Bradford"}, "bio": {"birthday": "1729-11-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1793-12-02", "end": "1797-12-31", "state": "RI", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "C000012", "govtrack": 402174, "icpsr": 1387, "wikipedia": "Lambert Cadwalader (representative)", "house_history": 10457, "wikidata": "Q1119528", "google_entity_id": "kg:/m/031gtk"}, "name": {"first": "Lambert", "last": "Cadwalader"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NJ", "district": -1}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NJ", "district": -1}], "bio": {"gender": "M"}}, {"id": {"bioguide": "C000163", "govtrack": 402311, "icpsr": 1518, "wikipedia": "Thomas P. Carnes", "house_history": 10658, "wikidata": "Q1526302", "google_entity_id": "kg:/m/08t6dm"}, "name": {"first": "Thomas", "middle": "Petters", "last": "Carnes"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "GA", "district": -1}]}, {"id": {"bioguide": "C000418", "govtrack": 402557, "icpsr": 1750, "wikipedia": "Abraham Clark", "house_history": 10975, "wikidata": "Q329870", "google_entity_id": "kg:/m/01mpsy"}, "name": {"first": "Abraham", "last": "Clark"}, "bio": {"birthday": "1726-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NJ", "district": -1}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NJ", "district": -1}]}, {"id": {"bioguide": "C000545", "govtrack": 402678, "icpsr": 1865, "house_history": 11129, "wikipedia": "David Cobb (Massachusetts)", "wikidata": "Q1174031", "google_entity_id": "kg:/m/080bgg"}, "name": {"first": "David", "last": "Cobb"}, "bio": {"birthday": "1748-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MA", "district": -1}]}, {"id": {"bioguide": "C000591", "govtrack": 402720, "icpsr": 1906, "wikipedia": "Peleg Coffin Jr.", "house_history": 11191, "wikidata": "Q2067932", "google_entity_id": "kg:/m/08vvd0"}, "name": {"first": "Peleg", "last": "Coffin", "suffix": "Jr."}, "bio": {"birthday": "1756-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MA", "district": 3}]}, {"id": {"bioguide": "D000157", "govtrack": 412032, "icpsr": 2432, "wikipedia": "William Johnston Dawson", "house_history": 12026, "wikidata": "Q2579535", "google_entity_id": "kg:/m/04f920"}, "name": {"first": "William", "middle": "Johnson", "last": "Dawson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NC", "district": 8, "party": "Anti-Administration"}]}, {"id": {"bioguide": "E000060", "govtrack": 403755, "icpsr": 2859, "wikipedia": "Benjamin Edwards (Maryland)", "house_history": 12673, "wikidata": "Q868544", "google_entity_id": "kg:/m/08v3d9"}, "name": {"first": "Benjamin", "last": "Edwards"}, "bio": {"birthday": "1753-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MD", "district": 3}]}, {"id": {"bioguide": "F000178", "govtrack": 404133, "icpsr": 3196, "house_history": 13194, "wikipedia": "Thomas Fitzsimons", "wikidata": "Q671958", "google_entity_id": "kg:/m/021h9p"}, "name": {"first": "Thomas", "last": "Fitzsimons"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "PA", "district": -1}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "PA", "district": 1}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "PA", "district": -1}]}, {"id": {"bioguide": "F000282", "govtrack": 404232, "icpsr": 3285, "wikipedia": "Uriah Forrest", "house_history": 13328, "wikidata": "Q868551", "google_entity_id": "kg:/m/04cjt9"}, "name": {"first": "Uriah", "last": "Forrest"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MD", "district": 3}], "bio": {"gender": "M"}}, {"id": {"bioguide": "F000368", "govtrack": 404314, "icpsr": 3361, "house_history": 13434, "wikipedia": "Frederick Frelinghuysen (general)", "wikidata": "Q5497813", "google_entity_id": "kg:/m/02_31t"}, "name": {"first": "Frederick", "last": "Frelinghuysen"}, "bio": {"birthday": "1753-04-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1793-12-02", "end": "1797-03-03", "state": "NJ", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "G000211", "govtrack": 404574, "icpsr": 3607, "house_history": 13832, "wikipedia": "Alexander Gillon", "wikidata": "Q2642191", "google_entity_id": "kg:/m/096sf7"}, "name": {"first": "Alexander", "last": "Gillon"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "SC", "district": 5}]}, {"id": {"bioguide": "G000311", "govtrack": 404669, "icpsr": 3695, "house_history": 13956, "wikipedia": "James Gordon (New York)", "wikidata": "Q868475", "google_entity_id": "kg:/m/09143y"}, "name": {"first": "James", "last": "Gordon"}, "bio": {"birthday": "1739-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NY", "district": 6}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NY", "district": 9}]}, {"id": {"bioguide": "G000466", "govtrack": 404811, "icpsr": 3825, "wikipedia": "Samuel Griffin", "house_history": 14153, "wikidata": "Q1571504", "google_entity_id": "kg:/m/089cbk"}, "name": {"first": "Samuel", "last": "Griffin"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "VA", "district": 10}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "VA", "district": 10}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 13}]}, {"id": {"bioguide": "H000750", "govtrack": 405601, "icpsr": 4546, "wikipedia": "Samuel Holten", "house_history": 15210, "wikidata": "Q1716923", "google_entity_id": "kg:/m/04htnn"}, "name": {"first": "Samuel", "last": "Holten"}, "bio": {"birthday": "1738-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MA", "district": 1}]}, {"id": {"bioguide": "I000035", "govtrack": 405892, "icpsr": 4820, "house_history": 15660, "wikipedia": "William Irvine (general)", "wikidata": "Q3568725", "google_entity_id": "kg:/m/04vncx"}, "name": {"first": "William", "last": "Irvine"}, "bio": {"birthday": "1741-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "PA", "district": -1}]}, {"id": {"bioguide": "L000178", "govtrack": 406680, "icpsr": 5543, "house_history": 16819, "wikipedia": "Amasa Learned", "wikidata": "Q455350", "google_entity_id": "kg:/m/08sr8s"}, "name": {"first": "Amasa", "last": "Learned"}, "bio": {"birthday": "1750-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "CT", "district": -1}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "CT", "district": -1}]}, {"id": {"bioguide": "L000200", "govtrack": 406703, "icpsr": 5564, "house_history": 16844, "wikipedia": "Richard Bland Lee", "wikidata": "Q2149095", "google_entity_id": "kg:/m/08tvdf"}, "name": {"first": "Richard", "middle": "Bland", "last": "Lee"}, "bio": {"birthday": "1761-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "VA", "district": 4}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "VA", "district": 4}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 17}]}, {"id": {"bioguide": "M000166", "govtrack": 407188, "icpsr": 6012, "wikipedia": "Alexander Martin", "wikidata": "Q642264", "google_entity_id": "kg:/m/02j2c6"}, "name": {"first": "Alexander", "last": "Martin"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1793-12-02", "end": "1799-03-03", "state": "NC", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000424", "govtrack": 407423, "icpsr": 6230, "house_history": 17857, "wikipedia": "Joseph \"Pleasant Gardens\" McDowell", "wikidata": "Q1707603", "google_entity_id": "kg:/m/033sft"}, "name": {"first": "Joseph", "last": "McDowell"}, "bio": {"birthday": "1758-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NC", "district": 1}]}, {"id": {"bioguide": "M000622", "govtrack": 407611, "icpsr": 6401, "wikipedia": "Alexander Mebane", "house_history": 18102, "wikidata": "Q2545396", "google_entity_id": "kg:/m/04f8w6"}, "name": {"first": "Alexander", "last": "Mebane"}, "bio": {"birthday": "1744-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NC", "district": 4}]}, {"id": {"bioguide": "M000645", "govtrack": 407631, "icpsr": 6418, "wikipedia": "John Francis Mercer", "house_history": 18132, "wikidata": "Q880672", "google_entity_id": "kg:/m/08sw4r"}, "name": {"first": "John", "middle": "Francis", "last": "Mercer"}, "bio": {"birthday": "1759-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MD", "district": 3}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MD", "district": 2}]}, {"id": {"bioguide": "M000828", "govtrack": 407803, "icpsr": 6574, "wikipedia": "Stephen Mix Mitchell", "house_history": 18370, "wikidata": "Q369829", "google_entity_id": "kg:/m/057py6"}, "name": {"first": "Stephen", "middle": "Mix", "last": "Mitchell"}, "bio": {"birthday": "1743-12-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1793-12-02", "end": "1795-03-03", "state": "CT", "class": 3, "party": "Pro-Administration"}]}, {"id": {"bioguide": "M000873", "govtrack": 407845, "icpsr": 6608, "house_history": 18428, "wikipedia": "William Montgomery (Pennsylvania)", "wikidata": "Q8015749", "google_entity_id": "kg:/m/094hf8"}, "name": {"first": "William", "last": "Montgomery"}, "bio": {"birthday": "1736-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "PA", "district": -1}]}, {"id": {"bioguide": "N000055", "govtrack": 408143, "icpsr": 6883, "house_history": 18904, "wikipedia": "Joseph Neville", "wikidata": "Q1707698", "google_entity_id": "kg:/m/09w6bd"}, "name": {"first": "Joseph", "last": "Neville"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 3}]}, {"id": {"bioguide": "N000109", "govtrack": 408193, "icpsr": 6932, "wikipedia": "Nathaniel Niles (politician)", "house_history": 18966, "wikidata": "Q1966777", "google_entity_id": "kg:/m/09q65p"}, "name": {"first": "Nathaniel", "last": "Niles"}, "bio": {"birthday": "1741-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "VT", "district": 2}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VT", "district": 2}]}, {"id": {"bioguide": "P000320", "govtrack": 408719, "icpsr": 7425, "house_history": 19670, "wikipedia": "Andrew Pickens (congressman)", "wikidata": "Q506733", "google_entity_id": "kg:/m/01k1kl"}, "name": {"first": "Andrew", "last": "Pickens"}, "bio": {"birthday": "1739-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "SC", "district": 6}]}, {"id": {"bioguide": "S000186", "govtrack": 409691, "icpsr": 8312, "house_history": 21369, "wikipedia": "Thomas Scott (politician)", "wikidata": "Q6171054", "google_entity_id": "kg:/m/05k3d8"}, "name": {"first": "Thomas", "last": "Scott"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "PA", "district": -1}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "PA", "district": -1}]}, {"id": {"bioguide": "S001009", "govtrack": 410466, "icpsr": 9028, "wikipedia": "Caleb Strong", "wikidata": "Q546613", "google_entity_id": "kg:/m/03d7pr"}, "name": {"first": "Caleb", "last": "Strong"}, "bio": {"birthday": "1745-01-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1793-03-03", "state": "MA", "class": 2, "party": "Pro-Administration"}, {"type": "sen", "start": "1793-12-02", "end": "1797-03-03", "state": "MA", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "T000019", "govtrack": 410609, "icpsr": 9161, "house_history": 22655, "wikipedia": "Silas Talbot", "wikidata": "Q12410052", "google_entity_id": "kg:/m/02mr25"}, "name": {"first": "Silas", "last": "Talbot"}, "bio": {"birthday": "1751-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NY", "district": 10}]}, {"id": {"bioguide": "T000361", "govtrack": 410931, "icpsr": 9463, "wikipedia": "Thomas Tredwell", "house_history": 23076, "wikidata": "Q2427741", "google_entity_id": "kg:/m/08z7z9"}, "name": {"first": "Thomas", "last": "Tredwell"}, "bio": {"birthday": "1743-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NY", "district": 1}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NY", "district": 2}]}, {"id": {"bioguide": "V000039", "govtrack": 411084, "icpsr": 9615, "wikipedia": "Peter Van Gaasbeck", "house_history": 20924, "wikidata": "Q499513", "google_entity_id": "kg:/m/08zsxb"}, "name": {"first": "Peter", "last": "Van Gaasbeck"}, "bio": {"birthday": "1754-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NY", "district": 4}]}, {"id": {"bioguide": "V000104", "govtrack": 411159, "icpsr": 9676, "house_history": 20999, "wikipedia": "John Vining", "wikidata": "Q1700934", "google_entity_id": "kg:/m/04mpqv"}, "name": {"first": "John", "last": "Vining"}, "bio": {"birthday": "1758-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "DE", "district": 0, "party": "Pro-Administration"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "DE", "district": 0, "party": "Pro-Administration"}, {"type": "sen", "start": "1793-12-02", "end": "1799-03-03", "state": "DE", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "W000013", "govtrack": 411192, "icpsr": 9706, "wikipedia": "Jeremiah Wadsworth", "house_history": 23236, "wikidata": "Q1687546", "google_entity_id": "kg:/m/04fv3k"}, "name": {"first": "Jeremiah", "last": "Wadsworth"}, "bio": {"birthday": "1743-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "CT", "district": -1}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "CT", "district": -1}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "CT", "district": -1}]}, {"id": {"bioguide": "W000051", "govtrack": 411230, "icpsr": 9739, "house_history": 23277, "wikipedia": "Francis Walker (Virginia)", "wikidata": "Q82431", "google_entity_id": "kg:/m/07vs28"}, "name": {"first": "Francis", "last": "Walker"}, "bio": {"birthday": "1764-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 14}]}, {"id": {"bioguide": "W000127", "govtrack": 411302, "icpsr": 9808, "wikipedia": "Artemas Ward", "house_history": 23364, "wikidata": "Q321887", "google_entity_id": "kg:/m/01l7tx"}, "name": {"first": "Artemas", "last": "Ward"}, "bio": {"birthday": "1727-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MA", "district": 7}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MA", "district": 2}]}, {"id": {"bioguide": "W000211", "govtrack": 411380, "icpsr": 9881, "wikipedia": "John Watts (New York politician)", "house_history": 23469, "wikidata": "Q1702113", "google_entity_id": "kg:/m/02mrwr"}, "name": {"first": "John", "last": "Watts"}, "bio": {"birthday": "1749-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NY", "district": 1}]}, {"id": {"bioguide": "W000491", "govtrack": 411648, "icpsr": 10136, "house_history": 23799, "wikipedia": "Benjamin Williams", "wikidata": "Q817741", "google_entity_id": "kg:/m/02j23l"}, "name": {"first": "Benjamin", "last": "Williams"}, "bio": {"birthday": "1751-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NC", "district": 10}]}, {"id": {"bioguide": "W000633", "govtrack": 411787, "icpsr": 10272, "wikipedia": "Paine Wingate", "house_history": 23968, "wikidata": "Q1638165", "google_entity_id": "kg:/m/03zy2r"}, "name": {"first": "Paine", "last": "Wingate"}, "bio": {"birthday": "1739-05-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1793-03-03", "state": "NH", "class": 2, "party": "Anti-Administration"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NH", "district": -1}]}, {"id": {"bioguide": "T000107", "govtrack": 410689, "icpsr": 9238, "wikipedia": "Henry Tazewell", "wikidata": "Q765041", "google_entity_id": "kg:/m/03psr6"}, "name": {"first": "Henry", "last": "Tazewell"}, "bio": {"birthday": "1753-11-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1794-01-01", "end": "1799-03-03", "state": "VA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000114", "govtrack": 412123, "icpsr": 9796, "wikipedia": "George Walton", "house_history": 23348, "wikidata": "Q878512", "google_entity_id": "kg:/m/01mrl8"}, "name": {"first": "George", "last": "Walton"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1795-11-16", "end": "1796-02-20", "state": "GA", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "A000174", "govtrack": 400829, "icpsr": 154, "wikipedia": "Fisher Ames", "house_history": 8498, "wikidata": "Q1194576", "google_entity_id": "kg:/m/01gycn"}, "name": {"first": "Fisher", "last": "Ames"}, "bio": {"birthday": "1758-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "MA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MA", "district": 8, "party": "Federalist"}]}, {"id": {"bioguide": "B000474", "govtrack": 401455, "icpsr": 719, "wikipedia": "William Bingham", "house_history": 9392, "wikidata": "Q2113530", "google_entity_id": "kg:/m/033l_z"}, "name": {"first": "William", "last": "Bingham"}, "bio": {"birthday": "1752-03-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1795-12-07", "end": "1801-03-03", "state": "PA", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "B000563", "govtrack": 401537, "icpsr": 800, "house_history": 9503, "wikipedia": "Timothy Bloodworth", "wikidata": "Q433132", "google_entity_id": "kg:/m/02kl3p"}, "name": {"first": "Timothy", "last": "Bloodworth"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NC", "district": 3}, {"type": "sen", "start": "1795-12-07", "end": "1801-03-03", "state": "NC", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000669", "govtrack": 401631, "icpsr": 884, "wikipedia": "Benjamin Bourne", "house_history": 9649, "wikidata": "Q817423", "google_entity_id": "kg:/m/03q11d"}, "name": {"first": "Benjamin", "last": "Bourne"}, "bio": {"birthday": "1755-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "RI", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "RI", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "RI", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "RI", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "B001014", "govtrack": 401964, "icpsr": 1195, "wikipedia": "Daniel Buck", "house_history": 10087, "wikidata": "Q179529", "google_entity_id": "kg:/m/02663gk"}, "name": {"first": "Daniel", "last": "Buck"}, "bio": {"birthday": "1753-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VT", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "C000624", "govtrack": 402753, "icpsr": 1936, "house_history": 11231, "wikipedia": "Isaac Coles", "wikidata": "Q1673374", "google_entity_id": "kg:/m/03zcsx"}, "name": {"first": "Isaac", "last": "Coles"}, "bio": {"birthday": "1747-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000848", "govtrack": 402964, "icpsr": 2125, "wikipedia": "Jeremiah Crabb", "house_history": 11517, "wikidata": "Q868341", "google_entity_id": "kg:/m/0ddhgf"}, "name": {"first": "Jeremiah", "last": "Crabb"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MD", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "D000178", "govtrack": 403340, "icpsr": 2451, "wikipedia": "Henry Dearborn", "house_history": 12053, "wikidata": "Q963349", "google_entity_id": "kg:/m/01jv0s"}, "name": {"first": "Henry", "last": "Dearborn"}, "bio": {"birthday": "1751-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "D000578", "govtrack": 403681, "icpsr": 2796, "wikipedia": "Gabriel Duvall", "house_history": 12544, "wikidata": "Q1489164", "google_entity_id": "kg:/m/037q61"}, "name": {"first": "Gabriel", "last": "Duvall"}, "bio": {"birthday": "1752-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MD", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "E000010", "govtrack": 403706, "icpsr": 2816, "wikipedia": "Samuel Earle", "house_history": 12614, "wikidata": "Q2218177", "google_entity_id": "kg:/m/0264j61"}, "name": {"first": "Samuel", "last": "Earle"}, "bio": {"birthday": "1760-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "SC", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "G000173", "govtrack": 404539, "icpsr": 3573, "wikipedia": "Ezekiel Gilbert", "house_history": 13783, "wikidata": "Q868795", "google_entity_id": "kg:/m/08zt16"}, "name": {"first": "Ezekiel", "last": "Gilbert"}, "bio": {"birthday": "1756-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NY", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NY", "district": 6, "party": "Federalist"}]}, {"id": {"bioguide": "G000434", "govtrack": 404782, "icpsr": 3798, "wikipedia": "Christopher Greenup", "house_history": 14114, "wikidata": "Q359433", "google_entity_id": "kg:/m/03nnxw"}, "name": {"first": "Christopher", "last": "Greenup"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "KY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000526", "govtrack": 404870, "icpsr": 3877, "house_history": 14224, "wikipedia": "James Gunn (senator)", "wikidata": "Q956982", "google_entity_id": "kg:/m/01vr5z"}, "name": {"first": "James", "last": "Gunn"}, "bio": {"birthday": "1753-03-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1795-03-03", "state": "GA", "class": 3, "party": "Federalist"}, {"type": "sen", "start": "1795-12-07", "end": "1801-03-03", "state": "GA", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "H000148", "govtrack": 405030, "icpsr": 4026, "house_history": 14465, "wikipedia": "George Hancock (Virginia)", "wikidata": "Q1507501", "google_entity_id": "kg:/m/07vjz4"}, "name": {"first": "George", "last": "Hancock"}, "bio": {"birthday": "1754-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 5}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 5, "party": "Federalist"}]}, {"id": {"bioguide": "H000348", "govtrack": 405217, "icpsr": 4193, "wikipedia": "John Hathorn", "house_history": 14711, "wikidata": "Q499736", "google_entity_id": "kg:/m/02qky7"}, "name": {"first": "John", "last": "Hathorn"}, "bio": {"birthday": "1749-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000431", "govtrack": 405297, "icpsr": 4269, "house_history": 14811, "wikipedia": "John Heath (politician)", "wikidata": "Q195030", "google_entity_id": "kg:/m/09xbp3"}, "name": {"first": "John", "last": "Heath"}, "bio": {"birthday": "1758-05-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "H000488", "govtrack": 405351, "icpsr": 4315, "wikipedia": "Thomas Henderson (New Jersey)", "house_history": 14885, "wikidata": "Q435140", "google_entity_id": "kg:/m/0265_d0"}, "name": {"first": "Thomas", "last": "Henderson"}, "bio": {"birthday": "1743-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NJ", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "H000508", "govtrack": 405370, "icpsr": 4333, "house_history": 14915, "wikipedia": "John Henry (Maryland politician)", "wikidata": "Q202950", "google_entity_id": "kg:/m/01k42p"}, "name": {"first": "John", "last": "Henry"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1795-03-03", "state": "MD", "class": 3, "party": "Pro-Administration"}, {"type": "sen", "start": "1795-12-07", "end": "1797-12-31", "state": "MD", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "L000067", "govtrack": 406576, "icpsr": 5449, "wikipedia": "John Langdon (politician)", "house_history": 16671, "wikidata": "Q554454", "google_entity_id": "kg:/m/02ctc_"}, "name": {"first": "John", "last": "Langdon"}, "bio": {"birthday": "1741-06-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1795-03-03", "state": "NH", "class": 3, "party": "Democratic Republican"}, {"type": "sen", "start": "1795-12-07", "end": "1801-03-03", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000246", "govtrack": 406749, "icpsr": 5611, "house_history": 16899, "wikipedia": "George Leonard (Congressman)", "wikidata": "Q1507754", "google_entity_id": "kg:/m/06g6vm"}, "name": {"first": "George", "last": "Leonard"}, "bio": {"birthday": "1729-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "MA", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MA", "district": 7, "party": "Federalist"}]}, {"id": {"bioguide": "L000530", "govtrack": 407014, "icpsr": 5852, "house_history": 17254, "wikipedia": "William Lyman (congressman)", "wikidata": "Q1510629", "google_entity_id": "kg:/m/08xvth"}, "name": {"first": "William", "last": "Lyman"}, "bio": {"birthday": "1755-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000155", "govtrack": 407176, "icpsr": 6000, "wikipedia": "Humphrey Marshall (politician)", "wikidata": "Q1386353", "google_entity_id": "kg:/m/08g5df"}, "name": {"first": "Humphrey", "last": "Marshall"}, "terms": [{"type": "sen", "start": "1795-12-07", "end": "1801-03-03", "state": "KY", "class": 3, "party": "Federalist"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "M001063", "govtrack": 408029, "icpsr": 6781, "wikipedia": "Frederick Muhlenberg", "house_history": 18657, "wikidata": "Q724629", "google_entity_id": "kg:/m/01d0wm"}, "name": {"first": "Frederick", "middle": "Augustus Conrad", "last": "Muhlenberg"}, "bio": {"birthday": "1750-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "PA", "district": -1, "party": "Pro-administration"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "PA", "district": 2, "party": "Anti-administration"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "PA", "district": -1, "party": "Anti-administration"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M001119", "govtrack": 408082, "icpsr": 6830, "wikipedia": "William Vans Murray", "house_history": 18724, "wikidata": "Q1721684", "google_entity_id": "kg:/m/08vs3_"}, "name": {"first": "William", "middle": "Vans", "last": "Murray"}, "bio": {"birthday": "1760-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MD", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MD", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MD", "district": 8, "party": "Federalist"}]}, {"id": {"bioguide": "O000101", "govtrack": 408358, "icpsr": 7084, "house_history": 19190, "wikipedia": "Alexander D. Orr", "wikidata": "Q2641948", "google_entity_id": "kg:/m/08t74n"}, "name": {"first": "Alexander", "middle": "Dalrymple", "last": "Orr"}, "bio": {"birthday": "1761-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "KY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000018", "govtrack": 408429, "icpsr": 7156, "wikipedia": "John Page (Virginia politician)", "house_history": 19304, "wikidata": "Q732158", "google_entity_id": "kg:/m/03rvds"}, "name": {"first": "John", "last": "Page"}, "bio": {"birthday": "1743-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "P000026", "govtrack": 408437, "icpsr": 7164, "wikipedia": "Elijah Paine", "wikidata": "Q382730", "google_entity_id": "kg:/m/0b0xrk"}, "name": {"first": "Elijah", "last": "Paine"}, "bio": {"birthday": "1757-01-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1795-12-07", "end": "1801-03-03", "state": "VT", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "P000108", "govtrack": 408516, "icpsr": 7235, "house_history": 19407, "wikipedia": "John Patten (American politician)", "wikidata": "Q1435759", "google_entity_id": "kg:/m/073kkn"}, "name": {"first": "John", "last": "Patten"}, "bio": {"birthday": "1746-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "P000514", "govtrack": 408899, "icpsr": 7603, "house_history": 19915, "wikipedia": "Francis Preston", "wikidata": "Q1441699", "google_entity_id": "kg:/m/09x877"}, "name": {"first": "Francis", "last": "Preston"}, "bio": {"birthday": "1765-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "R000092", "govtrack": 409072, "icpsr": 7763, "wikipedia": "Jacob Read", "house_history": 20197, "wikidata": "Q176134", "google_entity_id": "kg:/m/066k0l"}, "name": {"first": "Jacob", "last": "Read"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1795-12-07", "end": "1801-03-03", "state": "SC", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "R000215", "govtrack": 409191, "icpsr": 7870, "wikipedia": "John Richards (Pennsylvania)", "house_history": 20349, "wikidata": "Q6254769", "google_entity_id": "kg:/m/02663bs"}, "name": {"first": "John", "last": "Richards"}, "bio": {"birthday": "1753-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "PA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "R000548", "govtrack": 409504, "icpsr": 8148, "house_history": 20756, "wikipedia": "Robert Rutherford (congressman)", "wikidata": "Q2158678", "google_entity_id": "kg:/m/09w5n7"}, "name": {"first": "Robert", "last": "Rutherford"}, "bio": {"birthday": "1728-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000339", "govtrack": 409836, "icpsr": 8448, "wikipedia": "John Samuel Sherburne", "house_history": 21558, "wikidata": "Q1684009", "google_entity_id": "kg:/m/08xx82"}, "name": {"first": "John", "middle": "Samuel", "last": "Sherburne"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000555", "govtrack": 410037, "icpsr": 8637, "wikipedia": "Isaac Smith (New Jersey)", "house_history": 21822, "wikidata": "Q1673446", "google_entity_id": "kg:/m/0261985"}, "name": {"first": "Isaac", "last": "Smith"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NJ", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "S000753", "govtrack": 410220, "icpsr": 8811, "wikipedia": "Thomas Sprigg", "house_history": 22068, "wikidata": "Q1203664", "google_entity_id": "kg:/m/08v3w_"}, "name": {"first": "Thomas", "last": "Sprigg"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MD", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MD", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S001029", "govtrack": 412181, "icpsr": 9048, "wikipedia": "William Francis Strudwick", "house_history": 22410, "wikidata": "Q2578868", "google_entity_id": "kg:/m/04f9hn"}, "name": {"first": "William", "middle": "Francis", "last": "Strudwick"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NC", "district": 4, "party": "Federalist"}]}, {"id": {"bioguide": "S001119", "govtrack": 410571, "icpsr": 9127, "house_history": 22520, "wikipedia": "Zephaniah Swift", "wikidata": "Q181432", "google_entity_id": "kg:/m/08t5zc"}, "name": {"first": "Zephaniah", "last": "Swift"}, "bio": {"birthday": "1759-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "T000050", "govtrack": 410638, "icpsr": 9187, "wikipedia": "Absalom Tatom", "house_history": 22695, "wikidata": "Q331709", "google_entity_id": "kg:/m/04f9c4"}, "name": {"first": "Absalom", "last": "Tatom"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NC", "district": 4, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "T000389", "govtrack": 410958, "icpsr": 9489, "house_history": 23110, "wikipedia": "Jonathan Trumbull Jr.", "wikidata": "Q881004", "google_entity_id": "kg:/m/01rbqk"}, "name": {"first": "Jonathan", "last": "Trumbull", "suffix": "Jr."}, "bio": {"birthday": "1740-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1795-12-07", "end": "1797-03-03", "state": "CT", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "W000377", "govtrack": 411538, "wikipedia": "James White (North Carolina politician)", "house_history": 23662, "wikidata": "Q532708", "google_entity_id": "kg:/m/06t1db"}, "name": {"first": "James", "last": "White"}, "bio": {"birthday": "1749-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "TN", "district": -1}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "TN", "district": -1}]}, {"id": {"bioguide": "B000570", "govtrack": 401543, "icpsr": 806, "house_history": 9512, "wikipedia": "William Blount", "wikidata": "Q767446", "google_entity_id": "kg:/m/01rfbf"}, "name": {"first": "William", "last": "Blount"}, "bio": {"birthday": "1749-03-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1796-01-01", "end": "1797-12-31", "state": "TN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000286", "govtrack": 404647, "icpsr": 3674, "wikipedia": "Benjamin Goodhue", "house_history": 13925, "wikidata": "Q817516", "google_entity_id": "kg:/m/089c8h"}, "name": {"first": "Benjamin", "last": "Goodhue"}, "bio": {"birthday": "1748-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "MA", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MA", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MA", "district": 1, "party": "Federalist"}, {"type": "sen", "start": "1796-01-01", "end": "1801-03-03", "state": "MA", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "H000841", "govtrack": 405688, "icpsr": 4628, "house_history": 15326, "wikipedia": "John Eager Howard", "wikidata": "Q653713", "google_entity_id": "kg:/m/0dhm7"}, "name": {"first": "John", "middle": "Eager", "last": "Howard"}, "bio": {"birthday": "1752-06-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1796-01-01", "end": "1803-03-03", "state": "MD", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "H000982", "govtrack": 412128, "icpsr": 4753, "house_history": 15493, "wikipedia": "John Hunter (South Carolina politician)", "wikidata": "Q431881", "google_entity_id": "kg:/m/096rcx"}, "name": {"first": "John", "last": "Hunter"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "SC", "district": 2}, {"type": "sen", "start": "1796-01-01", "end": "1799-03-03", "state": "SC", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000120", "govtrack": 406626, "icpsr": 5498, "wikipedia": "John Laurance", "house_history": 16748, "wikidata": "Q457691", "google_entity_id": "kg:/m/0294pf"}, "name": {"first": "John", "last": "Laurance"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NY", "district": 2}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NY", "district": 2}, {"type": "sen", "start": "1796-01-01", "end": "1801-03-03", "state": "NY", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "T000052", "govtrack": 410640, "icpsr": 9189, "wikipedia": "Josiah Tattnall (Senator)", "wikidata": "Q357713", "google_entity_id": "kg:/m/0b2f92"}, "name": {"first": "Josiah", "last": "Tattnall"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1796-01-01", "end": "1799-03-03", "state": "GA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000129", "govtrack": 400785, "icpsr": 112, "house_history": 8440, "wikipedia": "John Allen (Connecticut)", "wikidata": "Q1564861", "google_entity_id": "kg:/m/026640s"}, "name": {"first": "John", "last": "Allen"}, "bio": {"birthday": "1763-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "B000396", "govtrack": 401387, "icpsr": 656, "house_history": 9288, "wikipedia": "Lemuel Benton", "wikidata": "Q1817142", "google_entity_id": "kg:/m/096ssd"}, "name": {"first": "Lemuel", "last": "Benton"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "SC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "SC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "SC", "district": 3, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "B000735", "govtrack": 401695, "icpsr": 947, "wikipedia": "Theophilus Bradbury", "house_history": 9733, "wikidata": "Q2419098", "google_entity_id": "kg:/m/0csf02"}, "name": {"first": "Theophilus", "last": "Bradbury"}, "bio": {"birthday": "1739-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MA", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MA", "district": 11, "party": "Federalist"}]}, {"id": {"bioguide": "B000875", "govtrack": 401832, "icpsr": 1072, "wikipedia": "David Brooks (politician)", "house_history": 9909, "wikidata": "Q1173839", "google_entity_id": "kg:/m/0ks048"}, "name": {"first": "David", "last": "Brooks"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NY", "district": 5, "party": "Federalist"}]}, {"id": {"bioguide": "B000991", "govtrack": 401943, "icpsr": 1176, "wikipedia": "Nathan Bryan", "house_history": 10055, "wikidata": "Q1563170", "google_entity_id": "kg:/m/04f9l2"}, "name": {"first": "Nathan", "last": "Bryan"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NC", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "B001053", "govtrack": 402001, "icpsr": 1232, "wikipedia": "Stephen Bullock", "house_history": 10132, "wikidata": "Q2344581", "google_entity_id": "kg:/m/0261t2h"}, "name": {"first": "Stephen", "last": "Bullock"}, "bio": {"birthday": "1735-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MA", "district": 7, "party": "Federalist"}]}, {"id": {"bioguide": "B001081", "govtrack": 402027, "icpsr": 1255, "wikipedia": "Dempsey Burges", "house_history": 10170, "wikidata": "Q972369", "google_entity_id": "kg:/m/04ft0_"}, "name": {"first": "Dempsey", "last": "Burges"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NC", "district": 8, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "C000313", "govtrack": 402455, "icpsr": 1655, "wikipedia": "John Chapman (congressman)", "house_history": 10847, "wikidata": "Q2658986", "google_entity_id": "kg:/m/027lkyd"}, "name": {"first": "John", "last": "Chapman"}, "bio": {"birthday": "1740-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 4, "party": "Federalist"}]}, {"id": {"bioguide": "C000369", "govtrack": 402508, "icpsr": 1706, "wikipedia": "Nathaniel Chipman", "wikidata": "Q433382", "google_entity_id": "kg:/m/0cvgv1"}, "name": {"first": "Nathaniel", "last": "Chipman"}, "bio": {"birthday": "1752-11-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1797-05-15", "end": "1803-03-03", "state": "VT", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "C000563", "govtrack": 402694, "icpsr": 1881, "wikipedia": "James Cochran (New York politician)", "house_history": 11154, "wikidata": "Q1619212", "google_entity_id": "kg:/m/0g6n74"}, "name": {"first": "James", "last": "Cochran"}, "bio": {"birthday": "1769-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NY", "district": 10, "party": "Federalist"}]}, {"id": {"bioguide": "C000600", "govtrack": 402729, "icpsr": 1914, "house_history": 11202, "wikipedia": "Joshua Coit", "wikidata": "Q1701028", "google_entity_id": "kg:/m/08sqhg"}, "name": {"first": "Joshua", "last": "Coit"}, "bio": {"birthday": "1758-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "D000073", "govtrack": 403211, "icpsr": 2355, "house_history": 11921, "wikipedia": "James Davenport (Connecticut congressman)", "wikidata": "Q744560", "google_entity_id": "kg:/m/0b2wsc"}, "name": {"first": "James", "last": "Davenport"}, "bio": {"birthday": "1758-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "E000089", "govtrack": 403782, "icpsr": 2881, "wikipedia": "George Ege", "house_history": 12707, "wikidata": "Q5538924", "google_entity_id": "kg:/m/02663d4"}, "name": {"first": "George", "last": "Ege"}, "bio": {"birthday": "1748-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "PA", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 5, "party": "Federalist"}]}, {"id": {"bioguide": "F000313", "govtrack": 404262, "icpsr": 3315, "wikipedia": "Theodore Foster", "wikidata": "Q431894", "google_entity_id": "kg:/m/03zxpg"}, "name": {"first": "Theodore", "last": "Foster"}, "bio": {"birthday": "1752-04-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1790-01-01", "end": "1797-03-03", "state": "RI", "class": 1, "party": "Federalist"}, {"type": "sen", "start": "1797-05-15", "end": "1803-03-03", "state": "RI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000365", "govtrack": 404311, "icpsr": 3358, "wikipedia": "Nathaniel Freeman Jr.", "house_history": 13430, "wikidata": "Q1966740", "google_entity_id": "kg:/m/0260vht"}, "name": {"first": "Nathaniel", "last": "Freeman", "suffix": "Jr."}, "bio": {"birthday": "1766-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MA", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000266", "govtrack": 412155, "icpsr": 4127, "wikipedia": "Carter Bassett Harrison", "house_history": 14614, "wikidata": "Q1045838", "google_entity_id": "kg:/m/04w9yq"}, "name": {"first": "Carter", "middle": "Bassett", "last": "Harrison"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 10, "party": "Anti-Administration"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 10, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "H000803", "govtrack": 405652, "icpsr": 4593, "wikipedia": "Hezekiah L. Hosmer", "house_history": 15276, "wikidata": "Q868783", "google_entity_id": "kg:/m/0260x53"}, "name": {"first": "Hezekiah", "middle": "Lord", "last": "Hosmer"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NY", "district": 6, "party": "Federalist"}], "bio": {"birthday": "1765-06-07", "gender": "M"}}, {"id": {"bioguide": "L000115", "govtrack": 406621, "icpsr": 5494, "house_history": 16741, "wikipedia": "Henry Latimer (senator)", "wikidata": "Q450169", "google_entity_id": "kg:/m/05p0c0"}, "name": {"first": "Henry", "last": "Latimer"}, "bio": {"birthday": "1752-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "DE", "district": 0, "party": "Federalist"}, {"type": "sen", "start": "1795-12-07", "end": "1797-03-03", "state": "DE", "class": 1, "party": "Federalist"}, {"type": "sen", "start": "1797-05-15", "end": "1801-12-31", "state": "DE", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "L000377", "govtrack": 406869, "icpsr": 5725, "wikipedia": "James Lloyd (Maryland politician)", "wikidata": "Q433351", "google_entity_id": "kg:/m/05r_rm"}, "name": {"first": "James", "last": "Lloyd"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1797-05-15", "end": "1801-03-03", "state": "MD", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "L000389", "govtrack": 406881, "icpsr": 5734, "wikipedia": "Matthew Locke (U.S. Congress)", "house_history": 17076, "wikidata": "Q974307", "google_entity_id": "kg:/m/04fd_f"}, "name": {"first": "Matthew", "last": "Locke"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000013", "govtrack": 412066, "icpsr": 5879, "wikipedia": "James Machir", "house_history": 17344, "wikidata": "Q1680754", "google_entity_id": "kg:/m/02pp9xm"}, "name": {"first": "James", "last": "Machir"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "M000226", "govtrack": 407244, "icpsr": 6063, "wikipedia": "Stevens Thomson Mason (Virginia)", "wikidata": "Q331107", "google_entity_id": "kg:/m/04bz1d"}, "name": {"first": "Stevens", "middle": "Thomson", "last": "Mason"}, "bio": {"birthday": "1760-12-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1794-01-01", "end": "1797-03-03", "state": "VA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1797-05-15", "end": "1803-03-03", "state": "VA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000256", "govtrack": 407274, "icpsr": 6087, "wikipedia": "William Matthews (politician)", "house_history": 17639, "wikidata": "Q2120003", "google_entity_id": "kg:/m/0dzwlm"}, "name": {"first": "William", "last": "Matthews"}, "bio": {"birthday": "1755-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MD", "district": 6, "party": "Federalist"}]}, {"id": {"bioguide": "M000336", "govtrack": 412070, "icpsr": 6155, "wikipedia": "Blair McClenachan", "house_history": 17742, "wikidata": "Q4924141", "google_entity_id": "kg:/m/0266635"}, "name": {"first": "Blair", "last": "McClenachan"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 2, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "M000423", "govtrack": 407424, "icpsr": 6229, "house_history": 17856, "wikipedia": "Joseph McDowell, Jr.", "wikidata": "Q1524227", "google_entity_id": "kg:/m/033sd0"}, "name": {"first": "Joseph", "last": "McDowell"}, "bio": {"birthday": "1756-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NC", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000946", "govtrack": 407914, "icpsr": 6674, "wikipedia": "Daniel Morgan", "house_history": 18518, "wikidata": "Q2767", "google_entity_id": "kg:/m/01jkp9"}, "name": {"first": "Daniel", "last": "Morgan"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "P000058", "govtrack": 408468, "icpsr": 7192, "house_history": 19347, "wikipedia": "Isaac Parker (congressman)", "wikidata": "Q927036", "google_entity_id": "kg:/m/0265tpy"}, "name": {"first": "Isaac", "last": "Parker"}, "bio": {"birthday": "1768-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MA", "district": 12, "party": "Federalist"}]}, {"id": {"bioguide": "R000448", "govtrack": 409412, "icpsr": 8070, "wikipedia": "James Ross (Pennsylvania politician)", "wikidata": "Q503524", "google_entity_id": "kg:/m/043p20"}, "name": {"first": "James", "last": "Ross"}, "bio": {"birthday": "1762-07-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1794-01-01", "end": "1797-03-03", "state": "PA", "class": 1, "party": "Federalist"}, {"type": "sen", "start": "1797-05-15", "end": "1803-03-03", "state": "PA", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "R000550", "govtrack": 409506, "icpsr": 8150, "wikipedia": "John Rutherfurd", "wikidata": "Q376716", "google_entity_id": "kg:/m/08ldzv"}, "name": {"first": "John", "last": "Rutherfurd"}, "bio": {"birthday": "1760-09-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1791-10-24", "end": "1797-03-03", "state": "NJ", "class": 1, "party": "Federalist"}, {"type": "sen", "start": "1797-05-15", "end": "1799-03-03", "state": "NJ", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "S000154", "govtrack": 409661, "icpsr": 8282, "wikipedia": "Philip Schuyler", "house_history": 21330, "wikidata": "Q1115886", "google_entity_id": "kg:/m/01stsb"}, "name": {"first": "Philip", "middle": "John", "last": "Schuyler"}, "bio": {"birthday": "1733-11-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1791-03-03", "state": "NY", "class": 1, "party": "Pro-Administration"}, {"type": "sen", "start": "1797-05-15", "end": "1799-03-03", "state": "NY", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "S000448", "govtrack": 409941, "icpsr": 8544, "house_history": 21696, "wikipedia": "Thomas Sinnickson (merchant)", "wikidata": "Q2427322", "google_entity_id": "kg:/m/079yl7"}, "name": {"first": "Thomas", "last": "Sinnickson"}, "bio": {"birthday": "1744-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NJ", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NJ", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "S000460", "govtrack": 409952, "icpsr": 8555, "wikipedia": "Samuel Sitgreaves", "house_history": 21711, "wikidata": "Q7412643", "google_entity_id": "kg:/m/0264jkd"}, "name": {"first": "Samuel", "last": "Sitgreaves"}, "bio": {"birthday": "1764-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "PA", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 4, "party": "Federalist"}]}, {"id": {"bioguide": "S000563", "govtrack": 410045, "icpsr": 8644, "house_history": 21832, "wikipedia": "Jeremiah Smith (lawyer)", "wikidata": "Q2734279", "google_entity_id": "kg:/m/0851nn"}, "name": {"first": "Jeremiah", "last": "Smith"}, "bio": {"birthday": "1759-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "S000595", "govtrack": 410075, "icpsr": 8671, "house_history": 21870, "wikipedia": "Nathaniel Smith", "wikidata": "Q1966804", "google_entity_id": "kg:/m/01dzj8"}, "name": {"first": "Nathaniel", "last": "Smith"}, "bio": {"birthday": "1762-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "S000625", "govtrack": 410100, "icpsr": 8695, "wikipedia": "William Smith (South Carolina representative)", "house_history": 21908, "wikidata": "Q2580575", "google_entity_id": "kg:/m/071l1k"}, "name": {"first": "William", "last": "Smith"}, "bio": {"birthday": "1751-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "SC", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000633", "govtrack": 410107, "icpsr": 8702, "house_history": 21917, "wikipedia": "William Loughton Smith", "wikidata": "Q2579645", "google_entity_id": "kg:/m/096s4v"}, "name": {"first": "William", "middle": "Loughton", "last": "Smith"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "SC", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "SC", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "SC", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "SC", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "SC", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "S000743", "govtrack": 410212, "icpsr": 8802, "wikipedia": "Peleg Sprague (New Hampshire politician)", "house_history": 22056, "wikidata": "Q1754256", "google_entity_id": "kg:/m/02pmtm1"}, "name": {"first": "Peleg", "last": "Sprague"}, "bio": {"birthday": "1756-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "S001095", "govtrack": 410548, "icpsr": 9107, "wikipedia": "John Swanwick", "house_history": 22492, "wikidata": "Q13219839", "google_entity_id": "kg:/m/0264jfz"}, "name": {"first": "John", "last": "Swanwick"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000232", "govtrack": 410811, "icpsr": 9353, "wikipedia": "Mark Thomson", "house_history": 22914, "wikidata": "Q1900462", "google_entity_id": "kg:/m/0262lcf"}, "name": {"first": "Mark", "last": "Thomson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NJ", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NJ", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "V000012", "govtrack": 411070, "icpsr": 9591, "wikipedia": "John Evert Van Alen", "house_history": 20893, "wikidata": "Q1103463", "google_entity_id": "kg:/m/08ztfr"}, "name": {"first": "John", "middle": "Evert", "last": "Van Alen"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NY", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NY", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NY", "district": 7, "party": "Federalist"}]}, {"id": {"bioguide": "W000513", "govtrack": 411671, "icpsr": 10159, "house_history": 23825, "wikipedia": "John Williams (Salem, New York)", "wikidata": "Q6264325", "google_entity_id": "kg:/m/0344_f"}, "name": {"first": "John", "last": "Williams"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NY", "district": 9, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NY", "district": 9, "party": "Federalist"}]}, {"id": {"bioguide": "C000497", "govtrack": 402634, "icpsr": 1823, "wikipedia": "Joshua Clayton", "wikidata": "Q652987", "google_entity_id": "kg:/m/0886hv"}, "name": {"first": "Joshua", "last": "Clayton"}, "bio": {"birthday": "1744-07-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1798-01-01", "end": "1799-03-03", "state": "DE", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "H000661", "govtrack": 405516, "icpsr": 4469, "wikipedia": "John Sloss Hobart", "wikidata": "Q437169", "google_entity_id": "kg:/m/067yvr"}, "name": {"first": "John", "middle": "Sloss", "last": "Hobart"}, "bio": {"birthday": "1738-05-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1798-01-01", "end": "1799-03-03", "state": "NY", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "N000142", "govtrack": 408226, "icpsr": 6963, "wikipedia": "William North", "wikidata": "Q6017855", "google_entity_id": "kg:/m/06gh8j"}, "name": {"first": "William", "last": "North"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1798-01-01", "end": "1799-03-03", "state": "NY", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "W000202", "govtrack": 411373, "icpsr": 9874, "wikipedia": "James Watson (New York)", "wikidata": "Q438181", "google_entity_id": "kg:/m/02qkt0"}, "name": {"first": "James", "last": "Watson"}, "bio": {"birthday": "1750-04-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1798-01-01", "end": "1801-03-03", "state": "NY", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "B000198", "govtrack": 401197, "icpsr": 484, "wikipedia": "Bailey Bartlett", "house_history": 9027, "wikidata": "Q252932", "google_entity_id": "kg:/m/0csf26"}, "name": {"first": "Bailey", "last": "Bartlett"}, "bio": {"birthday": "1750-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MA", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 11, "party": "Federalist"}]}, {"id": {"bioguide": "B000731", "govtrack": 401691, "icpsr": 943, "house_history": 9729, "wikipedia": "Jonathan Brace", "wikidata": "Q1703100", "google_entity_id": "kg:/m/0f4tf9"}, "name": {"first": "Jonathan", "last": "Brace"}, "bio": {"birthday": "1754-11-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "B000927", "govtrack": 401882, "icpsr": 1116, "house_history": 9976, "wikipedia": "John Brown (Rhode Island)", "wikidata": "Q1661398", "google_entity_id": "kg:/m/033qzm"}, "name": {"first": "John", "last": "Brown"}, "bio": {"birthday": "1736-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "RI", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "B000929", "govtrack": 401881, "icpsr": 1118, "house_history": 9979, "wikipedia": "John Brown (Kentucky)", "wikidata": "Q433454", "google_entity_id": "kg:/m/033z5s"}, "name": {"first": "John", "last": "Brown"}, "bio": {"birthday": "1757-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "VA", "district": -1}, {"type": "rep", "start": "1791-03-04", "end": "1792-06-01", "state": "VA", "district": -1}, {"type": "sen", "start": "1792-06-18", "end": "1799-03-03", "state": "KY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1799-12-02", "end": "1805-03-03", "state": "KY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000382", "govtrack": 402521, "icpsr": 1716, "wikipedia": "Gabriel Christie (Maryland)", "house_history": 10932, "wikidata": "Q2120012", "google_entity_id": "kg:/m/08vq52"}, "name": {"first": "Gabriel", "last": "Christie"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MD", "district": 6, "party": "Republican"}], "bio": {"birthday": "1775-09-12", "gender": "M"}}, {"id": {"bioguide": "C000572", "govtrack": 402701, "icpsr": 1888, "wikipedia": "William Cocke", "wikidata": "Q5610267", "google_entity_id": "kg:/m/03jz31"}, "name": {"first": "William", "last": "Cocke"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1796-01-01", "end": "1797-03-03", "state": "TN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1799-12-02", "end": "1805-03-03", "state": "TN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000764", "govtrack": 402884, "icpsr": 2058, "house_history": 11412, "wikipedia": "William Cooper (judge)", "wikidata": "Q10393681", "google_entity_id": "kg:/m/046j74"}, "name": {"first": "William", "last": "Cooper"}, "bio": {"birthday": "1754-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NY", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NY", "district": 10, "party": "Federalist"}]}, {"id": {"bioguide": "C000863", "govtrack": 402978, "icpsr": 2139, "wikipedia": "William Craik", "house_history": 11535, "wikidata": "Q868556", "google_entity_id": "kg:/m/02611by"}, "name": {"first": "William", "last": "Craik"}, "bio": {"birthday": "1761-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MD", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MD", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MD", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "D000069", "govtrack": 403207, "icpsr": 2351, "wikipedia": "Franklin Davenport", "house_history": 11916, "wikidata": "Q376701", "google_entity_id": "kg:/m/0b1tyl"}, "name": {"first": "Franklin", "last": "Davenport"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1798-01-01", "end": "1799-12-31", "state": "NJ", "class": 1, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NJ", "district": 5, "party": "Federalist"}]}, {"id": {"bioguide": "D000165", "govtrack": 403297, "icpsr": 2440, "wikipedia": "Jonathan Dayton", "house_history": 12038, "wikidata": "Q461697", "google_entity_id": "kg:/m/01rc0c"}, "name": {"first": "Jonathan", "last": "Dayton"}, "bio": {"birthday": "1760-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NJ", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NJ", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NJ", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NJ", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1799-12-02", "end": "1805-03-03", "state": "NJ", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "D000254", "govtrack": 403392, "icpsr": 2512, "wikipedia": "George Dent", "house_history": 12144, "wikidata": "Q219449", "google_entity_id": "kg:/m/08t7kg"}, "name": {"first": "George", "last": "Dent"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MD", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MD", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MD", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MD", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "D000296", "govtrack": 403419, "icpsr": 2550, "wikipedia": "Samuel Dexter", "house_history": 12194, "wikidata": "Q594570", "google_entity_id": "kg:/m/034v0t"}, "name": {"first": "Samuel", "last": "Dexter"}, "bio": {"birthday": "1761-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MA", "district": 1, "party": "Federalist"}, {"type": "sen", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "D000331", "govtrack": 403449, "icpsr": 2581, "house_history": 12239, "wikipedia": "Joseph Dickson", "wikidata": "Q1706853", "google_entity_id": "kg:/m/09v1qs"}, "name": {"first": "Joseph", "last": "Dickson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NC", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "E000052", "govtrack": 403747, "icpsr": 2852, "wikipedia": "William Edmond", "house_history": 12663, "wikidata": "Q1739380", "google_entity_id": "kg:/m/0f7n83"}, "name": {"first": "William", "last": "Edmond"}, "bio": {"birthday": "1755-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "E000091", "govtrack": 403784, "icpsr": 2883, "wikipedia": "Joseph Eggleston", "house_history": 12709, "wikidata": "Q1706901", "google_entity_id": "kg:/m/07lc6v"}, "name": {"first": "Joseph", "last": "Eggleston"}, "bio": {"birthday": "1754-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "E000257", "govtrack": 412146, "icpsr": 3021, "wikipedia": "Thomas Evans (congressman)", "house_history": 12917, "wikidata": "Q2423731", "google_entity_id": "kg:/m/07wkyn"}, "name": {"first": "Thomas", "last": "Evans"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 12, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 12, "party": "Federalist"}]}, {"id": {"bioguide": "F000364", "govtrack": 404310, "icpsr": 3357, "wikipedia": "Jonathan Freeman (representative)", "house_history": 13429, "wikidata": "Q1703164", "google_entity_id": "kg:/m/0260vf1"}, "name": {"first": "Jonathan", "last": "Freeman"}, "bio": {"birthday": "1745-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "G000020", "govtrack": 404397, "icpsr": 3437, "wikipedia": "Albert Gallatin", "house_history": 13588, "wikidata": "Q500046", "google_entity_id": "kg:/m/01p369"}, "name": {"first": "Albert", "last": "Gallatin"}, "bio": {"birthday": "1761-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "G000235", "govtrack": 404597, "icpsr": 3628, "house_history": 13861, "wikipedia": "Henry Glen", "wikidata": "Q1281998", "google_entity_id": "kg:/m/091382"}, "name": {"first": "Henry", "last": "Glen"}, "bio": {"birthday": "1739-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NY", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NY", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NY", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NY", "district": 8, "party": "Federalist"}]}, {"id": {"bioguide": "G000279", "govtrack": 404641, "icpsr": 3668, "wikipedia": "Samuel Goode", "house_history": 13915, "wikidata": "Q2218312", "google_entity_id": "kg:/m/0266lw0"}, "name": {"first": "Samuel", "last": "Goode"}, "bio": {"birthday": "1756-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "G000294", "govtrack": 404653, "icpsr": 3679, "wikipedia": "Elizur Goodrich", "house_history": 13937, "wikidata": "Q1331367", "google_entity_id": "kg:/m/047kry"}, "name": {"first": "Elizur", "last": "Goodrich"}, "bio": {"birthday": "1761-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "G000318", "govtrack": 404675, "icpsr": 3701, "wikipedia": "William Gordon (New Hampshire politician)", "house_history": 13965, "wikidata": "Q2578998", "google_entity_id": "kg:/m/0260vmy"}, "name": {"first": "William", "last": "Gordon"}, "bio": {"birthday": "1763-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "G000427", "govtrack": 404775, "icpsr": 3791, "wikipedia": "Ray Greene (politician)", "wikidata": "Q371165", "google_entity_id": "kg:/m/0d2q83"}, "name": {"first": "Ray", "last": "Greene"}, "bio": {"birthday": "1765-02-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1797-05-15", "end": "1799-03-03", "state": "RI", "class": 2, "party": "Federalist"}, {"type": "sen", "start": "1799-12-02", "end": "1801-12-31", "state": "RI", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "H000299", "govtrack": 405172, "icpsr": 4156, "house_history": 14653, "wikipedia": "Thomas Hartley", "wikidata": "Q5791785", "google_entity_id": "kg:/m/094h_g"}, "name": {"first": "Thomas", "last": "Hartley"}, "bio": {"birthday": "1748-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "PA", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "PA", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "PA", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "PA", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "PA", "district": 8, "party": "Federalist"}]}, {"id": {"bioguide": "H000359", "govtrack": 405228, "icpsr": 4204, "wikipedia": "Jonathan Nicoll Havens", "house_history": 14723, "wikidata": "Q543677", "google_entity_id": "kg:/m/0cwd51"}, "name": {"first": "Jonathan", "middle": "Nicoll", "last": "Havens"}, "bio": {"gender": "M", "birthday": "1757-06-18"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "I000011", "govtrack": 405873, "icpsr": 4800, "wikipedia": "James Henderson Imlay", "house_history": 15630, "wikidata": "Q1680547", "google_entity_id": "kg:/m/02619hd"}, "name": {"first": "James", "middle": "Henderson", "last": "Imlay"}, "bio": {"gender": "M", "birthday": "1764-11-26"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NJ", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NJ", "district": 4, "party": "Federalist"}]}, {"id": {"bioguide": "J000227", "govtrack": 412060, "icpsr": 5038, "wikipedia": "James Jones (Georgia)", "house_history": 15979, "wikidata": "Q613651", "google_entity_id": "kg:/m/0h69vf"}, "name": {"first": "James", "last": "Jones"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "GA", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "K000253", "govtrack": 406412, "icpsr": 5310, "wikipedia": "John W. Kittera", "house_history": 16393, "wikidata": "Q6262359", "google_entity_id": "kg:/m/093cqs"}, "name": {"first": "John", "middle": "Wilkes", "last": "Kittera"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "PA", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "PA", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "PA", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "PA", "district": 7, "party": "Federalist"}]}, {"id": {"bioguide": "L000195", "govtrack": 406698, "icpsr": 5559, "wikipedia": "Henry Lee III", "house_history": 16838, "wikidata": "Q450175", "google_entity_id": "kg:/m/023ypm"}, "name": {"first": "Henry", "last": "Lee"}, "bio": {"birthday": "1756-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 19, "party": "Federalist"}]}, {"id": {"bioguide": "L000336", "govtrack": 406829, "icpsr": 5687, "wikipedia": "James Linn", "house_history": 17010, "wikidata": "Q177100", "google_entity_id": "kg:/m/0262ldg"}, "name": {"first": "James", "last": "Linn"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NJ", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000364", "govtrack": 406856, "icpsr": 5713, "wikipedia": "Samuel Livermore", "house_history": 17047, "wikidata": "Q450568", "google_entity_id": "kg:/m/038l9k"}, "name": {"first": "Samuel", "last": "Livermore"}, "bio": {"birthday": "1732-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1793-12-02", "end": "1799-03-03", "state": "NH", "class": 2, "party": "Federalist"}, {"type": "sen", "start": "1799-12-02", "end": "1801-12-31", "state": "NH", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "L000528", "govtrack": 407012, "icpsr": 5850, "wikipedia": "Samuel Lyman", "house_history": 17252, "wikidata": "Q2218595", "google_entity_id": "kg:/m/0bz0b0"}, "name": {"first": "Samuel", "last": "Lyman"}, "bio": {"birthday": "1749-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "M000157", "govtrack": 407179, "icpsr": 6003, "wikipedia": "John Marshall", "house_history": 17518, "wikidata": "Q310829", "google_entity_id": "kg:/m/015rgm"}, "name": {"first": "John", "last": "Marshall"}, "bio": {"birthday": "1755-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 13, "party": "Federalist"}]}, {"id": {"bioguide": "M000571", "govtrack": 407563, "wikipedia": "William McMillan (congressman)", "house_history": 18038, "wikidata": "Q2579966", "google_entity_id": "kg:/m/0czh9d"}, "name": {"first": "William", "last": "McMillan"}, "bio": {"birthday": "1764-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "OH", "district": -1}]}, {"id": {"bioguide": "N000084", "govtrack": 412171, "icpsr": 6911, "wikipedia": "John Nicholas (congressman)", "house_history": 18938, "wikidata": "Q1701213", "google_entity_id": "kg:/m/09z86x"}, "name": {"first": "John", "last": "Nicholas"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "N000161", "govtrack": 408242, "icpsr": 6979, "wikipedia": "Abraham Nott", "house_history": 19034, "wikidata": "Q330433", "google_entity_id": "kg:/m/0265r27"}, "name": {"first": "Abraham", "last": "Nott"}, "bio": {"birthday": "1768-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "SC", "district": 6, "party": "Federalist"}]}, {"id": {"bioguide": "P000021", "govtrack": 408432, "icpsr": 7159, "wikipedia": "Robert Page (Virginia politician)", "house_history": 19307, "wikidata": "Q1485195", "google_entity_id": "kg:/m/0266psb"}, "name": {"first": "Robert", "last": "Page"}, "bio": {"birthday": "1765-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "P000065", "govtrack": 408475, "icpsr": 7199, "wikipedia": "Josiah Parker", "house_history": 19354, "wikidata": "Q1708657", "google_entity_id": "kg:/m/09l1j7"}, "name": {"first": "Josiah", "last": "Parker"}, "bio": {"birthday": "1751-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "VA", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "VA", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 11, "party": "Federalist"}]}, {"id": {"bioguide": "P000357", "govtrack": 408754, "icpsr": 7458, "house_history": 19721, "wikipedia": "Thomas Pinckney", "wikidata": "Q881165", "google_entity_id": "kg:/m/01v37g"}, "name": {"first": "Thomas", "last": "Pinckney"}, "bio": {"birthday": "1750-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "SC", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "SC", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "P000381", "govtrack": 408775, "icpsr": 7481, "wikipedia": "Jonas Platt", "house_history": 19750, "wikidata": "Q1486836", "google_entity_id": "kg:/m/0g6nk4"}, "name": {"first": "Jonas", "last": "Platt"}, "bio": {"birthday": "1769-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NY", "district": 9, "party": "Federalist"}]}, {"id": {"bioguide": "P000482", "govtrack": 408867, "icpsr": 7573, "wikipedia": "Leven Powell", "house_history": 19877, "wikidata": "Q137858", "google_entity_id": "kg:/m/027c67n"}, "name": {"first": "Leven", "last": "Powell"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 17, "party": "Federalist"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "R000120", "govtrack": 409100, "icpsr": 7788, "wikipedia": "John Reed Sr.", "house_history": 20229, "wikidata": "Q1701549", "google_entity_id": "kg:/m/0cj8ly"}, "name": {"first": "John", "last": "Reed"}, "bio": {"birthday": "1751-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 6, "party": "Federalist"}]}, {"id": {"bioguide": "S000222", "govtrack": 409727, "icpsr": 8344, "house_history": 21411, "wikipedia": "Theodore Sedgwick", "wikidata": "Q331209", "google_entity_id": "kg:/m/01stb3"}, "name": {"first": "Theodore", "last": "Sedgwick"}, "bio": {"birthday": "1746-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "MA", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MA", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MA", "district": 2, "party": "Federalist"}, {"type": "sen", "start": "1796-01-01", "end": "1799-03-03", "state": "MA", "class": 2, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "S000259", "govtrack": 409760, "icpsr": 8376, "house_history": 21457, "wikipedia": "Samuel Sewall (congressman)", "wikidata": "Q1712522", "google_entity_id": "kg:/m/074jb2"}, "name": {"first": "Samuel", "last": "Sewall"}, "bio": {"birthday": "1757-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MA", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MA", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 10, "party": "Federalist"}]}, {"id": {"bioguide": "S000693", "govtrack": 410164, "icpsr": 8756, "house_history": 21994, "wikipedia": "Richard Dobbs Spaight", "wikidata": "Q878563", "google_entity_id": "kg:/m/02j2bh"}, "name": {"first": "Richard", "middle": "Dobbs", "last": "Spaight"}, "bio": {"birthday": "1758-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NC", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "T000141", "govtrack": 410723, "icpsr": 9268, "wikipedia": "George Thatcher", "house_history": 22804, "wikidata": "Q961579", "google_entity_id": "kg:/m/06dfhc"}, "name": {"first": "George", "last": "Thatcher"}, "bio": {"birthday": "1754-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "MA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MA", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MA", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MA", "district": 14, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MA", "district": 14, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 14, "party": "Federalist"}]}, {"id": {"bioguide": "T000173", "govtrack": 410754, "icpsr": 9299, "wikipedia": "John Chew Thomas", "house_history": 22840, "wikidata": "Q577114", "google_entity_id": "kg:/m/0glxmt"}, "name": {"first": "John", "middle": "Chew", "last": "Thomas"}, "bio": {"birthday": "1764-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MD", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "T000183", "govtrack": 410764, "icpsr": 9308, "wikipedia": "Richard Thomas (Pennsylvania)", "house_history": 22856, "wikidata": "Q7329439", "google_entity_id": "kg:/m/0265_h3"}, "name": {"first": "Richard", "last": "Thomas"}, "bio": {"birthday": "1744-12-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "PA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "PA", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "W000094", "govtrack": 411273, "icpsr": 9779, "wikipedia": "Robert Waln", "house_history": 23325, "wikidata": "Q7350826", "google_entity_id": "kg:/m/0266468"}, "name": {"first": "Robert", "last": "Waln"}, "bio": {"birthday": "1765-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "PA", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "F000301", "govtrack": 404250, "icpsr": 3303, "house_history": 13352, "wikipedia": "Dwight Foster (1757\u20131823)", "wikidata": "Q456298", "google_entity_id": "kg:/m/08w9bc"}, "name": {"first": "Dwight", "last": "Foster"}, "bio": {"birthday": "1757-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MA", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MA", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MA", "district": 4, "party": "Federalist"}, {"type": "sen", "start": "1800-01-01", "end": "1803-12-31", "state": "MA", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "H000629", "govtrack": 405486, "icpsr": 4441, "wikipedia": "William Hindman", "house_history": 15063, "wikidata": "Q5806411", "google_entity_id": "kg:/m/04htg_"}, "name": {"first": "William", "last": "Hindman"}, "bio": {"birthday": "1743-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MD", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MD", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MD", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MD", "district": 7, "party": "Federalist"}, {"type": "sen", "start": "1800-01-01", "end": "1801-03-03", "state": "MD", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "M000976", "govtrack": 407944, "icpsr": 6703, "wikipedia": "Gouverneur Morris", "house_history": 18552, "wikidata": "Q714960", "google_entity_id": "kg:/m/027tww"}, "name": {"first": "Gouverneur", "last": "Morris"}, "bio": {"birthday": "1752-01-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1800-01-01", "end": "1803-03-03", "state": "NY", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "B000017", "govtrack": 401022, "icpsr": 325, "house_history": 8794, "wikipedia": "John Bacon (Massachusetts)", "wikidata": "Q1244688", "google_entity_id": "kg:/m/02pnldz"}, "name": {"first": "John", "last": "Bacon"}, "bio": {"birthday": "1738-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000477", "govtrack": 401458, "icpsr": 722, "wikipedia": "John Bird (New York)", "house_history": 9395, "wikidata": "Q868289", "google_entity_id": "kg:/m/0260xj3"}, "name": {"first": "John", "last": "Bird"}, "bio": {"birthday": "1768-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NY", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NY", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "B000660", "govtrack": 401622, "icpsr": 877, "wikipedia": "Thomas Boude", "house_history": 9639, "wikidata": "Q7787759", "google_entity_id": "kg:/m/027lktd"}, "name": {"first": "Thomas", "last": "Boude"}, "bio": {"birthday": "1752-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "PA", "district": 7, "party": "Federalist"}]}, {"id": {"bioguide": "B000787", "govtrack": 401744, "icpsr": 994, "wikipedia": "John Breckinridge (U.S. Attorney General)", "wikidata": "Q959976", "google_entity_id": "kg:/m/0184mx"}, "name": {"first": "John", "last": "Breckinridge"}, "bio": {"birthday": "1760-12-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1801-12-07", "end": "1805-12-31", "state": "KY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000005", "govtrack": 402167, "icpsr": 1380, "wikipedia": "Samuel Jordan Cabell", "house_history": 10448, "wikidata": "Q82462", "google_entity_id": "kg:/m/04h048"}, "name": {"first": "Samuel", "middle": "Jordan", "last": "Cabell"}, "bio": {"birthday": "1756-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "C000627", "govtrack": 402756, "icpsr": 1939, "wikipedia": "John E. Colhoun", "wikidata": "Q1699879", "google_entity_id": "kg:/m/0d05wz"}, "name": {"first": "John", "middle": "Ewing", "last": "Colhoun"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1801-12-07", "end": "1803-03-03", "state": "SC", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000138", "govtrack": 412031, "icpsr": 2413, "wikipedia": "Thomas Terry Davis", "house_history": 12004, "wikidata": "Q2427593", "google_entity_id": "kg:/m/026643w"}, "name": {"first": "Thomas", "middle": "Terry", "last": "Davis"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "KY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "E000114", "govtrack": 403805, "icpsr": 2903, "wikipedia": "Christopher Ellery", "wikidata": "Q447135", "google_entity_id": "kg:/m/0d2r5z"}, "name": {"first": "Christopher", "last": "Ellery"}, "bio": {"birthday": "1768-11-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1801-12-07", "end": "1805-03-03", "state": "RI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "E000153", "govtrack": 403844, "icpsr": 2941, "wikipedia": "Lucas Elmendorf", "house_history": 12782, "wikidata": "Q1873063", "google_entity_id": "kg:/m/0260v_n"}, "name": {"first": "Lucas", "middle": "Conrad", "last": "Elmendorf"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NY", "district": 4, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "F000054", "govtrack": 404014, "wikipedia": "Paul Fearing", "house_history": 13033, "wikidata": "Q1278451", "google_entity_id": "kg:/m/0czh91"}, "name": {"first": "Paul", "last": "Fearing"}, "bio": {"birthday": "1762-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "OH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "F000297", "govtrack": 404246, "icpsr": 3299, "wikipedia": "Abiel Foster", "house_history": 13346, "wikidata": "Q320910", "google_entity_id": "kg:/m/03_fmd"}, "name": {"first": "Abiel", "last": "Foster"}, "bio": {"birthday": "1735-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "G000428", "govtrack": 404776, "house_history": 14108, "wikipedia": "Thomas M. Green, Jr.", "wikidata": "Q2425959", "google_entity_id": "kg:/m/04gqgf0"}, "name": {"first": "Thomas", "middle": "Marston", "last": "Greene"}, "bio": {"birthday": "1758-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MS", "district": -1}]}, {"id": {"bioguide": "G000502", "govtrack": 404847, "icpsr": 3859, "wikipedia": "William Barry Grove", "house_history": 14195, "wikidata": "Q2577976", "google_entity_id": "kg:/m/04f8nb"}, "name": {"first": "William", "middle": "Barry", "last": "Grove"}, "bio": {"birthday": "1764-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NC", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NC", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NC", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NC", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NC", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NC", "district": 7, "party": "Federalist"}]}, {"id": {"bioguide": "H000475", "govtrack": 405338, "icpsr": 4303, "house_history": 14870, "wikipedia": "Archibald Henderson (politician)", "wikidata": "Q633176", "google_entity_id": "kg:/m/0kt898"}, "name": {"first": "Archibald", "last": "Henderson"}, "bio": {"birthday": "1768-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NC", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NC", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "H000611", "govtrack": 405470, "icpsr": 4426, "house_history": 15040, "wikipedia": "William Henry Hill (North Carolina)", "wikidata": "Q1650242", "google_entity_id": "kg:/m/09v612"}, "name": {"first": "William", "middle": "Henry", "last": "Hill"}, "bio": {"birthday": "1767-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NC", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NC", "district": 6, "party": "Federalist"}]}, {"id": {"bioguide": "H000986", "govtrack": 412054, "house_history": 15497, "wikipedia": "Narsworthy Hunter", "wikidata": "Q1965415", "google_entity_id": "kg:/m/02z2l7v"}, "name": {"first": "Narsworthy", "last": "Hunter"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MS", "district": -1}], "bio": {"gender": "M"}}, {"id": {"bioguide": "J000012", "govtrack": 405919, "icpsr": 4850, "house_history": 15707, "wikipedia": "George Jackson (Virginia politician)", "wikidata": "Q1507645", "google_entity_id": "kg:/m/07w2x0"}, "name": {"first": "George", "last": "Jackson"}, "bio": {"birthday": "1757-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "J000017", "govtrack": 405923, "icpsr": 4854, "house_history": 15714, "wikipedia": "James Jackson (Georgia politician)", "wikidata": "Q357646", "google_entity_id": "kg:/m/086n88"}, "name": {"first": "James", "last": "Jackson"}, "bio": {"birthday": "1757-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "GA", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1793-12-02", "end": "1795-12-31", "state": "GA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1801-12-07", "end": "1807-03-03", "state": "GA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "J000123", "govtrack": 412057, "icpsr": 4946, "house_history": 15848, "wikipedia": "Charles Johnson (North Carolina)", "wikidata": "Q1065087", "google_entity_id": "kg:/m/09v5w7"}, "name": {"first": "Charles", "last": "Johnson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NC", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "J000258", "govtrack": 406150, "icpsr": 5066, "wikipedia": "William Jones (statesman)", "house_history": 16019, "wikidata": "Q926113", "google_entity_id": "kg:/m/028vf7"}, "name": {"first": "William", "last": "Jones"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "PA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000204", "govtrack": 406707, "icpsr": 5568, "wikipedia": "Silas Lee", "house_history": 16849, "wikidata": "Q2285671", "google_entity_id": "kg:/m/0261td3"}, "name": {"first": "Silas", "last": "Lee"}, "bio": {"birthday": "1760-07-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 12, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 12, "party": "Federalist"}]}, {"id": {"bioguide": "L000316", "govtrack": 406809, "icpsr": 5668, "wikipedia": "Levi Lincoln Sr.", "house_history": 16985, "wikidata": "Q720568", "google_entity_id": "kg:/m/02y3s7"}, "name": {"first": "Levi", "last": "Lincoln"}, "bio": {"birthday": "1749-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "L000401", "govtrack": 406892, "icpsr": 5744, "wikipedia": "George Logan", "wikidata": "Q5541811", "google_entity_id": "kg:/m/060v2g"}, "name": {"first": "George", "last": "Logan"}, "bio": {"birthday": "1753-09-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1801-12-07", "end": "1807-03-03", "state": "PA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000259", "govtrack": 407277, "icpsr": 6089, "wikipedia": "Ebenezer Mattoon", "house_history": 17643, "wikidata": "Q1278664", "google_entity_id": "kg:/m/0dy172"}, "name": {"first": "Ebenezer", "last": "Mattoon"}, "bio": {"birthday": "1755-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "M000983", "govtrack": 407951, "icpsr": 6710, "wikipedia": "Lewis R. Morris", "house_history": 18559, "wikidata": "Q1822150", "google_entity_id": "kg:/m/0266jm2"}, "name": {"first": "Lewis", "middle": "Richard", "last": "Morris"}, "bio": {"birthday": "1760-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VT", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VT", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VT", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "M000988", "govtrack": 407956, "icpsr": 6715, "house_history": 18565, "wikipedia": "Thomas Morris (New York politician)", "wikidata": "Q2426193", "google_entity_id": "kg:/m/02682tb"}, "name": {"first": "Thomas", "last": "Morris"}, "bio": {"birthday": "1771-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NY", "district": 10, "party": "Federalist"}]}, {"id": {"bioguide": "M001066", "govtrack": 408032, "icpsr": 6784, "house_history": 18661, "wikipedia": "Peter Muhlenberg", "wikidata": "Q4382323", "google_entity_id": "kg:/m/01h4lz"}, "name": {"first": "John", "middle": "Peter Gabriel", "last": "Muhlenberg"}, "bio": {"birthday": "1746-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "PA", "district": -1}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "PA", "district": -1}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "sen", "start": "1801-12-07", "end": "1801-12-31", "state": "PA", "class": 3, "party": "Democratic Republican"}]}, {"id": {"bioguide": "O000041", "govtrack": 408324, "icpsr": 7029, "wikipedia": "Aaron Ogden", "wikidata": "Q302436", "google_entity_id": "kg:/m/070cr1"}, "name": {"first": "Aaron", "last": "Ogden"}, "bio": {"birthday": "1756-12-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1801-12-07", "end": "1803-03-03", "state": "NJ", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "O000060", "govtrack": 408335, "icpsr": 7048, "wikipedia": "Simeon Olcott", "wikidata": "Q2287091", "google_entity_id": "kg:/m/0d4dhm"}, "name": {"first": "Simeon", "last": "Olcott"}, "bio": {"birthday": "1735-10-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1801-12-07", "end": "1805-03-03", "state": "NH", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "P000190", "govtrack": 408594, "icpsr": 7308, "house_history": 19511, "wikipedia": "Joseph Peirce", "wikidata": "Q1246445", "google_entity_id": "kg:/m/027cwr8"}, "name": {"first": "Joseph", "last": "Peirce"}, "bio": {"birthday": "1748-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "P000231", "govtrack": 408634, "icpsr": 7344, "wikipedia": "Elias Perkins", "house_history": 19565, "wikidata": "Q1329117", "google_entity_id": "kg:/m/0f81q4"}, "name": {"first": "Elias", "last": "Perkins"}, "bio": {"birthday": "1767-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "R000093", "govtrack": 409073, "icpsr": 7764, "wikipedia": "Nathan Read", "house_history": 20198, "wikidata": "Q1669682", "google_entity_id": "kg:/m/0261tm1"}, "name": {"first": "Nathan", "last": "Read"}, "bio": {"birthday": "1759-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 10, "party": "Federalist"}]}, {"id": {"bioguide": "R000553", "govtrack": 409509, "icpsr": 8153, "wikipedia": "John Rutledge, Jr.", "house_history": 20761, "wikidata": "Q1701634", "google_entity_id": "kg:/m/0265r3z"}, "name": {"first": "John", "last": "Rutledge", "suffix": "Jr."}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "SC", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "SC", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "SC", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "S000312", "govtrack": 409810, "icpsr": 8423, "wikipedia": "James Sheafe", "house_history": 21524, "wikidata": "Q1681092", "google_entity_id": "kg:/m/0d6zvq"}, "name": {"first": "James", "last": "Sheafe"}, "bio": {"birthday": "1755-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1801-12-07", "end": "1803-03-03", "state": "NH", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "S000330", "govtrack": 409827, "icpsr": 8440, "wikipedia": "William Shepard", "house_history": 21547, "wikidata": "Q2580542", "google_entity_id": "kg:/m/0261t46"}, "name": {"first": "William", "last": "Shepard"}, "bio": {"birthday": "1737-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MA", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "S000582", "govtrack": 410063, "icpsr": 8662, "house_history": 21854, "wikipedia": "Josiah Smith", "wikidata": "Q1708662", "google_entity_id": "kg:/m/0261kqs"}, "name": {"first": "Josiah", "last": "Smith"}, "bio": {"birthday": "1738-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000752", "govtrack": 412180, "icpsr": 8810, "wikipedia": "Richard Sprigg, Jr.", "house_history": 22067, "wikidata": "Q576826", "google_entity_id": "kg:/m/0b42mb"}, "name": {"first": "Richard,", "middle": "Jr.", "last": "Sprigg"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MD", "district": 2, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "S000994", "govtrack": 410452, "icpsr": 9014, "wikipedia": "John Stratton (Virginia politician)", "house_history": 22369, "wikidata": "Q940006", "google_entity_id": "kg:/m/027sqbj"}, "name": {"first": "John", "last": "Stratton"}, "bio": {"birthday": "1769-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 12, "party": "Federalist"}]}, {"id": {"bioguide": "T000025", "govtrack": 410614, "icpsr": 9165, "wikipedia": "Benjamin Taliaferro", "house_history": 22663, "wikidata": "Q817706", "google_entity_id": "kg:/m/0g1tj1"}, "name": {"first": "Benjamin", "last": "Taliaferro"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "GA", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "T000273", "govtrack": 410846, "icpsr": 9385, "wikipedia": "Thomas Tillinghast", "house_history": 22964, "wikidata": "Q670919", "google_entity_id": "kg:/m/02pp9gj"}, "name": {"first": "Thomas", "last": "Tillinghast"}, "bio": {"birthday": "1742-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "RI", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "RI", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "T000348", "govtrack": 410919, "icpsr": 9452, "wikipedia": "Uriah Tracy", "house_history": 23062, "wikidata": "Q650446", "google_entity_id": "kg:/m/04sc1l"}, "name": {"first": "Uriah", "last": "Tracy"}, "bio": {"birthday": "1755-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1796-01-01", "end": "1801-03-03", "state": "CT", "class": 3, "party": "Federalist"}, {"type": "sen", "start": "1801-12-07", "end": "1807-03-03", "state": "CT", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "U000022", "govtrack": 411045, "icpsr": 9567, "wikipedia": "George B. Upham", "house_history": 20857, "wikidata": "Q1506917", "google_entity_id": "kg:/m/02ppnyt"}, "name": {"first": "George", "middle": "Baxter", "last": "Upham"}, "bio": {"birthday": "1768-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "V000049", "govtrack": 411091, "icpsr": 9625, "wikipedia": "John Peter Van Ness", "house_history": 20934, "wikidata": "Q2370227", "google_entity_id": "kg:/m/0260w10"}, "name": {"first": "John", "middle": "Peter", "last": "Van Ness"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "W000046", "govtrack": 411226, "icpsr": 9735, "wikipedia": "Benjamin Walker (New York)", "house_history": 23271, "wikidata": "Q1446684", "google_entity_id": "kg:/m/02q6b7x"}, "name": {"first": "Benjamin", "last": "Walker"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NY", "district": 9, "party": "Federalist"}]}, {"id": {"bioguide": "W000534", "govtrack": 412118, "icpsr": 10176, "house_history": 23849, "wikipedia": "Robert Williams (North Carolina politician)", "wikidata": "Q2159211", "google_entity_id": "kg:/m/04fs05"}, "name": {"first": "Robert", "last": "Williams"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NC", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000722", "govtrack": 411874, "icpsr": 10352, "wikipedia": "Henry Woods (Pennsylvania)", "house_history": 24079, "wikidata": "Q13219863", "google_entity_id": "kg:/m/0266hwb"}, "name": {"first": "Henry", "last": "Woods"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "PA", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "PA", "district": 10, "party": "Federalist"}]}, {"id": {"bioguide": "B001186", "govtrack": 402128, "icpsr": 1346, "wikipedia": "Pierce Butler", "house_history": 10302, "wikidata": "Q2530426", "google_entity_id": "kg:/m/02q24s"}, "name": {"first": "Pierce", "last": "Butler"}, "bio": {"birthday": "1744-07-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1793-03-03", "state": "SC", "class": 2, "party": "Democratic Republican"}, {"type": "sen", "start": "1793-12-02", "end": "1797-03-03", "state": "SC", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1802-01-01", "end": "1805-03-03", "state": "SC", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000525", "govtrack": 402659, "icpsr": 1847, "wikipedia": "DeWitt Clinton", "wikidata": "Q527462", "google_entity_id": "kg:/m/0fd_1"}, "name": {"first": "De", "middle": "Witt", "last": "Clinton"}, "bio": {"birthday": "1769-03-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1802-01-01", "end": "1803-12-31", "state": "NY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000393", "govtrack": 408787, "icpsr": 7493, "wikipedia": "William Plumer", "wikidata": "Q132185", "google_entity_id": "kg:/m/04jvdg"}, "name": {"first": "William", "last": "Plumer"}, "bio": {"birthday": "1759-06-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1802-01-01", "end": "1807-03-03", "state": "NH", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "B000049", "govtrack": 401054, "icpsr": 351, "house_history": 8836, "wikipedia": "Theodorus Bailey (politician)", "wikidata": "Q2418845", "google_entity_id": "kg:/m/06zgzk"}, "name": {"first": "Theodorus", "last": "Bailey"}, "bio": {"birthday": "1758-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NY", "district": 5}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000097", "govtrack": 401099, "icpsr": 392, "house_history": 8899, "wikipedia": "Simeon Baldwin", "wikidata": "Q1290741", "google_entity_id": "kg:/m/01z_rm"}, "name": {"first": "Simeon", "last": "Baldwin"}, "bio": {"birthday": "1761-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "B000697", "govtrack": 401659, "icpsr": 911, "wikipedia": "Walter Bowie", "house_history": 9686, "wikidata": "Q576779", "google_entity_id": "kg:/m/0glxr7"}, "name": {"first": "Walter", "last": "Bowie"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MD", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000970", "govtrack": 401922, "icpsr": 1156, "wikipedia": "Phineas Bruce", "house_history": 10032, "wikidata": "Q2088353", "google_entity_id": "kg:/m/02rjy1r"}, "name": {"first": "Phineas", "last": "Bruce"}, "bio": {"birthday": "1762-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 17, "party": "Federalist"}]}, {"id": {"bioguide": "C000406", "govtrack": 402545, "icpsr": 1739, "wikipedia": "Thomas Claiborne (1749\u20131812)", "house_history": 10960, "wikidata": "Q2423017", "google_entity_id": "kg:/m/054btk"}, "name": {"first": "Thomas", "last": "Claiborne"}, "bio": {"birthday": "1749-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "C001026", "govtrack": 403133, "icpsr": 2287, "wikipedia": "Manasseh Cutler (representative)", "house_history": 11733, "wikidata": "Q1513958", "google_entity_id": "kg:/m/078n3h"}, "name": {"first": "Manasseh", "last": "Cutler"}, "bio": {"birthday": "1742-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "D000243", "govtrack": 403381, "icpsr": 2501, "house_history": 12132, "wikipedia": "John Dennis (1771\u20131806)", "wikidata": "Q2695487"}, "name": {"first": "John", "last": "Dennis"}, "bio": {"birthday": "1771-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MD", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MD", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MD", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MD", "district": 8, "party": "Federalist"}]}, {"id": {"bioguide": "D000583", "govtrack": 403686, "icpsr": 2801, "house_history": 12550, "wikipedia": "Thomas Dwight (politician)", "wikidata": "Q1692947", "google_entity_id": "kg:/m/0g91v_"}, "name": {"first": "Thomas", "last": "Dwight"}, "bio": {"birthday": "1758-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 5, "party": "Federalist"}]}, {"id": {"bioguide": "E000008", "govtrack": 403704, "icpsr": 2814, "wikipedia": "John B. Earle", "house_history": 12612, "wikidata": "Q1699201", "google_entity_id": "kg:/m/02vn_x3"}, "name": {"first": "John", "middle": "Baylis", "last": "Earle"}, "bio": {"gender": "M", "birthday": "1766-10-23"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "SC", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "G000196", "govtrack": 412152, "icpsr": 3594, "house_history": 13812, "wikipedia": "James Gillespie", "wikidata": "Q974466", "google_entity_id": "kg:/m/04glyk"}, "name": {"first": "James", "last": "Gillespie"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NC", "district": 6, "party": "Anti-Administration"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NC", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "G000467", "govtrack": 404812, "icpsr": 3826, "wikipedia": "Thomas Griffin (politician)", "house_history": 14154, "wikidata": "Q2424334", "google_entity_id": "kg:/m/027sn73"}, "name": {"first": "Thomas", "last": "Griffin"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 12, "party": "Federalist"}]}, {"id": {"bioguide": "G000482", "govtrack": 404827, "icpsr": 3840, "wikipedia": "Gaylord Griswold", "house_history": 14172, "wikidata": "Q2913240", "google_entity_id": "kg:/m/0268jct"}, "name": {"first": "Gaylord", "last": "Griswold"}, "bio": {"birthday": "1767-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 15, "party": "Federalist"}]}, {"id": {"bioguide": "H000133", "govtrack": 405015, "icpsr": 4012, "wikipedia": "Samuel Hammond", "house_history": 14449, "wikidata": "Q2218348", "google_entity_id": "kg:/m/0g3lyw"}, "name": {"first": "Samuel", "last": "Hammond"}, "bio": {"birthday": "1757-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000140", "govtrack": 405022, "icpsr": 4019, "house_history": 14456, "wikipedia": "Wade Hampton I", "wikidata": "Q266695", "google_entity_id": "kg:/m/0fckcm"}, "name": {"first": "Wade", "last": "Hampton"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "SC", "district": 4, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "H000570", "govtrack": 405432, "icpsr": 4390, "wikipedia": "Daniel Hiester", "house_history": 14991, "wikidata": "Q1203858", "google_entity_id": "kg:/m/0498nv"}, "name": {"first": "Daniel", "last": "Hiester"}, "bio": {"birthday": "1747-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MD", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MD", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000695", "govtrack": 405548, "icpsr": 4498, "wikipedia": "John Hoge", "house_history": 15143, "wikidata": "Q6239524", "google_entity_id": "kg:/m/027lkk4"}, "name": {"first": "John", "last": "Hoge"}, "bio": {"birthday": "1760-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "H000976", "govtrack": 405820, "icpsr": 4748, "wikipedia": "Samuel Hunt (New Hampshire)", "house_history": 15485, "wikidata": "Q1276208", "google_entity_id": "kg:/m/02rl4ff"}, "name": {"first": "Samuel", "last": "Hunt"}, "bio": {"birthday": "1765-07-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "L000097", "govtrack": 406604, "icpsr": 5477, "wikipedia": "Simon Larned", "house_history": 16715, "wikidata": "Q2287657", "google_entity_id": "kg:/m/02rjzd0"}, "name": {"first": "Simon", "last": "Larned"}, "bio": {"birthday": "1753-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "L000294", "govtrack": 412064, "icpsr": 5649, "house_history": 16959, "wikipedia": "Thomas Lewis, Jr.", "wikidata": "Q1311499", "google_entity_id": "kg:/m/07yz26"}, "name": {"first": "Thomas", "last": "Lewis"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 5, "party": "Federalist"}]}, {"id": {"bioguide": "L000482", "govtrack": 406970, "icpsr": 5814, "house_history": 17195, "wikipedia": "Thomas Lowndes (congressman)", "wikidata": "Q2425864", "google_entity_id": "kg:/m/033dvv"}, "name": {"first": "Thomas", "last": "Lowndes"}, "bio": {"birthday": "1766-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "SC", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "SC", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "M000029", "govtrack": 407057, "icpsr": 5890, "wikipedia": "Samuel Maclay", "house_history": 17363, "wikidata": "Q2218628", "google_entity_id": "kg:/m/08nl9z"}, "name": {"first": "Samuel", "last": "Maclay"}, "bio": {"birthday": "1741-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1803-10-17", "end": "1809-03-03", "state": "PA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000359", "govtrack": 412166, "icpsr": 6172, "wikipedia": "Andrew McCord", "house_history": 17773, "wikidata": "Q723180", "google_entity_id": "kg:/m/0269qq_"}, "name": {"first": "Andrew", "last": "McCord"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M000824", "govtrack": 407799, "icpsr": 6571, "wikipedia": "Nahum Mitchell", "house_history": 18364, "wikidata": "Q1963764", "google_entity_id": "kg:/m/02rl49n"}, "name": {"first": "Nahum", "last": "Mitchell"}, "bio": {"birthday": "1769-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 7, "party": "Federalist"}]}, {"id": {"bioguide": "M001039", "govtrack": 408006, "icpsr": 6760, "wikipedia": "James Mott (New Jersey)", "house_history": 18627, "wikidata": "Q1680861", "google_entity_id": "kg:/m/0262rs8"}, "name": {"first": "James", "last": "Mott"}, "bio": {"birthday": "1739-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "P000036", "govtrack": 408446, "icpsr": 7173, "wikipedia": "Beriah Palmer", "house_history": 19323, "wikidata": "Q1972930", "google_entity_id": "kg:/m/026j1w4"}, "name": {"first": "Beriah", "last": "Palmer"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 11, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "P000101", "govtrack": 408509, "icpsr": 7230, "house_history": 19398, "wikipedia": "John Paterson (New York politician)", "wikidata": "Q3388847", "google_entity_id": "kg:/m/026bzk"}, "name": {"first": "John", "last": "Paterson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "P000298", "govtrack": 408698, "icpsr": 7403, "wikipedia": "Oliver Phelps", "house_history": 19644, "wikidata": "Q7087756", "google_entity_id": "kg:/m/02h5nk"}, "name": {"first": "Oliver", "last": "Phelps"}, "bio": {"birthday": "1749-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "P000378", "govtrack": 408772, "icpsr": 7478, "wikipedia": "Thomas Plater", "house_history": 19747, "wikidata": "Q895790", "google_entity_id": "kg:/m/07612x"}, "name": {"first": "Thomas", "last": "Plater"}, "bio": {"birthday": "1769-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MD", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MD", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "P000468", "govtrack": 408854, "icpsr": 7559, "wikipedia": "Samuel J. Potter", "wikidata": "Q431949", "google_entity_id": "kg:/m/0d1ybr"}, "name": {"first": "Samuel", "middle": "John", "last": "Potter"}, "bio": {"birthday": "1753-06-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1803-10-17", "end": "1805-03-03", "state": "RI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000577", "govtrack": 408960, "icpsr": 7658, "house_history": 19997, "wikipedia": "Samuel D. Purviance", "wikidata": "Q2218126", "google_entity_id": "kg:/m/09vj8y"}, "name": {"first": "Samuel", "middle": "Dinsmore", "last": "Purviance"}, "bio": {"gender": "M", "birthday": "1774-01-07"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NC", "district": 7, "party": "Federalist"}]}, {"id": {"bioguide": "S000471", "govtrack": 409961, "icpsr": 8563, "wikipedia": "Thomson J. Skinner", "house_history": 21727, "wikidata": "Q2428699", "google_entity_id": "kg:/m/0bgnk4"}, "name": {"first": "Thomson", "middle": "Joseph", "last": "Skinner"}, "bio": {"birthday": "1752-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "S000557", "govtrack": 410039, "icpsr": 8639, "wikipedia": "Israel Smith", "house_history": 21824, "wikidata": "Q328445", "google_entity_id": "kg:/m/08lb80"}, "name": {"first": "Israel", "last": "Smith"}, "bio": {"birthday": "1759-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "VT", "district": 1, "party": "Democratic Republican"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VT", "district": 1, "party": "Democratic Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1803-10-17", "end": "1807-12-31", "state": "VT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000567", "govtrack": 410048, "icpsr": 8645, "wikipedia": "John Smith (Ohio Senator)", "wikidata": "Q541460", "google_entity_id": "kg:/m/02r2h7"}, "name": {"first": "John", "last": "Smith"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1803-10-17", "end": "1809-03-03", "state": "OH", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000912", "govtrack": 412107, "icpsr": 8938, "wikipedia": "John Stewart (Pennsylvania)", "house_history": 22265, "wikidata": "Q13219831", "google_entity_id": "kg:/m/0266jdj"}, "name": {"first": "John", "last": "Stewart"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "T000143", "govtrack": 410725, "icpsr": 9271, "wikipedia": "Samuel Thatcher", "house_history": 22806, "wikidata": "Q1558755", "google_entity_id": "kg:/m/0kt6ym"}, "name": {"first": "Samuel", "last": "Thatcher"}, "bio": {"birthday": "1776-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 12, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 16, "party": "Federalist"}]}, {"id": {"bioguide": "T000262", "govtrack": 410836, "icpsr": 9376, "house_history": 22952, "wikipedia": "George Tibbits", "wikidata": "Q1508356", "google_entity_id": "kg:/m/0g6p4n"}, "name": {"first": "George", "last": "Tibbits"}, "bio": {"birthday": "1763-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 10, "party": "Federalist"}]}, {"id": {"bioguide": "T000370", "govtrack": 410939, "icpsr": 9470, "house_history": 23087, "wikipedia": "John Johns Trigg", "wikidata": "Q1683567", "google_entity_id": "kg:/m/08063k"}, "name": {"first": "John", "middle": "Johns", "last": "Trigg"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "V000045", "govtrack": 411089, "icpsr": 9621, "wikipedia": "Isaac Van Horne", "house_history": 20930, "wikidata": "Q13219845", "google_entity_id": "kg:/m/027l3t7"}, "name": {"first": "Isaac", "last": "Van Horne"}, "bio": {"birthday": "1754-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "V000083", "govtrack": 411139, "icpsr": 9658, "wikipedia": "Abraham B. Venable", "house_history": 20975, "wikidata": "Q329740", "google_entity_id": "kg:/m/08hxzf"}, "name": {"first": "Abraham", "middle": "Bedford", "last": "Venable"}, "bio": {"gender": "M", "birthday": "1758-11-20"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "VA", "district": 6, "party": "Democratic Republican"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 7, "party": "Democratic Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "sen", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000392", "govtrack": 411552, "icpsr": 10043, "wikipedia": "Samuel White (U.S. politician)", "wikidata": "Q443094", "google_entity_id": "kg:/m/05rqrq"}, "name": {"first": "Samuel", "last": "White"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1801-12-07", "end": "1803-03-03", "state": "DE", "class": 1, "party": "Federalist"}, {"type": "sen", "start": "1803-10-17", "end": "1809-03-03", "state": "DE", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "W000526", "govtrack": 411683, "icpsr": 10169, "wikipedia": "Lemuel Williams", "house_history": 23840, "wikidata": "Q1470256", "google_entity_id": "kg:/m/0261tjm"}, "name": {"first": "Lemuel", "last": "Williams"}, "bio": {"birthday": "1747-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 8, "party": "Federalist"}]}, {"id": {"bioguide": "A000282", "govtrack": 400922, "icpsr": 233, "house_history": 8656, "wikipedia": "John Armstrong Jr.", "wikidata": "Q1381657", "google_entity_id": "kg:/m/02j18m"}, "name": {"first": "John", "last": "Armstrong", "suffix": "Jr."}, "bio": {"birthday": "1758-11-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1800-01-01", "end": "1803-03-03", "state": "NY", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1804-01-01", "end": "1805-03-03", "state": "NY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000870", "govtrack": 405717, "icpsr": 4656, "wikipedia": "Benjamin Howland", "wikidata": "Q432864", "google_entity_id": "kg:/m/0d1yg7"}, "name": {"first": "Benjamin", "last": "Howland"}, "bio": {"birthday": "1755-07-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1804-01-01", "end": "1809-03-03", "state": "RI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000891", "govtrack": 407863, "icpsr": 6625, "house_history": 18452, "wikipedia": "Andrew Moore (politician)", "wikidata": "Q506358", "google_entity_id": "kg:/m/08j3vb"}, "name": {"first": "Andrew", "last": "Moore"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "VA", "district": 3, "party": "Democratic Republican"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "VA", "district": 3, "party": "Democratic Republican"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 2, "party": "Democratic Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1804-01-01", "end": "1809-03-03", "state": "VA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000100", "govtrack": 400758, "icpsr": 88, "wikipedia": "Nathaniel Alexander (governor)", "house_history": 8397, "wikidata": "Q888330", "google_entity_id": "kg:/m/02j24n"}, "name": {"first": "Nathaniel", "last": "Alexander"}, "bio": {"birthday": "1756-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-03-04", "end": "1805-03-03", "state": "NC", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "A000191", "govtrack": 400846, "icpsr": 169, "wikipedia": "Isaac Anderson (congressman)", "house_history": 8521, "wikidata": "Q6075856", "google_entity_id": "kg:/m/026py1w"}, "name": {"first": "Isaac", "last": "Anderson"}, "bio": {"birthday": "1760-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000272", "govtrack": 400911, "icpsr": 222, "wikipedia": "John Archer (Maryland)", "house_history": 8643, "wikidata": "Q2119983", "google_entity_id": "kg:/m/08vgxp"}, "name": {"first": "John", "last": "Archer"}, "bio": {"birthday": "1741-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MD", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000084", "govtrack": 401086, "icpsr": 379, "wikipedia": "Abraham Baldwin", "house_history": 8884, "wikidata": "Q329766", "google_entity_id": "kg:/m/02myz5"}, "name": {"first": "Abraham", "last": "Baldwin"}, "bio": {"birthday": "1754-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "GA", "district": 2, "party": "Democratic Republican"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "GA", "district": 2, "party": "Democratic Republican"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "GA", "district": -1, "party": "Democratic Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1799-12-02", "end": "1805-03-03", "state": "GA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1805-12-02", "end": "1807-12-31", "state": "GA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000301", "govtrack": 401294, "icpsr": 571, "wikipedia": "George M. Bedinger", "house_history": 9165, "wikidata": "Q1507809", "google_entity_id": "kg:/m/02rhgnk"}, "name": {"first": "George", "middle": "Michael", "last": "Bedinger"}, "bio": {"birthday": "1756-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "KY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000425", "govtrack": 401411, "icpsr": 679, "wikipedia": "Silas Betton", "house_history": 9327, "wikidata": "Q374166", "google_entity_id": "kg:/m/027cgwx"}, "name": {"first": "Silas", "last": "Betton"}, "bio": {"birthday": "1768-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "B000488", "govtrack": 401469, "icpsr": 733, "wikipedia": "Phanuel Bishop", "house_history": 9408, "wikidata": "Q2084938", "google_entity_id": "kg:/m/0261t6m"}, "name": {"first": "Phanuel", "last": "Bishop"}, "bio": {"birthday": "1739-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "B000989", "govtrack": 401941, "icpsr": 1174, "wikipedia": "Joseph Bryan", "house_history": 10053, "wikidata": "Q1706694", "google_entity_id": "kg:/m/0g3lp6"}, "name": {"first": "Joseph", "last": "Bryan"}, "bio": {"birthday": "1773-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000226", "govtrack": 412140, "icpsr": 1575, "house_history": 10739, "wikipedia": "Levi Casey (politician)", "wikidata": "Q1821849", "google_entity_id": "kg:/m/02vzs0g"}, "name": {"first": "Levi", "last": "Casey"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "SC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "SC", "district": 6, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "C000424", "govtrack": 402563, "icpsr": 1756, "wikipedia": "Christopher H. Clark", "house_history": 10982, "wikidata": "Q74355", "google_entity_id": "kg:/m/07_6c9"}, "name": {"first": "Christopher", "middle": "Henderson", "last": "Clark"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "C000704", "govtrack": 402829, "icpsr": 2005, "wikipedia": "Frederick Conrad", "house_history": 11336, "wikidata": "Q5497567", "google_entity_id": "kg:/m/026pyj9"}, "name": {"first": "Frederick", "last": "Conrad"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000817", "govtrack": 402935, "icpsr": 2099, "wikipedia": "Leonard Covington", "house_history": 11478, "wikidata": "Q576801", "google_entity_id": "kg:/m/03b0_j"}, "name": {"first": "Leonard", "last": "Covington"}, "bio": {"birthday": "1768-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MD", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000333", "govtrack": 403451, "icpsr": 2583, "house_history": 12241, "wikipedia": "William Dickson (congressman)", "wikidata": "Q1654107", "google_entity_id": "kg:/m/09vxkg"}, "name": {"first": "William", "last": "Dickson"}, "bio": {"birthday": "1770-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "TN", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "TN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000582", "govtrack": 403685, "icpsr": 2800, "house_history": 12549, "wikipedia": "Theodore Dwight (elder)", "wikidata": "Q1364108", "google_entity_id": "kg:/m/0bk88b"}, "name": {"first": "Theodore", "last": "Dwight"}, "bio": {"birthday": "1764-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "E000014", "govtrack": 403710, "icpsr": 2819, "wikipedia": "Peter Early", "house_history": 12619, "wikidata": "Q2074623", "google_entity_id": "kg:/m/0f9m2s"}, "name": {"first": "Peter", "last": "Early"}, "bio": {"birthday": "1773-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "E000130", "govtrack": 403821, "icpsr": 2919, "wikipedia": "Caleb Ellis", "house_history": 12756, "wikidata": "Q657500", "google_entity_id": "kg:/m/027ctsz"}, "name": {"first": "Caleb", "last": "Ellis"}, "bio": {"birthday": "1767-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "E000154", "govtrack": 403845, "icpsr": 2942, "wikipedia": "Ebenezer Elmer", "house_history": 12783, "wikidata": "Q1278633", "google_entity_id": "kg:/m/07bhg6"}, "name": {"first": "Ebenezer", "last": "Elmer"}, "bio": {"birthday": "1752-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "F000074", "govtrack": 404032, "icpsr": 3104, "wikipedia": "James Fenner", "wikidata": "Q880519", "google_entity_id": "kg:/m/0bjmgh"}, "name": {"first": "James", "last": "Fenner"}, "bio": {"birthday": "1771-01-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1805-12-02", "end": "1807-12-31", "state": "RI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000322", "govtrack": 404271, "icpsr": 3324, "house_history": 13378, "wikipedia": "John Fowler (politician)", "wikidata": "Q1700097", "google_entity_id": "kg:/m/012bpp"}, "name": {"first": "John", "last": "Fowler"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "KY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "G000248", "govtrack": 404610, "icpsr": 3639, "wikipedia": "Calvin Goddard (politician)", "house_history": 13877, "wikidata": "Q1027656", "google_entity_id": "kg:/m/0f75b8"}, "name": {"first": "Calvin", "last": "Goddard"}, "bio": {"birthday": "1768-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "G000488", "govtrack": 404833, "icpsr": 3846, "house_history": 14179, "wikipedia": "Roger Griswold", "wikidata": "Q680830", "google_entity_id": "kg:/m/0b0xyh"}, "name": {"first": "Roger", "last": "Griswold"}, "bio": {"birthday": "1762-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "H000090", "govtrack": 404972, "icpsr": 3972, "wikipedia": "Silas Halsey", "house_history": 14398, "wikidata": "Q3610119", "google_entity_id": "kg:/m/02682wd"}, "name": {"first": "Silas", "last": "Halsey"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 17, "party": "Republican"}], "bio": {"birthday": "1743-10-06", "gender": "M"}}, {"id": {"bioguide": "H000111", "govtrack": 404993, "icpsr": 3992, "wikipedia": "John Hamilton (congressman)", "house_history": 14422, "wikidata": "Q13219639", "google_entity_id": "kg:/m/027lkp8"}, "name": {"first": "John", "last": "Hamilton"}, "bio": {"birthday": "1754-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "H000161", "govtrack": 405043, "icpsr": 4037, "wikipedia": "John A. Hanna", "house_history": 14483, "wikidata": "Q6217717", "google_entity_id": "kg:/m/0266j70"}, "name": {"first": "John", "middle": "Andre", "last": "Hanna"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000331", "govtrack": 405201, "icpsr": 4181, "house_history": 14691, "wikipedia": "Seth Hastings", "wikidata": "Q2274757", "google_entity_id": "kg:/m/0261krh"}, "name": {"first": "Seth", "last": "Hastings"}, "bio": {"birthday": "1762-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 10, "party": "Federalist"}]}, {"id": {"bioguide": "H000811", "govtrack": 405659, "icpsr": 4600, "wikipedia": "David Hough (New Hampshire)", "house_history": 15285, "wikidata": "Q1174770", "google_entity_id": "kg:/m/02rkypv"}, "name": {"first": "David", "last": "Hough"}, "bio": {"birthday": "1753-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "K000246", "govtrack": 406405, "icpsr": 5303, "wikipedia": "Aaron Kitchell", "house_history": 16384, "wikidata": "Q302196", "google_entity_id": "kg:/m/08z7gq"}, "name": {"first": "Aaron", "last": "Kitchell"}, "bio": {"birthday": "1744-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NJ", "district": -1, "party": "Democratic Republican"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NJ", "district": -1, "party": "Democratic Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NJ", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1805-12-02", "end": "1809-12-31", "state": "NJ", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000367", "govtrack": 406859, "icpsr": 5716, "wikipedia": "Henry W. Livingston", "house_history": 17051, "wikidata": "Q1282034", "google_entity_id": "kg:/m/026hq16"}, "name": {"first": "Henry", "middle": "Walter", "last": "Livingston"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 8, "party": "Federalist"}]}, {"id": {"bioguide": "L000478", "govtrack": 406967, "icpsr": 5812, "wikipedia": "Christian Lower", "house_history": 17189, "wikidata": "Q5109863", "google_entity_id": "kg:/m/026pyc4"}, "name": {"first": "Christian", "last": "Lower"}, "bio": {"birthday": "1740-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000492", "govtrack": 406979, "icpsr": 5822, "wikipedia": "John Baptiste Charles Lucas", "house_history": 17206, "wikidata": "Q3170532", "google_entity_id": "kg:/m/026pz2j"}, "name": {"first": "John", "middle": "Baptiste Charles", "last": "Lucas"}, "bio": {"birthday": "1758-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000057", "govtrack": 407085, "icpsr": 5917, "wikipedia": "Patrick Magruder", "house_history": 17398, "wikidata": "Q709047", "google_entity_id": "kg:/m/043svt"}, "name": {"first": "Patrick", "last": "Magruder"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MD", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000437", "govtrack": 412074, "icpsr": 6241, "wikipedia": "Duncan McFarlan", "house_history": 17873, "wikidata": "Q1265433", "google_entity_id": "kg:/m/04ftf1"}, "name": {"first": "Duncan", "last": "McFarlan"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NC", "district": 7, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "M000614", "govtrack": 407603, "icpsr": 6393, "wikipedia": "Cowles Mead", "house_history": 18093, "wikidata": "Q970707", "google_entity_id": "kg:/m/0g3vv6"}, "name": {"first": "Cowles", "last": "Mead"}, "bio": {"birthday": "1776-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000649", "govtrack": 407635, "icpsr": 6422, "wikipedia": "David Meriwether (Georgia)", "house_history": 18137, "wikidata": "Q1175651", "google_entity_id": "kg:/m/09v_c8"}, "name": {"first": "David", "last": "Meriwether"}, "bio": {"birthday": "1755-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "N000100", "govtrack": 408185, "icpsr": 6925, "wikipedia": "Joseph Hopper Nicholson", "house_history": 18957, "wikidata": "Q2655517", "google_entity_id": "kg:/m/07fndm"}, "name": {"first": "Joseph", "middle": "Hopper", "last": "Nicholson"}, "bio": {"birthday": "1770-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MD", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MD", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MD", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MD", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "O000067", "govtrack": 408340, "icpsr": 7055, "wikipedia": "Gideon Olin", "house_history": 19150, "wikidata": "Q1523133", "google_entity_id": "kg:/m/026kz1l"}, "name": {"first": "Gideon", "last": "Olin"}, "bio": {"birthday": "1743-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000051", "govtrack": 409032, "icpsr": 7727, "house_history": 20140, "wikipedia": "Thomas Mann Randolph Jr.", "wikidata": "Q881117", "google_entity_id": "kg:/m/07pt80"}, "name": {"first": "Thomas", "middle": "Mann", "last": "Randolph"}, "bio": {"birthday": "1768-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "S000015", "govtrack": 409535, "icpsr": 8175, "wikipedia": "Peter Sailly", "house_history": 21150, "wikidata": "Q2040024", "google_entity_id": "kg:/m/026j1yk"}, "name": {"first": "Peter", "last": "Sailly"}, "bio": {"birthday": "1754-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "S000041", "govtrack": 409557, "icpsr": 8203, "house_history": 21182, "wikipedia": "Thomas Sandford", "wikidata": "Q2427032", "google_entity_id": "kg:/m/026svy9"}, "name": {"first": "Thomas", "last": "Sandford"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "KY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000149", "govtrack": 409656, "icpsr": 8277, "wikipedia": "Martin G. Schuneman", "house_history": 21323, "wikidata": "Q1107759", "google_entity_id": "kg:/m/0268j7p"}, "name": {"first": "Martin", "middle": "Gerretsen", "last": "Schuneman"}, "bio": {"birthday": "1764-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "S000524", "govtrack": 410007, "icpsr": 8608, "wikipedia": "Daniel Smith (surveyor)", "wikidata": "Q343267", "google_entity_id": "kg:/m/04bv59"}, "name": {"first": "Daniel", "last": "Smith"}, "bio": {"birthday": "1748-10-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1798-01-01", "end": "1799-12-31", "state": "TN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1805-12-02", "end": "1809-12-31", "state": "TN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000570", "govtrack": 410052, "icpsr": 8651, "house_history": 21839, "wikipedia": "John Cotton Smith", "wikidata": "Q884572", "google_entity_id": "kg:/m/04_gh_"}, "name": {"first": "John", "middle": "Cotton", "last": "Smith"}, "bio": {"birthday": "1765-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "S000598", "govtrack": 412179, "icpsr": 8673, "house_history": 21874, "wikipedia": "O'Brien Smith", "wikidata": "Q1606683", "google_entity_id": "kg:/m/02rtr1x"}, "name": {"first": "O'Brien", "last": "Smith"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "SC", "district": 4, "party": "Republican"}], "bio": {"birthday": "1784-07-31", "gender": "M"}}, {"id": {"bioguide": "S000698", "govtrack": 410169, "icpsr": 8761, "house_history": 22000, "wikipedia": "Thomas Spalding", "wikidata": "Q2427376", "google_entity_id": "kg:/m/0g3w2g"}, "name": {"first": "Thomas", "last": "Spalding"}, "bio": {"birthday": "1774-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000805", "govtrack": 410271, "icpsr": 8845, "wikipedia": "Joseph Stanton Jr.", "house_history": 22136, "wikidata": "Q431857", "google_entity_id": "kg:/m/03zx_l"}, "name": {"first": "Joseph", "last": "Stanton", "suffix": "Jr."}, "bio": {"birthday": "1739-07-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1790-01-01", "end": "1793-03-03", "state": "RI", "class": 2, "party": "Anti-Administration"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "RI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "RI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "RI", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S001073", "govtrack": 410527, "icpsr": 9088, "house_history": 22466, "wikipedia": "Thomas Sumter", "wikidata": "Q328197", "google_entity_id": "kg:/m/02r_jv"}, "name": {"first": "Thomas", "last": "Sumter"}, "bio": {"birthday": "1734-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "SC", "district": 4}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "SC", "district": 4}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "sen", "start": "1801-12-07", "end": "1805-03-03", "state": "SC", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1805-12-02", "end": "1811-03-03", "state": "SC", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000127", "govtrack": 410709, "icpsr": 9257, "wikipedia": "Samuel Tenney", "house_history": 22788, "wikidata": "Q2218893", "google_entity_id": "kg:/m/0260vqc"}, "name": {"first": "Samuel", "last": "Tenney"}, "bio": {"birthday": "1748-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "T000213", "govtrack": 410792, "icpsr": 9335, "wikipedia": "Philip R. Thompson", "house_history": 22894, "wikidata": "Q1559995", "google_entity_id": "kg:/m/027_81s"}, "name": {"first": "Philip", "middle": "Rootes", "last": "Thompson"}, "bio": {"birthday": "1766-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "T000249", "govtrack": 410827, "icpsr": 9366, "wikipedia": "Buckner Thruston", "wikidata": "Q744435", "google_entity_id": "kg:/m/0b3dr6"}, "name": {"first": "Buckner", "last": "Thruston"}, "bio": {"birthday": "1763-02-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1805-12-02", "end": "1809-12-31", "state": "KY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000014", "govtrack": 411193, "icpsr": 9707, "wikipedia": "Peleg Wadsworth", "house_history": 23237, "wikidata": "Q2067953", "google_entity_id": "kg:/m/04fv3x"}, "name": {"first": "Peleg", "last": "Wadsworth"}, "bio": {"birthday": "1748-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MA", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MA", "district": 13, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MA", "district": 13, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 13, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 13, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 15, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 15, "party": "Federalist"}]}, {"id": {"bioguide": "W000116", "govtrack": 412115, "icpsr": 9798, "wikipedia": "Matthew Walton", "house_history": 23350, "wikidata": "Q1909622", "google_entity_id": "kg:/m/02rjx7z"}, "name": {"first": "Matthew", "last": "Walton"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "KY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000403", "govtrack": 411563, "icpsr": 10054, "wikipedia": "John Whitehill", "house_history": 23693, "wikidata": "Q13219856", "google_entity_id": "kg:/m/026pxrx"}, "name": {"first": "John", "last": "Whitehill"}, "bio": {"birthday": "1729-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000440", "govtrack": 411598, "icpsr": 10086, "wikipedia": "Eliphalet Wickes", "house_history": 23738, "wikidata": "Q1329607", "google_entity_id": "kg:/m/0g6tmd"}, "name": {"first": "Eliphalet", "last": "Wickes"}, "bio": {"birthday": "1769-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000531", "govtrack": 411688, "icpsr": 10173, "wikipedia": "Nathan Williams (politician)", "house_history": 23846, "wikidata": "Q2913186", "google_entity_id": "kg:/m/026kc77"}, "name": {"first": "Nathan", "last": "Williams"}, "bio": {"gender": "M", "birthday": "1773-12-19"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "W000642", "govtrack": 411796, "icpsr": 10280, "house_history": 23979, "wikipedia": "Joseph Winston", "wikidata": "Q1306824", "google_entity_id": "kg:/m/0343_h"}, "name": {"first": "Joseph", "last": "Winston"}, "bio": {"birthday": "1746-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NC", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NC", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "W000786", "govtrack": 411933, "icpsr": 10407, "house_history": 24160, "wikipedia": "Thomas Wynns", "wikidata": "Q1348731", "google_entity_id": "kg:/m/03t5tr"}, "name": {"first": "Thomas", "last": "Wynns"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NC", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000712", "govtrack": 407695, "icpsr": 6472, "wikipedia": "John Milledge", "house_history": 18222, "wikidata": "Q885464", "google_entity_id": "kg:/m/06hnlf"}, "name": {"first": "John", "last": "Milledge"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "GA", "district": 1}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1806-01-01", "end": "1809-12-31", "state": "GA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000092", "govtrack": 412132, "icpsr": 80, "wikipedia": "Evan Shelby Alexander", "house_history": 8387, "wikidata": "Q1249489", "google_entity_id": "kg:/m/04gpqz"}, "name": {"first": "Evan", "middle": "Shelby", "last": "Alexander"}, "terms": [{"type": "rep", "start": "1806-02-24", "end": "1807-03-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NC", "district": 10, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "B000144", "govtrack": 401145, "icpsr": 436, "wikipedia": "Joseph Barker (Massachusetts)", "house_history": 8956, "wikidata": "Q1706577", "google_entity_id": "kg:/m/02rjwc2"}, "name": {"first": "Joseph", "last": "Barker"}, "bio": {"birthday": "1751-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B000446", "govtrack": 401431, "icpsr": 697, "wikipedia": "Barnabas Bidwell", "house_history": 9351, "wikidata": "Q808402", "google_entity_id": "kg:/m/0b4bfv"}, "name": {"first": "Barnabas", "last": "Bidwell"}, "bio": {"birthday": "1763-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000533", "govtrack": 401508, "icpsr": 773, "wikipedia": "John Blake Jr. (politician)", "house_history": 9461, "wikidata": "Q1699352", "google_entity_id": "kg:/m/026hq8f"}, "name": {"first": "John", "last": "Blake", "suffix": "Jr."}, "bio": {"birthday": "1762-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000729", "govtrack": 401689, "icpsr": 941, "wikipedia": "John Boyle (congressman)", "house_history": 9727, "wikidata": "Q631257", "google_entity_id": "kg:/m/02plbm0"}, "name": {"first": "John", "last": "Boyle"}, "bio": {"birthday": "1774-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "KY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000745", "govtrack": 401704, "icpsr": 956, "wikipedia": "Stephen R. Bradley", "wikidata": "Q943343", "google_entity_id": "kg:/m/08l8zw"}, "name": {"first": "Stephen", "middle": "Row", "last": "Bradley"}, "bio": {"birthday": "1754-02-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1791-10-24", "end": "1795-03-03", "state": "VT", "class": 3}, {"type": "sen", "start": "1801-12-07", "end": "1807-03-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1807-10-26", "end": "1813-03-03", "state": "VT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000888", "govtrack": 401845, "icpsr": 1085, "house_history": 9927, "wikipedia": "James M. Broom", "wikidata": "Q1680731", "google_entity_id": "kg:/m/09klh8"}, "name": {"first": "James", "middle": "Madison", "last": "Broom"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "DE", "district": 0, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "DE", "district": 0, "party": "Federalist"}]}, {"id": {"bioguide": "C000148", "govtrack": 402297, "icpsr": 1505, "wikipedia": "Peter Carleton", "house_history": 10637, "wikidata": "Q2074289", "google_entity_id": "kg:/m/027cxd7"}, "name": {"first": "Peter", "last": "Carleton"}, "bio": {"birthday": "1755-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000403", "govtrack": 402542, "icpsr": 1736, "wikipedia": "John Claiborne", "house_history": 10956, "wikidata": "Q137844", "google_entity_id": "kg:/m/054bkt"}, "name": {"first": "John", "last": "Claiborne"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "C000426", "govtrack": 412141, "wikipedia": "Daniel Clark (Louisiana politician)", "house_history": 10985, "wikidata": "Q1160345", "google_entity_id": "kg:/m/01t003"}, "name": {"first": "Daniel", "last": "Clark"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "OL", "district": -1}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "OL", "district": -1}]}, {"id": {"bioguide": "C000486", "govtrack": 402624, "icpsr": 1814, "wikipedia": "Joseph Clay", "house_history": 11055, "wikidata": "Q6282149", "google_entity_id": "kg:/m/026pyv8"}, "name": {"first": "Joseph", "last": "Clay"}, "bio": {"birthday": "1769-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000526", "govtrack": 402661, "icpsr": 1849, "wikipedia": "George Clinton Jr.", "house_history": 11105, "wikidata": "Q82478", "google_entity_id": "kg:/m/05vr74"}, "name": {"first": "George", "last": "Clinton"}, "bio": {"birthday": "1771-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000947", "govtrack": 403059, "icpsr": 2214, "wikipedia": "Jacob Crowninshield", "house_history": 11636, "wikidata": "Q1677457", "google_entity_id": "kg:/m/04xj06"}, "name": {"first": "Jacob", "last": "Crowninshield"}, "bio": {"birthday": "1770-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000047", "govtrack": 403186, "icpsr": 2332, "wikipedia": "Ezra Darby", "house_history": 11888, "wikidata": "Q1386070", "google_entity_id": "kg:/m/02rhg3c"}, "name": {"first": "Ezra", "last": "Darby"}, "bio": {"birthday": "1768-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "D000173", "govtrack": 403335, "icpsr": 2446, "wikipedia": "Josiah Dean", "house_history": 12048, "wikidata": "Q1708627", "google_entity_id": "kg:/m/02rjwmp"}, "name": {"first": "Josiah", "last": "Dean"}, "bio": {"birthday": "1748-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "D000565", "govtrack": 403668, "icpsr": 2786, "wikipedia": "Daniel Meserve Durell", "house_history": 12530, "wikidata": "Q1161747", "google_entity_id": "kg:/m/02rhd_8"}, "name": {"first": "Daniel", "middle": "Meserve", "last": "Durell"}, "bio": {"birthday": "1769-07-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "E000122", "govtrack": 403813, "icpsr": 2911, "house_history": 12745, "wikipedia": "James Elliot (politician)", "wikidata": "Q1504448", "google_entity_id": "kg:/m/04g2y0"}, "name": {"first": "James", "last": "Elliott"}, "bio": {"birthday": "1775-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VT", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VT", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VT", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "F000344", "govtrack": 404292, "icpsr": 3342, "wikipedia": "Jesse Franklin", "house_history": 13406, "wikidata": "Q287094", "google_entity_id": "kg:/m/02j1xv"}, "name": {"first": "Jesse", "last": "Franklin"}, "bio": {"birthday": "1760-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1799-12-02", "end": "1805-03-03", "state": "NC", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1807-10-26", "end": "1813-03-03", "state": "NC", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000052", "govtrack": 404426, "icpsr": 3465, "wikipedia": "Francis Gardner", "house_history": 13630, "wikidata": "Q1280901", "google_entity_id": "kg:/m/027kcch"}, "name": {"first": "Francis", "last": "Gardner"}, "bio": {"birthday": "1771-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "G000075", "govtrack": 404447, "icpsr": 3483, "wikipedia": "James M. Garnett", "house_history": 13656, "wikidata": "Q1430834", "google_entity_id": "kg:/m/027y8bk"}, "name": {"first": "James", "middle": "Mercer", "last": "Garnett"}, "bio": {"birthday": "1770-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "G000293", "govtrack": 404652, "icpsr": 3678, "wikipedia": "Chauncey Goodrich", "house_history": 13936, "wikidata": "Q15079782", "google_entity_id": "kg:/m/047kw7"}, "name": {"first": "Chauncey", "last": "Goodrich"}, "bio": {"birthday": "1759-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1807-10-26", "end": "1813-03-03", "state": "CT", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "G000442", "govtrack": 404789, "icpsr": 3805, "house_history": 14125, "wikipedia": "Andrew Gregg", "wikidata": "Q504939", "google_entity_id": "kg:/m/06q523"}, "name": {"first": "Andrew", "last": "Gregg"}, "bio": {"birthday": "1755-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "PA", "district": 6, "party": "Democratic Republican"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "PA", "district": -1, "party": "Democratic Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1807-10-26", "end": "1813-03-03", "state": "PA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000245", "govtrack": 405123, "icpsr": 4106, "house_history": 14588, "wikipedia": "John Harris (New York politician)", "wikidata": "Q3610482", "google_entity_id": "kg:/m/027gdns"}, "name": {"first": "John", "last": "Harris"}, "bio": {"birthday": "1760-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "H000573", "govtrack": 405435, "icpsr": 4393, "wikipedia": "John Hiester", "house_history": 14994, "wikidata": "Q6239222", "google_entity_id": "kg:/m/0492rz"}, "name": {"first": "John", "last": "Hiester"}, "bio": {"birthday": "1745-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000699", "govtrack": 405552, "icpsr": 4502, "wikipedia": "William Hoge (Pennsylvania politician)", "house_history": 15148, "wikidata": "Q8012396", "google_entity_id": "kg:/m/027lkh2"}, "name": {"first": "William", "last": "Hoge"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "H000957", "govtrack": 405801, "icpsr": 4731, "wikipedia": "Reuben Humphrey", "house_history": 15465, "wikidata": "Q3388768", "google_entity_id": "kg:/m/026kcw5"}, "name": {"first": "Reuben", "last": "Humphrey"}, "bio": {"birthday": "1757-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "I000009", "govtrack": 405871, "icpsr": 4798, "wikipedia": "Daniel Ilsley", "house_history": 15628, "wikidata": "Q1161198", "google_entity_id": "kg:/m/02rhdz7"}, "name": {"first": "Daniel", "last": "Ilsley"}, "bio": {"birthday": "1740-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "J000220", "govtrack": 406114, "icpsr": 5031, "wikipedia": "George Jones (U.S. Senator)", "wikidata": "Q1291920", "google_entity_id": "kg:/m/0cr6ny"}, "name": {"first": "George", "last": "Jones"}, "bio": {"birthday": "1766-02-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1807-10-26", "end": "1807-12-31", "state": "GA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "K000073", "govtrack": 406243, "icpsr": 5151, "house_history": 16171, "wikipedia": "James Kelly (U.S. representative)", "wikidata": "Q6137187", "google_entity_id": "kg:/m/04fz0k"}, "name": {"first": "James", "last": "Kelly"}, "bio": {"birthday": "1760-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 6, "party": "Federalist"}]}, {"id": {"bioguide": "K000239", "govtrack": 406398, "icpsr": 5296, "wikipedia": "William Kirkpatrick (New York politician)", "house_history": 16377, "wikidata": "Q2913366", "google_entity_id": "kg:/m/026kcjj"}, "name": {"first": "William", "last": "Kirkpatrick"}, "bio": {"birthday": "1769-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "K000286", "govtrack": 406443, "icpsr": 5338, "wikipedia": "Nehemiah Knight", "house_history": 16438, "wikidata": "Q1974515", "google_entity_id": "kg:/m/0d2rfm"}, "name": {"first": "Nehemiah", "last": "Knight"}, "bio": {"birthday": "1746-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "RI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "RI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "RI", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000232", "govtrack": 407250, "icpsr": 6069, "wikipedia": "Josiah Masters", "house_history": 17610, "wikidata": "Q1619264", "google_entity_id": "kg:/m/026hqn3"}, "name": {"first": "Josiah", "last": "Masters"}, "bio": {"birthday": "1763-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "M000240", "govtrack": 407258, "icpsr": 6076, "wikipedia": "Elisha Mathewson", "wikidata": "Q446820", "google_entity_id": "kg:/m/0d2r8g"}, "name": {"first": "Elisha", "last": "Mathewson"}, "bio": {"birthday": "1767-04-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1807-10-26", "end": "1811-03-03", "state": "RI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000387", "govtrack": 407388, "icpsr": 6198, "wikipedia": "William McCreery (Maryland)", "house_history": 17807, "wikidata": "Q1674086", "google_entity_id": "kg:/m/02vv98q"}, "name": {"first": "William", "last": "McCreery"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MD", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M000864", "govtrack": 407837, "icpsr": 6601, "wikipedia": "Daniel Montgomery, Jr.", "house_history": 18419, "wikidata": "Q5218178", "google_entity_id": "kg:/m/027lkc9"}, "name": {"first": "Daniel", "last": "Montgomery", "suffix": "Jr."}, "bio": {"birthday": "1765-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M001005", "govtrack": 412080, "icpsr": 6729, "wikipedia": "John Morrow (Virginia)", "house_history": 18585, "wikidata": "Q962532", "google_entity_id": "kg:/m/03c2_zj"}, "name": {"first": "John", "last": "Morrow"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000052", "govtrack": 408462, "wikipedia": "Benjamin Parke", "house_history": 19341, "wikidata": "Q817644", "google_entity_id": "kg:/m/09tr42"}, "name": {"first": "Benjamin", "last": "Parke"}, "bio": {"birthday": "1777-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "IN", "district": -1}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "IN", "district": -1}]}, {"id": {"bioguide": "P000067", "govtrack": 408477, "icpsr": 7200, "wikipedia": "Nahum Parker", "wikidata": "Q1963767", "google_entity_id": "kg:/m/0d74z_"}, "name": {"first": "Nahum", "last": "Parker"}, "bio": {"birthday": "1760-03-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1807-10-26", "end": "1811-03-03", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000562", "govtrack": 408945, "icpsr": 7645, "wikipedia": "John Pugh (Pennsylvania)", "house_history": 19977, "wikidata": "Q6253517", "google_entity_id": "kg:/m/027l3j_"}, "name": {"first": "John", "last": "Pugh"}, "bio": {"birthday": "1761-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000212", "govtrack": 409188, "icpsr": 7867, "wikipedia": "Jacob Richards", "house_history": 20345, "wikidata": "Q6119174", "google_entity_id": "kg:/m/026pymd"}, "name": {"first": "Jacob", "last": "Richards"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000257", "govtrack": 409233, "icpsr": 7907, "wikipedia": "Samuel Riker", "house_history": 20403, "wikidata": "Q1508078", "google_entity_id": "kg:/m/0g6q17"}, "name": {"first": "Samuel", "last": "Riker"}, "bio": {"birthday": "1743-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000529", "govtrack": 409487, "icpsr": 8131, "wikipedia": "John Russell (New York)", "house_history": 20738, "wikidata": "Q2654851", "google_entity_id": "kg:/m/026kc99"}, "name": {"first": "John", "last": "Russell"}, "bio": {"birthday": "1772-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "S000493", "govtrack": 412098, "icpsr": 8581, "wikipedia": "James Sloan (congressman)", "house_history": 21753, "wikidata": "Q1681111", "google_entity_id": "kg:/m/02rhjh1"}, "name": {"first": "James", "last": "Sloan"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000562", "govtrack": 410044, "icpsr": 8643, "wikipedia": "Jedediah K. Smith", "house_history": 21831, "wikidata": "Q1477081", "google_entity_id": "kg:/m/02rhjlh"}, "name": {"first": "Jedediah", "middle": "Kilburn", "last": "Smith"}, "bio": {"birthday": "1770-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000566", "govtrack": 410046, "icpsr": 8647, "house_history": 21836, "wikipedia": "John Smith (New York politician born 1752)", "wikidata": "Q1701775", "google_entity_id": "kg:/m/06799f"}, "name": {"first": "John", "last": "Smith"}, "bio": {"birthday": "1752-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1804-01-01", "end": "1807-03-03", "state": "NY", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1807-10-26", "end": "1813-03-03", "state": "NY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000978", "govtrack": 410437, "icpsr": 8999, "wikipedia": "Joseph Story", "house_history": 22352, "wikidata": "Q1368374", "google_entity_id": "kg:/m/01p25k"}, "name": {"first": "Joseph", "last": "Story"}, "bio": {"birthday": "1779-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S001096", "govtrack": 410549, "icpsr": 9108, "wikipedia": "Peter Swart", "house_history": 22493, "wikidata": "Q1457666", "google_entity_id": "kg:/m/0268jjm"}, "name": {"first": "Peter", "last": "Swart"}, "bio": {"birthday": "1752-07-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "T000163", "govtrack": 410744, "icpsr": 9290, "wikipedia": "David Thomas (New York politician)", "house_history": 22828, "wikidata": "Q1107804", "google_entity_id": "kg:/m/0260xlw"}, "name": {"first": "David", "last": "Thomas"}, "bio": {"birthday": "1762-06-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NY", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "T000268", "govtrack": 410841, "icpsr": 9380, "wikipedia": "Edward Tiffin", "wikidata": "Q884891", "google_entity_id": "kg:/m/034156"}, "name": {"first": "Edward", "last": "Tiffin"}, "bio": {"birthday": "1766-06-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1807-10-26", "end": "1809-12-31", "state": "OH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "T000368", "govtrack": 410937, "icpsr": 9468, "wikipedia": "Abram Trigg", "house_history": 23085, "wikidata": "Q331081", "google_entity_id": "kg:/m/0fpml8"}, "name": {"first": "Abram", "last": "Trigg"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 6, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "V000011", "govtrack": 411069, "icpsr": 9590, "wikipedia": "James I. Van Alen", "house_history": 20892, "wikidata": "Q1282062", "google_entity_id": "kg:/m/0268jf5"}, "name": {"first": "James", "middle": "Isaac", "last": "Van Alen"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "V000022", "govtrack": 411075, "icpsr": 9602, "wikipedia": "Philip Van Cortlandt", "house_history": 20905, "wikidata": "Q2086497", "google_entity_id": "kg:/m/08z897"}, "name": {"first": "Philip", "last": "Van Cortlandt"}, "bio": {"birthday": "1749-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "V000088", "govtrack": 411143, "icpsr": 9662, "wikipedia": "Daniel C. Verplanck", "house_history": 20981, "wikidata": "Q1160247", "google_entity_id": "kg:/m/0268jbf"}, "name": {"first": "Daniel", "middle": "Crommelin", "last": "Verplanck"}, "bio": {"birthday": "1762-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "W000454", "govtrack": 411611, "icpsr": 10099, "house_history": 23757, "wikipedia": "Isaac Wilbour", "wikidata": "Q883292", "google_entity_id": "kg:/m/02q2qp9"}, "name": {"first": "Isaac", "last": "Wilbour"}, "bio": {"birthday": "1763-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "RI", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "W000529", "govtrack": 411686, "icpsr": 10171, "wikipedia": "Marmaduke Williams", "house_history": 23844, "wikidata": "Q1311606", "google_entity_id": "kg:/m/04z0h0"}, "name": {"first": "Marmaduke", "last": "Williams"}, "bio": {"birthday": "1774-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NC", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000568", "govtrack": 412119, "icpsr": 10210, "wikipedia": "Alexander Wilson (American politician)", "house_history": 23888, "wikidata": "Q1535167", "google_entity_id": "kg:/m/03c2_h7"}, "name": {"first": "Alexander", "last": "Wilson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000606", "govtrack": 411761, "icpsr": 10246, "wikipedia": "Nathan Wilson", "house_history": 23935, "wikidata": "Q2183101", "google_entity_id": "kg:/m/026kc4h"}, "name": {"first": "Nathan", "last": "Wilson"}, "bio": {"birthday": "1758-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "W000657", "govtrack": 411810, "icpsr": 10293, "wikipedia": "James Witherell", "house_history": 23999, "wikidata": "Q1681320", "google_entity_id": "kg:/m/026kt04"}, "name": {"first": "James", "last": "Witherell"}, "bio": {"birthday": "1759-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000633", "govtrack": 407620, "icpsr": 6408, "wikipedia": "Return J. Meigs Jr.", "wikidata": "Q744819", "google_entity_id": "kg:/m/0340r0"}, "name": {"first": "Return", "middle": "Jonathan", "last": "Meigs", "suffix": "Jr."}, "bio": {"birthday": "1764-11-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1808-01-01", "end": "1811-03-03", "state": "OH", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000043", "govtrack": 407071, "icpsr": 5903, "house_history": 17381, "wikipedia": "James Madison", "wikidata": "Q11813", "google_entity_id": "kg:/m/0424m"}, "name": {"first": "James", "last": "Madison"}, "bio": {"birthday": "1751-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "VA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "VA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "A000136", "govtrack": 400792, "icpsr": 119, "house_history": 8449, "wikipedia": "Joseph Allen (congressman)", "wikidata": "Q1706438", "google_entity_id": "kg:/m/0cz5x4"}, "name": {"first": "Joseph", "last": "Allen"}, "bio": {"birthday": "1749-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 10, "party": "Federalist"}]}, {"id": {"bioguide": "A000165", "govtrack": 400820, "icpsr": 146, "wikipedia": "Lemuel J. Alston", "house_history": 8485, "wikidata": "Q1817150", "google_entity_id": "kg:/m/02rtqr7"}, "name": {"first": "Lemuel", "middle": "James", "last": "Alston"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "SC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "SC", "district": 8, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "A000197", "govtrack": 400852, "icpsr": 174, "wikipedia": "Joseph Anderson", "wikidata": "Q925017", "google_entity_id": "kg:/m/03b05p"}, "name": {"first": "Joseph", "last": "Anderson"}, "bio": {"birthday": "1757-11-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1797-05-15", "end": "1799-03-03", "state": "TN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1799-12-02", "end": "1803-03-03", "state": "TN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1803-10-17", "end": "1809-03-03", "state": "TN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1809-05-22", "end": "1815-03-03", "state": "TN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000530", "govtrack": 401505, "icpsr": 771, "wikipedia": "Daniel Blaisdell", "house_history": 9458, "wikidata": "Q304950", "google_entity_id": "kg:/m/02pjzt3"}, "name": {"first": "Daniel", "last": "Blaisdell"}, "bio": {"birthday": "1762-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "B000802", "govtrack": 401759, "icpsr": 1007, "wikipedia": "Richard Brent (politician)", "house_history": 9817, "wikidata": "Q1426510", "google_entity_id": "kg:/m/07w78g"}, "name": {"first": "Richard", "last": "Brent"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 17, "party": "Republican"}, {"type": "sen", "start": "1809-05-22", "end": "1815-03-03", "state": "VA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000928", "govtrack": 412020, "icpsr": 1117, "wikipedia": "John Brown (Maryland)", "house_history": 9977, "wikidata": "Q2655573", "google_entity_id": "kg:/m/033zhj"}, "name": {"first": "John", "last": "Brown"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MD", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "C000045", "govtrack": 402206, "icpsr": 1419, "wikipedia": "Joseph Calhoun", "house_history": 10498, "wikidata": "Q1647934", "google_entity_id": "kg:/m/0bbnt8"}, "name": {"first": "Joseph", "last": "Calhoun"}, "bio": {"birthday": "1750-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "SC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "SC", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000076", "govtrack": 402232, "icpsr": 1442, "wikipedia": "Alexander Campbell (American politician)", "wikidata": "Q2621553", "google_entity_id": "kg:/m/0351_d"}, "name": {"first": "Alexander", "last": "Campbell"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1809-05-22", "end": "1813-03-03", "state": "OH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000091", "govtrack": 402246, "icpsr": 1455, "house_history": 10558, "wikipedia": "John Campbell (1765\u20131828)", "wikidata": "Q250337"}, "name": {"first": "John", "last": "Campbell"}, "bio": {"birthday": "1765-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MD", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MD", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MD", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MD", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MD", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "C000279", "govtrack": 402422, "icpsr": 1624, "wikipedia": "John Curtis Chamberlain", "house_history": 10805, "wikidata": "Q1699703", "google_entity_id": "kg:/m/02qplp8"}, "name": {"first": "John", "middle": "Curtis", "last": "Chamberlain"}, "bio": {"birthday": "1772-06-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "C000280", "govtrack": 402423, "icpsr": 1625, "house_history": 10806, "wikipedia": "William Chamberlain (politician)", "wikidata": "Q1804331", "google_entity_id": "kg:/m/02707g0"}, "name": {"first": "William", "last": "Chamberlain"}, "bio": {"birthday": "1755-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VT", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VT", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "C000289", "govtrack": 402431, "icpsr": 1633, "wikipedia": "Christopher G. Champlin", "house_history": 10817, "wikidata": "Q432883", "google_entity_id": "kg:/m/0d1ymd"}, "name": {"first": "Christopher", "middle": "Grant", "last": "Champlin"}, "bio": {"birthday": "1768-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "RI", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "RI", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1809-05-22", "end": "1811-12-31", "state": "RI", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "C000723", "govtrack": 402845, "icpsr": 2021, "wikipedia": "Orchard Cook", "house_history": 11358, "wikidata": "Q2028600", "google_entity_id": "kg:/m/02rjxm_"}, "name": {"first": "Orchard", "last": "Cook"}, "bio": {"birthday": "1763-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "C000834", "govtrack": 402951, "icpsr": 2114, "house_history": 11500, "wikipedia": "James Cox (New Jersey)", "wikidata": "Q1680209", "google_entity_id": "kg:/m/0b33kj"}, "name": {"first": "James", "last": "Cox"}, "bio": {"birthday": "1753-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000910", "govtrack": 403022, "icpsr": 2179, "wikipedia": "Henry Crist", "house_history": 11594, "wikidata": "Q531477", "google_entity_id": "kg:/m/02qwhp0"}, "name": {"first": "Henry", "last": "Crist"}, "bio": {"birthday": "1764-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "KY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000240", "govtrack": 403378, "wikipedia": "William Denning", "house_history": 12128, "wikidata": "Q82219", "google_entity_id": "kg:/m/026nzyl"}, "name": {"first": "William", "last": "Denning"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": -1}]}, {"id": {"bioguide": "G000049", "govtrack": 412042, "icpsr": 3460, "house_history": 13627, "wikipedia": "Barent Gardenier", "wikidata": "Q724758", "google_entity_id": "kg:/m/05f6fc"}, "name": {"first": "Barent", "last": "Gardenier"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 5, "party": "Federalist"}], "bio": {"birthday": "1776-07-28", "gender": "M"}}, {"id": {"bioguide": "G000054", "govtrack": 404428, "icpsr": 3467, "wikipedia": "Gideon Gardner", "house_history": 13632, "wikidata": "Q1316054", "google_entity_id": "kg:/m/02rhg_6"}, "name": {"first": "Gideon", "last": "Gardner"}, "bio": {"birthday": "1759-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "G000066", "govtrack": 404439, "icpsr": 3476, "wikipedia": "David S. Garland", "house_history": 13645, "wikidata": "Q198179", "google_entity_id": "kg:/m/02vrpx5"}, "name": {"first": "David", "middle": "Shepherd", "last": "Garland"}, "bio": {"birthday": "1769-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "G000136", "govtrack": 404505, "icpsr": 3539, "wikipedia": "Obadiah German", "wikidata": "Q2008660", "google_entity_id": "kg:/m/09p5mx"}, "name": {"first": "Obadiah", "last": "German"}, "bio": {"birthday": "1766-04-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1809-05-22", "end": "1815-03-03", "state": "NY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000489", "govtrack": 404834, "icpsr": 3847, "wikipedia": "Stanley Griswold", "wikidata": "Q430588", "google_entity_id": "kg:/m/03520g"}, "name": {"first": "Stanley", "last": "Griswold"}, "bio": {"birthday": "1763-11-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1809-05-22", "end": "1809-12-31", "state": "OH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000354", "govtrack": 405223, "icpsr": 4199, "wikipedia": "Nathaniel Appleton Haven", "house_history": 14718, "wikidata": "Q1966705", "google_entity_id": "kg:/m/02rjxgh"}, "name": {"first": "Nathaniel", "middle": "Appleton", "last": "Haven"}, "bio": {"birthday": "1762-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "H000464", "govtrack": 412051, "icpsr": 4293, "wikipedia": "William Helms", "house_history": 14857, "wikidata": "Q604143", "google_entity_id": "kg:/m/0262rrl"}, "name": {"first": "William", "last": "Helms"}, "bio": {"gender": "M", "birthday": "1783-09-30"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000571", "govtrack": 405433, "icpsr": 4391, "wikipedia": "Daniel Hiester (1774\u20131834)", "house_history": 14992, "wikidata": "Q5217485", "google_entity_id": "kg:/m/0498t5"}, "name": {"first": "Daniel", "last": "Hiester"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000618", "govtrack": 405477, "icpsr": 4433, "house_history": 15049, "wikipedia": "James Hillhouse", "wikidata": "Q373534", "google_entity_id": "kg:/m/01_03n"}, "name": {"first": "James", "last": "Hillhouse"}, "bio": {"birthday": "1754-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "CT", "district": -1}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "CT", "district": -1}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1796-01-01", "end": "1803-03-03", "state": "CT", "class": 1, "party": "Federalist"}, {"type": "sen", "start": "1803-10-17", "end": "1809-03-03", "state": "CT", "class": 1, "party": "Federalist"}, {"type": "sen", "start": "1809-05-22", "end": "1811-03-03", "state": "CT", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "H000718", "govtrack": 405570, "icpsr": 4519, "wikipedia": "James Holland (American politician)", "house_history": 15171, "wikidata": "Q1680566", "google_entity_id": "kg:/m/04fc4m"}, "name": {"first": "James", "last": "Holland"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NC", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NC", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NC", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NC", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "H000834", "govtrack": 405681, "icpsr": 4622, "wikipedia": "Benjamin Howard (Missouri)", "house_history": 15314, "wikidata": "Q817544", "google_entity_id": "kg:/m/02ptm54"}, "name": {"first": "Benjamin", "last": "Howard"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "KY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000886", "govtrack": 405732, "icpsr": 4670, "wikipedia": "Jonathan Hatch Hubbard", "house_history": 15380, "wikidata": "Q1703190", "google_entity_id": "kg:/m/02rjw6z"}, "name": {"first": "Jonathan", "middle": "Hatch", "last": "Hubbard"}, "bio": {"birthday": "1768-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VT", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "J000087", "govtrack": 405989, "icpsr": 4916, "wikipedia": "Robert Jenkins (Pennsylvania)", "house_history": 15804, "wikidata": "Q7346086", "google_entity_id": "kg:/m/027lk53"}, "name": {"first": "Robert", "last": "Jenkins"}, "bio": {"birthday": "1769-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "J000254", "govtrack": 406147, "icpsr": 5064, "wikipedia": "Walter Jones (Virginia politician)", "house_history": 16013, "wikidata": "Q2544969", "google_entity_id": "kg:/m/05516l"}, "name": {"first": "Walter", "last": "Jones"}, "bio": {"birthday": "1745-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "K000089", "govtrack": 406257, "icpsr": 5163, "wikipedia": "Thomas S. Kenan", "house_history": 16190, "wikidata": "Q1769541", "google_entity_id": "kg:/m/04frd7"}, "name": {"first": "Thomas", "last": "Kenan"}, "bio": {"birthday": "1771-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NC", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "K000282", "govtrack": 406439, "icpsr": 5334, "wikipedia": "Herman Knickerbocker", "house_history": 16434, "wikidata": "Q868392", "google_entity_id": "kg:/m/026nzxx"}, "name": {"first": "Herman", "last": "Knickerbocker"}, "bio": {"birthday": "1779-07-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 6, "party": "Federalist"}]}, {"id": {"bioguide": "L000036", "govtrack": 406546, "icpsr": 5421, "house_history": 16623, "wikipedia": "John Lambert (politician)", "wikidata": "Q377562", "google_entity_id": "kg:/m/0b1z0g"}, "name": {"first": "John", "last": "Lambert"}, "bio": {"birthday": "1746-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1809-05-22", "end": "1815-03-03", "state": "NJ", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000229", "govtrack": 406733, "icpsr": 5594, "house_history": 16877, "wikipedia": "Michael Leib", "wikidata": "Q1928420", "google_entity_id": "kg:/m/08nlgl"}, "name": {"first": "Michael", "last": "Leib"}, "bio": {"birthday": "1760-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1809-05-22", "end": "1815-03-03", "state": "PA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000363", "govtrack": 406855, "icpsr": 5712, "wikipedia": "Edward St. Loe Livermore", "house_history": 17045, "wikidata": "Q1293711", "google_entity_id": "kg:/m/0dy19v"}, "name": {"first": "Edward", "middle": "St. Loe", "last": "Livermore"}, "bio": {"birthday": "1762-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "L000456", "govtrack": 412065, "icpsr": 5792, "wikipedia": "John Love (congressman)", "house_history": 17163, "wikidata": "Q1283387", "google_entity_id": "kg:/m/027_62t"}, "name": {"first": "John", "last": "Love"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "L000545", "govtrack": 407029, "icpsr": 5867, "house_history": 17273, "wikipedia": "Matthew Lyon", "wikidata": "Q1909566", "google_entity_id": "kg:/m/02xg03"}, "name": {"first": "Matthew", "last": "Lyon"}, "bio": {"birthday": "1749-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "KY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000076", "govtrack": 407104, "icpsr": 5935, "house_history": 17423, "wikipedia": "Francis Malbone", "wikidata": "Q431869", "google_entity_id": "kg:/m/096r03"}, "name": {"first": "Francis", "last": "Malbone"}, "bio": {"birthday": "1759-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "RI", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "RI", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1809-05-22", "end": "1809-12-31", "state": "RI", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "M000130", "govtrack": 407154, "icpsr": 5981, "wikipedia": "Robert Marion", "house_history": 17489, "wikidata": "Q267717", "google_entity_id": "kg:/m/02vn_xg"}, "name": {"first": "Robert", "last": "Marion"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "SC", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000239", "govtrack": 407257, "icpsr": 6075, "wikipedia": "Vincent Mathews", "house_history": 17618, "wikidata": "Q2655258", "google_entity_id": "kg:/m/026p6bh"}, "name": {"first": "Vincent", "last": "Mathews"}, "bio": {"birthday": "1766-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 14, "party": "Federalist"}]}, {"id": {"bioguide": "M000520", "govtrack": 412075, "icpsr": 6311, "wikipedia": "William McKinley (Virginia)", "house_history": 17976, "wikidata": "Q2579944", "google_entity_id": "kg:/m/03c2_y1"}, "name": {"first": "William", "last": "McKinley"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000750", "govtrack": 412078, "icpsr": 6504, "house_history": 18267, "wikipedia": "Pleasant Moorman Miller", "wikidata": "Q247625", "google_entity_id": "kg:/m/0cgl5y"}, "name": {"first": "Pleasant", "middle": "Moorman", "last": "Miller"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "TN", "district": 2, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "M001076", "govtrack": 408041, "icpsr": 6794, "wikipedia": "Gurdon S. Mumford", "house_history": 18672, "wikidata": "Q277063", "google_entity_id": "kg:/m/0267nf6"}, "name": {"first": "Gurdon", "middle": "Saltonstall", "last": "Mumford"}, "bio": {"birthday": "1764-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "N000041", "govtrack": 408131, "icpsr": 6871, "wikipedia": "Roger Nelson (politician)", "house_history": 18886, "wikidata": "Q1203900", "google_entity_id": "kg:/m/02wvls_"}, "name": {"first": "Roger", "last": "Nelson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MD", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MD", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MD", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MD", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "N000086", "govtrack": 408171, "icpsr": 6913, "house_history": 18940, "wikipedia": "Wilson Cary Nicholas", "wikidata": "Q885553", "google_entity_id": "kg:/m/039gy9"}, "name": {"first": "Wilson", "middle": "Cary", "last": "Nicholas"}, "bio": {"birthday": "1761-01-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1799-12-02", "end": "1805-03-03", "state": "VA", "class": 2, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "N000098", "govtrack": 408183, "icpsr": 6923, "wikipedia": "John Nicholson (New York)", "house_history": 18954, "wikidata": "Q1619224", "google_entity_id": "kg:/m/026p69g"}, "name": {"first": "John", "last": "Nicholson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "P000330", "govtrack": 408727, "icpsr": 7432, "wikipedia": "Benjamin Pickman Jr.", "house_history": 19688, "wikidata": "Q817647", "google_entity_id": "kg:/m/02rhcnn"}, "name": {"first": "Benjamin", "last": "Pickman", "suffix": "Jr."}, "bio": {"birthday": "1763-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "P000443", "govtrack": 412089, "icpsr": 7537, "house_history": 19829, "wikipedia": "John Porter (Pennsylvania politician)", "wikidata": "Q6253201", "google_entity_id": "kg:/m/03vc0w"}, "name": {"first": "John", "last": "Porter"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000493", "govtrack": 408878, "wikipedia": "Julien de Lallande Poydras", "house_history": 19890, "wikidata": "Q1712278", "google_entity_id": "kg:/m/01t00g"}, "name": {"first": "Julien", "middle": "de Lallande", "last": "Poydras"}, "bio": {"birthday": "1740-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "OL", "district": -1}]}, {"id": {"bioguide": "R000218", "govtrack": 409194, "icpsr": 7873, "wikipedia": "Matthias Richards", "house_history": 20352, "wikidata": "Q13219787", "google_entity_id": "kg:/m/027lk7w"}, "name": {"first": "Matthias", "last": "Richards"}, "bio": {"birthday": "1758-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000346", "govtrack": 409317, "icpsr": 7985, "wikipedia": "Jonathan Robinson (American politician)", "wikidata": "Q434708", "google_entity_id": "kg:/m/08l9p3"}, "name": {"first": "Jonathan", "last": "Robinson"}, "bio": {"birthday": "1756-08-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1807-10-26", "end": "1809-03-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1809-05-22", "end": "1815-03-03", "state": "VT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000098", "govtrack": 409608, "icpsr": 8243, "wikipedia": "Benjamin Say", "house_history": 21255, "wikidata": "Q13219804", "google_entity_id": "kg:/m/027l348"}, "name": {"first": "Benjamin", "last": "Say"}, "bio": {"birthday": "1755-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000200", "govtrack": 409705, "icpsr": 8324, "wikipedia": "John A. Scudder", "house_history": 21386, "wikidata": "Q1699078", "google_entity_id": "kg:/m/02rhjq8"}, "name": {"first": "John", "middle": "Anderson", "last": "Scudder"}, "bio": {"birthday": "1759-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000507", "govtrack": 412178, "icpsr": 8595, "wikipedia": "Dennis Smelt", "house_history": 21770, "wikidata": "Q1189525", "google_entity_id": "kg:/m/0g9s9j"}, "name": {"first": "Dennis", "last": "Smelt"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "GA", "district": -1, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "S000610", "govtrack": 412102, "icpsr": 8679, "wikipedia": "Samuel Smith (Pennsylvania)", "house_history": 21889, "wikidata": "Q7412661", "google_entity_id": "kg:/m/027g_y2"}, "name": {"first": "Samuel", "last": "Smith"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "S000800", "govtrack": 410266, "icpsr": 8842, "wikipedia": "John Stanly", "house_history": 22129, "wikidata": "Q1701800", "google_entity_id": "kg:/m/04gmb4"}, "name": {"first": "John", "last": "Stanly"}, "bio": {"birthday": "1774-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NC", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NC", "district": 4, "party": "Federalist"}]}, {"id": {"bioguide": "S000828", "govtrack": 410292, "icpsr": 8865, "wikipedia": "William Stedman", "house_history": 22164, "wikidata": "Q1457403", "google_entity_id": "kg:/m/02rk009"}, "name": {"first": "William", "last": "Stedman"}, "bio": {"birthday": "1765-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 11, "party": "Federalist"}]}, {"id": {"bioguide": "S001125", "govtrack": 412109, "icpsr": 9132, "wikipedia": "Jacob Swoope", "house_history": 22526, "wikidata": "Q174159", "google_entity_id": "kg:/m/02pg_p7"}, "name": {"first": "Jacob", "last": "Swoope"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 4, "party": "Federalist"}]}, {"id": {"bioguide": "T000206", "govtrack": 410785, "icpsr": 9328, "wikipedia": "John Thompson (1749\u20131823)", "house_history": 22884, "wikidata": "Q868823"}, "name": {"first": "John", "last": "Thompson"}, "bio": {"birthday": "1749-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NY", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "U000023", "govtrack": 411046, "icpsr": 9568, "wikipedia": "Jabez Upham", "house_history": 20858, "wikidata": "Q127597", "google_entity_id": "kg:/m/02rhhyw"}, "name": {"first": "Jabez", "last": "Upham"}, "bio": {"birthday": "1764-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 10, "party": "Federalist"}]}, {"id": {"bioguide": "V000043", "govtrack": 412113, "icpsr": 9619, "wikipedia": "Archibald Van Horne", "house_history": 20928, "wikidata": "Q576768", "google_entity_id": "kg:/m/0glxtn"}, "name": {"first": "Archibald", "last": "Van Horne"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MD", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "V000054", "govtrack": 411096, "icpsr": 9630, "wikipedia": "Killian K. Van Rensselaer", "house_history": 20939, "wikidata": "Q1108137", "google_entity_id": "kg:/m/055sm8"}, "name": {"first": "Killian", "middle": "Killian", "last": "Van Rensselaer"}, "bio": {"birthday": "1763-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NY", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 9, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 9, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NY", "district": 9, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 7, "party": "Federalist"}]}, {"id": {"bioguide": "W000220", "govtrack": 411388, "icpsr": 9889, "wikipedia": "Robert Weakley", "house_history": 23481, "wikidata": "Q2159154", "google_entity_id": "kg:/m/0cgl68"}, "name": {"first": "Robert", "last": "Weakley"}, "bio": {"birthday": "1764-07-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "TN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000411", "govtrack": 411571, "icpsr": 10061, "wikipedia": "Jenkin Whiteside", "wikidata": "Q1686878", "google_entity_id": "kg:/m/04bv98"}, "name": {"first": "Jenkin", "last": "Whiteside"}, "terms": [{"type": "sen", "start": "1809-05-22", "end": "1811-03-03", "state": "TN", "class": 2, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "W000592", "govtrack": 411743, "icpsr": 10228, "wikipedia": "James Wilson I (New Hampshire)", "house_history": 23920, "wikidata": "Q1681311", "google_entity_id": "kg:/m/02rr763"}, "name": {"first": "James", "last": "Wilson"}, "bio": {"birthday": "1766-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "W000661", "govtrack": 411814, "icpsr": 10297, "wikipedia": "Robert Witherspoon", "house_history": 24004, "wikidata": "Q2159230", "google_entity_id": "kg:/m/02vn_y4"}, "name": {"first": "Robert", "last": "Witherspoon"}, "bio": {"birthday": "1767-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "SC", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C001031", "govtrack": 403138, "icpsr": 2292, "wikipedia": "Charles Cutts", "wikidata": "Q1064014", "google_entity_id": "kg:/m/0d7jmr"}, "name": {"first": "Charles", "last": "Cutts"}, "bio": {"birthday": "1769-01-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1810-01-01", "end": "1813-03-03", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "T000085", "govtrack": 410669, "icpsr": 9216, "house_history": 22740, "wikipedia": "John Taylor (South Carolina governor)", "wikidata": "Q883164", "google_entity_id": "kg:/m/01fwhh"}, "name": {"first": "John", "last": "Taylor"}, "bio": {"birthday": "1770-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "sen", "start": "1810-01-01", "end": "1817-03-03", "state": "SC", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000750", "govtrack": 411899, "icpsr": 10379, "wikipedia": "Thomas Worthington (governor)", "wikidata": "Q368387", "google_entity_id": "kg:/m/0340l5"}, "name": {"first": "Thomas", "last": "Worthington"}, "bio": {"birthday": "1773-07-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1803-10-17", "end": "1807-03-03", "state": "OH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1810-01-01", "end": "1815-03-03", "state": "OH", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000015", "govtrack": 401020, "icpsr": 323, "wikipedia": "Ezekiel Bacon", "house_history": 8791, "wikidata": "Q1385984", "google_entity_id": "kg:/m/0d7yf_"}, "name": {"first": "Ezekiel", "last": "Bacon"}, "bio": {"birthday": "1776-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "B000067", "govtrack": 412012, "icpsr": 367, "wikipedia": "John Baker (representative)", "house_history": 8858, "wikidata": "Q1699238", "google_entity_id": "kg:/m/03b_gs_"}, "name": {"first": "John", "last": "Baker"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "B000207", "govtrack": 401206, "icpsr": 491, "wikipedia": "Josiah Bartlett Jr.", "house_history": 9040, "wikidata": "Q1708618", "google_entity_id": "kg:/m/0d8v8f"}, "name": {"first": "Josiah", "last": "Bartlett", "suffix": "Jr."}, "bio": {"birthday": "1768-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000249", "govtrack": 401243, "icpsr": 524, "house_history": 9101, "wikipedia": "James A. Bayard (elder)", "wikidata": "Q1679889", "google_entity_id": "kg:/m/030pc5"}, "name": {"first": "James", "middle": "Asheton", "last": "Bayard", "suffix": "Sr."}, "bio": {"birthday": "1767-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "DE", "district": 0, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "DE", "district": 0, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "DE", "district": 0, "party": "Federalist"}, {"type": "sen", "start": "1804-01-01", "end": "1811-03-03", "state": "DE", "class": 2, "party": "Federalist"}, {"type": "sen", "start": "1811-11-04", "end": "1813-12-31", "state": "DE", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "B000511", "govtrack": 412017, "icpsr": 754, "wikipedia": "William Blackledge", "house_history": 9435, "wikidata": "Q1667470", "google_entity_id": "kg:/m/065jq5"}, "name": {"first": "William", "last": "Blackledge"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NC", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "B000555", "govtrack": 401530, "icpsr": 793, "wikipedia": "Harmanus Bleecker", "house_history": 9493, "wikidata": "Q1107791", "google_entity_id": "kg:/m/026psmh"}, "name": {"first": "Harmanus", "last": "Bleecker"}, "bio": {"birthday": "1779-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 7, "party": "Federalist"}]}, {"id": {"bioguide": "B000569", "govtrack": 401542, "icpsr": 805, "house_history": 9510, "wikipedia": "Thomas Blount (statesman)", "wikidata": "Q2422531", "google_entity_id": "kg:/m/02l_09"}, "name": {"first": "Thomas", "last": "Blount"}, "bio": {"birthday": "1759-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NC", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000714", "govtrack": 401675, "icpsr": 927, "wikipedia": "Adam Boyd (politician)", "house_history": 9708, "wikidata": "Q224848", "google_entity_id": "kg:/m/0262rt9"}, "name": {"first": "Adam", "last": "Boyd"}, "bio": {"birthday": "1746-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B001194", "govtrack": 402136, "icpsr": 1354, "wikipedia": "William Butler (1759\u20131821)", "house_history": 10310, "wikidata": "Q1549279"}, "name": {"first": "William", "last": "Butler"}, "bio": {"birthday": "1759-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "SC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "SC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000175", "govtrack": 402322, "icpsr": 1527, "wikipedia": "Francis Carr (District of Maine politician)", "house_history": 10672, "wikidata": "Q1441435", "google_entity_id": "kg:/m/02rhg74"}, "name": {"first": "Francis", "last": "Carr"}, "bio": {"birthday": "1751-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "C000372", "govtrack": 402511, "icpsr": 1708, "house_history": 10919, "wikipedia": "Martin Chittenden", "wikidata": "Q889828", "google_entity_id": "kg:/m/031npy"}, "name": {"first": "Martin", "last": "Chittenden"}, "bio": {"birthday": "1763-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VT", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VT", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VT", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VT", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VT", "district": 4, "party": "Federalist"}]}, {"id": {"bioguide": "C000547", "govtrack": 402680, "icpsr": 1868, "wikipedia": "Howell Cobb (born 1772)", "house_history": 11131, "wikidata": "Q1631977", "google_entity_id": "kg:/m/026phq0"}, "name": {"first": "Howell", "last": "Cobb"}, "bio": {"birthday": "1772-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000564", "govtrack": 412144, "icpsr": 1880, "wikipedia": "James Cochran (North Carolina politician)", "house_history": 11155, "wikidata": "Q1673578", "google_entity_id": "kg:/m/09v_2w"}, "name": {"first": "James", "last": "Cochran"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NC", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "C000734", "govtrack": 402856, "icpsr": 2031, "wikipedia": "Thomas B. Cooke", "house_history": 11371, "wikidata": "Q774563", "google_entity_id": "kg:/m/026pt0k"}, "name": {"first": "Thomas", "middle": "Burrage", "last": "Cooke"}, "bio": {"birthday": "1778-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000895", "govtrack": 403007, "icpsr": 2165, "wikipedia": "William H. Crawford", "wikidata": "Q175877", "google_entity_id": "kg:/m/021k0n"}, "name": {"first": "William", "middle": "Harris", "last": "Crawford"}, "bio": {"birthday": "1772-02-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1807-10-26", "end": "1811-03-03", "state": "GA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1811-11-04", "end": "1813-12-31", "state": "GA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C001033", "govtrack": 403140, "icpsr": 2294, "wikipedia": "Richard Cutts", "house_history": 11739, "wikidata": "Q1798708", "google_entity_id": "kg:/m/0261kpd"}, "name": {"first": "Richard", "last": "Cutts"}, "bio": {"gender": "M", "birthday": "1771-06-28"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "D000357", "govtrack": 403474, "icpsr": 2607, "house_history": 12271, "wikipedia": "Samuel Dinsmoor", "wikidata": "Q2218156", "google_entity_id": "kg:/m/085pm0"}, "name": {"first": "Samuel", "last": "Dinsmoor"}, "bio": {"birthday": "1766-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "E000176", "govtrack": 403866, "icpsr": 2961, "wikipedia": "James Emott", "house_history": 12809, "wikidata": "Q499859", "google_entity_id": "kg:/m/026p6zf"}, "name": {"first": "James", "last": "Emott"}, "bio": {"birthday": "1771-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 4, "party": "Federalist"}]}, {"id": {"bioguide": "F000156", "govtrack": 404111, "icpsr": 3175, "wikipedia": "Asa Fitch (politician)", "house_history": 13165, "wikidata": "Q868276", "google_entity_id": "kg:/m/07p_ty"}, "name": {"first": "Asa", "last": "Fitch"}, "bio": {"birthday": "1765-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 6, "party": "Federalist"}]}, {"id": {"bioguide": "G000039", "govtrack": 404415, "icpsr": 3452, "wikipedia": "Barzillai Gannett", "house_history": 13612, "wikidata": "Q809697", "google_entity_id": "kg:/m/02rgwy8"}, "name": {"first": "Barzillai", "last": "Gannett"}, "bio": {"birthday": "1764-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "G000183", "govtrack": 404548, "icpsr": 3582, "wikipedia": "William Branch Giles", "house_history": 13797, "wikidata": "Q881122", "google_entity_id": "kg:/m/02_s_3"}, "name": {"first": "William", "middle": "Branch", "last": "Giles"}, "bio": {"birthday": "1762-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "sen", "start": "1804-01-01", "end": "1811-03-03", "state": "VA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1811-11-04", "end": "1815-12-31", "state": "VA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000215", "govtrack": 404577, "icpsr": 3610, "wikipedia": "Nicholas Gilman", "house_history": 13838, "wikidata": "Q2048880", "google_entity_id": "kg:/m/02nv17"}, "name": {"first": "Nicholas", "last": "Gilman"}, "bio": {"birthday": "1755-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NH", "district": -1, "party": "Democratic Republican"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NH", "district": -1, "party": "Democratic Republican"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NH", "district": -1, "party": "Democratic Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1805-12-02", "end": "1811-03-03", "state": "NH", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1811-11-04", "end": "1815-03-03", "state": "NH", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000394", "govtrack": 404744, "icpsr": 3763, "wikipedia": "Edwin Gray", "house_history": 14060, "wikidata": "Q1294603", "google_entity_id": "kg:/m/027_r9s"}, "name": {"first": "Edwin", "last": "Gray"}, "bio": {"birthday": "1743-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "G000413", "govtrack": 404761, "icpsr": 3779, "wikipedia": "Isaiah L. Green", "house_history": 14089, "wikidata": "Q1486057", "google_entity_id": "kg:/m/02rhhtr"}, "name": {"first": "Isaiah", "middle": "Lewis", "last": "Green"}, "bio": {"birthday": "1761-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "H000064", "govtrack": 404949, "icpsr": 3950, "wikipedia": "Obed Hall", "house_history": 14366, "wikidata": "Q2008749", "google_entity_id": "kg:/m/027kcn2"}, "name": {"first": "Obed", "last": "Hall"}, "bio": {"birthday": "1757-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000223", "govtrack": 405101, "icpsr": 4088, "wikipedia": "John Adams Harper", "house_history": 14563, "wikidata": "Q684795", "google_entity_id": "kg:/m/02rhjrn"}, "name": {"first": "John", "middle": "Adams", "last": "Harper"}, "bio": {"birthday": "1779-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000865", "govtrack": 405712, "icpsr": 4651, "wikipedia": "Jeremiah B. Howell", "wikidata": "Q454964", "google_entity_id": "kg:/m/0d2rbw"}, "name": {"first": "Jeremiah", "middle": "Brown", "last": "Howell"}, "bio": {"birthday": "1771-08-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1811-11-04", "end": "1817-03-03", "state": "RI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "K000159", "govtrack": 406323, "icpsr": 5225, "wikipedia": "Philip Barton Key", "house_history": 16276, "wikidata": "Q895887", "google_entity_id": "kg:/m/055884"}, "name": {"first": "Philip", "middle": "Barton", "last": "Key"}, "bio": {"birthday": "1757-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MD", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MD", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MD", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "L000212", "govtrack": 406716, "icpsr": 5577, "wikipedia": "Joseph Lefever", "house_history": 16857, "wikidata": "Q6284902", "google_entity_id": "kg:/m/027h05c"}, "name": {"first": "Joseph", "last": "Lefever"}, "bio": {"birthday": "1760-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000370", "govtrack": 406862, "icpsr": 5719, "wikipedia": "Robert Le Roy Livingston", "house_history": 17055, "wikidata": "Q774424", "google_entity_id": "kg:/m/026p6ms"}, "name": {"first": "Robert", "middle": "Le Roy", "last": "Livingston"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 6, "party": "Federalist"}]}, {"id": {"bioguide": "M000267", "govtrack": 407285, "icpsr": 6095, "wikipedia": "George C. Maxwell", "house_history": 17652, "wikidata": "Q1507062", "google_entity_id": "kg:/m/02rtnn4"}, "name": {"first": "George", "middle": "Clifford", "last": "Maxwell"}, "bio": {"birthday": "1771-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000302", "govtrack": 407317, "icpsr": 6128, "house_history": 17694, "wikipedia": "Archibald McBryde", "wikidata": "Q255146", "google_entity_id": "kg:/m/09w22l"}, "name": {"first": "Archibald", "last": "McBryde"}, "bio": {"birthday": "1766-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NC", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NC", "district": 7, "party": "Federalist"}]}, {"id": {"bioguide": "M000668", "govtrack": 407654, "icpsr": 6440, "wikipedia": "Arunah Metcalf", "house_history": 18158, "wikidata": "Q2271277", "google_entity_id": "kg:/m/026pt4b"}, "name": {"first": "Arunah", "last": "Metcalf"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 12, "party": "Republican"}], "bio": {"birthday": "1771-08-15", "gender": "M"}}, {"id": {"bioguide": "M000785", "govtrack": 407763, "icpsr": 6538, "wikipedia": "James Milnor", "house_history": 18312, "wikidata": "Q13219718", "google_entity_id": "kg:/m/0273j87"}, "name": {"first": "James", "last": "Milnor"}, "bio": {"birthday": "1773-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "M000831", "govtrack": 407806, "icpsr": 6577, "wikipedia": "Samuel L. Mitchill", "house_history": 18374, "wikidata": "Q218623", "google_entity_id": "kg:/m/03pjl5"}, "name": {"first": "Samuel", "middle": "Latham", "last": "Mitchill"}, "bio": {"birthday": "1764-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1804-01-01", "end": "1809-03-03", "state": "NY", "class": 1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000867", "govtrack": 407840, "icpsr": 6603, "house_history": 18423, "wikipedia": "John Montgomery (Maryland politician)", "wikidata": "Q2183159", "google_entity_id": "kg:/m/057qbt"}, "name": {"first": "John", "last": "Montgomery"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MD", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000951", "govtrack": 407919, "icpsr": 6679, "wikipedia": "James Morgan (congressman)", "house_history": 18523, "wikidata": "Q1346725", "google_entity_id": "kg:/m/0gmbb1"}, "name": {"first": "James", "last": "Morgan"}, "bio": {"birthday": "1756-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "N000064", "govtrack": 408152, "icpsr": 6892, "house_history": 18915, "wikipedia": "Thomas Newbold", "wikidata": "Q2426299", "google_entity_id": "kg:/m/02pnv4_"}, "name": {"first": "Thomas", "last": "Newbold"}, "bio": {"birthday": "1760-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "P000146", "govtrack": 408551, "icpsr": 7269, "wikipedia": "William Paulding Jr.", "house_history": 19454, "wikidata": "Q82449", "google_entity_id": "kg:/m/026t9n6"}, "name": {"first": "William", "last": "Paulding", "suffix": "Jr."}, "bio": {"birthday": "1770-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000425", "govtrack": 408816, "icpsr": 7520, "wikipedia": "Benjamin Pond", "house_history": 19808, "wikidata": "Q1281914", "google_entity_id": "kg:/m/0394jq"}, "name": {"first": "Benjamin", "last": "Pond"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "Q000015", "govtrack": 408978, "icpsr": 7675, "wikipedia": "Josiah Quincy III", "house_history": 20062, "wikidata": "Q1646391", "google_entity_id": "kg:/m/084t0_"}, "name": {"first": "Josiah", "last": "Quincy"}, "bio": {"birthday": "1772-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "R000375", "govtrack": 409345, "icpsr": 8011, "wikipedia": "William Rodman", "house_history": 20546, "wikidata": "Q8017716", "google_entity_id": "kg:/m/027l3gl"}, "name": {"first": "William", "last": "Rodman"}, "bio": {"birthday": "1757-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000023", "govtrack": 409542, "icpsr": 8187, "wikipedia": "Thomas Sammons", "house_history": 21159, "wikidata": "Q1457942", "google_entity_id": "kg:/m/026j1r0"}, "name": {"first": "Thomas", "last": "Sammons"}, "bio": {"birthday": "1762-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000215", "govtrack": 409720, "icpsr": 8338, "house_history": 21402, "wikipedia": "Ebenezer Seaver", "wikidata": "Q1278673", "google_entity_id": "kg:/m/02rhfgd"}, "name": {"first": "Ebenezer", "last": "Seaver"}, "bio": {"birthday": "1763-07-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "S000310", "govtrack": 409808, "icpsr": 8421, "house_history": 21521, "wikipedia": "Samuel Shaw (politician)", "wikidata": "Q1543942", "google_entity_id": "kg:/m/026pwk0"}, "name": {"first": "Samuel", "last": "Shaw"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000508", "govtrack": 409994, "icpsr": 8596, "house_history": 21771, "wikipedia": "John Smilie", "wikidata": "Q6258236", "google_entity_id": "kg:/m/096qc5"}, "name": {"first": "John", "last": "Smilie"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000537", "govtrack": 412100, "icpsr": 8620, "wikipedia": "George Smith (Pennsylvania)", "house_history": 21802, "wikidata": "Q5544628", "google_entity_id": "kg:/m/027hnts"}, "name": {"first": "George", "last": "Smith"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000984", "govtrack": 410443, "icpsr": 9005, "wikipedia": "Silas Stow", "house_history": 22358, "wikidata": "Q1659551", "google_entity_id": "kg:/m/026psjr"}, "name": {"first": "Silas", "last": "Stow"}, "bio": {"birthday": "1773-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "S001052", "govtrack": 410506, "icpsr": 9067, "wikipedia": "George Sullivan (New Hampshire)", "house_history": 22438, "wikidata": "Q1376054", "google_entity_id": "kg:/m/02rr6k4"}, "name": {"first": "George", "last": "Sullivan"}, "bio": {"birthday": "1771-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "T000033", "govtrack": 410622, "icpsr": 9173, "wikipedia": "Peleg Tallman", "house_history": 22673, "wikidata": "Q2067947", "google_entity_id": "kg:/m/02rjxz_"}, "name": {"first": "Peleg", "last": "Tallman"}, "bio": {"birthday": "1764-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "T000347", "govtrack": 410918, "icpsr": 9451, "house_history": 23060, "wikipedia": "Uri Tracy", "wikidata": "Q2500707", "google_entity_id": "kg:/m/026kcm8"}, "name": {"first": "Uri", "last": "Tracy"}, "bio": {"birthday": "1764-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NY", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "T000416", "govtrack": 410985, "icpsr": 9510, "wikipedia": "Charles Turner, Jr.", "house_history": 23143, "wikidata": "Q1066267", "google_entity_id": "kg:/m/02rhdk5"}, "name": {"first": "Charles", "last": "Turner", "suffix": "Jr."}, "bio": {"birthday": "1760-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "T000423", "govtrack": 410991, "icpsr": 9517, "wikipedia": "James Turner (North Carolina politician)", "wikidata": "Q369751", "google_entity_id": "kg:/m/02j26s"}, "name": {"first": "James", "last": "Turner"}, "bio": {"birthday": "1766-12-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1805-12-02", "end": "1811-03-03", "state": "NC", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1811-11-04", "end": "1817-03-03", "state": "NC", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "V000023", "govtrack": 411076, "icpsr": 9603, "wikipedia": "Pierre Van Cortlandt Jr.", "house_history": 20906, "wikidata": "Q2093953", "google_entity_id": "kg:/m/026psf9"}, "name": {"first": "Pierre", "last": "Van Cortlandt", "suffix": "Jr."}, "bio": {"birthday": "1762-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "V000074", "govtrack": 412131, "icpsr": 9650, "wikipedia": "Joseph Bradley Varnum", "house_history": 20964, "wikidata": "Q1706673", "google_entity_id": "kg:/m/024676"}, "name": {"first": "Joseph", "middle": "Bradley", "last": "Varnum"}, "bio": {"gender": "M", "birthday": "1750-01-29"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": -1, "party": "Democratic Republican"}, {"type": "sen", "start": "1811-11-04", "end": "1817-03-03", "state": "MA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000385", "govtrack": 411545, "icpsr": 10038, "wikipedia": "Leonard White (politician)", "house_history": 23671, "wikidata": "Q742144", "google_entity_id": "kg:/m/0dy19h"}, "name": {"first": "Leonard", "last": "White"}, "bio": {"birthday": "1767-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "W000444", "govtrack": 412184, "icpsr": 10090, "wikipedia": "William Widgery", "house_history": 23742, "wikidata": "Q948337", "google_entity_id": "kg:/m/02rkrst"}, "name": {"first": "William", "last": "Widgery"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "W000495", "govtrack": 411652, "icpsr": 10140, "house_history": 23803, "wikipedia": "David Rogerson Williams", "wikidata": "Q1176375", "google_entity_id": "kg:/m/0264v47"}, "name": {"first": "David", "middle": "Rogerson", "last": "Williams"}, "bio": {"birthday": "1776-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "SC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "SC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "SC", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000615", "govtrack": 411769, "icpsr": 10253, "wikipedia": "Thomas Wilson (Virginia politician)", "house_history": 23945, "wikidata": "Q2428216", "google_entity_id": "kg:/m/03c2_z3"}, "name": {"first": "Thomas", "last": "Wilson"}, "bio": {"birthday": "1765-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "W000637", "govtrack": 411791, "icpsr": 10275, "house_history": 23974, "wikipedia": "Richard Winn", "wikidata": "Q2150938", "google_entity_id": "kg:/m/096sy7"}, "name": {"first": "Richard", "last": "Winn"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "SC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "SC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "SC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "SC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "SC", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "D000273", "govtrack": 403408, "wikipedia": "Jean Noel Destr\u00e9han", "wikidata": "Q435963", "google_entity_id": "kg:/m/0b079s"}, "name": {"first": "Jean", "middle": "Noel", "last": "Destr\u00e9han"}, "terms": [{"type": "sen", "start": "1812-01-01", "end": "1813-03-03", "state": "LA", "class": 2, "party": "Unknown"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "M000056", "govtrack": 407084, "icpsr": 5916, "wikipedia": "Allan B. Magruder", "wikidata": "Q1543671", "google_entity_id": "kg:/m/0d32rg"}, "name": {"first": "Allan", "middle": "Bowie", "last": "Magruder"}, "terms": [{"type": "sen", "start": "1812-01-01", "end": "1813-03-03", "state": "LA", "class": 3, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "P000450", "govtrack": 408838, "icpsr": 7543, "wikipedia": "Thomas Posey", "wikidata": "Q885976", "google_entity_id": "kg:/m/05mmtq"}, "name": {"first": "Thomas", "last": "Posey"}, "bio": {"birthday": "1750-07-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1812-01-01", "end": "1813-12-31", "state": "LA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000161", "govtrack": 401163, "icpsr": 450, "wikipedia": "William Barnett (Georgia politician)", "house_history": 8978, "wikidata": "Q167472", "google_entity_id": "kg:/m/0278yt_"}, "name": {"first": "William", "last": "Barnett"}, "bio": {"birthday": "1761-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000260", "govtrack": 401254, "icpsr": 535, "wikipedia": "Thomas Monteagle Bayly", "house_history": 9112, "wikidata": "Q74337", "google_entity_id": "kg:/m/027wyjt"}, "name": {"first": "Thomas", "middle": "Monteagle", "last": "Bayly"}, "bio": {"birthday": "1775-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 13, "party": "Federalist"}]}, {"id": {"bioguide": "B000273", "govtrack": 401267, "icpsr": 547, "wikipedia": "Reasin Beall", "house_history": 9129, "wikidata": "Q7301472", "google_entity_id": "kg:/m/0by49y"}, "name": {"first": "Reasin", "last": "Beall"}, "bio": {"birthday": "1769-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000388", "govtrack": 401379, "icpsr": 649, "wikipedia": "Egbert Benson", "house_history": 9278, "wikidata": "Q328370", "google_entity_id": "kg:/m/033lf5"}, "name": {"first": "Egbert", "last": "Benson"}, "bio": {"birthday": "1746-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NY", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NY", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "B000434", "govtrack": 401420, "icpsr": 686, "wikipedia": "William Wyatt Bibb", "house_history": 9339, "wikidata": "Q729018", "google_entity_id": "kg:/m/03g3k7"}, "name": {"first": "William", "middle": "Wyatt", "last": "Bibb"}, "bio": {"birthday": "1781-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1813-05-24", "end": "1817-03-03", "state": "GA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000453", "govtrack": 401438, "icpsr": 703, "wikipedia": "Abijah Bigelow", "house_history": 9360, "wikidata": "Q321172", "google_entity_id": "kg:/m/02rgtyn"}, "name": {"first": "Abijah", "last": "Bigelow"}, "bio": {"birthday": "1775-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 11, "party": "Federalist"}]}, {"id": {"bioguide": "B000467", "govtrack": 412015, "icpsr": 714, "wikipedia": "Thomas Bines", "house_history": 9380, "wikidata": "Q1570342", "google_entity_id": "kg:/m/02rtnp5"}, "name": {"first": "Thomas", "last": "Bines"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NJ", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000554", "govtrack": 401529, "icpsr": 792, "wikipedia": "Jesse Bledsoe", "wikidata": "Q1688140", "google_entity_id": "kg:/m/0c0h4_"}, "name": {"first": "Jesse", "last": "Bledsoe"}, "bio": {"birthday": "1776-04-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1813-05-24", "end": "1815-03-03", "state": "KY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000612", "govtrack": 401579, "wikipedia": "Shadrach Bond", "house_history": 9572, "wikidata": "Q734759", "google_entity_id": "kg:/m/0507rx"}, "name": {"first": "Shadrack", "last": "Bond"}, "bio": {"birthday": "1773-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "IL", "district": -1}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "IL", "district": -1}]}, {"id": {"bioguide": "B000684", "govtrack": 401646, "icpsr": 898, "wikipedia": "John Henry Bowen", "house_history": 9668, "wikidata": "Q1656171", "google_entity_id": "kg:/m/0cgl6m"}, "name": {"first": "John", "middle": "Henry", "last": "Bowen"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "TN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "B000691", "govtrack": 401653, "icpsr": 905, "wikipedia": "John M. Bowers", "house_history": 9677, "wikidata": "Q2506426", "google_entity_id": "kg:/m/02rkskx"}, "name": {"first": "John", "middle": "Myer", "last": "Bowers"}, "bio": {"birthday": "1772-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 15, "party": "Federalist"}]}, {"id": {"bioguide": "B000715", "govtrack": 401676, "icpsr": 928, "wikipedia": "Alexander Boyd", "house_history": 9709, "wikidata": "Q2506411", "google_entity_id": "kg:/m/02rl4hh"}, "name": {"first": "Alexander", "last": "Boyd"}, "bio": {"birthday": "1764-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 13, "party": "Federalist"}]}, {"id": {"bioguide": "B000942", "govtrack": 401896, "icpsr": 1132, "wikipedia": "Robert Brown (Pennsylvania politician)", "house_history": 7691, "wikidata": "Q7342402", "google_entity_id": "kg:/m/0266j1w"}, "name": {"first": "Robert", "last": "Brown"}, "bio": {"birthday": "1744-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B001051", "govtrack": 401999, "icpsr": 1230, "wikipedia": "William Bellinger Bulloch", "wikidata": "Q1335026", "google_entity_id": "kg:/m/09zxwr"}, "name": {"first": "William", "middle": "Bellinger", "last": "Bulloch"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1813-05-24", "end": "1813-12-31", "state": "GA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001176", "govtrack": 402118, "icpsr": 1337, "wikipedia": "Ezra Butler", "house_history": 10289, "wikidata": "Q886024", "google_entity_id": "kg:/m/0f40mg"}, "name": {"first": "Ezra", "last": "Butler"}, "bio": {"birthday": "1763-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VT", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "C000131", "govtrack": 402281, "icpsr": 1492, "wikipedia": "Hugh Caperton", "house_history": 10612, "wikidata": "Q1634245", "google_entity_id": "kg:/m/0krr5n"}, "name": {"first": "Hugh", "last": "Caperton"}, "bio": {"birthday": "1781-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 7, "party": "Federalist"}]}, {"id": {"bioguide": "C000350", "govtrack": 402489, "icpsr": 1688, "wikipedia": "Langdon Cheves", "house_history": 10892, "wikidata": "Q1804894", "google_entity_id": "kg:/m/01r1_c"}, "name": {"first": "Langdon", "last": "Cheves"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "SC", "district": 1, "party": "Republican"}], "bio": {"birthday": "1776-09-17", "gender": "M"}}, {"id": {"bioguide": "C000667", "govtrack": 402794, "icpsr": 1971, "wikipedia": "John Conard", "house_history": 11288, "wikidata": "Q6226833", "google_entity_id": "kg:/m/027l38r"}, "name": {"first": "John", "last": "Conard"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000843", "govtrack": 402960, "icpsr": 2122, "wikipedia": "William Coxe Jr.", "house_history": 11511, "wikidata": "Q1570579", "google_entity_id": "kg:/m/02rtnnv"}, "name": {"first": "William", "last": "Coxe", "suffix": "Jr."}, "bio": {"birthday": "1762-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NJ", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "C000934", "govtrack": 403046, "icpsr": 2201, "wikipedia": "Edward Crouch", "house_history": 11622, "wikidata": "Q5342468", "google_entity_id": "kg:/m/027h0mg"}, "name": {"first": "Edward", "last": "Crouch"}, "bio": {"birthday": "1764-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000002", "govtrack": 403146, "icpsr": 2296, "wikipedia": "David Daggett", "wikidata": "Q1659660", "google_entity_id": "kg:/m/01z_zn"}, "name": {"first": "David", "last": "Daggett"}, "bio": {"birthday": "1764-12-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1813-05-24", "end": "1819-03-03", "state": "CT", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "D000023", "govtrack": 403164, "icpsr": 2315, "wikipedia": "Samuel Dana", "house_history": 11859, "wikidata": "Q2218129", "google_entity_id": "kg:/m/0b9ttk"}, "name": {"first": "Samuel", "last": "Dana"}, "bio": {"birthday": "1767-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000133", "govtrack": 403268, "icpsr": 2409, "wikipedia": "Roger Davis (Pennsylvania)", "house_history": 11998, "wikidata": "Q7358077", "google_entity_id": "kg:/m/027bng7"}, "name": {"first": "Roger", "last": "Davis"}, "bio": {"birthday": "1762-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000134", "govtrack": 403269, "icpsr": 2410, "house_history": 11999, "wikipedia": "Samuel Davis (politician)", "wikidata": "Q1147659", "google_entity_id": "kg:/m/02rjz2r"}, "name": {"first": "Samuel", "last": "Davis"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 16, "party": "Federalist"}]}, {"id": {"bioguide": "D000151", "govtrack": 403284, "icpsr": 2426, "wikipedia": "John Dawson (U.S. politician)", "house_history": 12019, "wikidata": "Q392894", "google_entity_id": "kg:/m/03xpf9"}, "name": {"first": "John", "last": "Dawson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "D000252", "govtrack": 403390, "icpsr": 2510, "wikipedia": "Peter Denoyelles", "house_history": 12142, "wikidata": "Q328639", "google_entity_id": "kg:/m/0bv9v7"}, "name": {"first": "Peter", "last": "Denoyelles"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000293", "govtrack": 403418, "icpsr": 2542, "wikipedia": "Daniel Dewey", "house_history": 12189, "wikidata": "Q1160442", "google_entity_id": "kg:/m/02rhdyk"}, "name": {"first": "Daniel", "last": "Dewey"}, "bio": {"birthday": "1766-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 12, "party": "Federalist"}]}, {"id": {"bioguide": "D000577", "govtrack": 403680, "icpsr": 2795, "wikipedia": "William Pope Duval", "house_history": 12543, "wikidata": "Q885839", "google_entity_id": "kg:/m/03t01x"}, "name": {"first": "William", "middle": "Pope", "last": "Duval"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "KY", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "E000168", "govtrack": 403859, "icpsr": 2956, "wikipedia": "William Ely", "house_history": 12798, "wikidata": "Q592834", "google_entity_id": "kg:/m/02rj_db"}, "name": {"first": "William", "last": "Ely"}, "bio": {"birthday": "1765-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 5, "party": "Federalist"}]}, {"id": {"bioguide": "E000238", "govtrack": 403922, "icpsr": 3006, "wikipedia": "David R. Evans (South Carolina politician)", "house_history": 12894, "wikidata": "Q139488", "google_entity_id": "kg:/m/02vrp0p"}, "name": {"first": "David", "middle": "Reid", "last": "Evans"}, "bio": {"birthday": "1769-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "SC", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "F000036", "govtrack": 403997, "icpsr": 3074, "wikipedia": "Samuel Farrow", "house_history": 13008, "wikidata": "Q2218231", "google_entity_id": "kg:/m/02ry1xj"}, "name": {"first": "Samuel", "last": "Farrow"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "SC", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "F000279", "govtrack": 404229, "icpsr": 3282, "wikipedia": "Peter Forney", "house_history": 13325, "wikidata": "Q937708", "google_entity_id": "kg:/m/09ykfq"}, "name": {"first": "Peter", "last": "Forney"}, "bio": {"birthday": "1756-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NC", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "F000346", "govtrack": 404294, "icpsr": 3344, "house_history": 13408, "wikipedia": "Meshack Franklin", "wikidata": "Q1922404", "google_entity_id": "kg:/m/09w1n8"}, "name": {"first": "Meshack", "last": "Franklin"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NC", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NC", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NC", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NC", "district": 13, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "F000389", "govtrack": 412126, "icpsr": 3377, "wikipedia": "Eligius Fromentin", "wikidata": "Q1329343", "google_entity_id": "kg:/m/095vrl"}, "name": {"first": "Eligius", "last": "Fromentin"}, "terms": [{"type": "sen", "start": "1813-05-24", "end": "1819-03-03", "state": "LA", "class": 3, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "G000116", "govtrack": 404488, "icpsr": 3523, "house_history": 13706, "wikipedia": "James Geddes (engineer)", "wikidata": "Q6134548", "google_entity_id": "kg:/m/08cfv4"}, "name": {"first": "James", "last": "Geddes"}, "bio": {"birthday": "1763-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 19, "party": "Federalist"}]}, {"id": {"bioguide": "G000241", "govtrack": 404603, "icpsr": 3632, "wikipedia": "John Gloninger", "house_history": 13868, "wikidata": "Q6235530", "google_entity_id": "kg:/m/027h0bw"}, "name": {"first": "John", "last": "Gloninger"}, "bio": {"birthday": "1758-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "G000345", "govtrack": 404701, "icpsr": 3726, "wikipedia": "Theodore Gourdin", "house_history": 13996, "wikidata": "Q1247862", "google_entity_id": "kg:/m/02ry1w4"}, "name": {"first": "Theodore", "last": "Gourdin"}, "bio": {"birthday": "1764-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "SC", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000254", "govtrack": 412048, "icpsr": 4115, "wikipedia": "Thomas K. Harris", "house_history": 14599, "wikidata": "Q2425253", "google_entity_id": "kg:/m/0cgl6z"}, "name": {"first": "Thomas", "middle": "K.", "last": "Harris"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "TN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000313", "govtrack": 405186, "icpsr": 4168, "wikipedia": "Abraham J. Hasbrouck", "house_history": 14670, "wikidata": "Q1107855", "google_entity_id": "kg:/m/026tb2_"}, "name": {"first": "Abraham", "middle": "Joseph", "last": "Hasbrouck"}, "bio": {"birthday": "1773-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "H000372", "govtrack": 412050, "icpsr": 4216, "house_history": 14739, "wikipedia": "Joseph H. Hawkins", "wikidata": "Q1707157", "google_entity_id": "kg:/m/0dp8y7"}, "name": {"first": "Joseph", "middle": "H.", "last": "Hawkins"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "KY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000472", "govtrack": 405335, "wikipedia": "Edward Hempstead", "house_history": 14867, "wikidata": "Q1292504", "google_entity_id": "kg:/m/04wsn_"}, "name": {"first": "Edward", "last": "Hempstead"}, "bio": {"birthday": "1780-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MO", "district": -1}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MO", "district": -1}]}, {"id": {"bioguide": "H000487", "govtrack": 405350, "icpsr": 4314, "wikipedia": "Samuel Henderson", "house_history": 14884, "wikidata": "Q7411665", "google_entity_id": "kg:/m/027bnbt"}, "name": {"first": "Samuel", "last": "Henderson"}, "bio": {"birthday": "1764-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "H000778", "govtrack": 405628, "icpsr": 4571, "wikipedia": "Samuel Hopkins (congressman)", "house_history": 15247, "wikidata": "Q1648099", "google_entity_id": "kg:/m/02rt389"}, "name": {"first": "Samuel", "last": "Hopkins"}, "bio": {"birthday": "1753-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "KY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000780", "govtrack": 405630, "icpsr": 4573, "wikipedia": "Samuel M. Hopkins", "house_history": 15249, "wikidata": "Q7412070", "google_entity_id": "kg:/m/026_szq"}, "name": {"first": "Samuel", "middle": "Miles", "last": "Hopkins"}, "bio": {"birthday": "1772-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 21, "party": "Federalist"}]}, {"id": {"bioguide": "H000867", "govtrack": 405714, "icpsr": 4653, "wikipedia": "Nathaniel W. Howell", "house_history": 15358, "wikidata": "Q6969903", "google_entity_id": "kg:/m/026tdc5"}, "name": {"first": "Nathaniel", "middle": "Woodhull", "last": "Howell"}, "bio": {"birthday": "1770-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 21, "party": "Federalist"}]}, {"id": {"bioguide": "H000887", "govtrack": 405733, "icpsr": 4671, "wikipedia": "Levi Hubbard", "house_history": 15381, "wikidata": "Q1821853", "google_entity_id": "kg:/m/02rjx01"}, "name": {"first": "Levi", "last": "Hubbard"}, "bio": {"birthday": "1762-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "H000914", "govtrack": 412053, "icpsr": 4693, "wikipedia": "Jacob Hufty", "house_history": 15414, "wikidata": "Q1677523", "google_entity_id": "kg:/m/02rhh_y"}, "name": {"first": "Jacob", "last": "Hufty"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NJ", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "H000962", "govtrack": 405806, "icpsr": 4736, "wikipedia": "Parry Wayne Humphreys", "house_history": 15471, "wikidata": "Q2054117", "google_entity_id": "kg:/m/0cgl79"}, "name": {"first": "Parry", "middle": "Wayne", "last": "Humphreys"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "TN", "district": 6, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "H001026", "govtrack": 412157, "icpsr": 4789, "wikipedia": "John M. Hyneman", "house_history": 15550, "wikidata": "Q6245846", "google_entity_id": "kg:/m/027h017"}, "name": {"first": "John", "middle": "M.", "last": "Hyneman"}, "bio": {"birthday": "1771-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "J000025", "govtrack": 405931, "icpsr": 4862, "wikipedia": "Richard Jackson Jr.", "house_history": 15721, "wikidata": "Q2149883", "google_entity_id": "kg:/m/02rjyc0"}, "name": {"first": "Richard", "last": "Jackson", "suffix": "Jr."}, "bio": {"birthday": "1764-07-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "RI", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "RI", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "RI", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "RI", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "K000116", "govtrack": 406282, "icpsr": 5186, "house_history": 16222, "wikipedia": "William Kennedy (North Carolina)", "wikidata": "Q266861", "google_entity_id": "kg:/m/09v15c"}, "name": {"first": "William", "last": "Kennedy"}, "bio": {"birthday": "1768-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NC", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "K000149", "govtrack": 406313, "icpsr": 5216, "wikipedia": "John Kershaw (American politician)", "house_history": 16264, "wikidata": "Q1494345", "google_entity_id": "kg:/m/02ry1y6"}, "name": {"first": "John", "last": "Kershaw"}, "bio": {"birthday": "1765-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "SC", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "L000011", "govtrack": 406521, "icpsr": 5392, "wikipedia": "Abner Lacock", "house_history": 16588, "wikidata": "Q322539", "google_entity_id": "kg:/m/08pllp"}, "name": {"first": "Abner", "last": "Lacock"}, "bio": {"birthday": "1770-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "sen", "start": "1813-05-24", "end": "1819-03-03", "state": "PA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000213", "govtrack": 406717, "icpsr": 5581, "wikipedia": "John Lefferts", "house_history": 16858, "wikidata": "Q64322", "google_entity_id": "kg:/m/07kx18"}, "name": {"first": "John", "last": "Lefferts"}, "bio": {"birthday": "1785-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000132", "govtrack": 407156, "icpsr": 5983, "wikipedia": "Jacob Markell", "house_history": 17491, "wikidata": "Q2641412", "google_entity_id": "kg:/m/02rkr1x"}, "name": {"first": "Jacob", "last": "Markell"}, "bio": {"birthday": "1770-05-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 14, "party": "Federalist"}]}, {"id": {"bioguide": "M000217", "govtrack": 407235, "icpsr": 6054, "wikipedia": "Jeremiah Mason", "wikidata": "Q918671", "google_entity_id": "kg:/m/0d7jzv"}, "name": {"first": "Jeremiah", "last": "Mason"}, "bio": {"birthday": "1768-04-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1813-05-24", "end": "1817-12-31", "state": "NH", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "M000515", "govtrack": 407509, "icpsr": 6306, "wikipedia": "Alexander McKim", "house_history": 17970, "wikidata": "Q1674106", "google_entity_id": "kg:/m/02rgv2t"}, "name": {"first": "Alexander", "last": "McKim"}, "bio": {"birthday": "1748-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MD", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M000747", "govtrack": 407726, "icpsr": 6501, "wikipedia": "Morris S. Miller", "house_history": 18263, "wikidata": "Q3388789", "google_entity_id": "kg:/m/026_tl9"}, "name": {"first": "Morris", "middle": "Smith", "last": "Miller"}, "bio": {"birthday": "1779-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 16, "party": "Federalist"}]}, {"id": {"bioguide": "P000168", "govtrack": 408573, "icpsr": 7288, "house_history": 19485, "wikipedia": "Joseph Pearson", "wikidata": "Q1707798", "google_entity_id": "kg:/m/09w1lk"}, "name": {"first": "Joseph", "last": "Pearson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NC", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NC", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NC", "district": 10, "party": "Federalist"}]}, {"id": {"bioguide": "P000455", "govtrack": 408842, "icpsr": 7546, "wikipedia": "Jotham Post Jr.", "house_history": 19845, "wikidata": "Q168616", "google_entity_id": "kg:/m/02rktbn"}, "name": {"first": "Jotham", "last": "Post", "suffix": "Jr."}, "bio": {"birthday": "1771-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "P000463", "govtrack": 408849, "icpsr": 7553, "wikipedia": "Elisha Reynolds Potter", "house_history": 19855, "wikidata": "Q1330730", "google_entity_id": "kg:/m/02fc0v"}, "name": {"first": "Elisha", "middle": "Reynolds", "last": "Potter"}, "bio": {"birthday": "1764-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "RI", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "RI", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "RI", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "RI", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "RI", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "R000089", "govtrack": 409069, "icpsr": 7760, "house_history": 20192, "wikipedia": "John Rea (politician)", "wikidata": "Q6254367", "google_entity_id": "kg:/m/038335"}, "name": {"first": "John", "last": "Rea"}, "bio": {"birthday": "1755-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "R000130", "govtrack": 409109, "icpsr": 7797, "wikipedia": "William Reed (politician)", "house_history": 20242, "wikidata": "Q132182", "google_entity_id": "kg:/m/02rl49_"}, "name": {"first": "William", "last": "Reed"}, "bio": {"birthday": "1776-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "R000231", "govtrack": 409207, "icpsr": 7885, "wikipedia": "William M. Richardson", "house_history": 20370, "wikidata": "Q1622009", "google_entity_id": "kg:/m/02pjdwy"}, "name": {"first": "William", "middle": "Merchant", "last": "Richardson"}, "bio": {"birthday": "1774-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000150", "govtrack": 409657, "icpsr": 8278, "wikipedia": "James Schureman", "house_history": 21325, "wikidata": "Q930576", "google_entity_id": "kg:/m/06k93r"}, "name": {"first": "James", "last": "Schureman"}, "bio": {"birthday": "1756-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NJ", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NJ", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1799-12-02", "end": "1801-12-31", "state": "NJ", "class": 1, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NJ", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "S000356", "govtrack": 409852, "icpsr": 8464, "wikipedia": "Samuel Sherwood (New York)", "house_history": 21580, "wikidata": "Q1282080", "google_entity_id": "kg:/m/026tjnc"}, "name": {"first": "Samuel", "last": "Sherwood"}, "bio": {"birthday": "1779-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 8, "party": "Federalist"}]}, {"id": {"bioguide": "S000366", "govtrack": 409860, "icpsr": 8473, "wikipedia": "Zebulon R. Shipherd", "house_history": 21591, "wikidata": "Q2271969", "google_entity_id": "kg:/m/026thdv"}, "name": {"first": "Zebulon", "middle": "Rudd", "last": "Shipherd"}, "bio": {"birthday": "1768-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 12, "party": "Federalist"}]}, {"id": {"bioguide": "S000469", "govtrack": 409959, "icpsr": 8561, "wikipedia": "Richard Skinner (politician)", "house_history": 21724, "wikidata": "Q883144", "google_entity_id": "kg:/m/07jpfn"}, "name": {"first": "Richard", "last": "Skinner"}, "bio": {"birthday": "1778-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VT", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "S000483", "govtrack": 409971, "icpsr": 8571, "wikipedia": "Amos Slaymaker", "house_history": 21742, "wikidata": "Q4747952", "google_entity_id": "kg:/m/027h0r7"}, "name": {"first": "Amos", "last": "Slaymaker"}, "bio": {"birthday": "1755-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "S000556", "govtrack": 410038, "icpsr": 8638, "wikipedia": "Isaac Smith (Pennsylvania)", "house_history": 21823, "wikidata": "Q6077133", "google_entity_id": "kg:/m/027hpy5"}, "name": {"first": "Isaac", "last": "Smith"}, "bio": {"birthday": "1761-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "S000564", "govtrack": 410047, "icpsr": 8646, "wikipedia": "John Smith (Virginia representative)", "house_history": 21833, "wikidata": "Q1701777", "google_entity_id": "kg:/m/02q69v4"}, "name": {"first": "John", "last": "Smith"}, "bio": {"birthday": "1750-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000608", "govtrack": 410086, "icpsr": 8680, "wikipedia": "Samuel Smith (New Hampshire)", "house_history": 21886, "wikidata": "Q2218866", "google_entity_id": "kg:/m/02rqbt3"}, "name": {"first": "Samuel", "last": "Smith"}, "bio": {"birthday": "1765-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "S000941", "govtrack": 410400, "icpsr": 8964, "house_history": 22302, "wikipedia": "Richard Stockton (U.S. Senator)", "wikidata": "Q433833", "google_entity_id": "kg:/m/01htf8"}, "name": {"first": "Richard", "last": "Stockton"}, "bio": {"birthday": "1764-04-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1796-01-01", "end": "1799-03-03", "state": "NJ", "class": 2, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NJ", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "S000955", "govtrack": 410414, "icpsr": 8977, "house_history": 22321, "wikipedia": "David Stone (politician)", "wikidata": "Q889824", "google_entity_id": "kg:/m/02j22x"}, "name": {"first": "David", "last": "Stone"}, "bio": {"birthday": "1770-02-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "sen", "start": "1801-12-07", "end": "1807-03-03", "state": "NC", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1813-05-24", "end": "1815-03-03", "state": "NC", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "T000015", "govtrack": 410605, "icpsr": 9157, "wikipedia": "Charles Tait", "wikidata": "Q1066214", "google_entity_id": "kg:/m/0bkw4y"}, "name": {"first": "Charles", "last": "Tait"}, "bio": {"birthday": "1768-02-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1809-05-22", "end": "1813-03-03", "state": "GA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1813-05-24", "end": "1819-03-03", "state": "GA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "T000036", "govtrack": 410625, "icpsr": 9175, "wikipedia": "Adamson Tannehill", "house_history": 22677, "wikidata": "Q4680505", "google_entity_id": "kg:/m/027gbs7"}, "name": {"first": "Adamson", "last": "Tannehill"}, "bio": {"birthday": "1750-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "T000205", "govtrack": 410784, "icpsr": 9327, "wikipedia": "Joel Thompson (politician)", "house_history": 22883, "wikidata": "Q2947709", "google_entity_id": "kg:/m/026_tpd"}, "name": {"first": "Joel", "last": "Thompson"}, "bio": {"birthday": "1760-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 15, "party": "Federalist"}]}, {"id": {"bioguide": "W000287", "govtrack": 411452, "icpsr": 9947, "wikipedia": "William H. Wells", "wikidata": "Q666838", "google_entity_id": "kg:/m/097jm4"}, "name": {"first": "William", "middle": "Hill", "last": "Wells"}, "bio": {"birthday": "1769-01-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1799-12-02", "end": "1805-03-03", "state": "DE", "class": 2, "party": "Federalist"}, {"type": "sen", "start": "1813-05-24", "end": "1817-03-03", "state": "DE", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "W000367", "govtrack": 412116, "icpsr": 10020, "wikipedia": "Francis White (Virginia)", "house_history": 23650, "wikidata": "Q282480", "google_entity_id": "kg:/m/03c2_zw"}, "name": {"first": "Francis", "last": "White"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 2, "party": "Federalist"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "W000402", "govtrack": 411562, "icpsr": 10053, "wikipedia": "James Whitehill", "house_history": 23692, "wikidata": "Q6145443", "google_entity_id": "kg:/m/026pxv9"}, "name": {"first": "James", "last": "Whitehill"}, "bio": {"birthday": "1762-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000404", "govtrack": 411564, "icpsr": 10055, "wikipedia": "Robert Whitehill (Pennsylvania)", "house_history": 23694, "wikidata": "Q7351019", "google_entity_id": "kg:/m/026pxp4"}, "name": {"first": "Robert", "last": "Whitehill"}, "bio": {"birthday": "1738-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "W000644", "govtrack": 411798, "icpsr": 10282, "wikipedia": "Elisha I. Winter", "house_history": 23981, "wikidata": "Q2271338", "google_entity_id": "kg:/m/02rkp65"}, "name": {"first": "Elisha", "middle": "I.", "last": "Winter"}, "bio": {"birthday": "1781-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 12, "party": "Federalist"}]}, {"id": {"bioguide": "W000687", "govtrack": 411839, "icpsr": 10317, "wikipedia": "Abiel Wood", "house_history": 24035, "wikidata": "Q320912", "google_entity_id": "kg:/m/02rgty9"}, "name": {"first": "Abiel", "last": "Wood"}, "bio": {"birthday": "1772-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "B000192", "govtrack": 401191, "icpsr": 478, "wikipedia": "William T. Barry", "house_history": 9020, "wikidata": "Q1385500", "google_entity_id": "kg:/m/02_gyw"}, "name": {"first": "William", "middle": "Taylor", "last": "Barry"}, "bio": {"birthday": "1784-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1814-01-01", "end": "1817-03-03", "state": "KY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "K000141", "govtrack": 406307, "icpsr": 5210, "wikipedia": "Joseph Kerr", "wikidata": "Q1707394", "google_entity_id": "kg:/m/03561t"}, "name": {"first": "Joseph", "last": "Kerr"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1814-01-01", "end": "1815-03-03", "state": "OH", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000387", "govtrack": 406879, "wikipedia": "Francis Locke Jr.", "wikidata": "Q269495", "google_entity_id": "kg:/m/02kl4c"}, "name": {"first": "Francis", "last": "Locke"}, "bio": {"birthday": "1776-10-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1814-01-01", "end": "1815-12-31", "state": "NC", "class": 3, "party": "Unknown"}]}, {"id": {"bioguide": "R000313", "govtrack": 409284, "icpsr": 7953, "house_history": 20473, "wikipedia": "Jonathan Roberts (politician)", "wikidata": "Q269745", "google_entity_id": "kg:/m/08nlt0"}, "name": {"first": "Jonathan", "last": "Roberts"}, "bio": {"birthday": "1771-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1814-01-01", "end": "1821-03-03", "state": "PA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000220", "govtrack": 410799, "icpsr": 9341, "wikipedia": "Thomas W. Thompson", "house_history": 22903, "wikidata": "Q2427976", "google_entity_id": "kg:/m/0d4g_j"}, "name": {"first": "Thomas", "middle": "Weston", "last": "Thompson"}, "bio": {"birthday": "1766-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1814-01-01", "end": "1817-03-03", "state": "NH", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "W000053", "govtrack": 411232, "icpsr": 9741, "wikipedia": "George Walker (Kentucky)", "wikidata": "Q1508496", "google_entity_id": "kg:/m/0c16f2"}, "name": {"first": "George", "last": "Walker"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1814-01-01", "end": "1815-03-03", "state": "KY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000324", "govtrack": 411486, "icpsr": 9979, "house_history": 23602, "wikipedia": "Jesse Wharton", "wikidata": "Q1688201", "google_entity_id": "kg:/m/04bvfc"}, "name": {"first": "Jesse", "last": "Wharton"}, "bio": {"birthday": "1782-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "TN", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1814-01-01", "end": "1815-12-31", "state": "TN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000056", "govtrack": 400716, "icpsr": 47, "wikipedia": "Asa Adgate", "house_history": 8334, "wikidata": "Q2271981", "google_entity_id": "kg:/m/0h2n0x"}, "name": {"first": "Asa", "last": "Adgate"}, "bio": {"birthday": "1767-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "A000096", "govtrack": 400754, "icpsr": 84, "wikipedia": "John Alexander (Ohio politician)", "house_history": 8391, "wikidata": "Q1288974", "google_entity_id": "kg:/m/02rm4p1"}, "name": {"first": "John", "last": "Alexander"}, "bio": {"birthday": "1777-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "OH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000324", "govtrack": 400972, "icpsr": 279, "wikipedia": "Charles Humphrey Atherton", "house_history": 8707, "wikidata": "Q1064921", "google_entity_id": "kg:/m/09l0f6"}, "name": {"first": "Charles", "middle": "Humphrey", "last": "Atherton"}, "bio": {"birthday": "1773-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "A000345", "govtrack": 400995, "icpsr": 299, "wikipedia": "Daniel Avery", "house_history": 8735, "wikidata": "Q2654862", "google_entity_id": "kg:/m/026psvq"}, "name": {"first": "Daniel", "last": "Avery"}, "bio": {"birthday": "1766-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "B000026", "govtrack": 401031, "icpsr": 332, "wikipedia": "George Baer, Jr.", "house_history": 8807, "wikidata": "Q1203647", "google_entity_id": "kg:/m/09jkw8"}, "name": {"first": "George", "last": "Baer", "suffix": "Jr."}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MD", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MD", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MD", "district": 4, "party": "Federalist"}]}, {"id": {"bioguide": "B000060", "govtrack": 412133, "icpsr": 362, "wikipedia": "Ezra Baker", "house_history": 8849, "wikidata": "Q1386065", "google_entity_id": "kg:/m/02rtnq6"}, "name": {"first": "Ezra", "last": "Baker"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NJ", "district": -1, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "B000137", "govtrack": 401138, "icpsr": 429, "wikipedia": "David Bard", "house_history": 8946, "wikidata": "Q5231118", "google_entity_id": "kg:/m/0ksrks"}, "name": {"first": "David", "last": "Bard"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000427", "govtrack": 401413, "icpsr": 681, "wikipedia": "Samuel Rossiter Betts", "house_history": 9330, "wikidata": "Q1107831", "google_entity_id": "kg:/m/05p9xzy"}, "name": {"first": "Samuel", "middle": "Rossiter", "last": "Betts"}, "bio": {"birthday": "1787-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B000482", "govtrack": 401463, "icpsr": 727, "wikipedia": "James Birdsall", "house_history": 9401, "wikidata": "Q2913182", "google_entity_id": "kg:/m/02rkr49"}, "name": {"first": "James", "last": "Birdsall"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "B000733", "govtrack": 401693, "icpsr": 945, "wikipedia": "George Bradbury", "house_history": 9731, "wikidata": "Q203785", "google_entity_id": "kg:/m/02rhggq"}, "name": {"first": "George", "last": "Bradbury"}, "bio": {"birthday": "1770-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 15, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 15, "party": "Federalist"}]}, {"id": {"bioguide": "B000785", "govtrack": 401743, "icpsr": 992, "wikipedia": "James Breckinridge", "house_history": 9794, "wikidata": "Q126613", "google_entity_id": "kg:/m/0ks2p1"}, "name": {"first": "James", "last": "Breckinridge"}, "bio": {"birthday": "1763-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 5, "party": "Federalist"}]}, {"id": {"bioguide": "B000833", "govtrack": 401790, "icpsr": 1036, "wikipedia": "Elijah Brigham", "house_history": 9855, "wikidata": "Q188398", "google_entity_id": "kg:/m/02rhfxh"}, "name": {"first": "Elijah", "last": "Brigham"}, "bio": {"birthday": "1751-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 11, "party": "Federalist"}]}, {"id": {"bioguide": "B000883", "govtrack": 401840, "icpsr": 1080, "wikipedia": "Micah Brooks", "house_history": 9920, "wikidata": "Q6827861", "google_entity_id": "kg:/m/02rktr7"}, "name": {"first": "Micah", "last": "Brooks"}, "bio": {"birthday": "1775-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "B000904", "govtrack": 401861, "icpsr": 1099, "wikipedia": "Benjamin Brown (politician)", "house_history": 9949, "wikidata": "Q817429", "google_entity_id": "kg:/m/05mdj4"}, "name": {"first": "Benjamin", "last": "Brown"}, "bio": {"birthday": "1756-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 16, "party": "Federalist"}]}, {"id": {"bioguide": "B001132", "govtrack": 402076, "icpsr": 1301, "wikipedia": "Thomas Burnside", "house_history": 10231, "wikidata": "Q7788070", "google_entity_id": "kg:/m/027hp5t"}, "name": {"first": "Thomas", "last": "Burnside"}, "bio": {"birthday": "1782-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "C000014", "govtrack": 402176, "icpsr": 1389, "wikipedia": "Daniel Cady", "house_history": 10459, "wikidata": "Q2655209", "google_entity_id": "kg:/m/08by37"}, "name": {"first": "Daniel", "last": "Cady"}, "bio": {"birthday": "1773-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 14, "party": "Federalist"}]}, {"id": {"bioguide": "C000033", "govtrack": 402194, "icpsr": 1407, "house_history": 10483, "wikipedia": "James Caldwell (Ohio politician)", "wikidata": "Q1283913", "google_entity_id": "kg:/m/02q0y7x"}, "name": {"first": "James", "last": "Caldwell"}, "bio": {"birthday": "1770-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "OH", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "C000083", "govtrack": 402239, "icpsr": 1448, "wikipedia": "George W. Campbell", "house_history": 10550, "wikidata": "Q769752", "google_entity_id": "kg:/m/0380w2"}, "name": {"first": "George", "middle": "Washington", "last": "Campbell"}, "bio": {"birthday": "1769-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "TN", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1811-11-04", "end": "1815-03-03", "state": "TN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1815-12-04", "end": "1819-03-03", "state": "TN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000176", "govtrack": 402323, "icpsr": 1528, "wikipedia": "James Carr (Massachusetts politician)", "house_history": 10673, "wikidata": "Q1680135", "google_entity_id": "kg:/m/02rlhhf"}, "name": {"first": "James", "last": "Carr"}, "bio": {"birthday": "1777-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 17, "party": "Federalist"}]}, {"id": {"bioguide": "C000288", "govtrack": 402430, "icpsr": 1632, "house_history": 10815, "wikipedia": "Epaphroditus Champion", "wikidata": "Q1346403", "google_entity_id": "kg:/m/033fq4"}, "name": {"first": "Epaphroditus", "last": "Champion"}, "bio": {"birthday": "1756-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "C000320", "govtrack": 402462, "icpsr": 1662, "wikipedia": "John J. Chappell", "house_history": 10854, "wikidata": "Q1700566", "google_entity_id": "kg:/m/02vrn__"}, "name": {"first": "John", "middle": "Joel", "last": "Chappell"}, "bio": {"gender": "M", "birthday": "1782-01-19"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "SC", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "C000366", "govtrack": 402505, "icpsr": 1703, "house_history": 10912, "wikipedia": "Daniel Chipman", "wikidata": "Q1160328", "google_entity_id": "kg:/m/026jbzw"}, "name": {"first": "Daniel", "last": "Chipman"}, "bio": {"birthday": "1765-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VT", "district": 0, "party": "Federalist"}]}, {"id": {"bioguide": "C000394", "govtrack": 402533, "icpsr": 1727, "wikipedia": "Bradbury Cilley", "house_history": 10946, "wikidata": "Q212359", "google_entity_id": "kg:/m/027m2m8"}, "name": {"first": "Bradbury", "last": "Cilley"}, "bio": {"birthday": "1760-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "C000438", "govtrack": 402576, "icpsr": 1770, "wikipedia": "James West Clark", "house_history": 11001, "wikidata": "Q1486330", "google_entity_id": "kg:/m/09ykrs"}, "name": {"first": "James", "middle": "West", "last": "Clark"}, "bio": {"birthday": "1779-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000456", "govtrack": 402594, "icpsr": 1787, "wikipedia": "Archibald S. Clarke", "house_history": 11019, "wikidata": "Q4786505", "google_entity_id": "kg:/m/02rkmbc"}, "name": {"first": "Archibald", "middle": "Smith", "last": "Clarke"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "C000487", "govtrack": 402625, "icpsr": 1815, "wikipedia": "Matthew Clay", "house_history": 11056, "wikidata": "Q1489745", "google_entity_id": "kg:/m/0266jqw"}, "name": {"first": "Matthew", "last": "Clay"}, "bio": {"birthday": "1754-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000510", "govtrack": 412142, "icpsr": 1835, "wikipedia": "David Clendenin", "house_history": 11085, "wikidata": "Q5232419", "google_entity_id": "kg:/m/0d896p"}, "name": {"first": "David", "last": "Clendenin"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000531", "govtrack": 402665, "icpsr": 1853, "wikipedia": "John Clopton", "house_history": 11112, "wikidata": "Q64782", "google_entity_id": "kg:/m/02663wm"}, "name": {"first": "John", "last": "Clopton"}, "bio": {"birthday": "1756-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "C000692", "govtrack": 412145, "icpsr": 1994, "wikipedia": "Samuel S. Conner", "house_history": 11321, "wikidata": "Q2218836", "google_entity_id": "kg:/m/02rjz87"}, "name": {"first": "Samuel", "middle": "Shepard", "last": "Conner"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "C000762", "govtrack": 402882, "icpsr": 2056, "house_history": 11410, "wikipedia": "Thomas Cooper (representative)", "wikidata": "Q2423069", "google_entity_id": "kg:/m/09klvf"}, "name": {"first": "Thomas", "last": "Cooper"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "DE", "district": 0, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "DE", "district": 0, "party": "Federalist"}]}, {"id": {"bioguide": "C000894", "govtrack": 403006, "icpsr": 2164, "wikipedia": "William Crawford (Pennsylvania)", "house_history": 11572, "wikidata": "Q8007268", "google_entity_id": "kg:/m/027hnr0"}, "name": {"first": "William", "last": "Crawford"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000914", "govtrack": 403026, "icpsr": 2183, "wikipedia": "Henry Crocheron", "house_history": 11599, "wikidata": "Q64317", "google_entity_id": "kg:/m/02rkqdx"}, "name": {"first": "Henry", "last": "Crocheron"}, "bio": {"gender": "M", "birthday": "1772-12-26"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000024", "govtrack": 403165, "icpsr": 2316, "wikipedia": "Samuel W. Dana", "house_history": 11861, "wikidata": "Q178738", "google_entity_id": "kg:/m/0b2x7w"}, "name": {"first": "Samuel", "middle": "Whittlesey", "last": "Dana"}, "bio": {"birthday": "1760-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1810-01-01", "end": "1815-03-03", "state": "CT", "class": 1, "party": "Federalist"}, {"type": "sen", "start": "1815-12-04", "end": "1821-03-03", "state": "CT", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "D000075", "govtrack": 403213, "icpsr": 2357, "wikipedia": "John Davenport (Connecticut politician)", "house_history": 11924, "wikidata": "Q1312341", "google_entity_id": "kg:/m/0266hn0"}, "name": {"first": "John", "last": "Davenport"}, "bio": {"birthday": "1752-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "D000306", "govtrack": 412033, "icpsr": 2559, "house_history": 12207, "wikipedia": "Samuel Dickens", "wikidata": "Q181763", "google_entity_id": "kg:/m/09ym0k"}, "name": {"first": "Samuel", "last": "Dickens"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "E000022", "govtrack": 403718, "wikipedia": "Rufus Easton", "house_history": 12628, "wikidata": "Q1300347", "google_entity_id": "kg:/m/02rz83p"}, "name": {"first": "Rufus", "last": "Easton"}, "bio": {"birthday": "1774-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MO", "district": -1}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MO", "district": -1}]}, {"id": {"bioguide": "F000124", "govtrack": 412125, "icpsr": 3147, "house_history": 13129, "wikipedia": "William Findley", "wikidata": "Q8009047", "google_entity_id": "kg:/m/094j87"}, "name": {"first": "William", "last": "Findley"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "PA", "district": 8, "party": "Anti-Administration"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "PA", "district": -1, "party": "Anti-Administration"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "F000155", "govtrack": 404110, "icpsr": 3174, "wikipedia": "Jonathan Fisk", "house_history": 13164, "wikidata": "Q912318", "google_entity_id": "kg:/m/026p6x0"}, "name": {"first": "Jonathan", "last": "Fisk"}, "bio": {"birthday": "1778-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "F000204", "govtrack": 404159, "icpsr": 3220, "wikipedia": "Thomas Fletcher (Kentucky)", "house_history": 13227, "wikidata": "Q1748929", "google_entity_id": "kg:/m/02rt38_"}, "name": {"first": "Thomas", "last": "Fletcher"}, "bio": {"birthday": "1779-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "KY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000096", "govtrack": 404468, "icpsr": 3504, "house_history": 13682, "wikipedia": "William Gaston", "wikidata": "Q2579435", "google_entity_id": "kg:/m/09yl0t"}, "name": {"first": "William", "last": "Gaston"}, "bio": {"birthday": "1778-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NC", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 4, "party": "Federalist"}]}, {"id": {"bioguide": "G000150", "govtrack": 412043, "icpsr": 3552, "wikipedia": "Thomas Gholson, Jr.", "house_history": 13750, "wikidata": "Q138190", "google_entity_id": "kg:/m/02vp08h"}, "name": {"first": "Thomas", "last": "Gholson", "suffix": "Jr."}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "G000231", "govtrack": 404593, "icpsr": 3624, "wikipedia": "Hugh Glasgow", "house_history": 13856, "wikidata": "Q5930936", "google_entity_id": "kg:/m/027kzdw"}, "name": {"first": "Hugh", "last": "Glasgow"}, "bio": {"birthday": "1769-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "G000257", "govtrack": 404619, "icpsr": 3648, "wikipedia": "Thomas R. Gold", "house_history": 13887, "wikidata": "Q2039492", "google_entity_id": "kg:/m/026p6rx"}, "name": {"first": "Thomas", "middle": "Ruggles", "last": "Gold"}, "bio": {"birthday": "1764-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 16, "party": "Federalist"}]}, {"id": {"bioguide": "G000261", "govtrack": 404623, "icpsr": 3652, "wikipedia": "Charles Goldsborough", "house_history": 13892, "wikidata": "Q880795", "google_entity_id": "kg:/m/08yff3"}, "name": {"first": "Charles", "last": "Goldsborough"}, "bio": {"birthday": "1765-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MD", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MD", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MD", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MD", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MD", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MD", "district": 8, "party": "Federalist"}]}, {"id": {"bioguide": "G000322", "govtrack": 404680, "icpsr": 3705, "wikipedia": "Christopher Gore", "wikidata": "Q880929", "google_entity_id": "kg:/m/07n732"}, "name": {"first": "Christopher", "last": "Gore"}, "bio": {"birthday": "1758-09-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "class": 1, "party": "Federalist"}, {"type": "sen", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "G000461", "govtrack": 404806, "icpsr": 3820, "wikipedia": "Isaac Griffin", "house_history": 14146, "wikidata": "Q6076398", "google_entity_id": "kg:/m/027g89y"}, "name": {"first": "Isaac", "last": "Griffin"}, "bio": {"birthday": "1756-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "G000498", "govtrack": 404843, "icpsr": 3856, "wikipedia": "Thomas P. Grosvenor", "house_history": 14190, "wikidata": "Q774535", "google_entity_id": "kg:/m/026psr8"}, "name": {"first": "Thomas", "middle": "Peabody", "last": "Grosvenor"}, "bio": {"birthday": "1778-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 5, "party": "Federalist"}]}, {"id": {"bioguide": "H000018", "govtrack": 404903, "icpsr": 3906, "wikipedia": "John Hahn", "house_history": 14311, "wikidata": "Q6237223", "google_entity_id": "kg:/m/027bn70"}, "name": {"first": "John", "last": "Hahn"}, "bio": {"birthday": "1776-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000039", "govtrack": 404924, "icpsr": 3927, "wikipedia": "William Hale (politician)", "house_history": 14336, "wikidata": "Q2579113", "google_entity_id": "kg:/m/02rq9_p"}, "name": {"first": "William", "last": "Hale"}, "bio": {"birthday": "1765-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "H000045", "govtrack": 404930, "icpsr": 3933, "wikipedia": "Bolling Hall", "house_history": 14344, "wikidata": "Q891456", "google_entity_id": "kg:/m/0g9kqr"}, "name": {"first": "Bolling", "last": "Hall"}, "bio": {"birthday": "1767-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000127", "govtrack": 405009, "icpsr": 4006, "wikipedia": "Jabez Delano Hammond", "house_history": 14442, "wikidata": "Q2947113", "google_entity_id": "kg:/m/0cmhqj"}, "name": {"first": "Jabez", "middle": "Delno", "last": "Hammond"}, "bio": {"birthday": "1778-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "H000361", "govtrack": 405230, "icpsr": 4206, "wikipedia": "Aylett Hawes", "house_history": 14725, "wikidata": "Q793062", "google_entity_id": "kg:/m/027_380"}, "name": {"first": "Aylett", "last": "Hawes"}, "bio": {"birthday": "1768-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "H000476", "govtrack": 405339, "icpsr": 4304, "wikipedia": "Bennett H. Henderson", "house_history": 14871, "wikidata": "Q817848", "google_entity_id": "kg:/m/0cgl7n"}, "name": {"first": "Bennett", "middle": "H.", "last": "Henderson"}, "bio": {"birthday": "1784-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "TN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000795", "govtrack": 405644, "icpsr": 4586, "wikipedia": "Outerbridge Horsey (senator)", "wikidata": "Q2041967", "google_entity_id": "kg:/m/064nq7f"}, "name": {"first": "Outerbridge", "last": "Horsey"}, "bio": {"birthday": "1777-03-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1810-01-01", "end": "1815-03-03", "state": "DE", "class": 1, "party": "Federalist"}, {"type": "sen", "start": "1815-12-04", "end": "1821-03-03", "state": "DE", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "H000915", "govtrack": 405760, "icpsr": 4694, "wikipedia": "Benjamin Huger (congressman)", "house_history": 15415, "wikidata": "Q817545", "google_entity_id": "kg:/m/0265q_3"}, "name": {"first": "Benjamin", "last": "Huger"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "SC", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "SC", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "SC", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "SC", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "H000935", "govtrack": 405780, "icpsr": 4712, "wikipedia": "John W. Hulbert", "house_history": 15437, "wikidata": "Q1702059", "google_entity_id": "kg:/m/02rjw3j"}, "name": {"first": "John", "middle": "Whitefield", "last": "Hulbert"}, "bio": {"birthday": "1770-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 12, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 7, "party": "Federalist"}]}, {"id": {"bioguide": "H000967", "govtrack": 405811, "icpsr": 4740, "wikipedia": "John Hungerford (congressman)", "house_history": 15476, "wikidata": "Q1701466", "google_entity_id": "kg:/m/027z_8s"}, "name": {"first": "John", "middle": "Pratt", "last": "Hungerford"}, "bio": {"birthday": "1761-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "H000991", "govtrack": 405831, "icpsr": 4762, "wikipedia": "William Hunter (Senator)", "wikidata": "Q2579380", "google_entity_id": "kg:/m/094dfy"}, "name": {"first": "William", "last": "Hunter"}, "bio": {"birthday": "1774-11-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1811-11-04", "end": "1815-03-03", "state": "RI", "class": 1, "party": "Federalist"}, {"type": "sen", "start": "1815-12-04", "end": "1821-03-03", "state": "RI", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "I000042", "govtrack": 405899, "icpsr": 4827, "wikipedia": "Jared Irwin (Pennsylvania)", "house_history": 15669, "wikidata": "Q6159997", "google_entity_id": "kg:/m/0csd75"}, "name": {"first": "Jared", "last": "Irwin"}, "bio": {"birthday": "1768-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "J000021", "govtrack": 405927, "icpsr": 4858, "wikipedia": "John G. Jackson (politician)", "house_history": 15717, "wikidata": "Q1700194", "google_entity_id": "kg:/m/02vp07g"}, "name": {"first": "John", "middle": "George", "last": "Jackson"}, "bio": {"birthday": "1777-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "J000107", "govtrack": 406009, "icpsr": 4934, "wikipedia": "Luther Jewett", "house_history": 15827, "wikidata": "Q1877833", "google_entity_id": "kg:/m/026fy7z"}, "name": {"first": "Luther", "last": "Jewett"}, "bio": {"birthday": "1772-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VT", "district": 0, "party": "Federalist"}]}, {"id": {"bioguide": "K000126", "govtrack": 406292, "icpsr": 5195, "wikipedia": "Moss Kent", "house_history": 16234, "wikidata": "Q3915874", "google_entity_id": "kg:/m/026tjdt"}, "name": {"first": "Moss", "last": "Kent"}, "bio": {"birthday": "1766-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 18, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 18, "party": "Federalist"}]}, {"id": {"bioguide": "K000136", "govtrack": 406302, "icpsr": 5205, "wikipedia": "John Kerr (Virginia Congressman)", "house_history": 16248, "wikidata": "Q93396", "google_entity_id": "kg:/m/0fk3d2"}, "name": {"first": "John", "last": "Kerr"}, "bio": {"birthday": "1782-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "K000169", "govtrack": 406333, "icpsr": 5234, "wikipedia": "James Kilbourne", "house_history": 16288, "wikidata": "Q6137307", "google_entity_id": "kg:/m/090whh"}, "name": {"first": "James", "last": "Kilbourne"}, "bio": {"birthday": "1770-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "OH", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "K000197", "govtrack": 406358, "icpsr": 5256, "wikipedia": "Cyrus King", "house_history": 16324, "wikidata": "Q1148963", "google_entity_id": "kg:/m/02rhdy6"}, "name": {"first": "Cyrus", "last": "King"}, "bio": {"birthday": "1772-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 14, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 14, "party": "Federalist"}]}, {"id": {"bioguide": "L000066", "govtrack": 406575, "icpsr": 5448, "wikipedia": "Chauncey Langdon", "house_history": 16669, "wikidata": "Q939375", "google_entity_id": "kg:/m/02701st"}, "name": {"first": "Chauncey", "last": "Langdon"}, "bio": {"birthday": "1763-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VT", "district": 0, "party": "Federalist"}]}, {"id": {"bioguide": "L000118", "govtrack": 406624, "house_history": 16744, "wikipedia": "William Lattimore", "wikidata": "Q2579673", "google_entity_id": "kg:/m/02z2l7h"}, "name": {"first": "William", "last": "Lattimore"}, "bio": {"birthday": "1774-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MS", "district": -1}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MS", "district": -1}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MS", "district": -1}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MS", "district": -1}]}, {"id": {"bioguide": "L000126", "govtrack": 406631, "icpsr": 5503, "wikipedia": "Lyman Law", "house_history": 16755, "wikidata": "Q1878723", "google_entity_id": "kg:/m/0fhkbw"}, "name": {"first": "Lyman", "last": "Law"}, "bio": {"birthday": "1770-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "L000290", "govtrack": 406787, "icpsr": 5645, "wikipedia": "Joseph Lewis, Jr.", "house_history": 16952, "wikidata": "Q1297559", "google_entity_id": "kg:/m/0280mxn"}, "name": {"first": "Joseph", "last": "Lewis", "suffix": "Jr."}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 8, "party": "Federalist"}]}, {"id": {"bioguide": "L000460", "govtrack": 406949, "icpsr": 5795, "house_history": 17168, "wikipedia": "William Carter Love", "wikidata": "Q2578243", "google_entity_id": "kg:/m/09yqz0"}, "name": {"first": "William", "middle": "Carter", "last": "Love"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "L000466", "govtrack": 406955, "icpsr": 5801, "wikipedia": "John Lovett (American politician)", "house_history": 17176, "wikidata": "Q1457646", "google_entity_id": "kg:/m/02rksk6"}, "name": {"first": "John", "last": "Lovett"}, "bio": {"birthday": "1761-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 9, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 9, "party": "Federalist"}]}, {"id": {"bioguide": "L000524", "govtrack": 407008, "icpsr": 5846, "wikipedia": "Aaron Lyle", "house_history": 17248, "wikidata": "Q4662225", "google_entity_id": "kg:/m/027gb9y"}, "name": {"first": "Aaron", "last": "Lyle"}, "bio": {"birthday": "1759-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "L000539", "govtrack": 407023, "icpsr": 5861, "house_history": 17266, "wikipedia": "Asa Lyon", "wikidata": "Q720138", "google_entity_id": "kg:/m/026tvdr"}, "name": {"first": "Asa", "last": "Lyon"}, "bio": {"birthday": "1763-12-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VT", "district": 0, "party": "Federalist"}]}, {"id": {"bioguide": "M000146", "govtrack": 407169, "icpsr": 5993, "house_history": 17506, "wikipedia": "Charles Marsh", "wikidata": "Q1065454", "google_entity_id": "kg:/m/047hjh"}, "name": {"first": "Charles", "last": "Marsh"}, "bio": {"birthday": "1765-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VT", "district": 0, "party": "Federalist"}]}, {"id": {"bioguide": "M000288", "govtrack": 412069, "icpsr": 6115, "wikipedia": "William Mayrant", "house_history": 17678, "wikidata": "Q2579902", "google_entity_id": "kg:/m/02vrp43"}, "name": {"first": "William", "last": "Mayrant"}, "bio": {"gender": "M", "birthday": "1816-10-21"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "SC", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "M000496", "govtrack": 407491, "icpsr": 6290, "wikipedia": "Samuel McKee (1774)", "house_history": 17947, "wikidata": "Q1660006", "google_entity_id": "kg:/m/02rl42s"}, "name": {"first": "Samuel", "last": "McKee"}, "bio": {"birthday": "1774-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "KY", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "KY", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000549", "govtrack": 407541, "icpsr": 6337, "wikipedia": "John McLean", "house_history": 18013, "wikidata": "Q1371498", "google_entity_id": "kg:/m/03ldrw"}, "name": {"first": "John", "last": "McLean"}, "bio": {"birthday": "1785-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "OH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000840", "govtrack": 407814, "icpsr": 6582, "wikipedia": "Hosea Moffitt", "house_history": 18385, "wikidata": "Q1630327", "google_entity_id": "kg:/m/02rkqw0"}, "name": {"first": "Hosea", "last": "Moffitt"}, "bio": {"birthday": "1757-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 10, "party": "Federalist"}]}, {"id": {"bioguide": "M000909", "govtrack": 407881, "icpsr": 6643, "wikipedia": "Nicholas Ruxton Moore", "house_history": 18474, "wikidata": "Q1674090", "google_entity_id": "kg:/m/02rjxky"}, "name": {"first": "Nicholas", "middle": "Ruxton", "last": "Moore"}, "bio": {"birthday": "1756-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MD", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000919", "govtrack": 407891, "icpsr": 6653, "wikipedia": "Thomas Moore (South Carolina congressman)", "house_history": 18485, "wikidata": "Q279091", "google_entity_id": "kg:/m/02rldxj"}, "name": {"first": "Thomas", "last": "Moore"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "SC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "SC", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "SC", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "SC", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "SC", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "SC", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "SC", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M001084", "govtrack": 408049, "icpsr": 6802, "house_history": 18683, "wikipedia": "William H. Murfree", "wikidata": "Q2579085", "google_entity_id": "kg:/m/09yk8x"}, "name": {"first": "William", "middle": "Hardy", "last": "Murfree"}, "bio": {"birthday": "1781-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "N000164", "govtrack": 408245, "icpsr": 6981, "wikipedia": "John Noyes", "house_history": 19037, "wikidata": "Q1284012", "google_entity_id": "kg:/m/023k1h"}, "name": {"first": "John", "last": "Noyes"}, "bio": {"birthday": "1764-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VT", "district": 0, "party": "Federalist"}]}, {"id": {"bioguide": "O000100", "govtrack": 408357, "icpsr": 7083, "wikipedia": "Stephen Ormsby", "house_history": 19189, "wikidata": "Q2345017", "google_entity_id": "kg:/m/02rjzht"}, "name": {"first": "Stephen", "last": "Ormsby"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "KY", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "KY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "P000324", "govtrack": 408722, "icpsr": 7428, "wikipedia": "Timothy Pickering", "house_history": 19677, "wikidata": "Q435168", "google_entity_id": "kg:/m/02csxn"}, "name": {"first": "Timothy", "last": "Pickering"}, "bio": {"birthday": "1745-07-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "class": 2, "party": "Federalist"}, {"type": "sen", "start": "1805-12-02", "end": "1811-03-03", "state": "MA", "class": 2, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "P000363", "govtrack": 408759, "icpsr": 7464, "house_history": 19729, "wikipedia": "William Piper", "wikidata": "Q8016923", "google_entity_id": "kg:/m/0904l4"}, "name": {"first": "William", "last": "Piper"}, "bio": {"birthday": "1774-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "P000446", "govtrack": 408835, "icpsr": 7539, "wikipedia": "Peter Buell Porter", "house_history": 19833, "wikidata": "Q708904", "google_entity_id": "kg:/m/039kjz"}, "name": {"first": "Peter", "middle": "Buell", "last": "Porter"}, "bio": {"birthday": "1773-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "P000484", "govtrack": 408869, "icpsr": 7575, "house_history": 19879, "wikipedia": "Samuel Powell", "wikidata": "Q1747881", "google_entity_id": "kg:/m/0cgl7_"}, "name": {"first": "Samuel", "last": "Powell"}, "bio": {"birthday": "1776-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "TN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000115", "govtrack": 409623, "icpsr": 8256, "wikipedia": "Abraham H. Schenck", "house_history": 21278, "wikidata": "Q501769", "google_entity_id": "kg:/m/02rkls4"}, "name": {"first": "Abraham", "middle": "Henry", "last": "Schenck"}, "bio": {"birthday": "1775-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000257", "govtrack": 409758, "icpsr": 8374, "house_history": 21455, "wikipedia": "John Sevier", "wikidata": "Q888391", "google_entity_id": "kg:/m/02mk1d"}, "name": {"first": "John", "last": "Sevier"}, "bio": {"birthday": "1745-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1789-03-04", "end": "1791-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "TN", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000295", "govtrack": 409794, "icpsr": 8407, "wikipedia": "Solomon P. Sharp", "house_history": 21502, "wikidata": "Q126644", "google_entity_id": "kg:/m/04b139"}, "name": {"first": "Solomon", "middle": "P.", "last": "Sharp"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "KY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000317", "govtrack": 409815, "icpsr": 8428, "wikipedia": "Daniel Sheffey", "house_history": 21529, "wikidata": "Q1162695", "google_entity_id": "kg:/m/03c2_j9"}, "name": {"first": "Daniel", "last": "Sheffey"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 6, "party": "Federalist"}]}, {"id": {"bioguide": "S000617", "govtrack": 412103, "icpsr": 8686, "house_history": 21897, "wikipedia": "Thomas Smith (Pennsylvania congressman)", "wikidata": "Q13219819", "google_entity_id": "kg:/m/03ntlt"}, "name": {"first": "Thomas", "last": "Smith"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "S000638", "govtrack": 410112, "icpsr": 8707, "wikipedia": "William Stephens Smith", "house_history": 21923, "wikidata": "Q8018789", "google_entity_id": "kg:/m/026_tbr"}, "name": {"first": "William", "middle": "Stephens", "last": "Smith"}, "bio": {"gender": "M", "birthday": "1755-11-08"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 17, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "S000794", "govtrack": 410260, "icpsr": 8837, "wikipedia": "Richard Stanford (politician)", "house_history": 22120, "wikidata": "Q2150639", "google_entity_id": "kg:/m/04frhs"}, "name": {"first": "Richard", "last": "Stanford"}, "bio": {"birthday": "1767-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "S000821", "govtrack": 410286, "icpsr": 8859, "house_history": 22156, "wikipedia": "Asahel Stearns", "wikidata": "Q720418", "google_entity_id": "kg:/m/02rgwvj"}, "name": {"first": "Asahel", "last": "Stearns"}, "bio": {"birthday": "1774-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 4, "party": "Federalist"}]}, {"id": {"bioguide": "S000862", "govtrack": 412106, "wikipedia": "Benjamin Stephenson", "house_history": 22205, "wikidata": "Q817696", "google_entity_id": "kg:/m/09jn0g"}, "name": {"first": "Benjamin", "last": "Stephenson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "IL", "district": -1}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "IL", "district": -1}]}, {"id": {"bioguide": "S001048", "govtrack": 410502, "icpsr": 9063, "wikipedia": "Lewis B. Sturges", "house_history": 22433, "wikidata": "Q1525603", "google_entity_id": "kg:/m/02pl9vg"}, "name": {"first": "Lewis", "middle": "Burr", "last": "Sturges"}, "bio": {"birthday": "1763-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "T000012", "govtrack": 410602, "icpsr": 9154, "wikipedia": "Samuel Taggart", "house_history": 22646, "wikidata": "Q1745512", "google_entity_id": "kg:/m/0bq24x"}, "name": {"first": "Samuel", "last": "Taggart"}, "bio": {"birthday": "1754-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 6, "party": "Federalist"}]}, {"id": {"bioguide": "T000029", "govtrack": 410618, "icpsr": 9169, "house_history": 22669, "wikipedia": "Benjamin Tallmadge", "wikidata": "Q817708", "google_entity_id": "kg:/m/0844zh"}, "name": {"first": "Benjamin", "last": "Tallmadge"}, "bio": {"birthday": "1754-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "T000047", "govtrack": 410635, "icpsr": 9185, "wikipedia": "Magnus Tate", "house_history": 22691, "wikidata": "Q1884611", "google_entity_id": "kg:/m/02vp073"}, "name": {"first": "Magnus", "last": "Tate"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 2, "party": "Federalist"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "T000054", "govtrack": 410642, "icpsr": 9190, "wikipedia": "Micah Taul", "house_history": 22699, "wikidata": "Q1926677", "google_entity_id": "kg:/m/02rjx8n"}, "name": {"first": "Micah", "last": "Taul"}, "bio": {"birthday": "1785-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "KY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "T000084", "govtrack": 412110, "icpsr": 9217, "wikipedia": "John Taylor (14th Congress)", "house_history": 22738, "wikidata": "Q1701901", "google_entity_id": "kg:/m/02vy6c5"}, "name": {"first": "John", "last": "Taylor"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "SC", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "T000115", "govtrack": 410697, "icpsr": 9245, "wikipedia": "Thomas Telfair", "house_history": 22775, "wikidata": "Q587576", "google_entity_id": "kg:/m/0g6hcr"}, "name": {"first": "Thomas", "last": "Telfair"}, "bio": {"birthday": "1780-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "T000169", "govtrack": 410750, "icpsr": 9295, "wikipedia": "Isaac Thomas", "house_history": 22835, "wikidata": "Q1593249", "google_entity_id": "kg:/m/0cgl8p"}, "name": {"first": "Isaac", "last": "Thomas"}, "bio": {"birthday": "1784-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "TN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "T000247", "govtrack": 410825, "icpsr": 9364, "wikipedia": "Enos T. Throop", "house_history": 22933, "wikidata": "Q881026", "google_entity_id": "kg:/m/02z59_"}, "name": {"first": "Enos", "middle": "Thompson", "last": "Throop"}, "bio": {"birthday": "1784-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "T000264", "govtrack": 410838, "icpsr": 9378, "wikipedia": "Isaac Tichenor", "wikidata": "Q709124", "google_entity_id": "kg:/m/031p2y"}, "name": {"first": "Isaac", "last": "Tichenor"}, "bio": {"birthday": "1754-02-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1796-01-01", "end": "1797-03-03", "state": "VT", "class": 1, "party": "Federalist"}, {"type": "sen", "start": "1815-12-04", "end": "1821-03-03", "state": "VT", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "V000120", "govtrack": 411174, "icpsr": 9689, "wikipedia": "Roger Vose", "house_history": 21020, "wikidata": "Q2161933", "google_entity_id": "kg:/m/027mr00"}, "name": {"first": "Roger", "last": "Vose"}, "bio": {"birthday": "1763-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "W000128", "govtrack": 411303, "icpsr": 9809, "wikipedia": "Artemas Ward Jr.", "house_history": 23365, "wikidata": "Q706555", "google_entity_id": "kg:/m/0cg1m4"}, "name": {"first": "Artemas", "last": "Ward", "suffix": "Jr."}, "bio": {"birthday": "1762-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "W000136", "govtrack": 411311, "icpsr": 9817, "wikipedia": "Jonathan Ward (politician)", "house_history": 23373, "wikidata": "Q328440", "google_entity_id": "kg:/m/03cr187"}, "name": {"first": "Jonathan", "last": "Ward"}, "bio": {"birthday": "1768-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000141", "govtrack": 412183, "icpsr": 9821, "wikipedia": "Thomas Ward (New Jersey)", "house_history": 23379, "wikidata": "Q2428027", "google_entity_id": "kg:/m/02rtr1k"}, "name": {"first": "Thomas", "last": "Ward"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "W000329", "govtrack": 411491, "icpsr": 9983, "wikipedia": "Laban Wheaton", "house_history": 23607, "wikidata": "Q1799370", "google_entity_id": "kg:/m/02rjwq2"}, "name": {"first": "Laban", "last": "Wheaton"}, "bio": {"birthday": "1754-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 9, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MA", "district": 9, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 9, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 10, "party": "Federalist"}]}, {"id": {"bioguide": "W000456", "govtrack": 411613, "icpsr": 10101, "wikipedia": "Jeduthun Wilcox", "house_history": 23760, "wikidata": "Q1686193", "google_entity_id": "kg:/m/0282jtb"}, "name": {"first": "Jeduthun", "last": "Wilcox"}, "bio": {"birthday": "1768-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NH", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "W000523", "govtrack": 411680, "house_history": 23837, "wikipedia": "Jonathan Williams (engineer)", "wikidata": "Q6274789", "google_entity_id": "kg:/m/0631j1"}, "name": {"first": "Jonathan", "last": "Williams"}, "bio": {"birthday": "1750-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": -1}]}, {"id": {"bioguide": "W000565", "govtrack": 411721, "icpsr": 10207, "wikipedia": "Westel Willoughby, Jr.", "house_history": 23884, "wikidata": "Q3661182", "google_entity_id": "kg:/m/02rkxp4"}, "name": {"first": "Westel", "last": "Willoughby", "suffix": "Jr."}, "bio": {"birthday": "1769-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "W000595", "govtrack": 411750, "icpsr": 10235, "wikipedia": "James J. Wilson", "wikidata": "Q1680626", "google_entity_id": "kg:/m/044ffj"}, "name": {"first": "James", "middle": "Jefferson", "last": "Wilson"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1815-12-04", "end": "1821-03-03", "state": "NJ", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000616", "govtrack": 411770, "icpsr": 10254, "wikipedia": "Thomas Wilson (Pennsylvania)", "house_history": 23946, "wikidata": "Q2428214", "google_entity_id": "kg:/m/027d0q2"}, "name": {"first": "Thomas", "last": "Wilson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "W000725", "govtrack": 411876, "icpsr": 10354, "wikipedia": "John Woods (Pennsylvania)", "house_history": 24082, "wikidata": "Q13219864", "google_entity_id": "kg:/m/0266h_g"}, "name": {"first": "John", "last": "Woods"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 14, "party": "Federalist"}]}, {"id": {"bioguide": "W000733", "govtrack": 412121, "icpsr": 10363, "wikipedia": "William Woodward (South Carolina)", "house_history": 24091, "wikidata": "Q2581116", "google_entity_id": "kg:/m/02vn_yv"}, "name": {"first": "William", "last": "Woodward"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "SC", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "Y000001", "govtrack": 411935, "icpsr": 10409, "wikipedia": "Bartlett Yancey", "house_history": 21033, "wikidata": "Q809453", "google_entity_id": "kg:/m/04wsvm"}, "name": {"first": "Bartlett", "last": "Yancey"}, "bio": {"birthday": "1785-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "Y000009", "govtrack": 411943, "icpsr": 10417, "wikipedia": "John B. Yates", "house_history": 21042, "wikidata": "Q2506478", "google_entity_id": "kg:/m/02rks22"}, "name": {"first": "John", "middle": "Barentse", "last": "Yates"}, "bio": {"birthday": "1784-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "A000317", "govtrack": 400963, "icpsr": 271, "wikipedia": "Eli P. Ashmun", "wikidata": "Q1328837", "google_entity_id": "kg:/m/0b4g10"}, "name": {"first": "Eli", "middle": "Porter", "last": "Ashmun"}, "bio": {"birthday": "1770-06-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1816-01-01", "end": "1819-03-03", "state": "MA", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "H000176", "govtrack": 405057, "icpsr": 4044, "wikipedia": "Alexander Contee Hanson", "house_history": 14503, "wikidata": "Q433165", "google_entity_id": "kg:/m/05rg9k"}, "name": {"first": "Alexander", "middle": "Contee", "last": "Hanson"}, "bio": {"birthday": "1786-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MD", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MD", "district": 3, "party": "Federalist"}, {"type": "sen", "start": "1816-01-01", "end": "1819-12-31", "state": "MD", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "H000186", "govtrack": 405067, "icpsr": 4054, "wikipedia": "Martin D. Hardin", "wikidata": "Q1235648", "google_entity_id": "kg:/m/0c16n2"}, "name": {"first": "Martin", "middle": "D.", "last": "Hardin"}, "bio": {"gender": "M", "birthday": "1780-06-21"}, "terms": [{"type": "sen", "start": "1816-01-01", "end": "1817-03-03", "state": "KY", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "H000225", "govtrack": 405103, "icpsr": 4090, "wikipedia": "Robert Goodloe Harper", "house_history": 14566, "wikidata": "Q465273", "google_entity_id": "kg:/m/05rgcp"}, "name": {"first": "Robert", "middle": "Goodloe", "last": "Harper"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "SC", "district": 5}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "SC", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "SC", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "SC", "district": 5, "party": "Federalist"}, {"type": "sen", "start": "1816-01-01", "end": "1817-03-03", "state": "MD", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "M000213", "govtrack": 407231, "icpsr": 6050, "wikipedia": "Armistead Thomson Mason", "wikidata": "Q256631", "google_entity_id": "kg:/m/02j5kg"}, "name": {"first": "Armistead", "middle": "Thomson", "last": "Mason"}, "bio": {"birthday": "1787-08-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1816-01-01", "end": "1817-03-03", "state": "VA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000949", "govtrack": 410408, "icpsr": 8971, "wikipedia": "Montfort Stokes", "wikidata": "Q882982", "google_entity_id": "kg:/m/02j1qp"}, "name": {"first": "Montfort", "last": "Stokes"}, "bio": {"birthday": "1762-03-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1816-01-01", "end": "1823-03-03", "state": "NC", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000858", "govtrack": 407829, "icpsr": 6594, "house_history": 18410, "wikipedia": "James Monroe", "wikidata": "Q11815", "google_entity_id": "kg:/m/042d1"}, "name": {"first": "James", "last": "Monroe"}, "bio": {"birthday": "1758-04-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1790-01-01", "end": "1795-03-03", "state": "VA", "class": 1, "party": "Anti-Administration"}]}, {"id": {"bioguide": "A000122", "govtrack": 400778, "icpsr": 107, "house_history": 8431, "wikipedia": "Heman Allen (of Colchester)", "wikidata": "Q251718", "google_entity_id": "kg:/m/02rldz7"}, "name": {"first": "Heman", "last": "Allen", "nickname": "of Colchester"}, "bio": {"birthday": "1779-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VT", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "A000235", "govtrack": 400863, "icpsr": 184, "wikipedia": "William Anderson (Pennsylvania)", "house_history": 8592, "wikidata": "Q13219554", "google_entity_id": "kg:/m/0276r_2"}, "name": {"first": "William", "last": "Anderson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000340", "govtrack": 400990, "icpsr": 294, "wikipedia": "Archibald Austin", "house_history": 8729, "wikidata": "Q129440", "google_entity_id": "kg:/m/02qnrf2"}, "name": {"first": "Archibald", "last": "Austin"}, "bio": {"birthday": "1772-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "B000350", "govtrack": 401342, "icpsr": 616, "wikipedia": "Joseph Bellinger", "house_history": 9229, "wikidata": "Q1706601", "google_entity_id": "kg:/m/02vrp3f"}, "name": {"first": "Joseph", "last": "Bellinger"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "SC", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "B000368", "govtrack": 401360, "icpsr": 630, "wikipedia": "Benjamin Bennet", "house_history": 9253, "wikidata": "Q817405", "google_entity_id": "kg:/m/02rtnpw"}, "name": {"first": "Benjamin", "last": "Bennet"}, "bio": {"birthday": "1764-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000571", "govtrack": 401544, "icpsr": 807, "house_history": 9513, "wikipedia": "William Grainger Blount", "wikidata": "Q1498483", "google_entity_id": "kg:/m/02lzwm"}, "name": {"first": "William", "middle": "Grainger", "last": "Blount"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "TN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000650", "govtrack": 401614, "icpsr": 870, "wikipedia": "John Linscom Boss Jr.", "house_history": 9626, "wikidata": "Q1533882", "google_entity_id": "kg:/m/02rhkbk"}, "name": {"first": "John", "middle": "Linscom", "last": "Boss", "suffix": "Jr."}, "bio": {"birthday": "1780-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "RI", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "RI", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "B000990", "govtrack": 401942, "icpsr": 1175, "house_history": 10054, "wikipedia": "Joseph Hunter Bryan", "wikidata": "Q1707267", "google_entity_id": "kg:/m/09yr4b"}, "name": {"first": "Joseph", "middle": "Hunter", "last": "Bryan"}, "bio": {"birthday": "1782-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001137", "govtrack": 402080, "icpsr": 1305, "wikipedia": "James Burrill Jr.", "wikidata": "Q382718", "google_entity_id": "kg:/m/04rpwj"}, "name": {"first": "James", "last": "Burrill", "suffix": "Jr."}, "bio": {"birthday": "1772-04-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1817-12-01", "end": "1821-03-03", "state": "RI", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "C000407", "govtrack": 402546, "icpsr": 1740, "wikipedia": "Thomas Claiborne (1780\u20131856)", "house_history": 10961, "wikidata": "Q2423009", "google_entity_id": "kg:/m/054bz_"}, "name": {"first": "Thomas", "last": "Claiborne"}, "bio": {"birthday": "1780-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "TN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000408", "govtrack": 402547, "icpsr": 1741, "house_history": 10963, "wikipedia": "William C. C. Claiborne", "wikidata": "Q878789", "google_entity_id": "kg:/m/02s1w9"}, "name": {"first": "William", "middle": "Charles Cole", "last": "Claiborne"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1817-12-01", "end": "1817-12-31", "state": "LA", "class": 2, "party": "Democratic Republican"}]}, {"id": {"bioguide": "C000650", "govtrack": 402778, "icpsr": 1956, "wikipedia": "Edward Colston (U.S. Representative)", "house_history": 11268, "wikidata": "Q1291929", "google_entity_id": "kg:/m/03c2_cf"}, "name": {"first": "Edward", "last": "Colston"}, "bio": {"birthday": "1786-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "C000664", "govtrack": 402791, "icpsr": 1969, "wikipedia": "Oliver C. Comstock", "house_history": 11285, "wikidata": "Q7087440", "google_entity_id": "kg:/m/026td4n"}, "name": {"first": "Oliver", "middle": "Cromwell", "last": "Comstock"}, "bio": {"birthday": "1780-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "C000728", "govtrack": 402850, "icpsr": 2026, "wikipedia": "Zadock Cook", "house_history": 11364, "wikidata": "Q140079", "google_entity_id": "kg:/m/0gfqt3"}, "name": {"first": "Zadock", "last": "Cook"}, "bio": {"birthday": "1769-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000954", "govtrack": 403066, "icpsr": 2221, "wikipedia": "Daniel Cruger", "house_history": 11644, "wikidata": "Q5216886", "google_entity_id": "kg:/m/02rknhh"}, "name": {"first": "Daniel", "last": "Cruger"}, "bio": {"birthday": "1780-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "C001019", "govtrack": 403126, "icpsr": 2280, "wikipedia": "John P. Cushman", "house_history": 11726, "wikidata": "Q1659375", "google_entity_id": "kg:/m/02rksrr"}, "name": {"first": "John", "middle": "Paine", "last": "Cushman"}, "bio": {"birthday": "1784-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 10, "party": "Federalist"}]}, {"id": {"bioguide": "D000057", "govtrack": 403196, "icpsr": 2341, "wikipedia": "Isaac Darlington", "house_history": 11901, "wikidata": "Q13219595", "google_entity_id": "kg:/m/027bmnf"}, "name": {"first": "Isaac", "last": "Darlington"}, "bio": {"birthday": "1781-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "D000271", "govtrack": 403406, "icpsr": 2527, "house_history": 12164, "wikipedia": "Joseph Desha", "wikidata": "Q359460", "google_entity_id": "kg:/m/0g7r18"}, "name": {"first": "Joseph", "last": "Desha"}, "bio": {"birthday": "1768-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "KY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000485", "govtrack": 403593, "icpsr": 2716, "wikipedia": "John R. Drake", "house_history": 12439, "wikidata": "Q2920798", "google_entity_id": "kg:/m/02rksss"}, "name": {"first": "John", "middle": "Reuben", "last": "Drake"}, "bio": {"birthday": "1782-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "E000118", "govtrack": 403809, "icpsr": 2907, "wikipedia": "Benjamin Ellicott", "house_history": 12740, "wikidata": "Q4888513", "google_entity_id": "kg:/m/02rkmh5"}, "name": {"first": "Benjamin", "last": "Ellicott"}, "bio": {"birthday": "1765-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "E000197", "govtrack": 403884, "icpsr": 2977, "house_history": 12844, "wikipedia": "John Wayles Eppes", "wikidata": "Q1702116", "google_entity_id": "kg:/m/054pdd"}, "name": {"first": "John", "middle": "Wayles", "last": "Eppes"}, "bio": {"birthday": "1773-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 16, "party": "Republican"}, {"type": "sen", "start": "1817-12-01", "end": "1819-12-31", "state": "VA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000154", "govtrack": 404109, "icpsr": 3173, "house_history": 13163, "wikipedia": "James Fisk (politician)", "wikidata": "Q1336285", "google_entity_id": "kg:/m/0cvw_t"}, "name": {"first": "James", "last": "Fisk"}, "bio": {"birthday": "1763-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "sen", "start": "1817-12-01", "end": "1819-03-03", "state": "VT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000278", "govtrack": 404228, "icpsr": 3281, "house_history": 13324, "wikipedia": "Daniel Munroe Forney", "wikidata": "Q1161838", "google_entity_id": "kg:/m/09ym5_"}, "name": {"first": "Daniel", "middle": "Munroe", "last": "Forney"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "G000003", "govtrack": 404380, "icpsr": 3421, "wikipedia": "Joshua Gage", "house_history": 13569, "wikidata": "Q1708565", "google_entity_id": "kg:/m/02rjwmb"}, "name": {"first": "Joshua", "last": "Gage"}, "bio": {"birthday": "1763-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "G000178", "govtrack": 404544, "icpsr": 3578, "wikipedia": "Sylvester Gilbert", "house_history": 13790, "wikidata": "Q2374087", "google_entity_id": "kg:/m/02pv63h"}, "name": {"first": "Sylvester", "last": "Gilbert"}, "bio": {"birthday": "1755-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "CT", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "G000306", "govtrack": 404665, "icpsr": 3691, "wikipedia": "Peterson Goodwyn", "house_history": 13950, "wikidata": "Q168038", "google_entity_id": "kg:/m/028184m"}, "name": {"first": "Peterson", "last": "Goodwyn"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 19, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "H000038", "govtrack": 404923, "icpsr": 3926, "wikipedia": "Salma Hale", "house_history": 14335, "wikidata": "Q2214730", "google_entity_id": "kg:/m/027_s8s"}, "name": {"first": "Salma", "last": "Hale"}, "bio": {"birthday": "1787-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000314", "govtrack": 405187, "icpsr": 4169, "wikipedia": "Josiah Hasbrouck", "house_history": 14671, "wikidata": "Q1107868", "google_entity_id": "kg:/m/0268919"}, "name": {"first": "Josiah", "last": "Hasbrouck"}, "bio": {"birthday": "1755-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "H000525", "govtrack": 405388, "icpsr": 4350, "wikipedia": "John Carlyle Herbert", "house_history": 14934, "wikidata": "Q577193", "google_entity_id": "kg:/m/0glx_x"}, "name": {"first": "John", "middle": "Carlyle", "last": "Herbert"}, "bio": {"birthday": "1775-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MD", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MD", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "H000647", "govtrack": 405502, "icpsr": 4456, "wikipedia": "Peter Hitchcock", "house_history": 15084, "wikidata": "Q7174682", "google_entity_id": "kg:/m/0d8xx2"}, "name": {"first": "Peter", "last": "Hitchcock"}, "bio": {"birthday": "1781-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000705", "govtrack": 405558, "icpsr": 4508, "house_history": 15154, "wikipedia": "Samuel E. Hogg", "wikidata": "Q2218172", "google_entity_id": "kg:/m/0cgl90"}, "name": {"first": "Samuel", "last": "Hogg"}, "bio": {"birthday": "1783-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "TN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000743", "govtrack": 405594, "icpsr": 4540, "wikipedia": "Uriel Holmes", "house_history": 15202, "wikidata": "Q2500747", "google_entity_id": "kg:/m/02pv5nc"}, "name": {"first": "Uriel", "last": "Holmes"}, "bio": {"birthday": "1764-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "H000784", "govtrack": 405634, "icpsr": 4577, "wikipedia": "Joseph Hopkinson", "house_history": 15253, "wikidata": "Q6284064", "google_entity_id": "kg:/m/0273hg2"}, "name": {"first": "Joseph", "last": "Hopkinson"}, "bio": {"birthday": "1770-11-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "H000990", "govtrack": 405832, "icpsr": 4761, "house_history": 15502, "wikipedia": "William Hunter (Vermont politician)", "wikidata": "Q265051", "google_entity_id": "kg:/m/02rld_8"}, "name": {"first": "William", "last": "Hunter"}, "bio": {"birthday": "1754-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VT", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "H000996", "govtrack": 405836, "icpsr": 4767, "wikipedia": "Ebenezer Huntington", "house_history": 15508, "wikidata": "Q1278650", "google_entity_id": "kg:/m/0flmbr"}, "name": {"first": "Ebenezer", "last": "Huntington"}, "bio": {"birthday": "1754-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "I000038", "govtrack": 405895, "icpsr": 4823, "house_history": 15664, "wikipedia": "William Irving (New York)", "wikidata": "Q2579408", "google_entity_id": "kg:/m/026tjgw"}, "name": {"first": "William", "last": "Irving"}, "bio": {"birthday": "1766-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "K000243", "govtrack": 406402, "icpsr": 5300, "wikipedia": "Dorrance Kirtland", "house_history": 16381, "wikidata": "Q1250396", "google_entity_id": "kg:/m/02rkntg"}, "name": {"first": "Dorrance", "last": "Kirtland"}, "bio": {"birthday": "1770-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "L000147", "govtrack": 406652, "icpsr": 5524, "wikipedia": "Thomas Lawyer", "house_history": 16780, "wikidata": "Q2506689", "google_entity_id": "kg:/m/02rkx82"}, "name": {"first": "Thomas", "last": "Lawyer"}, "bio": {"birthday": "1785-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "L000177", "govtrack": 406679, "icpsr": 5542, "wikipedia": "Walter Leake", "wikidata": "Q359450", "google_entity_id": "kg:/m/021k3n"}, "name": {"first": "Walter", "last": "Leake"}, "bio": {"birthday": "1762-05-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1817-12-01", "end": "1821-03-03", "state": "MS", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000297", "govtrack": 406792, "icpsr": 5651, "wikipedia": "William J. Lewis", "house_history": 16962, "wikidata": "Q93811", "google_entity_id": "kg:/m/02vrpl6"}, "name": {"first": "William", "middle": "J.", "last": "Lewis"}, "bio": {"birthday": "1766-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "M000030", "govtrack": 407059, "icpsr": 5892, "wikipedia": "William Maclay (Pennsylvania representative)", "house_history": 17364, "wikidata": "Q8015006", "google_entity_id": "kg:/m/0273csv"}, "name": {"first": "William", "last": "Maclay"}, "bio": {"birthday": "1765-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M000142", "govtrack": 407165, "icpsr": 5990, "wikipedia": "George Washington Lent Marr", "house_history": 17502, "wikidata": "Q1508546", "google_entity_id": "kg:/m/0cgl9q"}, "name": {"first": "George", "middle": "Washington Lent", "last": "Marr"}, "bio": {"birthday": "1779-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "TN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000215", "govtrack": 407233, "icpsr": 6052, "wikipedia": "James Brown Mason", "house_history": 17588, "wikidata": "Q1680072", "google_entity_id": "kg:/m/02rhj4d"}, "name": {"first": "James", "middle": "Brown", "last": "Mason"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "RI", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "RI", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "M000564", "govtrack": 412076, "house_history": 18030, "wikipedia": "Alexander McMillan", "wikidata": "Q4719624", "google_entity_id": "kg:/m/0b4966"}, "name": {"first": "Alexander", "last": "McMillan"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": -1}]}, {"id": {"bioguide": "M000699", "govtrack": 407683, "icpsr": 6462, "house_history": 18202, "wikipedia": "Henry Middleton (governor)", "wikidata": "Q889377", "google_entity_id": "kg:/m/054lc8"}, "name": {"first": "Henry", "last": "Middleton"}, "bio": {"birthday": "1770-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "SC", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000966", "govtrack": 407934, "icpsr": 6693, "wikipedia": "David L. Morril", "wikidata": "Q773273", "google_entity_id": "kg:/m/08570g"}, "name": {"first": "David", "middle": "Lawrence", "last": "Morril"}, "bio": {"birthday": "1772-06-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1817-12-01", "end": "1823-03-03", "state": "NH", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M001075", "govtrack": 412081, "icpsr": 6793, "house_history": 18671, "wikipedia": "George Mumford", "wikidata": "Q265085", "google_entity_id": "kg:/m/09z396"}, "name": {"first": "George", "last": "Mumford"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "N000043", "govtrack": 408133, "icpsr": 6874, "wikipedia": "Thomas M. Nelson", "house_history": 18888, "wikidata": "Q168608", "google_entity_id": "kg:/m/02phrjt"}, "name": {"first": "Thomas", "middle": "Maduit", "last": "Nelson"}, "bio": {"birthday": "1782-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "N000049", "govtrack": 412083, "icpsr": 6879, "wikipedia": "Wilson Nesbitt", "house_history": 18894, "wikidata": "Q2582604", "google_entity_id": "kg:/m/02vxh2v"}, "name": {"first": "Wilson", "last": "Nesbitt"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "SC", "district": 8, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "O000043", "govtrack": 408326, "icpsr": 7031, "wikipedia": "David A. Ogden", "house_history": 19122, "wikidata": "Q3915734", "google_entity_id": "kg:/m/02rknn9"}, "name": {"first": "David", "middle": "A.", "last": "Ogden"}, "bio": {"birthday": "1770-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 18, "party": "Federalist"}]}, {"id": {"bioguide": "O000045", "govtrack": 408328, "icpsr": 7033, "wikipedia": "Alexander Ogle", "house_history": 19125, "wikidata": "Q4719777", "google_entity_id": "kg:/m/026tfl0"}, "name": {"first": "Alexander", "last": "Ogle"}, "bio": {"birthday": "1766-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "O000102", "govtrack": 408359, "icpsr": 7085, "house_history": 19191, "wikipedia": "Benjamin Orr (Massachusetts politician)", "wikidata": "Q817638", "google_entity_id": "kg:/m/0cnztj"}, "name": {"first": "Benjamin", "last": "Orr"}, "bio": {"birthday": "1772-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 16, "party": "Federalist"}]}, {"id": {"bioguide": "O000127", "govtrack": 408380, "icpsr": 7108, "wikipedia": "Harrison Gray Otis (politician)", "house_history": 19222, "wikidata": "Q1586268", "google_entity_id": "kg:/m/06_1dp"}, "name": {"first": "Harrison", "middle": "Gray", "last": "Otis"}, "bio": {"birthday": "1765-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MA", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MA", "district": 8, "party": "Federalist"}, {"type": "sen", "start": "1817-12-01", "end": "1823-03-03", "state": "MA", "class": 2, "party": "Federalist"}]}, {"id": {"bioguide": "O000151", "govtrack": 408402, "icpsr": 7131, "house_history": 19252, "wikipedia": "James Owen (American statesman)", "wikidata": "Q1680925", "google_entity_id": "kg:/m/0bqpgd"}, "name": {"first": "James", "last": "Owen"}, "bio": {"birthday": "1784-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "P000147", "govtrack": 408552, "icpsr": 7270, "wikipedia": "Levi Pawling", "house_history": 19455, "wikidata": "Q13219753", "google_entity_id": "kg:/m/027bnns"}, "name": {"first": "Levi", "last": "Pawling"}, "bio": {"birthday": "1773-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "P000189", "govtrack": 408593, "icpsr": 7307, "wikipedia": "John Pegram", "house_history": 19510, "wikidata": "Q194735", "google_entity_id": "kg:/m/02rtnw0"}, "name": {"first": "John", "last": "Pegram"}, "bio": {"birthday": "1773-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "P000368", "govtrack": 408764, "icpsr": 7469, "house_history": 19734, "wikipedia": "Timothy Pitkin", "wikidata": "Q2435293", "google_entity_id": "kg:/m/0b9kv4"}, "name": {"first": "Timothy", "last": "Pitkin"}, "bio": {"birthday": "1766-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "P000432", "govtrack": 408823, "wikipedia": "Nathaniel Pope", "house_history": 19818, "wikidata": "Q4098442", "google_entity_id": "kg:/m/04xhcd"}, "name": {"first": "Nathaniel", "last": "Pope"}, "bio": {"birthday": "1784-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "IL", "district": -1}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "IL", "district": -1}]}, {"id": {"bioguide": "P000442", "govtrack": 408833, "icpsr": 7536, "house_history": 19828, "wikipedia": "James Porter (New York politician)", "wikidata": "Q4249798", "google_entity_id": "kg:/m/03ckym9"}, "name": {"first": "James", "last": "Porter"}, "bio": {"birthday": "1787-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "R000204", "govtrack": 409180, "icpsr": 7860, "wikipedia": "Thomas Rice (1768)", "house_history": 20337, "wikidata": "Q2426794", "google_entity_id": "kg:/m/02rk07w"}, "name": {"first": "Thomas", "last": "Rice"}, "bio": {"birthday": "1768-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 18, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 18, "party": "Federalist"}]}, {"id": {"bioguide": "R000326", "govtrack": 409297, "icpsr": 7966, "wikipedia": "Thomas B. Robertson", "house_history": 20489, "wikidata": "Q668779", "google_entity_id": "kg:/m/0dd3x3"}, "name": {"first": "Thomas", "middle": "Bolling", "last": "Robertson"}, "bio": {"birthday": "1779-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "LA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000449", "govtrack": 409413, "icpsr": 8071, "house_history": 20639, "wikipedia": "John Ross (representative)", "wikidata": "Q13219800", "google_entity_id": "kg:/m/0fx_2k"}, "name": {"first": "John", "last": "Ross"}, "bio": {"birthday": "1770-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "R000503", "govtrack": 409462, "icpsr": 8110, "wikipedia": "Nathaniel Ruggles", "house_history": 20706, "wikidata": "Q1966792", "google_entity_id": "kg:/m/02rjxj6"}, "name": {"first": "Nathaniel", "last": "Ruggles"}, "bio": {"birthday": "1761-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 13, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 13, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 13, "party": "Federalist"}]}, {"id": {"bioguide": "S000082", "govtrack": 409594, "icpsr": 8231, "wikipedia": "John Savage (Congressman)", "house_history": 21236, "wikidata": "Q2272121", "google_entity_id": "kg:/m/02vs1yz"}, "name": {"first": "John", "last": "Savage"}, "bio": {"birthday": "1779-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "S000153", "govtrack": 409660, "icpsr": 8281, "house_history": 21328, "wikipedia": "Philip Jeremiah Schuyler", "wikidata": "Q774992", "google_entity_id": "kg:/m/0265rh"}, "name": {"first": "Philip", "middle": "Jeremiah", "last": "Schuyler"}, "bio": {"birthday": "1768-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 5, "party": "Federalist"}]}, {"id": {"bioguide": "S000203", "govtrack": 409708, "icpsr": 8327, "wikipedia": "Tredwell Scudder", "house_history": 21389, "wikidata": "Q64468", "google_entity_id": "kg:/m/02rkxg8"}, "name": {"first": "Tredwell", "last": "Scudder"}, "bio": {"birthday": "1778-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000264", "govtrack": 409765, "icpsr": 8381, "wikipedia": "Adam Seybert", "house_history": 21462, "wikidata": "Q4679754", "google_entity_id": "kg:/m/027l30h"}, "name": {"first": "Adam", "last": "Seybert"}, "bio": {"birthday": "1773-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000357", "govtrack": 409853, "icpsr": 8465, "wikipedia": "Samuel B. Sherwood", "house_history": 21581, "wikidata": "Q2217958", "google_entity_id": "kg:/m/02rjz21"}, "name": {"first": "Samuel", "middle": "Burr", "last": "Sherwood"}, "bio": {"birthday": "1767-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "S000700", "govtrack": 410171, "icpsr": 8763, "wikipedia": "Jacob Spangler", "house_history": 22002, "wikidata": "Q13219823", "google_entity_id": "kg:/m/027kz92"}, "name": {"first": "Jacob", "last": "Spangler"}, "bio": {"birthday": "1767-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000710", "govtrack": 410180, "icpsr": 8772, "wikipedia": "Thomas Speed", "house_history": 22014, "wikidata": "Q1307312", "google_entity_id": "kg:/m/02rk08k"}, "name": {"first": "Thomas", "last": "Speed"}, "bio": {"birthday": "1768-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "KY", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "S000727", "govtrack": 410196, "icpsr": 8787, "wikipedia": "John C. Spencer", "house_history": 22035, "wikidata": "Q1381825", "google_entity_id": "kg:/m/020h8r"}, "name": {"first": "John", "middle": "Canfield", "last": "Spencer"}, "bio": {"birthday": "1788-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "S000909", "govtrack": 410370, "icpsr": 8935, "house_history": 22261, "wikipedia": "James Stewart (North Carolina)", "wikidata": "Q1681129", "google_entity_id": "kg:/m/0b4999"}, "name": {"first": "James", "last": "Stewart"}, "bio": {"birthday": "1775-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": 7, "party": "Federalist"}]}, {"id": {"bioguide": "S000972", "govtrack": 410431, "icpsr": 8993, "wikipedia": "Clement Storer", "house_history": 22345, "wikidata": "Q282358", "google_entity_id": "kg:/m/0d7k55"}, "name": {"first": "Clement", "last": "Storer"}, "bio": {"birthday": "1760-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NH", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1817-12-01", "end": "1819-03-03", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S001017", "govtrack": 410474, "icpsr": 9036, "wikipedia": "Solomon Strong", "house_history": 22396, "wikidata": "Q1299285", "google_entity_id": "kg:/m/02rjzdc"}, "name": {"first": "Solomon", "last": "Strong"}, "bio": {"birthday": "1780-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 12, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 12, "party": "Federalist"}]}, {"id": {"bioguide": "S001036", "govtrack": 410492, "icpsr": 9055, "wikipedia": "Philip Stuart", "house_history": 22418, "wikidata": "Q250670", "google_entity_id": "kg:/m/026wv6d"}, "name": {"first": "Philip", "last": "Stuart"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MD", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MD", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MD", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MD", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "T000031", "govtrack": 410620, "icpsr": 9171, "wikipedia": "James Tallmadge, Jr.", "house_history": 22671, "wikidata": "Q1171061", "google_entity_id": "kg:/m/0200r9"}, "name": {"first": "James", "last": "Tallmadge", "suffix": "Jr."}, "bio": {"birthday": "1778-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "T000135", "govtrack": 410717, "icpsr": 9263, "wikipedia": "Nathaniel Terry", "house_history": 22796, "wikidata": "Q1264526", "google_entity_id": "kg:/m/0fltcs"}, "name": {"first": "Nathaniel", "last": "Terry"}, "bio": {"birthday": "1768-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "T000333", "govtrack": 410904, "icpsr": 9437, "wikipedia": "George Townsend (politician)", "house_history": 23043, "wikidata": "Q64801", "google_entity_id": "kg:/m/02rkpt_"}, "name": {"first": "George", "last": "Townsend"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000398", "govtrack": 410967, "icpsr": 9497, "wikipedia": "Henry St. George Tucker Sr.", "house_history": 23120, "wikidata": "Q1607275", "google_entity_id": "kg:/m/08wy4l"}, "name": {"first": "Henry", "middle": "St. George", "last": "Tucker"}, "bio": {"birthday": "1780-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000309", "govtrack": 411473, "icpsr": 9967, "wikipedia": "Rensselaer Westerlo", "house_history": 23585, "wikidata": "Q1530557", "google_entity_id": "kg:/m/02rkvvb"}, "name": {"first": "Rensselaer", "last": "Westerlo"}, "bio": {"birthday": "1776-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 9, "party": "Federalist"}]}, {"id": {"bioguide": "W000412", "govtrack": 411572, "icpsr": 10062, "wikipedia": "John Whiteside", "house_history": 23702, "wikidata": "Q6263859", "google_entity_id": "kg:/m/027l2wp"}, "name": {"first": "John", "last": "Whiteside"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000472", "govtrack": 411629, "icpsr": 10117, "wikipedia": "James W. Wilkin", "house_history": 23778, "wikidata": "Q1681267", "google_entity_id": "kg:/m/02rkrw6"}, "name": {"first": "James", "middle": "Whitney", "last": "Wilkin"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "W000516", "govtrack": 411672, "icpsr": 10160, "wikipedia": "John Williams (Tennessee)", "wikidata": "Q460926", "google_entity_id": "kg:/m/03458w"}, "name": {"first": "John", "last": "Williams"}, "bio": {"birthday": "1778-01-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1815-12-04", "end": "1817-03-03", "state": "TN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1817-12-01", "end": "1823-03-03", "state": "TN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000541", "govtrack": 411697, "icpsr": 10183, "wikipedia": "Thomas Scott Williams", "house_history": 23857, "wikidata": "Q1740412", "google_entity_id": "kg:/m/02rk086"}, "name": {"first": "Thomas", "middle": "Scott", "last": "Williams"}, "bio": {"birthday": "1777-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "CT", "district": -1, "party": "Federalist"}]}, {"id": {"bioguide": "W000598", "govtrack": 411752, "icpsr": 10238, "wikipedia": "John Wilson (Massachusetts)", "house_history": 23926, "wikidata": "Q1702188", "google_entity_id": "kg:/m/02rl4dr"}, "name": {"first": "John", "last": "Wilson"}, "bio": {"birthday": "1777-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 18, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 17, "party": "Federalist"}]}, {"id": {"bioguide": "W000618", "govtrack": 412120, "icpsr": 10257, "wikipedia": "William Wilson (Pennsylvania)", "house_history": 23948, "wikidata": "Q8020438", "google_entity_id": "kg:/m/027hpmk"}, "name": {"first": "William", "last": "Wilson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "E000078", "govtrack": 403770, "icpsr": 2871, "wikipedia": "Ninian Edwards", "wikidata": "Q744084", "google_entity_id": "kg:/m/03bgz9"}, "name": {"first": "Ninian", "last": "Edwards"}, "bio": {"birthday": "1775-03-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1818-01-01", "end": "1825-03-03", "state": "IL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000636", "govtrack": 407623, "icpsr": 6410, "wikipedia": "Prentiss Mellen", "wikidata": "Q2108752", "google_entity_id": "kg:/m/08hkw1"}, "name": {"first": "Prentiss", "last": "Mellen"}, "bio": {"birthday": "1764-10-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1818-01-01", "end": "1821-03-03", "state": "MA", "class": 1, "party": "Federalist"}]}, {"id": {"bioguide": "P000045", "govtrack": 408455, "icpsr": 7182, "wikipedia": "William A. Palmer", "wikidata": "Q283798", "google_entity_id": "kg:/m/091_3z"}, "name": {"first": "William", "middle": "Adams", "last": "Palmer"}, "bio": {"birthday": "1781-09-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1818-01-01", "end": "1825-03-03", "state": "VT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000030", "govtrack": 400691, "icpsr": 24, "wikipedia": "Benjamin Adams (politician)", "house_history": 8294, "wikidata": "Q817371", "google_entity_id": "kg:/m/0gswk0"}, "name": {"first": "Benjamin", "last": "Adams"}, "bio": {"birthday": "1764-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 11, "party": "Federalist"}]}, {"id": {"bioguide": "A000140", "govtrack": 400796, "icpsr": 122, "wikipedia": "Nathaniel Allen", "house_history": 8455, "wikidata": "Q6969471", "google_entity_id": "kg:/m/0gg1yn"}, "name": {"first": "Nathaniel", "last": "Allen"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "A000230", "govtrack": 400857, "icpsr": 179, "house_history": 8586, "wikipedia": "Richard Clough Anderson, Jr.", "wikidata": "Q2149242", "google_entity_id": "kg:/m/07jm8p"}, "name": {"first": "Richard", "middle": "Clough", "last": "Anderson", "suffix": "Jr."}, "bio": {"birthday": "1788-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "KY", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "KY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "A000273", "govtrack": 400912, "icpsr": 223, "wikipedia": "Stevenson Archer (1786\u20131848)", "house_history": 8644, "wikidata": "Q2183127", "google_entity_id": "kg:/m/08vf71"}, "name": {"first": "Stevenson", "last": "Archer"}, "bio": {"birthday": "1786-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MD", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000056", "govtrack": 401061, "icpsr": 358, "wikipedia": "Caleb Baker", "house_history": 8844, "wikidata": "Q5019212", "google_entity_id": "kg:/m/02rkmlm"}, "name": {"first": "Caleb", "last": "Baker"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 20, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "B000566", "govtrack": 401539, "icpsr": 803, "wikipedia": "Joseph Bloomfield", "house_history": 9506, "wikidata": "Q435155", "google_entity_id": "kg:/m/0bwmy5"}, "name": {"first": "Joseph", "last": "Bloomfield"}, "bio": {"birthday": "1753-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000583", "govtrack": 412018, "icpsr": 816, "wikipedia": "Andrew Boden", "house_history": 9530, "wikidata": "Q4756377", "google_entity_id": "kg:/m/027hnb8"}, "name": {"first": "Andrew", "last": "Boden"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000808", "govtrack": 401765, "icpsr": 1013, "wikipedia": "Joseph Brevard", "house_history": 9824, "wikidata": "Q1706681", "google_entity_id": "kg:/m/02vrp1q"}, "name": {"first": "Joseph", "last": "Brevard"}, "bio": {"birthday": "1766-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "SC", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "B000921", "govtrack": 401876, "icpsr": 1111, "wikipedia": "James Brown (Louisiana)", "wikidata": "Q1592759", "google_entity_id": "kg:/m/04r1w2"}, "name": {"first": "James", "last": "Brown"}, "bio": {"birthday": "1766-09-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1813-05-24", "end": "1817-03-03", "state": "LA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1819-12-06", "end": "1823-12-31", "state": "LA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000947", "govtrack": 401900, "icpsr": 1136, "wikipedia": "William Brown (congressman)", "house_history": 9999, "wikidata": "Q1616418", "google_entity_id": "kg:/m/02rt38n"}, "name": {"first": "William", "last": "Brown"}, "bio": {"birthday": "1779-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "KY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000983", "govtrack": 401935, "icpsr": 1168, "wikipedia": "Henry Brush", "house_history": 10047, "wikidata": "Q5718770", "google_entity_id": "kg:/m/0d6yr_"}, "name": {"first": "Henry", "last": "Brush"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "OH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B001042", "govtrack": 401992, "icpsr": 1221, "wikipedia": "Joseph Buffum, Jr.", "house_history": 10119, "wikidata": "Q1706700", "google_entity_id": "kg:/m/02rjwcf"}, "name": {"first": "Joseph", "last": "Buffum", "suffix": "Jr."}, "bio": {"birthday": "1784-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B001160", "govtrack": 402102, "icpsr": 1323, "wikipedia": "William A. Burwell", "house_history": 10269, "wikidata": "Q74968", "google_entity_id": "kg:/m/027xj68"}, "name": {"first": "William", "middle": "Armisted", "last": "Burwell"}, "bio": {"birthday": "1780-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "B001190", "govtrack": 402132, "icpsr": 1350, "wikipedia": "Thomas Butler (Louisiana politician)", "house_history": 10306, "wikidata": "Q1493140", "google_entity_id": "kg:/m/0dd3yv"}, "name": {"first": "Thomas", "last": "Butler"}, "bio": {"birthday": "1785-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "LA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000222", "govtrack": 402368, "icpsr": 1571, "wikipedia": "Walter Case", "house_history": 10733, "wikidata": "Q892072", "google_entity_id": "kg:/m/02rkxkq"}, "name": {"first": "Walter", "last": "Case"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000399", "govtrack": 402538, "icpsr": 1732, "wikipedia": "Clifton Clagett", "house_history": 10952, "wikidata": "Q1101362", "google_entity_id": "kg:/m/027cg00"}, "name": {"first": "Clifton", "last": "Clagett"}, "bio": {"birthday": "1762-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000449", "govtrack": 402587, "icpsr": 1780, "wikipedia": "Robert Clark (U.S. politician)", "house_history": 11012, "wikidata": "Q1287673", "google_entity_id": "kg:/m/02w9bj0"}, "name": {"first": "Robert", "last": "Clark"}, "bio": {"birthday": "1777-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "C000671", "govtrack": 402797, "icpsr": 1974, "wikipedia": "John Condit", "house_history": 11294, "wikidata": "Q381565", "google_entity_id": "kg:/m/08yxqq"}, "name": {"first": "John", "last": "Condit"}, "bio": {"birthday": "1755-07-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1803-10-17", "end": "1809-03-03", "state": "NJ", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1809-05-22", "end": "1811-03-03", "state": "NJ", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1811-11-04", "end": "1817-03-03", "state": "NJ", "class": 2, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000891", "govtrack": 403003, "icpsr": 2161, "wikipedia": "Joel Crawford", "house_history": 11568, "wikidata": "Q1691697", "google_entity_id": "kg:/m/02790v1"}, "name": {"first": "Joel", "last": "Crawford"}, "bio": {"birthday": "1783-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000942", "govtrack": 403053, "icpsr": 2208, "wikipedia": "John Crowell (Alabama)", "house_history": 11630, "wikidata": "Q1699690", "google_entity_id": "kg:/m/0d4k0s"}, "name": {"first": "John", "last": "Crowell"}, "bio": {"birthday": "1780-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "AL", "district": -1}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "AL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000967", "govtrack": 403078, "icpsr": 2233, "wikipedia": "Thomas Culbreth", "house_history": 11663, "wikidata": "Q2655571", "google_entity_id": "kg:/m/0dzwvc"}, "name": {"first": "Thomas", "last": "Culbreth"}, "bio": {"birthday": "1786-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MD", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MD", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "C001024", "govtrack": 403131, "icpsr": 2285, "wikipedia": "John Alfred Cuthbert", "house_history": 11731, "wikidata": "Q1699119", "google_entity_id": "kg:/m/02791tp"}, "name": {"first": "John", "middle": "Alfred", "last": "Cuthbert"}, "bio": {"birthday": "1788-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "D000087", "govtrack": 403224, "icpsr": 2369, "wikipedia": "William Davidson (congressman)", "house_history": 11940, "wikidata": "Q604564", "google_entity_id": "kg:/m/03c2zg5"}, "name": {"first": "William", "last": "Davidson"}, "bio": {"birthday": "1778-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": 11, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NC", "district": 11, "party": "Federalist"}]}, {"id": {"bioguide": "D000287", "govtrack": 403329, "icpsr": 2548, "wikipedia": "Jacob H. De Witt", "house_history": 12182, "wikidata": "Q1107736", "google_entity_id": "kg:/m/02rlch4"}, "name": {"first": "Jacob", "middle": "Hasbrouck", "last": "De Witt"}, "bio": {"birthday": "1784-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "D000477", "govtrack": 403586, "icpsr": 2709, "wikipedia": "Edward Dowse", "house_history": 12428, "wikidata": "Q1292080", "google_entity_id": "kg:/m/02rhflw"}, "name": {"first": "Edward", "last": "Dowse"}, "bio": {"birthday": "1756-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "E000007", "govtrack": 403703, "icpsr": 2813, "wikipedia": "Elias Earle", "house_history": 12611, "wikidata": "Q1329038", "google_entity_id": "kg:/m/0d05dg"}, "name": {"first": "Elias", "last": "Earle"}, "bio": {"birthday": "1762-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "SC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "SC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "SC", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "SC", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "SC", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "E000124", "govtrack": 403815, "icpsr": 2913, "wikipedia": "John Elliott (Georgia)", "wikidata": "Q1486508", "google_entity_id": "kg:/m/0ct0n8"}, "name": {"first": "John", "last": "Elliott"}, "bio": {"birthday": "1773-10-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1819-12-06", "end": "1825-03-03", "state": "GA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "E000209", "govtrack": 403896, "icpsr": 2985, "wikipedia": "James Ervin (politician)", "house_history": 12857, "wikidata": "Q1680346", "google_entity_id": "kg:/m/02x40bm"}, "name": {"first": "James", "last": "Ervin"}, "bio": {"birthday": "1778-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "SC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "SC", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000052", "govtrack": 404012, "icpsr": 3086, "wikipedia": "John Fay (politician)", "house_history": 13030, "wikidata": "Q2654905", "google_entity_id": "kg:/m/02rks77"}, "name": {"first": "John", "last": "Fay"}, "bio": {"birthday": "1773-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "F000242", "govtrack": 404196, "icpsr": 3252, "wikipedia": "Walter Folger Jr.", "house_history": 13279, "wikidata": "Q1315384", "google_entity_id": "kg:/m/02rj_1p"}, "name": {"first": "Walter", "last": "Folger", "suffix": "Jr."}, "bio": {"birthday": "1765-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "F000269", "govtrack": 404221, "icpsr": 3274, "wikipedia": "William Donnison Ford", "house_history": 13312, "wikidata": "Q8007903", "google_entity_id": "kg:/m/02rt33v"}, "name": {"first": "William", "middle": "Donnison", "last": "Ford"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "F000416", "govtrack": 404358, "icpsr": 3403, "wikipedia": "David Fullerton", "house_history": 13495, "wikidata": "Q5233894", "google_entity_id": "kg:/m/027hng2"}, "name": {"first": "David", "last": "Fullerton"}, "bio": {"birthday": "1772-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "G000398", "govtrack": 404748, "icpsr": 3767, "wikipedia": "John C. Gray", "house_history": 14065, "wikidata": "Q198307", "google_entity_id": "kg:/m/02vp08v"}, "name": {"first": "John", "middle": "Cowper", "last": "Gray"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "G000494", "govtrack": 404839, "icpsr": 3852, "wikipedia": "Ezra C. Gross", "house_history": 14185, "wikidata": "Q2271292", "google_entity_id": "kg:/m/02rkp9z"}, "name": {"first": "Ezra", "middle": "Carter", "last": "Gross"}, "bio": {"birthday": "1787-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "G000539", "govtrack": 404882, "icpsr": 3886, "wikipedia": "James Guyon Jr.", "house_history": 14240, "wikidata": "Q74972", "google_entity_id": "kg:/m/02rkr5b"}, "name": {"first": "James", "last": "Guyon", "suffix": "Jr."}, "bio": {"birthday": "1778-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000006", "govtrack": 404891, "icpsr": 3896, "wikipedia": "Aaron Hackley, Jr.", "house_history": 14297, "wikidata": "Q3661160", "google_entity_id": "kg:/m/02rkln0"}, "name": {"first": "Aaron", "last": "Hackley", "suffix": "Jr."}, "bio": {"birthday": "1783-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "H000051", "govtrack": 404936, "icpsr": 3938, "wikipedia": "George Hall (New York politician)", "house_history": 14350, "wikidata": "Q4457973", "google_entity_id": "kg:/m/0268383"}, "name": {"first": "George", "last": "Hall"}, "bio": {"birthday": "1770-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "H000076", "govtrack": 404959, "icpsr": 3958, "house_history": 14382, "wikipedia": "Willard Hall", "wikidata": "Q2576613", "google_entity_id": "kg:/m/09kmn2"}, "name": {"first": "Willard", "last": "Hall"}, "bio": {"birthday": "1780-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "H000415", "govtrack": 405281, "icpsr": 4253, "wikipedia": "Nathaniel Hazard", "house_history": 14793, "wikidata": "Q1966752", "google_entity_id": "kg:/m/02rjxhj"}, "name": {"first": "Nathaniel", "last": "Hazard"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "RI", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000542", "govtrack": 405404, "icpsr": 4366, "wikipedia": "Samuel Herrick (politician)", "house_history": 14956, "wikidata": "Q7411681", "google_entity_id": "kg:/m/02rm2zr"}, "name": {"first": "Samuel", "last": "Herrick"}, "bio": {"birthday": "1779-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "OH", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000558", "govtrack": 405420, "icpsr": 4381, "wikipedia": "Jacob Hibshman", "house_history": 14974, "wikidata": "Q6118740", "google_entity_id": "kg:/m/027kzj_"}, "name": {"first": "Jacob", "last": "Hibshman"}, "bio": {"gender": "M", "birthday": "1772-01-31"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000574", "govtrack": 405436, "icpsr": 4394, "wikipedia": "Joseph Hiester", "house_history": 14995, "wikidata": "Q373185", "google_entity_id": "kg:/m/0293g6"}, "name": {"first": "Joseph", "last": "Hiester"}, "bio": {"birthday": "1752-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "H000806", "govtrack": 405655, "icpsr": 4596, "wikipedia": "Jacob Hostetter", "house_history": 15279, "wikidata": "Q13219655", "google_entity_id": "kg:/m/027kz5n"}, "name": {"first": "Jacob", "last": "Hostetter"}, "bio": {"birthday": "1754-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "J000142", "govtrack": 412058, "icpsr": 4964, "wikipedia": "James Johnson (Virginia congressman)", "house_history": 15872, "wikidata": "Q194720", "google_entity_id": "kg:/m/03c3013"}, "name": {"first": "James", "last": "Johnson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "K000093", "govtrack": 406261, "icpsr": 5167, "wikipedia": "Jonas Kendall", "house_history": 16194, "wikidata": "Q1702978", "google_entity_id": "kg:/m/02rjw68"}, "name": {"first": "Jonas", "last": "Kendall"}, "bio": {"birthday": "1757-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 12, "party": "Federalist"}]}, {"id": {"bioguide": "K000212", "govtrack": 406372, "icpsr": 5270, "house_history": 16342, "wikipedia": "Rufus King", "wikidata": "Q456794", "google_entity_id": "kg:/m/01mrx0"}, "name": {"first": "Rufus", "last": "King"}, "bio": {"birthday": "1755-03-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1789-03-04", "end": "1795-03-03", "state": "NY", "class": 3, "party": "Federalist"}, {"type": "sen", "start": "1795-12-07", "end": "1797-03-03", "state": "NY", "class": 3, "party": "Federalist"}, {"type": "sen", "start": "1813-05-24", "end": "1819-03-03", "state": "NY", "class": 3, "party": "Federalist"}, {"type": "sen", "start": "1819-12-06", "end": "1825-03-03", "state": "NY", "class": 3, "party": "Federalist"}]}, {"id": {"bioguide": "K000227", "govtrack": 406386, "icpsr": 5284, "house_history": 16363, "wikipedia": "Charles Kinsey", "wikidata": "Q1065174", "google_entity_id": "kg:/m/02vxpz"}, "name": {"first": "Charles", "last": "Kinsey"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "K000230", "govtrack": 406389, "icpsr": 5287, "wikipedia": "Martin Kinsley", "house_history": 16366, "wikidata": "Q1655638", "google_entity_id": "kg:/m/02rjx78"}, "name": {"first": "Martin", "last": "Kinsley"}, "bio": {"birthday": "1754-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "L000083", "govtrack": 406592, "icpsr": 5465, "wikipedia": "James Lanman", "wikidata": "Q984116", "google_entity_id": "kg:/m/05g9y6"}, "name": {"first": "James", "last": "Lanman"}, "bio": {"birthday": "1767-06-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1819-12-06", "end": "1825-03-03", "state": "CT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000337", "govtrack": 406830, "icpsr": 5688, "wikipedia": "John Linn (politician)", "house_history": 17011, "wikidata": "Q1700853", "google_entity_id": "kg:/m/02vn_30"}, "name": {"first": "John", "last": "Linn"}, "bio": {"birthday": "1763-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "L000405", "govtrack": 406896, "icpsr": 5748, "wikipedia": "William Logan (Kentuckian)", "wikidata": "Q2579764", "google_entity_id": "kg:/m/0c0hdl"}, "name": {"first": "William", "last": "Logan"}, "bio": {"gender": "M", "birthday": "1776-12-08"}, "terms": [{"type": "sen", "start": "1819-12-06", "end": "1821-03-03", "state": "KY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000485", "govtrack": 406973, "icpsr": 5817, "wikipedia": "Walter Lowrie (politician)", "wikidata": "Q951798", "google_entity_id": "kg:/m/08pzc9"}, "name": {"first": "Walter", "last": "Lowrie"}, "bio": {"birthday": "1784-12-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1819-12-06", "end": "1825-03-03", "state": "PA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000527", "govtrack": 407011, "icpsr": 5849, "wikipedia": "Joseph S. Lyman", "house_history": 17251, "wikidata": "Q2920804", "google_entity_id": "kg:/m/02rkt9z"}, "name": {"first": "Joseph", "middle": "Stebbins", "last": "Lyman"}, "bio": {"birthday": "1785-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "M000033", "govtrack": 407061, "icpsr": 5894, "wikipedia": "William Plunkett Maclay", "house_history": 17366, "wikidata": "Q8016971", "google_entity_id": "kg:/m/027hp1b"}, "name": {"first": "William", "middle": "Plunkett", "last": "Maclay"}, "bio": {"birthday": "1774-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "M000124", "govtrack": 407148, "icpsr": 5976, "wikipedia": "David Marchand", "house_history": 17482, "wikidata": "Q5237120", "google_entity_id": "kg:/m/026tcck"}, "name": {"first": "David", "last": "Marchand"}, "bio": {"birthday": "1776-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "M000221", "govtrack": 407239, "icpsr": 6058, "wikipedia": "Jonathan Mason (Massachusetts politician)", "house_history": 17596, "wikidata": "Q437388", "google_entity_id": "kg:/m/09_ry5"}, "name": {"first": "Jonathan", "last": "Mason"}, "bio": {"birthday": "1756-09-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1800-01-01", "end": "1803-03-03", "state": "MA", "class": 1, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "M000383", "govtrack": 412167, "icpsr": 6195, "wikipedia": "John McCreary", "house_history": 17803, "wikidata": "Q1701019", "google_entity_id": "kg:/m/02vrp3s"}, "name": {"first": "John", "last": "McCreary"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "SC", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M000396", "govtrack": 407397, "icpsr": 6207, "wikipedia": "Thomas Grubb McCullough", "house_history": 17819, "wikidata": "Q7790237", "google_entity_id": "kg:/m/027hn75"}, "name": {"first": "Thomas", "middle": "Grubb", "last": "McCullough"}, "bio": {"birthday": "1785-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 5, "party": "Federalist"}]}, {"id": {"bioguide": "M000544", "govtrack": 407536, "icpsr": 6332, "wikipedia": "Alney McLean", "house_history": 18007, "wikidata": "Q913878", "google_entity_id": "kg:/m/02qgf8k"}, "name": {"first": "Alney", "last": "McLean"}, "bio": {"birthday": "1779-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "KY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M000632", "govtrack": 407619, "icpsr": 6407, "wikipedia": "Henry Meigs", "house_history": 18114, "wikidata": "Q168610", "google_entity_id": "kg:/m/02rkqkr"}, "name": {"first": "Henry", "last": "Meigs"}, "bio": {"birthday": "1782-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000657", "govtrack": 407643, "icpsr": 6430, "house_history": 18144, "wikipedia": "Orsamus Cook Merrill", "wikidata": "Q2031620", "google_entity_id": "kg:/m/02rjxqr"}, "name": {"first": "Orsamus", "middle": "Cook", "last": "Merrill"}, "bio": {"birthday": "1775-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VT", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "M000913", "govtrack": 407885, "icpsr": 6647, "wikipedia": "Robert Moore (Pennsylvania politician)", "house_history": 18478, "wikidata": "Q13219725", "google_entity_id": "kg:/m/027d0bd"}, "name": {"first": "Robert", "last": "Moore"}, "bio": {"gender": "M", "birthday": "1778-03-30"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "M001019", "govtrack": 407986, "icpsr": 6743, "wikipedia": "Marcus Morton", "house_history": 18602, "wikidata": "Q880670", "google_entity_id": "kg:/m/0369fm"}, "name": {"first": "Marcus", "last": "Morton"}, "bio": {"birthday": "1784-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "M001023", "govtrack": 407990, "icpsr": 6746, "wikipedia": "Jonathan O. Moseley", "house_history": 18608, "wikidata": "Q1703274", "google_entity_id": "kg:/m/02pk0_z"}, "name": {"first": "Jonathan", "middle": "Ogden", "last": "Moseley"}, "bio": {"birthday": "1762-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "CT", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "CT", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M001109", "govtrack": 408073, "icpsr": 6821, "house_history": 18712, "wikipedia": "John Murray (congressman)", "wikidata": "Q6249941", "google_entity_id": "kg:/m/027hk32"}, "name": {"first": "John", "last": "Murray"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "P000060", "govtrack": 408470, "icpsr": 7194, "wikipedia": "James Parker (Massachusetts)", "house_history": 19349, "wikidata": "Q1669936", "google_entity_id": "kg:/m/09xn21"}, "name": {"first": "James", "last": "Parker"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "P000072", "govtrack": 408482, "icpsr": 7205, "wikipedia": "Severn E. Parker", "house_history": 19362, "wikidata": "Q74984", "google_entity_id": "kg:/m/027w9g3"}, "name": {"first": "Severn", "middle": "Eyre", "last": "Parker"}, "bio": {"birthday": "1787-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "P000084", "govtrack": 408494, "icpsr": 7216, "wikipedia": "John Fabyan Parrott", "house_history": 19376, "wikidata": "Q1700031", "google_entity_id": "kg:/m/0bcqmj"}, "name": {"first": "John", "middle": "Fabyan", "last": "Parrott"}, "bio": {"birthday": "1767-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NH", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1819-12-06", "end": "1825-03-03", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000183", "govtrack": 408587, "icpsr": 7301, "wikipedia": "Harmanus Peek", "house_history": 19503, "wikidata": "Q2506431", "google_entity_id": "kg:/m/02rkq5p"}, "name": {"first": "Harmanus", "last": "Peek"}, "bio": {"birthday": "1782-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "P000316", "govtrack": 408715, "icpsr": 7421, "wikipedia": "Robert Philson", "house_history": 19666, "wikidata": "Q13219759", "google_entity_id": "kg:/m/0ksk75"}, "name": {"first": "Robert", "last": "Philson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "P000354", "govtrack": 408751, "icpsr": 7455, "house_history": 19719, "wikipedia": "Charles Pinckney (governor)", "wikidata": "Q662054", "google_entity_id": "kg:/m/015q74"}, "name": {"first": "Charles", "last": "Pinckney"}, "bio": {"birthday": "1757-10-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1798-01-01", "end": "1801-12-31", "state": "SC", "class": 2, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "SC", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000358", "govtrack": 412173, "icpsr": 7459, "wikipedia": "James Pindall", "house_history": 19722, "wikidata": "Q1680989", "google_entity_id": "kg:/m/02rtnvb"}, "name": {"first": "James", "last": "Pindall"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "P000386", "govtrack": 408780, "icpsr": 7486, "wikipedia": "James Pleasants", "house_history": 19757, "wikidata": "Q531001", "google_entity_id": "kg:/m/039j50"}, "name": {"first": "James", "last": "Pleasants"}, "bio": {"birthday": "1769-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 17, "party": "Republican"}, {"type": "sen", "start": "1819-12-06", "end": "1823-03-03", "state": "VA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "Q000005", "govtrack": 412176, "icpsr": 7667, "house_history": 20047, "wikipedia": "Tunstall Quarles", "wikidata": "Q2460161", "google_entity_id": "kg:/m/0fqxwq"}, "name": {"first": "Tunstall", "last": "Quarles"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "KY", "district": 9, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "R000217", "govtrack": 409193, "icpsr": 7872, "house_history": 20351, "wikipedia": "Mark Richards (politician)", "wikidata": "Q1900372", "google_entity_id": "kg:/m/0cvxk7"}, "name": {"first": "Mark", "last": "Richards"}, "bio": {"birthday": "1760-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VT", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "R000235", "govtrack": 409211, "icpsr": 7888, "wikipedia": "Jonathan Richmond", "house_history": 20374, "wikidata": "Q6274238", "google_entity_id": "kg:/m/02rkt2d"}, "name": {"first": "Jonathan", "last": "Richmond"}, "bio": {"birthday": "1774-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "R000263", "govtrack": 409238, "icpsr": 7910, "wikipedia": "Samuel Ringgold (congressman)", "house_history": 20411, "wikidata": "Q1287707", "google_entity_id": "kg:/m/06t04j"}, "name": {"first": "Samuel", "last": "Ringgold"}, "bio": {"birthday": "1770-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MD", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MD", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MD", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MD", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MD", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000012", "govtrack": 409532, "icpsr": 8173, "wikipedia": "Ebenezer Sage", "house_history": 21146, "wikidata": "Q1278670", "google_entity_id": "kg:/m/026nznn"}, "name": {"first": "Ebenezer", "last": "Sage"}, "bio": {"birthday": "1755-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000026", "govtrack": 409545, "icpsr": 8190, "wikipedia": "Zabdiel Sampson", "house_history": 21162, "wikidata": "Q136721", "google_entity_id": "kg:/m/02rk0k4"}, "name": {"first": "Zabdiel", "last": "Sampson"}, "bio": {"birthday": "1781-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "S000254", "govtrack": 409754, "icpsr": 8370, "house_history": 21451, "wikipedia": "Thomas Settle (North Carolina, 15th\u201316th Congress)", "wikidata": "Q1255950", "google_entity_id": "kg:/m/09z3_z"}, "name": {"first": "Thomas", "last": "Settle"}, "bio": {"birthday": "1789-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NC", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000307", "govtrack": 409805, "icpsr": 8418, "house_history": 21517, "wikipedia": "Henry Shaw (Massachusetts)", "wikidata": "Q1607257", "google_entity_id": "kg:/m/02rl4bb"}, "name": {"first": "Henry", "last": "Shaw"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "S000414", "govtrack": 409908, "icpsr": 8513, "wikipedia": "Eldred Simkins", "house_history": 21652, "wikidata": "Q1325672", "google_entity_id": "kg:/m/02vrp1c"}, "name": {"first": "Eldred", "last": "Simkins"}, "bio": {"birthday": "1779-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "SC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "SC", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000497", "govtrack": 409984, "icpsr": 8585, "house_history": 21757, "wikipedia": "Jesse Slocumb", "wikidata": "Q1503039", "google_entity_id": "kg:/m/0b494h"}, "name": {"first": "Jesse", "last": "Slocumb"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NC", "district": 4, "party": "Federalist"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "S000516", "govtrack": 412099, "icpsr": 8602, "wikipedia": "Ballard Smith", "house_history": 21780, "wikidata": "Q765182", "google_entity_id": "kg:/m/0281xfr"}, "name": {"first": "Ballard", "last": "Smith"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 7, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "S000518", "govtrack": 410002, "icpsr": 8603, "house_history": 21782, "wikipedia": "Bernard Smith (New Jersey)", "wikidata": "Q822712", "google_entity_id": "kg:/m/02z3rwq"}, "name": {"first": "Bernard", "last": "Smith"}, "bio": {"birthday": "1776-07-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000559", "govtrack": 410041, "icpsr": 8642, "house_history": 21827, "wikipedia": "James Strudwick Smith", "wikidata": "Q1681144", "google_entity_id": "kg:/m/0b49f5"}, "name": {"first": "James", "middle": "Strudwick", "last": "Smith"}, "bio": {"birthday": "1790-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NC", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "S000685", "govtrack": 410156, "icpsr": 8748, "wikipedia": "Henry Southard", "house_history": 21984, "wikidata": "Q203326", "google_entity_id": "kg:/m/044462"}, "name": {"first": "Henry", "last": "Southard"}, "bio": {"birthday": "1747-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000882", "govtrack": 410344, "icpsr": 8912, "wikipedia": "James Stevens (Connecticut)", "house_history": 22229, "wikidata": "Q1681123", "google_entity_id": "kg:/m/02rl0p1"}, "name": {"first": "James", "last": "Stevens"}, "bio": {"birthday": "1768-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "CT", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S001002", "govtrack": 410460, "icpsr": 9022, "wikipedia": "Randall S. Street", "house_history": 22377, "wikidata": "Q501929", "google_entity_id": "kg:/m/02rkvsz"}, "name": {"first": "Randall", "middle": "S.", "last": "Street"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 4, "party": "Federalist"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "S001022", "govtrack": 410478, "icpsr": 9040, "house_history": 22401, "wikipedia": "William Strong (Vermont politician)", "wikidata": "Q1555437", "google_entity_id": "kg:/m/03nz2q"}, "name": {"first": "William", "last": "Strong"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VT", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "S001023", "govtrack": 410480, "icpsr": 9042, "wikipedia": "George Strother", "house_history": 22402, "wikidata": "Q1363181", "google_entity_id": "kg:/m/027_5f3"}, "name": {"first": "George", "middle": "French", "last": "Strother"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "T000042", "govtrack": 410630, "icpsr": 9180, "wikipedia": "Christian Tarr", "house_history": 22684, "wikidata": "Q5110184", "google_entity_id": "kg:/m/027g853"}, "name": {"first": "Christian", "last": "Tarr"}, "bio": {"birthday": "1765-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "T000102", "govtrack": 410685, "icpsr": 9233, "wikipedia": "Waller Taylor", "wikidata": "Q2542744", "google_entity_id": "kg:/m/093gw0"}, "name": {"first": "Waller", "last": "Taylor"}, "terms": [{"type": "sen", "start": "1816-01-01", "end": "1819-03-03", "state": "IN", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1819-12-06", "end": "1825-03-03", "state": "IN", "class": 3, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "T000132", "govtrack": 410714, "icpsr": 9261, "wikipedia": "William Terrell", "house_history": 22793, "wikidata": "Q2580742", "google_entity_id": "kg:/m/0crb7f"}, "name": {"first": "William", "last": "Terrell"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "T000303", "govtrack": 410876, "icpsr": 9414, "wikipedia": "Caleb Tompkins", "house_history": 23001, "wikidata": "Q328151", "google_entity_id": "kg:/m/02rkmmn"}, "name": {"first": "Caleb", "last": "Tompkins"}, "bio": {"birthday": "1759-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "T000377", "govtrack": 410946, "icpsr": 9477, "wikipedia": "William A. Trimble", "wikidata": "Q340200", "google_entity_id": "kg:/m/0351z0"}, "name": {"first": "William", "middle": "Allen", "last": "Trimble"}, "bio": {"birthday": "1786-04-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1819-12-06", "end": "1821-12-31", "state": "OH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000048", "govtrack": 412114, "icpsr": 9737, "wikipedia": "David Walker (Kentucky politician)", "house_history": 23273, "wikidata": "Q1177051", "google_entity_id": "kg:/m/02rt39b"}, "name": {"first": "David", "last": "Walker"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "KY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "W000052", "govtrack": 411231, "icpsr": 9740, "wikipedia": "Freeman Walker", "wikidata": "Q1260033", "google_entity_id": "kg:/m/0bj08p"}, "name": {"first": "Freeman", "last": "Walker"}, "bio": {"birthday": "1780-10-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1819-12-06", "end": "1821-12-31", "state": "GA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000061", "govtrack": 411240, "icpsr": 9749, "wikipedia": "John Williams Walker", "wikidata": "Q512509", "google_entity_id": "kg:/m/03gb0x"}, "name": {"first": "John", "middle": "Williams", "last": "Walker"}, "bio": {"birthday": "1783-08-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1819-12-06", "end": "1823-03-03", "state": "AL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000078", "govtrack": 411257, "icpsr": 9764, "wikipedia": "James M. Wallace", "house_history": 23307, "wikidata": "Q6138596", "google_entity_id": "kg:/m/027kzw9"}, "name": {"first": "James", "middle": "M.", "last": "Wallace"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000293", "govtrack": 411457, "icpsr": 9951, "wikipedia": "Peter H. Wendover", "house_history": 23570, "wikidata": "Q168148", "google_entity_id": "kg:/m/02rkv9t"}, "name": {"first": "Peter", "middle": "Hercules", "last": "Wendover"}, "bio": {"birthday": "1768-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000735", "govtrack": 405586, "icpsr": 4532, "house_history": 15192, "wikipedia": "David Holmes (politician)", "wikidata": "Q375788", "google_entity_id": "kg:/m/01fvcx"}, "name": {"first": "David", "last": "Holmes"}, "bio": {"birthday": "1769-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "sen", "start": "1820-01-01", "end": "1825-12-31", "state": "MS", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000774", "govtrack": 407752, "icpsr": 6528, "wikipedia": "Elijah H. Mills", "house_history": 18299, "wikidata": "Q1329398", "google_entity_id": "kg:/m/0bg1_5"}, "name": {"first": "Elijah", "middle": "Hunt", "last": "Mills"}, "bio": {"birthday": "1776-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 5, "party": "Federalist"}, {"type": "sen", "start": "1820-01-01", "end": "1827-03-03", "state": "MA", "class": 1, "party": "Adams"}]}, {"id": {"bioguide": "T000017", "govtrack": 410607, "icpsr": 9159, "wikipedia": "Isham Talbot", "wikidata": "Q1673872", "google_entity_id": "kg:/m/0b678j"}, "name": {"first": "Isham", "last": "Talbot"}, "terms": [{"type": "sen", "start": "1815-12-04", "end": "1819-03-03", "state": "KY", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1820-01-01", "end": "1825-03-03", "state": "KY", "class": 3, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "B000087", "govtrack": 401089, "icpsr": 382, "wikipedia": "Henry Baldwin (judge)", "house_history": 8887, "wikidata": "Q915480", "google_entity_id": "kg:/m/03p7bx"}, "name": {"first": "Henry", "last": "Baldwin"}, "bio": {"birthday": "1780-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "B000124", "govtrack": 401125, "icpsr": 417, "wikipedia": "Levi Barber", "house_history": 8930, "wikidata": "Q6535362", "google_entity_id": "kg:/m/0d6nsh"}, "name": {"first": "Levi", "last": "Barber"}, "bio": {"birthday": "1777-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "OH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000127", "govtrack": 401128, "icpsr": 420, "wikipedia": "James Barbour", "wikidata": "Q878772", "google_entity_id": "kg:/m/03h_gl"}, "name": {"first": "James", "last": "Barbour"}, "bio": {"birthday": "1775-06-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1815-12-04", "end": "1821-03-03", "state": "VA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1821-12-03", "end": "1825-12-31", "state": "VA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000195", "govtrack": 401194, "icpsr": 481, "wikipedia": "Gideon Barstow", "house_history": 9023, "wikidata": "Q1523106", "google_entity_id": "kg:/m/02rhgzw"}, "name": {"first": "Gideon", "last": "Barstow"}, "bio": {"birthday": "1783-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000235", "govtrack": 401230, "wikipedia": "James Woodson Bates", "house_history": 9079, "wikidata": "Q692671", "google_entity_id": "kg:/m/0723j9"}, "name": {"first": "James", "middle": "Woodson", "last": "Bates"}, "bio": {"birthday": "1788-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "AR", "district": -1}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "AR", "district": -1}]}, {"id": {"bioguide": "B000258", "govtrack": 401252, "icpsr": 533, "wikipedia": "Thomas Bayly (Maryland)", "house_history": 9110, "wikidata": "Q2757520", "google_entity_id": "kg:/m/09jt65"}, "name": {"first": "Thomas", "last": "Bayly"}, "bio": {"birthday": "1775-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MD", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MD", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MD", "district": 8, "party": "Federalist"}]}, {"id": {"bioguide": "B000455", "govtrack": 401440, "icpsr": 705, "wikipedia": "Lewis Bigelow", "house_history": 9362, "wikidata": "Q1822073", "google_entity_id": "kg:/m/02rjx0d"}, "name": {"first": "Lewis", "last": "Bigelow"}, "bio": {"birthday": "1785-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MA", "district": 12, "party": "Federalist"}]}, {"id": {"bioguide": "B000512", "govtrack": 401490, "icpsr": 755, "wikipedia": "William Salter Blackledge", "house_history": 9436, "wikidata": "Q2580501", "google_entity_id": "kg:/m/065k2k"}, "name": {"first": "William", "middle": "Salter", "last": "Blackledge"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NC", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "B000577", "govtrack": 401548, "icpsr": 810, "wikipedia": "Elijah Boardman", "wikidata": "Q1329376", "google_entity_id": "kg:/m/0bf9yq"}, "name": {"first": "Elijah", "last": "Boardman"}, "bio": {"birthday": "1760-03-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1821-12-03", "end": "1823-12-31", "state": "CT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000641", "govtrack": 401606, "icpsr": 864, "wikipedia": "Charles Borland, Jr.", "house_history": 9612, "wikidata": "Q892029", "google_entity_id": "kg:/m/02rkmtv"}, "name": {"first": "Charles", "last": "Borland", "suffix": "Jr."}, "bio": {"birthday": "1786-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000786", "govtrack": 412019, "icpsr": 993, "wikipedia": "James D. Breckinridge", "house_history": 9795, "wikidata": "Q1680234", "google_entity_id": "kg:/m/02rc7nt"}, "name": {"first": "James", "middle": "Douglas", "last": "Breckinridge"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "KY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "B000986", "govtrack": 401938, "icpsr": 1171, "wikipedia": "Henry Hunter Bryan", "house_history": 10050, "wikidata": "Q283879", "google_entity_id": "kg:/m/0cglbd"}, "name": {"first": "Henry", "middle": "Hunter", "last": "Bryan"}, "bio": {"birthday": "1786-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "TN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "TN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B001054", "govtrack": 412021, "wikipedia": "Wingfield Bullock", "house_history": 10133, "wikidata": "Q2584413", "google_entity_id": "kg:/m/02rk0jg"}, "name": {"first": "Wingfield", "last": "Bullock"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "KY", "district": -1, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "B001140", "govtrack": 402083, "icpsr": 1308, "wikipedia": "Daniel Burrows", "house_history": 10243, "wikidata": "Q1160224", "google_entity_id": "kg:/m/02pvy21"}, "name": {"first": "Daniel", "last": "Burrows"}, "bio": {"birthday": "1766-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "CT", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B001181", "govtrack": 402123, "icpsr": 1342, "wikipedia": "Josiah Butler", "house_history": 10295, "wikidata": "Q1708622", "google_entity_id": "kg:/m/027m23f"}, "name": {"first": "Josiah", "last": "Butler"}, "bio": {"birthday": "1779-12-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000099", "govtrack": 402253, "icpsr": 1464, "house_history": 10567, "wikipedia": "Samuel Campbell (American politician)", "wikidata": "Q2947089", "google_entity_id": "kg:/m/02rkw7r"}, "name": {"first": "Samuel", "last": "Campbell"}, "bio": {"birthday": "1773-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "C000123", "govtrack": 402274, "icpsr": 1485, "house_history": 10602, "wikipedia": "Newton Cannon", "wikidata": "Q39387", "google_entity_id": "kg:/m/03jhyj"}, "name": {"first": "Newton", "last": "Cannon"}, "bio": {"birthday": "1781-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "TN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "TN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "TN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "TN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000281", "govtrack": 402424, "icpsr": 1626, "house_history": 10807, "wikipedia": "David Chambers (congressman)", "wikidata": "Q5232284", "google_entity_id": "kg:/m/02rl_d6"}, "name": {"first": "David", "last": "Chambers"}, "bio": {"birthday": "1780-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "OH", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "C000604", "govtrack": 402733, "icpsr": 1918, "wikipedia": "Cadwallader D. Colden", "house_history": 11206, "wikidata": "Q74554", "google_entity_id": "kg:/m/05t1_2"}, "name": {"first": "Cadwallader", "middle": "David", "last": "Colden"}, "bio": {"birthday": "1769-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "C000679", "govtrack": 402805, "icpsr": 1982, "wikipedia": "Alfred Conkling", "house_history": 11304, "wikidata": "Q4722470", "google_entity_id": "kg:/m/09wkt3"}, "name": {"first": "Alfred", "last": "Conkling"}, "bio": {"birthday": "1789-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "C000792", "govtrack": 402912, "icpsr": 2079, "wikipedia": "Jeremiah Cosden", "house_history": 11446, "wikidata": "Q2183134", "google_entity_id": "kg:/m/0dzx1f"}, "name": {"first": "Jeremiah", "last": "Cosden"}, "bio": {"gender": "M", "birthday": "1821-03-04"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MD", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000953", "govtrack": 403065, "icpsr": 2220, "wikipedia": "Josiah Crudup", "house_history": 11643, "wikidata": "Q1708626", "google_entity_id": "kg:/m/04fp5k"}, "name": {"first": "Josiah", "last": "Crudup"}, "bio": {"birthday": "1791-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NC", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "D000026", "govtrack": 403167, "icpsr": 2318, "wikipedia": "Joseph Dane", "house_history": 11863, "wikidata": "Q473060", "google_entity_id": "kg:/m/0cj8vl"}, "name": {"first": "Joseph", "last": "Dane"}, "bio": {"birthday": "1778-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "ME", "district": -1}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "ME", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "D000059", "govtrack": 403198, "icpsr": 2343, "wikipedia": "William Darlington", "house_history": 11903, "wikidata": "Q8007604", "google_entity_id": "kg:/m/027bml0"}, "name": {"first": "William", "last": "Darlington"}, "bio": {"birthday": "1782-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000295", "govtrack": 403330, "icpsr": 2549, "wikipedia": "James DeWolf", "wikidata": "Q5618956", "google_entity_id": "kg:/m/0d1yy1"}, "name": {"first": "James", "last": "De Wolf"}, "bio": {"birthday": "1764-03-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1821-12-03", "end": "1825-12-31", "state": "RI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000238", "govtrack": 403376, "icpsr": 2498, "house_history": 12126, "wikipedia": "George Denison", "wikidata": "Q5538485", "google_entity_id": "kg:/m/027hjs2"}, "name": {"first": "George", "last": "Denison"}, "bio": {"birthday": "1790-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "D000531", "govtrack": 403639, "wikipedia": "James Duncan (Pennsylvania)", "house_history": 12490, "wikidata": "Q6132921", "google_entity_id": "kg:/m/027gwqz"}, "name": {"first": "James", "last": "Duncan"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": -1}]}, {"id": {"bioguide": "E000230", "govtrack": 403915, "icpsr": 3001, "wikipedia": "William Eustis", "house_history": 12886, "wikidata": "Q661668", "google_entity_id": "kg:/m/034v3c"}, "name": {"first": "William", "last": "Eustis"}, "bio": {"birthday": "1753-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "F000122", "govtrack": 404078, "icpsr": 3146, "wikipedia": "William Findlay (governor)", "wikidata": "Q731215", "google_entity_id": "kg:/m/0293dd"}, "name": {"first": "William", "last": "Findlay"}, "bio": {"birthday": "1768-06-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1821-12-03", "end": "1827-03-03", "state": "PA", "class": 1, "party": "Jackson"}]}, {"id": {"bioguide": "F000281", "govtrack": 404231, "icpsr": 3284, "wikipedia": "Thomas Forrest", "house_history": 13327, "wikidata": "Q6148166", "google_entity_id": "kg:/m/0crwqv"}, "name": {"first": "Thomas", "last": "Forrest"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "G000114", "govtrack": 404486, "icpsr": 3521, "wikipedia": "John Gebhard", "house_history": 13703, "wikidata": "Q2506532", "google_entity_id": "kg:/m/02rks9_"}, "name": {"first": "John", "last": "Gebhard"}, "bio": {"birthday": "1782-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 13, "party": "Federalist"}]}, {"id": {"bioguide": "G000496", "govtrack": 404841, "icpsr": 3854, "house_history": 14187, "wikipedia": "Samuel Gross (politician)", "wikidata": "Q7411547", "google_entity_id": "kg:/m/026hg63"}, "name": {"first": "Samuel", "last": "Gross"}, "bio": {"birthday": "1776-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000248", "govtrack": 405126, "icpsr": 4109, "house_history": 14591, "wikipedia": "Mark Harris (Maine politician)", "wikidata": "Q131923", "google_entity_id": "kg:/m/0d74q9"}, "name": {"first": "Mark", "last": "Harris"}, "bio": {"birthday": "1779-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "ME", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000366", "govtrack": 405235, "icpsr": 4211, "house_history": 14731, "wikipedia": "James Hawkes (congressman)", "wikidata": "Q2947178", "google_entity_id": "kg:/m/03ch6ht"}, "name": {"first": "James", "last": "Hawkes"}, "bio": {"birthday": "1776-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "H000533", "govtrack": 405395, "wikipedia": "Joseph Marion Hern\u00e1ndez", "house_history": 14946, "wikidata": "Q1707585", "google_entity_id": "kg:/m/086b__"}, "name": {"first": "Joseph", "middle": "Marion", "last": "Hern\u00e1ndez"}, "bio": {"birthday": "1788-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "FL", "district": -1}]}, {"id": {"bioguide": "H000602", "govtrack": 405463, "icpsr": 4419, "wikipedia": "Mark Langdon Hill", "house_history": 15030, "wikidata": "Q1900202", "google_entity_id": "kg:/m/0cnzrg"}, "name": {"first": "Mark", "middle": "Langdon", "last": "Hill"}, "bio": {"birthday": "1772-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "ME", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000890", "govtrack": 405736, "icpsr": 4674, "wikipedia": "Thomas H. Hubbard", "house_history": 15384, "wikidata": "Q7790288", "google_entity_id": "kg:/m/02rkx3m"}, "name": {"first": "Thomas", "middle": "Hill", "last": "Hubbard"}, "bio": {"birthday": "1781-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "J000010", "govtrack": 405917, "icpsr": 4848, "wikipedia": "Edward B. Jackson", "house_history": 15705, "wikidata": "Q1291615", "google_entity_id": "kg:/m/02x402q"}, "name": {"first": "Edward", "middle": "Brake", "last": "Jackson"}, "bio": {"birthday": "1793-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "J000218", "govtrack": 412059, "icpsr": 5029, "wikipedia": "Francis Jones (American politician)", "house_history": 15968, "wikidata": "Q1441590", "google_entity_id": "kg:/m/0cgl9c"}, "name": {"first": "Francis", "last": "Jones"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "TN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "TN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "TN", "district": 3, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "J000228", "govtrack": 406121, "icpsr": 5039, "wikipedia": "James Jones (Virginia)", "house_history": 15980, "wikidata": "Q194782", "google_entity_id": "kg:/m/03c3002"}, "name": {"first": "James", "last": "Jones"}, "bio": {"birthday": "1772-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "K000160", "govtrack": 406324, "icpsr": 5226, "house_history": 16277, "wikipedia": "Elias Keyes", "wikidata": "Q1329079", "google_entity_id": "kg:/m/0267f7t"}, "name": {"first": "Elias", "last": "Keyes"}, "bio": {"birthday": "1758-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VT", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "K000235", "govtrack": 406394, "icpsr": 5292, "wikipedia": "Joseph Kirkland (congressman)", "house_history": 16372, "wikidata": "Q3389103", "google_entity_id": "kg:/m/03cj8v1"}, "name": {"first": "Joseph", "last": "Kirkland"}, "bio": {"birthday": "1770-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 16, "party": "Federalist"}]}, {"id": {"bioguide": "L000483", "govtrack": 406971, "icpsr": 5815, "wikipedia": "William Lowndes (congressman)", "house_history": 17196, "wikidata": "Q1601626", "google_entity_id": "kg:/m/033f2n"}, "name": {"first": "William", "last": "Lowndes"}, "bio": {"gender": "M", "birthday": "1782-02-11"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "SC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000321", "govtrack": 407332, "icpsr": 6140, "wikipedia": "Richard McCarty (U.S. politician)", "house_history": 17723, "wikidata": "Q1287699", "google_entity_id": "kg:/m/02w984q"}, "name": {"first": "Richard", "last": "McCarty"}, "bio": {"birthday": "1780-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M000602", "govtrack": 407591, "icpsr": 6384, "wikipedia": "James McSherry (Pennsylvania)", "house_history": 18079, "wikidata": "Q6139567", "google_entity_id": "kg:/m/0krz1z"}, "name": {"first": "James", "last": "McSherry"}, "bio": {"birthday": "1776-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 5, "party": "Federalist"}]}, {"id": {"bioguide": "M000786", "govtrack": 407764, "icpsr": 6539, "house_history": 18313, "wikipedia": "William Milnor", "wikidata": "Q8015661", "google_entity_id": "kg:/m/0273jl6"}, "name": {"first": "William", "last": "Milnor"}, "bio": {"birthday": "1769-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "PA", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "PA", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 1, "party": "Federalist"}]}, {"id": {"bioguide": "M000872", "govtrack": 407844, "icpsr": 6607, "wikipedia": "Thomas Montgomery (American politician)", "house_history": 18427, "wikidata": "Q2426163", "google_entity_id": "kg:/m/02rjzyk"}, "name": {"first": "Thomas", "last": "Montgomery"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "KY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "M000916", "govtrack": 407888, "icpsr": 6650, "wikipedia": "Samuel Moore (congressman)", "house_history": 18481, "wikidata": "Q7412212", "google_entity_id": "kg:/m/027hkb_"}, "name": {"first": "Samuel", "last": "Moore"}, "bio": {"birthday": "1774-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000920", "govtrack": 412079, "icpsr": 6654, "wikipedia": "Thomas Love Moore", "house_history": 18486, "wikidata": "Q2425661", "google_entity_id": "kg:/m/058_38"}, "name": {"first": "Thomas", "middle": "Love", "last": "Moore"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "M001115", "govtrack": 408078, "icpsr": 6825, "house_history": 18719, "wikipedia": "Thomas Murray, Jr.", "wikidata": "Q7792626", "google_entity_id": "kg:/m/027hk6w"}, "name": {"first": "Thomas", "last": "Murray", "suffix": "Jr."}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "N000035", "govtrack": 408125, "icpsr": 6865, "wikipedia": "Hugh Nelson (congressman)", "house_history": 18878, "wikidata": "Q198298", "google_entity_id": "kg:/m/03c2_jn"}, "name": {"first": "Hugh", "last": "Nelson"}, "bio": {"birthday": "1768-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "N000037", "govtrack": 408127, "icpsr": 6867, "wikipedia": "John Nelson (lawyer)", "house_history": 18880, "wikidata": "Q1701201", "google_entity_id": "kg:/m/039bjx"}, "name": {"first": "John", "last": "Nelson"}, "bio": {"birthday": "1791-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MD", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "N000058", "govtrack": 408146, "icpsr": 6886, "wikipedia": "Anthony New", "house_history": 18909, "wikidata": "Q389351", "google_entity_id": "kg:/m/09x9mp"}, "name": {"first": "Anthony", "last": "New"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "VA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "VA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "KY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "O000142", "govtrack": 408393, "icpsr": 7122, "wikipedia": "James Overstreet", "house_history": 19241, "wikidata": "Q1169901", "google_entity_id": "kg:/m/02wvkx2"}, "name": {"first": "James", "last": "Overstreet"}, "bio": {"birthday": "1773-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "SC", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "P000131", "govtrack": 412085, "icpsr": 7256, "wikipedia": "Walter Patterson (U.S. politician)", "house_history": 19439, "wikidata": "Q774546", "google_entity_id": "kg:/m/02x21bl"}, "name": {"first": "Walter", "last": "Patterson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 5, "party": "Federalist"}]}, {"id": {"bioguide": "P000310", "govtrack": 412086, "icpsr": 7414, "wikipedia": "John Phillips (politician)", "house_history": 19658, "wikidata": "Q6252831", "google_entity_id": "kg:/m/027hkhg"}, "name": {"first": "John", "last": "Phillips"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 3, "party": "Federalist"}]}, {"id": {"bioguide": "P000342", "govtrack": 408739, "icpsr": 7444, "wikipedia": "Jeremiah H. Pierson", "house_history": 19702, "wikidata": "Q328634", "google_entity_id": "kg:/m/02rkrxl"}, "name": {"first": "Jeremiah", "middle": "Halsey", "last": "Pierson"}, "bio": {"birthday": "1766-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000362", "govtrack": 408758, "icpsr": 7463, "wikipedia": "William Pinkney", "house_history": 19728, "wikidata": "Q1376159", "google_entity_id": "kg:/m/02_1tm"}, "name": {"first": "William", "last": "Pinkney"}, "bio": {"birthday": "1764-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "MD", "district": 3, "party": "Democratic Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1819-12-06", "end": "1821-03-03", "state": "MD", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1821-12-03", "end": "1823-03-03", "state": "MD", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000125", "govtrack": 409104, "icpsr": 7792, "wikipedia": "Philip Reed", "house_history": 20236, "wikidata": "Q6065941", "google_entity_id": "kg:/m/05r_ht"}, "name": {"first": "Philip", "last": "Reed"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1806-01-01", "end": "1813-03-03", "state": "MD", "class": 3, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MD", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "R000151", "govtrack": 409128, "icpsr": 7813, "wikipedia": "Robert R. Reid", "house_history": 20272, "wikidata": "Q886034", "google_entity_id": "kg:/m/04bkz_"}, "name": {"first": "Robert", "middle": "Raymond", "last": "Reid"}, "bio": {"birthday": "1789-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "R000181", "govtrack": 409157, "icpsr": 7838, "wikipedia": "John Rhea", "house_history": 20310, "wikidata": "Q1701561", "google_entity_id": "kg:/m/0cgl5l"}, "name": {"first": "John", "last": "Rhea"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "TN", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "TN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000322", "govtrack": 409293, "icpsr": 7962, "wikipedia": "George Robertson (congressman)", "house_history": 20484, "wikidata": "Q1508191", "google_entity_id": "kg:/m/02rt31d"}, "name": {"first": "George", "last": "Robertson"}, "bio": {"birthday": "1790-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "KY", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "KY", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "KY", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "R000501", "govtrack": 409460, "icpsr": 8108, "wikipedia": "Charles H. Ruggles", "house_history": 20704, "wikidata": "Q1125970", "google_entity_id": "kg:/m/02rkmx7"}, "name": {"first": "Charles", "middle": "Herman", "last": "Ruggles"}, "bio": {"birthday": "1789-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 7, "party": "Federalist"}]}, {"id": {"bioguide": "R000519", "govtrack": 409477, "icpsr": 8122, "wikipedia": "John Russ", "house_history": 20726, "wikidata": "Q1701624", "google_entity_id": "kg:/m/0fhll7"}, "name": {"first": "John", "last": "Russ"}, "bio": {"gender": "M", "birthday": "1767-10-29"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "CT", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "R000531", "govtrack": 409489, "icpsr": 8133, "wikipedia": "Jonathan Russell", "wikidata": "Q1420730", "google_entity_id": "kg:/m/05vz23y"}, "name": {"first": "Jonathan", "last": "Russell"}, "bio": {"birthday": "1771-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "S000400", "govtrack": 409894, "wikipedia": "Solomon Sibley", "house_history": 21635, "wikidata": "Q991360", "google_entity_id": "kg:/m/03pksm"}, "name": {"first": "Solomon", "last": "Sibley"}, "bio": {"birthday": "1769-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MI", "district": -1}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MI", "district": -1}]}, {"id": {"bioguide": "S000575", "govtrack": 410057, "icpsr": 8656, "wikipedia": "John Speed Smith", "house_history": 21846, "wikidata": "Q1701790", "google_entity_id": "kg:/m/02rhkkf"}, "name": {"first": "John", "middle": "Speed", "last": "Smith"}, "bio": {"birthday": "1792-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "KY", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "S000722", "govtrack": 410191, "icpsr": 8782, "wikipedia": "Elijah Spencer", "house_history": 22029, "wikidata": "Q5360994", "google_entity_id": "kg:/m/02rkp5h"}, "name": {"first": "Elijah", "last": "Spencer"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "S000871", "govtrack": 410333, "icpsr": 8901, "wikipedia": "Micah Sterling", "house_history": 22217, "wikidata": "Q3915857", "google_entity_id": "kg:/m/02rktrl"}, "name": {"first": "Micah", "last": "Sterling"}, "bio": {"birthday": "1784-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 18, "party": "Federalist"}]}, {"id": {"bioguide": "T000438", "govtrack": 411006, "wikipedia": "Selah Tuthill", "house_history": 23172, "wikidata": "Q82465", "google_entity_id": "kg:/m/02rkwdy"}, "name": {"first": "Selah", "last": "Tuthill"}, "bio": {"birthday": "1771-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": -1}]}, {"id": {"bioguide": "U000024", "govtrack": 411047, "icpsr": 9569, "wikipedia": "Nathaniel Upham", "house_history": 20859, "wikidata": "Q1966806", "google_entity_id": "kg:/m/0283vpm"}, "name": {"first": "Nathaniel", "last": "Upham"}, "bio": {"birthday": "1774-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "V000055", "govtrack": 411097, "icpsr": 9631, "wikipedia": "Solomon Van Rensselaer", "house_history": 20940, "wikidata": "Q1108131", "google_entity_id": "kg:/m/055st3"}, "name": {"first": "Solomon", "middle": "Van Vechten", "last": "Van Rensselaer"}, "bio": {"birthday": "1774-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 9, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 9, "party": "Federalist"}]}, {"id": {"bioguide": "V000059", "govtrack": 411101, "icpsr": 9635, "wikipedia": "Thomas Van Swearingen", "house_history": 20944, "wikidata": "Q2427837", "google_entity_id": "kg:/m/02rtr27"}, "name": {"first": "Thomas", "last": "Van Swearingen"}, "bio": {"birthday": "1784-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "W000050", "govtrack": 411229, "icpsr": 9738, "wikipedia": "Felix Walker (American politician)", "house_history": 23276, "wikidata": "Q1403882", "google_entity_id": "kg:/m/05kybp"}, "name": {"first": "Felix", "last": "Walker"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NC", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NC", "district": 12, "party": "Republican"}], "bio": {"birthday": "1753-07-19", "gender": "M"}}, {"id": {"bioguide": "W000118", "govtrack": 411294, "icpsr": 9800, "wikipedia": "Reuben H. Walworth", "house_history": 23352, "wikidata": "Q7317459", "google_entity_id": "kg:/m/0bylsx"}, "name": {"first": "Reuben", "middle": "Hyde", "last": "Walworth"}, "bio": {"birthday": "1788-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "W000389", "govtrack": 411549, "icpsr": 10042, "wikipedia": "Phineas White", "house_history": 23675, "wikidata": "Q2088366", "google_entity_id": "kg:/m/026h4lf"}, "name": {"first": "Phineas", "last": "White"}, "bio": {"birthday": "1770-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000421", "govtrack": 411580, "icpsr": 10069, "wikipedia": "Ezekiel Whitman", "house_history": 23713, "wikidata": "Q1386001", "google_entity_id": "kg:/m/0d74q_"}, "name": {"first": "Ezekiel", "last": "Whitman"}, "bio": {"birthday": "1776-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 15, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 15, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 15, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "ME", "district": 2, "party": "Federalist"}]}, {"id": {"bioguide": "W000554", "govtrack": 411710, "icpsr": 10196, "wikipedia": "William D. Williamson", "house_history": 23871, "wikidata": "Q888199", "google_entity_id": "kg:/m/07wvng"}, "name": {"first": "William", "middle": "Durkee", "last": "Williamson"}, "bio": {"birthday": "1779-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "ME", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "W000729", "govtrack": 411880, "icpsr": 10358, "wikipedia": "Samuel H. Woodson (Kentucky)", "house_history": 24087, "wikidata": "Q1790082", "google_entity_id": "kg:/m/02rl40q"}, "name": {"first": "Samuel", "middle": "Hughes", "last": "Woodson"}, "bio": {"birthday": "1777-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "KY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000745", "govtrack": 411894, "icpsr": 10374, "house_history": 24106, "wikipedia": "Ludwig Worman", "wikidata": "Q6699374", "google_entity_id": "kg:/m/027hjjw"}, "name": {"first": "Ludwig", "last": "Worman"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 7, "party": "Federalist"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "W000768", "govtrack": 411917, "icpsr": 10396, "wikipedia": "Robert Wright (politician)", "house_history": 24134, "wikidata": "Q881032", "google_entity_id": "kg:/m/030p5v"}, "name": {"first": "Robert", "last": "Wright"}, "bio": {"birthday": "1752-11-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1801-12-07", "end": "1807-03-03", "state": "MD", "class": 3, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MD", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MD", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MD", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MD", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MD", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B000914", "govtrack": 401870, "icpsr": 1107, "wikipedia": "Ethan Allen Brown", "wikidata": "Q880997", "google_entity_id": "kg:/m/0340k4"}, "name": {"first": "Ethan", "middle": "Allen", "last": "Brown"}, "bio": {"birthday": "1776-07-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1822-01-01", "end": "1825-03-03", "state": "OH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "K000079", "govtrack": 406248, "icpsr": 5155, "wikipedia": "William Kelly (senator)", "wikidata": "Q979510", "google_entity_id": "kg:/m/03gb28"}, "name": {"first": "William", "last": "Kelly"}, "bio": {"gender": "M", "birthday": "1786-09-22"}, "terms": [{"type": "sen", "start": "1822-01-01", "end": "1825-03-03", "state": "AL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000378", "govtrack": 406870, "icpsr": 5726, "wikipedia": "James Lloyd (Massachusetts politician)", "wikidata": "Q1680712", "google_entity_id": "kg:/m/0b12pk"}, "name": {"first": "James", "last": "Lloyd"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1808-01-01", "end": "1813-12-31", "state": "MA", "class": 1, "party": "Federalist"}, {"type": "sen", "start": "1822-01-01", "end": "1827-03-03", "state": "MA", "class": 2, "party": "Adams"}]}, {"id": {"bioguide": "R000377", "govtrack": 409347, "icpsr": 8013, "house_history": 20549, "wikipedia": "Caesar Augustus Rodney", "wikidata": "Q1025419", "google_entity_id": "kg:/m/02mgs9"}, "name": {"first": "Caesar", "middle": "Augustus", "last": "Rodney"}, "bio": {"birthday": "1772-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "sen", "start": "1822-01-01", "end": "1823-12-31", "state": "DE", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000086", "govtrack": 410668, "icpsr": 9215, "wikipedia": "John Taylor of Caroline", "wikidata": "Q6205057", "google_entity_id": "kg:/m/01bfkt"}, "name": {"first": "John", "last": "Taylor"}, "bio": {"birthday": "1753-12-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1792-01-01", "end": "1795-03-03", "state": "VA", "class": 2}, {"type": "sen", "start": "1803-10-17", "end": "1803-12-31", "state": "VA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1822-01-01", "end": "1825-03-03", "state": "VA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000003", "govtrack": 400668, "icpsr": 5, "wikipedia": "Joel Abbot (politician)", "house_history": 8250, "wikidata": "Q1519100", "google_entity_id": "kg:/m/0f6gbs"}, "name": {"first": "Joel", "last": "Abbott"}, "bio": {"birthday": "1776-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000103", "govtrack": 401105, "icpsr": 398, "wikipedia": "William Lee Ball", "house_history": 8906, "wikidata": "Q2579712", "google_entity_id": "kg:/m/027wtyq"}, "name": {"first": "William", "middle": "Lee", "last": "Ball"}, "bio": {"birthday": "1781-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "B000783", "govtrack": 401741, "icpsr": 990, "wikipedia": "Samuel Breck (politician)", "house_history": 9791, "wikidata": "Q7410981", "google_entity_id": "kg:/m/0273x64"}, "name": {"first": "Samuel", "last": "Breck"}, "bio": {"birthday": "1771-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 1}]}, {"id": {"bioguide": "B000926", "govtrack": 401883, "icpsr": 1119, "wikipedia": "John Brown (Pennsylvania)", "house_history": 9975, "wikidata": "Q6223458", "google_entity_id": "kg:/m/033zmp"}, "name": {"first": "John", "last": "Brown"}, "bio": {"birthday": "1772-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 12}]}, {"id": {"bioguide": "B001152", "govtrack": 402094, "icpsr": 1319, "wikipedia": "Hutchins Gordon Burton", "house_history": 10258, "wikidata": "Q883254", "google_entity_id": "kg:/m/02j1vr"}, "name": {"first": "Hutchins", "middle": "Gordon", "last": "Burton"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NC", "district": 2}], "bio": {"gender": "M"}}, {"id": {"bioguide": "C000015", "govtrack": 402177, "icpsr": 1390, "wikipedia": "John W. Cady", "house_history": 10460, "wikidata": "Q3388808", "google_entity_id": "kg:/m/02rksyy"}, "name": {"first": "John", "middle": "Watts", "last": "Cady"}, "bio": {"birthday": "1790-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 16}]}, {"id": {"bioguide": "C000049", "govtrack": 412023, "icpsr": 1423, "wikipedia": "Jacob Call", "house_history": 10502, "wikidata": "Q1677445", "google_entity_id": "kg:/m/02rkg9h"}, "name": {"first": "Jacob", "last": "Call"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "IN", "district": 1, "party": "Jackson Republican"}]}, {"id": {"bioguide": "C000050", "govtrack": 402210, "house_history": 10503, "wikipedia": "Richard K. Call", "wikidata": "Q885835", "google_entity_id": "kg:/m/04bk4q"}, "name": {"first": "Richard", "middle": "Keith", "last": "Call"}, "bio": {"birthday": "1792-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "FL", "district": -1}]}, {"id": {"bioguide": "C000291", "govtrack": 402433, "icpsr": 1635, "wikipedia": "John Chandler", "house_history": 10820, "wikidata": "Q5697264", "google_entity_id": "kg:/m/03yxjg"}, "name": {"first": "John", "last": "Chandler"}, "bio": {"birthday": "1762-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MA", "district": 17, "party": "Republican"}, {"type": "sen", "start": "1820-01-01", "end": "1823-03-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1823-12-01", "end": "1829-03-03", "state": "ME", "class": 2, "party": "Jackson"}]}, {"id": {"bioguide": "C000447", "govtrack": 402585, "icpsr": 1779, "wikipedia": "Lot Clark", "house_history": 11010, "wikidata": "Q6684581", "google_entity_id": "kg:/m/02rktjh"}, "name": {"first": "Lot", "last": "Clark"}, "bio": {"birthday": "1788-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 21}]}, {"id": {"bioguide": "C000635", "govtrack": 402764, "icpsr": 1945, "wikipedia": "Ela Collins", "house_history": 11247, "wikidata": "Q5352540", "google_entity_id": "kg:/m/02rkp3f"}, "name": {"first": "Ela", "last": "Collins"}, "bio": {"birthday": "1786-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 20}]}, {"id": {"bioguide": "C001020", "govtrack": 403127, "icpsr": 2281, "wikipedia": "Joshua Cushman", "house_history": 11727, "wikidata": "Q1708556", "google_entity_id": "kg:/m/02rjwln"}, "name": {"first": "Joshua", "last": "Cushman"}, "bio": {"birthday": "1761-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "ME", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "ME", "district": 4}]}, {"id": {"bioguide": "D000568", "govtrack": 403671, "icpsr": 2788, "wikipedia": "Job Durfee", "house_history": 12533, "wikidata": "Q1357221", "google_entity_id": "kg:/m/0cshx8"}, "name": {"first": "Job", "last": "Durfee"}, "bio": {"birthday": "1790-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "RI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "RI", "district": -1}]}, {"id": {"bioguide": "D000584", "govtrack": 403687, "icpsr": 2802, "wikipedia": "Justin Dwinell", "house_history": 12551, "wikidata": "Q6317547", "google_entity_id": "kg:/m/02rktcp"}, "name": {"first": "Justin", "last": "Dwinell"}, "bio": {"birthday": "1785-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 22}]}, {"id": {"bioguide": "E000025", "govtrack": 412036, "icpsr": 2829, "wikipedia": "Lewis Eaton", "house_history": 12632, "wikidata": "Q6536516", "google_entity_id": "kg:/m/02rktg2"}, "name": {"first": "Lewis", "last": "Eaton"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 12, "party": "Crawford Republican"}]}, {"id": {"bioguide": "E000040", "govtrack": 403735, "icpsr": 2841, "wikipedia": "Samuel Eddy", "house_history": 12650, "wikidata": "Q2218180", "google_entity_id": "kg:/m/02rjz3f"}, "name": {"first": "Samuel", "last": "Eddy"}, "bio": {"birthday": "1769-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "RI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "RI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "RI", "district": -1}]}, {"id": {"bioguide": "E000070", "govtrack": 403763, "icpsr": 2865, "wikipedia": "Henry W. Edwards", "house_history": 12687, "wikidata": "Q880510", "google_entity_id": "kg:/m/01z__t"}, "name": {"first": "Henry", "middle": "Waggaman", "last": "Edwards"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1823-12-01", "end": "1827-03-03", "state": "CT", "class": 1, "party": "Jackson"}]}, {"id": {"bioguide": "E000137", "govtrack": 403828, "icpsr": 2926, "wikipedia": "William Cox Ellis", "house_history": 12763, "wikidata": "Q13219612", "google_entity_id": "kg:/m/027hhrd"}, "name": {"first": "William", "middle": "Cox", "last": "Ellis"}, "bio": {"birthday": "1787-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": -1}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 9}]}, {"id": {"bioguide": "F000249", "govtrack": 404202, "icpsr": 3257, "wikipedia": "Charles A. Foote", "house_history": 13288, "wikidata": "Q2039912", "google_entity_id": "kg:/m/02rkmpc"}, "name": {"first": "Charles", "middle": "Augustus", "last": "Foote"}, "bio": {"birthday": "1785-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 11}]}, {"id": {"bioguide": "F000291", "govtrack": 404241, "icpsr": 3293, "wikipedia": "Walter Forward", "house_history": 13338, "wikidata": "Q1605667", "google_entity_id": "kg:/m/039wv_"}, "name": {"first": "Walter", "last": "Forward"}, "bio": {"birthday": "1786-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 16}]}, {"id": {"bioguide": "F000391", "govtrack": 412040, "icpsr": 3379, "wikipedia": "Joel Frost", "house_history": 13463, "wikidata": "Q501915", "google_entity_id": "kg:/m/02rkrzn"}, "name": {"first": "Joel", "last": "Frost"}, "bio": {"gender": "M", "birthday": "1765-09-28"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 4, "party": "Crawford Republican"}]}, {"id": {"bioguide": "F000413", "govtrack": 404355, "icpsr": 3400, "wikipedia": "Timothy Fuller", "house_history": 13492, "wikidata": "Q2435178", "google_entity_id": "kg:/m/02rk0c9"}, "name": {"first": "Timothy", "last": "Fuller"}, "bio": {"birthday": "1778-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "G000099", "govtrack": 404471, "icpsr": 3507, "house_history": 13686, "wikipedia": "Alfred Moore Gatlin", "wikidata": "Q2645524", "google_entity_id": "kg:/m/0b6crr"}, "name": {"first": "Alfred", "middle": "Moore", "last": "Gatlin"}, "bio": {"birthday": "1790-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NC", "district": 1, "party": "Crawford Republican"}]}, {"id": {"bioguide": "G000109", "govtrack": 404481, "icpsr": 3516, "wikipedia": "James W. Gazlay", "house_history": 13696, "wikidata": "Q1681242", "google_entity_id": "kg:/m/02rm1h8"}, "name": {"first": "James", "middle": "William", "last": "Gazlay"}, "bio": {"birthday": "1784-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "OH", "district": 1}]}, {"id": {"bioguide": "H000309", "govtrack": 405182, "icpsr": 4164, "wikipedia": "Matthew Harvey", "house_history": 14666, "wikidata": "Q1909518", "google_entity_id": "kg:/m/085nzr"}, "name": {"first": "Matthew", "last": "Harvey"}, "bio": {"birthday": "1781-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NH", "district": -1}]}, {"id": {"bioguide": "H000410", "govtrack": 405277, "icpsr": 4249, "wikipedia": "William Hayward Jr.", "house_history": 14787, "wikidata": "Q2655576", "google_entity_id": "kg:/m/0dz3y6"}, "name": {"first": "William", "last": "Hayward", "suffix": "Jr."}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MD", "district": 7}]}, {"id": {"bioguide": "H000529", "govtrack": 405391, "icpsr": 4353, "wikipedia": "John Herkimer", "house_history": 14940, "wikidata": "Q2655217", "google_entity_id": "kg:/m/023xtf"}, "name": {"first": "John", "last": "Herkimer"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "H000700", "govtrack": 405553, "icpsr": 4503, "wikipedia": "James L. Hogeboom", "house_history": 15149, "wikidata": "Q1530406", "google_entity_id": "kg:/m/02rkr8f"}, "name": {"first": "James", "middle": "Lawrence", "last": "Hogeboom"}, "bio": {"birthday": "1766-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 9}]}, {"id": {"bioguide": "H000761", "govtrack": 405612, "icpsr": 4556, "house_history": 15226, "wikipedia": "Charles Hooks", "wikidata": "Q1064868", "google_entity_id": "kg:/m/09yl7b"}, "name": {"first": "Charles", "last": "Hooks"}, "bio": {"birthday": "1768-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NC", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "J000085", "govtrack": 405987, "icpsr": 4914, "wikipedia": "Lemuel Jenkins", "house_history": 15802, "wikidata": "Q1153232", "google_entity_id": "kg:/m/02rktdq"}, "name": {"first": "Lemuel", "last": "Jenkins"}, "bio": {"birthday": "1789-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 7}]}, {"id": {"bioguide": "J000154", "govtrack": 406052, "icpsr": 4973, "wikipedia": "John Telemachus Johnson", "house_history": 15885, "wikidata": "Q1701906", "google_entity_id": "kg:/m/02rhkm4"}, "name": {"first": "John", "middle": "Telemachus", "last": "Johnson"}, "bio": {"birthday": "1788-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "KY", "district": 5}]}, {"id": {"bioguide": "L000138", "govtrack": 406643, "icpsr": 5515, "wikipedia": "Samuel Lawrence (congressman)", "house_history": 16769, "wikidata": "Q7411980", "google_entity_id": "kg:/m/03cjjvz"}, "name": {"first": "Samuel", "last": "Lawrence"}, "bio": {"birthday": "1773-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 25}]}, {"id": {"bioguide": "L000196", "govtrack": 406699, "icpsr": 5560, "wikipedia": "John Lee (Maryland politician)", "house_history": 16839, "wikidata": "Q1287828", "google_entity_id": "kg:/m/02rl44h"}, "name": {"first": "John", "last": "Lee"}, "bio": {"birthday": "1788-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MD", "district": 4}]}, {"id": {"bioguide": "L000216", "govtrack": 406720, "icpsr": 5584, "wikipedia": "Jabez Leftwich", "house_history": 16861, "wikidata": "Q1335767", "google_entity_id": "kg:/m/026_jhq"}, "name": {"first": "Jabez", "last": "Leftwich"}, "bio": {"birthday": "1765-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 7}]}, {"id": {"bioguide": "L000346", "govtrack": 406838, "icpsr": 5696, "wikipedia": "Elisha Litchfield", "house_history": 17025, "wikidata": "Q4250399", "google_entity_id": "kg:/m/02rkp6w"}, "name": {"first": "Elisha", "last": "Litchfield"}, "bio": {"birthday": "1785-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 23}]}, {"id": {"bioguide": "L000362", "govtrack": 406854, "icpsr": 5711, "wikipedia": "Arthur Livermore", "house_history": 17044, "wikidata": "Q710430", "google_entity_id": "kg:/m/0284ptc"}, "name": {"first": "Arthur", "last": "Livermore"}, "bio": {"birthday": "1766-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "L000430", "govtrack": 406921, "icpsr": 5768, "wikipedia": "Stephen Longfellow", "house_history": 17128, "wikidata": "Q1453177", "google_entity_id": "kg:/m/02rv9s4"}, "name": {"first": "Stephen", "last": "Longfellow"}, "bio": {"birthday": "1775-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "ME", "district": 2}]}, {"id": {"bioguide": "M000245", "govtrack": 407263, "icpsr": 6078, "house_history": 17626, "wikipedia": "James Matlack", "wikidata": "Q1680773", "google_entity_id": "kg:/m/02z3rzg"}, "name": {"first": "James", "last": "Matlack"}, "bio": {"birthday": "1775-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NJ", "district": -1}]}, {"id": {"bioguide": "M000247", "govtrack": 407265, "icpsr": 6080, "wikipedia": "Aaron Matson", "house_history": 17628, "wikidata": "Q180092", "google_entity_id": "kg:/m/027y1nk"}, "name": {"first": "Aaron", "last": "Matson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NH", "district": -1}]}, {"id": {"bioguide": "M000299", "govtrack": 407314, "icpsr": 6125, "wikipedia": "Duncan McArthur", "house_history": 17691, "wikidata": "Q888413", "google_entity_id": "kg:/m/0340b0"}, "name": {"first": "Duncan", "last": "McArthur"}, "bio": {"birthday": "1772-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "OH", "district": -1}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "OH", "district": 6}]}, {"id": {"bioguide": "M000475", "govtrack": 407473, "icpsr": 6274, "wikipedia": "Joseph McIlvaine", "wikidata": "Q728403", "google_entity_id": "kg:/m/0b212q"}, "name": {"first": "Joseph", "last": "McIlvaine"}, "bio": {"birthday": "1769-10-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1823-12-01", "end": "1827-03-03", "state": "NJ", "class": 1, "party": "Adams"}]}, {"id": {"bioguide": "N000018", "govtrack": 412082, "icpsr": 6852, "wikipedia": "Raphael Neale", "house_history": 18858, "wikidata": "Q250676", "google_entity_id": "kg:/m/026wv94"}, "name": {"first": "Raphael", "last": "Neale"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MD", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MD", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MD", "district": 1}], "bio": {"gender": "M"}}, {"id": {"bioguide": "O000068", "govtrack": 408341, "icpsr": 7056, "wikipedia": "Henry Olin", "house_history": 19151, "wikidata": "Q1607105", "google_entity_id": "kg:/m/0fmtz7"}, "name": {"first": "Henry", "last": "Olin"}, "bio": {"birthday": "1768-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VT", "district": 3}]}, {"id": {"bioguide": "O000139", "govtrack": 412084, "icpsr": 7119, "wikipedia": "George Outlaw", "house_history": 19238, "wikidata": "Q1308703", "google_entity_id": "kg:/m/04gmd6"}, "name": {"first": "George", "last": "Outlaw"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NC", "district": 2}]}, {"id": {"bioguide": "P000122", "govtrack": 408530, "icpsr": 7247, "house_history": 19426, "wikipedia": "John Patterson (Ohio politician)", "wikidata": "Q6252122", "google_entity_id": "kg:/m/0280z2q"}, "name": {"first": "John", "last": "Patterson"}, "bio": {"birthday": "1771-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "OH", "district": 10}]}, {"id": {"bioguide": "P000128", "govtrack": 408536, "icpsr": 7253, "wikipedia": "Thomas Patterson (Pennsylvania politician)", "house_history": 19435, "wikidata": "Q7793056", "google_entity_id": "kg:/m/0276xqh"}, "name": {"first": "Thomas", "last": "Patterson"}, "bio": {"birthday": "1764-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "P000394", "govtrack": 408788, "icpsr": 7494, "wikipedia": "William Plumer, Jr.", "house_history": 19765, "wikidata": "Q1495084", "google_entity_id": "kg:/m/02rj_xj"}, "name": {"first": "William", "last": "Plumer", "suffix": "Jr."}, "bio": {"birthday": "1789-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NH", "district": -1}]}, {"id": {"bioguide": "P000540", "govtrack": 408924, "icpsr": 7626, "wikipedia": "William Prince (Indiana)", "house_history": 19947, "wikidata": "Q120055", "google_entity_id": "kg:/m/02rklf4"}, "name": {"first": "William", "last": "Prince"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "IN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000173", "govtrack": 409149, "icpsr": 7831, "wikipedia": "James B. Reynolds", "house_history": 20300, "wikidata": "Q1679991", "google_entity_id": "kg:/m/0cgl8b"}, "name": {"first": "James", "middle": "B.", "last": "Reynolds"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "TN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "TN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "R000207", "govtrack": 409183, "icpsr": 7862, "wikipedia": "Charles Rich (U.S. Representative)", "house_history": 20340, "wikidata": "Q13219989", "google_entity_id": "kg:/m/026l6rd"}, "name": {"first": "Charles", "last": "Rich"}, "bio": {"birthday": "1771-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000210", "govtrack": 409186, "wikipedia": "Gabriel Richard", "house_history": 20343, "wikidata": "Q1489605", "google_entity_id": "kg:/m/08p9zy"}, "name": {"first": "Gabriel", "last": "Richard"}, "bio": {"birthday": "1767-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MI", "district": -1}]}, {"id": {"bioguide": "R000216", "govtrack": 409192, "icpsr": 7871, "wikipedia": "John Richards (U.S. politician)", "house_history": 20350, "wikidata": "Q4249810", "google_entity_id": "kg:/m/02vwqv3"}, "name": {"first": "John", "last": "Richards"}, "bio": {"birthday": "1765-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 19}]}, {"id": {"bioguide": "R000360", "govtrack": 409331, "icpsr": 7998, "wikipedia": "William B. Rochester", "house_history": 20527, "wikidata": "Q2577927", "google_entity_id": "kg:/m/02rnrkl"}, "name": {"first": "William", "middle": "Beatty", "last": "Rochester"}, "bio": {"birthday": "1789-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": -1}]}, {"id": {"bioguide": "R000403", "govtrack": 409370, "icpsr": 8034, "wikipedia": "Thomas Jones Rogers", "house_history": 20583, "wikidata": "Q7791386", "google_entity_id": "kg:/m/026tf_s"}, "name": {"first": "Thomas", "middle": "Jones", "last": "Rogers"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "R000456", "govtrack": 409420, "icpsr": 8078, "wikipedia": "Thomas R. Ross", "house_history": 20646, "wikidata": "Q1239977", "google_entity_id": "kg:/m/02rm35m"}, "name": {"first": "Thomas", "middle": "Randolph", "last": "Ross"}, "bio": {"birthday": "1788-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "OH", "district": 2}]}, {"id": {"bioguide": "S000040", "govtrack": 412094, "icpsr": 8202, "wikipedia": "James T. Sandford", "house_history": 21181, "wikidata": "Q1284753", "google_entity_id": "kg:/m/0cgld3"}, "name": {"first": "James", "middle": "T.", "last": "Sandford"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "TN", "district": 6}]}, {"id": {"bioguide": "S000297", "govtrack": 409796, "icpsr": 8409, "wikipedia": "Peter Sharpe", "house_history": 21504, "wikidata": "Q82451", "google_entity_id": "kg:/m/02rkvd6"}, "name": {"first": "Peter", "last": "Sharpe"}, "bio": {"birthday": "1777-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": -1}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 3}]}, {"id": {"bioguide": "S000397", "govtrack": 409891, "icpsr": 8499, "wikipedia": "Jonas Sibley", "house_history": 21632, "wikidata": "Q1703020", "google_entity_id": "kg:/m/02rjw6m"}, "name": {"first": "Jonas", "last": "Sibley"}, "bio": {"birthday": "1762-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MA", "district": 5}]}, {"id": {"bioguide": "S000515", "govtrack": 410000, "icpsr": 8601, "wikipedia": "Arthur Smith (U.S. Representative)", "house_history": 21779, "wikidata": "Q711549", "google_entity_id": "kg:/m/03c2_d3"}, "name": {"first": "Arthur", "last": "Smith"}, "bio": {"birthday": "1785-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 2}]}, {"id": {"bioguide": "S000694", "govtrack": 410165, "icpsr": 8757, "house_history": 21995, "wikipedia": "Richard Dobbs Spaight Jr.", "wikidata": "Q884075", "google_entity_id": "kg:/m/02j1nz"}, "name": {"first": "Richard", "middle": "Dobbs", "last": "Spaight", "suffix": "Jr."}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NC", "district": 4}]}, {"id": {"bioguide": "S000864", "govtrack": 410326, "icpsr": 8894, "wikipedia": "James Stephenson (congressman)", "house_history": 22208, "wikidata": "Q1511242", "google_entity_id": "kg:/m/03c2_nj"}, "name": {"first": "James", "last": "Stephenson"}, "bio": {"birthday": "1764-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 16, "party": "Federalist"}]}, {"id": {"bioguide": "S000868", "govtrack": 410330, "icpsr": 8898, "wikipedia": "Ansel Sterling", "house_history": 22213, "wikidata": "Q569496", "google_entity_id": "kg:/m/02px5_l"}, "name": {"first": "Ansel", "last": "Sterling"}, "bio": {"birthday": "1782-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "CT", "district": -1}]}, {"id": {"bioguide": "S000943", "govtrack": 410402, "icpsr": 8966, "wikipedia": "Ebenezer Stoddard", "house_history": 22304, "wikidata": "Q1278676", "google_entity_id": "kg:/m/02pz222"}, "name": {"first": "Ebenezer", "last": "Stoddard"}, "bio": {"birthday": "1785-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "CT", "district": -1}]}, {"id": {"bioguide": "T000171", "govtrack": 410752, "icpsr": 9297, "wikipedia": "Jesse B. Thomas", "house_history": 22838, "wikidata": "Q443081", "google_entity_id": "kg:/m/085302"}, "name": {"first": "Jesse", "middle": "Burgess", "last": "Thomas"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "IN", "district": -1, "party": "Democratic Republican"}, {"type": "sen", "start": "1818-01-01", "end": "1823-03-03", "state": "IL", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1823-12-01", "end": "1829-03-03", "state": "IL", "class": 2, "party": "Adams"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "T000211", "govtrack": 410790, "icpsr": 9333, "wikipedia": "Philip Thompson (Kentucky)", "house_history": 22891, "wikidata": "Q2086483", "google_entity_id": "kg:/m/02rqbr1"}, "name": {"first": "Philip", "last": "Thompson"}, "bio": {"gender": "M", "birthday": "1789-08-20"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "KY", "district": 11}]}, {"id": {"bioguide": "T000290", "govtrack": 410863, "icpsr": 9402, "wikipedia": "John Tod", "house_history": 22985, "wikidata": "Q6260945", "google_entity_id": "kg:/m/027g8nl"}, "name": {"first": "John", "last": "Tod"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "T000343", "govtrack": 410914, "icpsr": 9447, "wikipedia": "Albert H. Tracy", "house_history": 23056, "wikidata": "Q4710382", "google_entity_id": "kg:/m/02rkly_"}, "name": {"first": "Albert", "middle": "Haller", "last": "Tracy"}, "bio": {"birthday": "1793-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 30, "party": "Whig"}]}, {"id": {"bioguide": "T000397", "govtrack": 410966, "icpsr": 9496, "wikipedia": "George Tucker (politician)", "house_history": 23119, "wikidata": "Q1508382", "google_entity_id": "kg:/m/04n_vk"}, "name": {"first": "George", "last": "Tucker"}, "bio": {"birthday": "1775-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 6}]}, {"id": {"bioguide": "T000453", "govtrack": 411021, "icpsr": 9545, "wikipedia": "Jacob Tyson", "house_history": 23190, "wikidata": "Q168604", "google_entity_id": "kg:/m/02rkr2l"}, "name": {"first": "Jacob", "last": "Tyson"}, "bio": {"birthday": "1773-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 2}]}, {"id": {"bioguide": "U000003", "govtrack": 411027, "icpsr": 9550, "house_history": 20828, "wikipedia": "Daniel Udree", "wikidata": "Q5218949", "google_entity_id": "kg:/m/0270gsb"}, "name": {"first": "Daniel", "last": "Udree"}, "bio": {"birthday": "1751-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "V000037", "govtrack": 411082, "icpsr": 9613, "house_history": 20922, "wikipedia": "Nicholas Van Dyke (senator)", "wikidata": "Q1985028", "google_entity_id": "kg:/m/06btm_"}, "name": {"first": "Nicholas", "last": "Van Dyke"}, "bio": {"birthday": "1770-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "DE", "district": 0, "party": "Federalist"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "DE", "district": 0, "party": "Federalist"}, {"type": "sen", "start": "1817-12-01", "end": "1823-03-03", "state": "DE", "class": 2, "party": "Federalist"}, {"type": "sen", "start": "1823-12-01", "end": "1827-03-03", "state": "DE", "class": 2, "party": "Adams"}]}, {"id": {"bioguide": "V000068", "govtrack": 411110, "icpsr": 9644, "wikipedia": "William W. Van Wyck", "house_history": 20956, "wikidata": "Q501765", "google_entity_id": "kg:/m/02rldkw"}, "name": {"first": "William", "middle": "William", "last": "Van Wyck"}, "bio": {"birthday": "1777-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 5}]}, {"id": {"bioguide": "V000018", "govtrack": 411114, "icpsr": 9598, "house_history": 20900, "wikipedia": "Robert Brank Vance", "wikidata": "Q1675894", "google_entity_id": "kg:/m/09z362"}, "name": {"first": "Robert", "middle": "Brank", "last": "Vance"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NC", "district": 12}]}, {"id": {"bioguide": "W000148", "govtrack": 411322, "icpsr": 9827, "wikipedia": "Nicholas Ware", "wikidata": "Q372258", "google_entity_id": "kg:/m/0bj0dv"}, "name": {"first": "Nicholas", "last": "Ware"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1821-12-03", "end": "1823-03-03", "state": "GA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1823-12-01", "end": "1825-03-03", "state": "GA", "class": 2}]}, {"id": {"bioguide": "W000150", "govtrack": 411324, "icpsr": 9829, "wikipedia": "Henry Ridgely Warfield", "house_history": 23388, "wikidata": "Q895869", "google_entity_id": "kg:/m/02rh_zt"}, "name": {"first": "Henry", "middle": "Ridgely", "last": "Warfield"}, "bio": {"birthday": "1774-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MD", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MD", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MD", "district": 3}]}, {"id": {"bioguide": "W000217", "govtrack": 411385, "icpsr": 9886, "wikipedia": "Isaac Wayne", "house_history": 23477, "wikidata": "Q6077295", "google_entity_id": "kg:/m/027h2mv"}, "name": {"first": "Isaac", "last": "Wayne"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 4}]}, {"id": {"bioguide": "W000363", "govtrack": 411525, "icpsr": 10016, "wikipedia": "David White (U.S. politician)", "house_history": 23646, "wikidata": "Q1177150", "google_entity_id": "kg:/m/02rt32f"}, "name": {"first": "David", "last": "White"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "KY", "district": 6}]}, {"id": {"bioguide": "W000422", "govtrack": 411581, "icpsr": 10070, "wikipedia": "Lemuel Whitman", "house_history": 23714, "wikidata": "Q1678219", "google_entity_id": "kg:/m/02pz2jj"}, "name": {"first": "Lemuel", "last": "Whitman"}, "bio": {"birthday": "1780-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "CT", "district": -1}]}, {"id": {"bioguide": "W000505", "govtrack": 411662, "icpsr": 10150, "wikipedia": "Isaac Williams, Jr.", "house_history": 23815, "wikidata": "Q2507394", "google_entity_id": "kg:/m/026_tvl"}, "name": {"first": "Isaac", "last": "Williams", "suffix": "Jr."}, "bio": {"birthday": "1777-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "W000510", "govtrack": 411667, "icpsr": 10155, "wikipedia": "Jared Williams (Virginia)", "house_history": 23821, "wikidata": "Q1683483", "google_entity_id": "kg:/m/03c2__k"}, "name": {"first": "Jared", "last": "Williams"}, "bio": {"birthday": "1766-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 17}]}, {"id": {"bioguide": "W000540", "govtrack": 411696, "icpsr": 10182, "wikipedia": "Thomas Hill Williams", "wikidata": "Q2424740", "google_entity_id": "kg:/m/0cyt_v"}, "name": {"first": "Thomas", "middle": "Hill", "last": "Williams"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1817-12-01", "end": "1823-03-03", "state": "MS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1823-12-01", "end": "1829-03-03", "state": "MS", "class": 2, "party": "Jackson"}]}, {"id": {"bioguide": "W000586", "govtrack": 411741, "icpsr": 10226, "wikipedia": "Isaac Wilson (1780\u20131848)", "house_history": 23914, "wikidata": "Q6077328"}, "name": {"first": "Isaac", "last": "Wilson"}, "bio": {"birthday": "1780-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "W000727", "govtrack": 411879, "icpsr": 10357, "house_history": 24085, "wikipedia": "William Woods (congressman)", "wikidata": "Q8020549", "google_entity_id": "kg:/m/03cnssq"}, "name": {"first": "William", "last": "Woods"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 28}]}, {"id": {"bioguide": "B000664", "govtrack": 401626, "icpsr": 881, "wikipedia": "Charles Dominique Joseph Bouligny", "wikidata": "Q503517", "google_entity_id": "kg:/m/0d21y8"}, "name": {"first": "Charles", "middle": "Dominique Joseph", "last": "Bouligny"}, "bio": {"birthday": "1773-08-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1824-01-01", "end": "1829-03-03", "state": "LA", "class": 2, "party": "Adams"}]}, {"id": {"bioguide": "C000553", "govtrack": 402686, "icpsr": 1873, "wikipedia": "Thomas W. Cobb", "house_history": 11140, "wikidata": "Q2427932", "google_entity_id": "kg:/m/0cr71k"}, "name": {"first": "Thomas", "middle": "Willis", "last": "Cobb"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1824-01-01", "end": "1829-03-03", "state": "GA", "class": 2, "party": "Jackson"}]}, {"id": {"bioguide": "A000042", "govtrack": 400703, "icpsr": 35, "wikipedia": "Parmenio Adams", "house_history": 8313, "wikidata": "Q13219079", "google_entity_id": "kg:/m/0gtjx4"}, "name": {"first": "Parmenio", "last": "Adams"}, "bio": {"birthday": "1776-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 29}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 29, "party": "Adams"}]}, {"id": {"bioguide": "A000089", "govtrack": 400748, "icpsr": 77, "wikipedia": "Adam Rankin Alexander", "house_history": 8383, "wikidata": "Q350673", "google_entity_id": "kg:/m/0cglc2"}, "name": {"first": "Adam", "middle": "Rankin", "last": "Alexander"}, "bio": {"birthday": "1781-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "TN", "district": 9, "party": "Jacksonian Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "TN", "district": 9, "party": "Jackson"}]}, {"id": {"bioguide": "A000142", "govtrack": 400798, "icpsr": 124, "house_history": 8457, "wikipedia": "Robert Allen (Tennessee)", "wikidata": "Q2156355", "google_entity_id": "kg:/m/072453"}, "name": {"first": "Robert", "last": "Allen"}, "bio": {"birthday": "1778-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "TN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "TN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "TN", "district": 5}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "TN", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "A000157", "govtrack": 400812, "icpsr": 138, "wikipedia": "James Allison, Jr.", "house_history": 8473, "wikidata": "Q6128654", "google_entity_id": "kg:/m/027gbjp"}, "name": {"first": "James", "last": "Allison", "suffix": "Jr."}, "bio": {"birthday": "1772-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 16}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": -1}]}, {"id": {"bioguide": "A000313", "govtrack": 400957, "icpsr": 265, "wikipedia": "Henry Ashley", "house_history": 8693, "wikidata": "Q2039944", "google_entity_id": "kg:/m/02rlcff"}, "name": {"first": "Henry", "last": "Ashley"}, "bio": {"birthday": "1778-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 11, "party": "Jackson"}]}, {"id": {"bioguide": "B000023", "govtrack": 401028, "icpsr": 331, "wikipedia": "Luther Badger", "house_history": 8802, "wikidata": "Q6705487", "google_entity_id": "kg:/m/02rktkw"}, "name": {"first": "Luther", "last": "Badger"}, "bio": {"birthday": "1785-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 23, "party": "Adams"}]}, {"id": {"bioguide": "B000212", "govtrack": 401210, "icpsr": 495, "wikipedia": "David Barton (politician)", "wikidata": "Q1173663", "google_entity_id": "kg:/m/07cprm"}, "name": {"first": "David", "last": "Barton"}, "bio": {"birthday": "1783-12-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1821-12-03", "end": "1825-03-03", "state": "MO", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1825-12-05", "end": "1831-03-03", "state": "MO", "class": 3, "party": "Adams"}]}, {"id": {"bioguide": "B000255", "govtrack": 401249, "icpsr": 530, "wikipedia": "Francis Baylies", "house_history": 9107, "wikidata": "Q1441388", "google_entity_id": "kg:/m/02rhg6t"}, "name": {"first": "Francis", "last": "Baylies"}, "bio": {"birthday": "1783-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MA", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MA", "district": 12}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MA", "district": 12, "party": "Jackson"}]}, {"id": {"bioguide": "B000748", "govtrack": 401707, "icpsr": 959, "wikipedia": "William Czar Bradley", "house_history": 9745, "wikidata": "Q2578372", "google_entity_id": "kg:/m/02rj_9y"}, "name": {"first": "William", "middle": "Czar", "last": "Bradley"}, "bio": {"birthday": "1782-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VT", "district": 1, "party": "Adams"}]}, {"id": {"bioguide": "C000095", "govtrack": 402250, "icpsr": 1460, "wikipedia": "John Wilson Campbell", "house_history": 10562, "wikidata": "Q1308074", "google_entity_id": "kg:/m/02rm1wb"}, "name": {"first": "John", "middle": "Wilson", "last": "Campbell"}, "bio": {"birthday": "1782-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "OH", "district": 5, "party": "Adams"}]}, {"id": {"bioguide": "C000212", "govtrack": 402358, "icpsr": 1561, "wikipedia": "George Cary (Georgia politician)", "house_history": 10720, "wikidata": "Q1507089", "google_entity_id": "kg:/m/0gg2qz"}, "name": {"first": "George", "last": "Cary"}, "bio": {"birthday": "1789-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "GA", "district": -1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "GA", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "C000234", "govtrack": 402379, "icpsr": 1583, "wikipedia": "George Cassedy", "house_history": 10748, "wikidata": "Q1507092", "google_entity_id": "kg:/m/02vn_gc"}, "name": {"first": "George", "last": "Cassedy"}, "bio": {"birthday": "1783-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NJ", "district": -1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NJ", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "C000284", "govtrack": 402427, "icpsr": 1629, "wikipedia": "Henry H. Chambers", "wikidata": "Q382112", "google_entity_id": "kg:/m/03gb7x"}, "name": {"first": "Henry", "middle": "H.", "last": "Chambers"}, "bio": {"birthday": "1790-10-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1825-12-05", "end": "1827-03-03", "state": "AL", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "C000571", "govtrack": 402700, "icpsr": 1887, "wikipedia": "John Alexander Cocke", "house_history": 11164, "wikidata": "Q1601785", "google_entity_id": "kg:/m/0cglbr"}, "name": {"first": "John", "last": "Cocke"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "TN", "district": 2}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "TN", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "C000716", "govtrack": 402839, "icpsr": 2015, "wikipedia": "Daniel Pope Cook", "house_history": 11350, "wikidata": "Q4120844", "google_entity_id": "kg:/m/0447v7"}, "name": {"first": "Daniel", "middle": "Pope", "last": "Cook"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "IL", "district": 1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "IL", "district": 1, "party": "Adams"}]}, {"id": {"bioguide": "C000956", "govtrack": 403068, "icpsr": 2223, "house_history": 11646, "wikipedia": "George William Crump", "wikidata": "Q377260", "google_entity_id": "kg:/m/026971w"}, "name": {"first": "George", "middle": "William", "last": "Crump"}, "bio": {"birthday": "1786-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "D000342", "govtrack": 403460, "icpsr": 2592, "wikipedia": "William Dietz (politician)", "house_history": 12251, "wikidata": "Q2271939", "google_entity_id": "kg:/m/03cg7f3"}, "name": {"first": "William", "last": "Dietz"}, "bio": {"birthday": "1778-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 12, "party": "Jackson"}]}, {"id": {"bioguide": "E000021", "govtrack": 403717, "icpsr": 2825, "wikipedia": "Nehemiah Eastman", "house_history": 12627, "wikidata": "Q1974507", "google_entity_id": "kg:/m/02pjn5v"}, "name": {"first": "Nehemiah", "last": "Eastman"}, "bio": {"birthday": "1782-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NH", "district": -1, "party": "Adams"}]}, {"id": {"bioguide": "E000080", "govtrack": 403772, "icpsr": 2873, "wikipedia": "Samuel Edwards", "house_history": 12697, "wikidata": "Q7411309", "google_entity_id": "kg:/m/0273x86"}, "name": {"first": "Samuel", "last": "Edwards"}, "bio": {"birthday": "1785-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 4}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 4, "party": "Jackson"}]}, {"id": {"bioguide": "E000083", "govtrack": 403775, "icpsr": 2876, "house_history": 12700, "wikipedia": "Weldon Nathaniel Edwards", "wikidata": "Q684076", "google_entity_id": "kg:/m/09ylz4"}, "name": {"first": "Weldon", "middle": "Nathaniel", "last": "Edwards"}, "bio": {"birthday": "1788-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NC", "district": 6, "party": "Jackson"}]}, {"id": {"bioguide": "E000223", "govtrack": 403909, "icpsr": 2995, "wikipedia": "Benjamin Estil", "house_history": 12877, "wikidata": "Q219428", "google_entity_id": "kg:/m/02vrpvt"}, "name": {"first": "Benjamin", "last": "Estil"}, "bio": {"birthday": "1780-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 22, "party": "Adams"}]}, {"id": {"bioguide": "F000032", "govtrack": 403993, "icpsr": 3070, "wikipedia": "Patrick Farrelly", "house_history": 13003, "wikidata": "Q7146481", "google_entity_id": "kg:/m/026fcn9"}, "name": {"first": "Patrick", "last": "Farrelly"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 18}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 18, "party": "Jackson"}]}, {"id": {"bioguide": "F000120", "govtrack": 404076, "icpsr": 3144, "wikipedia": "John Findlay (U.S. politician)", "house_history": 13124, "wikidata": "Q6233139", "google_entity_id": "kg:/m/027gw9x"}, "name": {"first": "John", "last": "Findlay"}, "bio": {"birthday": "1766-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 11}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 11, "party": "Jackson"}]}, {"id": {"bioguide": "F000292", "govtrack": 404242, "icpsr": 3294, "wikipedia": "Nicoll Fosdick", "house_history": 13339, "wikidata": "Q7030289", "google_entity_id": "kg:/m/02rkv0w"}, "name": {"first": "Nicoll", "last": "Fosdick"}, "bio": {"birthday": "1785-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 20, "party": "Adams"}]}, {"id": {"bioguide": "G000005", "govtrack": 404382, "icpsr": 3423, "wikipedia": "John Gaillard", "wikidata": "Q1700157", "google_entity_id": "kg:/m/06rbkr"}, "name": {"first": "John", "last": "Gaillard"}, "bio": {"birthday": "1765-09-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1804-01-01", "end": "1807-03-03", "state": "SC", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1807-10-26", "end": "1813-03-03", "state": "SC", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1813-05-24", "end": "1819-03-03", "state": "SC", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1819-12-06", "end": "1825-03-03", "state": "SC", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1825-12-05", "end": "1827-03-03", "state": "SC", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "G000077", "govtrack": 404449, "icpsr": 3485, "house_history": 13658, "wikipedia": "Robert S. Garnett (congressman)", "wikidata": "Q2158685", "google_entity_id": "kg:/m/027rczv"}, "name": {"first": "Robert", "middle": "Selden", "last": "Garnett"}, "bio": {"birthday": "1789-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 12, "party": "Jackson"}]}, {"id": {"bioguide": "G000083", "govtrack": 404455, "icpsr": 3491, "house_history": 13665, "wikipedia": "Daniel Garrison", "wikidata": "Q1160809", "google_entity_id": "kg:/m/02z3r_4"}, "name": {"first": "Daniel", "last": "Garrison"}, "bio": {"birthday": "1782-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NJ", "district": -1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NJ", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "G000227", "govtrack": 404589, "icpsr": 3620, "wikipedia": "Joseph Gist", "house_history": 13852, "wikidata": "Q1707101", "google_entity_id": "kg:/m/02ry1ts"}, "name": {"first": "Joseph", "last": "Gist"}, "bio": {"birthday": "1775-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "SC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "SC", "district": 7}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "SC", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "G000346", "govtrack": 404702, "icpsr": 3727, "wikipedia": "Andrew R. Govan", "house_history": 13997, "wikidata": "Q506786", "google_entity_id": "kg:/m/02ry1v3"}, "name": {"first": "Andrew", "middle": "Robison", "last": "Govan"}, "bio": {"birthday": "1794-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "SC", "district": 4}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "SC", "district": 4, "party": "Jackson"}]}, {"id": {"bioguide": "H000250", "govtrack": 405128, "icpsr": 4111, "wikipedia": "Robert Harris (Pennsylvania politician)", "house_history": 14594, "wikidata": "Q7345280", "google_entity_id": "kg:/m/027gdgl"}, "name": {"first": "Robert", "last": "Harris"}, "bio": {"birthday": "1768-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 6}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 6, "party": "Jackson"}]}, {"id": {"bioguide": "H000312", "govtrack": 405185, "icpsr": 4167, "wikipedia": "Abraham B. Hasbrouck", "house_history": 14669, "wikidata": "Q1108127", "google_entity_id": "kg:/m/05lmhf"}, "name": {"first": "Abraham", "middle": "Bruyn", "last": "Hasbrouck"}, "bio": {"birthday": "1791-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 7, "party": "Adams"}]}, {"id": {"bioguide": "H000387", "govtrack": 405255, "icpsr": 4229, "wikipedia": "Moses Hayden", "house_history": 14758, "wikidata": "Q6915813", "google_entity_id": "kg:/m/02rktwq"}, "name": {"first": "Moses", "last": "Hayden"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 27}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 27, "party": "Adams"}]}, {"id": {"bioguide": "H000509", "govtrack": 405372, "icpsr": 4335, "wikipedia": "John Flournoy Henry", "house_history": 14916, "wikidata": "Q1700079", "google_entity_id": "kg:/m/02rhk1m"}, "name": {"first": "John", "middle": "Flournoy", "last": "Henry"}, "bio": {"birthday": "1793-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "KY", "district": 12, "party": "Adams"}]}, {"id": {"bioguide": "H000517", "govtrack": 405380, "icpsr": 4342, "wikipedia": "Robert Pryor Henry", "house_history": 14924, "wikidata": "Q2158536", "google_entity_id": "kg:/m/02rjytt"}, "name": {"first": "Robert", "middle": "Pryor", "last": "Henry"}, "bio": {"birthday": "1788-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "KY", "district": 12}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "KY", "district": 12, "party": "Jackson"}]}, {"id": {"bioguide": "H000538", "govtrack": 405400, "icpsr": 4362, "wikipedia": "Ebenezer Herrick", "house_history": 14951, "wikidata": "Q1278641", "google_entity_id": "kg:/m/02rv9sh"}, "name": {"first": "Ebenezer", "last": "Herrick"}, "bio": {"birthday": "1785-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "ME", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "ME", "district": 3}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "ME", "district": 3, "party": "Adams"}]}, {"id": {"bioguide": "H000634", "govtrack": 412052, "icpsr": 4446, "house_history": 15068, "wikipedia": "Richard Hines", "wikidata": "Q1289184", "google_entity_id": "kg:/m/0b6cnm"}, "name": {"first": "Richard", "last": "Hines"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NC", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "H000659", "govtrack": 405514, "icpsr": 4467, "wikipedia": "Aaron Hobart", "house_history": 15100, "wikidata": "Q302095", "google_entity_id": "kg:/m/02rgtxz"}, "name": {"first": "Aaron", "last": "Hobart"}, "bio": {"birthday": "1787-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MA", "district": 11}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MA", "district": 11, "party": "Adams"}]}, {"id": {"bioguide": "H000932", "govtrack": 405777, "icpsr": 4709, "wikipedia": "Daniel Hugunin, Jr.", "house_history": 15434, "wikidata": "Q5217548", "google_entity_id": "kg:/m/02rknkx"}, "name": {"first": "Daniel", "last": "Hugunin", "suffix": "Jr."}, "bio": {"birthday": "1790-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 20, "party": "Adams"}]}, {"id": {"bioguide": "H000950", "govtrack": 405794, "icpsr": 4726, "wikipedia": "Charles Humphrey", "house_history": 15457, "wikidata": "Q5079231", "google_entity_id": "kg:/m/02rl4yy"}, "name": {"first": "Charles", "last": "Humphrey"}, "bio": {"birthday": "1792-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 25, "party": "Adams"}]}, {"id": {"bioguide": "J000095", "govtrack": 405997, "icpsr": 4924, "house_history": 15813, "wikipedia": "David Jennings (congressman)", "wikidata": "Q5235630", "google_entity_id": "kg:/m/02rl_fz"}, "name": {"first": "David", "last": "Jennings"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "OH", "district": 10, "party": "Adams"}]}, {"id": {"bioguide": "J000129", "govtrack": 406028, "icpsr": 4951, "wikipedia": "Francis Johnson (congressman)", "house_history": 15855, "wikidata": "Q1306872", "google_entity_id": "kg:/m/02rmbsp"}, "name": {"first": "Francis", "last": "Johnson"}, "bio": {"birthday": "1776-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "KY", "district": 10}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "KY", "district": 10, "party": "Adams"}]}, {"id": {"bioguide": "J000143", "govtrack": 406041, "icpsr": 4965, "wikipedia": "James Johnson (Kentucky)", "house_history": 15873, "wikidata": "Q1680634", "google_entity_id": "kg:/m/02rl1sh"}, "name": {"first": "James", "last": "Johnson"}, "bio": {"birthday": "1774-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "KY", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "K000063", "govtrack": 406233, "icpsr": 5141, "wikipedia": "Charles Kellogg (congressman)", "house_history": 16159, "wikidata": "Q5079723", "google_entity_id": "kg:/m/02rkn55"}, "name": {"first": "Charles", "last": "Kellogg"}, "bio": {"birthday": "1773-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 24, "party": "Jackson"}]}, {"id": {"bioguide": "K000163", "govtrack": 406327, "icpsr": 5228, "wikipedia": "David Kidder", "house_history": 16281, "wikidata": "Q1174979", "google_entity_id": "kg:/m/0gd6v6"}, "name": {"first": "David", "last": "Kidder"}, "bio": {"birthday": "1787-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "ME", "district": 7}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "ME", "district": 7, "party": "Adams"}]}, {"id": {"bioguide": "K000254", "govtrack": 406413, "icpsr": 5311, "wikipedia": "Thomas Kittera", "house_history": 16394, "wikidata": "Q7791563", "google_entity_id": "kg:/m/026vhqy"}, "name": {"first": "Thomas", "last": "Kittera"}, "bio": {"birthday": "1789-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 2, "party": "Adams"}]}, {"id": {"bioguide": "K000324", "govtrack": 406478, "icpsr": 5365, "wikipedia": "Jacob Krebs", "house_history": 16488, "wikidata": "Q6118885", "google_entity_id": "kg:/m/027gxtb"}, "name": {"first": "Jacob", "last": "Krebs"}, "bio": {"birthday": "1782-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "L000112", "govtrack": 406618, "icpsr": 5491, "wikipedia": "Samuel Lathrop", "house_history": 16736, "wikidata": "Q1425052", "google_entity_id": "kg:/m/02rjz6w"}, "name": {"first": "Samuel", "last": "Lathrop"}, "bio": {"birthday": "1772-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MA", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MA", "district": 8}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MA", "district": 8, "party": "Adams"}]}, {"id": {"bioguide": "L000314", "govtrack": 406808, "icpsr": 5667, "wikipedia": "Enoch Lincoln", "house_history": 16983, "wikidata": "Q848334", "google_entity_id": "kg:/m/02rhfzx"}, "name": {"first": "Enoch", "last": "Lincoln"}, "bio": {"birthday": "1788-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "ME", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "ME", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "ME", "district": 5, "party": "Adams"}]}, {"id": {"bioguide": "L000376", "govtrack": 406868, "icpsr": 5724, "house_history": 17063, "wikipedia": "Edward Lloyd (Governor of Maryland)", "wikidata": "Q537226", "google_entity_id": "kg:/m/03s0p3"}, "name": {"first": "Edward", "last": "Lloyd"}, "bio": {"birthday": "1779-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MD", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MD", "district": 7, "party": "Republican"}, {"type": "sen", "start": "1819-12-06", "end": "1825-03-03", "state": "MD", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1825-12-05", "end": "1827-03-03", "state": "MD", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "M000034", "govtrack": 407062, "icpsr": 5895, "wikipedia": "Nathaniel Macon", "house_history": 17368, "wikidata": "Q1733790", "google_entity_id": "kg:/m/01ncnz"}, "name": {"first": "Nathaniel", "last": "Macon"}, "bio": {"birthday": "1757-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1791-10-24", "end": "1793-03-03", "state": "NC", "district": 2, "party": "Democratic Republican"}, {"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "NC", "district": 5, "party": "Democratic Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1815-12-04", "end": "1819-03-03", "state": "NC", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1819-12-06", "end": "1825-03-03", "state": "NC", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1825-12-05", "end": "1829-03-03", "state": "NC", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "M000135", "govtrack": 407158, "icpsr": 5985, "wikipedia": "Philip Swenk Markley", "house_history": 17495, "wikidata": "Q7184444", "google_entity_id": "kg:/m/027gdz1"}, "name": {"first": "Philip", "middle": "Swenk", "last": "Markley"}, "bio": {"birthday": "1789-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 5}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 5, "party": "Adams"}]}, {"id": {"bioguide": "M000137", "govtrack": 407160, "icpsr": 5986, "wikipedia": "William Marks (Pennsylvania)", "wikidata": "Q2579879", "google_entity_id": "kg:/m/08p_3q"}, "name": {"first": "William", "last": "Marks"}, "bio": {"birthday": "1778-10-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1825-12-05", "end": "1831-03-03", "state": "PA", "class": 3, "party": "Adams"}]}, {"id": {"bioguide": "M000198", "govtrack": 407218, "icpsr": 6038, "wikipedia": "Robert N. Martin", "house_history": 17566, "wikidata": "Q2757529", "google_entity_id": "kg:/m/0djxwx"}, "name": {"first": "Robert", "middle": "Nicols", "last": "Martin"}, "bio": {"birthday": "1798-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MD", "district": 8, "party": "Adams"}]}, {"id": {"bioguide": "M000562", "govtrack": 407554, "icpsr": 6348, "wikipedia": "William McManus", "house_history": 18028, "wikidata": "Q1530428", "google_entity_id": "kg:/m/02rky7r"}, "name": {"first": "William", "last": "McManus"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 9, "party": "Adams"}]}, {"id": {"bioguide": "M000586", "govtrack": 412168, "icpsr": 6370, "house_history": 18057, "wikipedia": "Archibald McNeill", "wikidata": "Q633356", "google_entity_id": "kg:/m/09z4zs"}, "name": {"first": "Archibald", "last": "McNeill"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NC", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NC", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "M000625", "govtrack": 407614, "icpsr": 6403, "house_history": 18105, "wikipedia": "Ezra Meech", "wikidata": "Q1386082", "google_entity_id": "kg:/m/026dqgx"}, "name": {"first": "Ezra", "last": "Meech"}, "bio": {"birthday": "1773-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VT", "district": 4, "party": "Jackson"}]}, {"id": {"bioguide": "M000651", "govtrack": 407637, "icpsr": 6424, "wikipedia": "James Meriwether", "house_history": 18139, "wikidata": "Q1680816", "google_entity_id": "kg:/m/02798l1"}, "name": {"first": "James", "last": "Meriwether"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "GA", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "M000737", "govtrack": 407714, "icpsr": 6490, "house_history": 18252, "wikipedia": "John Miller (New York politician)", "wikidata": "Q6248776", "google_entity_id": "kg:/m/03cjs5r"}, "name": {"first": "John", "last": "Miller"}, "bio": {"birthday": "1774-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 22, "party": "Adams"}]}, {"id": {"bioguide": "M000816", "govtrack": 407791, "icpsr": 6563, "wikipedia": "James S. Mitchell", "house_history": 18353, "wikidata": "Q6142670", "google_entity_id": "kg:/m/027d1jx"}, "name": {"first": "James", "middle": "S.", "last": "Mitchell"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 10}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 10, "party": "Jackson"}]}, {"id": {"bioguide": "P000250", "govtrack": 408653, "icpsr": 7363, "wikipedia": "George Peter (politician)", "house_history": 19586, "wikidata": "Q895791", "google_entity_id": "kg:/m/02rhgtq"}, "name": {"first": "George", "last": "Peter"}, "bio": {"birthday": "1779-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MD", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MD", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MD", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "P000392", "govtrack": 408786, "icpsr": 7492, "wikipedia": "George Plumer", "house_history": 19763, "wikidata": "Q5543468", "google_entity_id": "kg:/m/027g97v"}, "name": {"first": "George", "last": "Plumer"}, "bio": {"birthday": "1762-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 17}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 17, "party": "Jackson"}]}, {"id": {"bioguide": "P000404", "govtrack": 408797, "icpsr": 7503, "wikipedia": "Joel Roberts Poinsett", "house_history": 19779, "wikidata": "Q723956", "google_entity_id": "kg:/m/026jh2"}, "name": {"first": "Joel", "middle": "Roberts", "last": "Poinsett"}, "bio": {"birthday": "1779-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "SC", "district": 1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "SC", "district": -1}]}, {"id": {"bioguide": "P000448", "govtrack": 412090, "icpsr": 7541, "wikipedia": "Timothy H. Porter", "house_history": 19836, "wikidata": "Q7807231", "google_entity_id": "kg:/m/02rkxf7"}, "name": {"first": "Timothy", "middle": "H.", "last": "Porter"}, "bio": {"gender": "M", "birthday": "1785-11-28"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 28, "party": "Adams"}]}, {"id": {"bioguide": "P000478", "govtrack": 408863, "icpsr": 7569, "wikipedia": "Alfred H. Powell", "house_history": 19873, "wikidata": "Q137974", "google_entity_id": "kg:/m/02rtnrl"}, "name": {"first": "Alfred", "middle": "H.", "last": "Powell"}, "bio": {"birthday": "1781-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 17, "party": "Adams"}]}, {"id": {"bioguide": "R000054", "govtrack": 409034, "icpsr": 7729, "wikipedia": "Christopher Rankin", "house_history": 20145, "wikidata": "Q1086909", "google_entity_id": "kg:/m/02rtmyt"}, "name": {"first": "Christopher", "last": "Rankin"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MS", "district": 1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MS", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "R000447", "govtrack": 409411, "icpsr": 8069, "wikipedia": "Henry H. Ross", "house_history": 20637, "wikidata": "Q4231610", "google_entity_id": "kg:/m/02rkqh_"}, "name": {"first": "Henry", "middle": "Howard", "last": "Ross"}, "bio": {"birthday": "1790-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 19, "party": "Adams"}]}, {"id": {"bioguide": "R000471", "govtrack": 409432, "icpsr": 8087, "house_history": 20668, "wikipedia": "John Rowan (Kentucky)", "wikidata": "Q1701616", "google_entity_id": "kg:/m/08cnw0"}, "name": {"first": "John", "last": "Rowan"}, "bio": {"birthday": "1773-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1825-12-05", "end": "1831-03-03", "state": "KY", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "S000046", "govtrack": 409561, "icpsr": 8206, "wikipedia": "Joshua Sands (politician)", "house_history": 21189, "wikidata": "Q1708602", "google_entity_id": "kg:/m/0g6r6x"}, "name": {"first": "Joshua", "last": "Sands"}, "bio": {"birthday": "1757-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 2, "party": "Adams"}]}, {"id": {"bioguide": "S000176", "govtrack": 409681, "icpsr": 8302, "wikipedia": "John Scott (Missouri politician)", "house_history": 21358, "wikidata": "Q658680", "google_entity_id": "kg:/m/02rzb3q"}, "name": {"first": "John", "last": "Scott"}, "bio": {"birthday": "1785-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MO", "district": -1}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MO", "district": -1}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MO", "district": -1}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MO", "district": 1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MO", "district": 1, "party": "Adams"}]}, {"id": {"bioguide": "S000289", "govtrack": 409788, "icpsr": 8402, "house_history": 21496, "wikipedia": "Thomas Shannon (Ohio politician)", "wikidata": "Q7793893", "google_entity_id": "kg:/m/03c89tl"}, "name": {"first": "Thomas", "last": "Shannon"}, "bio": {"birthday": "1786-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "OH", "district": 10, "party": "Adams"}]}, {"id": {"bioguide": "S000626", "govtrack": 412104, "icpsr": 8696, "wikipedia": "William Smith (Virginia representative)", "house_history": 21909, "wikidata": "Q2580582", "google_entity_id": "kg:/m/0281x3f"}, "name": {"first": "William", "last": "Smith"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 21}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 21, "party": "Jackson"}]}, {"id": {"bioguide": "T000097", "govtrack": 410680, "icpsr": 9228, "wikipedia": "Robert Taylor (congressman)", "house_history": 22753, "wikidata": "Q1738831", "google_entity_id": "kg:/m/0280mh7"}, "name": {"first": "Robert", "last": "Taylor"}, "bio": {"birthday": "1763-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 11, "party": "Adams"}]}, {"id": {"bioguide": "T000125", "govtrack": 410704, "icpsr": 9254, "wikipedia": "Egbert Ten Eyck", "house_history": 22786, "wikidata": "Q5347719", "google_entity_id": "kg:/m/0ddg8b"}, "name": {"first": "Egbert", "last": "Ten Eyck"}, "bio": {"birthday": "1779-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 20}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 20, "party": "Jackson"}]}, {"id": {"bioguide": "T000227", "govtrack": 410806, "icpsr": 9348, "wikipedia": "Alexander Thomson (congressman)", "house_history": 22909, "wikidata": "Q4720222", "google_entity_id": "kg:/m/027g8vf"}, "name": {"first": "Alexander", "last": "Thomson"}, "bio": {"birthday": "1788-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 13}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 13, "party": "Jackson"}]}, {"id": {"bioguide": "T000372", "govtrack": 410941, "icpsr": 9472, "wikipedia": "David Trimble (congressman)", "house_history": 23089, "wikidata": "Q1176900", "google_entity_id": "kg:/m/02rq9_b"}, "name": {"first": "David", "last": "Trimble"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "KY", "district": 1, "party": "Adams"}]}, {"id": {"bioguide": "W000356", "govtrack": 411518, "icpsr": 10010, "wikipedia": "Bartow White", "house_history": 23639, "wikidata": "Q774578", "google_entity_id": "kg:/m/02rkmft"}, "name": {"first": "Bartow", "last": "White"}, "bio": {"birthday": "1776-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 5, "party": "Adams"}]}, {"id": {"bioguide": "W000423", "govtrack": 411582, "icpsr": 10071, "wikipedia": "Elias Whitmore", "house_history": 23715, "wikidata": "Q5360637", "google_entity_id": "kg:/m/02rkp4t"}, "name": {"first": "Elias", "last": "Whitmore"}, "bio": {"birthday": "1772-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 21, "party": "Adams"}]}, {"id": {"bioguide": "W000482", "govtrack": 411639, "icpsr": 10127, "wikipedia": "Calvin Willey", "wikidata": "Q1027747", "google_entity_id": "kg:/m/04sc28"}, "name": {"first": "Calvin", "last": "Willey"}, "bio": {"birthday": "1776-09-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1825-12-05", "end": "1831-03-03", "state": "CT", "class": 3, "party": "Adams"}]}, {"id": {"bioguide": "W000584", "govtrack": 411740, "icpsr": 10224, "wikipedia": "Henry Wilson (Pennsylvania)", "house_history": 23912, "wikidata": "Q5730347", "google_entity_id": "kg:/m/027gxxs"}, "name": {"first": "Henry", "last": "Wilson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 7}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "W000597", "govtrack": 411753, "icpsr": 10237, "wikipedia": "John Wilson (South Carolina)", "house_history": 23925, "wikidata": "Q1702192", "google_entity_id": "kg:/m/02rl4f2"}, "name": {"first": "John", "last": "Wilson"}, "bio": {"birthday": "1773-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "SC", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "SC", "district": 6}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "SC", "district": 6, "party": "Jackson"}]}, {"id": {"bioguide": "W000751", "govtrack": 411900, "icpsr": 10380, "wikipedia": "Thomas Contee Worthington", "house_history": 24112, "wikidata": "Q1287817", "google_entity_id": "kg:/m/0284j3f"}, "name": {"first": "Thomas", "middle": "Contee", "last": "Worthington"}, "bio": {"birthday": "1782-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MD", "district": 4, "party": "Adams"}]}, {"id": {"bioguide": "W000774", "govtrack": 411923, "icpsr": 10402, "wikipedia": "John Wurts", "house_history": 24142, "wikidata": "Q6264997", "google_entity_id": "kg:/m/027bnw9"}, "name": {"first": "John", "last": "Wurts"}, "bio": {"birthday": "1792-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "B000228", "govtrack": 401224, "icpsr": 509, "house_history": 9069, "wikipedia": "Ephraim Bateman", "wikidata": "Q1346812", "google_entity_id": "kg:/m/0b2131"}, "name": {"first": "Ephraim", "last": "Bateman"}, "bio": {"birthday": "1780-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1826-01-01", "end": "1829-12-31", "state": "NJ", "class": 1, "party": "Adams"}]}, {"id": {"bioguide": "H000226", "govtrack": 405104, "icpsr": 4091, "wikipedia": "William Harper (South Carolina)", "wikidata": "Q5790909", "google_entity_id": "kg:/m/093c1h"}, "name": {"first": "William", "last": "Harper"}, "bio": {"gender": "M", "birthday": "1790-01-17"}, "terms": [{"type": "sen", "start": "1826-01-01", "end": "1827-03-03", "state": "SC", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "P000322", "govtrack": 408721, "icpsr": 7427, "house_history": 19673, "wikipedia": "Israel Pickens", "wikidata": "Q878577", "google_entity_id": "kg:/m/03g3g8"}, "name": {"first": "Israel", "last": "Pickens"}, "bio": {"birthday": "1780-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NC", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NC", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 12, "party": "Republican"}, {"type": "sen", "start": "1826-01-01", "end": "1827-03-03", "state": "AL", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "R000378", "govtrack": 409348, "icpsr": 8014, "house_history": 20551, "wikipedia": "Daniel Rodney", "wikidata": "Q434459", "google_entity_id": "kg:/m/07bw_y"}, "name": {"first": "Daniel", "last": "Rodney"}, "bio": {"birthday": "1764-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "DE", "district": 0, "party": "Federalist"}, {"type": "sen", "start": "1826-01-01", "end": "1827-12-31", "state": "DE", "class": 2, "party": "Adams"}]}, {"id": {"bioguide": "S000052", "govtrack": 409567, "icpsr": 8211, "wikipedia": "Nathan Sanford", "wikidata": "Q442125", "google_entity_id": "kg:/m/01st2y"}, "name": {"first": "Nathan", "last": "Sanford"}, "bio": {"birthday": "1777-11-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1815-12-04", "end": "1821-03-03", "state": "NY", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1826-01-01", "end": "1831-03-03", "state": "NY", "class": 3, "party": "Adams"}]}, {"id": {"bioguide": "S000628", "govtrack": 410101, "icpsr": 8694, "wikipedia": "William Smith (South Carolina senator)", "wikidata": "Q782091", "google_entity_id": "kg:/m/088csl"}, "name": {"first": "William", "last": "Smith"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1816-01-01", "end": "1823-03-03", "state": "SC", "class": 2, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": -1}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": -1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": -1}, {"type": "sen", "start": "1826-01-01", "end": "1831-03-03", "state": "SC", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "A000053", "govtrack": 400714, "icpsr": 45, "wikipedia": "William Addams", "house_history": 8329, "wikidata": "Q8004159", "google_entity_id": "kg:/m/0h2gv4"}, "name": {"first": "William", "last": "Addams"}, "bio": {"birthday": "1777-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "A000146", "govtrack": 400802, "icpsr": 128, "wikipedia": "Samuel Clesson Allen", "house_history": 8462, "wikidata": "Q2218091", "google_entity_id": "kg:/m/04g_84"}, "name": {"first": "Samuel", "middle": "Clesson", "last": "Allen"}, "bio": {"birthday": "1772-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MA", "district": 6, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MA", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MA", "district": 7, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MA", "district": 7, "party": "Adams"}]}, {"id": {"bioguide": "A000231", "govtrack": 400858, "icpsr": 180, "wikipedia": "Samuel Anderson (politician)", "house_history": 8587, "wikidata": "Q7410765", "google_entity_id": "kg:/m/026yfym"}, "name": {"first": "Samuel", "last": "Anderson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 4, "party": "Adams"}]}, {"id": {"bioguide": "B000090", "govtrack": 401092, "icpsr": 385, "wikipedia": "John Baldwin (congressman)", "house_history": 8890, "wikidata": "Q1699239", "google_entity_id": "kg:/m/02rt36y"}, "name": {"first": "John", "last": "Baldwin"}, "bio": {"birthday": "1772-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "CT", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "CT", "district": -1, "party": "Adams"}]}, {"id": {"bioguide": "B000143", "govtrack": 401144, "icpsr": 435, "wikipedia": "David Barker, Jr.", "house_history": 8955, "wikidata": "Q1173652", "google_entity_id": "kg:/m/02rhf0n"}, "name": {"first": "David", "last": "Barker", "suffix": "Jr."}, "bio": {"birthday": "1797-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NH", "district": -1, "party": "Adams"}]}, {"id": {"bioguide": "B000150", "govtrack": 401152, "icpsr": 442, "wikipedia": "Stephen Barlow (Pennsylvania)", "house_history": 8964, "wikidata": "Q7608654", "google_entity_id": "kg:/m/026yh7y"}, "name": {"first": "Stephen", "last": "Barlow"}, "bio": {"birthday": "1779-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 18, "party": "Jackson"}]}, {"id": {"bioguide": "B000154", "govtrack": 401156, "icpsr": 444, "wikipedia": "Isaac D. Barnard", "wikidata": "Q1673379", "google_entity_id": "kg:/m/05fc78g"}, "name": {"first": "Isaac", "middle": "Dutton", "last": "Barnard"}, "bio": {"birthday": "1791-07-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1827-12-03", "end": "1831-12-31", "state": "PA", "class": 1, "party": "Jackson"}]}, {"id": {"bioguide": "B000162", "govtrack": 401164, "icpsr": 451, "wikipedia": "John Barney", "house_history": 8979, "wikidata": "Q2120286", "google_entity_id": "kg:/m/09jt3d"}, "name": {"first": "John", "last": "Barney"}, "bio": {"birthday": "1785-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MD", "district": 5, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MD", "district": 5, "party": "Adams"}]}, {"id": {"bioguide": "B000205", "govtrack": 401204, "icpsr": 489, "wikipedia": "Ichabod Bartlett", "house_history": 9038, "wikidata": "Q957020", "google_entity_id": "kg:/m/0289bnn"}, "name": {"first": "Ichabod", "last": "Bartlett"}, "bio": {"birthday": "1786-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NH", "district": -1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NH", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NH", "district": -1, "party": "Adams"}]}, {"id": {"bioguide": "B000224", "govtrack": 401220, "icpsr": 505, "wikipedia": "Burwell Bassett", "house_history": 9064, "wikidata": "Q1017188", "google_entity_id": "kg:/m/027rzsh"}, "name": {"first": "Burwell", "last": "Bassett"}, "bio": {"birthday": "1764-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "B000231", "govtrack": 401226, "icpsr": 511, "house_history": 9074, "wikipedia": "Edward Bates", "wikidata": "Q1291670", "google_entity_id": "kg:/m/02_n7p"}, "name": {"first": "Edward", "last": "Bates"}, "bio": {"birthday": "1793-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MO", "district": 1, "party": "Adams"}]}, {"id": {"bioguide": "B000306", "govtrack": 401299, "icpsr": 576, "wikipedia": "Philemon Beecher", "house_history": 9171, "wikidata": "Q7183010", "google_entity_id": "kg:/m/0db4bd"}, "name": {"first": "Philemon", "last": "Beecher"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "OH", "district": 9}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "OH", "district": 9, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": 9, "party": "Adams"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "B000324", "govtrack": 401316, "icpsr": 591, "wikipedia": "George O. Belden", "house_history": 9195, "wikidata": "Q1153271", "google_entity_id": "kg:/m/02rkppj"}, "name": {"first": "George", "middle": "Ogilvie", "last": "Belden"}, "bio": {"birthday": "1797-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "B000534", "govtrack": 401509, "icpsr": 775, "wikipedia": "Thomas H. Blake", "house_history": 9462, "wikidata": "Q1504943", "google_entity_id": "kg:/m/02rkhrx"}, "name": {"first": "Thomas", "middle": "Holdsworth", "last": "Blake"}, "bio": {"birthday": "1792-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "IN", "district": 1, "party": "Adams"}]}, {"id": {"bioguide": "B000803", "govtrack": 401760, "icpsr": 1008, "house_history": 9818, "wikipedia": "William Leigh Brent", "wikidata": "Q1790499", "google_entity_id": "kg:/m/0285p20"}, "name": {"first": "William", "middle": "Leigh", "last": "Brent"}, "bio": {"birthday": "1784-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "LA", "district": 3}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "LA", "district": 3, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "LA", "district": 3, "party": "Adams"}]}, {"id": {"bioguide": "B000945", "govtrack": 401898, "icpsr": 1134, "wikipedia": "Titus Brown", "house_history": 9997, "wikidata": "Q280449", "google_entity_id": "kg:/m/0282f_z"}, "name": {"first": "Titus", "last": "Brown"}, "bio": {"birthday": "1786-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NH", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NH", "district": -1, "party": "Adams"}]}, {"id": {"bioguide": "B000988", "govtrack": 401940, "icpsr": 1173, "wikipedia": "John Heritage Bryan", "house_history": 10052, "wikidata": "Q1700446", "google_entity_id": "kg:/m/03c2zdt"}, "name": {"first": "John", "middle": "Heritage", "last": "Bryan"}, "bio": {"birthday": "1798-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NC", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NC", "district": 4, "party": "Adams"}]}, {"id": {"bioguide": "B001015", "govtrack": 401965, "icpsr": 1196, "wikipedia": "Daniel Azro Ashley Buck", "house_history": 10088, "wikidata": "Q1159987", "google_entity_id": "kg:/m/09jwnx"}, "name": {"first": "Daniel", "middle": "Azro Ashley", "last": "Buck"}, "bio": {"birthday": "1789-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VT", "district": 4}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VT", "district": 5, "party": "Adams"}]}, {"id": {"bioguide": "B001033", "govtrack": 401983, "icpsr": 1213, "wikipedia": "Richard Aylett Buckner", "house_history": 10108, "wikidata": "Q2148996", "google_entity_id": "kg:/m/02qg_fb"}, "name": {"first": "Richard", "middle": "Aylett", "last": "Buckner"}, "bio": {"birthday": "1763-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "KY", "district": 8}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "KY", "district": 8, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "KY", "district": 8, "party": "Adams"}]}, {"id": {"bioguide": "B001065", "govtrack": 402012, "icpsr": 1242, "wikipedia": "Rudolph Bunner", "house_history": 10148, "wikidata": "Q7377400", "google_entity_id": "kg:/m/02rkw60"}, "name": {"first": "Rudolph", "last": "Bunner"}, "bio": {"birthday": "1779-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 20, "party": "Jackson"}]}, {"id": {"bioguide": "B001109", "govtrack": 402054, "icpsr": 1280, "wikipedia": "William Burleigh", "house_history": 10205, "wikidata": "Q2578161", "google_entity_id": "kg:/m/02x2nf1"}, "name": {"first": "William", "last": "Burleigh"}, "bio": {"birthday": "1785-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "ME", "district": 1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "ME", "district": 1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "ME", "district": -1}]}, {"id": {"bioguide": "C000197", "govtrack": 402343, "icpsr": 1547, "wikipedia": "John Carter (South Carolina politician)", "house_history": 10700, "wikidata": "Q1699560", "google_entity_id": "kg:/m/02vrqy7"}, "name": {"first": "John", "last": "Carter"}, "bio": {"gender": "M", "birthday": "1792-09-10"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "SC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "SC", "district": 8, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "SC", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "SC", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "C000333", "govtrack": 412028, "icpsr": 1674, "house_history": 10867, "wikipedia": "Samuel Chase (congressman)", "wikidata": "Q2514354", "google_entity_id": "kg:/m/07648s"}, "name": {"first": "Samuel", "last": "Chase"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 13, "party": "Adams"}]}, {"id": {"bioguide": "C000712", "govtrack": 402836, "wikipedia": "Henry Wharton Conway", "house_history": 11345, "wikidata": "Q1607403", "google_entity_id": "kg:/m/01smrm"}, "name": {"first": "Henry", "middle": "Wharton", "last": "Conway"}, "bio": {"birthday": "1793-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "AR", "district": -1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "AR", "district": -1}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "AR", "district": -1}]}, {"id": {"bioguide": "C000976", "govtrack": 403087, "icpsr": 2242, "house_history": 11673, "wikipedia": "John Culpepper", "wikidata": "Q1333684", "google_entity_id": "kg:/m/09w1s3"}, "name": {"first": "John", "last": "Culpepper"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NC", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NC", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NC", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NC", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NC", "district": 7, "party": "Adams"}]}, {"id": {"bioguide": "D000076", "govtrack": 403214, "icpsr": 2358, "wikipedia": "John Davenport (Ohio politician)", "house_history": 11925, "wikidata": "Q6228621", "google_entity_id": "kg:/m/02rm4r3"}, "name": {"first": "John", "last": "Davenport"}, "bio": {"birthday": "1788-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": 10, "party": "Adams"}]}, {"id": {"bioguide": "E000024", "govtrack": 403720, "icpsr": 2828, "wikipedia": "John Eaton (politician)", "wikidata": "Q878759", "google_entity_id": "kg:/m/01th2m"}, "name": {"first": "John", "middle": "Henry", "last": "Eaton"}, "bio": {"birthday": "1790-06-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1818-01-01", "end": "1821-03-03", "state": "TN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1821-12-03", "end": "1827-03-03", "state": "TN", "class": 1, "party": "Jackson"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": -1}, {"type": "sen", "start": "1827-12-03", "end": "1829-12-31", "state": "TN", "class": 1, "party": "Jackson"}]}, {"id": {"bioguide": "E000136", "govtrack": 403827, "icpsr": 2925, "wikipedia": "Powhatan Ellis", "wikidata": "Q5709686", "google_entity_id": "kg:/m/0d4hjh"}, "name": {"first": "Powhatan", "last": "Ellis"}, "bio": {"birthday": "1790-01-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1825-12-05", "end": "1827-03-03", "state": "MS", "class": 1, "party": "Jackson"}, {"type": "sen", "start": "1827-12-03", "end": "1833-03-03", "state": "MS", "class": 1, "party": "Jackson"}]}, {"id": {"bioguide": "E000237", "govtrack": 403921, "house_history": 12893, "wikipedia": "David Ellicott Evans", "wikidata": "Q5233341", "google_entity_id": "kg:/m/03cg7p_"}, "name": {"first": "David", "middle": "Ellicott", "last": "Evans"}, "bio": {"birthday": "1788-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": -1}]}, {"id": {"bioguide": "F000220", "govtrack": 404176, "icpsr": 3233, "wikipedia": "John Floyd (Georgia politician)", "house_history": 13247, "wikidata": "Q1572340", "google_entity_id": "kg:/m/07t05p"}, "name": {"first": "John", "last": "Floyd"}, "bio": {"birthday": "1769-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "GA", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "F000221", "govtrack": 404175, "icpsr": 3234, "house_history": 13248, "wikipedia": "John Floyd (Virginia politician)", "wikidata": "Q669087", "google_entity_id": "kg:/m/07szvy"}, "name": {"first": "John", "last": "Floyd"}, "bio": {"birthday": "1783-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 20, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 20, "party": "Jackson"}]}, {"id": {"bioguide": "F000289", "govtrack": 404239, "icpsr": 3291, "wikipedia": "Tomlinson Fort (congressman)", "house_history": 13336, "wikidata": "Q177217", "google_entity_id": "kg:/m/0ghy59"}, "name": {"first": "Tomlinson", "last": "Fort"}, "bio": {"birthday": "1787-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "GA", "district": 6, "party": "Jackson"}]}, {"id": {"bioguide": "G000013", "govtrack": 404390, "icpsr": 3431, "wikipedia": "Levin Gale", "house_history": 13581, "wikidata": "Q2183141", "google_entity_id": "kg:/m/0dzy09"}, "name": {"first": "Levin", "last": "Gale"}, "bio": {"birthday": "1784-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MD", "district": 6, "party": "Jackson"}]}, {"id": {"bioguide": "G000078", "govtrack": 404450, "icpsr": 3486, "wikipedia": "Daniel G. Garnsey", "house_history": 13659, "wikidata": "Q5217218", "google_entity_id": "kg:/m/02rknjw"}, "name": {"first": "Daniel", "middle": "Greene", "last": "Garnsey"}, "bio": {"birthday": "1779-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 30, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 30, "party": "Adams"}]}, {"id": {"bioguide": "G000085", "govtrack": 404457, "icpsr": 3493, "wikipedia": "Nathaniel Garrow", "house_history": 13667, "wikidata": "Q6969629", "google_entity_id": "kg:/m/02rktxd"}, "name": {"first": "Nathaniel", "last": "Garrow"}, "bio": {"birthday": "1780-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 24, "party": "Jackson"}]}, {"id": {"bioguide": "H000022", "govtrack": 404907, "icpsr": 3910, "wikipedia": "William Haile (Mississippi)", "house_history": 14315, "wikidata": "Q1570036", "google_entity_id": "kg:/m/02rv9tw"}, "name": {"first": "William", "last": "Haile"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MS", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MS", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "H000082", "govtrack": 404965, "icpsr": 3964, "wikipedia": "John Hallock, Jr.", "house_history": 14389, "wikidata": "Q892023", "google_entity_id": "kg:/m/02rksdd"}, "name": {"first": "John", "last": "Hallock", "suffix": "Jr."}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 6, "party": "Jackson"}]}, {"id": {"bioguide": "H000110", "govtrack": 404992, "icpsr": 3991, "house_history": 14421, "wikipedia": "James Hamilton Jr.", "wikidata": "Q549738", "google_entity_id": "kg:/m/0422bq"}, "name": {"first": "James", "last": "Hamilton", "suffix": "Jr."}, "bio": {"birthday": "1786-05-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "SC", "district": 2}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "SC", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "SC", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "H000425", "govtrack": 405291, "icpsr": 4263, "wikipedia": "Joseph Healy", "house_history": 14804, "wikidata": "Q1707195", "google_entity_id": "kg:/m/02pnfp_"}, "name": {"first": "Joseph", "last": "Healy"}, "bio": {"birthday": "1776-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NH", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NH", "district": -1, "party": "Adams"}]}, {"id": {"bioguide": "H000662", "govtrack": 405517, "icpsr": 4470, "wikipedia": "Selah R. Hobbie", "house_history": 15103, "wikidata": "Q2039611", "google_entity_id": "kg:/m/02rkwd7"}, "name": {"first": "Selah", "middle": "Reeve", "last": "Hobbie"}, "bio": {"birthday": "1797-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 11, "party": "Jackson"}]}, {"id": {"bioguide": "H000711", "govtrack": 405564, "icpsr": 4513, "wikipedia": "George Holcombe", "house_history": 15162, "wikidata": "Q1507586", "google_entity_id": "kg:/m/02z3rxr"}, "name": {"first": "George", "last": "Holcombe"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NJ", "district": -1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NJ", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NJ", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "J000152", "govtrack": 406050, "icpsr": 4971, "wikipedia": "Jeromus Johnson", "house_history": 15883, "wikidata": "Q336595", "google_entity_id": "kg:/m/02rkrym"}, "name": {"first": "Jeromus", "last": "Johnson"}, "bio": {"birthday": "1775-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "K000043", "govtrack": 406213, "icpsr": 5121, "wikipedia": "Richard Keese", "house_history": 16131, "wikidata": "Q4231901", "google_entity_id": "kg:/m/02rkw0j"}, "name": {"first": "Richard", "last": "Keese"}, "bio": {"birthday": "1794-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 19, "party": "Jackson"}]}, {"id": {"bioguide": "K000329", "govtrack": 406483, "icpsr": 5367, "wikipedia": "George Kremer", "house_history": 16495, "wikidata": "Q5541427", "google_entity_id": "kg:/m/027hhgf"}, "name": {"first": "George", "last": "Kremer"}, "bio": {"birthday": "1775-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 9}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 9, "party": "Jackson"}]}, {"id": {"bioguide": "L000214", "govtrack": 406718, "icpsr": 5582, "wikipedia": "Isaac Leffler", "house_history": 16859, "wikidata": "Q168061", "google_entity_id": "kg:/m/02vp095"}, "name": {"first": "Isaac", "last": "Leffler"}, "bio": {"gender": "M", "birthday": "1788-11-07"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 18, "party": "Adams"}]}, {"id": {"bioguide": "L000354", "govtrack": 406846, "icpsr": 5704, "wikipedia": "Peter Little", "house_history": 17035, "wikidata": "Q1674112", "google_entity_id": "kg:/m/02rjy00"}, "name": {"first": "Peter", "last": "Little"}, "bio": {"birthday": "1775-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MD", "district": 5, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MD", "district": 5, "party": "Adams"}]}, {"id": {"bioguide": "L000388", "govtrack": 406880, "icpsr": 5733, "house_history": 17075, "wikipedia": "John Locke (Massachusetts)", "wikidata": "Q1700872", "google_entity_id": "kg:/m/0cpmc6"}, "name": {"first": "John", "last": "Locke"}, "bio": {"birthday": "1764-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MA", "district": 6}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MA", "district": 6, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MA", "district": 6, "party": "Adams"}]}, {"id": {"bioguide": "L000421", "govtrack": 406911, "icpsr": 5760, "house_history": 17118, "wikipedia": "John Long (North Carolina politician)", "wikidata": "Q1700879", "google_entity_id": "kg:/m/027468b"}, "name": {"first": "John", "last": "Long"}, "bio": {"birthday": "1785-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NC", "district": 10}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NC", "district": 10, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NC", "district": 10, "party": "Adams"}]}, {"id": {"bioguide": "M000120", "govtrack": 407144, "icpsr": 5973, "house_history": 17478, "wikipedia": "John Hartwell Marable", "wikidata": "Q1700386", "google_entity_id": "kg:/m/0cglf4"}, "name": {"first": "John", "middle": "Hartwell", "last": "Marable"}, "bio": {"birthday": "1786-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "TN", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "TN", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "M000131", "govtrack": 407155, "icpsr": 5982, "wikipedia": "Henry Markell", "house_history": 17490, "wikidata": "Q3389097", "google_entity_id": "kg:/m/02rkqjp"}, "name": {"first": "Henry", "last": "Markell"}, "bio": {"birthday": "1792-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 16, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 16, "party": "Adams"}]}, {"id": {"bioguide": "M000467", "govtrack": 407466, "icpsr": 6268, "wikipedia": "Robert L. McHatton", "house_history": 17909, "wikidata": "Q1171004", "google_entity_id": "kg:/m/02rjyr1"}, "name": {"first": "Robert", "middle": "Lytle", "last": "McHatton"}, "bio": {"birthday": "1788-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "KY", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "KY", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "M000495", "govtrack": 407490, "icpsr": 6289, "house_history": 17946, "wikipedia": "John McKee", "wikidata": "Q1701036", "google_entity_id": "kg:/m/0d4wqh"}, "name": {"first": "John", "last": "McKee"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "AL", "district": 2}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "AL", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "AL", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "M000535", "govtrack": 407527, "icpsr": 6323, "house_history": 17997, "wikipedia": "Louis McLane", "wikidata": "Q551362", "google_entity_id": "kg:/m/02ggrk"}, "name": {"first": "Louis", "last": "McLane"}, "bio": {"birthday": "1786-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "DE", "district": 0, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "DE", "district": 0, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "DE", "district": 0, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "DE", "district": 0, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "DE", "district": 0, "party": "Jackson"}, {"type": "sen", "start": "1827-12-03", "end": "1829-12-31", "state": "DE", "class": 1, "party": "Jackson"}]}, {"id": {"bioguide": "M000552", "govtrack": 407544, "icpsr": 6340, "wikipedia": "William McLean (Ohio politician)", "house_history": 18017, "wikidata": "Q2579962", "google_entity_id": "kg:/m/0d6brj"}, "name": {"first": "William", "last": "McLean"}, "bio": {"birthday": "1794-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "OH", "district": 3}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "OH", "district": 3, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": 3, "party": "Adams"}]}, {"id": {"bioguide": "M000665", "govtrack": 407651, "icpsr": 6438, "wikipedia": "Orange Merwin", "house_history": 18154, "wikidata": "Q1714539", "google_entity_id": "kg:/m/02pz53s"}, "name": {"first": "Orange", "last": "Merwin"}, "bio": {"birthday": "1777-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "CT", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "CT", "district": -1, "party": "Adams"}]}, {"id": {"bioguide": "M000791", "govtrack": 407769, "icpsr": 6544, "wikipedia": "Charles Miner", "house_history": 18318, "wikidata": "Q5080970", "google_entity_id": "kg:/m/027gxkf"}, "name": {"first": "Charles", "last": "Miner"}, "bio": {"birthday": "1780-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 4, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 4, "party": "Adams"}]}, {"id": {"bioguide": "M000815", "govtrack": 407790, "icpsr": 6562, "wikipedia": "James Coffield Mitchell", "house_history": 18352, "wikidata": "Q1680177", "google_entity_id": "kg:/m/0cgldt"}, "name": {"first": "James", "middle": "Coffield", "last": "Mitchell"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "TN", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "TN", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "M000817", "govtrack": 407792, "icpsr": 6564, "wikipedia": "John Mitchell (Pennsylvania)", "house_history": 18354, "wikidata": "Q13219720", "google_entity_id": "kg:/m/027d1c1"}, "name": {"first": "John", "last": "Mitchell"}, "bio": {"birthday": "1781-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 12, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 12, "party": "Jackson"}]}, {"id": {"bioguide": "M000921", "govtrack": 407892, "icpsr": 6655, "wikipedia": "Thomas Patrick Moore", "house_history": 18487, "wikidata": "Q2426452", "google_entity_id": "kg:/m/02rjzzl"}, "name": {"first": "Thomas", "middle": "Patrick", "last": "Moore"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "KY", "district": 7}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "KY", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "KY", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "M001061", "govtrack": 408027, "icpsr": 6779, "wikipedia": "Francis Swaine Muhlenberg", "house_history": 18654, "wikidata": "Q5482539", "google_entity_id": "kg:/m/0491k4"}, "name": {"first": "Francis", "middle": "Swaine", "last": "Muhlenberg"}, "bio": {"birthday": "1795-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": 6, "party": "Adams"}]}, {"id": {"bioguide": "N000118", "govtrack": 408202, "icpsr": 6941, "wikipedia": "James Noble (senator)", "wikidata": "Q1680902", "google_entity_id": "kg:/m/04s_ts"}, "name": {"first": "James", "last": "Noble"}, "bio": {"gender": "M", "birthday": "1785-12-16"}, "terms": [{"type": "sen", "start": "1816-01-01", "end": "1821-03-03", "state": "IN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1821-12-03", "end": "1827-03-03", "state": "IN", "class": 1, "party": "Adams"}, {"type": "sen", "start": "1827-12-03", "end": "1831-12-31", "state": "IN", "class": 1, "party": "Adams"}]}, {"id": {"bioguide": "O000013", "govtrack": 408264, "icpsr": 7001, "wikipedia": "Jeremiah O'Brien (Maine)", "house_history": 19086, "wikidata": "Q1267708", "google_entity_id": "kg:/m/02wxxm7"}, "name": {"first": "Jeremiah", "last": "O'Brien"}, "bio": {"birthday": "1778-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "ME", "district": 6}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "ME", "district": 6, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "ME", "district": 6, "party": "Adams"}]}, {"id": {"bioguide": "O000003", "govtrack": 408315, "icpsr": 6994, "house_history": 19072, "wikipedia": "Thomas J. Oakley", "wikidata": "Q501756", "google_entity_id": "kg:/m/0dhbm5"}, "name": {"first": "Thomas", "middle": "Jackson", "last": "Oakley"}, "bio": {"birthday": "1783-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 4, "party": "Federalist"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "O000105", "govtrack": 408362, "icpsr": 7088, "wikipedia": "Robert Orr, Jr.", "house_history": 19195, "wikidata": "Q7348159", "google_entity_id": "kg:/m/0276x4l"}, "name": {"first": "Robert", "last": "Orr", "suffix": "Jr."}, "bio": {"birthday": "1786-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 16, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 16, "party": "Jackson"}]}, {"id": {"bioguide": "O000150", "govtrack": 408401, "icpsr": 7130, "wikipedia": "George Washington Owen", "house_history": 19251, "wikidata": "Q761776", "google_entity_id": "kg:/m/0d52dt"}, "name": {"first": "George", "middle": "Washington", "last": "Owen"}, "bio": {"birthday": "1796-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "AL", "district": 3}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "AL", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "AL", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "P000079", "govtrack": 408489, "icpsr": 7212, "wikipedia": "Albion Parris", "house_history": 19370, "wikidata": "Q370631", "google_entity_id": "kg:/m/03yp6j"}, "name": {"first": "Albion", "middle": "Keith", "last": "Parris"}, "bio": {"birthday": "1788-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 20, "party": "Republican"}, {"type": "sen", "start": "1827-12-03", "end": "1829-03-03", "state": "ME", "class": 1, "party": "Jackson"}]}, {"id": {"bioguide": "P000294", "govtrack": 408694, "icpsr": 7399, "wikipedia": "Elisha Phelps", "house_history": 19640, "wikidata": "Q1330727", "google_entity_id": "kg:/m/02pvxtt"}, "name": {"first": "Elisha", "last": "Phelps"}, "bio": {"birthday": "1779-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "CT", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "CT", "district": -1, "party": "Adams"}]}, {"id": {"bioguide": "P000375", "govtrack": 408769, "icpsr": 7475, "wikipedia": "David Plant", "house_history": 19744, "wikidata": "Q1176146", "google_entity_id": "kg:/m/0fnytz"}, "name": {"first": "David", "last": "Plant"}, "bio": {"birthday": "1783-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "CT", "district": -1, "party": "Adams"}]}, {"id": {"bioguide": "R000245", "govtrack": 409221, "icpsr": 7897, "house_history": 20388, "wikipedia": "Henry M. Ridgely", "wikidata": "Q1607004", "google_entity_id": "kg:/m/097jkq"}, "name": {"first": "Henry", "middle": "Moore", "last": "Ridgely"}, "bio": {"birthday": "1779-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "DE", "district": 0, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "DE", "district": 0, "party": "Federalist"}, {"type": "sen", "start": "1827-12-03", "end": "1829-03-03", "state": "DE", "class": 2, "party": "Jackson"}]}, {"id": {"bioguide": "R000500", "govtrack": 409459, "icpsr": 8107, "wikipedia": "Benjamin Ruggles", "wikidata": "Q817669", "google_entity_id": "kg:/m/035602"}, "name": {"first": "Benjamin", "last": "Ruggles"}, "bio": {"birthday": "1783-02-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1815-12-04", "end": "1821-03-03", "state": "OH", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1821-12-03", "end": "1827-03-03", "state": "OH", "class": 1, "party": "Adams"}, {"type": "sen", "start": "1827-12-03", "end": "1833-03-03", "state": "OH", "class": 1, "party": "Adams"}]}, {"id": {"bioguide": "S000089", "govtrack": 409601, "icpsr": 8237, "house_history": 21243, "wikipedia": "Lemuel Sawyer", "wikidata": "Q1455031", "google_entity_id": "kg:/m/09vnhf"}, "name": {"first": "Lemuel", "last": "Sawyer"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NC", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NC", "district": 1, "party": "Jackson"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "S000268", "govtrack": 409769, "icpsr": 8385, "wikipedia": "Horatio Seymour (Vermont)", "wikidata": "Q6173735", "google_entity_id": "kg:/m/07gsl6"}, "name": {"first": "Horatio", "last": "Seymour"}, "bio": {"birthday": "1778-05-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1821-12-03", "end": "1827-03-03", "state": "VT", "class": 1, "party": "Adams"}, {"type": "sen", "start": "1827-12-03", "end": "1833-03-03", "state": "VT", "class": 1, "party": "Adams"}]}, {"id": {"bioguide": "S000449", "govtrack": 409942, "icpsr": 8545, "wikipedia": "Thomas Sinnickson (politician)", "house_history": 21697, "wikidata": "Q1692420", "google_entity_id": "kg:/m/079ysm"}, "name": {"first": "Thomas", "last": "Sinnickson"}, "bio": {"birthday": "1786-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NJ", "district": -1, "party": "Adams"}]}, {"id": {"bioguide": "S000494", "govtrack": 409981, "icpsr": 8582, "wikipedia": "John Sloane", "house_history": 21754, "wikidata": "Q6258184", "google_entity_id": "kg:/m/02rm1vn"}, "name": {"first": "John", "last": "Sloane"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "OH", "district": 12}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "OH", "district": 12, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": 12, "party": "Adams"}]}, {"id": {"bioguide": "S000609", "govtrack": 410085, "icpsr": 8678, "house_history": 21888, "wikipedia": "Samuel Smith (Maryland)", "wikidata": "Q381600", "google_entity_id": "kg:/m/04tbvf"}, "name": {"first": "Samuel", "last": "Smith"}, "bio": {"birthday": "1752-07-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1793-12-02", "end": "1795-03-03", "state": "MD", "district": 5, "party": "Democratic Republican"}, {"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1803-10-17", "end": "1809-03-03", "state": "MD", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1809-05-22", "end": "1815-03-03", "state": "MD", "class": 1, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1822-01-01", "end": "1827-03-03", "state": "MD", "class": 1, "party": "Jackson"}, {"type": "sen", "start": "1827-12-03", "end": "1833-03-03", "state": "MD", "class": 1, "party": "Jackson"}]}, {"id": {"bioguide": "S000892", "govtrack": 410353, "icpsr": 8920, "wikipedia": "James S. Stevenson", "house_history": 22243, "wikidata": "Q6142704", "google_entity_id": "kg:/m/0276x81"}, "name": {"first": "James", "middle": "S.", "last": "Stevenson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 16, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 16, "party": "Jackson"}]}, {"id": {"bioguide": "S000986", "govtrack": 412108, "icpsr": 9007, "wikipedia": "John G. Stower", "house_history": 22360, "wikidata": "Q6234605", "google_entity_id": "kg:/m/02rks8z"}, "name": {"first": "John", "middle": "G.", "last": "Stower"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 22, "party": "Jackson"}]}, {"id": {"bioguide": "T000003", "govtrack": 410593, "icpsr": 9146, "wikipedia": "Thomas Taber II", "house_history": 22635, "wikidata": "Q129430", "google_entity_id": "kg:/m/0bpwqb"}, "name": {"first": "Thomas", "middle": "II", "last": "Taber"}, "bio": {"birthday": "1785-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "T000051", "govtrack": 410639, "icpsr": 9188, "house_history": 22696, "wikipedia": "Edward Fenwick Tattnall", "wikidata": "Q1292190", "google_entity_id": "kg:/m/027929v"}, "name": {"first": "Edward", "middle": "Fenwick", "last": "Tattnall"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "GA", "district": -1, "party": "Crawford Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "GA", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "T000202", "govtrack": 410781, "icpsr": 9324, "wikipedia": "Hedge Thompson", "house_history": 22880, "wikidata": "Q1593248", "google_entity_id": "kg:/m/02z3r_x"}, "name": {"first": "Hedge", "last": "Thompson"}, "bio": {"birthday": "1780-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NJ", "district": -1, "party": "Adams"}]}, {"id": {"bioguide": "T000396", "govtrack": 410965, "icpsr": 9495, "wikipedia": "Ebenezer Tucker", "house_history": 23118, "wikidata": "Q1278685", "google_entity_id": "kg:/m/08y6j0"}, "name": {"first": "Ebenezer", "last": "Tucker"}, "bio": {"birthday": "1758-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NJ", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NJ", "district": -1, "party": "Adams"}]}, {"id": {"bioguide": "T000418", "govtrack": 410987, "icpsr": 9513, "house_history": 23146, "wikipedia": "Daniel Turner (North Carolina)", "wikidata": "Q182715", "google_entity_id": "kg:/m/09k1js"}, "name": {"first": "Daniel", "last": "Turner"}, "bio": {"birthday": "1796-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NC", "district": 6, "party": "Jackson"}]}, {"id": {"bioguide": "V000044", "govtrack": 411088, "icpsr": 9620, "wikipedia": "Espy Van Horne", "house_history": 20929, "wikidata": "Q5399194", "google_entity_id": "kg:/m/027hhk5"}, "name": {"first": "Espy", "last": "Van Horne"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 9, "party": "Jackson"}], "bio": {"birthday": "1825-03-04", "gender": "M"}}, {"id": {"bioguide": "V000056", "govtrack": 411098, "icpsr": 9632, "wikipedia": "Stephen Van Rensselaer", "house_history": 20941, "wikidata": "Q323610", "google_entity_id": "kg:/m/02t1zn"}, "name": {"first": "Stephen", "last": "Van Rensselaer"}, "bio": {"birthday": "1764-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 9, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 10}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 10, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 10, "party": "Adams"}]}, {"id": {"bioguide": "W000042", "govtrack": 411222, "icpsr": 9732, "house_history": 23267, "wikipedia": "George Edward Wales", "wikidata": "Q1507291", "google_entity_id": "kg:/m/02rhghr"}, "name": {"first": "George", "middle": "Edward", "last": "Wales"}, "bio": {"birthday": "1792-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VT", "district": 3, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VT", "district": 3, "party": "Adams"}]}, {"id": {"bioguide": "W000250", "govtrack": 411418, "icpsr": 9915, "wikipedia": "John Crompton Weems", "house_history": 23516, "wikidata": "Q657391", "google_entity_id": "kg:/m/0gly2_"}, "name": {"first": "John", "middle": "Crompton", "last": "Weems"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MD", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MD", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "W000345", "govtrack": 411507, "icpsr": 9999, "wikipedia": "Thomas Whipple, Jr.", "house_history": 23627, "wikidata": "Q475751", "google_entity_id": "kg:/m/02rk09y"}, "name": {"first": "Thomas", "last": "Whipple", "suffix": "Jr."}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NH", "district": -1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NH", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NH", "district": -1, "party": "Adams"}]}, {"id": {"bioguide": "W000588", "govtrack": 411744, "icpsr": 10230, "wikipedia": "James Wilson (Pennsylvania)", "house_history": 23916, "wikidata": "Q6145690", "google_entity_id": "kg:/m/027gv_k"}, "name": {"first": "James", "last": "Wilson"}, "bio": {"birthday": "1779-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 11}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 11, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 11, "party": "Adams"}]}, {"id": {"bioguide": "W000619", "govtrack": 411773, "icpsr": 10258, "house_history": 23949, "wikipedia": "William Wilson (Ohio politician)", "wikidata": "Q8020437", "google_entity_id": "kg:/m/02rm4y9"}, "name": {"first": "William", "last": "Wilson"}, "bio": {"birthday": "1773-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "OH", "district": 8}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "OH", "district": 8, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": -1}]}, {"id": {"bioguide": "W000697", "govtrack": 411849, "icpsr": 10327, "wikipedia": "John J. Wood", "house_history": 24048, "wikidata": "Q64485", "google_entity_id": "kg:/m/02rksj5"}, "name": {"first": "John", "middle": "Jacob", "last": "Wood"}, "bio": {"birthday": "1784-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "W000703", "govtrack": 411855, "icpsr": 10333, "wikipedia": "Silas Wood", "house_history": 24054, "wikidata": "Q74557", "google_entity_id": "kg:/m/02rkwj0"}, "name": {"first": "Silas", "last": "Wood"}, "bio": {"birthday": "1769-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 1, "party": "Adams"}]}, {"id": {"bioguide": "W000712", "govtrack": 411864, "icpsr": 10342, "wikipedia": "David Woodcock", "house_history": 24066, "wikidata": "Q5241281", "google_entity_id": "kg:/m/02rknsf"}, "name": {"first": "David", "last": "Woodcock"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 25, "party": "Adams"}]}, {"id": {"bioguide": "W000724", "govtrack": 411877, "icpsr": 10355, "wikipedia": "John Woods (Ohio politician)", "house_history": 24081, "wikidata": "Q1308540", "google_entity_id": "kg:/m/02rm4sv"}, "name": {"first": "John", "last": "Woods"}, "bio": {"birthday": "1794-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "OH", "district": 2, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": 2, "party": "Adams"}]}, {"id": {"bioguide": "W000764", "govtrack": 411913, "icpsr": 10392, "house_history": 24128, "wikipedia": "John C. Wright (politician)", "wikidata": "Q6224685", "google_entity_id": "kg:/m/02rm1kp"}, "name": {"first": "John", "middle": "Crafts", "last": "Wright"}, "bio": {"birthday": "1783-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "OH", "district": -1}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "OH", "district": 11}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "OH", "district": 11, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": 11, "party": "Adams"}]}, {"id": {"bioguide": "Y000057", "govtrack": 411989, "icpsr": 10458, "wikipedia": "William Singleton Young", "house_history": 21099, "wikidata": "Q782243", "google_entity_id": "kg:/m/02rj__z"}, "name": {"first": "William", "middle": "Singleton", "last": "Young"}, "bio": {"birthday": "1790-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "KY", "district": 11, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "KY", "district": -1}]}, {"id": {"bioguide": "B001117", "govtrack": 402062, "icpsr": 1287, "wikipedia": "Jacob Burnet", "wikidata": "Q1677447", "google_entity_id": "kg:/m/032fzz"}, "name": {"first": "Jacob", "last": "Burnet"}, "bio": {"birthday": "1770-02-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1828-01-01", "end": "1831-03-03", "state": "OH", "class": 3, "party": "Adams"}]}, {"id": {"bioguide": "I000028", "govtrack": 405886, "icpsr": 4814, "wikipedia": "James Iredell Jr.", "wikidata": "Q883217", "google_entity_id": "kg:/m/02dq2r"}, "name": {"first": "James", "last": "Iredell"}, "bio": {"birthday": "1788-11-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1828-01-01", "end": "1831-03-03", "state": "NC", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "P000539", "govtrack": 408923, "icpsr": 7625, "wikipedia": "Oliver H. Prince", "wikidata": "Q2020257", "google_entity_id": "kg:/m/0cr77g"}, "name": {"first": "Oliver", "middle": "Hillhouse", "last": "Prince"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1828-01-01", "end": "1829-03-03", "state": "GA", "class": 2, "party": "Jackson"}]}, {"id": {"bioguide": "J000005", "govtrack": 405913, "icpsr": 4843, "house_history": 15699, "wikipedia": "Andrew Jackson", "wikidata": "Q11817", "google_entity_id": "kg:/m/0rlz"}, "name": {"first": "Andrew", "last": "Jackson"}, "bio": {"gender": "M", "birthday": "1767-03-15"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1797-05-15", "end": "1799-03-03", "state": "TN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1823-12-01", "end": "1825-12-31", "state": "TN", "class": 2, "party": "Democratic Republican"}]}, {"id": {"bioguide": "A000167", "govtrack": 400822, "icpsr": 148, "wikipedia": "Willis Alston", "house_history": 8487, "wikidata": "Q2581536", "google_entity_id": "kg:/m/04gw0z"}, "name": {"first": "Willis", "last": "Alston"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NC", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NC", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NC", "district": 2, "party": "Jackson"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "A000287", "govtrack": 400929, "icpsr": 239, "wikipedia": "Benedict Arnold (congressman)", "house_history": 8661, "wikidata": "Q3389146", "google_entity_id": "kg:/m/05v433"}, "name": {"first": "Benedict", "last": "Arnold"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 16}], "bio": {"birthday": "1780-10-05", "gender": "M"}}, {"id": {"bioguide": "B000041", "govtrack": 401046, "icpsr": 344, "house_history": 8826, "wikipedia": "John Bailey (Massachusetts)", "wikidata": "Q1403743", "google_entity_id": "kg:/m/026m67g"}, "name": {"first": "John", "last": "Bailey"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MA", "district": 10}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MA", "district": 10, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MA", "district": 10, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MA", "district": 10}]}, {"id": {"bioguide": "B000131", "govtrack": 401132, "icpsr": 424, "wikipedia": "Philip Pendleton Barbour", "house_history": 8939, "wikidata": "Q726427", "google_entity_id": "kg:/m/024692"}, "name": {"first": "Philip", "middle": "Pendleton", "last": "Barbour"}, "bio": {"birthday": "1783-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 11, "party": "Jackson"}]}, {"id": {"bioguide": "B000210", "govtrack": 401208, "icpsr": 493, "wikipedia": "Mordecai Bartley", "house_history": 9044, "wikidata": "Q881055", "google_entity_id": "kg:/m/033_yc"}, "name": {"first": "Mordecai", "last": "Bartley"}, "bio": {"birthday": "1783-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "OH", "district": 14}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "OH", "district": 14, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": 14, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "OH", "district": 14}]}, {"id": {"bioguide": "B000257", "govtrack": 401251, "icpsr": 532, "house_history": 9109, "wikipedia": "Robert Emmett Bledsoe Baylor", "wikidata": "Q2157009", "google_entity_id": "kg:/m/02qxzp1"}, "name": {"first": "Robert", "middle": "Emmett Bledsoe", "last": "Baylor"}, "bio": {"birthday": "1793-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "AL", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "B000308", "govtrack": 412013, "icpsr": 578, "wikipedia": "Thomas Beekman", "house_history": 9174, "wikidata": "Q7787533", "google_entity_id": "kg:/m/02rkw_4"}, "name": {"first": "Thomas", "last": "Beekman"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 22, "party": "Anti-Jacksonian"}]}, {"id": {"bioguide": "B000345", "govtrack": 401337, "icpsr": 611, "wikipedia": "Samuel Bell", "wikidata": "Q884049", "google_entity_id": "kg:/m/0852gg"}, "name": {"first": "Samuel", "last": "Bell"}, "bio": {"birthday": "1770-02-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1823-12-01", "end": "1829-03-03", "state": "NH", "class": 2, "party": "Adams"}, {"type": "sen", "start": "1829-12-07", "end": "1835-03-03", "state": "NH", "class": 2}]}, {"id": {"bioguide": "B000433", "govtrack": 401419, "icpsr": 685, "wikipedia": "George M. Bibb", "wikidata": "Q1378961", "google_entity_id": "kg:/m/03gjqr"}, "name": {"first": "George", "middle": "Mortimer", "last": "Bibb"}, "bio": {"birthday": "1776-10-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1811-11-04", "end": "1815-03-03", "state": "KY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1829-12-07", "end": "1835-03-03", "state": "KY", "class": 2, "party": "Jackson"}]}, {"id": {"bioguide": "B000441", "govtrack": 401427, "house_history": 9346, "wikipedia": "John Biddle (Michigan politician)", "wikidata": "Q665672", "google_entity_id": "kg:/m/0czw9w"}, "name": {"first": "John", "last": "Biddle"}, "bio": {"birthday": "1792-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MI", "district": -1}]}, {"id": {"bioguide": "B000645", "govtrack": 401609, "icpsr": 867, "wikipedia": "Peter I. Borst", "house_history": 9618, "wikidata": "Q2272102", "google_entity_id": "kg:/m/02rkvbh"}, "name": {"first": "Peter", "middle": "I.", "last": "Borst"}, "bio": {"birthday": "1797-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 12, "party": "Jackson"}]}, {"id": {"bioguide": "B000912", "govtrack": 401868, "icpsr": 1105, "wikipedia": "Elias Brown", "house_history": 9957, "wikidata": "Q1726909", "google_entity_id": "kg:/m/02rhfwt"}, "name": {"first": "Elias", "last": "Brown"}, "bio": {"birthday": "1793-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MD", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "B001198", "govtrack": 402140, "icpsr": 1358, "house_history": 10315, "wikipedia": "Samuel Butman", "wikidata": "Q2218046", "google_entity_id": "kg:/m/04lcgm"}, "name": {"first": "Samuel", "last": "Butman"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "ME", "district": 7, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "ME", "district": 7}]}, {"id": {"bioguide": "C000436", "govtrack": 402574, "icpsr": 1768, "wikipedia": "James Clark (Kentucky)", "house_history": 10998, "wikidata": "Q359448", "google_entity_id": "kg:/m/0g7qrg"}, "name": {"first": "James", "last": "Clark"}, "bio": {"birthday": "1779-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "KY", "district": 3, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "KY", "district": 3, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "KY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000620", "govtrack": 402749, "icpsr": 1933, "wikipedia": "Nicholas D. Coleman", "house_history": 11225, "wikidata": "Q1533401", "google_entity_id": "kg:/m/02rjxkl"}, "name": {"first": "Nicholas", "middle": "Daniel", "last": "Coleman"}, "bio": {"birthday": "1800-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "KY", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "C000828", "govtrack": 402946, "icpsr": 2109, "wikipedia": "Henry B. Cowles", "house_history": 11492, "wikidata": "Q613104", "google_entity_id": "kg:/m/02rkq9g"}, "name": {"first": "Henry", "middle": "Booth", "last": "Cowles"}, "bio": {"birthday": "1798-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 4}]}, {"id": {"bioguide": "C000856", "govtrack": 402972, "icpsr": 2133, "wikipedia": "Hector Craig", "house_history": 11527, "wikidata": "Q895842", "google_entity_id": "kg:/m/02rkq82"}, "name": {"first": "Hector", "last": "Craig"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 6, "party": "Jacksonian"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 6, "party": "Jackson"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "C000915", "govtrack": 403027, "icpsr": 2184, "wikipedia": "Jacob Crocheron", "house_history": 11600, "wikidata": "Q64806", "google_entity_id": "kg:/m/02rkr16"}, "name": {"first": "Jacob", "last": "Crocheron"}, "bio": {"gender": "M", "birthday": "1774-08-23"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "C000946", "govtrack": 403058, "icpsr": 2213, "wikipedia": "Benjamin Williams Crowninshield", "house_history": 11635, "wikidata": "Q817746", "google_entity_id": "kg:/m/037f3c"}, "name": {"first": "Benjamin", "middle": "Williams", "last": "Crowninshield"}, "bio": {"birthday": "1772-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MA", "district": 2}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MA", "district": 2, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MA", "district": 2, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MA", "district": 2}]}, {"id": {"bioguide": "D000284", "govtrack": 403326, "icpsr": 2545, "house_history": 12179, "wikipedia": "Charles G. DeWitt", "wikidata": "Q1153282", "google_entity_id": "kg:/m/02gbvc"}, "name": {"first": "Charles", "middle": "Gerrit", "last": "De Witt"}, "bio": {"birthday": "1789-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "D000272", "govtrack": 403407, "icpsr": 2528, "wikipedia": "Robert Desha", "house_history": 12165, "wikidata": "Q1338104", "google_entity_id": "kg:/m/0cglfh"}, "name": {"first": "Robert", "last": "Desha"}, "bio": {"birthday": "1791-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "TN", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "TN", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "D000308", "govtrack": 403429, "icpsr": 2561, "wikipedia": "Mahlon Dickerson", "wikidata": "Q879427", "google_entity_id": "kg:/m/03jkc9"}, "name": {"first": "Mahlon", "last": "Dickerson"}, "bio": {"birthday": "1770-04-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1817-12-01", "end": "1823-03-03", "state": "NJ", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1823-12-01", "end": "1829-03-03", "state": "NJ", "class": 2, "party": "Jackson"}, {"type": "sen", "start": "1829-12-07", "end": "1833-03-03", "state": "NJ", "class": 1, "party": "Jackson"}]}, {"id": {"bioguide": "D000322", "govtrack": 403442, "icpsr": 2574, "house_history": 12227, "wikipedia": "John Dean Dickinson", "wikidata": "Q1530424", "google_entity_id": "kg:/m/02rks3t"}, "name": {"first": "John", "middle": "Dean", "last": "Dickinson"}, "bio": {"birthday": "1767-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 10, "party": "Federalist"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 9, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 9}]}, {"id": {"bioguide": "D000437", "govtrack": 403547, "icpsr": 2674, "wikipedia": "Clement Dorsey", "house_history": 12377, "wikidata": "Q250329", "google_entity_id": "kg:/m/055h86"}, "name": {"first": "Clement", "last": "Dorsey"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MD", "district": 1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MD", "district": 1, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MD", "district": 1}], "bio": {"gender": "M"}}, {"id": {"bioguide": "D000511", "govtrack": 403621, "icpsr": 2740, "wikipedia": "Charles E. Dudley", "wikidata": "Q5077087", "google_entity_id": "kg:/m/09w8ts"}, "name": {"first": "Charles", "middle": "Edward", "last": "Dudley"}, "bio": {"birthday": "1780-05-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1829-12-07", "end": "1833-03-03", "state": "NY", "class": 1, "party": "Jackson"}]}, {"id": {"bioguide": "D000512", "govtrack": 403622, "icpsr": 2741, "wikipedia": "Edward Bishop Dudley", "house_history": 12472, "wikidata": "Q884015", "google_entity_id": "kg:/m/02j1mv"}, "name": {"first": "Edward", "middle": "Bishop", "last": "Dudley"}, "bio": {"birthday": "1789-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NC", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "D000579", "govtrack": 403682, "icpsr": 2797, "house_history": 12545, "wikipedia": "Henry W. Dwight", "wikidata": "Q1607357", "google_entity_id": "kg:/m/02rhhhq"}, "name": {"first": "Henry", "middle": "Williams", "last": "Dwight"}, "bio": {"birthday": "1788-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MA", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MA", "district": 9}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MA", "district": 9, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MA", "district": 9, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MA", "district": 9}]}, {"id": {"bioguide": "E000002", "govtrack": 403698, "icpsr": 2809, "wikipedia": "Samuel W. Eager", "house_history": 12606, "wikidata": "Q895769", "google_entity_id": "kg:/m/02rkwbv"}, "name": {"first": "Samuel", "middle": "Watkins", "last": "Eager"}, "bio": {"birthday": "1789-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 6}]}, {"id": {"bioguide": "E000011", "govtrack": 403707, "icpsr": 2817, "wikipedia": "Jonas Earll Jr.", "house_history": 12615, "wikidata": "Q6272064", "google_entity_id": "kg:/m/02rkt0p"}, "name": {"first": "Jonas", "last": "Earll", "suffix": "Jr."}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 23, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 23, "party": "Jackson"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "F000117", "govtrack": 404073, "icpsr": 3141, "wikipedia": "Isaac Finch", "house_history": 13122, "wikidata": "Q4260285", "google_entity_id": "kg:/m/02rkqxd"}, "name": {"first": "Isaac", "last": "Finch"}, "bio": {"birthday": "1783-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 19}]}, {"id": {"bioguide": "F000146", "govtrack": 404101, "icpsr": 3166, "wikipedia": "George Fisher (New York)", "house_history": 13154, "wikidata": "Q5539288", "google_entity_id": "kg:/m/03c2_tz"}, "name": {"first": "George", "last": "Fisher"}, "bio": {"birthday": "1788-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 20}]}, {"id": {"bioguide": "F000290", "govtrack": 404240, "icpsr": 3292, "wikipedia": "Chauncey Forward", "house_history": 13337, "wikidata": "Q5088223", "google_entity_id": "kg:/m/026t8tr"}, "name": {"first": "Chauncey", "last": "Forward"}, "bio": {"birthday": "1793-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 13, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 13, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 13, "party": "Jackson"}]}, {"id": {"bioguide": "F000373", "govtrack": 404318, "icpsr": 3365, "wikipedia": "Theodore Frelinghuysen", "wikidata": "Q1389796", "google_entity_id": "kg:/m/0367ss"}, "name": {"first": "Theodore", "last": "Frelinghuysen"}, "bio": {"birthday": "1787-03-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1829-12-07", "end": "1835-03-03", "state": "NJ", "class": 2, "party": "Anti-Jacksonian"}]}, {"id": {"bioguide": "F000397", "govtrack": 404339, "icpsr": 3384, "wikipedia": "Joseph Fry, Jr.", "house_history": 13470, "wikidata": "Q6283263", "google_entity_id": "kg:/m/026t8sc"}, "name": {"first": "Joseph", "last": "Fry", "suffix": "Jr."}, "bio": {"birthday": "1781-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "G000283", "govtrack": 404644, "icpsr": 3671, "wikipedia": "John M. Goodenow", "house_history": 13921, "wikidata": "Q6245826", "google_entity_id": "kg:/m/02rm1t8"}, "name": {"first": "John", "middle": "Milton", "last": "Goodenow"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "OH", "district": 11, "party": "Jackson"}]}, {"id": {"bioguide": "G000412", "govtrack": 404760, "icpsr": 3778, "house_history": 14088, "wikipedia": "Innis Green", "wikidata": "Q6035804", "google_entity_id": "kg:/m/0ggj1p"}, "name": {"first": "Innis", "last": "Green"}, "bio": {"birthday": "1776-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 6, "party": "Jackson"}]}, {"id": {"bioguide": "G000529", "govtrack": 404874, "icpsr": 3880, "house_history": 14227, "wikipedia": "Henry Hosford Gurley", "wikidata": "Q1606886", "google_entity_id": "kg:/m/0ddqhc"}, "name": {"first": "Henry", "middle": "Hosford", "last": "Gurley"}, "bio": {"birthday": "1788-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "LA", "district": 2}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "LA", "district": 2, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "LA", "district": 2, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "LA", "district": 2}]}, {"id": {"bioguide": "H000088", "govtrack": 404970, "icpsr": 3970, "wikipedia": "Jehiel H. Halsey", "house_history": 14396, "wikidata": "Q3610505", "google_entity_id": "kg:/m/02rkrwx"}, "name": {"first": "Jehiel", "middle": "Howell", "last": "Halsey"}, "bio": {"birthday": "1788-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 26, "party": "Jackson"}]}, {"id": {"bioguide": "H000308", "govtrack": 405181, "icpsr": 4163, "wikipedia": "Jonathan Harvey (congressman)", "house_history": 14665, "wikidata": "Q1703189", "google_entity_id": "kg:/m/02rr6l5"}, "name": {"first": "Jonathan", "last": "Harvey"}, "bio": {"birthday": "1780-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NH", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "H000371", "govtrack": 405240, "icpsr": 4215, "wikipedia": "Joseph Hawkins (New York)", "house_history": 14738, "wikidata": "Q6283853", "google_entity_id": "kg:/m/03cww6_"}, "name": {"first": "Joseph", "last": "Hawkins"}, "bio": {"birthday": "1781-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 20, "party": "Adams Democrat"}]}, {"id": {"bioguide": "H000398", "govtrack": 405265, "icpsr": 4237, "wikipedia": "Robert Y. Hayne", "wikidata": "Q883789", "google_entity_id": "kg:/m/04gpb9"}, "name": {"first": "Robert", "middle": "Young", "last": "Hayne"}, "bio": {"gender": "M", "birthday": "1791-11-10"}, "terms": [{"type": "sen", "start": "1823-12-01", "end": "1829-03-03", "state": "SC", "class": 2, "party": "Jackson"}, {"type": "sen", "start": "1829-12-07", "end": "1833-03-03", "state": "SC", "class": 2, "party": "Nullifier"}]}, {"id": {"bioguide": "H000470", "govtrack": 405333, "icpsr": 4298, "wikipedia": "Joseph Hemphill", "house_history": 14865, "wikidata": "Q6283881", "google_entity_id": "kg:/m/0273h3s"}, "name": {"first": "Joseph", "last": "Hemphill"}, "bio": {"birthday": "1770-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "PA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 2, "party": "Federalist"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "H000632", "govtrack": 405489, "icpsr": 4444, "house_history": 15066, "wikipedia": "Thomas Hinds", "wikidata": "Q2424745", "google_entity_id": "kg:/m/02px9g2"}, "name": {"first": "Thomas", "last": "Hinds"}, "bio": {"birthday": "1780-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MS", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MS", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "H000737", "govtrack": 405588, "icpsr": 4534, "house_history": 15194, "wikipedia": "Gabriel Holmes", "wikidata": "Q882532", "google_entity_id": "kg:/m/02j1x4"}, "name": {"first": "Gabriel", "last": "Holmes"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NC", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NC", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NC", "district": -1}], "bio": {"gender": "M"}}, {"id": {"bioguide": "H000739", "govtrack": 405590, "icpsr": 4536, "wikipedia": "John Holmes (Maine politician)", "house_history": 15197, "wikidata": "Q1700480", "google_entity_id": "kg:/m/03y0dw"}, "name": {"first": "John", "last": "Holmes"}, "bio": {"birthday": "1773-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "sen", "start": "1820-01-01", "end": "1827-03-03", "state": "ME", "class": 1, "party": "Adams"}, {"type": "sen", "start": "1829-12-07", "end": "1833-03-03", "state": "ME", "class": 1, "party": "Democratic Republican"}]}, {"id": {"bioguide": "I000022", "govtrack": 405884, "icpsr": 4811, "wikipedia": "Samuel D. Ingham", "house_history": 15641, "wikidata": "Q1773351", "google_entity_id": "kg:/m/02_gbv"}, "name": {"first": "Samuel", "middle": "Delucenna", "last": "Ingham"}, "bio": {"birthday": "1779-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 8, "party": "Jackson Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "I000043", "govtrack": 405900, "icpsr": 4828, "wikipedia": "Thomas Irwin", "house_history": 15670, "wikidata": "Q7791000", "google_entity_id": "kg:/m/027g91n"}, "name": {"first": "Thomas", "last": "Irwin"}, "bio": {"birthday": "1785-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 14, "party": "Jackson"}]}, {"id": {"bioguide": "J000097", "govtrack": 405999, "icpsr": 4926, "wikipedia": "Jonathan Jennings", "house_history": 15816, "wikidata": "Q1703204", "google_entity_id": "kg:/m/03bbfd"}, "name": {"first": "Jonathan", "last": "Jennings"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "IN", "district": -1}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "IN", "district": -1}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "IN", "district": -1}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "IN", "district": -1}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "IN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "IN", "district": 2}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "IN", "district": 2, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "IN", "district": 2, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "IN", "district": 2}]}, {"id": {"bioguide": "J000112", "govtrack": 406013, "icpsr": 4937, "house_history": 15833, "wikipedia": "Kensey Johns Jr.", "wikidata": "Q1739010", "google_entity_id": "kg:/m/0d8qp7"}, "name": {"first": "Kensey", "last": "Johns", "suffix": "Jr."}, "bio": {"birthday": "1791-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "DE", "district": 0, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "DE", "district": 0}]}, {"id": {"bioguide": "K000186", "govtrack": 406348, "icpsr": 5248, "wikipedia": "John Kincaid", "house_history": 16309, "wikidata": "Q255131", "google_entity_id": "kg:/m/02r3sb4"}, "name": {"first": "John", "last": "Kincaid"}, "bio": {"birthday": "1791-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "KY", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "K000209", "govtrack": 406370, "icpsr": 5268, "wikipedia": "Perkins King", "house_history": 16336, "wikidata": "Q2039459", "google_entity_id": "kg:/m/02rkv8f"}, "name": {"first": "Perkins", "last": "King"}, "bio": {"birthday": "1784-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 11, "party": "Jackson"}]}, {"id": {"bioguide": "L000166", "govtrack": 406670, "icpsr": 5534, "wikipedia": "Pryor Lea", "house_history": 16805, "wikidata": "Q1255439", "google_entity_id": "kg:/m/05_4wb"}, "name": {"first": "Pryor", "last": "Lea"}, "bio": {"birthday": "1794-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "TN", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "TN", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "L000234", "govtrack": 406737, "icpsr": 5599, "wikipedia": "George Gray Leiper", "house_history": 16883, "wikidata": "Q5539873", "google_entity_id": "kg:/m/027gxc7"}, "name": {"first": "George", "middle": "Gray", "last": "Leiper"}, "bio": {"birthday": "1786-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 4, "party": "Jackson"}]}, {"id": {"bioguide": "L000366", "govtrack": 406858, "icpsr": 5715, "wikipedia": "Edward Livingston", "house_history": 17050, "wikidata": "Q544396", "google_entity_id": "kg:/m/01bxb3"}, "name": {"first": "Edward", "last": "Livingston"}, "bio": {"birthday": "1764-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1795-12-07", "end": "1797-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "LA", "district": 1, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "LA", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "LA", "district": 1, "party": "Jackson"}, {"type": "sen", "start": "1829-12-07", "end": "1831-12-31", "state": "LA", "class": 2, "party": "Jackson"}]}, {"id": {"bioguide": "M000047", "govtrack": 407075, "icpsr": 5907, "wikipedia": "John Magee (congressman)", "house_history": 17385, "wikidata": "Q6246386", "google_entity_id": "kg:/m/0b4295"}, "name": {"first": "John", "last": "Magee"}, "bio": {"birthday": "1794-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 28, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 28, "party": "Jackson"}]}, {"id": {"bioguide": "M000141", "govtrack": 407164, "icpsr": 5989, "wikipedia": "Alem Marr", "house_history": 17501, "wikidata": "Q4716051", "google_entity_id": "kg:/m/026t94r"}, "name": {"first": "Alem", "last": "Marr"}, "bio": {"birthday": "1787-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 9, "party": "Jackson"}]}, {"id": {"bioguide": "M000202", "govtrack": 407222, "icpsr": 6042, "wikipedia": "William D. Martin", "house_history": 17571, "wikidata": "Q2578389", "google_entity_id": "kg:/m/02vrp5v"}, "name": {"first": "William", "middle": "Dickinson", "last": "Martin"}, "bio": {"birthday": "1789-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "SC", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "SC", "district": 4, "party": "Jackson"}]}, {"id": {"bioguide": "M000271", "govtrack": 407289, "icpsr": 6099, "wikipedia": "Thomas Maxwell", "house_history": 17656, "wikidata": "Q7792241", "google_entity_id": "kg:/m/02rkx93"}, "name": {"first": "Thomas", "last": "Maxwell"}, "bio": {"birthday": "1792-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 25, "party": "Jackson"}]}, {"id": {"bioguide": "M000386", "govtrack": 407389, "icpsr": 6199, "wikipedia": "William McCreery (Pennsylvania)", "house_history": 17806, "wikidata": "Q8015367", "google_entity_id": "kg:/m/026t9by"}, "name": {"first": "William", "last": "McCreery"}, "bio": {"birthday": "1786-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 15, "party": "Jackson"}]}, {"id": {"bioguide": "M000550", "govtrack": 407542, "icpsr": 6338, "wikipedia": "John McLean (Illinois politician)", "house_history": 18015, "wikidata": "Q365866", "google_entity_id": "kg:/m/03lknx"}, "name": {"first": "John", "last": "McLean"}, "bio": {"birthday": "1791-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1824-01-01", "end": "1825-03-03", "state": "IL", "class": 3, "party": "Crawford Republican"}, {"type": "sen", "start": "1829-12-07", "end": "1831-03-03", "state": "IL", "class": 2, "party": "Jackson"}]}, {"id": {"bioguide": "M000722", "govtrack": 412077, "icpsr": 6479, "wikipedia": "Daniel H. Miller", "house_history": 18235, "wikidata": "Q5217385", "google_entity_id": "kg:/m/026t91n"}, "name": {"first": "Daniel", "middle": "H.", "last": "Miller"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 3, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "M000853", "govtrack": 407826, "icpsr": 6591, "wikipedia": "Robert Monell", "house_history": 18402, "wikidata": "Q2947126", "google_entity_id": "kg:/m/02r7x1d"}, "name": {"first": "Robert", "last": "Monell"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 21, "party": "Jackson"}]}, {"id": {"bioguide": "N000146", "govtrack": 408229, "icpsr": 6966, "wikipedia": "Ebenezer F. Norton", "house_history": 19014, "wikidata": "Q5331681", "google_entity_id": "kg:/m/02rknyy"}, "name": {"first": "Ebenezer", "middle": "Foote", "last": "Norton"}, "bio": {"birthday": "1774-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 30, "party": "Jackson"}]}, {"id": {"bioguide": "O000147", "govtrack": 408398, "icpsr": 7127, "house_history": 19248, "wikipedia": "Walter Hampden Overton", "wikidata": "Q2544643", "google_entity_id": "kg:/m/0285pyj"}, "name": {"first": "Walter", "middle": "Hampden", "last": "Overton"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "LA", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "P000275", "govtrack": 408675, "icpsr": 7381, "wikipedia": "Spencer Darwin Pettis", "house_history": 19619, "wikidata": "Q2308985", "google_entity_id": "kg:/m/07c4jz"}, "name": {"first": "Spencer", "middle": "Darwin", "last": "Pettis"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MO", "district": 1, "party": "Jackson"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "P000341", "govtrack": 408738, "icpsr": 7443, "wikipedia": "Isaac Pierson", "house_history": 19701, "wikidata": "Q1673435", "google_entity_id": "kg:/m/02z3s07"}, "name": {"first": "Isaac", "last": "Pierson"}, "bio": {"birthday": "1770-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NJ", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NJ", "district": -1}]}, {"id": {"bioguide": "P000489", "govtrack": 408874, "icpsr": 7579, "wikipedia": "Gershom Powers", "house_history": 19884, "wikidata": "Q5553100", "google_entity_id": "kg:/m/02rkpzt"}, "name": {"first": "Gershom", "last": "Powers"}, "bio": {"birthday": "1789-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 24, "party": "Jackson"}]}, {"id": {"bioguide": "R000129", "govtrack": 409108, "icpsr": 7796, "wikipedia": "Thomas Buck Reed", "wikidata": "Q1610268", "google_entity_id": "kg:/m/0cytkp"}, "name": {"first": "Thomas", "middle": "Buck", "last": "Reed"}, "bio": {"birthday": "1787-05-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1826-01-01", "end": "1827-03-03", "state": "MS", "class": 1, "party": "Jackson"}, {"type": "sen", "start": "1829-12-07", "end": "1829-12-31", "state": "MS", "class": 2}]}, {"id": {"bioguide": "R000226", "govtrack": 409202, "icpsr": 7881, "wikipedia": "Joseph Richardson (U.S. politician)", "house_history": 20362, "wikidata": "Q1438595", "google_entity_id": "kg:/m/02rjwjy"}, "name": {"first": "Joseph", "last": "Richardson"}, "bio": {"birthday": "1778-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MA", "district": 11, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MA", "district": 11}]}, {"id": {"bioguide": "R000266", "govtrack": 409241, "icpsr": 7913, "wikipedia": "James W. Ripley", "house_history": 20414, "wikidata": "Q1681290", "google_entity_id": "kg:/m/02x586h"}, "name": {"first": "James", "middle": "Wheelock", "last": "Ripley"}, "bio": {"birthday": "1786-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "ME", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "ME", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "ME", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "R000439", "govtrack": 409403, "icpsr": 8062, "wikipedia": "Robert S. Rose", "house_history": 20629, "wikidata": "Q7349502", "google_entity_id": "kg:/m/02rkw3z"}, "name": {"first": "Robert", "middle": "Selden", "last": "Rose"}, "bio": {"birthday": "1774-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 26, "party": "Anti Mason"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 26, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 26, "party": "Anti Masonic"}]}, {"id": {"bioguide": "S000050", "govtrack": 409566, "icpsr": 8210, "wikipedia": "Jonah Sanford", "house_history": 21193, "wikidata": "Q13219163", "google_entity_id": "kg:/m/02rks__"}, "name": {"first": "Jonah", "last": "Sanford"}, "bio": {"birthday": "1790-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 20, "party": "Jackson"}]}, {"id": {"bioguide": "S000175", "govtrack": 409682, "icpsr": 8303, "wikipedia": "John Scott (representative)", "house_history": 21357, "wikidata": "Q6257090", "google_entity_id": "kg:/m/027d167"}, "name": {"first": "John", "last": "Scott"}, "bio": {"birthday": "1784-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 12, "party": "Jackson"}]}, {"id": {"bioguide": "S000361", "govtrack": 409857, "icpsr": 8469, "house_history": 21585, "wikipedia": "James Shields (politician, born 1762)", "wikidata": "Q1681098", "google_entity_id": "kg:/m/027sgz0"}, "name": {"first": "James", "last": "Shields"}, "bio": {"birthday": "1762-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "OH", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "S000410", "govtrack": 409904, "icpsr": 8509, "wikipedia": "Thomas Hale Sill", "house_history": 21647, "wikidata": "Q7790346", "google_entity_id": "kg:/m/0276xhz"}, "name": {"first": "Thomas", "middle": "Hale", "last": "Sill"}, "bio": {"birthday": "1783-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 18, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 18}]}, {"id": {"bioguide": "S000411", "govtrack": 409905, "icpsr": 8510, "wikipedia": "Nathaniel Silsbee", "house_history": 21649, "wikidata": "Q6176087", "google_entity_id": "kg:/m/0bfp_j"}, "name": {"first": "Nathaniel", "last": "Silsbee"}, "bio": {"birthday": "1773-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1826-01-01", "end": "1829-03-03", "state": "MA", "class": 2, "party": "Adams"}, {"type": "sen", "start": "1829-12-07", "end": "1835-03-03", "state": "MA", "class": 2, "party": "Adams"}]}, {"id": {"bioguide": "S000646", "govtrack": 410120, "icpsr": 8715, "wikipedia": "Alexander Smyth", "house_history": 21931, "wikidata": "Q1557973", "google_entity_id": "kg:/m/056mds"}, "name": {"first": "Alexander", "last": "Smyth"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 22, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 22, "party": "Jackson"}]}, {"id": {"bioguide": "S000721", "govtrack": 410190, "icpsr": 8781, "wikipedia": "Ambrose Spencer", "house_history": 22028, "wikidata": "Q1973315", "google_entity_id": "kg:/m/0dgg60"}, "name": {"first": "Ambrose", "last": "Spencer"}, "bio": {"birthday": "1765-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 10}]}, {"id": {"bioguide": "S000729", "govtrack": 410198, "icpsr": 8789, "wikipedia": "Richard Spencer (Maryland)", "house_history": 22037, "wikidata": "Q2695492", "google_entity_id": "kg:/m/0dz3gp"}, "name": {"first": "Richard", "last": "Spencer"}, "bio": {"birthday": "1796-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MD", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "S000744", "govtrack": 410213, "icpsr": 8803, "house_history": 22058, "wikipedia": "Peleg Sprague (Maine politician)", "wikidata": "Q2067943", "google_entity_id": "kg:/m/03z38r"}, "name": {"first": "Peleg", "last": "Sprague"}, "bio": {"birthday": "1793-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "ME", "district": 4, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "ME", "district": 4, "party": "Adams"}, {"type": "sen", "start": "1829-12-07", "end": "1835-03-03", "state": "ME", "class": 2, "party": "Anti-Jacksonian"}]}, {"id": {"bioguide": "S000751", "govtrack": 410219, "icpsr": 8809, "wikipedia": "Michael Sprigg", "house_history": 22066, "wikidata": "Q1287807", "google_entity_id": "kg:/m/02rjx8_"}, "name": {"first": "Michael", "middle": "Cresap", "last": "Sprigg"}, "bio": {"birthday": "1791-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MD", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MD", "district": 4, "party": "Jackson"}]}, {"id": {"bioguide": "S000867", "govtrack": 410329, "icpsr": 8897, "wikipedia": "John Benton Sterigere", "house_history": 22212, "wikidata": "Q6221612", "google_entity_id": "kg:/m/027bn_s"}, "name": {"first": "John", "middle": "Benton", "last": "Sterigere"}, "bio": {"birthday": "1793-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "S000976", "govtrack": 410435, "icpsr": 8997, "wikipedia": "Henry R. Storrs", "house_history": 22350, "wikidata": "Q2654825", "google_entity_id": "kg:/m/02rkqls"}, "name": {"first": "Henry", "middle": "Randolph", "last": "Storrs"}, "bio": {"birthday": "1787-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 16, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 16, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 14, "party": "Federalist"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 14, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 14, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 14, "party": "Federalist"}]}, {"id": {"bioguide": "S001010", "govtrack": 410467, "icpsr": 9029, "wikipedia": "James Strong (U.S. politician)", "house_history": 22388, "wikidata": "Q774503", "google_entity_id": "kg:/m/02wb56b"}, "name": {"first": "James", "last": "Strong"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 5, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 8}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 8, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 8, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 8}]}, {"id": {"bioguide": "S001088", "govtrack": 410541, "icpsr": 9101, "wikipedia": "Samuel Swan", "house_history": 22484, "wikidata": "Q1309679", "google_entity_id": "kg:/m/09cwhw"}, "name": {"first": "Samuel", "last": "Swan"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NJ", "district": -1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NJ", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NJ", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NJ", "district": -1}]}, {"id": {"bioguide": "T000108", "govtrack": 410690, "icpsr": 9239, "wikipedia": "Littleton Waller Tazewell", "house_history": 22766, "wikidata": "Q682902", "google_entity_id": "kg:/m/03gf7d"}, "name": {"first": "Littleton", "middle": "Waller", "last": "Tazewell"}, "bio": {"birthday": "1774-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 13, "party": "Republican"}, {"type": "sen", "start": "1824-01-01", "end": "1829-03-03", "state": "VA", "class": 2, "party": "Jackson"}, {"type": "sen", "start": "1829-12-07", "end": "1833-03-03", "state": "VA", "class": 2, "party": "Jackson"}]}, {"id": {"bioguide": "T000138", "govtrack": 410720, "icpsr": 9266, "wikipedia": "John Test", "house_history": 22800, "wikidata": "Q749837", "google_entity_id": "kg:/m/02rkgyf"}, "name": {"first": "John", "last": "Test"}, "bio": {"birthday": "1771-11-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "IN", "district": 3}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "IN", "district": 3, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "IN", "district": 3}]}, {"id": {"bioguide": "T000365", "govtrack": 412112, "icpsr": 9466, "wikipedia": "James Trezvant", "house_history": 23081, "wikidata": "Q598873", "google_entity_id": "kg:/m/02rtnsz"}, "name": {"first": "James", "last": "Trezvant"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "T000382", "govtrack": 410951, "icpsr": 9482, "wikipedia": "George Troup", "house_history": 23101, "wikidata": "Q357728", "google_entity_id": "kg:/m/06yk3_"}, "name": {"first": "George", "middle": "Michael", "last": "Troup"}, "bio": {"birthday": "1780-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1816-01-01", "end": "1819-03-03", "state": "GA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1829-12-07", "end": "1833-12-31", "state": "GA", "class": 2, "party": "Jackson"}]}, {"id": {"bioguide": "T000402", "govtrack": 410971, "icpsr": 9500, "wikipedia": "Starling Tucker", "house_history": 23125, "wikidata": "Q2332979", "google_entity_id": "kg:/m/02rtqqx"}, "name": {"first": "Starling", "last": "Tucker"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "SC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "SC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "SC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "SC", "district": 9, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "SC", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "SC", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "SC", "district": 9, "party": "Jackson"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "V000073", "govtrack": 411131, "icpsr": 9649, "wikipedia": "John Varnum", "house_history": 20962, "wikidata": "Q1702002", "google_entity_id": "kg:/m/0dy1dx"}, "name": {"first": "John", "last": "Varnum"}, "bio": {"birthday": "1778-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MA", "district": 3, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MA", "district": 3, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MA", "district": 3}]}, {"id": {"bioguide": "W000576", "govtrack": 411731, "icpsr": 10216, "wikipedia": "Ephraim King Wilson", "house_history": 23899, "wikidata": "Q434499", "google_entity_id": "kg:/m/057gx5"}, "name": {"first": "Ephraim", "middle": "King", "last": "Wilson"}, "bio": {"birthday": "1771-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MD", "district": 8, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MD", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "W000632", "govtrack": 411786, "icpsr": 10271, "wikipedia": "Joseph F. Wingate", "house_history": 23966, "wikidata": "Q1706955", "google_entity_id": "kg:/m/02ry1kw"}, "name": {"first": "Joseph", "middle": "Ferdinand", "last": "Wingate"}, "bio": {"birthday": "1786-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "ME", "district": 3, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "ME", "district": 3}]}, {"id": {"bioguide": "W000673", "govtrack": 411825, "icpsr": 10306, "wikipedia": "George Wolf", "house_history": 24019, "wikidata": "Q373221", "google_entity_id": "kg:/m/0293kh"}, "name": {"first": "George", "last": "Wolf"}, "bio": {"birthday": "1777-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 8}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "Y000002", "govtrack": 411936, "icpsr": 10410, "wikipedia": "Joel Yancey", "house_history": 21034, "wikidata": "Q1691758", "google_entity_id": "kg:/m/02r3m0_"}, "name": {"first": "Joel", "last": "Yancey"}, "bio": {"birthday": "1773-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "KY", "district": 10, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "KY", "district": 10, "party": "Jackson"}]}, {"id": {"bioguide": "A000043", "govtrack": 400704, "icpsr": 37, "wikipedia": "Robert H. Adams", "wikidata": "Q4355162", "google_entity_id": "kg:/m/0cyzy8"}, "name": {"first": "Robert", "middle": "Huntington", "last": "Adams"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1830-01-01", "end": "1831-03-03", "state": "MS", "class": 2, "party": "Jackson"}]}, {"id": {"bioguide": "B000058", "govtrack": 401063, "icpsr": 360, "wikipedia": "David J. Baker", "wikidata": "Q435105", "google_entity_id": "kg:/m/0bk92z"}, "name": {"first": "David", "middle": "Jewett", "last": "Baker"}, "bio": {"birthday": "1792-09-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1830-01-01", "end": "1831-03-03", "state": "IL", "class": 2, "party": "Jackson"}]}, {"id": {"bioguide": "P000402", "govtrack": 408795, "icpsr": 7501, "wikipedia": "George Poindexter", "house_history": 19775, "wikidata": "Q370596", "google_entity_id": "kg:/m/039jh5"}, "name": {"first": "George", "last": "Poindexter"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "MS", "district": -1}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MS", "district": -1}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MS", "district": -1}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MS", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1830-01-01", "end": "1835-03-03", "state": "MS", "class": 2, "party": "Jackson"}]}, {"id": {"bioguide": "A000026", "govtrack": 400687, "icpsr": 20, "house_history": 8290, "wikipedia": "John Adair", "wikidata": "Q11595", "google_entity_id": "kg:/m/05d76r"}, "name": {"first": "John", "last": "Adair"}, "bio": {"birthday": "1757-01-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1805-12-02", "end": "1807-03-03", "state": "KY", "class": 3, "party": "Republican"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "KY", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "A000099", "govtrack": 400757, "icpsr": 87, "wikipedia": "Mark Alexander (politician)", "house_history": 8396, "wikidata": "Q1899890", "google_entity_id": "kg:/m/028c29w"}, "name": {"first": "Mark", "last": "Alexander"}, "bio": {"gender": "M", "birthday": "1792-02-07"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 4, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 4, "party": "Jackson"}]}, {"id": {"bioguide": "A000143", "govtrack": 400799, "icpsr": 125, "house_history": 8458, "wikipedia": "Robert Allen (Virginia)", "wikidata": "Q137932", "google_entity_id": "kg:/m/072gdy"}, "name": {"first": "Robert", "last": "Allen"}, "bio": {"birthday": "1794-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 17, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 17, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 17, "party": "Jackson"}]}, {"id": {"bioguide": "A000159", "govtrack": 400814, "icpsr": 140, "wikipedia": "Robert Allison (Pennsylvania)", "house_history": 8476, "wikidata": "Q7341463", "google_entity_id": "kg:/m/026y9g7"}, "name": {"first": "Robert", "last": "Allison"}, "bio": {"birthday": "1777-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 12, "party": "Anti Masonic"}]}, {"id": {"bioguide": "A000193", "govtrack": 400848, "icpsr": 171, "wikipedia": "John Anderson (Maine politician)", "house_history": 8524, "wikidata": "Q1586385", "google_entity_id": "kg:/m/02x3j5q"}, "name": {"first": "John", "last": "Anderson"}, "bio": {"birthday": "1792-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "ME", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "ME", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "ME", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "ME", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "A000256", "govtrack": 400892, "icpsr": 206, "wikipedia": "William G. Angel", "house_history": 8620, "wikidata": "Q8009493", "google_entity_id": "kg:/m/02rkx_4"}, "name": {"first": "William", "middle": "G.", "last": "Angel"}, "bio": {"birthday": "1790-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 13, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 13, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 13, "party": "Jackson"}]}, {"id": {"bioguide": "A000284", "govtrack": 400925, "icpsr": 236, "wikipedia": "William Armstrong (Virginia)", "house_history": 8658, "wikidata": "Q129732", "google_entity_id": "kg:/m/02rlf0n"}, "name": {"first": "William", "last": "Armstrong"}, "bio": {"gender": "M", "birthday": "1782-12-23"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 16, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 16, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 16}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 16}]}, {"id": {"bioguide": "B000006", "govtrack": 401012, "icpsr": 316, "wikipedia": "William Babcock (politician)", "house_history": 8780, "wikidata": "Q8004895", "google_entity_id": "kg:/m/02rkxvb"}, "name": {"first": "William", "last": "Babcock"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 26, "party": "Anti Masonic"}]}, {"id": {"bioguide": "B000128", "govtrack": 401129, "icpsr": 421, "wikipedia": "John S. Barbour", "house_history": 8934, "wikidata": "Q111702", "google_entity_id": "kg:/m/02pknf0"}, "name": {"first": "John", "middle": "Strode", "last": "Barbour"}, "bio": {"birthday": "1790-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 15, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 15, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 15, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 15, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 15, "party": "Jackson"}]}, {"id": {"bioguide": "B000194", "govtrack": 401193, "icpsr": 480, "wikipedia": "Gamaliel H. Barstow", "house_history": 9022, "wikidata": "Q1492857", "google_entity_id": "kg:/m/02rkpkd"}, "name": {"first": "Gamaliel", "middle": "Henry", "last": "Barstow"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 25, "party": "Anti Masonic"}], "bio": {"birthday": "1784-07-20", "gender": "M"}}, {"id": {"bioguide": "B000234", "govtrack": 401229, "icpsr": 514, "wikipedia": "James Bates (Maine)", "house_history": 9078, "wikidata": "Q1680014", "google_entity_id": "kg:/m/02w_6nm"}, "name": {"first": "James", "last": "Bates"}, "bio": {"birthday": "1789-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "ME", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "B000405", "govtrack": 401393, "icpsr": 663, "wikipedia": "John T. Bergen", "house_history": 9301, "wikidata": "Q168055", "google_entity_id": "kg:/m/026_4vb"}, "name": {"first": "John", "middle": "Teunis", "last": "Bergen"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "B000423", "govtrack": 401409, "icpsr": 677, "wikipedia": "Lauchlin Bethune", "house_history": 9325, "wikidata": "Q1807256", "google_entity_id": "kg:/m/04gw19"}, "name": {"first": "Lauchlin", "last": "Bethune"}, "bio": {"birthday": "1785-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NC", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "B000659", "govtrack": 401621, "icpsr": 876, "wikipedia": "Joseph Bouck", "house_history": 9638, "wikidata": "Q2271304", "google_entity_id": "kg:/m/02rkt43"}, "name": {"first": "Joseph", "last": "Bouck"}, "bio": {"gender": "M", "birthday": "1788-07-22"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 12, "party": "Jackson"}]}, {"id": {"bioguide": "B000763", "govtrack": 401722, "icpsr": 972, "house_history": 9763, "wikipedia": "John Branch", "wikidata": "Q879415", "google_entity_id": "kg:/m/02j1yx"}, "name": {"first": "John", "last": "Branch"}, "bio": {"birthday": "1782-11-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1823-12-01", "end": "1829-03-03", "state": "NC", "class": 2, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NC", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "B000858", "govtrack": 401815, "icpsr": 1058, "wikipedia": "John Brodhead (New Hampshire politician)", "house_history": 9888, "wikidata": "Q1699417", "google_entity_id": "kg:/m/02rl4fs"}, "name": {"first": "John", "last": "Brodhead"}, "bio": {"birthday": "1770-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NH", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "B001010", "govtrack": 401960, "icpsr": 1191, "wikipedia": "John Conrad Bucher", "house_history": 10081, "wikidata": "Q6226938", "google_entity_id": "kg:/m/026vg_k"}, "name": {"first": "John", "middle": "Conrad", "last": "Bucher"}, "bio": {"birthday": "1792-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 6, "party": "Jackson"}]}, {"id": {"bioguide": "B001030", "govtrack": 401980, "icpsr": 1210, "wikipedia": "Alexander Buckner", "wikidata": "Q915146", "google_entity_id": "kg:/m/0cz689"}, "name": {"first": "Alexander", "last": "Buckner"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1831-12-05", "end": "1833-12-31", "state": "MO", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "C000020", "govtrack": 402181, "icpsr": 1394, "house_history": 10467, "wikipedia": "William Cahoon", "wikidata": "Q2578226", "google_entity_id": "kg:/m/0fmtq7"}, "name": {"first": "William", "last": "Cahoon"}, "bio": {"birthday": "1774-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VT", "district": 5, "party": "Anti Masonic"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VT", "district": 5, "party": "Anti Masonic"}]}, {"id": {"bioguide": "C000193", "govtrack": 402339, "icpsr": 1543, "house_history": 10695, "wikipedia": "Samuel Price Carson", "wikidata": "Q1486453", "google_entity_id": "kg:/m/0b7mnk"}, "name": {"first": "Samuel", "middle": "Price", "last": "Carson"}, "bio": {"birthday": "1798-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NC", "district": 12, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NC", "district": 12, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NC", "district": 12, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NC", "district": 12, "party": "Jackson"}]}, {"id": {"bioguide": "C000282", "govtrack": 402425, "icpsr": 1627, "wikipedia": "Ezekiel F. Chambers", "wikidata": "Q5423148", "google_entity_id": "kg:/m/05r_5h"}, "name": {"first": "Ezekiel", "middle": "Forman", "last": "Chambers"}, "terms": [{"type": "sen", "start": "1826-01-01", "end": "1831-03-03", "state": "MD", "class": 3, "party": "Adams"}, {"type": "sen", "start": "1831-12-05", "end": "1835-03-03", "state": "MD", "class": 3, "party": "Adams"}], "bio": {"birthday": "1788-02-28", "gender": "M"}}, {"id": {"bioguide": "C000294", "govtrack": 402436, "icpsr": 1637, "wikipedia": "Thomas Chandler (New Hampshire politician)", "house_history": 10824, "wikidata": "Q1438514", "google_entity_id": "kg:/m/026srbs"}, "name": {"first": "Thomas", "last": "Chandler"}, "bio": {"birthday": "1772-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NH", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "C000602", "govtrack": 402731, "icpsr": 1916, "wikipedia": "Richard Coke, Jr.", "house_history": 11204, "wikidata": "Q1680049", "google_entity_id": "kg:/m/027w8qd"}, "name": {"first": "Richard", "last": "Coke", "suffix": "Jr."}, "bio": {"birthday": "1790-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "C000631", "govtrack": 402760, "icpsr": 1943, "wikipedia": "John A. Collier", "house_history": 11241, "wikidata": "Q6217598", "google_entity_id": "kg:/m/02r4czc"}, "name": {"first": "John", "middle": "Allen", "last": "Collier"}, "bio": {"birthday": "1787-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 21, "party": "Anti Masonic"}]}, {"id": {"bioguide": "C000668", "govtrack": 402795, "icpsr": 1972, "wikipedia": "Lewis Condict", "house_history": 11289, "wikidata": "Q1665332", "google_entity_id": "kg:/m/0262rw0"}, "name": {"first": "Lewis", "last": "Condict"}, "bio": {"birthday": "1772-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NJ", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NJ", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NJ", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NJ", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000672", "govtrack": 402798, "icpsr": 1975, "wikipedia": "Silas Condit", "house_history": 11295, "wikidata": "Q541528", "google_entity_id": "kg:/m/02vn_fp"}, "name": {"first": "Silas", "last": "Condit"}, "bio": {"birthday": "1778-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NJ", "district": -1, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "C000729", "govtrack": 402851, "icpsr": 2027, "wikipedia": "Bates Cooke", "house_history": 11365, "wikidata": "Q4868800", "google_entity_id": "kg:/m/02rkmgh"}, "name": {"first": "Bates", "last": "Cooke"}, "bio": {"birthday": "1787-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 30, "party": "Anti Masonic"}]}, {"id": {"bioguide": "C000732", "govtrack": 402854, "icpsr": 2030, "house_history": 11369, "wikipedia": "Eleutheros Cooke", "wikidata": "Q5359662", "google_entity_id": "kg:/m/0fb632"}, "name": {"first": "Eleutheros", "last": "Cooke"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "OH", "district": 14, "party": "Anti Jacksonian"}], "bio": {"birthday": "1787-12-25", "gender": "M"}}, {"id": {"bioguide": "C000760", "govtrack": 402880, "icpsr": 2054, "wikipedia": "Richard M. Cooper", "house_history": 11407, "wikidata": "Q1116524", "google_entity_id": "kg:/m/02z9ytf"}, "name": {"first": "Richard", "middle": "Matlack", "last": "Cooper"}, "bio": {"gender": "M", "birthday": "1768-02-29"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NJ", "district": -1}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NJ", "district": -1}]}, {"id": {"bioguide": "C000893", "govtrack": 403005, "icpsr": 2163, "wikipedia": "Thomas Hartley Crawford", "house_history": 11571, "wikidata": "Q13219588", "google_entity_id": "kg:/m/026y9t7"}, "name": {"first": "Thomas", "middle": "Hartley", "last": "Crawford"}, "bio": {"birthday": "1786-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 11, "party": "Jackson"}]}, {"id": {"bioguide": "C000902", "govtrack": 403014, "icpsr": 2172, "wikipedia": "William Creighton, Jr.", "house_history": 11583, "wikidata": "Q250272", "google_entity_id": "kg:/m/0d7qm5"}, "name": {"first": "William", "last": "Creighton", "suffix": "Jr."}, "bio": {"birthday": "1778-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": 6, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "D000011", "govtrack": 403154, "icpsr": 2305, "wikipedia": "George M. Dallas", "house_history": 7701, "wikidata": "Q310849", "google_entity_id": "kg:/m/0m89b"}, "name": {"first": "George", "middle": "Mifflin", "last": "Dallas"}, "bio": {"birthday": "1792-07-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "class": 1, "party": "Jackson"}]}, {"id": {"bioguide": "D000033", "govtrack": 403173, "icpsr": 2323, "wikipedia": "Henry Daniel", "house_history": 11870, "wikidata": "Q1606653", "google_entity_id": "kg:/m/02qws_t"}, "name": {"first": "Henry", "last": "Daniel"}, "bio": {"birthday": "1786-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "KY", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "KY", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "KY", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "D000162", "govtrack": 403294, "icpsr": 2437, "wikipedia": "Charles Dayan", "house_history": 12033, "wikidata": "Q1064073", "google_entity_id": "kg:/m/0gm6d3"}, "name": {"first": "Charles", "last": "Dayan"}, "bio": {"birthday": "1792-07-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 20, "party": "Jackson"}]}, {"id": {"bioguide": "D000179", "govtrack": 403341, "icpsr": 2452, "wikipedia": "Henry Alexander Scammell Dearborn", "house_history": 12054, "wikidata": "Q1606422", "google_entity_id": "kg:/m/02qbz0"}, "name": {"first": "Henry", "middle": "Alexander Scammell", "last": "Dearborn"}, "bio": {"birthday": "1783-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MA", "district": 10, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "D000289", "govtrack": 403414, "icpsr": 2537, "wikipedia": "Lewis Dewart", "house_history": 12184, "wikidata": "Q6536489", "google_entity_id": "kg:/m/026y97q"}, "name": {"first": "Lewis", "last": "Dewart"}, "bio": {"birthday": "1780-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 9, "party": "Jackson"}]}, {"id": {"bioguide": "D000391", "govtrack": 403506, "icpsr": 2637, "wikipedia": "Philip Doddridge (Virginia)", "house_history": 12316, "wikidata": "Q168005", "google_entity_id": "kg:/m/02vrpv3"}, "name": {"first": "Philip", "last": "Doddridge"}, "bio": {"birthday": "1773-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 18}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 18}]}, {"id": {"bioguide": "D000487", "govtrack": 403595, "icpsr": 2718, "wikipedia": "Joseph Draper", "house_history": 12441, "wikidata": "Q219497", "google_entity_id": "kg:/m/02vrpwh"}, "name": {"first": "Joseph", "last": "Draper"}, "bio": {"birthday": "1794-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 22, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 22, "party": "Jackson"}]}, {"id": {"bioguide": "D000490", "govtrack": 403598, "icpsr": 2721, "house_history": 12446, "wikipedia": "William Drayton", "wikidata": "Q2578497", "google_entity_id": "kg:/m/04p370"}, "name": {"first": "William", "last": "Drayton"}, "bio": {"birthday": "1776-12-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "SC", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "SC", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "SC", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "SC", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "E000248", "govtrack": 403931, "icpsr": 3014, "wikipedia": "Joshua Evans Jr.", "house_history": 12906, "wikidata": "Q6289786", "google_entity_id": "kg:/m/026xqdm"}, "name": {"first": "Joshua", "last": "Evans", "suffix": "Jr."}, "bio": {"birthday": "1777-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 4, "party": "Jackson"}]}, {"id": {"bioguide": "F000119", "govtrack": 404075, "icpsr": 3143, "wikipedia": "James Findlay (Cincinnati mayor)", "house_history": 13123, "wikidata": "Q1680382", "google_entity_id": "kg:/m/0fk1by"}, "name": {"first": "James", "last": "Findlay"}, "bio": {"birthday": "1770-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "OH", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "OH", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "OH", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "F000168", "govtrack": 404123, "icpsr": 3186, "wikipedia": "William Fitzgerald (Tennessee politician)", "house_history": 13183, "wikidata": "Q2578824", "google_entity_id": "kg:/m/0cgll0"}, "name": {"first": "William", "last": "Fitzgerald"}, "bio": {"birthday": "1799-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "TN", "district": 9, "party": "Jackson"}]}, {"id": {"bioguide": "F000263", "govtrack": 404214, "icpsr": 3269, "wikipedia": "James Ford (Pennsylvania)", "house_history": 13306, "wikidata": "Q6134046", "google_entity_id": "kg:/m/026t8p8"}, "name": {"first": "James", "last": "Ford"}, "bio": {"birthday": "1783-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 9, "party": "Jackson"}]}, {"id": {"bioguide": "F000284", "govtrack": 404234, "icpsr": 3287, "house_history": 13331, "wikipedia": "John Forsyth (Georgia)", "wikidata": "Q730958", "google_entity_id": "kg:/m/02l6kj"}, "name": {"first": "John", "last": "Forsyth"}, "bio": {"birthday": "1780-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1818-01-01", "end": "1819-12-31", "state": "GA", "class": 2, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "GA", "district": -1, "party": "Democratic Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "GA", "district": 2, "party": "Jackson"}, {"type": "sen", "start": "1829-12-07", "end": "1831-03-03", "state": "GA", "class": 3, "party": "Jackson"}, {"type": "sen", "start": "1831-12-05", "end": "1835-03-03", "state": "GA", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "G000010", "govtrack": 404387, "icpsr": 3428, "wikipedia": "Nathan Gaither", "house_history": 13578, "wikidata": "Q1966551", "google_entity_id": "kg:/m/02rjxf3"}, "name": {"first": "Nathan", "last": "Gaither"}, "bio": {"birthday": "1788-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "KY", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "KY", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "G000222", "govtrack": 404584, "icpsr": 3617, "wikipedia": "John Gilmore (representative)", "house_history": 13846, "wikidata": "Q6235395", "google_entity_id": "kg:/m/026t8kv"}, "name": {"first": "John", "last": "Gilmore"}, "bio": {"birthday": "1780-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 16, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 16, "party": "Jackson"}]}, {"id": {"bioguide": "H000078", "govtrack": 404961, "icpsr": 3960, "house_history": 14384, "wikipedia": "William Hall (governor)", "wikidata": "Q358271", "google_entity_id": "kg:/m/03c9p7"}, "name": {"first": "William", "last": "Hall"}, "bio": {"birthday": "1775-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "TN", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "H000137", "govtrack": 405019, "icpsr": 4016, "wikipedia": "Joseph Hammons", "house_history": 14453, "wikidata": "Q1707174", "google_entity_id": "kg:/m/02pp80t"}, "name": {"first": "Joseph", "last": "Hammons"}, "bio": {"birthday": "1787-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NH", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "H000165", "govtrack": 405047, "icpsr": 4040, "wikipedia": "Robert Hanna", "wikidata": "Q2157483", "google_entity_id": "kg:/m/099qkb"}, "name": {"first": "Robert", "last": "Hanna"}, "bio": {"birthday": "1786-04-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1831-12-05", "end": "1833-03-03", "state": "IN", "class": 1, "party": "Anti-Jacksonian"}]}, {"id": {"bioguide": "H000494", "govtrack": 405357, "icpsr": 4320, "house_history": 14896, "wikipedia": "William Hendricks", "wikidata": "Q888366", "google_entity_id": "kg:/m/04dlg1"}, "name": {"first": "William", "last": "Hendricks"}, "bio": {"birthday": "1782-11-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "IN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "IN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "IN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "IN", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1825-12-05", "end": "1831-03-03", "state": "IN", "class": 3, "party": "Adams"}, {"type": "sen", "start": "1831-12-05", "end": "1837-03-03", "state": "IN", "class": 3, "party": "Adams"}]}, {"id": {"bioguide": "H000593", "govtrack": 405455, "icpsr": 4411, "wikipedia": "Isaac Hill", "wikidata": "Q883848", "google_entity_id": "kg:/m/0863sr"}, "name": {"first": "Isaac", "last": "Hill"}, "bio": {"birthday": "1789-04-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1831-12-05", "end": "1837-03-03", "state": "NH", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "H000674", "govtrack": 405528, "icpsr": 4480, "wikipedia": "James L. Hodges", "house_history": 15118, "wikidata": "Q282478", "google_entity_id": "kg:/m/02rhj85"}, "name": {"first": "James", "middle": "Leonard", "last": "Hodges"}, "bio": {"birthday": "1790-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MA", "district": 12, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MA", "district": 12}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MA", "district": 12}]}, {"id": {"bioguide": "H000688", "govtrack": 405541, "icpsr": 4492, "wikipedia": "Michael Hoffman (congressman)", "house_history": 15135, "wikidata": "Q2947741", "google_entity_id": "kg:/m/03c2zdg"}, "name": {"first": "Michael", "last": "Hoffman"}, "bio": {"birthday": "1787-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 15, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 15, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 15, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 15, "party": "Jackson"}]}, {"id": {"bioguide": "H000694", "govtrack": 405547, "icpsr": 4497, "wikipedia": "William Hogan (New York)", "house_history": 15142, "wikidata": "Q4308787", "google_entity_id": "kg:/m/03cwbzv"}, "name": {"first": "William", "last": "Hogan"}, "bio": {"birthday": "1792-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 19, "party": "Jackson"}]}, {"id": {"bioguide": "H000715", "govtrack": 405567, "icpsr": 4516, "wikipedia": "Cornelius Holland (politician)", "house_history": 15168, "wikidata": "Q1133832", "google_entity_id": "kg:/m/02wzpy4"}, "name": {"first": "Cornelius", "last": "Holland"}, "bio": {"birthday": "1783-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "ME", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "ME", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "H000787", "govtrack": 405637, "icpsr": 4580, "wikipedia": "Henry Horn", "house_history": 15257, "wikidata": "Q13219654", "google_entity_id": "kg:/m/026wm_l"}, "name": {"first": "Henry", "last": "Horn"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "H000928", "govtrack": 405773, "icpsr": 4706, "house_history": 15429, "wikipedia": "Thomas H. Hughes", "wikidata": "Q1124494", "google_entity_id": "kg:/m/02z9yp_"}, "name": {"first": "Thomas", "middle": "Hurst", "last": "Hughes"}, "bio": {"birthday": "1769-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NJ", "district": -1}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NJ", "district": -1}]}, {"id": {"bioguide": "H000974", "govtrack": 405818, "icpsr": 4746, "house_history": 15483, "wikipedia": "Jonathan Hunt (Vermont congressman)", "wikidata": "Q1703198", "google_entity_id": "kg:/m/02dd14"}, "name": {"first": "Jonathan", "last": "Hunt"}, "bio": {"birthday": "1787-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VT", "district": 1, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VT", "district": 1}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VT", "district": 1}]}, {"id": {"bioguide": "I000006", "govtrack": 405868, "icpsr": 4795, "wikipedia": "Peter Ihrie, Jr.", "house_history": 15625, "wikidata": "Q7174825", "google_entity_id": "kg:/m/026t9gc"}, "name": {"first": "Peter", "last": "Ihrie", "suffix": "Jr."}, "bio": {"birthday": "1796-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "I000020", "govtrack": 405882, "icpsr": 4809, "wikipedia": "Ralph Isaacs Ingersoll", "house_history": 15639, "wikidata": "Q1613625", "google_entity_id": "kg:/m/0dcmpk"}, "name": {"first": "Ralph", "middle": "Isaacs", "last": "Ingersoll"}, "bio": {"birthday": "1789-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "CT", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "CT", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "CT", "district": -1}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "CT", "district": -1}]}, {"id": {"bioguide": "I000034", "govtrack": 412158, "icpsr": 4819, "wikipedia": "William W. Irvin", "house_history": 15659, "wikidata": "Q8019796", "google_entity_id": "kg:/m/02rm3wz"}, "name": {"first": "William", "middle": "W.", "last": "Irvin"}, "bio": {"gender": "M", "birthday": "1779-04-05"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "OH", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "OH", "district": 9, "party": "Jackson"}]}, {"id": {"bioguide": "I000045", "govtrack": 412056, "icpsr": 4830, "wikipedia": "Jacob C. Isacks", "house_history": 15672, "wikidata": "Q1677442", "google_entity_id": "kg:/m/0cglcs"}, "name": {"first": "Jacob", "middle": "C.", "last": "Isacks"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "TN", "district": 4, "party": "Jackson Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "TN", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "TN", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "TN", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "TN", "district": 4, "party": "Jackson"}]}, {"id": {"bioguide": "J000104", "govtrack": 406006, "icpsr": 4931, "wikipedia": "Freeborn G. Jewett", "house_history": 15824, "wikidata": "Q5500375", "google_entity_id": "kg:/m/02rkpjc"}, "name": {"first": "Freeborn", "middle": "Garrettson", "last": "Jewett"}, "bio": {"birthday": "1791-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 23, "party": "Jackson"}]}, {"id": {"bioguide": "J000185", "govtrack": 406080, "icpsr": 5001, "house_history": 15930, "wikipedia": "Charles Clement Johnston", "wikidata": "Q219435", "google_entity_id": "kg:/m/08wyv0"}, "name": {"first": "Charles", "middle": "Clement", "last": "Johnston"}, "bio": {"birthday": "1795-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 22, "party": "Jackson"}]}, {"id": {"bioguide": "J000194", "govtrack": 406089, "icpsr": 5008, "wikipedia": "Josiah S. Johnston", "house_history": 15942, "wikidata": "Q1708664", "google_entity_id": "kg:/m/0d32vk"}, "name": {"first": "Josiah", "middle": "Stoddard", "last": "Johnston"}, "bio": {"birthday": "1784-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1824-01-01", "end": "1831-03-03", "state": "LA", "class": 3, "party": "Adams"}, {"type": "sen", "start": "1831-12-05", "end": "1833-12-31", "state": "LA", "class": 3}]}, {"id": {"bioguide": "K000006", "govtrack": 406180, "icpsr": 5093, "wikipedia": "Elias Kane", "wikidata": "Q368062", "google_entity_id": "kg:/m/04k_rs"}, "name": {"first": "Elias", "middle": "Kent", "last": "Kane"}, "bio": {"birthday": "1794-06-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1825-12-05", "end": "1831-03-03", "state": "IL", "class": 3, "party": "Jackson"}, {"type": "sen", "start": "1831-12-05", "end": "1835-12-31", "state": "IL", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "K000094", "govtrack": 406262, "icpsr": 5168, "wikipedia": "Joseph G. Kendall", "house_history": 16195, "wikidata": "Q1707058", "google_entity_id": "kg:/m/02rjwgj"}, "name": {"first": "Joseph", "middle": "Gowing", "last": "Kendall"}, "bio": {"birthday": "1788-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MA", "district": 6}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MA", "district": 6}]}, {"id": {"bioguide": "K000192", "govtrack": 406353, "icpsr": 5252, "wikipedia": "Adam King (congressman)", "house_history": 16318, "wikidata": "Q4679346", "google_entity_id": "kg:/m/026y992"}, "name": {"first": "Adam", "last": "King"}, "bio": {"gender": "M", "birthday": "1783-01-20"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 10, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 10, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 10, "party": "Jackson"}]}, {"id": {"bioguide": "K000204", "govtrack": 406365, "icpsr": 5263, "wikipedia": "John King (New York congressman)", "house_history": 16331, "wikidata": "Q1287719", "google_entity_id": "kg:/m/02wwy8y"}, "name": {"first": "John", "last": "King"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "L000027", "govtrack": 406537, "icpsr": 5413, "wikipedia": "Henry Graybill Lamar", "house_history": 16609, "wikidata": "Q1606803", "google_entity_id": "kg:/m/0279x3h"}, "name": {"first": "Henry", "middle": "Graybill", "last": "Lamar"}, "bio": {"birthday": "1798-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "GA", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "L000186", "govtrack": 406689, "icpsr": 5551, "wikipedia": "Joseph Lecompte", "house_history": 16828, "wikidata": "Q1707490", "google_entity_id": "kg:/m/02r5dtx"}, "name": {"first": "Joseph", "last": "Lecompte"}, "bio": {"birthday": "1797-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "KY", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "KY", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "KY", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "KY", "district": 6, "party": "Jackson"}]}, {"id": {"bioguide": "L000242", "govtrack": 406745, "icpsr": 5608, "wikipedia": "James Lent", "house_history": 16894, "wikidata": "Q74559", "google_entity_id": "kg:/m/02rkr93"}, "name": {"first": "James", "last": "Lent"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "M000079", "govtrack": 407107, "icpsr": 5937, "wikipedia": "Rollin Carolas Mallary", "house_history": 17426, "wikidata": "Q2164172", "google_entity_id": "kg:/m/02rjyxk"}, "name": {"first": "Rollin", "middle": "Carolas", "last": "Mallary"}, "bio": {"birthday": "1784-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VT", "district": 1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VT", "district": 2, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VT", "district": 2, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VT", "district": 2}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VT", "district": 2}]}, {"id": {"bioguide": "M000127", "govtrack": 407151, "icpsr": 5979, "wikipedia": "William L. Marcy", "wikidata": "Q389258", "google_entity_id": "kg:/m/02vj_3"}, "name": {"first": "William", "middle": "Learned", "last": "Marcy"}, "bio": {"birthday": "1786-12-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1831-12-05", "end": "1833-12-31", "state": "NY", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "M000269", "govtrack": 407287, "icpsr": 6097, "wikipedia": "Lewis Maxwell", "house_history": 17654, "wikidata": "Q198168", "google_entity_id": "kg:/m/03c2_mh"}, "name": {"first": "Lewis", "last": "Maxwell"}, "bio": {"birthday": "1790-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 21, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 21, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 21, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "M000375", "govtrack": 412072, "icpsr": 6187, "wikipedia": "Robert McCoy", "house_history": 17794, "wikidata": "Q7347485", "google_entity_id": "kg:/m/026y9jn"}, "name": {"first": "Robert", "last": "McCoy"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 11, "party": "Jackson"}]}, {"id": {"bioguide": "M000377", "govtrack": 412073, "icpsr": 6189, "wikipedia": "William McCoy (congressman)", "house_history": 17796, "wikidata": "Q2579923", "google_entity_id": "kg:/m/026f2sm"}, "name": {"first": "William", "last": "McCoy"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 19, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 19, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 19, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 19, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 19, "party": "Jackson"}]}, {"id": {"bioguide": "M000755", "govtrack": 407733, "icpsr": 6509, "wikipedia": "Stephen Decatur Miller", "house_history": 18273, "wikidata": "Q883777", "google_entity_id": "kg:/m/01_b06"}, "name": {"first": "Stephen", "middle": "Decatur", "last": "Miller"}, "bio": {"birthday": "1787-05-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "SC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "SC", "district": 9, "party": "Republican"}, {"type": "sen", "start": "1831-12-05", "end": "1833-12-31", "state": "SC", "class": 3, "party": "Nullifier"}]}, {"id": {"bioguide": "M000810", "govtrack": 407785, "icpsr": 6558, "wikipedia": "George Edward Mitchell", "house_history": 18345, "wikidata": "Q2183152", "google_entity_id": "kg:/m/0dzxhh"}, "name": {"first": "George", "middle": "Edward", "last": "Mitchell"}, "bio": {"birthday": "1781-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MD", "district": 6, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MD", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MD", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MD", "district": 6, "party": "Jackson"}]}, {"id": {"bioguide": "M000829", "govtrack": 407804, "icpsr": 6575, "wikipedia": "Thomas R. Mitchell", "house_history": 18371, "wikidata": "Q2426635", "google_entity_id": "kg:/m/02vrp2r"}, "name": {"first": "Thomas", "middle": "Rothmaler", "last": "Mitchell"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "SC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "SC", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "SC", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "SC", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "M000898", "govtrack": 407870, "icpsr": 6632, "wikipedia": "Gabriel Moore", "house_history": 18463, "wikidata": "Q774713", "google_entity_id": "kg:/m/049kvl"}, "name": {"first": "Gabriel", "last": "Moore"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "AL", "district": 1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "AL", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "AL", "district": 1, "party": "Jackson"}, {"type": "sen", "start": "1831-12-05", "end": "1837-03-03", "state": "AL", "class": 3, "party": "Jackson"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "N000036", "govtrack": 408126, "icpsr": 6866, "wikipedia": "Jeremiah Nelson", "house_history": 18879, "wikidata": "Q1687540", "google_entity_id": "kg:/m/0ckcj5"}, "name": {"first": "Jeremiah", "last": "Nelson"}, "bio": {"birthday": "1769-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "MA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "MA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MA", "district": 3, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "N000071", "govtrack": 412170, "icpsr": 6899, "wikipedia": "Daniel Newnan", "house_history": 18924, "wikidata": "Q1161895", "google_entity_id": "kg:/m/0279k9p"}, "name": {"first": "Daniel", "last": "Newnan"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "GA", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "N000078", "govtrack": 408165, "icpsr": 6905, "house_history": 18931, "wikipedia": "Thomas Newton Jr.", "wikidata": "Q2426306", "google_entity_id": "kg:/m/01mrzn"}, "name": {"first": "Thomas", "last": "Newton", "suffix": "Jr."}, "bio": {"birthday": "1768-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 1, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "N000167", "govtrack": 408248, "icpsr": 6984, "wikipedia": "William T. Nuckolls", "house_history": 19040, "wikidata": "Q1252944", "google_entity_id": "kg:/m/02vrp4g"}, "name": {"first": "William", "middle": "Thompson", "last": "Nuckolls"}, "bio": {"birthday": "1801-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "SC", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "SC", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "SC", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "P000201", "govtrack": 408604, "icpsr": 7317, "wikipedia": "Edmund H. Pendleton", "house_history": 19523, "wikidata": "Q774390", "google_entity_id": "kg:/m/02rknzm"}, "name": {"first": "Edmund", "middle": "Henry", "last": "Pendleton"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 5, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "P000367", "govtrack": 408763, "icpsr": 7468, "wikipedia": "Nathaniel Pitcher", "house_history": 19733, "wikidata": "Q881557", "google_entity_id": "kg:/m/02z583"}, "name": {"first": "Nathaniel", "last": "Pitcher"}, "bio": {"birthday": "1777-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 18, "party": "Jackson"}]}, {"id": {"bioguide": "P000467", "govtrack": 412174, "icpsr": 7558, "house_history": 19859, "wikipedia": "Robert Potter (U.S. politician)", "wikidata": "Q1527279", "google_entity_id": "kg:/m/0b6_9z"}, "name": {"first": "Robert", "last": "Potter"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NC", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NC", "district": -1, "party": "Jacksonian"}]}, {"id": {"bioguide": "R000029", "govtrack": 409011, "icpsr": 7706, "wikipedia": "William Ramsey (Pennsylvania)", "house_history": 20110, "wikidata": "Q8017351", "google_entity_id": "kg:/m/026y9mr"}, "name": {"first": "William", "last": "Ramsey"}, "bio": {"birthday": "1779-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": -1, "party": "Jacksonian"}]}, {"id": {"bioguide": "R000044", "govtrack": 409025, "icpsr": 7720, "wikipedia": "James F. Randolph", "house_history": 20131, "wikidata": "Q1680362", "google_entity_id": "kg:/m/02z5yyb"}, "name": {"first": "James", "middle": "Fitz", "last": "Randolph"}, "bio": {"birthday": "1791-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NJ", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NJ", "district": -1}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NJ", "district": -1}]}, {"id": {"bioguide": "R000115", "govtrack": 409095, "icpsr": 7783, "wikipedia": "Edward C. Reed", "house_history": 20224, "wikidata": "Q5342162", "google_entity_id": "kg:/m/02rkn_9"}, "name": {"first": "Edward", "middle": "Cambridge", "last": "Reed"}, "bio": {"birthday": "1793-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 22, "party": "Jackson"}]}, {"id": {"bioguide": "R000292", "govtrack": 409265, "icpsr": 7936, "wikipedia": "John J. Roane", "house_history": 20446, "wikidata": "Q64449", "google_entity_id": "kg:/m/027r5wt"}, "name": {"first": "John", "middle": "Jones", "last": "Roane"}, "bio": {"birthday": "1794-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 12, "party": "Jackson"}]}, {"id": {"bioguide": "R000431", "govtrack": 409396, "icpsr": 8056, "wikipedia": "Erastus Root", "house_history": 20619, "wikidata": "Q591235", "google_entity_id": "kg:/m/0gm2lk"}, "name": {"first": "Erastus", "last": "Root"}, "bio": {"birthday": "1773-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NY", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 11, "party": "Jackson"}]}, {"id": {"bioguide": "S000238", "govtrack": 409742, "icpsr": 8359, "wikipedia": "Benedict Joseph Semmes", "house_history": 21430, "wikidata": "Q657576", "google_entity_id": "kg:/m/0gly8h"}, "name": {"first": "Benedict", "middle": "Joseph", "last": "Semmes"}, "bio": {"birthday": "1789-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MD", "district": 2}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MD", "district": 2}]}, {"id": {"bioguide": "S000611", "govtrack": 410087, "icpsr": 8681, "wikipedia": "Samuel A. Smith", "house_history": 21890, "wikidata": "Q7410712", "google_entity_id": "kg:/m/026wnfb"}, "name": {"first": "Samuel", "middle": "A.", "last": "Smith"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "S000681", "govtrack": 412105, "icpsr": 8744, "wikipedia": "Nathan Soule", "house_history": 21980, "wikidata": "Q3389089", "google_entity_id": "kg:/m/02rktx1"}, "name": {"first": "Nathan", "last": "Soule"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 16, "party": "Jackson"}]}, {"id": {"bioguide": "S000686", "govtrack": 410157, "icpsr": 8749, "wikipedia": "Isaac Southard", "house_history": 21985, "wikidata": "Q1673447", "google_entity_id": "kg:/m/04447t"}, "name": {"first": "Isaac", "last": "Southard"}, "bio": {"birthday": "1783-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NJ", "district": -1, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "S000788", "govtrack": 410254, "icpsr": 8831, "wikipedia": "William Stanbery", "house_history": 22114, "wikidata": "Q8018711", "google_entity_id": "kg:/m/02rm3v7"}, "name": {"first": "William", "last": "Stanbery"}, "bio": {"birthday": "1788-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "OH", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "OH", "district": 8, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "S000859", "govtrack": 410322, "icpsr": 8890, "wikipedia": "Philander Stephens", "house_history": 22202, "wikidata": "Q13219825", "google_entity_id": "kg:/m/026wngq"}, "name": {"first": "Philander", "last": "Stephens"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 9, "party": "Jackson"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "T000091", "govtrack": 410674, "icpsr": 9222, "house_history": 22747, "wikipedia": "John W. Taylor (politician)", "wikidata": "Q343870", "google_entity_id": "kg:/m/03zb8b"}, "name": {"first": "John", "middle": "W.", "last": "Taylor"}, "bio": {"birthday": "1784-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 17, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 17, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "T000222", "govtrack": 410801, "icpsr": 9343, "wikipedia": "Wiley Thompson", "house_history": 22905, "wikidata": "Q2571002", "google_entity_id": "kg:/m/02792y2"}, "name": {"first": "Wiley", "last": "Thompson"}, "bio": {"birthday": "1781-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "GA", "district": -1, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "GA", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "GA", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "T000300", "govtrack": 410873, "icpsr": 9411, "wikipedia": "Gideon Tomlinson", "house_history": 22997, "wikidata": "Q885017", "google_entity_id": "kg:/m/04sc2m"}, "name": {"first": "Gideon", "last": "Tomlinson"}, "bio": {"birthday": "1780-12-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "CT", "district": -1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "CT", "district": -1, "party": "Adams"}, {"type": "sen", "start": "1831-12-05", "end": "1837-03-03", "state": "CT", "class": 3, "party": "Anti-Jacksonian"}]}, {"id": {"bioguide": "T000346", "govtrack": 410917, "icpsr": 9450, "wikipedia": "Phineas L. Tracy", "house_history": 23059, "wikidata": "Q7186357", "google_entity_id": "kg:/m/02rkvry"}, "name": {"first": "Phineas", "middle": "Lyman", "last": "Tracy"}, "bio": {"birthday": "1786-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 29, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 29, "party": "Anti Masonic"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 29, "party": "Anti Masonic"}]}, {"id": {"bioguide": "V000089", "govtrack": 411144, "icpsr": 9663, "wikipedia": "Gulian C. Verplanck", "house_history": 20982, "wikidata": "Q5617655", "google_entity_id": "kg:/m/028736w"}, "name": {"first": "Gulian", "middle": "Crommelin", "last": "Verplanck"}, "bio": {"birthday": "1786-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "W000017", "govtrack": 411196, "icpsr": 9710, "wikipedia": "George A. Waggaman", "wikidata": "Q1506810", "google_entity_id": "kg:/m/0d2s6n"}, "name": {"first": "George", "middle": "Augustus", "last": "Waggaman"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1831-12-05", "end": "1835-03-03", "state": "LA", "class": 2, "party": "Anti-Jacksonian"}]}, {"id": {"bioguide": "W000245", "govtrack": 411413, "icpsr": 9910, "wikipedia": "John W. Weeks (New Hampshire politician)", "house_history": 23510, "wikidata": "Q1702080", "google_entity_id": "kg:/m/02rqbtg"}, "name": {"first": "John", "middle": "Wingate", "last": "Weeks"}, "bio": {"birthday": "1781-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NH", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "W000334", "govtrack": 411496, "icpsr": 9988, "wikipedia": "Grattan H. Wheeler", "house_history": 23613, "wikidata": "Q5597716", "google_entity_id": "kg:/m/02rkq2y"}, "name": {"first": "Grattan", "middle": "Henry", "last": "Wheeler"}, "bio": {"birthday": "1783-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 28, "party": "Anti Masonic"}]}, {"id": {"bioguide": "W000473", "govtrack": 411630, "icpsr": 10118, "wikipedia": "Samuel J. Wilkin", "house_history": 23779, "wikidata": "Q1317247", "google_entity_id": "kg:/m/02rkw8s"}, "name": {"first": "Samuel", "middle": "Jones", "last": "Wilkin"}, "bio": {"birthday": "1793-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 6, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "W000631", "govtrack": 411785, "wikipedia": "Austin Eli Wing", "house_history": 23965, "wikidata": "Q781074", "google_entity_id": "kg:/m/026vz6l"}, "name": {"first": "Austin", "middle": "Eli", "last": "Wing"}, "bio": {"birthday": "1792-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MI", "district": -1}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MI", "district": -1}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MI", "district": -1}]}, {"id": {"bioguide": "T000284", "govtrack": 410857, "icpsr": 9396, "wikipedia": "John Tipton", "wikidata": "Q1701946", "google_entity_id": "kg:/m/0930b3"}, "name": {"first": "John", "last": "Tipton"}, "bio": {"birthday": "1786-08-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1832-01-01", "end": "1839-03-03", "state": "IN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000503", "govtrack": 412016, "icpsr": 747, "wikipedia": "John Black (U.S. Senator)", "wikidata": "Q295365", "google_entity_id": "kg:/m/06zy_m"}, "name": {"first": "John", "last": "Black"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1832-11-12", "end": "1833-03-03", "state": "MS", "class": 1, "party": "Jackson"}, {"type": "sen", "start": "1833-11-22", "end": "1838-01-22", "state": "MS", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "A000038", "govtrack": 400700, "icpsr": 32, "house_history": 8307, "wikipedia": "John Adams (New York)", "wikidata": "Q1287735", "google_entity_id": "kg:/m/0gtgvd"}, "name": {"first": "John", "last": "Adams"}, "bio": {"birthday": "1778-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "A000132", "govtrack": 400788, "icpsr": 115, "house_history": 8444, "wikipedia": "John J. Allen (judge)", "wikidata": "Q198304", "google_entity_id": "kg:/m/026pv61"}, "name": {"first": "John", "middle": "James", "last": "Allen"}, "bio": {"gender": "M", "birthday": "1797-09-25"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 20, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "B000125", "govtrack": 401126, "icpsr": 418, "wikipedia": "Noyes Barber", "house_history": 8931, "wikidata": "Q2003803", "google_entity_id": "kg:/m/0fkwsj"}, "name": {"first": "Noyes", "last": "Barber"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "CT", "district": -1}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "CT", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "CT", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "CT", "district": -1}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "CT", "district": -1}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "CT", "district": -1}], "bio": {"birthday": "1781-04-28", "gender": "M"}}, {"id": {"bioguide": "B000165", "govtrack": 401167, "icpsr": 454, "wikipedia": "Charles Augustus Barnitz", "house_history": 8983, "wikidata": "Q5075244", "google_entity_id": "kg:/m/027bpng"}, "name": {"first": "Charles", "middle": "Augustus", "last": "Barnitz"}, "bio": {"gender": "M", "birthday": "1780-09-11"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 11, "party": "Anti Masonic"}]}, {"id": {"bioguide": "B000181", "govtrack": 401180, "icpsr": 467, "wikipedia": "Daniel Laurens Barringer", "house_history": 9007, "wikidata": "Q1161503", "google_entity_id": "kg:/m/060wrf"}, "name": {"first": "Daniel", "middle": "Laurens", "last": "Barringer"}, "bio": {"birthday": "1788-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NC", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NC", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NC", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NC", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NC", "district": 8}]}, {"id": {"bioguide": "B000256", "govtrack": 401250, "icpsr": 531, "wikipedia": "William Baylies", "house_history": 9108, "wikidata": "Q2577989", "google_entity_id": "kg:/m/02rj_86"}, "name": {"first": "William", "last": "Baylies"}, "bio": {"birthday": "1776-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "MA", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 7, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MA", "district": 10, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "B000285", "govtrack": 401279, "icpsr": 557, "wikipedia": "Martin Beaty", "house_history": 9144, "wikidata": "Q1903393", "google_entity_id": "kg:/m/02rjq1x"}, "name": {"first": "Martin", "last": "Beaty"}, "bio": {"birthday": "1784-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "KY", "district": 4, "party": "Anti Jackson"}]}, {"id": {"bioguide": "B000338", "govtrack": 401330, "icpsr": 604, "wikipedia": "James Martin Bell", "house_history": 9214, "wikidata": "Q6138990", "google_entity_id": "kg:/m/02rm1dw"}, "name": {"first": "James", "middle": "Martin", "last": "Bell"}, "bio": {"birthday": "1796-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 11, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "B000475", "govtrack": 401456, "icpsr": 720, "wikipedia": "Horace Binney", "house_history": 9393, "wikidata": "Q5901542", "google_entity_id": "kg:/m/078vlp"}, "name": {"first": "Horace", "last": "Binney"}, "bio": {"birthday": "1780-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 2, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "B000526", "govtrack": 412135, "icpsr": 767, "wikipedia": "James Blair (South Carolina)", "house_history": 9454, "wikidata": "Q1680040", "google_entity_id": "kg:/m/02vy7dw"}, "name": {"first": "James", "last": "Blair"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "SC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "SC", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "SC", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "SC", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "B000528", "govtrack": 401503, "icpsr": 769, "wikipedia": "John Blair (Tennessee)", "house_history": 9456, "wikidata": "Q1113163", "google_entity_id": "kg:/m/0cglcf"}, "name": {"first": "John", "last": "Blair"}, "bio": {"birthday": "1790-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "TN", "district": 1, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "TN", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "TN", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "TN", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "TN", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "TN", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "B000585", "govtrack": 401555, "icpsr": 818, "wikipedia": "Charles Bodle", "house_history": 9532, "wikidata": "Q1156112", "google_entity_id": "kg:/m/02rkmth"}, "name": {"first": "Charles", "last": "Bodle"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "B000663", "govtrack": 401625, "icpsr": 880, "wikipedia": "Thomas Bouldin", "house_history": 9642, "wikidata": "Q1710717", "google_entity_id": "kg:/m/03c2_hl"}, "name": {"first": "Thomas", "middle": "Tyler", "last": "Bouldin"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "B001046", "govtrack": 401996, "icpsr": 1226, "wikipedia": "John Bull (congressman)", "house_history": 10124, "wikidata": "Q911420", "google_entity_id": "kg:/m/03wgz3"}, "name": {"first": "John", "last": "Bull"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MO", "district": -1}]}, {"id": {"bioguide": "B001073", "govtrack": 402019, "icpsr": 1249, "wikipedia": "George Burd", "house_history": 10158, "wikidata": "Q5537422", "google_entity_id": "kg:/m/026vgx3"}, "name": {"first": "George", "last": "Burd"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 13}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 18}]}, {"id": {"bioguide": "B001082", "govtrack": 402028, "icpsr": 1256, "wikipedia": "Tristam Burges", "house_history": 10171, "wikidata": "Q2454166", "google_entity_id": "kg:/m/02rk_25"}, "name": {"first": "Tristam", "last": "Burges"}, "bio": {"birthday": "1770-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "RI", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "RI", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "RI", "district": -1, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "RI", "district": -1, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "RI", "district": -1, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "C000018", "govtrack": 412022, "icpsr": 1392, "wikipedia": "Harry Cage", "house_history": 10464, "wikidata": "Q1250644", "google_entity_id": "kg:/m/02rtm_5"}, "name": {"first": "Harry", "last": "Cage"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MS", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "C000160", "govtrack": 402309, "icpsr": 1515, "wikipedia": "Richard Bennett Carmichael", "house_history": 10654, "wikidata": "Q657499", "google_entity_id": "kg:/m/0glyk4"}, "name": {"first": "Richard", "middle": "Bennett", "last": "Carmichael"}, "bio": {"birthday": "1807-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MD", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "C000359", "govtrack": 402498, "icpsr": 1696, "wikipedia": "Thomas Chilton", "house_history": 10903, "wikidata": "Q2422981", "google_entity_id": "kg:/m/0287lvy"}, "name": {"first": "Thomas", "last": "Chilton"}, "bio": {"birthday": "1798-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "KY", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "KY", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "KY", "district": 6, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "C000362", "govtrack": 402501, "icpsr": 1699, "wikipedia": "Joseph Chinn", "house_history": 10907, "wikidata": "Q1706762", "google_entity_id": "kg:/m/027_z4b"}, "name": {"first": "Joseph", "middle": "William", "last": "Chinn"}, "bio": {"birthday": "1798-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 13, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 10, "party": "Jackson"}]}, {"id": {"bioguide": "C000491", "govtrack": 402629, "icpsr": 1818, "wikipedia": "Augustin Smith Clayton", "house_history": 11061, "wikidata": "Q2656482", "google_entity_id": "kg:/m/0gkln0"}, "name": {"first": "Augustin", "middle": "Smith", "last": "Clayton"}, "bio": {"birthday": "1783-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "GA", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "C000808", "govtrack": 402927, "icpsr": 2092, "wikipedia": "Richard Coulter (U.S. politician)", "house_history": 11467, "wikidata": "Q7324924", "google_entity_id": "kg:/m/026vlkf"}, "name": {"first": "Richard", "last": "Coulter"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 17, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 17, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 17, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 19, "party": "Jackson"}]}, {"id": {"bioguide": "C000918", "govtrack": 403030, "icpsr": 2187, "wikipedia": "Davy Crockett", "house_history": 11603, "wikidata": "Q311070", "google_entity_id": "kg:/m/0kycs"}, "name": {"first": "David", "last": "Crockett"}, "bio": {"birthday": "1786-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "TN", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "TN", "district": 9, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "TN", "district": 12, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "D000079", "govtrack": 412030, "icpsr": 2361, "house_history": 11928, "wikipedia": "Thomas Davenport (congressman)", "wikidata": "Q2423372", "google_entity_id": "kg:/m/02vrptf"}, "name": {"first": "Thomas", "last": "Davenport"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 6, "party": "Anti-Jacksonian"}]}, {"id": {"bioguide": "D000092", "govtrack": 403229, "icpsr": 2374, "wikipedia": "Amos Davis", "house_history": 11944, "wikidata": "Q474247", "google_entity_id": "kg:/m/02qggqq"}, "name": {"first": "Amos", "last": "Davis"}, "bio": {"birthday": "1794-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "KY", "district": 11, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "D000159", "govtrack": 403291, "icpsr": 2434, "wikipedia": "Rowland Day", "house_history": 12029, "wikidata": "Q7372118", "google_entity_id": "kg:/m/02rkw5p"}, "name": {"first": "Rowland", "last": "Day"}, "bio": {"birthday": "1779-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 24, "party": "Jacksonian"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 24, "party": "Jackson"}]}, {"id": {"bioguide": "D000226", "govtrack": 403365, "icpsr": 2486, "house_history": 12113, "wikipedia": "Benjamin F. Deming", "wikidata": "Q817461", "google_entity_id": "kg:/m/02rhcm8"}, "name": {"first": "Benjamin", "middle": "F.", "last": "Deming"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VT", "district": 5, "party": "Anti Masonic"}]}, {"id": {"bioguide": "D000245", "govtrack": 403383, "icpsr": 2503, "wikipedia": "Littleton Purnell Dennis", "house_history": 12134, "wikidata": "Q250682", "google_entity_id": "kg:/m/026wvsz"}, "name": {"first": "Littleton", "middle": "Purnell", "last": "Dennis"}, "bio": {"birthday": "1786-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MD", "district": 1, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "D000330", "govtrack": 403448, "icpsr": 2580, "wikipedia": "John Dickson (New York politician)", "house_history": 12238, "wikidata": "Q6229411", "google_entity_id": "kg:/m/02rks5w"}, "name": {"first": "John", "last": "Dickson"}, "bio": {"birthday": "1783-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 26, "party": "Anti Masonic"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 26, "party": "Anti Masonic"}]}, {"id": {"bioguide": "D000535", "govtrack": 403642, "icpsr": 2760, "wikipedia": "Joseph Duncan (politician)", "house_history": 12495, "wikidata": "Q735310", "google_entity_id": "kg:/m/08045w"}, "name": {"first": "Joseph", "last": "Duncan"}, "bio": {"birthday": "1794-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "IL", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "IL", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "IL", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "IL", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "E000150", "govtrack": 403841, "icpsr": 2938, "wikipedia": "William W. Ellsworth", "house_history": 12779, "wikidata": "Q884367", "google_entity_id": "kg:/m/02jtb3"}, "name": {"first": "William", "middle": "Wolcott", "last": "Ellsworth"}, "bio": {"birthday": "1791-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "CT", "district": -1}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "CT", "district": -1}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "CT", "district": -1}]}, {"id": {"bioguide": "F000064", "govtrack": 404022, "icpsr": 3094, "wikipedia": "John Myers Felder", "house_history": 13046, "wikidata": "Q1701180", "google_entity_id": "kg:/m/04f22f"}, "name": {"first": "John", "middle": "Myers", "last": "Felder"}, "bio": {"birthday": "1782-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "SC", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "SC", "district": 4, "party": "Nullifier"}]}, {"id": {"bioguide": "F000247", "bioguide_previous": ["F000246"], "govtrack": 404205, "wikipedia": "Samuel A. Foot", "house_history": 13285, "house_history_alternate": 13283, "icpsr": 3260, "wikidata": "Q881679", "google_entity_id": "kg:/m/0bhrxv"}, "name": {"first": "Samuel", "middle": "Augustus", "last": "Foot"}, "bio": {"birthday": "1780-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "CT", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "CT", "district": -1, "party": "Adams"}, {"type": "sen", "start": "1827-12-03", "end": "1833-03-03", "state": "CT", "class": 1, "party": "Adams"}, {"type": "rep", "start": "1833-12-02", "end": "1834-05-09", "state": "CT", "district": -1, "party": "Anti-Jacksonian"}]}, {"id": {"bioguide": "F000423", "govtrack": 412041, "icpsr": 3410, "wikipedia": "John H. Fulton", "house_history": 13506, "wikidata": "Q167965", "google_entity_id": "kg:/m/0283b2s"}, "name": {"first": "John", "middle": "Hall", "last": "Fulton"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 18, "party": "Jackson"}]}, {"id": {"bioguide": "G000148", "govtrack": 404517, "icpsr": 3550, "wikipedia": "James Gholson", "house_history": 13748, "wikidata": "Q1308802", "google_entity_id": "kg:/m/028b_20"}, "name": {"first": "James", "middle": "Herbert", "last": "Gholson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 4, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "G000216", "govtrack": 404578, "icpsr": 3611, "wikipedia": "George Rockingham Gilmer", "house_history": 13839, "wikidata": "Q178881", "google_entity_id": "kg:/m/0brxtc"}, "name": {"first": "George", "middle": "Rockingham", "last": "Gilmer"}, "bio": {"birthday": "1790-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "GA", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "G000319", "govtrack": 404677, "icpsr": 3703, "wikipedia": "William F. Gordon", "house_history": 13966, "wikidata": "Q535825", "google_entity_id": "kg:/m/027qqb0"}, "name": {"first": "William", "middle": "Fitzhugh", "last": "Gordon"}, "bio": {"gender": "M", "birthday": "1787-01-13"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 10, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 10, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 12, "party": "Jackson"}]}, {"id": {"bioguide": "G000324", "govtrack": 404682, "icpsr": 3707, "wikipedia": "Benjamin Gorham", "house_history": 13973, "wikidata": "Q817513", "google_entity_id": "kg:/m/0cj8g0"}, "name": {"first": "Benjamin", "last": "Gorham"}, "bio": {"birthday": "1775-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MA", "district": 1, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MA", "district": 1, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MA", "district": 1, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "H000072", "govtrack": 404956, "icpsr": 3956, "wikipedia": "Thomas H. Hall", "house_history": 14376, "wikidata": "Q2424443", "google_entity_id": "kg:/m/0b491r"}, "name": {"first": "Thomas", "middle": "H.", "last": "Hall"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NC", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NC", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NC", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NC", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "H000089", "govtrack": 404971, "icpsr": 3971, "wikipedia": "Nicoll Halsey", "house_history": 14397, "wikidata": "Q3610528", "google_entity_id": "kg:/m/02rkv16"}, "name": {"first": "Nicoll", "last": "Halsey"}, "bio": {"birthday": "1782-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 22, "party": "Jackson"}]}, {"id": {"bioguide": "H000224", "govtrack": 405102, "icpsr": 4089, "wikipedia": "Joseph M. Harper", "house_history": 14564, "wikidata": "Q886866", "google_entity_id": "kg:/m/0bvr73"}, "name": {"first": "Joseph", "middle": "Morrill", "last": "Harper"}, "bio": {"birthday": "1787-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NH", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "H000345", "govtrack": 405214, "icpsr": 4191, "wikipedia": "Samuel G. Hathaway", "house_history": 14707, "wikidata": "Q7411444", "google_entity_id": "kg:/m/02rkw82"}, "name": {"first": "Samuel", "middle": "Gilbert", "last": "Hathaway"}, "bio": {"birthday": "1780-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 22, "party": "Jackson"}]}, {"id": {"bioguide": "H000430", "govtrack": 405296, "icpsr": 4268, "wikipedia": "James P. Heath", "house_history": 14810, "wikidata": "Q1464997", "google_entity_id": "kg:/m/02r52y4"}, "name": {"first": "James", "middle": "P.", "last": "Heath"}, "bio": {"birthday": "1777-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MD", "district": 4, "party": "Jackson"}]}, {"id": {"bioguide": "H000860", "govtrack": 405707, "icpsr": 4646, "wikipedia": "Edward Howell (politician)", "house_history": 15349, "wikidata": "Q16065586", "google_entity_id": "kg:/m/02rkp0p"}, "name": {"first": "Edward", "last": "Howell"}, "bio": {"gender": "M", "birthday": "1792-10-16"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 27, "party": "Jackson"}]}, {"id": {"bioguide": "I000014", "govtrack": 405876, "icpsr": 4803, "wikipedia": "William Marshall Inge", "house_history": 15633, "wikidata": "Q2579894", "google_entity_id": "kg:/m/0cglmr"}, "name": {"first": "William", "middle": "Marshall", "last": "Inge"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "TN", "district": 10, "party": "Jackson"}]}, {"id": {"bioguide": "J000009", "govtrack": 405916, "icpsr": 4847, "wikipedia": "Ebenezer Jackson, Jr.", "house_history": 15704, "wikidata": "Q1278652", "google_entity_id": "kg:/m/02rhffq"}, "name": {"first": "Ebenezer", "last": "Jackson", "suffix": "Jr."}, "bio": {"birthday": "1796-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "CT", "district": -1}]}, {"id": {"bioguide": "J000164", "govtrack": 406061, "icpsr": 4982, "wikipedia": "Noadiah Johnson", "house_history": 15902, "wikidata": "Q7045294", "google_entity_id": "kg:/m/02rkv27"}, "name": {"first": "Noadiah", "last": "Johnson"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 20, "party": "Jackson"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "K000022", "govtrack": 406193, "icpsr": 5103, "house_history": 16104, "wikipedia": "Edward Kavanagh", "wikidata": "Q880339", "google_entity_id": "kg:/m/0265tv3"}, "name": {"first": "Edward", "last": "Kavanagh"}, "bio": {"birthday": "1795-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "ME", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "ME", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "K000125", "govtrack": 406291, "icpsr": 5194, "wikipedia": "Joseph Kent", "house_history": 16233, "wikidata": "Q774959", "google_entity_id": "kg:/m/05qmc8"}, "name": {"first": "Joseph", "last": "Kent"}, "bio": {"gender": "M", "birthday": "1779-01-14"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MD", "district": 2, "party": "Adams"}, {"type": "sen", "start": "1833-12-02", "end": "1837-12-31", "state": "MD", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "K000202", "govtrack": 406363, "icpsr": 5261, "wikipedia": "Henry King (congressman)", "house_history": 16329, "wikidata": "Q5724334", "google_entity_id": "kg:/m/026y948"}, "name": {"first": "Henry", "last": "King"}, "bio": {"birthday": "1790-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "L000131", "govtrack": 406636, "icpsr": 5508, "house_history": 16761, "wikipedia": "Cornelius Lawrence", "wikidata": "Q336781", "google_entity_id": "kg:/m/02899m_"}, "name": {"first": "Cornelius", "middle": "Van Wyck", "last": "Lawrence"}, "bio": {"birthday": "1791-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "L000183", "govtrack": 406685, "icpsr": 5547, "wikipedia": "Humphrey H. Leavitt", "house_history": 16825, "wikidata": "Q1637249", "google_entity_id": "kg:/m/02rm12k"}, "name": {"first": "Humphrey", "middle": "Howe", "last": "Leavitt"}, "bio": {"birthday": "1796-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "OH", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "OH", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 19, "party": "Jackson"}]}, {"id": {"bioguide": "L000257", "govtrack": 406760, "icpsr": 5622, "wikipedia": "Robert P. Letcher", "house_history": 16912, "wikidata": "Q359430", "google_entity_id": "kg:/m/0g7pwb"}, "name": {"first": "Robert", "middle": "Perkins", "last": "Letcher"}, "bio": {"birthday": "1788-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "KY", "district": 4}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "KY", "district": 4, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "KY", "district": 4, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "KY", "district": 4}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "KY", "district": 4}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "KY", "district": 5}]}, {"id": {"bioguide": "L000455", "govtrack": 406945, "icpsr": 5791, "wikipedia": "James Love (representative)", "house_history": 17162, "wikidata": "Q1657385", "google_entity_id": "kg:/m/02rt37m"}, "name": {"first": "James", "last": "Love"}, "bio": {"birthday": "1795-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "KY", "district": 9, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "L000541", "govtrack": 407025, "icpsr": 5863, "wikipedia": "Chittenden Lyon", "house_history": 17268, "wikidata": "Q1074964", "google_entity_id": "kg:/m/02qll8c"}, "name": {"first": "Chittenden", "last": "Lyon"}, "bio": {"birthday": "1787-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "KY", "district": 12, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "KY", "district": 12, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "KY", "district": 12, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "KY", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "L000546", "govtrack": 407030, "icpsr": 5868, "wikipedia": "Robert Todd Lytle", "house_history": 17274, "wikidata": "Q2159000", "google_entity_id": "kg:/m/05fv7g"}, "name": {"first": "Robert", "middle": "Todd", "last": "Lytle"}, "bio": {"birthday": "1804-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "M000107", "govtrack": 407131, "icpsr": 5961, "wikipedia": "Joel Keith Mann", "house_history": 17463, "wikidata": "Q6213632", "google_entity_id": "kg:/m/026wmyj"}, "name": {"first": "Joel", "middle": "Keith", "last": "Mann"}, "bio": {"birthday": "1780-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "M000128", "govtrack": 407152, "icpsr": 5980, "wikipedia": "Samuel Wright Mardis", "house_history": 17486, "wikidata": "Q2218989", "google_entity_id": "kg:/m/0f800c"}, "name": {"first": "Samuel", "middle": "Wright", "last": "Mardis"}, "bio": {"birthday": "1800-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "AL", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "AL", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "M000161", "govtrack": 407183, "icpsr": 6007, "wikipedia": "Thomas Alexander Marshall", "house_history": 17522, "wikidata": "Q1629877", "google_entity_id": "kg:/m/02rjzm7"}, "name": {"first": "Thomas", "middle": "Alexander", "last": "Marshall"}, "bio": {"gender": "M", "birthday": "1794-01-15"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "KY", "district": 2, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "KY", "district": 12, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "M000204", "govtrack": 407224, "icpsr": 6044, "wikipedia": "Henry C. Martindale", "house_history": 17574, "wikidata": "Q1606569", "google_entity_id": "kg:/m/02rkqcw"}, "name": {"first": "Henry", "middle": "Clinton", "last": "Martindale"}, "bio": {"birthday": "1780-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 18, "party": "Anti Mason"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 18, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 18, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 18, "party": "Anti Mason"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 12, "party": "Anti Masonic"}]}, {"id": {"bioguide": "M000479", "govtrack": 407476, "icpsr": 6277, "house_history": 17924, "wikipedia": "Rufus McIntire", "wikidata": "Q2174793", "google_entity_id": "kg:/m/02rxbpw"}, "name": {"first": "Rufus", "last": "McIntire"}, "bio": {"birthday": "1784-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "ME", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "ME", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "ME", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "ME", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "M000492", "govtrack": 407487, "icpsr": 6286, "house_history": 17942, "wikipedia": "Samuel McKean", "wikidata": "Q1286009", "google_entity_id": "kg:/m/08nng2"}, "name": {"first": "Samuel", "last": "McKean"}, "bio": {"birthday": "1787-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 9, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 9, "party": "Jackson"}, {"type": "sen", "start": "1833-12-02", "end": "1839-03-03", "state": "PA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000607", "govtrack": 407596, "icpsr": 6388, "wikipedia": "Charles McVean", "house_history": 18086, "wikidata": "Q2947714", "google_entity_id": "kg:/m/02rkn77"}, "name": {"first": "Charles", "last": "McVean"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 15, "party": "Jackson"}]}, {"id": {"bioguide": "M000793", "govtrack": 407771, "icpsr": 6546, "wikipedia": "Phineas Miner", "house_history": 18321, "wikidata": "Q2088359", "google_entity_id": "kg:/m/02pz5ts"}, "name": {"first": "Phineas", "last": "Miner"}, "bio": {"birthday": "1777-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "CT", "district": -1}]}, {"id": {"bioguide": "M000813", "govtrack": 407788, "icpsr": 6560, "wikipedia": "Henry Mitchell (U.S. politician)", "house_history": 18349, "wikidata": "Q13219140", "google_entity_id": "kg:/m/02r3sjp"}, "name": {"first": "Henry", "last": "Mitchell"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 21, "party": "Jackson"}]}, {"id": {"bioguide": "M000827", "govtrack": 407802, "icpsr": 6573, "house_history": 18368, "wikipedia": "Robert Mitchell (congressman)", "wikidata": "Q13219455", "google_entity_id": "kg:/m/03cw0ns"}, "name": {"first": "Robert", "last": "Mitchell"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 12, "party": "Jackson"}]}, {"id": {"bioguide": "M000917", "govtrack": 407889, "icpsr": 6651, "wikipedia": "Samuel M. Moore", "house_history": 18482, "wikidata": "Q138200", "google_entity_id": "kg:/m/03c2_lg"}, "name": {"first": "Samuel", "middle": "McDowell", "last": "Moore"}, "bio": {"birthday": "1796-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 17, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "M000953", "govtrack": 407921, "icpsr": 6681, "wikipedia": "John J. Morgan", "house_history": 18525, "wikidata": "Q93384", "google_entity_id": "kg:/m/02rksgt"}, "name": {"first": "John", "middle": "Jordan", "last": "Morgan"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 3, "party": "Jacksonian"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "M000989", "govtrack": 407957, "icpsr": 6716, "wikipedia": "Thomas Morris (Ohio politician)", "wikidata": "Q1395876", "google_entity_id": "kg:/m/0355_1"}, "name": {"first": "Thomas", "last": "Morris"}, "bio": {"birthday": "1776-01-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1833-12-02", "end": "1839-03-03", "state": "OH", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M001097", "govtrack": 408061, "icpsr": 6812, "wikipedia": "John Murphy (Alabama)", "house_history": 18698, "wikidata": "Q767891", "google_entity_id": "kg:/m/03g3fx"}, "name": {"first": "John", "last": "Murphy"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "AL", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "N000010", "govtrack": 408104, "icpsr": 6846, "wikipedia": "Arnold Naudain", "wikidata": "Q695839", "google_entity_id": "kg:/m/0623xc"}, "name": {"first": "Arnold", "last": "Naudain"}, "bio": {"birthday": "1790-01-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1830-01-01", "end": "1833-03-03", "state": "DE", "class": 1, "party": "Anti-Jacksonian"}, {"type": "sen", "start": "1833-12-02", "end": "1837-03-03", "state": "DE", "class": 1}]}, {"id": {"bioguide": "O000115", "govtrack": 408371, "icpsr": 7096, "wikipedia": "Gayton P. Osgood", "house_history": 19208, "wikidata": "Q1496594", "google_entity_id": "kg:/m/0ks47x"}, "name": {"first": "Gayton", "middle": "Pickman", "last": "Osgood"}, "bio": {"birthday": "1797-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MA", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "P000343", "govtrack": 408740, "icpsr": 7445, "wikipedia": "Job Pierson", "house_history": 19703, "wikidata": "Q1530579", "google_entity_id": "kg:/m/02rkryz"}, "name": {"first": "Job", "last": "Pierson"}, "bio": {"birthday": "1791-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 9, "party": "Jackson"}]}, {"id": {"bioguide": "P000397", "govtrack": 412088, "icpsr": 7497, "wikipedia": "Franklin E. Plummer", "house_history": 19769, "wikidata": "Q1445213", "google_entity_id": "kg:/m/02rtngn"}, "name": {"first": "Franklin", "middle": "E.", "last": "Plummer"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MS", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MS", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "P000433", "govtrack": 408824, "icpsr": 7527, "wikipedia": "Patrick H. Pope", "house_history": 19819, "wikidata": "Q1672710", "google_entity_id": "kg:/m/02rjxwx"}, "name": {"first": "Patrick", "middle": "Hamilton", "last": "Pope"}, "bio": {"birthday": "1806-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "KY", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "P000436", "govtrack": 408827, "icpsr": 7530, "wikipedia": "Alexander Porter", "wikidata": "Q166016", "google_entity_id": "kg:/m/0d3g7j"}, "name": {"first": "Alexander", "last": "Porter"}, "bio": {"birthday": "1785-06-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1833-12-02", "end": "1837-03-03", "state": "LA", "class": 3, "party": "Anti-Jacksonian"}]}, {"id": {"bioguide": "R000047", "govtrack": 409028, "icpsr": 7723, "wikipedia": "John Randolph of Roanoke", "house_history": 20136, "wikidata": "Q2341317", "google_entity_id": "kg:/m/01v3cf"}, "name": {"first": "John", "last": "Randolph"}, "bio": {"birthday": "1773-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "VA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "VA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "VA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 5}, {"type": "rep", "start": "1825-12-05", "end": "1825-12-26", "state": "VA", "district": -1}, {"type": "sen", "start": "1825-12-26", "end": "1827-03-03", "state": "VA", "class": 1, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": -1}]}, {"id": {"bioguide": "R000297", "govtrack": 409269, "icpsr": 7940, "wikipedia": "Asher Robbins", "wikidata": "Q725105", "google_entity_id": "kg:/m/0d1ytm"}, "name": {"first": "Asher", "last": "Robbins"}, "bio": {"birthday": "1761-10-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1825-12-05", "end": "1827-03-03", "state": "RI", "class": 1, "party": "Adams"}, {"type": "sen", "start": "1827-12-03", "end": "1833-03-03", "state": "RI", "class": 1, "party": "Adams"}, {"type": "sen", "start": "1833-12-02", "end": "1839-03-03", "state": "RI", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "S000233", "govtrack": 412095, "icpsr": 8354, "wikipedia": "Dudley Selden", "house_history": 21424, "wikidata": "Q336857", "google_entity_id": "kg:/m/02rkrt4"}, "name": {"first": "Dudley", "last": "Selden"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "S000334", "govtrack": 409831, "icpsr": 8443, "wikipedia": "Ether Shepley", "wikidata": "Q1371192", "google_entity_id": "kg:/m/04ggph"}, "name": {"first": "Ether", "last": "Shepley"}, "bio": {"birthday": "1789-11-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1833-12-02", "end": "1837-03-03", "state": "ME", "class": 1, "party": "Jackson"}]}, {"id": {"bioguide": "S000446", "govtrack": 412096, "wikipedia": "Thomas D. Singleton", "house_history": 21694, "wikidata": "Q2423319", "google_entity_id": "kg:/m/02w14gt"}, "name": {"first": "Thomas", "middle": "Day", "last": "Singleton"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "SC", "district": -1, "party": "Nullifier"}]}, {"id": {"bioguide": "S000474", "govtrack": 412097, "icpsr": 8565, "wikipedia": "Charles Slade", "house_history": 21730, "wikidata": "Q4120841", "google_entity_id": "kg:/m/02rk95w"}, "name": {"first": "Charles", "last": "Slade"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "IL", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "S000594", "govtrack": 410074, "icpsr": 8670, "wikipedia": "Nathan Smith (senator)", "wikidata": "Q1769220", "google_entity_id": "kg:/m/0bf9j1"}, "name": {"first": "Nathan", "last": "Smith"}, "bio": {"birthday": "1770-01-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1833-12-02", "end": "1835-12-31", "state": "CT", "class": 1, "party": "Anti-Jacksonian"}]}, {"id": {"bioguide": "S000891", "govtrack": 410352, "icpsr": 8919, "wikipedia": "Andrew Stevenson", "house_history": 22242, "wikidata": "Q344157", "google_entity_id": "kg:/m/03clmf"}, "name": {"first": "Andrew", "last": "Stevenson"}, "bio": {"birthday": "1784-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 9, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 11, "party": "Jackson"}]}, {"id": {"bioguide": "S000944", "govtrack": 410403, "icpsr": 8967, "wikipedia": "John Truman Stoddert", "house_history": 22305, "wikidata": "Q2757548", "google_entity_id": "kg:/m/0dz311"}, "name": {"first": "John", "middle": "Truman", "last": "Stoddert"}, "bio": {"birthday": "1790-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MD", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "S001116", "govtrack": 410568, "icpsr": 9124, "wikipedia": "Benjamin Swift", "house_history": 22517, "wikidata": "Q817701", "google_entity_id": "kg:/m/09l6t_"}, "name": {"first": "Benjamin", "last": "Swift"}, "bio": {"birthday": "1781-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VT", "district": 4, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VT", "district": 4, "party": "Whig"}, {"type": "sen", "start": "1833-12-02", "end": "1839-03-03", "state": "VT", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "T000105", "govtrack": 412111, "icpsr": 9236, "wikipedia": "William P. Taylor", "house_history": 22762, "wikidata": "Q225991", "google_entity_id": "kg:/m/027y450"}, "name": {"first": "William", "middle": "Penn", "last": "Taylor"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 9, "party": "Anti-Jacksonian"}]}, {"id": {"bioguide": "T000181", "govtrack": 410762, "icpsr": 9306, "house_history": 22853, "wikipedia": "Philemon Thomas", "wikidata": "Q1415721", "google_entity_id": "kg:/m/0ddqnx"}, "name": {"first": "Philemon", "last": "Thomas"}, "bio": {"birthday": "1763-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "LA", "district": 2}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "LA", "district": 2}]}, {"id": {"bioguide": "T000304", "govtrack": 410877, "icpsr": 9415, "wikipedia": "Christopher Tompkins", "house_history": 23002, "wikidata": "Q571953", "google_entity_id": "kg:/m/02qlrv5"}, "name": {"first": "Christopher", "last": "Tompkins"}, "bio": {"birthday": "1780-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "KY", "district": 10, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "KY", "district": 3, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "T000442", "govtrack": 411010, "icpsr": 9535, "wikipedia": "Samuel Tweedy", "house_history": 23176, "wikidata": "Q1489804", "google_entity_id": "kg:/m/02pz4y7"}, "name": {"first": "Samuel", "last": "Tweedy"}, "bio": {"birthday": "1776-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "CT", "district": -1, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "V000046", "govtrack": 411090, "icpsr": 9622, "wikipedia": "Isaac B. Van Houten", "house_history": 20931, "wikidata": "Q194767", "google_entity_id": "kg:/m/02rlcgt"}, "name": {"first": "Isaac", "middle": "B.", "last": "Van Houten"}, "bio": {"birthday": "1776-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "W000195", "govtrack": 411366, "icpsr": 9868, "wikipedia": "John Goddard Watmough", "house_history": 23447, "wikidata": "Q6235573", "google_entity_id": "kg:/m/026wn5f"}, "name": {"first": "John", "middle": "Goddard", "last": "Watmough"}, "bio": {"birthday": "1793-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 3, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 3, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "W000321", "govtrack": 411483, "icpsr": 9976, "wikipedia": "Reuben Whallon", "house_history": 23599, "wikidata": "Q2514343", "google_entity_id": "kg:/m/02rkvxd"}, "name": {"first": "Reuben", "last": "Whallon"}, "bio": {"birthday": "1776-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 13, "party": "Jackson"}]}, {"id": {"bioguide": "W000432", "govtrack": 411591, "icpsr": 10079, "wikipedia": "Frederick Whittlesey", "house_history": 23728, "wikidata": "Q5499034", "google_entity_id": "kg:/m/02rkpj0"}, "name": {"first": "Frederick", "last": "Whittlesey"}, "bio": {"birthday": "1799-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 27, "party": "Anti Masonic"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 28, "party": "Anti Masonic"}]}, {"id": {"bioguide": "W000460", "govtrack": 411617, "icpsr": 10105, "wikipedia": "Richard Henry Wilde", "house_history": 23765, "wikidata": "Q1693934", "google_entity_id": "kg:/m/027904r"}, "name": {"first": "Richard", "middle": "Henry", "last": "Wilde"}, "bio": {"birthday": "1789-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "GA", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "W000574", "govtrack": 411729, "icpsr": 10214, "wikipedia": "Edgar C. Wilson", "house_history": 23897, "wikidata": "Q1283830", "google_entity_id": "kg:/m/03c2_mv"}, "name": {"first": "Edgar", "middle": "Campbell", "last": "Wilson"}, "bio": {"birthday": "1800-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 21, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "Y000034", "govtrack": 411966, "icpsr": 10438, "wikipedia": "Ebenezer Young", "house_history": 21072, "wikidata": "Q1278684", "google_entity_id": "kg:/m/02pyycw"}, "name": {"first": "Ebenezer", "last": "Young"}, "bio": {"birthday": "1783-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "CT", "district": -1}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "CT", "district": -1}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "CT", "district": -1}]}, {"id": {"bioguide": "L000232", "govtrack": 406735, "icpsr": 5597, "wikipedia": "Benjamin W. Leigh", "wikidata": "Q817727", "google_entity_id": "kg:/m/08kmbs"}, "name": {"first": "Benjamin", "middle": "Watkins", "last": "Leigh"}, "bio": {"birthday": "1781-06-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1834-01-01", "end": "1837-03-03", "state": "VA", "class": 2, "party": "Anti-Jacksonian"}]}, {"id": {"bioguide": "A000108", "govtrack": 400766, "icpsr": 95, "wikipedia": "Chilton Allan", "house_history": 8408, "wikidata": "Q1073044", "google_entity_id": "kg:/m/02qlk9d"}, "name": {"first": "Chilton", "last": "Allan"}, "bio": {"birthday": "1786-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "KY", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "KY", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "KY", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "A000263", "govtrack": 400901, "icpsr": 213, "wikipedia": "Joseph Biles Anthony", "house_history": 8631, "wikidata": "Q6281528", "google_entity_id": "kg:/m/026fx68"}, "name": {"first": "Joseph", "middle": "Biles", "last": "Anthony"}, "bio": {"birthday": "1795-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 16, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 16, "party": "Jackson"}]}, {"id": {"bioguide": "A000305", "govtrack": 400947, "icpsr": 257, "wikipedia": "Michael Woolston Ash", "house_history": 8683, "wikidata": "Q6835447", "google_entity_id": "kg:/m/0273xf0"}, "name": {"first": "Michael", "middle": "Woolston", "last": "Ash"}, "bio": {"birthday": "1789-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "A000315", "govtrack": 400960, "icpsr": 268, "house_history": 8696, "wikipedia": "William Henry Ashley", "wikidata": "Q1345876", "google_entity_id": "kg:/m/05m0q2"}, "name": {"first": "William", "middle": "Henry", "last": "Ashley"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MO", "district": 1, "party": "Jacksonian"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MO", "district": -1, "party": "Jacksonian"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MO", "district": -1, "party": "Jacksonian"}]}, {"id": {"bioguide": "B000040", "govtrack": 401045, "icpsr": 343, "wikipedia": "Jeremiah Bailey", "house_history": 8825, "wikidata": "Q609481", "google_entity_id": "kg:/m/02x3mjm"}, "name": {"first": "Jeremiah", "last": "Bailey"}, "bio": {"birthday": "1773-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "ME", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "B000114", "govtrack": 401115, "icpsr": 407, "wikipedia": "John Banks (U.S. politician)", "house_history": 8918, "wikidata": "Q6220546", "google_entity_id": "kg:/m/026vh3b"}, "name": {"first": "John", "last": "Banks"}, "bio": {"gender": "M", "birthday": "1793-10-17"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 18, "party": "Anti Masonic"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 24, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 24, "party": "Anti Masonic"}]}, {"id": {"bioguide": "B000215", "govtrack": 401212, "icpsr": 497, "wikipedia": "Samuel Barton (New York)", "house_history": 9051, "wikidata": "Q194792", "google_entity_id": "kg:/m/03cp92l"}, "name": {"first": "Samuel", "last": "Barton"}, "bio": {"birthday": "1785-07-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "B000277", "govtrack": 401271, "icpsr": 551, "wikipedia": "Benning M. Bean", "house_history": 9134, "wikidata": "Q817891", "google_entity_id": "kg:/m/02rhct3"}, "name": {"first": "Benning", "middle": "Moulton", "last": "Bean"}, "bio": {"birthday": "1782-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NH", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "B000286", "govtrack": 401280, "icpsr": 558, "wikipedia": "Andrew Beaumont", "house_history": 9145, "wikidata": "Q4756307", "google_entity_id": "kg:/m/027bpdj"}, "name": {"first": "Andrew", "last": "Beaumont"}, "bio": {"birthday": "1790-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 15, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 15, "party": "Jackson"}]}, {"id": {"bioguide": "B000581", "govtrack": 401552, "icpsr": 814, "wikipedia": "Abraham Bockee", "house_history": 9528, "wikidata": "Q774493", "google_entity_id": "kg:/m/02rklrg"}, "name": {"first": "Abraham", "last": "Bockee"}, "bio": {"birthday": "1784-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "B000675", "govtrack": 401637, "icpsr": 890, "wikipedia": "Matthias J. Bovee", "house_history": 9658, "wikidata": "Q2947782", "google_entity_id": "kg:/m/02rktpw"}, "name": {"first": "Matthias", "middle": "Jacob", "last": "Bovee"}, "bio": {"birthday": "1793-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 15, "party": "Jackson"}]}, {"id": {"bioguide": "B000903", "govtrack": 401860, "icpsr": 1098, "wikipedia": "Bedford Brown", "wikidata": "Q4879111", "google_entity_id": "kg:/m/02klqp"}, "name": {"first": "Bedford", "last": "Brown"}, "bio": {"birthday": "1795-06-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1829-12-07", "end": "1835-03-03", "state": "NC", "class": 2, "party": "Jackson"}, {"type": "sen", "start": "1835-12-07", "end": "1841-03-03", "state": "NC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000932", "govtrack": 401886, "icpsr": 1122, "wikipedia": "John W. Brown (New York politician)", "house_history": 9982, "wikidata": "Q895760", "google_entity_id": "kg:/m/0c_fvn"}, "name": {"first": "John", "middle": "W.", "last": "Brown"}, "bio": {"birthday": "1796-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 6, "party": "Jackson"}]}, {"id": {"bioguide": "B001058", "govtrack": 402005, "icpsr": 1236, "wikipedia": "Samuel Bunch", "house_history": 10138, "wikidata": "Q145829", "google_entity_id": "kg:/m/0cgllc"}, "name": {"first": "Samuel", "last": "Bunch"}, "bio": {"gender": "M", "birthday": "1786-12-04"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "TN", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "TN", "district": 2, "party": "Jacksonian"}]}, {"id": {"bioguide": "B001129", "govtrack": 402073, "icpsr": 1298, "wikipedia": "Robert Burns (representative)", "house_history": 10228, "wikidata": "Q2156654", "google_entity_id": "kg:/m/02rr6kv"}, "name": {"first": "Robert", "last": "Burns"}, "bio": {"birthday": "1792-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NH", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "C000098", "govtrack": 412025, "icpsr": 1463, "wikipedia": "Robert B. Campbell", "house_history": 10566, "wikidata": "Q1394430", "google_entity_id": "kg:/m/02x3_w4"}, "name": {"first": "Robert", "middle": "Blair", "last": "Campbell"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "SC", "district": 3, "party": "Jackson Republican"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "SC", "district": 3, "party": "Nullifier"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "SC", "district": 3, "party": "Nullifier"}]}, {"id": {"bioguide": "C000283", "govtrack": 402426, "icpsr": 1628, "wikipedia": "George Chambers (Pennsylvania)", "house_history": 10809, "wikidata": "Q5537795", "google_entity_id": "kg:/m/026vln5"}, "name": {"first": "George", "last": "Chambers"}, "bio": {"gender": "M", "birthday": "1786-02-24"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 12, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 12, "party": "Anti Masonic"}]}, {"id": {"bioguide": "C000306", "govtrack": 402448, "icpsr": 1649, "wikipedia": "Graham H. Chapin", "house_history": 10839, "wikidata": "Q5592873", "google_entity_id": "kg:/m/02rkq2l"}, "name": {"first": "Graham", "middle": "Hurd", "last": "Chapin"}, "bio": {"birthday": "1799-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 25, "party": "Jackson"}]}, {"id": {"bioguide": "C000349", "govtrack": 402488, "icpsr": 1687, "wikipedia": "William Chetwood", "house_history": 10890, "wikidata": "Q2578259", "google_entity_id": "kg:/m/02z9ylx"}, "name": {"first": "William", "last": "Chetwood"}, "bio": {"birthday": "1771-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NJ", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "C000405", "govtrack": 402544, "icpsr": 1738, "wikipedia": "Nathaniel Claiborne", "house_history": 10959, "wikidata": "Q1335077", "google_entity_id": "kg:/m/054cck"}, "name": {"first": "Nathaniel", "middle": "Herbert", "last": "Claiborne"}, "bio": {"birthday": "1777-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 7, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "C000453", "govtrack": 402591, "icpsr": 1784, "house_history": 11016, "wikipedia": "William Clark (congressman)", "wikidata": "Q8006832", "google_entity_id": "kg:/m/06rhjm"}, "name": {"first": "William", "last": "Clark"}, "bio": {"birthday": "1774-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 10, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 10, "party": "Anti Masonic"}]}, {"id": {"bioguide": "C000583", "govtrack": 402712, "icpsr": 1898, "wikipedia": "John E. Coffee", "house_history": 11180, "wikidata": "Q1699876", "google_entity_id": "kg:/m/0f6_1w"}, "name": {"first": "John", "last": "Coffee"}, "bio": {"birthday": "1782-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "C000867", "govtrack": 402982, "icpsr": 2142, "wikipedia": "John Cramer (representative)", "house_history": 11540, "wikidata": "Q2039933", "google_entity_id": "kg:/m/03cf7rv"}, "name": {"first": "John", "last": "Cramer"}, "bio": {"birthday": "1779-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 11, "party": "Jackson"}]}, {"id": {"bioguide": "C000872", "govtrack": 402986, "icpsr": 2145, "wikipedia": "Joseph Halsey Crane", "house_history": 11546, "wikidata": "Q6283745", "google_entity_id": "kg:/m/0d67x6"}, "name": {"first": "Joseph", "middle": "Halsey", "last": "Crane"}, "bio": {"gender": "M", "birthday": "1782-08-31"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "OH", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "OH", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "D000142", "govtrack": 403275, "icpsr": 2417, "wikipedia": "Warren R. Davis", "house_history": 12008, "wikidata": "Q2549773", "google_entity_id": "kg:/m/029mhx"}, "name": {"first": "Warren", "middle": "Ransom", "last": "Davis"}, "bio": {"birthday": "1793-05-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "SC", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "SC", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "SC", "district": 6, "party": "Nullifier"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "SC", "district": 6, "party": "Nullifier"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "SC", "district": -1, "party": "Nullifier"}]}, {"id": {"bioguide": "D000248", "govtrack": 403386, "icpsr": 2506, "wikipedia": "Harmar Denny", "house_history": 12137, "wikidata": "Q5659066", "google_entity_id": "kg:/m/0f6rwf"}, "name": {"first": "Harmar", "last": "Denny"}, "bio": {"birthday": "1794-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 16, "party": "Anti Masonic"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 16, "party": "Anti Masonic"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 22, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 22, "party": "Anti Masonic"}]}, {"id": {"bioguide": "D000328", "govtrack": 412034, "icpsr": 2578, "house_history": 12236, "wikipedia": "David Dickson (politician)", "wikidata": "Q1174227", "google_entity_id": "kg:/m/02x3_nm"}, "name": {"first": "David", "last": "Dickson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MS", "district": -1, "party": "Anti-Jacksonian"}]}, {"id": {"bioguide": "D000444", "govtrack": 403554, "icpsr": 2681, "wikipedia": "Ulysses F. Doubleday", "house_history": 12386, "wikidata": "Q7880915", "google_entity_id": "kg:/m/02rkxgz"}, "name": {"first": "Ulysses", "middle": "Freeman", "last": "Doubleday"}, "bio": {"birthday": "1792-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 24, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 24, "party": "Jackson"}]}, {"id": {"bioguide": "D000544", "govtrack": 403652, "icpsr": 2769, "wikipedia": "William Claiborne Dunlap", "house_history": 12504, "wikidata": "Q1273922", "google_entity_id": "kg:/m/0cgln2"}, "name": {"first": "William", "middle": "Claiborne", "last": "Dunlap"}, "bio": {"birthday": "1798-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "TN", "district": 13, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "TN", "district": 13, "party": "Jackson"}]}, {"id": {"bioguide": "E000086", "govtrack": 403779, "icpsr": 2878, "wikipedia": "Valentine Efner", "house_history": 12704, "wikidata": "Q1287744", "google_entity_id": "kg:/m/02rkxhn"}, "name": {"first": "Valentine", "last": "Efner"}, "bio": {"birthday": "1776-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "E000283", "govtrack": 403961, "icpsr": 3043, "wikipedia": "William Lee D. Ewing", "wikidata": "Q734659", "google_entity_id": "kg:/m/0854cw"}, "name": {"first": "William", "middle": "Lee Davidson", "last": "Ewing"}, "bio": {"birthday": "1795-08-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1835-12-07", "end": "1837-03-03", "state": "IL", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "F000022", "govtrack": 403984, "icpsr": 3063, "wikipedia": "Dudley Farlin", "house_history": 12991, "wikidata": "Q2514208", "google_entity_id": "kg:/m/02rknv4"}, "name": {"first": "Dudley", "last": "Farlin"}, "bio": {"birthday": "1777-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 13, "party": "Jackson"}]}, {"id": {"bioguide": "F000273", "govtrack": 412037, "icpsr": 3276, "wikipedia": "John B. Forester", "house_history": 13319, "wikidata": "Q1699203", "google_entity_id": "kg:/m/0cgllq"}, "name": {"first": "John", "middle": "B.", "last": "Forester"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "TN", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "TN", "district": 5, "party": "Anti-Jacksonian"}]}, {"id": {"bioguide": "F000327", "govtrack": 404275, "icpsr": 3328, "wikipedia": "Samuel Fowler (1779\u20131844)", "house_history": 13383, "wikidata": "Q2218248", "google_entity_id": "kg:/m/02697_4"}, "name": {"first": "Samuel", "last": "Fowler"}, "bio": {"birthday": "1779-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NJ", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NJ", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "F000411", "govtrack": 404353, "icpsr": 3398, "wikipedia": "Philo C. Fuller", "house_history": 13490, "wikidata": "Q7186008", "google_entity_id": "kg:/m/02rkvqx"}, "name": {"first": "Philo", "middle": "Case", "last": "Fuller"}, "bio": {"birthday": "1787-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 30, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 30, "party": "Whig"}]}, {"id": {"bioguide": "F000415", "govtrack": 404357, "icpsr": 3402, "wikipedia": "William K. Fuller", "house_history": 13494, "wikidata": "Q13219107", "google_entity_id": "kg:/m/02rky5b"}, "name": {"first": "William", "middle": "Kendall", "last": "Fuller"}, "bio": {"birthday": "1792-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 23, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 23, "party": "Jackson"}]}, {"id": {"bioguide": "G000200", "govtrack": 404564, "icpsr": 3598, "wikipedia": "Ransom H. Gillet", "house_history": 13818, "wikidata": "Q2688816", "google_entity_id": "kg:/m/02rkvtn"}, "name": {"first": "Ransom", "middle": "Hooker", "last": "Gillet"}, "bio": {"birthday": "1800-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 14, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 14, "party": "Jackson"}]}, {"id": {"bioguide": "G000264", "govtrack": 404626, "icpsr": 3655, "wikipedia": "Robert Henry Goldsborough", "wikidata": "Q433676", "google_entity_id": "kg:/m/05rzxw"}, "name": {"first": "Robert", "middle": "Henry", "last": "Goldsborough"}, "bio": {"birthday": "1779-01-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1813-05-24", "end": "1819-03-03", "state": "MD", "class": 3, "party": "Federalist"}, {"type": "sen", "start": "1835-12-07", "end": "1837-03-03", "state": "MD", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "G000404", "govtrack": 404754, "icpsr": 3772, "wikipedia": "William J. Grayson", "house_history": 14075, "wikidata": "Q2579438", "google_entity_id": "kg:/m/02ry1wh"}, "name": {"first": "William", "middle": "John", "last": "Grayson"}, "bio": {"birthday": "1788-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "SC", "district": 2, "party": "Nullifier"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "SC", "district": 2, "party": "Nullifier"}]}, {"id": {"bioguide": "H000056", "govtrack": 404941, "icpsr": 3943, "wikipedia": "Joseph Hall (Maine)", "house_history": 14356, "wikidata": "Q1270780", "google_entity_id": "kg:/m/02w_7dp"}, "name": {"first": "Joseph", "last": "Hall"}, "bio": {"birthday": "1793-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "ME", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "ME", "district": 6, "party": "Jackson"}]}, {"id": {"bioguide": "H000180", "govtrack": 405061, "icpsr": 4048, "wikipedia": "Gideon Hard", "house_history": 14508, "wikidata": "Q5559590", "google_entity_id": "kg:/m/02rkp_h"}, "name": {"first": "Gideon", "last": "Hard"}, "bio": {"birthday": "1797-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 33, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 33, "party": "Whig"}]}, {"id": {"bioguide": "H000184", "govtrack": 405065, "icpsr": 4052, "wikipedia": "Benjamin Hardin", "house_history": 14514, "wikidata": "Q817528", "google_entity_id": "kg:/m/02rsp2q"}, "name": {"first": "Benjamin", "last": "Hardin"}, "bio": {"birthday": "1784-02-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "KY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "KY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "KY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "KY", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "KY", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "H000221", "govtrack": 405099, "icpsr": 4086, "wikipedia": "James Harper (congressman)", "house_history": 14561, "wikidata": "Q6135595", "google_entity_id": "kg:/m/026y9yc"}, "name": {"first": "James", "last": "Harper"}, "bio": {"birthday": "1780-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "H000276", "govtrack": 405151, "icpsr": 4135, "wikipedia": "Samuel Smith Harrison", "house_history": 14624, "wikidata": "Q7412666", "google_entity_id": "kg:/m/0277hlh"}, "name": {"first": "Samuel", "middle": "Smith", "last": "Harrison"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 23, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 23, "party": "Jackson"}]}, {"id": {"bioguide": "H000360", "govtrack": 405229, "icpsr": 4205, "wikipedia": "Albert Gallatin Hawes", "house_history": 14724, "wikidata": "Q2638001", "google_entity_id": "kg:/m/02vl9f4"}, "name": {"first": "Albert", "middle": "Gallatin", "last": "Hawes"}, "bio": {"birthday": "1804-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "KY", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "KY", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "KY", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "H000416", "govtrack": 405282, "icpsr": 4254, "wikipedia": "Abner Hazeltine", "house_history": 14794, "wikidata": "Q4668137", "google_entity_id": "kg:/m/02rklqs"}, "name": {"first": "Abner", "last": "Hazeltine"}, "bio": {"birthday": "1793-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 31, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 31, "party": "Whig"}]}, {"id": {"bioguide": "H000486", "govtrack": 405349, "icpsr": 4313, "wikipedia": "Joseph Henderson (Pennsylvania)", "house_history": 14883, "wikidata": "Q6283888", "google_entity_id": "kg:/m/027412n"}, "name": {"first": "Joseph", "last": "Henderson"}, "bio": {"birthday": "1791-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 14, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 14, "party": "Jackson"}]}, {"id": {"bioguide": "H000575", "govtrack": 405437, "icpsr": 4395, "wikipedia": "William Hiester (Pennsylvania)", "house_history": 14996, "wikidata": "Q17305547", "google_entity_id": "kg:/m/010x5h4z"}, "name": {"first": "William", "last": "Hiester"}, "bio": {"birthday": "1790-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 4, "party": "Anti Masonic"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 4, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 4, "party": "Anti Masonic"}]}, {"id": {"bioguide": "H000656", "govtrack": 405511, "icpsr": 4464, "wikipedia": "Samuel Hoar", "house_history": 15097, "wikidata": "Q1170879", "google_entity_id": "kg:/m/02cnb2"}, "name": {"first": "Samuel", "last": "Hoar"}, "bio": {"birthday": "1778-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MA", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "H000861", "govtrack": 405708, "icpsr": 4647, "wikipedia": "Elias Howell", "house_history": 15350, "wikidata": "Q5360523", "google_entity_id": "kg:/m/0cvhss"}, "name": {"first": "Elias", "last": "Howell"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 12, "party": "Whig"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "H000883", "govtrack": 405729, "icpsr": 4667, "house_history": 15376, "wikipedia": "Henry Hubbard", "wikidata": "Q433146", "google_entity_id": "kg:/m/08654t"}, "name": {"first": "Henry", "last": "Hubbard"}, "bio": {"birthday": "1784-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "sen", "start": "1835-12-07", "end": "1841-03-03", "state": "NH", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000994", "govtrack": 405834, "icpsr": 4765, "wikipedia": "Abel Huntington", "house_history": 15506, "wikidata": "Q74349", "google_entity_id": "kg:/m/02rklpr"}, "name": {"first": "Abel", "last": "Huntington"}, "bio": {"birthday": "1777-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "H001000", "govtrack": 405840, "icpsr": 4771, "wikipedia": "Adam Huntsman", "house_history": 15515, "wikidata": "Q349808", "google_entity_id": "kg:/m/0cglpg"}, "name": {"first": "Adam", "last": "Huntsman"}, "bio": {"birthday": "1786-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "TN", "district": 12, "party": "Jackson"}]}, {"id": {"bioguide": "J000028", "govtrack": 405934, "icpsr": 4865, "wikipedia": "William Jackson (Massachusetts)", "house_history": 15724, "wikidata": "Q2579480", "google_entity_id": "kg:/m/08628z"}, "name": {"first": "William", "last": "Jackson"}, "bio": {"birthday": "1783-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MA", "district": 9, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MA", "district": 9, "party": "Anti Masonic"}]}, {"id": {"bioguide": "J000056", "govtrack": 405961, "icpsr": 4890, "house_history": 15760, "wikipedia": "Henry Fisk Janes", "wikidata": "Q1606736", "google_entity_id": "kg:/m/02rhhdz"}, "name": {"first": "Henry", "middle": "Fisk", "last": "Janes"}, "bio": {"birthday": "1792-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VT", "district": 5, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VT", "district": 5, "party": "Anti Masonic"}]}, {"id": {"bioguide": "J000062", "govtrack": 405967, "icpsr": 4896, "wikipedia": "Leonard Jarvis", "house_history": 15769, "wikidata": "Q1533704", "google_entity_id": "kg:/m/0gd7f6"}, "name": {"first": "Leonard", "last": "Jarvis"}, "bio": {"birthday": "1781-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "ME", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "ME", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "ME", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "ME", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "J000170", "govtrack": 406067, "icpsr": 4988, "house_history": 15909, "wikipedia": "Richard Mentor Johnson", "wikidata": "Q109463", "google_entity_id": "kg:/m/0m87r"}, "name": {"first": "Richard", "middle": "Mentor", "last": "Johnson"}, "bio": {"birthday": "1780-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1819-12-06", "end": "1823-03-03", "state": "KY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1823-12-01", "end": "1829-03-03", "state": "KY", "class": 2, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "KY", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "KY", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "KY", "district": 13, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "KY", "district": 13, "party": "Jackson"}]}, {"id": {"bioguide": "J000212", "govtrack": 406107, "icpsr": 5024, "house_history": 15961, "wikipedia": "Benjamin Jones (congressman)", "wikidata": "Q817557", "google_entity_id": "kg:/m/02rlzzg"}, "name": {"first": "Benjamin", "last": "Jones"}, "bio": {"birthday": "1787-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 18, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 18, "party": "Jackson"}]}, {"id": {"bioguide": "J000279", "govtrack": 406171, "icpsr": 5084, "wikipedia": "Andrew T. Judson", "house_history": 16048, "wikidata": "Q507827", "google_entity_id": "kg:/m/02rgwnp"}, "name": {"first": "Andrew", "middle": "Thompson", "last": "Judson"}, "bio": {"birthday": "1784-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "CT", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "K000123", "govtrack": 406289, "icpsr": 5191, "wikipedia": "William Kennon Sr.", "house_history": 16230, "wikidata": "Q8013943", "google_entity_id": "kg:/m/02rm3qg"}, "name": {"first": "William", "last": "Kennon", "suffix": "Sr."}, "bio": {"birthday": "1793-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "OH", "district": 10, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "OH", "district": 10, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 11, "party": "Jackson"}]}, {"id": {"bioguide": "K000207", "govtrack": 406368, "icpsr": 5266, "wikipedia": "John Pendleton King", "wikidata": "Q1701385", "google_entity_id": "kg:/m/0bbk8c"}, "name": {"first": "John", "middle": "Pendleton", "last": "King"}, "bio": {"birthday": "1799-04-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1833-12-02", "end": "1835-03-03", "state": "GA", "class": 2, "party": "Jackson"}, {"type": "sen", "start": "1835-12-07", "end": "1837-12-31", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000224", "govtrack": 406383, "icpsr": 5281, "wikipedia": "George L. Kinnard", "house_history": 16359, "wikidata": "Q1507721", "google_entity_id": "kg:/m/02rkg06"}, "name": {"first": "George", "middle": "L.", "last": "Kinnard"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "IN", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "IN", "district": 6, "party": "Jackson"}]}, {"id": {"bioguide": "K000287", "govtrack": 406444, "icpsr": 5339, "wikipedia": "Nehemiah R. Knight", "wikidata": "Q437985", "google_entity_id": "kg:/m/0d2rdy"}, "name": {"first": "Nehemiah", "middle": "Rice", "last": "Knight"}, "bio": {"birthday": "1780-12-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1821-12-03", "end": "1823-03-03", "state": "RI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1823-12-01", "end": "1829-03-03", "state": "RI", "class": 2, "party": "Adams"}, {"type": "sen", "start": "1829-12-07", "end": "1835-03-03", "state": "RI", "class": 2, "party": "Whig"}, {"type": "sen", "start": "1835-12-07", "end": "1841-03-03", "state": "RI", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "L000057", "govtrack": 406566, "icpsr": 5439, "wikipedia": "Amos Lane", "house_history": 16656, "wikidata": "Q474271", "google_entity_id": "kg:/m/02rkdsp"}, "name": {"first": "Amos", "last": "Lane"}, "bio": {"birthday": "1778-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "IN", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "IN", "district": 4, "party": "Jackson"}]}, {"id": {"bioguide": "L000086", "govtrack": 406595, "icpsr": 5468, "wikipedia": "Gerrit Y. Lansing", "house_history": 16699, "wikidata": "Q1659394", "google_entity_id": "kg:/m/02rkpz3"}, "name": {"first": "Gerrit", "middle": "Yates", "last": "Lansing"}, "bio": {"birthday": "1783-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 10, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 10, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 10, "party": "Jackson"}]}, {"id": {"bioguide": "L000094", "govtrack": 406602, "icpsr": 5475, "wikipedia": "John Laporte", "house_history": 16710, "wikidata": "Q6244030", "google_entity_id": "kg:/m/026vlf9"}, "name": {"first": "John", "last": "Laporte"}, "bio": {"birthday": "1798-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 17, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 17, "party": "Jackson"}]}, {"id": {"bioguide": "L000150", "govtrack": 406655, "icpsr": 5526, "wikipedia": "George W. Lay", "house_history": 16783, "wikidata": "Q5545672", "google_entity_id": "kg:/m/02rkpx1"}, "name": {"first": "George", "middle": "Washington", "last": "Lay"}, "bio": {"birthday": "1798-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 29, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 29, "party": "Whig"}]}, {"id": {"bioguide": "L000164", "govtrack": 406668, "icpsr": 5532, "house_history": 16803, "wikipedia": "Luke Lea (representative)", "wikidata": "Q1877053", "google_entity_id": "kg:/m/05_3wl"}, "name": {"first": "Luke", "last": "Lea"}, "bio": {"birthday": "1783-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "TN", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "TN", "district": 3, "party": "Jacksonian"}]}, {"id": {"bioguide": "L000193", "govtrack": 406696, "icpsr": 5557, "wikipedia": "Gideon Lee", "house_history": 16835, "wikidata": "Q336848", "google_entity_id": "kg:/m/02rkq05"}, "name": {"first": "Gideon", "last": "Lee"}, "bio": {"birthday": "1778-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "L000197", "govtrack": 406700, "icpsr": 5561, "wikipedia": "Joshua Lee (New York politician)", "house_history": 16840, "wikidata": "Q6290015", "google_entity_id": "kg:/m/0ctvzn"}, "name": {"first": "Joshua", "last": "Lee"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 27, "party": "Jackson"}]}, {"id": {"bioguide": "L000205", "govtrack": 406708, "icpsr": 5569, "house_history": 16850, "wikipedia": "Thomas Lee (New Jersey)", "wikidata": "Q2425780", "google_entity_id": "kg:/m/02z9yxj"}, "name": {"first": "Thomas", "last": "Lee"}, "bio": {"birthday": "1780-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NJ", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NJ", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "L000459", "govtrack": 406948, "icpsr": 5794, "wikipedia": "Thomas C. Love", "house_history": 17167, "wikidata": "Q7788146", "google_entity_id": "kg:/m/02rkx05"}, "name": {"first": "Thomas", "middle": "Cutting", "last": "Love"}, "bio": {"birthday": "1789-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 32, "party": "Whig"}]}, {"id": {"bioguide": "L000488", "govtrack": 406976, "icpsr": 5819, "wikipedia": "George Loyall", "house_history": 17201, "wikidata": "Q1507786", "google_entity_id": "kg:/m/02rtnsm"}, "name": {"first": "George", "last": "Loyall"}, "bio": {"birthday": "1789-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "L000490", "govtrack": 406978, "icpsr": 5821, "wikipedia": "Edward Lucas (congressman)", "house_history": 17203, "wikidata": "Q64798", "google_entity_id": "kg:/m/026zkzd"}, "name": {"first": "Edward", "last": "Lucas"}, "bio": {"birthday": "1780-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 15, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 15, "party": "Jackson"}]}, {"id": {"bioguide": "M000099", "govtrack": 407123, "icpsr": 5955, "wikipedia": "Abijah Mann, Jr.", "house_history": 17453, "wikidata": "Q3388776", "google_entity_id": "kg:/m/02rklqf"}, "name": {"first": "Abijah", "last": "Mann", "suffix": "Jr."}, "bio": {"birthday": "1793-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 16, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 16, "party": "Jackson"}]}, {"id": {"bioguide": "M000110", "govtrack": 407134, "icpsr": 5964, "house_history": 17466, "wikipedia": "Richard Irvine Manning I", "wikidata": "Q2149870", "google_entity_id": "kg:/m/0263wlp"}, "name": {"first": "Richard", "middle": "Irvine", "last": "Manning"}, "bio": {"birthday": "1789-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "SC", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "SC", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "M000220", "govtrack": 407238, "icpsr": 6057, "wikipedia": "John Y. Mason", "house_history": 17594, "wikidata": "Q1258123", "google_entity_id": "kg:/m/0389n1"}, "name": {"first": "John", "middle": "Young", "last": "Mason"}, "bio": {"birthday": "1799-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 2, "party": "Jackson"}]}, {"id": {"bioguide": "M000223", "govtrack": 407241, "icpsr": 6060, "wikipedia": "Moses Mason, Jr.", "house_history": 17598, "wikidata": "Q1949197", "google_entity_id": "kg:/m/02rv9rt"}, "name": {"first": "Moses", "last": "Mason", "suffix": "Jr."}, "bio": {"birthday": "1789-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "ME", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "ME", "district": 5, "party": "Jackson"}]}, {"id": {"bioguide": "M000227", "govtrack": 407245, "icpsr": 6064, "wikipedia": "William Mason (U.S. politician)", "house_history": 17603, "wikidata": "Q8015207", "google_entity_id": "kg:/m/02r1qc6"}, "name": {"first": "William", "last": "Mason"}, "bio": {"birthday": "1786-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 21, "party": "Jackson"}]}, {"id": {"bioguide": "M000320", "govtrack": 407331, "icpsr": 6139, "wikipedia": "Johnathan McCarty", "house_history": 17722, "wikidata": "Q1291038", "google_entity_id": "kg:/m/02rkg_v"}, "name": {"first": "Johnathan", "last": "McCarty"}, "bio": {"birthday": "1795-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "IN", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "IN", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "IN", "district": 5, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "M000352", "govtrack": 407360, "icpsr": 6166, "wikipedia": "William McComas", "house_history": 17766, "wikidata": "Q82439", "google_entity_id": "kg:/m/03c2_kr"}, "name": {"first": "William", "last": "McComas"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 19, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 19, "party": "Whig"}]}, {"id": {"bioguide": "M000556", "govtrack": 407548, "icpsr": 6343, "wikipedia": "Jeremiah McLene", "house_history": 18021, "wikidata": "Q6180905", "google_entity_id": "kg:/m/02phf_p"}, "name": {"first": "Jeremiah", "last": "McLene"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "M000734", "govtrack": 407713, "icpsr": 6489, "wikipedia": "Jesse Miller", "house_history": 18249, "wikidata": "Q6186669", "google_entity_id": "kg:/m/026ybp2"}, "name": {"first": "Jesse", "last": "Miller"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 13, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 13, "party": "Jackson"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "M000751", "govtrack": 407729, "icpsr": 6505, "wikipedia": "Rutger B. Miller", "house_history": 18268, "wikidata": "Q3660859", "google_entity_id": "kg:/m/02rkw71"}, "name": {"first": "Rutger", "middle": "Bleecker", "last": "Miller"}, "bio": {"birthday": "1805-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 17, "party": "Jackson"}]}, {"id": {"bioguide": "P000023", "govtrack": 408434, "icpsr": 7161, "wikipedia": "Sherman Page", "house_history": 19309, "wikidata": "Q4411129", "google_entity_id": "kg:/m/02rkwfm"}, "name": {"first": "Sherman", "last": "Page"}, "bio": {"birthday": "1779-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 19, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 19, "party": "Jackson"}]}, {"id": {"bioguide": "P000061", "govtrack": 408471, "icpsr": 7195, "house_history": 19350, "wikipedia": "James Parker (New Jersey)", "wikidata": "Q1360799", "google_entity_id": "kg:/m/09xn4t"}, "name": {"first": "James", "last": "Parker"}, "bio": {"birthday": "1776-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NJ", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NJ", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "P000074", "govtrack": 408484, "icpsr": 7207, "wikipedia": "Gorham Parks", "house_history": 19364, "wikidata": "Q1509483", "google_entity_id": "kg:/m/02rv9mp"}, "name": {"first": "Gorham", "last": "Parks"}, "bio": {"birthday": "1794-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "ME", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "ME", "district": 8, "party": "Jackson"}]}, {"id": {"bioguide": "P000132", "govtrack": 408538, "icpsr": 7258, "house_history": 19440, "wikipedia": "William Patterson (Ohio)", "wikidata": "Q8016646", "google_entity_id": "kg:/m/026mv9s"}, "name": {"first": "William", "last": "Patterson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 14, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 14, "party": "Jackson"}]}, {"id": {"bioguide": "P000160", "govtrack": 408565, "icpsr": 7281, "wikipedia": "Dutee Jerauld Pearce", "house_history": 19474, "wikidata": "Q1267962", "google_entity_id": "kg:/m/02rhfbz"}, "name": {"first": "Dutee", "middle": "Jerauld", "last": "Pearce"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "RI", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "RI", "district": -1, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "RI", "district": -1, "party": "Anti Mason"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "RI", "district": -1, "party": "Anti Mason"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "RI", "district": -1, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "RI", "district": -1, "party": "Anti Masonic"}], "bio": {"birthday": "1789-04-03", "gender": "M"}}, {"id": {"bioguide": "P000167", "govtrack": 408572, "icpsr": 7287, "wikipedia": "John James Pearson", "house_history": 19484, "wikidata": "Q6241588", "google_entity_id": "kg:/m/027c_x_"}, "name": {"first": "John", "middle": "James", "last": "Pearson"}, "bio": {"birthday": "1800-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 24, "party": "Whig"}]}, {"id": {"bioguide": "P000270", "govtrack": 408670, "icpsr": 7378, "house_history": 19611, "wikipedia": "Ebenezer Pettigrew", "wikidata": "Q1278667", "google_entity_id": "kg:/m/0bmfs8"}, "name": {"first": "Ebenezer", "last": "Pettigrew"}, "bio": {"birthday": "1783-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NC", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "P000282", "govtrack": 408682, "icpsr": 7387, "wikipedia": "Balie Peyton", "house_history": 19627, "wikidata": "Q804962", "google_entity_id": "kg:/m/0cglmd"}, "name": {"first": "Balie", "last": "Peyton"}, "bio": {"birthday": "1803-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "TN", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "TN", "district": 6, "party": "Jacksonian"}]}, {"id": {"bioguide": "P000355", "govtrack": 408752, "icpsr": 7456, "wikipedia": "Henry L. Pinckney", "wikidata": "Q1606971", "google_entity_id": "kg:/m/02rtqqk"}, "name": {"first": "Henry", "middle": "Laurens", "last": "Pinckney"}, "bio": {"birthday": "1794-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "SC", "district": 1, "party": "Nullifier"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "SC", "district": 1, "party": "Nullifier"}]}, {"id": {"bioguide": "R000177", "govtrack": 409153, "icpsr": 7835, "wikipedia": "Joseph Reynolds (congressman)", "house_history": 20305, "wikidata": "Q6286551", "google_entity_id": "kg:/m/02rkt8y"}, "name": {"first": "Joseph", "last": "Reynolds"}, "bio": {"birthday": "1785-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 22, "party": "Jackson"}]}, {"id": {"bioguide": "R000291", "govtrack": 409264, "icpsr": 7935, "wikipedia": "John Roane", "house_history": 20445, "wikidata": "Q1701580", "google_entity_id": "kg:/m/027r6_x"}, "name": {"first": "John", "last": "Roane"}, "bio": {"birthday": "1766-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "VA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 12, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 12, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 9, "party": "Jackson"}]}, {"id": {"bioguide": "R000344", "govtrack": 409315, "icpsr": 7983, "wikipedia": "John McCracken Robinson", "wikidata": "Q435094", "google_entity_id": "kg:/m/0bk9c2"}, "name": {"first": "John", "middle": "McCracken", "last": "Robinson"}, "bio": {"birthday": "1794-04-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1830-01-01", "end": "1835-03-03", "state": "IL", "class": 2, "party": "Jackson"}, {"type": "sen", "start": "1835-12-07", "end": "1841-03-03", "state": "IL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000502", "govtrack": 409461, "icpsr": 8109, "wikipedia": "John Ruggles", "wikidata": "Q6083063", "google_entity_id": "kg:/m/04tp7y"}, "name": {"first": "John", "last": "Ruggles"}, "bio": {"birthday": "1789-10-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1835-12-07", "end": "1841-03-03", "state": "ME", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000049", "govtrack": 409565, "wikipedia": "John W. A. Sanford", "house_history": 21192, "wikidata": "Q1674403", "google_entity_id": "kg:/m/0279xfg"}, "name": {"first": "John", "middle": "W.A.", "last": "Sanford"}, "bio": {"birthday": "1798-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "district": -1, "party": "Union Democrat"}]}, {"id": {"bioguide": "S000116", "govtrack": 409624, "icpsr": 8257, "wikipedia": "Ferdinand Schureman Schenck", "house_history": 21279, "wikidata": "Q289310", "google_entity_id": "kg:/m/02z8qhk"}, "name": {"first": "Ferdinand", "middle": "Schureman", "last": "Schenck"}, "bio": {"birthday": "1790-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NJ", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NJ", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "S000130", "govtrack": 409638, "icpsr": 8266, "wikipedia": "William Schley", "house_history": 21299, "wikidata": "Q885830", "google_entity_id": "kg:/m/0f95cz"}, "name": {"first": "William", "last": "Schley"}, "bio": {"birthday": "1786-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "district": -1, "party": "Jacksonian"}]}, {"id": {"bioguide": "S000272", "govtrack": 412177, "icpsr": 8388, "wikipedia": "William Seymour (Congressman)", "house_history": 21472, "wikidata": "Q8018300", "google_entity_id": "kg:/m/03cm9ct"}, "name": {"first": "William", "last": "Seymour"}, "bio": {"gender": "M", "birthday": "1775-02-22"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 20, "party": "Jackson"}]}, {"id": {"bioguide": "S000331", "govtrack": 409828, "icpsr": 8441, "house_history": 21548, "wikipedia": "William Biddle Shepard", "wikidata": "Q2578044", "google_entity_id": "kg:/m/0b6zrx"}, "name": {"first": "William", "middle": "Biddle", "last": "Shepard"}, "bio": {"birthday": "1799-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NC", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NC", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NC", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NC", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "S000365", "govtrack": 409859, "icpsr": 8472, "house_history": 21590, "wikipedia": "William Norton Shinn", "wikidata": "Q2580137", "google_entity_id": "kg:/m/02z9y_8"}, "name": {"first": "William", "middle": "Norton", "last": "Shinn"}, "bio": {"birthday": "1782-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NJ", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NJ", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "S000403", "govtrack": 409897, "icpsr": 8504, "wikipedia": "Nicholas Sickles", "house_history": 21640, "wikidata": "Q1156337", "google_entity_id": "kg:/m/02rkv05"}, "name": {"first": "Nicholas", "last": "Sickles"}, "bio": {"birthday": "1801-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 7, "party": "Jackson"}]}, {"id": {"bioguide": "S000495", "govtrack": 409982, "icpsr": 8583, "wikipedia": "Jonathan Sloane", "house_history": 21755, "wikidata": "Q6274443", "google_entity_id": "kg:/m/02rm1zs"}, "name": {"first": "Jonathan", "last": "Sloane"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 15, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 15, "party": "Anti Masonic"}]}, {"id": {"bioguide": "S000699", "govtrack": 410170, "icpsr": 8762, "wikipedia": "David Spangler (congressman)", "house_history": 22001, "wikidata": "Q5239969", "google_entity_id": "kg:/m/02rl_hp"}, "name": {"first": "David", "last": "Spangler"}, "bio": {"birthday": "1796-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 13, "party": "Whig"}]}, {"id": {"bioguide": "S000834", "govtrack": 410298, "icpsr": 8871, "wikipedia": "John Nevett Steele", "house_history": 22172, "wikidata": "Q287187", "google_entity_id": "kg:/m/026wvxd"}, "name": {"first": "John", "middle": "Nevett", "last": "Steele"}, "bio": {"birthday": "1796-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MD", "district": 1, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MD", "district": 1, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "S000971", "govtrack": 410429, "icpsr": 8991, "wikipedia": "Bellamy Storer (1796\u20131875)", "house_history": 22343, "wikidata": "Q815796", "google_entity_id": "kg:/m/02rm4jy"}, "name": {"first": "Bellamy", "last": "Storer"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 1, "party": "Whig"}], "bio": {"birthday": "1796-03-26", "gender": "M"}}, {"id": {"bioguide": "S001083", "govtrack": 410536, "icpsr": 9095, "wikipedia": "Joel Barlow Sutherland", "house_history": 22479, "wikidata": "Q13219838", "google_entity_id": "kg:/m/026wn9x"}, "name": {"first": "Joel", "middle": "Barlow", "last": "Sutherland"}, "bio": {"birthday": "1792-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 1, "party": "Jackson"}]}, {"id": {"bioguide": "T000130", "govtrack": 410712, "wikipedia": "James C. Terrell", "house_history": 22791, "wikidata": "Q1471732", "google_entity_id": "kg:/m/0279xjk"}, "name": {"first": "James", "middle": "C.", "last": "Terrell"}, "bio": {"birthday": "1806-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "district": -1}]}, {"id": {"bioguide": "T000230", "govtrack": 410809, "icpsr": 9351, "house_history": 22912, "wikipedia": "John Thomson (Ohio politician)", "wikidata": "Q1701932", "google_entity_id": "kg:/m/02rm4sh"}, "name": {"first": "John", "last": "Thomson"}, "bio": {"birthday": "1780-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "OH", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "OH", "district": 12, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "OH", "district": 12, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 17, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 17, "party": "Jackson"}]}, {"id": {"bioguide": "T000422", "govtrack": 410992, "icpsr": 9518, "wikipedia": "James Turner (Maryland politician)", "house_history": 23151, "wikidata": "Q895857", "google_entity_id": "kg:/m/02rj0gm"}, "name": {"first": "James", "last": "Turner"}, "bio": {"birthday": "1783-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MD", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MD", "district": 3, "party": "Jackson"}]}, {"id": {"bioguide": "T000435", "govtrack": 411003, "icpsr": 9529, "house_history": 23169, "wikipedia": "Joel Turrill", "wikidata": "Q3701309", "google_entity_id": "kg:/m/02rkrz_"}, "name": {"first": "Joel", "last": "Turrill"}, "bio": {"birthday": "1794-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 17, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 17, "party": "Jackson"}]}, {"id": {"bioguide": "W000071", "govtrack": 411250, "icpsr": 9757, "wikipedia": "Garret D. Wall", "wikidata": "Q1432382", "google_entity_id": "kg:/m/0csns5"}, "name": {"first": "Garret", "middle": "Dorset", "last": "Wall"}, "bio": {"birthday": "1783-03-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1835-12-07", "end": "1841-03-03", "state": "NJ", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000146", "govtrack": 411320, "icpsr": 9826, "wikipedia": "Daniel Wardwell", "house_history": 23384, "wikidata": "Q3915859", "google_entity_id": "kg:/m/02rknly"}, "name": {"first": "Daniel", "last": "Wardwell"}, "bio": {"birthday": "1791-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 20, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 18, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 18, "party": "Jackson"}]}, {"id": {"bioguide": "W000179", "govtrack": 411352, "icpsr": 9856, "wikipedia": "George Corbin Washington", "house_history": 23426, "wikidata": "Q895883", "google_entity_id": "kg:/m/0b3nlr"}, "name": {"first": "George", "middle": "Corbin", "last": "Washington"}, "bio": {"gender": "M", "birthday": "1789-08-20"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MD", "district": 3, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MD", "district": 3, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MD", "district": 3, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MD", "district": 5, "party": "Anti Jacksonian"}]}, {"id": {"bioguide": "W000218", "govtrack": 411386, "icpsr": 9887, "wikipedia": "James Moore Wayne", "house_history": 23478, "wikidata": "Q1250079", "google_entity_id": "kg:/m/02gtj2"}, "name": {"first": "James", "middle": "Moore", "last": "Wayne"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "district": -1, "party": "Jacksonian"}]}, {"id": {"bioguide": "W000358", "govtrack": 411520, "icpsr": 10012, "wikipedia": "Campbell P. White", "house_history": 23641, "wikidata": "Q336626", "google_entity_id": "kg:/m/02rkmnb"}, "name": {"first": "Campbell", "middle": "Patrick", "last": "White"}, "bio": {"birthday": "1787-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": -1, "party": "Jacksonian"}]}, {"id": {"bioguide": "W000376", "govtrack": 411537, "icpsr": 10029, "wikipedia": "Hugh Lawson White", "wikidata": "Q1634433", "google_entity_id": "kg:/m/01_ftb"}, "name": {"first": "Hugh", "middle": "Lawson", "last": "White"}, "bio": {"birthday": "1773-10-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1825-12-05", "end": "1829-03-03", "state": "TN", "class": 2, "party": "Jackson"}, {"type": "sen", "start": "1829-12-07", "end": "1835-03-03", "state": "TN", "class": 2, "party": "Jackson"}, {"type": "sen", "start": "1835-12-07", "end": "1841-03-03", "state": "TN", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "W000383", "govtrack": 411543, "wikipedia": "Joseph M. White", "house_history": 23669, "wikidata": "Q1355238", "google_entity_id": "kg:/m/0b1pzj"}, "name": {"first": "Joseph", "middle": "M.", "last": "White"}, "bio": {"birthday": "1781-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "FL", "district": -1}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "FL", "district": -1}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "FL", "district": -1}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "FL", "district": -1}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "FL", "district": -1}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "FL", "district": -1}]}, {"id": {"bioguide": "W000463", "govtrack": 411620, "icpsr": 10108, "wikipedia": "Zalmon Wildman", "house_history": 23768, "wikidata": "Q145190", "google_entity_id": "kg:/m/02p_xyk"}, "name": {"first": "Zalmon", "last": "Wildman"}, "bio": {"birthday": "1775-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "CT", "district": -1, "party": "Jackson"}]}, {"id": {"bioguide": "D000022", "govtrack": 403163, "icpsr": 2314, "wikipedia": "Judah Dana", "wikidata": "Q5616448", "google_entity_id": "kg:/m/0bnwnm"}, "name": {"first": "Judah", "last": "Dana"}, "bio": {"birthday": "1772-04-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1836-01-01", "end": "1837-12-31", "state": "ME", "class": 1, "party": "Jackson"}]}, {"id": {"bioguide": "N000085", "govtrack": 408170, "icpsr": 6912, "wikipedia": "Robert C. Nicholas", "wikidata": "Q436527", "google_entity_id": "kg:/m/0d3287"}, "name": {"first": "Robert", "middle": "Carter", "last": "Nicholas"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1836-01-01", "end": "1841-03-03", "state": "LA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000019", "govtrack": 408430, "icpsr": 7157, "wikipedia": "John Page (New Hampshire)", "wikidata": "Q884626", "google_entity_id": "kg:/m/07v5hj"}, "name": {"first": "John", "last": "Page"}, "bio": {"birthday": "1787-05-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1836-01-01", "end": "1837-03-03", "state": "NH", "class": 3, "party": "Jackson"}]}, {"id": {"bioguide": "P000069", "govtrack": 408479, "icpsr": 7202, "wikipedia": "Richard E. Parker", "wikidata": "Q2149386", "google_entity_id": "kg:/m/08k_hd"}, "name": {"first": "Richard", "middle": "Elliott", "last": "Parker"}, "bio": {"birthday": "1783-12-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1836-01-01", "end": "1837-12-31", "state": "VA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000719", "govtrack": 410188, "icpsr": 8779, "wikipedia": "John S. Spence", "house_history": 22026, "wikidata": "Q433362", "google_entity_id": "kg:/m/05rzsz"}, "name": {"first": "John", "middle": "Selby", "last": "Spence"}, "bio": {"birthday": "1788-02-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MD", "district": 8, "party": "Anti-Jacksonian"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MD", "district": 8, "party": "Anti-Jacksonian"}, {"type": "sen", "start": "1836-01-01", "end": "1841-03-03", "state": "MD", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "S000992", "govtrack": 410450, "icpsr": 9012, "wikipedia": "Robert Strange", "wikidata": "Q1728001", "google_entity_id": "kg:/m/02kl51"}, "name": {"first": "Robert", "last": "Strange"}, "bio": {"birthday": "1796-09-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1836-01-01", "end": "1841-03-03", "state": "NC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "V000009", "govtrack": 411074, "icpsr": 9595, "wikipedia": "Martin Van Buren", "wikidata": "Q11820", "google_entity_id": "kg:/m/04_0m"}, "name": {"first": "Martin", "last": "Van Buren"}, "bio": {"birthday": "1782-12-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1821-12-03", "end": "1827-03-03", "state": "NY", "class": 1, "party": "Jackson"}, {"type": "sen", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "class": 1, "party": "Jackson"}]}, {"id": {"bioguide": "A000095", "govtrack": 400753, "icpsr": 83, "wikipedia": "James Alexander Jr.", "house_history": 8390, "wikidata": "Q6128502", "google_entity_id": "kg:/m/0269r6l"}, "name": {"first": "James", "last": "Alexander", "suffix": "Jr."}, "bio": {"birthday": "1789-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 11, "party": "Whig"}]}, {"id": {"bioguide": "A000123", "govtrack": 400779, "icpsr": 106, "house_history": 8432, "wikipedia": "Heman Allen (of Milton)", "wikidata": "Q1604686", "google_entity_id": "kg:/m/02rldzl"}, "name": {"first": "Heman", "last": "Allen", "nickname": "of Milton"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VT", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VT", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VT", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VT", "district": 4, "party": "Whig"}], "bio": {"birthday": "1777-06-14", "gender": "M"}}, {"id": {"bioguide": "A000246", "govtrack": 400879, "icpsr": 196, "wikipedia": "John T. Andrews", "house_history": 8606, "wikidata": "Q6259910", "google_entity_id": "kg:/m/02rksx6"}, "name": {"first": "John", "middle": "Tuttle", "last": "Andrews"}, "bio": {"birthday": "1803-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 27, "party": "Democrat"}]}, {"id": {"bioguide": "B000311", "govtrack": 401303, "icpsr": 580, "wikipedia": "Cyrus Beers", "house_history": 9178, "wikidata": "Q5201072", "google_entity_id": "kg:/m/02rknff"}, "name": {"first": "Cyrus", "last": "Beers"}, "bio": {"birthday": "1786-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "B000437", "govtrack": 401423, "icpsr": 689, "wikipedia": "Bennet Bicknell", "house_history": 9342, "wikidata": "Q4889626", "google_entity_id": "kg:/m/02rkmjk"}, "name": {"first": "Bennet", "last": "Bicknell"}, "bio": {"birthday": "1781-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "B000483", "govtrack": 401464, "icpsr": 728, "wikipedia": "Samuel Birdsall", "house_history": 9402, "wikidata": "Q7410925", "google_entity_id": "kg:/m/02rkw7d"}, "name": {"first": "Samuel", "last": "Birdsall"}, "bio": {"birthday": "1791-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "B000628", "govtrack": 401593, "icpsr": 852, "house_history": 9597, "wikipedia": "Ratliff Boon", "wikidata": "Q181208", "google_entity_id": "kg:/m/05xvr6"}, "name": {"first": "Ratliff", "last": "Boon"}, "bio": {"birthday": "1781-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "IN", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "IN", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "IN", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "IN", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "IN", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000662", "govtrack": 401624, "icpsr": 879, "wikipedia": "James Bouldin", "house_history": 9641, "wikidata": "Q1680056", "google_entity_id": "kg:/m/03c2_dt"}, "name": {"first": "James", "middle": "Wood", "last": "Bouldin"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000859", "govtrack": 401816, "icpsr": 1059, "wikipedia": "John C. Brodhead", "house_history": 9889, "wikidata": "Q1156296", "google_entity_id": "kg:/m/02rks2f"}, "name": {"first": "John", "middle": "Curtis", "last": "Brodhead"}, "bio": {"birthday": "1780-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000869", "govtrack": 401826, "icpsr": 1067, "wikipedia": "Isaac H. Bronson", "house_history": 9902, "wikidata": "Q3952749", "google_entity_id": "kg:/m/02rkqxr"}, "name": {"first": "Isaac", "middle": "Hopkins", "last": "Bronson"}, "bio": {"birthday": "1802-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "B000984", "govtrack": 401936, "icpsr": 1169, "wikipedia": "Andrew DeWitt Bruyn", "house_history": 10048, "wikidata": "Q4756784", "google_entity_id": "kg:/m/02rkm67"}, "name": {"first": "Andrew", "middle": "DeWitt", "last": "Bruyn"}, "bio": {"birthday": "1790-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "B001000", "govtrack": 401950, "icpsr": 1182, "wikipedia": "Andrew Buchanan (American politician)", "house_history": 10067, "wikidata": "Q13219566", "google_entity_id": "kg:/m/0277fk5"}, "name": {"first": "Andrew", "last": "Buchanan"}, "bio": {"birthday": "1780-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 20, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "C000043", "govtrack": 402204, "icpsr": 1417, "wikipedia": "John Calhoon", "house_history": 10495, "wikidata": "Q1664334", "google_entity_id": "kg:/m/02r3r2z"}, "name": {"first": "John", "last": "Calhoon"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "KY", "district": 11, "party": "Adams"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "KY", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "KY", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "C000061", "govtrack": 402219, "icpsr": 1431, "wikipedia": "Churchill C. Cambreleng", "house_history": 10519, "wikidata": "Q93794", "google_entity_id": "kg:/m/0271m8h"}, "name": {"first": "Churchill", "middle": "Caldom", "last": "Cambreleng"}, "bio": {"birthday": "1786-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000202", "govtrack": 402348, "icpsr": 1551, "wikipedia": "Timothy J. Carter", "house_history": 10707, "wikidata": "Q690724", "google_entity_id": "kg:/m/02x4wpl"}, "name": {"first": "Timothy", "middle": "Jarvis", "last": "Carter"}, "bio": {"birthday": "1800-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "ME", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000285", "govtrack": 402428, "icpsr": 1630, "wikipedia": "John Chambers (politician)", "house_history": 10811, "wikidata": "Q1699584", "google_entity_id": "kg:/m/03cclfm"}, "name": {"first": "John", "last": "Chambers"}, "bio": {"birthday": "1780-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "KY", "district": 2, "party": "Adams"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "KY", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "KY", "district": 12, "party": "Whig"}]}, {"id": {"bioguide": "C000300", "govtrack": 402442, "icpsr": 1643, "wikipedia": "John Chaney (congressman)", "house_history": 10832, "wikidata": "Q6225694", "google_entity_id": "kg:/m/02rm4qf"}, "name": {"first": "John", "last": "Chaney"}, "bio": {"birthday": "1790-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "C000341", "govtrack": 402481, "icpsr": 1681, "wikipedia": "Richard Cheatham", "house_history": 10879, "wikidata": "Q2149223", "google_entity_id": "kg:/m/0cglqh"}, "name": {"first": "Richard", "last": "Cheatham"}, "bio": {"birthday": "1799-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "TN", "district": 11, "party": "Whig"}]}, {"id": {"bioguide": "C000395", "govtrack": 402534, "icpsr": 1728, "wikipedia": "Jonathan Cilley", "house_history": 10948, "wikidata": "Q1703129", "google_entity_id": "kg:/m/0c9kj7"}, "name": {"first": "Jonathan", "last": "Cilley"}, "bio": {"birthday": "1802-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "ME", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000404", "govtrack": 402543, "icpsr": 1737, "wikipedia": "John Francis Hamtramck Claiborne", "house_history": 10958, "wikidata": "Q1700105", "google_entity_id": "kg:/m/054c64"}, "name": {"first": "John", "middle": "Francis Hamtramck", "last": "Claiborne"}, "bio": {"birthday": "1809-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MS", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MS", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C000481", "govtrack": 402619, "icpsr": 1809, "wikipedia": "Clement Comer Clay", "house_history": 11049, "wikidata": "Q304271", "google_entity_id": "kg:/m/03g31k"}, "name": {"first": "Clement", "middle": "Comer", "last": "Clay"}, "bio": {"birthday": "1789-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "AL", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "AL", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "AL", "district": 1, "party": "Jackson"}, {"type": "sen", "start": "1837-09-04", "end": "1841-12-31", "state": "AL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000513", "govtrack": 402648, "icpsr": 1837, "wikipedia": "Jesse Franklin Cleveland", "house_history": 11088, "wikidata": "Q1373575", "google_entity_id": "kg:/m/0279xvj"}, "name": {"first": "Jesse", "middle": "Franklin", "last": "Cleveland"}, "bio": {"birthday": "1804-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "GA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C000534", "govtrack": 402668, "icpsr": 1856, "wikipedia": "William K. Clowney", "house_history": 11115, "wikidata": "Q2579556", "google_entity_id": "kg:/m/02ry220"}, "name": {"first": "William", "middle": "Kennedy", "last": "Clowney"}, "bio": {"birthday": "1797-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "SC", "district": 7, "party": "Nullifier"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "SC", "district": 7, "party": "Nullifier"}]}, {"id": {"bioguide": "C000587", "govtrack": 402716, "icpsr": 1902, "wikipedia": "Charles D. Coffin", "house_history": 11186, "wikidata": "Q1064021", "google_entity_id": "kg:/m/02rl_49"}, "name": {"first": "Charles", "middle": "Dustin", "last": "Coffin"}, "bio": {"birthday": "1805-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 17, "party": "Whig"}]}, {"id": {"bioguide": "C001021", "govtrack": 403128, "icpsr": 2282, "wikipedia": "Samuel Cushman", "house_history": 11728, "wikidata": "Q1245086", "google_entity_id": "kg:/m/02pk5n3"}, "name": {"first": "Samuel", "last": "Cushman"}, "bio": {"birthday": "1783-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NH", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C001023", "govtrack": 403130, "icpsr": 2284, "wikipedia": "Alfred Cuthbert", "house_history": 11730, "wikidata": "Q2600438", "google_entity_id": "kg:/m/0cr9b9"}, "name": {"first": "Alfred", "last": "Cuthbert"}, "bio": {"birthday": "1785-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "class": 3, "party": "Jackson"}, {"type": "sen", "start": "1837-09-04", "end": "1843-03-03", "state": "GA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000056", "govtrack": 403195, "icpsr": 2340, "wikipedia": "Edward Darlington", "house_history": 11899, "wikidata": "Q5342529", "google_entity_id": "kg:/m/027bmdj"}, "name": {"first": "Edward", "last": "Darlington"}, "bio": {"birthday": "1795-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 4, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 4, "party": "Anti Masonic"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 4, "party": "Anti Masonic"}]}, {"id": {"bioguide": "D000193", "govtrack": 403303, "icpsr": 2466, "wikipedia": "John I. De Graff", "house_history": 12070, "wikidata": "Q2045515", "google_entity_id": "kg:/m/02rlck6"}, "name": {"first": "John", "middle": "Isaac", "last": "De Graff"}, "bio": {"birthday": "1783-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 12, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "D000547", "govtrack": 403655, "icpsr": 2772, "wikipedia": "George Hedford Dunn", "house_history": 12507, "wikidata": "Q1507469", "google_entity_id": "kg:/m/02rkf_5"}, "name": {"first": "George", "middle": "Hedford", "last": "Dunn"}, "bio": {"birthday": "1794-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "IN", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "E000073", "govtrack": 403765, "icpsr": 2867, "wikipedia": "John Edwards (New York politician)", "house_history": 12689, "wikidata": "Q3277164", "google_entity_id": "kg:/m/03c64w3"}, "name": {"first": "John", "last": "Edwards"}, "bio": {"birthday": "1781-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "E000277", "govtrack": 403956, "icpsr": 3038, "wikipedia": "John Ewing (Indiana politician)", "house_history": 12943, "wikidata": "Q1699997", "google_entity_id": "kg:/m/02w533c"}, "name": {"first": "John", "last": "Ewing"}, "bio": {"birthday": "1789-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "IN", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "IN", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "F000033", "govtrack": 403994, "icpsr": 3071, "wikipedia": "James Farrington", "house_history": 13004, "wikidata": "Q1680373", "google_entity_id": "kg:/m/02pkl3_"}, "name": {"first": "James", "last": "Farrington"}, "bio": {"birthday": "1791-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NH", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "F000203", "govtrack": 404158, "icpsr": 3219, "wikipedia": "Richard Fletcher (American politician)", "house_history": 13226, "wikidata": "Q679414", "google_entity_id": "kg:/m/02pnknx"}, "name": {"first": "Richard", "last": "Fletcher"}, "bio": {"birthday": "1788-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000396", "govtrack": 404338, "icpsr": 3383, "wikipedia": "Jacob Fry, Jr.", "house_history": 13469, "wikidata": "Q13219624", "google_entity_id": "kg:/m/0273xkv"}, "name": {"first": "Jacob", "last": "Fry", "suffix": "Jr."}, "bio": {"birthday": "1802-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "G000028", "govtrack": 404404, "icpsr": 3443, "wikipedia": "Albert Gallup", "house_history": 13599, "wikidata": "Q1659364", "google_entity_id": "kg:/m/02rkly9"}, "name": {"first": "Albert", "last": "Gallup"}, "bio": {"birthday": "1796-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "G000149", "govtrack": 404518, "icpsr": 3551, "wikipedia": "Samuel J. Gholson", "house_history": 13749, "wikidata": "Q2218447", "google_entity_id": "kg:/m/02ry1sr"}, "name": {"first": "Samuel", "middle": "Jameson", "last": "Gholson"}, "bio": {"birthday": "1808-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MS", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MS", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "G000230", "govtrack": 404592, "icpsr": 3623, "wikipedia": "Thomas Glascock", "house_history": 13855, "wikidata": "Q2424261", "google_entity_id": "kg:/m/0h6211"}, "name": {"first": "Thomas", "last": "Glascock"}, "bio": {"birthday": "1790-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "GA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "G000361", "govtrack": 404715, "icpsr": 3738, "wikipedia": "William Graham (Indiana politician)", "house_history": 14017, "wikidata": "Q541013", "google_entity_id": "kg:/m/02rl1q2"}, "name": {"first": "William", "last": "Graham"}, "bio": {"birthday": "1782-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "IN", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "G000380", "govtrack": 404731, "icpsr": 3753, "wikipedia": "Abraham P. Grant", "house_history": 14042, "wikidata": "Q3700962", "google_entity_id": "kg:/m/02rklsv"}, "name": {"first": "Abraham", "middle": "Phineas", "last": "Grant"}, "bio": {"birthday": "1804-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "G000385", "govtrack": 404736, "icpsr": 3757, "wikipedia": "Seaton Grantland", "house_history": 14048, "wikidata": "Q118414", "google_entity_id": "kg:/m/0gnc0v"}, "name": {"first": "Seaton", "last": "Grantland"}, "bio": {"birthday": "1782-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "GA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "G000397", "govtrack": 404747, "icpsr": 3766, "wikipedia": "Hiram Gray", "house_history": 14064, "wikidata": "Q5769160", "google_entity_id": "kg:/m/02rkqrl"}, "name": {"first": "Hiram", "last": "Gray"}, "bio": {"birthday": "1801-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "G000451", "govtrack": 404797, "icpsr": 3812, "wikipedia": "George Grennell Jr.", "house_history": 14135, "wikidata": "Q1507439", "google_entity_id": "kg:/m/0c8wlp"}, "name": {"first": "George", "last": "Grennell", "suffix": "Jr."}, "bio": {"birthday": "1786-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MA", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MA", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MA", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "H000040", "govtrack": 404925, "icpsr": 3928, "wikipedia": "Elisha Haley", "house_history": 14337, "wikidata": "Q1330711", "google_entity_id": "kg:/m/02p_tj6"}, "name": {"first": "Elisha", "last": "Haley"}, "bio": {"birthday": "1776-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "CT", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "CT", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000097", "govtrack": 404979, "icpsr": 3978, "wikipedia": "Thomas L. Hamer", "house_history": 14406, "wikidata": "Q7791631", "google_entity_id": "kg:/m/098mzy"}, "name": {"first": "Thomas", "middle": "Lyon", "last": "Hamer"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000210", "govtrack": 405089, "icpsr": 4076, "wikipedia": "James Harlan (congressman)", "house_history": 14546, "wikidata": "Q1485694", "google_entity_id": "kg:/m/02rt37z"}, "name": {"first": "James", "last": "Harlan"}, "bio": {"birthday": "1800-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "KY", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "KY", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "H000220", "govtrack": 405098, "icpsr": 4085, "wikipedia": "Francis Jacob Harper", "house_history": 14560, "wikidata": "Q5481452", "google_entity_id": "kg:/m/026vg96"}, "name": {"first": "Francis", "middle": "Jacob", "last": "Harper"}, "bio": {"birthday": "1800-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000399", "govtrack": 405266, "icpsr": 4238, "wikipedia": "Charles Eaton Haynes", "house_history": 14774, "wikidata": "Q1064238", "google_entity_id": "kg:/m/02792l2"}, "name": {"first": "Charles", "middle": "Eaton", "last": "Haynes"}, "bio": {"birthday": "1784-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "GA", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "GA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "H000536", "govtrack": 405398, "icpsr": 4360, "wikipedia": "William Herod", "house_history": 14949, "wikidata": "Q508152", "google_entity_id": "kg:/m/02rklcf"}, "name": {"first": "William", "last": "Herod"}, "bio": {"birthday": "1801-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "IN", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "IN", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "H000744", "govtrack": 405595, "icpsr": 4541, "wikipedia": "Hopkins Holsey", "house_history": 15203, "wikidata": "Q1627666", "google_entity_id": "kg:/m/0279y03"}, "name": {"first": "Hopkins", "last": "Holsey"}, "bio": {"birthday": "1779-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "GA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "H000748", "govtrack": 405599, "icpsr": 4544, "wikipedia": "Orrin Holt", "house_history": 15208, "wikidata": "Q1697032", "google_entity_id": "kg:/m/0flmmv"}, "name": {"first": "Orrin", "last": "Holt"}, "bio": {"birthday": "1792-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "CT", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "CT", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000835", "govtrack": 405682, "icpsr": 4623, "wikipedia": "Benjamin Chew Howard", "house_history": 15315, "wikidata": "Q593370", "google_entity_id": "kg:/m/03vc80"}, "name": {"first": "Benjamin", "middle": "Chew", "last": "Howard"}, "bio": {"birthday": "1791-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MD", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MD", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MD", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000899", "govtrack": 405745, "icpsr": 4682, "wikipedia": "Edward Burd Hubley", "house_history": 15395, "wikidata": "Q5342076", "google_entity_id": "kg:/m/0276yd4"}, "name": {"first": "Edward", "middle": "Burd", "last": "Hubley"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000993", "govtrack": 412055, "icpsr": 4764, "wikipedia": "William H. Hunter", "house_history": 15505, "wikidata": "Q8010455", "google_entity_id": "kg:/m/02rm3m0"}, "name": {"first": "William", "middle": "H.", "last": "Hunter"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "I000021", "govtrack": 405883, "icpsr": 4810, "wikipedia": "Samuel Ingham", "house_history": 15640, "wikidata": "Q2218411", "google_entity_id": "kg:/m/02_gd8"}, "name": {"first": "Samuel", "last": "Ingham"}, "bio": {"birthday": "1793-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "CT", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "CT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "J000015", "govtrack": 405922, "icpsr": 4853, "wikipedia": "Jabez Young Jackson", "house_history": 15711, "wikidata": "Q1416900", "google_entity_id": "kg:/m/0264q6k"}, "name": {"first": "Jabez", "middle": "Young", "last": "Jackson"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "GA", "district": -1, "party": "Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "K000174", "govtrack": 406337, "icpsr": 5238, "wikipedia": "Daniel Kilgore (politician)", "house_history": 16295, "wikidata": "Q1161348", "google_entity_id": "kg:/m/02rl_c5"}, "name": {"first": "Daniel", "last": "Kilgore"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 19, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 19, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "K000269", "govtrack": 406427, "icpsr": 5323, "wikipedia": "John Klingensmith, Jr.", "house_history": 16414, "wikidata": "Q6243282", "google_entity_id": "kg:/m/0277flx"}, "name": {"first": "John", "last": "Klingensmith", "suffix": "Jr."}, "bio": {"birthday": "1786-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 19, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "L000129", "govtrack": 406634, "icpsr": 5506, "wikipedia": "Joab Lawler", "house_history": 16758, "wikidata": "Q1431208", "google_entity_id": "kg:/m/02rk1xg"}, "name": {"first": "Joab", "last": "Lawler"}, "bio": {"birthday": "1796-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "AL", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "AL", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "L000220", "govtrack": 406724, "icpsr": 5588, "house_history": 16866, "wikipedia": "Hugh S. Legar\u00e9", "wikidata": "Q1374183", "google_entity_id": "kg:/m/0398l_"}, "name": {"first": "Hugh", "middle": "Swinton", "last": "Legar\u00e9"}, "bio": {"birthday": "1797-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "SC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000338", "govtrack": 406831, "icpsr": 5689, "wikipedia": "Lewis F. Linn", "wikidata": "Q1822096", "google_entity_id": "kg:/m/03lzzf"}, "name": {"first": "Lewis", "middle": "Fields", "last": "Linn"}, "bio": {"birthday": "1796-11-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1833-12-02", "end": "1837-03-03", "state": "MO", "class": 3, "party": "Jackson"}, {"type": "sen", "start": "1837-09-04", "end": "1843-03-03", "state": "MO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000402", "govtrack": 406893, "icpsr": 5745, "wikipedia": "Henry Logan (politician)", "house_history": 17092, "wikidata": "Q5725032", "google_entity_id": "kg:/m/064rc3z"}, "name": {"first": "Henry", "last": "Logan"}, "bio": {"birthday": "1784-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "L000436", "govtrack": 406927, "icpsr": 5773, "wikipedia": "Andrew W. Loomis", "house_history": 17136, "wikidata": "Q508373", "google_entity_id": "kg:/m/02rlzwc"}, "name": {"first": "Andrew", "middle": "Williams", "last": "Loomis"}, "bio": {"birthday": "1797-06-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 17, "party": "Whig"}]}, {"id": {"bioguide": "L000437", "govtrack": 406928, "icpsr": 5774, "wikipedia": "Arphaxed Loomis", "house_history": 17137, "wikidata": "Q3388833", "google_entity_id": "kg:/m/02rkmc1"}, "name": {"first": "Arphaxed", "last": "Loomis"}, "bio": {"birthday": "1798-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "L000512", "govtrack": 406998, "icpsr": 5837, "wikipedia": "Wilson Lumpkin", "house_history": 17231, "wikidata": "Q357721", "google_entity_id": "kg:/m/0bj0hq"}, "name": {"first": "Wilson", "last": "Lumpkin"}, "bio": {"birthday": "1783-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "GA", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "sen", "start": "1837-09-04", "end": "1841-03-03", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000542", "govtrack": 407026, "icpsr": 5864, "house_history": 17269, "wikipedia": "Francis Strother Lyon", "wikidata": "Q1441740", "google_entity_id": "kg:/m/0gjs0f"}, "name": {"first": "Francis", "middle": "Strother", "last": "Lyon"}, "bio": {"birthday": "1800-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "AL", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "AL", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "M000192", "govtrack": 407213, "icpsr": 6034, "house_history": 17560, "wikipedia": "Joshua L. Martin", "wikidata": "Q880260", "google_entity_id": "kg:/m/03g2_3"}, "name": {"first": "Joshua", "middle": "Lanier", "last": "Martin"}, "bio": {"birthday": "1799-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "AL", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "AL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000262", "govtrack": 407280, "icpsr": 6091, "house_history": 17646, "wikipedia": "Abram Poindexter Maury", "wikidata": "Q331072", "google_entity_id": "kg:/m/0cglns"}, "name": {"first": "Abram", "middle": "Poindexter", "last": "Maury"}, "bio": {"birthday": "1801-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "TN", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "TN", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "M000277", "govtrack": 412164, "icpsr": 6105, "wikipedia": "William L. May", "house_history": 17665, "wikidata": "Q1561630", "google_entity_id": "kg:/m/02rkdjs"}, "name": {"first": "William", "middle": "L.", "last": "May"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "IL", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "IL", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "IL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000516", "govtrack": 407510, "icpsr": 6307, "wikipedia": "Isaac McKim", "house_history": 17971, "wikidata": "Q1673420", "google_entity_id": "kg:/m/02rhhtd"}, "name": {"first": "Isaac", "last": "McKim"}, "bio": {"birthday": "1775-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MD", "district": 5, "party": "Jacksonian"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MD", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MD", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000519", "govtrack": 407513, "icpsr": 6310, "house_history": 17975, "wikipedia": "John McKinley", "wikidata": "Q926834", "google_entity_id": "kg:/m/03gcc1"}, "name": {"first": "John", "last": "McKinley"}, "bio": {"birthday": "1780-05-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1826-01-01", "end": "1831-03-03", "state": "AL", "class": 3, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "AL", "district": 2, "party": "Jackson"}, {"type": "sen", "start": "1837-09-04", "end": "1837-12-31", "state": "AL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000638", "govtrack": 407625, "icpsr": 6412, "wikipedia": "Richard Menefee", "house_history": 18122, "wikidata": "Q2150206", "google_entity_id": "kg:/m/02rjycc"}, "name": {"first": "Richard", "middle": "Hickman", "last": "Menefee"}, "bio": {"birthday": "1809-12-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "KY", "district": 11, "party": "Whig"}]}, {"id": {"bioguide": "M000767", "govtrack": 407745, "icpsr": 6521, "house_history": 18289, "wikipedia": "John J. Milligan", "wikidata": "Q1645624", "google_entity_id": "kg:/m/0ds44q"}, "name": {"first": "John", "middle": "Jones", "last": "Milligan"}, "bio": {"birthday": "1795-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "DE", "district": 0, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "DE", "district": 0, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "DE", "district": 0, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "DE", "district": 0, "party": "Whig"}]}, {"id": {"bioguide": "M000897", "govtrack": 407869, "icpsr": 6631, "wikipedia": "Ely Moore", "house_history": 18461, "wikidata": "Q390803", "google_entity_id": "kg:/m/0b2k6j"}, "name": {"first": "Ely", "last": "Moore"}, "bio": {"birthday": "1798-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000960", "govtrack": 407928, "icpsr": 6687, "wikipedia": "William S. Morgan", "house_history": 18534, "wikidata": "Q82481", "google_entity_id": "kg:/m/03c2_l2"}, "name": {"first": "William", "middle": "Stephen", "last": "Morgan"}, "bio": {"birthday": "1801-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 21, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "M000984", "govtrack": 407952, "icpsr": 6711, "wikipedia": "Mathias Morris", "house_history": 18560, "wikidata": "Q6787134", "google_entity_id": "kg:/m/026ybwm"}, "name": {"first": "Mathias", "last": "Morris"}, "bio": {"birthday": "1787-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "M001050", "govtrack": 408017, "icpsr": 6770, "wikipedia": "Alexandre Mouton", "wikidata": "Q133830", "google_entity_id": "kg:/m/0d3g9m"}, "name": {"first": "Alexander", "last": "Mouton"}, "bio": {"birthday": "1804-11-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1837-09-04", "end": "1843-03-03", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M001065", "govtrack": 408031, "icpsr": 6783, "house_history": 18659, "wikipedia": "Henry A. P. Muhlenberg", "wikidata": "Q5717012", "google_entity_id": "kg:/m/04926n"}, "name": {"first": "Henry", "middle": "Augustus Philip", "last": "Muhlenberg"}, "bio": {"birthday": "1782-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M001110", "govtrack": 408074, "icpsr": 6822, "wikipedia": "John L. Murray (representative)", "house_history": 18713, "wikidata": "Q1700761", "google_entity_id": "kg:/m/02rt30q"}, "name": {"first": "John", "middle": "L.", "last": "Murray"}, "bio": {"birthday": "1806-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "KY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "N000120", "govtrack": 408204, "icpsr": 6943, "wikipedia": "William H. Noble", "house_history": 18980, "wikidata": "Q8010533", "google_entity_id": "kg:/m/02rky3m"}, "name": {"first": "William", "middle": "Henry", "last": "Noble"}, "bio": {"birthday": "1788-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "N000158", "govtrack": 408240, "icpsr": 6977, "wikipedia": "John Norvell", "wikidata": "Q266798", "google_entity_id": "kg:/m/02vyxz"}, "name": {"first": "John", "last": "Norvell"}, "bio": {"birthday": "1789-12-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1837-09-04", "end": "1841-03-03", "state": "MI", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "N000165", "govtrack": 408246, "icpsr": 6982, "wikipedia": "Joseph C. Noyes", "house_history": 19038, "wikidata": "Q938419", "google_entity_id": "kg:/m/02x5kl_"}, "name": {"first": "Joseph", "middle": "Cobham", "last": "Noyes"}, "bio": {"birthday": "1798-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "ME", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "O000157", "govtrack": 408408, "icpsr": 7136, "wikipedia": "George Welshman Owens", "house_history": 19259, "wikidata": "Q1508579", "google_entity_id": "kg:/m/0279xqd"}, "name": {"first": "George", "middle": "Welshman", "last": "Owens"}, "bio": {"birthday": "1786-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "GA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "P000041", "govtrack": 408451, "icpsr": 7178, "house_history": 19329, "wikipedia": "John Palmer (1785\u20131840)", "wikidata": "Q2272058"}, "name": {"first": "John", "last": "Palmer"}, "bio": {"birthday": "1785-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NY", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "P000054", "govtrack": 408464, "icpsr": 7188, "wikipedia": "Amasa J. Parker", "house_history": 19343, "wikidata": "Q455345", "google_entity_id": "kg:/m/02rkm2t"}, "name": {"first": "Amasa", "middle": "Junius", "last": "Parker"}, "bio": {"birthday": "1807-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "P000133", "govtrack": 408539, "icpsr": 7257, "house_history": 19441, "wikipedia": "William Patterson (New York)", "wikidata": "Q8016645", "google_entity_id": "kg:/m/026mvd5"}, "name": {"first": "William", "last": "Patterson"}, "bio": {"birthday": "1789-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 29, "party": "Whig"}]}, {"id": {"bioguide": "P000140", "govtrack": 408546, "icpsr": 7265, "wikipedia": "John M. Patton", "house_history": 19448, "wikidata": "Q889488", "google_entity_id": "kg:/m/027__83"}, "name": {"first": "John", "middle": "Mercer", "last": "Patton"}, "bio": {"birthday": "1797-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 13, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 13, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "P000297", "govtrack": 408697, "icpsr": 7402, "wikipedia": "Lancelot Phelps", "house_history": 19643, "wikidata": "Q1801814", "google_entity_id": "kg:/m/02p_vwx"}, "name": {"first": "Lancelot", "last": "Phelps"}, "bio": {"birthday": "1784-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "CT", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "CT", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "P000312", "govtrack": 408711, "icpsr": 7417, "house_history": 19660, "wikipedia": "Stephen C. Phillips", "wikidata": "Q2344588", "google_entity_id": "kg:/m/02rmbdn"}, "name": {"first": "Stephen", "middle": "Clarendon", "last": "Phillips"}, "bio": {"birthday": "1801-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "P000472", "govtrack": 412175, "icpsr": 7562, "wikipedia": "David Potts Jr.", "house_history": 19863, "wikidata": "Q5238673", "google_entity_id": "kg:/m/026vgc8"}, "name": {"first": "David,", "middle": "Jr.", "last": "Potts"}, "bio": {"birthday": "1794-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 4, "party": "Anti Masonic"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 4, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 4, "party": "Anti Masonic"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 4, "party": "Anti Masonic"}]}, {"id": {"bioguide": "P000510", "govtrack": 408895, "icpsr": 7600, "wikipedia": "Samuel Prentiss", "wikidata": "Q2218781", "google_entity_id": "kg:/m/0cy29j"}, "name": {"first": "Samuel", "last": "Prentiss"}, "bio": {"birthday": "1782-03-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1831-12-05", "end": "1837-03-03", "state": "VT", "class": 3, "party": "Anti-Jacksonian"}, {"type": "sen", "start": "1837-09-04", "end": "1843-03-03", "state": "VT", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "P000511", "govtrack": 408896, "icpsr": 7601, "wikipedia": "Seargent Smith Prentiss", "house_history": 19911, "wikidata": "Q2262312", "google_entity_id": "kg:/m/06r22r"}, "name": {"first": "Seargent", "middle": "Smith", "last": "Prentiss"}, "bio": {"birthday": "1808-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MS", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "P000519", "govtrack": 408904, "icpsr": 7608, "wikipedia": "William C. Preston", "wikidata": "Q1589403", "google_entity_id": "kg:/m/07pjvd"}, "name": {"first": "William", "middle": "Campbell", "last": "Preston"}, "bio": {"birthday": "1794-12-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1833-12-02", "end": "1837-03-03", "state": "SC", "class": 3, "party": "Nullifier"}, {"type": "sen", "start": "1837-09-04", "end": "1843-03-03", "state": "SC", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "R000158", "govtrack": 409135, "icpsr": 7819, "wikipedia": "Luther Reily", "house_history": 20280, "wikidata": "Q6705626", "google_entity_id": "kg:/m/0277h3c"}, "name": {"first": "Luther", "last": "Reily"}, "bio": {"birthday": "1794-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "R000224", "govtrack": 409200, "icpsr": 7879, "house_history": 20360, "wikipedia": "John Peter Richardson II", "wikidata": "Q885883", "google_entity_id": "kg:/m/0263fgc"}, "name": {"first": "John", "middle": "Peter", "last": "Richardson"}, "bio": {"birthday": "1801-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "SC", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "SC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "R000293", "govtrack": 409266, "icpsr": 7937, "wikipedia": "William H. Roane", "house_history": 20448, "wikidata": "Q2579089", "google_entity_id": "kg:/m/08k_sp"}, "name": {"first": "William", "middle": "Henry", "last": "Roane"}, "bio": {"birthday": "1787-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 12, "party": "Republican"}, {"type": "sen", "start": "1837-09-04", "end": "1841-03-03", "state": "VA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000323", "govtrack": 409294, "icpsr": 7963, "wikipedia": "John Robertson (congressman)", "house_history": 20485, "wikidata": "Q1339917", "google_entity_id": "kg:/m/03227q"}, "name": {"first": "John", "last": "Robertson"}, "bio": {"birthday": "1787-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 11, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 11, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 11, "party": "Whig"}]}, {"id": {"bioguide": "R000334", "govtrack": 409305, "icpsr": 7974, "wikipedia": "Edward Robinson (Maine politician)", "house_history": 20497, "wikidata": "Q1293357", "google_entity_id": "kg:/m/02w__16"}, "name": {"first": "Edward", "last": "Robinson"}, "bio": {"birthday": "1796-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "ME", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "R000507", "govtrack": 409466, "icpsr": 8114, "wikipedia": "Edward Rumsey", "house_history": 20711, "wikidata": "Q1293378", "google_entity_id": "kg:/m/02qlx1c"}, "name": {"first": "Edward", "last": "Rumsey"}, "bio": {"birthday": "1796-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "KY", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "S000093", "govtrack": 409605, "icpsr": 8241, "house_history": 21248, "wikipedia": "Samuel Tredwell Sawyer", "wikidata": "Q2218908", "google_entity_id": "kg:/m/0bmg1n"}, "name": {"first": "Samuel", "middle": "Tredwell", "last": "Sawyer"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NC", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "S000316", "govtrack": 409814, "icpsr": 8427, "wikipedia": "Daniel Sheffer", "house_history": 21528, "wikidata": "Q5218750", "google_entity_id": "kg:/m/0280ynm"}, "name": {"first": "Daniel", "last": "Sheffer"}, "bio": {"birthday": "1783-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "S000333", "govtrack": 409830, "icpsr": 8442, "wikipedia": "Matthias Shepler", "house_history": 21551, "wikidata": "Q1910321", "google_entity_id": "kg:/m/02rm2h8"}, "name": {"first": "Matthias", "last": "Shepler"}, "bio": {"birthday": "1790-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "S000360", "govtrack": 409856, "icpsr": 8468, "wikipedia": "Ebenezer J. Shields", "house_history": 21584, "wikidata": "Q1278655", "google_entity_id": "kg:/m/0cglp3"}, "name": {"first": "Ebenezer", "middle": "J.", "last": "Shields"}, "bio": {"birthday": "1778-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "TN", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "TN", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "S000399", "govtrack": 409893, "icpsr": 8501, "wikipedia": "Mark H. Sibley", "house_history": 21634, "wikidata": "Q6767866", "google_entity_id": "kg:/m/02rktp5"}, "name": {"first": "Mark", "middle": "Hopkins", "last": "Sibley"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 26, "party": "Whig"}]}, {"id": {"bioguide": "S000531", "govtrack": 410014, "icpsr": 8614, "wikipedia": "Francis Ormand Jonathan Smith", "house_history": 21796, "wikidata": "Q1441675", "google_entity_id": "kg:/m/02wyx4f"}, "name": {"first": "Francis", "middle": "Ormand Jonathan", "last": "Smith"}, "bio": {"birthday": "1806-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "ME", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "ME", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "ME", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000599", "govtrack": 410077, "icpsr": 8674, "wikipedia": "Oliver H. Smith", "house_history": 21876, "wikidata": "Q1420076", "google_entity_id": "kg:/m/0cynd4"}, "name": {"first": "Oliver", "middle": "Hampton", "last": "Smith"}, "bio": {"gender": "M", "birthday": "1794-10-23"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "IN", "district": 3, "party": "Jackson"}, {"type": "sen", "start": "1837-09-04", "end": "1843-03-03", "state": "IN", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "S000600", "govtrack": 410078, "icpsr": 8675, "wikipedia": "Perry Smith (politician)", "wikidata": "Q2071802", "google_entity_id": "kg:/m/027bxpv"}, "name": {"first": "Perry", "last": "Smith"}, "bio": {"birthday": "1783-05-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1837-09-04", "end": "1843-03-03", "state": "CT", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000664", "govtrack": 410137, "icpsr": 8731, "wikipedia": "Adam W. Snyder", "house_history": 21956, "wikidata": "Q4120846", "google_entity_id": "kg:/m/02rk8sg"}, "name": {"first": "Adam", "middle": "Wilson", "last": "Snyder"}, "bio": {"birthday": "1799-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "IL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000690", "govtrack": 410161, "icpsr": 8753, "wikipedia": "William Wright Southgate", "house_history": 21990, "wikidata": "Q2581122", "google_entity_id": "kg:/m/0fcm42"}, "name": {"first": "William", "middle": "Wright", "last": "Southgate"}, "bio": {"birthday": "1800-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "KY", "district": 13, "party": "Whig"}]}, {"id": {"bioguide": "S000725", "govtrack": 410194, "icpsr": 8785, "wikipedia": "James B. Spencer", "house_history": 22032, "wikidata": "Q2688686", "google_entity_id": "kg:/m/02rkr3m"}, "name": {"first": "James", "middle": "Bradley", "last": "Spencer"}, "bio": {"birthday": "1781-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "S000789", "govtrack": 410255, "icpsr": 8832, "wikipedia": "James Israel Standifer", "house_history": 22115, "wikidata": "Q1680606", "google_entity_id": "kg:/m/0cgldg"}, "name": {"first": "James", "middle": "Israel", "last": "Standifer"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "TN", "district": 3, "party": "Jacksonian"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "TN", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "TN", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "TN", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "TN", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "TN", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "S000965", "govtrack": 410424, "icpsr": 8986, "wikipedia": "William Stone (Tennessee)", "house_history": 22333, "wikidata": "Q2580666", "google_entity_id": "kg:/m/02rldxw"}, "name": {"first": "William", "last": "Stone"}, "bio": {"birthday": "1791-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "TN", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "S001032", "govtrack": 410488, "icpsr": 9051, "wikipedia": "Archibald Stuart", "house_history": 22413, "wikidata": "Q194749", "google_entity_id": "kg:/m/027tcpz"}, "name": {"first": "Archibald", "last": "Stuart"}, "bio": {"birthday": "1795-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "T000103", "govtrack": 410686, "icpsr": 9234, "wikipedia": "William Taylor (New York)", "house_history": 22760, "wikidata": "Q8019203", "google_entity_id": "kg:/m/02rqbtt"}, "name": {"first": "William", "last": "Taylor"}, "bio": {"birthday": "1791-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 23, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 23, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "T000288", "govtrack": 410861, "icpsr": 9400, "wikipedia": "Obadiah Titus", "house_history": 22981, "wikidata": "Q759227", "google_entity_id": "kg:/m/02rkv38"}, "name": {"first": "Obadiah", "last": "Titus"}, "bio": {"birthday": "1789-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "V000002", "govtrack": 411061, "icpsr": 9583, "wikipedia": "Henry Vail", "house_history": 20881, "wikidata": "Q1530466", "google_entity_id": "kg:/m/02rkqnv"}, "name": {"first": "Henry", "last": "Vail"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "V000030", "govtrack": 411123, "icpsr": 9606, "wikipedia": "Abraham Vanderveer", "house_history": 20914, "wikidata": "Q194717", "google_entity_id": "kg:/m/02rkltw"}, "name": {"first": "Abraham", "last": "Vanderveer"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000241", "govtrack": 411409, "icpsr": 9906, "wikipedia": "Taylor Webster", "house_history": 23505, "wikidata": "Q2397922", "google_entity_id": "kg:/m/02rm33k"}, "name": {"first": "Taylor", "last": "Webster"}, "bio": {"birthday": "1800-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000247", "govtrack": 411415, "icpsr": 9912, "wikipedia": "Joseph Weeks", "house_history": 23513, "wikidata": "Q1708213", "google_entity_id": "kg:/m/028517t"}, "name": {"first": "Joseph", "last": "Weeks"}, "bio": {"birthday": "1773-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NH", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "W000431", "govtrack": 411590, "icpsr": 10078, "wikipedia": "Elisha Whittlesey", "house_history": 23727, "wikidata": "Q5361825", "google_entity_id": "kg:/m/02rl_pw"}, "name": {"first": "Elisha", "last": "Whittlesey"}, "bio": {"birthday": "1783-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "OH", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "OH", "district": 13, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": 13, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "OH", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "OH", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 16, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 16, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 16, "party": "Whig"}]}, {"id": {"bioguide": "W000433", "govtrack": 411592, "icpsr": 10080, "wikipedia": "Thomas T. Whittlesey", "house_history": 23729, "wikidata": "Q2427570", "google_entity_id": "kg:/m/02rk08x"}, "name": {"first": "Thomas", "middle": "Tucker", "last": "Whittlesey"}, "bio": {"birthday": "1798-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "CT", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "CT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000742", "govtrack": 412122, "icpsr": 10371, "wikipedia": "Thomas J. Word", "house_history": 24103, "wikidata": "Q747450", "google_entity_id": "kg:/m/02rtm_j"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Word"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MS", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "Y000050", "govtrack": 411982, "icpsr": 10453, "wikipedia": "Richard M. Young", "wikidata": "Q443156", "google_entity_id": "kg:/m/0854j3"}, "name": {"first": "Richard", "middle": "Montgomery", "last": "Young"}, "bio": {"birthday": "1798-02-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1837-09-04", "end": "1843-03-03", "state": "IL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000654", "govtrack": 407640, "icpsr": 6427, "wikipedia": "William Duhurst Merrick", "wikidata": "Q382658", "google_entity_id": "kg:/m/05rg4y"}, "name": {"first": "William", "middle": "Duhurst", "last": "Merrick"}, "bio": {"birthday": "1793-10-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1838-01-01", "end": "1845-03-03", "state": "MD", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "T000380", "govtrack": 410949, "icpsr": 9480, "wikipedia": "James F. Trotter", "wikidata": "Q1680371", "google_entity_id": "kg:/m/0cytr6"}, "name": {"first": "James", "middle": "Fisher", "last": "Trotter"}, "bio": {"birthday": "1802-11-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1838-01-01", "end": "1839-03-03", "state": "MS", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000539", "govtrack": 411695, "icpsr": 10181, "wikipedia": "Thomas Hickman Williams", "wikidata": "Q4355159", "google_entity_id": "kg:/m/0cytzg"}, "name": {"first": "Thomas", "middle": "Hickman", "last": "Williams"}, "bio": {"birthday": "1801-01-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1838-01-01", "end": "1839-03-03", "state": "MS", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000135", "govtrack": 400791, "icpsr": 118, "wikipedia": "John W. Allen", "house_history": 8448, "wikidata": "Q6262095", "google_entity_id": "kg:/m/0g2yr4"}, "name": {"first": "John", "middle": "William", "last": "Allen"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 15, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 15, "party": "Whig"}]}, {"id": {"bioguide": "A000137", "govtrack": 400793, "icpsr": 120, "wikipedia": "Judson Allen", "house_history": 8450, "wikidata": "Q1711136", "google_entity_id": "kg:/m/0fq7c_"}, "name": {"first": "Judson", "last": "Allen"}, "bio": {"birthday": "1797-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "A000168", "govtrack": 400823, "icpsr": 149, "wikipedia": "James C. Alvord", "house_history": 8488, "wikidata": "Q1680093", "google_entity_id": "kg:/m/02rhj4r"}, "name": {"first": "James", "middle": "Church", "last": "Alvord"}, "bio": {"birthday": "1808-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MA", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "A000190", "govtrack": 400845, "icpsr": 168, "wikipedia": "Hugh J. Anderson", "house_history": 8520, "wikidata": "Q167233", "google_entity_id": "kg:/m/0265tw4"}, "name": {"first": "Hugh", "middle": "Johnston", "last": "Anderson"}, "bio": {"birthday": "1801-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "ME", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "ME", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "A000232", "govtrack": 400859, "icpsr": 181, "wikipedia": "Simeon H. Anderson", "house_history": 8588, "wikidata": "Q1668959", "google_entity_id": "kg:/m/02qg02f"}, "name": {"first": "Simeon", "middle": "H.", "last": "Anderson"}, "bio": {"birthday": "1802-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "KY", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "B000284", "govtrack": 401278, "icpsr": 556, "wikipedia": "William Beatty (Pennsylvania)", "house_history": 9143, "wikidata": "Q8005274", "google_entity_id": "kg:/m/0277ffd"}, "name": {"first": "William", "last": "Beatty"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "B000319", "govtrack": 401311, "icpsr": 586, "house_history": 9189, "wikipedia": "Andrew Beirne", "wikidata": "Q503688", "google_entity_id": "kg:/m/0krr7x"}, "name": {"first": "Andrew", "last": "Beirne"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "B000428", "govtrack": 401414, "icpsr": 682, "wikipedia": "Thaddeus Betts", "wikidata": "Q2408308", "google_entity_id": "kg:/m/0bh5b8"}, "name": {"first": "Thaddeus", "last": "Betts"}, "bio": {"birthday": "1789-02-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1839-12-02", "end": "1841-03-03", "state": "CT", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "B000443", "govtrack": 401429, "icpsr": 695, "wikipedia": "Richard Biddle", "house_history": 9348, "wikidata": "Q7324158", "google_entity_id": "kg:/m/01r1tc"}, "name": {"first": "Richard", "last": "Biddle"}, "bio": {"birthday": "1796-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 22, "party": "Anti Masonic"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 22, "party": "Anti Masonic"}]}, {"id": {"bioguide": "B000613", "govtrack": 401580, "icpsr": 842, "wikipedia": "William K. Bond", "house_history": 9573, "wikidata": "Q8013818", "google_entity_id": "kg:/m/02rm3pf"}, "name": {"first": "William", "middle": "Key", "last": "Bond"}, "bio": {"birthday": "1792-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "B000732", "govtrack": 401692, "icpsr": 944, "wikipedia": "Henry Marie Brackenridge", "house_history": 9730, "wikidata": "Q3132938", "google_entity_id": "kg:/m/0924y5"}, "name": {"first": "Henry", "middle": "Marie", "last": "Brackenridge"}, "bio": {"birthday": "1786-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 22, "party": "Whig"}]}, {"id": {"bioguide": "B000901", "govtrack": 401858, "icpsr": 1096, "wikipedia": "Anson Brown", "house_history": 9946, "wikidata": "Q2115435", "google_entity_id": "kg:/m/02rkm89"}, "name": {"first": "Anson", "last": "Brown"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 11, "party": "Whig"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "B001204", "govtrack": 402145, "icpsr": 1362, "house_history": 10323, "wikipedia": "Jesse Atherton Bynum", "wikidata": "Q1688135", "google_entity_id": "kg:/m/0b7n3c"}, "name": {"first": "Jesse", "middle": "Atherton", "last": "Bynum"}, "bio": {"birthday": "1797-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NC", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NC", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000177", "govtrack": 402324, "icpsr": 1529, "wikipedia": "John Carr (Indiana politician)", "house_history": 10674, "wikidata": "Q1699555", "google_entity_id": "kg:/m/02rl1b1"}, "name": {"first": "John", "last": "Carr"}, "bio": {"birthday": "1793-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "IN", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "IN", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "IN", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000188", "govtrack": 402335, "icpsr": 1539, "wikipedia": "James Carroll (Maryland politician)", "house_history": 10688, "wikidata": "Q1674104", "google_entity_id": "kg:/m/0bw49l"}, "name": {"first": "James", "last": "Carroll"}, "bio": {"birthday": "1791-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000204", "govtrack": 402350, "icpsr": 1553, "wikipedia": "William Blount Carter", "house_history": 10709, "wikidata": "Q526105", "google_entity_id": "kg:/m/0cglnf"}, "name": {"first": "William", "middle": "Blount", "last": "Carter"}, "bio": {"gender": "M", "birthday": "1792-10-22"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "TN", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "TN", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "TN", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "C000318", "govtrack": 402460, "house_history": 10853, "wikipedia": "William W. Chapman", "wikidata": "Q1415304", "google_entity_id": "kg:/m/02z4p8r"}, "name": {"first": "William", "middle": "Williams", "last": "Chapman"}, "bio": {"birthday": "1808-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "IA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "IA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C000363", "govtrack": 402502, "icpsr": 1700, "house_history": 10908, "wikipedia": "Thomas Withers Chinn", "wikidata": "Q1531583", "google_entity_id": "kg:/m/0ddqqm"}, "name": {"first": "Thomas", "middle": "Withers", "last": "Chinn"}, "bio": {"birthday": "1791-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "LA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "C000700", "govtrack": 402825, "icpsr": 2002, "house_history": 11331, "wikipedia": "Henry William Connor", "wikidata": "Q1607416", "google_entity_id": "kg:/m/0b6clj"}, "name": {"first": "Henry", "middle": "William", "last": "Connor"}, "bio": {"birthday": "1793-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NC", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NC", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NC", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NC", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NC", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NC", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NC", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NC", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000766", "govtrack": 402886, "icpsr": 2060, "wikipedia": "William Raworth Cooper", "house_history": 11414, "wikidata": "Q574627", "google_entity_id": "kg:/m/02z9z9l"}, "name": {"first": "William", "middle": "Raworth", "last": "Cooper"}, "bio": {"birthday": "1793-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NJ", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C000847", "govtrack": 402963, "icpsr": 2124, "wikipedia": "George Whitfield Crabb", "house_history": 11516, "wikidata": "Q1508593", "google_entity_id": "kg:/m/02rkz7q"}, "name": {"first": "George", "middle": "Whitfield", "last": "Crabb"}, "bio": {"birthday": "1804-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "AL", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "AL", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "C000859", "govtrack": 402974, "icpsr": 2135, "wikipedia": "Robert Craig (representative)", "house_history": 11531, "wikidata": "Q2156783", "google_entity_id": "kg:/m/03c2_n5"}, "name": {"first": "Robert", "last": "Craig"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 20, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 20, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 17, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "C000882", "govtrack": 402994, "icpsr": 2152, "wikipedia": "Isaac E. Crary", "house_history": 11558, "wikidata": "Q1673382", "google_entity_id": "kg:/m/0551tz"}, "name": {"first": "Isaac", "middle": "Edwin", "last": "Crary"}, "bio": {"birthday": "1804-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MI", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000920", "govtrack": 403032, "icpsr": 2188, "wikipedia": "John Wesley Crockett", "house_history": 11606, "wikidata": "Q1647593", "google_entity_id": "kg:/m/0cglqv"}, "name": {"first": "John", "middle": "Wesley", "last": "Crockett"}, "bio": {"birthday": "1807-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "TN", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "TN", "district": 12, "party": "Whig"}]}, {"id": {"bioguide": "C001009", "govtrack": 403116, "icpsr": 2270, "wikipedia": "Edward Curtis (politician)", "house_history": 11715, "wikidata": "Q211901", "google_entity_id": "kg:/m/04xcfx"}, "name": {"first": "Edward", "last": "Curtis"}, "bio": {"birthday": "1801-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "D000068", "govtrack": 403206, "icpsr": 2350, "wikipedia": "Thomas Davee", "house_history": 11914, "wikidata": "Q680732", "google_entity_id": "kg:/m/02rtdyg"}, "name": {"first": "Thomas", "last": "Davee"}, "bio": {"birthday": "1797-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "ME", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "ME", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "D000088", "govtrack": 403225, "icpsr": 2370, "wikipedia": "Edward Davies (Pennsylvania)", "house_history": 11941, "wikidata": "Q5342536", "google_entity_id": "kg:/m/027bm6p"}, "name": {"first": "Edward", "last": "Davies"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 4, "party": "Anti Masonic"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 4, "party": "Anti Masonic"}]}, {"id": {"bioguide": "D000116", "govtrack": 403251, "icpsr": 2395, "wikipedia": "John Davis (Pennsylvania politician)", "house_history": 11975, "wikidata": "Q13219597", "google_entity_id": "kg:/m/0276yk9"}, "name": {"first": "John", "last": "Davis"}, "bio": {"birthday": "1788-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "D000205", "govtrack": 403310, "icpsr": 2475, "wikipedia": "James De La Montanya", "house_history": 12085, "wikidata": "Q194795", "google_entity_id": "kg:/m/02rlchv"}, "name": {"first": "James", "last": "De La Montanya"}, "bio": {"birthday": "1798-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000244", "govtrack": 403382, "icpsr": 2502, "wikipedia": "John Dennis (1807\u20131859)", "house_history": 12133, "wikidata": "Q287533", "google_entity_id": "kg:/m/026ww0j"}, "name": {"first": "John", "last": "Dennis"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MD", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MD", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "D000309", "govtrack": 403430, "icpsr": 2562, "house_history": 12211, "wikipedia": "Philemon Dickerson", "wikidata": "Q436282", "google_entity_id": "kg:/m/099n0n"}, "name": {"first": "Philemon", "last": "Dickerson"}, "bio": {"birthday": "1788-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NJ", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NJ", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NJ", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "D000376", "govtrack": 403491, "icpsr": 2622, "wikipedia": "Nathan F. Dixon I", "wikidata": "Q1966536", "google_entity_id": "kg:/m/0d1y_3"}, "name": {"first": "Nathan", "middle": "Fellows", "last": "Dixon"}, "bio": {"birthday": "1774-12-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1839-12-02", "end": "1843-03-03", "state": "RI", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "D000398", "govtrack": 403513, "icpsr": 2644, "wikipedia": "Nicholas B. Doe", "house_history": 12326, "wikidata": "Q2115355", "google_entity_id": "kg:/m/02rkt_h"}, "name": {"first": "Nicholas", "middle": "Bartlett", "last": "Doe"}, "bio": {"birthday": "1786-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 11, "party": "Whig"}]}, {"id": {"bioguide": "D000472", "govtrack": 412035, "wikipedia": "Charles Downing", "house_history": 12422, "wikidata": "Q1064151", "google_entity_id": "kg:/m/0b1q2r"}, "name": {"first": "Charles", "last": "Downing"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "FL", "district": -1}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "FL", "district": -1}]}, {"id": {"bioguide": "E000012", "govtrack": 403708, "icpsr": 2818, "wikipedia": "Nehemiah H. Earll", "house_history": 12616, "wikidata": "Q13219100", "google_entity_id": "kg:/m/02rktys"}, "name": {"first": "Nehemiah", "middle": "Hezekiah", "last": "Earll"}, "bio": {"birthday": "1787-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "E000166", "govtrack": 403857, "icpsr": 2954, "wikipedia": "John Ely (representative)", "house_history": 12796, "wikidata": "Q1699968", "google_entity_id": "kg:/m/03c2zc2"}, "name": {"first": "John", "last": "Ely"}, "bio": {"birthday": "1774-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "F000125", "govtrack": 404080, "icpsr": 3148, "wikipedia": "John Fine (politician)", "house_history": 13130, "wikidata": "Q2688681", "google_entity_id": "kg:/m/02rldn8"}, "name": {"first": "John", "last": "Fine"}, "bio": {"birthday": "1794-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "F000144", "govtrack": 404099, "icpsr": 3164, "wikipedia": "Charles Fisher (congressman)", "house_history": 13152, "wikidata": "Q1064360", "google_entity_id": "kg:/m/03c2zfh"}, "name": {"first": "Charles", "last": "Fisher"}, "bio": {"birthday": "1789-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NC", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "F000201", "govtrack": 404156, "icpsr": 3217, "house_history": 13223, "wikipedia": "Isaac Fletcher", "wikidata": "Q1673387", "google_entity_id": "kg:/m/026knfq"}, "name": {"first": "Isaac", "last": "Fletcher"}, "bio": {"birthday": "1784-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VT", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VT", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "G000011", "govtrack": 404388, "icpsr": 3429, "wikipedia": "John Galbraith (Pennsylvania politician)", "house_history": 13579, "wikidata": "Q6234705", "google_entity_id": "kg:/m/026vhgp"}, "name": {"first": "John", "last": "Galbraith"}, "bio": {"birthday": "1794-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 25, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 25, "party": "Jackson"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "G000067", "govtrack": 404440, "icpsr": 3477, "wikipedia": "James Garland (Virginia politician)", "house_history": 13646, "wikidata": "Q1680437", "google_entity_id": "kg:/m/025tlhy"}, "name": {"first": "James", "last": "Garland"}, "bio": {"birthday": "1791-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 12, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 12, "party": "Conservative"}]}, {"id": {"bioguide": "G000070", "govtrack": 412150, "icpsr": 3479, "house_history": 13650, "wikipedia": "Rice Garland", "wikidata": "Q2148815", "google_entity_id": "kg:/m/028557c"}, "name": {"first": "Rice", "last": "Garland"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "LA", "district": 3, "party": "Anti-Jacksonian"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "LA", "district": 3, "party": "Anti-Jacksonian"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "LA", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "LA", "district": 3, "party": "Whig"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "G000392", "govtrack": 404742, "icpsr": 3761, "wikipedia": "William J. Graves", "house_history": 14058, "wikidata": "Q2579441", "google_entity_id": "kg:/m/02rj_my"}, "name": {"first": "William", "middle": "Jordan", "last": "Graves"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "KY", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "KY", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "KY", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "G000462", "govtrack": 404807, "icpsr": 3821, "wikipedia": "John K. Griffin", "house_history": 14147, "wikidata": "Q1700666", "google_entity_id": "kg:/m/02ry1x5"}, "name": {"first": "John", "middle": "King", "last": "Griffin"}, "bio": {"birthday": "1789-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "SC", "district": 9, "party": "Nullifier"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "SC", "district": 9, "party": "Nullifier"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "SC", "district": 9, "party": "Nullifier"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "SC", "district": 9, "party": "Nullifier"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "SC", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "G000479", "govtrack": 404824, "icpsr": 3838, "house_history": 14169, "wikipedia": "Moses H. Grinnell", "wikidata": "Q328119", "google_entity_id": "kg:/m/0h2j4k"}, "name": {"first": "Moses", "middle": "Hicks", "last": "Grinnell"}, "bio": {"birthday": "1803-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "G000509", "govtrack": 404854, "icpsr": 3865, "wikipedia": "Felix Grundy", "house_history": 14205, "wikidata": "Q1375704", "google_entity_id": "kg:/m/036j20"}, "name": {"first": "Felix", "last": "Grundy"}, "bio": {"birthday": "1777-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "TN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "TN", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1829-12-07", "end": "1833-03-03", "state": "TN", "class": 1, "party": "Jackson"}, {"type": "sen", "start": "1833-12-02", "end": "1839-03-03", "state": "TN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1839-12-02", "end": "1841-03-03", "state": "TN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000132", "govtrack": 405014, "icpsr": 4011, "wikipedia": "Robert Hanna Hammond", "house_history": 14448, "wikidata": "Q7345234", "google_entity_id": "kg:/m/026fxhx"}, "name": {"first": "Robert", "middle": "Hanna", "last": "Hammond"}, "bio": {"birthday": "1791-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "H000152", "govtrack": 405034, "icpsr": 4029, "wikipedia": "Augustus C. Hand", "house_history": 14472, "wikidata": "Q2514201", "google_entity_id": "kg:/m/02rkmds"}, "name": {"first": "Augustus", "middle": "Cincinnatus", "last": "Hand"}, "bio": {"birthday": "1803-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "H000261", "govtrack": 405138, "icpsr": 4122, "wikipedia": "Albert Galliton Harrison", "house_history": 14607, "wikidata": "Q996927", "google_entity_id": "kg:/m/02rz5d9"}, "name": {"first": "Albert", "middle": "Galliton", "last": "Harrison"}, "bio": {"birthday": "1800-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MO", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "H000363", "govtrack": 405232, "icpsr": 4208, "house_history": 14728, "wikipedia": "Richard Hawes", "wikidata": "Q1447602", "google_entity_id": "kg:/m/0cqd8p"}, "name": {"first": "Richard", "last": "Hawes"}, "bio": {"birthday": "1797-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "KY", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "KY", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "H000373", "govtrack": 405241, "icpsr": 4217, "wikipedia": "Micajah Thomas Hawkins", "house_history": 14740, "wikidata": "Q1926671", "google_entity_id": "kg:/m/04z0s7"}, "name": {"first": "Micajah", "middle": "Thomas", "last": "Hawkins"}, "bio": {"birthday": "1790-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NC", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NC", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NC", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000482", "govtrack": 405345, "icpsr": 4309, "wikipedia": "John Henderson (Mississippi politician)", "wikidata": "Q175218", "google_entity_id": "kg:/m/027br3l"}, "name": {"first": "John", "last": "Henderson"}, "bio": {"birthday": "1797-02-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1839-12-02", "end": "1845-03-03", "state": "MS", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "H000594", "govtrack": 405456, "icpsr": 4412, "wikipedia": "John Hill (North Carolina politician)", "house_history": 15020, "wikidata": "Q138522", "google_entity_id": "kg:/m/03c2_v9"}, "name": {"first": "John", "last": "Hill"}, "bio": {"birthday": "1797-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NC", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "H000595", "govtrack": 405457, "icpsr": 4413, "wikipedia": "John Hill (Virginia politician)", "house_history": 15021, "wikidata": "Q1373098", "google_entity_id": "kg:/m/03c300f"}, "name": {"first": "John", "last": "Hill"}, "bio": {"birthday": "1800-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "H000617", "govtrack": 405476, "icpsr": 4432, "wikipedia": "Solomon Hillen Jr.", "house_history": 15047, "wikidata": "Q1586483", "google_entity_id": "kg:/m/02rl44v"}, "name": {"first": "Solomon", "last": "Hillen Solomon", "suffix": "Jr."}, "bio": {"gender": "M", "birthday": "1810-07-10"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000687", "govtrack": 405540, "icpsr": 4491, "wikipedia": "Ogden Hoffman", "house_history": 15134, "wikidata": "Q1708655", "google_entity_id": "kg:/m/0g9wr0_"}, "name": {"first": "Josiah", "middle": "Ogden", "last": "Hoffman"}, "bio": {"birthday": "1793-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "H000721", "govtrack": 405573, "icpsr": 4521, "wikipedia": "Joel Holleman", "house_history": 15174, "wikidata": "Q1691722", "google_entity_id": "kg:/m/03c2_k1"}, "name": {"first": "Joel", "last": "Holleman"}, "bio": {"birthday": "1799-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000745", "govtrack": 405596, "icpsr": 4542, "wikipedia": "Hines Holt", "house_history": 15204, "wikidata": "Q164552", "google_entity_id": "kg:/m/0ksrkd"}, "name": {"first": "Hines", "last": "Holt"}, "bio": {"birthday": "1805-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "GA", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "H000844", "govtrack": 405691, "icpsr": 4631, "house_history": 15330, "wikipedia": "Tilghman Howard", "wikidata": "Q2433293", "google_entity_id": "kg:/m/04s_s1"}, "name": {"first": "Tilghman", "middle": "Ashurst", "last": "Howard"}, "bio": {"birthday": "1797-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "IN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "J000027", "govtrack": 405933, "icpsr": 4864, "wikipedia": "Thomas B. Jackson", "house_history": 15723, "wikidata": "Q74517", "google_entity_id": "kg:/m/02rkwry"}, "name": {"first": "Thomas", "middle": "Birdsall", "last": "Jackson"}, "bio": {"birthday": "1797-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000078", "govtrack": 405981, "icpsr": 4910, "wikipedia": "Daniel Jenifer", "house_history": 15793, "wikidata": "Q250688", "google_entity_id": "kg:/m/04zqpy"}, "name": {"first": "Daniel", "last": "Jenifer"}, "bio": {"birthday": "1791-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MD", "district": 1, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MD", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MD", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MD", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "J000184", "govtrack": 406079, "icpsr": 5000, "wikipedia": "Charles Johnston (representative)", "house_history": 15929, "wikidata": "Q759132", "google_entity_id": "kg:/m/03c2_sy"}, "name": {"first": "Charles", "last": "Johnston"}, "bio": {"birthday": "1793-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "J000243", "govtrack": 406136, "icpsr": 5053, "house_history": 16000, "wikipedia": "Nathaniel Jones (representative)", "wikidata": "Q895755", "google_entity_id": "kg:/m/03c2zbd"}, "name": {"first": "Nathaniel", "last": "Jones"}, "bio": {"birthday": "1788-02-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "K000084", "govtrack": 406253, "icpsr": 5160, "wikipedia": "Gouverneur Kemble", "house_history": 16184, "wikidata": "Q613539", "google_entity_id": "kg:/m/0dsrhq"}, "name": {"first": "Gouverneur", "last": "Kemble"}, "bio": {"birthday": "1786-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "K000087", "govtrack": 412160, "icpsr": 5162, "wikipedia": "Thomas Kempshall", "house_history": 16188, "wikidata": "Q7791478", "google_entity_id": "kg:/m/02rkx71"}, "name": {"first": "Thomas", "last": "Kempshall"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 28, "party": "Whig"}]}, {"id": {"bioguide": "K000178", "govtrack": 406341, "icpsr": 5242, "house_history": 16299, "wikipedia": "Joseph Kille", "wikidata": "Q1373799", "google_entity_id": "kg:/m/02z9zc_"}, "name": {"first": "Joseph", "last": "Kille"}, "bio": {"birthday": "1790-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NJ", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "L000130", "govtrack": 406635, "icpsr": 5507, "wikipedia": "Abbott Lawrence", "house_history": 16760, "wikidata": "Q306762", "google_entity_id": "kg:/m/03drrz"}, "name": {"first": "Abbott", "last": "Lawrence"}, "bio": {"birthday": "1792-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MA", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "L000172", "govtrack": 406675, "icpsr": 5538, "house_history": 16813, "wikipedia": "Daniel Parkhurst Leadbetter", "wikidata": "Q5218390", "google_entity_id": "kg:/m/026f38t"}, "name": {"first": "Daniel", "middle": "Parkhurst", "last": "Leadbetter"}, "bio": {"birthday": "1797-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "L000211", "govtrack": 406714, "icpsr": 5575, "wikipedia": "Isaac Leet", "house_history": 16856, "wikidata": "Q6076677", "google_entity_id": "kg:/m/026vh7t"}, "name": {"first": "Isaac", "last": "Leet"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "L000249", "govtrack": 406752, "icpsr": 5614, "wikipedia": "Stephen B. Leonard", "house_history": 16902, "wikidata": "Q7608622", "google_entity_id": "kg:/m/02rkwkd"}, "name": {"first": "Stephen", "middle": "Banks", "last": "Leonard"}, "bio": {"birthday": "1793-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 22, "party": "Jackson"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "M000081", "govtrack": 412067, "icpsr": 5939, "wikipedia": "Meredith Mallory", "house_history": 17428, "wikidata": "Q6818955", "google_entity_id": "kg:/m/02rktqx"}, "name": {"first": "Meredith", "last": "Mallory"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 27, "party": "Democrat"}], "bio": {"birthday": "1781-01-31", "gender": "M"}}, {"id": {"bioguide": "M000211", "govtrack": 407230, "icpsr": 6049, "wikipedia": "Richard P. Marvin", "house_history": 17583, "wikidata": "Q7328239", "google_entity_id": "kg:/m/02rkw1k"}, "name": {"first": "Richard", "middle": "Pratt", "last": "Marvin"}, "bio": {"birthday": "1803-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 31, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 31, "party": "Whig"}]}, {"id": {"bioguide": "M000322", "govtrack": 412165, "icpsr": 6141, "wikipedia": "William M. McCarty", "house_history": 17724, "wikidata": "Q129442", "google_entity_id": "kg:/m/03c2_m4"}, "name": {"first": "William", "middle": "Mason", "last": "McCarty"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 14, "party": "Whig"}]}, {"id": {"bioguide": "M000345", "govtrack": 407354, "icpsr": 6162, "wikipedia": "Charles McClure", "house_history": 17755, "wikidata": "Q5080795", "google_entity_id": "kg:/m/026p9mz"}, "name": {"first": "Charles", "last": "McClure"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "M000389", "govtrack": 407390, "icpsr": 6200, "wikipedia": "George McCulloch", "house_history": 17810, "wikidata": "Q5542299", "google_entity_id": "kg:/m/026p8xq"}, "name": {"first": "George", "last": "McCulloch"}, "bio": {"birthday": "1792-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "M000642", "govtrack": 407628, "icpsr": 6415, "wikipedia": "Charles F. Mercer", "house_history": 18128, "wikidata": "Q1064325", "google_entity_id": "kg:/m/0ks2qy"}, "name": {"first": "Charles", "middle": "Fenton", "last": "Mercer"}, "bio": {"birthday": "1778-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 14, "party": "Whig"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 14, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 14, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 14, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 14, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 14, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 14, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 14, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 14, "party": "Whig"}]}, {"id": {"bioguide": "M000806", "govtrack": 412169, "icpsr": 6555, "wikipedia": "Charles F. Mitchell", "house_history": 18341, "wikidata": "Q5077542", "google_entity_id": "kg:/m/02rkmvw"}, "name": {"first": "Charles", "middle": "F.", "last": "Mitchell"}, "bio": {"gender": "M", "birthday": "1806-02-18"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 33, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 33, "party": "Whig"}]}, {"id": {"bioguide": "M000856", "govtrack": 407830, "icpsr": 6595, "wikipedia": "James Monroe (New York politician)", "house_history": 18407, "wikidata": "Q336615", "google_entity_id": "kg:/m/09jwqn"}, "name": {"first": "James", "last": "Monroe"}, "bio": {"birthday": "1799-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "M000874", "govtrack": 407846, "icpsr": 6609, "house_history": 18429, "wikipedia": "William Montgomery (North Carolina)", "wikidata": "Q2580042", "google_entity_id": "kg:/m/094hg9"}, "name": {"first": "William", "last": "Montgomery"}, "bio": {"birthday": "1789-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NC", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000987", "govtrack": 407955, "icpsr": 6714, "wikipedia": "Samuel Wells Morris", "house_history": 18564, "wikidata": "Q7412907", "google_entity_id": "kg:/m/026vhks"}, "name": {"first": "Samuel", "middle": "Wells", "last": "Morris"}, "bio": {"birthday": "1786-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "N000011", "govtrack": 408105, "icpsr": 6847, "wikipedia": "Charles Naylor", "house_history": 18850, "wikidata": "Q5081213", "google_entity_id": "kg:/m/026vg85"}, "name": {"first": "Charles", "last": "Naylor"}, "bio": {"birthday": "1806-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "P000032", "govtrack": 408443, "icpsr": 7170, "wikipedia": "Rufus Palen", "house_history": 19318, "wikidata": "Q1156349", "google_entity_id": "kg:/m/02rkw6q"}, "name": {"first": "Rufus", "last": "Palen"}, "bio": {"birthday": "1807-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "P000081", "govtrack": 408491, "icpsr": 7213, "wikipedia": "Virgil D. Parris", "house_history": 19372, "wikidata": "Q2527666", "google_entity_id": "kg:/m/02rv9sv"}, "name": {"first": "Virgil", "middle": "Delphini", "last": "Parris"}, "bio": {"birthday": "1807-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "ME", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "ME", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "P000155", "govtrack": 408559, "icpsr": 7275, "wikipedia": "Lemuel Paynter", "house_history": 19468, "wikidata": "Q6521571", "google_entity_id": "kg:/m/026vfzk"}, "name": {"first": "Lemuel", "last": "Paynter"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 1, "party": "Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "P000179", "govtrack": 408583, "icpsr": 7297, "wikipedia": "Luther C. Peck", "house_history": 19498, "wikidata": "Q6705522", "google_entity_id": "kg:/m/02rktml"}, "name": {"first": "Luther", "middle": "Christopher", "last": "Peck"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 30, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 30, "party": "Whig"}]}, {"id": {"bioguide": "P000267", "govtrack": 408667, "icpsr": 7375, "wikipedia": "David Petrikin", "house_history": 19608, "wikidata": "Q5238551", "google_entity_id": "kg:/m/026vg4r"}, "name": {"first": "David", "last": "Petrikin"}, "bio": {"birthday": "1788-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "P000469", "govtrack": 408855, "icpsr": 7560, "wikipedia": "William Wilson Potter", "house_history": 19860, "wikidata": "Q8020457", "google_entity_id": "kg:/m/0277gp8"}, "name": {"first": "William", "middle": "Wilson", "last": "Potter"}, "bio": {"birthday": "1792-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "P000509", "govtrack": 408894, "icpsr": 7599, "wikipedia": "John Holmes Prentiss", "house_history": 19909, "wikidata": "Q4503605", "google_entity_id": "kg:/m/0cy2cm"}, "name": {"first": "John", "middle": "Holmes", "last": "Prentiss"}, "bio": {"birthday": "1784-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "R000030", "govtrack": 409012, "icpsr": 7707, "wikipedia": "William Sterrett Ramsey", "house_history": 20111, "wikidata": "Q8018796", "google_entity_id": "kg:/m/026p9l7"}, "name": {"first": "William", "middle": "Sterrett", "last": "Ramsey"}, "bio": {"birthday": "1810-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "R000066", "govtrack": 409046, "icpsr": 7740, "wikipedia": "James Rariden", "house_history": 20163, "wikidata": "Q1681023", "google_entity_id": "kg:/m/02rkgg9"}, "name": {"first": "James", "last": "Rariden"}, "bio": {"birthday": "1795-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "IN", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "IN", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "R000121", "govtrack": 409101, "icpsr": 7789, "wikipedia": "John Reed Jr.", "house_history": 20230, "wikidata": "Q1701548", "google_entity_id": "kg:/m/0cj8kk"}, "name": {"first": "John", "last": "Reed"}, "bio": {"birthday": "1781-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "MA", "district": 8, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "MA", "district": 9, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "MA", "district": 9, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MA", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MA", "district": 13, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MA", "district": 13, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MA", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MA", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MA", "district": 11, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MA", "district": 11, "party": "Anti Masonic"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MA", "district": 11, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MA", "district": 11, "party": "Whig"}]}, {"id": {"bioguide": "R000265", "govtrack": 409240, "icpsr": 7912, "house_history": 20413, "wikipedia": "Eleazer Wheelock Ripley", "wikidata": "Q1325792", "google_entity_id": "kg:/m/07c59p"}, "name": {"first": "Eleazar", "middle": "Wheelock", "last": "Ripley"}, "bio": {"birthday": "1782-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "LA", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "LA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "R000284", "govtrack": 409257, "icpsr": 7928, "wikipedia": "Francis E. Rives", "house_history": 20436, "wikidata": "Q168044", "google_entity_id": "kg:/m/03c2_lt"}, "name": {"first": "Francis", "middle": "Everod", "last": "Rives"}, "bio": {"birthday": "1792-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000353", "govtrack": 409324, "icpsr": 7991, "house_history": 20518, "wikipedia": "Thomas Robinson, Jr.", "wikidata": "Q2426872", "google_entity_id": "kg:/m/0ds4pr"}, "name": {"first": "Thomas", "last": "Robinson", "suffix": "Jr."}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "R000393", "govtrack": 409361, "icpsr": 8025, "wikipedia": "Edward Rogers (representative)", "house_history": 20570, "wikidata": "Q5345100", "google_entity_id": "kg:/m/03c2_tm"}, "name": {"first": "Edward", "last": "Rogers"}, "bio": {"birthday": "1787-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "R000524", "govtrack": 409482, "icpsr": 8127, "house_history": 20733, "wikipedia": "David Abel Russell", "wikidata": "Q2271915", "google_entity_id": "kg:/m/027dllh"}, "name": {"first": "David", "middle": "Abel", "last": "Russell"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 12, "party": "Whig"}]}, {"id": {"bioguide": "R000554", "govtrack": 409510, "icpsr": 8154, "wikipedia": "Daniel Bailey Ryall", "house_history": 20762, "wikidata": "Q777315", "google_entity_id": "kg:/m/02z5z4k"}, "name": {"first": "Daniel", "middle": "Bailey", "last": "Ryall"}, "bio": {"birthday": "1798-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NJ", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S000028", "govtrack": 409547, "icpsr": 8192, "house_history": 21165, "wikipedia": "Green Berry Samuels", "wikidata": "Q194711", "google_entity_id": "kg:/m/026qg1w"}, "name": {"first": "Green", "middle": "Berry", "last": "Samuels"}, "bio": {"birthday": "1806-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "S000329", "govtrack": 409826, "icpsr": 8439, "house_history": 21546, "wikipedia": "Charles Biddle Shepard", "wikidata": "Q1063721", "google_entity_id": "kg:/m/0bmg76"}, "name": {"first": "Charles", "middle": "Biddle", "last": "Shepard"}, "bio": {"birthday": "1808-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NC", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000513", "govtrack": 409997, "icpsr": 8599, "wikipedia": "Albert Smith (Maine)", "house_history": 21777, "wikidata": "Q2638849", "google_entity_id": "kg:/m/02rl4h4"}, "name": {"first": "Albert", "last": "Smith"}, "bio": {"birthday": "1793-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "ME", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000565", "govtrack": 410049, "icpsr": 8648, "house_history": 21834, "wikipedia": "John Smith (Vermont)", "wikidata": "Q991529", "google_entity_id": "kg:/m/02pv19v"}, "name": {"first": "John", "last": "Smith"}, "bio": {"birthday": "1789-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000689", "govtrack": 410160, "icpsr": 8752, "wikipedia": "Samuel L. Southard", "wikidata": "Q880272", "google_entity_id": "kg:/m/04443n"}, "name": {"first": "Samuel", "middle": "Lewis", "last": "Southard"}, "bio": {"birthday": "1787-06-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1821-12-03", "end": "1823-12-31", "state": "NJ", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1833-12-02", "end": "1839-03-03", "state": "NJ", "class": 1, "party": "Whig"}, {"type": "sen", "start": "1839-12-02", "end": "1843-03-03", "state": "NJ", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "S000977", "govtrack": 410436, "icpsr": 8998, "wikipedia": "William L. Storrs", "house_history": 22351, "wikidata": "Q2579639", "google_entity_id": "kg:/m/02rj_r0"}, "name": {"first": "William", "middle": "Lucius", "last": "Storrs"}, "bio": {"birthday": "1795-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "CT", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "CT", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "CT", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "S001020", "govtrack": 410477, "icpsr": 9039, "wikipedia": "Theron R. Strong", "house_history": 22399, "wikidata": "Q7783285", "google_entity_id": "kg:/m/02rkwqx"}, "name": {"first": "Theron", "middle": "Rudd", "last": "Strong"}, "bio": {"birthday": "1802-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "S001099", "govtrack": 412182, "icpsr": 9111, "wikipedia": "Henry Swearingen", "house_history": 22496, "wikidata": "Q1607293", "google_entity_id": "kg:/m/02rm0_t"}, "name": {"first": "Henry", "last": "Swearingen"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "T000032", "govtrack": 410621, "icpsr": 9172, "wikipedia": "Nathaniel P. Tallmadge", "wikidata": "Q882536", "google_entity_id": "kg:/m/09w8lg"}, "name": {"first": "Nathaniel", "middle": "Pitcher", "last": "Tallmadge"}, "bio": {"birthday": "1795-02-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1833-12-02", "end": "1839-03-03", "state": "NY", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1839-12-02", "end": "1845-03-03", "state": "NY", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "T000039", "govtrack": 410627, "icpsr": 9177, "wikipedia": "Benjamin Tappan", "wikidata": "Q817709", "google_entity_id": "kg:/m/0355yz"}, "name": {"first": "Benjamin", "last": "Tappan"}, "bio": {"birthday": "1773-05-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1839-12-02", "end": "1845-03-03", "state": "OH", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000092", "govtrack": 410675, "icpsr": 9223, "wikipedia": "Jonathan Taylor (congressman)", "house_history": 22748, "wikidata": "Q6274577", "google_entity_id": "kg:/m/02rm204"}, "name": {"first": "Jonathan", "last": "Taylor"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "T000221", "govtrack": 410800, "icpsr": 9342, "wikipedia": "Waddy Thompson, Jr.", "house_history": 22904, "wikidata": "Q2538676", "google_entity_id": "kg:/m/02ry1yx"}, "name": {"first": "Waddy", "last": "Thompson", "suffix": "Jr."}, "bio": {"birthday": "1798-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "SC", "district": 6, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "SC", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "SC", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "V000028", "govtrack": 411122, "icpsr": 9605, "wikipedia": "Aaron Vanderpoel", "house_history": 20912, "wikidata": "Q1383031", "google_entity_id": "kg:/m/02rklnq"}, "name": {"first": "Aaron", "last": "Vanderpoel"}, "bio": {"birthday": "1799-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "V000123", "govtrack": 411177, "icpsr": 9692, "wikipedia": "Peter Dumont Vroom", "house_history": 21024, "wikidata": "Q327580", "google_entity_id": "kg:/m/09qkmt"}, "name": {"first": "Peter", "middle": "Dumont", "last": "Vroom"}, "bio": {"birthday": "1791-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NJ", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "W000016", "govtrack": 411195, "icpsr": 9709, "wikipedia": "David Douglas Wagener", "house_history": 23239, "wikidata": "Q5233054", "google_entity_id": "kg:/m/0276y8c"}, "name": {"first": "David", "middle": "Douglas", "last": "Wagener"}, "bio": {"birthday": "1792-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "W000020", "govtrack": 411199, "icpsr": 9712, "wikipedia": "Peter Joseph Wagner", "house_history": 23243, "wikidata": "Q2979322", "google_entity_id": "kg:/m/03c2zcf"}, "name": {"first": "Peter", "middle": "Joseph", "last": "Wagner"}, "bio": {"birthday": "1795-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 15, "party": "Whig"}]}, {"id": {"bioguide": "W000532", "govtrack": 411689, "icpsr": 10174, "wikipedia": "Reuel Williams", "wikidata": "Q6242897", "google_entity_id": "kg:/m/0bnwxz"}, "name": {"first": "Reuel", "last": "Williams"}, "bio": {"birthday": "1783-06-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1837-09-04", "end": "1839-03-03", "state": "ME", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1839-12-02", "end": "1843-12-31", "state": "ME", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000536", "govtrack": 411692, "icpsr": 10178, "wikipedia": "Sherrod Williams", "house_history": 23851, "wikidata": "Q1315807", "google_entity_id": "kg:/m/02rjzb_"}, "name": {"first": "Sherrod", "last": "Williams"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "KY", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "KY", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "KY", "district": 4, "party": "Whig"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "W000748", "govtrack": 411897, "icpsr": 10377, "wikipedia": "John Tolley Hood Worthington", "house_history": 24109, "wikidata": "Q983168", "google_entity_id": "kg:/m/02rhklg"}, "name": {"first": "John", "middle": "Tolley Hood", "last": "Worthington"}, "bio": {"birthday": "1788-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MD", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000181", "govtrack": 400836, "icpsr": 160, "wikipedia": "Alexander O. Anderson", "wikidata": "Q2622628", "google_entity_id": "kg:/m/04kgl0"}, "name": {"first": "Alexander", "middle": "Outlaw", "last": "Anderson"}, "bio": {"birthday": "1794-11-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1840-01-01", "end": "1841-03-03", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000362", "govtrack": 404716, "icpsr": 3739, "wikipedia": "William Alexander Graham", "wikidata": "Q730936", "google_entity_id": "kg:/m/02j1lb"}, "name": {"first": "William", "middle": "Alexander", "last": "Graham"}, "bio": {"birthday": "1804-09-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1840-01-01", "end": "1843-03-03", "state": "NC", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "P000437", "govtrack": 408828, "icpsr": 7531, "wikipedia": "Augustus Seymour Porter", "wikidata": "Q770621", "google_entity_id": "kg:/m/02mckz"}, "name": {"first": "Augustus", "middle": "Seymour", "last": "Porter"}, "bio": {"birthday": "1798-01-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1840-01-01", "end": "1845-03-03", "state": "MI", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "H000279", "govtrack": 405153, "icpsr": 4138, "wikipedia": "William Henry Harrison", "house_history": 14628, "wikidata": "Q11869", "google_entity_id": "kg:/m/0835q"}, "name": {"first": "William", "middle": "Henry", "last": "Harrison"}, "bio": {"gender": "M", "birthday": "1773-02-09"}, "terms": [{"type": "rep", "start": "1799-12-02", "end": "1801-03-03", "state": "OH", "district": -1}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1825-12-05", "end": "1829-03-03", "state": "OH", "class": 3, "party": "Adams"}]}, {"id": {"bioguide": "T000450", "govtrack": 411018, "icpsr": 9542, "wikipedia": "John Tyler", "house_history": 23187, "wikidata": "Q11881", "google_entity_id": "kg:/m/042dk"}, "name": {"first": "John", "last": "Tyler"}, "bio": {"birthday": "1790-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "VA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 23, "party": "Republican"}, {"type": "sen", "start": "1827-12-03", "end": "1833-03-03", "state": "VA", "class": 1, "party": "Jackson"}, {"type": "sen", "start": "1833-12-02", "end": "1837-03-03", "state": "VA", "class": 1}]}, {"id": {"bioguide": "A000104", "govtrack": 400762, "icpsr": 91, "wikipedia": "Julius Caesar Alford", "house_history": 8402, "wikidata": "Q1712532", "google_entity_id": "kg:/m/0279b_3"}, "name": {"first": "Julius", "middle": "Caesar", "last": "Alford"}, "bio": {"birthday": "1799-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "GA", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "GA", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "A000120", "govtrack": 400777, "icpsr": 105, "house_history": 8428, "wikipedia": "Elisha Hunt Allen", "wikidata": "Q1330716", "google_entity_id": "kg:/m/0977s1"}, "name": {"first": "Elisha", "middle": "Hunt", "last": "Allen"}, "bio": {"birthday": "1804-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "ME", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "A000247", "govtrack": 400880, "icpsr": 197, "wikipedia": "Landaff Andrews", "house_history": 8607, "wikidata": "Q1801932", "google_entity_id": "kg:/m/02rj12x"}, "name": {"first": "Landaff", "middle": "Watson", "last": "Andrews"}, "bio": {"birthday": "1803-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "KY", "district": 11, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "KY", "district": 11, "party": "Whig"}]}, {"id": {"bioguide": "A000249", "govtrack": 400884, "icpsr": 199, "wikipedia": "Sherlock James Andrews", "house_history": 8609, "wikidata": "Q7495091", "google_entity_id": "kg:/m/02q3rbb"}, "name": {"first": "Sherlock", "middle": "James", "last": "Andrews"}, "bio": {"birthday": "1801-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 15, "party": "Whig"}]}, {"id": {"bioguide": "A000269", "govtrack": 400908, "icpsr": 219, "wikipedia": "Nathan Appleton", "house_history": 8639, "wikidata": "Q553019", "google_entity_id": "kg:/m/07tv4v"}, "name": {"first": "Nathan", "last": "Appleton"}, "bio": {"gender": "M", "birthday": "1779-10-06"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MA", "district": 1, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MA", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "A000275", "govtrack": 400914, "icpsr": 225, "wikipedia": "William S. Archer", "house_history": 8647, "wikidata": "Q1639662", "google_entity_id": "kg:/m/08l02z"}, "name": {"first": "William", "middle": "Segar", "last": "Archer"}, "bio": {"birthday": "1789-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 3, "party": "Jackson"}, {"type": "sen", "start": "1841-05-31", "end": "1847-03-03", "state": "VA", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "A000297", "govtrack": 400939, "icpsr": 249, "wikipedia": "Thomas Dickens Arnold", "house_history": 8672, "wikidata": "Q1641461", "google_entity_id": "kg:/m/0cglkp"}, "name": {"first": "Thomas", "middle": "Dickens", "last": "Arnold"}, "bio": {"birthday": "1798-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "TN", "district": 2, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "TN", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "A000350", "govtrack": 401001, "icpsr": 305, "wikipedia": "John Bancker Aycrigg", "house_history": 8741, "wikidata": "Q1699248", "google_entity_id": "kg:/m/02z8_rb"}, "name": {"first": "John", "middle": "Bancker", "last": "Aycrigg"}, "bio": {"birthday": "1798-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NJ", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NJ", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NJ", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "B000003", "govtrack": 401009, "icpsr": 313, "wikipedia": "Alfred Babcock", "house_history": 8776, "wikidata": "Q4722270", "google_entity_id": "kg:/m/02rkl_q"}, "name": {"first": "Alfred", "last": "Babcock"}, "bio": {"birthday": "1805-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 33, "party": "Whig"}]}, {"id": {"bioguide": "B000115", "govtrack": 401116, "icpsr": 408, "wikipedia": "Linn Banks", "house_history": 8919, "wikidata": "Q1288070", "google_entity_id": "kg:/m/0280g2n"}, "name": {"first": "Linn", "last": "Banks"}, "bio": {"birthday": "1784-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "B000183", "govtrack": 401182, "icpsr": 469, "wikipedia": "Alexander Barrow", "wikidata": "Q2622146", "google_entity_id": "kg:/m/0d04_1"}, "name": {"first": "Alexander", "last": "Barrow"}, "bio": {"birthday": "1801-03-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1841-05-31", "end": "1847-03-03", "state": "LA", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "B000214", "govtrack": 401211, "icpsr": 496, "wikipedia": "Richard W. Barton", "house_history": 9050, "wikidata": "Q111455", "google_entity_id": "kg:/m/0288q3q"}, "name": {"first": "Richard", "middle": "Walker", "last": "Barton"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 15, "party": "Whig"}]}, {"id": {"bioguide": "B000233", "govtrack": 401228, "icpsr": 513, "wikipedia": "Isaac C. Bates", "house_history": 9077, "wikidata": "Q1378587", "google_entity_id": "kg:/m/0bfpqt"}, "name": {"first": "Isaac", "middle": "Chapman", "last": "Bates"}, "bio": {"birthday": "1779-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MA", "district": 8, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MA", "district": 8, "party": "Whig"}, {"type": "sen", "start": "1841-05-31", "end": "1845-12-31", "state": "MA", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "B000251", "govtrack": 401245, "icpsr": 527, "wikipedia": "Richard H. Bayard", "wikidata": "Q2149664", "google_entity_id": "kg:/m/0632mn"}, "name": {"first": "Richard", "middle": "Henry", "last": "Bayard"}, "bio": {"birthday": "1796-09-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1836-06-17", "end": "1839-09-19", "state": "DE", "class": 1, "party": "Whig"}, {"type": "sen", "start": "1841-05-31", "end": "1845-03-03", "state": "DE", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "B000313", "govtrack": 401305, "icpsr": 582, "wikipedia": "Henry White Beeson", "house_history": 9180, "wikidata": "Q5730065", "google_entity_id": "kg:/m/026tvcq"}, "name": {"first": "Henry", "middle": "White", "last": "Beeson"}, "bio": {"birthday": "1791-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "B000484", "govtrack": 401465, "icpsr": 729, "wikipedia": "Victory Birdseye", "house_history": 9403, "wikidata": "Q4242091", "google_entity_id": "kg:/m/02rkxh_"}, "name": {"first": "Victory", "last": "Birdseye"}, "bio": {"birthday": "1782-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 23, "party": "Whig"}]}, {"id": {"bioguide": "B000498", "govtrack": 401478, "icpsr": 742, "wikipedia": "Henry Black (Representative)", "house_history": 9420, "wikidata": "Q5718237", "google_entity_id": "kg:/m/026tf2x"}, "name": {"first": "Henry", "last": "Black"}, "bio": {"birthday": "1783-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 18, "party": "Whig"}]}, {"id": {"bioguide": "B000522", "govtrack": 401498, "icpsr": 763, "wikipedia": "Bernard Blair", "house_history": 9448, "wikidata": "Q2277729", "google_entity_id": "kg:/m/02rkmjx"}, "name": {"first": "Bernard", "last": "Blair"}, "bio": {"birthday": "1801-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 12, "party": "Whig"}]}, {"id": {"bioguide": "B000578", "govtrack": 401549, "icpsr": 811, "house_history": 9524, "wikipedia": "William Whiting Boardman", "wikidata": "Q2581051", "google_entity_id": "kg:/m/01z_v2"}, "name": {"first": "William", "middle": "Whiting", "last": "Boardman"}, "bio": {"birthday": "1794-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "CT", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "CT", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "B000636", "govtrack": 401601, "icpsr": 860, "wikipedia": "Nathaniel B. Borden", "house_history": 9605, "wikidata": "Q180334", "google_entity_id": "kg:/m/02rjxh5"}, "name": {"first": "Nathaniel", "middle": "Briggs", "last": "Borden"}, "bio": {"birthday": "1801-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MA", "district": 10, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MA", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "B000708", "govtrack": 401670, "icpsr": 922, "wikipedia": "Samuel S. Bowne", "house_history": 9699, "wikidata": "Q4503299", "google_entity_id": "kg:/m/02rkwb4"}, "name": {"first": "Samuel", "middle": "Smith", "last": "Bowne"}, "bio": {"birthday": "1800-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "B000814", "govtrack": 401771, "icpsr": 1019, "wikipedia": "David P. Brewster", "house_history": 9832, "wikidata": "Q3700985", "google_entity_id": "kg:/m/02rknpp"}, "name": {"first": "David", "middle": "P.", "last": "Brewster"}, "bio": {"birthday": "1801-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "B000830", "govtrack": 401787, "icpsr": 1033, "house_history": 9852, "wikipedia": "George N. Briggs", "wikidata": "Q599050", "google_entity_id": "kg:/m/0b9fwr"}, "name": {"first": "George", "middle": "Nixon", "last": "Briggs"}, "bio": {"birthday": "1796-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MA", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MA", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "B000854", "govtrack": 401811, "icpsr": 1054, "wikipedia": "John H. Brockway", "house_history": 9882, "wikidata": "Q1253988", "google_entity_id": "kg:/m/02rhk4c"}, "name": {"first": "John", "middle": "Hall", "last": "Brockway"}, "bio": {"birthday": "1801-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "CT", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "CT", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "B000868", "govtrack": 401825, "icpsr": 1066, "wikipedia": "David Bronson", "house_history": 9901, "wikidata": "Q1173837", "google_entity_id": "kg:/m/02x4kbv"}, "name": {"first": "David", "last": "Bronson"}, "bio": {"birthday": "1800-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "ME", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "B001189", "govtrack": 402131, "icpsr": 1349, "wikipedia": "Sampson H. Butler", "house_history": 10305, "wikidata": "Q2217649", "google_entity_id": "kg:/m/02vrp65"}, "name": {"first": "Sampson", "middle": "Hale", "last": "Butler"}, "bio": {"birthday": "1803-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B001195", "govtrack": 402137, "icpsr": 1355, "wikipedia": "William Butler (1790\u20131850)", "house_history": 10311, "wikidata": "Q2578175"}, "name": {"first": "William", "last": "Butler"}, "bio": {"birthday": "1790-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "SC", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "B001197", "govtrack": 402139, "icpsr": 1357, "wikipedia": "William Orlando Butler", "house_history": 10314, "wikidata": "Q693499", "google_entity_id": "kg:/m/0365tv"}, "name": {"first": "William", "middle": "Orlando", "last": "Butler"}, "bio": {"birthday": "1791-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "KY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "KY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "C000032", "govtrack": 402193, "icpsr": 1406, "house_history": 10482, "wikipedia": "Greene Washington Caldwell", "wikidata": "Q1544702", "google_entity_id": "kg:/m/0bml5h"}, "name": {"first": "Greene", "middle": "Washington", "last": "Caldwell"}, "bio": {"birthday": "1806-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NC", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000039", "govtrack": 402200, "icpsr": 1413, "wikipedia": "Patrick C. Caldwell", "house_history": 10490, "wikidata": "Q1714914", "google_entity_id": "kg:/m/02vrp76"}, "name": {"first": "Patrick", "middle": "Calhoun", "last": "Caldwell"}, "bio": {"birthday": "1801-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "SC", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "C000046", "govtrack": 402207, "icpsr": 1420, "wikipedia": "William B. Calhoun", "house_history": 10499, "wikidata": "Q1638310", "google_entity_id": "kg:/m/02rj_6h"}, "name": {"first": "William", "middle": "Barron", "last": "Calhoun"}, "bio": {"birthday": "1796-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MA", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "C000101", "govtrack": 402254, "icpsr": 1465, "wikipedia": "Thomas Jefferson Campbell", "house_history": 10570, "wikidata": "Q2425056", "google_entity_id": "kg:/m/0cglxp"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Campbell"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "TN", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "C000209", "govtrack": 402355, "icpsr": 1558, "wikipedia": "Robert L. Caruthers", "house_history": 10717, "wikidata": "Q2157950", "google_entity_id": "kg:/m/03jqqz"}, "name": {"first": "Robert", "middle": "Looney", "last": "Caruthers"}, "bio": {"birthday": "1800-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "TN", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "C000213", "govtrack": 402359, "icpsr": 1562, "wikipedia": "George B. Cary", "house_history": 10721, "wikidata": "Q1506905", "google_entity_id": "kg:/m/02vrpwv"}, "name": {"first": "George", "middle": "Booth", "last": "Cary"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000230", "govtrack": 402375, "icpsr": 1579, "wikipedia": "Zadok Casey", "house_history": 10744, "wikidata": "Q4505126", "google_entity_id": "kg:/m/08_gq1"}, "name": {"first": "Zadok", "last": "Casey"}, "bio": {"birthday": "1796-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "IL", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "IL", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "IL", "district": 2, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "C000355", "govtrack": 402494, "icpsr": 1693, "wikipedia": "Timothy Childs", "house_history": 10899, "wikidata": "Q7807110", "google_entity_id": "kg:/m/02rkxdx"}, "name": {"first": "Timothy", "last": "Childs"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NY", "district": 27, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 28, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 28, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 28, "party": "Whig"}]}, {"id": {"bioguide": "C000374", "govtrack": 402513, "icpsr": 1710, "wikipedia": "Thomas C. Chittenden", "house_history": 10921, "wikidata": "Q3953110", "google_entity_id": "kg:/m/02rkw_v"}, "name": {"first": "Thomas", "middle": "Cotton", "last": "Chittenden"}, "bio": {"birthday": "1788-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 18, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 18, "party": "Whig"}]}, {"id": {"bioguide": "C000375", "govtrack": 402514, "icpsr": 1711, "wikipedia": "Rufus Choate", "house_history": 10923, "wikidata": "Q2174770", "google_entity_id": "kg:/m/028qqd"}, "name": {"first": "Rufus", "last": "Choate"}, "bio": {"birthday": "1799-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MA", "district": 2, "party": "Whig"}, {"type": "sen", "start": "1841-05-31", "end": "1845-03-03", "state": "MA", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "C000443", "govtrack": 402581, "icpsr": 1775, "wikipedia": "John C. Clark", "house_history": 11006, "wikidata": "Q13219090", "google_entity_id": "kg:/m/02qzv3x"}, "name": {"first": "John", "middle": "Chamberlain", "last": "Clark"}, "bio": {"birthday": "1793-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 21, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 21, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 21, "party": "Whig"}]}, {"id": {"bioguide": "C000471", "govtrack": 402609, "icpsr": 1801, "wikipedia": "Staley N. Clarke", "house_history": 11037, "wikidata": "Q7597235", "google_entity_id": "kg:/m/02rkwk1"}, "name": {"first": "Staley", "middle": "Nichols", "last": "Clarke"}, "bio": {"birthday": "1794-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 31, "party": "Whig"}]}, {"id": {"bioguide": "C000499", "govtrack": 402636, "icpsr": 1825, "house_history": 11072, "wikipedia": "Thomas Clayton", "wikidata": "Q1674146", "google_entity_id": "kg:/m/05tkcx"}, "name": {"first": "Thomas", "last": "Clayton"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "DE", "district": 0, "party": "Federalist"}, {"type": "sen", "start": "1824-01-01", "end": "1827-03-03", "state": "DE", "class": 1, "party": "Adams"}, {"type": "sen", "start": "1837-09-04", "end": "1841-03-03", "state": "DE", "class": 2, "party": "Whig"}, {"type": "sen", "start": "1841-05-31", "end": "1847-03-03", "state": "DE", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "C000518", "govtrack": 402653, "icpsr": 1841, "wikipedia": "Nathan Clifford", "house_history": 11094, "wikidata": "Q724329", "google_entity_id": "kg:/m/032v2c"}, "name": {"first": "Nathan", "last": "Clifford"}, "bio": {"birthday": "1803-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "ME", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "ME", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000821", "govtrack": 402939, "icpsr": 2103, "wikipedia": "Benjamin S. Cowen", "house_history": 11483, "wikidata": "Q4889197", "google_entity_id": "kg:/m/02rlz_4"}, "name": {"first": "Benjamin", "middle": "Sprague", "last": "Cowen"}, "bio": {"birthday": "1793-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 11, "party": "Whig"}]}, {"id": {"bioguide": "C000884", "govtrack": 402996, "icpsr": 2154, "wikipedia": "James H. Cravens", "house_history": 11560, "wikidata": "Q1680483", "google_entity_id": "kg:/m/02rkgd7"}, "name": {"first": "James", "middle": "Harrison", "last": "Cravens"}, "bio": {"birthday": "1802-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "IN", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "C000890", "govtrack": 403002, "icpsr": 2160, "wikipedia": "George W. Crawford", "house_history": 11567, "wikidata": "Q330995", "google_entity_id": "kg:/m/0378mb"}, "name": {"first": "George", "middle": "Walker", "last": "Crawford"}, "bio": {"birthday": "1798-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "GA", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "C001016", "govtrack": 403123, "icpsr": 2277, "wikipedia": "Caleb Cushing", "house_history": 11723, "wikidata": "Q177650", "google_entity_id": "kg:/m/032qjm"}, "name": {"first": "Caleb", "last": "Cushing"}, "bio": {"birthday": "1800-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MA", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MA", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MA", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MA", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "D000352", "govtrack": 403470, "icpsr": 2602, "wikipedia": "Davis Dimock, Jr.", "house_history": 12263, "wikidata": "Q5241888", "google_entity_id": "kg:/m/026tbp6"}, "name": {"first": "Davis", "last": "Dimock", "suffix": "Jr."}, "bio": {"birthday": "1801-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "D000380", "govtrack": 403496, "icpsr": 2627, "wikipedia": "William Doan", "house_history": 12301, "wikidata": "Q8007861", "google_entity_id": "kg:/m/02rm3k9"}, "name": {"first": "William", "last": "Doan"}, "bio": {"birthday": "1792-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "D000400", "govtrack": 403514, "icpsr": 2645, "wikipedia": "Andrew W. Doig", "house_history": 12329, "wikidata": "Q3388706", "google_entity_id": "kg:/m/02rkm78"}, "name": {"first": "Andrew", "middle": "Wheeler", "last": "Doig"}, "bio": {"birthday": "1799-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "E000020", "govtrack": 403716, "icpsr": 2824, "wikipedia": "Ira Allen Eastman", "house_history": 12626, "wikidata": "Q1672315", "google_entity_id": "kg:/m/02rhht1"}, "name": {"first": "Ira", "middle": "Allen", "last": "Eastman"}, "bio": {"birthday": "1809-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NH", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "E000074", "govtrack": 403766, "icpsr": 2868, "wikipedia": "John Edwards (Pennsylvania politician)", "house_history": 12690, "wikidata": "Q13219609", "google_entity_id": "kg:/m/026tbvq"}, "name": {"first": "John", "last": "Edwards"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 4, "party": "Anti Masonic"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "E000076", "govtrack": 403768, "icpsr": 2870, "house_history": 12692, "wikipedia": "John Cummins Edwards", "wikidata": "Q1699696", "google_entity_id": "kg:/m/07tcl5"}, "name": {"first": "John", "middle": "Cummins", "last": "Edwards"}, "bio": {"birthday": "1804-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "E000088", "govtrack": 403781, "icpsr": 2880, "wikipedia": "Joseph Egbert", "house_history": 12706, "wikidata": "Q194805", "google_entity_id": "kg:/m/02rkt4g"}, "name": {"first": "Joseph", "last": "Egbert"}, "bio": {"birthday": "1807-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000241", "govtrack": 403925, "icpsr": 3007, "house_history": 12899, "wikipedia": "George Evans (American politician)", "wikidata": "Q377441", "google_entity_id": "kg:/m/0cpfrd"}, "name": {"first": "George", "last": "Evans"}, "bio": {"birthday": "1797-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "ME", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "ME", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "ME", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "ME", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "ME", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "ME", "district": 4, "party": "Whig"}, {"type": "sen", "start": "1841-05-31", "end": "1847-03-03", "state": "ME", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "E000265", "govtrack": 403945, "icpsr": 3027, "house_history": 12927, "wikipedia": "Horace Everett", "wikidata": "Q1627855", "google_entity_id": "kg:/m/026h15f"}, "name": {"first": "Horace", "last": "Everett"}, "bio": {"birthday": "1779-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VT", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VT", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VT", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VT", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VT", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VT", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VT", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "F000090", "govtrack": 412148, "icpsr": 3118, "wikipedia": "Charles G. Ferris", "house_history": 13083, "wikidata": "Q328650", "google_entity_id": "kg:/m/02rkmwx"}, "name": {"first": "Charles", "middle": "Goadsby", "last": "Ferris"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000219", "govtrack": 404174, "icpsr": 3232, "wikipedia": "Charles A. Floyd", "house_history": 13246, "wikidata": "Q93387", "google_entity_id": "kg:/m/02rkmq1"}, "name": {"first": "Charles", "middle": "Albert", "last": "Floyd"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000276", "govtrack": 404226, "icpsr": 3279, "wikipedia": "Joseph Fornance", "house_history": 13322, "wikidata": "Q6283158", "google_entity_id": "kg:/m/026tbyt"}, "name": {"first": "Joseph", "last": "Fornance"}, "bio": {"birthday": "1804-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "F000296", "govtrack": 412038, "icpsr": 3298, "wikipedia": "A. Lawrence Foster", "house_history": 13345, "wikidata": "Q4648096", "google_entity_id": "kg:/m/02rt345"}, "name": {"first": "A.", "middle": "Lawrence", "last": "Foster"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 23, "party": "Whig"}], "bio": {"birthday": "1802-09-17", "gender": "M"}}, {"id": {"bioguide": "F000314", "govtrack": 404263, "icpsr": 3316, "wikipedia": "Thomas Flournoy Foster", "house_history": 13368, "wikidata": "Q2423926", "google_entity_id": "kg:/m/0270rdj"}, "name": {"first": "Thomas", "middle": "Flournoy", "last": "Foster"}, "bio": {"birthday": "1790-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "GA", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "F000425", "govtrack": 404366, "icpsr": 3411, "wikipedia": "William S. Fulton", "wikidata": "Q883159", "google_entity_id": "kg:/m/01skhh"}, "name": {"first": "William", "middle": "Savin", "last": "Fulton"}, "bio": {"birthday": "1795-06-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1836-01-01", "end": "1841-03-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1841-05-31", "end": "1845-03-03", "state": "AR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000033", "govtrack": 404409, "icpsr": 3448, "wikipedia": "Roger Lawson Gamble", "house_history": 13605, "wikidata": "Q2161774", "google_entity_id": "kg:/m/0279b5_"}, "name": {"first": "Roger", "middle": "Lawson", "last": "Gamble"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "GA", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "G000097", "govtrack": 404469, "icpsr": 3505, "wikipedia": "Seth M. Gates", "house_history": 13683, "wikidata": "Q7456541", "google_entity_id": "kg:/m/0bmsky"}, "name": {"first": "Seth", "middle": "Merrill", "last": "Gates"}, "bio": {"birthday": "1800-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 29, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 29, "party": "Whig"}]}, {"id": {"bioguide": "G000140", "govtrack": 404509, "icpsr": 3543, "wikipedia": "James Gerry", "house_history": 13738, "wikidata": "Q6134577", "google_entity_id": "kg:/m/026tc2m"}, "name": {"first": "James", "last": "Gerry"}, "bio": {"birthday": "1796-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "G000278", "govtrack": 404640, "icpsr": 3667, "wikipedia": "Patrick Gaines Goode", "house_history": 13914, "wikidata": "Q7146542", "google_entity_id": "kg:/m/0d5r95"}, "name": {"first": "Patrick", "middle": "Gaines", "last": "Goode"}, "bio": {"birthday": "1798-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "G000376", "govtrack": 404728, "icpsr": 3750, "wikipedia": "Francis Granger", "house_history": 14037, "wikidata": "Q370362", "google_entity_id": "kg:/m/04jx3z"}, "name": {"first": "Francis", "last": "Granger"}, "bio": {"birthday": "1792-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 26, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 26, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 26, "party": "Whig"}]}, {"id": {"bioguide": "G000449", "govtrack": 404795, "icpsr": 3811, "wikipedia": "John Greig (representative)", "house_history": 14133, "wikidata": "Q6236281", "google_entity_id": "kg:/m/03cgpyn"}, "name": {"first": "John", "last": "Greig"}, "bio": {"birthday": "1779-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 26, "party": "Whig"}]}, {"id": {"bioguide": "G000533", "govtrack": 404878, "icpsr": 3883, "wikipedia": "Amos Gustine", "house_history": 14232, "wikidata": "Q4747883", "google_entity_id": "kg:/m/026pcbn"}, "name": {"first": "Amos", "last": "Gustine"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 13, "party": "Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "H000003", "govtrack": 404889, "icpsr": 3893, "wikipedia": "Richard W. Habersham", "house_history": 14294, "wikidata": "Q2150827", "google_entity_id": "kg:/m/04dzvq"}, "name": {"first": "Richard", "middle": "Wylly", "last": "Habersham"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "GA", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "GA", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "H000052", "govtrack": 404937, "icpsr": 3939, "wikipedia": "Hiland Hall", "house_history": 14351, "wikidata": "Q367478", "google_entity_id": "kg:/m/026ftt8"}, "name": {"first": "Hiland", "last": "Hall"}, "bio": {"birthday": "1795-07-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VT", "district": 1, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VT", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VT", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VT", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VT", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VT", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "H000092", "govtrack": 404974, "icpsr": 3974, "wikipedia": "William Halstead", "house_history": 14400, "wikidata": "Q1285259", "google_entity_id": "kg:/m/02z9z64"}, "name": {"first": "William", "last": "Halstead"}, "bio": {"birthday": "1794-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NJ", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NJ", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "H000257", "govtrack": 405134, "icpsr": 4118, "wikipedia": "William Alexander Harris (Virginia)", "house_history": 14602, "wikidata": "Q129351", "google_entity_id": "kg:/m/03c300s"}, "name": {"first": "William", "middle": "Alexander", "last": "Harris"}, "bio": {"birthday": "1805-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "H000328", "govtrack": 405199, "icpsr": 4179, "wikipedia": "John Hastings (Ohio)", "house_history": 14687, "wikidata": "Q1511310", "google_entity_id": "kg:/m/02rm1nf"}, "name": {"first": "John", "last": "Hastings"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "H000332", "govtrack": 405202, "icpsr": 4182, "wikipedia": "William Soden Hastings", "house_history": 14692, "wikidata": "Q2580597", "google_entity_id": "kg:/m/0261ktk"}, "name": {"first": "William", "middle": "Soden", "last": "Hastings"}, "bio": {"birthday": "1798-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MA", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MA", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MA", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "H000407", "govtrack": 405274, "icpsr": 4246, "wikipedia": "Samuel Lewis Hays", "house_history": 14784, "wikidata": "Q198158", "google_entity_id": "kg:/m/02rws12"}, "name": {"first": "Samuel", "middle": "Lewis", "last": "Hays"}, "bio": {"birthday": "1794-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "H000518", "govtrack": 405381, "icpsr": 4343, "wikipedia": "Thomas Henry (Pennsylvania)", "house_history": 14925, "wikidata": "Q7790585", "google_entity_id": "kg:/m/026t_lg"}, "name": {"first": "Thomas", "last": "Henry"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 24, "party": "Anti Masonic"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 24, "party": "Anti Masonic"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 24, "party": "Whig"}]}, {"id": {"bioguide": "H000756", "govtrack": 405607, "icpsr": 4551, "wikipedia": "Enos Hook", "house_history": 15218, "wikidata": "Q5379426", "google_entity_id": "kg:/m/026tc4p"}, "name": {"first": "Enos", "last": "Hook"}, "bio": {"birthday": "1804-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "H000810", "govtrack": 405658, "icpsr": 4599, "wikipedia": "Jacob Houck, Jr.", "house_history": 15284, "wikidata": "Q1383619", "google_entity_id": "kg:/m/02rkr1k"}, "name": {"first": "Jacob", "last": "Houck", "suffix": "Jr."}, "bio": {"birthday": "1801-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000970", "govtrack": 405814, "icpsr": 4743, "wikipedia": "Hiram P. Hunt", "house_history": 15479, "wikidata": "Q1530490", "google_entity_id": "kg:/m/02rkqry"}, "name": {"first": "Hiram", "middle": "Paine", "last": "Hunt"}, "bio": {"birthday": "1796-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "I000044", "govtrack": 405901, "icpsr": 4829, "wikipedia": "William W. Irwin", "house_history": 15671, "wikidata": "Q2580957", "google_entity_id": "kg:/m/089xqk"}, "name": {"first": "William", "middle": "Wallace", "last": "Irwin"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 22, "party": "Whig"}]}, {"id": {"bioguide": "J000002", "govtrack": 405910, "icpsr": 4840, "wikipedia": "William Jack (U.S. politician)", "house_history": 15694, "wikidata": "Q8013383", "google_entity_id": "kg:/m/026tv8m"}, "name": {"first": "William", "last": "Jack"}, "bio": {"birthday": "1788-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "J000049", "govtrack": 405954, "icpsr": 4883, "wikipedia": "Francis James (congressman)", "house_history": 15751, "wikidata": "Q5481453", "google_entity_id": "kg:/m/026t_px"}, "name": {"first": "Francis", "last": "James"}, "bio": {"birthday": "1799-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 4, "party": "Anti Masonic"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "J000180", "govtrack": 406075, "icpsr": 4996, "wikipedia": "William Cost Johnson", "house_history": 15924, "wikidata": "Q2277823", "google_entity_id": "kg:/m/0f0m1w"}, "name": {"first": "William", "middle": "Cost", "last": "Johnson"}, "bio": {"birthday": "1806-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MD", "district": 6, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MD", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MD", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MD", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "J000226", "govtrack": 406120, "icpsr": 5037, "house_history": 15978, "wikipedia": "Isaac Dashiell Jones", "wikidata": "Q287495", "google_entity_id": "kg:/m/09jw15"}, "name": {"first": "Isaac", "middle": "Dashiell", "last": "Jones"}, "bio": {"gender": "M", "birthday": "1806-11-01"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MD", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "K000050", "govtrack": 406220, "icpsr": 5128, "wikipedia": "George May Keim", "house_history": 16143, "wikidata": "Q5542258", "google_entity_id": "kg:/m/026tv0q"}, "name": {"first": "George", "middle": "May", "last": "Keim"}, "bio": {"birthday": "1805-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "K000139", "govtrack": 406305, "icpsr": 5209, "wikipedia": "John Leeds Kerr", "house_history": 16253, "wikidata": "Q375214", "google_entity_id": "kg:/m/05rzps"}, "name": {"first": "John", "middle": "Leeds", "last": "Kerr"}, "bio": {"birthday": "1780-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MD", "district": 7, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MD", "district": 7, "party": "Adams"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MD", "district": 7, "party": "Whig"}, {"type": "sen", "start": "1841-05-31", "end": "1843-03-03", "state": "MD", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "L000137", "govtrack": 406642, "icpsr": 5514, "wikipedia": "Joseph Lawrence (Pennsylvania)", "house_history": 16768, "wikidata": "Q6284844", "google_entity_id": "kg:/m/026t_s_"}, "name": {"first": "Joseph", "last": "Lawrence"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 15, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 15, "party": "Adams"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 21, "party": "Whig"}]}, {"id": {"bioguide": "L000315", "govtrack": 406810, "icpsr": 5669, "house_history": 16984, "wikipedia": "Levi Lincoln Jr.", "wikidata": "Q736772", "google_entity_id": "kg:/m/04_t6d"}, "name": {"first": "Levi", "last": "Lincoln"}, "bio": {"birthday": "1782-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MA", "district": 5, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MA", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MA", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MA", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MA", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "L000335", "govtrack": 406828, "icpsr": 5686, "wikipedia": "Archibald L. Linn", "house_history": 17009, "wikidata": "Q2115374", "google_entity_id": "kg:/m/02rkmb0"}, "name": {"first": "Archibald", "middle": "Ladley", "last": "Linn"}, "bio": {"birthday": "1802-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 11, "party": "Whig"}]}, {"id": {"bioguide": "L000476", "govtrack": 406965, "icpsr": 5811, "wikipedia": "Joshua A. Lowell", "house_history": 17187, "wikidata": "Q1660437", "google_entity_id": "kg:/m/02x5k78"}, "name": {"first": "Joshua", "middle": "Adams", "last": "Lowell"}, "bio": {"birthday": "1801-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "ME", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "ME", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000080", "govtrack": 407108, "icpsr": 5938, "wikipedia": "Francis Mallory", "house_history": 17427, "wikidata": "Q1441648", "google_entity_id": "kg:/m/054yzm"}, "name": {"first": "Francis", "last": "Mallory"}, "bio": {"birthday": "1807-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "M000123", "govtrack": 407147, "icpsr": 5975, "wikipedia": "Albert Gallatin Marchand", "house_history": 17481, "wikidata": "Q4710278", "google_entity_id": "kg:/m/026tc94"}, "name": {"first": "Albert", "middle": "Gallatin", "last": "Marchand"}, "bio": {"birthday": "1811-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "M000150", "govtrack": 412162, "icpsr": 5996, "wikipedia": "Alfred Marshall (politician)", "house_history": 17510, "wikidata": "Q4723126", "google_entity_id": "kg:/m/02wzhzc"}, "name": {"first": "Alfred", "last": "Marshall"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "ME", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000162", "govtrack": 407184, "icpsr": 6008, "wikipedia": "Thomas Francis Marshall", "house_history": 17524, "wikidata": "Q2423775", "google_entity_id": "kg:/m/02qw4cg"}, "name": {"first": "Thomas", "middle": "Francis", "last": "Marshall"}, "bio": {"birthday": "1801-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "KY", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "M000219", "govtrack": 407237, "icpsr": 6056, "wikipedia": "John Thomson Mason, Jr.", "house_history": 17593, "wikidata": "Q1574867", "google_entity_id": "kg:/m/09jvyl"}, "name": {"first": "John", "middle": "Thomson", "last": "Mason"}, "bio": {"birthday": "1815-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MD", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000225", "govtrack": 407243, "icpsr": 6062, "wikipedia": "Samson Mason", "house_history": 17601, "wikidata": "Q7410384", "google_entity_id": "kg:/m/02rm2yq"}, "name": {"first": "Samson", "last": "Mason"}, "bio": {"birthday": "1793-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "M000243", "govtrack": 407261, "icpsr": 6077, "wikipedia": "Joshua Mathiot", "house_history": 17624, "wikidata": "Q6290053", "google_entity_id": "kg:/m/02rm281"}, "name": {"first": "Joshua", "last": "Mathiot"}, "bio": {"birthday": "1800-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 12, "party": "Whig"}]}, {"id": {"bioguide": "M000258", "govtrack": 407276, "icpsr": 6088, "house_history": 17642, "wikipedia": "John Mattocks", "wikidata": "Q881738", "google_entity_id": "kg:/m/0fqxfy"}, "name": {"first": "John", "last": "Mattocks"}, "bio": {"birthday": "1777-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VT", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VT", "district": 5, "party": "Adams"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VT", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "M000268", "govtrack": 407286, "icpsr": 6096, "wikipedia": "John Patterson Bryan Maxwell", "house_history": 17653, "wikidata": "Q1701352", "google_entity_id": "kg:/m/02z9z7j"}, "name": {"first": "John", "middle": "Patterson Bryan", "last": "Maxwell"}, "bio": {"birthday": "1804-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NJ", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NJ", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "M000285", "govtrack": 412068, "icpsr": 6113, "house_history": 17675, "wikipedia": "John Maynard (New York)", "wikidata": "Q6247332", "google_entity_id": "kg:/m/02rkspb"}, "name": {"first": "John", "last": "Maynard"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 26, "party": "Adams"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 25, "party": "Whig"}]}, {"id": {"bioguide": "M000328", "govtrack": 407338, "icpsr": 6147, "wikipedia": "Abraham McClellan (Tennessee politician)", "house_history": 17732, "wikidata": "Q330322", "google_entity_id": "kg:/m/0cglq4"}, "name": {"first": "Abraham", "last": "McClellan"}, "bio": {"birthday": "1789-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "TN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "TN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "TN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000333", "govtrack": 407343, "icpsr": 6152, "wikipedia": "Robert McClellan", "house_history": 17739, "wikidata": "Q1382955", "google_entity_id": "kg:/m/02rlds1"}, "name": {"first": "Robert", "last": "McClellan"}, "bio": {"birthday": "1806-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000501", "govtrack": 407496, "icpsr": 6295, "wikipedia": "Thomas McKean Thompson McKennan", "house_history": 17954, "wikidata": "Q375347", "google_entity_id": "kg:/m/04bz_y"}, "name": {"first": "Thomas", "middle": "McKean Thompson", "last": "McKennan"}, "bio": {"gender": "M", "birthday": "1794-03-31"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 15, "party": "Anti Masonic"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 21, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 21, "party": "Anti Masonic"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 21, "party": "Anti Masonic"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 21, "party": "Whig"}]}, {"id": {"bioguide": "M000509", "govtrack": 407503, "icpsr": 6302, "wikipedia": "John McKeon", "house_history": 17964, "wikidata": "Q336929", "google_entity_id": "kg:/m/02rksq0"}, "name": {"first": "John", "last": "McKeon"}, "bio": {"birthday": "1808-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000599", "govtrack": 407588, "icpsr": 6381, "wikipedia": "Samuel McRoberts", "wikidata": "Q435121", "google_entity_id": "kg:/m/0bk95h"}, "name": {"first": "Samuel", "last": "McRoberts"}, "bio": {"birthday": "1799-04-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1841-05-31", "end": "1843-12-31", "state": "IL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000624", "govtrack": 407613, "icpsr": 6402, "wikipedia": "William Medill", "house_history": 18104, "wikidata": "Q886091", "google_entity_id": "kg:/m/033ww8"}, "name": {"first": "William", "last": "Medill"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M000652", "govtrack": 407638, "icpsr": 6425, "wikipedia": "James Archibald Meriwether", "house_history": 18140, "wikidata": "Q1679960", "google_entity_id": "kg:/m/02798tz"}, "name": {"first": "James", "middle": "A.", "last": "Meriwether"}, "bio": {"birthday": "1806-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "GA", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "M000735", "govtrack": 407715, "icpsr": 6491, "house_history": 18250, "wikipedia": "John Miller (Missouri politician)", "wikidata": "Q951440", "google_entity_id": "kg:/m/07s5ln"}, "name": {"first": "John", "last": "Miller"}, "bio": {"birthday": "1781-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000804", "govtrack": 407780, "icpsr": 6553, "house_history": 18338, "wikipedia": "Anderson Mitchell", "wikidata": "Q491649", "google_entity_id": "kg:/m/0bml29"}, "name": {"first": "Anderson", "last": "Mitchell"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NC", "district": 13, "party": "Whig"}], "bio": {"birthday": "1800-06-13", "gender": "M"}}, {"id": {"bioguide": "M000938", "govtrack": 407906, "icpsr": 6666, "wikipedia": "James Turner Morehead (Kentucky)", "wikidata": "Q537302", "google_entity_id": "kg:/m/0bmnf2"}, "name": {"first": "James", "middle": "Turner", "last": "Morehead"}, "bio": {"birthday": "1797-05-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1841-05-31", "end": "1847-03-03", "state": "KY", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "M000945", "govtrack": 407913, "icpsr": 6673, "wikipedia": "Christopher Morgan (politician)", "house_history": 18517, "wikidata": "Q5112902", "google_entity_id": "kg:/m/02rkncq"}, "name": {"first": "Christopher", "last": "Morgan"}, "bio": {"birthday": "1808-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 24, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 24, "party": "Whig"}]}, {"id": {"bioguide": "M000973", "govtrack": 407941, "icpsr": 6700, "wikipedia": "Calvary Morris", "house_history": 18548, "wikidata": "Q5024199", "google_entity_id": "kg:/m/02rl_1x"}, "name": {"first": "Calvary", "last": "Morris"}, "bio": {"birthday": "1798-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "M001003", "govtrack": 407971, "icpsr": 6728, "wikipedia": "Jeremiah Morrow", "house_history": 18583, "wikidata": "Q880750", "google_entity_id": "kg:/m/0340gv"}, "name": {"first": "Jeremiah", "last": "Morrow"}, "bio": {"birthday": "1771-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1803-10-17", "end": "1805-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1813-05-24", "end": "1819-03-03", "state": "OH", "class": 3, "party": "Republican"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "N000068", "govtrack": 408156, "icpsr": 6896, "wikipedia": "Peter Newhard", "house_history": 18920, "wikidata": "Q7176081", "google_entity_id": "kg:/m/026t_xs"}, "name": {"first": "Peter", "last": "Newhard"}, "bio": {"birthday": "1783-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "N000111", "govtrack": 408195, "icpsr": 6934, "wikipedia": "Eugenius Aristides Nisbet", "house_history": 18968, "wikidata": "Q1373354", "google_entity_id": "kg:/m/0gjvj1"}, "name": {"first": "Eugenius", "middle": "Aristides", "last": "Nisbet"}, "bio": {"birthday": "1803-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "GA", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "GA", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "O000047", "govtrack": 408330, "icpsr": 7035, "wikipedia": "Charles Ogle (politician)", "house_history": 19127, "wikidata": "Q5081349", "google_entity_id": "kg:/m/026tf5n"}, "name": {"first": "Charles", "last": "Ogle"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 18, "party": "Anti Masonic"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 18, "party": "Anti Masonic"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 18, "party": "Whig"}]}, {"id": {"bioguide": "O000078", "govtrack": 408351, "icpsr": 7065, "wikipedia": "William M. Oliver", "house_history": 19162, "wikidata": "Q2579826", "google_entity_id": "kg:/m/0gm6hq"}, "name": {"first": "William", "middle": "Morrison", "last": "Oliver"}, "bio": {"birthday": "1792-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 27, "party": "Democrat"}]}, {"id": {"bioguide": "O000114", "govtrack": 408370, "icpsr": 7095, "wikipedia": "Thomas Burr Osborne (politician)", "house_history": 19207, "wikidata": "Q2422175", "google_entity_id": "kg:/m/02rjznm"}, "name": {"first": "Thomas", "middle": "Burr", "last": "Osborne"}, "bio": {"birthday": "1798-07-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "CT", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "CT", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "O000162", "govtrack": 408412, "icpsr": 7140, "wikipedia": "Bryan Owsley", "house_history": 19266, "wikidata": "Q995078", "google_entity_id": "kg:/m/02qhbt4"}, "name": {"first": "Bryan", "middle": "Young", "last": "Owsley"}, "bio": {"birthday": "1798-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "KY", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "P000093", "govtrack": 408503, "icpsr": 7225, "wikipedia": "Samuel Partridge", "house_history": 19386, "wikidata": "Q7412363", "google_entity_id": "kg:/m/02rkw93"}, "name": {"first": "Samuel", "last": "Partridge"}, "bio": {"birthday": "1790-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "P000208", "govtrack": 408610, "icpsr": 7323, "wikipedia": "Nathanael G. Pendleton", "house_history": 19533, "wikidata": "Q1966689", "google_entity_id": "kg:/m/02rm2mr"}, "name": {"first": "Nathanael", "middle": "Greene", "last": "Pendleton"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 1, "party": "Whig"}], "bio": {"birthday": "1793-08-25", "gender": "M"}}, {"id": {"bioguide": "P000321", "govtrack": 408720, "icpsr": 7426, "wikipedia": "Francis Wilkinson Pickens", "house_history": 19671, "wikidata": "Q362186", "google_entity_id": "kg:/m/06wgd7"}, "name": {"first": "Francis", "middle": "Wilkinson", "last": "Pickens"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "SC", "district": 5, "party": "Nullifier"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "SC", "district": 5, "party": "Nullifier"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "SC", "district": 5, "party": "Nullifier"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "SC", "district": 5, "party": "Democrat"}], "bio": {"birthday": "1805-04-07", "gender": "M"}}, {"id": {"bioguide": "P000391", "govtrack": 408785, "icpsr": 7491, "wikipedia": "Arnold Plumer", "house_history": 19762, "wikidata": "Q4795202", "google_entity_id": "kg:/m/026v00k"}, "name": {"first": "Arnold", "last": "Plumer"}, "bio": {"birthday": "1801-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "P000431", "govtrack": 408822, "icpsr": 7525, "wikipedia": "John Pope (Kentucky politician)", "house_history": 19817, "wikidata": "Q364769", "google_entity_id": "kg:/m/01skmb"}, "name": {"first": "John", "last": "Pope"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1807-10-26", "end": "1813-03-03", "state": "KY", "class": 3, "party": "Republican"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "KY", "district": 7, "party": "Independent"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "KY", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "KY", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "P000479", "govtrack": 408864, "icpsr": 7570, "wikipedia": "Cuthbert Powell", "house_history": 19874, "wikidata": "Q93398", "google_entity_id": "kg:/m/02rtns8"}, "name": {"first": "Cuthbert", "last": "Powell"}, "bio": {"birthday": "1775-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 14, "party": "Whig"}]}, {"id": {"bioguide": "P000548", "govtrack": 408932, "icpsr": 7633, "wikipedia": "George H. Proffit", "house_history": 19956, "wikidata": "Q1507481", "google_entity_id": "kg:/m/02rkf_j"}, "name": {"first": "George", "middle": "H.", "last": "Proffit"}, "bio": {"birthday": "1807-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "IN", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "IN", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "R000028", "govtrack": 409010, "icpsr": 7705, "wikipedia": "Robert Ramsey (congressman)", "house_history": 20109, "wikidata": "Q7349159", "google_entity_id": "kg:/m/026r7vt"}, "name": {"first": "Robert", "last": "Ramsey"}, "bio": {"birthday": "1780-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "R000034", "govtrack": 409015, "icpsr": 7710, "wikipedia": "Alexander Randall (Maryland)", "house_history": 20118, "wikidata": "Q1287943", "google_entity_id": "kg:/m/02rgwbc"}, "name": {"first": "Alexander", "last": "Randall"}, "bio": {"birthday": "1803-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MD", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "R000035", "govtrack": 409016, "icpsr": 7711, "wikipedia": "Benjamin Randall (Maine)", "house_history": 20119, "wikidata": "Q817660", "google_entity_id": "kg:/m/02wz5w5"}, "name": {"first": "Benjamin", "last": "Randall"}, "bio": {"birthday": "1789-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "ME", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "ME", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "R000048", "govtrack": 409029, "icpsr": 7724, "wikipedia": "Joseph Fitz Randolph", "house_history": 20137, "wikidata": "Q1706992", "google_entity_id": "kg:/m/02z9z2c"}, "name": {"first": "Joseph", "middle": "Fitz", "last": "Randolph"}, "bio": {"birthday": "1803-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NJ", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NJ", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NJ", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "R000162", "govtrack": 409139, "icpsr": 7822, "house_history": 20285, "wikipedia": "Abraham Rencher", "wikidata": "Q330537", "google_entity_id": "kg:/m/0b6zk9"}, "name": {"first": "Abraham", "last": "Rencher"}, "bio": {"birthday": "1798-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NC", "district": 10, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NC", "district": 10, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NC", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NC", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NC", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NC", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "R000174", "govtrack": 409150, "icpsr": 7832, "wikipedia": "John Reynolds (U.S. politician)", "house_history": 20301, "wikidata": "Q734771", "google_entity_id": "kg:/m/03lrcm"}, "name": {"first": "John", "last": "Reynolds"}, "bio": {"birthday": "1788-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "IL", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "IL", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "IL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000247", "govtrack": 409223, "icpsr": 7899, "wikipedia": "Joseph Ridgway", "house_history": 20390, "wikidata": "Q6286574", "google_entity_id": "kg:/m/02rm26p"}, "name": {"first": "Joseph", "last": "Ridgway"}, "bio": {"gender": "M", "birthday": "1783-05-06"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "R000255", "govtrack": 409231, "icpsr": 7905, "wikipedia": "Lewis Riggs", "house_history": 20401, "wikidata": "Q13219156", "google_entity_id": "kg:/m/02rktgf"}, "name": {"first": "Lewis", "last": "Riggs"}, "bio": {"birthday": "1789-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "R000285", "govtrack": 409258, "icpsr": 7929, "house_history": 20438, "wikipedia": "William Cabell Rives", "wikidata": "Q3568477", "google_entity_id": "kg:/m/08b6vz"}, "name": {"first": "William", "middle": "Cabell", "last": "Rives"}, "bio": {"birthday": "1793-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 10, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 10, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 10, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": -1, "party": "Jacksonian"}, {"type": "sen", "start": "1832-01-01", "end": "1835-03-03", "state": "VA", "class": 2, "party": "Jackson"}, {"type": "sen", "start": "1836-01-01", "end": "1839-03-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1841-05-31", "end": "1845-03-03", "state": "VA", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "R000396", "govtrack": 409363, "icpsr": 8027, "wikipedia": "James Rogers (congressman)", "house_history": 20574, "wikidata": "Q1681055", "google_entity_id": "kg:/m/02w207t"}, "name": {"first": "James", "last": "Rogers"}, "bio": {"birthday": "1795-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "SC", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "SC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "R000427", "govtrack": 409392, "icpsr": 8052, "wikipedia": "James I. Roosevelt", "house_history": 20615, "wikidata": "Q336576", "google_entity_id": "kg:/m/02rkr6c"}, "name": {"first": "James", "middle": "I.", "last": "Roosevelt"}, "bio": {"birthday": "1795-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000527", "govtrack": 409485, "icpsr": 8129, "wikipedia": "James McPherson Russell", "house_history": 20736, "wikidata": "Q6139555", "google_entity_id": "kg:/m/026td_g"}, "name": {"first": "James", "middle": "McPherson", "last": "Russell"}, "bio": {"birthday": "1786-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 18, "party": "Whig"}]}, {"id": {"bioguide": "R000540", "govtrack": 409497, "icpsr": 8142, "house_history": 20748, "wikipedia": "William Russell (Ohio politician)", "wikidata": "Q8017847", "google_entity_id": "kg:/m/02rm4xm"}, "name": {"first": "William", "last": "Russell"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "OH", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "OH", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "S000020", "govtrack": 409539, "icpsr": 8184, "wikipedia": "Leverett Saltonstall I", "house_history": 21156, "wikidata": "Q1821813", "google_entity_id": "kg:/m/0ckgs6"}, "name": {"first": "Leverett", "last": "Saltonstall"}, "bio": {"birthday": "1783-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "S000048", "govtrack": 409563, "icpsr": 8207, "wikipedia": "John Sanford (1803)", "house_history": 21191, "wikidata": "Q2979715", "google_entity_id": "kg:/m/02rldp9"}, "name": {"first": "John", "last": "Sanford"}, "bio": {"birthday": "1803-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "S000246", "govtrack": 409749, "icpsr": 8365, "house_history": 21440, "wikipedia": "John Sergeant (politician)", "wikidata": "Q1701721", "google_entity_id": "kg:/m/05qs0f"}, "name": {"first": "John", "last": "Sergeant"}, "bio": {"birthday": "1779-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "PA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "PA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "PA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 1, "party": "Federalist"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 2, "party": "Adams"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "S000258", "govtrack": 409759, "icpsr": 8375, "wikipedia": "Charles S. Sewall", "house_history": 21456, "wikidata": "Q983165", "google_entity_id": "kg:/m/0f0lp5"}, "name": {"first": "Charles", "middle": "S.", "last": "Sewall"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MD", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000311", "govtrack": 409809, "icpsr": 8422, "wikipedia": "Tristram Shaw", "house_history": 21522, "wikidata": "Q1494406", "google_entity_id": "kg:/m/02pp8dh"}, "name": {"first": "Tristram", "last": "Shaw"}, "bio": {"birthday": "1786-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NH", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S000359", "govtrack": 409855, "icpsr": 8467, "wikipedia": "Benjamin Glover Shields", "house_history": 21583, "wikidata": "Q764548", "google_entity_id": "kg:/m/0f80m1"}, "name": {"first": "Benjamin", "middle": "Glover", "last": "Shields"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "AL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S000427", "govtrack": 409921, "icpsr": 8525, "wikipedia": "William Simonton", "house_history": 21669, "wikidata": "Q8018453", "google_entity_id": "kg:/m/026tcj0"}, "name": {"first": "William", "last": "Simonton"}, "bio": {"birthday": "1788-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "S000475", "govtrack": 409964, "icpsr": 8566, "wikipedia": "William Slade", "house_history": 21731, "wikidata": "Q881941", "google_entity_id": "kg:/m/0frlsw"}, "name": {"first": "William", "last": "Slade"}, "bio": {"birthday": "1786-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VT", "district": 2, "party": "Anti Masonic"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VT", "district": 2, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VT", "district": 2, "party": "Anti Masonic"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VT", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VT", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VT", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "S000667", "govtrack": 410140, "icpsr": 8734, "wikipedia": "John Snyder (Pennsylvania)", "house_history": 21960, "wikidata": "Q6258452", "google_entity_id": "kg:/m/026fxcf"}, "name": {"first": "John", "last": "Snyder"}, "bio": {"birthday": "1793-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "S000750", "govtrack": 410218, "icpsr": 8808, "wikipedia": "James Sprigg", "house_history": 22065, "wikidata": "Q1681120", "google_entity_id": "kg:/m/02r35p9"}, "name": {"first": "James", "middle": "Cresap", "last": "Sprigg"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "KY", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "S000945", "govtrack": 410404, "icpsr": 8968, "wikipedia": "Samuel Stokely", "house_history": 22306, "wikidata": "Q268855", "google_entity_id": "kg:/m/02rm30t"}, "name": {"first": "Samuel", "last": "Stokely"}, "bio": {"birthday": "1796-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 19, "party": "Whig"}]}, {"id": {"bioguide": "S000993", "govtrack": 410451, "icpsr": 9013, "wikipedia": "Charles C. Stratton", "house_history": 22368, "wikidata": "Q436320", "google_entity_id": "kg:/m/0bwmmv"}, "name": {"first": "Charles", "middle": "Creighton", "last": "Stratton"}, "bio": {"birthday": "1796-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NJ", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NJ", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "S001030", "govtrack": 410486, "icpsr": 9049, "wikipedia": "Alexander Hugh Holmes Stuart", "house_history": 22411, "wikidata": "Q372743", "google_entity_id": "kg:/m/03d7_8"}, "name": {"first": "Alexander", "middle": "Hugh Holmes", "last": "Stuart"}, "bio": {"birthday": "1807-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 17, "party": "Whig"}]}, {"id": {"bioguide": "S001074", "govtrack": 410528, "icpsr": 9089, "wikipedia": "Thomas De Lage Sumter", "house_history": 22467, "wikidata": "Q261927", "google_entity_id": "kg:/m/02ry1_z"}, "name": {"first": "Thomas", "middle": "De Lage", "last": "Sumter"}, "bio": {"birthday": "1809-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "SC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "SC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "S001105", "govtrack": 410557, "icpsr": 9115, "wikipedia": "George Sweeny", "house_history": 22502, "wikidata": "Q5544988", "google_entity_id": "kg:/m/02rl_zt"}, "name": {"first": "George", "last": "Sweeny"}, "bio": {"birthday": "1796-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "T000027", "govtrack": 410616, "icpsr": 9167, "wikipedia": "John Taliaferro", "house_history": 22665, "wikidata": "Q375865", "google_entity_id": "kg:/m/027_ynv"}, "name": {"first": "John", "last": "Taliaferro"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1801-12-07", "end": "1803-03-03", "state": "VA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 13, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "VA", "district": 13, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "VA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "T000272", "govtrack": 410845, "icpsr": 9384, "wikipedia": "Joseph L. Tillinghast", "house_history": 22963, "wikidata": "Q1707460", "google_entity_id": "kg:/m/02rjwhx"}, "name": {"first": "Joseph", "middle": "Leonard", "last": "Tillinghast"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "RI", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "RI", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "RI", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "T000296", "govtrack": 410869, "icpsr": 9407, "wikipedia": "George Washington Toland", "house_history": 22992, "wikidata": "Q5546031", "google_entity_id": "kg:/m/026gdrs"}, "name": {"first": "George", "middle": "Washington", "last": "Toland"}, "bio": {"birthday": "1796-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "PA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "T000301", "govtrack": 410874, "icpsr": 9412, "wikipedia": "Thomas A. Tomlinson", "house_history": 22998, "wikidata": "Q2421919", "google_entity_id": "kg:/m/02rkwrl"}, "name": {"first": "Thomas", "middle": "Ash", "last": "Tomlinson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 13, "party": "Whig"}]}, {"id": {"bioguide": "T000378", "govtrack": 410947, "icpsr": 9478, "wikipedia": "Philip Triplett", "house_history": 23096, "wikidata": "Q2086490", "google_entity_id": "kg:/m/02rjy1d"}, "name": {"first": "Philip", "last": "Triplett"}, "bio": {"birthday": "1799-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "KY", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "KY", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "T000381", "govtrack": 410950, "icpsr": 9481, "wikipedia": "Samuel W. Trotti", "house_history": 23099, "wikidata": "Q2218935", "google_entity_id": "kg:/m/02ry1z7"}, "name": {"first": "Samuel", "middle": "Wilds", "last": "Trotti"}, "bio": {"birthday": "1810-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "T000391", "govtrack": 410960, "icpsr": 9491, "house_history": 23112, "wikipedia": "Joseph Trumbull (governor)", "wikidata": "Q885188", "google_entity_id": "kg:/m/03_s23"}, "name": {"first": "Joseph", "last": "Trumbull"}, "bio": {"birthday": "1782-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "CT", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "CT", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "CT", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "V000015", "govtrack": 411073, "icpsr": 9594, "wikipedia": "John Van Buren (U.S. Representative)", "house_history": 20897, "wikidata": "Q1701998", "google_entity_id": "kg:/m/02w9wmc"}, "name": {"first": "John", "last": "Van Buren"}, "bio": {"birthday": "1799-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "V000052", "govtrack": 411094, "icpsr": 9628, "wikipedia": "Henry Bell Van Rensselaer", "house_history": 20937, "wikidata": "Q2688833", "google_entity_id": "kg:/m/055sg1"}, "name": {"first": "Henry", "middle": "Bell", "last": "Van Rensselaer"}, "bio": {"birthday": "1810-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 14, "party": "Whig"}]}, {"id": {"bioguide": "W000067", "govtrack": 411246, "icpsr": 9753, "wikipedia": "Robert J. Walker", "wikidata": "Q879106", "google_entity_id": "kg:/m/039kpr"}, "name": {"first": "Robert", "middle": "John", "last": "Walker"}, "bio": {"birthday": "1801-07-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1835-12-07", "end": "1841-03-03", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1841-05-31", "end": "1845-12-31", "state": "MS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000076", "govtrack": 411255, "icpsr": 9762, "house_history": 23305, "wikipedia": "David Wallace (Indiana politician)", "wikidata": "Q1177056", "google_entity_id": "kg:/m/05xwcf"}, "name": {"first": "David", "last": "Wallace"}, "bio": {"birthday": "1799-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "IN", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "W000125", "govtrack": 411300, "icpsr": 9806, "wikipedia": "Aaron Ward (representative)", "house_history": 23362, "wikidata": "Q612451", "google_entity_id": "kg:/m/03cmws_"}, "name": {"first": "Aaron", "last": "Ward"}, "bio": {"gender": "M", "birthday": "1790-07-05"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 4, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 4, "party": "Adams"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000167", "govtrack": 411340, "icpsr": 9845, "wikipedia": "Lott Warren", "house_history": 23409, "wikidata": "Q1761384", "google_entity_id": "kg:/m/0264h7t"}, "name": {"first": "Lott", "last": "Warren"}, "bio": {"birthday": "1797-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "GA", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "GA", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "W000182", "govtrack": 411355, "icpsr": 9858, "wikipedia": "William Henry Washington", "house_history": 23431, "wikidata": "Q2579255", "google_entity_id": "kg:/m/05khqv"}, "name": {"first": "William", "middle": "Henry", "last": "Washington"}, "bio": {"birthday": "1813-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NC", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "W000208", "govtrack": 411378, "icpsr": 9879, "wikipedia": "Harvey Magee Watterson", "house_history": 23464, "wikidata": "Q1587914", "google_entity_id": "kg:/m/0cglxb"}, "name": {"first": "Harvey", "middle": "Magee", "last": "Watterson"}, "bio": {"birthday": "1811-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "TN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "W000306", "govtrack": 411470, "icpsr": 9964, "wikipedia": "John Westbrook (Pennsylvania)", "house_history": 23583, "wikidata": "Q6263658", "google_entity_id": "kg:/m/026tcl2"}, "name": {"first": "John", "last": "Westbrook"}, "bio": {"birthday": "1789-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "W000365", "govtrack": 411527, "icpsr": 10018, "wikipedia": "Edward Douglass White Sr.", "house_history": 23648, "wikidata": "Q24389", "google_entity_id": "kg:/m/0dd418"}, "name": {"first": "Edward", "middle": "Douglass", "last": "White"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "LA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "LA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "LA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "LA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "LA", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "W000382", "govtrack": 412117, "icpsr": 10035, "wikipedia": "Joseph L. White", "house_history": 23668, "wikidata": "Q1707461", "google_entity_id": "kg:/m/02rkh3m"}, "name": {"first": "Joseph", "middle": "Livingston", "last": "White"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "IN", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "W000509", "govtrack": 411666, "icpsr": 10154, "wikipedia": "James Wray Williams", "house_history": 23820, "wikidata": "Q983225", "google_entity_id": "kg:/m/02rhjl4"}, "name": {"first": "James", "middle": "Wray", "last": "Williams"}, "bio": {"birthday": "1792-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000524", "govtrack": 411681, "icpsr": 10168, "wikipedia": "Joseph Lanier Williams", "house_history": 23838, "wikidata": "Q1707473", "google_entity_id": "kg:/m/0cglpt"}, "name": {"first": "Joseph", "middle": "Lanier", "last": "Williams"}, "bio": {"birthday": "1810-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "TN", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "TN", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "TN", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "W000527", "govtrack": 411684, "icpsr": 10170, "wikipedia": "Lewis Williams", "house_history": 23841, "wikidata": "Q1822173", "google_entity_id": "kg:/m/05k3vf"}, "name": {"first": "Lewis", "last": "Williams"}, "bio": {"birthday": "1782-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "NC", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NC", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NC", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NC", "district": 13, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NC", "district": 13, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NC", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NC", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NC", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NC", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NC", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NC", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NC", "district": 13, "party": "Whig"}]}, {"id": {"bioguide": "W000543", "govtrack": 411699, "icpsr": 10185, "wikipedia": "Thomas Wheeler Williams", "house_history": 23859, "wikidata": "Q1761286", "google_entity_id": "kg:/m/02rk09l"}, "name": {"first": "Thomas", "middle": "Wheeler", "last": "Williams"}, "bio": {"birthday": "1789-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "CT", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "CT", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "W000709", "govtrack": 411861, "icpsr": 10339, "wikipedia": "William Woodbridge", "house_history": 24063, "wikidata": "Q883246", "google_entity_id": "kg:/m/02nj2d"}, "name": {"first": "William", "last": "Woodbridge"}, "bio": {"birthday": "1780-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "MI", "district": -1, "party": "Whig"}, {"type": "sen", "start": "1841-05-31", "end": "1847-03-03", "state": "MI", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "W000711", "govtrack": 411863, "icpsr": 10341, "wikipedia": "Levi Woodbury", "wikidata": "Q579228", "google_entity_id": "kg:/m/01z7n4"}, "name": {"first": "Levi", "last": "Woodbury"}, "bio": {"birthday": "1789-12-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1825-12-05", "end": "1831-03-03", "state": "NH", "class": 3, "party": "Jackson"}, {"type": "sen", "start": "1841-05-31", "end": "1845-12-31", "state": "NH", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "Y000023", "govtrack": 411957, "icpsr": 10430, "house_history": 21058, "wikipedia": "Thomas Jones Yorke", "wikidata": "Q1478720", "google_entity_id": "kg:/m/027wxgb"}, "name": {"first": "Thomas", "middle": "Jones", "last": "Yorke"}, "bio": {"birthday": "1801-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NJ", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NJ", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "Y000029", "govtrack": 411963, "icpsr": 10435, "wikipedia": "Augustus Young (representative)", "house_history": 21065, "wikidata": "Q770669", "google_entity_id": "kg:/m/03c6bf8"}, "name": {"first": "Augustus", "last": "Young"}, "bio": {"birthday": "1784-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VT", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "Y000042", "govtrack": 411974, "icpsr": 10445, "wikipedia": "John Young (governor)", "house_history": 21081, "wikidata": "Q444134", "google_entity_id": "kg:/m/030015"}, "name": {"first": "John", "last": "Young"}, "bio": {"birthday": "1802-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 30, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 30, "party": "Whig"}]}, {"id": {"bioguide": "C000851", "govtrack": 402967, "icpsr": 2128, "wikipedia": "Samuel C. Crafts", "house_history": 11521, "wikidata": "Q437227", "google_entity_id": "kg:/m/0cy261"}, "name": {"first": "Samuel", "middle": "Chandler", "last": "Crafts"}, "bio": {"birthday": "1768-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "VT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VT", "district": 5}, {"type": "sen", "start": "1842-01-01", "end": "1843-03-03", "state": "VT", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "M000426", "govtrack": 407426, "icpsr": 6232, "house_history": 17860, "wikipedia": "George McDuffie", "wikidata": "Q884415", "google_entity_id": "kg:/m/039zv2"}, "name": {"first": "George", "last": "McDuffie"}, "bio": {"birthday": "1790-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "SC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "SC", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "SC", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "SC", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "SC", "district": 5, "party": "Nullifier"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "SC", "district": 5, "party": "Nullifier"}, {"type": "sen", "start": "1842-01-01", "end": "1847-03-03", "state": "SC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000746", "govtrack": 410214, "icpsr": 8805, "wikipedia": "William Sprague III", "house_history": 22060, "wikidata": "Q883991", "google_entity_id": "kg:/m/050cbv"}, "name": {"first": "William", "last": "Sprague"}, "bio": {"birthday": "1799-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "RI", "district": -1, "party": "Anti Masonic"}, {"type": "sen", "start": "1842-01-01", "end": "1845-03-03", "state": "RI", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "W000458", "govtrack": 411615, "icpsr": 10103, "wikipedia": "Leonard Wilcox", "wikidata": "Q1374817", "google_entity_id": "kg:/m/0d7kfn"}, "name": {"first": "Leonard", "last": "Wilcox"}, "bio": {"birthday": "1799-01-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1842-01-01", "end": "1843-03-03", "state": "NH", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000150", "govtrack": 400804, "icpsr": 130, "wikipedia": "William Allen (governor)", "house_history": 8466, "wikidata": "Q880659", "google_entity_id": "kg:/m/083r7"}, "name": {"first": "William", "last": "Allen"}, "bio": {"birthday": "1803-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 7, "party": "Jackson"}, {"type": "sen", "start": "1837-09-04", "end": "1843-03-03", "state": "OH", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1843-12-04", "end": "1849-03-03", "state": "OH", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000302", "govtrack": 400944, "icpsr": 254, "wikipedia": "Archibald Hunter Arrington", "house_history": 8680, "wikidata": "Q633206", "google_entity_id": "kg:/m/04gw49"}, "name": {"first": "Archibald", "middle": "Hunter", "last": "Arrington"}, "bio": {"birthday": "1809-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "A000308", "govtrack": 400952, "icpsr": 260, "house_history": 8687, "wikipedia": "John Baptista Ashe (representative)", "wikidata": "Q1559137", "google_entity_id": "kg:/m/02__tj"}, "name": {"first": "John", "middle": "Baptista", "last": "Ashe"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "TN", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "B000030", "govtrack": 401035, "icpsr": 334, "wikipedia": "Arthur P. Bagby", "wikidata": "Q710906", "google_entity_id": "kg:/m/03g2_t"}, "name": {"first": "Arthur", "middle": "Pendleton", "last": "Bagby"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1841-05-31", "end": "1843-03-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1843-12-04", "end": "1849-03-03", "state": "AL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000071", "govtrack": 401075, "icpsr": 370, "wikipedia": "Osmyn Baker", "house_history": 8864, "wikidata": "Q2034448", "google_entity_id": "kg:/m/02rjxsg"}, "name": {"first": "Osmyn", "last": "Baker"}, "bio": {"birthday": "1800-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MA", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MA", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MA", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "B000152", "govtrack": 401154, "icpsr": 443, "wikipedia": "Daniel D. Barnard", "house_history": 7672, "wikidata": "Q1659524", "google_entity_id": "kg:/m/02rknj5"}, "name": {"first": "Daniel", "middle": "Dewey", "last": "Barnard"}, "bio": {"birthday": "1797-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 27, "party": "Adams"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 13, "party": "Whig"}]}, {"id": {"bioguide": "B000281", "govtrack": 401275, "icpsr": 553, "wikipedia": "Samuel Beardsley", "house_history": 9140, "wikidata": "Q2688849", "google_entity_id": "kg:/m/0dgxdf"}, "name": {"first": "Samuel", "last": "Beardsley"}, "bio": {"birthday": "1790-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": 14, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 17, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NY", "district": 17, "party": "Jackson"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "B000354", "govtrack": 401346, "icpsr": 619, "wikipedia": "James Edwin Belser", "house_history": 9235, "wikidata": "Q1680329", "google_entity_id": "kg:/m/02rk1v1"}, "name": {"first": "James", "middle": "Edwin", "last": "Belser"}, "bio": {"birthday": "1805-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "AL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000445", "govtrack": 401430, "icpsr": 696, "wikipedia": "Benjamin Alden Bidlack", "house_history": 9350, "wikidata": "Q13219562", "google_entity_id": "kg:/m/026fwmq"}, "name": {"first": "Benjamin", "middle": "Alden", "last": "Bidlack"}, "bio": {"birthday": "1804-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "B000494", "govtrack": 401474, "icpsr": 738, "wikipedia": "Edward Junius Black", "house_history": 9414, "wikidata": "Q1292757", "google_entity_id": "kg:/m/0279bms"}, "name": {"first": "Edward", "middle": "Junius", "last": "Black"}, "bio": {"birthday": "1806-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "GA", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "GA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "GA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "B000516", "govtrack": 412134, "icpsr": 759, "wikipedia": "Julius W. Blackwell", "house_history": 9441, "wikidata": "Q1500416", "google_entity_id": "kg:/m/0cglrw"}, "name": {"first": "Julius", "middle": "W.", "last": "Blackwell"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "TN", "district": 3, "party": "Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "B000651", "govtrack": 401615, "icpsr": 871, "house_history": 9627, "wikipedia": "Pierre Bossier", "wikidata": "Q2093205", "google_entity_id": "kg:/m/026zn3k"}, "name": {"first": "Pierre", "middle": "Jean Baptiste Evariste", "last": "Bossier"}, "bio": {"birthday": "1797-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000687", "govtrack": 401649, "icpsr": 901, "wikipedia": "Gustavus Miller Bower", "house_history": 9672, "wikidata": "Q1556825", "google_entity_id": "kg:/m/02rz6gd"}, "name": {"first": "Gustavus", "middle": "Miller", "last": "Bower"}, "bio": {"birthday": "1790-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "B000793", "govtrack": 401750, "icpsr": 999, "wikipedia": "Sidney Breese", "wikidata": "Q443088", "google_entity_id": "kg:/m/0854mp"}, "name": {"first": "Sidney", "last": "Breese"}, "bio": {"birthday": "1800-07-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1843-12-04", "end": "1849-03-03", "state": "IL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000797", "govtrack": 401754, "icpsr": 1003, "wikipedia": "Francis Brengle", "house_history": 9809, "wikidata": "Q657476", "google_entity_id": "kg:/m/0gm2t0"}, "name": {"first": "Francis", "last": "Brengle"}, "bio": {"birthday": "1807-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MD", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "B000837", "govtrack": 401794, "icpsr": 1040, "wikipedia": "Henry R. Brinkerhoff", "house_history": 9859, "wikidata": "Q1607186", "google_entity_id": "kg:/m/02rm0zs"}, "name": {"first": "Henry", "middle": "Roelif", "last": "Brinkerhoff"}, "bio": {"birthday": "1787-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "B000899", "govtrack": 401856, "icpsr": 1094, "wikipedia": "Aaron V. Brown", "house_history": 9943, "wikidata": "Q302874", "google_entity_id": "kg:/m/03jr0m"}, "name": {"first": "Aaron", "middle": "Venable", "last": "Brown"}, "bio": {"birthday": "1795-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "TN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000925", "govtrack": 401880, "icpsr": 1115, "wikipedia": "Jeremiah Brown (politician)", "house_history": 9974, "wikidata": "Q13219565", "google_entity_id": "kg:/m/026f87_"}, "name": {"first": "Jeremiah", "last": "Brown"}, "bio": {"birthday": "1785-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "B001088", "govtrack": 402034, "icpsr": 1262, "wikipedia": "Edmund Burke (congressman)", "house_history": 10180, "wikidata": "Q1286085", "google_entity_id": "kg:/m/02rr774"}, "name": {"first": "Edmund", "last": "Burke"}, "bio": {"birthday": "1809-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NH", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "B001114", "govtrack": 402059, "icpsr": 1284, "wikipedia": "Barker Burnell", "house_history": 10212, "wikidata": "Q808254", "google_entity_id": "kg:/m/02rgwxl"}, "name": {"first": "Barker", "last": "Burnell"}, "bio": {"birthday": "1798-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MA", "district": 11, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MA", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "C000090", "govtrack": 412024, "icpsr": 1456, "wikipedia": "John Campbell (1795\u20131845)", "house_history": 10557, "wikidata": "Q1699536", "google_entity_id": "kg:/m/02x409y"}, "name": {"first": "John", "last": "Campbell"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "SC", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "SC", "district": 3, "party": "Nullifier"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000169", "govtrack": 402317, "icpsr": 1522, "wikipedia": "Levi D. Carpenter", "house_history": 10664, "wikidata": "Q6535392", "google_entity_id": "kg:/m/02x9qgv"}, "name": {"first": "Levi", "middle": "D.", "last": "Carpenter"}, "bio": {"birthday": "1802-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "C000215", "govtrack": 402361, "icpsr": 1564, "wikipedia": "Jeremiah E. Cary", "house_history": 10723, "wikidata": "Q6180824", "google_entity_id": "kg:/m/02qwnfb"}, "name": {"first": "Jeremiah", "middle": "Eaton", "last": "Cary"}, "bio": {"birthday": "1803-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "C000217", "govtrack": 402363, "icpsr": 1566, "wikipedia": "Shepard Cary", "house_history": 10725, "wikidata": "Q2278133", "google_entity_id": "kg:/m/02ry1k5"}, "name": {"first": "Shepard", "last": "Cary"}, "bio": {"birthday": "1805-07-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "ME", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000251", "govtrack": 402395, "icpsr": 1599, "wikipedia": "George S. Catlin", "house_history": 10771, "wikidata": "Q1508217", "google_entity_id": "kg:/m/02rhgv1"}, "name": {"first": "George", "middle": "Smith", "last": "Catlin"}, "bio": {"birthday": "1808-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "CT", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000258", "govtrack": 402402, "icpsr": 1606, "wikipedia": "John Causin", "house_history": 10780, "wikidata": "Q287173", "google_entity_id": "kg:/m/026ww5b"}, "name": {"first": "John", "middle": "M. S.", "last": "Causin"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MD", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "C000319", "govtrack": 402461, "icpsr": 1661, "wikipedia": "Absalom Harris Chappell", "wikidata": "Q331703", "google_entity_id": "kg:/m/0gj6s7"}, "name": {"first": "Absalom", "middle": "Harris", "last": "Chappell"}, "bio": {"birthday": "1801-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "GA", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "C000358", "govtrack": 402497, "icpsr": 1695, "wikipedia": "Samuel Chilton", "house_history": 10902, "wikidata": "Q1498072", "google_entity_id": "kg:/m/027zcvj"}, "name": {"first": "Samuel", "last": "Chilton"}, "bio": {"birthday": "1804-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "C000520", "govtrack": 402655, "icpsr": 1843, "wikipedia": "Duncan Lamont Clinch", "house_history": 11096, "wikidata": "Q1265423", "google_entity_id": "kg:/m/0b9ywv"}, "name": {"first": "Duncan", "middle": "Lamont", "last": "Clinch"}, "bio": {"birthday": "1787-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "GA", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "C000528", "govtrack": 402662, "icpsr": 1850, "wikipedia": "James G. Clinton", "house_history": 11108, "wikidata": "Q82484", "google_entity_id": "kg:/m/02rkr4_"}, "name": {"first": "James", "middle": "Graham", "last": "Clinton"}, "bio": {"birthday": "1804-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "C000625", "govtrack": 402754, "icpsr": 1937, "house_history": 11232, "wikipedia": "Walter Coles", "wikidata": "Q2543908", "google_entity_id": "kg:/m/0282mqv"}, "name": {"first": "Walter", "last": "Coles"}, "bio": {"birthday": "1790-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000648", "govtrack": 402776, "icpsr": 1954, "wikipedia": "Walter T. Colquitt", "house_history": 11265, "wikidata": "Q5611116", "google_entity_id": "kg:/m/0cr9x9"}, "name": {"first": "Walter", "middle": "Terry", "last": "Colquitt"}, "bio": {"birthday": "1799-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "GA", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "GA", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1843-12-04", "end": "1849-03-03", "state": "GA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000759", "govtrack": 402879, "icpsr": 2053, "wikipedia": "Mark Anthony Cooper", "house_history": 11406, "wikidata": "Q1899915", "google_entity_id": "kg:/m/02799lc"}, "name": {"first": "Mark", "middle": "Anthony", "last": "Cooper"}, "bio": {"birthday": "1800-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "GA", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "GA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "GA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C000930", "govtrack": 403042, "icpsr": 2197, "wikipedia": "Edward Cross (politician)", "house_history": 11618, "wikidata": "Q1291967", "google_entity_id": "kg:/m/04f49f"}, "name": {"first": "Edward", "last": "Cross"}, "bio": {"birthday": "1798-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "AR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000020", "govtrack": 403161, "icpsr": 2312, "wikipedia": "Amasa Dana", "house_history": 11856, "wikidata": "Q4740375", "google_entity_id": "kg:/m/02rkm12"}, "name": {"first": "Amasa", "last": "Dana"}, "bio": {"birthday": "1792-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "D000128", "govtrack": 403263, "icpsr": 2405, "wikipedia": "Richard D. Davis", "house_history": 11992, "wikidata": "Q759160", "google_entity_id": "kg:/m/02rkvzt"}, "name": {"first": "Richard", "middle": "David", "last": "Davis"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "D000171", "govtrack": 403333, "icpsr": 2444, "wikipedia": "Ezra Dean", "house_history": 12046, "wikidata": "Q23949", "google_entity_id": "kg:/m/02rl_sz"}, "name": {"first": "Ezra", "last": "Dean"}, "bio": {"birthday": "1795-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "D000221", "govtrack": 403363, "icpsr": 2485, "wikipedia": "James Dellet", "house_history": 12107, "wikidata": "Q1680266", "google_entity_id": "kg:/m/0f80bc"}, "name": {"first": "James", "last": "Dellet"}, "bio": {"birthday": "1788-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "AL", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "AL", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "D000318", "govtrack": 403438, "icpsr": 2570, "wikipedia": "David W. Dickinson", "house_history": 12222, "wikidata": "Q1177014", "google_entity_id": "kg:/m/0cglm1"}, "name": {"first": "David", "middle": "W.", "last": "Dickinson"}, "bio": {"birthday": "1808-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "TN", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "TN", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "D000528", "govtrack": 403637, "icpsr": 2756, "wikipedia": "Alexander Duncan (politician)", "house_history": 12488, "wikidata": "Q1414512", "google_entity_id": "kg:/m/02rlzp5"}, "name": {"first": "Alexander", "last": "Duncan"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "E000131", "govtrack": 403822, "icpsr": 2920, "wikipedia": "Chesselden Ellis", "house_history": 12757, "wikidata": "Q3388780", "google_entity_id": "kg:/m/026kc_n"}, "name": {"first": "Chesselden", "last": "Ellis"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 16, "party": "Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "E000156", "govtrack": 403847, "icpsr": 2944, "wikipedia": "Lucius Elmer", "house_history": 12785, "wikidata": "Q1873581", "google_entity_id": "kg:/m/07bhmt"}, "name": {"first": "Lucius", "middle": "Quintius Cincinnatus", "last": "Elmer"}, "bio": {"birthday": "1793-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NJ", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000017", "govtrack": 403979, "icpsr": 3058, "wikipedia": "Isaac G. Farlee", "house_history": 12986, "wikidata": "Q1673388", "google_entity_id": "kg:/m/02vn_fb"}, "name": {"first": "Isaac", "middle": "Gray", "last": "Farlee"}, "bio": {"birthday": "1787-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NJ", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000213", "govtrack": 404168, "icpsr": 3228, "wikipedia": "Elias Florence", "house_history": 13237, "wikidata": "Q5360495", "google_entity_id": "kg:/m/02rl_pj"}, "name": {"first": "Elias", "last": "Florence"}, "bio": {"birthday": "1797-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "F000302", "govtrack": 404251, "icpsr": 3304, "wikipedia": "Ephraim H. Foster", "wikidata": "Q1346827", "google_entity_id": "kg:/m/04kby2"}, "name": {"first": "Ephraim", "middle": "Hubbard", "last": "Foster"}, "bio": {"birthday": "1794-09-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1838-01-01", "end": "1839-03-03", "state": "TN", "class": 1, "party": "Whig"}, {"type": "sen", "start": "1843-12-04", "end": "1845-03-03", "state": "TN", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "F000383", "govtrack": 404328, "icpsr": 3373, "wikipedia": "Henry Frick (politician)", "house_history": 13454, "wikidata": "Q5721642", "google_entity_id": "kg:/m/026fbyl"}, "name": {"first": "Henry", "last": "Frick"}, "bio": {"birthday": "1795-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 13, "party": "Whig"}]}, {"id": {"bioguide": "F000409", "govtrack": 404350, "icpsr": 3395, "wikipedia": "George Fuller (congressman)", "house_history": 13488, "wikidata": "Q5539520", "google_entity_id": "kg:/m/026fw4y"}, "name": {"first": "George", "last": "Fuller"}, "bio": {"birthday": "1802-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "G000218", "govtrack": 404580, "icpsr": 3613, "wikipedia": "Thomas Walker Gilmer", "house_history": 13841, "wikidata": "Q775545", "google_entity_id": "kg:/m/03y4nk"}, "name": {"first": "Thomas", "middle": "Walker", "last": "Gilmer"}, "bio": {"birthday": "1802-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "G000406", "govtrack": 404756, "icpsr": 3774, "wikipedia": "Byram Green", "house_history": 14078, "wikidata": "Q5004197", "google_entity_id": "kg:/m/026kd1c"}, "name": {"first": "Byram", "last": "Green"}, "bio": {"birthday": "1786-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 27, "party": "Democrat"}]}, {"id": {"bioguide": "G000423", "govtrack": 412044, "icpsr": 3787, "wikipedia": "Willis Green", "house_history": 14102, "wikidata": "Q2581545", "google_entity_id": "kg:/m/02rk0h2"}, "name": {"first": "Willis", "last": "Green"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "KY", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "KY", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "KY", "district": 2, "party": "Whig"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "H000120", "govtrack": 405002, "icpsr": 4000, "wikipedia": "Edward S. Hamlin", "house_history": 14433, "wikidata": "Q1293424", "google_entity_id": "kg:/m/02rl_mt"}, "name": {"first": "Edward", "middle": "Stowe", "last": "Hamlin"}, "bio": {"birthday": "1808-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 21, "party": "Whig"}]}, {"id": {"bioguide": "H000125", "govtrack": 405007, "icpsr": 4004, "wikipedia": "William H. Hammett", "house_history": 14440, "wikidata": "Q1737092", "google_entity_id": "kg:/m/02rtnkr"}, "name": {"first": "William", "middle": "Henry", "last": "Hammett"}, "bio": {"gender": "M", "birthday": "1799-03-25"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MS", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "H000167", "govtrack": 405049, "icpsr": 4041, "wikipedia": "Edward A. Hannegan", "house_history": 14490, "wikidata": "Q826796", "google_entity_id": "kg:/m/0cyngx"}, "name": {"first": "Edward", "middle": "Allen", "last": "Hannegan"}, "bio": {"birthday": "1807-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "IN", "district": 7, "party": "Jackson"}, {"type": "sen", "start": "1843-12-04", "end": "1849-03-03", "state": "IN", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000185", "govtrack": 405066, "icpsr": 4053, "wikipedia": "John J. Hardin", "house_history": 14515, "wikidata": "Q6241083", "google_entity_id": "kg:/m/02rkbqb"}, "name": {"first": "John", "middle": "J.", "last": "Hardin"}, "bio": {"birthday": "1810-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IL", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "H000406", "govtrack": 405273, "icpsr": 4245, "wikipedia": "Samuel Hays (Pennsylvania politician)", "house_history": 14783, "wikidata": "Q7411654", "google_entity_id": "kg:/m/026fx2h"}, "name": {"first": "Samuel", "last": "Hays"}, "bio": {"birthday": "1783-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "H000411", "govtrack": 405278, "icpsr": 4250, "wikipedia": "William Henry Haywood Jr.", "wikidata": "Q5794515", "google_entity_id": "kg:/m/02kl5v"}, "name": {"first": "William", "middle": "Henry", "last": "Haywood", "suffix": "Jr."}, "bio": {"birthday": "1801-10-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1843-12-04", "end": "1847-03-03", "state": "NC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000539", "govtrack": 405401, "icpsr": 4363, "wikipedia": "Joshua Herrick", "house_history": 14952, "wikidata": "Q1581000", "google_entity_id": "kg:/m/02rxt4z"}, "name": {"first": "Joshua", "last": "Herrick"}, "bio": {"birthday": "1793-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "ME", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000895", "govtrack": 405741, "icpsr": 4679, "house_history": 15390, "wikipedia": "William Spring Hubbell", "wikidata": "Q8018673", "google_entity_id": "kg:/m/0bmn2k"}, "name": {"first": "William", "middle": "Spring", "last": "Hubbell"}, "bio": {"birthday": "1801-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 30, "party": "Democrat"}]}, {"id": {"bioguide": "H000917", "govtrack": 405762, "icpsr": 4696, "wikipedia": "Daniel Elliott Huger", "wikidata": "Q1160550", "google_entity_id": "kg:/m/0265qs3"}, "name": {"first": "Daniel", "middle": "Elliott", "last": "Huger"}, "bio": {"gender": "M", "birthday": "1779-06-28"}, "terms": [{"type": "sen", "start": "1843-12-04", "end": "1845-12-31", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000927", "govtrack": 405772, "icpsr": 4705, "wikipedia": "James Madison Hughes", "house_history": 15428, "wikidata": "Q1632551", "google_entity_id": "kg:/m/02rz6yj"}, "name": {"first": "James", "middle": "Madison", "last": "Hughes"}, "bio": {"birthday": "1809-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "I000033", "govtrack": 405891, "icpsr": 4818, "wikipedia": "James Irvin", "house_history": 15658, "wikidata": "Q6136585", "google_entity_id": "kg:/m/0gdw3d"}, "name": {"first": "James", "last": "Irvin"}, "bio": {"birthday": "1800-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 14, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 17, "party": "Whig"}]}, {"id": {"bioguide": "J000059", "govtrack": 405964, "icpsr": 4893, "wikipedia": "Spencer Jarnagin", "wikidata": "Q1658224", "google_entity_id": "kg:/m/04kgz8"}, "name": {"first": "Spencer", "last": "Jarnagin"}, "terms": [{"type": "sen", "start": "1843-12-04", "end": "1847-03-03", "state": "TN", "class": 2, "party": "Whig"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "J000092", "govtrack": 405994, "icpsr": 4921, "house_history": 15810, "wikipedia": "Michael Hutchinson Jenks", "wikidata": "Q6831315", "google_entity_id": "kg:/m/026fc32"}, "name": {"first": "Michael", "middle": "Hutchinson", "last": "Jenks"}, "bio": {"birthday": "1795-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "J000122", "govtrack": 406022, "icpsr": 4945, "wikipedia": "Cave Johnson", "house_history": 15847, "wikidata": "Q928265", "google_entity_id": "kg:/m/01nj7x"}, "name": {"first": "Cave", "last": "Johnson"}, "bio": {"birthday": "1793-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "TN", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "TN", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "TN", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "TN", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "TN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "TN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "TN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "J000167", "govtrack": 406064, "icpsr": 4985, "wikipedia": "Perley B. Johnson", "house_history": 15905, "wikidata": "Q7169142", "google_entity_id": "kg:/m/02rm2r5"}, "name": {"first": "Perley", "middle": "Brown", "last": "Johnson"}, "bio": {"birthday": "1798-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 13, "party": "Whig"}]}, {"id": {"bioguide": "J000240", "govtrack": 406133, "icpsr": 5049, "house_history": 15997, "wikipedia": "John Winston Jones", "wikidata": "Q175841", "google_entity_id": "kg:/m/03bfvp"}, "name": {"first": "John", "middle": "Winston", "last": "Jones"}, "bio": {"birthday": "1791-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "K000109", "govtrack": 406276, "icpsr": 5182, "wikipedia": "John P. Kennedy", "house_history": 16212, "wikidata": "Q938005", "google_entity_id": "kg:/m/021l6k"}, "name": {"first": "John", "middle": "Pendleton", "last": "Kennedy"}, "bio": {"birthday": "1795-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MD", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MD", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MD", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "K000236", "govtrack": 406395, "icpsr": 5293, "wikipedia": "Littleton Kirkpatrick", "house_history": 16373, "wikidata": "Q1865875", "google_entity_id": "kg:/m/02z4yf_"}, "name": {"first": "Littleton", "last": "Kirkpatrick"}, "bio": {"birthday": "1797-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "L000001", "govtrack": 406511, "icpsr": 5389, "house_history": 16574, "wikipedia": "Alc\u00e9e Louis la Branche", "wikidata": "Q652946", "google_entity_id": "kg:/m/0ddqrn"}, "name": {"first": "Alc\u00e9e", "middle": "Louis", "last": "La Branche"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "LA", "district": 2, "party": "Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "L000029", "govtrack": 406539, "wikipedia": "John Basil Lamar", "house_history": 16611, "wikidata": "Q1699283", "google_entity_id": "kg:/m/0271652"}, "name": {"first": "John", "middle": "Basil", "last": "Lamar"}, "bio": {"birthday": "1812-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "GA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "L000248", "govtrack": 406751, "icpsr": 5613, "wikipedia": "Moses G. Leonard", "house_history": 16901, "wikidata": "Q759135", "google_entity_id": "kg:/m/02rktw0"}, "name": {"first": "Moses", "middle": "Gage", "last": "Leonard"}, "bio": {"birthday": "1809-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "L000494", "govtrack": 406981, "icpsr": 5824, "house_history": 17209, "wikipedia": "William Lucas (politician)", "wikidata": "Q304964", "google_entity_id": "kg:/m/027dk8w"}, "name": {"first": "William", "last": "Lucas"}, "bio": {"birthday": "1800-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "L000544", "govtrack": 407028, "icpsr": 5866, "wikipedia": "Lucius Lyon", "house_history": 17272, "wikidata": "Q3838979", "google_entity_id": "kg:/m/02m473"}, "name": {"first": "Lucius", "last": "Lyon"}, "bio": {"birthday": "1800-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MI", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1837-09-04", "end": "1839-03-03", "state": "MI", "class": 1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000237", "govtrack": 407255, "icpsr": 6073, "house_history": 17615, "wikipedia": "James Mathews (American politician)", "wikidata": "Q13219446", "google_entity_id": "kg:/m/03cw17p"}, "name": {"first": "James", "last": "Mathews"}, "bio": {"birthday": "1805-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "M000323", "govtrack": 407333, "icpsr": 6142, "wikipedia": "William C. McCauslen", "house_history": 17725, "wikidata": "Q8006358", "google_entity_id": "kg:/m/02rm3gx"}, "name": {"first": "William", "middle": "Cochran", "last": "McCauslen"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "M000713", "govtrack": 407696, "icpsr": 6473, "wikipedia": "John Millen (American politician)", "house_history": 18223, "wikidata": "Q1505639", "google_entity_id": "kg:/m/027b6qf"}, "name": {"first": "John", "last": "Millen"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "GA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000899", "govtrack": 407871, "icpsr": 6633, "wikipedia": "Heman A. Moore", "house_history": 18464, "wikidata": "Q5710953", "google_entity_id": "kg:/m/02rm0xq"}, "name": {"first": "Heman", "middle": "Allen", "last": "Moore"}, "bio": {"birthday": "1809-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "N000080", "govtrack": 408167, "icpsr": 6908, "wikipedia": "Willoughby Newton", "house_history": 18933, "wikidata": "Q3034", "google_entity_id": "kg:/m/027zm_y"}, "name": {"first": "Willoughby", "last": "Newton"}, "bio": {"birthday": "1802-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "N000108", "govtrack": 408192, "icpsr": 6931, "wikipedia": "John Milton Niles", "wikidata": "Q302111", "google_entity_id": "kg:/m/0399bm"}, "name": {"first": "John", "middle": "Milton", "last": "Niles"}, "bio": {"birthday": "1787-08-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1835-12-07", "end": "1839-03-03", "state": "CT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1843-12-04", "end": "1849-03-03", "state": "CT", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000076", "govtrack": 408486, "icpsr": 7209, "wikipedia": "William Parmenter", "house_history": 19366, "wikidata": "Q934094", "google_entity_id": "kg:/m/026v0gn"}, "name": {"first": "William", "last": "Parmenter"}, "bio": {"birthday": "1789-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "P000129", "govtrack": 412172, "icpsr": 7254, "wikipedia": "Thomas J. Paterson", "house_history": 19436, "wikidata": "Q3388801", "google_entity_id": "kg:/m/02rkx60"}, "name": {"first": "Thomas", "middle": "J.", "last": "Patterson"}, "bio": {"gender": "M", "birthday": "1805-04-10"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 28, "party": "Whig"}]}, {"id": {"bioguide": "P000462", "govtrack": 408850, "icpsr": 7554, "wikipedia": "Elisha R. Potter", "house_history": 19854, "wikidata": "Q1330735", "google_entity_id": "kg:/m/02fc15"}, "name": {"first": "Elisha", "middle": "Reynolds", "last": "Potter"}, "bio": {"birthday": "1811-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "RI", "district": 2, "party": "Law and Order"}]}, {"id": {"bioguide": "P000507", "govtrack": 408892, "icpsr": 7597, "house_history": 19906, "wikipedia": "Zadock Pratt", "wikidata": "Q8064166", "google_entity_id": "kg:/m/027pzb2"}, "name": {"first": "Zadock", "last": "Pratt"}, "bio": {"birthday": "1790-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "P000515", "govtrack": 408900, "icpsr": 7604, "wikipedia": "Jacob Alexander Preston", "house_history": 19916, "wikidata": "Q1726956", "google_entity_id": "kg:/m/02rhhzx"}, "name": {"first": "Jacob", "middle": "Alexander", "last": "Preston"}, "bio": {"birthday": "1796-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MD", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "P000571", "govtrack": 408954, "icpsr": 7653, "wikipedia": "Meade Purdy", "house_history": 19990, "wikidata": "Q6803175", "google_entity_id": "kg:/m/02rktqk"}, "name": {"first": "Smith", "middle": "Meade", "last": "Purdy"}, "bio": {"birthday": "1796-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "R000087", "govtrack": 409067, "icpsr": 7758, "wikipedia": "Kenneth Rayner", "house_history": 20190, "wikidata": "Q1526104", "google_entity_id": "kg:/m/050y69"}, "name": {"first": "Kenneth", "last": "Rayner"}, "bio": {"birthday": "1808-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NC", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NC", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NC", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "R000090", "govtrack": 409070, "icpsr": 7761, "wikipedia": "Almon Heath Read", "house_history": 20193, "wikidata": "Q4733876", "google_entity_id": "kg:/m/026fwr4"}, "name": {"first": "Almon", "middle": "Heath", "last": "Read"}, "bio": {"birthday": "1790-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "R000106", "govtrack": 409085, "icpsr": 7776, "wikipedia": "John Randall Reding", "house_history": 20212, "wikidata": "Q1701519", "google_entity_id": "kg:/m/02rhkhc"}, "name": {"first": "John", "middle": "Randall", "last": "Reding"}, "bio": {"birthday": "1805-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NH", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "R000110", "govtrack": 409090, "icpsr": 7778, "wikipedia": "Charles Manning Reed", "house_history": 20217, "wikidata": "Q5080638", "google_entity_id": "kg:/m/026fc8y"}, "name": {"first": "Charles", "middle": "Manning", "last": "Reed"}, "bio": {"birthday": "1803-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 23, "party": "Whig"}]}, {"id": {"bioguide": "R000351", "govtrack": 409322, "icpsr": 7990, "wikipedia": "Orville Robinson", "house_history": 20516, "wikidata": "Q7105252", "google_entity_id": "kg:/m/02rkv6q"}, "name": {"first": "Orville", "last": "Robinson"}, "bio": {"birthday": "1801-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "R000379", "govtrack": 409349, "icpsr": 8015, "house_history": 20552, "wikipedia": "George B. Rodney", "wikidata": "Q282574", "google_entity_id": "kg:/m/0ds6y4"}, "name": {"first": "George", "middle": "Brydges", "last": "Rodney"}, "bio": {"birthday": "1803-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "DE", "district": 0, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "DE", "district": 0, "party": "Whig"}]}, {"id": {"bioguide": "R000390", "govtrack": 409358, "icpsr": 8022, "wikipedia": "Charles Rogers (New York)", "house_history": 20566, "wikidata": "Q2688846", "google_entity_id": "kg:/m/02rkn8z"}, "name": {"first": "Charles", "last": "Rogers"}, "bio": {"birthday": "1800-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 14, "party": "Whig"}]}, {"id": {"bioguide": "R000528", "govtrack": 409486, "icpsr": 8130, "wikipedia": "Jeremiah Russell", "house_history": 20737, "wikidata": "Q1659533", "google_entity_id": "kg:/m/02rkrxy"}, "name": {"first": "Jeremiah", "last": "Russell"}, "bio": {"birthday": "1786-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "S000024", "govtrack": 409543, "icpsr": 8188, "wikipedia": "Samuel C. Sample", "house_history": 21160, "wikidata": "Q2218058", "google_entity_id": "kg:/m/026gmjb"}, "name": {"first": "Samuel", "middle": "Caldwell", "last": "Sample"}, "bio": {"birthday": "1796-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IN", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "S000078", "govtrack": 409590, "icpsr": 8228, "house_history": 21231, "wikipedia": "Romulus Mitchell Saunders", "wikidata": "Q2165336", "google_entity_id": "kg:/m/0727h7"}, "name": {"first": "Romulus", "middle": "Mitchell", "last": "Saunders"}, "bio": {"birthday": "1791-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NC", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000239", "govtrack": 409743, "icpsr": 8360, "wikipedia": "James Semple", "wikidata": "Q435130", "google_entity_id": "kg:/m/0bl0dy"}, "name": {"first": "James", "last": "Semple"}, "bio": {"birthday": "1798-01-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1843-12-04", "end": "1847-03-03", "state": "IL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000245", "govtrack": 409748, "icpsr": 8364, "wikipedia": "William Tandy Senter", "house_history": 21439, "wikidata": "Q2580715", "google_entity_id": "kg:/m/0ckgl4"}, "name": {"first": "William", "middle": "Tandy", "last": "Senter"}, "bio": {"birthday": "1801-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "TN", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "S000256", "govtrack": 409757, "icpsr": 8373, "wikipedia": "Ambrose Hundley Sevier", "house_history": 21454, "wikidata": "Q459260", "google_entity_id": "kg:/m/01smsd"}, "name": {"first": "Ambrose", "middle": "Hundley", "last": "Sevier"}, "bio": {"birthday": "1801-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "AR", "district": -1, "party": "Jacksonian"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "AR", "district": -1, "party": "Jacksonian"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "AR", "district": -1, "party": "Jacksonian"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "AR", "district": -1, "party": "Jacksonian"}, {"type": "sen", "start": "1836-01-01", "end": "1843-03-03", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1843-12-04", "end": "1849-03-03", "state": "AR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000271", "govtrack": 409772, "icpsr": 8387, "wikipedia": "Thomas H. Seymour", "house_history": 21471, "wikidata": "Q885448", "google_entity_id": "kg:/m/02rjzs1"}, "name": {"first": "Thomas", "middle": "Hart", "last": "Seymour"}, "bio": {"birthday": "1807-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "CT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000425", "govtrack": 409919, "icpsr": 8523, "wikipedia": "Samuel Simons", "house_history": 21667, "wikidata": "Q920988", "google_entity_id": "kg:/m/02p_yn9"}, "name": {"first": "Samuel", "last": "Simons"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "CT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000576", "govtrack": 412101, "icpsr": 8657, "wikipedia": "John T. Smith (congressman)", "house_history": 21847, "wikidata": "Q6260108", "google_entity_id": "kg:/m/026fvyc"}, "name": {"first": "John", "middle": "T.", "last": "Smith"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000720", "govtrack": 410189, "icpsr": 8780, "wikipedia": "Thomas Ara Spence", "house_history": 22027, "wikidata": "Q2277834", "google_entity_id": "kg:/m/0dzy8h"}, "name": {"first": "Thomas", "middle": "Ara", "last": "Spence"}, "bio": {"birthday": "1810-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MD", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "S000843", "govtrack": 410307, "icpsr": 8878, "wikipedia": "Lewis Steenrod", "house_history": 22182, "wikidata": "Q111969", "google_entity_id": "kg:/m/02pjh_n"}, "name": {"first": "Lewis", "last": "Steenrod"}, "bio": {"birthday": "1810-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "S000874", "govtrack": 410336, "icpsr": 8904, "wikipedia": "Lemuel Stetson", "house_history": 22220, "wikidata": "Q2979725", "google_entity_id": "kg:/m/026kcy7"}, "name": {"first": "Lemuel", "last": "Stetson"}, "bio": {"birthday": "1804-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "S000913", "govtrack": 410373, "icpsr": 8939, "wikipedia": "John Stewart (Connecticut)", "house_history": 22266, "wikidata": "Q1701835", "google_entity_id": "kg:/m/02rvbdt"}, "name": {"first": "John", "last": "Stewart"}, "bio": {"birthday": "1795-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "CT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000925", "govtrack": 410385, "icpsr": 8951, "wikipedia": "William Henry Stiles", "house_history": 22283, "wikidata": "Q2579248", "google_entity_id": "kg:/m/027b724"}, "name": {"first": "William", "middle": "Henry", "last": "Stiles"}, "bio": {"birthday": "1808-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "GA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S000952", "govtrack": 410411, "icpsr": 8974, "wikipedia": "Alfred P. Stone", "house_history": 22316, "wikidata": "Q4723257", "google_entity_id": "kg:/m/02rlzr7"}, "name": {"first": "Alfred", "middle": "Parish", "last": "Stone"}, "bio": {"birthday": "1813-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "S001016", "govtrack": 410473, "icpsr": 9035, "wikipedia": "Selah B. Strong", "house_history": 22395, "wikidata": "Q129445", "google_entity_id": "kg:/m/026mw3x"}, "name": {"first": "Selah", "middle": "Brewster", "last": "Strong"}, "bio": {"birthday": "1792-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S001066", "govtrack": 410520, "icpsr": 9081, "wikipedia": "George W. Summers", "house_history": 22456, "wikidata": "Q93827", "google_entity_id": "kg:/m/02q83kg"}, "name": {"first": "George", "middle": "William", "last": "Summers"}, "bio": {"birthday": "1804-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 19, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 14, "party": "Whig"}]}, {"id": {"bioguide": "T000404", "govtrack": 410973, "icpsr": 9502, "house_history": 23127, "wikipedia": "Tilghman Tucker", "wikidata": "Q889198", "google_entity_id": "kg:/m/0464gd"}, "name": {"first": "Tilghman", "middle": "Mayfield", "last": "Tucker"}, "bio": {"birthday": "1802-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MS", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "T000447", "govtrack": 411015, "icpsr": 9539, "wikipedia": "Asher Tyler", "house_history": 23182, "wikidata": "Q4804858", "google_entity_id": "kg:/m/026mv1w"}, "name": {"first": "Asher", "last": "Tyler"}, "bio": {"birthday": "1798-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 31, "party": "Whig"}]}, {"id": {"bioguide": "V000048", "govtrack": 411127, "icpsr": 9624, "wikipedia": "John I. Vanmeter", "house_history": 20933, "wikidata": "Q6240620", "google_entity_id": "kg:/m/02rm1ns"}, "name": {"first": "John", "middle": "Inskeep", "last": "Vanmeter"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "W000311", "govtrack": 411475, "icpsr": 9969, "wikipedia": "John Wethered", "house_history": 23587, "wikidata": "Q983170", "google_entity_id": "kg:/m/02rj0bv"}, "name": {"first": "John", "last": "Wethered"}, "bio": {"birthday": "1809-05-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MD", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "W000357", "govtrack": 411519, "icpsr": 10011, "wikipedia": "Benjamin White (Maine politician)", "house_history": 23640, "wikidata": "Q817735", "google_entity_id": "kg:/m/02ry1jv"}, "name": {"first": "Benjamin", "last": "White"}, "bio": {"birthday": "1790-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "ME", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000380", "govtrack": 411541, "icpsr": 10033, "house_history": 23667, "wikipedia": "John White (Kentucky politician)", "wikidata": "Q1384513", "google_entity_id": "kg:/m/047fwf"}, "name": {"first": "John", "last": "White"}, "bio": {"birthday": "1802-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "KY", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "KY", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "KY", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "KY", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "KY", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "W000475", "govtrack": 411632, "icpsr": 10120, "house_history": 23782, "wikipedia": "William Wilkins (U.S. politician)", "wikidata": "Q718718", "google_entity_id": "kg:/m/03wt_5"}, "name": {"first": "William", "last": "Wilkins"}, "bio": {"birthday": "1779-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1831-12-05", "end": "1835-03-03", "state": "PA", "class": 3, "party": "Jackson"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "W000503", "govtrack": 411660, "icpsr": 10148, "wikipedia": "Henry Williams (Massachusetts)", "house_history": 23813, "wikidata": "Q993376", "google_entity_id": "kg:/m/02rl4d1"}, "name": {"first": "Henry", "last": "Williams"}, "bio": {"birthday": "1805-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "W000649", "govtrack": 411803, "icpsr": 10286, "wikipedia": "Henry A. Wise", "house_history": 23990, "wikidata": "Q878516", "google_entity_id": "kg:/m/038426"}, "name": {"first": "Henry", "middle": "Alexander", "last": "Wise"}, "bio": {"birthday": "1806-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 8, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "W000770", "govtrack": 411919, "icpsr": 10398, "wikipedia": "Silas Wright", "house_history": 24137, "wikidata": "Q777453", "google_entity_id": "kg:/m/02z5dk"}, "name": {"first": "Silas", "last": "Wright", "suffix": "Jr."}, "bio": {"birthday": "1795-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 20, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NY", "district": -1, "party": "Jacksonian"}, {"type": "sen", "start": "1833-12-02", "end": "1837-03-03", "state": "NY", "class": 3, "party": "Jackson"}, {"type": "sen", "start": "1837-09-04", "end": "1843-03-03", "state": "NY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000317", "govtrack": 403437, "icpsr": 2569, "wikipedia": "Daniel S. Dickinson", "wikidata": "Q1162460", "google_entity_id": "kg:/m/04c7k9"}, "name": {"first": "Daniel", "middle": "Stevens", "last": "Dickinson"}, "bio": {"birthday": "1800-09-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1844-01-01", "end": "1851-03-03", "state": "NY", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000304", "govtrack": 404253, "icpsr": 3306, "wikipedia": "Henry A. Foster", "house_history": 13357, "wikidata": "Q3661072", "google_entity_id": "kg:/m/06796l"}, "name": {"first": "Henry", "middle": "Allen", "last": "Foster"}, "bio": {"birthday": "1800-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "sen", "start": "1844-01-01", "end": "1845-12-31", "state": "NY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000336", "govtrack": 404285, "icpsr": 3335, "wikipedia": "John Brown Francis", "wikidata": "Q437997", "google_entity_id": "kg:/m/0d1zby"}, "name": {"first": "John", "middle": "Brown", "last": "Francis"}, "bio": {"birthday": "1791-05-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1844-01-01", "end": "1845-03-03", "state": "RI", "class": 1, "party": "Law and Order"}]}, {"id": {"bioguide": "J000137", "govtrack": 406036, "icpsr": 4959, "house_history": 15865, "wikipedia": "Henry Johnson (Louisiana politician)", "wikidata": "Q767426", "google_entity_id": "kg:/m/0cvwfs"}, "name": {"first": "Henry", "last": "Johnson"}, "bio": {"birthday": "1783-09-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1818-01-01", "end": "1823-03-03", "state": "LA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1823-12-01", "end": "1825-03-03", "state": "LA", "class": 2}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "LA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "LA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "LA", "district": 1, "party": "Whig"}, {"type": "sen", "start": "1844-01-01", "end": "1849-03-03", "state": "LA", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "P000409", "govtrack": 408802, "icpsr": 7507, "house_history": 19788, "wikipedia": "James K. Polk", "wikidata": "Q11891", "google_entity_id": "kg:/m/042f1"}, "name": {"first": "James", "middle": "Knox", "last": "Polk"}, "bio": {"birthday": "1795-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "TN", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "TN", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "TN", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "TN", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "TN", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "TN", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "TN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "A000198", "govtrack": 400853, "icpsr": 175, "wikipedia": "Joseph H. Anderson", "house_history": 8531, "wikidata": "Q1156101", "google_entity_id": "kg:/m/02rkt5h"}, "name": {"first": "Joseph", "middle": "Halstead", "last": "Anderson"}, "bio": {"birthday": "1800-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "A000291", "govtrack": 400933, "icpsr": 243, "wikipedia": "Lemuel H. Arnold", "house_history": 8666, "wikidata": "Q883272", "google_entity_id": "kg:/m/0748ss"}, "name": {"first": "Lemuel", "middle": "Hastings", "last": "Arnold"}, "bio": {"birthday": "1792-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "RI", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "B000343", "govtrack": 401335, "icpsr": 609, "wikipedia": "Joshua Fry Bell", "house_history": 9221, "wikidata": "Q1708561", "google_entity_id": "kg:/m/06b7j7"}, "name": {"first": "Joshua", "middle": "Fry", "last": "Bell"}, "bio": {"birthday": "1811-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "KY", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "B000394", "govtrack": 401385, "icpsr": 654, "wikipedia": "Charles S. Benton", "house_history": 9286, "wikidata": "Q3700968", "google_entity_id": "kg:/m/02x66nc"}, "name": {"first": "Charles", "middle": "Swan", "last": "Benton"}, "bio": {"birthday": "1810-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "B000500", "govtrack": 401480, "icpsr": 744, "wikipedia": "James Black (congressman)", "house_history": 9422, "wikidata": "Q6129822", "google_entity_id": "kg:/m/026fwtx"}, "name": {"first": "James", "last": "Black"}, "bio": {"birthday": "1793-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 13, "party": "Jackson"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "B000838", "govtrack": 401795, "icpsr": 1041, "wikipedia": "Jacob Brinkerhoff", "house_history": 9860, "wikidata": "Q13219324", "google_entity_id": "kg:/m/083stb"}, "name": {"first": "Jacob", "last": "Brinkerhoff"}, "bio": {"birthday": "1810-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "B000852", "govtrack": 401809, "icpsr": 1052, "wikipedia": "William Henry Brockenbrough", "house_history": 9880, "wikidata": "Q2579189", "google_entity_id": "kg:/m/0b4615"}, "name": {"first": "William", "middle": "Henry", "last": "Brockenbrough"}, "bio": {"birthday": "1812-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "FL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000938", "govtrack": 401892, "icpsr": 1128, "wikipedia": "Milton Brown (politician)", "house_history": 9989, "wikidata": "Q1616921", "google_entity_id": "kg:/m/02rkzw_"}, "name": {"first": "Milton", "last": "Brown"}, "bio": {"birthday": "1804-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "TN", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "TN", "district": 11, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "TN", "district": 11, "party": "Whig"}]}, {"id": {"bioguide": "B001041", "govtrack": 401990, "icpsr": 1219, "wikipedia": "Joseph Buffington (congressman)", "house_history": 10118, "wikidata": "Q6281782", "google_entity_id": "kg:/m/026f82h"}, "name": {"first": "Joseph", "last": "Buffington"}, "bio": {"birthday": "1803-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 24, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 24, "party": "Whig"}]}, {"id": {"bioguide": "C000093", "govtrack": 402248, "icpsr": 1458, "wikipedia": "John Hull Campbell", "house_history": 10560, "wikidata": "Q6240341", "google_entity_id": "kg:/m/026fvty"}, "name": {"first": "John", "middle": "Hull", "last": "Campbell"}, "bio": {"birthday": "1800-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 3, "party": "American"}]}, {"id": {"bioguide": "C000105", "govtrack": 402258, "icpsr": 1469, "wikipedia": "William W. Campbell (New York)", "house_history": 10576, "wikidata": "Q980587", "google_entity_id": "kg:/m/05_dlt"}, "name": {"first": "William", "middle": "W.", "last": "Campbell"}, "bio": {"birthday": "1806-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 6, "party": "American"}]}, {"id": {"bioguide": "C000186", "govtrack": 402333, "icpsr": 1537, "wikipedia": "Charles H. Carroll", "house_history": 10685, "wikidata": "Q5078543", "google_entity_id": "kg:/m/037db1"}, "name": {"first": "Charles", "middle": "Holker", "last": "Carroll"}, "bio": {"birthday": "1794-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 29, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 29, "party": "Whig"}]}, {"id": {"bioguide": "C000273", "govtrack": 402416, "icpsr": 1618, "wikipedia": "Joseph W. Chalmers", "wikidata": "Q1365011", "google_entity_id": "kg:/m/0cy_2t"}, "name": {"first": "Joseph", "middle": "Williams", "last": "Chalmers"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1845-12-01", "end": "1847-03-03", "state": "MS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000308", "govtrack": 402450, "icpsr": 1651, "wikipedia": "Augustus A. Chapman", "house_history": 10841, "wikidata": "Q64458", "google_entity_id": "kg:/m/027nkhl"}, "name": {"first": "Augustus", "middle": "Alexandria", "last": "Chapman"}, "bio": {"birthday": "1803-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "C000316", "govtrack": 402458, "icpsr": 1658, "house_history": 10850, "wikipedia": "Reuben Chapman", "wikidata": "Q548839", "google_entity_id": "kg:/m/03g2zs"}, "name": {"first": "Reuben", "last": "Chapman"}, "bio": {"birthday": "1799-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "AL", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "AL", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "AL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000368", "govtrack": 402507, "icpsr": 1705, "wikipedia": "John Smith Chipman", "house_history": 10915, "wikidata": "Q736883", "google_entity_id": "kg:/m/057r1x"}, "name": {"first": "John", "middle": "Smith", "last": "Chipman"}, "bio": {"birthday": "1800-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000434", "govtrack": 402572, "icpsr": 1766, "house_history": 10995, "wikipedia": "Henry Selby Clark", "wikidata": "Q1607251", "google_entity_id": "kg:/m/0bmjvs"}, "name": {"first": "Henry", "middle": "Selby", "last": "Clark"}, "bio": {"birthday": "1809-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000632", "govtrack": 402761, "icpsr": 1944, "wikipedia": "John F. Collin", "house_history": 11242, "wikidata": "Q2115292", "google_entity_id": "kg:/m/02rks6x"}, "name": {"first": "John", "middle": "Francis", "last": "Collin"}, "bio": {"birthday": "1802-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000708", "govtrack": 402832, "icpsr": 2008, "house_history": 11340, "wikipedia": "Albert Constable", "wikidata": "Q1726968", "google_entity_id": "kg:/m/02qw3s6"}, "name": {"first": "Albert", "last": "Constable"}, "bio": {"birthday": "1805-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MD", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000803", "govtrack": 402922, "icpsr": 2088, "wikipedia": "James La Fayette Cottrell", "house_history": 11461, "wikidata": "Q995891", "google_entity_id": "kg:/m/02rkzfk"}, "name": {"first": "James", "middle": "La Fayette", "last": "Cottrell"}, "bio": {"birthday": "1808-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000878", "govtrack": 402991, "icpsr": 2149, "wikipedia": "Henry Y. Cranston", "house_history": 11553, "wikidata": "Q203152", "google_entity_id": "kg:/m/02rhhjd"}, "name": {"first": "Henry", "middle": "Young", "last": "Cranston"}, "bio": {"birthday": "1789-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "RI", "district": 1, "party": "Law and Order"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "RI", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "C000972", "govtrack": 403083, "icpsr": 2238, "wikipedia": "Alvan Cullom", "house_history": 11668, "wikidata": "Q448247", "google_entity_id": "kg:/m/0ckgyx"}, "name": {"first": "Alvan", "last": "Cullom"}, "bio": {"birthday": "1797-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "TN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000978", "govtrack": 403089, "icpsr": 2244, "wikipedia": "Erastus D. Culver", "house_history": 11675, "wikidata": "Q2688867", "google_entity_id": "kg:/m/02rkp98"}, "name": {"first": "Erastus", "middle": "Dean", "last": "Culver"}, "bio": {"birthday": "1803-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 14, "party": "Whig"}]}, {"id": {"bioguide": "C000990", "govtrack": 403098, "icpsr": 2254, "wikipedia": "Francis A. Cunningham", "house_history": 11691, "wikidata": "Q922428", "google_entity_id": "kg:/m/02rl_vb"}, "name": {"first": "Francis", "middle": "Alanson", "last": "Cunningham"}, "bio": {"birthday": "1804-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000052", "govtrack": 403191, "icpsr": 2336, "wikipedia": "Edmund Strother Dargan", "house_history": 11894, "wikidata": "Q1286905", "google_entity_id": "kg:/m/02rk1jf"}, "name": {"first": "Edmund", "middle": "Strother", "last": "Dargan"}, "bio": {"birthday": "1805-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "AL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000061", "govtrack": 403200, "icpsr": 2345, "wikipedia": "Cornelius Darragh", "house_history": 11906, "wikidata": "Q5171349", "google_entity_id": "kg:/m/026fbcc"}, "name": {"first": "Cornelius", "last": "Darragh"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 21, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 21, "party": "Whig"}]}, {"id": {"bioguide": "D000120", "govtrack": 403255, "icpsr": 2399, "house_history": 11981, "wikipedia": "John Wesley Davis", "wikidata": "Q721225", "google_entity_id": "kg:/m/047fyy"}, "name": {"first": "John", "middle": "Wesley", "last": "Davis"}, "bio": {"birthday": "1799-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "IN", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "D000152", "govtrack": 403285, "icpsr": 2427, "house_history": 12020, "wikipedia": "John Bennett Dawson", "wikidata": "Q1699316", "google_entity_id": "kg:/m/0bsk_4"}, "name": {"first": "John", "middle": "Bennett", "last": "Dawson"}, "bio": {"birthday": "1798-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "LA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "D000166", "govtrack": 403298, "icpsr": 2441, "wikipedia": "William L. Dayton", "wikidata": "Q331182", "google_entity_id": "kg:/m/04pgrd"}, "name": {"first": "William", "middle": "Lewis", "last": "Dayton"}, "bio": {"birthday": "1807-02-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1842-01-01", "end": "1845-03-03", "state": "NJ", "class": 1, "party": "Whig"}, {"type": "sen", "start": "1845-12-01", "end": "1851-03-03", "state": "NJ", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "D000223", "govtrack": 403315, "icpsr": 2488, "wikipedia": "John De Mott", "house_history": 12110, "wikidata": "Q6228976", "google_entity_id": "kg:/m/02rlcjw"}, "name": {"first": "John", "last": "De Mott"}, "bio": {"birthday": "1790-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 27, "party": "Democrat"}]}, {"id": {"bioguide": "D000346", "govtrack": 403464, "icpsr": 2596, "wikipedia": "Paul Dillingham", "house_history": 12257, "wikidata": "Q885200", "google_entity_id": "kg:/m/02r7h13"}, "name": {"first": "Paul", "last": "Dillingham", "suffix": "Jr."}, "bio": {"birthday": "1799-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VT", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000365", "govtrack": 403482, "icpsr": 2614, "wikipedia": "John Adams Dix", "wikidata": "Q720259", "google_entity_id": "kg:/m/03kw8x"}, "name": {"first": "John", "middle": "Adams", "last": "Dix"}, "bio": {"birthday": "1798-07-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1845-12-01", "end": "1849-03-03", "state": "NY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000381", "govtrack": 403497, "icpsr": 2628, "wikipedia": "James C. Dobbin", "house_history": 12302, "wikidata": "Q373382", "google_entity_id": "kg:/m/044_2l"}, "name": {"first": "James", "middle": "Cochrane", "last": "Dobbin"}, "bio": {"birthday": "1814-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "D000543", "govtrack": 403651, "icpsr": 2768, "wikipedia": "Robert P. Dunlap", "house_history": 12503, "wikidata": "Q882591", "google_entity_id": "kg:/m/02rv9nc"}, "name": {"first": "Robert", "middle": "Pinckney", "last": "Dunlap"}, "bio": {"birthday": "1794-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "ME", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "ME", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000116", "govtrack": 403807, "icpsr": 2905, "wikipedia": "Henry T. Ellett", "house_history": 12737, "wikidata": "Q1607297", "google_entity_id": "kg:/m/02x3_p_"}, "name": {"first": "Henry", "middle": "Thomas", "last": "Ellett"}, "bio": {"birthday": "1812-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MS", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "E000149", "govtrack": 403840, "icpsr": 2937, "wikipedia": "Samuel S. Ellsworth", "house_history": 12778, "wikidata": "Q7412540", "google_entity_id": "kg:/m/02rkwbh"}, "name": {"first": "Samuel", "middle": "Stewart", "last": "Ellsworth"}, "bio": {"birthday": "1790-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "E000200", "govtrack": 403887, "icpsr": 2979, "wikipedia": "Jacob Erdman", "house_history": 12848, "wikidata": "Q1677469", "google_entity_id": "kg:/m/026fv26"}, "name": {"first": "Jacob", "last": "Erdman"}, "bio": {"birthday": "1801-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "E000276", "govtrack": 403955, "icpsr": 3037, "wikipedia": "Edwin Hickman Ewing", "house_history": 12942, "wikidata": "Q1287122", "google_entity_id": "kg:/m/0d94bg"}, "name": {"first": "Edwin", "middle": "Hickman", "last": "Ewing"}, "bio": {"birthday": "1809-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "TN", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "E000278", "govtrack": 403957, "icpsr": 3039, "wikipedia": "John Hoge Ewing", "house_history": 12944, "wikidata": "Q6239526", "google_entity_id": "kg:/m/026f9m9"}, "name": {"first": "John", "middle": "Hoge", "last": "Ewing"}, "bio": {"birthday": "1796-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 20, "party": "Whig"}]}, {"id": {"bioguide": "F000006", "govtrack": 403969, "icpsr": 3049, "wikipedia": "John Fairfield", "house_history": 12972, "wikidata": "Q370652", "google_entity_id": "kg:/m/0bnxdy"}, "name": {"first": "John", "last": "Fairfield"}, "bio": {"birthday": "1797-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "ME", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "ME", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1843-12-04", "end": "1845-03-03", "state": "ME", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1845-12-01", "end": "1847-12-31", "state": "ME", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000089", "govtrack": 404461, "icpsr": 3497, "wikipedia": "William Swan Garvin", "house_history": 13672, "wikidata": "Q8018995", "google_entity_id": "kg:/m/026fwyb"}, "name": {"first": "William", "middle": "Swan", "last": "Garvin"}, "bio": {"birthday": "1806-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "G000184", "govtrack": 404549, "icpsr": 3583, "wikipedia": "William Fell Giles", "house_history": 13798, "wikidata": "Q1287789", "google_entity_id": "kg:/m/02rj_h3"}, "name": {"first": "William", "middle": "Fell", "last": "Giles"}, "bio": {"birthday": "1807-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000315", "govtrack": 404673, "icpsr": 3699, "wikipedia": "Samuel Gordon (New York)", "house_history": 13961, "wikidata": "Q2121169", "google_entity_id": "kg:/m/03ct0tf"}, "name": {"first": "Samuel", "last": "Gordon"}, "bio": {"birthday": "1802-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "G000355", "govtrack": 404710, "icpsr": 3733, "house_history": 14009, "wikipedia": "James Graham (North Carolina)", "wikidata": "Q1680469", "google_entity_id": "kg:/m/0b7m_y"}, "name": {"first": "James", "last": "Graham"}, "bio": {"birthday": "1793-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NC", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NC", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NC", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NC", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NC", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NC", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "G000424", "govtrack": 404771, "icpsr": 3788, "wikipedia": "Albert C. Greene", "wikidata": "Q2622636", "google_entity_id": "kg:/m/0d2l_x"}, "name": {"first": "Albert", "middle": "Collins", "last": "Greene"}, "bio": {"birthday": "1792-04-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1845-12-01", "end": "1851-03-03", "state": "RI", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "G000506", "govtrack": 404851, "icpsr": 3862, "wikipedia": "Martin Grover", "house_history": 14200, "wikidata": "Q6775573", "google_entity_id": "kg:/m/026mv37"}, "name": {"first": "Martin", "last": "Grover"}, "bio": {"birthday": "1811-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 30, "party": "Democrat"}]}, {"id": {"bioguide": "H000330", "govtrack": 405200, "icpsr": 4180, "house_history": 14690, "wikipedia": "Serranus Clinton Hastings", "wikidata": "Q1735726", "google_entity_id": "kg:/m/08qbdv"}, "name": {"first": "Serranus", "middle": "Clinton", "last": "Hastings"}, "bio": {"birthday": "1813-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "H000507", "govtrack": 405371, "icpsr": 4334, "wikipedia": "John Henry (representative)", "house_history": 14914, "wikidata": "Q5321400", "google_entity_id": "kg:/m/02rl145"}, "name": {"first": "John", "last": "Henry"}, "bio": {"birthday": "1800-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IL", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "H000541", "govtrack": 405403, "icpsr": 4365, "wikipedia": "Richard P. Herrick", "house_history": 14955, "wikidata": "Q2278603", "google_entity_id": "kg:/m/02rkw16"}, "name": {"first": "Richard", "middle": "Platt", "last": "Herrick"}, "bio": {"birthday": "1791-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 12, "party": "Whig"}]}, {"id": {"bioguide": "H000697", "govtrack": 405550, "icpsr": 4500, "wikipedia": "Joseph P. Hoge", "house_history": 15145, "wikidata": "Q13218833", "google_entity_id": "kg:/m/02rkbvg"}, "name": {"first": "Joseph", "middle": "Pendleton", "last": "Hoge"}, "bio": {"birthday": "1810-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000812", "govtrack": 405660, "icpsr": 4601, "house_history": 15286, "wikipedia": "William J. Hough", "wikidata": "Q8013247", "google_entity_id": "kg:/m/0gkl86"}, "name": {"first": "William", "middle": "Jervis", "last": "Hough"}, "bio": {"birthday": "1795-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "H000876", "govtrack": 405722, "icpsr": 4661, "wikipedia": "Edmund W. Hubard", "house_history": 15368, "wikidata": "Q1286936", "google_entity_id": "kg:/m/0287ssd"}, "name": {"first": "Edmund", "middle": "Wilcox", "last": "Hubard"}, "bio": {"birthday": "1806-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000968", "govtrack": 405812, "icpsr": 4741, "wikipedia": "Orville Hungerford", "house_history": 15477, "wikidata": "Q7105236", "google_entity_id": "kg:/m/02ptmk5"}, "name": {"first": "Orville", "last": "Hungerford"}, "bio": {"birthday": "1790-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "H000971", "govtrack": 405815, "icpsr": 4744, "wikipedia": "James B. Hunt", "house_history": 15480, "wikidata": "Q1522897", "google_entity_id": "kg:/m/027lrdg"}, "name": {"first": "James", "middle": "Bennett", "last": "Hunt"}, "bio": {"birthday": "1799-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MI", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000997", "govtrack": 405837, "icpsr": 4768, "wikipedia": "Jabez W. Huntington", "house_history": 15510, "wikidata": "Q1676846", "google_entity_id": "kg:/m/0bh5gd"}, "name": {"first": "Jabez", "middle": "Williams", "last": "Huntington"}, "bio": {"birthday": "1788-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "CT", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "CT", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "CT", "district": -1, "party": "Whig"}, {"type": "sen", "start": "1840-01-01", "end": "1845-03-03", "state": "CT", "class": 1, "party": "Whig"}, {"type": "sen", "start": "1845-12-01", "end": "1847-12-31", "state": "CT", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "J000094", "govtrack": 405996, "icpsr": 4923, "wikipedia": "Benning W. Jenness", "wikidata": "Q817890", "google_entity_id": "kg:/m/0cvvvr"}, "name": {"first": "Benning", "middle": "Wentworth", "last": "Jenness"}, "bio": {"birthday": "1806-07-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1845-12-01", "end": "1847-03-03", "state": "NH", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "J000155", "govtrack": 406053, "icpsr": 4974, "house_history": 15886, "wikipedia": "Joseph Johnson (Virginia politician)", "wikidata": "Q691229", "google_entity_id": "kg:/m/03bf7d"}, "name": {"first": "Joseph", "last": "Johnson"}, "bio": {"birthday": "1785-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "VA", "district": 18, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "VA", "district": 18, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "VA", "district": 18, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 20, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "J000252", "govtrack": 406145, "icpsr": 5062, "wikipedia": "Seaborn Jones", "house_history": 16010, "wikidata": "Q965653", "google_entity_id": "kg:/m/0ghqw5"}, "name": {"first": "Seaborn", "last": "Jones"}, "bio": {"birthday": "1788-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "GA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000102", "govtrack": 406270, "icpsr": 5176, "wikipedia": "Andrew Kennedy (American politician)", "house_history": 16205, "wikidata": "Q505658", "google_entity_id": "kg:/m/0610zw"}, "name": {"first": "Andrew", "last": "Kennedy"}, "bio": {"birthday": "1810-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "L000136", "govtrack": 406641, "icpsr": 5513, "wikipedia": "John W. Lawrence", "house_history": 16767, "wikidata": "Q111591", "google_entity_id": "kg:/m/02rks_n"}, "name": {"first": "John", "middle": "Watson", "last": "Lawrence"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000230", "govtrack": 412062, "icpsr": 5595, "wikipedia": "Owen D. Leib", "house_history": 16878, "wikidata": "Q7114444", "google_entity_id": "kg:/m/026fv_f"}, "name": {"first": "Owen", "middle": "D.", "last": "Leib"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 11, "party": "Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "L000270", "govtrack": 412063, "icpsr": 5629, "wikipedia": "Abner Lewis", "house_history": 16927, "wikidata": "Q4668144", "google_entity_id": "kg:/m/02rklr3"}, "name": {"first": "Abner", "last": "Lewis"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 31, "party": "Whig"}], "bio": {"birthday": "1801-08-17", "gender": "M"}}, {"id": {"bioguide": "L000414", "govtrack": 406905, "icpsr": 5755, "wikipedia": "Edward Henry Carroll Long", "house_history": 17108, "wikidata": "Q2277813", "google_entity_id": "kg:/m/0dzyj9"}, "name": {"first": "Edward", "middle": "Henry Carroll", "last": "Long"}, "bio": {"birthday": "1808-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MD", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "M000168", "govtrack": 407190, "icpsr": 6014, "house_history": 17533, "wikipedia": "Barclay Martin", "wikidata": "Q807947", "google_entity_id": "kg:/m/0d93sl"}, "name": {"first": "Barclay", "last": "Martin"}, "bio": {"birthday": "1802-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "TN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000189", "govtrack": 407210, "icpsr": 6031, "house_history": 17556, "wikipedia": "John Preston Martin", "wikidata": "Q1701472", "google_entity_id": "kg:/m/0gy1nd"}, "name": {"first": "John", "middle": "Preston", "last": "Martin"}, "bio": {"birthday": "1811-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "KY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000196", "govtrack": 407216, "wikipedia": "Morgan Lewis Martin", "house_history": 17564, "wikidata": "Q1947648", "google_entity_id": "kg:/m/0b6tmf"}, "name": {"first": "Morgan", "middle": "Lewis", "last": "Martin"}, "bio": {"birthday": "1805-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "WI", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000325", "govtrack": 407335, "icpsr": 6144, "wikipedia": "Moses McClean", "house_history": 17728, "wikidata": "Q6915877", "google_entity_id": "kg:/m/026fw1h"}, "name": {"first": "Moses", "last": "McClean"}, "bio": {"birthday": "1804-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "M000356", "govtrack": 407361, "icpsr": 6168, "wikipedia": "Felix Grundy McConnell", "house_history": 17770, "wikidata": "Q1403489", "google_entity_id": "kg:/m/02rk1l4"}, "name": {"first": "Felix", "middle": "Grundy", "last": "McConnell"}, "bio": {"birthday": "1809-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "AL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000380", "govtrack": 407383, "icpsr": 6192, "wikipedia": "John D. McCrate", "house_history": 17799, "wikidata": "Q1699729", "google_entity_id": "kg:/m/02x5njh"}, "name": {"first": "John", "middle": "Dennis", "last": "McCrate"}, "bio": {"birthday": "1802-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "ME", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000400", "govtrack": 407401, "icpsr": 6209, "wikipedia": "William McDaniel (politician)", "house_history": 17825, "wikidata": "Q1477630", "google_entity_id": "kg:/m/02rtnlf"}, "name": {"first": "William", "last": "McDaniel"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000425", "govtrack": 407425, "icpsr": 6231, "wikipedia": "Joseph J. McDowell", "house_history": 17858, "wikidata": "Q12127326", "google_entity_id": "kg:/m/02rm23l"}, "name": {"first": "Joseph", "middle": "Jefferson", "last": "McDowell"}, "bio": {"birthday": "1800-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000471", "govtrack": 407470, "icpsr": 6272, "wikipedia": "John H. McHenry", "house_history": 17914, "wikidata": "Q926685", "google_entity_id": "kg:/m/02rhk5d"}, "name": {"first": "John", "middle": "Hardin", "last": "McHenry"}, "bio": {"birthday": "1797-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "KY", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "M000765", "govtrack": 407743, "icpsr": 6519, "wikipedia": "William S. Miller", "house_history": 18287, "wikidata": "Q194776", "google_entity_id": "kg:/m/02rky9g"}, "name": {"first": "William", "middle": "Starr", "last": "Miller"}, "bio": {"birthday": "1793-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 3, "party": "American"}]}, {"id": {"bioguide": "M000980", "govtrack": 407948, "icpsr": 6707, "house_history": 18556, "wikipedia": "Joseph Morris (Ohio politician)", "wikidata": "Q6285638", "google_entity_id": "kg:/m/02rm4tj"}, "name": {"first": "Joseph", "last": "Morris"}, "bio": {"birthday": "1795-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "M001024", "govtrack": 407991, "icpsr": 6747, "wikipedia": "William A. Moseley", "house_history": 18609, "wikidata": "Q8004011", "google_entity_id": "kg:/m/02rkxrx"}, "name": {"first": "William", "middle": "Abbott", "last": "Moseley"}, "bio": {"birthday": "1798-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 32, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 32, "party": "Whig"}]}, {"id": {"bioguide": "M001046", "govtrack": 408013, "icpsr": 6766, "wikipedia": "Mace Moulton", "house_history": 18635, "wikidata": "Q1882583", "google_entity_id": "kg:/m/02ppdsv"}, "name": {"first": "Mace", "last": "Moulton"}, "bio": {"birthday": "1796-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NH", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "N000077", "govtrack": 408164, "icpsr": 6906, "house_history": 18930, "wikipedia": "Thomas Willoughby Newton", "wikidata": "Q2428203", "google_entity_id": "kg:/m/04f6hf"}, "name": {"first": "Thomas", "middle": "Willoughby", "last": "Newton"}, "bio": {"birthday": "1804-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "AR", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "N000112", "govtrack": 408196, "icpsr": 6935, "wikipedia": "Archibald C. Niven", "house_history": 18969, "wikidata": "Q1530809", "google_entity_id": "kg:/m/02rkm9b"}, "name": {"first": "Archibald", "middle": "Campbell", "last": "Niven"}, "bio": {"birthday": "1803-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "O000152", "govtrack": 408403, "icpsr": 7132, "wikipedia": "Robert Dale Owen", "house_history": 19253, "wikidata": "Q2156836", "google_entity_id": "kg:/m/03njmy"}, "name": {"first": "Robert", "middle": "Dale", "last": "Owen"}, "bio": {"birthday": "1801-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000082", "govtrack": 408492, "icpsr": 7214, "wikipedia": "Isaac Parrish", "house_history": 19373, "wikidata": "Q6076934", "google_entity_id": "kg:/m/02rm13l"}, "name": {"first": "Isaac", "last": "Parrish"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "P000154", "govtrack": 408558, "icpsr": 7274, "wikipedia": "William Winter Payne", "house_history": 19467, "wikidata": "Q2581092", "google_entity_id": "kg:/m/02rk2f9"}, "name": {"first": "William", "middle": "Winter", "last": "Payne"}, "bio": {"birthday": "1807-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "AL", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "AL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "P000216", "govtrack": 408619, "icpsr": 7331, "house_history": 19544, "wikipedia": "Isaac S. Pennybacker", "wikidata": "Q431685", "google_entity_id": "kg:/m/08j_l8"}, "name": {"first": "Isaac", "middle": "Samuels", "last": "Pennybacker"}, "bio": {"birthday": "1805-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 16, "party": "Democrat"}, {"type": "sen", "start": "1845-12-01", "end": "1847-12-31", "state": "VA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000240", "govtrack": 408643, "icpsr": 7353, "wikipedia": "Augustus L. Perrill", "house_history": 19576, "wikidata": "Q4821477", "google_entity_id": "kg:/m/02rlzxr"}, "name": {"first": "Augustus", "middle": "Leonard", "last": "Perrill"}, "bio": {"birthday": "1807-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "P000245", "govtrack": 408648, "icpsr": 7358, "wikipedia": "Thomas Johns Perry", "house_history": 19581, "wikidata": "Q657417", "google_entity_id": "kg:/m/0gm31w"}, "name": {"first": "Thomas", "middle": "Johns", "last": "Perry"}, "bio": {"birthday": "1807-02-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MD", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000283", "govtrack": 408683, "icpsr": 7388, "house_history": 19628, "wikipedia": "Joseph Hopkins Peyton", "wikidata": "Q1686179", "google_entity_id": "kg:/m/0ckgml"}, "name": {"first": "Joseph", "middle": "Hopkins", "last": "Peyton"}, "bio": {"birthday": "1808-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "TN", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "TN", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "P000531", "govtrack": 408915, "icpsr": 7617, "house_history": 19936, "wikipedia": "Sterling Price", "wikidata": "Q532248", "google_entity_id": "kg:/m/03679w"}, "name": {"first": "Sterling", "last": "Price"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MO", "district": -1, "party": "Democrat"}], "bio": {"birthday": "1809-09-20", "gender": "M"}}, {"id": {"bioguide": "R000069", "govtrack": 409049, "icpsr": 7742, "wikipedia": "George O. Rathbun", "house_history": 20166, "wikidata": "Q5542987", "google_entity_id": "kg:/m/02rkpqk"}, "name": {"first": "George", "middle": "Oscar", "last": "Rathbun"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "R000160", "govtrack": 409137, "icpsr": 7820, "wikipedia": "James Hugh Relfe", "house_history": 20283, "wikidata": "Q1680585", "google_entity_id": "kg:/m/02rz6wt"}, "name": {"first": "James", "middle": "Hugh", "last": "Relfe"}, "bio": {"birthday": "1791-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "R000267", "govtrack": 412091, "icpsr": 7914, "wikipedia": "Thomas C. Ripley", "house_history": 20415, "wikidata": "Q2277720", "google_entity_id": "kg:/m/03cl9ld"}, "name": {"first": "Thomas", "middle": "C.", "last": "Ripley"}, "bio": {"gender": "M", "birthday": "1807-01-02"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 12, "party": "Whig"}]}, {"id": {"bioguide": "R000278", "govtrack": 409252, "icpsr": 7923, "wikipedia": "John Ritter (congressman)", "house_history": 20428, "wikidata": "Q6255018", "google_entity_id": "kg:/m/026fv0v"}, "name": {"first": "John", "last": "Ritter"}, "bio": {"birthday": "1779-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "R000315", "govtrack": 409286, "icpsr": 7955, "wikipedia": "Robert W. Roberts", "house_history": 20475, "wikidata": "Q2798398", "google_entity_id": "kg:/m/02rtn06"}, "name": {"first": "Robert", "middle": "Whyte", "last": "Roberts"}, "bio": {"birthday": "1784-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MS", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MS", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "R000509", "govtrack": 409468, "icpsr": 8115, "wikipedia": "John Runk", "house_history": 20713, "wikidata": "Q1683345", "google_entity_id": "kg:/m/0bwwxt"}, "name": {"first": "John", "last": "Runk"}, "bio": {"birthday": "1791-07-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NJ", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "S000104", "govtrack": 409614, "icpsr": 8249, "wikipedia": "John Fairfield Scamman", "house_history": 21262, "wikidata": "Q1700036", "google_entity_id": "kg:/m/02x3m9r"}, "name": {"first": "John", "middle": "Fairfield", "last": "Scamman"}, "bio": {"birthday": "1786-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "ME", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000208", "govtrack": 409713, "icpsr": 8332, "wikipedia": "Henry J. Seaman", "house_history": 21394, "wikidata": "Q194725", "google_entity_id": "kg:/m/02rkqjb"}, "name": {"first": "Henry", "middle": "John", "last": "Seaman"}, "bio": {"birthday": "1805-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 2, "party": "American"}]}, {"id": {"bioguide": "S000255", "govtrack": 409756, "icpsr": 8372, "house_history": 21452, "wikipedia": "Luther Severance", "wikidata": "Q1542694", "google_entity_id": "kg:/m/02x5n98"}, "name": {"first": "Luther", "last": "Severance"}, "bio": {"birthday": "1797-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "ME", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "ME", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "S000440", "govtrack": 409934, "icpsr": 8536, "wikipedia": "Leonard Henly Sims", "house_history": 21686, "wikidata": "Q950342", "google_entity_id": "kg:/m/02rz7fp"}, "name": {"first": "Leonard", "middle": "Henly", "last": "Sims"}, "bio": {"birthday": "1807-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S000512", "govtrack": 409998, "icpsr": 8600, "wikipedia": "Albert Smith (New York)", "house_history": 21776, "wikidata": "Q4711229", "google_entity_id": "kg:/m/02rl4gt"}, "name": {"first": "Albert", "last": "Smith"}, "bio": {"birthday": "1805-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 33, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 33, "party": "Whig"}]}, {"id": {"bioguide": "S000615", "govtrack": 410092, "icpsr": 8687, "house_history": 21895, "wikipedia": "Thomas Smith (Indiana congressman)", "wikidata": "Q2427348", "google_entity_id": "kg:/m/03ntgr"}, "name": {"first": "Thomas", "last": "Smith"}, "bio": {"birthday": "1799-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000715", "govtrack": 410185, "icpsr": 8777, "wikipedia": "Jesse Speight", "house_history": 22020, "wikidata": "Q1169404", "google_entity_id": "kg:/m/0b6zy3"}, "name": {"first": "Jesse", "last": "Speight"}, "bio": {"birthday": "1795-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NC", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NC", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NC", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NC", "district": 4, "party": "Jackson"}, {"type": "sen", "start": "1845-12-01", "end": "1847-12-31", "state": "MS", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000767", "govtrack": 410234, "icpsr": 8180, "wikipedia": "Henry St. John (congressman)", "house_history": 22085, "wikidata": "Q5728575", "google_entity_id": "kg:/m/02rm4mp"}, "name": {"first": "Henry", "last": "St. John"}, "bio": {"birthday": "1783-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000813", "govtrack": 410278, "icpsr": 8852, "house_history": 22146, "wikipedia": "David A. Starkweather", "wikidata": "Q729627", "google_entity_id": "kg:/m/02pjjhg"}, "name": {"first": "David", "middle": "Austin", "last": "Starkweather"}, "bio": {"birthday": "1802-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "S001018", "govtrack": 410475, "icpsr": 9037, "wikipedia": "Stephen Strong", "house_history": 22397, "wikidata": "Q13219183", "google_entity_id": "kg:/m/02rkwmt"}, "name": {"first": "Stephen", "last": "Strong"}, "bio": {"birthday": "1791-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "S001046", "govtrack": 410500, "icpsr": 9061, "wikipedia": "Daniel Sturgeon", "wikidata": "Q1162819", "google_entity_id": "kg:/m/08npc4"}, "name": {"first": "Daniel", "last": "Sturgeon"}, "bio": {"birthday": "1789-10-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1840-01-01", "end": "1845-03-03", "state": "PA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1845-12-01", "end": "1851-03-03", "state": "PA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S001131", "govtrack": 410582, "icpsr": 9138, "house_history": 22532, "wikipedia": "George Sykes (New Jersey politician)", "wikidata": "Q1240668", "google_entity_id": "kg:/m/02z16fp"}, "name": {"first": "George", "last": "Sykes"}, "bio": {"birthday": "1802-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NJ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NJ", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000104", "govtrack": 410687, "icpsr": 9235, "wikipedia": "William Taylor (Virginia)", "house_history": 22761, "wikidata": "Q2580723", "google_entity_id": "kg:/m/0288m9f"}, "name": {"first": "William", "last": "Taylor"}, "bio": {"birthday": "1788-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "T000190", "govtrack": 410770, "icpsr": 9313, "wikipedia": "William Thomasson", "house_history": 22866, "wikidata": "Q2580772", "google_entity_id": "kg:/m/02rk01p"}, "name": {"first": "William", "middle": "Poindexter", "last": "Thomasson"}, "bio": {"birthday": "1797-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "KY", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "KY", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "T000261", "govtrack": 410835, "icpsr": 9375, "wikipedia": "John W. Tibbatts", "house_history": 22951, "wikidata": "Q1702078", "google_entity_id": "kg:/m/02qw16b"}, "name": {"first": "John", "middle": "Wooleston", "last": "Tibbatts"}, "bio": {"birthday": "1802-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "KY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "KY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "T000270", "govtrack": 410843, "icpsr": 9382, "wikipedia": "Daniel R. Tilden", "house_history": 22961, "wikidata": "Q282816", "google_entity_id": "kg:/m/02rl_cj"}, "name": {"first": "Daniel", "middle": "Rose", "last": "Tilden"}, "bio": {"birthday": "1804-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 19, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 19, "party": "Whig"}]}, {"id": {"bioguide": "T000327", "govtrack": 410898, "icpsr": 9431, "wikipedia": "George W. Towns", "house_history": 23036, "wikidata": "Q1508471", "google_entity_id": "kg:/m/0f12cd"}, "name": {"first": "George", "middle": "Washington Bonaparte", "last": "Towns"}, "bio": {"birthday": "1801-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "GA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "GA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000360", "govtrack": 410930, "icpsr": 9462, "wikipedia": "William Tredway", "house_history": 23075, "wikidata": "Q2580801", "google_entity_id": "kg:/m/03c2_fj"}, "name": {"first": "William", "middle": "Marshall", "last": "Tredway"}, "bio": {"birthday": "1807-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000388", "govtrack": 410957, "icpsr": 9488, "wikipedia": "Andrew Trumbo", "house_history": 23108, "wikidata": "Q508109", "google_entity_id": "kg:/m/02qglpk"}, "name": {"first": "Andrew", "middle": "Alkire", "last": "Trumbo"}, "bio": {"birthday": "1797-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "KY", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "T000430", "govtrack": 410998, "icpsr": 9524, "wikipedia": "Hopkins L. Turney", "house_history": 23161, "wikidata": "Q1627671", "google_entity_id": "kg:/m/04kg3h"}, "name": {"first": "Hopkins", "middle": "Lacy", "last": "Turney"}, "bio": {"birthday": "1797-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1845-12-01", "end": "1851-03-03", "state": "TN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "V000017", "govtrack": 411113, "icpsr": 9597, "wikipedia": "Joseph Vance", "house_history": 20899, "wikidata": "Q373551", "google_entity_id": "kg:/m/03406d"}, "name": {"first": "Joseph", "last": "Vance"}, "bio": {"birthday": "1786-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "OH", "district": 4, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "OH", "district": 4, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": 4, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "OH", "district": 4, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "OH", "district": 4, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 10, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "W000238", "govtrack": 411406, "icpsr": 9903, "house_history": 23502, "wikipedia": "Daniel Webster", "wikidata": "Q106231", "google_entity_id": "kg:/m/0dm0x"}, "name": {"first": "Daniel", "last": "Webster"}, "bio": {"birthday": "1782-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NH", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "MA", "district": 1, "party": "Adams"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MA", "district": 1, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MA", "district": -1}, {"type": "sen", "start": "1827-12-03", "end": "1833-03-03", "state": "MA", "class": 1, "party": "Adams"}, {"type": "sen", "start": "1833-12-02", "end": "1839-03-03", "state": "MA", "class": 1, "party": "Whig"}, {"type": "sen", "start": "1839-12-02", "end": "1841-12-31", "state": "MA", "class": 1, "party": "Whig"}, {"type": "sen", "start": "1845-12-01", "end": "1851-03-03", "state": "MA", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "W000308", "govtrack": 411472, "icpsr": 9966, "wikipedia": "James Westcott", "wikidata": "Q1681287", "google_entity_id": "kg:/m/08_y9c"}, "name": {"first": "James", "middle": "Diament", "last": "Westcott", "suffix": "Jr."}, "bio": {"birthday": "1802-05-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1845-12-01", "end": "1849-03-03", "state": "FL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000328", "govtrack": 411490, "icpsr": 9982, "wikipedia": "Horace Wheaton", "house_history": 23606, "wikidata": "Q5902244", "google_entity_id": "kg:/m/026kd3g"}, "name": {"first": "Horace", "last": "Wheaton"}, "bio": {"birthday": "1803-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "W000692", "govtrack": 411844, "icpsr": 10322, "wikipedia": "Bradford R. Wood", "house_history": 24041, "wikidata": "Q2514280", "google_entity_id": "kg:/m/02rkmky"}, "name": {"first": "Bradford", "middle": "Ripley", "last": "Wood"}, "bio": {"birthday": "1800-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "W000719", "govtrack": 411871, "icpsr": 10349, "wikipedia": "Thomas M. Woodruff", "house_history": 24075, "wikidata": "Q759140", "google_entity_id": "kg:/m/02rkx8f"}, "name": {"first": "Thomas", "middle": "M.", "last": "Woodruff"}, "bio": {"birthday": "1804-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 5, "party": "American"}]}, {"id": {"bioguide": "W000736", "govtrack": 411887, "icpsr": 10366, "wikipedia": "William W. Woodworth", "house_history": 24094, "wikidata": "Q1382969", "google_entity_id": "kg:/m/02rkycw"}, "name": {"first": "William", "middle": "W.", "last": "Woodworth"}, "bio": {"birthday": "1807-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "W000769", "govtrack": 411918, "icpsr": 10397, "wikipedia": "Samuel G. Wright", "house_history": 24135, "wikidata": "Q2218298", "google_entity_id": "kg:/m/0bwwtz"}, "name": {"first": "Samuel", "middle": "Gardiner", "last": "Wright"}, "bio": {"birthday": "1781-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NJ", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "Y000003", "govtrack": 411937, "icpsr": 10411, "wikipedia": "William Lowndes Yancey", "house_history": 21036, "wikidata": "Q645216", "google_entity_id": "kg:/m/04hhn6"}, "name": {"first": "William", "middle": "Lowndes", "last": "Yancey"}, "bio": {"birthday": "1814-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "Y000017", "govtrack": 411951, "icpsr": 10424, "wikipedia": "Archibald Yell", "house_history": 21052, "wikidata": "Q364730", "google_entity_id": "kg:/m/01sk8t"}, "name": {"first": "Archibald", "last": "Yell"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "AR", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "AR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "Y000026", "govtrack": 411960, "icpsr": 10433, "wikipedia": "Jacob Senewell Yost", "house_history": 21061, "wikidata": "Q13219872", "google_entity_id": "kg:/m/0fv_02"}, "name": {"first": "Jacob", "middle": "Senewell", "last": "Yost"}, "bio": {"birthday": "1801-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "Y000030", "govtrack": 411964, "icpsr": 10436, "house_history": 21066, "wikipedia": "Bryan Young (politician)", "wikidata": "Q995099", "google_entity_id": "kg:/m/08w85l"}, "name": {"first": "Bryan", "middle": "Rust", "last": "Young"}, "bio": {"birthday": "1800-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "KY", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "C000396", "govtrack": 402535, "icpsr": 1729, "wikipedia": "Joseph Cilley (senator)", "wikidata": "Q1551158", "google_entity_id": "kg:/m/09z2ph"}, "name": {"first": "Joseph", "last": "Cilley"}, "bio": {"birthday": "1791-01-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1846-01-01", "end": "1847-03-03", "state": "NH", "class": 2, "party": "Liberty"}]}, {"id": {"bioguide": "A000004", "govtrack": 400666, "icpsr": 3, "wikipedia": "Amos Abbott", "house_history": 8251, "wikidata": "Q474216", "google_entity_id": "kg:/m/02lhx9"}, "name": {"first": "Amos", "last": "Abbott"}, "bio": {"birthday": "1786-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MA", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MA", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MA", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "A000041", "govtrack": 400702, "icpsr": 34, "house_history": 8312, "wikipedia": "John Quincy Adams", "wikidata": "Q11816", "google_entity_id": "kg:/m/03_nq"}, "name": {"first": "John", "middle": "Quincy", "last": "Adams"}, "bio": {"birthday": "1767-07-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1803-10-17", "end": "1809-03-03", "state": "MA", "class": 1, "party": "Federalist"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MA", "district": 11, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MA", "district": 12, "party": "Anti Masonic"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MA", "district": 12, "party": "Anti Masonic"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MA", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MA", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MA", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MA", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "A000311", "govtrack": 400955, "icpsr": 263, "wikipedia": "Chester Ashley", "wikidata": "Q1070668", "google_entity_id": "kg:/m/09s913"}, "name": {"first": "Chester", "last": "Ashley"}, "bio": {"birthday": "1790-06-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1844-01-01", "end": "1847-03-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1847-12-06", "end": "1849-03-03", "state": "AR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000328", "govtrack": 400977, "icpsr": 283, "wikipedia": "Archibald Atkinson", "house_history": 8714, "wikidata": "Q633055", "google_entity_id": "kg:/m/02rgwr2"}, "name": {"first": "Archibald", "last": "Atkinson"}, "bio": {"birthday": "1792-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000096", "govtrack": 401098, "icpsr": 391, "wikipedia": "Roger Sherman Baldwin", "wikidata": "Q884940", "google_entity_id": "kg:/m/01z_qt"}, "name": {"first": "Roger", "middle": "Sherman", "last": "Baldwin"}, "bio": {"birthday": "1793-01-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1847-12-06", "end": "1851-03-03", "state": "CT", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "B000182", "govtrack": 401181, "icpsr": 468, "wikipedia": "Daniel Moreau Barringer", "house_history": 9008, "wikidata": "Q1161815", "google_entity_id": "kg:/m/05d3mw"}, "name": {"first": "Daniel", "middle": "Moreau", "last": "Barringer"}, "bio": {"birthday": "1806-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NC", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NC", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NC", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "B000185", "govtrack": 401184, "icpsr": 471, "wikipedia": "Washington Barrow", "house_history": 9011, "wikidata": "Q2550409", "google_entity_id": "kg:/m/0d9rm1"}, "name": {"first": "Washington", "last": "Barrow"}, "bio": {"birthday": "1807-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "TN", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "B000302", "govtrack": 401295, "icpsr": 572, "wikipedia": "Henry Bedinger", "house_history": 9166, "wikidata": "Q1294395", "google_entity_id": "kg:/m/0284c1f"}, "name": {"first": "Henry", "last": "Bedinger"}, "bio": {"birthday": "1812-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "B000321", "govtrack": 401313, "icpsr": 588, "wikipedia": "Hiram Belcher", "house_history": 9191, "wikidata": "Q1620114", "google_entity_id": "kg:/m/02x63c0"}, "name": {"first": "Hiram", "last": "Belcher"}, "bio": {"birthday": "1790-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "ME", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "B000413", "govtrack": 401400, "icpsr": 669, "wikipedia": "John M. Berrien", "wikidata": "Q1376165", "google_entity_id": "kg:/m/02x9yz"}, "name": {"first": "John", "middle": "Macpherson", "last": "Berrien"}, "bio": {"birthday": "1781-08-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1825-12-05", "end": "1829-12-31", "state": "GA", "class": 3, "party": "Jackson"}, {"type": "sen", "start": "1841-05-31", "end": "1847-03-03", "state": "GA", "class": 2, "party": "Whig"}, {"type": "sen", "start": "1847-12-06", "end": "1853-03-03", "state": "GA", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "B000480", "govtrack": 401461, "icpsr": 725, "wikipedia": "Ausburn Birdsall", "house_history": 9398, "wikidata": "Q4822713", "google_entity_id": "kg:/m/02rkmfg"}, "name": {"first": "Ausburn", "last": "Birdsall"}, "bio": {"birthday": "1814-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "B000501", "govtrack": 401481, "icpsr": 745, "wikipedia": "James A. Black", "house_history": 9423, "wikidata": "Q1679888", "google_entity_id": "kg:/m/02vrp6j"}, "name": {"first": "James", "middle": "Augustus", "last": "Black"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "SC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000513", "govtrack": 401491, "icpsr": 756, "wikipedia": "Esbon Blackmar", "house_history": 9437, "wikidata": "Q5396787", "google_entity_id": "kg:/m/02rkp9m"}, "name": {"first": "Esbon", "last": "Blackmar"}, "bio": {"birthday": "1805-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 27, "party": "Whig"}]}, {"id": {"bioguide": "B000539", "govtrack": 401514, "icpsr": 779, "wikipedia": "John Blanchard (politician)", "house_history": 9469, "wikidata": "Q6222181", "google_entity_id": "kg:/m/026f7yp"}, "name": {"first": "John", "last": "Blanchard"}, "bio": {"birthday": "1787-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 17, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 17, "party": "Whig"}]}, {"id": {"bioguide": "B000655", "govtrack": 401618, "icpsr": 874, "wikipedia": "John Botts", "house_history": 9633, "wikidata": "Q1699371", "google_entity_id": "kg:/m/02888mn"}, "name": {"first": "John", "middle": "Minor", "last": "Botts"}, "bio": {"birthday": "1802-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 11, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 11, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "B000734", "govtrack": 401694, "icpsr": 946, "wikipedia": "James W. Bradbury", "wikidata": "Q1257354", "google_entity_id": "kg:/m/0bpk6m"}, "name": {"first": "James", "middle": "Ware", "last": "Bradbury"}, "bio": {"birthday": "1802-06-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1847-12-06", "end": "1853-03-03", "state": "ME", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000741", "govtrack": 401700, "icpsr": 952, "wikipedia": "Edward Bradley (politician)", "house_history": 9737, "wikidata": "Q1291749", "google_entity_id": "kg:/m/03spcn"}, "name": {"first": "Edward", "last": "Bradley"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000754", "govtrack": 401714, "icpsr": 965, "wikipedia": "Jasper Ewing Brady", "house_history": 9752, "wikidata": "Q6163948", "google_entity_id": "kg:/m/026f7pf"}, "name": {"first": "Jasper", "middle": "Ewing", "last": "Brady"}, "bio": {"birthday": "1797-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 16, "party": "Whig"}]}, {"id": {"bioguide": "B000906", "govtrack": 401863, "icpsr": 1101, "wikipedia": "Charles Brown (congressman)", "house_history": 9951, "wikidata": "Q5075828", "google_entity_id": "kg:/m/026ft59"}, "name": {"first": "Charles", "last": "Brown"}, "bio": {"birthday": "1797-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B001032", "govtrack": 401982, "icpsr": 1211, "wikipedia": "Aylette Buckner", "house_history": 10107, "wikidata": "Q793065", "google_entity_id": "kg:/m/02qg_41"}, "name": {"first": "Aylette", "last": "Buckner"}, "bio": {"birthday": "1806-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "KY", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "C000044", "govtrack": 402205, "icpsr": 1418, "wikipedia": "John C. Calhoun", "house_history": 10497, "wikidata": "Q207191", "google_entity_id": "kg:/m/0dq2k"}, "name": {"first": "John", "middle": "Caldwell", "last": "Calhoun"}, "bio": {"birthday": "1782-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "SC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "SC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "SC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "SC", "district": -1, "party": "Democratic Republican"}, {"type": "sen", "start": "1832-01-01", "end": "1835-03-03", "state": "SC", "class": 2, "party": "Nullifier"}, {"type": "sen", "start": "1835-12-07", "end": "1841-03-03", "state": "SC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1841-05-31", "end": "1843-12-31", "state": "SC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1845-12-01", "end": "1847-03-03", "state": "SC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1847-12-06", "end": "1851-03-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000108", "govtrack": 402260, "icpsr": 1471, "wikipedia": "Richard S. Canby", "house_history": 10580, "wikidata": "Q7328812", "google_entity_id": "kg:/m/02rm2v8"}, "name": {"first": "Richard", "middle": "Sprigg", "last": "Canby"}, "bio": {"birthday": "1808-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "C000314", "govtrack": 402456, "icpsr": 1656, "wikipedia": "John Grant Chapman", "house_history": 10848, "wikidata": "Q287480", "google_entity_id": "kg:/m/026wwf7"}, "name": {"first": "John", "middle": "Grant", "last": "Chapman"}, "bio": {"birthday": "1798-07-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MD", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MD", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "C000330", "govtrack": 402471, "icpsr": 1670, "house_history": 10864, "wikipedia": "Lucien Bonaparte Chase", "wikidata": "Q1873369", "google_entity_id": "kg:/m/0d95cv"}, "name": {"first": "Lucien", "middle": "Bonaparte", "last": "Chase"}, "bio": {"birthday": "1817-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "TN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "C000413", "govtrack": 402552, "icpsr": 1745, "wikipedia": "Asa Clapp", "house_history": 10969, "wikidata": "Q720088", "google_entity_id": "kg:/m/02x47_z"}, "name": {"first": "Asa", "middle": "William Henry", "last": "Clapp"}, "bio": {"birthday": "1805-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "ME", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000432", "govtrack": 402570, "icpsr": 1764, "wikipedia": "Franklin Clark", "house_history": 10993, "wikidata": "Q1445184", "google_entity_id": "kg:/m/02x62q0"}, "name": {"first": "Franklin", "last": "Clark"}, "bio": {"birthday": "1801-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "ME", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000458", "govtrack": 402596, "icpsr": 1789, "wikipedia": "Beverly L. Clarke", "house_history": 11021, "wikidata": "Q851792", "google_entity_id": "kg:/m/02rhcvh"}, "name": {"first": "Beverly", "middle": "Leonidas", "last": "Clarke"}, "bio": {"birthday": "1809-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000466", "govtrack": 402604, "icpsr": 1796, "wikipedia": "John Hopkins Clarke", "wikidata": "Q1700486", "google_entity_id": "kg:/m/0d2rgp"}, "name": {"first": "John", "middle": "Hopkins", "last": "Clarke"}, "bio": {"birthday": "1789-04-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1847-12-06", "end": "1853-03-03", "state": "RI", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "C000573", "govtrack": 402702, "icpsr": 1889, "wikipedia": "William Michael Cocke", "house_history": 11166, "wikidata": "Q2579988", "google_entity_id": "kg:/m/0cmcdp"}, "name": {"first": "William", "middle": "Michael", "last": "Cocke"}, "bio": {"birthday": "1815-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "TN", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "TN", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "C000644", "govtrack": 402772, "icpsr": 1951, "wikipedia": "William Collins (representative)", "house_history": 11258, "wikidata": "Q3953128", "google_entity_id": "kg:/m/03cd_6t"}, "name": {"first": "William", "last": "Collins"}, "bio": {"birthday": "1818-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "C000879", "govtrack": 402992, "icpsr": 2150, "wikipedia": "Robert B. Cranston", "house_history": 11554, "wikidata": "Q1405848", "google_entity_id": "kg:/m/02rjyhv"}, "name": {"first": "Robert", "middle": "Bennie", "last": "Cranston"}, "bio": {"birthday": "1791-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "RI", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "RI", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "RI", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "RI", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "C000951", "govtrack": 403063, "icpsr": 2218, "wikipedia": "John Hervey Crozier", "house_history": 11641, "wikidata": "Q690509", "google_entity_id": "kg:/m/0d92zm"}, "name": {"first": "John", "middle": "Hervey", "last": "Crozier"}, "bio": {"birthday": "1812-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "TN", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "TN", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "C000989", "govtrack": 403097, "icpsr": 2253, "wikipedia": "John D. Cummins", "house_history": 11690, "wikidata": "Q13219360", "google_entity_id": "kg:/m/02rm1lc"}, "name": {"first": "John", "middle": "D.", "last": "Cummins"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "D000054", "govtrack": 403193, "icpsr": 2338, "wikipedia": "Mason C. Darling", "house_history": 11897, "wikidata": "Q1907226", "google_entity_id": "kg:/m/02vrq44"}, "name": {"first": "Mason", "middle": "Cook", "last": "Darling"}, "bio": {"birthday": "1801-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "WI", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "D000117", "govtrack": 403250, "icpsr": 2394, "house_history": 11977, "wikipedia": "John Davis (Massachusetts governor)", "wikidata": "Q880346", "google_entity_id": "kg:/m/03vkyh"}, "name": {"first": "John", "last": "Davis"}, "bio": {"birthday": "1787-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MA", "district": 5, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MA", "district": 5, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MA", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MA", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MA", "district": 5, "party": "Whig"}, {"type": "sen", "start": "1835-12-07", "end": "1841-03-03", "state": "MA", "class": 2, "party": "Whig"}, {"type": "sen", "start": "1845-12-01", "end": "1847-03-03", "state": "MA", "class": 2, "party": "Whig"}, {"type": "sen", "start": "1847-12-06", "end": "1853-03-03", "state": "MA", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "D000314", "govtrack": 403434, "icpsr": 2566, "wikipedia": "John Dickey (U.S. politician)", "house_history": 12217, "wikidata": "Q6229375", "google_entity_id": "kg:/m/026f9gh"}, "name": {"first": "John", "last": "Dickey"}, "bio": {"birthday": "1794-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 20, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 20, "party": "Whig"}]}, {"id": {"bioguide": "D000415", "govtrack": 403528, "icpsr": 2657, "house_history": 12347, "wikipedia": "Richard Spaight Donnell", "wikidata": "Q474532", "google_entity_id": "kg:/m/0bmnhl"}, "name": {"first": "Richard", "middle": "Spaight", "last": "Donnell"}, "bio": {"birthday": "1820-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NC", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "D000476", "govtrack": 403585, "icpsr": 2708, "wikipedia": "Solomon W. Downs", "wikidata": "Q2299278", "google_entity_id": "kg:/m/0d32c0"}, "name": {"first": "Solomon", "middle": "Weathersbee", "last": "Downs"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1847-12-06", "end": "1853-03-03", "state": "LA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000504", "govtrack": 403611, "icpsr": 2733, "wikipedia": "George Dromgoole", "house_history": 12463, "wikidata": "Q1507242", "google_entity_id": "kg:/m/028b43n"}, "name": {"first": "George", "middle": "Coke", "last": "Dromgoole"}, "bio": {"birthday": "1797-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000529", "govtrack": 403638, "icpsr": 2757, "wikipedia": "Daniel Duncan (Ohio politician)", "house_history": 12489, "wikidata": "Q5217018", "google_entity_id": "kg:/m/02rl_bh"}, "name": {"first": "Daniel", "last": "Duncan"}, "bio": {"birthday": "1806-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "D000527", "govtrack": 403646, "icpsr": 2763, "wikipedia": "Garnett Duncan", "house_history": 12487, "wikidata": "Q1494372", "google_entity_id": "kg:/m/02qrnqq"}, "name": {"first": "William", "middle": "Garnett", "last": "Duncan"}, "bio": {"birthday": "1800-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "KY", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "E000034", "govtrack": 403729, "icpsr": 2836, "wikipedia": "George Nicholas Eckert", "house_history": 12642, "wikidata": "Q5542872", "google_entity_id": "kg:/m/026f8l9"}, "name": {"first": "George", "middle": "Nicholas", "last": "Eckert"}, "bio": {"birthday": "1802-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 14, "party": "Whig"}]}, {"id": {"bioguide": "E000059", "govtrack": 403754, "icpsr": 2858, "wikipedia": "Joseph E. Edsall", "house_history": 12672, "wikidata": "Q1706881", "google_entity_id": "kg:/m/02z4y00"}, "name": {"first": "Joseph", "middle": "E.", "last": "Edsall"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NJ", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000082", "govtrack": 403774, "icpsr": 2875, "wikipedia": "Thomas O. Edwards", "house_history": 12699, "wikidata": "Q7792838", "google_entity_id": "kg:/m/02rm34y"}, "name": {"first": "Thomas", "middle": "Owen", "last": "Edwards"}, "bio": {"birthday": "1810-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "E000169", "govtrack": 403860, "icpsr": 2957, "wikipedia": "Elisha Embree", "house_history": 12799, "wikidata": "Q1330706", "google_entity_id": "kg:/m/02rkfq7"}, "name": {"first": "Elisha", "last": "Embree"}, "bio": {"birthday": "1801-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IN", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "F000014", "govtrack": 403976, "icpsr": 3055, "wikipedia": "James J. Faran", "house_history": 12981, "wikidata": "Q1680615", "google_entity_id": "kg:/m/02rm1c4"}, "name": {"first": "James", "middle": "John", "last": "Faran"}, "bio": {"birthday": "1808-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000031", "govtrack": 403992, "icpsr": 3069, "wikipedia": "John Wilson Farrelly", "house_history": 13002, "wikidata": "Q6264547", "google_entity_id": "kg:/m/026fbhv"}, "name": {"first": "John", "middle": "Wilson", "last": "Farrelly"}, "bio": {"birthday": "1809-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 22, "party": "Whig"}]}, {"id": {"bioguide": "F000063", "govtrack": 404021, "icpsr": 3093, "wikipedia": "Alpheus Felch", "wikidata": "Q373179", "google_entity_id": "kg:/m/02w3th"}, "name": {"first": "Alpheus", "last": "Felch"}, "bio": {"birthday": "1804-09-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1847-12-06", "end": "1853-03-03", "state": "MI", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000145", "govtrack": 404100, "icpsr": 3165, "wikipedia": "David Fisher (politician)", "house_history": 13153, "wikidata": "Q1174434", "google_entity_id": "kg:/m/02rl_f8"}, "name": {"first": "David", "last": "Fisher"}, "bio": {"birthday": "1794-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "F000216", "govtrack": 404171, "icpsr": 3230, "wikipedia": "Thomas Flournoy", "house_history": 13241, "wikidata": "Q2423921", "google_entity_id": "kg:/m/03c2_g6"}, "name": {"first": "Thomas", "middle": "Stanhope", "last": "Flournoy"}, "bio": {"birthday": "1811-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "F000251", "govtrack": 404204, "icpsr": 3259, "wikipedia": "Henry S. Foote", "wikidata": "Q365808", "google_entity_id": "kg:/m/01_x3d"}, "name": {"first": "Henry", "middle": "Stuart", "last": "Foote"}, "bio": {"birthday": "1804-02-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1847-12-06", "end": "1853-03-03", "state": "MS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000379", "govtrack": 404324, "icpsr": 3371, "wikipedia": "Richard French", "house_history": 13448, "wikidata": "Q1615286", "google_entity_id": "kg:/m/02rjy8z"}, "name": {"first": "Richard", "last": "French"}, "bio": {"birthday": "1792-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "KY", "district": 11, "party": "Jackson"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "KY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "F000386", "govtrack": 404331, "icpsr": 3376, "wikipedia": "George Fries", "house_history": 13458, "wikidata": "Q5539505", "google_entity_id": "kg:/m/02rl_y2"}, "name": {"first": "George", "last": "Fries"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "F000419", "govtrack": 404361, "icpsr": 3406, "wikipedia": "Andrew S. Fulton", "house_history": 13500, "wikidata": "Q74653", "google_entity_id": "kg:/m/0282vgn"}, "name": {"first": "Andrew", "middle": "Steele", "last": "Fulton"}, "bio": {"birthday": "1800-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 13, "party": "Whig"}]}, {"id": {"bioguide": "G000006", "govtrack": 404383, "icpsr": 3424, "wikipedia": "John P. Gaines", "house_history": 13572, "wikidata": "Q889406", "google_entity_id": "kg:/m/07fnww"}, "name": {"first": "John", "middle": "Pollard", "last": "Gaines"}, "bio": {"birthday": "1795-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "KY", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "G000106", "govtrack": 404478, "icpsr": 3513, "house_history": 13693, "wikipedia": "John Gayle (Alabama)", "wikidata": "Q878736", "google_entity_id": "kg:/m/03g3cr"}, "name": {"first": "John", "last": "Gayle"}, "bio": {"birthday": "1792-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "AL", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "G000256", "govtrack": 404618, "icpsr": 3647, "wikipedia": "William L. Goggin", "house_history": 13886, "wikidata": "Q580660", "google_entity_id": "kg:/m/027nq9n"}, "name": {"first": "William", "middle": "Leftwich", "last": "Goggin"}, "bio": {"birthday": "1807-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "G000405", "govtrack": 404755, "icpsr": 3773, "wikipedia": "Horace Greeley", "house_history": 14077, "wikidata": "Q436790", "google_entity_id": "kg:/m/0170ll"}, "name": {"first": "Horace", "last": "Greeley"}, "bio": {"birthday": "1811-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "G000446", "govtrack": 404792, "icpsr": 3808, "wikipedia": "Dudley S. Gregory", "house_history": 14130, "wikidata": "Q1263763", "google_entity_id": "kg:/m/09vyhx"}, "name": {"first": "Dudley", "middle": "Sanford", "last": "Gregory"}, "bio": {"birthday": "1800-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NJ", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "H000028", "govtrack": 404913, "icpsr": 3916, "wikipedia": "Artemas Hale", "house_history": 14323, "wikidata": "Q706545", "google_entity_id": "kg:/m/02rgwrs"}, "name": {"first": "Artemas", "last": "Hale"}, "bio": {"birthday": "1783-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MA", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MA", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "H000062", "govtrack": 404947, "icpsr": 3948, "wikipedia": "Nathan K. Hall", "house_history": 14364, "wikidata": "Q366245", "google_entity_id": "kg:/m/08kr3t"}, "name": {"first": "Nathan", "middle": "Kelsey", "last": "Hall"}, "bio": {"birthday": "1810-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 32, "party": "Whig"}]}, {"id": {"bioguide": "H000136", "govtrack": 405018, "icpsr": 4015, "wikipedia": "David Hammons (Maine)", "house_history": 14452, "wikidata": "Q1174663", "google_entity_id": "kg:/m/02wyy6g"}, "name": {"first": "David", "last": "Hammons"}, "bio": {"birthday": "1808-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "ME", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000138", "govtrack": 405020, "icpsr": 4017, "house_history": 14454, "wikipedia": "James G. Hampton", "wikidata": "Q1680420", "google_entity_id": "kg:/m/02z14pl"}, "name": {"first": "James", "middle": "Giles", "last": "Hampton"}, "bio": {"birthday": "1814-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NJ", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NJ", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "H000320", "govtrack": 405193, "icpsr": 4174, "wikipedia": "William T. Haskell", "house_history": 14677, "wikidata": "Q1714933", "google_entity_id": "kg:/m/0d9ryn"}, "name": {"first": "William", "middle": "T.", "last": "Haskell"}, "bio": {"birthday": "1818-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "TN", "district": 11, "party": "Whig"}]}, {"id": {"bioguide": "H000499", "govtrack": 405362, "icpsr": 4325, "wikipedia": "Thomas J. Henley", "house_history": 14903, "wikidata": "Q1412525", "google_entity_id": "kg:/m/02rkhsy"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Henley"}, "bio": {"birthday": "1808-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000592", "govtrack": 405454, "icpsr": 4410, "wikipedia": "Hugh Lawson White Hill", "house_history": 15018, "wikidata": "Q1634437", "google_entity_id": "kg:/m/0d96qt"}, "name": {"first": "Hugh", "middle": "Lawson White", "last": "Hill"}, "bio": {"birthday": "1810-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "TN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000723", "govtrack": 405575, "icpsr": 4522, "wikipedia": "John M. Holley", "house_history": 15176, "wikidata": "Q6245840", "google_entity_id": "kg:/m/02rksmm"}, "name": {"first": "John", "middle": "Milton", "last": "Holley"}, "bio": {"birthday": "1802-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 27, "party": "Whig"}]}, {"id": {"bioguide": "H000736", "govtrack": 405587, "icpsr": 4533, "wikipedia": "Elias B. Holmes", "house_history": 15193, "wikidata": "Q5360445", "google_entity_id": "kg:/m/02rkp4g"}, "name": {"first": "Elias", "middle": "Bellows", "last": "Holmes"}, "bio": {"birthday": "1807-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 28, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 28, "party": "Whig"}]}, {"id": {"bioguide": "H000790", "govtrack": 405639, "icpsr": 4581, "wikipedia": "John Westbrook Hornbeck", "house_history": 15262, "wikidata": "Q6263660", "google_entity_id": "kg:/m/026f6w9"}, "name": {"first": "John", "middle": "Westbrook", "last": "Hornbeck"}, "bio": {"birthday": "1804-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "H000889", "govtrack": 405735, "icpsr": 4673, "wikipedia": "Samuel Dickinson Hubbard", "house_history": 15383, "wikidata": "Q787804", "google_entity_id": "kg:/m/061x56"}, "name": {"first": "Samuel", "middle": "Dickinson", "last": "Hubbard"}, "bio": {"birthday": "1799-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "CT", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "CT", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "H000907", "govtrack": 405753, "icpsr": 4687, "wikipedia": "Charles Hudson (Massachusetts)", "house_history": 15405, "wikidata": "Q1064907", "google_entity_id": "kg:/m/02qxbzz"}, "name": {"first": "Charles", "last": "Hudson"}, "bio": {"birthday": "1795-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MA", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MA", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MA", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MA", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "H000978", "govtrack": 405822, "icpsr": 4750, "wikipedia": "Washington Hunt", "house_history": 15487, "wikidata": "Q444158", "google_entity_id": "kg:/m/02zyyn"}, "name": {"first": "Washington", "last": "Hunt"}, "bio": {"birthday": "1811-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 34, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 34, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 34, "party": "Whig"}]}, {"id": {"bioguide": "I000015", "govtrack": 405877, "icpsr": 4804, "wikipedia": "Charles Jared Ingersoll", "house_history": 15634, "wikidata": "Q4200751", "google_entity_id": "kg:/m/04vm_f"}, "name": {"first": "Charles", "middle": "Jared", "last": "Ingersoll"}, "bio": {"birthday": "1782-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "I000019", "govtrack": 405881, "icpsr": 4808, "wikipedia": "Joseph Reed Ingersoll", "house_history": 15638, "wikidata": "Q4904809", "google_entity_id": "kg:/m/04vn1l"}, "name": {"first": "Joseph", "middle": "Reed", "last": "Ingersoll"}, "bio": {"birthday": "1786-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "I000032", "govtrack": 405890, "icpsr": 4817, "wikipedia": "Alexander Irvin", "house_history": 15656, "wikidata": "Q4719194", "google_entity_id": "kg:/m/0dd2wh"}, "name": {"first": "Alexander", "last": "Irvin"}, "bio": {"birthday": "1800-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 24, "party": "Whig"}]}, {"id": {"bioguide": "J000007", "govtrack": 405914, "icpsr": 4845, "wikipedia": "David S. Jackson", "house_history": 15701, "wikidata": "Q980850", "google_entity_id": "kg:/m/02rknqq"}, "name": {"first": "David", "middle": "Sherwood", "last": "Jackson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "J000054", "govtrack": 405959, "icpsr": 4888, "wikipedia": "John Jameson (politician)", "house_history": 15757, "wikidata": "Q1700610", "google_entity_id": "kg:/m/07s5wv"}, "name": {"first": "John", "last": "Jameson"}, "bio": {"birthday": "1802-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "J000146", "govtrack": 406044, "icpsr": 4968, "wikipedia": "James Hutchins Johnson", "house_history": 15876, "wikidata": "Q1680591", "google_entity_id": "kg:/m/02rqb00"}, "name": {"first": "James", "middle": "Hutchins", "last": "Johnson"}, "bio": {"birthday": "1802-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NH", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "J000239", "govtrack": 406132, "icpsr": 5048, "wikipedia": "John William Jones", "house_history": 15995, "wikidata": "Q1247941", "google_entity_id": "kg:/m/027c479"}, "name": {"first": "John", "middle": "William", "last": "Jones"}, "bio": {"birthday": "1806-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "GA", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "K000122", "govtrack": 406288, "icpsr": 5192, "wikipedia": "William Kennon Jr.", "house_history": 16229, "wikidata": "Q8013940", "google_entity_id": "kg:/m/02rm3ps"}, "name": {"first": "William", "last": "Kennon", "suffix": "Jr."}, "bio": {"birthday": "1802-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "L000021", "govtrack": 406531, "icpsr": 5407, "wikipedia": "Samuel Lahm", "house_history": 16601, "wikidata": "Q7411961", "google_entity_id": "kg:/m/02rm2_2"}, "name": {"first": "Samuel", "last": "Lahm"}, "bio": {"birthday": "1812-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "L000139", "govtrack": 406644, "icpsr": 5516, "wikipedia": "Sidney Lawrence", "house_history": 16770, "wikidata": "Q3021624", "google_entity_id": "kg:/m/02rkwg9"}, "name": {"first": "Sidney", "last": "Lawrence"}, "bio": {"birthday": "1801-12-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "L000142", "govtrack": 406647, "icpsr": 5519, "wikipedia": "William T. Lawrence", "house_history": 16774, "wikidata": "Q8019088", "google_entity_id": "kg:/m/02rkyc5"}, "name": {"first": "William", "middle": "Thomas", "last": "Lawrence"}, "bio": {"birthday": "1788-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 26, "party": "Whig"}]}, {"id": {"bioguide": "L000278", "govtrack": 406776, "icpsr": 5635, "wikipedia": "Dixon Hall Lewis", "house_history": 16936, "wikidata": "Q586407", "google_entity_id": "kg:/m/03f3t_"}, "name": {"first": "Dixon", "middle": "Hall", "last": "Lewis"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "AL", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "AL", "district": 3, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "AL", "district": 4, "party": "Nullifier"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "AL", "district": 4, "party": "Nullifier"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "AL", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1844-04-22", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "sen", "start": "1844-04-22", "end": "1847-03-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1847-12-06", "end": "1848-10-25", "state": "AL", "class": 2, "party": "Democrat"}], "bio": {"birthday": "1802-08-10", "gender": "M"}}, {"id": {"bioguide": "L000307", "govtrack": 406801, "icpsr": 5660, "wikipedia": "Thomas Watkins Ligon", "house_history": 16973, "wikidata": "Q683620", "google_entity_id": "kg:/m/07jwlc"}, "name": {"first": "Thomas", "middle": "Watkins", "last": "Ligon"}, "bio": {"birthday": "1810-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000440", "govtrack": 406931, "icpsr": 5777, "wikipedia": "Frederick William Lord", "house_history": 17141, "wikidata": "Q111965", "google_entity_id": "kg:/m/026m4jt"}, "name": {"first": "Frederick", "middle": "William", "last": "Lord"}, "bio": {"birthday": "1800-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000096", "govtrack": 407120, "icpsr": 5952, "house_history": 17449, "wikipedia": "Willie Person Mangum", "wikidata": "Q1720552", "google_entity_id": "kg:/m/02kl4q"}, "name": {"first": "Willie", "middle": "Person", "last": "Mangum"}, "bio": {"birthday": "1792-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NC", "district": 8, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NC", "district": 8, "party": "Jackson"}, {"type": "sen", "start": "1831-12-05", "end": "1837-03-03", "state": "NC", "class": 3, "party": "Jackson"}, {"type": "sen", "start": "1840-01-01", "end": "1847-03-03", "state": "NC", "class": 2, "party": "Whig"}, {"type": "sen", "start": "1847-12-06", "end": "1853-03-03", "state": "NC", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "M000208", "govtrack": 407227, "icpsr": 6046, "wikipedia": "Dudley Marvin", "house_history": 17580, "wikidata": "Q5311916", "google_entity_id": "kg:/m/02rknvh"}, "name": {"first": "Dudley", "last": "Marvin"}, "bio": {"birthday": "1786-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "NY", "district": 26, "party": "Whig"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "NY", "district": 26, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NY", "district": 26, "party": "Adams"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 31, "party": "Whig"}]}, {"id": {"bioguide": "M000334", "govtrack": 407344, "icpsr": 6153, "wikipedia": "Robert McClelland (American politician)", "house_history": 17740, "wikidata": "Q283369", "google_entity_id": "kg:/m/02sjgc"}, "name": {"first": "Robert", "last": "McClelland"}, "bio": {"birthday": "1807-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000474", "govtrack": 407472, "icpsr": 6273, "wikipedia": "Abraham Robinson McIlvaine", "house_history": 17918, "wikidata": "Q4669151", "google_entity_id": "kg:/m/026f71v"}, "name": {"first": "Abraham", "middle": "Robinson", "last": "McIlvaine"}, "bio": {"birthday": "1804-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "M000489", "govtrack": 407484, "icpsr": 6284, "house_history": 17938, "wikipedia": "James Iver McKay", "wikidata": "Q1358019", "google_entity_id": "kg:/m/0b7mq_"}, "name": {"first": "James", "middle": "Iver", "last": "McKay"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NC", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NC", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NC", "district": 5, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000731", "govtrack": 407710, "icpsr": 6486, "wikipedia": "Jacob W. Miller", "wikidata": "Q1677663", "google_entity_id": "kg:/m/0csnvn"}, "name": {"first": "Jacob", "middle": "Welsh", "last": "Miller"}, "bio": {"birthday": "1800-08-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1841-05-31", "end": "1847-03-03", "state": "NJ", "class": 2, "party": "Whig"}, {"type": "sen", "start": "1847-12-06", "end": "1853-03-03", "state": "NJ", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "M001072", "govtrack": 408038, "icpsr": 6790, "wikipedia": "Joseph Mullin", "house_history": 18667, "wikidata": "Q6285684", "google_entity_id": "kg:/m/02rkt8l"}, "name": {"first": "Joseph", "last": "Mullin"}, "bio": {"birthday": "1811-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 19, "party": "Whig"}]}, {"id": {"bioguide": "M001093", "govtrack": 408057, "icpsr": 6808, "house_history": 18693, "wikipedia": "Henry C. Murphy", "wikidata": "Q194722", "google_entity_id": "kg:/m/026nmh8"}, "name": {"first": "Henry", "middle": "Cruse", "last": "Murphy"}, "bio": {"birthday": "1810-07-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "N000103", "govtrack": 408187, "icpsr": 6927, "wikipedia": "Henry Nicoll (politician)", "house_history": 18960, "wikidata": "Q390818", "google_entity_id": "kg:/m/026m4nl"}, "name": {"first": "Henry", "last": "Nicoll"}, "bio": {"birthday": "1812-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000033", "govtrack": 408444, "icpsr": 7171, "wikipedia": "John G. Palfrey", "house_history": 19319, "wikidata": "Q221926", "google_entity_id": "kg:/m/02rhk2_"}, "name": {"first": "John", "middle": "Gorham", "last": "Palfrey"}, "bio": {"birthday": "1796-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MA", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "P000206", "govtrack": 408609, "icpsr": 7322, "wikipedia": "John Pendleton", "house_history": 19531, "wikidata": "Q1701384", "google_entity_id": "kg:/m/027zjfs"}, "name": {"first": "John", "middle": "Strother", "last": "Pendleton"}, "bio": {"birthday": "1802-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "P000266", "govtrack": 408666, "icpsr": 7374, "wikipedia": "George Petrie (politician)", "house_history": 19607, "wikidata": "Q3700979", "google_entity_id": "kg:/m/02rkprl"}, "name": {"first": "George", "last": "Petrie"}, "bio": {"birthday": "1793-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 17, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "P000353", "govtrack": 408750, "icpsr": 7454, "wikipedia": "Timothy Pilsbury", "house_history": 19717, "wikidata": "Q1657639", "google_entity_id": "kg:/m/02rx1hd"}, "name": {"first": "Timothy", "last": "Pilsbury"}, "bio": {"birthday": "1789-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "TX", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000416", "govtrack": 408809, "icpsr": 7513, "wikipedia": "James Pollock", "house_history": 19796, "wikidata": "Q373144", "google_entity_id": "kg:/m/0294gk"}, "name": {"first": "James", "last": "Pollock"}, "bio": {"birthday": "1810-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 13, "party": "Whig"}]}, {"id": {"bioguide": "P000518", "govtrack": 408903, "icpsr": 7607, "wikipedia": "William Ballard Preston", "house_history": 19919, "wikidata": "Q376510", "google_entity_id": "kg:/m/039_2h"}, "name": {"first": "William", "middle": "Ballard", "last": "Preston"}, "bio": {"birthday": "1805-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 12, "party": "Whig"}]}, {"id": {"bioguide": "R000364", "govtrack": 409334, "icpsr": 8000, "wikipedia": "William R. Rockhill", "house_history": 20531, "wikidata": "Q2580385", "google_entity_id": "kg:/m/02rklhk"}, "name": {"first": "William", "last": "Rockhill"}, "bio": {"birthday": "1793-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "R000367", "govtrack": 409337, "icpsr": 8003, "wikipedia": "John A. Rockwell", "house_history": 20535, "wikidata": "Q1563293", "google_entity_id": "kg:/m/02pb6ry"}, "name": {"first": "John", "middle": "Arnold", "last": "Rockwell"}, "bio": {"birthday": "1803-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "CT", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "CT", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "R000414", "govtrack": 409380, "icpsr": 8044, "wikipedia": "James Dixon Roman", "house_history": 20599, "wikidata": "Q723278", "google_entity_id": "kg:/m/0gm3jx"}, "name": {"first": "James", "middle": "Dixon", "last": "Roman"}, "bio": {"birthday": "1809-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MD", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "S000095", "govtrack": 409606, "icpsr": 8242, "house_history": 21251, "wikipedia": "William Sawyer (representative)", "wikidata": "Q8018154", "google_entity_id": "kg:/m/03cw1nd"}, "name": {"first": "William", "last": "Sawyer"}, "bio": {"birthday": "1803-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000351", "govtrack": 409847, "icpsr": 8459, "wikipedia": "Eliakim Sherrill", "house_history": 21575, "wikidata": "Q5360393", "google_entity_id": "kg:/m/025wz3_"}, "name": {"first": "Eliakim", "last": "Sherrill"}, "bio": {"birthday": "1813-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "S000435", "govtrack": 409929, "icpsr": 8531, "wikipedia": "Richard F. Simpson", "house_history": 21680, "wikidata": "Q1443173", "google_entity_id": "kg:/m/02vrp7k"}, "name": {"first": "Richard", "middle": "Franklin", "last": "Simpson"}, "bio": {"birthday": "1798-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "SC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000438", "govtrack": 409932, "icpsr": 8534, "wikipedia": "Alexander D. Sims", "house_history": 21683, "wikidata": "Q945020", "google_entity_id": "kg:/m/02vn__x"}, "name": {"first": "Alexander", "middle": "Dromgoole", "last": "Sims"}, "bio": {"birthday": "1803-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000488", "govtrack": 409976, "icpsr": 8576, "wikipedia": "John I. Slingerland", "house_history": 21748, "wikidata": "Q2592927", "google_entity_id": "kg:/m/026bwxd"}, "name": {"first": "John", "middle": "I.", "last": "Slingerland"}, "bio": {"birthday": "1804-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 13, "party": "Whig"}]}, {"id": {"bioguide": "S000519", "govtrack": 410003, "icpsr": 8604, "wikipedia": "Caleb Blood Smith", "house_history": 21783, "wikidata": "Q1026525", "google_entity_id": "kg:/m/03w332"}, "name": {"first": "Caleb", "middle": "Blood", "last": "Smith"}, "bio": {"birthday": "1808-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IN", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IN", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IN", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "S000605", "govtrack": 410083, "house_history": 21881}, "name": {"first": "Robert", "middle": "Barnwell", "last": "Smith"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "SC", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "SC", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "SC", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "SC", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "SC", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "SC", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S000760", "govtrack": 410227, "icpsr": 8818, "wikipedia": "Presley Spruance", "wikidata": "Q2108878", "google_entity_id": "kg:/m/097jpm"}, "name": {"first": "Presley", "last": "Spruance"}, "bio": {"birthday": "1785-09-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1847-12-06", "end": "1853-03-03", "state": "DE", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "S000766", "govtrack": 410233, "icpsr": 8179, "wikipedia": "Daniel B. St. John", "house_history": 22084, "wikidata": "Q1534207", "google_entity_id": "kg:/m/02rlc99"}, "name": {"first": "Daniel", "middle": "Bennett", "last": "St. John"}, "bio": {"birthday": "1808-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "S000814", "govtrack": 410279, "icpsr": 8853, "wikipedia": "George Anson Starkweather (New York)", "house_history": 22147, "wikidata": "Q5536278", "google_entity_id": "kg:/m/026bwz3"}, "name": {"first": "George", "middle": "Anson", "last": "Starkweather"}, "bio": {"birthday": "1794-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "S000899", "govtrack": 410360, "icpsr": 8927, "wikipedia": "Andrew Stewart (American politician, died 1872)", "house_history": 22251, "wikidata": "Q507687", "google_entity_id": "kg:/m/0kslb_"}, "name": {"first": "Andrew", "last": "Stewart"}, "bio": {"gender": "M", "birthday": "1791-06-11"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 14, "party": "Anti Mason"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 14, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 14, "party": "Adams"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "PA", "district": 14, "party": "Anti Masonic"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "PA", "district": 20, "party": "Anti Masonic"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 18, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 18, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 18, "party": "Whig"}]}, {"id": {"bioguide": "S001008", "govtrack": 410465, "icpsr": 9027, "wikipedia": "John Strohm (congressman)", "house_history": 22386, "wikidata": "Q6259458", "google_entity_id": "kg:/m/026f75m"}, "name": {"first": "John", "last": "Strohm"}, "bio": {"birthday": "1793-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "T000030", "govtrack": 410619, "icpsr": 9170, "wikipedia": "Frederick A. Tallmadge", "house_history": 22670, "wikidata": "Q759142", "google_entity_id": "kg:/m/026n0vl"}, "name": {"first": "Frederick", "middle": "Augustus", "last": "Tallmadge"}, "bio": {"birthday": "1792-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "T000152", "govtrack": 410734, "icpsr": 9280, "house_history": 22815, "wikipedia": "Bannon Goforth Thibodeaux", "wikidata": "Q806900", "google_entity_id": "kg:/m/0ddqtr"}, "name": {"first": "Bannon", "middle": "Goforth", "last": "Thibodeaux"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "LA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "LA", "district": 2, "party": "Whig"}], "bio": {"birthday": "1812-12-22", "gender": "M"}}, {"id": {"bioguide": "T000214", "govtrack": 410793, "icpsr": 9336, "wikipedia": "Richard W. Thompson", "house_history": 22895, "wikidata": "Q372801", "google_entity_id": "kg:/m/0htvv"}, "name": {"first": "Richard", "middle": "Wigginton", "last": "Thompson"}, "bio": {"birthday": "1809-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "IN", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IN", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "T000215", "govtrack": 410794, "icpsr": 9337, "wikipedia": "Robert A. Thompson", "house_history": 22896, "wikidata": "Q93393", "google_entity_id": "kg:/m/02x404f"}, "name": {"first": "Robert", "middle": "Augustine", "last": "Thompson"}, "bio": {"birthday": "1805-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "T000308", "govtrack": 410881, "icpsr": 9419, "wikipedia": "Patrick W. Tompkins", "house_history": 23008, "wikidata": "Q2058014", "google_entity_id": "kg:/m/02x3_tf"}, "name": {"first": "Patrick", "middle": "Watson", "last": "Tompkins"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MS", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "T000429", "govtrack": 410997, "icpsr": 9523, "wikipedia": "Thomas J. Turner", "house_history": 23159, "wikidata": "Q7791157", "google_entity_id": "kg:/m/02rkd1_"}, "name": {"first": "Thomas", "middle": "Johnston", "last": "Turner"}, "bio": {"birthday": "1815-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "T000441", "govtrack": 411009, "wikipedia": "John Hubbard Tweedy", "house_history": 23175, "wikidata": "Q1700519", "google_entity_id": "kg:/m/0b6tnv"}, "name": {"first": "John", "middle": "Hubbard", "last": "Tweedy"}, "bio": {"birthday": "1814-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "WI", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "U000011", "govtrack": 411035, "icpsr": 9558, "wikipedia": "Joseph R. Underwood", "house_history": 20841, "wikidata": "Q1534586", "google_entity_id": "kg:/m/0b_p5m"}, "name": {"first": "Joseph", "middle": "Rogers", "last": "Underwood"}, "bio": {"birthday": "1791-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "KY", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "KY", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "KY", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "KY", "district": 3, "party": "Whig"}, {"type": "sen", "start": "1847-12-06", "end": "1853-03-03", "state": "KY", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "W000162", "govtrack": 411335, "icpsr": 9840, "wikipedia": "Cornelius Warren", "house_history": 23404, "wikidata": "Q1383012", "google_entity_id": "kg:/m/026m50z"}, "name": {"first": "Cornelius", "last": "Warren"}, "bio": {"birthday": "1790-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "W000436", "govtrack": 411595, "icpsr": 10083, "wikipedia": "William W. Wick", "house_history": 23732, "wikidata": "Q2580917", "google_entity_id": "kg:/m/02rklkm"}, "name": {"first": "William", "middle": "Watson", "last": "Wick"}, "bio": {"birthday": "1796-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "IN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000467", "govtrack": 411624, "icpsr": 10112, "wikipedia": "James S. Wiley", "house_history": 23773, "wikidata": "Q1681074", "google_entity_id": "kg:/m/02ry1lk"}, "name": {"first": "James", "middle": "Sullivan", "last": "Wiley"}, "bio": {"birthday": "1808-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "ME", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000504", "govtrack": 411661, "icpsr": 10149, "wikipedia": "Hezekiah Williams", "house_history": 23814, "wikidata": "Q1617045", "google_entity_id": "kg:/m/02rxlqj"}, "name": {"first": "Hezekiah", "last": "Williams"}, "bio": {"birthday": "1798-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "ME", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "ME", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000642", "govtrack": 401607, "icpsr": 865, "wikipedia": "Solon Borland", "wikidata": "Q1027380", "google_entity_id": "kg:/m/01smvk"}, "name": {"first": "Solon", "last": "Borland"}, "bio": {"birthday": "1808-09-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1848-01-01", "end": "1853-12-31", "state": "AR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000394", "govtrack": 403509, "icpsr": 2640, "wikipedia": "Augustus C. Dodge", "house_history": 12321, "wikidata": "Q770219", "google_entity_id": "kg:/m/01z5v_"}, "name": {"first": "Augustus", "middle": "Caesar", "last": "Dodge"}, "bio": {"birthday": "1812-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "IA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "IA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IA", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1848-01-01", "end": "1855-03-03", "state": "IA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000167", "govtrack": 404122, "icpsr": 3185, "wikipedia": "Thomas Fitzgerald (American politician)", "wikidata": "Q1587977", "google_entity_id": "kg:/m/02wqbg"}, "name": {"first": "Thomas", "last": "Fitzgerald"}, "bio": {"birthday": "1796-04-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1848-01-01", "end": "1849-12-31", "state": "MI", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000139", "govtrack": 406038, "icpsr": 4961, "wikipedia": "Herschel Vespasian Johnson", "wikidata": "Q357353", "google_entity_id": "kg:/m/03bf5p"}, "name": {"first": "Herschel", "middle": "Vespasian", "last": "Johnson"}, "bio": {"birthday": "1812-09-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1848-01-01", "end": "1849-03-03", "state": "GA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "K000217", "govtrack": 406377, "icpsr": 5275, "wikipedia": "William R. King", "house_history": 16350, "wikidata": "Q298985", "google_entity_id": "kg:/m/0m8fn"}, "name": {"first": "William", "middle": "Rufus de Vane", "last": "King"}, "bio": {"birthday": "1786-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1819-12-06", "end": "1823-03-03", "state": "AL", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1823-12-01", "end": "1829-03-03", "state": "AL", "class": 2, "party": "Jackson"}, {"type": "sen", "start": "1829-12-07", "end": "1835-03-03", "state": "AL", "class": 2, "party": "Jackson"}, {"type": "sen", "start": "1835-12-07", "end": "1841-03-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1841-05-31", "end": "1845-03-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1848-01-01", "end": "1853-03-03", "state": "AL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000676", "govtrack": 407661, "icpsr": 6446, "wikipedia": "Thomas Metcalfe (Kentucky)", "house_history": 18171, "wikidata": "Q735297", "google_entity_id": "kg:/m/0b3_xt"}, "name": {"first": "Thomas", "last": "Metcalfe"}, "bio": {"birthday": "1780-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "KY", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "KY", "district": 2, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "KY", "district": 2, "party": "Adams"}, {"type": "sen", "start": "1848-01-01", "end": "1849-03-03", "state": "KY", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "M000889", "govtrack": 407861, "icpsr": 6623, "wikipedia": "Wyman B. S. Moor", "wikidata": "Q1636152", "google_entity_id": "kg:/m/07g9kg"}, "name": {"first": "Wyman", "middle": "Bradbury Seavy", "last": "Moor"}, "bio": {"birthday": "1811-11-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1848-01-01", "end": "1849-03-03", "state": "ME", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000055", "govtrack": 411234, "icpsr": 9743, "wikipedia": "Isaac P. Walker", "wikidata": "Q576915", "google_entity_id": "kg:/m/091t32"}, "name": {"first": "Isaac", "middle": "Pigeon", "last": "Walker"}, "bio": {"birthday": "1815-11-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1848-01-01", "end": "1855-03-03", "state": "WI", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000075", "govtrack": 400734, "icpsr": 64, "wikipedia": "Nathaniel Albertson", "house_history": 8363, "wikidata": "Q1966703", "google_entity_id": "kg:/m/02rkhdk"}, "name": {"first": "Nathaniel", "last": "Albertson"}, "bio": {"birthday": "1800-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000093", "govtrack": 400751, "icpsr": 81, "wikipedia": "Henry P. Alexander", "house_history": 8388, "wikidata": "Q3253", "google_entity_id": "kg:/m/02rkql2"}, "name": {"first": "Henry", "middle": "Porteous", "last": "Alexander"}, "bio": {"birthday": "1801-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 17, "party": "Whig"}]}, {"id": {"bioguide": "A000166", "govtrack": 400821, "icpsr": 147, "house_history": 8486, "wikipedia": "William J. Alston", "wikidata": "Q2579413", "google_entity_id": "kg:/m/0269rhy"}, "name": {"first": "William", "middle": "Jeffreys", "last": "Alston"}, "bio": {"birthday": "1800-12-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "AL", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "A000199", "govtrack": 400854, "icpsr": 176, "wikipedia": "Josiah M. Anderson", "house_history": 8532, "wikidata": "Q1708645", "google_entity_id": "kg:/m/0db303"}, "name": {"first": "Josiah", "middle": "McNair", "last": "Anderson"}, "bio": {"birthday": "1807-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "TN", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "A000245", "govtrack": 400876, "icpsr": 194, "wikipedia": "George R. Andrews", "house_history": 8604, "wikidata": "Q2688784", "google_entity_id": "kg:/m/02rkpry"}, "name": {"first": "George", "middle": "Rex", "last": "Andrews"}, "bio": {"birthday": "1808-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 14, "party": "Whig"}]}, {"id": {"bioguide": "A000318", "govtrack": 400964, "icpsr": 272, "wikipedia": "George Ashmun", "house_history": 8699, "wikidata": "Q1506885", "google_entity_id": "kg:/m/0289jyh"}, "name": {"first": "George", "last": "Ashmun"}, "bio": {"birthday": "1804-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MA", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MA", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MA", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "A000322", "govtrack": 400970, "icpsr": 277, "wikipedia": "David Rice Atchison", "wikidata": "Q1176322", "google_entity_id": "kg:/m/02dn7"}, "name": {"first": "David", "middle": "Rice", "last": "Atchison"}, "bio": {"birthday": "1807-08-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1843-12-04", "end": "1849-03-03", "state": "MO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1849-12-03", "end": "1855-03-03", "state": "MO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000022", "govtrack": 401027, "icpsr": 330, "wikipedia": "George Edmund Badger", "wikidata": "Q925084", "google_entity_id": "kg:/m/02kl7n"}, "name": {"first": "George", "middle": "Edmund", "last": "Badger"}, "bio": {"birthday": "1795-04-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1846-01-01", "end": "1849-03-03", "state": "NC", "class": 3, "party": "Whig"}, {"type": "sen", "start": "1849-12-03", "end": "1855-03-03", "state": "NC", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "B000247", "govtrack": 401241, "icpsr": 523, "wikipedia": "William Van Ness Bay", "house_history": 9098, "wikidata": "Q2580861", "google_entity_id": "kg:/m/02rz8p6"}, "name": {"first": "William", "middle": "Van Ness", "last": "Bay"}, "bio": {"birthday": "1818-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000339", "govtrack": 401332, "icpsr": 605, "wikipedia": "John Bell (Ohio politician)", "house_history": 9215, "wikidata": "Q11774450", "google_entity_id": "kg:/m/02rm4pr"}, "name": {"first": "John", "last": "Bell", "nickname": "of Ohio"}, "bio": {"birthday": "1796-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "B000599", "govtrack": 401567, "icpsr": 829, "wikipedia": "David A. Bokee", "house_history": 9553, "wikidata": "Q198157", "google_entity_id": "kg:/m/02rknmz"}, "name": {"first": "David", "middle": "Alexander", "last": "Bokee"}, "bio": {"birthday": "1805-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "B000631", "govtrack": 401596, "icpsr": 855, "wikipedia": "Walter Booth", "house_history": 9600, "wikidata": "Q2543702", "google_entity_id": "kg:/m/0f3jb_"}, "name": {"first": "Walter", "last": "Booth"}, "bio": {"birthday": "1791-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "CT", "district": 2, "party": "Free Soil"}]}, {"id": {"bioguide": "B000680", "govtrack": 401642, "icpsr": 895, "wikipedia": "Franklin Welsh Bowdon", "house_history": 9664, "wikidata": "Q1445293", "google_entity_id": "kg:/m/02n7xm"}, "name": {"first": "Franklin", "middle": "Welsh", "last": "Bowdon"}, "bio": {"birthday": "1817-02-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "AL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000701", "govtrack": 401663, "icpsr": 915, "wikipedia": "James B. Bowlin", "house_history": 9692, "wikidata": "Q1679976", "google_entity_id": "kg:/m/02rz6s0"}, "name": {"first": "James", "middle": "Butler", "last": "Bowlin"}, "bio": {"birthday": "1804-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MO", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000782", "govtrack": 401740, "icpsr": 989, "wikipedia": "Daniel Breck", "house_history": 9790, "wikidata": "Q1160165", "google_entity_id": "kg:/m/027lmfk"}, "name": {"first": "Daniel", "last": "Breck"}, "bio": {"birthday": "1788-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "KY", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "B000841", "govtrack": 401798, "icpsr": 1043, "wikipedia": "John Brisbin", "house_history": 9865, "wikidata": "Q6223222", "google_entity_id": "kg:/m/026fsms"}, "name": {"first": "John", "last": "Brisbin"}, "bio": {"birthday": "1818-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "B000950", "govtrack": 401903, "icpsr": 1139, "wikipedia": "William J. Brown (Indiana)", "house_history": 10002, "wikidata": "Q2579419", "google_entity_id": "kg:/m/02rl1qf"}, "name": {"first": "William", "middle": "John", "last": "Brown"}, "bio": {"birthday": "1805-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B001037", "govtrack": 401987, "icpsr": 1216, "wikipedia": "Alexander W. Buel", "house_history": 10113, "wikidata": "Q2643211", "google_entity_id": "kg:/m/03wwf9"}, "name": {"first": "Alexander", "middle": "Woodruff", "last": "Buel"}, "bio": {"birthday": "1813-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B001049", "govtrack": 401998, "icpsr": 1228, "wikipedia": "Henry Adams Bullard", "house_history": 10128, "wikidata": "Q178360", "google_entity_id": "kg:/m/0ddq_d"}, "name": {"first": "Henry", "middle": "Adams", "last": "Bullard"}, "bio": {"birthday": "1788-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "LA", "district": 3, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "LA", "district": 3, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "LA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "B001175", "govtrack": 402117, "icpsr": 1336, "wikipedia": "Chester Pierce Butler", "house_history": 10288, "wikidata": "Q5093679", "google_entity_id": "kg:/m/026f7fj"}, "name": {"first": "Chester", "middle": "Pierce", "last": "Butler"}, "bio": {"birthday": "1798-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 11, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 11, "party": "Whig"}]}, {"id": {"bioguide": "B001191", "govtrack": 402133, "icpsr": 1351, "wikipedia": "Thomas B. Butler", "house_history": 10307, "wikidata": "Q1387257", "google_entity_id": "kg:/m/02rjzml"}, "name": {"first": "Thomas", "middle": "Belden", "last": "Butler"}, "bio": {"birthday": "1806-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "CT", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "C000031", "govtrack": 402192, "icpsr": 1405, "wikipedia": "George Caldwell (politician)", "house_history": 10481, "wikidata": "Q1507076", "google_entity_id": "kg:/m/02qwf1l"}, "name": {"first": "George", "middle": "Alfred", "last": "Caldwell"}, "bio": {"birthday": "1814-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "KY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000060", "govtrack": 402218, "icpsr": 1430, "wikipedia": "Samuel Calvin", "house_history": 10518, "wikidata": "Q7411057", "google_entity_id": "kg:/m/026f9x7"}, "name": {"first": "Samuel", "last": "Calvin"}, "bio": {"birthday": "1811-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 17, "party": "Whig"}]}, {"id": {"bioguide": "C000224", "govtrack": 402370, "icpsr": 1573, "wikipedia": "Joseph Casey (congressman)", "house_history": 10736, "wikidata": "Q5604374", "google_entity_id": "kg:/m/026dthh"}, "name": {"first": "Joseph", "last": "Casey"}, "bio": {"birthday": "1814-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 13, "party": "Whig"}]}, {"id": {"bioguide": "C000459", "govtrack": 402597, "icpsr": 1790, "wikipedia": "Charles E. Clarke", "house_history": 11022, "wikidata": "Q5077067", "google_entity_id": "kg:/m/02rkmvj"}, "name": {"first": "Charles", "middle": "Ezra", "last": "Clarke"}, "bio": {"birthday": "1790-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 19, "party": "Whig"}]}, {"id": {"bioguide": "C000482", "govtrack": 402620, "icpsr": 1810, "house_history": 11051, "wikipedia": "Henry Clay", "wikidata": "Q319630", "google_entity_id": "kg:/m/0ct18"}, "name": {"first": "Henry", "last": "Clay"}, "bio": {"birthday": "1777-04-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1806-01-01", "end": "1807-03-03", "state": "KY", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1810-01-01", "end": "1811-03-03", "state": "KY", "class": 2, "party": "Republican"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1815-12-04", "end": "1817-03-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1819-12-06", "end": "1821-03-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "KY", "district": 3, "party": "Democratic Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "KY", "district": -1, "party": "Democratic Republican"}, {"type": "sen", "start": "1831-12-05", "end": "1837-03-03", "state": "KY", "class": 3, "party": "Whig"}, {"type": "sen", "start": "1837-09-04", "end": "1843-03-03", "state": "KY", "class": 3, "party": "Whig"}, {"type": "sen", "start": "1849-12-03", "end": "1853-03-03", "state": "KY", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "C000501", "govtrack": 402638, "icpsr": 1827, "wikipedia": "Jeremiah Clemens", "wikidata": "Q252776", "google_entity_id": "kg:/m/03gcn2"}, "name": {"first": "Jeremiah", "last": "Clemens"}, "bio": {"birthday": "1814-12-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1849-12-03", "end": "1853-03-03", "state": "AL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000611", "govtrack": 402740, "icpsr": 1925, "wikipedia": "Orsamus Cole", "house_history": 11214, "wikidata": "Q2031617", "google_entity_id": "kg:/m/02vrq33"}, "name": {"first": "Orsamus", "last": "Cole"}, "bio": {"birthday": "1819-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "WI", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "C000676", "govtrack": 402802, "icpsr": 1979, "wikipedia": "Harmon S. Conger", "house_history": 11300, "wikidata": "Q5659163", "google_entity_id": "kg:/m/02rkq60"}, "name": {"first": "Harmon", "middle": "Sweatland", "last": "Conger"}, "bio": {"birthday": "1816-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 25, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 25, "party": "Whig"}]}, {"id": {"bioguide": "C000703", "govtrack": 402828, "icpsr": 2004, "house_history": 11335, "wikipedia": "Charles Magill Conrad", "wikidata": "Q1065426", "google_entity_id": "kg:/m/05tvn8"}, "name": {"first": "Charles", "middle": "Magill", "last": "Conrad"}, "bio": {"birthday": "1804-12-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1842-01-01", "end": "1843-03-03", "state": "LA", "class": 3, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "LA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "C000753", "govtrack": 402874, "icpsr": 2048, "wikipedia": "James Cooper (Pennsylvania)", "house_history": 11399, "wikidata": "Q1680195", "google_entity_id": "kg:/m/08qp0p"}, "name": {"first": "James", "last": "Cooper"}, "bio": {"birthday": "1810-05-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "PA", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "PA", "district": 12, "party": "Whig"}, {"type": "sen", "start": "1849-12-03", "end": "1855-03-03", "state": "PA", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "C000941", "govtrack": 403054, "icpsr": 2209, "wikipedia": "John Crowell (Ohio)", "house_history": 11629, "wikidata": "Q175736", "google_entity_id": "kg:/m/02rm4qs"}, "name": {"first": "John", "last": "Crowell"}, "bio": {"birthday": "1801-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 19, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 19, "party": "Whig"}]}, {"id": {"bioguide": "D000045", "govtrack": 403185, "icpsr": 2331, "wikipedia": "Joel Buchanan Danner", "house_history": 11885, "wikidata": "Q6213276", "google_entity_id": "kg:/m/026fssl"}, "name": {"first": "Joel", "middle": "Buchanan", "last": "Danner"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "D000156", "govtrack": 403289, "icpsr": 2431, "wikipedia": "William Crosby Dawson", "house_history": 12025, "wikidata": "Q5618144", "google_entity_id": "kg:/m/06vjmp"}, "name": {"first": "William", "middle": "Crosby", "last": "Dawson"}, "bio": {"birthday": "1798-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "GA", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "GA", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "GA", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "GA", "district": -1, "party": "Whig"}, {"type": "sen", "start": "1849-12-03", "end": "1855-03-03", "state": "GA", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "D000181", "govtrack": 403342, "icpsr": 2454, "wikipedia": "Edmund Deberry", "house_history": 12056, "wikidata": "Q1286166", "google_entity_id": "kg:/m/04fqn_"}, "name": {"first": "Edmund", "last": "Deberry"}, "bio": {"birthday": "1787-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NC", "district": 7, "party": "Anti Jacksonian"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NC", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NC", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NC", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NC", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NC", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NC", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NC", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "D000313", "govtrack": 403433, "icpsr": 2565, "wikipedia": "Jesse Column Dickey", "house_history": 12216, "wikidata": "Q6186231", "google_entity_id": "kg:/m/026f6zr"}, "name": {"first": "Jesse", "middle": "Column", "last": "Dickey"}, "bio": {"birthday": "1808-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "D000325", "govtrack": 403445, "icpsr": 2577, "wikipedia": "Rodolphus Dickinson", "house_history": 12232, "wikidata": "Q7357235", "google_entity_id": "kg:/m/02rm2yc"}, "name": {"first": "Rodolphus", "last": "Dickinson"}, "bio": {"birthday": "1797-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "D000515", "govtrack": 403625, "icpsr": 2744, "wikipedia": "William Duer (U.S. Congressman)", "house_history": 12475, "wikidata": "Q2578513", "google_entity_id": "kg:/m/04qq9l"}, "name": {"first": "William", "last": "Duer"}, "bio": {"birthday": "1805-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 23, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 23, "party": "Whig"}]}, {"id": {"bioguide": "E000105", "govtrack": 403796, "icpsr": 2894, "wikipedia": "Samuel Atkins Eliot (politician)", "house_history": 12725, "wikidata": "Q2217937", "google_entity_id": "kg:/m/0gdbx_"}, "name": {"first": "Samuel", "middle": "Atkins", "last": "Eliot"}, "bio": {"birthday": "1798-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MA", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "E000255", "govtrack": 403937, "icpsr": 3019, "house_history": 12914, "wikipedia": "Nathan Evans (Ohio)", "wikidata": "Q6969044", "google_entity_id": "kg:/m/02rm2md"}, "name": {"first": "Nathan", "last": "Evans"}, "bio": {"birthday": "1804-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 14, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 14, "party": "Whig"}]}, {"id": {"bioguide": "E000275", "govtrack": 403954, "icpsr": 3036, "wikipedia": "Andrew Ewing", "house_history": 12941, "wikidata": "Q504593", "google_entity_id": "kg:/m/0d9tvp"}, "name": {"first": "Andrew", "last": "Ewing"}, "bio": {"birthday": "1813-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "TN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "F000055", "govtrack": 404015, "icpsr": 3088, "wikipedia": "Winfield S. Featherston", "house_history": 13034, "wikidata": "Q2584141", "google_entity_id": "kg:/m/02x3_rq"}, "name": {"first": "Winfield", "middle": "Scott", "last": "Featherston"}, "bio": {"birthday": "1820-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000360", "govtrack": 404307, "icpsr": 3353, "wikipedia": "John Freedley", "house_history": 13425, "wikidata": "Q13219623", "google_entity_id": "kg:/m/026f6r5"}, "name": {"first": "John", "last": "Freedley"}, "bio": {"birthday": "1793-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "G000138", "govtrack": 404508, "icpsr": 3542, "house_history": 13735, "wikipedia": "Elbridge Gerry (Maine)", "wikidata": "Q1325397", "google_entity_id": "kg:/m/04dbbr"}, "name": {"first": "Elbridge", "last": "Gerry"}, "bio": {"birthday": "1813-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "ME", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000172", "govtrack": 412151, "icpsr": 3572, "wikipedia": "Edward Gilbert", "house_history": 13782, "wikidata": "Q1292340", "google_entity_id": "kg:/m/09lbbp"}, "name": {"first": "Edward", "last": "Gilbert"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "CA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "G000285", "govtrack": 404646, "icpsr": 3673, "wikipedia": "Rufus K. Goodenow", "house_history": 13923, "wikidata": "Q2174781", "google_entity_id": "kg:/m/02x63vh"}, "name": {"first": "Rufus", "middle": "King", "last": "Goodenow"}, "bio": {"birthday": "1790-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "ME", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "G000339", "govtrack": 404695, "icpsr": 3720, "wikipedia": "Daniel Gott", "house_history": 13990, "wikidata": "Q5217316", "google_entity_id": "kg:/m/02rknk6"}, "name": {"first": "Daniel", "last": "Gott"}, "bio": {"birthday": "1794-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 24, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 24, "party": "Whig"}]}, {"id": {"bioguide": "G000341", "govtrack": 404697, "icpsr": 3722, "wikipedia": "Herman D. Gould", "house_history": 13992, "wikidata": "Q1674135", "google_entity_id": "kg:/m/02rkqq6"}, "name": {"first": "Herman", "middle": "Day", "last": "Gould"}, "bio": {"birthday": "1799-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "G000477", "govtrack": 404822, "icpsr": 3836, "wikipedia": "Joseph Grinnell (politician)", "house_history": 14167, "wikidata": "Q1287678", "google_entity_id": "kg:/m/02rjwgw"}, "name": {"first": "Joseph", "last": "Grinnell"}, "bio": {"birthday": "1788-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MA", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MA", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MA", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MA", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "H000005", "govtrack": 412047, "icpsr": 3895, "wikipedia": "Thomas C. Hackett", "house_history": 14296, "wikidata": "Q1510674", "google_entity_id": "kg:/m/027c4cg"}, "name": {"first": "Thomas", "middle": "C.", "last": "Hackett"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000083", "govtrack": 412153, "icpsr": 3965, "wikipedia": "Ransom Halloway", "house_history": 14390, "wikidata": "Q1383699", "google_entity_id": "kg:/m/026m4_l"}, "name": {"first": "Ransom", "last": "Halloway"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 8, "party": "Whig"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "H000139", "govtrack": 405021, "icpsr": 4018, "wikipedia": "Moses Hampton", "house_history": 14455, "wikidata": "Q13219640", "google_entity_id": "kg:/m/026fb88"}, "name": {"first": "Moses", "last": "Hampton"}, "bio": {"birthday": "1803-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 21, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 21, "party": "Whig"}]}, {"id": {"bioguide": "H000178", "govtrack": 405059, "icpsr": 4046, "wikipedia": "Hugh A. Haralson", "house_history": 14505, "wikidata": "Q970375", "google_entity_id": "kg:/m/04kwmt"}, "name": {"first": "Hugh", "middle": "Anderson", "last": "Haralson"}, "bio": {"birthday": "1805-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "GA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000214", "govtrack": 405092, "icpsr": 4079, "wikipedia": "John H. Harmanson", "house_history": 14551, "wikidata": "Q1700311", "google_entity_id": "kg:/m/02rv9gj"}, "name": {"first": "John", "middle": "Henry", "last": "Harmanson"}, "bio": {"birthday": "1803-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "LA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000381", "govtrack": 405249, "icpsr": 4224, "house_history": 14751, "wikipedia": "Andrew K. Hay", "wikidata": "Q505562", "google_entity_id": "kg:/m/02z14mw"}, "name": {"first": "Andrew", "middle": "Kessler", "last": "Hay"}, "bio": {"birthday": "1809-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NJ", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "H000395", "govtrack": 405263, "icpsr": 4234, "wikipedia": "Thomas Haymond", "house_history": 14770, "wikidata": "Q111615", "google_entity_id": "kg:/m/02pj08f"}, "name": {"first": "Thomas", "middle": "Sherwood", "last": "Haymond"}, "bio": {"birthday": "1794-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 15, "party": "Whig"}]}, {"id": {"bioguide": "H000520", "govtrack": 405383, "icpsr": 4345, "house_history": 14927, "wikipedia": "William Henry (congressman)", "wikidata": "Q1707844", "google_entity_id": "kg:/m/04h5b5"}, "name": {"first": "William", "last": "Henry"}, "bio": {"birthday": "1788-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VT", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VT", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "H000622", "govtrack": 405480, "icpsr": 4436, "wikipedia": "Henry Washington Hilliard", "house_history": 15054, "wikidata": "Q1607386", "google_entity_id": "kg:/m/02rkz9f"}, "name": {"first": "Henry", "middle": "Washington", "last": "Hilliard"}, "bio": {"birthday": "1808-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "AL", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "AL", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "AL", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "H000651", "govtrack": 405506, "icpsr": 4460, "wikipedia": "Moses Hoagland", "house_history": 15090, "wikidata": "Q6915817", "google_entity_id": "kg:/m/02rm2lq"}, "name": {"first": "Moses", "last": "Hoagland"}, "bio": {"birthday": "1812-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "H000738", "govtrack": 405589, "icpsr": 4535, "wikipedia": "Isaac E. Holmes", "house_history": 15195, "wikidata": "Q127181", "google_entity_id": "kg:/m/02vn__k"}, "name": {"first": "Isaac", "middle": "Edward", "last": "Holmes"}, "bio": {"birthday": "1796-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "SC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000825", "govtrack": 405672, "icpsr": 4613, "house_history": 15304, "wikipedia": "John W. Houston", "wikidata": "Q1408710", "google_entity_id": "kg:/m/0262341"}, "name": {"first": "John", "middle": "Wallace", "last": "Houston"}, "bio": {"birthday": "1814-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "DE", "district": 0, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "DE", "district": 0, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "DE", "district": 0, "party": "Whig"}]}, {"id": {"bioguide": "H000880", "govtrack": 405726, "icpsr": 4664, "wikipedia": "David Hubbard", "house_history": 15372, "wikidata": "Q1174781", "google_entity_id": "kg:/m/02rk1hd"}, "name": {"first": "David", "last": "Hubbard"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "I000013", "govtrack": 405875, "icpsr": 4802, "wikipedia": "Samuel Williams Inge", "house_history": 15632, "wikidata": "Q2218974", "google_entity_id": "kg:/m/0f81jy"}, "name": {"first": "Samuel", "middle": "Williams", "last": "Inge"}, "bio": {"birthday": "1817-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "AL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "J000031", "govtrack": 405937, "icpsr": 4868, "wikipedia": "William Terry Jackson", "house_history": 15728, "wikidata": "Q8019261", "google_entity_id": "kg:/m/02rkybv"}, "name": {"first": "William", "middle": "Terry", "last": "Jackson"}, "bio": {"birthday": "1794-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 26, "party": "Whig"}]}, {"id": {"bioguide": "J000147", "govtrack": 406045, "icpsr": 4969, "wikipedia": "James Leeper Johnson", "house_history": 15877, "wikidata": "Q683568", "google_entity_id": "kg:/m/02rhj8j"}, "name": {"first": "James", "middle": "Leeper", "last": "Johnson"}, "bio": {"birthday": "1818-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "KY", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "K000021", "govtrack": 406192, "icpsr": 5102, "wikipedia": "David S. Kaufman", "house_history": 16103, "wikidata": "Q268290", "google_entity_id": "kg:/m/02rv9z0"}, "name": {"first": "David", "middle": "Spangler", "last": "Kaufman"}, "bio": {"birthday": "1813-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "TX", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000137", "govtrack": 406303, "icpsr": 5207, "wikipedia": "John Bozman Kerr", "house_history": 16249, "wikidata": "Q2274572", "google_entity_id": "kg:/m/07ds2c"}, "name": {"first": "John", "middle": "Bozman", "last": "Kerr"}, "bio": {"birthday": "1809-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MD", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "K000198", "govtrack": 406359, "icpsr": 5257, "wikipedia": "Daniel P. King", "house_history": 16325, "wikidata": "Q1162010", "google_entity_id": "kg:/m/02rhd_m"}, "name": {"first": "Daniel", "middle": "Putnam", "last": "King"}, "bio": {"birthday": "1801-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "K000203", "govtrack": 406364, "icpsr": 5262, "wikipedia": "James G. King", "house_history": 16330, "wikidata": "Q1680421", "google_entity_id": "kg:/m/04vzxn"}, "name": {"first": "James", "middle": "Gore", "last": "King"}, "bio": {"birthday": "1791-05-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NJ", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "K000205", "govtrack": 406366, "icpsr": 5264, "wikipedia": "John A. King", "house_history": 16332, "wikidata": "Q443879", "google_entity_id": "kg:/m/032cw5"}, "name": {"first": "John", "middle": "Alsop", "last": "King"}, "bio": {"birthday": "1788-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "K000215", "govtrack": 406375, "icpsr": 5273, "house_history": 16346, "wikipedia": "Thomas Butler King", "wikidata": "Q2422831", "google_entity_id": "kg:/m/0262t15"}, "name": {"first": "Thomas", "middle": "Butler", "last": "King"}, "bio": {"birthday": "1800-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "GA", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "GA", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "GA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "GA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "GA", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "L000008", "govtrack": 406518, "icpsr": 5484, "house_history": 16583, "wikipedia": "Emile La S\u00e9re", "wikidata": "Q1337208", "google_entity_id": "kg:/m/0dd45d"}, "name": {"first": "Emile", "last": "La S\u00e9re"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "LA", "district": 1, "party": "Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "L000215", "govtrack": 406719, "icpsr": 5583, "wikipedia": "Shepherd Leffler", "house_history": 16860, "wikidata": "Q2278173", "google_entity_id": "kg:/m/02rk845"}, "name": {"first": "Shepherd", "last": "Leffler"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IA", "district": 2, "party": "Democrat"}], "bio": {"birthday": "1811-04-24", "gender": "M"}}, {"id": {"bioguide": "L000262", "govtrack": 406764, "icpsr": 5626, "wikipedia": "Lewis Charles Levin", "house_history": 16919, "wikidata": "Q6536419", "google_entity_id": "kg:/m/08njzh"}, "name": {"first": "Lewis", "middle": "Charles", "last": "Levin"}, "bio": {"birthday": "1808-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 1, "party": "American"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 1, "party": "American"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 1, "party": "American"}]}, {"id": {"bioguide": "L000356", "govtrack": 406848, "icpsr": 5706, "wikipedia": "Nathaniel Littlefield", "house_history": 17038, "wikidata": "Q1619758", "google_entity_id": "kg:/m/02x47k3"}, "name": {"first": "Nathaniel", "middle": "Swett", "last": "Littlefield"}, "bio": {"birthday": "1804-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "ME", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "ME", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000106", "govtrack": 407130, "icpsr": 5960, "wikipedia": "Job Mann", "house_history": 17462, "wikidata": "Q6206677", "google_entity_id": "kg:/m/026fs_g"}, "name": {"first": "Job", "last": "Mann"}, "bio": {"birthday": "1795-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "PA", "district": 18, "party": "Jackson"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "M000147", "govtrack": 407170, "icpsr": 5994, "wikipedia": "George Perkins Marsh", "house_history": 17507, "wikidata": "Q748127", "google_entity_id": "kg:/m/03n9qb"}, "name": {"first": "George", "middle": "Perkins", "last": "Marsh"}, "bio": {"birthday": "1801-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VT", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VT", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VT", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VT", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "M000419", "govtrack": 407419, "icpsr": 6225, "house_history": 17852, "wikipedia": "James McDowell", "wikidata": "Q881107", "google_entity_id": "kg:/m/08br30"}, "name": {"first": "James", "last": "McDowell"}, "bio": {"birthday": "1795-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "M000443", "govtrack": 407442, "icpsr": 6247, "wikipedia": "Edward W. McGaughey", "house_history": 17880, "wikidata": "Q1293997", "google_entity_id": "kg:/m/02rkfnw"}, "name": {"first": "Edward", "middle": "Wilson", "last": "McGaughey"}, "bio": {"birthday": "1817-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IN", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IN", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "M000529", "govtrack": 407521, "icpsr": 6318, "wikipedia": "Thomas McKissock", "house_history": 17988, "wikidata": "Q1534033", "google_entity_id": "kg:/m/02rkx9g"}, "name": {"first": "Thomas", "last": "McKissock"}, "bio": {"birthday": "1790-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "M000546", "govtrack": 407538, "icpsr": 6334, "wikipedia": "Finis McLean", "house_history": 18010, "wikidata": "Q1417260", "google_entity_id": "kg:/m/02qm35y"}, "name": {"first": "Finis", "middle": "Ewing", "last": "McLean"}, "bio": {"birthday": "1806-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "KY", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "M000612", "govtrack": 407601, "icpsr": 6391, "house_history": 18091, "wikipedia": "William McWillie", "wikidata": "Q2579971", "google_entity_id": "kg:/m/0464th"}, "name": {"first": "William", "last": "McWillie"}, "bio": {"birthday": "1795-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MS", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000721", "govtrack": 407702, "icpsr": 6478, "wikipedia": "Daniel F. Miller", "house_history": 18234, "wikidata": "Q1160610", "google_entity_id": "kg:/m/02rk79c"}, "name": {"first": "Daniel", "middle": "Fry", "last": "Miller"}, "bio": {"birthday": "1814-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IA", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "M000742", "govtrack": 407720, "icpsr": 6496, "wikipedia": "John K. Miller", "house_history": 18258, "wikidata": "Q6242390", "google_entity_id": "kg:/m/02rm1rx"}, "name": {"first": "John", "middle": "Krepps", "last": "Miller"}, "bio": {"birthday": "1819-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "M000936", "govtrack": 407905, "icpsr": 6665, "wikipedia": "Charles S. Morehead", "house_history": 18507, "wikidata": "Q889590", "google_entity_id": "kg:/m/0g7pf5"}, "name": {"first": "Charles", "middle": "Slaughter", "last": "Morehead"}, "bio": {"birthday": "1802-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "KY", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "KY", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "M000979", "govtrack": 407947, "icpsr": 6706, "wikipedia": "Jonathan D. Morris", "house_history": 18555, "wikidata": "Q6272887", "google_entity_id": "kg:/m/02rm1zf"}, "name": {"first": "Jonathan", "middle": "David", "last": "Morris"}, "bio": {"birthday": "1804-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M001011", "govtrack": 407978, "icpsr": 6735, "wikipedia": "Isaac Edward Morse", "house_history": 18593, "wikidata": "Q1518537", "google_entity_id": "kg:/m/0gmc5t"}, "name": {"first": "Isaac", "middle": "Edward", "last": "Morse"}, "bio": {"birthday": "1809-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M001015", "govtrack": 407982, "icpsr": 6739, "wikipedia": "Jackson Morton", "wikidata": "Q1677363", "google_entity_id": "kg:/m/09pbbg"}, "name": {"first": "Jackson", "last": "Morton"}, "bio": {"birthday": "1794-08-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1849-12-03", "end": "1855-03-03", "state": "FL", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "M001016", "govtrack": 407983, "icpsr": 6740, "wikipedia": "Jeremiah Morton", "house_history": 18598, "wikidata": "Q1687539", "google_entity_id": "kg:/m/027_qxc"}, "name": {"first": "Jeremiah", "last": "Morton"}, "bio": {"birthday": "1799-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "N000045", "govtrack": 408135, "icpsr": 6875, "wikipedia": "William Nelson (New York congressman)", "house_history": 18890, "wikidata": "Q1156093", "google_entity_id": "kg:/m/064v4r"}, "name": {"first": "William", "last": "Nelson"}, "bio": {"birthday": "1784-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "N000047", "govtrack": 408137, "icpsr": 6877, "wikipedia": "Henry Nes", "house_history": 18892, "wikidata": "Q5726259", "google_entity_id": "kg:/m/026fbt3"}, "name": {"first": "Henry", "last": "Nes"}, "bio": {"birthday": "1799-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 15, "party": "Ind. Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 15, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 15, "party": "Whig"}]}, {"id": {"bioguide": "N000070", "govtrack": 408158, "icpsr": 6898, "wikipedia": "Alexander Newman", "house_history": 18923, "wikidata": "Q111570", "google_entity_id": "kg:/m/02pj0pn"}, "name": {"first": "Alexander", "last": "Newman"}, "bio": {"birthday": "1804-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "N000140", "govtrack": 408224, "icpsr": 6961, "wikipedia": "Moses Norris Jr.", "house_history": 19006, "wikidata": "Q939960", "google_entity_id": "kg:/m/0d7mvf"}, "name": {"first": "Moses", "last": "Norris", "suffix": "Jr."}, "bio": {"birthday": "1799-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NH", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1849-12-03", "end": "1855-03-03", "state": "NH", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "O000046", "govtrack": 408329, "icpsr": 7034, "wikipedia": "Andrew Jackson Ogle", "house_history": 19126, "wikidata": "Q4757469", "google_entity_id": "kg:/m/026fb44"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Ogle"}, "bio": {"birthday": "1822-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 18, "party": "Whig"}]}, {"id": {"bioguide": "O000128", "govtrack": 408381, "icpsr": 7109, "wikipedia": "John Otis (Maine)", "house_history": 19223, "wikidata": "Q1701268", "google_entity_id": "kg:/m/02rr75f"}, "name": {"first": "John", "last": "Otis"}, "bio": {"birthday": "1801-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "ME", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "O000148", "govtrack": 408399, "icpsr": 7128, "wikipedia": "Allen Ferdinand Owen", "house_history": 19249, "wikidata": "Q2648347", "google_entity_id": "kg:/m/026x8cm"}, "name": {"first": "Allen", "middle": "Ferdinand", "last": "Owen"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "GA", "district": 3, "party": "Whig"}], "bio": {"birthday": "1816-10-09", "gender": "M"}}, {"id": {"bioguide": "P000068", "govtrack": 408478, "icpsr": 7201, "wikipedia": "Richard Parker (congressman)", "house_history": 19357, "wikidata": "Q1669944", "google_entity_id": "kg:/m/08kmwc"}, "name": {"first": "Richard", "last": "Parker"}, "bio": {"birthday": "1810-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "P000178", "govtrack": 408582, "icpsr": 7296, "house_history": 19497, "wikipedia": "Lucius Benedict Peck", "wikidata": "Q1873548", "google_entity_id": "kg:/m/02rjx45"}, "name": {"first": "Lucius", "middle": "Benedict", "last": "Peck"}, "bio": {"birthday": "1802-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VT", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "P000319", "govtrack": 408718, "icpsr": 7424, "wikipedia": "Jonas P. Phoenix", "house_history": 19669, "wikidata": "Q198161", "google_entity_id": "kg:/m/02rkt10"}, "name": {"first": "Jonas", "middle": "Phillips", "last": "Phoenix"}, "bio": {"birthday": "1788-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "P000369", "govtrack": 412087, "icpsr": 7470, "wikipedia": "Charles Wesley Pitman", "house_history": 19735, "wikidata": "Q5083461", "google_entity_id": "kg:/m/026f8gj"}, "name": {"first": "Charles", "middle": "Wesley", "last": "Pitman"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 14, "party": "Whig"}]}, {"id": {"bioguide": "P000464", "govtrack": 408851, "icpsr": 7555, "wikipedia": "Emery D. Potter", "house_history": 19856, "wikidata": "Q5370981", "google_entity_id": "kg:/m/02rl_qk"}, "name": {"first": "Emery", "middle": "Davis", "last": "Potter"}, "bio": {"birthday": "1804-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "P000580", "govtrack": 408963, "icpsr": 7661, "wikipedia": "Harvey Putnam", "house_history": 20000, "wikidata": "Q5677516", "google_entity_id": "kg:/m/026mv6b"}, "name": {"first": "Harvey", "last": "Putnam"}, "bio": {"birthday": "1793-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 29, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 33, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 33, "party": "Whig"}]}, {"id": {"bioguide": "R000126", "govtrack": 409105, "icpsr": 7793, "wikipedia": "Robert Rentoul Reed", "house_history": 20237, "wikidata": "Q7349241", "google_entity_id": "kg:/m/026f99b"}, "name": {"first": "Robert", "middle": "Rentoul", "last": "Reed"}, "bio": {"birthday": "1807-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 20, "party": "Whig"}]}, {"id": {"bioguide": "R000172", "govtrack": 409148, "icpsr": 7830, "wikipedia": "Gideon Reynolds", "house_history": 20299, "wikidata": "Q2378576", "google_entity_id": "kg:/m/02rkq0w"}, "name": {"first": "Gideon", "last": "Reynolds"}, "bio": {"birthday": "1813-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 12, "party": "Whig"}]}, {"id": {"bioguide": "R000270", "govtrack": 409244, "icpsr": 7916, "wikipedia": "Elijah Risley", "house_history": 20419, "wikidata": "Q5360988", "google_entity_id": "kg:/m/02rkp54"}, "name": {"first": "Elijah", "last": "Risley"}, "bio": {"birthday": "1787-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 31, "party": "Whig"}]}, {"id": {"bioguide": "R000433", "govtrack": 409398, "icpsr": 8058, "wikipedia": "Joseph M. Root", "house_history": 20621, "wikidata": "Q1247393", "google_entity_id": "kg:/m/02rm248"}, "name": {"first": "Joseph", "middle": "Mosley", "last": "Root"}, "bio": {"birthday": "1807-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 21, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 21, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 21, "party": "Free Soil"}]}, {"id": {"bioguide": "R000438", "govtrack": 409402, "icpsr": 8061, "wikipedia": "Robert L. Rose", "house_history": 20628, "wikidata": "Q7346633", "google_entity_id": "kg:/m/02rkw38"}, "name": {"first": "Robert", "middle": "Lawson", "last": "Rose"}, "bio": {"birthday": "1804-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 29, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 29, "party": "Whig"}]}, {"id": {"bioguide": "R000506", "govtrack": 409465, "icpsr": 8113, "wikipedia": "David Rumsey (New York)", "house_history": 20710, "wikidata": "Q1176427", "google_entity_id": "kg:/m/02718xd"}, "name": {"first": "David", "last": "Rumsey"}, "bio": {"birthday": "1810-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 30, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 30, "party": "Whig"}]}, {"id": {"bioguide": "S000085", "govtrack": 409597, "icpsr": 8234, "wikipedia": "Cullen Sawtelle", "house_history": 21239, "wikidata": "Q1143439", "google_entity_id": "kg:/m/02rv9rg"}, "name": {"first": "Cullen", "last": "Sawtelle"}, "bio": {"birthday": "1805-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "ME", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "ME", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000220", "govtrack": 409725, "icpsr": 8342, "wikipedia": "James Seddon", "house_history": 21408, "wikidata": "Q1679942", "google_entity_id": "kg:/m/021zmk"}, "name": {"first": "James", "middle": "Alexander", "last": "Seddon"}, "bio": {"birthday": "1815-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000338", "govtrack": 409835, "icpsr": 8447, "house_history": 21557, "wikipedia": "Augustine Henry Shepperd", "wikidata": "Q768269", "google_entity_id": "kg:/m/0b6zwd"}, "name": {"first": "Augustine", "middle": "Henry", "last": "Shepperd"}, "bio": {"birthday": "1792-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "NC", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "NC", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "NC", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NC", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NC", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NC", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NC", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NC", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NC", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "S000413", "govtrack": 409907, "icpsr": 8512, "wikipedia": "Peter H. Silvester", "house_history": 21651, "wikidata": "Q2075379", "google_entity_id": "kg:/m/02rkv9g"}, "name": {"first": "Peter", "middle": "Henry", "last": "Silvester"}, "bio": {"birthday": "1807-02-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 11, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 11, "party": "Whig"}]}, {"id": {"bioguide": "S000621", "govtrack": 410096, "icpsr": 8691, "wikipedia": "Truman Smith", "house_history": 21902, "wikidata": "Q369368", "google_entity_id": "kg:/m/04sc3n"}, "name": {"first": "Truman", "last": "Smith"}, "bio": {"birthday": "1791-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "CT", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "CT", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "CT", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "CT", "district": 4, "party": "Whig"}, {"type": "sen", "start": "1849-12-03", "end": "1855-03-03", "state": "CT", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "S000682", "govtrack": 410153, "icpsr": 8745, "wikipedia": "Pierre Soul\u00e9", "wikidata": "Q434679", "google_entity_id": "kg:/m/04jm72"}, "name": {"first": "Pierre", "last": "Soul\u00e9"}, "bio": {"birthday": "1801-08-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1847-12-06", "end": "1847-12-31", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1849-12-03", "end": "1853-12-31", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000745", "govtrack": 410215, "icpsr": 8804, "wikipedia": "William Sprague (Michigan)", "house_history": 22059, "wikidata": "Q1313504", "google_entity_id": "kg:/m/0504l7"}, "name": {"first": "William", "last": "Sprague"}, "bio": {"birthday": "1809-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MI", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "S000873", "govtrack": 410335, "icpsr": 8903, "wikipedia": "Charles Stetson", "house_history": 22219, "wikidata": "Q1066139", "google_entity_id": "kg:/m/02x62z9"}, "name": {"first": "Charles", "last": "Stetson"}, "bio": {"birthday": "1801-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "ME", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000905", "govtrack": 410366, "icpsr": 8932, "wikipedia": "David Stewart (Maryland Senator)", "wikidata": "Q433462", "google_entity_id": "kg:/m/05rg3x"}, "name": {"first": "David", "last": "Stewart"}, "bio": {"birthday": "1800-09-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1849-12-03", "end": "1851-03-03", "state": "MD", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "S001021", "govtrack": 410479, "icpsr": 9041, "house_history": 22400, "wikipedia": "William Strong (Pennsylvania judge)", "wikidata": "Q2580679", "google_entity_id": "kg:/m/03hhw4"}, "name": {"first": "William", "last": "Strong"}, "bio": {"birthday": "1808-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "T000203", "govtrack": 410782, "icpsr": 9325, "wikipedia": "Jacob Thompson", "house_history": 22881, "wikidata": "Q928119", "google_entity_id": "kg:/m/04b_2s"}, "name": {"first": "Jacob", "last": "Thompson"}, "bio": {"birthday": "1810-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MS", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MS", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MS", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MS", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MS", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000204", "govtrack": 410783, "icpsr": 9326, "house_history": 22882, "wikipedia": "James Thompson (jurist)", "wikidata": "Q1343059", "google_entity_id": "kg:/m/03nvnf"}, "name": {"first": "James", "last": "Thompson"}, "bio": {"birthday": "1806-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "T000223", "govtrack": 410802, "icpsr": 9344, "wikipedia": "William Thompson (Iowa)", "house_history": 22906, "wikidata": "Q2580776", "google_entity_id": "kg:/m/0988zm"}, "name": {"first": "William", "last": "Thompson"}, "bio": {"birthday": "1813-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000252", "govtrack": 410829, "icpsr": 9368, "wikipedia": "John R. Thurman", "house_history": 22940, "wikidata": "Q3021666", "google_entity_id": "kg:/m/02rksv4"}, "name": {"first": "John", "middle": "Richardson", "last": "Thurman"}, "bio": {"birthday": "1814-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 15, "party": "Whig"}]}, {"id": {"bioguide": "T000258", "govtrack": 410833, "wikipedia": "Samuel Thurston", "house_history": 22947, "wikidata": "Q2218900", "google_entity_id": "kg:/m/03bcbl"}, "name": {"first": "Samuel", "middle": "Royal", "last": "Thurston"}, "bio": {"birthday": "1816-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OR", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "U000009", "govtrack": 411033, "icpsr": 9556, "wikipedia": "Walter Underhill", "house_history": 20837, "wikidata": "Q198178", "google_entity_id": "kg:/m/026m4tr"}, "name": {"first": "Walter", "last": "Underhill"}, "bio": {"birthday": "1795-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "U000025", "govtrack": 411048, "icpsr": 9570, "wikipedia": "William Upham", "wikidata": "Q2580835", "google_entity_id": "kg:/m/0cy1zc"}, "name": {"first": "William", "last": "Upham"}, "bio": {"birthday": "1792-08-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1843-12-04", "end": "1849-03-03", "state": "VT", "class": 3, "party": "Whig"}, {"type": "sen", "start": "1849-12-03", "end": "1853-12-31", "state": "VT", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "V000035", "govtrack": 411080, "icpsr": 9611, "wikipedia": "John Van Dyke", "house_history": 20919, "wikidata": "Q1702000", "google_entity_id": "kg:/m/0c62wb"}, "name": {"first": "John", "last": "Van Dyke"}, "bio": {"birthday": "1807-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NJ", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NJ", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "V000107", "govtrack": 411162, "icpsr": 9679, "wikipedia": "Samuel Finley Vinton", "house_history": 21003, "wikidata": "Q7411380", "google_entity_id": "kg:/m/043npq"}, "name": {"first": "Samuel", "middle": "Finley", "last": "Vinton"}, "bio": {"birthday": "1792-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "OH", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "OH", "district": 7, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "OH", "district": 7, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "OH", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "OH", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 12, "party": "Whig"}]}, {"id": {"bioguide": "W000033", "govtrack": 411212, "icpsr": 9725, "wikipedia": "Hiram Walden", "house_history": 23257, "wikidata": "Q5769326", "google_entity_id": "kg:/m/02qrndr"}, "name": {"first": "Hiram", "last": "Walden"}, "bio": {"birthday": "1800-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "W000037", "govtrack": 411217, "icpsr": 9728, "wikipedia": "Loren P. Waldo", "house_history": 23261, "wikidata": "Q1686911", "google_entity_id": "kg:/m/02rjx2t"}, "name": {"first": "Loren", "middle": "Pinckney", "last": "Waldo"}, "bio": {"birthday": "1802-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "CT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000043", "govtrack": 411223, "icpsr": 9733, "wikipedia": "John Wales", "wikidata": "Q1702088", "google_entity_id": "kg:/m/063kh1"}, "name": {"first": "John", "last": "Wales"}, "bio": {"birthday": "1783-07-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1849-12-03", "end": "1851-03-03", "state": "DE", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "W000271", "govtrack": 411437, "icpsr": 9932, "wikipedia": "Marshall Johnson Wellborn", "house_history": 23543, "wikidata": "Q1247034", "google_entity_id": "kg:/m/0271drg"}, "name": {"first": "Marshall", "middle": "Johnson", "last": "Wellborn"}, "bio": {"birthday": "1808-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "GA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000349", "govtrack": 411511, "icpsr": 10003, "wikipedia": "James Whitcomb", "wikidata": "Q882207", "google_entity_id": "kg:/m/05y4yk"}, "name": {"first": "James", "last": "Whitcomb"}, "bio": {"birthday": "1795-12-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1849-12-03", "end": "1853-03-03", "state": "IN", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000375", "govtrack": 411536, "icpsr": 10028, "wikipedia": "Hugh White (New York)", "house_history": 23660, "wikidata": "Q3408744", "google_entity_id": "kg:/m/02rlcgg"}, "name": {"first": "Hugh", "last": "White"}, "bio": {"birthday": "1798-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 16, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 16, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 16, "party": "Whig"}]}, {"id": {"bioguide": "W000434", "govtrack": 411593, "icpsr": 10081, "wikipedia": "William A. Whittlesey", "house_history": 23730, "wikidata": "Q8004079", "google_entity_id": "kg:/m/02rm3f5"}, "name": {"first": "William", "middle": "Augustus", "last": "Whittlesey"}, "bio": {"birthday": "1796-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "W000587", "govtrack": 411745, "icpsr": 10229, "wikipedia": "James Wilson II (New Hampshire)", "house_history": 23915, "wikidata": "Q1681312", "google_entity_id": "kg:/m/02rr76t"}, "name": {"first": "James", "last": "Wilson"}, "bio": {"birthday": "1797-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NH", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NH", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "W000689", "govtrack": 411841, "icpsr": 10319, "wikipedia": "Amos E. Wood", "house_history": 24037, "wikidata": "Q4747854", "google_entity_id": "kg:/m/02rlzsm"}, "name": {"first": "Amos", "middle": "Eastman", "last": "Wood"}, "bio": {"birthday": "1810-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000760", "govtrack": 411909, "icpsr": 10388, "wikipedia": "George Washington Wright", "house_history": 24123, "wikidata": "Q1508563", "google_entity_id": "kg:/m/09lb9_"}, "name": {"first": "George", "middle": "Washington", "last": "Wright"}, "bio": {"gender": "M", "birthday": "1816-06-04"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "CA", "district": -1, "party": "Independent"}]}, {"id": {"bioguide": "Y000055", "govtrack": 411987, "icpsr": 10456, "wikipedia": "Timothy R. Young", "house_history": 21097, "wikidata": "Q4360776", "google_entity_id": "kg:/m/02rkd6g"}, "name": {"first": "Timothy", "middle": "Roberts", "last": "Young"}, "bio": {"birthday": "1811-11-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000168", "govtrack": 401170, "icpsr": 457, "wikipedia": "Robert Woodward Barnwell", "house_history": 8988, "wikidata": "Q357725", "google_entity_id": "kg:/m/029063"}, "name": {"first": "Robert", "middle": "Woodward", "last": "Barnwell"}, "bio": {"birthday": "1801-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "SC", "district": 2, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "SC", "district": 2, "party": "Nullifier"}, {"type": "sen", "start": "1850-01-01", "end": "1851-03-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000158", "govtrack": 403849, "icpsr": 2946, "wikipedia": "Franklin H. Elmore", "house_history": 12788, "wikidata": "Q368185", "google_entity_id": "kg:/m/0d073x"}, "name": {"first": "Franklin", "middle": "Harper", "last": "Elmore"}, "bio": {"birthday": "1799-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "SC", "district": 4, "party": "Nullifier"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "SC", "district": 4, "party": "Nullifier"}, {"type": "sen", "start": "1850-01-01", "end": "1851-03-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000281", "govtrack": 403959, "icpsr": 3041, "wikipedia": "Thomas Ewing", "wikidata": "Q1335443", "google_entity_id": "kg:/m/0351xv"}, "name": {"first": "Thomas", "last": "Ewing"}, "bio": {"birthday": "1789-12-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1831-12-05", "end": "1837-03-03", "state": "OH", "class": 3, "party": "Anti-Jacksonian"}, {"type": "sen", "start": "1850-01-01", "end": "1851-03-03", "state": "OH", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "F000374", "govtrack": 404319, "icpsr": 3366, "wikipedia": "John C. Fr\u00e9mont", "wikidata": "Q169011", "google_entity_id": "kg:/m/0mq2c"}, "name": {"first": "John", "middle": "Charles", "last": "Fr\u00e9mont"}, "bio": {"birthday": "1813-01-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1850-01-01", "end": "1851-03-03", "state": "CA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000506", "govtrack": 408891, "icpsr": 7596, "wikipedia": "Thomas Pratt (Maryland politician)", "wikidata": "Q881245", "google_entity_id": "kg:/m/04_smt"}, "name": {"first": "Thomas", "middle": "George", "last": "Pratt"}, "bio": {"birthday": "1804-02-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1850-01-01", "end": "1857-03-03", "state": "MD", "class": 1, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "R000184", "govtrack": 409160, "icpsr": 7841, "wikipedia": "Robert Rhett", "house_history": 20314, "wikidata": "Q2158607", "google_entity_id": "kg:/m/05nkxr"}, "name": {"first": "Robert", "middle": "Barnwell", "last": "Rhett"}, "bio": {"gender": "M", "birthday": "1800-12-21"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "SC", "district": 2, "party": "Nullifier"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "sen", "start": "1850-01-01", "end": "1853-03-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000646", "govtrack": 411800, "icpsr": 10284, "wikipedia": "Robert Charles Winthrop", "house_history": 23984, "wikidata": "Q1375119", "google_entity_id": "kg:/m/02jnfg"}, "name": {"first": "Robert", "middle": "Charles", "last": "Winthrop"}, "bio": {"birthday": "1809-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MA", "district": 1, "party": "Whig"}, {"type": "sen", "start": "1850-01-01", "end": "1851-03-03", "state": "MA", "class": 1, "party": "Whig"}]}, {"id": {"bioguide": "F000115", "govtrack": 404072, "icpsr": 3140, "wikipedia": "Millard Fillmore", "house_history": 13119, "wikidata": "Q12306", "google_entity_id": "kg:/m/04_13"}, "name": {"first": "Millard", "last": "Fillmore"}, "bio": {"birthday": "1800-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 32, "party": "Anti Masonic"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NY", "district": 32, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 32, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 32, "party": "Whig"}]}, {"id": {"bioguide": "A000115", "govtrack": 400772, "icpsr": 101, "wikipedia": "Charles Allen (Massachusetts politician)", "house_history": 8420, "wikidata": "Q1063539", "google_entity_id": "kg:/m/0cklz7"}, "name": {"first": "Charles", "last": "Allen"}, "bio": {"birthday": "1797-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MA", "district": 5, "party": "Free Soil"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MA", "district": 5, "party": "Free Soil"}]}, {"id": {"bioguide": "A000243", "govtrack": 400873, "icpsr": 192, "wikipedia": "Charles Andrews (Maine politician)", "house_history": 8602, "wikidata": "Q1063565", "google_entity_id": "kg:/m/02w_zwq"}, "name": {"first": "Charles", "last": "Andrews"}, "bio": {"birthday": "1814-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "ME", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "A000268", "govtrack": 400907, "icpsr": 218, "wikipedia": "John Appleton", "house_history": 8638, "wikidata": "Q1699159", "google_entity_id": "kg:/m/026f_z7"}, "name": {"first": "John", "last": "Appleton"}, "bio": {"birthday": "1815-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "ME", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000343", "govtrack": 400993, "icpsr": 297, "wikipedia": "Thomas H. Averett", "house_history": 8733, "wikidata": "Q2424433", "google_entity_id": "kg:/m/02rjzrq"}, "name": {"first": "Thomas", "middle": "Hamlet", "last": "Averett"}, "bio": {"birthday": "1800-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000005", "govtrack": 401011, "icpsr": 315, "wikipedia": "Leander Babcock", "house_history": 8779, "wikidata": "Q6509509", "google_entity_id": "kg:/m/0dc1t9"}, "name": {"first": "Leander", "last": "Babcock"}, "bio": {"birthday": "1811-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "B000174", "govtrack": 401175, "icpsr": 462, "wikipedia": "Nelson Barrere", "house_history": 8996, "wikidata": "Q6990371", "google_entity_id": "kg:/m/02rm2ns"}, "name": {"first": "Nelson", "last": "Barrere"}, "bio": {"birthday": "1808-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "B000209", "govtrack": 401207, "icpsr": 492, "house_history": 9043, "wikipedia": "Thomas Bartlett, Jr.", "wikidata": "Q2422254", "google_entity_id": "kg:/m/02rjznz"}, "name": {"first": "Thomas", "last": "Bartlett", "suffix": "Jr."}, "bio": {"birthday": "1808-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000266", "govtrack": 401260, "icpsr": 541, "wikipedia": "James M. H. Beale", "house_history": 9118, "wikidata": "Q93791", "google_entity_id": "kg:/m/02x403d"}, "name": {"first": "James", "middle": "Madison Hite", "last": "Beale"}, "bio": {"birthday": "1786-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "VA", "district": 16, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 16, "party": "Jackson"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "B000335", "govtrack": 401327, "icpsr": 601, "wikipedia": "Hiram Bell", "house_history": 9211, "wikidata": "Q5769041", "google_entity_id": "kg:/m/0cxrd3"}, "name": {"first": "Hiram", "last": "Bell"}, "bio": {"birthday": "1808-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "B000435", "govtrack": 401421, "icpsr": 687, "wikipedia": "Thomas Marshal Bibighaus", "house_history": 9340, "wikidata": "Q13219561", "google_entity_id": "kg:/m/026f7jm"}, "name": {"first": "Thomas", "middle": "Marshal", "last": "Bibighaus"}, "bio": {"birthday": "1817-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 14, "party": "Whig"}]}, {"id": {"bioguide": "B000694", "govtrack": 401656, "icpsr": 908, "wikipedia": "Richard Bowie", "house_history": 9682, "wikidata": "Q287159", "google_entity_id": "kg:/m/026wwls"}, "name": {"first": "Richard", "middle": "Johns", "last": "Bowie"}, "bio": {"birthday": "1807-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MD", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MD", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "B000707", "govtrack": 401669, "icpsr": 921, "wikipedia": "Obadiah Bowne", "house_history": 9698, "wikidata": "Q198170", "google_entity_id": "kg:/m/0268930"}, "name": {"first": "Obadiah", "last": "Bowne"}, "bio": {"birthday": "1822-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "B000718", "govtrack": 401678, "icpsr": 930, "wikipedia": "John H. Boyd", "house_history": 9713, "wikidata": "Q2688861", "google_entity_id": "kg:/m/02rksbb"}, "name": {"first": "John", "middle": "Huggins", "last": "Boyd"}, "bio": {"birthday": "1799-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 14, "party": "Whig"}]}, {"id": {"bioguide": "B000758", "govtrack": 401717, "icpsr": 967, "wikipedia": "John Bragg (politician)", "house_history": 9757, "wikidata": "Q1619220", "google_entity_id": "kg:/m/02rk70s"}, "name": {"first": "John", "last": "Bragg"}, "bio": {"birthday": "1806-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "AL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000861", "govtrack": 401818, "icpsr": 1061, "wikipedia": "Richard Brodhead", "house_history": 9892, "wikidata": "Q2149145", "google_entity_id": "kg:/m/08nnqk"}, "name": {"first": "Richard", "last": "Brodhead"}, "bio": {"birthday": "1811-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 10, "party": "Democrat"}, {"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "PA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000920", "govtrack": 401875, "icpsr": 1110, "wikipedia": "George Houston Brown", "house_history": 9968, "wikidata": "Q1507599", "google_entity_id": "kg:/m/02z4y8t"}, "name": {"first": "George", "middle": "Houston", "last": "Brown"}, "bio": {"birthday": "1810-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NJ", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "B001038", "govtrack": 401988, "icpsr": 1217, "wikipedia": "Alexander H. Buell", "house_history": 10114, "wikidata": "Q3701880", "google_entity_id": "kg:/m/02rklzb"}, "name": {"first": "Alexander", "middle": "Hamilton", "last": "Buell"}, "bio": {"birthday": "1801-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "B001143", "govtrack": 402086, "icpsr": 1311, "wikipedia": "Lorenzo Burrows", "house_history": 10247, "wikidata": "Q6680648", "google_entity_id": "kg:/m/026mtyd"}, "name": {"first": "Lorenzo", "last": "Burrows"}, "bio": {"birthday": "1805-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 34, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 34, "party": "Whig"}]}, {"id": {"bioguide": "B001145", "govtrack": 402088, "icpsr": 1313, "wikipedia": "Armistead Burt", "house_history": 10249, "wikidata": "Q688627", "google_entity_id": "kg:/m/02vn_zj"}, "name": {"first": "Armistead", "last": "Burt"}, "bio": {"birthday": "1802-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "SC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B001162", "govtrack": 402104, "icpsr": 1325, "wikipedia": "George H. Busby", "house_history": 10271, "wikidata": "Q5540002", "google_entity_id": "kg:/m/02rl_ys"}, "name": {"first": "George", "middle": "Henry", "last": "Busby"}, "bio": {"birthday": "1794-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000003", "govtrack": 402165, "icpsr": 1378, "wikipedia": "Edward Carrington Cabell", "house_history": 10446, "wikidata": "Q1291864", "google_entity_id": "kg:/m/0b44k0"}, "name": {"first": "Edward", "middle": "Carrington", "last": "Cabell"}, "bio": {"birthday": "1816-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "FL", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "FL", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "FL", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "FL", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "C000008", "govtrack": 402170, "icpsr": 1383, "wikipedia": "Joseph Cable", "house_history": 10452, "wikidata": "Q6281943", "google_entity_id": "kg:/m/02rm215"}, "name": {"first": "Joseph", "last": "Cable"}, "bio": {"birthday": "1801-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "C000037", "govtrack": 402198, "icpsr": 1411, "house_history": 10488, "wikipedia": "Joseph Pearson Caldwell", "wikidata": "Q961529", "google_entity_id": "kg:/m/0bmnms"}, "name": {"first": "Joseph", "middle": "Pearson", "last": "Caldwell"}, "bio": {"birthday": "1808-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NC", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NC", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "C000102", "govtrack": 402255, "icpsr": 1466, "wikipedia": "Thompson Campbell", "house_history": 10571, "wikidata": "Q7795700", "google_entity_id": "kg:/m/02rkd4d"}, "name": {"first": "Thompson", "last": "Campbell"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IL", "district": 6, "party": "Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "C000206", "govtrack": 402352, "icpsr": 1555, "wikipedia": "David Kellogg Cartter", "house_history": 10712, "wikidata": "Q5235906", "google_entity_id": "kg:/m/05p6trw"}, "name": {"first": "David", "middle": "Kellogg", "last": "Cartter"}, "bio": {"gender": "M", "birthday": "1812-06-22"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "C000233", "govtrack": 402378, "icpsr": 1582, "wikipedia": "Lewis Cass", "wikidata": "Q503119", "google_entity_id": "kg:/m/01mvpv"}, "name": {"first": "Lewis", "last": "Cass"}, "bio": {"birthday": "1782-10-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1845-12-01", "end": "1849-03-03", "state": "MI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1849-12-03", "end": "1851-03-03", "state": "MI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "MI", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000310", "govtrack": 402452, "icpsr": 1653, "wikipedia": "Charles Chapman (Connecticut)", "house_history": 10843, "wikidata": "Q1063931", "google_entity_id": "kg:/m/02rkyld"}, "name": {"first": "Charles", "last": "Chapman"}, "bio": {"birthday": "1799-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "CT", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "C000445", "govtrack": 402583, "icpsr": 1777, "wikipedia": "Lincoln Clark", "house_history": 11008, "wikidata": "Q1825711", "google_entity_id": "kg:/m/02rk7y9"}, "name": {"first": "Lincoln", "last": "Clark"}, "bio": {"birthday": "1800-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000511", "govtrack": 402646, "icpsr": 1836, "wikipedia": "Chauncey Fitch Cleveland", "house_history": 11086, "wikidata": "Q885022", "google_entity_id": "kg:/m/0266q3b"}, "name": {"first": "Chauncey", "middle": "Fitch", "last": "Cleveland"}, "bio": {"birthday": "1799-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "CT", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000603", "govtrack": 402732, "icpsr": 1917, "wikipedia": "William F. Colcock", "house_history": 11205, "wikidata": "Q2578714", "google_entity_id": "kg:/m/02vn__6"}, "name": {"first": "William", "middle": "Ferguson", "last": "Colcock"}, "bio": {"birthday": "1804-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "SC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000677", "govtrack": 402803, "icpsr": 1980, "wikipedia": "James L. Conger", "house_history": 11301, "wikidata": "Q925977", "google_entity_id": "kg:/m/02713xw"}, "name": {"first": "James", "middle": "Lockwood", "last": "Conger"}, "bio": {"birthday": "1805-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MI", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "C000800", "govtrack": 402919, "icpsr": 2085, "wikipedia": "Joseph Stewart Cottman", "house_history": 11457, "wikidata": "Q2278523", "google_entity_id": "kg:/m/0dzhks"}, "name": {"first": "Joseph", "middle": "Stewart", "last": "Cottman"}, "bio": {"birthday": "1803-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MD", "district": 6, "party": "Ind. Whig"}]}, {"id": {"bioguide": "D000034", "govtrack": 403174, "icpsr": 2324, "house_history": 11871, "wikipedia": "John Reeves Jones Daniel", "wikidata": "Q960807", "google_entity_id": "kg:/m/0bmjt1"}, "name": {"first": "John", "middle": "Reeves Jones", "last": "Daniel"}, "bio": {"birthday": "1802-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "D000049", "govtrack": 403188, "icpsr": 2334, "wikipedia": "John Fletcher Darby", "house_history": 11890, "wikidata": "Q1700077", "google_entity_id": "kg:/m/02rz75s"}, "name": {"first": "John", "middle": "Fletcher", "last": "Darby"}, "bio": {"birthday": "1803-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MO", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "D000101", "govtrack": 403237, "icpsr": 2382, "wikipedia": "George T. Davis", "house_history": 11955, "wikidata": "Q378317", "google_entity_id": "kg:/m/02rhgvr"}, "name": {"first": "George", "middle": "Thomas", "last": "Davis"}, "bio": {"birthday": "1810-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MA", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "D000350", "govtrack": 403468, "icpsr": 2600, "wikipedia": "Milo Melankthon Dimmick", "house_history": 12261, "wikidata": "Q13219602", "google_entity_id": "kg:/m/0ktc2s"}, "name": {"first": "Milo", "middle": "Melankthon", "last": "Dimmick"}, "bio": {"birthday": "1811-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "D000385", "govtrack": 403501, "icpsr": 2632, "house_history": 12307, "wikipedia": "Alfred Dockery", "wikidata": "Q1673430", "google_entity_id": "kg:/m/0bmks8"}, "name": {"first": "Alfred", "last": "Dockery"}, "bio": {"birthday": "1797-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NC", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NC", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "D000396", "govtrack": 403511, "icpsr": 2642, "wikipedia": "Henry Dodge", "house_history": 12324, "wikidata": "Q881703", "google_entity_id": "kg:/m/02k3kz"}, "name": {"first": "Henry", "last": "Dodge"}, "bio": {"birthday": "1782-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "WI", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "WI", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1848-01-01", "end": "1851-03-03", "state": "WI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "WI", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000443", "govtrack": 403553, "icpsr": 2680, "wikipedia": "James Duane Doty", "house_history": 12385, "wikidata": "Q1680303", "google_entity_id": "kg:/m/06wy57"}, "name": {"first": "James", "middle": "Duane", "last": "Doty"}, "bio": {"birthday": "1799-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "WI", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "WI", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "WI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "WI", "district": 3, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "D000532", "govtrack": 403640, "icpsr": 2759, "wikipedia": "James H. Duncan", "house_history": 12491, "wikidata": "Q1680484", "google_entity_id": "kg:/m/0ks48n"}, "name": {"first": "James", "middle": "Henry", "last": "Duncan"}, "bio": {"birthday": "1793-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MA", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MA", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "E000231", "govtrack": 403916, "icpsr": 3002, "wikipedia": "Alexander Evans (American politician)", "house_history": 12887, "wikidata": "Q1726948", "google_entity_id": "kg:/m/02rgv2g"}, "name": {"first": "Alexander", "last": "Evans"}, "bio": {"birthday": "1818-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MD", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MD", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MD", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "F000050", "govtrack": 404010, "icpsr": 3084, "wikipedia": "Francis B. Fay", "house_history": 13028, "wikidata": "Q1441378", "google_entity_id": "kg:/m/02rhg63"}, "name": {"first": "Francis", "middle": "Ball", "last": "Fay"}, "bio": {"birthday": "1793-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "F000101", "govtrack": 404058, "icpsr": 3129, "wikipedia": "Orlando B. Ficklin", "house_history": 13101, "wikidata": "Q4360971", "google_entity_id": "kg:/m/02rkc6v"}, "name": {"first": "Orlando", "middle": "Bell", "last": "Ficklin"}, "bio": {"birthday": "1808-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000140", "govtrack": 404094, "icpsr": 3160, "house_history": 13148, "wikipedia": "Hamilton Fish", "wikidata": "Q685992", "google_entity_id": "kg:/m/021yzd"}, "name": {"first": "Hamilton", "last": "Fish"}, "bio": {"birthday": "1808-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 6, "party": "Whig"}, {"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "NY", "class": 1, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "F000223", "govtrack": 404178, "icpsr": 3236, "wikipedia": "John G. Floyd", "house_history": 13250, "wikidata": "Q154281", "google_entity_id": "kg:/m/02rks7l"}, "name": {"first": "John", "middle": "Gelston", "last": "Floyd"}, "bio": {"birthday": "1806-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000325", "govtrack": 404274, "icpsr": 3327, "wikipedia": "Orin Fowler", "house_history": 13381, "wikidata": "Q2030824", "google_entity_id": "kg:/m/02rjxpq"}, "name": {"first": "Orin", "last": "Fowler"}, "bio": {"birthday": "1791-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MA", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MA", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "F000363", "govtrack": 412039, "icpsr": 3356, "wikipedia": "John D. Freeman", "house_history": 13428, "wikidata": "Q1415627", "google_entity_id": "kg:/m/02x3_s1"}, "name": {"first": "John", "middle": "D.", "last": "Freeman"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MS", "district": 3, "party": "Unionist"}]}, {"id": {"bioguide": "G000108", "govtrack": 404480, "icpsr": 3515, "wikipedia": "James M. Gaylord", "house_history": 13695, "wikidata": "Q6138428", "google_entity_id": "kg:/m/02rm1f6"}, "name": {"first": "James", "middle": "Madison", "last": "Gaylord"}, "bio": {"birthday": "1811-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "G000125", "govtrack": 404495, "icpsr": 3530, "house_history": 13718, "wikipedia": "Meredith Poindexter Gentry", "wikidata": "Q1481034", "google_entity_id": "kg:/m/0cglw_"}, "name": {"first": "Meredith", "middle": "Poindexter", "last": "Gentry"}, "bio": {"birthday": "1809-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "TN", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "TN", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "TN", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "TN", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "TN", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "TN", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "G000146", "govtrack": 404515, "icpsr": 3548, "wikipedia": "Henry S. Geyer", "wikidata": "Q1607232", "google_entity_id": "kg:/m/0cy__7"}, "name": {"first": "Henry", "middle": "Sheffie", "last": "Geyer"}, "bio": {"birthday": "1790-12-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "MO", "class": 1, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "G000220", "govtrack": 404582, "icpsr": 3615, "wikipedia": "Alfred Gilmore", "house_history": 13844, "wikidata": "Q4722733", "google_entity_id": "kg:/m/026fcww"}, "name": {"first": "Alfred", "last": "Gilmore"}, "bio": {"birthday": "1812-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "G000284", "govtrack": 404645, "icpsr": 3672, "wikipedia": "Robert Goodenow", "house_history": 13922, "wikidata": "Q2157318", "google_entity_id": "kg:/m/02ry1nz"}, "name": {"first": "Robert", "last": "Goodenow"}, "bio": {"birthday": "1800-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "ME", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "G000330", "govtrack": 404688, "icpsr": 3713, "wikipedia": "Willis A. Gorman", "house_history": 13980, "wikidata": "Q212230", "google_entity_id": "kg:/m/01l6_3"}, "name": {"first": "Willis", "middle": "Arnold", "last": "Gorman"}, "bio": {"birthday": "1816-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000077", "govtrack": 404960, "icpsr": 3959, "house_history": 14383, "wikipedia": "Willard Preble Hall", "wikidata": "Q1694742", "google_entity_id": "kg:/m/0d2ws4"}, "name": {"first": "Willard", "middle": "Preble", "last": "Hall"}, "bio": {"birthday": "1820-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MO", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000126", "govtrack": 405008, "icpsr": 4005, "house_history": 14441, "wikipedia": "Edward Hammond (politician)", "wikidata": "Q983175", "google_entity_id": "kg:/m/02qw0t8"}, "name": {"first": "Edward", "last": "Hammond"}, "bio": {"birthday": "1812-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000219", "govtrack": 405097, "icpsr": 4084, "wikipedia": "Alexander Harper (Ohio politician)", "house_history": 14559, "wikidata": "Q4719084", "google_entity_id": "kg:/m/02rlzpw"}, "name": {"first": "Alexander", "last": "Harper"}, "bio": {"birthday": "1786-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 14, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 14, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 14, "party": "Whig"}]}, {"id": {"bioguide": "H000286", "govtrack": 405160, "icpsr": 4144, "wikipedia": "Emanuel B. Hart", "house_history": 14636, "wikidata": "Q198171", "google_entity_id": "kg:/m/02rkp7x"}, "name": {"first": "Emanuel", "middle": "Bernard", "last": "Hart"}, "bio": {"birthday": "1809-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000315", "govtrack": 405188, "icpsr": 4170, "wikipedia": "Augustus P. Hascall", "house_history": 14672, "wikidata": "Q4821510", "google_entity_id": "kg:/m/02rkmf3"}, "name": {"first": "Augustus", "middle": "Porter", "last": "Hascall"}, "bio": {"birthday": "1800-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 33, "party": "Whig"}]}, {"id": {"bioguide": "H000380", "govtrack": 405248, "icpsr": 4223, "wikipedia": "John Henry Hobart Haws", "house_history": 14750, "wikidata": "Q612979", "google_entity_id": "kg:/m/0269qn6"}, "name": {"first": "John", "middle": "Henry Hobart", "last": "Haws"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "H000435", "govtrack": 405301, "icpsr": 4273, "wikipedia": "William Hebard", "house_history": 14817, "wikidata": "Q2579160", "google_entity_id": "kg:/m/026krls"}, "name": {"first": "William", "last": "Hebard"}, "bio": {"birthday": "1800-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VT", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VT", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "H000714", "govtrack": 405566, "icpsr": 4515, "wikipedia": "Alexander Holladay", "house_history": 15167, "wikidata": "Q2642295", "google_entity_id": "kg:/m/02pk1lw"}, "name": {"first": "Alexander", "middle": "Richmond", "last": "Holladay"}, "bio": {"birthday": "1811-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000796", "govtrack": 405645, "icpsr": 4587, "wikipedia": "Jerediah Horsford", "house_history": 15267, "wikidata": "Q6180665", "google_entity_id": "kg:/m/02rkrx7"}, "name": {"first": "Jerediah", "last": "Horsford"}, "bio": {"birthday": "1791-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 29, "party": "Whig"}]}, {"id": {"bioguide": "H000845", "govtrack": 405692, "icpsr": 4632, "wikipedia": "Volney Howard", "house_history": 15331, "wikidata": "Q2532829", "google_entity_id": "kg:/m/043mdn"}, "name": {"first": "Volney", "middle": "Erskine", "last": "Howard"}, "bio": {"birthday": "1809-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "TX", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000853", "govtrack": 405700, "icpsr": 4639, "wikipedia": "John W. Howe", "house_history": 15341, "wikidata": "Q6262336", "google_entity_id": "kg:/m/026f8wl"}, "name": {"first": "John", "middle": "W.", "last": "Howe"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 22, "party": "Free Soil"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 22, "party": "Whig"}]}, {"id": {"bioguide": "H000855", "govtrack": 405702, "icpsr": 4641, "wikipedia": "Thomas Y. Howe, Jr.", "house_history": 15343, "wikidata": "Q7795367", "google_entity_id": "kg:/m/02rkxdk"}, "name": {"first": "Thomas", "middle": "Y.", "last": "Howe", "suffix": "Jr."}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "H000992", "govtrack": 405833, "icpsr": 4763, "wikipedia": "William F. Hunter", "house_history": 15504, "wikidata": "Q8008809", "google_entity_id": "kg:/m/02rm3lb"}, "name": {"first": "William", "middle": "Forrest", "last": "Hunter"}, "bio": {"birthday": "1808-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 15, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 15, "party": "Whig"}]}, {"id": {"bioguide": "I000051", "govtrack": 405906, "icpsr": 4835, "wikipedia": "Willard Ives", "house_history": 15680, "wikidata": "Q8003434", "google_entity_id": "kg:/m/02rkxph"}, "name": {"first": "Willard", "last": "Ives"}, "bio": {"birthday": "1806-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "J000023", "govtrack": 405929, "icpsr": 4860, "wikipedia": "Joseph Webber Jackson", "house_history": 15719, "wikidata": "Q1708204", "google_entity_id": "kg:/m/027c4hl"}, "name": {"first": "Joseph", "middle": "Webber", "last": "Jackson"}, "bio": {"birthday": "1796-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "GA", "district": 1, "party": "States Rights"}]}, {"id": {"bioguide": "J000046", "govtrack": 405951, "icpsr": 4881, "wikipedia": "Charles Tillinghast James", "wikidata": "Q5082957", "google_entity_id": "kg:/m/0cvvhj"}, "name": {"first": "Charles", "middle": "Tillinghast", "last": "James"}, "bio": {"birthday": "1805-09-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "RI", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000089", "govtrack": 405991, "icpsr": 4918, "wikipedia": "Timothy Jenkins", "house_history": 15806, "wikidata": "Q7807307", "google_entity_id": "kg:/m/02rkxfl"}, "name": {"first": "Timothy", "last": "Jenkins"}, "bio": {"birthday": "1799-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "J000144", "govtrack": 406042, "icpsr": 4966, "wikipedia": "James Johnson (Georgia)", "house_history": 15874, "wikidata": "Q1680635", "google_entity_id": "kg:/m/08nb6z"}, "name": {"first": "James", "last": "Johnson"}, "bio": {"birthday": "1811-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "GA", "district": 2, "party": "Unionist"}]}, {"id": {"bioguide": "J000153", "govtrack": 406051, "icpsr": 4972, "wikipedia": "John Johnson (Ohio congressman)", "house_history": 15884, "wikidata": "Q6241926", "google_entity_id": "kg:/m/04hk2t"}, "name": {"first": "John", "last": "Johnson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 16, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "J000229", "govtrack": 406122, "icpsr": 5040, "wikipedia": "James C. Jones", "wikidata": "Q358277", "google_entity_id": "kg:/m/03jq_7"}, "name": {"first": "James", "middle": "Chamberlain", "last": "Jones"}, "bio": {"birthday": "1809-04-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "TN", "class": 1, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "K000201", "govtrack": 406362, "icpsr": 5260, "wikipedia": "George Gordon King", "house_history": 16328, "wikidata": "Q1507431", "google_entity_id": "kg:/m/02rhgkt"}, "name": {"first": "George", "middle": "Gordon", "last": "King"}, "bio": {"birthday": "1807-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "RI", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "RI", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "K000337", "govtrack": 406490, "icpsr": 5373, "wikipedia": "Joseph Henry Kuhns", "house_history": 16507, "wikidata": "Q13219672", "google_entity_id": "kg:/m/026fbm8"}, "name": {"first": "Joseph", "middle": "Henry", "last": "Kuhns"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 19, "party": "Whig"}]}, {"id": {"bioguide": "L000055", "govtrack": 406564, "icpsr": 5437, "house_history": 16653, "wikipedia": "Joseph Aristide Landry", "wikidata": "Q1706522", "google_entity_id": "kg:/m/0ddr0f"}, "name": {"first": "Joseph", "middle": "Aristide", "last": "Landry"}, "bio": {"birthday": "1817-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "LA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "L000350", "govtrack": 406842, "icpsr": 5700, "wikipedia": "Edward P. Little", "house_history": 17030, "wikidata": "Q585655", "google_entity_id": "kg:/m/02rm534"}, "name": {"first": "Edward", "middle": "Preble", "last": "Little"}, "bio": {"birthday": "1791-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M000102", "govtrack": 407126, "icpsr": 5957, "house_history": 17457, "wikipedia": "Horace Mann", "wikidata": "Q1151173", "google_entity_id": "kg:/m/0182p8"}, "name": {"first": "Horace", "last": "Mann"}, "bio": {"birthday": "1796-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MA", "district": 8, "party": "Free Soil"}]}, {"id": {"bioguide": "M000151", "govtrack": 407173, "icpsr": 5997, "wikipedia": "Edward C. Marshall", "house_history": 17511, "wikidata": "Q1291832", "google_entity_id": "kg:/m/09lz12"}, "name": {"first": "Edward", "middle": "Colston", "last": "Marshall"}, "bio": {"birthday": "1821-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "CA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000180", "govtrack": 407201, "icpsr": 6024, "wikipedia": "Frederick S. Martin", "house_history": 17546, "wikidata": "Q5498685", "google_entity_id": "kg:/m/02rkpg_"}, "name": {"first": "Frederick", "middle": "Stanley", "last": "Martin"}, "bio": {"birthday": "1794-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 31, "party": "Whig"}]}, {"id": {"bioguide": "M000362", "govtrack": 407367, "icpsr": 6175, "house_history": 17776, "wikipedia": "Joseph W. McCorkle", "wikidata": "Q1708178", "google_entity_id": "kg:/m/09lbf6"}, "name": {"first": "Joseph", "middle": "Walker", "last": "McCorkle"}, "bio": {"birthday": "1819-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "CA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000534", "govtrack": 407526, "icpsr": 6322, "wikipedia": "James Xavier McLanahan", "house_history": 17995, "wikidata": "Q6145884", "google_entity_id": "kg:/m/026fswp"}, "name": {"first": "James", "middle": "Xavier", "last": "McLanahan"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "M000618", "govtrack": 407607, "icpsr": 6397, "wikipedia": "Richard Kidder Meade", "house_history": 18098, "wikidata": "Q1593098", "google_entity_id": "kg:/m/03c2_f4"}, "name": {"first": "Richard", "middle": "Kidder", "last": "Meade"}, "bio": {"birthday": "1803-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000790", "govtrack": 407768, "icpsr": 6543, "house_history": 18317, "wikipedia": "Ahiman Louis Miner", "wikidata": "Q400248", "google_entity_id": "kg:/m/02rgtzp"}, "name": {"first": "Ahiman", "middle": "Louis", "last": "Miner"}, "bio": {"birthday": "1804-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VT", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "M000846", "govtrack": 407819, "icpsr": 6585, "wikipedia": "Richard S. Molony", "house_history": 18393, "wikidata": "Q4588694", "google_entity_id": "kg:/m/02rkckh"}, "name": {"first": "Richard", "middle": "Sheppard", "last": "Molony"}, "bio": {"birthday": "1811-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000900", "govtrack": 407872, "icpsr": 6634, "wikipedia": "Henry Dunning Moore", "house_history": 18465, "wikidata": "Q5720540", "google_entity_id": "kg:/m/026f6n2"}, "name": {"first": "Henry", "middle": "Dunning", "last": "Moore"}, "bio": {"birthday": "1817-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "M000903", "govtrack": 407875, "icpsr": 6637, "house_history": 18468, "wikipedia": "John Moore (Louisiana)", "wikidata": "Q1639374", "google_entity_id": "kg:/m/02bq4v"}, "name": {"first": "John", "last": "Moore"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "LA", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "LA", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "LA", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "M000937", "govtrack": 407907, "icpsr": 6667, "house_history": 18508, "wikipedia": "James Turner Morehead (North Carolina)", "wikidata": "Q1681220", "google_entity_id": "kg:/m/0bmn9_"}, "name": {"first": "James", "middle": "Turner", "last": "Morehead"}, "bio": {"birthday": "1799-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NC", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "M000997", "govtrack": 407965, "icpsr": 6723, "wikipedia": "John Alexander Morrison", "house_history": 18576, "wikidata": "Q13219732", "google_entity_id": "kg:/m/026fg54"}, "name": {"first": "John", "middle": "Alexander", "last": "Morrison"}, "bio": {"birthday": "1814-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M001086", "govtrack": 408050, "icpsr": 6803, "wikipedia": "Charles Murphey", "house_history": 18685, "wikidata": "Q1065580", "google_entity_id": "kg:/m/0gmcss"}, "name": {"first": "Charles", "last": "Murphey"}, "bio": {"birthday": "1799-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "GA", "district": 4, "party": "Unionist"}]}, {"id": {"bioguide": "N000001", "govtrack": 408096, "icpsr": 6840, "wikipedia": "Benjamin D. Nabers", "house_history": 18835, "wikidata": "Q817440", "google_entity_id": "kg:/m/02rtnb5"}, "name": {"first": "Benjamin", "middle": "Duke", "last": "Nabers"}, "bio": {"birthday": "1812-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MS", "district": 1, "party": "Unionist"}]}, {"id": {"bioguide": "N000076", "govtrack": 408163, "icpsr": 6904, "wikipedia": "Eben Newton", "house_history": 18929, "wikidata": "Q1278583", "google_entity_id": "kg:/m/02rl_kd"}, "name": {"first": "Eben", "last": "Newton"}, "bio": {"birthday": "1795-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 19, "party": "Whig"}]}, {"id": {"bioguide": "O000138", "govtrack": 408390, "icpsr": 7118, "wikipedia": "David Outlaw", "house_history": 19237, "wikidata": "Q1175997", "google_entity_id": "kg:/m/04gmh9"}, "name": {"first": "David", "last": "Outlaw"}, "bio": {"birthday": "1806-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NC", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NC", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NC", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "P000055", "govtrack": 408465, "icpsr": 7189, "wikipedia": "Andrew Parker (politician)", "house_history": 19344, "wikidata": "Q4758206", "google_entity_id": "kg:/m/026fsy1"}, "name": {"first": "Andrew", "last": "Parker"}, "bio": {"birthday": "1805-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "P000173", "govtrack": 408577, "icpsr": 7291, "wikipedia": "Charles H. Peaslee", "house_history": 19492, "wikidata": "Q1064684", "google_entity_id": "kg:/m/02rhd7k"}, "name": {"first": "Charles", "middle": "Hazen", "last": "Peaslee"}, "bio": {"birthday": "1804-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NH", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NH", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NH", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000210", "govtrack": 408613, "icpsr": 7326, "wikipedia": "Alexander G. Penn", "house_history": 19535, "wikidata": "Q1614381", "google_entity_id": "kg:/m/02rv9fv"}, "name": {"first": "Alexander", "middle": "Gordon", "last": "Penn"}, "bio": {"birthday": "1799-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "LA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000212", "govtrack": 408615, "icpsr": 7328, "wikipedia": "Ebenezer J. Penniman", "house_history": 19537, "wikidata": "Q1278647", "google_entity_id": "kg:/m/026vhhc"}, "name": {"first": "Ebenezer", "middle": "Jenckes", "last": "Penniman"}, "bio": {"birthday": "1804-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MI", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "P000235", "govtrack": 408638, "icpsr": 7348, "wikipedia": "Jared Perkins", "house_history": 19571, "wikidata": "Q1683476", "google_entity_id": "kg:/m/02ppnjq"}, "name": {"first": "Jared", "last": "Perkins"}, "bio": {"birthday": "1793-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NH", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "P000412", "govtrack": 408805, "icpsr": 7510, "wikipedia": "William Hawkins Polk", "house_history": 19792, "wikidata": "Q2579151", "google_entity_id": "kg:/m/0dc5sf"}, "name": {"first": "William", "middle": "Hawkins", "last": "Polk"}, "bio": {"birthday": "1815-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "TN", "district": 6, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "P000529", "govtrack": 408913, "icpsr": 7615, "wikipedia": "Rodman M. Price", "house_history": 19934, "wikidata": "Q436331", "google_entity_id": "kg:/m/0c18dz"}, "name": {"first": "Rodman", "middle": "McCamley", "last": "Price"}, "bio": {"birthday": "1816-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NJ", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000063", "govtrack": 409043, "icpsr": 7738, "wikipedia": "Robert Rantoul Jr.", "house_history": 20159, "wikidata": "Q2158571", "google_entity_id": "kg:/m/0bffpr"}, "name": {"first": "Robert", "last": "Rantoul", "suffix": "Jr."}, "bio": {"birthday": "1805-08-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1851-12-01", "end": "1851-12-31", "state": "MA", "class": 1, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000117", "govtrack": 409097, "icpsr": 7785, "wikipedia": "Isaac Reed (politician)", "house_history": 20226, "wikidata": "Q1673437", "google_entity_id": "kg:/m/02x58s0"}, "name": {"first": "Isaac", "last": "Reed"}, "bio": {"birthday": "1809-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "ME", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "R000331", "govtrack": 409302, "icpsr": 7971, "wikipedia": "Reuben Robie", "house_history": 20494, "wikidata": "Q7317505", "google_entity_id": "kg:/m/02rkvw0"}, "name": {"first": "Reuben", "last": "Robie"}, "bio": {"birthday": "1799-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 30, "party": "Democrat"}]}, {"id": {"bioguide": "R000343", "govtrack": 409314, "icpsr": 7982, "wikipedia": "John L. Robinson", "house_history": 20508, "wikidata": "Q1700768", "google_entity_id": "kg:/m/02rkgvb"}, "name": {"first": "John", "middle": "Larne", "last": "Robinson"}, "bio": {"birthday": "1813-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000455", "govtrack": 409419, "icpsr": 8077, "house_history": 20645, "wikipedia": "Thomas Ross (Pennsylvania politician)", "wikidata": "Q7793640", "google_entity_id": "kg:/m/0fy065"}, "name": {"first": "Thomas", "last": "Ross"}, "bio": {"birthday": "1806-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "R000518", "govtrack": 409476, "icpsr": 8121, "wikipedia": "Thomas Jefferson Rusk", "wikidata": "Q2290948", "google_entity_id": "kg:/m/037_c0"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Rusk"}, "bio": {"birthday": "1803-12-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1846-01-01", "end": "1851-03-03", "state": "TX", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "TX", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000532", "govtrack": 412092, "icpsr": 8134, "wikipedia": "Joseph Russell", "house_history": 20740, "wikidata": "Q2979378", "google_entity_id": "kg:/m/02rldqp"}, "name": {"first": "Joseph", "last": "Russell"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "S000004", "govtrack": 409525, "icpsr": 8166, "wikipedia": "Lorenzo Sabine", "house_history": 21136, "wikidata": "Q549476", "google_entity_id": "kg:/m/02rjx34"}, "name": {"first": "Lorenzo", "last": "Sabine"}, "bio": {"birthday": "1803-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MA", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "S000007", "govtrack": 409527, "icpsr": 8168, "wikipedia": "William A. Sackett", "house_history": 21140, "wikidata": "Q8004042", "google_entity_id": "kg:/m/02rkxsl"}, "name": {"first": "William", "middle": "Augustus", "last": "Sackett"}, "bio": {"birthday": "1811-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 27, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 27, "party": "Whig"}]}, {"id": {"bioguide": "S000122", "govtrack": 409630, "icpsr": 8261, "house_history": 21287, "wikipedia": "Abraham M. Schermerhorn", "wikidata": "Q4669068", "google_entity_id": "kg:/m/026_4f8"}, "name": {"first": "Abraham", "middle": "Maus", "last": "Schermerhorn"}, "bio": {"birthday": "1791-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 28, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 28, "party": "Whig"}]}, {"id": {"bioguide": "S000139", "govtrack": 409647, "icpsr": 8271, "wikipedia": "John L. Schoolcraft", "house_history": 21309, "wikidata": "Q2592917", "google_entity_id": "kg:/m/02rksjw"}, "name": {"first": "John", "middle": "Lawrence", "last": "Schoolcraft"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 13, "party": "Whig"}]}, {"id": {"bioguide": "S000141", "govtrack": 409649, "icpsr": 8273, "wikipedia": "Marius Schoonmaker", "house_history": 21311, "wikidata": "Q1709919", "google_entity_id": "kg:/m/09q5lc"}, "name": {"first": "Marius", "last": "Schoonmaker"}, "bio": {"birthday": "1811-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "S000207", "govtrack": 409712, "icpsr": 8331, "wikipedia": "Richardson A. Scurry", "house_history": 21393, "wikidata": "Q2151074", "google_entity_id": "kg:/m/0fbd72"}, "name": {"first": "Richardson", "last": "Scurry"}, "bio": {"birthday": "1811-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "TX", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000265", "govtrack": 409766, "icpsr": 8382, "wikipedia": "David L. Seymour", "house_history": 21464, "wikidata": "Q2278506", "google_entity_id": "kg:/m/02rknn_"}, "name": {"first": "David", "middle": "Lowrey", "last": "Seymour"}, "bio": {"birthday": "1803-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "S000396", "govtrack": 409890, "wikipedia": "Henry Hastings Sibley", "house_history": 21631, "wikidata": "Q880319", "google_entity_id": "kg:/m/01l6xh"}, "name": {"first": "Henry", "middle": "Hastings", "last": "Sibley"}, "bio": {"birthday": "1811-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "WI", "district": -1}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MN", "district": -1}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MN", "district": -1}]}, {"id": {"bioguide": "S000503", "govtrack": 409990, "icpsr": 8591, "house_history": 21765, "wikipedia": "Ephraim K. Smart", "wikidata": "Q1346823", "google_entity_id": "kg:/m/02x5hmp"}, "name": {"first": "Ephraim", "middle": "Knight", "last": "Smart"}, "bio": {"birthday": "1813-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "ME", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "ME", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000661", "govtrack": 410135, "icpsr": 8730, "wikipedia": "William W. Snow", "house_history": 21951, "wikidata": "Q8019836", "google_entity_id": "kg:/m/02qr025"}, "name": {"first": "William", "middle": "W.", "last": "Snow"}, "bio": {"birthday": "1812-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "S000799", "govtrack": 410265, "icpsr": 8841, "house_history": 22128, "wikipedia": "Edward Stanly", "wikidata": "Q1293755", "google_entity_id": "kg:/m/09jkkw"}, "name": {"first": "Edward", "last": "Stanly"}, "bio": {"birthday": "1810-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NC", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NC", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NC", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NC", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NC", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "S000853", "govtrack": 410316, "icpsr": 8884, "wikipedia": "Abraham P. Stephens", "house_history": 22193, "wikidata": "Q1156097", "google_entity_id": "kg:/m/02rkltj"}, "name": {"first": "Abraham", "middle": "P.", "last": "Stephens"}, "bio": {"birthday": "1796-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "S000942", "govtrack": 410401, "icpsr": 8965, "wikipedia": "Robert F. Stockton", "wikidata": "Q878374", "google_entity_id": "kg:/m/02hpm7"}, "name": {"first": "Robert", "middle": "Field", "last": "Stockton"}, "bio": {"birthday": "1795-08-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1851-12-01", "end": "1853-12-31", "state": "NJ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000958", "govtrack": 410417, "icpsr": 8980, "wikipedia": "James W. Stone", "house_history": 22325, "wikidata": "Q1397414", "google_entity_id": "kg:/m/02rhjk3"}, "name": {"first": "James", "middle": "W.", "last": "Stone"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "KY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S001025", "govtrack": 410481, "icpsr": 9043, "wikipedia": "James F. Strother", "house_history": 22404, "wikidata": "Q1680369", "google_entity_id": "kg:/m/027_s16"}, "name": {"first": "James", "middle": "French", "last": "Strother"}, "bio": {"birthday": "1811-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "S001084", "govtrack": 410537, "icpsr": 9096, "wikipedia": "Josiah Sutherland", "house_history": 22480, "wikidata": "Q2114871", "google_entity_id": "kg:/m/02rktb9"}, "name": {"first": "Josiah", "last": "Sutherland"}, "bio": {"birthday": "1804-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "S001111", "govtrack": 410563, "icpsr": 9121, "wikipedia": "Charles Sweetser", "house_history": 22510, "wikidata": "Q5082788", "google_entity_id": "kg:/m/02rl_71"}, "name": {"first": "Charles", "last": "Sweetser"}, "bio": {"birthday": "1808-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "T000192", "govtrack": 410772, "icpsr": 9315, "wikipedia": "Benjamin Thompson (politician)", "house_history": 22868, "wikidata": "Q817714", "google_entity_id": "kg:/m/02rhcpb"}, "name": {"first": "Benjamin", "last": "Thompson"}, "bio": {"birthday": "1798-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MA", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MA", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "T000201", "govtrack": 410780, "icpsr": 9323, "wikipedia": "George W. Thompson", "house_history": 22879, "wikidata": "Q129756", "google_entity_id": "kg:/m/02ph_9t"}, "name": {"first": "George", "middle": "Western", "last": "Thompson"}, "bio": {"birthday": "1806-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "T000338", "govtrack": 410909, "icpsr": 9442, "wikipedia": "Norton Strange Townshend", "house_history": 23048, "wikidata": "Q123799", "google_entity_id": "kg:/m/058426"}, "name": {"first": "Norton", "middle": "Strange", "last": "Townshend"}, "bio": {"birthday": "1815-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "T000394", "govtrack": 410963, "icpsr": 9493, "wikipedia": "Amos Tuck", "house_history": 23116, "wikidata": "Q474324", "google_entity_id": "kg:/m/0cjp6h"}, "name": {"first": "Amos", "last": "Tuck"}, "bio": {"birthday": "1810-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NH", "district": 1, "party": "Independent"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NH", "district": 1, "party": "Free Soil"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NH", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "V000084", "govtrack": 411140, "icpsr": 9659, "wikipedia": "Abraham Watkins Venable", "house_history": 20976, "wikidata": "Q330690", "google_entity_id": "kg:/m/05kyds"}, "name": {"first": "Abraham", "middle": "Watkins", "last": "Venable"}, "bio": {"birthday": "1799-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000030", "govtrack": 411209, "icpsr": 9722, "wikipedia": "Henry S. Walbridge", "house_history": 23254, "wikidata": "Q5727916", "google_entity_id": "kg:/m/02rkqn4"}, "name": {"first": "Henry", "middle": "Sanford", "last": "Walbridge"}, "bio": {"birthday": "1801-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 26, "party": "Whig"}]}, {"id": {"bioguide": "W000075", "govtrack": 411254, "icpsr": 9761, "wikipedia": "Daniel Wallace (politician)", "house_history": 23304, "wikidata": "Q174093", "google_entity_id": "kg:/m/02vp007"}, "name": {"first": "Daniel", "last": "Wallace"}, "bio": {"birthday": "1801-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "SC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000105", "govtrack": 411283, "icpsr": 9789, "wikipedia": "Thomas Yates Walsh", "house_history": 23338, "wikidata": "Q1385209", "google_entity_id": "kg:/m/02rk0bm"}, "name": {"first": "Thomas", "middle": "Yates", "last": "Walsh"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MD", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "W000145", "govtrack": 411319, "icpsr": 9825, "house_history": 23383, "wikipedia": "William Thomas Ward", "wikidata": "Q1683770", "google_entity_id": "kg:/m/02r94sw"}, "name": {"first": "William", "middle": "Thomas", "last": "Ward"}, "bio": {"birthday": "1808-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "KY", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "W000255", "govtrack": 411423, "wikipedia": "Richard Hanson Weightman", "house_history": 23522, "wikidata": "Q2149708", "google_entity_id": "kg:/m/02rjy9_"}, "name": {"first": "Richard", "middle": "Hanson", "last": "Weightman"}, "bio": {"birthday": "1816-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NM", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "W000263", "govtrack": 411431, "icpsr": 9926, "wikipedia": "John Welch (politician)", "house_history": 23533, "wikidata": "Q6263401", "google_entity_id": "kg:/m/02rm1y1"}, "name": {"first": "John", "last": "Welch"}, "bio": {"birthday": "1805-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 12, "party": "Whig"}]}, {"id": {"bioguide": "W000284", "govtrack": 411449, "icpsr": 9944, "wikipedia": "John Wells (1817\u201377)", "house_history": 23560, "wikidata": "Q3408719"}, "name": {"first": "John", "last": "Wells"}, "bio": {"birthday": "1817-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 16, "party": "Whig"}]}, {"id": {"bioguide": "W000350", "govtrack": 411512, "icpsr": 10004, "wikipedia": "Addison White", "house_history": 23632, "wikidata": "Q353166", "google_entity_id": "kg:/m/026_sm0"}, "name": {"first": "Addison", "last": "White"}, "bio": {"birthday": "1824-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "KY", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "W000457", "govtrack": 411614, "icpsr": 10102, "house_history": 23761, "wikipedia": "John Allen Wilcox", "wikidata": "Q1304972", "google_entity_id": "kg:/m/0gy8pq"}, "name": {"first": "John", "middle": "A.", "last": "Wilcox"}, "bio": {"birthday": "1819-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MS", "district": 2, "party": "Unionist"}]}, {"id": {"bioguide": "W000464", "govtrack": 411621, "icpsr": 10109, "wikipedia": "Isaac Wildrick", "house_history": 23769, "wikidata": "Q968043", "google_entity_id": "kg:/m/02z4xxy"}, "name": {"first": "Isaac", "last": "Wildrick"}, "bio": {"birthday": "1803-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NJ", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000493", "govtrack": 411650, "icpsr": 10138, "wikipedia": "Christopher Harris Williams", "house_history": 23801, "wikidata": "Q1086715", "google_entity_id": "kg:/m/0cglr5"}, "name": {"first": "Christopher", "middle": "Harris", "last": "Williams"}, "bio": {"birthday": "1798-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "TN", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "TN", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "TN", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "TN", "district": 11, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "TN", "district": 11, "party": "Whig"}]}, {"id": {"bioguide": "W000732", "govtrack": 411884, "icpsr": 10362, "wikipedia": "Joseph A. Woodward", "house_history": 24090, "wikidata": "Q1706395", "google_entity_id": "kg:/m/02vn_z5"}, "name": {"first": "Joseph", "middle": "Addison", "last": "Woodward"}, "bio": {"birthday": "1806-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "SC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000048", "govtrack": 400709, "icpsr": 41, "wikipedia": "Stephen Adams (politician)", "house_history": 8322, "wikidata": "Q545567", "google_entity_id": "kg:/m/0cyv0j"}, "name": {"first": "Stephen", "last": "Adams"}, "bio": {"birthday": "1807-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MS", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1852-01-01", "end": "1857-03-03", "state": "MS", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000872", "govtrack": 401829, "icpsr": 1069, "wikipedia": "Walker Brooke", "wikidata": "Q1729652", "google_entity_id": "kg:/m/0cy_6n"}, "name": {"first": "Walker", "last": "Brooke"}, "bio": {"birthday": "1813-12-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1852-01-01", "end": "1853-03-03", "state": "MS", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "C000250", "govtrack": 402394, "icpsr": 1598, "wikipedia": "Charles W. Cathcart", "house_history": 10770, "wikidata": "Q1066341", "google_entity_id": "kg:/m/0cyp97"}, "name": {"first": "Charles", "middle": "William", "last": "Cathcart"}, "bio": {"gender": "M", "birthday": "1809-07-24"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "sen", "start": "1852-01-01", "end": "1853-12-31", "state": "IN", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000324", "govtrack": 402466, "icpsr": 1664, "wikipedia": "Robert M. Charlton", "wikidata": "Q2158142", "google_entity_id": "kg:/m/0cr7nm"}, "name": {"first": "Robert", "middle": "Milledge", "last": "Charlton"}, "bio": {"birthday": "1807-01-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1852-01-01", "end": "1853-03-03", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000270", "govtrack": 403321, "icpsr": 2526, "wikipedia": "William F. De Saussure", "wikidata": "Q1594736", "google_entity_id": "kg:/m/0d070l"}, "name": {"first": "William", "middle": "Ford", "last": "De Saussure"}, "bio": {"birthday": "1792-02-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1852-01-01", "end": "1853-03-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000367", "govtrack": 403484, "icpsr": 2615, "wikipedia": "Archibald Dixon", "wikidata": "Q4786289", "google_entity_id": "kg:/m/09gyjk"}, "name": {"first": "Archibald", "last": "Dixon"}, "bio": {"birthday": "1802-04-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1852-01-01", "end": "1855-03-03", "state": "KY", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "M000650", "govtrack": 407636, "icpsr": 6423, "wikipedia": "David Meriwether (Kentucky)", "wikidata": "Q883854", "google_entity_id": "kg:/m/09v_qt"}, "name": {"first": "David", "last": "Meriwether"}, "bio": {"birthday": "1800-10-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1852-01-01", "end": "1853-03-03", "state": "KY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000319", "govtrack": 410891, "icpsr": 9425, "wikipedia": "Isaac Toucey", "house_history": 23024, "wikidata": "Q881600", "google_entity_id": "kg:/m/034t8g"}, "name": {"first": "Isaac", "last": "Toucey"}, "bio": {"birthday": "1792-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "CT", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1852-01-01", "end": "1857-03-03", "state": "CT", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000274", "govtrack": 411439, "icpsr": 9934, "wikipedia": "John B. Weller", "house_history": 23548, "wikidata": "Q277673", "google_entity_id": "kg:/m/03kmdf"}, "name": {"first": "John", "middle": "B.", "last": "Weller"}, "bio": {"birthday": "1812-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1852-01-01", "end": "1857-03-03", "state": "CA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000333", "govtrack": 408730, "icpsr": 7435, "wikipedia": "Franklin Pierce", "house_history": 19692, "wikidata": "Q12312", "google_entity_id": "kg:/m/02z51"}, "name": {"first": "Franklin", "last": "Pierce"}, "bio": {"birthday": "1804-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "NH", "district": -1, "party": "Jackson"}, {"type": "sen", "start": "1837-09-04", "end": "1843-03-03", "state": "NH", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000012", "govtrack": 400675, "icpsr": 10, "wikipedia": "James Abercrombie (Congressman)", "house_history": 8264, "wikidata": "Q1679917", "google_entity_id": "kg:/m/08t3mf"}, "name": {"first": "James", "last": "Abercrombie"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "AL", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "AL", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "A000141", "govtrack": 400797, "icpsr": 123, "wikipedia": "Philip Allen (politician)", "wikidata": "Q438336", "google_entity_id": "kg:/m/0g4js4"}, "name": {"first": "Philip", "last": "Allen"}, "bio": {"birthday": "1785-09-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1853-12-05", "end": "1859-03-03", "state": "RI", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000154", "govtrack": 400809, "icpsr": 135, "wikipedia": "Willis Allen", "house_history": 8470, "wikidata": "Q4231619", "google_entity_id": "kg:/m/02rkdpy"}, "name": {"first": "Willis", "last": "Allen"}, "bio": {"birthday": "1806-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IL", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "A000310", "govtrack": 400954, "icpsr": 262, "wikipedia": "William Shepperd Ashe", "house_history": 8690, "wikidata": "Q2580544", "google_entity_id": "kg:/m/04wkcd"}, "name": {"first": "William", "middle": "Shepperd", "last": "Ashe"}, "bio": {"birthday": "1814-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000323", "govtrack": 400971, "icpsr": 278, "wikipedia": "Charles G. Atherton", "house_history": 8706, "wikidata": "Q5077912", "google_entity_id": "kg:/m/09k_xb"}, "name": {"first": "Charles", "middle": "Gordon", "last": "Atherton"}, "bio": {"birthday": "1804-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NH", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1843-12-04", "end": "1849-03-03", "state": "NH", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1853-12-05", "end": "1853-12-31", "state": "NH", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000036", "govtrack": 401041, "icpsr": 340, "wikipedia": "David Jackson Bailey", "house_history": 8821, "wikidata": "Q1174847", "google_entity_id": "kg:/m/027cn3t"}, "name": {"first": "David", "middle": "Jackson", "last": "Bailey"}, "bio": {"birthday": "1812-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "GA", "district": 3, "party": "States Rights"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "GA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000193", "govtrack": 401192, "icpsr": 479, "wikipedia": "William T. S. Barry", "house_history": 9021, "wikidata": "Q1310357", "google_entity_id": "kg:/m/02rtr0w"}, "name": {"first": "William", "middle": "Taylor Sullivan", "last": "Barry"}, "bio": {"birthday": "1821-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000322", "govtrack": 401314, "icpsr": 589, "wikipedia": "Nathan Belcher", "house_history": 9192, "wikidata": "Q1768331", "google_entity_id": "kg:/m/02q1h89"}, "name": {"first": "Nathan", "last": "Belcher"}, "bio": {"birthday": "1813-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "CT", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000340", "govtrack": 401331, "icpsr": 606, "wikipedia": "John Bell (Tennessee politician)", "house_history": 9217, "wikidata": "Q1349142", "google_entity_id": "kg:/m/035vw8"}, "name": {"first": "John", "last": "Bell"}, "bio": {"birthday": "1796-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "TN", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "TN", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "TN", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "TN", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "TN", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "TN", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "TN", "district": 7, "party": "Whig"}, {"type": "sen", "start": "1847-12-06", "end": "1853-03-03", "state": "TN", "class": 2, "party": "Whig"}, {"type": "sen", "start": "1853-12-05", "end": "1859-03-03", "state": "TN", "class": 2, "party": "American"}]}, {"id": {"bioguide": "B000398", "govtrack": 401389, "icpsr": 658, "house_history": 9291, "wikipedia": "Thomas Hart Benton (politician)", "wikidata": "Q1317969", "google_entity_id": "kg:/m/01nxh8"}, "name": {"first": "Thomas", "middle": "Hart", "last": "Benton"}, "bio": {"birthday": "1782-03-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1821-12-03", "end": "1827-03-03", "state": "MO", "class": 1, "party": "Jackson"}, {"type": "sen", "start": "1827-12-03", "end": "1833-03-03", "state": "MO", "class": 1, "party": "Jackson"}, {"type": "sen", "start": "1833-12-02", "end": "1839-03-03", "state": "MO", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1839-12-02", "end": "1845-03-03", "state": "MO", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1845-12-01", "end": "1851-03-03", "state": "MO", "class": 1, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MO", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000492", "govtrack": 401472, "icpsr": 736, "wikipedia": "William Henry Bissell", "house_history": 9412, "wikidata": "Q881608", "google_entity_id": "kg:/m/0261h0"}, "name": {"first": "William", "middle": "Harrison", "last": "Bissell"}, "bio": {"birthday": "1811-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IL", "district": 8, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "B000624", "govtrack": 401589, "icpsr": 848, "wikipedia": "Azariah Boody", "house_history": 9591, "wikidata": "Q4832271", "google_entity_id": "kg:/m/08vhz7"}, "name": {"first": "Azariah", "last": "Boody"}, "bio": {"birthday": "1815-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 29, "party": "Whig"}]}, {"id": {"bioguide": "B000719", "govtrack": 401679, "icpsr": 931, "wikipedia": "Linn Boyd", "house_history": 9715, "wikidata": "Q1826895", "google_entity_id": "kg:/m/047n5z"}, "name": {"first": "Linn", "last": "Boyd"}, "bio": {"birthday": "1800-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "KY", "district": 1, "party": "Jackson"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "KY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B001043", "govtrack": 401993, "icpsr": 1222, "wikipedia": "Robert Malone Bugg", "house_history": 10120, "wikidata": "Q2158173", "google_entity_id": "kg:/m/0dc4x_"}, "name": {"first": "Robert", "middle": "Malone", "last": "Bugg"}, "bio": {"birthday": "1805-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "TN", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "C000078", "govtrack": 402234, "icpsr": 1444, "wikipedia": "Brookins Campbell", "house_history": 10543, "wikidata": "Q929115", "google_entity_id": "kg:/m/0dc1y3"}, "name": {"first": "Brookins", "last": "Campbell"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "TN", "district": 1, "party": "Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "C000167", "govtrack": 402315, "icpsr": 1520, "wikipedia": "Davis Carpenter", "house_history": 10662, "wikidata": "Q5241851", "google_entity_id": "kg:/m/02x774d"}, "name": {"first": "Davis", "last": "Carpenter"}, "bio": {"birthday": "1799-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 29, "party": "Whig"}]}, {"id": {"bioguide": "C000276", "govtrack": 402419, "icpsr": 1621, "wikipedia": "Ebenezer M. Chamberlain", "house_history": 10802, "wikidata": "Q1278660", "google_entity_id": "kg:/m/02rkfm4"}, "name": {"first": "Ebenezer", "middle": "Mattoon", "last": "Chamberlain"}, "bio": {"birthday": "1805-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "C000292", "govtrack": 402434, "icpsr": 1636, "wikipedia": "Joseph Ripley Chandler", "house_history": 10821, "wikidata": "Q6286577", "google_entity_id": "kg:/m/026drfv"}, "name": {"first": "Joseph", "middle": "Ripley", "last": "Chandler"}, "bio": {"birthday": "1792-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "C000325", "govtrack": 402467, "icpsr": 1665, "wikipedia": "Dudley Chase", "wikidata": "Q1263715", "google_entity_id": "kg:/m/0cvh9v"}, "name": {"first": "Dudley", "last": "Chase"}, "bio": {"birthday": "1771-12-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1813-05-24", "end": "1817-12-31", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1825-12-05", "end": "1831-03-03", "state": "VT", "class": 3, "party": "Adams"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "C000326", "govtrack": 412027, "icpsr": 1666, "wikipedia": "George W. Chase", "house_history": 10860, "wikidata": "Q5545562", "google_entity_id": "kg:/m/02rkpvp"}, "name": {"first": "George", "middle": "William", "last": "Chase"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 19, "party": "Whig"}]}, {"id": {"bioguide": "C000335", "govtrack": 402475, "icpsr": 1675, "wikipedia": "Elijah Webb Chastain", "house_history": 10870, "wikidata": "Q1329431", "google_entity_id": "kg:/m/027c4s5"}, "name": {"first": "Elijah", "middle": "Webb", "last": "Chastain"}, "bio": {"birthday": "1813-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000376", "govtrack": 402515, "icpsr": 1712, "wikipedia": "James Chrisman", "house_history": 10924, "wikidata": "Q1680162", "google_entity_id": "kg:/m/02r33d7"}, "name": {"first": "James", "middle": "Stone", "last": "Chrisman"}, "bio": {"birthday": "1818-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "KY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000393", "govtrack": 402532, "icpsr": 1726, "wikipedia": "William Montgomery Churchwell", "house_history": 10945, "wikidata": "Q2580044", "google_entity_id": "kg:/m/0dfvzl"}, "name": {"first": "William", "middle": "Montgomery", "last": "Churchwell"}, "bio": {"birthday": "1826-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "TN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000451", "govtrack": 402589, "icpsr": 1782, "wikipedia": "Samuel Clark (New York and Michigan politician)", "house_history": 11014, "wikidata": "Q2218083", "google_entity_id": "kg:/m/025v3tx"}, "name": {"first": "Samuel", "last": "Clark"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "NY", "district": 25, "party": "Jackson"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MI", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000496", "govtrack": 402633, "icpsr": 1822, "wikipedia": "John M. Clayton", "wikidata": "Q17889", "google_entity_id": "kg:/m/02y3t8"}, "name": {"first": "John", "middle": "Middleton", "last": "Clayton"}, "bio": {"birthday": "1796-07-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1829-12-07", "end": "1835-03-03", "state": "DE", "class": 2}, {"type": "sen", "start": "1835-12-07", "end": "1837-03-03", "state": "DE", "class": 2}, {"type": "sen", "start": "1845-12-01", "end": "1849-12-31", "state": "DE", "class": 1, "party": "Whig"}, {"type": "sen", "start": "1853-12-05", "end": "1857-03-03", "state": "DE", "class": 2, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "C000720", "govtrack": 402843, "icpsr": 2019, "wikipedia": "John Parsons Cook", "house_history": 11354, "wikidata": "Q1701337", "google_entity_id": "kg:/m/02rk7sv"}, "name": {"first": "John", "middle": "Parsons", "last": "Cook"}, "bio": {"birthday": "1817-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "C000790", "govtrack": 402910, "icpsr": 2077, "wikipedia": "Moses Bledso Corwin", "house_history": 11443, "wikidata": "Q6915715", "google_entity_id": "kg:/m/0cqht3"}, "name": {"first": "Moses", "middle": "Bledso", "last": "Corwin"}, "bio": {"birthday": "1790-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "C000917", "govtrack": 403029, "icpsr": 2186, "house_history": 11602, "wikipedia": "Samuel L. Crocker", "wikidata": "Q1621025", "google_entity_id": "kg:/m/02rjz5v"}, "name": {"first": "Samuel", "middle": "Leonard", "last": "Crocker"}, "bio": {"birthday": "1804-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "C000974", "govtrack": 403085, "icpsr": 2240, "wikipedia": "William Cullom", "house_history": 11671, "wikidata": "Q1407449", "google_entity_id": "kg:/m/0dfwd5"}, "name": {"first": "William", "last": "Cullom"}, "bio": {"birthday": "1810-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "TN", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "TN", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "C000981", "govtrack": 412124, "icpsr": 2246, "wikipedia": "Thomas W. Cumming", "house_history": 11679, "wikidata": "Q198295", "google_entity_id": "kg:/m/02rkxcw"}, "name": {"first": "Thomas", "middle": "William", "last": "Cumming"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C001029", "govtrack": 403136, "icpsr": 2290, "wikipedia": "Francis B. Cutting", "house_history": 11736, "wikidata": "Q1383147", "google_entity_id": "kg:/m/02rkpck"}, "name": {"first": "Francis", "middle": "Brockholst", "last": "Cutting"}, "bio": {"birthday": "1804-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "D000135", "govtrack": 403270, "icpsr": 2411, "wikipedia": "Thomas Davis (Rhode Island)", "house_history": 12000, "wikidata": "Q2423380", "google_entity_id": "kg:/m/02rldw4"}, "name": {"first": "Thomas", "last": "Davis"}, "bio": {"birthday": "1806-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "RI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000172", "govtrack": 403334, "icpsr": 2445, "wikipedia": "Gilbert Dean", "house_history": 12047, "wikidata": "Q1382980", "google_entity_id": "kg:/m/026blc1"}, "name": {"first": "Gilbert", "last": "Dean"}, "bio": {"birthday": "1819-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "D000257", "govtrack": 403395, "icpsr": 2515, "wikipedia": "William Barton Wade Dent", "house_history": 12148, "wikidata": "Q602954", "google_entity_id": "kg:/m/027cqt9"}, "name": {"first": "William", "middle": "Barton Wade", "last": "Dent"}, "bio": {"birthday": "1806-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000319", "govtrack": 403439, "icpsr": 2571, "wikipedia": "Edward Dickinson", "house_history": 12223, "wikidata": "Q1292062", "google_entity_id": "kg:/m/07ns4_"}, "name": {"first": "Edward", "last": "Dickinson"}, "bio": {"birthday": "1803-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MA", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "D000361", "govtrack": 403478, "icpsr": 2610, "wikipedia": "David T. Disney", "house_history": 12277, "wikidata": "Q1176801", "google_entity_id": "kg:/m/02rl_j0"}, "name": {"first": "David", "middle": "Tiernan", "last": "Disney"}, "bio": {"birthday": "1803-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000506", "govtrack": 403613, "icpsr": 2735, "wikipedia": "Augustus Drum", "house_history": 12465, "wikidata": "Q4821409", "google_entity_id": "kg:/m/026fcrr"}, "name": {"first": "Augustus", "last": "Drum"}, "bio": {"birthday": "1815-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "D000526", "govtrack": 403636, "icpsr": 2755, "wikipedia": "William Dunbar (politician)", "house_history": 12486, "wikidata": "Q1773477", "google_entity_id": "kg:/m/02pqqst"}, "name": {"first": "William", "last": "Dunbar"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "LA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000540", "govtrack": 403648, "icpsr": 2765, "wikipedia": "Cyrus L. Dunham", "house_history": 12500, "wikidata": "Q1148969", "google_entity_id": "kg:/m/02rkfb6"}, "name": {"first": "Cyrus", "middle": "Livingston", "last": "Dunham"}, "bio": {"birthday": "1817-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000019", "govtrack": 403715, "icpsr": 2823, "wikipedia": "Ben C. Eastman", "house_history": 12625, "wikidata": "Q816450", "google_entity_id": "kg:/m/02vrq5w"}, "name": {"first": "Ben", "middle": "C.", "last": "Eastman"}, "bio": {"birthday": "1812-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "WI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000039", "govtrack": 403734, "icpsr": 2840, "house_history": 12649, "wikipedia": "Norman Eddy", "wikidata": "Q1999514", "google_entity_id": "kg:/m/092fsp"}, "name": {"first": "Norman", "last": "Eddy"}, "bio": {"birthday": "1810-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "E000045", "govtrack": 403740, "icpsr": 2845, "wikipedia": "Alfred Peck Edgerton", "house_history": 12655, "wikidata": "Q4723282", "google_entity_id": "kg:/m/03gxc2n"}, "name": {"first": "Alfred", "middle": "Peck", "last": "Edgerton"}, "bio": {"birthday": "1813-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "E000050", "govtrack": 403745, "icpsr": 2850, "wikipedia": "J. Wiley Edmands", "house_history": 12660, "wikidata": "Q1676426", "google_entity_id": "kg:/m/0ks490"}, "name": {"first": "John", "middle": "Wiley", "last": "Edmands"}, "bio": {"birthday": "1809-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MA", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "E000140", "govtrack": 403831, "icpsr": 2929, "wikipedia": "Andrew Ellison", "house_history": 12768, "wikidata": "Q4756894", "google_entity_id": "kg:/m/02rlzt_"}, "name": {"first": "Andrew", "last": "Ellison"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "E000249", "govtrack": 403932, "icpsr": 3015, "wikipedia": "Josiah J. Evans", "wikidata": "Q1708637", "google_entity_id": "kg:/m/0cp0_y"}, "name": {"first": "Josiah", "middle": "James", "last": "Evans"}, "bio": {"birthday": "1786-11-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1853-12-05", "end": "1859-03-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000264", "govtrack": 403944, "icpsr": 3026, "wikipedia": "Edward Everett", "house_history": 12926, "wikidata": "Q434905", "google_entity_id": "kg:/m/01s7xf"}, "name": {"first": "Edward", "last": "Everett"}, "bio": {"birthday": "1794-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "MA", "district": 4, "party": "Adams"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "MA", "district": 4, "party": "Adams"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "MA", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MA", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MA", "district": 4, "party": "Whig"}, {"type": "sen", "start": "1853-12-05", "end": "1855-03-03", "state": "MA", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "E000271", "govtrack": 403950, "icpsr": 3032, "house_history": 12935, "wikipedia": "William Everhart", "wikidata": "Q8008710", "google_entity_id": "kg:/m/0kss02"}, "name": {"first": "William", "last": "Everhart"}, "bio": {"birthday": "1785-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "E000279", "govtrack": 403958, "icpsr": 3040, "wikipedia": "Presley Ewing", "house_history": 12945, "wikidata": "Q1542810", "google_entity_id": "kg:/m/02rjy3t"}, "name": {"first": "Presley", "middle": "Underwood", "last": "Ewing"}, "bio": {"birthday": "1822-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "KY", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "KY", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "F000018", "govtrack": 403980, "icpsr": 3059, "wikipedia": "E. Wilder Farley", "house_history": 12987, "wikidata": "Q1273601", "google_entity_id": "kg:/m/02rtmy3"}, "name": {"first": "Ephraim", "middle": "Wilder", "last": "Farley"}, "bio": {"birthday": "1817-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "ME", "district": 3, "party": "Whig"}]}, {"id": {"bioguide": "F000345", "govtrack": 404293, "icpsr": 3343, "wikipedia": "John Rankin Franklin", "house_history": 13407, "wikidata": "Q336867", "google_entity_id": "kg:/m/057h3p"}, "name": {"first": "John", "middle": "Rankin", "last": "Franklin"}, "bio": {"birthday": "1820-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MD", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "G000029", "govtrack": 404405, "icpsr": 3444, "wikipedia": "James Gamble (congressman)", "house_history": 13600, "wikidata": "Q13219629", "google_entity_id": "kg:/m/026dtrr"}, "name": {"first": "James", "last": "Gamble"}, "bio": {"birthday": "1809-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "G000168", "govtrack": 404535, "wikipedia": "Napoleon Bonaparte Giddings", "house_history": 13777, "wikidata": "Q1964936", "google_entity_id": "kg:/m/02z38m2"}, "name": {"first": "Napoleon", "middle": "Bonaparte", "last": "Giddings"}, "bio": {"birthday": "1816-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NE", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "G000295", "govtrack": 404654, "icpsr": 3680, "wikipedia": "John Z. Goodrich", "house_history": 13938, "wikidata": "Q1543164", "google_entity_id": "kg:/m/0gl_1w"}, "name": {"first": "John", "middle": "Zacheus", "last": "Goodrich"}, "bio": {"birthday": "1804-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MA", "district": 11, "party": "Whig"}]}, {"id": {"bioguide": "G000409", "govtrack": 404758, "icpsr": 3776, "house_history": 14083, "wikipedia": "Frederick W. Green (congressman)", "wikidata": "Q5498950", "google_entity_id": "kg:/m/02rl_wc"}, "name": {"first": "Frederick", "middle": "William", "last": "Green"}, "bio": {"birthday": "1816-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "G000453", "govtrack": 412046, "icpsr": 3814, "wikipedia": "Benjamin E. Grey", "house_history": 14138, "wikidata": "Q817457", "google_entity_id": "kg:/m/02rgwzn"}, "name": {"first": "Benjamin", "middle": "Edwards", "last": "Grey"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "KY", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "KY", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "H000208", "govtrack": 405087, "icpsr": 4074, "wikipedia": "Andrew J. Harlan", "house_history": 14544, "wikidata": "Q505294", "google_entity_id": "kg:/m/02rkdv1"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Harlan"}, "bio": {"birthday": "1815-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IN", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "H000256", "govtrack": 405133, "icpsr": 4117, "wikipedia": "Wiley P. Harris", "house_history": 14601, "wikidata": "Q2570996", "google_entity_id": "kg:/m/02rv9vx"}, "name": {"first": "Wiley", "middle": "Pope", "last": "Harris"}, "bio": {"birthday": "1818-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MS", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000326", "govtrack": 405197, "icpsr": 4178, "house_history": 14685, "wikipedia": "George Hastings (American politician)", "wikidata": "Q5540311", "google_entity_id": "kg:/m/02rkpmt"}, "name": {"first": "George", "last": "Hastings"}, "bio": {"birthday": "1807-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 28, "party": "Democrat"}]}, {"id": {"bioguide": "H000500", "govtrack": 405363, "icpsr": 4326, "wikipedia": "Bernhart Henn", "house_history": 14904, "wikidata": "Q826461", "google_entity_id": "kg:/m/0g8fzs"}, "name": {"first": "Bernhart", "last": "Henn"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IA", "district": 1, "party": "Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "H000557", "govtrack": 405419, "icpsr": 4380, "wikipedia": "Harry Hibbard", "house_history": 14973, "wikidata": "Q1586561", "google_entity_id": "kg:/m/02ppcqg"}, "name": {"first": "Harry", "last": "Hibbard"}, "bio": {"birthday": "1816-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000572", "govtrack": 405434, "icpsr": 4392, "wikipedia": "Isaac Ellmaker Hiester", "house_history": 14993, "wikidata": "Q13219651", "google_entity_id": "kg:/m/0498bl"}, "name": {"first": "Isaac", "middle": "Ellmaker", "last": "Hiester"}, "bio": {"birthday": "1824-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 9, "party": "Whig"}]}, {"id": {"bioguide": "H000589", "govtrack": 405451, "icpsr": 4407, "wikipedia": "Clement S. Hill", "house_history": 15014, "wikidata": "Q1100278", "google_entity_id": "kg:/m/02rstyh"}, "name": {"first": "Clement", "middle": "Sidney", "last": "Hill"}, "bio": {"birthday": "1813-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "KY", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "H000625", "govtrack": 405483, "icpsr": 4438, "wikipedia": "Junius Hillyer", "house_history": 15057, "wikidata": "Q1713616", "google_entity_id": "kg:/m/0gjr3q"}, "name": {"first": "Junius", "last": "Hillyer"}, "bio": {"birthday": "1807-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "GA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000827", "govtrack": 405674, "icpsr": 4615, "wikipedia": "Sam Houston", "house_history": 15307, "wikidata": "Q216547", "google_entity_id": "kg:/m/0gbjz"}, "name": {"first": "Samuel", "last": "Houston"}, "bio": {"birthday": "1793-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "TN", "district": 7, "party": "Jackson"}, {"type": "sen", "start": "1846-01-01", "end": "1853-03-03", "state": "TX", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1853-12-05", "end": "1859-03-03", "state": "TX", "class": 2, "party": "American"}]}, {"id": {"bioguide": "H000854", "govtrack": 405701, "icpsr": 4640, "wikipedia": "Thomas Marshall Howe", "house_history": 15342, "wikidata": "Q7792194", "google_entity_id": "kg:/m/026f8sh"}, "name": {"first": "Thomas", "middle": "Marshall", "last": "Howe"}, "bio": {"birthday": "1808-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 21, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 22, "party": "Whig"}]}, {"id": {"bioguide": "H000918", "govtrack": 405763, "icpsr": 4697, "wikipedia": "Charles Hughes (representative)", "house_history": 15418, "wikidata": "Q3021633", "google_entity_id": "kg:/m/03cj4h3"}, "name": {"first": "Charles", "last": "Hughes"}, "bio": {"birthday": "1822-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "H000977", "govtrack": 405821, "icpsr": 4749, "wikipedia": "Theodore Gaillard Hunt", "house_history": 15486, "wikidata": "Q1757682", "google_entity_id": "kg:/m/0ddr2h"}, "name": {"first": "Theodore", "middle": "Gaillard", "last": "Hunt"}, "bio": {"birthday": "1805-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "LA", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "I000016", "govtrack": 405878, "icpsr": 4805, "wikipedia": "Colin M. Ingersoll", "house_history": 15635, "wikidata": "Q1108535", "google_entity_id": "kg:/m/02rhdv3"}, "name": {"first": "Colin", "middle": "Macrae", "last": "Ingersoll"}, "bio": {"birthday": "1819-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "CT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "J000136", "govtrack": 406035, "icpsr": 4958, "wikipedia": "Harvey H. Johnson", "house_history": 15863, "wikidata": "Q5677241", "google_entity_id": "kg:/m/02rm0x0"}, "name": {"first": "Harvey", "middle": "Hull", "last": "Johnson"}, "bio": {"birthday": "1808-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "J000215", "govtrack": 406110, "icpsr": 5027, "wikipedia": "Daniel T. Jones", "house_history": 15964, "wikidata": "Q5218883", "google_entity_id": "kg:/m/02rknll"}, "name": {"first": "Daniel", "middle": "Terryll", "last": "Jones"}, "bio": {"birthday": "1800-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "J000221", "govtrack": 406115, "icpsr": 5032, "house_history": 15973, "wikipedia": "George W. Jones", "wikidata": "Q438644", "google_entity_id": "kg:/m/01z5_0"}, "name": {"first": "George", "middle": "Wallace", "last": "Jones"}, "bio": {"birthday": "1804-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MI", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "WI", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1848-01-01", "end": "1853-03-03", "state": "IA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1853-12-05", "end": "1859-03-03", "state": "IA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "J000250", "govtrack": 406143, "icpsr": 5060, "wikipedia": "Roland Jones", "house_history": 16008, "wikidata": "Q1242286", "google_entity_id": "kg:/m/03c6d06"}, "name": {"first": "Roland", "last": "Jones"}, "bio": {"birthday": "1813-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "K000140", "govtrack": 406306, "icpsr": 5206, "house_history": 16254, "wikipedia": "John Kerr, Jr. (congress)", "wikidata": "Q1700699", "google_entity_id": "kg:/m/0bpl86"}, "name": {"first": "John", "last": "Kerr", "suffix": "Jr."}, "bio": {"birthday": "1811-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NC", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "K000256", "govtrack": 406415, "icpsr": 5313, "wikipedia": "George W. Kittredge", "house_history": 16396, "wikidata": "Q1508446", "google_entity_id": "kg:/m/02rhgy4"}, "name": {"first": "George", "middle": "Washington", "last": "Kittredge"}, "bio": {"birthday": "1805-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000345", "govtrack": 406498, "icpsr": 5380, "wikipedia": "William Henry Kurtz", "house_history": 16518, "wikidata": "Q8012071", "google_entity_id": "kg:/m/026fsp4"}, "name": {"first": "William", "middle": "Henry", "last": "Kurtz"}, "bio": {"birthday": "1804-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "L000032", "govtrack": 406542, "icpsr": 5418, "wikipedia": "Alfred William Lamb", "house_history": 16615, "wikidata": "Q1240970", "google_entity_id": "kg:/m/02rz5g0"}, "name": {"first": "Alfred", "middle": "William", "last": "Lamb"}, "bio": {"birthday": "1824-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000044", "govtrack": 406553, "wikipedia": "Columbia Lancaster", "house_history": 16637, "wikidata": "Q1112496", "google_entity_id": "kg:/m/02rhdvg"}, "name": {"first": "Columbia", "last": "Lancaster"}, "bio": {"birthday": "1803-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "WA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "L000275", "govtrack": 406773, "icpsr": 5632, "wikipedia": "Charles S. Lewis", "house_history": 16932, "wikidata": "Q1065975", "google_entity_id": "kg:/m/02vrplk"}, "name": {"first": "Charles", "middle": "Swearinger", "last": "Lewis"}, "bio": {"birthday": "1821-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "L000310", "govtrack": 406804, "icpsr": 5663, "wikipedia": "Samuel Lilly", "house_history": 16977, "wikidata": "Q2218571", "google_entity_id": "kg:/m/02z4vxn"}, "name": {"first": "Samuel", "last": "Lilly"}, "bio": {"birthday": "1815-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NJ", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000330", "govtrack": 406823, "icpsr": 5682, "wikipedia": "William D. Lindsley", "house_history": 17003, "wikidata": "Q8007486", "google_entity_id": "kg:/m/02rm3jm"}, "name": {"first": "William", "middle": "Dell", "last": "Lindsley"}, "bio": {"birthday": "1812-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "L000540", "govtrack": 407024, "icpsr": 5862, "wikipedia": "Caleb Lyon", "house_history": 17267, "wikidata": "Q889336", "google_entity_id": "kg:/m/0d3n4y"}, "name": {"first": "Caleb", "last": "Lyon"}, "bio": {"birthday": "1822-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 23, "party": "Independent"}]}, {"id": {"bioguide": "M000004", "govtrack": 407034, "icpsr": 5872, "wikipedia": "Moses Macdonald", "house_history": 17334, "wikidata": "Q1949192", "google_entity_id": "kg:/m/02x2hbf"}, "name": {"first": "Moses", "last": "Macdonald"}, "bio": {"birthday": "1815-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "ME", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "ME", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000036", "govtrack": 407064, "icpsr": 5897, "wikipedia": "John B. Macy", "house_history": 17370, "wikidata": "Q1699210", "google_entity_id": "kg:/m/02vrqgg"}, "name": {"first": "John", "middle": "B.", "last": "Macy"}, "bio": {"birthday": "1799-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "WI", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000261", "govtrack": 407279, "icpsr": 6090, "wikipedia": "James Maurice", "house_history": 17645, "wikidata": "Q111581", "google_entity_id": "kg:/m/026m4wt"}, "name": {"first": "James", "last": "Maurice"}, "bio": {"birthday": "1814-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000278", "govtrack": 407295, "icpsr": 6106, "wikipedia": "Samuel Mayall", "house_history": 17666, "wikidata": "Q2218633", "google_entity_id": "kg:/m/02x2qmj"}, "name": {"first": "Samuel", "last": "Mayall"}, "bio": {"birthday": "1816-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "ME", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000390", "govtrack": 407391, "icpsr": 6201, "wikipedia": "John McCulloch (congressman)", "house_history": 17811, "wikidata": "Q13219706", "google_entity_id": "kg:/m/026f91f"}, "name": {"first": "John", "last": "McCulloch"}, "bio": {"birthday": "1806-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 18, "party": "Whig"}]}, {"id": {"bioguide": "M000581", "govtrack": 407572, "icpsr": 6365, "wikipedia": "John McNair (congressman)", "house_history": 18051, "wikidata": "Q6248187", "google_entity_id": "kg:/m/026fd76"}, "name": {"first": "John", "last": "McNair"}, "bio": {"birthday": "1800-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000695", "govtrack": 407679, "icpsr": 6458, "wikipedia": "Ner Middleswarth", "house_history": 18197, "wikidata": "Q13219716", "google_entity_id": "kg:/m/0cgym3"}, "name": {"first": "Ner", "last": "Middleswarth"}, "bio": {"birthday": "1783-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "M000994", "govtrack": 407962, "icpsr": 6720, "wikipedia": "George W. Morrison", "house_history": 18573, "wikidata": "Q1508453", "google_entity_id": "kg:/m/02rhgyv"}, "name": {"first": "George", "middle": "Washington", "last": "Morrison"}, "bio": {"birthday": "1809-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NH", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M001064", "govtrack": 408030, "icpsr": 6782, "house_history": 18658, "wikipedia": "Henry Augustus Muhlenberg", "wikidata": "Q5717536", "google_entity_id": "kg:/m/0491t1"}, "name": {"first": "Henry", "middle": "Augustus", "last": "Muhlenberg"}, "bio": {"birthday": "1823-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M001116", "govtrack": 408079, "icpsr": 6827, "wikipedia": "William Murray (New York politician)", "house_history": 18720, "wikidata": "Q2580090", "google_entity_id": "kg:/m/03ckbfg"}, "name": {"first": "William", "last": "Murray"}, "bio": {"birthday": "1803-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "N000117", "govtrack": 408201, "icpsr": 6940, "wikipedia": "David A. Noble", "house_history": 18977, "wikidata": "Q581476", "google_entity_id": "kg:/m/0272q2c"}, "name": {"first": "David", "middle": "Addison", "last": "Noble"}, "bio": {"birthday": "1802-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "O000063", "govtrack": 408338, "icpsr": 7051, "wikipedia": "Edson B. Olds", "house_history": 19146, "wikidata": "Q5340294", "google_entity_id": "kg:/m/02rl_lf"}, "name": {"first": "Edson", "middle": "Baldwin", "last": "Olds"}, "bio": {"birthday": "1802-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "P000071", "govtrack": 408481, "icpsr": 7204, "wikipedia": "Samuel W. Parker", "house_history": 19361, "wikidata": "Q1745224", "google_entity_id": "kg:/m/02rkhng"}, "name": {"first": "Samuel", "middle": "Wilson", "last": "Parker"}, "bio": {"birthday": "1805-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IN", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IN", "district": 5, "party": "Whig"}]}, {"id": {"bioguide": "P000177", "govtrack": 408581, "icpsr": 7295, "wikipedia": "Jared V. Peck", "house_history": 19496, "wikidata": "Q1534051", "google_entity_id": "kg:/m/02rkrwk"}, "name": {"first": "Jared", "middle": "Valentine", "last": "Peck"}, "bio": {"birthday": "1816-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "P000180", "govtrack": 408584, "icpsr": 7298, "wikipedia": "Rufus Wheeler Peckham (1809\u20131873)", "house_history": 19499, "wikidata": "Q2688704", "google_entity_id": "kg:/m/03p4gp"}, "name": {"first": "Rufus", "middle": "Wheeler", "last": "Peckham"}, "bio": {"gender": "M", "birthday": "1809-12-20"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "P000227", "govtrack": 408630, "icpsr": 7341, "wikipedia": "Bishop Perkins", "house_history": 19559, "wikidata": "Q3701916", "google_entity_id": "kg:/m/0cvxns"}, "name": {"first": "Bishop", "last": "Perkins"}, "bio": {"birthday": "1787-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "P000236", "govtrack": 408639, "icpsr": 7349, "wikipedia": "John Perkins Jr.", "house_history": 19572, "wikidata": "Q519697", "google_entity_id": "kg:/m/02rv9g5"}, "name": {"first": "John", "last": "Perkins", "suffix": "Jr."}, "bio": {"birthday": "1819-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "LA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000277", "govtrack": 408677, "icpsr": 7383, "wikipedia": "John Pettit", "house_history": 19622, "wikidata": "Q1701412", "google_entity_id": "kg:/m/0cyps5"}, "name": {"first": "John", "last": "Pettit"}, "bio": {"birthday": "1807-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "sen", "start": "1853-12-05", "end": "1855-03-03", "state": "IN", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000299", "govtrack": 408699, "icpsr": 7404, "wikipedia": "Samuel S. Phelps", "wikidata": "Q2218848", "google_entity_id": "kg:/m/0cpn5w"}, "name": {"first": "Samuel", "middle": "Shethar", "last": "Phelps"}, "bio": {"birthday": "1793-05-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1839-12-02", "end": "1845-03-03", "state": "VT", "class": 1, "party": "Whig"}, {"type": "sen", "start": "1845-12-01", "end": "1851-03-03", "state": "VT", "class": 1, "party": "Whig"}, {"type": "sen", "start": "1853-12-05", "end": "1855-03-03", "state": "VT", "class": 3, "party": "Whig"}]}, {"id": {"bioguide": "P000311", "govtrack": 408710, "icpsr": 7416, "wikipedia": "Philip Phillips (lawyer)", "house_history": 19659, "wikidata": "Q1558701", "google_entity_id": "kg:/m/078q5x"}, "name": {"first": "Philip", "last": "Phillips"}, "bio": {"birthday": "1807-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "AL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000502", "govtrack": 408887, "icpsr": 7592, "wikipedia": "James T. Pratt", "house_history": 19900, "wikidata": "Q1326753", "google_entity_id": "kg:/m/02rhjjf"}, "name": {"first": "James", "middle": "Timothy", "last": "Pratt"}, "bio": {"birthday": "1802-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "CT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000517", "govtrack": 408902, "icpsr": 7606, "house_history": 19918, "wikipedia": "William Preston (Kentucky)", "wikidata": "Q2580269", "google_entity_id": "kg:/m/026x_br"}, "name": {"first": "William", "last": "Preston"}, "bio": {"birthday": "1816-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "KY", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "KY", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "R000135", "govtrack": 409114, "icpsr": 7801, "wikipedia": "David Addison Reese", "house_history": 20248, "wikidata": "Q165778", "google_entity_id": "kg:/m/026hz8m"}, "name": {"first": "David", "middle": "Addison", "last": "Reese"}, "bio": {"birthday": "1794-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "GA", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "R000271", "govtrack": 409245, "icpsr": 7917, "wikipedia": "Thomas Ritchey", "house_history": 20420, "wikidata": "Q7793563", "google_entity_id": "kg:/m/02rm35z"}, "name": {"first": "Thomas", "last": "Ritchey"}, "bio": {"birthday": "1801-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "R000477", "govtrack": 409438, "icpsr": 8093, "wikipedia": "Peter Rowe (politician)", "house_history": 20674, "wikidata": "Q3953071", "google_entity_id": "kg:/m/02rkvcj"}, "name": {"first": "Peter", "last": "Rowe"}, "bio": {"birthday": "1807-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "R000539", "govtrack": 409496, "icpsr": 8141, "wikipedia": "Samuel Lyon Russell", "house_history": 20747, "wikidata": "Q7412063", "google_entity_id": "kg:/m/026f934"}, "name": {"first": "Samuel", "middle": "Lyon", "last": "Russell"}, "bio": {"birthday": "1816-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 17, "party": "Whig"}]}, {"id": {"bioguide": "S000204", "govtrack": 409709, "icpsr": 8328, "wikipedia": "Zeno Scudder", "house_history": 21390, "wikidata": "Q189678", "google_entity_id": "kg:/m/0ks3df"}, "name": {"first": "Zeno", "last": "Scudder"}, "bio": {"birthday": "1807-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MA", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MA", "district": 1, "party": "Whig"}]}, {"id": {"bioguide": "S000270", "govtrack": 409771, "icpsr": 8386, "wikipedia": "Origen S. Seymour", "house_history": 21469, "wikidata": "Q1436622", "google_entity_id": "kg:/m/02rjxpc"}, "name": {"first": "Origen", "middle": "Storrs", "last": "Seymour"}, "bio": {"birthday": "1804-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "CT", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "CT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000291", "govtrack": 409790, "icpsr": 8404, "wikipedia": "Wilson Shannon", "house_history": 21498, "wikidata": "Q364605", "google_entity_id": "kg:/m/034019"}, "name": {"first": "Wilson", "last": "Shannon"}, "bio": {"birthday": "1802-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "S000386", "govtrack": 409880, "icpsr": 8492, "wikipedia": "Jacob Shower", "house_history": 21617, "wikidata": "Q725033", "google_entity_id": "kg:/m/0glxjb"}, "name": {"first": "Jacob", "last": "Shower"}, "bio": {"birthday": "1803-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MD", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000464", "govtrack": 409955, "icpsr": 8557, "house_history": 21717, "wikipedia": "Charles Skelton", "wikidata": "Q1066088", "google_entity_id": "kg:/m/02z15q_"}, "name": {"first": "Charles", "last": "Skelton"}, "bio": {"birthday": "1806-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NJ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NJ", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000542", "govtrack": 410024, "icpsr": 8625, "wikipedia": "Gerrit Smith", "wikidata": "Q3104317", "google_entity_id": "kg:/m/04cs6z"}, "name": {"first": "Gerrit", "last": "Smith"}, "bio": {"birthday": "1797-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 22, "party": "Free Soil"}]}, {"id": {"bioguide": "S000647", "govtrack": 410121, "icpsr": 8716, "wikipedia": "George W. Smyth", "house_history": 21932, "wikidata": "Q1508469", "google_entity_id": "kg:/m/0fbdfv"}, "name": {"first": "George", "middle": "Washington", "last": "Smyth"}, "bio": {"birthday": "1803-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "TX", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000656", "govtrack": 410130, "icpsr": 8725, "wikipedia": "John F. Snodgrass", "house_history": 21944, "wikidata": "Q1658425", "google_entity_id": "kg:/m/03c2_kd"}, "name": {"first": "John", "middle": "Fryall", "last": "Snodgrass"}, "bio": {"birthday": "1804-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "S000674", "govtrack": 410146, "icpsr": 8738, "wikipedia": "Augustus Rhodes Sollers", "house_history": 21970, "wikidata": "Q2385742", "google_entity_id": "kg:/m/0dz2t4"}, "name": {"first": "Augustus", "middle": "Rhodes", "last": "Sollers"}, "bio": {"birthday": "1814-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MD", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MD", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "S000802", "govtrack": 410268, "icpsr": 8844, "wikipedia": "Frederick Perry Stanton", "house_history": 22131, "wikidata": "Q1260074", "google_entity_id": "kg:/m/0d9htd"}, "name": {"first": "Frederick", "middle": "Perry", "last": "Stanton"}, "bio": {"birthday": "1814-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "TN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "S000806", "govtrack": 410272, "icpsr": 8846, "wikipedia": "Richard H. Stanton", "house_history": 22137, "wikidata": "Q2149673", "google_entity_id": "kg:/m/02qw0jn"}, "name": {"first": "Richard", "middle": "Henry", "last": "Stanton"}, "bio": {"birthday": "1812-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "KY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "KY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "KY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "S000879", "govtrack": 410341, "icpsr": 8909, "wikipedia": "Hestor L. Stevens", "house_history": 22226, "wikidata": "Q1486006", "google_entity_id": "kg:/m/0289v1w"}, "name": {"first": "Hestor", "middle": "Lockhart", "last": "Stevens"}, "bio": {"birthday": "1803-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MI", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000996", "govtrack": 410454, "icpsr": 9016, "house_history": 22371, "wikipedia": "Nathan T. Stratton", "wikidata": "Q1724416", "google_entity_id": "kg:/m/02z14gq"}, "name": {"first": "Nathan", "middle": "Taylor", "last": "Stratton"}, "bio": {"birthday": "1813-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NJ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NJ", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000999", "govtrack": 410457, "icpsr": 9019, "wikipedia": "Christian Markle Straub", "house_history": 22374, "wikidata": "Q5109882", "google_entity_id": "kg:/m/026fskq"}, "name": {"first": "Christian", "middle": "Markle", "last": "Straub"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 11, "party": "Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "S001031", "govtrack": 410487, "icpsr": 9050, "wikipedia": "Andrew Stuart (Ohio)", "house_history": 22412, "wikidata": "Q507749", "google_entity_id": "kg:/m/02rlzvp"}, "name": {"first": "Andrew", "last": "Stuart"}, "bio": {"birthday": "1823-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "S001033", "govtrack": 410489, "icpsr": 9052, "wikipedia": "Charles E. Stuart", "house_history": 22415, "wikidata": "Q1064233", "google_entity_id": "kg:/m/02wkz4"}, "name": {"first": "Charles", "middle": "Edward", "last": "Stuart"}, "bio": {"birthday": "1810-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MI", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1853-12-05", "end": "1859-03-03", "state": "MI", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S001034", "govtrack": 410490, "icpsr": 9053, "wikipedia": "David Stuart (Michigan politician)", "house_history": 22416, "wikidata": "Q1176767", "google_entity_id": "kg:/m/026vhx2"}, "name": {"first": "David", "last": "Stuart"}, "bio": {"birthday": "1816-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000088", "govtrack": 410671, "icpsr": 9219, "wikipedia": "John J. Taylor (New York politician)", "house_history": 22743, "wikidata": "Q6241301", "google_entity_id": "kg:/m/02rkshh"}, "name": {"first": "John", "middle": "James", "last": "Taylor"}, "bio": {"birthday": "1808-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 27, "party": "Democrat"}]}, {"id": {"bioguide": "T000089", "govtrack": 410672, "icpsr": 9220, "wikipedia": "John L. Taylor", "house_history": 22744, "wikidata": "Q6243713", "google_entity_id": "kg:/m/02rm1sl"}, "name": {"first": "John", "middle": "Lampkin", "last": "Taylor"}, "bio": {"birthday": "1805-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 10, "party": "Whig"}]}, {"id": {"bioguide": "T000117", "govtrack": 410699, "icpsr": 9247, "wikipedia": "Isaac Teller", "house_history": 22777, "wikidata": "Q2377091", "google_entity_id": "kg:/m/02rqb0q"}, "name": {"first": "Isaac", "last": "Teller"}, "bio": {"birthday": "1799-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 12, "party": "Whig"}]}, {"id": {"bioguide": "T000208", "govtrack": 410787, "icpsr": 9330, "wikipedia": "John Burton Thompson", "house_history": 22887, "wikidata": "Q1699467", "google_entity_id": "kg:/m/0b_nv2"}, "name": {"first": "John", "middle": "Burton", "last": "Thompson"}, "bio": {"birthday": "1810-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "KY", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "KY", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "KY", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "KY", "district": 5, "party": "Whig"}, {"type": "sen", "start": "1853-12-05", "end": "1859-03-03", "state": "KY", "class": 2, "party": "American"}]}, {"id": {"bioguide": "T000344", "govtrack": 410915, "icpsr": 9448, "house_history": 23057, "wikipedia": "Andrew Tracy", "wikidata": "Q508017", "google_entity_id": "kg:/m/026mlyx"}, "name": {"first": "Andrew", "last": "Tracy"}, "bio": {"birthday": "1797-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VT", "district": 2, "party": "Whig"}]}, {"id": {"bioguide": "T000383", "govtrack": 410952, "icpsr": 9483, "wikipedia": "Michael Carver Trout", "house_history": 23102, "wikidata": "Q6829152", "google_entity_id": "kg:/m/026fsqw"}, "name": {"first": "Michael", "middle": "Carver", "last": "Trout"}, "bio": {"birthday": "1810-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "T000440", "govtrack": 411008, "icpsr": 9533, "wikipedia": "William M. Tweed", "house_history": 23174, "wikidata": "Q1353450", "google_entity_id": "kg:/m/01hfn"}, "name": {"first": "William", "middle": "Marcy", "last": "Tweed"}, "bio": {"birthday": "1823-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "U000021", "govtrack": 411044, "icpsr": 9566, "wikipedia": "Charles Wentworth Upham", "house_history": 20856, "wikidata": "Q1066411", "google_entity_id": "kg:/m/027k1k3"}, "name": {"first": "Charles", "middle": "Wentworth", "last": "Upham"}, "bio": {"birthday": "1802-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MA", "district": 6, "party": "Whig"}]}, {"id": {"bioguide": "V000057", "govtrack": 411099, "icpsr": 9633, "wikipedia": "Joshua Van Sant", "house_history": 20942, "wikidata": "Q983173", "google_entity_id": "kg:/m/02rj060"}, "name": {"first": "Joshua", "last": "Van Sant"}, "bio": {"birthday": "1803-12-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000031", "govtrack": 411210, "icpsr": 9723, "wikipedia": "Hiram Walbridge", "house_history": 23255, "wikidata": "Q390822", "google_entity_id": "kg:/m/02rkqsm"}, "name": {"first": "Hiram", "last": "Walbridge"}, "bio": {"birthday": "1821-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000070", "govtrack": 411249, "icpsr": 9756, "wikipedia": "William Adams Walker", "house_history": 23299, "wikidata": "Q1156088", "google_entity_id": "kg:/m/02rkxsy"}, "name": {"first": "William", "middle": "Adams", "last": "Walker"}, "bio": {"birthday": "1805-06-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "W000087", "govtrack": 411266, "icpsr": 9773, "wikipedia": "Samuel H. Walley", "house_history": 23316, "wikidata": "Q2218339", "google_entity_id": "kg:/m/02rjz4g"}, "name": {"first": "Samuel", "middle": "Hurd", "last": "Walley"}, "bio": {"birthday": "1805-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MA", "district": 4, "party": "Whig"}]}, {"id": {"bioguide": "W000102", "govtrack": 411280, "icpsr": 9786, "wikipedia": "Michael Walsh (New York)", "house_history": 23335, "wikidata": "Q613554", "google_entity_id": "kg:/m/026m552"}, "name": {"first": "Michael", "last": "Walsh"}, "bio": {"birthday": "1810-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000297", "govtrack": 411461, "icpsr": 9955, "wikipedia": "Tappan Wentworth", "house_history": 23574, "wikidata": "Q2393711", "google_entity_id": "kg:/m/02rjzk5"}, "name": {"first": "Tappan", "last": "Wentworth"}, "bio": {"birthday": "1802-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MA", "district": 8, "party": "Whig"}]}, {"id": {"bioguide": "W000307", "govtrack": 411471, "icpsr": 9965, "wikipedia": "Theodoric R. Westbrook", "house_history": 23584, "wikidata": "Q2115451", "google_entity_id": "kg:/m/02rkwpj"}, "name": {"first": "Theodoric", "middle": "Romeyn", "last": "Westbrook"}, "bio": {"birthday": "1821-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "W000511", "govtrack": 411668, "icpsr": 10156, "wikipedia": "Jared W. Williams", "house_history": 23823, "wikidata": "Q884565", "google_entity_id": "kg:/m/086g1f"}, "name": {"first": "Jared", "middle": "Warner", "last": "Williams"}, "bio": {"birthday": "1796-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "NH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "NH", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1853-12-05", "end": "1855-03-03", "state": "NH", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000664", "govtrack": 411817, "icpsr": 10300, "wikipedia": "William Henry Witte", "house_history": 24008, "wikidata": "Q8012219", "google_entity_id": "kg:/m/026fczm"}, "name": {"first": "William", "middle": "Henry", "last": "Witte"}, "bio": {"birthday": "1817-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000760", "govtrack": 401719, "icpsr": 969, "wikipedia": "Lawrence Brainerd", "wikidata": "Q1809134", "google_entity_id": "kg:/m/0cy1x9"}, "name": {"first": "Lawrence", "last": "Brainerd"}, "bio": {"birthday": "1794-03-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1854-01-01", "end": "1855-03-03", "state": "VT", "class": 3, "party": "Free Soil"}]}, {"id": {"bioguide": "G000204", "govtrack": 404568, "icpsr": 3602, "wikipedia": "Francis Gillette", "wikidata": "Q1441508", "google_entity_id": "kg:/m/04sc3_"}, "name": {"first": "Francis", "last": "Gillette"}, "bio": {"birthday": "1807-12-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1854-01-01", "end": "1855-03-03", "state": "CT", "class": 3, "party": "Free Soil"}]}, {"id": {"bioguide": "R000144", "govtrack": 409122, "icpsr": 7808, "wikipedia": "David Settle Reid", "house_history": 20263, "wikidata": "Q361245", "google_entity_id": "kg:/m/02j1kn"}, "name": {"first": "David", "middle": "Settle", "last": "Reid"}, "bio": {"birthday": "1813-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "sen", "start": "1854-01-01", "end": "1859-03-03", "state": "NC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000368", "govtrack": 409338, "icpsr": 8004, "wikipedia": "Julius Rockwell", "house_history": 20537, "wikidata": "Q1317660", "google_entity_id": "kg:/m/081b68"}, "name": {"first": "Julius", "last": "Rockwell"}, "bio": {"birthday": "1805-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "MA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MA", "district": 7, "party": "Whig"}, {"type": "sen", "start": "1854-01-01", "end": "1855-12-31", "state": "MA", "class": 2, "party": "Whig"}]}, {"id": {"bioguide": "A000063", "govtrack": 400723, "icpsr": 53, "wikipedia": "William Aiken, Jr.", "house_history": 8343, "wikidata": "Q889421", "google_entity_id": "kg:/m/05m6yf"}, "name": {"first": "William", "last": "Aiken"}, "bio": {"birthday": "1806-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "SC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000070", "govtrack": 400729, "icpsr": 59, "wikipedia": "Thomas Peter Akers", "house_history": 8355, "wikidata": "Q1490824", "google_entity_id": "kg:/m/0fq3z7"}, "name": {"first": "Thomas", "middle": "Peter", "last": "Akers"}, "bio": {"birthday": "1828-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MO", "district": 5, "party": "American"}]}, {"id": {"bioguide": "A000078", "govtrack": 400737, "icpsr": 66, "wikipedia": "Charles J. Albright", "house_history": 8367, "wikidata": "Q5079320", "google_entity_id": "kg:/m/02rl_5p"}, "name": {"first": "Charles", "middle": "Jefferson", "last": "Albright"}, "bio": {"birthday": "1816-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 17, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "A000158", "govtrack": 400813, "icpsr": 139, "wikipedia": "John Allison (Representative)", "house_history": 8475, "wikidata": "Q6218804", "google_entity_id": "kg:/m/0c1yks"}, "name": {"first": "John", "last": "Allison"}, "bio": {"birthday": "1812-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 20, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 23, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "A000192", "govtrack": 400847, "wikipedia": "James Patton Anderson", "house_history": 8522, "wikidata": "Q1680958", "google_entity_id": "kg:/m/0gkv2p"}, "name": {"first": "James", "middle": "Patton", "last": "Anderson"}, "bio": {"birthday": "1822-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "WA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "B000098", "govtrack": 401100, "icpsr": 393, "house_history": 8900, "wikipedia": "Edward Ball (congressman)", "wikidata": "Q5341733", "google_entity_id": "kg:/m/02rl_ls"}, "name": {"first": "Edward", "last": "Ball"}, "bio": {"birthday": "1811-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 16, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 16, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "B000130", "govtrack": 401131, "icpsr": 423, "wikipedia": "Lucien Barbour", "house_history": 8937, "wikidata": "Q1873363", "google_entity_id": "kg:/m/02rkh5p"}, "name": {"first": "Lucien", "last": "Barbour"}, "bio": {"birthday": "1811-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IN", "district": 6, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "B000136", "govtrack": 401137, "icpsr": 428, "wikipedia": "David Barclay (congressman)", "house_history": 8945, "wikidata": "Q5231114", "google_entity_id": "kg:/m/026dq_1"}, "name": {"first": "David", "last": "Barclay"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "B000259", "govtrack": 401253, "icpsr": 534, "wikipedia": "Thomas H. Bayly", "house_history": 9111, "wikidata": "Q1646449", "google_entity_id": "kg:/m/027_v1j"}, "name": {"first": "Thomas", "middle": "Henry", "last": "Bayly"}, "bio": {"birthday": "1810-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000337", "govtrack": 401329, "icpsr": 603, "wikipedia": "James Bell (New Hampshire)", "wikidata": "Q1627208", "google_entity_id": "kg:/m/0d8t_3"}, "name": {"first": "James", "last": "Bell"}, "bio": {"birthday": "1804-11-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1855-12-03", "end": "1857-12-31", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000344", "govtrack": 401336, "icpsr": 610, "wikipedia": "Peter Hansborough Bell", "house_history": 9222, "wikidata": "Q881066", "google_entity_id": "kg:/m/059rty"}, "name": {"first": "Peter", "middle": "Hansbrough", "last": "Bell"}, "bio": {"birthday": "1812-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "TX", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000375", "govtrack": 401367, "icpsr": 637, "wikipedia": "Hendley S. Bennett", "house_history": 9263, "wikidata": "Q1604974", "google_entity_id": "kg:/m/02rv9tj"}, "name": {"first": "Hendley", "middle": "Stone", "last": "Bennett"}, "bio": {"birthday": "1807-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000390", "govtrack": 401381, "icpsr": 651, "house_history": 9280, "wikipedia": "Samuel P. Benson", "wikidata": "Q2218711", "google_entity_id": "kg:/m/02x5hkz"}, "name": {"first": "Samuel", "middle": "Page", "last": "Benson"}, "bio": {"gender": "M", "birthday": "1804-11-28"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "ME", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "ME", "district": 4, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "B000456", "govtrack": 401441, "icpsr": 706, "house_history": 9364, "wikipedia": "Asa Biggs", "wikidata": "Q720065", "google_entity_id": "kg:/m/02kl8q"}, "name": {"first": "Asa", "last": "Biggs"}, "bio": {"birthday": "1811-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "sen", "start": "1855-12-03", "end": "1859-03-03", "state": "NC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000487", "govtrack": 401468, "icpsr": 732, "wikipedia": "James Bishop (Congressman)", "house_history": 9407, "wikidata": "Q1293750", "google_entity_id": "kg:/m/02z4pfk"}, "name": {"first": "James", "last": "Bishop"}, "bio": {"birthday": "1816-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NJ", "district": 3, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "B000751", "govtrack": 401711, "icpsr": 962, "wikipedia": "Samuel Carey Bradshaw", "house_history": 9749, "wikidata": "Q7411065", "google_entity_id": "kg:/m/026dqnr"}, "name": {"first": "Samuel", "middle": "Carey", "last": "Bradshaw"}, "bio": {"birthday": "1809-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 7, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "B000887", "govtrack": 401844, "icpsr": 1084, "wikipedia": "Jacob Broom (congressman)", "house_history": 9926, "wikidata": "Q6118418", "google_entity_id": "kg:/m/026dr68"}, "name": {"first": "Jacob", "last": "Broom"}, "bio": {"birthday": "1808-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 4, "party": "American"}]}, {"id": {"bioguide": "B001173", "govtrack": 402115, "icpsr": 1334, "wikipedia": "Andrew Butler", "wikidata": "Q4756489", "google_entity_id": "kg:/m/03ycg_"}, "name": {"first": "Andrew", "middle": "Pickens", "last": "Butler"}, "bio": {"birthday": "1796-11-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1846-01-01", "end": "1849-03-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1849-12-03", "end": "1855-03-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1855-12-03", "end": "1857-12-31", "state": "SC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000011", "govtrack": 402173, "icpsr": 1386, "wikipedia": "John Cadwalader (jurist)", "house_history": 10456, "wikidata": "Q11310736", "google_entity_id": "kg:/m/075ptb"}, "name": {"first": "John", "last": "Cadwalader"}, "bio": {"birthday": "1805-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000094", "govtrack": 402249, "icpsr": 1459, "wikipedia": "John P. Campbell, Jr.", "house_history": 10561, "wikidata": "Q1701286", "google_entity_id": "kg:/m/02rhkf_"}, "name": {"first": "John", "middle": "Pierce", "last": "Campbell", "suffix": "Jr."}, "bio": {"birthday": "1820-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "KY", "district": 2, "party": "American"}]}, {"id": {"bioguide": "C000309", "govtrack": 402451, "house_history": 10842, "wikipedia": "Bird Beers Chapman", "wikidata": "Q865044", "google_entity_id": "kg:/m/02z38n3"}, "name": {"first": "Bird", "middle": "Beers", "last": "Chapman"}, "bio": {"birthday": "1821-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NE", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C000353", "govtrack": 402492, "icpsr": 1691, "wikipedia": "Thomas Child, Jr.", "house_history": 10897, "wikidata": "Q1193423", "google_entity_id": "kg:/m/02rkx0j"}, "name": {"first": "Thomas", "last": "Child", "suffix": "Jr."}, "bio": {"birthday": "1818-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 7, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "C000457", "govtrack": 402595, "icpsr": 1788, "wikipedia": "Bayard Clarke", "house_history": 11020, "wikidata": "Q1534189", "google_entity_id": "kg:/m/026blfg"}, "name": {"first": "Bayard", "last": "Clarke"}, "bio": {"birthday": "1815-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 9, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "C000548", "govtrack": 402681, "icpsr": 1867, "wikipedia": "Howell Cobb", "house_history": 11133, "wikidata": "Q878291", "google_entity_id": "kg:/m/03cdyy"}, "name": {"first": "Howell", "last": "Cobb"}, "bio": {"birthday": "1815-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "GA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "GA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000837", "govtrack": 402954, "icpsr": 2116, "wikipedia": "Leander Cox", "house_history": 11503, "wikidata": "Q1810620", "google_entity_id": "kg:/m/02rjg46"}, "name": {"first": "Leander", "middle": "Martin", "last": "Cox"}, "bio": {"birthday": "1812-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "KY", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "KY", "district": 9, "party": "American"}]}, {"id": {"bioguide": "C000969", "govtrack": 403080, "icpsr": 2235, "house_history": 11665, "wikipedia": "Elisha D. Cullen", "wikidata": "Q1330705", "google_entity_id": "kg:/m/09klxj"}, "name": {"first": "Elisha", "middle": "Dickerson", "last": "Cullen"}, "bio": {"birthday": "1799-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "DE", "district": 0, "party": "American"}]}, {"id": {"bioguide": "C000980", "govtrack": 403091, "icpsr": 2245, "wikipedia": "William Cumback", "house_history": 11678, "wikidata": "Q1692648", "google_entity_id": "kg:/m/02rkhz2"}, "name": {"first": "William", "last": "Cumback"}, "bio": {"birthday": "1829-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IN", "district": 4, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "D000107", "govtrack": 403243, "icpsr": 2387, "house_history": 11963, "wikipedia": "Jacob C. Davis", "wikidata": "Q6118448", "google_entity_id": "kg:/m/02rkb1c"}, "name": {"first": "Jacob", "middle": "Cunningham", "last": "Davis"}, "bio": {"birthday": "1820-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "D000161", "govtrack": 403293, "icpsr": 2436, "wikipedia": "Timothy C. Day", "house_history": 12032, "wikidata": "Q281129", "google_entity_id": "kg:/m/02rm36n"}, "name": {"first": "Timothy", "middle": "Crane", "last": "Day"}, "bio": {"birthday": "1819-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 1, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "D000282", "govtrack": 403324, "icpsr": 2543, "wikipedia": "Alexander De Witt", "house_history": 12177, "wikidata": "Q1522815", "google_entity_id": "kg:/m/02rgxkk"}, "name": {"first": "Alexander", "last": "De Witt"}, "bio": {"birthday": "1798-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MA", "district": 9, "party": "Free Soil"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MA", "district": 9, "party": "American"}]}, {"id": {"bioguide": "D000261", "govtrack": 403399, "icpsr": 2518, "wikipedia": "James W. Denver", "house_history": 12152, "wikidata": "Q365789", "google_entity_id": "kg:/m/043glm"}, "name": {"first": "James", "middle": "William", "last": "Denver"}, "bio": {"birthday": "1817-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "CA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "D000332", "govtrack": 403450, "icpsr": 2582, "wikipedia": "Samuel Dickson (American politician)", "house_history": 12240, "wikidata": "Q2689119", "google_entity_id": "kg:/m/026mttm"}, "name": {"first": "Samuel", "last": "Dickson"}, "bio": {"birthday": "1807-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 14, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "D000546", "govtrack": 403654, "icpsr": 2771, "wikipedia": "George Grundy Dunn", "house_history": 12506, "wikidata": "Q1507386", "google_entity_id": "kg:/m/02rkfzv"}, "name": {"first": "George", "middle": "Grundy", "last": "Dunn"}, "bio": {"birthday": "1812-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IN", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IN", "district": 3, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "D000573", "govtrack": 403676, "icpsr": 2793, "wikipedia": "Charles Durkee", "house_history": 12539, "wikidata": "Q436298", "google_entity_id": "kg:/m/04vw17"}, "name": {"first": "Charles", "last": "Durkee"}, "bio": {"birthday": "1805-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "WI", "district": 1, "party": "Free Soil"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "WI", "district": 1, "party": "Free Soil"}, {"type": "sen", "start": "1855-12-03", "end": "1861-03-03", "state": "WI", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "E000069", "govtrack": 403762, "icpsr": 2864, "wikipedia": "Francis S. Edwards", "house_history": 12685, "wikidata": "Q5482359", "google_entity_id": "kg:/m/02rkpdl"}, "name": {"first": "Francis", "middle": "Smith", "last": "Edwards"}, "bio": {"birthday": "1817-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 33, "party": "American"}]}, {"id": {"bioguide": "E000177", "govtrack": 403867, "icpsr": 2962, "wikipedia": "Jonas R. Emrie", "house_history": 12811, "wikidata": "Q6272228", "google_entity_id": "kg:/m/02rm1yr"}, "name": {"first": "Jonas", "middle": "Reece", "last": "Emrie"}, "bio": {"birthday": "1812-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 6, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "E000251", "govtrack": 403933, "icpsr": 3016, "wikipedia": "Lemuel D. Evans", "house_history": 12909, "wikidata": "Q1817145", "google_entity_id": "kg:/m/02rvb0s"}, "name": {"first": "Lemuel", "middle": "Dale", "last": "Evans"}, "bio": {"birthday": "1810-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "TX", "district": 1, "party": "American"}]}, {"id": {"bioguide": "F000174", "govtrack": 404129, "icpsr": 3192, "wikipedia": "Benjamin Fitzpatrick", "wikidata": "Q817483", "google_entity_id": "kg:/m/03f3xz"}, "name": {"first": "Benjamin", "last": "Fitzpatrick"}, "bio": {"birthday": "1802-06-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1848-01-01", "end": "1849-12-31", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1853-12-05", "end": "1855-03-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1855-12-03", "end": "1861-03-03", "state": "AL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000181", "govtrack": 404136, "icpsr": 3199, "wikipedia": "Thomas T. Flagler", "house_history": 13197, "wikidata": "Q7794323", "google_entity_id": "kg:/m/02rkxc5"}, "name": {"first": "Thomas", "middle": "Thorn", "last": "Flagler"}, "bio": {"birthday": "1811-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 31, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 31, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "F000311", "govtrack": 404260, "icpsr": 3313, "wikipedia": "Nathaniel Greene Foster", "house_history": 13365, "wikidata": "Q1966744", "google_entity_id": "kg:/m/0271fc1"}, "name": {"first": "Nathaniel", "middle": "Greene", "last": "Foster"}, "bio": {"birthday": "1809-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "GA", "district": 7, "party": "American"}]}, {"id": {"bioguide": "F000410", "govtrack": 404352, "icpsr": 3397, "wikipedia": "Henry Mills Fuller", "house_history": 13489, "wikidata": "Q13219625", "google_entity_id": "kg:/m/026dqsj"}, "name": {"first": "Henry", "middle": "Mills", "last": "Fuller"}, "bio": {"birthday": "1820-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 11, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 12, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "F000412", "govtrack": 404354, "icpsr": 3399, "wikipedia": "Thomas J. D. Fuller", "house_history": 13491, "wikidata": "Q1670935", "google_entity_id": "kg:/m/02w_whs"}, "name": {"first": "Thomas", "middle": "James Duncan", "last": "Fuller"}, "bio": {"birthday": "1808-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "ME", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "ME", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "ME", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "ME", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "G000027", "govtrack": 404403, "icpsr": 3442, "wikipedia": "Samuel Galloway", "house_history": 13598, "wikidata": "Q7411452", "google_entity_id": "kg:/m/02rm2zd"}, "name": {"first": "Samuel", "last": "Galloway"}, "bio": {"birthday": "1811-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 12, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "G000179", "govtrack": 404545, "icpsr": 3579, "wikipedia": "William A. Gilbert", "house_history": 13791, "wikidata": "Q8003955", "google_entity_id": "kg:/m/02rkxrk"}, "name": {"first": "William", "middle": "Augustus", "last": "Gilbert"}, "bio": {"birthday": "1815-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 23, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "H000043", "govtrack": 404928, "icpsr": 3931, "wikipedia": "Augustus Hall", "house_history": 14340, "wikidata": "Q592487", "google_entity_id": "kg:/m/02rl0v6"}, "name": {"first": "Augustus", "last": "Hall"}, "bio": {"birthday": "1814-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000252", "govtrack": 405130, "icpsr": 4113, "wikipedia": "Sampson Willis Harris", "house_history": 14596, "wikidata": "Q1483568", "google_entity_id": "kg:/m/0279fhk"}, "name": {"first": "Sampson", "middle": "Willis", "last": "Harris"}, "bio": {"birthday": "1809-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "AL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000272", "govtrack": 405148, "icpsr": 4132, "wikipedia": "John Scott Harrison", "house_history": 14621, "wikidata": "Q1701703", "google_entity_id": "kg:/m/01j625"}, "name": {"first": "John", "middle": "Scott", "last": "Harrison"}, "bio": {"birthday": "1804-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 2, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "H000355", "govtrack": 405224, "icpsr": 4200, "house_history": 14719, "wikipedia": "Solomon G. Haven", "wikidata": "Q7558603", "google_entity_id": "kg:/m/02rkwjq"}, "name": {"first": "Solomon", "middle": "George", "last": "Haven"}, "bio": {"birthday": "1810-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 32, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 32, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 32, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "H000526", "govtrack": 405389, "icpsr": 4351, "wikipedia": "Philemon T. Herbert", "house_history": 14935, "wikidata": "Q2085915", "google_entity_id": "kg:/m/09lbgz"}, "name": {"first": "Philemon", "middle": "Thomas", "last": "Herbert"}, "bio": {"birthday": "1825-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "CA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "H000673", "govtrack": 405527, "icpsr": 4479, "wikipedia": "George Tisdale Hodges", "house_history": 15117, "wikidata": "Q1508364", "google_entity_id": "kg:/m/02rhgws"}, "name": {"first": "George", "middle": "Tisdale", "last": "Hodges"}, "bio": {"birthday": "1789-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000686", "govtrack": 405539, "icpsr": 4490, "wikipedia": "Henry William Hoffman", "house_history": 15133, "wikidata": "Q1726958", "google_entity_id": "kg:/m/02rhhj1"}, "name": {"first": "Henry", "middle": "William", "last": "Hoffman"}, "bio": {"birthday": "1825-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MD", "district": 5, "party": "American"}]}, {"id": {"bioguide": "H000730", "govtrack": 405581, "icpsr": 4527, "wikipedia": "David P. Holloway", "house_history": 15185, "wikidata": "Q1176021", "google_entity_id": "kg:/m/02rkfjd"}, "name": {"first": "David", "middle": "Pierson", "last": "Holloway"}, "bio": {"birthday": "1809-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IN", "district": 5, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "H000799", "govtrack": 405648, "icpsr": 4589, "wikipedia": "Thomas R. Horton", "house_history": 15271, "wikidata": "Q3953120", "google_entity_id": "kg:/m/02rkxb4"}, "name": {"first": "Thomas", "middle": "Raymond", "last": "Horton"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 18, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "H000931", "govtrack": 405776, "icpsr": 4708, "wikipedia": "Jonas A. Hughston", "house_history": 15433, "wikidata": "Q6271984", "google_entity_id": "kg:/m/02rkt0b"}, "name": {"first": "Jonas", "middle": "Abbott", "last": "Hughston"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 19, "party": "Ind. Republican-Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "I000049", "govtrack": 405904, "icpsr": 4833, "wikipedia": "Alfred Iverson Sr.", "house_history": 15678, "wikidata": "Q4722918", "google_entity_id": "kg:/m/0d8vzj"}, "name": {"first": "Alfred", "last": "Iverson", "suffix": "Sr."}, "bio": {"birthday": "1798-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1855-12-03", "end": "1861-03-03", "state": "GA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000172", "govtrack": 406069, "icpsr": 4990, "wikipedia": "Robert Ward Johnson", "house_history": 15912, "wikidata": "Q2159151", "google_entity_id": "kg:/m/01smv6"}, "name": {"first": "Robert", "middle": "Ward", "last": "Johnson"}, "bio": {"birthday": "1814-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1853-12-05", "end": "1855-03-03", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1855-12-03", "end": "1861-03-03", "state": "AR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "K000119", "govtrack": 406285, "icpsr": 5188, "wikipedia": "Luther Martin Kennett", "house_history": 16226, "wikidata": "Q186245", "google_entity_id": "kg:/m/02rz7gq"}, "name": {"first": "Luther", "middle": "Martin", "last": "Kennett"}, "bio": {"birthday": "1807-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MO", "district": 1, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "K000165", "govtrack": 406329, "icpsr": 5230, "wikipedia": "Zedekiah Kidwell", "house_history": 16283, "wikidata": "Q184276", "google_entity_id": "kg:/m/02phvdn"}, "name": {"first": "Zedekiah", "last": "Kidwell"}, "bio": {"birthday": "1814-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "K000213", "govtrack": 406373, "icpsr": 5271, "wikipedia": "Rufus H. King", "house_history": 16343, "wikidata": "Q2114875", "google_entity_id": "kg:/m/02rkw6c"}, "name": {"first": "Rufus", "middle": "H.", "last": "King"}, "bio": {"birthday": "1820-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 11, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "K000285", "govtrack": 406442, "icpsr": 5337, "wikipedia": "Jonathan Knight (railroader)", "house_history": 16437, "wikidata": "Q6273592", "google_entity_id": "kg:/m/026dqj8"}, "name": {"first": "Jonathan", "last": "Knight"}, "bio": {"birthday": "1787-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 20, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "K000294", "govtrack": 406450, "icpsr": 5345, "wikipedia": "Ebenezer Knowlton", "house_history": 16449, "wikidata": "Q1278659", "google_entity_id": "kg:/m/02ry1ht"}, "name": {"first": "Ebenezer", "last": "Knowlton"}, "bio": {"birthday": "1815-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "ME", "district": 3, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "K000295", "govtrack": 406451, "icpsr": 5346, "wikipedia": "James Knox (Illinois politician)", "house_history": 16450, "wikidata": "Q4588759", "google_entity_id": "kg:/m/02rkb43"}, "name": {"first": "James", "last": "Knox"}, "bio": {"birthday": "1807-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IL", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IL", "district": 4, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "L000026", "govtrack": 406536, "icpsr": 5412, "wikipedia": "William A. Lake", "house_history": 16608, "wikidata": "Q2577708", "google_entity_id": "kg:/m/02x3_sd"}, "name": {"first": "William", "middle": "Augustus", "last": "Lake"}, "bio": {"birthday": "1808-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MS", "district": 4, "party": "American"}]}, {"id": {"bioguide": "L000322", "govtrack": 406815, "icpsr": 5674, "wikipedia": "James Johnson Lindley", "house_history": 16992, "wikidata": "Q1680636", "google_entity_id": "kg:/m/02rz6x4"}, "name": {"first": "James", "middle": "Johnson", "last": "Lindley"}, "bio": {"birthday": "1822-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MO", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MO", "district": 3, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "L000511", "govtrack": 406997, "icpsr": 5836, "wikipedia": "John Henry Lumpkin", "house_history": 17229, "wikidata": "Q1700430", "google_entity_id": "kg:/m/026pb4v"}, "name": {"first": "John", "middle": "Henry", "last": "Lumpkin"}, "bio": {"birthday": "1812-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "GA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000008", "govtrack": 407038, "icpsr": 5876, "wikipedia": "Daniel Mace (politician)", "house_history": 17338, "wikidata": "Q1161618", "google_entity_id": "kg:/m/02rkynt"}, "name": {"first": "Daniel", "last": "Mace"}, "bio": {"birthday": "1811-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IN", "district": 8, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "M000149", "govtrack": 407172, "icpsr": 5995, "wikipedia": "Alexander Keith Marshall", "house_history": 17509, "wikidata": "Q2642424", "google_entity_id": "kg:/m/02qgdqb"}, "name": {"first": "Alexander", "middle": "Keith", "last": "Marshall"}, "bio": {"birthday": "1808-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "KY", "district": 8, "party": "American"}]}, {"id": {"bioguide": "M000266", "govtrack": 407284, "icpsr": 6094, "wikipedia": "Augustus Maxwell", "house_history": 17651, "wikidata": "Q770512", "google_entity_id": "kg:/m/05kxpn"}, "name": {"first": "Augustus", "middle": "Emmett", "last": "Maxwell"}, "bio": {"birthday": "1820-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "FL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000319", "govtrack": 407330, "icpsr": 6138, "wikipedia": "Andrew Z. McCarty", "house_history": 17721, "wikidata": "Q4759005", "google_entity_id": "kg:/m/02rkm7z"}, "name": {"first": "Andrew", "middle": "Zimmerman", "last": "McCarty"}, "bio": {"birthday": "1808-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 22, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "M000578", "govtrack": 407569, "icpsr": 6362, "wikipedia": "Fayette McMullen", "house_history": 18048, "wikidata": "Q1399060", "google_entity_id": "kg:/m/0gz8wy"}, "name": {"first": "Fayette", "last": "McMullen"}, "bio": {"birthday": "1805-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "M000613", "govtrack": 407602, "icpsr": 6392, "house_history": 18092, "wikipedia": "James Meacham", "wikidata": "Q1334282", "google_entity_id": "kg:/m/026mn1p"}, "name": {"first": "James", "last": "Meacham"}, "bio": {"birthday": "1810-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VT", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VT", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VT", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VT", "district": 1, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "M000741", "govtrack": 407719, "icpsr": 6495, "wikipedia": "John Gaines Miller", "house_history": 18257, "wikidata": "Q1700159", "google_entity_id": "kg:/m/02rz76t"}, "name": {"first": "John", "middle": "Gaines", "last": "Miller"}, "bio": {"birthday": "1812-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MO", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MO", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MO", "district": 5, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "M000744", "govtrack": 407723, "icpsr": 6498, "wikipedia": "Killian Miller", "house_history": 18260, "wikidata": "Q2377355", "google_entity_id": "kg:/m/02rktd0"}, "name": {"first": "Killian", "last": "Miller"}, "bio": {"birthday": "1785-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 12, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "M000754", "govtrack": 407732, "icpsr": 6508, "wikipedia": "Smith Miller", "house_history": 18271, "wikidata": "Q2295369", "google_entity_id": "kg:/m/02rl1p1"}, "name": {"first": "Smith", "last": "Miller"}, "bio": {"birthday": "1804-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000911", "govtrack": 407883, "icpsr": 6645, "wikipedia": "Oscar F. Moore", "house_history": 18476, "wikidata": "Q7105961", "google_entity_id": "kg:/m/02rm2q4"}, "name": {"first": "Oscar", "middle": "Fitzallen", "last": "Moore"}, "bio": {"birthday": "1817-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 10, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "O000070", "govtrack": 408343, "icpsr": 7057, "wikipedia": "Andrew Oliver (New York)", "house_history": 19154, "wikidata": "Q4758159", "google_entity_id": "kg:/m/02rkm6y"}, "name": {"first": "Andrew", "last": "Oliver"}, "bio": {"birthday": "1815-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "O000075", "govtrack": 408348, "icpsr": 7062, "wikipedia": "Mordecai Oliver", "house_history": 19159, "wikidata": "Q1947389", "google_entity_id": "kg:/m/02rtnmg"}, "name": {"first": "Mordecai", "last": "Oliver"}, "bio": {"birthday": "1819-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MO", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MO", "district": 4, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "P000006", "govtrack": 408417, "icpsr": 7145, "wikipedia": "Asa Packer", "house_history": 19288, "wikidata": "Q4803147", "google_entity_id": "kg:/m/058kby"}, "name": {"first": "Asa", "last": "Packer"}, "bio": {"birthday": "1805-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "P000030", "govtrack": 408441, "icpsr": 7168, "house_history": 19316, "wikipedia": "Robert Treat Paine (North Carolina)", "wikidata": "Q2159017", "google_entity_id": "kg:/m/06m3yl"}, "name": {"first": "Robert", "middle": "Treat", "last": "Paine"}, "bio": {"birthday": "1812-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NC", "district": 1, "party": "American"}]}, {"id": {"bioguide": "P000162", "govtrack": 408567, "icpsr": 7283, "wikipedia": "John Jamison Pearce", "house_history": 19477, "wikidata": "Q6241622", "google_entity_id": "kg:/m/026drnq"}, "name": {"first": "John", "middle": "Jamison", "last": "Pearce"}, "bio": {"birthday": "1826-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 15, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "P000176", "govtrack": 408580, "icpsr": 7294, "house_history": 19495, "wikipedia": "George Washington Peck", "wikidata": "Q1508553", "google_entity_id": "kg:/m/08zg6l"}, "name": {"first": "George", "middle": "Washington", "last": "Peck"}, "bio": {"birthday": "1818-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MI", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "P000198", "govtrack": 408601, "icpsr": 7314, "wikipedia": "Guy R. Pelton", "house_history": 19520, "wikidata": "Q404649", "google_entity_id": "kg:/m/02rkq38"}, "name": {"first": "Guy", "middle": "Ray", "last": "Pelton"}, "bio": {"birthday": "1824-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 3, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "P000213", "govtrack": 408616, "icpsr": 7329, "wikipedia": "Alexander C. M. Pennington", "house_history": 19538, "wikidata": "Q1750799", "google_entity_id": "kg:/m/02z1r5y"}, "name": {"first": "Alexander", "middle": "Cumming McWhorter", "last": "Pennington"}, "bio": {"birthday": "1810-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NJ", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NJ", "district": 5, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "P000440", "govtrack": 408831, "icpsr": 7534, "wikipedia": "Gilchrist Porter", "house_history": 19826, "wikidata": "Q1326022", "google_entity_id": "kg:/m/02rtnls"}, "name": {"first": "Gilchrist", "last": "Porter"}, "bio": {"birthday": "1817-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MO", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MO", "district": 2, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "P000543", "govtrack": 408927, "icpsr": 7629, "wikipedia": "Benjamin Pringle", "house_history": 19951, "wikidata": "Q4889141", "google_entity_id": "kg:/m/02718zg"}, "name": {"first": "Benjamin", "last": "Pringle"}, "bio": {"birthday": "1807-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 30, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 30, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "P000560", "govtrack": 408943, "icpsr": 7643, "wikipedia": "George E. Pugh", "wikidata": "Q1471201", "google_entity_id": "kg:/m/0351t_"}, "name": {"first": "George", "middle": "Ellis", "last": "Pugh"}, "bio": {"birthday": "1822-11-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1855-12-03", "end": "1861-03-03", "state": "OH", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000578", "govtrack": 408961, "icpsr": 7659, "wikipedia": "Richard Clauselle Puryear", "house_history": 19998, "wikidata": "Q2149238", "google_entity_id": "kg:/m/050y2c"}, "name": {"first": "Richard", "middle": "Clauselle", "last": "Puryear"}, "bio": {"birthday": "1801-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NC", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NC", "district": 6, "party": "American"}]}, {"id": {"bioguide": "R000095", "govtrack": 409075, "icpsr": 7766, "house_history": 20200, "wikipedia": "Edwin Godwin Reade", "wikidata": "Q1294598", "google_entity_id": "kg:/m/050yqk"}, "name": {"first": "Edwin", "middle": "Godwin", "last": "Reade"}, "bio": {"gender": "M", "birthday": "1812-11-13"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NC", "district": 5, "party": "American"}]}, {"id": {"bioguide": "R000283", "govtrack": 409256, "icpsr": 7927, "wikipedia": "Thomas Rivers", "house_history": 20435, "wikidata": "Q1236176", "google_entity_id": "kg:/m/0dc7sc"}, "name": {"first": "Thomas", "last": "Rivers"}, "bio": {"birthday": "1819-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "TN", "district": 10, "party": "American"}]}, {"id": {"bioguide": "R000356", "govtrack": 409327, "icpsr": 7994, "wikipedia": "David Fullerton Robison", "house_history": 20522, "wikidata": "Q5233898", "google_entity_id": "kg:/m/026dqdh"}, "name": {"first": "David", "middle": "Fullerton", "last": "Robison"}, "bio": {"birthday": "1816-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 17, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "S000002", "govtrack": 409523, "icpsr": 8164, "wikipedia": "Alvah Sabin", "house_history": 21134, "wikidata": "Q448196", "google_entity_id": "kg:/m/026lz5d"}, "name": {"first": "Alvah", "last": "Sabin"}, "bio": {"birthday": "1793-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VT", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VT", "district": 3, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "S000013", "govtrack": 409533, "icpsr": 8174, "wikipedia": "Russell Sage", "house_history": 21147, "wikidata": "Q3453498", "google_entity_id": "kg:/m/064hyz"}, "name": {"first": "Russell", "last": "Sage"}, "bio": {"birthday": "1816-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 13, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 13, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "S000061", "govtrack": 409574, "icpsr": 8216, "wikipedia": "William R. Sapp", "house_history": 21208, "wikidata": "Q8017277", "google_entity_id": "kg:/m/02rm3s5"}, "name": {"first": "William", "middle": "Robinson", "last": "Sapp"}, "bio": {"birthday": "1804-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 15, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 15, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "S000173", "govtrack": 409679, "icpsr": 8300, "wikipedia": "Harvey D. Scott", "house_history": 21354, "wikidata": "Q1389682", "google_entity_id": "kg:/m/02rkg61"}, "name": {"first": "Harvey", "middle": "David", "last": "Scott"}, "bio": {"birthday": "1818-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IN", "district": 7, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "S000261", "govtrack": 409762, "icpsr": 8378, "wikipedia": "William H. Seward", "wikidata": "Q297308", "google_entity_id": "kg:/m/0k_2z"}, "name": {"first": "William", "middle": "Henry", "last": "Seward"}, "bio": {"birthday": "1801-05-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1849-12-03", "end": "1855-03-03", "state": "NY", "class": 3, "party": "Whig"}, {"type": "sen", "start": "1855-12-03", "end": "1861-03-03", "state": "NY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000416", "govtrack": 409910, "icpsr": 8515, "wikipedia": "George A. Simmons", "house_history": 21655, "wikidata": "Q1506809", "google_entity_id": "kg:/m/02rkpkr"}, "name": {"first": "George", "middle": "Abel", "last": "Simmons"}, "bio": {"birthday": "1791-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 16, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 16, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "S000487", "govtrack": 409975, "icpsr": 8575, "wikipedia": "John Slidell", "house_history": 21747, "wikidata": "Q3182472", "google_entity_id": "kg:/m/01_nrx"}, "name": {"first": "John", "last": "Slidell"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1853-12-05", "end": "1855-03-03", "state": "LA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1855-12-03", "end": "1861-03-03", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000637", "govtrack": 410111, "icpsr": 8706, "wikipedia": "William Russell Smith", "house_history": 21922, "wikidata": "Q629554", "google_entity_id": "kg:/m/0g42th"}, "name": {"first": "William", "middle": "Russell", "last": "Smith"}, "bio": {"birthday": "1815-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "AL", "district": 4, "party": "American"}]}, {"id": {"bioguide": "S000651", "govtrack": 410125, "icpsr": 8720, "wikipedia": "William Henry Sneed", "house_history": 21936, "wikidata": "Q1773281", "google_entity_id": "kg:/m/0dc6jn"}, "name": {"first": "William", "middle": "Henry", "last": "Sneed"}, "bio": {"birthday": "1812-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "TN", "district": 2, "party": "American"}]}, {"id": {"bioguide": "S000990", "govtrack": 410448, "icpsr": 9011, "wikipedia": "James S. T. Stranahan", "house_history": 22365, "wikidata": "Q211910", "google_entity_id": "kg:/m/027wqd5"}, "name": {"first": "James", "middle": "Samuel Thomas", "last": "Stranahan"}, "bio": {"birthday": "1808-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 2, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "S001130", "govtrack": 410581, "icpsr": 9137, "wikipedia": "Samuel F. Swope", "house_history": 22531, "wikidata": "Q1609405", "google_entity_id": "kg:/m/02qw5n0"}, "name": {"first": "Samuel", "middle": "Franklin", "last": "Swope"}, "bio": {"birthday": "1809-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "KY", "district": 10, "party": "American"}]}, {"id": {"bioguide": "T000235", "govtrack": 410814, "icpsr": 9354, "wikipedia": "James Thorington", "house_history": 22918, "wikidata": "Q1681188", "google_entity_id": "kg:/m/02rk7qf"}, "name": {"first": "James", "last": "Thorington"}, "bio": {"birthday": "1816-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IA", "district": 2, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "T000255", "govtrack": 410830, "icpsr": 9370, "wikipedia": "Benjamin Babock Thurston", "house_history": 22944, "wikidata": "Q817388", "google_entity_id": "kg:/m/02rgwym"}, "name": {"first": "Benjamin", "middle": "Babock", "last": "Thurston"}, "bio": {"birthday": "1804-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "RI", "district": 2, "party": "American"}]}, {"id": {"bioguide": "T000351", "govtrack": 410921, "icpsr": 9454, "wikipedia": "Mark Trafton", "house_history": 23066, "wikidata": "Q1900477", "google_entity_id": "kg:/m/02rjx5k"}, "name": {"first": "Mark", "last": "Trafton"}, "bio": {"birthday": "1810-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MA", "district": 11, "party": "American"}]}, {"id": {"bioguide": "T000454", "govtrack": 411022, "icpsr": 9546, "wikipedia": "Job Roberts Tyson", "house_history": 23191, "wikidata": "Q6206686", "google_entity_id": "kg:/m/026dr79"}, "name": {"first": "Job", "middle": "Roberts", "last": "Tyson"}, "bio": {"birthday": "1803-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 2, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "V000001", "govtrack": 411060, "icpsr": 9582, "wikipedia": "George Vail", "house_history": 20880, "wikidata": "Q1508394", "google_entity_id": "kg:/m/0285xdj"}, "name": {"first": "George", "last": "Vail"}, "bio": {"birthday": "1809-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "V000007", "govtrack": 411066, "icpsr": 9587, "wikipedia": "William Valk", "house_history": 20887, "wikidata": "Q129719", "google_entity_id": "kg:/m/0d80z4"}, "name": {"first": "William", "middle": "Weightman", "last": "Valk"}, "bio": {"birthday": "1806-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 1, "party": "American"}]}, {"id": {"bioguide": "W000027", "govtrack": 411206, "icpsr": 9719, "wikipedia": "Abram Wakeman", "house_history": 23250, "wikidata": "Q1383679", "google_entity_id": "kg:/m/02rklwy"}, "name": {"first": "Abram", "last": "Wakeman"}, "bio": {"birthday": "1824-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 8, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "W000064", "govtrack": 411243, "icpsr": 9752, "house_history": 23292, "wikipedia": "Percy Walker", "wikidata": "Q2070321", "google_entity_id": "kg:/m/0dtqnz"}, "name": {"first": "Percy", "last": "Walker"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "AL", "district": 1, "party": "American"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "W000152", "govtrack": 411326, "icpsr": 9831, "wikipedia": "Hiram B. Warner", "house_history": 23390, "wikidata": "Q1620137", "google_entity_id": "kg:/m/03zvst"}, "name": {"first": "Hiram", "last": "Warner"}, "bio": {"birthday": "1802-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000199", "govtrack": 411370, "icpsr": 9871, "wikipedia": "Cooper K. Watson", "house_history": 23451, "wikidata": "Q5167783", "google_entity_id": "kg:/m/02rl_93"}, "name": {"first": "Cooper", "middle": "Kinderdine", "last": "Watson"}, "bio": {"birthday": "1810-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 9, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "W000266", "govtrack": 411434, "icpsr": 9929, "wikipedia": "William W. Welch", "house_history": 23536, "wikidata": "Q1799219", "google_entity_id": "kg:/m/02rk053"}, "name": {"first": "William", "middle": "Wickham", "last": "Welch"}, "bio": {"birthday": "1818-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "CT", "district": 4, "party": "American"}]}, {"id": {"bioguide": "W000281", "govtrack": 411446, "icpsr": 9941, "wikipedia": "Daniel Wells, Jr.", "house_history": 23556, "wikidata": "Q938432", "google_entity_id": "kg:/m/02vrqv4"}, "name": {"first": "Daniel", "last": "Wells", "suffix": "Jr."}, "bio": {"birthday": "1808-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "WI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "WI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000285", "govtrack": 411450, "icpsr": 9945, "wikipedia": "John S. Wells", "wikidata": "Q1339780", "google_entity_id": "kg:/m/0d4y3f"}, "name": {"first": "John", "middle": "Sullivan", "last": "Wells"}, "bio": {"birthday": "1803-10-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1855-12-03", "end": "1855-12-31", "state": "NH", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000337", "govtrack": 411499, "icpsr": 9991, "wikipedia": "John Wheeler (New York politician)", "house_history": 23617, "wikidata": "Q981158", "google_entity_id": "kg:/m/03cnsnk"}, "name": {"first": "John", "last": "Wheeler"}, "bio": {"birthday": "1823-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000414", "govtrack": 411573, "wikipedia": "John Wilkins Whitfield", "house_history": 23705, "wikidata": "Q1702157", "google_entity_id": "kg:/m/0g2jgz"}, "name": {"first": "John", "middle": "Wilkins", "last": "Whitfield"}, "bio": {"birthday": "1818-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "KS", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "KS", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "W000425", "govtrack": 411584, "icpsr": 10073, "wikipedia": "Thomas R. Whitney", "house_history": 23717, "wikidata": "Q759131", "google_entity_id": "kg:/m/02rb8n3"}, "name": {"first": "Thomas", "middle": "Richard", "last": "Whitney"}, "bio": {"birthday": "1807-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 5, "party": "American"}]}, {"id": {"bioguide": "W000514", "govtrack": 411673, "icpsr": 10161, "house_history": 23826, "wikipedia": "John Williams (Rochester, New York)", "wikidata": "Q13219191", "google_entity_id": "kg:/m/0345gw"}, "name": {"first": "John", "last": "Williams"}, "bio": {"birthday": "1807-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 29, "party": "Democrat"}]}, {"id": {"bioguide": "W000734", "govtrack": 411885, "icpsr": 10364, "wikipedia": "James Hutchinson Woodworth", "house_history": 24092, "wikidata": "Q3246869", "google_entity_id": "kg:/m/03spql"}, "name": {"first": "James", "middle": "Hutchinson", "last": "Woodworth"}, "bio": {"birthday": "1804-12-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IL", "district": 2, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "W000757", "govtrack": 411906, "icpsr": 10385, "wikipedia": "Daniel B. Wright", "house_history": 24120, "wikidata": "Q1159998", "google_entity_id": "kg:/m/02rtm_w"}, "name": {"first": "Daniel", "middle": "Boone", "last": "Wright"}, "bio": {"birthday": "1812-02-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MS", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "Y000061", "govtrack": 411993, "icpsr": 10462, "wikipedia": "David Levy Yulee", "house_history": 21104, "bioguide_previous": ["L000266"], "wikidata": "Q2045896", "google_entity_id": "kg:/m/03swqq"}, "name": {"first": "David", "middle": "Levy", "last": "Yulee"}, "other_names": [{"end": "1846-01-12", "middle": null, "last": "Levy"}], "bio": {"gender": "M", "birthday": "1810-06-12"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "FL", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "FL", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1845-12-01", "end": "1851-03-03", "state": "FL", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1855-12-03", "end": "1861-03-03", "state": "FL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000459", "govtrack": 401444, "icpsr": 709, "wikipedia": "William Bigler", "wikidata": "Q880876", "google_entity_id": "kg:/m/0293z9"}, "name": {"first": "William", "last": "Bigler"}, "bio": {"birthday": "1814-01-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1856-01-01", "end": "1861-03-03", "state": "PA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000656", "govtrack": 402783, "icpsr": 1961, "wikipedia": "Joseph P. Comegys", "wikidata": "Q1707763", "google_entity_id": "kg:/m/097jf7"}, "name": {"first": "Joseph", "middle": "Parsons", "last": "Comegys"}, "bio": {"birthday": "1813-12-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1856-01-01", "end": "1857-12-31", "state": "DE", "class": 2, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "B001005", "govtrack": 401954, "icpsr": 1186, "wikipedia": "James Buchanan", "house_history": 10073, "wikidata": "Q12325", "google_entity_id": "kg:/m/042fk"}, "name": {"first": "James", "last": "Buchanan"}, "bio": {"birthday": "1791-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1821-12-03", "end": "1823-03-03", "state": "PA", "district": 3, "party": "Federalist"}, {"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "PA", "district": 4, "party": "Democratic Republican"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "PA", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "PA", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "PA", "district": 4, "party": "Jackson"}, {"type": "sen", "start": "1834-01-01", "end": "1837-03-03", "state": "PA", "class": 3, "party": "Jackson"}, {"type": "sen", "start": "1837-09-04", "end": "1843-03-03", "state": "PA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1843-12-04", "end": "1845-12-31", "state": "PA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000008", "govtrack": 400671, "icpsr": 8, "wikipedia": "Nehemiah Abbott", "house_history": 8257, "wikidata": "Q1974497", "google_entity_id": "kg:/m/02lj0q"}, "name": {"first": "Nehemiah", "last": "Abbott"}, "bio": {"birthday": "1804-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "ME", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000060", "govtrack": 400720, "icpsr": 50, "wikipedia": "John Alexander Ahl", "house_history": 8338, "wikidata": "Q6218549", "google_entity_id": "kg:/m/0h2tl_"}, "name": {"first": "John", "middle": "Alexander", "last": "Ahl"}, "bio": {"birthday": "1813-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "A000248", "govtrack": 400883, "icpsr": 198, "wikipedia": "Samuel G. Andrews", "house_history": 8608, "wikidata": "Q7411439", "google_entity_id": "kg:/m/027v12v"}, "name": {"first": "Samuel", "middle": "George", "last": "Andrews"}, "bio": {"birthday": "1796-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "A000294", "govtrack": 400936, "icpsr": 246, "wikipedia": "Samuel Arnold (Connecticut)", "house_history": 8669, "wikidata": "Q2217932", "google_entity_id": "kg:/m/02rvbcs"}, "name": {"first": "Samuel", "last": "Arnold"}, "bio": {"birthday": "1806-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "CT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000238", "govtrack": 401233, "icpsr": 517, "wikipedia": "Martin W. Bates", "wikidata": "Q1699276", "google_entity_id": "kg:/m/097jcg"}, "name": {"first": "Martin", "middle": "Waltham", "last": "Bates"}, "bio": {"birthday": "1786-02-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1857-12-07", "end": "1859-03-03", "state": "DE", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000376", "govtrack": 401368, "icpsr": 638, "wikipedia": "Henry Bennett (U.S. politician)", "house_history": 9264, "wikidata": "Q5718044", "google_entity_id": "kg:/m/02qqkwc"}, "name": {"first": "Henry", "last": "Bennett"}, "bio": {"birthday": "1808-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 22, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 22, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 21, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 21, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "B000464", "govtrack": 401447, "icpsr": 711, "wikipedia": "Charles Billinghurst", "house_history": 9376, "wikidata": "Q280022", "google_entity_id": "kg:/m/02vrpzl"}, "name": {"first": "Charles", "last": "Billinghurst"}, "bio": {"birthday": "1818-07-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "WI", "district": 3, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "WI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000491", "govtrack": 401471, "icpsr": 735, "wikipedia": "William D. Bishop", "house_history": 9411, "wikidata": "Q2578379", "google_entity_id": "kg:/m/02rj_b8"}, "name": {"first": "William", "middle": "Darius", "last": "Bishop"}, "bio": {"birthday": "1827-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "CT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000560", "govtrack": 401534, "icpsr": 797, "wikipedia": "Philemon Bliss", "house_history": 9499, "wikidata": "Q7183012", "google_entity_id": "kg:/m/07cgz5"}, "name": {"first": "Philemon", "last": "Bliss"}, "bio": {"birthday": "1813-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 14, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "B000696", "govtrack": 401658, "icpsr": 910, "house_history": 9685, "wikipedia": "Thomas Fielder Bowie", "wikidata": "Q2386079", "google_entity_id": "kg:/m/0dzg62"}, "name": {"first": "Thomas", "middle": "Fielder", "last": "Bowie"}, "bio": {"birthday": "1808-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MD", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000805", "govtrack": 401762, "icpsr": 1010, "wikipedia": "Samuel Brenton", "house_history": 9820, "wikidata": "Q1253479", "google_entity_id": "kg:/m/0g7lm2"}, "name": {"first": "Samuel", "last": "Brenton"}, "bio": {"birthday": "1810-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IN", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IN", "district": 10, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "B000835", "govtrack": 401792, "icpsr": 1038, "wikipedia": "Jesse D. Bright", "wikidata": "Q456037", "google_entity_id": "kg:/m/061r_w"}, "name": {"first": "Jesse", "middle": "David", "last": "Bright"}, "bio": {"birthday": "1812-12-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1845-12-01", "end": "1851-03-03", "state": "IN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "IN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1863-03-03", "state": "IN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000857", "govtrack": 401814, "icpsr": 1057, "wikipedia": "David C. Broderick", "wikidata": "Q359265", "google_entity_id": "kg:/m/03gc2g"}, "name": {"first": "David", "middle": "Colbreth", "last": "Broderick"}, "bio": {"gender": "M", "birthday": "1820-02-04"}, "terms": [{"type": "sen", "start": "1857-12-07", "end": "1859-12-31", "state": "CA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000885", "govtrack": 401842, "icpsr": 1082, "wikipedia": "Preston Brooks", "house_history": 9923, "wikidata": "Q1590822", "google_entity_id": "kg:/m/038mq2"}, "name": {"first": "Preston", "middle": "Smith", "last": "Brooks"}, "bio": {"birthday": "1819-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "SC", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "B000985", "govtrack": 401937, "icpsr": 1170, "wikipedia": "Guy M. Bryan", "house_history": 10049, "wikidata": "Q1557539", "google_entity_id": "kg:/m/02rv9_r"}, "name": {"first": "Guy", "middle": "Morrison", "last": "Bryan"}, "bio": {"birthday": "1821-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "TX", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B001128", "govtrack": 402072, "icpsr": 1297, "wikipedia": "Joseph Burns (U.S. politician)", "house_history": 10227, "wikidata": "Q5590563", "google_entity_id": "kg:/m/02rm20v"}, "name": {"first": "Joseph", "last": "Burns"}, "bio": {"birthday": "1800-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "C000210", "govtrack": 402356, "icpsr": 1559, "wikipedia": "Samuel Caruthers", "house_history": 10718, "wikidata": "Q2218073", "google_entity_id": "kg:/m/02rtnm3"}, "name": {"first": "Samuel", "last": "Caruthers"}, "bio": {"birthday": "1820-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MO", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MO", "district": 7, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MO", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000231", "govtrack": 402376, "icpsr": 1580, "wikipedia": "John Caskie", "house_history": 10745, "wikidata": "Q1699568", "google_entity_id": "kg:/m/0287x7v"}, "name": {"first": "John", "middle": "Samuels", "last": "Caskie"}, "bio": {"birthday": "1821-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000270", "govtrack": 402413, "icpsr": 1615, "wikipedia": "Calvin C. Chaffee", "house_history": 10796, "wikidata": "Q1027643", "google_entity_id": "kg:/m/02r6v4f"}, "name": {"first": "Calvin", "middle": "Clifford", "last": "Chaffee"}, "bio": {"birthday": "1811-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MA", "district": 10, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "C000311", "govtrack": 402453, "icpsr": 1654, "wikipedia": "Henry Chapman (American politician)", "house_history": 10844, "wikidata": "Q5719308", "google_entity_id": "kg:/m/026dm92"}, "name": {"first": "Henry", "last": "Chapman"}, "bio": {"birthday": "1804-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000429", "govtrack": 402567, "icpsr": 1761, "wikipedia": "Ezra Clark, Jr.", "house_history": 10989, "wikidata": "Q534881", "google_entity_id": "kg:/m/02rhg2p"}, "name": {"first": "Ezra", "last": "Clark", "suffix": "Jr."}, "bio": {"birthday": "1813-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "CT", "district": 1, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "CT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000477", "govtrack": 402615, "icpsr": 1805, "house_history": 11044, "wikipedia": "Isaiah D. Clawson", "wikidata": "Q1673684", "google_entity_id": "kg:/m/02z141_"}, "name": {"first": "Isaiah", "middle": "Dunn", "last": "Clawson"}, "bio": {"birthday": "1822-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NJ", "district": 1, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NJ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000483", "govtrack": 402621, "icpsr": 1811, "house_history": 11052, "wikipedia": "James Brown Clay", "wikidata": "Q1680070", "google_entity_id": "kg:/m/0gddz6"}, "name": {"first": "James", "middle": "Brown", "last": "Clay"}, "bio": {"birthday": "1817-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "KY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000574", "govtrack": 402703, "icpsr": 1890, "wikipedia": "Joseph R. Cockerill", "house_history": 11167, "wikidata": "Q6286401", "google_entity_id": "kg:/m/02rm26b"}, "name": {"first": "Joseph", "middle": "Randolph", "last": "Cockerill"}, "bio": {"birthday": "1818-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000659", "govtrack": 402786, "icpsr": 1964, "wikipedia": "Linus B. Comins", "house_history": 11279, "wikidata": "Q1528216", "google_entity_id": "kg:/m/0dxj9y"}, "name": {"first": "Linus", "middle": "Bacon", "last": "Comins"}, "bio": {"birthday": "1817-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MA", "district": 4, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000019", "govtrack": 403160, "icpsr": 2311, "wikipedia": "William S. Damrell", "house_history": 11855, "wikidata": "Q674939", "google_entity_id": "kg:/m/0ks49d"}, "name": {"first": "William", "middle": "Shapleigh", "last": "Damrell"}, "bio": {"birthday": "1809-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MA", "district": 3, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000113", "govtrack": 403249, "icpsr": 2393, "wikipedia": "Jefferson Davis", "house_history": 11970, "wikidata": "Q162269", "google_entity_id": "kg:/m/043q0"}, "name": {"first": "Jefferson", "last": "Davis"}, "bio": {"birthday": "1808-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MS", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1847-12-06", "end": "1851-03-03", "state": "MS", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1861-12-31", "state": "MS", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000140", "govtrack": 403274, "icpsr": 2415, "wikipedia": "Timothy Davis (Iowa)", "house_history": 12006, "wikidata": "Q1242725", "google_entity_id": "kg:/m/02rl0wy"}, "name": {"first": "Timothy", "last": "Davis"}, "bio": {"birthday": "1794-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000141", "govtrack": 403273, "icpsr": 2416, "wikipedia": "Timothy Davis (Massachusetts)", "house_history": 12007, "wikidata": "Q1602135", "google_entity_id": "kg:/m/02rl0wl"}, "name": {"first": "Timothy", "last": "Davis"}, "bio": {"birthday": "1821-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MA", "district": 6, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "D000174", "govtrack": 403336, "icpsr": 2447, "wikipedia": "Sidney Dean", "house_history": 12049, "wikidata": "Q2281900", "google_entity_id": "kg:/m/02q1hp9"}, "name": {"first": "Sidney", "last": "Dean"}, "bio": {"birthday": "1818-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "CT", "district": 3, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "CT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000290", "govtrack": 403415, "icpsr": 2539, "wikipedia": "William Lewis Dewart", "house_history": 12185, "wikidata": "Q8014546", "google_entity_id": "kg:/m/026dm_f"}, "name": {"first": "William", "middle": "Lewis", "last": "Dewart"}, "bio": {"birthday": "1821-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "D000389", "govtrack": 403504, "icpsr": 2635, "wikipedia": "Edward Dodd", "house_history": 12313, "wikidata": "Q3021449", "google_entity_id": "kg:/m/02rkn__"}, "name": {"first": "Edward", "last": "Dodd"}, "bio": {"birthday": "1805-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 15, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "D000464", "govtrack": 403574, "icpsr": 2698, "house_history": 12413, "wikipedia": "James Ferguson Dowdell", "wikidata": "Q1680378", "google_entity_id": "kg:/m/02rk1vr"}, "name": {"first": "James", "middle": "Ferguson", "last": "Dowdell"}, "bio": {"birthday": "1818-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000569", "govtrack": 403672, "icpsr": 2789, "wikipedia": "Nathan B. Durfee", "house_history": 12534, "wikidata": "Q1525999", "google_entity_id": "kg:/m/02rldwh"}, "name": {"first": "Nathaniel", "middle": "Briggs", "last": "Durfee"}, "bio": {"birthday": "1812-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "RI", "district": 1, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "RI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "E000049", "govtrack": 403744, "icpsr": 2849, "wikipedia": "John Rufus Edie", "house_history": 12659, "wikidata": "Q6255915", "google_entity_id": "kg:/m/026dnvl"}, "name": {"first": "John", "middle": "Rufus", "last": "Edie"}, "bio": {"birthday": "1814-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 18, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "E000125", "govtrack": 403816, "icpsr": 2914, "wikipedia": "John Milton Elliott", "house_history": 12748, "wikidata": "Q1701110", "google_entity_id": "kg:/m/07t4w0"}, "name": {"first": "John", "middle": "Milton", "last": "Elliott"}, "bio": {"gender": "M", "birthday": "1820-05-20"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "KY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "E000228", "govtrack": 403913, "icpsr": 2999, "house_history": 12884, "wikipedia": "George Eustis Jr.", "wikidata": "Q1507318", "google_entity_id": "kg:/m/0dd4bq"}, "name": {"first": "George", "last": "Eustis", "suffix": "Jr."}, "bio": {"birthday": "1828-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "LA", "district": 1, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "LA", "district": 1, "party": "American"}]}, {"id": {"bioguide": "F000080", "govtrack": 404038, "wikipedia": "Fenner Ferguson", "house_history": 13068, "wikidata": "Q1404772", "google_entity_id": "kg:/m/02z38p4"}, "name": {"first": "Fenner", "last": "Ferguson"}, "bio": {"birthday": "1814-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NE", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "F000158", "govtrack": 404113, "icpsr": 3177, "wikipedia": "Graham N. Fitch", "house_history": 13169, "wikidata": "Q1541943", "google_entity_id": "kg:/m/0cypvy"}, "name": {"first": "Graham", "middle": "Newell", "last": "Fitch"}, "bio": {"birthday": "1809-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1861-03-03", "state": "IN", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000236", "govtrack": 404191, "icpsr": 3248, "wikipedia": "James Bradford Foley", "house_history": 13270, "wikidata": "Q1679980", "google_entity_id": "kg:/m/02rkgc6"}, "name": {"first": "James", "middle": "Bradford", "last": "Foley"}, "bio": {"birthday": "1807-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000167", "govtrack": 404534, "icpsr": 3567, "wikipedia": "Joshua Reed Giddings", "house_history": 13776, "wikidata": "Q119323", "google_entity_id": "kg:/m/08b6k5"}, "name": {"first": "Joshua", "middle": "Reed", "last": "Giddings"}, "bio": {"birthday": "1795-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 16, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 16, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "OH", "district": 16, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 20, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 20, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 20, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 20, "party": "Free Soil"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 20, "party": "Free Soil"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 20, "party": "Free Soil"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 20, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "G000209", "govtrack": 404573, "icpsr": 3606, "wikipedia": "James Lisle Gillis", "house_history": 13829, "wikidata": "Q6138098", "google_entity_id": "kg:/m/026dnbs"}, "name": {"first": "James", "middle": "Lisle", "last": "Gillis"}, "bio": {"birthday": "1792-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "G000213", "govtrack": 404575, "icpsr": 3608, "wikipedia": "Charles J. Gilman", "house_history": 13835, "wikidata": "Q1064991", "google_entity_id": "kg:/m/02ry1p9"}, "name": {"first": "Charles", "middle": "Jervis", "last": "Gilman"}, "bio": {"birthday": "1824-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "ME", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000300", "govtrack": 404659, "icpsr": 3685, "wikipedia": "Henry C. Goodwin", "house_history": 13944, "wikidata": "Q5719008", "google_entity_id": "kg:/m/02rkqcj"}, "name": {"first": "Henry", "middle": "Charles", "last": "Goodwin"}, "bio": {"birthday": "1824-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 22, "party": "Whig"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "G000373", "govtrack": 404725, "icpsr": 3747, "wikipedia": "Amos P. Granger", "house_history": 14034, "wikidata": "Q474292", "google_entity_id": "kg:/m/02rkm5x"}, "name": {"first": "Amos", "middle": "Phelps", "last": "Granger"}, "bio": {"birthday": "1789-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 24, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "G000414", "govtrack": 404762, "icpsr": 3780, "wikipedia": "James S. Green", "house_history": 14091, "wikidata": "Q1681068", "google_entity_id": "kg:/m/0cz6bq"}, "name": {"first": "James", "middle": "Stephen", "last": "Green"}, "bio": {"birthday": "1817-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1861-03-03", "state": "MO", "class": 3, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "G000436", "govtrack": 404784, "icpsr": 3800, "house_history": 14117, "wikipedia": "Alfred B. Greenwood", "wikidata": "Q2644672", "google_entity_id": "kg:/m/02pxh9b"}, "name": {"first": "Alfred", "middle": "Burton", "last": "Greenwood"}, "bio": {"birthday": "1811-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "AR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000444", "govtrack": 404791, "icpsr": 3807, "wikipedia": "James M. Gregg", "house_history": 14127, "wikidata": "Q1680738", "google_entity_id": "kg:/m/02rkgfm"}, "name": {"first": "James", "middle": "Madison", "last": "Gregg"}, "bio": {"birthday": "1806-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "G000490", "govtrack": 404835, "icpsr": 3848, "wikipedia": "William S. Groesbeck", "house_history": 14180, "wikidata": "Q1650370", "google_entity_id": "kg:/m/02rm3tk"}, "name": {"first": "William", "middle": "Slocum", "last": "Groesbeck"}, "bio": {"birthday": "1815-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000540", "govtrack": 404883, "icpsr": 3887, "wikipedia": "William M. Gwin", "house_history": 14242, "wikidata": "Q5868980", "google_entity_id": "kg:/m/03kwx6"}, "name": {"first": "William", "middle": "McKendree", "last": "Gwin"}, "bio": {"birthday": "1805-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MS", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1850-09-10", "end": "1855-03-03", "state": "CA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1861-03-03", "state": "CA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000059", "govtrack": 404944, "icpsr": 3945, "wikipedia": "Lawrence W. Hall", "house_history": 14360, "wikidata": "Q6504699", "google_entity_id": "kg:/m/02rm29s"}, "name": {"first": "Lawrence", "middle": "Washington", "last": "Hall"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "H000068", "govtrack": 404952, "icpsr": 3953, "wikipedia": "Robert Bernard Hall", "house_history": 14372, "wikidata": "Q1258294", "google_entity_id": "kg:/m/0270nzd"}, "name": {"first": "Robert", "middle": "Bernard", "last": "Hall"}, "bio": {"birthday": "1812-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MA", "district": 1, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000128", "govtrack": 405010, "icpsr": 4007, "wikipedia": "James Henry Hammond", "house_history": 14444, "wikidata": "Q731148", "google_entity_id": "kg:/m/09mx5h"}, "name": {"first": "James", "middle": "Henry", "last": "Hammond"}, "bio": {"birthday": "1807-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "SC", "district": 4, "party": "Nullifier"}, {"type": "sen", "start": "1857-12-07", "end": "1861-03-03", "state": "SC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000207", "govtrack": 405086, "icpsr": 4073, "wikipedia": "Aaron Harlan", "house_history": 14543, "wikidata": "Q4662074", "google_entity_id": "kg:/m/02rlzl2"}, "name": {"first": "Aaron", "last": "Harlan"}, "bio": {"gender": "M", "birthday": "1802-09-08"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 7, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "H000255", "govtrack": 405132, "icpsr": 4116, "wikipedia": "Thomas L. Harris", "house_history": 14600, "wikidata": "Q2781217", "google_entity_id": "kg:/m/02rkd2b"}, "name": {"first": "Thomas", "middle": "Langrell", "last": "Harris"}, "bio": {"birthday": "1816-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000336", "govtrack": 405206, "icpsr": 4186, "wikipedia": "Israel T. Hatch", "house_history": 14696, "wikidata": "Q6087250", "google_entity_id": "kg:/m/02rkq_h"}, "name": {"first": "Israel", "middle": "Thompson", "last": "Hatch"}, "bio": {"birthday": "1808-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 32, "party": "Democrat"}]}, {"id": {"bioguide": "H000481", "govtrack": 405344, "icpsr": 4308, "wikipedia": "James Pinckney Henderson", "wikidata": "Q881060", "google_entity_id": "kg:/m/02pv3w"}, "name": {"first": "James", "middle": "Pinckney", "last": "Henderson"}, "bio": {"birthday": "1808-03-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1857-12-07", "end": "1859-03-03", "state": "TX", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000672", "govtrack": 405526, "icpsr": 4478, "wikipedia": "Charles D. Hodges", "house_history": 15116, "wikidata": "Q5076653", "google_entity_id": "kg:/m/02rk92f"}, "name": {"first": "Charles", "middle": "Drury", "last": "Hodges"}, "bio": {"birthday": "1810-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000774", "govtrack": 405624, "icpsr": 4568, "wikipedia": "George Washington Hopkins", "house_history": 15243, "wikidata": "Q1508539", "google_entity_id": "kg:/m/0282qrt"}, "name": {"first": "George", "middle": "Washington", "last": "Hopkins"}, "bio": {"birthday": "1804-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "VA", "district": 18, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 18, "party": "Conservative"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "H000923", "govtrack": 405768, "icpsr": 4701, "wikipedia": "James Hughes (representative)", "house_history": 15423, "wikidata": "Q1680588", "google_entity_id": "kg:/m/02wwx44"}, "name": {"first": "James", "last": "Hughes"}, "bio": {"birthday": "1823-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H001020", "govtrack": 405857, "icpsr": 4784, "wikipedia": "John Huyler", "house_history": 15541, "wikidata": "Q1700543", "google_entity_id": "kg:/m/02x4075"}, "name": {"first": "John", "last": "Huyler"}, "bio": {"birthday": "1808-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "J000106", "govtrack": 406008, "icpsr": 4933, "wikipedia": "Joshua Jewett", "house_history": 15826, "wikidata": "Q1708577", "google_entity_id": "kg:/m/02rdr1l"}, "name": {"first": "Joshua", "middle": "Husband", "last": "Jewett"}, "bio": {"birthday": "1815-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "KY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "J000222", "govtrack": 406116, "icpsr": 5033, "house_history": 15974, "wikipedia": "George Washington Jones (Tennessee politician)", "wikidata": "Q733128", "google_entity_id": "kg:/m/0ckh6p"}, "name": {"first": "George", "middle": "Washington", "last": "Jones"}, "bio": {"birthday": "1806-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "TN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "J000234", "govtrack": 406127, "icpsr": 5044, "wikipedia": "Jehu Glancy Jones", "house_history": 15987, "wikidata": "Q6176514", "google_entity_id": "kg:/m/0kt226"}, "name": {"first": "Jehu", "middle": "Glancy", "last": "Jones"}, "bio": {"birthday": "1811-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "J000245", "govtrack": 406138, "icpsr": 5055, "wikipedia": "Owen Jones (congressman)", "house_history": 16003, "wikidata": "Q7114530", "google_entity_id": "kg:/m/026dms6"}, "name": {"first": "Owen", "last": "Jones"}, "bio": {"birthday": "1819-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "K000051", "govtrack": 406221, "icpsr": 5129, "wikipedia": "William High Keim", "house_history": 16144, "wikidata": "Q8012331", "google_entity_id": "kg:/m/026dnqg"}, "name": {"first": "William", "middle": "High", "last": "Keim"}, "bio": {"birthday": "1813-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "K000075", "govtrack": 406245, "icpsr": 5153, "house_history": 16173, "wikipedia": "John Kelly (U.S. politician)", "wikidata": "Q612955", "google_entity_id": "kg:/m/08n343"}, "name": {"first": "John", "last": "Kelly"}, "bio": {"birthday": "1822-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "K000103", "govtrack": 406271, "icpsr": 5177, "wikipedia": "Anthony Kennedy (Maryland)", "wikidata": "Q369039", "google_entity_id": "kg:/m/05r48d"}, "name": {"first": "Anthony", "last": "Kennedy"}, "bio": {"birthday": "1810-12-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1857-12-07", "end": "1863-03-03", "state": "MD", "class": 1, "party": "Unionist"}]}, {"id": {"bioguide": "K000211", "govtrack": 406371, "icpsr": 5269, "wikipedia": "Preston King (politician)", "house_history": 16340, "wikidata": "Q13218125", "google_entity_id": "kg:/m/05l8gn"}, "name": {"first": "Preston", "last": "King"}, "bio": {"birthday": "1806-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 18, "party": "Free Soil"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1863-03-03", "state": "NY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "K000219", "govtrack": 406379, "wikipedia": "William W. Kingsbury", "house_history": 16352, "wikidata": "Q1552171", "google_entity_id": "kg:/m/0h18nn"}, "name": {"first": "William", "middle": "Wallace", "last": "Kingsbury"}, "bio": {"birthday": "1828-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MN", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "K000280", "govtrack": 406437, "icpsr": 5332, "wikipedia": "Chauncey L. Knapp", "house_history": 16431, "wikidata": "Q1068406", "google_entity_id": "kg:/m/02rhdml"}, "name": {"first": "Chauncey", "middle": "Langdon", "last": "Knapp"}, "bio": {"birthday": "1809-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MA", "district": 8, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "K000340", "govtrack": 406493, "icpsr": 5376, "wikipedia": "John Christian Kunkel", "house_history": 16511, "wikidata": "Q6226023", "google_entity_id": "kg:/m/0f8dm4"}, "name": {"first": "John", "middle": "Christian", "last": "Kunkel"}, "bio": {"birthday": "1816-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 10, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "L000056", "govtrack": 406565, "icpsr": 5438, "wikipedia": "James Landy", "house_history": 16655, "wikidata": "Q6137753", "google_entity_id": "kg:/m/026dm4m"}, "name": {"first": "James", "last": "Landy"}, "bio": {"birthday": "1813-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000141", "govtrack": 406645, "icpsr": 5517, "house_history": 16773, "wikipedia": "William Lawrence (Ohio Democrat)", "wikidata": "Q13219439", "google_entity_id": "kg:/m/06y1gl"}, "name": {"first": "William", "last": "Lawrence"}, "bio": {"birthday": "1814-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "L000231", "govtrack": 406734, "icpsr": 5596, "wikipedia": "Paul Leidy", "house_history": 16879, "wikidata": "Q7152004", "google_entity_id": "kg:/m/026dm6b"}, "name": {"first": "Paul", "last": "Leidy"}, "bio": {"birthday": "1813-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "L000236", "govtrack": 406739, "icpsr": 5601, "wikipedia": "Benjamin F. Leiter", "house_history": 16885, "wikidata": "Q4888550", "google_entity_id": "kg:/m/02r0xbs"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Leiter"}, "bio": {"birthday": "1813-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 18, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "L000256", "govtrack": 406759, "icpsr": 5621, "house_history": 16911, "wikipedia": "John Letcher", "wikidata": "Q880385", "google_entity_id": "kg:/m/052lzq"}, "name": {"first": "John", "last": "Letcher"}, "bio": {"birthday": "1813-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "L000390", "govtrack": 406882, "icpsr": 5735, "wikipedia": "James Lockhart (Indiana politician)", "house_history": 17077, "wikidata": "Q1613865", "google_entity_id": "kg:/m/02w5jyc"}, "name": {"first": "James", "last": "Lockhart"}, "bio": {"birthday": "1806-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000084", "govtrack": 412161, "icpsr": 5942, "wikipedia": "Stephen Mallory", "wikidata": "Q594906", "google_entity_id": "kg:/m/023dgz"}, "name": {"first": "Stephen", "middle": "Russell", "last": "Mallory"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "FL", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1861-01-21", "state": "FL", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000154", "govtrack": 407177, "icpsr": 6001, "house_history": 17514, "wikipedia": "Humphrey Marshall (general)", "wikidata": "Q548975", "google_entity_id": "kg:/m/0f9xw0"}, "name": {"first": "Humphrey", "last": "Marshall"}, "bio": {"birthday": "1812-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "KY", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "KY", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "KY", "district": 7, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "KY", "district": 7, "party": "American"}]}, {"id": {"bioguide": "M000216", "govtrack": 407234, "icpsr": 6053, "house_history": 17590, "wikipedia": "James Murray Mason", "wikidata": "Q167795", "google_entity_id": "kg:/m/06b145"}, "name": {"first": "James", "middle": "Murray", "last": "Mason"}, "bio": {"gender": "M", "birthday": "1798-11-03"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 15, "party": "Democrat"}, {"type": "sen", "start": "1847-12-06", "end": "1851-03-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1861-12-31", "state": "VA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000218", "govtrack": 407236, "icpsr": 6055, "wikipedia": "John Calvin Mason", "house_history": 17592, "wikidata": "Q137745", "google_entity_id": "kg:/m/02rhjwf"}, "name": {"first": "John", "middle": "Calvin", "last": "Mason"}, "bio": {"birthday": "1802-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "KY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M000251", "govtrack": 407269, "icpsr": 6082, "wikipedia": "Orsamus B. Matteson", "house_history": 17634, "wikidata": "Q7104120", "google_entity_id": "kg:/m/02rkv60"}, "name": {"first": "Orsamus", "middle": "Benajah", "last": "Matteson"}, "bio": {"birthday": "1805-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 20, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 20, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 20, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "M000514", "govtrack": 407508, "icpsr": 6305, "wikipedia": "Joseph C. McKibbin", "house_history": 17969, "wikidata": "Q1706715", "google_entity_id": "kg:/m/0h1ykf"}, "name": {"first": "Joseph", "middle": "Chambers", "last": "McKibbin"}, "bio": {"birthday": "1824-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "CA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000743", "govtrack": 407722, "icpsr": 6497, "wikipedia": "Joseph Miller (Ohio politician)", "house_history": 18259, "wikidata": "Q6285561", "google_entity_id": "kg:/m/02rm25n"}, "name": {"first": "Joseph", "last": "Miller"}, "bio": {"birthday": "1819-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "M000868", "govtrack": 407841, "icpsr": 6604, "wikipedia": "John Gallagher Montgomery", "house_history": 18424, "wikidata": "Q6234747", "google_entity_id": "kg:/m/057qfd"}, "name": {"first": "John", "middle": "Gallagher", "last": "Montgomery"}, "bio": {"birthday": "1805-06-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "M000948", "govtrack": 407916, "icpsr": 6676, "wikipedia": "Edwin B. Morgan", "house_history": 18520, "wikidata": "Q5346231", "google_entity_id": "kg:/m/0f3l8s"}, "name": {"first": "Edwin", "middle": "Barber", "last": "Morgan"}, "bio": {"birthday": "1806-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 25, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 25, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "M000996", "govtrack": 407964, "icpsr": 6722, "wikipedia": "James L. D. Morrison", "house_history": 18575, "wikidata": "Q6137541", "google_entity_id": "kg:/m/02rkb4t"}, "name": {"first": "James", "middle": "Lowery Donaldson", "last": "Morrison"}, "bio": {"birthday": "1816-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M001013", "govtrack": 407980, "icpsr": 6737, "wikipedia": "Oliver A. Morse", "house_history": 18595, "wikidata": "Q7087376", "google_entity_id": "kg:/m/02rkv3m"}, "name": {"first": "Oliver", "middle": "Andrew", "last": "Morse"}, "bio": {"birthday": "1815-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "M001042", "govtrack": 408009, "icpsr": 6763, "wikipedia": "Richard Mott", "house_history": 18631, "wikidata": "Q2150237", "google_entity_id": "kg:/m/02rm2tl"}, "name": {"first": "Richard", "last": "Mott"}, "bio": {"birthday": "1804-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 5, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M001105", "govtrack": 408069, "icpsr": 6817, "wikipedia": "Ambrose S. Murray", "house_history": 18707, "wikidata": "Q459314", "google_entity_id": "kg:/m/02rkm45"}, "name": {"first": "Ambrose", "middle": "Spencer", "last": "Murray"}, "bio": {"birthday": "1807-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 10, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "N000093", "govtrack": 408178, "icpsr": 6920, "wikipedia": "Matthias H. Nichols", "house_history": 18948, "wikidata": "Q6791552", "google_entity_id": "kg:/m/02rm2gy"}, "name": {"first": "Matthias", "middle": "H.", "last": "Nichols"}, "bio": {"birthday": "1824-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 4, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "N000162", "govtrack": 408243, "icpsr": 6980, "wikipedia": "Amos Nourse", "wikidata": "Q474290", "google_entity_id": "kg:/m/0bnx0v"}, "name": {"first": "Amos", "last": "Nourse"}, "bio": {"birthday": "1794-12-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1857-12-07", "end": "1857-12-31", "state": "ME", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "O000104", "govtrack": 408361, "icpsr": 7087, "house_history": 19194, "wikipedia": "James Lawrence Orr", "wikidata": "Q361708", "google_entity_id": "kg:/m/038zrs"}, "name": {"first": "James", "middle": "Lawrence", "last": "Orr"}, "bio": {"birthday": "1822-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "SC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "P000064", "govtrack": 408474, "icpsr": 7198, "house_history": 19353, "wikipedia": "John M. Parker (New York politician)", "wikidata": "Q6245905", "google_entity_id": "kg:/m/0fz6wq"}, "name": {"first": "John", "middle": "Mason", "last": "Parker"}, "bio": {"birthday": "1805-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 27, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "P000301", "govtrack": 408701, "icpsr": 7406, "wikipedia": "William Wallace Phelps", "house_history": 19647, "wikidata": "Q2580960", "google_entity_id": "kg:/m/0dnf45"}, "name": {"first": "William", "middle": "Wallace", "last": "Phelps"}, "bio": {"birthday": "1826-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MN", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "P000308", "govtrack": 408708, "icpsr": 7413, "wikipedia": "Henry Myer Phillips", "house_history": 19656, "wikidata": "Q5726187", "google_entity_id": "kg:/m/026dmxb"}, "name": {"first": "Henry", "middle": "Myer", "last": "Phillips"}, "bio": {"birthday": "1811-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "P000347", "govtrack": 408744, "icpsr": 7449, "wikipedia": "James Pike (politician)", "house_history": 19709, "wikidata": "Q1680988", "google_entity_id": "kg:/m/02rhjfb"}, "name": {"first": "James", "last": "Pike"}, "bio": {"birthday": "1818-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NH", "district": 1, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000411", "govtrack": 408804, "icpsr": 7509, "wikipedia": "Trusten Polk", "wikidata": "Q377459", "google_entity_id": "kg:/m/07tcrh"}, "name": {"first": "Trusten", "last": "Polk"}, "bio": {"birthday": "1811-05-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1857-12-07", "end": "1863-03-03", "state": "MO", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000483", "govtrack": 408868, "icpsr": 7574, "wikipedia": "Paulus Powell", "house_history": 19878, "wikidata": "Q2064243", "google_entity_id": "kg:/m/0287wfc"}, "name": {"first": "Paulus", "last": "Powell"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VA", "district": 6, "party": "Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "P000576", "govtrack": 408959, "icpsr": 7657, "wikipedia": "Samuel Anderson Purviance", "house_history": 19996, "wikidata": "Q7410768", "google_entity_id": "kg:/m/026dp4z"}, "name": {"first": "Samuel", "middle": "Anderson", "last": "Purviance"}, "bio": {"birthday": "1809-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 22, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "Q000022", "govtrack": 408984, "icpsr": 7681, "wikipedia": "John A. Quitman", "house_history": 20070, "wikidata": "Q441838", "google_entity_id": "kg:/m/01j67z"}, "name": {"first": "John", "middle": "Anthony", "last": "Quitman"}, "bio": {"birthday": "1798-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MS", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000097", "govtrack": 409077, "icpsr": 7768, "wikipedia": "Charles Ready", "house_history": 20202, "wikidata": "Q1065880", "google_entity_id": "kg:/m/0d9v5w"}, "name": {"first": "Charles", "last": "Ready"}, "bio": {"birthday": "1802-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "TN", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "TN", "district": 5, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "TN", "district": 5, "party": "American"}]}, {"id": {"bioguide": "R000157", "govtrack": 409134, "icpsr": 7818, "wikipedia": "Wilson Reilly", "house_history": 20279, "wikidata": "Q8023183", "google_entity_id": "kg:/m/026dn69"}, "name": {"first": "Wilson", "last": "Reilly"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 17, "party": "Democrat"}], "bio": {"birthday": "1811-08-08", "gender": "M"}}, {"id": {"bioguide": "R000192", "govtrack": 409168, "icpsr": 7848, "wikipedia": "James Barroll Ricaud", "house_history": 20324, "wikidata": "Q724992", "google_entity_id": "kg:/m/0ghhnl"}, "name": {"first": "James", "middle": "Barroll", "last": "Ricaud"}, "bio": {"birthday": "1808-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MD", "district": 2, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MD", "district": 2, "party": "American"}]}, {"id": {"bioguide": "R000273", "govtrack": 409247, "icpsr": 7919, "house_history": 20423, "wikipedia": "David Ritchie (politician)", "wikidata": "Q5239082", "google_entity_id": "kg:/m/026dn_2"}, "name": {"first": "David", "last": "Ritchie"}, "bio": {"birthday": "1812-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 21, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 21, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "R000300", "govtrack": 409272, "icpsr": 7943, "house_history": 20457, "wikipedia": "George R. Robbins", "wikidata": "Q1277199", "google_entity_id": "kg:/m/02z1552"}, "name": {"first": "George", "middle": "Robbins", "last": "Robbins"}, "bio": {"birthday": "1808-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NJ", "district": 2, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NJ", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000304", "govtrack": 409276, "icpsr": 7947, "house_history": 20462, "wikipedia": "Anthony Ellmaker Roberts", "wikidata": "Q4772454", "google_entity_id": "kg:/m/09tdpp"}, "name": {"first": "Anthony", "middle": "Ellmaker", "last": "Roberts"}, "bio": {"birthday": "1803-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 9, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "R000542", "govtrack": 409499, "icpsr": 8144, "wikipedia": "William Fiero Russell", "house_history": 20750, "wikidata": "Q2114867", "google_entity_id": "kg:/m/02rkxzg"}, "name": {"first": "William", "middle": "Fiero", "last": "Russell"}, "bio": {"birthday": "1812-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "S000042", "govtrack": 409558, "icpsr": 8204, "wikipedia": "John M. Sandidge", "house_history": 21183, "wikidata": "Q1551051", "google_entity_id": "kg:/m/02rv9hk"}, "name": {"first": "John", "middle": "Milton", "last": "Sandidge"}, "bio": {"birthday": "1817-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000083", "govtrack": 409595, "icpsr": 8232, "wikipedia": "John Houston Savage", "house_history": 21237, "wikidata": "Q239149", "google_entity_id": "kg:/m/0dc2yr"}, "name": {"first": "John", "middle": "Houston", "last": "Savage"}, "bio": {"birthday": "1815-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "TN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000209", "govtrack": 409714, "icpsr": 8333, "wikipedia": "John A. Searing", "house_history": 21395, "wikidata": "Q111610", "google_entity_id": "kg:/m/02rkr_b"}, "name": {"first": "John", "middle": "Alexander", "last": "Searing"}, "bio": {"birthday": "1805-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000260", "govtrack": 409761, "icpsr": 8377, "wikipedia": "James Lindsay Seward", "house_history": 21458, "wikidata": "Q1680706", "google_entity_id": "kg:/m/0270hbl"}, "name": {"first": "James", "middle": "Lindsay", "last": "Seward"}, "bio": {"birthday": "1813-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000308", "govtrack": 409806, "icpsr": 8419, "house_history": 21518, "wikipedia": "Henry Marchmore Shaw", "wikidata": "Q1607013", "google_entity_id": "kg:/m/0bplqb"}, "name": {"first": "Henry", "middle": "Marchmore", "last": "Shaw"}, "bio": {"birthday": "1819-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000347", "govtrack": 409843, "icpsr": 8455, "wikipedia": "Judson W. Sherman", "house_history": 21570, "wikidata": "Q6304277", "google_entity_id": "kg:/m/02rktcb"}, "name": {"first": "Judson", "middle": "W.", "last": "Sherman"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 30, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "S000379", "govtrack": 409873, "icpsr": 8486, "wikipedia": "Eli Sims Shorter", "house_history": 21608, "wikidata": "Q1328857", "google_entity_id": "kg:/m/02rk1kg"}, "name": {"first": "Eli", "middle": "Sims", "last": "Shorter"}, "bio": {"birthday": "1823-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "AL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000417", "govtrack": 409911, "icpsr": 8516, "wikipedia": "James F. Simmons", "wikidata": "Q1680364", "google_entity_id": "kg:/m/0d07cz"}, "name": {"first": "James", "middle": "Fowler", "last": "Simmons"}, "bio": {"gender": "M", "birthday": "1795-09-10"}, "terms": [{"type": "sen", "start": "1841-05-31", "end": "1847-03-03", "state": "RI", "class": 2, "party": "Whig"}, {"type": "sen", "start": "1857-12-07", "end": "1863-03-03", "state": "RI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000604", "govtrack": 410082, "icpsr": 8677, "wikipedia": "Robert Smith (Illinois politician)", "house_history": 21880, "wikidata": "Q4120842", "google_entity_id": "kg:/m/02rl167"}, "name": {"first": "Robert", "last": "Smith"}, "bio": {"birthday": "1802-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IL", "district": 1, "party": "Ind. Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "S000612", "govtrack": 410088, "icpsr": 8682, "wikipedia": "Samuel Axley Smith", "house_history": 21891, "wikidata": "Q544519", "google_entity_id": "kg:/m/0dc3s4"}, "name": {"first": "Samuel", "middle": "Axley", "last": "Smith"}, "bio": {"birthday": "1822-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "TN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000020", "govtrack": 410610, "icpsr": 9162, "wikipedia": "Albert G. Talbott", "house_history": 22656, "wikidata": "Q2637995", "google_entity_id": "kg:/m/02qft5z"}, "name": {"first": "Albert", "middle": "Gallatin", "last": "Talbott"}, "bio": {"birthday": "1808-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "KY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "T000077", "govtrack": 410661, "icpsr": 9208, "wikipedia": "George Taylor (New York Representative)", "house_history": 22730, "wikidata": "Q211808", "google_entity_id": "kg:/m/02rlcd1"}, "name": {"first": "George", "last": "Taylor"}, "bio": {"birthday": "1820-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000207", "govtrack": 410786, "icpsr": 9329, "wikipedia": "John Thompson (1809\u201390)", "house_history": 22885, "wikidata": "Q868832"}, "name": {"first": "John", "last": "Thompson"}, "bio": {"birthday": "1809-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "T000231", "govtrack": 410810, "icpsr": 9352, "wikipedia": "John Renshaw Thomson", "wikidata": "Q200884", "google_entity_id": "kg:/m/0b21g2"}, "name": {"first": "John", "middle": "Renshaw", "last": "Thomson"}, "bio": {"birthday": "1800-09-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1853-12-05", "end": "1857-03-03", "state": "NJ", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1863-03-03", "state": "NJ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000379", "govtrack": 410948, "icpsr": 9479, "wikipedia": "Robert Pleasant Trippe", "house_history": 23097, "wikidata": "Q2158506", "google_entity_id": "kg:/m/0275cl4"}, "name": {"first": "Robert", "middle": "Pleasant", "last": "Trippe"}, "bio": {"birthday": "1819-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "GA", "district": 3, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "GA", "district": 3, "party": "American"}]}, {"id": {"bioguide": "U000016", "govtrack": 411039, "icpsr": 9562, "wikipedia": "Warner Underwood", "house_history": 20849, "wikidata": "Q368932", "google_entity_id": "kg:/m/02rj_3d"}, "name": {"first": "Warner", "middle": "Lewis", "last": "Underwood"}, "bio": {"birthday": "1808-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "KY", "district": 3, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "KY", "district": 3, "party": "American"}]}, {"id": {"bioguide": "W000029", "govtrack": 411208, "icpsr": 9721, "wikipedia": "David S. Walbridge", "house_history": 23253, "wikidata": "Q1176473", "google_entity_id": "kg:/m/027m1w5"}, "name": {"first": "David", "middle": "Safford", "last": "Walbridge"}, "bio": {"birthday": "1802-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MI", "district": 3, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000163", "govtrack": 411336, "icpsr": 9841, "wikipedia": "Edward A. Warren", "house_history": 23405, "wikidata": "Q1291496", "google_entity_id": "kg:/m/02rhfhf"}, "name": {"first": "Edward", "middle": "Allen", "last": "Warren"}, "bio": {"birthday": "1818-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "AR", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000189", "govtrack": 411361, "icpsr": 9864, "wikipedia": "Albert Galiton Watkins", "house_history": 23440, "wikidata": "Q2637997", "google_entity_id": "kg:/m/0d9sh4"}, "name": {"first": "Albert", "middle": "Galiton", "last": "Watkins"}, "bio": {"birthday": "1818-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "TN", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "TN", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "TN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "TN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000355", "govtrack": 411517, "icpsr": 10009, "wikipedia": "Allison White", "house_history": 23638, "wikidata": "Q4732843", "google_entity_id": "kg:/m/026dn4y"}, "name": {"first": "Allison", "last": "White"}, "bio": {"birthday": "1816-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "W000698", "govtrack": 411850, "icpsr": 10328, "wikipedia": "John M. Wood", "house_history": 24049, "wikidata": "Q1590217", "google_entity_id": "kg:/m/02rtgrl"}, "name": {"first": "John", "middle": "M.", "last": "Wood"}, "bio": {"birthday": "1813-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "ME", "district": 1, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "ME", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000746", "govtrack": 411895, "icpsr": 10375, "house_history": 24107, "wikipedia": "Jacob R. Wortendyke", "wikidata": "Q1677615", "google_entity_id": "kg:/m/02z16sp"}, "name": {"first": "Jacob", "middle": "Reynier", "last": "Wortendyke"}, "bio": {"birthday": "1818-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NJ", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000755", "govtrack": 411904, "icpsr": 10383, "wikipedia": "Augustus Romaldus Wright", "house_history": 24117, "wikidata": "Q770613", "google_entity_id": "kg:/m/0gk970"}, "name": {"first": "Augustus", "middle": "Romaldus", "last": "Wright"}, "bio": {"birthday": "1813-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "Z000012", "govtrack": 412005, "icpsr": 10470, "wikipedia": "Felix Zollicoffer", "house_history": 21126, "wikidata": "Q1403915", "google_entity_id": "kg:/m/06_tcd"}, "name": {"first": "Felix", "middle": "Kirk", "last": "Zollicoffer"}, "bio": {"birthday": "1812-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "TN", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "TN", "district": 8, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "TN", "district": 8, "party": "American"}]}, {"id": {"bioguide": "C000348", "govtrack": 402487, "icpsr": 1686, "wikipedia": "James Chesnut, Jr.", "wikidata": "Q1680158", "google_entity_id": "kg:/m/09lvq5"}, "name": {"first": "James", "last": "Chesnut", "suffix": "Jr."}, "bio": {"birthday": "1815-01-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1858-01-01", "end": "1861-03-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000524", "govtrack": 402658, "icpsr": 1846, "wikipedia": "Thomas Lanier Clingman", "house_history": 11103, "wikidata": "Q1341723", "google_entity_id": "kg:/m/02kl91"}, "name": {"first": "Thomas", "middle": "Lanier", "last": "Clingman"}, "bio": {"birthday": "1812-07-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NC", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NC", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NC", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NC", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "sen", "start": "1858-01-01", "end": "1861-03-03", "state": "NC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000397", "govtrack": 412127, "icpsr": 4236, "wikipedia": "Arthur P. Hayne", "wikidata": "Q4799896", "google_entity_id": "kg:/m/0d06yg"}, "name": {"first": "Arthur", "middle": "Peronneau", "last": "Hayne"}, "bio": {"gender": "M", "birthday": "1788-03-12"}, "terms": [{"type": "sen", "start": "1858-01-01", "end": "1859-03-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000198", "govtrack": 409174, "icpsr": 7854, "wikipedia": "Henry Mower Rice", "house_history": 20331, "wikidata": "Q473066", "google_entity_id": "kg:/m/01l_bl"}, "name": {"first": "Henry", "middle": "Mower", "last": "Rice"}, "bio": {"birthday": "1816-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MN", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MN", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1858-01-01", "end": "1863-03-03", "state": "MN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000138", "govtrack": 411313, "icpsr": 9819, "wikipedia": "Matthias Ward", "wikidata": "Q358916", "google_entity_id": "kg:/m/06ym7b"}, "name": {"first": "Matthias", "last": "Ward"}, "bio": {"birthday": "1805-10-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1858-01-01", "end": "1859-12-31", "state": "TX", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000036", "govtrack": 400697, "icpsr": 29, "wikipedia": "Green Adams", "house_history": 8305, "wikidata": "Q1536181", "google_entity_id": "kg:/m/0gt03p"}, "name": {"first": "Green", "last": "Adams"}, "bio": {"birthday": "1812-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "KY", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "KY", "district": 6, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "A000058", "govtrack": 400718, "icpsr": 49, "wikipedia": "Garnett Adrain", "house_history": 8336, "wikidata": "Q598880", "google_entity_id": "kg:/m/0c8r6f"}, "name": {"first": "Garnett", "middle": "Bowditch", "last": "Adrain"}, "bio": {"birthday": "1815-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NJ", "district": 3, "party": "Anti-Lecompton Democrat"}]}, {"id": {"bioguide": "A000234", "govtrack": 400861, "icpsr": 183, "wikipedia": "Thomas Lilbourne Anderson", "house_history": 8591, "wikidata": "Q1285043", "google_entity_id": "kg:/m/0fqnc9"}, "name": {"first": "Thomas", "middle": "Lilbourne", "last": "Anderson"}, "bio": {"birthday": "1808-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MO", "district": 2, "party": "American"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MO", "district": 2, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "A000237", "govtrack": 400865, "icpsr": 186, "wikipedia": "William Clayton Anderson", "house_history": 8595, "wikidata": "Q2578280", "google_entity_id": "kg:/m/02qftms"}, "name": {"first": "William", "middle": "Clayton", "last": "Anderson"}, "bio": {"birthday": "1826-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "KY", "district": 4, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "A000316", "govtrack": 400961, "icpsr": 269, "wikipedia": "John D. Ashmore", "house_history": 8698, "wikidata": "Q1699717", "google_entity_id": "kg:/m/02rtqq6"}, "name": {"first": "John", "middle": "Durant", "last": "Ashmore"}, "bio": {"birthday": "1819-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "SC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "A000347", "govtrack": 400998, "icpsr": 302, "wikipedia": "William Tecumsah Avery", "house_history": 8738, "wikidata": "Q2580731", "google_entity_id": "kg:/m/0ddl59"}, "name": {"first": "William", "middle": "Tecumsah", "last": "Avery"}, "bio": {"birthday": "1819-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "TN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "B000147", "govtrack": 401149, "icpsr": 439, "house_history": 8961, "wikipedia": "William Barksdale", "wikidata": "Q712059", "google_entity_id": "kg:/m/062nj4"}, "name": {"first": "William", "last": "Barksdale"}, "bio": {"birthday": "1821-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MS", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MS", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000172", "govtrack": 401173, "icpsr": 460, "wikipedia": "Thomas J. Barr", "house_history": 8994, "wikidata": "Q613039", "google_entity_id": "kg:/m/02rkx3z"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Barr"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 4, "party": "Ind. Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 4, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "B000175", "govtrack": 401176, "icpsr": 463, "wikipedia": "John Richard Barret", "house_history": 8997, "wikidata": "Q1701565", "google_entity_id": "kg:/m/02rz7by"}, "name": {"first": "John", "middle": "Richard", "last": "Barret"}, "bio": {"birthday": "1825-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MO", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000265", "govtrack": 401259, "icpsr": 540, "wikipedia": "Charles Lewis Beale", "house_history": 9117, "wikidata": "Q2377480", "google_entity_id": "kg:/m/0dc1sz"}, "name": {"first": "Charles", "middle": "Lewis", "last": "Beale"}, "bio": {"birthday": "1824-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "B000365", "govtrack": 401357, "icpsr": 627, "wikipedia": "Judah P. Benjamin", "wikidata": "Q466115", "google_entity_id": "kg:/m/01fptq"}, "name": {"first": "Judah", "middle": "Philip", "last": "Benjamin"}, "terms": [{"type": "sen", "start": "1853-12-05", "end": "1859-03-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1859-12-05", "end": "1861-12-31", "state": "LA", "class": 2, "party": "Democrat"}], "bio": {"birthday": "1811-08-06", "gender": "M"}}, {"id": {"bioguide": "B000473", "govtrack": 401454, "icpsr": 718, "wikipedia": "Kinsley S. Bingham", "house_history": 9390, "wikidata": "Q883811", "google_entity_id": "kg:/m/02wl66"}, "name": {"first": "Kinsley", "middle": "Scott", "last": "Bingham"}, "bio": {"birthday": "1808-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MI", "district": 3, "party": "Democrat"}, {"type": "sen", "start": "1859-12-05", "end": "1861-12-31", "state": "MI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000582", "govtrack": 401553, "icpsr": 815, "wikipedia": "Thomas S. Bocock", "house_history": 9529, "wikidata": "Q1734209", "google_entity_id": "kg:/m/0bfpdx"}, "name": {"first": "Thomas", "middle": "Stanley", "last": "Bocock"}, "bio": {"birthday": "1815-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000616", "govtrack": 401583, "icpsr": 844, "wikipedia": "Milledge Luke Bonham", "house_history": 9578, "wikidata": "Q882980", "google_entity_id": "kg:/m/06wfb3"}, "name": {"first": "Milledge", "middle": "Luke", "last": "Bonham"}, "bio": {"birthday": "1813-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000653", "govtrack": 401616, "icpsr": 872, "wikipedia": "Alexander Boteler", "house_history": 9630, "wikidata": "Q2641858", "google_entity_id": "kg:/m/02pk5m2"}, "name": {"first": "Alexander", "middle": "Robinson", "last": "Boteler"}, "bio": {"birthday": "1815-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VA", "district": 8, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "B000665", "govtrack": 401627, "icpsr": 882, "wikipedia": "John Edward Bouligny", "house_history": 9644, "wikidata": "Q503659", "google_entity_id": "kg:/m/0dd4fh"}, "name": {"first": "John", "middle": "Edward", "last": "Bouligny"}, "bio": {"birthday": "1824-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "LA", "district": 1, "party": "American"}]}, {"id": {"bioguide": "B000713", "govtrack": 401674, "icpsr": 926, "wikipedia": "William Waters Boyce", "house_history": 9707, "wikidata": "Q2581010", "google_entity_id": "kg:/m/0b0tct"}, "name": {"first": "William", "middle": "Waters", "last": "Boyce"}, "bio": {"birthday": "1818-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "SC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000730", "govtrack": 401690, "icpsr": 942, "wikipedia": "Reese Bowen Brabson", "house_history": 9728, "wikidata": "Q1686174", "google_entity_id": "kg:/m/0dcjwx"}, "name": {"first": "Reese", "middle": "Bowen", "last": "Brabson"}, "bio": {"birthday": "1817-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "TN", "district": 3, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "B000759", "govtrack": 401718, "icpsr": 968, "wikipedia": "Thomas Bragg", "wikidata": "Q711521", "google_entity_id": "kg:/m/02j1jx"}, "name": {"first": "Thomas", "last": "Bragg"}, "bio": {"birthday": "1810-11-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1859-12-05", "end": "1861-12-31", "state": "NC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000764", "govtrack": 401723, "icpsr": 973, "wikipedia": "Lawrence O'Bryan Branch", "house_history": 9764, "wikidata": "Q1809235", "google_entity_id": "kg:/m/044g04"}, "name": {"first": "Lawrence", "middle": "O'Bryan", "last": "Branch"}, "bio": {"birthday": "1820-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000779", "govtrack": 401738, "icpsr": 987, "wikipedia": "William Daniel Brayton", "house_history": 9785, "wikidata": "Q2578420", "google_entity_id": "kg:/m/02rj_bz"}, "name": {"first": "William", "middle": "Daniel", "last": "Brayton"}, "bio": {"birthday": "1815-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "RI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000829", "govtrack": 401786, "icpsr": 1032, "house_history": 9851, "wikipedia": "George Briggs (New York politician)", "wikidata": "Q759144", "google_entity_id": "kg:/m/026m4mk"}, "name": {"first": "George", "last": "Briggs"}, "bio": {"birthday": "1805-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B000842", "govtrack": 401799, "icpsr": 1044, "wikipedia": "Francis Bristow", "house_history": 9866, "wikidata": "Q1441420", "google_entity_id": "kg:/m/02qrdl1"}, "name": {"first": "Francis", "middle": "Marion", "last": "Bristow"}, "bio": {"birthday": "1804-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "KY", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "KY", "district": 3, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "B000900", "govtrack": 401857, "icpsr": 1095, "wikipedia": "Albert G. Brown", "house_history": 9945, "wikidata": "Q880583", "google_entity_id": "kg:/m/0464h2"}, "name": {"first": "Albert", "middle": "Gallatin", "last": "Brown"}, "bio": {"birthday": "1813-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MS", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MS", "district": 4, "party": "States Rights"}, {"type": "sen", "start": "1854-01-01", "end": "1859-03-03", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1859-12-05", "end": "1861-12-31", "state": "MS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B001068", "govtrack": 402014, "icpsr": 1244, "house_history": 10152, "wikipedia": "John Chilton Burch", "wikidata": "Q1699479", "google_entity_id": "kg:/m/0h1ys9"}, "name": {"first": "John", "middle": "Chilton", "last": "Burch"}, "bio": {"birthday": "1826-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "CA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "B001112", "govtrack": 402057, "icpsr": 1283, "wikipedia": "Anson Burlingame", "house_history": 10210, "wikidata": "Q569962", "google_entity_id": "kg:/m/01ngj8"}, "name": {"first": "Anson", "last": "Burlingame"}, "bio": {"birthday": "1820-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MA", "district": 5, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B001139", "govtrack": 402082, "icpsr": 1307, "wikipedia": "Silas M. Burroughs (politician)", "house_history": 10242, "wikidata": "Q13219088", "google_entity_id": "kg:/m/02rkwhb"}, "name": {"first": "Silas", "middle": "Mainville", "last": "Burroughs"}, "bio": {"birthday": "1810-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "B001199", "govtrack": 402141, "icpsr": 1359, "wikipedia": "Martin Butterfield", "house_history": 10316, "wikidata": "Q6775097", "google_entity_id": "kg:/m/026_4bj"}, "name": {"first": "Martin", "last": "Butterfield"}, "bio": {"birthday": "1790-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "C000144", "govtrack": 402293, "icpsr": 1501, "wikipedia": "John Carey (congressman)", "house_history": 10632, "wikidata": "Q6225130", "google_entity_id": "kg:/m/02rm1l0"}, "name": {"first": "John", "last": "Carey"}, "bio": {"birthday": "1792-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "C000198", "govtrack": 402344, "icpsr": 1548, "wikipedia": "Luther C. Carter", "house_history": 10701, "wikidata": "Q1638956", "google_entity_id": "kg:/m/02rktlx"}, "name": {"first": "Luther", "middle": "Cullen", "last": "Carter"}, "bio": {"birthday": "1805-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000219", "govtrack": 402365, "icpsr": 1568, "wikipedia": "Charles Case", "house_history": 10728, "wikidata": "Q1063905", "google_entity_id": "kg:/m/0g7l4z"}, "name": {"first": "Charles", "last": "Case"}, "bio": {"birthday": "1817-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "C000435", "govtrack": 402573, "icpsr": 1767, "wikipedia": "Horace F. Clark", "house_history": 10997, "wikidata": "Q1383714", "google_entity_id": "kg:/m/02rkqt_"}, "name": {"first": "Horace", "middle": "Francis", "last": "Clark"}, "bio": {"birthday": "1815-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 8, "party": "Anti-Lecompton Democrat"}]}, {"id": {"bioguide": "C000480", "govtrack": 402618, "icpsr": 1808, "wikipedia": "Clement Claiborne Clay", "wikidata": "Q928988", "google_entity_id": "kg:/m/03gcq7"}, "name": {"first": "Clement", "middle": "Claiborne", "last": "Clay", "suffix": "Jr."}, "bio": {"birthday": "1816-12-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1853-12-05", "end": "1859-03-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1859-12-05", "end": "1861-12-31", "state": "AL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000502", "govtrack": 402639, "icpsr": 1828, "wikipedia": "Sherrard Clemens", "house_history": 11075, "wikidata": "Q2278430", "google_entity_id": "kg:/m/02phxyj"}, "name": {"first": "Sherrard", "last": "Clemens"}, "bio": {"birthday": "1820-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "C000530", "govtrack": 402664, "icpsr": 1852, "wikipedia": "David Clopton", "house_history": 11111, "wikidata": "Q773414", "google_entity_id": "kg:/m/0gy80w"}, "name": {"first": "David", "last": "Clopton"}, "bio": {"birthday": "1820-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000554", "govtrack": 402687, "icpsr": 1874, "wikipedia": "Williamson Robert Winfield Cobb", "house_history": 11142, "wikidata": "Q2581277", "google_entity_id": "kg:/m/026zbyh"}, "name": {"first": "Williamson", "middle": "Robert Winfield", "last": "Cobb"}, "bio": {"birthday": "1807-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "AL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000559", "govtrack": 402691, "icpsr": 1877, "house_history": 11149, "wikipedia": "Stephen Coburn", "wikidata": "Q2344613", "google_entity_id": "kg:/m/0krtzk"}, "name": {"first": "Stephen", "last": "Coburn"}, "bio": {"birthday": "1817-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "ME", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000569", "govtrack": 402698, "icpsr": 1885, "wikipedia": "Clark B. Cochrane", "house_history": 11162, "wikidata": "Q4027142", "google_entity_id": "kg:/m/02rkndd"}, "name": {"first": "Clark", "middle": "Betton", "last": "Cochrane"}, "bio": {"birthday": "1815-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "C000570", "govtrack": 402699, "icpsr": 1886, "wikipedia": "John Cochrane (general)", "house_history": 11163, "wikidata": "Q5844272", "google_entity_id": "kg:/m/03d9dbh"}, "name": {"first": "John", "last": "Cochrane"}, "bio": {"birthday": "1813-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000749", "govtrack": 402870, "icpsr": 2044, "wikipedia": "George B. Cooper", "house_history": 11392, "wikidata": "Q1429584", "google_entity_id": "kg:/m/026vg6g"}, "name": {"first": "George", "middle": "Byran", "last": "Cooper"}, "bio": {"birthday": "1808-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000857", "govtrack": 402973, "icpsr": 2134, "house_history": 11528, "wikipedia": "James Craig (Missouri)", "wikidata": "Q1680217", "google_entity_id": "kg:/m/07s76x"}, "name": {"first": "James", "last": "Craig"}, "bio": {"birthday": "1818-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MO", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000862", "govtrack": 402977, "icpsr": 2138, "wikipedia": "Francis Burton Craige", "house_history": 11534, "wikidata": "Q640983", "google_entity_id": "kg:/m/0bplfc"}, "name": {"first": "Francis", "middle": "Burton", "last": "Craige"}, "bio": {"birthday": "1811-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000892", "govtrack": 403004, "icpsr": 2162, "wikipedia": "Martin Jenkins Crawford", "house_history": 11570, "wikidata": "Q1904150", "google_entity_id": "kg:/m/027crhn"}, "name": {"first": "Martin", "middle": "Jenkins", "last": "Crawford"}, "bio": {"birthday": "1820-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "GA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C001003", "govtrack": 403110, "icpsr": 2264, "wikipedia": "Jabez Lamar Monroe Curry", "house_history": 11707, "wikidata": "Q357356", "google_entity_id": "kg:/m/01hrl0"}, "name": {"first": "Jabez", "middle": "Lamar Monroe", "last": "Curry"}, "bio": {"birthday": "1825-06-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "AL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "D000086", "govtrack": 403223, "icpsr": 2368, "wikipedia": "Thomas G. Davidson", "house_history": 11939, "wikidata": "Q2424091", "google_entity_id": "kg:/m/02rv97n"}, "name": {"first": "Thomas", "middle": "Green", "last": "Davidson"}, "bio": {"birthday": "1805-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "LA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000118", "govtrack": 403253, "icpsr": 2397, "wikipedia": "John G. Davis", "house_history": 11978, "wikidata": "Q1700147", "google_entity_id": "kg:/m/02rkgpw"}, "name": {"first": "John", "middle": "Givan", "last": "Davis"}, "bio": {"birthday": "1810-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IN", "district": 7, "party": "Anti-Lecompton Democrat"}]}, {"id": {"bioguide": "D000127", "govtrack": 403262, "icpsr": 2404, "wikipedia": "Reuben Davis (representative)", "house_history": 11991, "wikidata": "Q2146529", "google_entity_id": "kg:/m/02x2z92"}, "name": {"first": "Reuben", "last": "Davis"}, "bio": {"birthday": "1813-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000303", "govtrack": 403425, "icpsr": 2556, "house_history": 12204, "wikipedia": "John Dick (politician)", "wikidata": "Q6229352", "google_entity_id": "kg:/m/0b317l"}, "name": {"first": "John", "last": "Dick"}, "bio": {"birthday": "1794-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 25, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 25, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "D000351", "govtrack": 403469, "icpsr": 2601, "wikipedia": "William Harrison Dimmick", "house_history": 12262, "wikidata": "Q8010946", "google_entity_id": "kg:/m/0ktc20"}, "name": {"first": "William", "middle": "Harrison", "last": "Dimmick"}, "bio": {"birthday": "1815-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "D000457", "govtrack": 403567, "icpsr": 2692, "wikipedia": "Stephen A. Douglas", "house_history": 12404, "wikidata": "Q433174", "google_entity_id": "kg:/m/0170hg"}, "name": {"first": "Stephen", "middle": "Arnold", "last": "Douglas"}, "bio": {"birthday": "1813-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1847-12-06", "end": "1853-03-03", "state": "IL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1853-12-05", "end": "1859-03-03", "state": "IL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1859-12-05", "end": "1861-12-31", "state": "IL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000058", "govtrack": 403753, "icpsr": 2857, "wikipedia": "Henry A. Edmundson", "house_history": 12671, "wikidata": "Q64790", "google_entity_id": "kg:/m/027qm69"}, "name": {"first": "Henry", "middle": "Alonzo", "last": "Edmundson"}, "bio": {"birthday": "1814-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "E000191", "govtrack": 403879, "icpsr": 2972, "wikipedia": "William Hayden English", "house_history": 12833, "wikidata": "Q442044", "google_entity_id": "kg:/m/039lks"}, "name": {"first": "William", "middle": "Hayden", "last": "English"}, "bio": {"birthday": "1822-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000220", "govtrack": 403906, "wikipedia": "Experience Estabrook", "house_history": 12874, "wikidata": "Q1384347", "google_entity_id": "kg:/m/02z38ph"}, "name": {"first": "Experience", "last": "Estabrook"}, "bio": {"birthday": "1813-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NE", "district": -1}]}, {"id": {"bioguide": "E000227", "govtrack": 403912, "icpsr": 2998, "wikipedia": "Emerson Etheridge", "house_history": 12883, "wikidata": "Q1335544", "google_entity_id": "kg:/m/0dcj8s"}, "name": {"first": "Emerson", "last": "Etheridge"}, "bio": {"birthday": "1819-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "TN", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "TN", "district": 9, "party": "American"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "TN", "district": 9, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "F000214", "govtrack": 404169, "icpsr": 3229, "wikipedia": "Thomas Birch Florence", "house_history": 13239, "wikidata": "Q13219622", "google_entity_id": "kg:/m/0ktbql"}, "name": {"first": "Thomas", "middle": "Birch", "last": "Florence"}, "bio": {"birthday": "1812-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000312", "govtrack": 404261, "icpsr": 3314, "wikipedia": "Stephen Clark Foster (Maine)", "house_history": 13366, "wikidata": "Q2344611", "google_entity_id": "kg:/m/02w_zmt"}, "name": {"first": "Stephen", "middle": "Clark", "last": "Foster"}, "bio": {"birthday": "1799-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "ME", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "ME", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "F000377", "govtrack": 404322, "icpsr": 3369, "wikipedia": "Ezra B. French", "house_history": 13446, "wikidata": "Q1386061", "google_entity_id": "kg:/m/02rxslr"}, "name": {"first": "Ezra", "middle": "Bartlett", "last": "French"}, "bio": {"birthday": "1810-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "ME", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000076", "govtrack": 404448, "icpsr": 3484, "wikipedia": "Muscoe Russell Hunter Garnett", "house_history": 13657, "wikidata": "Q590202", "google_entity_id": "kg:/m/02x4zd6"}, "name": {"first": "Muscoe", "middle": "Russell Hunter", "last": "Garnett"}, "bio": {"birthday": "1821-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000088", "govtrack": 404460, "icpsr": 3496, "wikipedia": "Lucius Jeremiah Gartrell", "house_history": 13671, "wikidata": "Q1310669", "google_entity_id": "kg:/m/0gjsjz"}, "name": {"first": "Lucius", "middle": "Jeremiah", "last": "Gartrell"}, "bio": {"birthday": "1821-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000217", "govtrack": 404579, "icpsr": 3612, "house_history": 13840, "wikipedia": "John Adams Gilmer", "wikidata": "Q1699094", "google_entity_id": "kg:/m/0bpl6f"}, "name": {"first": "John", "middle": "Adams", "last": "Gilmer"}, "bio": {"birthday": "1805-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NC", "district": 5, "party": "American"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NC", "district": 5, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "G000281", "govtrack": 404642, "icpsr": 3669, "wikipedia": "William Goode (politician)", "house_history": 13918, "wikidata": "Q2578977", "google_entity_id": "kg:/m/02894qg"}, "name": {"first": "William", "middle": "Osborne", "last": "Goode"}, "bio": {"birthday": "1798-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000356", "govtrack": 404711, "icpsr": 3734, "wikipedia": "James H. Graham", "house_history": 14011, "wikidata": "Q6135172", "google_entity_id": "kg:/m/02rkr60"}, "name": {"first": "James", "middle": "Harper", "last": "Graham"}, "bio": {"birthday": "1812-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "H000034", "govtrack": 404919, "icpsr": 3922, "house_history": 14331, "wikipedia": "John P. Hale", "wikidata": "Q716927", "google_entity_id": "kg:/m/01ywsl"}, "name": {"first": "John", "middle": "Parker", "last": "Hale"}, "bio": {"birthday": "1806-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NH", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1847-12-06", "end": "1853-03-03", "state": "NH", "class": 2, "party": "Free Soil"}, {"type": "sen", "start": "1855-12-03", "end": "1859-03-03", "state": "NH", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1859-12-05", "end": "1865-03-03", "state": "NH", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000046", "govtrack": 404931, "icpsr": 3934, "wikipedia": "Chapin Hall", "house_history": 14345, "wikidata": "Q5073163", "google_entity_id": "kg:/m/0ktc03"}, "name": {"first": "Chapin", "last": "Hall"}, "bio": {"birthday": "1816-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "H000103", "govtrack": 404985, "icpsr": 3984, "wikipedia": "Andrew Jackson Hamilton", "house_history": 14413, "wikidata": "Q505427", "google_entity_id": "kg:/m/04g54r"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Hamilton"}, "bio": {"birthday": "1815-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "TX", "district": 2, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "H000244", "govtrack": 405122, "icpsr": 4105, "wikipedia": "James Morrison Harris", "house_history": 14587, "wikidata": "Q1027513", "google_entity_id": "kg:/m/0557yg"}, "name": {"first": "James", "middle": "Morrison", "last": "Harris"}, "bio": {"birthday": "1817-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MD", "district": 3, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MD", "district": 3, "party": "American"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MD", "district": 3, "party": "American"}]}, {"id": {"bioguide": "H000321", "govtrack": 405194, "icpsr": 4175, "wikipedia": "John B. Haskin", "house_history": 14678, "wikidata": "Q1589864", "google_entity_id": "kg:/m/02rks11"}, "name": {"first": "John", "middle": "Bussing", "last": "Haskin"}, "bio": {"birthday": "1821-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 9, "party": "Anti-Lecompton Democrat"}]}, {"id": {"bioguide": "H000349", "govtrack": 405218, "icpsr": 4194, "wikipedia": "Robert H. Hatton", "house_history": 14712, "wikidata": "Q2157422", "google_entity_id": "kg:/m/0d1l4g"}, "name": {"first": "Robert", "middle": "Hopkins", "last": "Hatton"}, "bio": {"birthday": "1826-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "TN", "district": 5, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "H000353", "govtrack": 405222, "icpsr": 4198, "wikipedia": "Henry P. Haun", "wikidata": "Q1607129", "google_entity_id": "kg:/m/03sgpg"}, "name": {"first": "Henry", "middle": "Peter", "last": "Haun"}, "bio": {"birthday": "1815-01-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1859-12-05", "end": "1861-03-03", "state": "CA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000369", "govtrack": 405238, "icpsr": 4213, "wikipedia": "George Sydney Hawkins", "house_history": 14736, "wikidata": "Q614613", "google_entity_id": "kg:/m/0b46fp"}, "name": {"first": "George", "middle": "Sydney", "last": "Hawkins"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "FL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000462", "govtrack": 405327, "icpsr": 4292, "wikipedia": "William Helmick", "house_history": 14855, "wikidata": "Q8011835", "google_entity_id": "kg:/m/02rm3mq"}, "name": {"first": "William", "last": "Helmick"}, "bio": {"birthday": "1817-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "H000468", "govtrack": 405331, "icpsr": 4296, "wikipedia": "John Hemphill (senator)", "wikidata": "Q456208", "google_entity_id": "kg:/m/028356y"}, "name": {"first": "John", "last": "Hemphill"}, "bio": {"birthday": "1803-12-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1859-12-05", "end": "1861-12-31", "state": "TX", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000628", "govtrack": 405485, "icpsr": 4440, "wikipedia": "Thomas C. Hindman", "house_history": 15061, "wikidata": "Q344477", "google_entity_id": "kg:/m/01qvq5"}, "name": {"first": "Thomas", "middle": "Carmichael", "last": "Hindman"}, "bio": {"birthday": "1828-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "AR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000658", "govtrack": 405513, "icpsr": 4466, "wikipedia": "Charles B. Hoard", "house_history": 15099, "wikidata": "Q5075305", "google_entity_id": "kg:/m/02rkmqr"}, "name": {"first": "Charles", "middle": "Brooks", "last": "Hoard"}, "bio": {"birthday": "1805-06-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "H000846", "govtrack": 405693, "icpsr": 4633, "wikipedia": "William Howard (congressman)", "house_history": 15332, "wikidata": "Q8012562", "google_entity_id": "kg:/m/02rm4wy"}, "name": {"first": "William", "last": "Howard"}, "bio": {"birthday": "1817-12-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000847", "govtrack": 405694, "icpsr": 4634, "wikipedia": "William Alanson Howard", "house_history": 15333, "wikidata": "Q1509888", "google_entity_id": "kg:/m/07xy_x"}, "name": {"first": "William", "middle": "Alanson", "last": "Howard"}, "bio": {"birthday": "1813-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MI", "district": 1, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000921", "govtrack": 405766, "icpsr": 4700, "wikipedia": "George Wurtz Hughes", "house_history": 15421, "wikidata": "Q2386140", "google_entity_id": "kg:/m/09jwtt"}, "name": {"first": "George", "middle": "Wurtz", "last": "Hughes"}, "bio": {"birthday": "1806-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MD", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000988", "govtrack": 405829, "icpsr": 4759, "house_history": 15500, "wikipedia": "Robert M. T. Hunter", "wikidata": "Q1355895", "google_entity_id": "kg:/m/04t705"}, "name": {"first": "Robert", "middle": "Mercer Taliaferro", "last": "Hunter"}, "bio": {"birthday": "1809-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "VA", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "VA", "district": 9, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 9, "party": "Independent"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "sen", "start": "1847-12-06", "end": "1853-03-03", "state": "VA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1853-12-05", "end": "1859-03-03", "state": "VA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1859-12-05", "end": "1861-12-31", "state": "VA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "I000036", "govtrack": 405893, "icpsr": 4821, "wikipedia": "William Irvine (lawyer)", "house_history": 15662, "wikidata": "Q8013097", "google_entity_id": "kg:/m/04vnl0"}, "name": {"first": "William", "last": "Irvine"}, "bio": {"birthday": "1820-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "J000016", "govtrack": 405924, "icpsr": 4855, "wikipedia": "James Jackson (congressman)", "house_history": 15712, "wikidata": "Q1680627", "google_entity_id": "kg:/m/086nl_"}, "name": {"first": "James", "last": "Jackson"}, "bio": {"birthday": "1819-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "GA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "J000081", "govtrack": 405984, "icpsr": 4912, "house_history": 15796, "wikipedia": "Albert G. Jenkins", "wikidata": "Q2484581", "google_entity_id": "kg:/m/0d9wfj"}, "name": {"first": "Albert", "middle": "Gallatin", "last": "Jenkins"}, "bio": {"birthday": "1830-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "J000235", "govtrack": 406128, "icpsr": 5045, "wikipedia": "John James Jones", "house_history": 15989, "wikidata": "Q1389749", "google_entity_id": "kg:/m/027c4nd"}, "name": {"first": "John", "middle": "James", "last": "Jones"}, "bio": {"birthday": "1824-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "J000281", "govtrack": 406173, "icpsr": 5086, "wikipedia": "Benjamin Franklin Junkin", "house_history": 16051, "wikidata": "Q4888651", "google_entity_id": "kg:/m/0ktc0h"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Junkin"}, "bio": {"birthday": "1822-11-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "K000054", "govtrack": 406224, "icpsr": 5132, "wikipedia": "Laurence M. Keitt", "house_history": 16148, "wikidata": "Q1233399", "google_entity_id": "kg:/m/06r3h1"}, "name": {"first": "Laurence", "middle": "Massillon", "last": "Keitt"}, "bio": {"birthday": "1824-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "SC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "K000128", "govtrack": 406294, "icpsr": 5197, "wikipedia": "William S. Kenyon (New York politician)", "house_history": 16237, "wikidata": "Q2114836", "google_entity_id": "kg:/m/02rky8f"}, "name": {"first": "William", "middle": "Scheuneman", "last": "Kenyon"}, "bio": {"birthday": "1820-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "K000175", "govtrack": 406338, "icpsr": 5239, "wikipedia": "David Kilgore", "house_history": 16296, "wikidata": "Q587033", "google_entity_id": "kg:/m/02rkfdz"}, "name": {"first": "David", "last": "Kilgore"}, "bio": {"birthday": "1804-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "K000339", "govtrack": 406492, "icpsr": 5375, "wikipedia": "Jacob Michael Kunkel", "house_history": 16510, "wikidata": "Q747533", "google_entity_id": "kg:/m/02rhj0m"}, "name": {"first": "Jacob", "middle": "Michael", "last": "Kunkel"}, "bio": {"birthday": "1822-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MD", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "L000053", "govtrack": 406562, "icpsr": 5435, "wikipedia": "John M. Landrum", "house_history": 16651, "wikidata": "Q1276105", "google_entity_id": "kg:/m/02rv9hx"}, "name": {"first": "John", "middle": "Morgan", "last": "Landrum"}, "bio": {"birthday": "1815-07-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "L000062", "govtrack": 406571, "icpsr": 5444, "wikipedia": "Joseph Lane", "house_history": 16664, "wikidata": "Q372848", "google_entity_id": "kg:/m/03lx48"}, "name": {"first": "Joseph", "last": "Lane"}, "bio": {"birthday": "1801-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OR", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OR", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OR", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OR", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1859-12-05", "end": "1861-03-03", "state": "OR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000099", "govtrack": 406606, "icpsr": 5478, "wikipedia": "Charles H. Larrabee", "house_history": 16717, "wikidata": "Q1064670", "google_entity_id": "kg:/m/02vrqg3"}, "name": {"first": "Charles", "middle": "Hathaway", "last": "Larrabee"}, "bio": {"birthday": "1820-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "WI", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000168", "govtrack": 406672, "icpsr": 5535, "wikipedia": "Dewitt C. Leach", "house_history": 16808, "wikidata": "Q1179688", "google_entity_id": "kg:/m/02898gj"}, "name": {"first": "De", "middle": "Witt Clinton", "last": "Leach"}, "bio": {"birthday": "1822-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MI", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "L000176", "govtrack": 406678, "icpsr": 5541, "wikipedia": "Shelton Leake", "house_history": 16817, "wikidata": "Q2278000", "google_entity_id": "kg:/m/0287rr1"}, "name": {"first": "Shelton", "middle": "Farrar", "last": "Leake"}, "bio": {"birthday": "1812-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VA", "district": 6, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "L000199", "govtrack": 406702, "icpsr": 5563, "wikipedia": "M. Lindley Lee", "house_history": 16843, "wikidata": "Q6712843", "google_entity_id": "kg:/m/02rktnm"}, "name": {"first": "Moses", "middle": "Lindley", "last": "Lee"}, "bio": {"birthday": "1805-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "L000432", "govtrack": 406923, "icpsr": 5769, "wikipedia": "Henry Clay Longnecker", "house_history": 17131, "wikidata": "Q5719508", "google_entity_id": "kg:/m/0ktbyh"}, "name": {"first": "Henry", "middle": "Clay", "last": "Longnecker"}, "bio": {"birthday": "1820-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "L000457", "govtrack": 406946, "icpsr": 5793, "wikipedia": "Peter Early Love", "house_history": 17165, "wikidata": "Q255111", "google_entity_id": "kg:/m/02749zn"}, "name": {"first": "Peter", "middle": "Early", "last": "Love"}, "bio": {"birthday": "1818-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000032", "govtrack": 407060, "icpsr": 5893, "wikipedia": "William B. Maclay", "house_history": 17365, "wikidata": "Q613020", "google_entity_id": "kg:/m/0271nm4"}, "name": {"first": "William", "middle": "Brown", "last": "Maclay"}, "bio": {"birthday": "1812-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000171", "govtrack": 407193, "icpsr": 6017, "wikipedia": "Charles D. Martin", "house_history": 17536, "wikidata": "Q5076657", "google_entity_id": "kg:/m/02rl_4n"}, "name": {"first": "Charles", "middle": "Drake", "last": "Martin"}, "bio": {"birthday": "1829-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "M000179", "govtrack": 412163, "icpsr": 6023, "wikipedia": "Elbert S. Martin", "house_history": 17545, "wikidata": "Q82239", "google_entity_id": "kg:/m/0283h8h"}, "name": {"first": "Elbert", "middle": "Sevier", "last": "Martin"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VA", "district": 13, "party": "Ind. Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "M000503", "govtrack": 407498, "icpsr": 6297, "wikipedia": "Jacob Kerlin McKenty", "house_history": 17957, "wikidata": "Q6118849", "google_entity_id": "kg:/m/0ktbpg"}, "name": {"first": "Jacob", "middle": "Kerlin", "last": "McKenty"}, "bio": {"birthday": "1827-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000595", "govtrack": 407584, "icpsr": 6377, "wikipedia": "John McQueen", "house_history": 18069, "wikidata": "Q1250738", "google_entity_id": "kg:/m/02rtqpw"}, "name": {"first": "John", "last": "McQueen"}, "bio": {"birthday": "1804-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "SC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000596", "govtrack": 407585, "icpsr": 6378, "wikipedia": "John J. McRae", "house_history": 18071, "wikidata": "Q359294", "google_entity_id": "kg:/m/0464sg"}, "name": {"first": "John", "middle": "Jones", "last": "McRae"}, "bio": {"birthday": "1815-01-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1851-12-01", "end": "1853-03-03", "state": "MS", "class": 1, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MS", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000707", "govtrack": 407690, "icpsr": 6468, "house_history": 18215, "wikipedia": "William Porcher Miles", "wikidata": "Q123223", "google_entity_id": "kg:/m/06pxdv"}, "name": {"first": "William", "middle": "Porcher", "last": "Miles"}, "bio": {"birthday": "1822-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "SC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000780", "govtrack": 407758, "icpsr": 6533, "wikipedia": "John Millson", "house_history": 18307, "wikidata": "Q1701106", "google_entity_id": "kg:/m/03c2_c2"}, "name": {"first": "John", "middle": "Singleton", "last": "Millson"}, "bio": {"birthday": "1808-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000782", "govtrack": 407760, "icpsr": 6535, "wikipedia": "William Millward", "house_history": 18309, "wikidata": "Q8015652", "google_entity_id": "kg:/m/0ktbxr"}, "name": {"first": "William", "last": "Millward"}, "bio": {"birthday": "1822-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 3, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000875", "govtrack": 407847, "icpsr": 6610, "wikipedia": "William Montgomery (congressman)", "house_history": 18430, "wikidata": "Q8015750", "google_entity_id": "kg:/m/0ktc3j"}, "name": {"first": "William", "last": "Montgomery"}, "bio": {"birthday": "1818-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "M000907", "govtrack": 407879, "icpsr": 6641, "wikipedia": "Laban T. Moore", "house_history": 18472, "wikidata": "Q1799368", "google_entity_id": "kg:/m/02rjwpd"}, "name": {"first": "Laban", "middle": "Theodore", "last": "Moore"}, "bio": {"birthday": "1829-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "KY", "district": 9, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "M000918", "govtrack": 407890, "icpsr": 6652, "wikipedia": "Sydenham Moore", "house_history": 18484, "wikidata": "Q735654", "google_entity_id": "kg:/m/02rk27t"}, "name": {"first": "Sydenham", "last": "Moore"}, "bio": {"birthday": "1817-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "AL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000977", "govtrack": 407945, "icpsr": 6704, "wikipedia": "Isaac N. Morris", "house_history": 18553, "wikidata": "Q6076832", "google_entity_id": "kg:/m/02rkb0b"}, "name": {"first": "Isaac", "middle": "Newton", "last": "Morris"}, "bio": {"birthday": "1812-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M001010", "govtrack": 407977, "icpsr": 6734, "house_history": 18592, "wikipedia": "Freeman H. Morse", "wikidata": "Q1453576", "google_entity_id": "kg:/m/02x5hk8"}, "name": {"first": "Freeman", "middle": "Harlow", "last": "Morse"}, "bio": {"birthday": "1807-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "ME", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "ME", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "N000096", "govtrack": 408181, "icpsr": 6921, "wikipedia": "Alfred O. P. Nicholson", "wikidata": "Q1766722", "google_entity_id": "kg:/m/04kc86"}, "name": {"first": "Alfred", "middle": "Osborn Pope", "last": "Nicholson"}, "bio": {"birthday": "1808-08-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1840-01-01", "end": "1843-03-03", "state": "TN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1859-12-05", "end": "1861-12-31", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "O000125", "govtrack": 408378, "house_history": 19218, "wikipedia": "Miguel Antonio Otero (born 1829)", "wikidata": "Q1932568", "google_entity_id": "kg:/m/05yd_7"}, "name": {"first": "Miguel", "middle": "Antonio", "last": "Otero"}, "bio": {"birthday": "1829-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NM", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NM", "district": -1}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NM", "district": -1}]}, {"id": {"bioguide": "P000039", "govtrack": 408449, "icpsr": 7176, "house_history": 19326, "wikipedia": "George William Palmer (New York)", "wikidata": "Q2271928", "google_entity_id": "kg:/m/0d2qqc"}, "name": {"first": "George", "middle": "William", "last": "Palmer"}, "bio": {"birthday": "1818-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "P000085", "govtrack": 408495, "wikipedia": "Marcus Junius Parrott", "house_history": 19377, "wikidata": "Q1894216", "google_entity_id": "kg:/m/0g2jvq"}, "name": {"first": "Marcus", "middle": "Junius", "last": "Parrott"}, "bio": {"birthday": "1828-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "KS", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "KS", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "P000214", "govtrack": 408617, "icpsr": 7330, "wikipedia": "William Pennington", "house_history": 19540, "wikidata": "Q437164", "google_entity_id": "kg:/m/03dhj8"}, "name": {"first": "William", "last": "Pennington"}, "bio": {"birthday": "1796-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NJ", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "P000243", "govtrack": 408646, "icpsr": 7356, "wikipedia": "John J. Perry", "house_history": 19579, "wikidata": "Q1700584", "google_entity_id": "kg:/m/02ry1m7"}, "name": {"first": "John", "middle": "Jasiel", "last": "Perry"}, "bio": {"birthday": "1811-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "ME", "district": 2, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "ME", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000278", "govtrack": 408678, "icpsr": 7384, "wikipedia": "John U. Pettit", "house_history": 19623, "wikidata": "Q1701979", "google_entity_id": "kg:/m/02rkgz3"}, "name": {"first": "John", "middle": "Upfold", "last": "Pettit"}, "bio": {"birthday": "1820-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IN", "district": 11, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IN", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "P000284", "govtrack": 408684, "icpsr": 7389, "wikipedia": "Samuel Peyton", "house_history": 19629, "wikidata": "Q2218746", "google_entity_id": "kg:/m/02rjz7x"}, "name": {"first": "Samuel", "middle": "Oldham", "last": "Peyton"}, "bio": {"birthday": "1804-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000470", "govtrack": 408856, "icpsr": 7561, "wikipedia": "Emory B. Pottle", "house_history": 19861, "wikidata": "Q5373676", "google_entity_id": "kg:/m/02rkp87"}, "name": {"first": "Emory", "middle": "Bemsley", "last": "Pottle"}, "bio": {"birthday": "1815-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "P000481", "govtrack": 408866, "icpsr": 7572, "wikipedia": "Lazarus W. Powell", "wikidata": "Q734742", "google_entity_id": "kg:/m/06r_0h"}, "name": {"first": "Lazarus", "middle": "Whitehead", "last": "Powell"}, "bio": {"birthday": "1812-10-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1859-12-05", "end": "1865-03-03", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000558", "govtrack": 408941, "icpsr": 7641, "wikipedia": "Roger Atkinson Pryor", "house_history": 19971, "wikidata": "Q2161601", "google_entity_id": "kg:/m/057xnr"}, "name": {"first": "Roger", "middle": "Atkinson", "last": "Pryor"}, "bio": {"birthday": "1828-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "Q000002", "govtrack": 408966, "icpsr": 7664, "wikipedia": "James Minor Quarles", "house_history": 20044, "wikidata": "Q1680836", "google_entity_id": "kg:/m/0dcvhd"}, "name": {"first": "James", "middle": "Minor", "last": "Quarles"}, "bio": {"birthday": "1823-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "TN", "district": 8, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "R000171", "govtrack": 409147, "icpsr": 7829, "wikipedia": "Edwin R. Reynolds", "house_history": 20298, "wikidata": "Q5346766", "google_entity_id": "kg:/m/03c2zcs"}, "name": {"first": "Edwin", "middle": "Ruthvin", "last": "Reynolds"}, "bio": {"birthday": "1816-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "R000175", "govtrack": 409151, "icpsr": 7833, "wikipedia": "John Hazard Reynolds", "house_history": 20302, "wikidata": "Q2688696", "google_entity_id": "kg:/m/03lrh1"}, "name": {"first": "John", "middle": "Hazard", "last": "Reynolds"}, "bio": {"birthday": "1819-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 14, "party": "Anti-Lecompton Democrat"}]}, {"id": {"bioguide": "R000254", "govtrack": 409230, "icpsr": 7904, "wikipedia": "Jetur R. Riggs", "house_history": 20400, "wikidata": "Q1688530", "google_entity_id": "kg:/m/02rz8tp"}, "name": {"first": "Jetur", "middle": "Rose", "last": "Riggs"}, "bio": {"birthday": "1809-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NJ", "district": 4, "party": "Anti-Lecompton Democrat"}]}, {"id": {"bioguide": "R000333", "govtrack": 409304, "icpsr": 7973, "wikipedia": "Christopher Robinson (Rhode Island)", "house_history": 20496, "wikidata": "Q1086925", "google_entity_id": "kg:/m/02wxfnq"}, "name": {"first": "Christopher", "last": "Robinson"}, "bio": {"birthday": "1806-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "RI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000488", "govtrack": 409447, "icpsr": 8098, "house_history": 20689, "wikipedia": "Homer Elihu Royce", "wikidata": "Q1626013", "google_entity_id": "kg:/m/0g6fdj"}, "name": {"first": "Homer", "middle": "Elihu", "last": "Royce"}, "bio": {"birthday": "1819-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000499", "govtrack": 409458, "icpsr": 8106, "house_history": 20702, "wikipedia": "Thomas Hart Ruffin", "wikidata": "Q2426966", "google_entity_id": "kg:/m/0bpl29"}, "name": {"first": "Thomas", "last": "Ruffin"}, "bio": {"birthday": "1820-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000544", "govtrack": 412093, "icpsr": 8145, "house_history": 20752, "wikipedia": "Albert Rust", "wikidata": "Q1532143", "google_entity_id": "kg:/m/01vy2p"}, "name": {"first": "Albert", "last": "Rust"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "AR", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000158", "govtrack": 409665, "icpsr": 8286, "wikipedia": "John Schwartz", "house_history": 21336, "wikidata": "Q6257008", "google_entity_id": "kg:/m/0ktbpv"}, "name": {"first": "John", "last": "Schwartz"}, "bio": {"birthday": "1793-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 8, "party": "Anti-Lecompton Democrat"}]}, {"id": {"bioguide": "S000167", "govtrack": 409674, "icpsr": 8294, "wikipedia": "Charles L. Scott", "house_history": 21349, "wikidata": "Q1065238", "google_entity_id": "kg:/m/0bms22"}, "name": {"first": "Charles", "middle": "Lewis", "last": "Scott"}, "bio": {"birthday": "1827-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "CA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "CA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S000216", "govtrack": 409721, "icpsr": 8339, "wikipedia": "William K. Sebastian", "wikidata": "Q433902", "google_entity_id": "kg:/m/04y44t"}, "name": {"first": "William", "middle": "King", "last": "Sebastian"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1848-01-01", "end": "1853-03-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1853-12-05", "end": "1859-03-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1859-12-05", "end": "1861-12-31", "state": "AR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000421", "govtrack": 409915, "icpsr": 8520, "wikipedia": "William E. Simms", "house_history": 21661, "wikidata": "Q2578588", "google_entity_id": "kg:/m/02rchwv"}, "name": {"first": "William", "middle": "Emmett", "last": "Simms"}, "bio": {"birthday": "1822-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "KY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "S000526", "govtrack": 410009, "icpsr": 8610, "wikipedia": "Delazon Smith", "wikidata": "Q1183988", "google_entity_id": "kg:/m/09svz1"}, "name": {"first": "Delazon", "last": "Smith"}, "bio": {"birthday": "1816-10-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1859-12-05", "end": "1859-12-31", "state": "OR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000627", "govtrack": 410102, "icpsr": 8697, "house_history": 21910, "wikipedia": "William Smith (Virginia governor)", "wikidata": "Q650795", "google_entity_id": "kg:/m/06kvky"}, "name": {"first": "William", "last": "Smith"}, "bio": {"birthday": "1797-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "VA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "S000634", "govtrack": 410108, "icpsr": 8703, "wikipedia": "William Nathan Harrell Smith", "house_history": 21918, "wikidata": "Q1667529", "google_entity_id": "kg:/m/0bpk_6"}, "name": {"first": "William", "middle": "Nathan Harrell", "last": "Smith"}, "bio": {"birthday": "1812-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NC", "district": 1, "party": "Ind. Republican-Democrat"}]}, {"id": {"bioguide": "S000678", "govtrack": 410150, "icpsr": 8741, "wikipedia": "Daniel E. Somes", "house_history": 21976, "wikidata": "Q1160525", "google_entity_id": "kg:/m/02x3jhb"}, "name": {"first": "Daniel", "middle": "Eton", "last": "Somes"}, "bio": {"birthday": "1815-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "ME", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000735", "govtrack": 410204, "icpsr": 8795, "wikipedia": "Cyrus Spink", "house_history": 22046, "wikidata": "Q5201146", "google_entity_id": "kg:/m/02rl_b4"}, "name": {"first": "Cyrus", "last": "Spink"}, "bio": {"birthday": "1793-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "S000737", "govtrack": 410206, "icpsr": 8797, "wikipedia": "Francis E. Spinner", "house_history": 22048, "wikidata": "Q13219181", "google_entity_id": "kg:/m/02rkpcx"}, "name": {"first": "Francis", "middle": "Elias", "last": "Spinner"}, "bio": {"birthday": "1802-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "S000786", "govtrack": 410252, "icpsr": 8829, "wikipedia": "James Adams Stallworth", "house_history": 22112, "wikidata": "Q1679923", "google_entity_id": "kg:/m/02rk1t0"}, "name": {"first": "James", "middle": "Adams", "last": "Stallworth"}, "bio": {"birthday": "1822-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "AL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000801", "govtrack": 410267, "icpsr": 8843, "wikipedia": "Benjamin Stanton", "house_history": 22130, "wikidata": "Q817693", "google_entity_id": "kg:/m/02rl_05"}, "name": {"first": "Benjamin", "last": "Stanton"}, "bio": {"birthday": "1809-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 8, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "S000881", "govtrack": 410343, "house_history": 22228, "wikipedia": "Isaac Stevens", "wikidata": "Q888719", "google_entity_id": "kg:/m/029n3n"}, "name": {"first": "Isaac", "middle": "Ingalls", "last": "Stevens"}, "bio": {"birthday": "1818-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "WA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "WA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S000910", "govtrack": 410371, "icpsr": 8936, "wikipedia": "James Augustus Stewart", "house_history": 22262, "wikidata": "Q336872", "google_entity_id": "kg:/m/026wwqk"}, "name": {"first": "James", "middle": "Augustus", "last": "Stewart"}, "bio": {"birthday": "1808-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000921", "govtrack": 410381, "icpsr": 8947, "wikipedia": "William Stewart (Pennsylvania)", "house_history": 22277, "wikidata": "Q8018828", "google_entity_id": "kg:/m/0ktc17"}, "name": {"first": "William", "last": "Stewart"}, "bio": {"birthday": "1810-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "S000981", "govtrack": 410440, "icpsr": 9002, "house_history": 22355, "wikipedia": "Lansing Stout", "wikidata": "Q1805559", "google_entity_id": "kg:/m/02q1vpt"}, "name": {"first": "Lansing", "last": "Stout"}, "bio": {"birthday": "1828-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000040", "govtrack": 410628, "icpsr": 9178, "wikipedia": "Mason Tappan", "house_history": 22682, "wikidata": "Q1579534", "google_entity_id": "kg:/m/09y4ys"}, "name": {"first": "Mason", "middle": "Weare", "last": "Tappan"}, "bio": {"birthday": "1817-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NH", "district": 2, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000094", "govtrack": 410677, "icpsr": 9225, "wikipedia": "Miles Taylor", "house_history": 22750, "wikidata": "Q1304089", "google_entity_id": "kg:/m/0ddr3x"}, "name": {"first": "Miles", "last": "Taylor"}, "bio": {"birthday": "1805-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "LA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000122", "govtrack": 410705, "icpsr": 9255, "wikipedia": "John C. Ten Eyck", "wikidata": "Q1699512", "google_entity_id": "kg:/m/0csny3"}, "name": {"first": "John", "middle": "Conover", "last": "Ten Eyck"}, "bio": {"birthday": "1814-03-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1859-12-05", "end": "1865-03-03", "state": "NJ", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000145", "govtrack": 410727, "icpsr": 9273, "wikipedia": "Eli Thayer", "house_history": 22808, "wikidata": "Q1328873", "google_entity_id": "kg:/m/08svk0"}, "name": {"first": "Eli", "last": "Thayer"}, "bio": {"birthday": "1819-06-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "T000151", "govtrack": 410733, "icpsr": 9279, "wikipedia": "Thomas Clarke Theaker", "house_history": 22814, "wikidata": "Q7788446", "google_entity_id": "kg:/m/0278bmf"}, "name": {"first": "Thomas", "middle": "Clarke", "last": "Theaker"}, "bio": {"birthday": "1812-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "T000170", "govtrack": 410751, "icpsr": 9296, "wikipedia": "James Houston Thomas", "house_history": 22836, "wikidata": "Q1680581", "google_entity_id": "kg:/m/0d998k"}, "name": {"first": "James", "middle": "Houston", "last": "Thomas"}, "bio": {"birthday": "1808-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "TN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "T000305", "govtrack": 410878, "icpsr": 9416, "wikipedia": "Cydnor B. Tompkins", "house_history": 23003, "wikidata": "Q5199155", "google_entity_id": "kg:/m/02rl_9t"}, "name": {"first": "Cydnor", "middle": "Bailey", "last": "Tompkins"}, "bio": {"birthday": "1810-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "T000313", "govtrack": 410886, "icpsr": 9423, "wikipedia": "Robert Toombs", "house_history": 23014, "wikidata": "Q1970615", "google_entity_id": "kg:/m/011zrs"}, "name": {"first": "Robert", "middle": "Augustus", "last": "Toombs"}, "bio": {"birthday": "1810-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "GA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "GA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "GA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "GA", "district": 8, "party": "Whig"}, {"type": "sen", "start": "1853-12-05", "end": "1859-03-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1859-12-05", "end": "1861-12-31", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "U000010", "govtrack": 411034, "icpsr": 9557, "house_history": 20839, "wikipedia": "John William Henderson Underwood", "wikidata": "Q969788", "google_entity_id": "kg:/m/0286b_6"}, "name": {"first": "John", "middle": "William Henderson", "last": "Underwood"}, "bio": {"birthday": "1816-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000006", "govtrack": 411185, "icpsr": 9699, "wikipedia": "Edward Wade", "house_history": 23226, "wikidata": "Q1290133", "google_entity_id": "kg:/m/02rl_n4"}, "name": {"first": "Edward", "last": "Wade"}, "bio": {"birthday": "1802-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 19, "party": "Free Soil"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 19, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "W000173", "govtrack": 411346, "icpsr": 9851, "house_history": 23415, "wikipedia": "Israel Washburn, Jr.", "wikidata": "Q433008", "google_entity_id": "kg:/m/07rlbc"}, "name": {"first": "Israel", "last": "Washburn", "suffix": "Jr."}, "bio": {"birthday": "1813-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "ME", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "ME", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "ME", "district": 5, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "ME", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "ME", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000280", "govtrack": 411445, "icpsr": 9940, "wikipedia": "Alfred Wells", "house_history": 23555, "wikidata": "Q4723607", "google_entity_id": "kg:/m/02rkm0r"}, "name": {"first": "Alfred", "last": "Wells"}, "bio": {"birthday": "1814-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "W000409", "govtrack": 411569, "icpsr": 10059, "house_history": 23699, "wikipedia": "William G. Whiteley", "wikidata": "Q2578918", "google_entity_id": "kg:/m/0262fy0"}, "name": {"first": "William", "middle": "Gustavus", "last": "Whiteley"}, "bio": {"birthday": "1819-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "W000447", "govtrack": 411604, "icpsr": 10093, "wikipedia": "Louis Wigfall", "wikidata": "Q2353927", "google_entity_id": "kg:/m/04l_mk"}, "name": {"first": "Louis", "middle": "Trezevant", "last": "Wigfall"}, "bio": {"gender": "M", "birthday": "1816-04-21"}, "terms": [{"type": "sen", "start": "1859-12-05", "end": "1861-12-31", "state": "TX", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000589", "govtrack": 411746, "icpsr": 10231, "wikipedia": "James Wilson (Indiana)", "house_history": 23917, "wikidata": "Q1265712", "google_entity_id": "kg:/m/02w2zzy"}, "name": {"first": "James", "last": "Wilson"}, "bio": {"birthday": "1825-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "W000640", "govtrack": 411794, "icpsr": 10278, "house_history": 23977, "wikipedia": "Warren Winslow", "wikidata": "Q2549811", "google_entity_id": "kg:/m/02j1k9"}, "name": {"first": "Warren", "last": "Winslow"}, "bio": {"birthday": "1810-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000696", "govtrack": 411848, "icpsr": 10326, "wikipedia": "John Wood (congressman)", "house_history": 24047, "wikidata": "Q2729966", "google_entity_id": "kg:/m/0ktbvv"}, "name": {"first": "John", "last": "Wood"}, "bio": {"birthday": "1816-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000717", "govtrack": 411869, "icpsr": 10347, "wikipedia": "John Woodruff (representative)", "house_history": 24073, "wikidata": "Q1702220", "google_entity_id": "kg:/m/02rtmkd"}, "name": {"first": "John", "last": "Woodruff"}, "bio": {"birthday": "1826-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "CT", "district": 2, "party": "American"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "CT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000728", "govtrack": 411881, "icpsr": 10359, "wikipedia": "Samuel H. Woodson (Missouri)", "house_history": 24086, "wikidata": "Q2218344", "google_entity_id": "kg:/m/02rl40c"}, "name": {"first": "Samuel", "middle": "Hughes", "last": "Woodson"}, "bio": {"birthday": "1815-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MO", "district": 5, "party": "American"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MO", "district": 5, "party": "American"}]}, {"id": {"bioguide": "W000765", "govtrack": 411914, "icpsr": 10393, "wikipedia": "John Vines Wright", "house_history": 24129, "wikidata": "Q1702020", "google_entity_id": "kg:/m/0dc76r"}, "name": {"first": "John", "middle": "Vines", "last": "Wright"}, "bio": {"birthday": "1828-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "TN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000059", "govtrack": 401064, "icpsr": 361, "wikipedia": "Edward Dickinson Baker", "house_history": 8848, "wikidata": "Q131929", "google_entity_id": "kg:/m/04wp7j"}, "name": {"first": "Edward", "middle": "Dickinson", "last": "Baker"}, "bio": {"birthday": "1811-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IL", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IL", "district": 6, "party": "Whig"}, {"type": "sen", "start": "1860-01-01", "end": "1861-12-31", "state": "OR", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000110", "govtrack": 406617, "icpsr": 5490, "house_history": 16733, "wikipedia": "Milton Latham", "wikidata": "Q275226", "google_entity_id": "kg:/m/03km29"}, "name": {"first": "Milton", "middle": "Slocum", "last": "Latham"}, "bio": {"birthday": "1827-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "CA", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1860-01-01", "end": "1863-03-03", "state": "CA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000313", "govtrack": 406807, "icpsr": 5666, "wikipedia": "Abraham Lincoln", "house_history": 16982, "wikidata": "Q91", "google_entity_id": "kg:/m/0gzh"}, "name": {"first": "Abraham", "last": "Lincoln"}, "bio": {"birthday": "1809-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IL", "district": 7, "party": "Whig"}]}, {"id": {"bioguide": "A000032", "govtrack": 400693, "icpsr": 25, "house_history": 8298, "wikipedia": "Charles Francis Adams Sr.", "wikidata": "Q75174", "google_entity_id": "kg:/m/01zxw2"}, "name": {"first": "Charles", "middle": "Francis", "last": "Adams"}, "bio": {"birthday": "1807-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000081", "govtrack": 400740, "icpsr": 69, "wikipedia": "Cyrus Aldrich", "house_history": 8371, "wikidata": "Q1148906", "google_entity_id": "kg:/m/0dnmgq"}, "name": {"first": "Cyrus", "last": "Aldrich"}, "bio": {"birthday": "1808-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MN", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MN", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "A000149", "govtrack": 400805, "icpsr": 131, "house_history": 8464, "wikipedia": "William Allen (congressman)", "wikidata": "Q5546992", "google_entity_id": "kg:/m/02n071"}, "name": {"first": "William", "last": "Allen"}, "bio": {"birthday": "1827-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "A000270", "govtrack": 400909, "icpsr": 220, "wikipedia": "William Appleton (politician)", "house_history": 8640, "wikidata": "Q2577873", "google_entity_id": "kg:/m/0gd748"}, "name": {"first": "William", "last": "Appleton"}, "bio": {"birthday": "1786-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MA", "district": 5, "party": "Whig"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MA", "district": 5, "party": "Constitutional Unionist"}]}, {"id": {"bioguide": "B000002", "govtrack": 401008, "icpsr": 312, "wikipedia": "Elijah Babbitt", "house_history": 8775, "wikidata": "Q5360882", "google_entity_id": "kg:/m/0ktbz_"}, "name": {"first": "Elijah", "last": "Babbitt"}, "bio": {"birthday": "1795-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "B000038", "govtrack": 401043, "icpsr": 341, "wikipedia": "Goldsmith Bailey", "house_history": 8823, "wikidata": "Q1422920", "google_entity_id": "kg:/m/02rhh07"}, "name": {"first": "Goldsmith", "middle": "Fox", "last": "Bailey"}, "bio": {"birthday": "1823-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "B000074", "govtrack": 401077, "icpsr": 372, "wikipedia": "Stephen Baker (New York)", "house_history": 8868, "wikidata": "Q2344550", "google_entity_id": "kg:/m/02rkwkr"}, "name": {"first": "Stephen", "last": "Baker"}, "bio": {"birthday": "1819-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "B000412", "govtrack": 401399, "wikipedia": "John Milton Bernhisel", "house_history": 9311, "wikidata": "Q446929", "google_entity_id": "kg:/m/0cszkx"}, "name": {"first": "John", "middle": "Milton", "last": "Bernhisel"}, "bio": {"birthday": "1799-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "UT", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "UT", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "UT", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "UT", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "UT", "district": -1, "party": "Whig"}]}, {"id": {"bioguide": "B000439", "govtrack": 401425, "icpsr": 691, "wikipedia": "Charles John Biddle", "house_history": 9344, "wikidata": "Q5079512", "google_entity_id": "kg:/m/01r1vd"}, "name": {"first": "Charles", "middle": "John", "last": "Biddle"}, "bio": {"birthday": "1819-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000529", "govtrack": 401504, "icpsr": 770, "wikipedia": "Samuel Steel Blair", "house_history": 9457, "wikidata": "Q7412691", "google_entity_id": "kg:/m/09q7jd"}, "name": {"first": "Samuel", "middle": "Steel", "last": "Blair"}, "bio": {"birthday": "1821-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "B000531", "govtrack": 401506, "icpsr": 772, "wikipedia": "Harrison G. O. Blake", "house_history": 9459, "wikidata": "Q5665611", "google_entity_id": "kg:/m/02rm0vn"}, "name": {"first": "Harrison", "middle": "Gray Otis", "last": "Blake"}, "bio": {"birthday": "1818-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "B000789", "govtrack": 401746, "icpsr": 995, "house_history": 9799, "wikipedia": "John C. Breckinridge", "wikidata": "Q273212", "google_entity_id": "kg:/m/0m8gj"}, "name": {"first": "John", "middle": "Cabell", "last": "Breckinridge"}, "bio": {"birthday": "1821-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "sen", "start": "1861-07-04", "end": "1861-12-31", "state": "KY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000822", "govtrack": 401779, "icpsr": 1026, "wikipedia": "George Washington Bridges", "house_history": 9845, "wikidata": "Q1508521", "google_entity_id": "kg:/m/0dcjp5"}, "name": {"first": "George", "middle": "Washington", "last": "Bridges"}, "bio": {"birthday": "1825-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "TN", "district": 3, "party": "Unionist"}]}, {"id": {"bioguide": "B000956", "govtrack": 401908, "icpsr": 1144, "wikipedia": "George H. Browne", "house_history": 10010, "wikidata": "Q1373554", "google_entity_id": "kg:/m/02rhglh"}, "name": {"first": "George", "middle": "Huntington", "last": "Browne"}, "bio": {"birthday": "1811-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "RI", "district": 2, "party": "Unionist"}]}, {"id": {"bioguide": "B000960", "govtrack": 401912, "icpsr": 1148, "wikipedia": "Orville Hickman Browning", "wikidata": "Q925612", "google_entity_id": "kg:/m/07wwvc"}, "name": {"first": "Orville", "middle": "Hickman", "last": "Browning"}, "bio": {"birthday": "1806-02-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1861-07-04", "end": "1863-12-31", "state": "IL", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001120", "govtrack": 402065, "icpsr": 1290, "house_history": 10219, "wikipedia": "Henry Cornelius Burnett", "wikidata": "Q1543338", "google_entity_id": "kg:/m/09x7nq"}, "name": {"first": "Henry", "middle": "Cornelius", "last": "Burnett"}, "bio": {"birthday": "1825-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "KY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B001123", "govtrack": 402068, "icpsr": 1293, "wikipedia": "Alfred A. Burnham", "house_history": 10222, "wikidata": "Q2602761", "google_entity_id": "kg:/m/02rgv34"}, "name": {"first": "Alfred", "middle": "Avery", "last": "Burnham"}, "bio": {"birthday": "1819-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "CT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000058", "govtrack": 402217, "icpsr": 1429, "wikipedia": "Charles Benedict Calvert", "house_history": 10515, "wikidata": "Q2385714", "google_entity_id": "kg:/m/08vh7c"}, "name": {"first": "Charles", "middle": "Benedict", "last": "Calvert"}, "bio": {"birthday": "1808-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MD", "district": 6, "party": "Unionist"}]}, {"id": {"bioguide": "C000088", "govtrack": 402244, "icpsr": 1453, "wikipedia": "James Hepburn Campbell", "house_history": 10555, "wikidata": "Q6135946", "google_entity_id": "kg:/m/0kt9wc"}, "name": {"first": "James", "middle": "Hepburn", "last": "Campbell"}, "bio": {"birthday": "1820-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 11, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "C000150", "govtrack": 402299, "icpsr": 1507, "house_history": 10640, "wikipedia": "John S. Carlile", "wikidata": "Q1701638", "google_entity_id": "kg:/m/08l0l0"}, "name": {"first": "John", "middle": "Snyder", "last": "Carlile"}, "bio": {"birthday": "1817-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VA", "district": 11, "party": "American"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "VA", "district": 11, "party": "Unionist"}, {"type": "sen", "start": "1861-07-04", "end": "1865-03-03", "state": "VA", "class": 2, "party": "Unionist"}]}, {"id": {"bioguide": "C000229", "govtrack": 402374, "icpsr": 1578, "wikipedia": "Samuel L. Casey", "house_history": 10743, "wikidata": "Q2218524", "google_entity_id": "kg:/m/02rjz5h"}, "name": {"first": "Samuel", "middle": "Lewis", "last": "Casey"}, "bio": {"birthday": "1821-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "KY", "district": 1, "party": "Unionist"}]}, {"id": {"bioguide": "C000278", "govtrack": 402421, "icpsr": 1623, "wikipedia": "Jacob P. Chamberlain", "house_history": 10804, "wikidata": "Q6119080", "google_entity_id": "kg:/m/02rkr27"}, "name": {"first": "Jacob", "middle": "Payson", "last": "Chamberlain"}, "bio": {"birthday": "1802-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "C000332", "govtrack": 402473, "icpsr": 1672, "wikipedia": "Salmon P. Chase", "wikidata": "Q433051", "google_entity_id": "kg:/m/019vz0"}, "name": {"first": "Salmon", "middle": "Portland", "last": "Chase"}, "bio": {"birthday": "1808-01-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1849-12-03", "end": "1855-03-03", "state": "OH", "class": 3, "party": "Free Soil"}, {"type": "sen", "start": "1861-07-04", "end": "1861-12-31", "state": "OH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000427", "govtrack": 402565, "icpsr": 1759, "wikipedia": "Daniel Clark (New Hampshire politician)", "wikidata": "Q1160346", "google_entity_id": "kg:/m/08h503"}, "name": {"first": "Daniel", "last": "Clark"}, "bio": {"birthday": "1809-10-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1857-12-07", "end": "1861-03-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1861-07-04", "end": "1867-03-03", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000441", "govtrack": 402579, "icpsr": 1773, "wikipedia": "John Bullock Clark", "house_history": 11004, "wikidata": "Q1699454", "google_entity_id": "kg:/m/0g1gn2"}, "name": {"first": "John", "middle": "Bullock", "last": "Clark"}, "bio": {"birthday": "1802-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000505", "govtrack": 402641, "icpsr": 1830, "wikipedia": "Andrew Jackson Clements", "house_history": 11079, "wikidata": "Q505360", "google_entity_id": "kg:/m/0dcvw7"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Clements"}, "bio": {"birthday": "1832-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "TN", "district": 4, "party": "Unionist"}]}, {"id": {"bioguide": "C000546", "govtrack": 402679, "icpsr": 1866, "wikipedia": "George T. Cobb", "house_history": 11130, "wikidata": "Q1508321", "google_entity_id": "kg:/m/02x6tr6"}, "name": {"first": "George", "middle": "Thomas", "last": "Cobb"}, "bio": {"birthday": "1813-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000628", "govtrack": 402757, "icpsr": 1940, "wikipedia": "Jacob Collamer", "house_history": 11237, "wikidata": "Q924931", "google_entity_id": "kg:/m/036gv9"}, "name": {"first": "Jacob", "last": "Collamer"}, "bio": {"birthday": "1791-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VT", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VT", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VT", "district": 2, "party": "Whig"}, {"type": "sen", "start": "1855-12-03", "end": "1861-03-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1861-07-04", "end": "1865-12-31", "state": "VT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000680", "govtrack": 402806, "icpsr": 1983, "wikipedia": "Frederick A. Conkling", "house_history": 11305, "wikidata": "Q980833", "google_entity_id": "kg:/m/026c2nv"}, "name": {"first": "Frederick", "middle": "Augustus", "last": "Conkling"}, "bio": {"birthday": "1816-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000713", "govtrack": 402837, "icpsr": 2013, "house_history": 11346, "wikipedia": "Martin F. Conway", "wikidata": "Q1903714", "google_entity_id": "kg:/m/07kf7j"}, "name": {"first": "Martin", "middle": "Franklin", "last": "Conway"}, "bio": {"birthday": "1827-11-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "KS", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000763", "govtrack": 402883, "icpsr": 2057, "wikipedia": "Thomas Buchecker Cooper", "house_history": 11411, "wikidata": "Q7788001", "google_entity_id": "kg:/m/0ktbmk"}, "name": {"first": "Thomas", "middle": "Buchecker", "last": "Cooper"}, "bio": {"birthday": "1823-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000791", "govtrack": 402911, "icpsr": 2078, "wikipedia": "Thomas Corwin", "house_history": 11445, "wikidata": "Q879077", "google_entity_id": "kg:/m/02pbn7"}, "name": {"first": "Thomas", "last": "Corwin"}, "bio": {"birthday": "1794-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "OH", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "OH", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "OH", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "OH", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "OH", "district": 4, "party": "Whig"}, {"type": "sen", "start": "1845-12-01", "end": "1851-03-03", "state": "OH", "class": 1, "party": "Whig"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "C000819", "govtrack": 402937, "icpsr": 2101, "wikipedia": "Edgar Cowan", "wikidata": "Q1283842", "google_entity_id": "kg:/m/08qppq"}, "name": {"first": "Edgar", "last": "Cowan"}, "bio": {"birthday": "1815-09-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1861-07-04", "end": "1867-03-03", "state": "PA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000850", "govtrack": 402966, "wikipedia": "John Cradlebaugh", "house_history": 11519, "wikidata": "Q989852", "google_entity_id": "kg:/m/0265pjz"}, "name": {"first": "John", "last": "Cradlebaugh"}, "bio": {"birthday": "1819-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NV", "district": 0}]}, {"id": {"bioguide": "C000907", "govtrack": 403019, "icpsr": 2176, "wikipedia": "John W. Crisfield", "house_history": 11590, "wikidata": "Q336887", "google_entity_id": "kg:/m/08qsp9"}, "name": {"first": "John", "middle": "Woodland", "last": "Crisfield"}, "bio": {"birthday": "1806-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MD", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MD", "district": 1, "party": "Unionist"}]}, {"id": {"bioguide": "C000912", "govtrack": 403024, "icpsr": 2181, "wikipedia": "John J. Crittenden", "house_history": 11597, "wikidata": "Q880239", "google_entity_id": "kg:/m/02mh2j"}, "name": {"first": "John", "middle": "Jordan", "last": "Crittenden"}, "bio": {"birthday": "1787-09-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1817-12-01", "end": "1819-12-31", "state": "KY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1835-12-07", "end": "1841-03-03", "state": "KY", "class": 2, "party": "Whig"}, {"type": "sen", "start": "1842-01-01", "end": "1849-03-03", "state": "KY", "class": 3, "party": "Whig"}, {"type": "sen", "start": "1855-12-03", "end": "1861-03-03", "state": "KY", "class": 3, "party": "American"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "KY", "district": 8, "party": "Unionist"}]}, {"id": {"bioguide": "C001013", "govtrack": 403120, "icpsr": 2274, "wikipedia": "Samuel Ryan Curtis", "house_history": 11720, "wikidata": "Q197539", "google_entity_id": "kg:/m/0h_9y5y"}, "name": {"first": "Samuel", "middle": "Ryan", "last": "Curtis"}, "bio": {"birthday": "1805-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C001027", "govtrack": 403134, "icpsr": 2288, "wikipedia": "William P. Cutler", "house_history": 11734, "wikidata": "Q6814836", "google_entity_id": "kg:/m/02rm3rh"}, "name": {"first": "William", "middle": "Parker", "last": "Cutler"}, "bio": {"birthday": "1812-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "D000143", "govtrack": 403276, "icpsr": 2418, "house_history": 12009, "wikipedia": "William Morris Davis (congressman)", "wikidata": "Q8015836", "google_entity_id": "kg:/m/0ktbtn"}, "name": {"first": "William", "middle": "Morris", "last": "Davis"}, "bio": {"birthday": "1815-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "D000202", "govtrack": 403307, "icpsr": 2472, "house_history": 12081, "wikipedia": "Daniel Coleman DeJarnette Sr.", "wikidata": "Q1160354", "google_entity_id": "kg:/m/025zc6s"}, "name": {"first": "Daniel", "middle": "Coleman", "last": "De Jarnette"}, "bio": {"birthday": "1822-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VA", "district": 3, "party": "Ind. Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "VA", "district": -1, "party": "Independent Democrat"}]}, {"id": {"bioguide": "D000213", "govtrack": 403357, "icpsr": 2478, "house_history": 12097, "wikipedia": "Charles Delano", "wikidata": "Q179156", "google_entity_id": "kg:/m/02rhd43"}, "name": {"first": "Charles", "last": "Delano"}, "bio": {"birthday": "1820-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "D000215", "govtrack": 403359, "icpsr": 2481, "wikipedia": "Isaac C. Delaplaine", "house_history": 12099, "wikidata": "Q1383630", "google_entity_id": "kg:/m/02rkqx1"}, "name": {"first": "Isaac", "middle": "Clason", "last": "Delaplaine"}, "bio": {"birthday": "1817-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "D000364", "govtrack": 403481, "icpsr": 2613, "wikipedia": "Alexander S. Diven", "house_history": 12282, "wikidata": "Q4720002", "google_entity_id": "kg:/m/02rklzp"}, "name": {"first": "Alexander", "middle": "Samuel", "last": "Diven"}, "bio": {"birthday": "1809-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "D000542", "govtrack": 403650, "icpsr": 2767, "wikipedia": "George W. Dunlap", "house_history": 12502, "wikidata": "Q188424", "google_entity_id": "kg:/m/02rhgxt"}, "name": {"first": "George", "middle": "Washington", "last": "Dunlap"}, "bio": {"birthday": "1813-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "KY", "district": 6, "party": "Unionist"}]}, {"id": {"bioguide": "D000554", "govtrack": 403661, "icpsr": 2777, "wikipedia": "William McKee Dunn", "house_history": 12515, "wikidata": "Q1693546", "google_entity_id": "kg:/m/02rklcs"}, "name": {"first": "William", "middle": "McKee", "last": "Dunn"}, "bio": {"birthday": "1814-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "E000048", "govtrack": 403743, "icpsr": 2848, "wikipedia": "Sidney Edgerton", "house_history": 12658, "wikidata": "Q1603837", "google_entity_id": "kg:/m/02r0w6_"}, "name": {"first": "Sidney", "last": "Edgerton"}, "bio": {"birthday": "1818-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "E000081", "govtrack": 403773, "icpsr": 2874, "wikipedia": "Thomas M. Edwards", "house_history": 12698, "wikidata": "Q1693468", "google_entity_id": "kg:/m/02rjzx5"}, "name": {"first": "Thomas", "middle": "McKey", "last": "Edwards"}, "bio": {"birthday": "1795-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "E000164", "govtrack": 403855, "icpsr": 2952, "wikipedia": "Alfred Ely", "house_history": 12794, "wikidata": "Q4722633", "google_entity_id": "kg:/m/02rkm01"}, "name": {"first": "Alfred", "last": "Ely"}, "bio": {"birthday": "1815-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "F000097", "govtrack": 404054, "icpsr": 3125, "wikipedia": "Samuel C. Fessenden", "house_history": 13095, "wikidata": "Q1245845", "google_entity_id": "kg:/m/03896n"}, "name": {"first": "Samuel", "middle": "Clement", "last": "Fessenden"}, "bio": {"birthday": "1815-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "ME", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000098", "govtrack": 404055, "icpsr": 3126, "wikipedia": "T. A. D. Fessenden", "house_history": 13096, "wikidata": "Q974019", "google_entity_id": "kg:/m/038993"}, "name": {"first": "Thomas", "middle": "Amory Deblois", "last": "Fessenden"}, "bio": {"birthday": "1826-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "ME", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000147", "govtrack": 404102, "icpsr": 3167, "house_history": 13155, "wikipedia": "George P. Fisher", "wikidata": "Q1289834", "google_entity_id": "kg:/m/09klyx"}, "name": {"first": "George", "middle": "Purnell", "last": "Fisher"}, "bio": {"birthday": "1817-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "DE", "district": 0, "party": "Unionist"}]}, {"id": {"bioguide": "F000189", "govtrack": 404144, "icpsr": 3205, "house_history": 13209, "wikipedia": "Benjamin Flanders", "wikidata": "Q431653", "google_entity_id": "kg:/m/02q54m6"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Flanders"}, "bio": {"birthday": "1816-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "LA", "district": 1, "party": "Unionist"}]}, {"id": {"bioguide": "F000308", "govtrack": 404257, "icpsr": 3310, "wikipedia": "Lafayette S. Foster", "wikidata": "Q1800163", "google_entity_id": "kg:/m/04sc4q"}, "name": {"first": "Lafayette", "middle": "Sabine", "last": "Foster"}, "bio": {"birthday": "1806-11-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1855-12-03", "end": "1861-03-03", "state": "CT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1861-07-04", "end": "1867-03-03", "state": "CT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000316", "govtrack": 404265, "icpsr": 3318, "wikipedia": "Philip B. Fouke", "house_history": 13370, "wikidata": "Q7183156", "google_entity_id": "kg:/m/02rkc97"}, "name": {"first": "Philip", "middle": "Bond", "last": "Fouke"}, "bio": {"birthday": "1818-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "F000334", "govtrack": 404283, "icpsr": 3333, "wikipedia": "Richard Franchot", "house_history": 13394, "wikidata": "Q7325757", "google_entity_id": "kg:/m/02rkv_h"}, "name": {"first": "Richard", "last": "Franchot"}, "bio": {"birthday": "1816-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "G000374", "govtrack": 404726, "icpsr": 3748, "wikipedia": "Bradley F. Granger", "house_history": 14035, "wikidata": "Q897011", "google_entity_id": "kg:/m/026wkt1"}, "name": {"first": "Bradley", "middle": "Francis", "last": "Granger"}, "bio": {"birthday": "1825-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000530", "govtrack": 404875, "icpsr": 3881, "wikipedia": "John A. Gurley", "house_history": 14228, "wikidata": "Q1699062", "google_entity_id": "kg:/m/0f6m8p"}, "name": {"first": "John", "middle": "Addison", "last": "Gurley"}, "bio": {"birthday": "1813-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000021", "govtrack": 404906, "icpsr": 3909, "house_history": 14314, "wikipedia": "Edward Haight (politician)", "wikidata": "Q1590745", "google_entity_id": "kg:/m/0fx02j"}, "name": {"first": "Edward", "last": "Haight"}, "bio": {"birthday": "1817-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "H000145", "govtrack": 405027, "icpsr": 4023, "wikipedia": "Luther Hanchett", "house_history": 14462, "wikidata": "Q1277004", "google_entity_id": "kg:/m/02vrq88"}, "name": {"first": "Luther", "last": "Hanchett"}, "bio": {"birthday": "1825-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "WI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000242", "govtrack": 405120, "icpsr": 4103, "wikipedia": "Ira Harris", "wikidata": "Q943095", "google_entity_id": "kg:/m/06793p"}, "name": {"first": "Ira", "last": "Harris"}, "bio": {"birthday": "1802-05-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1861-07-04", "end": "1867-03-03", "state": "NY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000274", "govtrack": 405149, "icpsr": 4133, "wikipedia": "Richard A. Harrison", "house_history": 14622, "wikidata": "Q7323566", "google_entity_id": "kg:/m/02r20qq"}, "name": {"first": "Richard", "middle": "Almgill", "last": "Harrison"}, "bio": {"birthday": "1824-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 7, "party": "Unionist"}]}, {"id": {"bioguide": "H000562", "govtrack": 405424, "icpsr": 4384, "house_history": 14978, "wikipedia": "John Hickman (Pennsylvania politician)", "wikidata": "Q6239195", "google_entity_id": "kg:/m/0ktbt7"}, "name": {"first": "John", "last": "Hickman"}, "bio": {"birthday": "1810-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 6, "party": "Anti-Lecompton Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000800", "govtrack": 405649, "icpsr": 4590, "wikipedia": "Valentine B. Horton", "house_history": 15272, "wikidata": "Q7910930", "google_entity_id": "kg:/m/02rm391"}, "name": {"first": "Valentine", "middle": "Baxter", "last": "Horton"}, "bio": {"birthday": "1802-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 11, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "H001008", "govtrack": 405848, "icpsr": 4778, "wikipedia": "John Hutchins", "house_history": 15525, "wikidata": "Q224500", "google_entity_id": "kg:/m/02rm4rg"}, "name": {"first": "John", "last": "Hutchins"}, "bio": {"birthday": "1812-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "J000019", "govtrack": 405926, "icpsr": 4857, "wikipedia": "James S. Jackson", "house_history": 15716, "wikidata": "Q1293051", "google_entity_id": "kg:/m/02rhjgq"}, "name": {"first": "James", "middle": "Streshly", "last": "Jackson"}, "bio": {"birthday": "1823-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "KY", "district": 2, "party": "Unionist"}]}, {"id": {"bioguide": "J000179", "govtrack": 406074, "icpsr": 4995, "wikipedia": "Waldo P. Johnson", "wikidata": "Q2541751", "google_entity_id": "kg:/m/0c_spc"}, "name": {"first": "Waldo", "middle": "Porter", "last": "Johnson"}, "bio": {"birthday": "1817-09-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1861-07-04", "end": "1863-03-03", "state": "MO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "K000068", "govtrack": 406238, "icpsr": 5146, "wikipedia": "William Kellogg (Illinois)", "house_history": 16164, "wikidata": "Q4588784", "google_entity_id": "kg:/m/02rl17_"}, "name": {"first": "William", "last": "Kellogg"}, "bio": {"birthday": "1814-07-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "K000147", "govtrack": 406312, "icpsr": 5215, "wikipedia": "James Kerrigan", "house_history": 16262, "wikidata": "Q577181", "google_entity_id": "kg:/m/02rmf9d"}, "name": {"first": "James", "last": "Kerrigan"}, "bio": {"birthday": "1828-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 4, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "L000060", "govtrack": 406569, "icpsr": 5442, "wikipedia": "Henry Smith Lane", "house_history": 16660, "wikidata": "Q366489", "google_entity_id": "kg:/m/0859fq"}, "name": {"first": "Henry", "middle": "Smith", "last": "Lane"}, "bio": {"birthday": "1811-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "IN", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "IN", "district": 7, "party": "Whig"}, {"type": "sen", "start": "1861-07-04", "end": "1867-03-03", "state": "IN", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000179", "govtrack": 406681, "icpsr": 5544, "wikipedia": "Cornelius Leary", "house_history": 16821, "wikidata": "Q1027501", "google_entity_id": "kg:/m/02rhdwv"}, "name": {"first": "Cornelius", "middle": "Lawrence Ludlow", "last": "Leary"}, "bio": {"birthday": "1813-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MD", "district": 3, "party": "Unionist"}]}, {"id": {"bioguide": "L000227", "govtrack": 406731, "icpsr": 5592, "wikipedia": "William Eckart Lehman", "house_history": 16874, "wikidata": "Q8008363", "google_entity_id": "kg:/m/0ktbq6"}, "name": {"first": "William", "middle": "Eckart", "last": "Lehman"}, "bio": {"birthday": "1821-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000438", "govtrack": 406929, "icpsr": 5775, "wikipedia": "Dwight Loomis", "house_history": 17139, "wikidata": "Q1268481", "google_entity_id": "kg:/m/02q1j76"}, "name": {"first": "Dwight", "last": "Loomis"}, "bio": {"birthday": "1821-07-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "CT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000469", "govtrack": 406958, "icpsr": 5804, "wikipedia": "Frederick Low", "house_history": 17179, "wikidata": "Q879234", "google_entity_id": "kg:/m/038n23"}, "name": {"first": "Frederick", "middle": "Ferdinand", "last": "Low"}, "bio": {"birthday": "1828-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "CA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000275", "govtrack": 407293, "icpsr": 6103, "wikipedia": "Henry May (American politician)", "house_history": 17663, "wikidata": "Q1385382", "google_entity_id": "kg:/m/02rl45j"}, "name": {"first": "Henry", "last": "May"}, "bio": {"birthday": "1816-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MD", "district": 4, "party": "Unionist"}]}, {"id": {"bioguide": "M000337", "govtrack": 407346, "icpsr": 6157, "wikipedia": "John Alexander McClernand", "house_history": 17743, "wikidata": "Q2988131", "google_entity_id": "kg:/m/059w54"}, "name": {"first": "John", "middle": "Alexander", "last": "McClernand"}, "bio": {"birthday": "1812-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000416", "govtrack": 407416, "icpsr": 6222, "house_history": 17848, "wikipedia": "James A. McDougall", "wikidata": "Q5981597", "google_entity_id": "kg:/m/03l669"}, "name": {"first": "James", "middle": "Alexander", "last": "McDougall"}, "bio": {"birthday": "1817-11-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "CA", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1861-07-04", "end": "1867-03-03", "state": "CA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000491", "govtrack": 407486, "icpsr": 6285, "wikipedia": "James B. McKean", "house_history": 17940, "wikidata": "Q3021641", "google_entity_id": "kg:/m/02rkr2y"}, "name": {"first": "James", "middle": "Bedell", "last": "McKean"}, "bio": {"birthday": "1821-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "M000531", "govtrack": 407523, "icpsr": 6319, "wikipedia": "Robert McKnight", "house_history": 17991, "wikidata": "Q7347557", "google_entity_id": "kg:/m/0ktb_r"}, "name": {"first": "Robert", "last": "McKnight"}, "bio": {"birthday": "1820-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "M000591", "govtrack": 407580, "icpsr": 6373, "house_history": 18064, "wikipedia": "Edward McPherson", "wikidata": "Q5344417", "google_entity_id": "kg:/m/0g25yh"}, "name": {"first": "Edward", "last": "McPherson"}, "bio": {"birthday": "1830-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "M000641", "govtrack": 407627, "icpsr": 6414, "wikipedia": "John W. Menzies", "house_history": 18127, "wikidata": "Q1702071", "google_entity_id": "kg:/m/02qwjf0"}, "name": {"first": "John", "middle": "William", "last": "Menzies"}, "bio": {"birthday": "1819-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "KY", "district": 10, "party": "Unionist"}]}, {"id": {"bioguide": "M000801", "govtrack": 407777, "icpsr": 6550, "wikipedia": "Charles B. Mitchel", "wikidata": "Q1063648", "google_entity_id": "kg:/m/09sj4f"}, "name": {"first": "Charles", "middle": "Burton", "last": "Mitchel"}, "bio": {"birthday": "1815-09-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1861-07-04", "end": "1861-12-31", "state": "AR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000830", "govtrack": 407805, "icpsr": 6576, "wikipedia": "William Mitchell (congressman)", "house_history": 18372, "wikidata": "Q2580019", "google_entity_id": "kg:/m/02w7jmx"}, "name": {"first": "William", "last": "Mitchell"}, "bio": {"birthday": "1807-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "M000967", "govtrack": 407935, "icpsr": 6694, "wikipedia": "Anson Morrill", "house_history": 18541, "wikidata": "Q370659", "google_entity_id": "kg:/m/02wrzs"}, "name": {"first": "Anson", "middle": "Peaslee", "last": "Morrill"}, "bio": {"birthday": "1803-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "ME", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000975", "govtrack": 407943, "icpsr": 6702, "wikipedia": "Edward Joy Morris", "house_history": 18550, "wikidata": "Q5343862", "google_entity_id": "kg:/m/0ktbw_"}, "name": {"first": "Edward", "middle": "Joy", "last": "Morris"}, "bio": {"birthday": "1815-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "N000042", "govtrack": 408132, "icpsr": 6873, "wikipedia": "Thomas Amos Rogers Nelson", "house_history": 18887, "wikidata": "Q516229", "google_entity_id": "kg:/m/0dk763"}, "name": {"first": "Thomas", "middle": "Amos Rogers", "last": "Nelson"}, "bio": {"birthday": "1812-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "TN", "district": 1, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "TN", "district": -1}]}, {"id": {"bioguide": "N000115", "govtrack": 408199, "icpsr": 6938, "house_history": 18974, "wikipedia": "John T. Nixon", "wikidata": "Q1701883", "google_entity_id": "kg:/m/02vn_d_"}, "name": {"first": "John", "middle": "Thompson", "last": "Nixon"}, "bio": {"birthday": "1820-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NJ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "N000148", "govtrack": 408230, "icpsr": 6967, "wikipedia": "Elijah Hise Norton", "house_history": 19017, "wikidata": "Q1329403", "google_entity_id": "kg:/m/06nr52"}, "name": {"first": "Elijah", "middle": "Hise", "last": "Norton"}, "bio": {"gender": "M", "birthday": "1821-11-21"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MO", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "N000168", "govtrack": 408249, "icpsr": 6985, "wikipedia": "Robert H. Nugen", "house_history": 19041, "wikidata": "Q7345090", "google_entity_id": "kg:/m/02rm2wn"}, "name": {"first": "Robert", "middle": "Hunter", "last": "Nugen"}, "bio": {"birthday": "1809-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "O000066", "govtrack": 408339, "icpsr": 7054, "wikipedia": "Abram B. Olin", "house_history": 19149, "wikidata": "Q2592932", "google_entity_id": "kg:/m/02rklvx"}, "name": {"first": "Abram", "middle": "Baldwin", "last": "Olin"}, "bio": {"birthday": "1808-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "P000161", "govtrack": 408566, "icpsr": 7282, "wikipedia": "James Pearce", "house_history": 19476, "wikidata": "Q368739", "google_entity_id": "kg:/m/05rzjt"}, "name": {"first": "James", "middle": "Alfred", "last": "Pearce"}, "bio": {"birthday": "1805-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MD", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MD", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MD", "district": 2, "party": "Whig"}, {"type": "sen", "start": "1843-12-04", "end": "1849-03-03", "state": "MD", "class": 3, "party": "Whig"}, {"type": "sen", "start": "1849-12-03", "end": "1855-03-03", "state": "MD", "class": 3, "party": "Whig"}, {"type": "sen", "start": "1855-12-03", "end": "1861-03-03", "state": "MD", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1861-07-04", "end": "1863-03-03", "state": "MD", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000296", "govtrack": 408696, "icpsr": 7401, "wikipedia": "John S. Phelps", "house_history": 19642, "wikidata": "Q181083", "google_entity_id": "kg:/m/07bp4z"}, "name": {"first": "John", "middle": "Smith", "last": "Phelps"}, "bio": {"birthday": "1814-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MO", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "P000300", "govtrack": 408700, "icpsr": 7405, "house_history": 19646, "wikipedia": "Timothy Guy Phelps", "wikidata": "Q2435192", "google_entity_id": "kg:/m/041ks4"}, "name": {"first": "Timothy", "middle": "Guy", "last": "Phelps"}, "bio": {"birthday": "1824-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "CA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "P000435", "govtrack": 408826, "icpsr": 7529, "house_history": 19821, "wikipedia": "Albert G. Porter", "wikidata": "Q2638594", "google_entity_id": "kg:/m/0bvybp"}, "name": {"first": "Albert", "middle": "Gallatin", "last": "Porter"}, "bio": {"birthday": "1824-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "P000465", "govtrack": 408852, "icpsr": 7556, "wikipedia": "John F. Potter", "house_history": 19857, "wikidata": "Q1414034", "google_entity_id": "kg:/m/02r3ntr"}, "name": {"first": "John", "middle": "Fox", "last": "Potter"}, "bio": {"birthday": "1817-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "WI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000532", "govtrack": 408916, "icpsr": 7618, "wikipedia": "Thomas Lawson Price", "house_history": 19937, "wikidata": "Q1550104", "google_entity_id": "kg:/m/02rz8f_"}, "name": {"first": "Thomas", "middle": "Lawson", "last": "Price"}, "bio": {"birthday": "1809-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MO", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000149", "govtrack": 409126, "icpsr": 7812, "wikipedia": "John William Reid", "house_history": 20270, "wikidata": "Q1702173", "google_entity_id": "kg:/m/02rz7dn"}, "name": {"first": "John", "middle": "William", "last": "Reid"}, "bio": {"birthday": "1821-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MO", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000238", "govtrack": 409214, "icpsr": 7891, "wikipedia": "Albert G. Riddle", "house_history": 20378, "wikidata": "Q1418938", "google_entity_id": "kg:/m/02rlzn4"}, "name": {"first": "Albert", "middle": "Gallatin", "last": "Riddle"}, "bio": {"gender": "M", "birthday": "1816-05-28"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "S000191", "govtrack": 409696, "icpsr": 8316, "wikipedia": "George W. Scranton", "house_history": 21375, "wikidata": "Q5545742", "google_entity_id": "kg:/m/0dhm6l"}, "name": {"first": "George", "middle": "Whitfield", "last": "Scranton"}, "bio": {"birthday": "1811-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "S000221", "govtrack": 409726, "icpsr": 8343, "wikipedia": "Charles B. Sedgwick", "house_history": 21409, "wikidata": "Q5075330", "google_entity_id": "kg:/m/02rkmsg"}, "name": {"first": "Charles", "middle": "Baldwin", "last": "Sedgwick"}, "bio": {"birthday": "1815-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "S000350", "govtrack": 409846, "icpsr": 8458, "wikipedia": "Socrates N. Sherman", "house_history": 21574, "wikidata": "Q3701862", "google_entity_id": "kg:/m/02rkwjc"}, "name": {"first": "Socrates", "middle": "Norton", "last": "Sherman"}, "bio": {"birthday": "1801-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "S000358", "govtrack": 409854, "icpsr": 8466, "wikipedia": "George K. Shiel", "house_history": 21582, "wikidata": "Q1507693", "google_entity_id": "kg:/m/027ltj_"}, "name": {"first": "George", "middle": "Knox", "last": "Shiel"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000490", "govtrack": 409978, "icpsr": 8578, "wikipedia": "A. Scott Sloan", "house_history": 21750, "wikidata": "Q279174", "google_entity_id": "kg:/m/02vrqsf"}, "name": {"first": "Andrew", "middle": "Scott", "last": "Sloan"}, "bio": {"birthday": "1820-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "WI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000529", "govtrack": 410012, "icpsr": 8612, "wikipedia": "Edward H. Smith (politician)", "house_history": 21794, "wikidata": "Q1292449", "google_entity_id": "kg:/m/02rkp0b"}, "name": {"first": "Edward", "middle": "Henry", "last": "Smith"}, "bio": {"birthday": "1809-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000705", "govtrack": 410176, "icpsr": 8768, "wikipedia": "Elbridge G. Spaulding", "house_history": 22009, "wikidata": "Q1325393", "google_entity_id": "kg:/m/0gsd5b"}, "name": {"first": "Elbridge", "middle": "Gerry", "last": "Spaulding"}, "bio": {"birthday": "1809-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 32, "party": "Whig"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "S000809", "govtrack": 410275, "icpsr": 8849, "wikipedia": "Benjamin Stark", "wikidata": "Q4889253", "google_entity_id": "kg:/m/0d2gzq"}, "name": {"first": "Benjamin", "last": "Stark"}, "bio": {"birthday": "1820-06-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1861-07-04", "end": "1863-03-03", "state": "OR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000995", "govtrack": 410453, "icpsr": 9015, "wikipedia": "John L. N. Stratton", "house_history": 22370, "wikidata": "Q1700762", "google_entity_id": "kg:/m/02z0g0c"}, "name": {"first": "John", "middle": "Leake Newbold", "last": "Stratton"}, "bio": {"birthday": "1817-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NJ", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000144", "govtrack": 410726, "icpsr": 9272, "wikipedia": "Andrew J. Thayer", "house_history": 22807, "wikidata": "Q505322", "google_entity_id": "kg:/m/027lqct"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Thayer"}, "bio": {"birthday": "1818-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000157", "govtrack": 410739, "icpsr": 9285, "house_history": 22821, "wikipedia": "Benjamin Thomas (congressman)", "wikidata": "Q817713", "google_entity_id": "kg:/m/02q4p4b"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Thomas"}, "bio": {"birthday": "1813-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MA", "district": 3, "party": "Unionist"}]}, {"id": {"bioguide": "T000352", "govtrack": 410922, "icpsr": 9455, "wikipedia": "Charles R. Train", "house_history": 23067, "wikidata": "Q1065862", "google_entity_id": "kg:/m/02rhdh3"}, "name": {"first": "Charles", "middle": "Russell", "last": "Train"}, "bio": {"birthday": "1817-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "T000371", "govtrack": 410940, "icpsr": 9471, "wikipedia": "Carey A. Trimble", "house_history": 23088, "wikidata": "Q5039153", "google_entity_id": "kg:/m/02rl_2l"}, "name": {"first": "Carey", "middle": "Allen", "last": "Trimble"}, "bio": {"birthday": "1813-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "U000030", "govtrack": 411053, "icpsr": 9575, "wikipedia": "Charles H. Upton", "house_history": 20866, "wikidata": "Q1064699", "google_entity_id": "kg:/m/0280ll0"}, "name": {"first": "Charles", "middle": "Horace", "last": "Upton"}, "bio": {"birthday": "1812-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "VA", "district": 7, "party": "Unionist"}]}, {"id": {"bioguide": "V000008", "govtrack": 411067, "icpsr": 9588, "wikipedia": "Clement Vallandigham", "house_history": 20889, "wikidata": "Q2978886", "google_entity_id": "kg:/m/020dtc"}, "name": {"first": "Clement", "middle": "Laird", "last": "Vallandigham"}, "bio": {"birthday": "1820-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "V000090", "govtrack": 411145, "icpsr": 9664, "wikipedia": "John Paul Verree", "house_history": 20983, "wikidata": "Q6252287", "google_entity_id": "kg:/m/0ktbwm"}, "name": {"first": "John", "middle": "Paul", "last": "Verree"}, "bio": {"birthday": "1817-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "V000094", "govtrack": 411149, "icpsr": 9667, "wikipedia": "Chauncey Vibbard", "house_history": 20988, "wikidata": "Q4027134", "google_entity_id": "kg:/m/02rkncc"}, "name": {"first": "Chauncey", "last": "Vibbard"}, "bio": {"birthday": "1811-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "W000045", "govtrack": 411225, "icpsr": 9734, "wikipedia": "Amasa Walker", "house_history": 23270, "wikidata": "Q455361", "google_entity_id": "kg:/m/0gtw1d"}, "name": {"first": "Amasa", "last": "Walker"}, "bio": {"birthday": "1799-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000073", "govtrack": 411252, "icpsr": 9759, "wikipedia": "William Wall (U.S. politician)", "house_history": 23302, "wikidata": "Q759133", "google_entity_id": "kg:/m/02rlckk"}, "name": {"first": "William", "last": "Wall"}, "bio": {"birthday": "1800-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000112", "govtrack": 411290, "icpsr": 9794, "wikipedia": "Charles W. Walton", "house_history": 23345, "wikidata": "Q1066368", "google_entity_id": "kg:/m/02rxxms"}, "name": {"first": "Charles", "middle": "Wesley", "last": "Walton"}, "bio": {"birthday": "1819-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "ME", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000113", "govtrack": 411291, "icpsr": 9795, "house_history": 23346, "wikipedia": "Eliakim Persons Walton", "wikidata": "Q1328941", "google_entity_id": "kg:/m/02rhfwg"}, "name": {"first": "Eliakim", "middle": "Persons", "last": "Walton"}, "bio": {"birthday": "1812-02-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "VT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000213", "govtrack": 411382, "wikipedia": "John Sebrie Watts", "house_history": 23471, "wikidata": "Q1701708", "google_entity_id": "kg:/m/02rhkjr"}, "name": {"first": "John", "middle": "Sebrie", "last": "Watts"}, "bio": {"birthday": "1816-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NM", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "W000351", "govtrack": 411513, "icpsr": 10005, "wikipedia": "Albert Smith White", "house_history": 23634, "wikidata": "Q1720656", "google_entity_id": "kg:/m/05qqcq"}, "name": {"first": "Albert", "middle": "Smith", "last": "White"}, "bio": {"birthday": "1803-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "IN", "district": 7, "party": "Whig"}, {"type": "sen", "start": "1839-12-02", "end": "1845-03-03", "state": "IN", "class": 1, "party": "Whig"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "W000442", "govtrack": 411600, "icpsr": 10088, "wikipedia": "Charles A. Wickliffe", "house_history": 23740, "wikidata": "Q886083", "google_entity_id": "kg:/m/04jxbb"}, "name": {"first": "Charles", "middle": "Anderson", "last": "Wickliffe"}, "bio": {"birthday": "1788-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "KY", "district": 9, "party": "Jacksonian"}, {"type": "rep", "start": "1825-12-05", "end": "1827-03-03", "state": "KY", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1827-12-03", "end": "1829-03-03", "state": "KY", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1829-12-07", "end": "1831-03-03", "state": "KY", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "KY", "district": 9, "party": "Jackson"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "KY", "district": 5, "party": "Unionist"}]}, {"id": {"bioguide": "W000566", "govtrack": 411722, "icpsr": 10208, "wikipedia": "David Wilmot", "house_history": 23886, "wikidata": "Q5241190", "google_entity_id": "kg:/m/0382rn"}, "name": {"first": "David", "last": "Wilmot"}, "bio": {"birthday": "1814-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "sen", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000716", "govtrack": 411868, "icpsr": 10346, "wikipedia": "George Catlin Woodruff", "house_history": 24072, "wikidata": "Q1507072", "google_entity_id": "kg:/m/02rtmkr"}, "name": {"first": "George", "middle": "Catlin", "last": "Woodruff"}, "bio": {"birthday": "1805-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "CT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000741", "govtrack": 411891, "icpsr": 10370, "wikipedia": "Samuel T. Worcester", "house_history": 24102, "wikidata": "Q7412740", "google_entity_id": "kg:/m/02rm314"}, "name": {"first": "Samuel", "middle": "Thomas", "last": "Worcester"}, "bio": {"birthday": "1804-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "A000295", "govtrack": 400937, "icpsr": 247, "wikipedia": "Samuel G. Arnold", "wikidata": "Q127606", "google_entity_id": "kg:/m/0d1y2b"}, "name": {"first": "Samuel", "middle": "Greene", "last": "Arnold"}, "bio": {"birthday": "1821-04-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1862-01-01", "end": "1863-03-03", "state": "RI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000106", "govtrack": 404063, "icpsr": 3133, "wikipedia": "Richard Stockton Field", "wikidata": "Q2150704", "google_entity_id": "kg:/m/0b287f"}, "name": {"first": "Richard", "middle": "Stockton", "last": "Field"}, "bio": {"birthday": "1803-12-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1862-01-01", "end": "1863-03-03", "state": "NJ", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000189", "govtrack": 405070, "icpsr": 4057, "wikipedia": "Benjamin F. Harding", "wikidata": "Q166894", "google_entity_id": "kg:/m/0d3rcy"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Harding"}, "bio": {"birthday": "1823-01-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1862-01-01", "end": "1865-03-03", "state": "OR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000483", "govtrack": 405346, "icpsr": 4310, "wikipedia": "John B. Henderson", "wikidata": "Q3180961", "google_entity_id": "kg:/m/0cz5hb"}, "name": {"first": "John", "middle": "Brooks", "last": "Henderson"}, "bio": {"birthday": "1826-11-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1862-01-01", "end": "1869-03-03", "state": "MO", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000567", "govtrack": 405429, "icpsr": 4387, "wikipedia": "Thomas Holliday Hicks", "wikidata": "Q433015", "google_entity_id": "kg:/m/05rzck"}, "name": {"first": "Thomas", "middle": "Holliday", "last": "Hicks"}, "bio": {"birthday": "1798-09-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1862-01-01", "end": "1865-12-31", "state": "MD", "class": 3, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "W000609", "govtrack": 411764, "icpsr": 10248, "wikipedia": "Robert Wilson (Missouri)", "wikidata": "Q2159228", "google_entity_id": "kg:/m/0d01f2"}, "name": {"first": "Robert", "last": "Wilson"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1862-01-01", "end": "1863-12-31", "state": "MO", "class": 3, "party": "Unionist"}]}, {"id": {"bioguide": "W000766", "govtrack": 411915, "icpsr": 10394, "house_history": 24131, "wikipedia": "Joseph A. Wright", "wikidata": "Q830000", "google_entity_id": "kg:/m/061r4s"}, "name": {"first": "Joseph", "middle": "Albert", "last": "Wright"}, "bio": {"birthday": "1810-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "sen", "start": "1862-01-01", "end": "1863-03-03", "state": "IN", "class": 1, "party": "Unionist"}]}, {"id": {"bioguide": "A000128", "govtrack": 400784, "icpsr": 111, "wikipedia": "James C. Allen", "house_history": 8439, "wikidata": "Q6130642", "google_entity_id": "kg:/m/02rkb2r"}, "name": {"first": "James", "middle": "Cameron", "last": "Allen"}, "bio": {"birthday": "1822-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "A000152", "govtrack": 400807, "icpsr": 133, "wikipedia": "William J. Allen", "house_history": 8468, "wikidata": "Q8013129", "google_entity_id": "kg:/m/05pb7zl"}, "name": {"first": "William", "middle": "Joshua", "last": "Allen"}, "bio": {"birthday": "1829-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "A000201", "govtrack": 400856, "icpsr": 178, "wikipedia": "Lucien Anderson", "house_history": 8535, "wikidata": "Q1670599", "google_entity_id": "kg:/m/02rjlfq"}, "name": {"first": "Lucien", "last": "Anderson"}, "bio": {"birthday": "1824-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "KY", "district": 1, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "A000288", "govtrack": 400930, "icpsr": 240, "wikipedia": "Isaac N. Arnold", "house_history": 8663, "wikidata": "Q4120845", "google_entity_id": "kg:/m/02q40fm"}, "name": {"first": "Isaac", "middle": "Newton", "last": "Arnold"}, "bio": {"birthday": "1815-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000043", "govtrack": 401048, "icpsr": 346, "wikipedia": "Joseph Bailey (congressman)", "house_history": 8828, "wikidata": "Q6281276", "google_entity_id": "kg:/m/0kt9l9"}, "name": {"first": "Joseph", "last": "Bailey"}, "bio": {"birthday": "1810-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "B000085", "govtrack": 401087, "icpsr": 380, "wikipedia": "Augustus C. Baldwin", "house_history": 8885, "wikidata": "Q770210", "google_entity_id": "kg:/m/03yjn_"}, "name": {"first": "Augustus", "middle": "Carpenter", "last": "Baldwin"}, "bio": {"birthday": "1817-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000369", "govtrack": 401361, "wikipedia": "Hiram Pitt Bennet", "house_history": 9254, "wikidata": "Q1421481", "google_entity_id": "kg:/m/02rhhm4"}, "name": {"first": "Hiram", "middle": "Pitt", "last": "Bennet"}, "bio": {"birthday": "1826-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "CO", "district": -1, "party": "Conservative Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "CO", "district": -1, "party": "Conservative Republican"}]}, {"id": {"bioguide": "B000525", "govtrack": 401501, "icpsr": 766, "wikipedia": "Jacob B. Blair", "house_history": 9453, "wikidata": "Q1677425", "google_entity_id": "kg:/m/02rz8wd"}, "name": {"first": "Jacob", "middle": "Beeson", "last": "Blair"}, "bio": {"birthday": "1821-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "VA", "district": 11, "party": "Unionist"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "WV", "district": 1, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "B000559", "govtrack": 401533, "icpsr": 796, "wikipedia": "George Bliss (Congressman)", "house_history": 9498, "wikidata": "Q5537050", "google_entity_id": "kg:/m/08mg9h"}, "name": {"first": "George", "last": "Bliss"}, "bio": {"birthday": "1813-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "B000678", "govtrack": 401640, "icpsr": 893, "wikipedia": "Lemuel J. Bowden", "wikidata": "Q1767673", "google_entity_id": "kg:/m/08kkbp"}, "name": {"first": "Lemuel", "middle": "Jackson", "last": "Bowden"}, "bio": {"birthday": "1815-01-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1863-12-07", "end": "1865-03-03", "state": "VA", "class": 1, "party": "Unionist"}]}, {"id": {"bioguide": "B000905", "govtrack": 401862, "icpsr": 1100, "wikipedia": "Benjamin Gratz Brown", "wikidata": "Q376825", "google_entity_id": "kg:/m/037hdg"}, "name": {"first": "Benjamin", "middle": "Gratz", "last": "Brown"}, "bio": {"birthday": "1826-05-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1863-12-07", "end": "1867-03-03", "state": "MO", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000922", "govtrack": 401877, "icpsr": 1112, "wikipedia": "James S. Brown", "house_history": 9970, "wikidata": "Q1681061", "google_entity_id": "kg:/m/0dv7f1"}, "name": {"first": "James", "middle": "Sproat", "last": "Brown"}, "bio": {"birthday": "1824-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "WI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000948", "govtrack": 401901, "icpsr": 1137, "wikipedia": "William G. Brown Sr.", "house_history": 10000, "wikidata": "Q2578945", "google_entity_id": "kg:/m/02pjgl7"}, "name": {"first": "William", "middle": "Gay", "last": "Brown"}, "bio": {"birthday": "1800-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "VA", "district": 10, "party": "Unionist"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "VA", "district": -1, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "C000420", "govtrack": 402559, "icpsr": 1752, "wikipedia": "Ambrose W. Clark", "house_history": 10977, "wikidata": "Q4741872", "google_entity_id": "kg:/m/02rkm4j"}, "name": {"first": "Ambrose", "middle": "Williams", "last": "Clark"}, "bio": {"birthday": "1810-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "C000479", "govtrack": 402617, "icpsr": 1807, "wikipedia": "Brutus J. Clay", "house_history": 11046, "wikidata": "Q994860", "google_entity_id": "kg:/m/02rhcwj"}, "name": {"first": "Brutus", "middle": "Junius", "last": "Clay"}, "bio": {"birthday": "1808-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "KY", "district": 7, "party": "Unionist"}]}, {"id": {"bioguide": "C000609", "govtrack": 402738, "wikipedia": "George Edward Cole", "house_history": 11212, "wikidata": "Q125387", "google_entity_id": "kg:/m/02rhghd"}, "name": {"first": "George", "middle": "Edward", "last": "Cole"}, "bio": {"birthday": "1826-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "WA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C000695", "govtrack": 402820, "icpsr": 1997, "wikipedia": "John Conness", "wikidata": "Q1351096", "google_entity_id": "kg:/m/03sgr7"}, "name": {"first": "John", "last": "Conness"}, "bio": {"birthday": "1821-09-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1863-12-07", "end": "1869-03-03", "state": "CA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000784", "govtrack": 402904, "icpsr": 2073, "wikipedia": "Erastus Corning", "house_history": 11435, "wikidata": "Q3731102", "google_entity_id": "kg:/m/03x5xq"}, "name": {"first": "Erastus", "last": "Corning"}, "bio": {"birthday": "1794-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "C000883", "govtrack": 402995, "icpsr": 2153, "wikipedia": "James A. Cravens", "house_history": 11559, "wikidata": "Q1679892", "google_entity_id": "kg:/m/02rbv7d"}, "name": {"first": "James", "middle": "Addison", "last": "Cravens"}, "bio": {"birthday": "1818-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000006", "govtrack": 403150, "wikipedia": "Samuel Gordon Daily", "house_history": 11840, "wikidata": "Q2218316", "google_entity_id": "kg:/m/02z38qj"}, "name": {"first": "Samuel", "middle": "Gordon", "last": "Daily"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NE", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NE", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NE", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "D000104", "govtrack": 403240, "icpsr": 2385, "wikipedia": "Henry Winter Davis", "house_history": 11960, "wikidata": "Q1027386", "google_entity_id": "kg:/m/0508nc"}, "name": {"first": "Henry", "middle": "Winter", "last": "Davis"}, "bio": {"birthday": "1817-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MD", "district": 4, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MD", "district": 4, "party": "American"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MD", "district": 4, "party": "American"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MD", "district": 3, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "D000369", "govtrack": 403486, "icpsr": 2617, "wikipedia": "James Dixon", "house_history": 12288, "wikidata": "Q1680279", "google_entity_id": "kg:/m/0bhsb5"}, "name": {"first": "James", "last": "Dixon"}, "bio": {"birthday": "1814-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "CT", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "CT", "district": 1, "party": "Whig"}, {"type": "sen", "start": "1857-12-07", "end": "1863-03-03", "state": "CT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1863-12-07", "end": "1869-03-03", "state": "CT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000428", "govtrack": 403540, "icpsr": 2668, "wikipedia": "James Rood Doolittle", "wikidata": "Q1681056", "google_entity_id": "kg:/m/06jh3p"}, "name": {"first": "James", "middle": "Rood", "last": "Doolittle"}, "bio": {"birthday": "1815-01-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1857-12-07", "end": "1863-03-03", "state": "WI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1863-12-07", "end": "1869-03-03", "state": "WI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "E000047", "govtrack": 403742, "icpsr": 2847, "wikipedia": "Joseph K. Edgerton", "house_history": 12657, "wikidata": "Q1707358", "google_entity_id": "kg:/m/02rkh2l"}, "name": {"first": "Joseph", "middle": "Ketchum", "last": "Edgerton"}, "bio": {"birthday": "1818-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "F000248", "govtrack": 404201, "icpsr": 3256, "wikipedia": "Solomon Foot", "house_history": 13287, "wikidata": "Q1424080", "google_entity_id": "kg:/m/0855fn"}, "name": {"first": "Solomon", "last": "Foot"}, "bio": {"birthday": "1802-11-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "VT", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "VT", "district": 1, "party": "Whig"}, {"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "VT", "class": 1, "party": "Ind. Republican-Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1863-03-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1863-12-07", "end": "1867-03-03", "state": "VT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000338", "govtrack": 404287, "icpsr": 3337, "wikipedia": "Augustus Frank", "house_history": 13398, "wikidata": "Q4821421", "google_entity_id": "kg:/m/026_3_w"}, "name": {"first": "Augustus", "last": "Frank"}, "bio": {"birthday": "1826-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "G000042", "govtrack": 404417, "icpsr": 3454, "wikipedia": "John Ganson", "house_history": 13616, "wikidata": "Q6234816", "google_entity_id": "kg:/m/02rks9n"}, "name": {"first": "John", "last": "Ganson"}, "bio": {"birthday": "1818-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 30, "party": "Democrat"}]}, {"id": {"bioguide": "H000032", "govtrack": 404917, "icpsr": 3920, "wikipedia": "James Tracy Hale", "house_history": 14328, "wikidata": "Q6144388", "google_entity_id": "kg:/m/0kt9n7"}, "name": {"first": "James", "middle": "Tracy", "last": "Hale"}, "bio": {"birthday": "1810-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 18, "party": "Ind. Republican"}]}, {"id": {"bioguide": "H000079", "govtrack": 404962, "icpsr": 3961, "wikipedia": "William Augustus Hall", "house_history": 14385, "wikidata": "Q2577903", "google_entity_id": "kg:/m/02rw5vh"}, "name": {"first": "William", "middle": "Augustus", "last": "Hall"}, "bio": {"birthday": "1815-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MO", "district": 8, "party": "Unionist"}]}, {"id": {"bioguide": "H000229", "govtrack": 405107, "icpsr": 4094, "wikipedia": "Henry W. Harrington", "house_history": 14571, "wikidata": "Q1607360", "google_entity_id": "kg:/m/02rkg8t"}, "name": {"first": "Henry", "middle": "William", "last": "Harrington"}, "bio": {"birthday": "1825-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000234", "govtrack": 405112, "icpsr": 4098, "house_history": 14576, "wikipedia": "Charles M. Harris", "wikidata": "Q4588749", "google_entity_id": "kg:/m/02rk944"}, "name": {"first": "Charles", "middle": "Murray", "last": "Harris"}, "bio": {"birthday": "1821-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000493", "govtrack": 405356, "icpsr": 4319, "house_history": 14894, "wikipedia": "Thomas A. Hendricks", "wikidata": "Q310843", "google_entity_id": "kg:/m/0m8m6"}, "name": {"first": "Thomas", "middle": "Andrews", "last": "Hendricks"}, "bio": {"birthday": "1819-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IN", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1863-12-07", "end": "1869-03-03", "state": "IN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000537", "govtrack": 405399, "icpsr": 4361, "wikipedia": "Anson Herrick", "house_history": 14950, "wikidata": "Q1590682", "google_entity_id": "kg:/m/02rkm8n"}, "name": {"first": "Anson", "last": "Herrick"}, "bio": {"birthday": "1812-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "H001010", "govtrack": 405850, "icpsr": 4780, "wikipedia": "Wells A. Hutchins", "house_history": 15527, "wikidata": "Q7981622", "google_entity_id": "kg:/m/02rm3dh"}, "name": {"first": "Wells", "middle": "Andrews", "last": "Hutchins"}, "bio": {"birthday": "1818-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "J000066", "govtrack": 405971, "wikipedia": "William Jayne", "house_history": 15775, "wikidata": "Q1576708", "google_entity_id": "kg:/m/01s_q5"}, "name": {"first": "William", "last": "Jayne"}, "bio": {"birthday": "1826-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "DK", "district": -1}]}, {"id": {"bioguide": "J000169", "govtrack": 406066, "icpsr": 4987, "wikipedia": "Reverdy Johnson", "wikidata": "Q1373189", "google_entity_id": "kg:/m/02_2y9"}, "name": {"first": "Reverdy", "last": "Johnson"}, "bio": {"birthday": "1796-05-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1845-12-01", "end": "1849-12-31", "state": "MD", "class": 1, "party": "Whig"}, {"type": "sen", "start": "1863-12-07", "end": "1869-03-03", "state": "MD", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000201", "govtrack": 406096, "icpsr": 5014, "wikipedia": "William Johnston (congressman)", "house_history": 15950, "wikidata": "Q8013701", "google_entity_id": "kg:/m/02rm3nr"}, "name": {"first": "William", "last": "Johnston"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "K000005", "govtrack": 406179, "icpsr": 5092, "wikipedia": "Martin Kalbfleisch", "house_history": 16080, "wikidata": "Q219436", "google_entity_id": "kg:/m/0267yt3"}, "name": {"first": "Martin", "last": "Kalbfleisch"}, "bio": {"birthday": "1804-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000194", "govtrack": 406355, "icpsr": 5254, "house_history": 16320, "wikipedia": "Austin Augustus King", "wikidata": "Q781041", "google_entity_id": "kg:/m/07tclw"}, "name": {"first": "Austin", "middle": "Augustus", "last": "King"}, "bio": {"birthday": "1802-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MO", "district": 6, "party": "Unionist"}]}, {"id": {"bioguide": "K000225", "govtrack": 406384, "house_history": 16360, "wikipedia": "John F. Kinney", "wikidata": "Q1700016", "google_entity_id": "kg:/m/02r5f68"}, "name": {"first": "John", "middle": "Fitch", "last": "Kinney"}, "bio": {"birthday": "1816-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "UT", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "K000276", "govtrack": 406433, "icpsr": 5328, "wikipedia": "Anthony L. Knapp", "house_history": 16426, "wikidata": "Q4772898", "google_entity_id": "kg:/m/02rk8vw"}, "name": {"first": "Anthony", "middle": "Lausett", "last": "Knapp"}, "bio": {"birthday": "1828-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "K000297", "govtrack": 406453, "icpsr": 5348, "wikipedia": "Samuel Knox", "house_history": 16452, "wikidata": "Q2218503", "google_entity_id": "kg:/m/02rz86f"}, "name": {"first": "Samuel", "last": "Knox"}, "bio": {"birthday": "1815-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MO", "district": 1, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "L000125", "govtrack": 406630, "icpsr": 5502, "wikipedia": "John Law (representative)", "house_history": 16754, "wikidata": "Q202872", "google_entity_id": "kg:/m/03c7q4w"}, "name": {"first": "John", "last": "Law"}, "bio": {"birthday": "1796-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000154", "govtrack": 406659, "icpsr": 5530, "wikipedia": "Jesse Lazear", "house_history": 16789, "wikidata": "Q6186564", "google_entity_id": "kg:/m/0kt7dp"}, "name": {"first": "Jesse", "last": "Lazear"}, "bio": {"birthday": "1804-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "L000357", "govtrack": 406849, "icpsr": 5707, "wikipedia": "DeWitt Clinton Littlejohn", "house_history": 17039, "wikidata": "Q5244178", "google_entity_id": "kg:/m/0262330"}, "name": {"first": "De", "middle": "Witt Clinton", "last": "Littlejohn"}, "bio": {"birthday": "1818-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "L000410", "govtrack": 406901, "icpsr": 5753, "house_history": 17102, "wikipedia": "Alexander Long", "wikidata": "Q2642579", "google_entity_id": "kg:/m/0gkr1f"}, "name": {"first": "Alexander", "last": "Long"}, "bio": {"birthday": "1816-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000462", "govtrack": 406951, "icpsr": 5797, "wikipedia": "Owen Lovejoy", "house_history": 17171, "wikidata": "Q4419992", "google_entity_id": "kg:/m/0d1k35"}, "name": {"first": "Owen", "last": "Lovejoy"}, "bio": {"birthday": "1811-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M000082", "govtrack": 407109, "icpsr": 5940, "wikipedia": "Robert Mallory", "house_history": 17430, "wikidata": "Q2158169", "google_entity_id": "kg:/m/02r4qvb"}, "name": {"first": "Robert", "last": "Mallory"}, "bio": {"birthday": "1815-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "KY", "district": 7, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "KY", "district": 7, "party": "Unionist"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "KY", "district": 5, "party": "Unionist"}]}, {"id": {"bioguide": "M000126", "govtrack": 407150, "icpsr": 5978, "wikipedia": "Daniel Marcy", "house_history": 17484, "wikidata": "Q1161671", "google_entity_id": "kg:/m/02ppy1r"}, "name": {"first": "Daniel", "last": "Marcy"}, "bio": {"birthday": "1809-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000295", "govtrack": 407310, "icpsr": 6121, "wikipedia": "Archibald McAllister", "house_history": 17687, "wikidata": "Q4786428", "google_entity_id": "kg:/m/0kt9kk"}, "name": {"first": "Archibald", "last": "McAllister"}, "bio": {"birthday": "1813-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "M000301", "govtrack": 407316, "icpsr": 6127, "house_history": 17693, "wikipedia": "John R. McBride", "wikidata": "Q222888", "google_entity_id": "kg:/m/02q4m__"}, "name": {"first": "John", "middle": "Rogers", "last": "McBride"}, "bio": {"birthday": "1832-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OR", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000420", "govtrack": 407420, "icpsr": 6226, "wikipedia": "James F. McDowell", "house_history": 17853, "wikidata": "Q1680356", "google_entity_id": "kg:/m/02rkgcx"}, "name": {"first": "James", "middle": "Foster", "last": "McDowell"}, "bio": {"birthday": "1825-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IN", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "M000697", "govtrack": 407681, "icpsr": 6460, "wikipedia": "George Middleton (New Jersey)", "house_history": 18199, "wikidata": "Q1507904", "google_entity_id": "kg:/m/02x6tzs"}, "name": {"first": "George", "last": "Middleton"}, "bio": {"birthday": "1800-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NJ", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000763", "govtrack": 407741, "icpsr": 6517, "wikipedia": "William Henry Miller (legislator)", "house_history": 18284, "wikidata": "Q8012100", "google_entity_id": "kg:/m/0kt9k5"}, "name": {"first": "William", "middle": "Henry", "last": "Miller"}, "bio": {"birthday": "1829-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "M000949", "govtrack": 407917, "icpsr": 6677, "wikipedia": "Edwin D. Morgan", "wikidata": "Q659919", "google_entity_id": "kg:/m/032d2l"}, "name": {"first": "Edwin", "middle": "Denison", "last": "Morgan"}, "bio": {"birthday": "1811-02-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1863-12-07", "end": "1869-03-03", "state": "NY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000978", "govtrack": 407946, "icpsr": 6705, "wikipedia": "James R. Morris", "house_history": 18554, "wikidata": "Q6141692", "google_entity_id": "kg:/m/02rm1g7"}, "name": {"first": "James", "middle": "Remley", "last": "Morris"}, "bio": {"birthday": "1819-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "M001038", "govtrack": 408005, "wikipedia": "Gordon Newell Mott", "house_history": 18626, "wikidata": "Q268564", "google_entity_id": "kg:/m/02rhh18"}, "name": {"first": "Gordon", "middle": "Newell", "last": "Mott"}, "bio": {"birthday": "1812-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NV", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "M001126", "govtrack": 408088, "icpsr": 6835, "wikipedia": "Amos Myers", "house_history": 18734, "wikidata": "Q4747923", "google_entity_id": "kg:/m/0kt9bf"}, "name": {"first": "Amos", "last": "Myers"}, "bio": {"birthday": "1824-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "N000034", "govtrack": 408124, "icpsr": 6864, "wikipedia": "Homer Augustus Nelson", "house_history": 18877, "wikidata": "Q2378592", "google_entity_id": "kg:/m/026_9r4"}, "name": {"first": "Homer", "middle": "Augustus", "last": "Nelson"}, "bio": {"birthday": "1829-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "N000119", "govtrack": 408203, "icpsr": 6942, "wikipedia": "Warren P. Noble", "house_history": 18979, "wikidata": "Q7970419", "google_entity_id": "kg:/m/02rm3ct"}, "name": {"first": "Warren", "middle": "Perry", "last": "Noble"}, "bio": {"birthday": "1820-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "N000122", "govtrack": 408206, "icpsr": 6945, "wikipedia": "John William Noell", "house_history": 18982, "wikidata": "Q568344", "google_entity_id": "kg:/m/02rz7cm"}, "name": {"first": "John", "middle": "William", "last": "Noell"}, "bio": {"birthday": "1816-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MO", "district": 3, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "N000151", "govtrack": 408233, "icpsr": 6970, "wikipedia": "Jesse O. Norton", "house_history": 19021, "wikidata": "Q4419889", "google_entity_id": "kg:/m/02rkbbn"}, "name": {"first": "Jesse", "middle": "Olds", "last": "Norton"}, "bio": {"birthday": "1812-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IL", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IL", "district": 3, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "O000096", "govtrack": 408305, "icpsr": 7079, "wikipedia": "John O'Neill (congressman)", "house_history": 19183, "wikidata": "Q6250989", "google_entity_id": "kg:/m/02rm4s4"}, "name": {"first": "John", "last": "O'Neill"}, "bio": {"birthday": "1822-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "O000037", "govtrack": 408322, "icpsr": 7025, "wikipedia": "Moses F. Odell", "house_history": 19115, "wikidata": "Q211874", "google_entity_id": "kg:/m/02rktvp"}, "name": {"first": "Moses", "middle": "Fowler", "last": "Odell"}, "bio": {"birthday": "1818-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000224", "govtrack": 408627, "house_history": 19555, "wikipedia": "Francisco Perea", "wikidata": "Q1384732", "google_entity_id": "kg:/m/02rhg7h"}, "name": {"first": "Francisco", "last": "Perea"}, "bio": {"birthday": "1830-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NM", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "P000244", "govtrack": 408647, "icpsr": 7357, "wikipedia": "Nehemiah Perry (politician)", "house_history": 19580, "wikidata": "Q1748718", "google_entity_id": "kg:/m/02r9257"}, "name": {"first": "Nehemiah", "last": "Perry"}, "bio": {"birthday": "1816-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NJ", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NJ", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "P000458", "govtrack": 408845, "house_history": 19849, "wikipedia": "Charles Debrille Poston", "wikidata": "Q1064080", "google_entity_id": "kg:/m/02rhd3s"}, "name": {"first": "Charles", "middle": "Debrille", "last": "Poston"}, "bio": {"birthday": "1825-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "AZ", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "R000228", "govtrack": 409204, "icpsr": 7883, "wikipedia": "William Alexander Richardson", "house_history": 20366, "wikidata": "Q881016", "google_entity_id": "kg:/m/09v4nk"}, "name": {"first": "William", "middle": "Alexander", "last": "Richardson"}, "bio": {"birthday": "1811-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000412", "govtrack": 409378, "icpsr": 8042, "wikipedia": "James S. Rollins", "house_history": 20597, "wikidata": "Q1681070", "google_entity_id": "kg:/m/02rnyjd"}, "name": {"first": "James", "middle": "Sidney", "last": "Rollins"}, "bio": {"birthday": "1812-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MO", "district": 2, "party": "Constitutional Unionist"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MO", "district": 9, "party": "Unionist"}]}, {"id": {"bioguide": "S000178", "govtrack": 409684, "icpsr": 8305, "wikipedia": "John Guier Scott", "house_history": 21360, "wikidata": "Q1700294", "google_entity_id": "kg:/m/02rz774"}, "name": {"first": "John", "middle": "Guier", "last": "Scott"}, "bio": {"birthday": "1819-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000227", "govtrack": 409732, "icpsr": 8349, "wikipedia": "Joseph Segar", "house_history": 21416, "wikidata": "Q1707994", "google_entity_id": "kg:/m/03c2_5m"}, "name": {"first": "Joseph", "middle": "Eggleston", "last": "Segar"}, "bio": {"birthday": "1804-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "VA", "district": 1, "party": "Unionist"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "VA", "district": -1, "party": "Unionist"}]}, {"id": {"bioguide": "S000290", "govtrack": 409789, "icpsr": 8403, "house_history": 21497, "wikipedia": "Thomas Bowles Shannon", "wikidata": "Q2422593", "google_entity_id": "kg:/m/0dsy_v"}, "name": {"first": "Thomas", "middle": "Bowles", "last": "Shannon"}, "bio": {"birthday": "1827-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "CA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000642", "govtrack": 410116, "icpsr": 8711, "house_history": 21927, "wikipedia": "Nathaniel B. Smithers", "wikidata": "Q1966714", "google_entity_id": "kg:/m/0262g03"}, "name": {"first": "Nathaniel", "middle": "Barratt", "last": "Smithers"}, "bio": {"birthday": "1818-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "DE", "district": 0, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "S000825", "govtrack": 410289, "icpsr": 8862, "wikipedia": "Henry G. Stebbins", "house_history": 22161, "wikidata": "Q137864", "google_entity_id": "kg:/m/02rkqgm"}, "name": {"first": "Henry", "middle": "George", "last": "Stebbins"}, "bio": {"birthday": "1811-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000833", "govtrack": 410297, "icpsr": 8870, "wikipedia": "John B. Steele", "house_history": 22171, "wikidata": "Q2115303", "google_entity_id": "kg:/m/02rks1d"}, "name": {"first": "John", "middle": "Benedict", "last": "Steele"}, "bio": {"birthday": "1814-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "S000839", "govtrack": 410303, "icpsr": 8875, "wikipedia": "William G. Steele", "house_history": 22177, "wikidata": "Q2578915", "google_entity_id": "kg:/m/02x6t6q"}, "name": {"first": "William", "middle": "Gaston", "last": "Steele"}, "bio": {"birthday": "1820-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NJ", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S001035", "govtrack": 410491, "icpsr": 9054, "house_history": 22417, "wikipedia": "John T. Stuart", "wikidata": "Q4411229", "google_entity_id": "kg:/m/02rkbt2"}, "name": {"first": "John", "middle": "Todd", "last": "Stuart"}, "bio": {"birthday": "1807-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "IL", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "IL", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "S001100", "govtrack": 410552, "icpsr": 9112, "house_history": 22497, "wikipedia": "Lorenzo De Medici Sweat", "wikidata": "Q1870207", "google_entity_id": "kg:/m/049nqq"}, "name": {"first": "Lorenzo", "middle": "De Medici", "last": "Sweat"}, "bio": {"birthday": "1818-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "ME", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000120", "govtrack": 410702, "icpsr": 9250, "house_history": 22780, "wikipedia": "William Temple (governor)", "wikidata": "Q886868", "google_entity_id": "kg:/m/07szwm"}, "name": {"first": "William", "last": "Temple"}, "bio": {"birthday": "1814-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "T000292", "govtrack": 410865, "wikipedia": "John Blair Smith Todd", "house_history": 22988, "wikidata": "Q1699347", "google_entity_id": "kg:/m/09g52m"}, "name": {"first": "John", "middle": "Blair Smith", "last": "Todd"}, "bio": {"birthday": "1814-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "DK", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "DK", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "T000345", "govtrack": 410916, "icpsr": 9449, "wikipedia": "Henry Wells Tracy", "house_history": 23058, "wikidata": "Q5729994", "google_entity_id": "kg:/m/0kt9mh"}, "name": {"first": "Henry", "middle": "Wells", "last": "Tracy"}, "bio": {"birthday": "1807-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 13, "party": "Ind. Republican"}]}, {"id": {"bioguide": "V000061", "govtrack": 411103, "icpsr": 9637, "wikipedia": "Robert B. Van Valkenburgh", "house_history": 20946, "wikidata": "Q7341763", "google_entity_id": "kg:/m/026c4g8"}, "name": {"first": "Robert", "middle": "Bruce", "last": "Van Valkenburgh"}, "bio": {"birthday": "1821-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "V000066", "govtrack": 411108, "icpsr": 9642, "wikipedia": "Peter G. Van Winkle", "wikidata": "Q1404201", "google_entity_id": "kg:/m/0cwjb5"}, "name": {"first": "Peter", "middle": "Godwin", "last": "Van Winkle"}, "bio": {"birthday": "1808-09-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1863-12-07", "end": "1869-03-03", "state": "WV", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000005", "govtrack": 411184, "icpsr": 9698, "wikipedia": "Benjamin Wade", "wikidata": "Q817729", "google_entity_id": "kg:/m/01znfl"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Wade"}, "bio": {"birthday": "1800-10-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "OH", "class": 1, "party": "Ind. Republican-Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1863-03-03", "state": "OH", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1863-12-07", "end": "1869-03-03", "state": "OH", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000072", "govtrack": 411251, "icpsr": 9758, "wikipedia": "James Walter Wall", "wikidata": "Q6145105", "google_entity_id": "kg:/m/0b28lb"}, "name": {"first": "James", "middle": "Walter", "last": "Wall"}, "bio": {"birthday": "1820-05-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1863-12-07", "end": "1863-12-31", "state": "NJ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000086", "govtrack": 411265, "wikipedia": "William H. Wallace", "house_history": 23315, "wikidata": "Q889378", "google_entity_id": "kg:/m/0d3mvd"}, "name": {"first": "William", "middle": "Henson", "last": "Wallace"}, "bio": {"birthday": "1811-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "ID", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "W000332", "govtrack": 411494, "icpsr": 9986, "wikipedia": "Ezra Wheeler", "house_history": 23611, "wikidata": "Q598524", "google_entity_id": "kg:/m/02vrqvv"}, "name": {"first": "Ezra", "last": "Wheeler"}, "bio": {"birthday": "1820-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "WI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000360", "govtrack": 411522, "icpsr": 10014, "wikipedia": "Chilton A. White", "house_history": 23643, "wikidata": "Q5099218", "google_entity_id": "kg:/m/02rl_7r"}, "name": {"first": "Chilton", "middle": "Allen", "last": "White"}, "bio": {"birthday": "1826-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000384", "govtrack": 411544, "icpsr": 10037, "wikipedia": "Joseph W. White", "house_history": 23670, "wikidata": "Q13219504", "google_entity_id": "kg:/m/02rm27c"}, "name": {"first": "Joseph", "middle": "Worthington", "last": "White"}, "bio": {"birthday": "1822-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "W000461", "govtrack": 411618, "icpsr": 10106, "wikipedia": "Abel Carter Wilder", "house_history": 23766, "wikidata": "Q318396", "google_entity_id": "kg:/m/02rmb85"}, "name": {"first": "Abel", "middle": "Carter", "last": "Wilder"}, "bio": {"birthday": "1828-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "KS", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000747", "govtrack": 411896, "icpsr": 10376, "house_history": 24108, "wikipedia": "Henry G. Worthington", "wikidata": "Q1606767", "google_entity_id": "kg:/m/0272zy1"}, "name": {"first": "Henry", "middle": "Gaither", "last": "Worthington"}, "bio": {"birthday": "1828-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NV", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "W000772", "govtrack": 411921, "icpsr": 10400, "house_history": 24140, "wikipedia": "William Wright (United States politician)", "wikidata": "Q1522975", "google_entity_id": "kg:/m/0b341y"}, "name": {"first": "William", "last": "Wright"}, "bio": {"birthday": "1794-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "NJ", "district": 5, "party": "Ind. Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NJ", "district": 5, "party": "Whig"}, {"type": "sen", "start": "1853-12-05", "end": "1859-03-03", "state": "NJ", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1863-12-07", "end": "1867-03-03", "state": "NJ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "Y000015", "govtrack": 411949, "icpsr": 10422, "wikipedia": "George Helm Yeaman", "house_history": 21050, "wikidata": "Q943159", "google_entity_id": "kg:/m/02rhgmj"}, "name": {"first": "George", "middle": "Helm", "last": "Yeaman"}, "bio": {"birthday": "1829-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "KY", "district": 2, "party": "Unionist"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "KY", "district": 2, "party": "Unionist"}]}, {"id": {"bioguide": "F000038", "govtrack": 403999, "icpsr": 3076, "wikipedia": "Nathan A. Farwell", "wikidata": "Q1549976", "google_entity_id": "kg:/m/0bnxp8"}, "name": {"first": "Nathan", "middle": "Allen", "last": "Farwell"}, "bio": {"birthday": "1812-02-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1864-01-01", "end": "1865-03-03", "state": "ME", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000239", "govtrack": 409215, "icpsr": 7892, "house_history": 20380, "wikipedia": "George R. Riddle", "wikidata": "Q122934", "google_entity_id": "kg:/m/06vr86"}, "name": {"first": "George", "middle": "Read", "last": "Riddle"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "sen", "start": "1864-01-01", "end": "1867-12-31", "state": "DE", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000155", "govtrack": 400810, "icpsr": 136, "wikipedia": "John B. Alley", "house_history": 8471, "wikidata": "Q1699195", "google_entity_id": "kg:/m/02rhjsb"}, "name": {"first": "John", "middle": "Bassett", "last": "Alley"}, "bio": {"birthday": "1817-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "A000178", "govtrack": 400833, "icpsr": 157, "wikipedia": "Sydenham Elnathan Ancona", "house_history": 8505, "wikidata": "Q7659772", "google_entity_id": "kg:/m/0kt9hp"}, "name": {"first": "Sydenham", "middle": "Elnathan", "last": "Ancona"}, "bio": {"birthday": "1824-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "B000142", "govtrack": 401143, "icpsr": 434, "wikipedia": "Abraham Andrews Barker", "house_history": 8954, "wikidata": "Q4668747", "google_entity_id": "kg:/m/0kt9m3"}, "name": {"first": "Abraham", "middle": "Andrews", "last": "Barker"}, "bio": {"birthday": "1816-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "B000246", "govtrack": 401240, "icpsr": 522, "house_history": 9097, "wikipedia": "Portus Baxter", "wikidata": "Q2105456", "google_entity_id": "kg:/m/0g5fpg"}, "name": {"first": "Portus", "last": "Baxter"}, "bio": {"birthday": "1806-12-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "VT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "VT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "VT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000406", "govtrack": 401394, "icpsr": 664, "wikipedia": "Teunis G. Bergen", "house_history": 9302, "wikidata": "Q247930", "google_entity_id": "kg:/m/026_4sz"}, "name": {"first": "Teunis", "middle": "Garret", "last": "Bergen"}, "bio": {"birthday": "1806-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000447", "govtrack": 401432, "icpsr": 698, "wikipedia": "John Bidwell", "house_history": 9352, "wikidata": "Q1699334", "google_entity_id": "kg:/m/032vsw"}, "name": {"first": "John", "last": "Bidwell"}, "bio": {"birthday": "1819-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "CA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000572", "govtrack": 401545, "icpsr": 808, "wikipedia": "Henry Taylor Blow", "house_history": 9514, "wikidata": "Q188263", "google_entity_id": "kg:/m/02rnggg"}, "name": {"first": "Henry", "middle": "Taylor", "last": "Blow"}, "bio": {"birthday": "1817-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MO", "district": 2, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MO", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000768", "govtrack": 401727, "icpsr": 977, "wikipedia": "Augustus Brandegee", "house_history": 9769, "wikidata": "Q770209", "google_entity_id": "kg:/m/026ctjf"}, "name": {"first": "Augustus", "last": "Brandegee"}, "bio": {"birthday": "1828-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "CT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000104", "govtrack": 402257, "icpsr": 1468, "wikipedia": "William B. Campbell", "house_history": 10574, "wikidata": "Q116428", "google_entity_id": "kg:/m/03jr6k"}, "name": {"first": "William", "middle": "Bowen", "last": "Campbell"}, "bio": {"birthday": "1807-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "TN", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "TN", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "TN", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "TN", "district": 5, "party": "Unionist"}]}, {"id": {"bioguide": "C000747", "govtrack": 402868, "icpsr": 2042, "wikipedia": "Edmund Cooper (congressman)", "house_history": 11390, "wikidata": "Q1286134", "google_entity_id": "kg:/m/02rkyrx"}, "name": {"first": "Edmund", "last": "Cooper"}, "bio": {"birthday": "1821-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "TN", "district": 4, "party": "Unionist"}]}, {"id": {"bioguide": "C000904", "govtrack": 403016, "icpsr": 2173, "wikipedia": "John Creswell", "house_history": 11587, "wikidata": "Q1298209", "google_entity_id": "kg:/m/0378qm"}, "name": {"first": "John", "middle": "Angel James", "last": "Creswell"}, "bio": {"birthday": "1828-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MD", "district": 1, "party": "Unconditional Unionist"}, {"type": "sen", "start": "1865-12-04", "end": "1867-03-03", "state": "MD", "class": 3, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "C000977", "govtrack": 403088, "icpsr": 2243, "wikipedia": "Charles Vernon Culver", "house_history": 11674, "wikidata": "Q5083128", "google_entity_id": "kg:/m/0kt999"}, "name": {"first": "Charles", "middle": "Vernon", "last": "Culver"}, "bio": {"birthday": "1830-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "D000055", "govtrack": 403194, "icpsr": 2339, "wikipedia": "William Augustus Darling", "house_history": 11898, "wikidata": "Q1590783", "google_entity_id": "kg:/m/02rkxr6"}, "name": {"first": "William", "middle": "Augustus", "last": "Darling"}, "bio": {"birthday": "1817-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "D000139", "govtrack": 403272, "icpsr": 2414, "wikipedia": "Thomas Treadwell Davis", "house_history": 12005, "wikidata": "Q7794539", "google_entity_id": "kg:/m/03cfsc8"}, "name": {"first": "Thomas", "middle": "Treadwell", "last": "Davis"}, "bio": {"birthday": "1810-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "D000153", "govtrack": 403286, "icpsr": 2428, "wikipedia": "John Littleton Dawson", "house_history": 12021, "wikidata": "Q6244988", "google_entity_id": "kg:/m/0bslg3"}, "name": {"first": "John", "middle": "Littleton", "last": "Dawson"}, "bio": {"birthday": "1813-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "D000192", "govtrack": 403350, "icpsr": 2463, "wikipedia": "Joseph H. Defrees", "house_history": 12069, "wikidata": "Q1394758", "google_entity_id": "kg:/m/02rkh1x"}, "name": {"first": "Joseph", "middle": "Hutton", "last": "Defrees"}, "bio": {"birthday": "1812-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "D000227", "govtrack": 403366, "icpsr": 2487, "wikipedia": "Henry C. Deming", "house_history": 12114, "wikidata": "Q1606562", "google_entity_id": "kg:/m/02rhhbk"}, "name": {"first": "Henry", "middle": "Champion", "last": "Deming"}, "bio": {"birthday": "1815-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "CT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000247", "govtrack": 403385, "house_history": 12136, "wikipedia": "Arthur A. Denny", "wikidata": "Q1595543", "google_entity_id": "kg:/m/0b82cd"}, "name": {"first": "Arthur", "middle": "Armstrong", "last": "Denny"}, "bio": {"birthday": "1822-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "WA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "D000397", "govtrack": 403512, "icpsr": 2643, "wikipedia": "William E. Dodge", "house_history": 12325, "wikidata": "Q1792980", "google_entity_id": "kg:/m/072bt8"}, "name": {"first": "William", "middle": "Earle", "last": "Dodge"}, "bio": {"birthday": "1805-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "D000524", "govtrack": 403634, "icpsr": 2753, "wikipedia": "Ebenezer Dumont", "house_history": 12484, "wikidata": "Q1278634", "google_entity_id": "kg:/m/02rkflg"}, "name": {"first": "Ebenezer", "last": "Dumont"}, "bio": {"birthday": "1814-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "F000026", "govtrack": 403988, "icpsr": 3065, "wikipedia": "John Hanson Farquhar", "house_history": 12995, "wikidata": "Q1700370", "google_entity_id": "kg:/m/02rl1bd"}, "name": {"first": "John", "middle": "Hanson", "last": "Farquhar"}, "bio": {"birthday": "1818-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "F000099", "govtrack": 404056, "icpsr": 3127, "wikipedia": "William P. Fessenden", "house_history": 13098, "wikidata": "Q968068", "google_entity_id": "kg:/m/02wtj4"}, "name": {"first": "William", "middle": "Pitt", "last": "Fessenden"}, "bio": {"birthday": "1806-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "ME", "district": 2, "party": "Whig"}, {"type": "sen", "start": "1854-01-01", "end": "1859-03-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1859-12-05", "end": "1865-03-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1865-12-04", "end": "1869-12-31", "state": "ME", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000301", "govtrack": 404660, "icpsr": 3686, "wikipedia": "John Noble Goodwin", "house_history": 13945, "wikidata": "Q331686", "google_entity_id": "kg:/m/09qbs2"}, "name": {"first": "John", "middle": "Noble", "last": "Goodwin"}, "bio": {"birthday": "1824-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "AZ", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "G000307", "govtrack": 404666, "icpsr": 3692, "wikipedia": "Charles Goodyear (politician)", "house_history": 13951, "wikidata": "Q2757766", "google_entity_id": "kg:/m/02qw513"}, "name": {"first": "Charles", "last": "Goodyear"}, "bio": {"birthday": "1804-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "G000455", "govtrack": 404800, "icpsr": 3815, "wikipedia": "Henry Grider", "house_history": 14140, "wikidata": "Q1606811", "google_entity_id": "kg:/m/02q_hyg"}, "name": {"first": "Henry", "last": "Grider"}, "bio": {"birthday": "1796-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "KY", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "KY", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "KY", "district": 3, "party": "Unionist"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "KY", "district": 3, "party": "Unionist"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000475", "govtrack": 404820, "icpsr": 3834, "wikipedia": "James W. Grimes", "wikidata": "Q885608", "google_entity_id": "kg:/m/03sfw4"}, "name": {"first": "James", "middle": "Wilson", "last": "Grimes"}, "bio": {"birthday": "1816-10-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1859-12-05", "end": "1865-03-03", "state": "IA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1865-12-04", "end": "1869-12-31", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000478", "govtrack": 404823, "icpsr": 3837, "wikipedia": "Josiah Bushnell Grinnell", "house_history": 14168, "wikidata": "Q1708619", "google_entity_id": "kg:/m/05_4q3"}, "name": {"first": "Josiah", "middle": "Bushnell", "last": "Grinnell"}, "bio": {"birthday": "1821-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "G000534", "govtrack": 404879, "icpsr": 3884, "wikipedia": "James Guthrie (Kentucky)", "wikidata": "Q1680480", "google_entity_id": "kg:/m/03b3ts"}, "name": {"first": "James", "last": "Guthrie"}, "bio": {"birthday": "1792-12-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1865-12-04", "end": "1869-03-03", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000187", "govtrack": 405068, "icpsr": 4055, "wikipedia": "Aaron Harding", "house_history": 14517, "wikidata": "Q302082", "google_entity_id": "kg:/m/02q7p8q"}, "name": {"first": "Aaron", "last": "Harding"}, "bio": {"birthday": "1805-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "KY", "district": 4, "party": "Unionist"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "KY", "district": 4, "party": "Unionist"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "KY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000232", "govtrack": 405110, "icpsr": 4096, "wikipedia": "Benjamin Gwinn Harris", "house_history": 14574, "wikidata": "Q1778582", "google_entity_id": "kg:/m/02rhcmm"}, "name": {"first": "Benjamin", "middle": "Gwinn", "last": "Harris"}, "bio": {"birthday": "1805-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MD", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000292", "govtrack": 405165, "icpsr": 4149, "wikipedia": "Roswell Hart", "house_history": 14643, "wikidata": "Q7370105", "google_entity_id": "kg:/m/026zhj_"}, "name": {"first": "Roswell", "last": "Hart"}, "bio": {"birthday": "1824-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "H000480", "govtrack": 405343, "icpsr": 4307, "house_history": 14876, "wikipedia": "James Henry Dickey Henderson", "wikidata": "Q1680549", "google_entity_id": "kg:/m/02rkzdw"}, "name": {"first": "James", "middle": "Henry Dickey", "last": "Henderson"}, "bio": {"birthday": "1810-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OR", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000604", "govtrack": 405465, "icpsr": 4421, "wikipedia": "Ralph Hill (representative)", "house_history": 15032, "wikidata": "Q2129647", "google_entity_id": "kg:/m/02wbl_r"}, "name": {"first": "Ralph", "last": "Hill"}, "bio": {"birthday": "1827-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000691", "govtrack": 405544, "icpsr": 4495, "house_history": 15138, "wikipedia": "John Hogan (Missouri)", "wikidata": "Q1268342", "google_entity_id": "kg:/m/07scw3"}, "name": {"first": "John", "last": "Hogan"}, "bio": {"birthday": "1805-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MO", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000742", "govtrack": 405593, "icpsr": 4539, "wikipedia": "Sidney T. Holmes", "house_history": 15201, "wikidata": "Q7509370", "google_entity_id": "kg:/m/02rkwg_"}, "name": {"first": "Sidney", "middle": "Tracy", "last": "Holmes"}, "bio": {"birthday": "1815-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "H000839", "govtrack": 405686, "icpsr": 4627, "wikipedia": "Jacob M. Howard", "house_history": 15322, "wikidata": "Q1677577", "google_entity_id": "kg:/m/03jxzj"}, "name": {"first": "Jacob", "middle": "Merritt", "last": "Howard"}, "bio": {"birthday": "1805-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "MI", "district": 1, "party": "Whig"}, {"type": "sen", "start": "1862-01-01", "end": "1865-03-03", "state": "MI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1865-12-04", "end": "1871-03-03", "state": "MI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000881", "govtrack": 405727, "icpsr": 4665, "wikipedia": "Demas Hubbard, Jr.", "house_history": 15373, "wikidata": "Q5255091", "google_entity_id": "kg:/m/02rknt3"}, "name": {"first": "Demas", "last": "Hubbard", "suffix": "Jr."}, "bio": {"birthday": "1806-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "H000885", "govtrack": 405731, "icpsr": 4669, "wikipedia": "John Henry Hubbard", "house_history": 15379, "wikidata": "Q1700425", "google_entity_id": "kg:/m/02rt2y8"}, "name": {"first": "John", "middle": "Henry", "last": "Hubbard"}, "bio": {"birthday": "1804-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "CT", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000892", "govtrack": 405738, "icpsr": 4676, "house_history": 15387, "wikipedia": "Edwin N. Hubbell", "wikidata": "Q2593372", "google_entity_id": "kg:/m/0bmnnh"}, "name": {"first": "Edwin", "middle": "Nelson", "last": "Hubbell"}, "bio": {"birthday": "1815-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "H000893", "govtrack": 405739, "icpsr": 4677, "house_history": 15388, "wikipedia": "James Randolph Hubbell", "wikidata": "Q12060587", "google_entity_id": "kg:/m/0bm8qn"}, "name": {"first": "James", "middle": "Randolph", "last": "Hubbell"}, "bio": {"birthday": "1824-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "H000954", "govtrack": 405798, "icpsr": 4729, "wikipedia": "James Humphrey (New York politician)", "house_history": 15461, "wikidata": "Q211810", "google_entity_id": "kg:/m/02rldm7"}, "name": {"first": "James", "last": "Humphrey"}, "bio": {"birthday": "1811-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000984", "govtrack": 405826, "icpsr": 4755, "wikipedia": "John W. Hunter", "house_history": 15495, "wikidata": "Q404132", "google_entity_id": "kg:/m/026835c"}, "name": {"first": "John", "middle": "Ward", "last": "Hunter"}, "bio": {"birthday": "1807-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000168", "govtrack": 406065, "icpsr": 4986, "wikipedia": "Philip Johnson (congressman)", "house_history": 15906, "wikidata": "Q7183858", "google_entity_id": "kg:/m/0kt9lq"}, "name": {"first": "Philip", "last": "Johnson"}, "bio": {"birthday": "1818-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "J000242", "govtrack": 406135, "icpsr": 5052, "house_history": 15999, "wikipedia": "Morgan Jones (U.S. politician)", "wikidata": "Q576758", "google_entity_id": "kg:/m/02rktt_"}, "name": {"first": "Morgan", "last": "Jones"}, "bio": {"birthday": "1830-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "K000066", "govtrack": 406236, "icpsr": 5144, "wikipedia": "Orlando Kellogg", "house_history": 16162, "wikidata": "Q2688853", "google_entity_id": "kg:/m/02rkv5p"}, "name": {"first": "Orlando", "last": "Kellogg"}, "bio": {"birthday": "1809-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NY", "district": 14, "party": "Whig"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "K000081", "govtrack": 406250, "icpsr": 5157, "wikipedia": "John R. Kelso", "house_history": 16180, "wikidata": "Q1701496", "google_entity_id": "kg:/m/02rlkr9"}, "name": {"first": "John", "middle": "Russell", "last": "Kelso"}, "bio": {"birthday": "1831-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MO", "district": 4, "party": "Ind. Republican"}]}, {"id": {"bioguide": "K000347", "govtrack": 406500, "icpsr": 5382, "wikipedia": "Andrew J. Kuykendall", "house_history": 16521, "wikidata": "Q4757410", "google_entity_id": "kg:/m/02rk8vj"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Kuykendall"}, "bio": {"birthday": "1815-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "L000061", "govtrack": 406570, "icpsr": 5443, "wikipedia": "James Henry Lane (Union general)", "house_history": 16662, "wikidata": "Q5934173", "google_entity_id": "kg:/m/02tf4m"}, "name": {"first": "James", "middle": "Henry", "last": "Lane"}, "bio": {"birthday": "1814-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "sen", "start": "1861-07-04", "end": "1865-03-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1865-12-04", "end": "1867-03-03", "state": "KS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000107", "govtrack": 406614, "icpsr": 5487, "wikipedia": "George R. Latham", "house_history": 16729, "wikidata": "Q1508106", "google_entity_id": "kg:/m/02pldbq"}, "name": {"first": "George", "middle": "Robert", "last": "Latham"}, "bio": {"birthday": "1832-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "WV", "district": 2, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "L000156", "govtrack": 406660, "icpsr": 5550, "wikipedia": "Francis Celeste Le Blond", "house_history": 16792, "wikidata": "Q11464885", "google_entity_id": "kg:/m/027m332"}, "name": {"first": "Francis", "middle": "Celeste", "last": "Le Blond"}, "bio": {"birthday": "1821-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "L000217", "govtrack": 406721, "icpsr": 5585, "wikipedia": "John W. Leftwich", "house_history": 16862, "wikidata": "Q1702065", "google_entity_id": "kg:/m/0ddmqh"}, "name": {"first": "John", "middle": "William", "last": "Leftwich"}, "bio": {"birthday": "1826-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "TN", "district": 8, "party": "Unionist"}]}, {"id": {"bioguide": "L000434", "govtrack": 406925, "icpsr": 5771, "wikipedia": "John W. Longyear", "house_history": 17134, "wikidata": "Q1463585", "google_entity_id": "kg:/m/027vztl"}, "name": {"first": "John", "middle": "Wesley", "last": "Longyear"}, "bio": {"birthday": "1820-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000476", "govtrack": 407474, "icpsr": 6275, "house_history": 17920, "wikipedia": "Walter D. McIndoe", "wikidata": "Q1792971", "google_entity_id": "kg:/m/02vrqhv"}, "name": {"first": "Walter", "middle": "Duncan", "last": "McIndoe"}, "bio": {"birthday": "1819-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "WI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000551", "govtrack": 407543, "wikipedia": "Samuel McLean (congressman)", "house_history": 18016, "wikidata": "Q2218662", "google_entity_id": "kg:/m/03c9cll"}, "name": {"first": "Samuel", "last": "McLean"}, "bio": {"birthday": "1826-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MT", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000600", "govtrack": 407589, "icpsr": 6382, "wikipedia": "Donald C. McRuer", "house_history": 18077, "wikidata": "Q1239748", "google_entity_id": "kg:/m/0h1yxs"}, "name": {"first": "Donald", "middle": "Campbell", "last": "McRuer"}, "bio": {"birthday": "1826-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "CA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000974", "govtrack": 407942, "icpsr": 6701, "wikipedia": "Daniel Morris", "house_history": 18549, "wikidata": "Q5218191", "google_entity_id": "kg:/m/02rlc9_"}, "name": {"first": "Daniel", "last": "Morris"}, "bio": {"birthday": "1812-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "N000066", "govtrack": 408154, "icpsr": 6894, "wikipedia": "William A. Newell", "house_history": 18918, "wikidata": "Q370578", "google_entity_id": "kg:/m/0bxb4j"}, "name": {"first": "William", "middle": "Augustus", "last": "Newell"}, "bio": {"gender": "M", "birthday": "1817-09-05"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NJ", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NJ", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NJ", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "N000145", "govtrack": 408228, "icpsr": 6965, "wikipedia": "Daniel Sheldon Norton", "wikidata": "Q369084", "google_entity_id": "kg:/m/01l_6v"}, "name": {"first": "Daniel", "middle": "Sheldon", "last": "Norton"}, "bio": {"birthday": "1829-04-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1865-12-04", "end": "1871-03-03", "state": "MN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000007", "govtrack": 408990, "icpsr": 7686, "wikipedia": "William Radford (politician)", "house_history": 20082, "wikidata": "Q1710336", "google_entity_id": "kg:/m/026_3w1"}, "name": {"first": "William", "last": "Radford"}, "bio": {"birthday": "1814-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "R000040", "govtrack": 409021, "icpsr": 7716, "wikipedia": "William H. Randall", "house_history": 20126, "wikidata": "Q1359292", "google_entity_id": "kg:/m/02rj_jv"}, "name": {"first": "William", "middle": "Harrison", "last": "Randall"}, "bio": {"birthday": "1812-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "KY", "district": 8, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "KY", "district": 8, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "R000084", "govtrack": 409064, "icpsr": 7755, "house_history": 20186, "wikipedia": "Henry Jarvis Raymond", "wikidata": "Q164985", "google_entity_id": "kg:/m/07841_"}, "name": {"first": "Henry", "middle": "Jarvis", "last": "Raymond"}, "bio": {"birthday": "1820-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "R000193", "govtrack": 409169, "icpsr": 7849, "wikipedia": "Alexander H. Rice", "house_history": 20325, "wikidata": "Q441807", "google_entity_id": "kg:/m/0ckkg1"}, "name": {"first": "Alexander", "middle": "Hamilton", "last": "Rice"}, "bio": {"birthday": "1818-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000201", "govtrack": 409177, "icpsr": 7857, "wikipedia": "John H. Rice", "house_history": 20334, "wikidata": "Q1700328", "google_entity_id": "kg:/m/02ry1nm"}, "name": {"first": "John", "middle": "Hovey", "last": "Rice"}, "bio": {"birthday": "1816-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "ME", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "ME", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "R000276", "govtrack": 409250, "icpsr": 7922, "wikipedia": "Burwell C. Ritter", "house_history": 20426, "wikidata": "Q1017189", "google_entity_id": "kg:/m/02rhcyl"}, "name": {"first": "Burwell", "middle": "Clark", "last": "Ritter"}, "bio": {"birthday": "1810-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000387", "govtrack": 409355, "icpsr": 8019, "wikipedia": "Andrew J. Rogers", "house_history": 20563, "wikidata": "Q505315", "google_entity_id": "kg:/m/02r7pbq"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Rogers"}, "bio": {"birthday": "1828-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "R000468", "govtrack": 409429, "icpsr": 8085, "wikipedia": "Lovell Rousseau", "house_history": 20664, "wikidata": "Q1535819", "google_entity_id": "kg:/m/02r4v90"}, "name": {"first": "Lovell", "middle": "Harrison", "last": "Rousseau"}, "bio": {"birthday": "1818-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "KY", "district": 5, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "S000074", "govtrack": 409586, "icpsr": 8223, "wikipedia": "Willard Saulsbury Sr.", "wikidata": "Q2576646", "google_entity_id": "kg:/m/09hwsk"}, "name": {"first": "Willard", "last": "Saulsbury", "suffix": "Sr."}, "bio": {"birthday": "1820-06-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1859-12-05", "end": "1865-03-03", "state": "DE", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1865-12-04", "end": "1871-03-03", "state": "DE", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000283", "govtrack": 409782, "icpsr": 8397, "wikipedia": "George S. Shanklin", "house_history": 21488, "wikidata": "Q773306", "google_entity_id": "kg:/m/02rhgvd"}, "name": {"first": "George", "middle": "Sea", "last": "Shanklin"}, "bio": {"birthday": "1807-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "KY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "S000492", "govtrack": 409980, "icpsr": 8580, "wikipedia": "Ithamar Sloan", "house_history": 21752, "wikidata": "Q1244005", "google_entity_id": "kg:/m/02r4959"}, "name": {"first": "Ithamar", "middle": "Conkey", "last": "Sloan"}, "bio": {"birthday": "1822-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "WI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000544", "govtrack": 410026, "icpsr": 8627, "wikipedia": "Green Clay Smith", "house_history": 21810, "wikidata": "Q1544581", "google_entity_id": "kg:/m/08jhcw"}, "name": {"first": "Green", "middle": "Clay", "last": "Smith"}, "bio": {"birthday": "1826-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "KY", "district": 6, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "KY", "district": 6, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "S000817", "govtrack": 410282, "icpsr": 8856, "wikipedia": "John F. Starr", "house_history": 22151, "wikidata": "Q1700023", "google_entity_id": "kg:/m/02x5mbp"}, "name": {"first": "John", "middle": "Farson", "last": "Starr"}, "bio": {"birthday": "1818-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NJ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000926", "govtrack": 410386, "icpsr": 8952, "wikipedia": "Thomas N. Stilwell", "house_history": 22284, "wikidata": "Q2426247", "google_entity_id": "kg:/m/02rkhvn"}, "name": {"first": "Thomas", "middle": "Neel", "last": "Stilwell"}, "bio": {"birthday": "1830-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IN", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "S001026", "govtrack": 410483, "icpsr": 9045, "wikipedia": "Myer Strouse", "house_history": 22405, "wikidata": "Q13219835", "google_entity_id": "kg:/m/0kt9jf"}, "name": {"first": "Myer", "last": "Strouse"}, "bio": {"birthday": "1825-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "T000095", "govtrack": 410678, "icpsr": 9226, "house_history": 22751, "wikipedia": "Nathaniel Green Taylor", "wikidata": "Q1966742", "google_entity_id": "kg:/m/0ddm70"}, "name": {"first": "Nathaniel", "middle": "Green", "last": "Taylor"}, "bio": {"birthday": "1819-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "TN", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "TN", "district": 1, "party": "Unionist"}]}, {"id": {"bioguide": "T000096", "govtrack": 410679, "icpsr": 9227, "wikipedia": "Nelson Taylor", "house_history": 22752, "wikidata": "Q799513", "google_entity_id": "kg:/m/02rktzt"}, "name": {"first": "Nelson", "last": "Taylor"}, "bio": {"birthday": "1821-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "T000150", "govtrack": 410732, "icpsr": 9278, "wikipedia": "Martin Russell Thayer", "house_history": 22813, "wikidata": "Q6776496", "google_entity_id": "kg:/m/0kt97f"}, "name": {"first": "Martin", "middle": "Russell", "last": "Thayer"}, "bio": {"birthday": "1819-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "T000174", "govtrack": 410755, "icpsr": 9300, "wikipedia": "John Lewis Thomas Jr.", "house_history": 22841, "wikidata": "Q724953", "google_entity_id": "kg:/m/0ghh6g"}, "name": {"first": "John", "middle": "Lewis", "last": "Thomas", "suffix": "Jr."}, "bio": {"birthday": "1835-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MD", "district": 2, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "T000240", "govtrack": 410818, "icpsr": 9358, "wikipedia": "Anthony Thornton (representative)", "house_history": 22924, "wikidata": "Q4773581", "google_entity_id": "kg:/m/02rmbnk"}, "name": {"first": "Anthony", "last": "Thornton"}, "bio": {"birthday": "1814-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IL", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "W000126", "govtrack": 411301, "icpsr": 9807, "wikipedia": "Andrew H. Ward", "house_history": 23363, "wikidata": "Q505016", "google_entity_id": "kg:/m/02rgwgv"}, "name": {"first": "Andrew", "middle": "Harrison", "last": "Ward"}, "bio": {"gender": "M", "birthday": "1815-01-03"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "KY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000157", "govtrack": 411330, "icpsr": 9835, "wikipedia": "Samuel L. Warner", "house_history": 23396, "wikidata": "Q2218532", "google_entity_id": "kg:/m/02rjz65"}, "name": {"first": "Samuel", "middle": "Larkin", "last": "Warner"}, "bio": {"birthday": "1828-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "CT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000239", "govtrack": 411407, "icpsr": 9904, "wikipedia": "Edwin Hanson Webster", "house_history": 23503, "wikidata": "Q724974", "google_entity_id": "kg:/m/08r6sf"}, "name": {"first": "Edwin", "middle": "Hanson", "last": "Webster"}, "bio": {"birthday": "1829-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MD", "district": 2, "party": "American"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MD", "district": 2, "party": "Unionist"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MD", "district": 2, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MD", "district": 2, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "W000295", "govtrack": 411459, "icpsr": 9953, "house_history": 23572, "wikipedia": "John Wentworth (Illinois)", "wikidata": "Q361224", "google_entity_id": "kg:/m/0b172"}, "name": {"first": "John", "last": "Wentworth"}, "bio": {"birthday": "1815-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000318", "govtrack": 411480, "icpsr": 9973, "wikipedia": "Kellian Whaley", "house_history": 23596, "wikidata": "Q1738286", "google_entity_id": "kg:/m/027qmx_"}, "name": {"first": "Kellian", "middle": "Van Rensalear", "last": "Whaley"}, "bio": {"birthday": "1821-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "VA", "district": 12, "party": "Unionist"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "WV", "district": 3, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "WV", "district": 3, "party": "Unconditional Unionist"}]}, {"id": {"bioguide": "W000484", "govtrack": 411641, "icpsr": 10129, "wikipedia": "Waitman T. Willey", "wikidata": "Q1751424", "google_entity_id": "kg:/m/08kk40"}, "name": {"first": "Waitman", "middle": "Thomas", "last": "Willey"}, "bio": {"birthday": "1811-10-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1861-07-04", "end": "1863-03-03", "state": "VA", "class": 1, "party": "Unionist"}, {"type": "sen", "start": "1863-12-07", "end": "1865-03-03", "state": "WV", "class": 2, "party": "Unconditional Unionist"}, {"type": "sen", "start": "1865-12-04", "end": "1871-03-03", "state": "WV", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000498", "govtrack": 411655, "icpsr": 10143, "wikipedia": "George Henry Williams", "wikidata": "Q725008", "google_entity_id": "kg:/m/03gjcr"}, "name": {"first": "George", "middle": "Henry", "last": "Williams"}, "bio": {"birthday": "1823-03-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1865-12-04", "end": "1871-03-03", "state": "OR", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000630", "govtrack": 411784, "icpsr": 10269, "wikipedia": "Charles H. Winfield", "house_history": 23964, "wikidata": "Q2114703", "google_entity_id": "kg:/m/02rkmxl"}, "name": {"first": "Charles", "middle": "Henry", "last": "Winfield"}, "bio": {"birthday": "1822-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "W000758", "govtrack": 411907, "icpsr": 10386, "wikipedia": "Edwin R. V. Wright", "house_history": 24121, "wikidata": "Q178255", "google_entity_id": "kg:/m/02r918_"}, "name": {"first": "Edwin", "middle": "Ruthvin Vincent", "last": "Wright"}, "bio": {"birthday": "1812-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NJ", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "Y000012", "govtrack": 411945, "icpsr": 10419, "house_history": 21046, "wikipedia": "Richard Yates (politician, born 1815)", "wikidata": "Q880987", "google_entity_id": "kg:/m/0c51sr"}, "name": {"first": "Richard", "last": "Yates"}, "bio": {"birthday": "1815-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "IL", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IL", "district": 6, "party": "Whig"}, {"type": "sen", "start": "1865-12-04", "end": "1871-03-03", "state": "IL", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000254", "govtrack": 402398, "icpsr": 1602, "wikipedia": "Alexander G. Cattell", "wikidata": "Q1243505", "google_entity_id": "kg:/m/0csxzv"}, "name": {"first": "Alexander", "middle": "Gilmore", "last": "Cattell"}, "bio": {"birthday": "1816-02-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1866-01-01", "end": "1871-03-03", "state": "NJ", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000234", "govtrack": 404189, "icpsr": 3247, "wikipedia": "George G. Fogg", "wikidata": "Q681470", "google_entity_id": "kg:/m/0d7n02"}, "name": {"first": "George", "middle": "Gilman", "last": "Fogg"}, "bio": {"birthday": "1813-05-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1866-01-01", "end": "1867-03-03", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000324", "govtrack": 404273, "icpsr": 3326, "wikipedia": "Joseph S. Fowler", "wikidata": "Q5738965", "google_entity_id": "kg:/m/04kt31"}, "name": {"first": "Joseph", "middle": "Smith", "last": "Fowler"}, "bio": {"birthday": "1820-08-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1866-01-01", "end": "1871-03-03", "state": "TN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000110", "govtrack": 408518, "icpsr": 7237, "wikipedia": "David T. Patterson", "wikidata": "Q5240252", "google_entity_id": "kg:/m/04knf1"}, "name": {"first": "David", "middle": "Trotter", "last": "Patterson"}, "bio": {"birthday": "1818-02-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1866-01-01", "end": "1869-03-03", "state": "TN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000445", "govtrack": 409409, "icpsr": 8067, "wikipedia": "Edmund G. Ross", "wikidata": "Q376775", "google_entity_id": "kg:/m/03xxf9"}, "name": {"first": "Edmund", "middle": "Gibson", "last": "Ross"}, "bio": {"birthday": "1826-12-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1866-01-01", "end": "1871-03-03", "state": "KS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000188", "govtrack": 400843, "icpsr": 167, "house_history": 8517, "wikipedia": "George Washington Anderson", "wikidata": "Q922576", "google_entity_id": "kg:/m/07sdrd"}, "name": {"first": "George", "middle": "Washington", "last": "Anderson"}, "bio": {"birthday": "1832-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MO", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MO", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "A000312", "govtrack": 400956, "icpsr": 264, "wikipedia": "Delos R. Ashley", "house_history": 8692, "wikidata": "Q1184601", "google_entity_id": "kg:/m/09w_7c"}, "name": {"first": "Delos", "middle": "Rodeyn", "last": "Ashley"}, "bio": {"birthday": "1828-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NV", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NV", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "A000314", "govtrack": 400958, "icpsr": 266, "wikipedia": "James Mitchell Ashley", "house_history": 8695, "wikidata": "Q1680840", "google_entity_id": "kg:/m/0b75yq"}, "name": {"first": "James", "middle": "Mitchell", "last": "Ashley"}, "bio": {"birthday": "1824-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "B000091", "govtrack": 401093, "icpsr": 386, "wikipedia": "John Denison Baldwin", "house_history": 8891, "wikidata": "Q1586109", "google_entity_id": "kg:/m/02r4r5p"}, "name": {"first": "John", "middle": "Denison", "last": "Baldwin"}, "bio": {"birthday": "1809-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "B000156", "govtrack": 401158, "icpsr": 446, "wikipedia": "Demas Barnes", "house_history": 8970, "wikidata": "Q219432", "google_entity_id": "kg:/m/0gsp0k"}, "name": {"first": "Demas", "last": "Barnes"}, "bio": {"birthday": "1827-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000219", "govtrack": 401216, "wikipedia": "Coles Bashford", "house_history": 9057, "wikidata": "Q882895", "google_entity_id": "kg:/m/037vjg"}, "name": {"first": "Coles", "last": "Bashford"}, "bio": {"birthday": "1816-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "AZ", "district": 0, "party": "Independent"}]}, {"id": {"bioguide": "B000248", "govtrack": 401242, "icpsr": 525, "wikipedia": "James A. Bayard Jr.", "wikidata": "Q1665539", "google_entity_id": "kg:/m/063vrc"}, "name": {"first": "James", "middle": "Asheton", "last": "Bayard", "suffix": "Jr."}, "bio": {"birthday": "1799-11-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "DE", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1863-03-03", "state": "DE", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1863-12-07", "end": "1865-03-03", "state": "DE", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1867-03-04", "end": "1869-03-03", "state": "DE", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000510", "govtrack": 401489, "icpsr": 753, "house_history": 9434, "wikipedia": "W. Jasper Blackburn", "wikidata": "Q2536717", "google_entity_id": "kg:/m/02rv99c"}, "name": {"first": "William", "middle": "Jasper", "last": "Blackburn"}, "bio": {"gender": "M", "birthday": "1820-07-24"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "LA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000722", "govtrack": 401682, "icpsr": 934, "wikipedia": "Nathaniel Boyden", "house_history": 9718, "wikidata": "Q1966724", "google_entity_id": "kg:/m/04fmps"}, "name": {"first": "Nathaniel", "last": "Boyden"}, "bio": {"birthday": "1796-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "NC", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NC", "district": 6, "party": "Conservative"}]}, {"id": {"bioguide": "B000723", "govtrack": 401683, "icpsr": 935, "wikipedia": "Benjamin Markley Boyer", "house_history": 9719, "wikidata": "Q4889004", "google_entity_id": "kg:/m/0kt7gz"}, "name": {"first": "Benjamin", "middle": "Markley", "last": "Boyer"}, "bio": {"birthday": "1823-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000865", "govtrack": 401822, "icpsr": 1064, "wikipedia": "Henry P. H. Bromwell", "house_history": 9897, "wikidata": "Q10565017", "google_entity_id": "kg:/m/02rk9w5"}, "name": {"first": "Henry", "middle": "Pelham Holmes", "last": "Bromwell"}, "bio": {"birthday": "1823-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IL", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B000889", "govtrack": 401846, "icpsr": 1086, "wikipedia": "John Martin Broomall", "house_history": 9928, "wikidata": "Q6246978", "google_entity_id": "kg:/m/0kt7hq"}, "name": {"first": "John", "middle": "Martin", "last": "Broomall"}, "bio": {"birthday": "1816-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B001022", "govtrack": 401972, "icpsr": 1203, "wikipedia": "Ralph Pomeroy Buckland", "house_history": 10098, "wikidata": "Q7287971", "google_entity_id": "kg:/m/02rm2sk"}, "name": {"first": "Ralph", "middle": "Pomeroy", "last": "Buckland"}, "bio": {"birthday": "1812-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "B001108", "govtrack": 402053, "wikipedia": "Walter A. Burleigh", "house_history": 10204, "wikidata": "Q2543402", "google_entity_id": "kg:/m/01s_n3"}, "name": {"first": "Walter", "middle": "Atwood", "last": "Burleigh"}, "bio": {"birthday": "1820-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "DK", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "DK", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000057", "govtrack": 402216, "icpsr": 1428, "wikipedia": "John Benton Callis", "house_history": 10514, "wikidata": "Q1699320", "google_entity_id": "kg:/m/02rk1yh"}, "name": {"first": "John", "middle": "Benton", "last": "Callis"}, "bio": {"birthday": "1828-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "AL", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000216", "govtrack": 402362, "icpsr": 1565, "wikipedia": "Samuel Fenton Cary", "house_history": 10724, "wikidata": "Q2218239", "google_entity_id": "kg:/m/08xjjz"}, "name": {"first": "Samuel", "middle": "Fenton", "last": "Cary"}, "bio": {"birthday": "1814-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 2, "party": "Ind. Republican"}]}, {"id": {"bioguide": "C000302", "govtrack": 402444, "icpsr": 1645, "wikipedia": "John Winthrop Chanler", "house_history": 10835, "wikidata": "Q1192972", "google_entity_id": "kg:/m/02rksz8"}, "name": {"first": "John", "middle": "Winthrop", "last": "Chanler"}, "bio": {"birthday": "1826-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000468", "govtrack": 402606, "icpsr": 1798, "wikipedia": "Reader W. Clarke", "house_history": 11033, "wikidata": "Q7300432", "google_entity_id": "kg:/m/02rm2sx"}, "name": {"first": "Reader", "middle": "Wright", "last": "Clarke"}, "bio": {"birthday": "1812-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000517", "govtrack": 402652, "wikipedia": "Charles P. Clever", "house_history": 11093, "wikidata": "Q215432", "google_entity_id": "kg:/m/02rhdf1"}, "name": {"first": "Charles", "middle": "P.", "last": "Clever"}, "bio": {"birthday": "1830-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NM", "district": -1}]}, {"id": {"bioguide": "C000607", "govtrack": 402736, "icpsr": 1921, "wikipedia": "Cornelius Cole", "house_history": 11210, "wikidata": "Q432348", "google_entity_id": "kg:/m/01dgv5"}, "name": {"first": "Cornelius", "last": "Cole"}, "bio": {"birthday": "1822-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "CA", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1867-03-04", "end": "1873-03-03", "state": "CA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000626", "govtrack": 402755, "icpsr": 1938, "wikipedia": "Schuyler Colfax", "house_history": 11234, "wikidata": "Q310852", "google_entity_id": "kg:/m/0m8hx"}, "name": {"first": "Schuyler", "last": "Colfax"}, "bio": {"birthday": "1823-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IN", "district": 9, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "C000771", "govtrack": 402891, "icpsr": 2064, "wikipedia": "Henry W. Corbett", "wikidata": "Q5611966", "google_entity_id": "kg:/m/0d8tpr"}, "name": {"first": "Henry", "middle": "Winslow", "last": "Corbett"}, "bio": {"birthday": "1827-02-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1867-03-04", "end": "1873-03-03", "state": "OR", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000778", "govtrack": 402898, "icpsr": 2069, "wikipedia": "Manuel S. Corley", "house_history": 11426, "wikidata": "Q1402289", "google_entity_id": "kg:/m/02ry20_"}, "name": {"first": "Manuel", "middle": "Simeon", "last": "Corley"}, "bio": {"birthday": "1823-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "SC", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000099", "govtrack": 403235, "icpsr": 2380, "house_history": 11953, "wikipedia": "Garrett Davis", "wikidata": "Q1494443", "google_entity_id": "kg:/m/0b2s3v"}, "name": {"first": "Garrett", "last": "Davis"}, "bio": {"birthday": "1801-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "KY", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "KY", "district": 12, "party": "Whig"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "KY", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "KY", "district": 8, "party": "Whig"}, {"type": "sen", "start": "1861-07-04", "end": "1867-03-03", "state": "KY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1867-03-04", "end": "1873-03-03", "state": "KY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000214", "govtrack": 403358, "icpsr": 2479, "wikipedia": "Columbus Delano", "house_history": 12098, "wikidata": "Q326150", "google_entity_id": "kg:/m/03c018"}, "name": {"first": "Columbus", "last": "Delano"}, "bio": {"birthday": "1809-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "D000235", "govtrack": 403373, "icpsr": 2495, "wikipedia": "Charles Denison", "house_history": 12122, "wikidata": "Q5076826", "google_entity_id": "kg:/m/0kt9cy"}, "name": {"first": "Charles", "last": "Denison"}, "bio": {"birthday": "1818-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "D000395", "govtrack": 403510, "icpsr": 2641, "wikipedia": "Grenville M. Dodge", "house_history": 12322, "wikidata": "Q1545724", "google_entity_id": "kg:/m/059rzv"}, "name": {"first": "Grenville", "middle": "Mellen", "last": "Dodge"}, "bio": {"birthday": "1831-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "D000417", "govtrack": 403530, "icpsr": 2658, "house_history": 12349, "wikipedia": "Ignatius L. Donnelly", "wikidata": "Q918937", "google_entity_id": "kg:/m/01jq3y"}, "name": {"first": "Ignatius", "last": "Donnelly"}, "bio": {"birthday": "1831-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000484", "govtrack": 403592, "icpsr": 2715, "wikipedia": "Charles D. Drake", "wikidata": "Q1064028", "google_entity_id": "kg:/m/0d01ls"}, "name": {"first": "Charles", "middle": "Daniel", "last": "Drake"}, "bio": {"birthday": "1811-04-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1867-03-04", "end": "1871-03-03", "state": "MO", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000498", "govtrack": 403605, "icpsr": 2728, "wikipedia": "John F. Driggs", "house_history": 12456, "wikidata": "Q1416405", "google_entity_id": "kg:/m/027glqq"}, "name": {"first": "John", "middle": "Fletcher", "last": "Driggs"}, "bio": {"birthday": "1813-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "E000036", "govtrack": 403731, "icpsr": 2837, "wikipedia": "Ephraim R. Eckley", "house_history": 12645, "wikidata": "Q5382327", "google_entity_id": "kg:/m/02rl_rl"}, "name": {"first": "Ephraim", "middle": "Ralph", "last": "Eckley"}, "bio": {"birthday": "1811-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "E000090", "govtrack": 403783, "icpsr": 2882, "wikipedia": "Benjamin Eggleston", "house_history": 12708, "wikidata": "Q817460", "google_entity_id": "kg:/m/02rlzys"}, "name": {"first": "Benjamin", "last": "Eggleston"}, "bio": {"birthday": "1816-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "E000106", "govtrack": 403797, "icpsr": 2895, "wikipedia": "Thomas D. Eliot", "house_history": 12726, "wikidata": "Q2423293", "google_entity_id": "kg:/m/0gdc9h"}, "name": {"first": "Thomas", "middle": "Dawes", "last": "Eliot"}, "bio": {"birthday": "1808-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MA", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "E000123", "govtrack": 403814, "icpsr": 2912, "wikipedia": "James T. Elliott", "house_history": 12746, "wikidata": "Q644060", "google_entity_id": "kg:/m/02rhjhd"}, "name": {"first": "James", "middle": "Thomas", "last": "Elliott"}, "bio": {"birthday": "1823-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "AR", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000112", "govtrack": 404069, "icpsr": 3137, "wikipedia": "William C. Fields", "house_history": 13115, "wikidata": "Q13219105", "google_entity_id": "kg:/m/02rkxvp"}, "name": {"first": "William", "middle": "Craig", "last": "Fields"}, "bio": {"birthday": "1804-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "F000136", "govtrack": 404091, "icpsr": 3157, "wikipedia": "Darwin Abel Finney", "house_history": 13141, "wikidata": "Q5225927", "google_entity_id": "kg:/m/0kt98y"}, "name": {"first": "Darwin", "middle": "Asahel", "last": "Finney"}, "bio": {"birthday": "1814-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "F000188", "govtrack": 404143, "wikipedia": "Alvan Flanders", "house_history": 13207, "wikidata": "Q448252", "google_entity_id": "kg:/m/02rgv4w"}, "name": {"first": "Alvan", "last": "Flanders"}, "bio": {"birthday": "1825-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "WA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "F000378", "govtrack": 404323, "icpsr": 3370, "wikipedia": "John R. French", "house_history": 13447, "wikidata": "Q1256202", "google_entity_id": "kg:/m/0kt8cy"}, "name": {"first": "John", "middle": "Robert", "last": "French"}, "bio": {"birthday": "1819-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NC", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000242", "govtrack": 404604, "icpsr": 3633, "wikipedia": "Adam John Glossbrenner", "house_history": 13869, "wikidata": "Q4679302", "google_entity_id": "kg:/m/0kt7g6"}, "name": {"first": "Adam", "middle": "John", "last": "Glossbrenner"}, "bio": {"birthday": "1810-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "G000335", "govtrack": 404692, "icpsr": 3717, "wikipedia": "James H. Goss", "house_history": 13985, "wikidata": "Q1680487", "google_entity_id": "kg:/m/02ry1vg"}, "name": {"first": "James", "middle": "Hamilton", "last": "Goss"}, "bio": {"birthday": "1820-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "SC", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "G000389", "govtrack": 404739, "icpsr": 3758, "wikipedia": "Joseph J. Gravely", "house_history": 14054, "wikidata": "Q1707306", "google_entity_id": "kg:/m/02rky93"}, "name": {"first": "Joseph", "middle": "Jackson", "last": "Gravely"}, "bio": {"birthday": "1828-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MO", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "G000486", "govtrack": 404831, "icpsr": 3844, "wikipedia": "John Augustus Griswold", "house_history": 14176, "wikidata": "Q3090467", "google_entity_id": "kg:/m/02rks0q"}, "name": {"first": "John", "middle": "Augustus", "last": "Griswold"}, "bio": {"birthday": "1822-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "G000503", "govtrack": 404848, "icpsr": 3860, "wikipedia": "Asa Grover", "house_history": 14196, "wikidata": "Q720109", "google_entity_id": "kg:/m/02qgvfr"}, "name": {"first": "Asa", "middle": "Porter", "last": "Grover"}, "bio": {"birthday": "1819-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "KY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000106", "govtrack": 404988, "icpsr": 3987, "wikipedia": "Cornelius S. Hamilton", "house_history": 14417, "wikidata": "Q5171446", "google_entity_id": "kg:/m/02rl_9g"}, "name": {"first": "Cornelius", "middle": "Springer", "last": "Hamilton"}, "bio": {"birthday": "1821-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "H000188", "govtrack": 405069, "icpsr": 4056, "wikipedia": "Abner C. Harding", "house_history": 14518, "wikidata": "Q4668116", "google_entity_id": "kg:/m/02rk8rs"}, "name": {"first": "Abner", "middle": "Clark", "last": "Harding"}, "bio": {"birthday": "1807-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000211", "govtrack": 405090, "icpsr": 4077, "wikipedia": "James Harlan (senator)", "wikidata": "Q376747", "google_entity_id": "kg:/m/01z7sn"}, "name": {"first": "James", "last": "Harlan"}, "bio": {"birthday": "1820-08-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1855-12-03", "end": "1861-03-03", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1861-07-04", "end": "1865-12-31", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1867-03-04", "end": "1873-03-03", "state": "IA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000352", "govtrack": 405221, "icpsr": 4197, "wikipedia": "Thomas Haughey", "house_history": 14716, "wikidata": "Q1480513", "google_entity_id": "kg:/m/02rk29j"}, "name": {"first": "Thomas", "last": "Haughey"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "AL", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000576", "govtrack": 405438, "icpsr": 4396, "wikipedia": "William Higby", "house_history": 14997, "wikidata": "Q2579280", "google_entity_id": "kg:/m/0dnr0k"}, "name": {"first": "William", "last": "Higby"}, "bio": {"birthday": "1813-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "CA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "CA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000631", "govtrack": 405488, "icpsr": 4443, "wikipedia": "James M. Hinds", "house_history": 15065, "wikidata": "Q1680744", "google_entity_id": "kg:/m/0f133f"}, "name": {"first": "James", "last": "Hinds"}, "bio": {"birthday": "1833-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "AR", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000644", "govtrack": 405499, "icpsr": 4453, "wikipedia": "Elijah Hise", "house_history": 15080, "wikidata": "Q1329388", "google_entity_id": "kg:/m/02ql_pv"}, "name": {"first": "Elijah", "last": "Hise"}, "bio": {"birthday": "1802-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000710", "govtrack": 405563, "wikipedia": "Edward Dexter Holbrook", "house_history": 15161, "wikidata": "Q1292048", "google_entity_id": "kg:/m/02rhflj"}, "name": {"first": "Edward", "middle": "Dexter", "last": "Holbrook"}, "bio": {"birthday": "1836-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "ID", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "ID", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "H000809", "govtrack": 405657, "icpsr": 4598, "wikipedia": "Julius Hotchkiss", "house_history": 15283, "wikidata": "Q1712704", "google_entity_id": "kg:/m/02q1q2b"}, "name": {"first": "Julius", "last": "Hotchkiss"}, "bio": {"birthday": "1810-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "CT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000877", "govtrack": 405723, "icpsr": 4662, "wikipedia": "Asahel W. Hubbard", "house_history": 15369, "wikidata": "Q571810", "google_entity_id": "kg:/m/02rk735"}, "name": {"first": "Asahel", "middle": "Wheeler", "last": "Hubbard"}, "bio": {"birthday": "1819-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000879", "govtrack": 405725, "icpsr": 4663, "wikipedia": "Chester D. Hubbard", "house_history": 15371, "wikidata": "Q1070701", "google_entity_id": "kg:/m/02rz8wr"}, "name": {"first": "Chester", "middle": "Dorman", "last": "Hubbard"}, "bio": {"birthday": "1814-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "WV", "district": 1, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "WV", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000888", "govtrack": 405734, "icpsr": 4672, "wikipedia": "Richard D. Hubbard", "house_history": 15382, "wikidata": "Q888333", "google_entity_id": "kg:/m/0266p_x"}, "name": {"first": "Richard", "middle": "Dudley", "last": "Hubbard"}, "bio": {"birthday": "1818-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "CT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000936", "govtrack": 405781, "icpsr": 4713, "wikipedia": "Calvin T. Hulburd", "house_history": 15438, "wikidata": "Q3701999", "google_entity_id": "kg:/m/026c2wc"}, "name": {"first": "Calvin", "middle": "Tilden", "last": "Hulburd"}, "bio": {"birthday": "1809-06-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "H000955", "govtrack": 405799, "icpsr": 4730, "wikipedia": "James M. Humphrey", "house_history": 15462, "wikidata": "Q6138453", "google_entity_id": "kg:/m/02rkr9t"}, "name": {"first": "James", "middle": "Morgan", "last": "Humphrey"}, "bio": {"birthday": "1819-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 30, "party": "Democrat"}]}, {"id": {"bioguide": "K000064", "govtrack": 406234, "icpsr": 5142, "wikipedia": "Francis William Kellogg", "house_history": 16160, "wikidata": "Q1441782", "google_entity_id": "kg:/m/03nnhj"}, "name": {"first": "Francis", "middle": "William", "last": "Kellogg"}, "bio": {"birthday": "1810-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "AL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "K000247", "govtrack": 406406, "icpsr": 5304, "wikipedia": "Bethuel Kitchen", "house_history": 16385, "wikidata": "Q831417", "google_entity_id": "kg:/m/02ply0p"}, "name": {"first": "Bethuel", "middle": "Middleton", "last": "Kitchen"}, "bio": {"birthday": "1812-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "WV", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "K000311", "govtrack": 406465, "icpsr": 5356, "wikipedia": "William Henry Koontz", "house_history": 16472, "wikidata": "Q8012070", "google_entity_id": "kg:/m/0kt7jg"}, "name": {"first": "William", "middle": "Henry", "last": "Koontz"}, "bio": {"birthday": "1830-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "L000317", "govtrack": 406811, "icpsr": 5670, "wikipedia": "William S. Lincoln", "house_history": 16986, "wikidata": "Q8017973", "google_entity_id": "kg:/m/02rky8s"}, "name": {"first": "William", "middle": "Slosson", "last": "Lincoln"}, "bio": {"birthday": "1813-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "L000384", "govtrack": 406876, "icpsr": 5729, "wikipedia": "Benjamin F. Loan", "house_history": 17072, "wikidata": "Q817467", "google_entity_id": "kg:/m/02rz5hr"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Loan"}, "bio": {"birthday": "1819-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MO", "district": 7, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MO", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000083", "govtrack": 407110, "icpsr": 5941, "house_history": 17431, "wikipedia": "Rufus Mallory", "wikidata": "Q917584", "google_entity_id": "kg:/m/02rk_0g"}, "name": {"first": "Rufus", "last": "Mallory"}, "bio": {"birthday": "1831-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OR", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000103", "govtrack": 407127, "icpsr": 5958, "wikipedia": "James Mann (1822\u20131868)", "house_history": 17458, "wikidata": "Q1637659", "google_entity_id": "kg:/m/02v_m5f"}, "name": {"first": "James", "last": "Mann"}, "bio": {"birthday": "1822-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "LA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000140", "govtrack": 407163, "icpsr": 5988, "wikipedia": "Turner M. Marquette", "house_history": 17500, "wikidata": "Q377313", "google_entity_id": "kg:/m/0bg9_w"}, "name": {"first": "Turner", "middle": "Mastin", "last": "Marquette"}, "bio": {"birthday": "1831-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NE", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000210", "govtrack": 407229, "icpsr": 6048, "wikipedia": "James M. Marvin", "house_history": 17582, "wikidata": "Q4027093", "google_entity_id": "kg:/m/02rkrbv"}, "name": {"first": "James", "middle": "Madison", "last": "Marvin"}, "bio": {"birthday": "1809-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "M000347", "govtrack": 407356, "icpsr": 6163, "wikipedia": "Joseph W. McClurg", "house_history": 17758, "wikidata": "Q1708177", "google_entity_id": "kg:/m/037hll"}, "name": {"first": "Joseph", "middle": "Washington", "last": "McClurg"}, "bio": {"birthday": "1818-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MO", "district": 5, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MO", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M000395", "govtrack": 407396, "icpsr": 6206, "wikipedia": "Hiram McCullough", "house_history": 17818, "wikidata": "Q336712", "google_entity_id": "kg:/m/08vdr0"}, "name": {"first": "Hiram", "last": "McCullough"}, "bio": {"birthday": "1813-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000497", "govtrack": 407492, "icpsr": 6291, "wikipedia": "Samuel McKee (1833)", "house_history": 17948, "wikidata": "Q2218660", "google_entity_id": "kg:/m/02rl41r"}, "name": {"first": "Samuel", "last": "McKee"}, "bio": {"birthday": "1833-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "KY", "district": 9, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "KY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "M000726", "govtrack": 407705, "icpsr": 6482, "wikipedia": "George Funston Miller", "house_history": 18240, "wikidata": "Q5539526", "google_entity_id": "kg:/m/0kt7jv"}, "name": {"first": "George", "middle": "Funston", "last": "Miller"}, "bio": {"birthday": "1809-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "M000929", "govtrack": 407900, "icpsr": 6660, "wikipedia": "James K. Moorhead", "house_history": 18497, "wikidata": "Q6137067", "google_entity_id": "kg:/m/0dnpxz"}, "name": {"first": "James", "middle": "Kennedy", "last": "Moorhead"}, "bio": {"birthday": "1806-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "M001073", "govtrack": 408039, "icpsr": 6791, "wikipedia": "James Mullins (American politician)", "house_history": 18668, "wikidata": "Q1680864", "google_entity_id": "kg:/m/0ddmyc"}, "name": {"first": "James", "last": "Mullins"}, "bio": {"birthday": "1807-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "TN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "N000065", "govtrack": 408153, "icpsr": 6893, "wikipedia": "Carman A. Newcomb", "house_history": 18916, "wikidata": "Q1043495", "google_entity_id": "kg:/m/02rmytv"}, "name": {"first": "Carman", "middle": "Adam", "last": "Newcomb"}, "bio": {"birthday": "1830-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MO", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "N000099", "govtrack": 408184, "icpsr": 6924, "house_history": 18956, "wikipedia": "John A. Nicholson", "wikidata": "Q1699073", "google_entity_id": "kg:/m/02636vx"}, "name": {"first": "John", "middle": "Anthony", "last": "Nicholson"}, "bio": {"birthday": "1827-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "N000123", "govtrack": 408207, "icpsr": 6946, "wikipedia": "Thomas E. Noell", "house_history": 18983, "wikidata": "Q2423722", "google_entity_id": "kg:/m/02rz8dm"}, "name": {"first": "Thomas", "middle": "Estes", "last": "Noell"}, "bio": {"birthday": "1839-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "N000138", "govtrack": 408222, "icpsr": 6959, "wikipedia": "Benjamin White Norris", "house_history": 19002, "wikidata": "Q817736", "google_entity_id": "kg:/m/02rk1cz"}, "name": {"first": "Benjamin", "middle": "White", "last": "Norris"}, "bio": {"birthday": "1819-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "AL", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "N000177", "govtrack": 408257, "icpsr": 6992, "wikipedia": "James W. Nye", "wikidata": "Q879229", "google_entity_id": "kg:/m/0crq52"}, "name": {"first": "James", "middle": "Warren", "last": "Nye"}, "bio": {"birthday": "1815-06-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1864-01-01", "end": "1867-03-03", "state": "NV", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1867-03-04", "end": "1873-03-03", "state": "NV", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000120", "govtrack": 408528, "icpsr": 7246, "wikipedia": "James W. Patterson", "house_history": 19424, "wikidata": "Q1681263", "google_entity_id": "kg:/m/0d4ydf"}, "name": {"first": "James", "middle": "Willis", "last": "Patterson"}, "bio": {"birthday": "1823-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NH", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1867-03-04", "end": "1873-03-03", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000226", "govtrack": 408629, "icpsr": 7340, "wikipedia": "Sidney Perham", "house_history": 19558, "wikidata": "Q94025", "google_entity_id": "kg:/m/02rtmbj"}, "name": {"first": "Sidney", "last": "Perham"}, "bio": {"birthday": "1819-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "ME", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000274", "govtrack": 408674, "icpsr": 7380, "wikipedia": "Solomon Newton Pettis", "house_history": 19618, "wikidata": "Q7558715", "google_entity_id": "kg:/m/0kt98k"}, "name": {"first": "Solomon", "middle": "Newton", "last": "Pettis"}, "bio": {"birthday": "1827-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "P000292", "govtrack": 408692, "icpsr": 7397, "house_history": 19638, "wikipedia": "Charles E. Phelps", "wikidata": "Q1027517", "google_entity_id": "kg:/m/0bqgw5"}, "name": {"first": "Charles", "middle": "Edward", "last": "Phelps"}, "bio": {"birthday": "1833-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MD", "district": 3, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MD", "district": 3, "party": "Conservative"}]}, {"id": {"bioguide": "P000332", "govtrack": 408729, "icpsr": 7434, "wikipedia": "Charles Wilson Pierce", "house_history": 19690, "wikidata": "Q1066475", "google_entity_id": "kg:/m/02rk1gc"}, "name": {"first": "Charles", "middle": "Wilson", "last": "Pierce"}, "bio": {"birthday": "1823-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "AL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "P000346", "govtrack": 408743, "icpsr": 7448, "wikipedia": "Frederick A. Pike", "house_history": 19708, "wikidata": "Q1452772", "google_entity_id": "kg:/m/02rv9mb"}, "name": {"first": "Frederick", "middle": "Augustus", "last": "Pike"}, "bio": {"birthday": "1816-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "ME", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "ME", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "ME", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "ME", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "P000350", "govtrack": 408747, "icpsr": 7451, "wikipedia": "William A. Pile", "house_history": 19714, "wikidata": "Q1700472", "google_entity_id": "kg:/m/02rmvg_"}, "name": {"first": "William", "middle": "Anderson", "last": "Pile"}, "bio": {"birthday": "1829-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MO", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000376", "govtrack": 408770, "icpsr": 7476, "wikipedia": "Tobias A. Plants", "house_history": 19745, "wikidata": "Q7811600", "google_entity_id": "kg:/m/02rm38c"}, "name": {"first": "Tobias", "middle": "Avery", "last": "Plants"}, "bio": {"birthday": "1811-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "P000418", "govtrack": 408811, "icpsr": 7515, "wikipedia": "Daniel Polsley", "house_history": 19798, "wikidata": "Q1162145", "google_entity_id": "kg:/m/02pl_7j"}, "name": {"first": "Daniel", "middle": "Haymond", "last": "Polsley"}, "bio": {"birthday": "1803-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "WV", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000423", "govtrack": 408814, "icpsr": 7518, "wikipedia": "Samuel C. Pomeroy", "wikidata": "Q6053012", "google_entity_id": "kg:/m/06spcv"}, "name": {"first": "Samuel", "middle": "Clarke", "last": "Pomeroy"}, "bio": {"birthday": "1816-01-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1861-07-04", "end": "1867-03-03", "state": "KS", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1867-03-04", "end": "1873-03-03", "state": "KS", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000424", "govtrack": 408815, "icpsr": 7519, "wikipedia": "Theodore M. Pomeroy", "house_history": 19807, "wikidata": "Q451162", "google_entity_id": "kg:/m/039k74"}, "name": {"first": "Theodore", "middle": "Medad", "last": "Pomeroy"}, "bio": {"birthday": "1824-12-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "P000554", "govtrack": 408938, "icpsr": 7639, "wikipedia": "John V. L. Pruyn", "house_history": 19964, "wikidata": "Q2736002", "google_entity_id": "kg:/m/02rksyl"}, "name": {"first": "John", "middle": "Van Schaick Lansing", "last": "Pruyn"}, "bio": {"birthday": "1811-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "R000071", "govtrack": 409051, "icpsr": 7744, "wikipedia": "Green Berry Raum", "house_history": 20168, "wikidata": "Q5602356", "google_entity_id": "kg:/m/02rk9s2"}, "name": {"first": "Green", "middle": "Berry", "last": "Raum"}, "bio": {"birthday": "1829-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "R000328", "govtrack": 409299, "icpsr": 7968, "house_history": 20491, "wikipedia": "William H. Robertson", "wikidata": "Q1709913", "google_entity_id": "kg:/m/02r5f6m"}, "name": {"first": "William", "middle": "Henry", "last": "Robertson"}, "bio": {"birthday": "1823-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "R000451", "govtrack": 409415, "icpsr": 8073, "wikipedia": "Lewis W. Ross", "house_history": 20641, "wikidata": "Q13218871", "google_entity_id": "kg:/m/02rkbzy"}, "name": {"first": "Lewis", "middle": "Winans", "last": "Ross"}, "bio": {"birthday": "1812-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IL", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "S000237", "govtrack": 409741, "icpsr": 8358, "wikipedia": "Lewis Selye", "house_history": 21429, "wikidata": "Q13219169", "google_entity_id": "kg:/m/02rkth3"}, "name": {"first": "Lewis", "last": "Selye"}, "bio": {"birthday": "1803-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 28, "party": "Ind. Republican"}]}, {"id": {"bioguide": "S000458", "govtrack": 409950, "icpsr": 8553, "wikipedia": "Charles Sitgreaves", "house_history": 21709, "wikidata": "Q1066085", "google_entity_id": "kg:/m/02x6t1k"}, "name": {"first": "Charles", "last": "Sitgreaves"}, "bio": {"birthday": "1803-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NJ", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000697", "govtrack": 410168, "icpsr": 8760, "wikipedia": "Rufus P. Spalding", "house_history": 21999, "wikidata": "Q7378082", "google_entity_id": "kg:/m/02r1d61"}, "name": {"first": "Rufus", "middle": "Paine", "last": "Spalding"}, "bio": {"birthday": "1798-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "S000887", "govtrack": 410349, "icpsr": 8917, "wikipedia": "Thaddeus Stevens", "house_history": 22236, "wikidata": "Q1353767", "google_entity_id": "kg:/m/01_ymw"}, "name": {"first": "Thaddeus", "last": "Stevens"}, "bio": {"birthday": "1792-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000920", "govtrack": 410380, "icpsr": 8946, "wikipedia": "Thomas E. Stewart", "house_history": 22276, "wikidata": "Q983149", "google_entity_id": "kg:/m/02rkx1x"}, "name": {"first": "Thomas", "middle": "Elliott", "last": "Stewart"}, "bio": {"birthday": "1824-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 6, "party": "Conservative Republican"}]}, {"id": {"bioguide": "S000983", "govtrack": 410442, "icpsr": 9004, "wikipedia": "John Hubler Stover", "house_history": 22357, "wikidata": "Q1700523", "google_entity_id": "kg:/m/02rz78j"}, "name": {"first": "John", "middle": "Hubler", "last": "Stover"}, "bio": {"birthday": "1833-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MO", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "T000002", "govtrack": 410592, "icpsr": 9145, "wikipedia": "Stephen Taber", "house_history": 22634, "wikidata": "Q129710", "google_entity_id": "kg:/m/0bprzb"}, "name": {"first": "Stephen", "last": "Taber"}, "bio": {"birthday": "1821-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000148", "govtrack": 410730, "icpsr": 9276, "wikipedia": "John Milton Thayer", "wikidata": "Q365679", "google_entity_id": "kg:/m/08jcc2"}, "name": {"first": "John", "middle": "Milton", "last": "Thayer"}, "bio": {"birthday": "1820-01-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1867-03-04", "end": "1871-03-03", "state": "NE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000166", "govtrack": 410747, "icpsr": 9292, "wikipedia": "Francis Thomas", "house_history": 22831, "wikidata": "Q629285", "google_entity_id": "kg:/m/08rrnw"}, "name": {"first": "Francis", "last": "Thomas"}, "bio": {"birthday": "1799-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1831-12-05", "end": "1833-03-03", "state": "MD", "district": 4, "party": "Jackson"}, {"type": "rep", "start": "1833-12-02", "end": "1835-03-03", "state": "MD", "district": 7, "party": "Jackson"}, {"type": "rep", "start": "1835-12-07", "end": "1837-03-03", "state": "MD", "district": 6, "party": "Jackson"}, {"type": "rep", "start": "1837-09-04", "end": "1839-03-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MD", "district": 5, "party": "Unionist"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MD", "district": 4, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MD", "district": 4, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MD", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "T000374", "govtrack": 410943, "icpsr": 9474, "wikipedia": "John Trimble (politician)", "house_history": 23091, "wikidata": "Q1701965", "google_entity_id": "kg:/m/02rkzn2"}, "name": {"first": "John", "last": "Trimble"}, "bio": {"birthday": "1812-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "TN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "T000385", "govtrack": 410954, "icpsr": 9485, "wikipedia": "Rowland E. Trowbridge", "house_history": 23105, "wikidata": "Q1744719", "google_entity_id": "kg:/m/0289vdk"}, "name": {"first": "Rowland", "middle": "Ebenezer", "last": "Trowbridge"}, "bio": {"birthday": "1821-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MI", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "T000392", "govtrack": 410961, "icpsr": 9492, "wikipedia": "Lyman Trumbull", "wikidata": "Q3269456", "google_entity_id": "kg:/m/06dxxb"}, "name": {"first": "Lyman", "last": "Trumbull"}, "bio": {"birthday": "1813-10-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1855-12-03", "end": "1861-03-03", "state": "IL", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1861-07-04", "end": "1867-03-03", "state": "IL", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1867-03-04", "end": "1873-03-03", "state": "IL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "U000027", "govtrack": 411050, "icpsr": 9572, "wikipedia": "Charles Upson", "house_history": 20863, "wikidata": "Q1066281", "google_entity_id": "kg:/m/0272qhf"}, "name": {"first": "Charles", "last": "Upson"}, "bio": {"birthday": "1821-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "V000040", "govtrack": 411085, "icpsr": 9616, "wikipedia": "Burt Van Horn", "house_history": 20925, "wikidata": "Q5000733", "google_entity_id": "kg:/m/026blgv"}, "name": {"first": "Burt", "last": "Van Horn"}, "bio": {"birthday": "1823-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "V000096", "govtrack": 411151, "icpsr": 9669, "wikipedia": "Michel Vidal", "house_history": 20990, "wikidata": "Q1930932", "google_entity_id": "kg:/m/02rtmpj"}, "name": {"first": "Michel", "last": "Vidal"}, "bio": {"birthday": "1824-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "LA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "W000172", "govtrack": 411345, "icpsr": 9850, "wikipedia": "Henry D. Washburn", "house_history": 23414, "wikidata": "Q290160", "google_entity_id": "kg:/m/02rkg83"}, "name": {"first": "Henry", "middle": "Dana", "last": "Washburn"}, "bio": {"birthday": "1832-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "W000538", "govtrack": 411693, "icpsr": 10179, "house_history": 23854, "wikipedia": "Thomas Williams (Pennsylvania)", "wikidata": "Q13219857", "google_entity_id": "kg:/m/0h7hzx"}, "name": {"first": "Thomas", "last": "Williams"}, "bio": {"birthday": "1806-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "W000613", "govtrack": 411768, "icpsr": 10252, "wikipedia": "Stephen Fowler Wilson", "house_history": 23943, "wikidata": "Q7609223", "google_entity_id": "kg:/m/0kt7kz"}, "name": {"first": "Stephen", "middle": "Fowler", "last": "Wilson"}, "bio": {"birthday": "1821-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "W000708", "govtrack": 411860, "icpsr": 10338, "house_history": 24061, "wikipedia": "Frederick E. Woodbridge", "wikidata": "Q1452856", "google_entity_id": "kg:/m/02r5hs3"}, "name": {"first": "Frederick", "middle": "Enoch", "last": "Woodbridge"}, "bio": {"birthday": "1818-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "VT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000006", "govtrack": 400669, "icpsr": 6, "wikipedia": "Joseph Carter Abbott", "wikidata": "Q1763440", "google_entity_id": "kg:/m/02klbm"}, "name": {"first": "Joseph", "middle": "Carter", "last": "Abbott"}, "bio": {"birthday": "1825-07-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1868-01-01", "end": "1871-03-03", "state": "NC", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000246", "govtrack": 405124, "icpsr": 4107, "wikipedia": "John S. Harris", "wikidata": "Q1423728", "google_entity_id": "kg:/m/07qcx2"}, "name": {"first": "John", "middle": "Spafford", "last": "Harris"}, "bio": {"birthday": "1825-12-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1868-01-01", "end": "1871-03-03", "state": "LA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000408", "govtrack": 407408, "icpsr": 6216, "wikipedia": "Alexander McDonald (U.S. politician)", "wikidata": "Q1741355", "google_entity_id": "kg:/m/09shj6"}, "name": {"first": "Alexander", "last": "McDonald"}, "bio": {"birthday": "1832-04-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1868-01-01", "end": "1871-03-03", "state": "AR", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "O000109", "govtrack": 408365, "icpsr": 7090, "wikipedia": "Thomas W. Osborn", "wikidata": "Q2427959", "google_entity_id": "kg:/m/09v63_"}, "name": {"first": "Thomas", "middle": "Ward", "last": "Osborn"}, "bio": {"birthday": "1833-03-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1868-01-01", "end": "1873-03-03", "state": "FL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000427", "govtrack": 408818, "icpsr": 7521, "wikipedia": "John Pool", "wikidata": "Q1603480", "google_entity_id": "kg:/m/02klrq"}, "name": {"first": "John", "last": "Pool"}, "bio": {"birthday": "1826-06-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1868-01-01", "end": "1873-03-03", "state": "NC", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000195", "govtrack": 409171, "icpsr": 7851, "wikipedia": "Benjamin F. Rice", "wikidata": "Q817469", "google_entity_id": "kg:/m/09sj9d"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Rice"}, "bio": {"birthday": "1828-05-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1868-01-01", "end": "1873-03-03", "state": "AR", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000086", "govtrack": 409598, "icpsr": 8235, "wikipedia": "Frederick A. Sawyer", "wikidata": "Q5497222", "google_entity_id": "kg:/m/0d05sc"}, "name": {"first": "Frederick", "middle": "Adolphus", "last": "Sawyer"}, "bio": {"birthday": "1822-12-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1868-01-01", "end": "1873-03-03", "state": "SC", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "V000095", "govtrack": 411150, "icpsr": 9668, "wikipedia": "George Vickers", "wikidata": "Q375231", "google_entity_id": "kg:/m/05qxb6"}, "name": {"first": "George", "last": "Vickers"}, "bio": {"birthday": "1801-11-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1868-01-01", "end": "1873-03-03", "state": "MD", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000159", "govtrack": 411332, "icpsr": 9837, "wikipedia": "Willard Warner", "wikidata": "Q330293", "google_entity_id": "kg:/m/03glc2"}, "name": {"first": "Willard", "last": "Warner"}, "bio": {"birthday": "1826-09-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1868-01-01", "end": "1871-03-03", "state": "AL", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000261", "govtrack": 411429, "icpsr": 9924, "wikipedia": "Adonijah Welch", "wikidata": "Q366106", "google_entity_id": "kg:/m/08ys9_"}, "name": {"first": "Adonijah", "middle": "Strong", "last": "Welch"}, "bio": {"birthday": "1821-04-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1868-01-01", "end": "1869-03-03", "state": "FL", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000285", "govtrack": 400926, "icpsr": 237, "wikipedia": "William Hepburn Armstrong", "house_history": 8659, "wikidata": "Q8012224", "google_entity_id": "kg:/m/0kt6_x"}, "name": {"first": "William", "middle": "Hepburn", "last": "Armstrong"}, "bio": {"birthday": "1824-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "A000286", "govtrack": 400928, "icpsr": 238, "wikipedia": "Samuel Mayes Arnell", "house_history": 8660, "wikidata": "Q2218634", "google_entity_id": "kg:/m/0dft2b"}, "name": {"first": "Samuel", "middle": "Mayes", "last": "Arnell"}, "bio": {"birthday": "1833-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "TN", "district": 6, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "TN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "TN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "A000320", "govtrack": 400966, "icpsr": 274, "wikipedia": "Joel Funk Asper", "house_history": 8701, "wikidata": "Q1691715", "google_entity_id": "kg:/m/02rz72p"}, "name": {"first": "Joel", "middle": "Funk", "last": "Asper"}, "bio": {"birthday": "1822-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MO", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "A000335", "govtrack": 400984, "icpsr": 289, "wikipedia": "David Atwood", "house_history": 8722, "wikidata": "Q1173603", "google_entity_id": "kg:/m/02r4ff3"}, "name": {"first": "David", "last": "Atwood"}, "bio": {"birthday": "1815-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "WI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000349", "govtrack": 401000, "icpsr": 304, "wikipedia": "Samuel Beach Axtell", "house_history": 8740, "wikidata": "Q1620363", "google_entity_id": "kg:/m/05qsl7"}, "name": {"first": "Samuel", "middle": "Beach", "last": "Axtell"}, "bio": {"birthday": "1819-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "CA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000351", "govtrack": 401002, "icpsr": 306, "wikipedia": "Richard S. Ayer", "house_history": 8743, "wikidata": "Q2150495", "google_entity_id": "kg:/m/02rjyg3"}, "name": {"first": "Richard", "middle": "Small", "last": "Ayer"}, "bio": {"birthday": "1829-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "VA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000034", "govtrack": 401039, "icpsr": 338, "wikipedia": "Alexander H. Bailey", "house_history": 8818, "wikidata": "Q4719026", "google_entity_id": "kg:/m/02qpy73"}, "name": {"first": "Alexander", "middle": "Hamilton", "last": "Bailey"}, "bio": {"birthday": "1817-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "B000275", "govtrack": 401269, "icpsr": 549, "wikipedia": "Fernando C. Beaman", "house_history": 9131, "wikidata": "Q1406612", "google_entity_id": "kg:/m/03yrr7"}, "name": {"first": "Fernando", "middle": "Cortez", "last": "Beaman"}, "bio": {"birthday": "1814-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000364", "govtrack": 401356, "icpsr": 626, "wikipedia": "John F. Benjamin", "house_history": 9249, "wikidata": "Q1700007", "google_entity_id": "kg:/m/02rz74r"}, "name": {"first": "John", "middle": "Forbes", "last": "Benjamin"}, "bio": {"birthday": "1817-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MO", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MO", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MO", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "B000373", "govtrack": 401365, "icpsr": 635, "wikipedia": "David S. Bennett", "house_history": 9261, "wikidata": "Q5239340", "google_entity_id": "kg:/m/02rknqc"}, "name": {"first": "David", "middle": "Smith", "last": "Bennett"}, "bio": {"gender": "M", "birthday": "1811-05-03"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 30, "party": "Republican"}]}, {"id": {"bioguide": "B000395", "govtrack": 401386, "icpsr": 655, "wikipedia": "Jacob Benton", "house_history": 9287, "wikidata": "Q1677432", "google_entity_id": "kg:/m/02ppp0k"}, "name": {"first": "Jacob", "last": "Benton"}, "bio": {"birthday": "1814-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000424", "govtrack": 401410, "icpsr": 678, "wikipedia": "Marion Bethune", "house_history": 9326, "wikidata": "Q946498", "google_entity_id": "kg:/m/02rk11_"}, "name": {"first": "Marion", "last": "Bethune"}, "bio": {"birthday": "1816-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "GA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000627", "govtrack": 401592, "icpsr": 851, "wikipedia": "George Booker", "house_history": 9596, "wikidata": "Q283156", "google_entity_id": "kg:/m/02896mt"}, "name": {"first": "George", "middle": "William", "last": "Booker"}, "bio": {"birthday": "1821-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "VA", "district": 4, "party": "Conservative"}]}, {"id": {"bioguide": "B000638", "govtrack": 401603, "icpsr": 862, "wikipedia": "Arthur I. Boreman", "wikidata": "Q709961", "google_entity_id": "kg:/m/037bx3"}, "name": {"first": "Arthur", "middle": "Inghram", "last": "Boreman"}, "bio": {"birthday": "1823-07-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "WV", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000681", "govtrack": 401643, "icpsr": 896, "wikipedia": "Christopher C. Bowen", "house_history": 9665, "wikidata": "Q1086536", "google_entity_id": "kg:/m/02vp01m"}, "name": {"first": "Christopher", "middle": "Columbus", "last": "Bowen"}, "bio": {"birthday": "1832-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "SC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000720", "govtrack": 401680, "icpsr": 932, "wikipedia": "Sempronius H. Boyd", "house_history": 9716, "wikidata": "Q945472", "google_entity_id": "kg:/m/02rjv8q"}, "name": {"first": "Sempronius", "middle": "Hamilton", "last": "Boyd"}, "bio": {"birthday": "1828-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MO", "district": 4, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MO", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "B000737", "govtrack": 401697, "wikipedia": "Allen Alexander Bradford", "house_history": 9735, "wikidata": "Q1525819", "google_entity_id": "kg:/m/02rgv3v"}, "name": {"first": "Allen", "middle": "Alexander", "last": "Bradford"}, "bio": {"birthday": "1815-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "CO", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "CO", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000963", "govtrack": 401915, "icpsr": 1151, "wikipedia": "William Gannaway Brownlow", "wikidata": "Q181727", "google_entity_id": "kg:/m/01wcrh"}, "name": {"first": "William", "middle": "Gannaway", "last": "Brownlow"}, "bio": {"birthday": "1805-08-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "TN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001011", "govtrack": 401961, "icpsr": 1192, "wikipedia": "Alfred Eliab Buck", "house_history": 10083, "wikidata": "Q1338660", "google_entity_id": "kg:/m/02rk1bl"}, "name": {"first": "Alfred", "middle": "Eliab", "last": "Buck"}, "bio": {"birthday": "1832-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "AL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001021", "govtrack": 401971, "icpsr": 1202, "wikipedia": "William Alfred Buckingham", "wikidata": "Q368652", "google_entity_id": "kg:/m/0bbk10"}, "name": {"first": "William", "middle": "Alfred", "last": "Buckingham"}, "bio": {"birthday": "1804-05-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "CT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001134", "govtrack": 402078, "icpsr": 1303, "house_history": 10234, "wikipedia": "Albert G. Burr", "wikidata": "Q4710255", "google_entity_id": "kg:/m/02pvqkk"}, "name": {"first": "Albert", "middle": "George", "last": "Burr"}, "bio": {"birthday": "1829-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IL", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IL", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "C000024", "govtrack": 402185, "icpsr": 1398, "wikipedia": "Henry L. Cake", "house_history": 10472, "wikidata": "Q5724546", "google_entity_id": "kg:/m/0kt72j"}, "name": {"first": "Henry", "middle": "Lutz", "last": "Cake"}, "bio": {"birthday": "1827-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "C000047", "govtrack": 402208, "icpsr": 1421, "wikipedia": "Hervey C. Calkin", "house_history": 10500, "wikidata": "Q1192956", "google_entity_id": "kg:/m/02rkqqk"}, "name": {"first": "Hervey", "middle": "Chittenden", "last": "Calkin"}, "bio": {"birthday": "1828-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000236", "govtrack": 402381, "icpsr": 1585, "wikipedia": "Eugene Casserly", "wikidata": "Q1312817", "google_entity_id": "kg:/m/03sgrz"}, "name": {"first": "Eugene", "last": "Casserly"}, "bio": {"birthday": "1820-11-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1869-03-04", "end": "1873-12-31", "state": "CA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000260", "govtrack": 402404, "icpsr": 1608, "wikipedia": "James M. Cavanaugh", "house_history": 10782, "wikidata": "Q511868", "google_entity_id": "kg:/m/0dnf21"}, "name": {"first": "James", "middle": "Michael", "last": "Cavanaugh"}, "bio": {"birthday": "1823-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MN", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MT", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C000337", "govtrack": 402477, "wikipedia": "Jos\u00e9 Francisco Chaves", "house_history": 10873, "wikidata": "Q1360890", "google_entity_id": "kg:/m/02rlcmm"}, "name": {"first": "Jos\u00e9", "middle": "Francisco", "last": "Chaves"}, "bio": {"birthday": "1833-06-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NM", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NM", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NM", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000392", "govtrack": 402531, "icpsr": 1725, "wikipedia": "John C. Churchill", "house_history": 10944, "wikidata": "Q6224335", "google_entity_id": "kg:/m/02rks33"}, "name": {"first": "John", "middle": "Charles", "last": "Churchill"}, "bio": {"birthday": "1821-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "C000470", "govtrack": 402608, "icpsr": 1800, "wikipedia": "Sidney Clarke", "house_history": 11036, "wikidata": "Q1401622", "google_entity_id": "kg:/m/0289sfy"}, "name": {"first": "Sidney", "last": "Clarke"}, "bio": {"birthday": "1831-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "KS", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000514", "govtrack": 402649, "icpsr": 1838, "wikipedia": "Orestes Cleveland", "house_history": 11090, "wikidata": "Q1664205", "google_entity_id": "kg:/m/02rb618"}, "name": {"first": "Orestes", "last": "Cleveland"}, "bio": {"birthday": "1829-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NJ", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000519", "govtrack": 402654, "icpsr": 1842, "wikipedia": "Joseph W. Clift", "house_history": 11095, "wikidata": "Q1708163", "google_entity_id": "kg:/m/02rjwk8"}, "name": {"first": "Joseph", "middle": "Wales", "last": "Clift"}, "bio": {"birthday": "1837-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "GA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "GA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000543", "govtrack": 402676, "icpsr": 1863, "wikipedia": "Amasa Cobb", "house_history": 11127, "wikidata": "Q455342", "google_entity_id": "kg:/m/09v699"}, "name": {"first": "Amasa", "last": "Cobb"}, "bio": {"birthday": "1823-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "WI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000776", "govtrack": 402896, "icpsr": 2067, "wikipedia": "Stephen A. Corker", "house_history": 11424, "wikidata": "Q539812", "google_entity_id": "kg:/m/02rk14r"}, "name": {"first": "Stephen", "middle": "Alfestus", "last": "Corker"}, "bio": {"birthday": "1830-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000818", "govtrack": 402936, "icpsr": 2100, "wikipedia": "John Covode", "house_history": 11480, "wikidata": "Q6227355", "google_entity_id": "kg:/m/021g9x"}, "name": {"first": "John", "last": "Covode"}, "bio": {"birthday": "1808-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 19, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "C000827", "govtrack": 402945, "icpsr": 2108, "wikipedia": "George W. Cowles", "house_history": 11491, "wikidata": "Q5545574", "google_entity_id": "kg:/m/02rkpw0"}, "name": {"first": "George", "middle": "Washington", "last": "Cowles"}, "bio": {"birthday": "1823-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "D000126", "govtrack": 403261, "icpsr": 2403, "wikipedia": "Noah Davis", "house_history": 11989, "wikidata": "Q7045381", "google_entity_id": "kg:/m/026zhn2"}, "name": {"first": "Noah", "last": "Davis"}, "bio": {"birthday": "1818-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "D000195", "govtrack": 403351, "icpsr": 2464, "wikipedia": "Edward Degener", "house_history": 12073, "wikidata": "Q772876", "google_entity_id": "kg:/m/03c2zqq"}, "name": {"first": "Edward", "last": "Degener"}, "bio": {"birthday": "1809-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "TX", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000291", "govtrack": 403416, "icpsr": 2540, "house_history": 12186, "wikipedia": "John T. Deweese", "wikidata": "Q1701872", "google_entity_id": "kg:/m/0kt99p"}, "name": {"first": "John", "middle": "Thomas", "last": "Deweese"}, "bio": {"birthday": "1835-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NC", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000320", "govtrack": 403440, "icpsr": 2572, "wikipedia": "Edward F. Dickinson", "house_history": 12224, "wikidata": "Q5342829", "google_entity_id": "kg:/m/02rl_m3"}, "name": {"first": "Edward", "middle": "Fenwick", "last": "Dickinson"}, "bio": {"birthday": "1829-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "D000370", "govtrack": 403487, "icpsr": 2618, "house_history": 12289, "wikipedia": "Joseph Dixon (North Carolina)", "wikidata": "Q762618", "google_entity_id": "kg:/m/026_6_g"}, "name": {"first": "Joseph", "last": "Dixon"}, "bio": {"birthday": "1828-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000375", "govtrack": 403492, "icpsr": 2623, "house_history": 12296, "wikipedia": "Nathan F. Dixon II", "wikidata": "Q1966538", "google_entity_id": "kg:/m/02wxpcx"}, "name": {"first": "Nathan", "middle": "Fellows", "last": "Dixon"}, "bio": {"birthday": "1812-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "RI", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "RI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000386", "govtrack": 403502, "icpsr": 2633, "house_history": 12309, "wikipedia": "Oliver H. Dockery", "wikidata": "Q2791108", "google_entity_id": "kg:/m/0kt8n5"}, "name": {"first": "Oliver", "middle": "Hart", "last": "Dockery"}, "bio": {"birthday": "1830-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NC", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000412", "govtrack": 403525, "icpsr": 2654, "wikipedia": "Joseph Benton Donley", "house_history": 12344, "wikidata": "Q6281457", "google_entity_id": "kg:/m/0kt71s"}, "name": {"first": "Joseph", "middle": "Benton", "last": "Donley"}, "bio": {"birthday": "1838-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "D000576", "govtrack": 403679, "icpsr": 2794, "wikipedia": "Isaac H. Duval", "house_history": 12542, "wikidata": "Q1673392", "google_entity_id": "kg:/m/02rz8xf"}, "name": {"first": "Isaac", "middle": "Harding", "last": "Duval"}, "bio": {"birthday": "1824-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "WV", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000589", "govtrack": 403692, "icpsr": 2805, "wikipedia": "David Patterson Dyer", "house_history": 12558, "wikidata": "Q1176063", "google_entity_id": "kg:/m/02rz5vd"}, "name": {"first": "David", "middle": "Patterson", "last": "Dyer"}, "bio": {"birthday": "1838-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MO", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "E000085", "govtrack": 403778, "icpsr": 2877, "wikipedia": "William P. Edwards", "house_history": 12703, "wikidata": "Q2580186", "google_entity_id": "kg:/m/02rj_wh"}, "name": {"first": "William", "middle": "Posey", "last": "Edwards"}, "bio": {"birthday": "1835-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "GA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "E000099", "govtrack": 403790, "icpsr": 2888, "wikipedia": "Jacob Hart Ela", "house_history": 12719, "wikidata": "Q958091", "google_entity_id": "kg:/m/02rhh_7"}, "name": {"first": "Jacob", "middle": "Hart", "last": "Ela"}, "bio": {"birthday": "1820-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000077", "govtrack": 404035, "icpsr": 3107, "wikipedia": "Reuben Fenton", "house_history": 13064, "wikidata": "Q443870", "google_entity_id": "kg:/m/033g26"}, "name": {"first": "Reuben", "middle": "Eaton", "last": "Fenton"}, "bio": {"birthday": "1819-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NY", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "NY", "class": 1, "party": "Liberal Republican"}]}, {"id": {"bioguide": "F000093", "govtrack": 404050, "icpsr": 3121, "wikipedia": "Orange Ferriss", "house_history": 13088, "wikidata": "Q3461183", "google_entity_id": "kg:/m/02rkv4n"}, "name": {"first": "Orange", "last": "Ferriss"}, "bio": {"birthday": "1814-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "F000150", "govtrack": 404105, "icpsr": 3170, "wikipedia": "John Fisher (politician)", "house_history": 13158, "wikidata": "Q6233234", "google_entity_id": "kg:/m/070v5j"}, "name": {"first": "John", "last": "Fisher"}, "bio": {"birthday": "1806-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "F000159", "govtrack": 404114, "icpsr": 3178, "house_history": 13170, "wikipedia": "Thomas Fitch (politician)", "wikidata": "Q2423887", "google_entity_id": "kg:/m/0272zwp"}, "name": {"first": "Thomas", "last": "Fitch"}, "bio": {"birthday": "1838-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NV", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "F000331", "govtrack": 404279, "icpsr": 3331, "house_history": 13390, "wikipedia": "John Fox (congressman)", "wikidata": "Q576726", "google_entity_id": "kg:/m/02rpbw4"}, "name": {"first": "John", "last": "Fox"}, "bio": {"birthday": "1835-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000162", "govtrack": 404529, "icpsr": 3562, "wikipedia": "James K. Gibson", "house_history": 13769, "wikidata": "Q3239", "google_entity_id": "kg:/m/02pk930"}, "name": {"first": "James", "middle": "King", "last": "Gibson"}, "bio": {"birthday": "1812-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "VA", "district": 8, "party": "Conservative"}]}, {"id": {"bioguide": "G000171", "govtrack": 404538, "icpsr": 3571, "wikipedia": "Abijah Gilbert", "wikidata": "Q321179", "google_entity_id": "kg:/m/08yywv"}, "name": {"first": "Abijah", "last": "Gilbert"}, "bio": {"birthday": "1806-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "CA", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "FL", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000185", "govtrack": 404550, "icpsr": 3584, "wikipedia": "Calvin Willard Gilfillan", "house_history": 13800, "wikidata": "Q5024532", "google_entity_id": "kg:/m/0kt710"}, "name": {"first": "Calvin", "middle": "Willard", "last": "Gilfillan"}, "bio": {"birthday": "1832-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "G000271", "govtrack": 404633, "icpsr": 3661, "wikipedia": "Jacob Golladay", "house_history": 13904, "wikidata": "Q1677501", "google_entity_id": "kg:/m/02r2_z7"}, "name": {"first": "Jacob", "middle": "Shall", "last": "Golladay"}, "bio": {"birthday": "1819-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000347", "govtrack": 404703, "icpsr": 3728, "wikipedia": "Samuel F. Gove", "house_history": 13998, "wikidata": "Q2218221", "google_entity_id": "kg:/m/02rjz3s"}, "name": {"first": "Samuel", "middle": "Francis", "last": "Gove"}, "bio": {"birthday": "1822-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "GA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "G000426", "govtrack": 404774, "icpsr": 3790, "wikipedia": "George Woodward Greene", "house_history": 14106, "wikidata": "Q2114715", "google_entity_id": "kg:/m/02rkpwq"}, "name": {"first": "George", "middle": "Woodward", "last": "Greene"}, "bio": {"birthday": "1831-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "G000485", "govtrack": 404830, "icpsr": 3843, "wikipedia": "John Ashley Griswold", "house_history": 14175, "wikidata": "Q2592951", "google_entity_id": "kg:/m/02rks00"}, "name": {"first": "John", "middle": "Ashley", "last": "Griswold"}, "bio": {"birthday": "1822-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "H000020", "govtrack": 404905, "icpsr": 3908, "wikipedia": "Charles Haight", "house_history": 14313, "wikidata": "Q1064718", "google_entity_id": "kg:/m/02wvl2j"}, "name": {"first": "Charles", "last": "Haight"}, "bio": {"birthday": "1838-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NJ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NJ", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000100", "govtrack": 404982, "icpsr": 3981, "wikipedia": "Patrick Hamill", "house_history": 14409, "wikidata": "Q1385218", "google_entity_id": "kg:/m/08vdgy"}, "name": {"first": "Patrick", "last": "Hamill"}, "bio": {"birthday": "1817-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000105", "govtrack": 404987, "icpsr": 3986, "wikipedia": "Charles Memorial Hamilton", "house_history": 14416, "wikidata": "Q222942", "google_entity_id": "kg:/m/0b46zv"}, "name": {"first": "Charles", "middle": "Memorial", "last": "Hamilton"}, "bio": {"birthday": "1840-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "FL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "FL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000118", "govtrack": 405000, "icpsr": 3998, "wikipedia": "William Thomas Hamilton", "house_history": 14431, "wikidata": "Q15466", "google_entity_id": "kg:/m/04c8f5"}, "name": {"first": "William", "middle": "Thomas", "last": "Hamilton"}, "bio": {"birthday": "1820-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "MD", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000370", "govtrack": 405239, "icpsr": 4214, "wikipedia": "Isaac Roberts Hawkins", "house_history": 14737, "wikidata": "Q1673441", "google_entity_id": "kg:/m/0dg0l4"}, "name": {"first": "Isaac", "middle": "Roberts", "last": "Hawkins"}, "bio": {"birthday": "1818-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "TN", "district": 7, "party": "Unionist"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "TN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "TN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "H000432", "govtrack": 405298, "icpsr": 4270, "wikipedia": "David Heaton", "house_history": 14812, "wikidata": "Q1174701", "google_entity_id": "kg:/m/0kt8jf"}, "name": {"first": "David", "last": "Heaton"}, "bio": {"birthday": "1823-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000447", "govtrack": 405312, "icpsr": 4281, "wikipedia": "Robert Stell Heflin", "house_history": 14835, "wikidata": "Q1287127", "google_entity_id": "kg:/m/0636_v"}, "name": {"first": "Robert", "middle": "Stell", "last": "Heflin"}, "bio": {"birthday": "1815-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "AL", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000650", "govtrack": 405505, "icpsr": 4459, "wikipedia": "Truman H. Hoag", "house_history": 15089, "wikidata": "Q7847708", "google_entity_id": "kg:/m/02rm38q"}, "name": {"first": "Truman", "middle": "Harrison", "last": "Hoag"}, "bio": {"birthday": "1816-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "H000734", "govtrack": 405585, "icpsr": 4531, "house_history": 15190, "wikipedia": "Charles H. Holmes", "wikidata": "Q5078579", "google_entity_id": "kg:/m/03b_d5t"}, "name": {"first": "Charles", "middle": "Horace", "last": "Holmes"}, "bio": {"birthday": "1827-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "H000771", "govtrack": 405621, "icpsr": 4565, "wikipedia": "Benjamin F. Hopkins", "house_history": 15240, "wikidata": "Q817466", "google_entity_id": "kg:/m/02r49zd"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Hopkins"}, "bio": {"birthday": "1829-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "WI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000808", "govtrack": 405656, "icpsr": 4597, "wikipedia": "Giles W. Hotchkiss", "house_history": 15282, "wikidata": "Q5561722", "google_entity_id": "kg:/m/02rkq1k"}, "name": {"first": "Giles", "middle": "Waldo", "last": "Hotchkiss"}, "bio": {"birthday": "1815-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "I000017", "govtrack": 405879, "icpsr": 4806, "wikipedia": "Ebon C. Ingersoll", "house_history": 15636, "wikidata": "Q5331912", "google_entity_id": "kg:/m/02rk9bp"}, "name": {"first": "Ebon", "middle": "Clark", "last": "Ingersoll"}, "bio": {"birthday": "1831-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IL", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "J000076", "govtrack": 405979, "icpsr": 4907, "wikipedia": "Thomas Jenckes", "house_history": 15790, "wikidata": "Q1747155", "google_entity_id": "kg:/m/02q8841"}, "name": {"first": "Thomas", "middle": "Allen", "last": "Jenckes"}, "bio": {"birthday": "1818-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "RI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "J000145", "govtrack": 406043, "icpsr": 4967, "house_history": 15875, "wikipedia": "James A. Johnson (California politician)", "wikidata": "Q183043", "google_entity_id": "kg:/m/02vzf9c"}, "name": {"first": "James", "middle": "Augustus", "last": "Johnson"}, "bio": {"birthday": "1829-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "CA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000208", "govtrack": 406103, "icpsr": 5021, "wikipedia": "Alexander H. Jones", "house_history": 15957, "wikidata": "Q1636841", "google_entity_id": "kg:/m/0kt9c5"}, "name": {"first": "Alexander", "middle": "Hamilton", "last": "Jones"}, "bio": {"birthday": "1822-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NC", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NC", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NC", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "J000277", "govtrack": 406169, "icpsr": 5082, "wikipedia": "Norman B. Judd", "house_history": 16046, "wikidata": "Q4120843", "google_entity_id": "kg:/m/02rkc64"}, "name": {"first": "Norman", "middle": "Buel", "last": "Judd"}, "bio": {"birthday": "1815-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "J000280", "govtrack": 406172, "icpsr": 5085, "wikipedia": "George Washington Julian", "house_history": 16050, "wikidata": "Q1508542", "google_entity_id": "kg:/m/0ksdgs"}, "name": {"first": "George", "middle": "Washington", "last": "Julian"}, "bio": {"birthday": "1817-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IN", "district": 4, "party": "Free Soil"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "K000080", "govtrack": 406249, "icpsr": 5156, "wikipedia": "William H. Kelsey", "house_history": 16179, "wikidata": "Q8010473", "google_entity_id": "kg:/m/02rky2l"}, "name": {"first": "William", "middle": "Henry", "last": "Kelsey"}, "bio": {"birthday": "1812-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NY", "district": 28, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "K000277", "govtrack": 406434, "icpsr": 5329, "wikipedia": "Charles Knapp (congressman)", "house_history": 16427, "wikidata": "Q5079839", "google_entity_id": "kg:/m/02rl4z8"}, "name": {"first": "Charles", "last": "Knapp"}, "bio": {"birthday": "1797-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "L000017", "govtrack": 406527, "icpsr": 5399, "wikipedia": "Addison H. Laflin", "house_history": 16597, "wikidata": "Q4681252", "google_entity_id": "kg:/m/026gsrv"}, "name": {"first": "Addison", "middle": "Henry", "last": "Laflin"}, "bio": {"birthday": "1823-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "L000105", "govtrack": 406612, "icpsr": 5485, "house_history": 16726, "wikipedia": "Israel G. Lash", "wikidata": "Q1674597", "google_entity_id": "kg:/m/0kt9bt"}, "name": {"first": "Israel", "middle": "George", "last": "Lash"}, "bio": {"birthday": "1810-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NC", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "L000419", "govtrack": 406910, "icpsr": 5759, "wikipedia": "Jefferson F. Long", "house_history": 17115, "wikidata": "Q983531", "google_entity_id": "kg:/m/0fp_zh"}, "name": {"first": "Jefferson", "middle": "Franklin", "last": "Long"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "GA", "district": 4, "party": "Republican"}], "bio": {"birthday": "1836-03-03", "gender": "M"}}, {"id": {"bioguide": "M000109", "govtrack": 407133, "icpsr": 5963, "house_history": 17465, "wikipedia": "John Manning, Jr.", "wikidata": "Q1563302", "google_entity_id": "kg:/m/03c2jc4"}, "name": {"first": "John", "last": "Manning", "suffix": "Jr."}, "bio": {"birthday": "1830-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000310", "govtrack": 407323, "icpsr": 6133, "wikipedia": "Dennis McCarthy (congressman)", "house_history": 17707, "wikidata": "Q1189356", "google_entity_id": "kg:/m/02rv2s0"}, "name": {"first": "Dennis", "last": "McCarthy"}, "bio": {"birthday": "1814-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "M000507", "govtrack": 407502, "icpsr": 6301, "wikipedia": "Lewis McKenzie", "house_history": 17961, "wikidata": "Q1691312", "google_entity_id": "kg:/m/02814jf"}, "name": {"first": "Lewis", "last": "McKenzie"}, "bio": {"birthday": "1810-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "VA", "district": 7, "party": "Unionist"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "VA", "district": 7, "party": "Conservative"}]}, {"id": {"bioguide": "M000784", "govtrack": 407762, "icpsr": 6537, "wikipedia": "William Milnes, Jr.", "house_history": 18311, "wikidata": "Q2580007", "google_entity_id": "kg:/m/02874z9"}, "name": {"first": "William", "last": "Milnes", "suffix": "Jr."}, "bio": {"birthday": "1827-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "VA", "district": 6, "party": "Conservative"}]}, {"id": {"bioguide": "M000838", "govtrack": 407812, "icpsr": 6581, "wikipedia": "John Moffet (politician)", "house_history": 18383, "wikidata": "Q13219721", "google_entity_id": "kg:/m/0ddjms"}, "name": {"first": "John", "last": "Moffet"}, "bio": {"birthday": "1831-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000896", "govtrack": 407868, "icpsr": 6630, "wikipedia": "Eliakim H. Moore", "house_history": 18459, "wikidata": "Q5360388", "google_entity_id": "kg:/m/02rl_nv"}, "name": {"first": "Eliakim", "middle": "Hastings", "last": "Moore"}, "bio": {"birthday": "1812-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "M000922", "govtrack": 407893, "icpsr": 6656, "wikipedia": "William Moore (congressman)", "house_history": 18488, "wikidata": "Q1403287", "google_entity_id": "kg:/m/02x5jkz"}, "name": {"first": "William", "last": "Moore"}, "bio": {"birthday": "1810-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NJ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000964", "govtrack": 407932, "icpsr": 6691, "wikipedia": "Daniel Johnson Morrell", "wikidata": "Q5217703", "google_entity_id": "kg:/m/0kt708"}, "name": {"first": "Daniel", "middle": "Johnson", "last": "Morrell"}, "bio": {"birthday": "1821-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "M000971", "govtrack": 407939, "icpsr": 6698, "wikipedia": "Samuel P. Morrill", "house_history": 18546, "wikidata": "Q1390645", "google_entity_id": "kg:/m/02rt30c"}, "name": {"first": "Samuel", "middle": "Plummer", "last": "Morrill"}, "bio": {"birthday": "1816-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "ME", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M001001", "govtrack": 407969, "icpsr": 6726, "house_history": 18580, "wikipedia": "John Morrissey", "wikidata": "Q3049844", "google_entity_id": "kg:/m/0539pm"}, "name": {"first": "John", "last": "Morrissey"}, "bio": {"birthday": "1831-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M001079", "govtrack": 408044, "icpsr": 6797, "wikipedia": "William Mungen", "house_history": 18677, "wikidata": "Q8015918", "google_entity_id": "kg:/m/02rj3_c"}, "name": {"first": "William", "last": "Mungen"}, "bio": {"birthday": "1821-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "N000072", "govtrack": 408159, "icpsr": 6900, "wikipedia": "Joseph P. Newsham", "house_history": 18925, "wikidata": "Q1707770", "google_entity_id": "kg:/m/02rr10_"}, "name": {"first": "Joseph", "middle": "Parkinson", "last": "Newsham"}, "bio": {"birthday": "1837-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "LA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "LA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "N000166", "govtrack": 408247, "wikipedia": "Stephen Friel Nuckolls", "house_history": 19039, "wikidata": "Q2344723", "google_entity_id": "kg:/m/02rjzgf"}, "name": {"first": "Stephen", "middle": "Friel", "last": "Nuckolls"}, "bio": {"birthday": "1825-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "WY", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "P000028", "govtrack": 408439, "icpsr": 7166, "wikipedia": "Halbert E. Paine", "house_history": 19314, "wikidata": "Q1570348", "google_entity_id": "kg:/m/0fv4w_"}, "name": {"first": "Halbert", "middle": "Eleazer", "last": "Paine"}, "bio": {"birthday": "1826-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "WI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000031", "govtrack": 408442, "icpsr": 7169, "wikipedia": "William W. Paine", "house_history": 19317, "wikidata": "Q2580913", "google_entity_id": "kg:/m/02rk196"}, "name": {"first": "William", "middle": "Wiseham", "last": "Paine"}, "bio": {"birthday": "1817-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000293", "govtrack": 408693, "icpsr": 7398, "wikipedia": "Darwin Phelps", "house_history": 19639, "wikidata": "Q5226010", "google_entity_id": "kg:/m/0kt5vw"}, "name": {"first": "Darwin", "last": "Phelps"}, "bio": {"birthday": "1807-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "P000421", "govtrack": 408813, "icpsr": 7517, "wikipedia": "Charles Pomeroy", "house_history": 19802, "wikidata": "Q1065799", "google_entity_id": "kg:/m/02rk78b"}, "name": {"first": "Charles", "last": "Pomeroy"}, "bio": {"birthday": "1825-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "P000497", "govtrack": 408882, "icpsr": 7587, "wikipedia": "Daniel D. Pratt", "wikidata": "Q1160389", "google_entity_id": "kg:/m/0cylyd"}, "name": {"first": "Daniel", "middle": "Darwin", "last": "Pratt"}, "bio": {"birthday": "1813-10-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "IN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000537", "govtrack": 408921, "icpsr": 7623, "wikipedia": "Charles H. Prince", "house_history": 19943, "wikidata": "Q603717", "google_entity_id": "kg:/m/02rhd8y"}, "name": {"first": "Charles", "middle": "Henry", "last": "Prince"}, "bio": {"birthday": "1837-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "GA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "GA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "P000550", "govtrack": 408934, "icpsr": 7635, "house_history": 19959, "wikipedia": "William Farrand Prosser", "wikidata": "Q2578797", "google_entity_id": "kg:/m/0cw4wb"}, "name": {"first": "William", "middle": "Farrand", "last": "Prosser"}, "bio": {"birthday": "1834-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "TN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "R000026", "govtrack": 409007, "icpsr": 7703, "wikipedia": "Alexander Ramsey", "house_history": 20107, "wikidata": "Q748989", "google_entity_id": "kg:/m/01l6hs"}, "name": {"first": "Alexander", "last": "Ramsey"}, "bio": {"birthday": "1815-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 14, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 14, "party": "Whig"}, {"type": "sen", "start": "1863-12-07", "end": "1869-03-03", "state": "MN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "MN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000096", "govtrack": 409076, "icpsr": 7767, "wikipedia": "John Roberts Reading", "house_history": 20201, "wikidata": "Q6255203", "google_entity_id": "kg:/m/0kt74t"}, "name": {"first": "John", "middle": "Roberts", "last": "Reading"}, "bio": {"birthday": "1826-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000138", "govtrack": 409117, "icpsr": 7804, "wikipedia": "Henry Augustus Reeves", "house_history": 20252, "wikidata": "Q111608", "google_entity_id": "kg:/m/02rkq8f"}, "name": {"first": "Henry", "middle": "Augustus", "last": "Reeves"}, "bio": {"birthday": "1832-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000248", "govtrack": 409224, "icpsr": 7900, "wikipedia": "Robert Ridgway (congressman)", "house_history": 20391, "wikidata": "Q2158618", "google_entity_id": "kg:/m/0289fsq"}, "name": {"first": "Robert", "last": "Ridgway"}, "bio": {"birthday": "1823-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "VA", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "VA", "district": 5, "party": "Conservative"}]}, {"id": {"bioguide": "R000388", "govtrack": 409356, "icpsr": 8020, "house_history": 20564, "wikipedia": "Anthony A.C. Rogers", "wikidata": "Q572663", "google_entity_id": "kg:/m/02rgwpq"}, "name": {"first": "Anthony", "middle": "Astley Cooper", "last": "Rogers"}, "bio": {"birthday": "1821-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "AR", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000434", "govtrack": 409399, "icpsr": 8059, "wikipedia": "Logan H. Roots", "house_history": 20622, "wikidata": "Q1867942", "google_entity_id": "kg:/m/02rjx23"}, "name": {"first": "Logan", "middle": "Holt", "last": "Roots"}, "bio": {"birthday": "1841-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "AR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "AR", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000054", "govtrack": 409569, "icpsr": 8213, "wikipedia": "Stephen Sanford", "house_history": 21198, "wikidata": "Q4027103", "google_entity_id": "kg:/m/02rkwmg"}, "name": {"first": "Stephen", "last": "Sanford"}, "bio": {"birthday": "1826-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "S000118", "govtrack": 409626, "icpsr": 8259, "house_history": 21282, "wikipedia": "Robert C. Schenck", "wikidata": "Q3434877", "google_entity_id": "kg:/m/08pn2b"}, "name": {"first": "Robert", "middle": "Cumming", "last": "Schenck"}, "bio": {"birthday": "1809-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "OH", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "OH", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000151", "govtrack": 409658, "icpsr": 8279, "wikipedia": "Carl Schurz", "wikidata": "Q127437", "google_entity_id": "kg:/m/01ftf7"}, "name": {"first": "Carl", "last": "Schurz"}, "bio": {"birthday": "1829-03-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "MO", "class": 1, "party": "Liberal Republican"}]}, {"id": {"bioguide": "S000177", "govtrack": 409683, "icpsr": 8304, "wikipedia": "John Scott (Pennsylvania)", "wikidata": "Q1701700", "google_entity_id": "kg:/m/08nqcz"}, "name": {"first": "John", "last": "Scott"}, "bio": {"birthday": "1824-07-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "PA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000276", "govtrack": 409775, "wikipedia": "Jacob K. Shafer", "house_history": 21478, "wikidata": "Q1677538", "google_entity_id": "kg:/m/02rhj08"}, "name": {"first": "Jacob", "middle": "K.", "last": "Shafer"}, "bio": {"birthday": "1823-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "ID", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S000323", "govtrack": 409820, "icpsr": 8433, "wikipedia": "Porter Sheldon", "house_history": 21539, "wikidata": "Q7231653", "google_entity_id": "kg:/m/02rkvsm"}, "name": {"first": "Porter", "last": "Sheldon"}, "bio": {"birthday": "1831-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "S000352", "govtrack": 409848, "icpsr": 8460, "house_history": 21576, "wikipedia": "William Crawford Sherrod", "wikidata": "Q2578354", "google_entity_id": "kg:/m/024tr6"}, "name": {"first": "William", "middle": "Crawford", "last": "Sherrod"}, "bio": {"birthday": "1835-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "AL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000581", "govtrack": 410062, "icpsr": 8661, "house_history": 21853, "wikipedia": "Joseph Showalter Smith", "wikidata": "Q1708013", "google_entity_id": "kg:/m/02rkzpt"}, "name": {"first": "Joseph", "middle": "Showalter", "last": "Smith"}, "bio": {"birthday": "1824-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000632", "govtrack": 410106, "icpsr": 8701, "house_history": 21916, "wikipedia": "William Jay Smith (Tennessee politician)", "wikidata": "Q2579511", "google_entity_id": "kg:/m/02rk_b2"}, "name": {"first": "William", "middle": "Jay", "last": "Smith"}, "bio": {"birthday": "1823-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "TN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "S000648", "govtrack": 410122, "icpsr": 8717, "wikipedia": "William Smyth (congressman)", "house_history": 21933, "wikidata": "Q2580591", "google_entity_id": "kg:/m/02r6qll"}, "name": {"first": "William", "last": "Smyth"}, "bio": {"birthday": "1824-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000736", "govtrack": 410205, "wikipedia": "Solomon L. Spink", "house_history": 22047, "wikidata": "Q477194", "google_entity_id": "kg:/m/01s_t8"}, "name": {"first": "Solomon", "middle": "Lewis", "last": "Spink"}, "bio": {"birthday": "1831-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "DK", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000747", "govtrack": 410216, "icpsr": 8806, "wikipedia": "William Sprague IV", "wikidata": "Q437963", "google_entity_id": "kg:/m/04z9v1"}, "name": {"first": "William", "last": "Sprague"}, "bio": {"birthday": "1830-09-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1863-12-07", "end": "1869-03-03", "state": "RI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "RI", "class": 1, "party": "Liberal Republican"}]}, {"id": {"bioguide": "S000875", "govtrack": 410337, "icpsr": 8905, "house_history": 22221, "wikipedia": "Aaron Fletcher Stevens", "wikidata": "Q302017", "google_entity_id": "kg:/m/09c8g7"}, "name": {"first": "Aaron", "middle": "Fletcher", "last": "Stevens"}, "bio": {"birthday": "1819-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000924", "govtrack": 410384, "icpsr": 8950, "wikipedia": "John Dodson Stiles", "house_history": 22282, "wikidata": "Q6229615", "google_entity_id": "kg:/m/0kt75k"}, "name": {"first": "John", "middle": "Dodson", "last": "Stiles"}, "bio": {"birthday": "1822-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000939", "govtrack": 410398, "icpsr": 8962, "wikipedia": "John P. Stockton", "wikidata": "Q433837", "google_entity_id": "kg:/m/09slf6"}, "name": {"first": "John", "middle": "Potter", "last": "Stockton"}, "bio": {"birthday": "1826-08-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1865-12-04", "end": "1867-03-03", "state": "NJ", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "NJ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000950", "govtrack": 410409, "icpsr": 8972, "wikipedia": "William Brickly Stokes", "house_history": 22314, "wikidata": "Q1790662", "google_entity_id": "kg:/m/0dk81f"}, "name": {"first": "William", "middle": "Brickly", "last": "Stokes"}, "bio": {"birthday": "1814-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "TN", "district": 4, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "TN", "district": 3, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "TN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "TN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000957", "govtrack": 410416, "icpsr": 8979, "wikipedia": "Frederick Stone", "house_history": 22324, "wikidata": "Q1778562", "google_entity_id": "kg:/m/08qtl1"}, "name": {"first": "Frederick", "last": "Stone"}, "bio": {"birthday": "1820-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MD", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000987", "govtrack": 410445, "icpsr": 9008, "wikipedia": "Peter W. Strader", "house_history": 22361, "wikidata": "Q1546423", "google_entity_id": "kg:/m/02rm2rj"}, "name": {"first": "Peter", "middle": "Wilson", "last": "Strader"}, "bio": {"birthday": "1818-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S001003", "govtrack": 410461, "icpsr": 9023, "wikipedia": "Randolph Strickland", "house_history": 22379, "wikidata": "Q1806800", "google_entity_id": "kg:/m/02ptgwl"}, "name": {"first": "Randolph", "last": "Strickland"}, "bio": {"birthday": "1823-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S001068", "govtrack": 410522, "icpsr": 9083, "wikipedia": "Charles Sumner", "wikidata": "Q1066198", "google_entity_id": "kg:/m/01p27h"}, "name": {"first": "Charles", "last": "Sumner"}, "bio": {"birthday": "1811-01-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "MA", "class": 1, "party": "Ind. Republican-Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1863-03-03", "state": "MA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1863-12-07", "end": "1869-03-03", "state": "MA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "MA", "class": 1, "party": "Liberal Republican"}]}, {"id": {"bioguide": "S001104", "govtrack": 410556, "icpsr": 9114, "wikipedia": "William N. Sweeney", "house_history": 22501, "wikidata": "Q1551193", "google_entity_id": "kg:/m/02rj_v3"}, "name": {"first": "William", "middle": "Northcut", "last": "Sweeney"}, "bio": {"birthday": "1832-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000037", "govtrack": 410626, "icpsr": 9176, "wikipedia": "Adolphus H. Tanner", "house_history": 22678, "wikidata": "Q3090719", "google_entity_id": "kg:/m/02rklx8"}, "name": {"first": "Adolphus", "middle": "Hitchcock", "last": "Tanner"}, "bio": {"birthday": "1833-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "T000068", "govtrack": 410653, "icpsr": 9201, "wikipedia": "Caleb Newbold Taylor", "house_history": 22719, "wikidata": "Q5019274", "google_entity_id": "kg:/m/0kt741"}, "name": {"first": "Caleb", "middle": "Newbold", "last": "Taylor"}, "bio": {"birthday": "1813-07-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "T000269", "govtrack": 410842, "icpsr": 9381, "wikipedia": "Nelson Tift", "house_history": 22960, "wikidata": "Q1977037", "google_entity_id": "kg:/m/026pkwk"}, "name": {"first": "Nelson", "last": "Tift"}, "bio": {"birthday": "1810-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "GA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "T000277", "govtrack": 410850, "icpsr": 9389, "wikipedia": "Lewis Tillman", "house_history": 22969, "wikidata": "Q1822163", "google_entity_id": "kg:/m/0dfb3r"}, "name": {"first": "Lewis", "last": "Tillman"}, "bio": {"birthday": "1816-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "TN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "T000286", "govtrack": 410859, "icpsr": 9398, "wikipedia": "Thomas Tipton", "wikidata": "Q2427664", "google_entity_id": "kg:/m/09tc39"}, "name": {"first": "Thomas", "middle": "Weston", "last": "Tipton"}, "bio": {"birthday": "1817-08-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1867-03-04", "end": "1869-03-03", "state": "NE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "NE", "class": 1, "party": "Liberal Republican"}]}, {"id": {"bioguide": "T000375", "govtrack": 410944, "icpsr": 9475, "house_history": 23092, "wikipedia": "Lawrence S. Trimble", "wikidata": "Q1532014", "google_entity_id": "kg:/m/02rj9yt"}, "name": {"first": "Lawrence", "middle": "Strother", "last": "Trimble"}, "bio": {"birthday": "1825-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "KY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "V000014", "govtrack": 411072, "icpsr": 9593, "wikipedia": "Daniel Myers Van Auken", "house_history": 20896, "wikidata": "Q5218227", "google_entity_id": "kg:/m/0kt77t"}, "name": {"first": "Daniel", "middle": "Myers", "last": "Van Auken"}, "bio": {"birthday": "1826-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "W000133", "govtrack": 411308, "icpsr": 9814, "wikipedia": "Hamilton Ward Sr.", "house_history": 23370, "wikidata": "Q5645239", "google_entity_id": "kg:/m/0dgp44"}, "name": {"first": "Hamilton", "last": "Ward"}, "bio": {"birthday": "1829-07-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "W000170", "govtrack": 411343, "icpsr": 9848, "wikipedia": "Cadwallader C. Washburn", "house_history": 23412, "wikidata": "Q369835", "google_entity_id": "kg:/m/02p0w4"}, "name": {"first": "Cadwallader", "middle": "Colden", "last": "Washburn"}, "bio": {"birthday": "1818-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "WI", "district": 2, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "WI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "W000176", "govtrack": 411349, "icpsr": 9854, "wikipedia": "Elihu B. Washburne", "house_history": 23421, "wikidata": "Q731492", "google_entity_id": "kg:/m/02nz96"}, "name": {"first": "Elihu", "middle": "Benjamin", "last": "Washburne"}, "bio": {"birthday": "1816-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "IL", "district": 1, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IL", "district": 1, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IL", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000270", "govtrack": 411436, "icpsr": 9931, "wikipedia": "Martin Welker", "house_history": 23542, "wikidata": "Q1905224", "google_entity_id": "kg:/m/02rm2fk"}, "name": {"first": "Martin", "last": "Welker"}, "bio": {"birthday": "1819-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "W000424", "govtrack": 411583, "icpsr": 10072, "wikipedia": "George W. Whitmore", "house_history": 23716, "wikidata": "Q1508485", "google_entity_id": "kg:/m/03c2zhk"}, "name": {"first": "George", "middle": "Washington", "last": "Whitmore"}, "bio": {"birthday": "1824-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "TX", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000427", "govtrack": 411586, "icpsr": 10074, "wikipedia": "Benjamin Franklin Whittemore", "house_history": 23720, "wikidata": "Q817474", "google_entity_id": "kg:/m/02vp00y"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Whittemore"}, "bio": {"birthday": "1824-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "SC", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000476", "govtrack": 411633, "icpsr": 10121, "wikipedia": "Morton S. Wilkinson", "house_history": 23784, "wikidata": "Q1948752", "google_entity_id": "kg:/m/01l_kg"}, "name": {"first": "Morton", "middle": "Smith", "last": "Wilkinson"}, "bio": {"birthday": "1819-01-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1859-12-05", "end": "1865-03-03", "state": "MN", "class": 2, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000578", "govtrack": 411733, "icpsr": 10218, "wikipedia": "Eugene McLanahan Wilson", "house_history": 23902, "wikidata": "Q1373151", "google_entity_id": "kg:/m/0dnd_m"}, "name": {"first": "Eugene", "middle": "McLanahan", "last": "Wilson"}, "bio": {"birthday": "1833-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000626", "govtrack": 411780, "icpsr": 10265, "wikipedia": "James J. Winans", "house_history": 23958, "wikidata": "Q12200803", "google_entity_id": "kg:/m/02rm1ch"}, "name": {"first": "James", "middle": "January", "last": "Winans"}, "bio": {"birthday": "1818-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "W000656", "govtrack": 411809, "icpsr": 10292, "wikipedia": "John Witcher", "house_history": 23998, "wikidata": "Q1266476", "google_entity_id": "kg:/m/02pm261"}, "name": {"first": "John", "middle": "Seashoal", "last": "Witcher"}, "bio": {"birthday": "1839-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "WV", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000676", "govtrack": 411828, "icpsr": 10309, "wikipedia": "William P. Wolf", "house_history": 24022, "wikidata": "Q1302427", "google_entity_id": "kg:/m/02r72qn"}, "name": {"first": "William", "middle": "Penn", "last": "Wolf"}, "bio": {"birthday": "1833-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000730", "govtrack": 411882, "icpsr": 10360, "wikipedia": "George Washington Woodward", "house_history": 24088, "wikidata": "Q5546053", "google_entity_id": "kg:/m/0kt76p"}, "name": {"first": "George", "middle": "Washington", "last": "Woodward"}, "bio": {"birthday": "1809-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "A000172", "govtrack": 400827, "icpsr": 152, "wikipedia": "Adelbert Ames", "wikidata": "Q354194", "google_entity_id": "kg:/m/01g287"}, "name": {"first": "Adelbert", "last": "Ames"}, "bio": {"birthday": "1835-10-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1870-01-01", "end": "1875-03-03", "state": "MS", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000186", "govtrack": 404141, "icpsr": 3203, "wikipedia": "James W. Flanagan", "wikidata": "Q437158", "google_entity_id": "kg:/m/07jjx6"}, "name": {"first": "James", "middle": "Winright", "last": "Flanagan"}, "bio": {"birthday": "1805-09-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1870-01-01", "end": "1875-03-03", "state": "TX", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000115", "govtrack": 404997, "icpsr": 3995, "wikipedia": "Morgan C. Hamilton", "wikidata": "Q431997", "google_entity_id": "kg:/m/07p913"}, "name": {"first": "Morgan", "middle": "Calvin", "last": "Hamilton"}, "bio": {"birthday": "1809-02-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1870-01-01", "end": "1877-03-03", "state": "TX", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000864", "govtrack": 405711, "icpsr": 4650, "wikipedia": "James B. Howell", "wikidata": "Q1679982", "google_entity_id": "kg:/m/0cvhqq"}, "name": {"first": "James", "middle": "Bruen", "last": "Howell"}, "bio": {"birthday": "1816-07-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1870-01-01", "end": "1871-03-03", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "J000103", "govtrack": 406005, "icpsr": 4930, "wikipedia": "Daniel T. Jewett", "wikidata": "Q371159", "google_entity_id": "kg:/m/0cvw31"}, "name": {"first": "Daniel", "middle": "Tarbox", "last": "Jewett"}, "bio": {"birthday": "1807-09-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1870-01-01", "end": "1871-12-31", "state": "MO", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000285", "govtrack": 406783, "icpsr": 5642, "wikipedia": "John F. Lewis", "wikidata": "Q117651", "google_entity_id": "kg:/m/08kkqk"}, "name": {"first": "John", "middle": "Francis", "last": "Lewis"}, "bio": {"birthday": "1818-03-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1870-01-01", "end": "1875-03-03", "state": "VA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000166", "govtrack": 409143, "icpsr": 7825, "wikipedia": "Hiram Rhodes Revels", "house_history": 20291, "wikidata": "Q719200", "google_entity_id": "kg:/m/0283w5"}, "name": {"first": "Hiram", "middle": "Rhodes", "last": "Revels"}, "bio": {"birthday": "1827-09-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1870-01-01", "end": "1871-03-03", "state": "MS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000020", "govtrack": 400682, "icpsr": 15, "wikipedia": "Ephraim Leister Acker", "house_history": 8279, "wikidata": "Q5382300", "google_entity_id": "kg:/m/0kt5_d"}, "name": {"first": "Ephraim", "middle": "Leister", "last": "Acker"}, "bio": {"birthday": "1827-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "A000079", "govtrack": 400738, "icpsr": 67, "wikipedia": "James L. Alcorn", "wikidata": "Q886035", "google_entity_id": "kg:/m/01fszc"}, "name": {"first": "James", "middle": "Lusk", "last": "Alcorn"}, "bio": {"birthday": "1816-11-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "MS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000169", "govtrack": 400824, "icpsr": 150, "wikipedia": "Jacob A. Ambler", "house_history": 8490, "wikidata": "Q6118251", "google_entity_id": "kg:/m/02rm16b"}, "name": {"first": "Jacob", "middle": "A.", "last": "Ambler"}, "bio": {"birthday": "1829-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "A000175", "govtrack": 400830, "icpsr": 155, "house_history": 8500, "wikipedia": "Oakes Ames", "wikidata": "Q561829", "google_entity_id": "kg:/m/02gdvk"}, "name": {"first": "Oakes", "last": "Ames"}, "bio": {"birthday": "1804-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000283", "govtrack": 401277, "icpsr": 555, "wikipedia": "John Beatty (Ohio)", "house_history": 9142, "wikidata": "Q6221266", "google_entity_id": "kg:/m/033lcd"}, "name": {"first": "John", "last": "Beatty"}, "bio": {"birthday": "1828-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "B000288", "govtrack": 401281, "icpsr": 559, "wikipedia": "Erasmus W. Beck", "house_history": 9148, "wikidata": "Q1348094", "google_entity_id": "kg:/m/02rk0td"}, "name": {"first": "Erasmus", "middle": "Williams", "last": "Beck"}, "bio": {"birthday": "1833-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000430", "govtrack": 401416, "icpsr": 684, "wikipedia": "John Lourie Beveridge", "house_history": 9332, "wikidata": "Q880389", "google_entity_id": "kg:/m/067vzz"}, "name": {"first": "John", "middle": "Lourie", "last": "Beveridge"}, "bio": {"birthday": "1824-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IL", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000452", "govtrack": 401437, "icpsr": 702, "wikipedia": "John S. Bigby", "house_history": 9359, "wikidata": "Q1668316", "google_entity_id": "kg:/m/02rk0_7"}, "name": {"first": "John", "middle": "Summerfield", "last": "Bigby"}, "bio": {"birthday": "1832-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "GA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000457", "govtrack": 401442, "icpsr": 707, "house_history": 9365, "wikipedia": "Benjamin T. Biggs", "wikidata": "Q817704", "google_entity_id": "kg:/m/08j5x_"}, "name": {"first": "Benjamin", "middle": "Thomas", "last": "Biggs"}, "bio": {"birthday": "1821-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "B000471", "govtrack": 401452, "icpsr": 717, "wikipedia": "John Bingham", "house_history": 9386, "wikidata": "Q1699336", "google_entity_id": "kg:/m/04r4y_"}, "name": {"first": "John", "middle": "Armor", "last": "Bingham"}, "bio": {"birthday": "1815-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 21, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "B000478", "govtrack": 401459, "icpsr": 723, "wikipedia": "John T. Bird", "house_history": 9396, "wikidata": "Q1441556", "google_entity_id": "kg:/m/02x61lm"}, "name": {"first": "John", "middle": "Taylor", "last": "Bird"}, "bio": {"birthday": "1829-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NJ", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000521", "govtrack": 401497, "icpsr": 762, "wikipedia": "Austin Blair", "house_history": 9447, "wikidata": "Q781047", "google_entity_id": "kg:/m/02xlnf"}, "name": {"first": "Austin", "last": "Blair"}, "bio": {"birthday": "1818-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000523", "govtrack": 401499, "icpsr": 764, "wikipedia": "Francis Preston Blair Jr.", "house_history": 9450, "wikidata": "Q1350196", "google_entity_id": "kg:/m/034c_8"}, "name": {"first": "Francis", "middle": "Preston", "last": "Blair", "suffix": "Jr."}, "bio": {"birthday": "1821-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MO", "district": 1, "party": "Ind. Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MO", "district": 1, "party": "Unconditional Unionist"}, {"type": "sen", "start": "1871-03-04", "end": "1873-03-03", "state": "MO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000527", "govtrack": 401502, "icpsr": 768, "wikipedia": "James G. Blair", "house_history": 9455, "wikidata": "Q1680416", "google_entity_id": "kg:/m/02rz6vf"}, "name": {"first": "James", "middle": "Gorrall", "last": "Blair"}, "bio": {"birthday": "1825-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MO", "district": 8, "party": "Liberal Republican"}]}, {"id": {"bioguide": "B000579", "govtrack": 401550, "icpsr": 812, "wikipedia": "Alexander Boarman", "house_history": 9525, "wikidata": "Q286105", "google_entity_id": "kg:/m/0273wsd"}, "name": {"first": "Alexander", "last": "Boarman", "nickname": "Aleck"}, "bio": {"birthday": "1839-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "LA", "district": 4, "party": "Liberal Republican"}]}, {"id": {"bioguide": "B000603", "govtrack": 401571, "icpsr": 833, "wikipedia": "Thomas Boles", "house_history": 9560, "wikidata": "Q1552470", "google_entity_id": "kg:/m/02rjzp9"}, "name": {"first": "Thomas", "last": "Boles"}, "bio": {"birthday": "1837-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "AR", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000777", "govtrack": 401736, "icpsr": 985, "wikipedia": "Elliott M. Braxton", "house_history": 9782, "wikidata": "Q1332336", "google_entity_id": "kg:/m/02815c7"}, "name": {"first": "Elliott", "middle": "Muse", "last": "Braxton"}, "bio": {"birthday": "1823-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "VA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000879", "govtrack": 401836, "icpsr": 1076, "wikipedia": "George M. Brooks", "house_history": 9916, "wikidata": "Q164529", "google_entity_id": "kg:/m/02rhgp7"}, "name": {"first": "George", "middle": "Merrick", "last": "Brooks"}, "bio": {"birthday": "1824-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B001025", "govtrack": 401975, "icpsr": 1206, "wikipedia": "Charles Waldron Buckley", "house_history": 10101, "wikidata": "Q1066382", "google_entity_id": "kg:/m/02rk1fp"}, "name": {"first": "Charles", "middle": "Waldron", "last": "Buckley"}, "bio": {"birthday": "1835-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "AL", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001074", "govtrack": 402020, "icpsr": 1250, "wikipedia": "Samuel Swinfin Burdett", "house_history": 10159, "wikidata": "Q1568746", "google_entity_id": "kg:/m/02rz873"}, "name": {"first": "Samuel", "middle": "Swinfin", "last": "Burdett"}, "bio": {"birthday": "1836-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MO", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000027", "govtrack": 402188, "icpsr": 1401, "wikipedia": "Alexander Caldwell", "wikidata": "Q2622644", "google_entity_id": "kg:/m/0cvz0x"}, "name": {"first": "Alexander", "last": "Caldwell"}, "bio": {"birthday": "1830-03-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1871-03-04", "end": "1873-12-31", "state": "KS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000040", "govtrack": 402201, "icpsr": 1414, "wikipedia": "Robert Porter Caldwell", "house_history": 10491, "wikidata": "Q1599806", "google_entity_id": "kg:/m/0dhyhg"}, "name": {"first": "Robert", "middle": "Porter", "last": "Caldwell"}, "bio": {"birthday": "1821-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "TN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000096", "govtrack": 402251, "icpsr": 1461, "wikipedia": "Lewis D. Campbell", "house_history": 10563, "wikidata": "Q1822088", "google_entity_id": "kg:/m/0cxf5n"}, "name": {"first": "Lewis", "middle": "Davis", "last": "Campbell"}, "bio": {"birthday": "1811-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "OH", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "OH", "district": 2, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "OH", "district": 3, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 3, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000190", "govtrack": 402337, "icpsr": 1541, "wikipedia": "John M. Carroll (politician)", "house_history": 10691, "wikidata": "Q4027137", "google_entity_id": "kg:/m/0dc1wc"}, "name": {"first": "John", "middle": "Michael", "last": "Carroll"}, "bio": {"birthday": "1823-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "C000400", "govtrack": 402539, "wikipedia": "William H. Clagett", "house_history": 10953, "wikidata": "Q2579039", "google_entity_id": "kg:/m/02rpk_g"}, "name": {"first": "William", "middle": "Horace", "last": "Clagett"}, "bio": {"birthday": "1838-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MT", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000455", "govtrack": 402593, "icpsr": 1786, "wikipedia": "William Thomas Clark", "house_history": 11018, "wikidata": "Q2580767", "google_entity_id": "kg:/m/02rgw0r"}, "name": {"first": "William", "middle": "Thomas", "last": "Clark"}, "bio": {"birthday": "1831-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "TX", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000498", "govtrack": 402635, "icpsr": 1824, "wikipedia": "Powell Clayton", "wikidata": "Q365032", "google_entity_id": "kg:/m/01qx32"}, "name": {"first": "Powell", "last": "Clayton"}, "bio": {"birthday": "1833-08-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "AR", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000594", "govtrack": 402723, "icpsr": 1909, "wikipedia": "John M. Coghlan", "house_history": 11194, "wikidata": "Q1669554", "google_entity_id": "kg:/m/0h1z07"}, "name": {"first": "John", "middle": "Maxwell", "last": "Coghlan"}, "bio": {"birthday": "1835-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "CA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000691", "govtrack": 402817, "icpsr": 1993, "wikipedia": "John C. Conner", "house_history": 11320, "wikidata": "Q1699482", "google_entity_id": "kg:/m/03c2zjl"}, "name": {"first": "John", "middle": "Coggswell", "last": "Conner"}, "bio": {"birthday": "1842-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "TX", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000715", "govtrack": 402838, "icpsr": 2014, "wikipedia": "Burton C. Cook", "house_history": 11349, "wikidata": "Q5000822", "google_entity_id": "kg:/m/02rk900"}, "name": {"first": "Burton", "middle": "Chauncey", "last": "Cook"}, "bio": {"birthday": "1819-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IL", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000751", "govtrack": 402872, "icpsr": 2046, "wikipedia": "Henry Cooper (U.S. Senator)", "wikidata": "Q1606623", "google_entity_id": "kg:/m/04kwq_"}, "name": {"first": "Henry", "last": "Cooper"}, "bio": {"birthday": "1827-08-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000852", "govtrack": 402968, "icpsr": 2129, "wikipedia": "Aaron H. Cragin", "house_history": 11523, "wikidata": "Q302075", "google_entity_id": "kg:/m/0d4hfb"}, "name": {"first": "Aaron", "middle": "Harrison", "last": "Cragin"}, "bio": {"birthday": "1821-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NH", "district": 3, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NH", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1865-12-04", "end": "1871-03-03", "state": "NH", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "NH", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000900", "govtrack": 403012, "icpsr": 2170, "wikipedia": "John M. Crebs", "house_history": 11581, "wikidata": "Q6245762", "google_entity_id": "kg:/m/02rkbrc"}, "name": {"first": "John", "middle": "Montgomery", "last": "Crebs"}, "bio": {"birthday": "1830-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IL", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IL", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "C000901", "govtrack": 403013, "icpsr": 2171, "wikipedia": "John V. Creely", "house_history": 11582, "wikidata": "Q6261645", "google_entity_id": "kg:/m/0dj8b7"}, "name": {"first": "John", "middle": "Vaudain", "last": "Creely"}, "bio": {"birthday": "1839-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 2, "party": "Ind. Republican"}]}, {"id": {"bioguide": "C000911", "govtrack": 403023, "icpsr": 2180, "wikipedia": "John Critcher", "house_history": 11595, "wikidata": "Q1699681", "google_entity_id": "kg:/m/02x402c"}, "name": {"first": "John", "last": "Critcher"}, "bio": {"birthday": "1820-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "VA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000208", "govtrack": 403313, "icpsr": 2482, "wikipedia": "Robert C. De Large", "house_history": 12090, "wikidata": "Q2156705", "google_entity_id": "kg:/m/04wygp"}, "name": {"first": "Robert", "middle": "Carlos", "last": "De Large"}, "bio": {"birthday": "1842-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "SC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000315", "govtrack": 403435, "icpsr": 2567, "wikipedia": "Oliver James Dickey", "house_history": 12219, "wikidata": "Q7087628", "google_entity_id": "kg:/m/0kt21g"}, "name": {"first": "Oliver", "middle": "James", "last": "Dickey"}, "bio": {"birthday": "1823-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "D000393", "govtrack": 403508, "icpsr": 2639, "wikipedia": "Ozro J. Dodds", "house_history": 12319, "wikidata": "Q1645320", "google_entity_id": "kg:/m/02rm2qv"}, "name": {"first": "Ozro", "middle": "John", "last": "Dodds"}, "bio": {"birthday": "1840-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000478", "govtrack": 403587, "icpsr": 2710, "wikipedia": "Peter Myndert Dox", "house_history": 12429, "wikidata": "Q2077170", "google_entity_id": "kg:/m/026_cdx"}, "name": {"first": "Peter", "middle": "Myndert", "last": "Dox"}, "bio": {"birthday": "1813-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "D000510", "govtrack": 403615, "icpsr": 2739, "wikipedia": "Dudley M. DuBose", "house_history": 12470, "wikidata": "Q1263748", "google_entity_id": "kg:/m/02rl0qs"}, "name": {"first": "Dudley", "middle": "McIver", "last": "Du Bose"}, "bio": {"birthday": "1834-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "D000521", "govtrack": 403631, "icpsr": 2750, "wikipedia": "Richard Thomas Walker Duke", "house_history": 12481, "wikidata": "Q2150755", "google_entity_id": "kg:/m/028bc2t"}, "name": {"first": "Richard", "middle": "Thomas Walker", "last": "Duke"}, "bio": {"birthday": "1822-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "VA", "district": 5, "party": "Conservative"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "VA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "E000072", "govtrack": 403767, "icpsr": 2869, "wikipedia": "John Edwards (Arkansas politician)", "house_history": 12688, "wikidata": "Q1699940", "google_entity_id": "kg:/m/02rl0l_"}, "name": {"first": "John", "last": "Edwards"}, "bio": {"birthday": "1805-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "AR", "district": 3, "party": "Liberal Republican"}]}, {"id": {"bioguide": "E000225", "govtrack": 403911, "icpsr": 2997, "wikipedia": "Constantine C. Esty", "house_history": 12879, "wikidata": "Q1128030", "google_entity_id": "kg:/m/02rhdw4"}, "name": {"first": "Constantine", "middle": "Canaris", "last": "Esty"}, "bio": {"birthday": "1824-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "F000024", "govtrack": 403986, "icpsr": 3064, "wikipedia": "John F. Farnsworth", "house_history": 12993, "wikidata": "Q1700011", "google_entity_id": "kg:/m/0fxkhs"}, "name": {"first": "John", "middle": "Franklin", "last": "Farnsworth"}, "bio": {"birthday": "1820-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IL", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000129", "govtrack": 404084, "icpsr": 3151, "wikipedia": "Gustavus A. Finkelnburg", "house_history": 13134, "wikidata": "Q214857", "google_entity_id": "kg:/m/02rmxch"}, "name": {"first": "Gustavus", "middle": "Adolphus", "last": "Finkelnburg"}, "bio": {"birthday": "1837-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MO", "district": 2, "party": "Liberal Republican"}]}, {"id": {"bioguide": "F000274", "govtrack": 404224, "icpsr": 3277, "wikipedia": "Samuel C. Forker", "house_history": 13320, "wikidata": "Q1588206", "google_entity_id": "kg:/m/02x4wm5"}, "name": {"first": "Samuel", "middle": "Carr", "last": "Forker"}, "bio": {"birthday": "1821-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NJ", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000305", "govtrack": 404254, "icpsr": 3307, "wikipedia": "Henry Donnel Foster", "house_history": 13358, "wikidata": "Q5720406", "google_entity_id": "kg:/m/0kt69n"}, "name": {"first": "Henry", "middle": "Donnel", "last": "Foster"}, "bio": {"birthday": "1808-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "PA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "PA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "F000369", "govtrack": 404315, "icpsr": 3362, "wikipedia": "Frederick Theodore Frelinghuysen", "wikidata": "Q709453", "google_entity_id": "kg:/m/0c7sy"}, "name": {"first": "Frederick", "middle": "Theodore", "last": "Frelinghuysen"}, "bio": {"birthday": "1817-08-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1866-01-01", "end": "1869-03-03", "state": "NJ", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "NJ", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000022", "govtrack": 404398, "wikipedia": "Jos\u00e9 Manuel Gallegos", "house_history": 13591, "wikidata": "Q1502564", "google_entity_id": "kg:/m/02rlcly"}, "name": {"first": "Jos\u00e9", "middle": "Manuel", "last": "Gallegos"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NM", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "NM", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NM", "district": -1, "party": "Democrat"}], "bio": {"birthday": "1815-10-30", "gender": "M"}}, {"id": {"bioguide": "G000064", "govtrack": 404437, "wikipedia": "Selucius Garfielde", "house_history": 13643, "wikidata": "Q2268730", "google_entity_id": "kg:/m/02rjz98"}, "name": {"first": "Selucius", "last": "Garfielde"}, "bio": {"birthday": "1822-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "WA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "G000079", "govtrack": 404451, "icpsr": 3487, "house_history": 13660, "wikipedia": "Abraham Ellison Garrett", "wikidata": "Q329956", "google_entity_id": "kg:/m/090c90"}, "name": {"first": "Abraham", "middle": "Ellison", "last": "Garrett"}, "bio": {"birthday": "1830-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "TN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000145", "govtrack": 404514, "icpsr": 3547, "wikipedia": "James Lawrence Getz", "house_history": 13745, "wikidata": "Q6137853", "google_entity_id": "kg:/m/0kt604"}, "name": {"first": "James", "middle": "Lawrence", "last": "Getz"}, "bio": {"birthday": "1821-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "G000266", "govtrack": 404628, "icpsr": 3657, "wikipedia": "George Goldthwaite", "wikidata": "Q432880", "google_entity_id": "kg:/m/03glcf"}, "name": {"first": "George", "last": "Goldthwaite"}, "bio": {"birthday": "1809-12-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "AL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000270", "govtrack": 404632, "icpsr": 3660, "wikipedia": "Edward Isaac Golladay", "house_history": 13902, "wikidata": "Q1292607", "google_entity_id": "kg:/m/0dg106"}, "name": {"first": "Edward", "middle": "Isaac", "last": "Golladay"}, "bio": {"birthday": "1830-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "G000296", "govtrack": 404655, "icpsr": 3681, "wikipedia": "Milo Goodrich", "house_history": 13940, "wikidata": "Q6860312", "google_entity_id": "kg:/m/026zhw9"}, "name": {"first": "Milo", "last": "Goodrich"}, "bio": {"birthday": "1814-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "G000470", "govtrack": 404815, "icpsr": 3829, "wikipedia": "Samuel Griffith (Pennsylvania)", "house_history": 14158, "wikidata": "Q7411541", "google_entity_id": "kg:/m/0kt68h"}, "name": {"first": "Samuel", "last": "Griffith"}, "bio": {"birthday": "1816-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "H000027", "govtrack": 404912, "icpsr": 3915, "wikipedia": "Richard Jacobs Haldeman", "house_history": 14322, "wikidata": "Q7326803", "google_entity_id": "kg:/m/0kt62t"}, "name": {"first": "Richard", "middle": "Jacobs", "last": "Haldeman"}, "bio": {"birthday": "1831-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "H000087", "govtrack": 404969, "icpsr": 3969, "wikipedia": "George A. Halsey", "house_history": 14395, "wikidata": "Q1506784", "google_entity_id": "kg:/m/02r8j0v"}, "name": {"first": "George", "middle": "Armstrong", "last": "Halsey"}, "bio": {"birthday": "1827-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NJ", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000095", "govtrack": 404977, "icpsr": 3977, "wikipedia": "Samuel Hambleton (politician)", "house_history": 14404, "wikidata": "Q336719", "google_entity_id": "kg:/m/026wwwq"}, "name": {"first": "Samuel", "last": "Hambleton"}, "bio": {"birthday": "1812-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000155", "govtrack": 405037, "icpsr": 4032, "wikipedia": "William Anderson Handley", "house_history": 14475, "wikidata": "Q2577860", "google_entity_id": "kg:/m/02rk_8c"}, "name": {"first": "William", "middle": "Anderson", "last": "Handley"}, "bio": {"birthday": "1834-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000157", "govtrack": 405039, "icpsr": 4034, "wikipedia": "James M. Hanks", "house_history": 14477, "wikidata": "Q1456232", "google_entity_id": "kg:/m/02rhj96"}, "name": {"first": "James", "middle": "Millander", "last": "Hanks"}, "bio": {"birthday": "1833-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "AR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000222", "govtrack": 405100, "icpsr": 4087, "house_history": 14562, "wikipedia": "James C. Harper", "wikidata": "Q1680102", "google_entity_id": "kg:/m/02q7ftw"}, "name": {"first": "James", "middle": "Clarence", "last": "Harper"}, "bio": {"birthday": "1819-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000238", "govtrack": 405116, "icpsr": 4100, "wikipedia": "George E. Harris", "house_history": 14580, "wikidata": "Q770466", "google_entity_id": "kg:/m/02rv9v6"}, "name": {"first": "George", "middle": "Emrick", "last": "Harris"}, "bio": {"birthday": "1827-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MS", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000383", "govtrack": 405251, "icpsr": 4226, "wikipedia": "John B. Hay", "house_history": 14753, "wikidata": "Q6219979", "google_entity_id": "kg:/m/02rkbjh"}, "name": {"first": "John", "middle": "Breese", "last": "Hay"}, "bio": {"birthday": "1834-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IL", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "H000556", "govtrack": 405418, "icpsr": 4379, "wikipedia": "Ellery Albee Hibbard", "house_history": 14972, "wikidata": "Q1332062", "google_entity_id": "kg:/m/02rhfxv"}, "name": {"first": "Ellery", "middle": "Albee", "last": "Hibbard"}, "bio": {"birthday": "1826-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000599", "govtrack": 405461, "icpsr": 4416, "house_history": 15028, "wikipedia": "Joshua Hill (politician)", "wikidata": "Q955602", "google_entity_id": "kg:/m/04t25y"}, "name": {"first": "Joshua", "last": "Hill"}, "bio": {"birthday": "1812-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "GA", "district": 7, "party": "American"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "GA", "district": 7, "party": "Ind. Republican-Democrat"}, {"type": "sen", "start": "1871-03-04", "end": "1873-03-03", "state": "GA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000648", "govtrack": 405503, "icpsr": 4457, "wikipedia": "Phineas Hitchcock", "house_history": 15086, "wikidata": "Q2088365", "google_entity_id": "kg:/m/09tc8k"}, "name": {"first": "Phineas", "middle": "Warren", "last": "Hitchcock"}, "bio": {"birthday": "1831-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NE", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "NE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000767", "govtrack": 405617, "wikipedia": "William Henry Hooper", "house_history": 15233, "wikidata": "Q2579219", "google_entity_id": "kg:/m/02rj_l6"}, "name": {"first": "William", "middle": "Henry", "last": "Hooper"}, "bio": {"birthday": "1813-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "UT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "UT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "UT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "UT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "UT", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "J000261", "govtrack": 406153, "wikipedia": "William Theopilus Jones", "house_history": 16023, "wikidata": "Q2580741", "google_entity_id": "kg:/m/02rk00n"}, "name": {"first": "William", "middle": "Theopilus", "last": "Jones"}, "bio": {"birthday": "1842-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "WY", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "K000074", "govtrack": 406244, "icpsr": 5152, "wikipedia": "James K. Kelly", "wikidata": "Q1633652", "google_entity_id": "kg:/m/0ctfx5"}, "name": {"first": "James", "middle": "Kerr", "last": "Kelly"}, "bio": {"birthday": "1819-02-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "OR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000193", "govtrack": 406354, "icpsr": 5253, "house_history": 16319, "wikipedia": "Andrew King (representative)", "wikidata": "Q505695", "google_entity_id": "kg:/m/03c0hmf"}, "name": {"first": "Andrew", "last": "King"}, "bio": {"birthday": "1812-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MO", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "K000226", "govtrack": 406385, "icpsr": 5283, "wikipedia": "Thomas Kinsella (New York)", "house_history": 16362, "wikidata": "Q2425419", "google_entity_id": "kg:/m/02683gn"}, "name": {"first": "Thomas", "last": "Kinsella"}, "bio": {"birthday": "1832-12-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000289", "govtrack": 406786, "icpsr": 5646, "wikipedia": "Joseph Horace Lewis", "house_history": 16951, "wikidata": "Q1304754", "google_entity_id": "kg:/m/02rt2z9"}, "name": {"first": "Joseph", "middle": "Horace", "last": "Lewis"}, "bio": {"birthday": "1824-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000531", "govtrack": 407015, "icpsr": 5853, "wikipedia": "John Lynch (congressman)", "house_history": 17256, "wikidata": "Q1700900", "google_entity_id": "kg:/m/02rt26l"}, "name": {"first": "John", "last": "Lynch"}, "bio": {"birthday": "1825-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "ME", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000017", "govtrack": 407046, "icpsr": 5882, "wikipedia": "Archibald T. MacIntyre", "house_history": 17349, "wikidata": "Q633483", "google_entity_id": "kg:/m/026wbdw"}, "name": {"first": "Archibald", "middle": "Thompson", "last": "MacIntyre"}, "bio": {"birthday": "1822-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000114", "govtrack": 407138, "icpsr": 5968, "house_history": 17471, "wikipedia": "Mahlon Dickerson Manson", "wikidata": "Q1631764", "google_entity_id": "kg:/m/049p4h"}, "name": {"first": "Mahlon", "middle": "Dickerson", "last": "Manson"}, "bio": {"birthday": "1820-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000327", "govtrack": 407337, "icpsr": 6146, "wikipedia": "James McCleery", "house_history": 17731, "wikidata": "Q1680787", "google_entity_id": "kg:/m/02rtms8"}, "name": {"first": "James", "last": "McCleery"}, "bio": {"birthday": "1837-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "LA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000335", "govtrack": 407345, "icpsr": 6154, "wikipedia": "William McClelland", "house_history": 17741, "wikidata": "Q8015336", "google_entity_id": "kg:/m/0kt6b0"}, "name": {"first": "William", "last": "McClelland"}, "bio": {"birthday": "1842-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "M000367", "govtrack": 407372, "icpsr": 6179, "wikipedia": "James Robinson McCormick", "house_history": 17783, "wikidata": "Q1681052", "google_entity_id": "kg:/m/02rz708"}, "name": {"first": "James", "middle": "Robinson", "last": "McCormick"}, "bio": {"birthday": "1824-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000461", "govtrack": 407460, "icpsr": 6263, "wikipedia": "James McGrew", "house_history": 17901, "wikidata": "Q1680166", "google_entity_id": "kg:/m/02pl8tt"}, "name": {"first": "James", "middle": "Clark", "last": "McGrew"}, "bio": {"birthday": "1813-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "WV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "WV", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000468", "govtrack": 407467, "icpsr": 6269, "wikipedia": "Henry D. McHenry", "house_history": 17910, "wikidata": "Q915318", "google_entity_id": "kg:/m/02rt300"}, "name": {"first": "Henry", "middle": "Davis", "last": "McHenry"}, "bio": {"birthday": "1826-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000525", "govtrack": 407517, "icpsr": 6315, "wikipedia": "John F. McKinney", "house_history": 17984, "wikidata": "Q6232462", "google_entity_id": "kg:/m/02rm1md"}, "name": {"first": "John", "middle": "Franklin", "last": "McKinney"}, "bio": {"birthday": "1827-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000585", "govtrack": 407576, "icpsr": 6369, "wikipedia": "Thompson W. McNeely", "house_history": 18056, "wikidata": "Q13218859", "google_entity_id": "kg:/m/02rkd52"}, "name": {"first": "Thompson", "middle": "Ware", "last": "McNeely"}, "bio": {"birthday": "1835-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IL", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M000646", "govtrack": 407632, "icpsr": 6419, "wikipedia": "Ulysses Mercur", "house_history": 18133, "wikidata": "Q7880929", "google_entity_id": "kg:/m/0kt6bs"}, "name": {"first": "Ulysses", "last": "Mercur"}, "bio": {"birthday": "1818-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "M000655", "govtrack": 407641, "icpsr": 6428, "wikipedia": "William Matthews Merrick", "house_history": 18142, "wikidata": "Q1778588", "google_entity_id": "kg:/m/04w0bt"}, "name": {"first": "William", "middle": "Matthew", "last": "Merrick"}, "bio": {"birthday": "1818-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MD", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000662", "govtrack": 407648, "wikipedia": "Samuel Augustus Merritt", "house_history": 18150, "wikidata": "Q2217949", "google_entity_id": "kg:/m/02rjz1c"}, "name": {"first": "Samuel", "middle": "Augustus", "last": "Merritt"}, "bio": {"birthday": "1827-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "ID", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000683", "govtrack": 407668, "icpsr": 6452, "wikipedia": "Benjamin Franklin Meyers", "house_history": 18179, "wikidata": "Q4888660", "google_entity_id": "kg:/m/0kt61p"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Meyers"}, "bio": {"birthday": "1833-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "M000728", "govtrack": 407707, "icpsr": 6484, "wikipedia": "Homer V. M. Miller", "wikidata": "Q1489692", "google_entity_id": "kg:/m/0cr7t5"}, "name": {"first": "Homer", "middle": "Virgil Milton", "last": "Miller"}, "bio": {"birthday": "1814-04-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1871-03-04", "end": "1871-12-31", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000902", "govtrack": 407874, "icpsr": 6636, "wikipedia": "Jesse Hale Moore", "house_history": 18467, "wikidata": "Q13218860", "google_entity_id": "kg:/m/02rkzhm"}, "name": {"first": "Jesse", "middle": "Hale", "last": "Moore"}, "bio": {"birthday": "1817-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IL", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000950", "govtrack": 407918, "icpsr": 6678, "wikipedia": "George W. Morgan", "house_history": 18522, "wikidata": "Q5545704", "google_entity_id": "kg:/m/025y77f"}, "name": {"first": "George", "middle": "Washington", "last": "Morgan"}, "bio": {"birthday": "1820-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "M000963", "govtrack": 407931, "icpsr": 6690, "wikipedia": "Joseph L. Morphis", "house_history": 18537, "wikidata": "Q1707453", "google_entity_id": "kg:/m/02ry1qp"}, "name": {"first": "Joseph", "middle": "Lewis", "last": "Morphis"}, "bio": {"birthday": "1831-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MS", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000970", "govtrack": 407938, "icpsr": 6697, "wikipedia": "Lot M. Morrill", "wikidata": "Q580974", "google_entity_id": "kg:/m/02wrl5"}, "name": {"first": "Lot", "middle": "Myrick", "last": "Morrill"}, "bio": {"birthday": "1813-05-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1861-07-04", "end": "1863-03-03", "state": "ME", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1863-12-07", "end": "1869-03-03", "state": "ME", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1869-03-04", "end": "1871-03-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "ME", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "N000082", "govtrack": 408168, "icpsr": 6909, "wikipedia": "Silas L. Niblack", "house_history": 18936, "wikidata": "Q2285669", "google_entity_id": "kg:/m/0f6s29"}, "name": {"first": "Silas", "middle": "Leslie", "last": "Niblack"}, "bio": {"birthday": "1825-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "FL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000038", "govtrack": 408448, "icpsr": 7175, "wikipedia": "Francis W. Palmer", "house_history": 19325, "wikidata": "Q1441768", "google_entity_id": "kg:/m/02rd8cb"}, "name": {"first": "Francis", "middle": "Wayland", "last": "Palmer"}, "bio": {"birthday": "1827-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "P000175", "govtrack": 408579, "icpsr": 7293, "wikipedia": "Erasmus D. Peck", "house_history": 19494, "wikidata": "Q5384947", "google_entity_id": "kg:/m/02rl_ry"}, "name": {"first": "Erasmus", "middle": "Darwin", "last": "Peck"}, "bio": {"birthday": "1808-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "P000221", "govtrack": 408624, "icpsr": 7336, "wikipedia": "Legrand W. Perce", "house_history": 19552, "wikidata": "Q1798939", "google_entity_id": "kg:/m/02rtn9h"}, "name": {"first": "Legrand", "middle": "Winfield", "last": "Perce"}, "bio": {"birthday": "1836-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MS", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "P000241", "govtrack": 408644, "icpsr": 7354, "wikipedia": "Aaron F. Perry", "house_history": 19577, "wikidata": "Q301993", "google_entity_id": "kg:/m/02rlzkr"}, "name": {"first": "Aaron", "middle": "Fyfe", "last": "Perry"}, "bio": {"birthday": "1815-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000252", "govtrack": 408655, "icpsr": 7365, "wikipedia": "John A. Peters (1822\u20131904)", "house_history": 19588, "wikidata": "Q1699075"}, "name": {"first": "John", "middle": "Andrew", "last": "Peters"}, "bio": {"birthday": "1822-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "ME", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "P000438", "govtrack": 408829, "icpsr": 7532, "wikipedia": "Charles H. Porter", "house_history": 19824, "wikidata": "Q1064686", "google_entity_id": "kg:/m/02rtntn"}, "name": {"first": "Charles", "middle": "Howell", "last": "Porter"}, "bio": {"birthday": "1833-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "VA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000533", "govtrack": 408917, "icpsr": 7619, "wikipedia": "William P. Price", "house_history": 19938, "wikidata": "Q1691865", "google_entity_id": "kg:/m/02rk185"}, "name": {"first": "William", "middle": "Pierce", "last": "Price"}, "bio": {"birthday": "1835-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "GA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "P000541", "govtrack": 408925, "icpsr": 7627, "wikipedia": "Elizur H. Prindle", "house_history": 19948, "wikidata": "Q5363926", "google_entity_id": "kg:/m/02rkp76"}, "name": {"first": "Elizur", "middle": "H.", "last": "Prindle"}, "bio": {"birthday": "1829-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "R000197", "govtrack": 409173, "icpsr": 7853, "wikipedia": "Edward Y. Rice", "house_history": 20329, "wikidata": "Q5346014", "google_entity_id": "kg:/m/02rkyv9"}, "name": {"first": "Edward", "middle": "Young", "last": "Rice"}, "bio": {"birthday": "1820-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IL", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "R000202", "govtrack": 409178, "icpsr": 7858, "wikipedia": "John McConnell Rice", "house_history": 20335, "wikidata": "Q1701014", "google_entity_id": "kg:/m/02rdjmk"}, "name": {"first": "John", "middle": "McConnell", "last": "Rice"}, "bio": {"birthday": "1831-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "KY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "R000275", "govtrack": 409249, "icpsr": 7921, "wikipedia": "John Ritchie (Maryland)", "house_history": 20425, "wikidata": "Q1385370", "google_entity_id": "kg:/m/02rhkj1"}, "name": {"first": "John", "last": "Ritchie"}, "bio": {"birthday": "1831-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "R000327", "govtrack": 409298, "icpsr": 7967, "wikipedia": "Thomas J. Robertson", "wikidata": "Q2424999", "google_entity_id": "kg:/m/0d06qf"}, "name": {"first": "Thomas", "middle": "James", "last": "Robertson"}, "bio": {"birthday": "1823-08-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1868-01-01", "end": "1871-03-03", "state": "SC", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "SC", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000397", "govtrack": 409365, "icpsr": 8029, "wikipedia": "John Rogers (New York politician)", "house_history": 20575, "wikidata": "Q3460881", "google_entity_id": "kg:/m/03b_d4f"}, "name": {"first": "John", "last": "Rogers"}, "bio": {"birthday": "1813-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "R000402", "govtrack": 409369, "icpsr": 8033, "wikipedia": "Sion Hart Rogers", "house_history": 20582, "wikidata": "Q2289756", "google_entity_id": "kg:/m/04fc9n"}, "name": {"first": "Sion", "middle": "Hart", "last": "Rogers"}, "bio": {"birthday": "1825-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "NC", "district": 4, "party": "Whig"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "R000428", "govtrack": 409393, "icpsr": 8053, "wikipedia": "Robert Roosevelt", "house_history": 20616, "wikidata": "Q655660", "google_entity_id": "kg:/m/04zt5k"}, "name": {"first": "Robert", "middle": "Barnwell", "last": "Roosevelt"}, "bio": {"birthday": "1829-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000223", "govtrack": 409728, "icpsr": 8345, "wikipedia": "John E. Seeley", "house_history": 21412, "wikidata": "Q6230916", "google_entity_id": "kg:/m/02rks66"}, "name": {"first": "John", "middle": "Edward", "last": "Seeley"}, "bio": {"birthday": "1810-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "S000325", "govtrack": 409822, "icpsr": 8435, "house_history": 21542, "wikipedia": "Samuel Shellabarger (congressman)", "wikidata": "Q7412606", "google_entity_id": "kg:/m/02rm30g"}, "name": {"first": "Samuel", "last": "Shellabarger"}, "bio": {"birthday": "1817-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "S000354", "govtrack": 409850, "icpsr": 8462, "wikipedia": "Henry Sherwood (congressman)", "house_history": 21578, "wikidata": "Q13219809", "google_entity_id": "kg:/m/0kt635"}, "name": {"first": "Henry", "last": "Sherwood"}, "bio": {"birthday": "1813-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "S000372", "govtrack": 409866, "icpsr": 8479, "wikipedia": "Francis Edwin Shober", "house_history": 21599, "wikidata": "Q608633", "google_entity_id": "kg:/m/02rlcc0"}, "name": {"first": "Francis", "middle": "Edwin", "last": "Shober"}, "bio": {"birthday": "1831-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000569", "govtrack": 410051, "icpsr": 8650, "wikipedia": "John Armstrong Smith", "house_history": 21838, "wikidata": "Q6219421", "google_entity_id": "kg:/m/02rqb1r"}, "name": {"first": "John", "middle": "Armstrong", "last": "Smith"}, "bio": {"birthday": "1814-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000641", "govtrack": 410115, "icpsr": 8710, "house_history": 21926, "wikipedia": "Worthington Curtis Smith", "wikidata": "Q1355078", "google_entity_id": "kg:/m/02rk0jt"}, "name": {"first": "Worthington", "middle": "Curtis", "last": "Smith"}, "bio": {"birthday": "1823-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "VT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "VT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "VT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000649", "govtrack": 410123, "icpsr": 8718, "wikipedia": "Henry Snapp", "house_history": 21934, "wikidata": "Q5728467", "google_entity_id": "kg:/m/02rk9wj"}, "name": {"first": "Henry", "last": "Snapp"}, "bio": {"birthday": "1822-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IL", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000714", "govtrack": 410184, "icpsr": 8776, "wikipedia": "Thomas J. Speer", "house_history": 22018, "wikidata": "Q2424992", "google_entity_id": "kg:/m/02rk15s"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Speer"}, "bio": {"birthday": "1837-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "GA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000824", "govtrack": 410288, "icpsr": 8861, "wikipedia": "Ozora P. Stearns", "wikidata": "Q1765986", "google_entity_id": "kg:/m/01l_hc"}, "name": {"first": "Ozora", "middle": "Pierson", "last": "Stearns"}, "bio": {"birthday": "1831-01-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1871-03-04", "end": "1871-12-31", "state": "MN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000876", "govtrack": 410338, "icpsr": 8906, "wikipedia": "Bradford N. Stevens", "house_history": 22222, "wikidata": "Q4954723", "google_entity_id": "kg:/m/02rk8_b"}, "name": {"first": "Bradford", "middle": "Newcomb", "last": "Stevens"}, "bio": {"birthday": "1813-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000893", "govtrack": 410354, "icpsr": 8921, "wikipedia": "Job E. Stevenson", "house_history": 22244, "wikidata": "Q138194", "google_entity_id": "kg:/m/02rm1hz"}, "name": {"first": "Job", "middle": "Evans", "last": "Stevenson"}, "bio": {"birthday": "1832-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000894", "govtrack": 410355, "icpsr": 8922, "house_history": 22246, "wikipedia": "John W. Stevenson", "wikidata": "Q359526", "google_entity_id": "kg:/m/08mzgl"}, "name": {"first": "John", "middle": "White", "last": "Stevenson"}, "bio": {"birthday": "1812-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "KY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "KY", "district": 10, "party": "Democrat"}, {"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000979", "govtrack": 410438, "icpsr": 9000, "wikipedia": "William L. Stoughton", "house_history": 22353, "wikidata": "Q2579642", "google_entity_id": "kg:/m/0272r7v"}, "name": {"first": "William", "middle": "Lewis", "last": "Stoughton"}, "bio": {"birthday": "1827-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S001013", "govtrack": 410470, "icpsr": 9032, "wikipedia": "Julius L. Strong", "house_history": 22391, "wikidata": "Q955083", "google_entity_id": "kg:/m/02rjwn0"}, "name": {"first": "Julius", "middle": "Levi", "last": "Strong"}, "bio": {"birthday": "1828-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "CT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S001082", "govtrack": 410535, "icpsr": 9094, "wikipedia": "Jabez G. Sutherland", "house_history": 22478, "wikidata": "Q1676839", "google_entity_id": "kg:/m/02pth23"}, "name": {"first": "Jabez", "middle": "Gridley", "last": "Sutherland"}, "bio": {"birthday": "1825-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MI", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "T000006", "govtrack": 410596, "icpsr": 9149, "wikipedia": "John Taffe", "house_history": 22638, "wikidata": "Q1701888", "google_entity_id": "kg:/m/0bgxhd"}, "name": {"first": "John", "last": "Taffe"}, "bio": {"birthday": "1827-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NE", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000331", "govtrack": 410902, "icpsr": 9435, "wikipedia": "Dwight Townsend", "house_history": 23041, "wikidata": "Q1268506", "google_entity_id": "kg:/m/02rknyl"}, "name": {"first": "Dwight", "last": "Townsend"}, "bio": {"birthday": "1826-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000414", "govtrack": 410983, "icpsr": 9509, "wikipedia": "Benjamin S. Turner", "house_history": 23140, "wikidata": "Q817671", "google_entity_id": "kg:/m/0fq00l"}, "name": {"first": "Benjamin", "middle": "Sterling", "last": "Turner"}, "bio": {"birthday": "1825-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "AL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000437", "govtrack": 411005, "icpsr": 9530, "wikipedia": "Joseph H. Tuthill", "house_history": 23171, "wikidata": "Q2592823", "google_entity_id": "kg:/m/02rkt5v"}, "name": {"first": "Joseph", "middle": "Hasbrouck", "last": "Tuthill"}, "bio": {"birthday": "1811-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "T000443", "govtrack": 411011, "icpsr": 9536, "house_history": 23177, "wikipedia": "Ginery Twichell", "wikidata": "Q542942", "google_entity_id": "kg:/m/06yqgy"}, "name": {"first": "Ginery", "last": "Twichell"}, "bio": {"birthday": "1811-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "U000029", "govtrack": 411052, "icpsr": 9574, "wikipedia": "William H. Upson", "house_history": 20865, "wikidata": "Q8010633", "google_entity_id": "kg:/m/02r1kjd"}, "name": {"first": "William", "middle": "Hanford", "last": "Upson"}, "bio": {"birthday": "1823-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "V000060", "govtrack": 411102, "icpsr": 9636, "wikipedia": "Philadelph Van Trump", "house_history": 20945, "wikidata": "Q7182594", "google_entity_id": "kg:/m/02rm4vk"}, "name": {"first": "Philadelph", "last": "Van Trump"}, "bio": {"birthday": "1810-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "V000076", "govtrack": 411133, "icpsr": 9652, "wikipedia": "William Wirt Vaughan", "house_history": 20966, "wikidata": "Q2581107", "google_entity_id": "kg:/m/0dfcdk"}, "name": {"first": "William", "middle": "Wirt", "last": "Vaughan"}, "bio": {"birthday": "1831-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "TN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "W000028", "govtrack": 411207, "icpsr": 9720, "wikipedia": "Seth Wakeman", "house_history": 23252, "wikidata": "Q1385349", "google_entity_id": "kg:/m/02rkwf8"}, "name": {"first": "Seth", "last": "Wakeman"}, "bio": {"birthday": "1811-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "W000034", "govtrack": 411213, "icpsr": 9726, "wikipedia": "Madison Miner Walden", "house_history": 23258, "wikidata": "Q1883379", "google_entity_id": "kg:/m/02rk7zp"}, "name": {"first": "Madison", "middle": "Miner", "last": "Walden"}, "bio": {"birthday": "1836-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "W000165", "govtrack": 411338, "icpsr": 9843, "wikipedia": "Joseph M. Warren", "house_history": 23407, "wikidata": "Q3090743", "google_entity_id": "kg:/m/02rkt6j"}, "name": {"first": "Joseph", "middle": "Mabbett", "last": "Warren"}, "bio": {"birthday": "1813-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "W000303", "govtrack": 411467, "icpsr": 9961, "wikipedia": "Joseph R. West", "wikidata": "Q1707863", "google_entity_id": "kg:/m/0d32jk"}, "name": {"first": "Joseph", "middle": "Rodman", "last": "West"}, "bio": {"birthday": "1822-09-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "LA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000544", "govtrack": 411702, "icpsr": 10187, "wikipedia": "William Williams (New York)", "house_history": 23860, "wikidata": "Q8020383", "google_entity_id": "kg:/m/02rl1r3"}, "name": {"first": "William", "last": "Williams"}, "bio": {"birthday": "1815-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 30, "party": "Democrat"}]}, {"id": {"bioguide": "W000585", "govtrack": 411739, "icpsr": 10225, "wikipedia": "Henry Wilson", "wikidata": "Q313302", "google_entity_id": "kg:/m/0m8k6"}, "name": {"first": "Henry", "last": "Wilson"}, "bio": {"gender": "M", "birthday": "1812-02-16"}, "terms": [{"type": "sen", "start": "1855-12-03", "end": "1859-03-03", "state": "MA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1859-12-05", "end": "1865-03-03", "state": "MA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1865-12-04", "end": "1871-03-03", "state": "MA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1871-03-04", "end": "1873-12-31", "state": "MA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000603", "govtrack": 411758, "icpsr": 10243, "house_history": 23932, "wikipedia": "John Thomas Wilson", "wikidata": "Q6260635", "google_entity_id": "kg:/m/03c1sk9"}, "name": {"first": "John", "middle": "Thomas", "last": "Wilson"}, "bio": {"birthday": "1811-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "W000628", "govtrack": 411782, "icpsr": 10267, "house_history": 23961, "wikipedia": "Boyd Winchester", "wikidata": "Q895944", "google_entity_id": "kg:/m/02qh6ym"}, "name": {"first": "Boyd", "last": "Winchester"}, "bio": {"birthday": "1836-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "KY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000759", "govtrack": 411908, "icpsr": 10387, "wikipedia": "George G. Wright", "wikidata": "Q1507398", "google_entity_id": "kg:/m/0cvhx6"}, "name": {"first": "George", "middle": "Grover", "last": "Wright"}, "bio": {"birthday": "1820-03-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000012", "govtrack": 407042, "icpsr": 5878, "wikipedia": "Willis Benson Machen", "wikidata": "Q5970761", "google_entity_id": "kg:/m/0b2bn4"}, "name": {"first": "Willis", "middle": "Benson", "last": "Machen"}, "bio": {"birthday": "1810-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1797-05-15", "end": "1799-03-03", "state": "VA", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1872-01-01", "end": "1873-03-03", "state": "KY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000035", "govtrack": 400696, "icpsr": 28, "wikipedia": "George Madison Adams", "house_history": 8303, "wikidata": "Q1264473", "google_entity_id": "kg:/m/02rhgt0"}, "name": {"first": "George", "middle": "Madison", "last": "Adams"}, "bio": {"birthday": "1837-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "KY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "A000074", "govtrack": 400733, "icpsr": 63, "wikipedia": "William Albert", "house_history": 8362, "wikidata": "Q1778568", "google_entity_id": "kg:/m/09jkt5"}, "name": {"first": "William", "middle": "Julian", "last": "Albert"}, "bio": {"birthday": "1816-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MD", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "A000077", "govtrack": 400736, "icpsr": 65, "wikipedia": "Charles Albright (congressman)", "house_history": 8366, "wikidata": "Q2958371", "google_entity_id": "kg:/m/0kt5w7"}, "name": {"first": "Charles", "last": "Albright"}, "bio": {"birthday": "1830-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "A000274", "govtrack": 400913, "icpsr": 224, "house_history": 8645, "wikipedia": "Stevenson Archer (1827\u20131898)", "wikidata": "Q724833", "google_entity_id": "kg:/m/08vd_p"}, "name": {"first": "Stevenson", "last": "Archer"}, "bio": {"birthday": "1827-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MD", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000283", "govtrack": 400923, "wikipedia": "Moses K. Armstrong", "house_history": 8657, "wikidata": "Q1949162", "google_entity_id": "kg:/m/01s_jt"}, "name": {"first": "Moses", "middle": "Kimball", "last": "Armstrong"}, "bio": {"birthday": "1832-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "DK", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "DK", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "A000304", "govtrack": 400946, "icpsr": 256, "wikipedia": "William Evans Arthur", "house_history": 8682, "wikidata": "Q1456742", "google_entity_id": "kg:/m/02rj_dp"}, "name": {"first": "William", "middle": "Evans", "last": "Arthur"}, "bio": {"birthday": "1825-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "KY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "A000344", "govtrack": 400994, "icpsr": 298, "wikipedia": "John T. Averill", "house_history": 8734, "wikidata": "Q960453", "google_entity_id": "kg:/m/0dqmhj"}, "name": {"first": "John", "middle": "Thomas", "last": "Averill"}, "bio": {"birthday": "1825-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000122", "govtrack": 401123, "icpsr": 415, "wikipedia": "J. Allen Barber", "house_history": 8928, "wikidata": "Q1676257", "google_entity_id": "kg:/m/02vrpxw"}, "name": {"first": "Joel", "middle": "Allen", "last": "Barber"}, "bio": {"birthday": "1809-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "WI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000173", "govtrack": 401174, "icpsr": 461, "wikipedia": "Granville Barrere", "house_history": 8995, "wikidata": "Q5596861", "google_entity_id": "kg:/m/02rk9rr"}, "name": {"first": "Granville", "last": "Barrere"}, "bio": {"birthday": "1829-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "B000189", "govtrack": 401188, "icpsr": 475, "wikipedia": "Henry W. Barry", "house_history": 9015, "wikidata": "Q1607354", "google_entity_id": "kg:/m/02rtn0x"}, "name": {"first": "Henry", "middle": "W.", "last": "Barry"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MS", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000316", "govtrack": 401308, "icpsr": 584, "wikipedia": "Josiah Begole", "house_history": 9184, "wikidata": "Q373118", "google_entity_id": "kg:/m/03nnrx"}, "name": {"first": "Josiah", "middle": "Williams", "last": "Begole"}, "bio": {"birthday": "1815-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000419", "govtrack": 401406, "icpsr": 675, "wikipedia": "John Berry (congressman)", "house_history": 9320, "wikidata": "Q6221699", "google_entity_id": "kg:/m/02rm1j_"}, "name": {"first": "John", "last": "Berry"}, "bio": {"birthday": "1833-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "B000450", "govtrack": 401435, "icpsr": 701, "wikipedia": "James Soloman Biery", "house_history": 9356, "wikidata": "Q6143389", "google_entity_id": "kg:/m/0kt5xd"}, "name": {"first": "James", "middle": "Soloman", "last": "Biery"}, "bio": {"gender": "M", "birthday": "1839-03-02"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000595", "govtrack": 401563, "icpsr": 825, "wikipedia": "Lewis V. Bogy", "wikidata": "Q1822171", "google_entity_id": "kg:/m/0d03c7"}, "name": {"first": "Lewis", "middle": "Vital", "last": "Bogy"}, "bio": {"birthday": "1813-04-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1873-12-01", "end": "1877-12-31", "state": "MO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000674", "govtrack": 401636, "icpsr": 889, "wikipedia": "George S. Boutwell", "house_history": 9657, "wikidata": "Q544561", "google_entity_id": "kg:/m/02x9zn"}, "name": {"first": "George", "middle": "Sewel", "last": "Boutwell"}, "bio": {"birthday": "1818-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "sen", "start": "1873-12-01", "end": "1877-03-03", "state": "MA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000685", "govtrack": 401647, "icpsr": 899, "wikipedia": "Rees Bowen", "house_history": 9670, "wikidata": "Q1341989", "google_entity_id": "kg:/m/02pms1v"}, "name": {"first": "Rees", "middle": "Tate", "last": "Bowen"}, "bio": {"birthday": "1809-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "VA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "B000864", "govtrack": 401821, "icpsr": 1063, "wikipedia": "Frederick George Bromberg", "house_history": 9896, "wikidata": "Q1452881", "google_entity_id": "kg:/m/02rk1lv"}, "name": {"first": "Frederick", "middle": "George", "last": "Bromberg"}, "bio": {"birthday": "1837-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "AL", "district": 1, "party": "Liberal Republican"}]}, {"id": {"bioguide": "B000881", "govtrack": 401838, "icpsr": 1078, "wikipedia": "James Brooks (politician)", "wikidata": "Q981166", "google_entity_id": "kg:/m/02rkr4n"}, "name": {"first": "James", "last": "Brooks"}, "bio": {"birthday": "1810-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "NY", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "NY", "district": 6, "party": "Whig"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000068", "govtrack": 402226, "icpsr": 1437, "wikipedia": "Simon Cameron", "wikidata": "Q1348975", "google_entity_id": "kg:/m/020xvj"}, "name": {"first": "Simon", "last": "Cameron"}, "bio": {"birthday": "1799-03-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1845-12-01", "end": "1849-03-03", "state": "PA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1861-12-31", "state": "PA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1867-03-04", "end": "1873-03-03", "state": "PA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1873-12-01", "end": "1877-12-31", "state": "PA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000170", "govtrack": 402318, "icpsr": 1523, "wikipedia": "Lewis C. Carpenter", "house_history": 10665, "wikidata": "Q1822076", "google_entity_id": "kg:/m/02ry21p"}, "name": {"first": "Lewis", "middle": "Cass", "last": "Carpenter"}, "bio": {"birthday": "1836-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "SC", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000265", "govtrack": 402409, "icpsr": 1612, "wikipedia": "John Cessna", "house_history": 10789, "wikidata": "Q6225618", "google_entity_id": "kg:/m/0kt5xs"}, "name": {"first": "John", "last": "Cessna"}, "bio": {"birthday": "1821-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "C000370", "govtrack": 402509, "wikipedia": "Norton P. Chipman", "house_history": 10916, "wikidata": "Q2819666", "google_entity_id": "kg:/m/01s_tm"}, "name": {"first": "Norton", "middle": "Parker", "last": "Chipman"}, "bio": {"birthday": "1834-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "DC", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "DC", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "C000421", "govtrack": 402560, "icpsr": 1753, "wikipedia": "Amos Clark, Jr.", "house_history": 10978, "wikidata": "Q183577", "google_entity_id": "kg:/m/02rw_hg"}, "name": {"first": "Amos", "last": "Clark", "suffix": "Jr."}, "bio": {"birthday": "1828-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NJ", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000461", "govtrack": 402599, "icpsr": 1792, "wikipedia": "Freeman Clarke", "house_history": 11024, "wikidata": "Q5500999", "google_entity_id": "kg:/m/02rkpk1"}, "name": {"first": "Freeman", "last": "Clarke"}, "bio": {"birthday": "1809-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "C000493", "govtrack": 402631, "icpsr": 1820, "wikipedia": "Charles Clayton", "house_history": 11063, "wikidata": "Q915122", "google_entity_id": "kg:/m/0dl11v"}, "name": {"first": "Charles", "last": "Clayton"}, "bio": {"birthday": "1825-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "CA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000507", "govtrack": 402643, "icpsr": 1832, "wikipedia": "Isaac Clements", "house_history": 11082, "wikidata": "Q6076143", "google_entity_id": "kg:/m/02rk9__"}, "name": {"first": "Isaac", "last": "Clements"}, "bio": {"birthday": "1837-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "C000544", "govtrack": 402677, "icpsr": 1864, "wikipedia": "Clinton L. Cobb", "house_history": 11128, "wikidata": "Q1101693", "google_entity_id": "kg:/m/02vn_lh"}, "name": {"first": "Clinton", "middle": "Levering", "last": "Cobb"}, "bio": {"birthday": "1842-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NC", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000551", "govtrack": 402684, "icpsr": 1871, "wikipedia": "Stephen A. Cobb", "house_history": 11138, "wikidata": "Q742346", "google_entity_id": "kg:/m/02rm9bm"}, "name": {"first": "Stephen", "middle": "Alonzo", "last": "Cobb"}, "bio": {"birthday": "1833-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "KS", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000558", "govtrack": 402690, "icpsr": 1876, "wikipedia": "John Coburn (politician)", "house_history": 11148, "wikidata": "Q1699628", "google_entity_id": "kg:/m/02w924j"}, "name": {"first": "John", "last": "Coburn"}, "bio": {"birthday": "1825-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000658", "govtrack": 402785, "icpsr": 1963, "wikipedia": "Abram Comingo", "house_history": 11278, "wikidata": "Q331035", "google_entity_id": "kg:/m/02rxdnn"}, "name": {"first": "Abram", "last": "Comingo"}, "bio": {"birthday": "1820-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MO", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000701", "govtrack": 402826, "icpsr": 2003, "wikipedia": "Simon B. Conover", "wikidata": "Q2287394", "google_entity_id": "kg:/m/0b9xdl"}, "name": {"first": "Simon", "middle": "Barclay", "last": "Conover"}, "bio": {"birthday": "1840-09-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "FL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000789", "govtrack": 402909, "icpsr": 2076, "wikipedia": "Franklin Corwin", "house_history": 11442, "wikidata": "Q5491382", "google_entity_id": "kg:/m/0cqhpl"}, "name": {"first": "Franklin", "last": "Corwin"}, "bio": {"birthday": "1818-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "C000801", "govtrack": 402920, "icpsr": 2086, "wikipedia": "Aylett R. Cotton", "house_history": 11458, "wikidata": "Q785622", "google_entity_id": "kg:/m/02r7bzg"}, "name": {"first": "Aylett", "middle": "Rains", "last": "Cotton"}, "bio": {"birthday": "1826-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000916", "govtrack": 403028, "icpsr": 2185, "wikipedia": "Alvah Crocker", "house_history": 11601, "wikidata": "Q448186", "google_entity_id": "kg:/m/02rgv4j"}, "name": {"first": "Alvah", "last": "Crocker"}, "bio": {"birthday": "1801-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "C000927", "govtrack": 403039, "icpsr": 2194, "wikipedia": "Philip S. Crooke", "house_history": 11615, "wikidata": "Q576697", "google_entity_id": "kg:/m/02683bw"}, "name": {"first": "Philip", "middle": "Schuyler", "last": "Crooke"}, "bio": {"birthday": "1810-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "C000933", "govtrack": 403045, "icpsr": 2200, "wikipedia": "Edward Crossland", "house_history": 11621, "wikidata": "Q1291975", "google_entity_id": "kg:/m/02qlw98"}, "name": {"first": "Edward", "last": "Crossland"}, "bio": {"birthday": "1827-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "KY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000952", "govtrack": 403064, "icpsr": 2219, "wikipedia": "Robert Crozier", "wikidata": "Q2156807", "google_entity_id": "kg:/m/0cvyvd"}, "name": {"first": "Robert", "last": "Crozier"}, "bio": {"birthday": "1827-10-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1873-12-01", "end": "1875-03-03", "state": "KS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000961", "govtrack": 403073, "icpsr": 2228, "wikipedia": "William Crutchfield", "house_history": 11654, "wikidata": "Q2578368", "google_entity_id": "kg:/m/0dg1c2"}, "name": {"first": "William", "last": "Crutchfield"}, "bio": {"birthday": "1824-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C001007", "govtrack": 403114, "icpsr": 2268, "wikipedia": "Carlton Brandaga Curtis", "house_history": 11712, "wikidata": "Q5042964", "google_entity_id": "kg:/m/0kt1yq"}, "name": {"first": "Carlton", "middle": "Brandaga", "last": "Curtis"}, "bio": {"birthday": "1811-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "D000091", "govtrack": 403228, "icpsr": 2373, "wikipedia": "Alexander Davis", "house_history": 11943, "wikidata": "Q2641950", "google_entity_id": "kg:/m/02pnvls"}, "name": {"first": "Alexander", "middle": "Mathews", "last": "Davis"}, "bio": {"birthday": "1833-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "VA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "D000119", "govtrack": 403254, "icpsr": 2398, "wikipedia": "John J. Davis (congressman)", "house_history": 11979, "wikidata": "Q1700603", "google_entity_id": "kg:/m/02r0697"}, "name": {"first": "John", "middle": "James", "last": "Davis"}, "bio": {"birthday": "1835-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "WV", "district": 1, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "D000285", "govtrack": 403327, "icpsr": 2546, "wikipedia": "David M. De Witt", "house_history": 12180, "wikidata": "Q2791163", "google_entity_id": "kg:/m/02rlcbb"}, "name": {"first": "David", "middle": "Miller", "last": "De Witt"}, "bio": {"birthday": "1837-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "D000242", "govtrack": 403380, "icpsr": 2500, "wikipedia": "George R. Dennis", "wikidata": "Q433660", "google_entity_id": "kg:/m/05qx7d"}, "name": {"first": "George", "middle": "Robertson", "last": "Dennis"}, "bio": {"birthday": "1822-04-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "MD", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000413", "govtrack": 403526, "icpsr": 2655, "wikipedia": "William G. Donnan", "house_history": 12345, "wikidata": "Q2578900", "google_entity_id": "kg:/m/02rk8d2"}, "name": {"first": "William", "middle": "G.", "last": "Donnan"}, "bio": {"birthday": "1834-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000441", "govtrack": 403551, "icpsr": 2678, "wikipedia": "Stephen Wallace Dorsey", "wikidata": "Q2345172", "google_entity_id": "kg:/m/055hd2"}, "name": {"first": "Stephen", "middle": "Wallace", "last": "Dorsey"}, "bio": {"birthday": "1842-02-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "AR", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000513", "govtrack": 403623, "icpsr": 2742, "wikipedia": "R. Holland Duell", "house_history": 12473, "wikidata": "Q7273690", "google_entity_id": "kg:/m/026gsnd"}, "name": {"first": "Rodolphus", "middle": "Holland", "last": "Duell"}, "bio": {"birthday": "1824-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "E000103", "govtrack": 403794, "icpsr": 2892, "wikipedia": "Charles A. Eldredge", "house_history": 12723, "wikidata": "Q1063463", "google_entity_id": "kg:/m/02vrq66"}, "name": {"first": "Charles", "middle": "Augustus", "last": "Eldredge"}, "bio": {"birthday": "1820-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "WI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "E000128", "govtrack": 403819, "icpsr": 2917, "wikipedia": "Robert B. Elliott", "house_history": 12753, "wikidata": "Q471264", "google_entity_id": "kg:/m/06r7sg"}, "name": {"first": "Robert", "middle": "Brown", "last": "Elliott"}, "bio": {"birthday": "1842-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "SC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "SC", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000094", "govtrack": 404051, "icpsr": 3122, "wikipedia": "Orris S. Ferry", "house_history": 13090, "wikidata": "Q632334", "google_entity_id": "kg:/m/04sc51"}, "name": {"first": "Orris", "middle": "Sanford", "last": "Ferry"}, "bio": {"birthday": "1823-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "sen", "start": "1867-03-04", "end": "1873-03-03", "state": "CT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1873-12-01", "end": "1875-12-31", "state": "CT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000105", "govtrack": 404062, "icpsr": 3132, "wikipedia": "Moses W. Field", "house_history": 13106, "wikidata": "Q1949227", "google_entity_id": "kg:/m/026x8h1"}, "name": {"first": "Moses", "middle": "Whelock", "last": "Field"}, "bio": {"birthday": "1828-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000118", "govtrack": 404074, "icpsr": 3142, "wikipedia": "William E. Finck", "wikidata": "Q8008234", "google_entity_id": "kg:/m/02rm3kn"}, "name": {"first": "William", "middle": "Edward", "last": "Finck"}, "bio": {"birthday": "1822-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "F000315", "govtrack": 404264, "icpsr": 3317, "wikipedia": "Wilder D. Foster", "house_history": 13369, "wikidata": "Q1365847", "google_entity_id": "kg:/m/027vhp2"}, "name": {"first": "Wilder", "middle": "De Ayr", "last": "Foster"}, "bio": {"birthday": "1819-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MI", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "F000362", "govtrack": 404309, "icpsr": 3355, "wikipedia": "James C. Freeman", "house_history": 13427, "wikidata": "Q1680096", "google_entity_id": "kg:/m/02rk0xh"}, "name": {"first": "James", "middle": "Crawford", "last": "Freeman"}, "bio": {"birthday": "1820-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "GA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "G000274", "govtrack": 404636, "icpsr": 3663, "wikipedia": "Daniel W. Gooch", "house_history": 13909, "wikidata": "Q1163029", "google_entity_id": "kg:/m/0d0wkw"}, "name": {"first": "Daniel", "middle": "Wheelwright", "last": "Gooch"}, "bio": {"birthday": "1820-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "G000523", "govtrack": 404868, "icpsr": 3876, "wikipedia": "Lewis B. Gunckel", "house_history": 14220, "wikidata": "Q6536282", "google_entity_id": "kg:/m/0dcgrm"}, "name": {"first": "Lewis", "middle": "B.", "last": "Gunckel"}, "bio": {"birthday": "1826-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000011", "govtrack": 404896, "icpsr": 3900, "wikipedia": "John Hagans", "house_history": 14302, "wikidata": "Q1499609", "google_entity_id": "kg:/m/02pl60k"}, "name": {"first": "John", "middle": "Marshall", "last": "Hagans"}, "bio": {"birthday": "1838-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "WV", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000016", "govtrack": 404901, "icpsr": 3904, "wikipedia": "John S. Hager", "wikidata": "Q1548559", "google_entity_id": "kg:/m/03sgkn"}, "name": {"first": "John", "middle": "Sharpenstein", "last": "Hager"}, "bio": {"birthday": "1818-03-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1873-12-01", "end": "1875-03-03", "state": "CA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000037", "govtrack": 404922, "icpsr": 3925, "wikipedia": "Robert S. Hale", "house_history": 14334, "wikidata": "Q3408461", "google_entity_id": "kg:/m/02rkw3m"}, "name": {"first": "Robert", "middle": "Safford", "last": "Hale"}, "bio": {"birthday": "1822-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "H000271", "govtrack": 405147, "icpsr": 4131, "wikipedia": "Horace Harrison", "house_history": 14620, "wikidata": "Q1627873", "google_entity_id": "kg:/m/0dg1gk"}, "name": {"first": "Horace", "middle": "Harrison", "last": "Harrison"}, "bio": {"birthday": "1829-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000357", "govtrack": 405226, "icpsr": 4202, "wikipedia": "Harrison E. Havens", "house_history": 14721, "wikidata": "Q1497660", "google_entity_id": "kg:/m/0frr_h"}, "name": {"first": "Harrison", "middle": "Eugene", "last": "Havens"}, "bio": {"birthday": "1837-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MO", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000376", "govtrack": 405244, "icpsr": 4219, "wikipedia": "John B. Hawley", "house_history": 14744, "wikidata": "Q6219978", "google_entity_id": "kg:/m/02rkbj4"}, "name": {"first": "John", "middle": "Baldwin", "last": "Hawley"}, "bio": {"birthday": "1831-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000419", "govtrack": 405285, "icpsr": 4257, "wikipedia": "Gerry Whiting Hazelton", "house_history": 14797, "wikidata": "Q1514942", "google_entity_id": "kg:/m/027bmkp"}, "name": {"first": "Gerry", "middle": "Whiting", "last": "Hazelton"}, "bio": {"birthday": "1829-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "WI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000420", "govtrack": 405286, "icpsr": 4258, "wikipedia": "John W. Hazelton", "house_history": 14798, "wikidata": "Q1702054", "google_entity_id": "kg:/m/02x5gd4"}, "name": {"first": "John", "middle": "Wright", "last": "Hazelton"}, "bio": {"birthday": "1814-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NJ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000535", "govtrack": 405397, "icpsr": 4359, "wikipedia": "William S. Herndon", "house_history": 14948, "wikidata": "Q368474", "google_entity_id": "kg:/m/03c2zhx"}, "name": {"first": "William", "middle": "Smith", "last": "Herndon"}, "bio": {"birthday": "1835-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TX", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000653", "govtrack": 405508, "icpsr": 4461, "wikipedia": "Ebenezer R. Hoar", "house_history": 15093, "wikidata": "Q724521", "google_entity_id": "kg:/m/03ccn8"}, "name": {"first": "Ebenezer", "middle": "Rockwood", "last": "Hoar"}, "bio": {"birthday": "1816-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "H000671", "govtrack": 405525, "icpsr": 4477, "wikipedia": "Asa Hodges", "house_history": 15115, "wikidata": "Q720120", "google_entity_id": "kg:/m/02rbs5w"}, "name": {"first": "Asa", "last": "Hodges"}, "bio": {"birthday": "1822-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "AR", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000765", "govtrack": 405615, "icpsr": 4559, "wikipedia": "Samuel Hooper", "house_history": 15231, "wikidata": "Q1416793", "google_entity_id": "kg:/m/026zvj6"}, "name": {"first": "Samuel", "last": "Hooper"}, "bio": {"birthday": "1808-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000815", "govtrack": 405662, "icpsr": 4603, "house_history": 15291, "wikipedia": "Sherman Otis Houghton", "wikidata": "Q1274909", "google_entity_id": "kg:/m/05w7fq"}, "name": {"first": "Sherman", "middle": "Otis", "last": "Houghton"}, "bio": {"birthday": "1828-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "CA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000850", "govtrack": 405697, "icpsr": 4637, "wikipedia": "Albert R. Howe", "house_history": 15337, "wikidata": "Q1679207", "google_entity_id": "kg:/m/02rtnk1"}, "name": {"first": "Albert", "middle": "Richards", "last": "Howe"}, "bio": {"birthday": "1840-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MS", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000856", "govtrack": 405703, "icpsr": 4642, "wikipedia": "Timothy O. Howe", "wikidata": "Q369493", "google_entity_id": "kg:/m/073rkz"}, "name": {"first": "Timothy", "middle": "Otis", "last": "Howe"}, "bio": {"birthday": "1816-02-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1861-07-04", "end": "1867-03-03", "state": "WI", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1867-03-04", "end": "1873-03-03", "state": "WI", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "WI", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H001023", "govtrack": 405859, "icpsr": 4786, "house_history": 15545, "wikipedia": "Ira B. Hyde", "wikidata": "Q1672317", "google_entity_id": "kg:/m/038rq8"}, "name": {"first": "Ira", "middle": "Barnes", "last": "Hyde"}, "bio": {"birthday": "1838-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MO", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "H001027", "govtrack": 405862, "icpsr": 4790, "house_history": 15551, "wikipedia": "William Joseph Hynes", "wikidata": "Q2579553", "google_entity_id": "kg:/m/02ryxy_"}, "name": {"first": "William", "middle": "Joseph", "last": "Hynes"}, "bio": {"birthday": "1843-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "AR", "district": -1, "party": "Liberal Republican"}]}, {"id": {"bioguide": "J000105", "govtrack": 406007, "icpsr": 4932, "wikipedia": "Hugh J. Jewett", "house_history": 15825, "wikidata": "Q5883292", "google_entity_id": "kg:/m/05gjz3"}, "name": {"first": "Hugh", "middle": "Judge", "last": "Jewett"}, "bio": {"birthday": "1817-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "K000067", "govtrack": 406237, "icpsr": 5145, "wikipedia": "Stephen Wright Kellogg", "house_history": 16163, "wikidata": "Q657191", "google_entity_id": "kg:/m/0bznwl"}, "name": {"first": "Stephen", "middle": "Wright", "last": "Kellogg"}, "bio": {"birthday": "1822-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "CT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "K000090", "govtrack": 406258, "icpsr": 5164, "wikipedia": "Charles West Kendall", "house_history": 16191, "wikidata": "Q1066416", "google_entity_id": "kg:/m/0272z_t"}, "name": {"first": "Charles", "middle": "West", "last": "Kendall"}, "bio": {"birthday": "1828-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NV", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "L000039", "govtrack": 406549, "icpsr": 5424, "wikipedia": "Charles N. Lamison", "house_history": 16628, "wikidata": "Q11465643", "google_entity_id": "kg:/m/02rj1gy"}, "name": {"first": "Charles", "middle": "Nelson", "last": "Lamison"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "L000042", "govtrack": 406552, "icpsr": 5427, "wikipedia": "William H. Lamport", "house_history": 16634, "wikidata": "Q8010475", "google_entity_id": "kg:/m/02rky2y"}, "name": {"first": "William", "middle": "Henry", "last": "Lamport"}, "bio": {"birthday": "1811-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "L000088", "govtrack": 406597, "icpsr": 5470, "wikipedia": "William E. Lansing", "house_history": 16701, "wikidata": "Q8008264", "google_entity_id": "kg:/m/02rkxyf"}, "name": {"first": "William", "middle": "Esselstyne", "last": "Lansing"}, "bio": {"birthday": "1821-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "L000132", "govtrack": 406637, "icpsr": 5509, "house_history": 16762, "wikipedia": "Effingham Lawrence", "wikidata": "Q1296236", "google_entity_id": "kg:/m/0c77q2"}, "name": {"first": "Effingham", "last": "Lawrence"}, "bio": {"birthday": "1820-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "LA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000144", "govtrack": 406649, "icpsr": 5521, "wikipedia": "John D. Lawson", "house_history": 16776, "wikidata": "Q1033201", "google_entity_id": "kg:/m/02rks44"}, "name": {"first": "John", "middle": "Daniel", "last": "Lawson"}, "bio": {"birthday": "1816-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "L000170", "govtrack": 406673, "icpsr": 5536, "house_history": 16811, "wikipedia": "James Madison Leach", "wikidata": "Q953756", "google_entity_id": "kg:/m/09jwvh"}, "name": {"first": "James", "middle": "Madison", "last": "Leach"}, "bio": {"birthday": "1815-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NC", "district": 6, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "L000271", "govtrack": 406771, "icpsr": 5630, "wikipedia": "Barbour Lewis", "house_history": 16928, "wikidata": "Q807872", "google_entity_id": "kg:/m/0dfb_b"}, "name": {"first": "Barbour", "last": "Lewis"}, "bio": {"birthday": "1818-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "L000398", "govtrack": 406889, "icpsr": 5741, "house_history": 17088, "wikipedia": "James R. Lofland", "wikidata": "Q1681009", "google_entity_id": "kg:/m/02636xm"}, "name": {"first": "James", "middle": "Rush", "last": "Lofland"}, "bio": {"birthday": "1823-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "L000451", "govtrack": 406941, "icpsr": 5787, "wikipedia": "William Loughridge", "house_history": 17158, "wikidata": "Q2579769", "google_entity_id": "kg:/m/027fzmd"}, "name": {"first": "William", "last": "Loughridge"}, "bio": {"birthday": "1827-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "L000473", "govtrack": 406962, "icpsr": 5808, "house_history": 17184, "wikipedia": "David Perley Lowe", "wikidata": "Q1176087", "google_entity_id": "kg:/m/06_hn6"}, "name": {"first": "David", "middle": "Perley", "last": "Lowe"}, "bio": {"birthday": "1823-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "KS", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "L000481", "govtrack": 406969, "icpsr": 5813, "wikipedia": "Lloyd Lowndes Jr.", "house_history": 17193, "wikidata": "Q881279", "google_entity_id": "kg:/m/047p6p"}, "name": {"first": "Lloyd", "last": "Lowndes", "suffix": "Jr."}, "bio": {"birthday": "1845-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MD", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000048", "govtrack": 407076, "icpsr": 5908, "wikipedia": "John Alexander Magee", "house_history": 17387, "wikidata": "Q13219694", "google_entity_id": "kg:/m/0kt1q4"}, "name": {"first": "John", "middle": "Alexander", "last": "Magee"}, "bio": {"birthday": "1827-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "M000160", "govtrack": 407182, "icpsr": 6006, "wikipedia": "Samuel S. Marshall", "house_history": 17521, "wikidata": "Q7412550", "google_entity_id": "kg:/m/02rkcwg"}, "name": {"first": "Samuel", "middle": "Scott", "last": "Marshall"}, "bio": {"birthday": "1821-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "M000184", "govtrack": 407205, "icpsr": 6026, "wikipedia": "James Stewart Martin (congressman)", "house_history": 17550, "wikidata": "Q6143670", "google_entity_id": "kg:/m/02rkb7k"}, "name": {"first": "James", "middle": "Stewart", "last": "Martin"}, "bio": {"birthday": "1826-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "M000284", "govtrack": 407301, "icpsr": 6112, "wikipedia": "Horace Maynard", "house_history": 17674, "wikidata": "Q132330", "google_entity_id": "kg:/m/08krn0"}, "name": {"first": "Horace", "last": "Maynard"}, "bio": {"birthday": "1814-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "TN", "district": 2, "party": "American"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "TN", "district": 2, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "TN", "district": 2, "party": "Unionist"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "TN", "district": 2, "party": "Unconditional Unionist"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TN", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000385", "govtrack": 407387, "icpsr": 6197, "wikipedia": "Thomas C. McCreery", "wikidata": "Q1485947", "google_entity_id": "kg:/m/0b2b2n"}, "name": {"first": "Thomas", "middle": "Clay", "last": "McCreery"}, "bio": {"birthday": "1816-12-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1868-01-01", "end": "1871-03-03", "state": "KY", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "KY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000406", "govtrack": 407406, "icpsr": 6214, "wikipedia": "Alexander S. McDill", "house_history": 17833, "wikidata": "Q2642936", "google_entity_id": "kg:/m/02vrqhh"}, "name": {"first": "Alexander", "middle": "Stuart", "last": "McDill"}, "bio": {"birthday": "1822-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "WI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M000435", "govtrack": 407435, "house_history": 17871, "wikipedia": "Obadiah B. McFadden", "wikidata": "Q2008654", "google_entity_id": "kg:/m/02r8gn4"}, "name": {"first": "Obadiah", "middle": "Benton", "last": "McFadden"}, "bio": {"birthday": "1815-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "WA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000487", "govtrack": 407482, "icpsr": 6282, "house_history": 17934, "wikipedia": "Ebenezer McJunkin", "wikidata": "Q5331708", "google_entity_id": "kg:/m/0kt29c"}, "name": {"first": "Ebenezer", "last": "McJunkin"}, "bio": {"birthday": "1819-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "M000494", "govtrack": 407489, "icpsr": 6288, "wikipedia": "George C. McKee", "house_history": 17944, "wikidata": "Q1507064", "google_entity_id": "kg:/m/02ry1s1"}, "name": {"first": "George", "middle": "Colin", "last": "McKee"}, "bio": {"birthday": "1837-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MS", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MS", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M000553", "govtrack": 407545, "icpsr": 6341, "wikipedia": "William P. McLean", "house_history": 18018, "wikidata": "Q1419199", "google_entity_id": "kg:/m/03c2zjy"}, "name": {"first": "William", "middle": "Pinkney", "last": "McLean"}, "bio": {"birthday": "1836-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TX", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000587", "govtrack": 407577, "icpsr": 6371, "wikipedia": "John McNulta", "house_history": 18058, "wikidata": "Q6248239", "google_entity_id": "kg:/m/02rkbrq"}, "name": {"first": "John", "last": "McNulta"}, "bio": {"birthday": "1837-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "M000637", "govtrack": 407624, "icpsr": 6411, "wikipedia": "David B. Mellish", "house_history": 18121, "wikidata": "Q1589847", "google_entity_id": "kg:/m/026hbm_"}, "name": {"first": "David", "middle": "Batcheller", "last": "Mellish"}, "bio": {"birthday": "1831-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "M000653", "govtrack": 407639, "icpsr": 6426, "wikipedia": "Clinton L. Merriam", "house_history": 18141, "wikidata": "Q5134175", "google_entity_id": "kg:/m/02qnrr1"}, "name": {"first": "Clinton", "middle": "Levi", "last": "Merriam"}, "bio": {"birthday": "1824-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "M000659", "govtrack": 407645, "icpsr": 6432, "wikipedia": "Augustus Summerfield Merrimon", "wikidata": "Q4821551", "google_entity_id": "kg:/m/02kls1"}, "name": {"first": "Augustus", "middle": "Summerfield", "last": "Merrimon"}, "bio": {"birthday": "1830-09-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "NC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000802", "govtrack": 407778, "icpsr": 6551, "wikipedia": "Alexander Mitchell (Wisconsin politician)", "house_history": 18336, "wikidata": "Q2642689", "google_entity_id": "kg:/m/06qvfw"}, "name": {"first": "Alexander", "last": "Mitchell"}, "bio": {"birthday": "1817-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "WI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "WI", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000925", "govtrack": 407896, "icpsr": 6658, "house_history": 18491, "wikipedia": "William S. Moore", "wikidata": "Q8017983", "google_entity_id": "kg:/m/0gm8dg"}, "name": {"first": "William", "middle": "Sutton", "last": "Moore"}, "bio": {"birthday": "1822-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "M001020", "govtrack": 407987, "icpsr": 6744, "wikipedia": "Oliver P. Morton", "wikidata": "Q880811", "google_entity_id": "kg:/m/03414h"}, "name": {"first": "Oliver", "middle": "Hazard Perry Throck", "last": "Morton"}, "bio": {"birthday": "1823-08-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1867-03-04", "end": "1873-03-03", "state": "IN", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1873-12-01", "end": "1877-12-31", "state": "IN", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "M001131", "govtrack": 408093, "icpsr": 6838, "wikipedia": "Leonard Myers", "house_history": 18741, "wikidata": "Q6525579", "google_entity_id": "kg:/m/0ddjkp"}, "name": {"first": "Leonard", "last": "Myers"}, "bio": {"birthday": "1827-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "N000050", "govtrack": 408139, "icpsr": 6880, "house_history": 18896, "wikipedia": "James Nesmith", "wikidata": "Q6005619", "google_entity_id": "kg:/m/0d8t51"}, "name": {"first": "James", "middle": "Willis", "last": "Nesmith"}, "bio": {"birthday": "1820-07-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1861-07-04", "end": "1867-03-03", "state": "OR", "class": 3, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "N000083", "govtrack": 408169, "icpsr": 6910, "wikipedia": "William E. Niblack", "house_history": 18937, "wikidata": "Q2578583", "google_entity_id": "kg:/m/02rkj0v"}, "name": {"first": "William", "middle": "Ellis", "last": "Niblack"}, "bio": {"birthday": "1822-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "N000107", "govtrack": 408191, "icpsr": 6930, "wikipedia": "Jason Niles", "house_history": 18964, "wikidata": "Q1683966", "google_entity_id": "kg:/m/02rtn9v"}, "name": {"first": "Jason", "last": "Niles"}, "bio": {"birthday": "1814-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MS", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "N000170", "govtrack": 408251, "icpsr": 6987, "wikipedia": "David Alexander Nunn", "house_history": 19044, "wikidata": "Q1173548", "google_entity_id": "kg:/m/0dg0bw"}, "name": {"first": "David", "middle": "Alexander", "last": "Nunn"}, "bio": {"birthday": "1833-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "TN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "O000048", "govtrack": 408331, "icpsr": 7036, "wikipedia": "Richard J. Oglesby", "wikidata": "Q735342", "google_entity_id": "kg:/m/038vxd"}, "name": {"first": "Richard", "middle": "James", "last": "Oglesby"}, "bio": {"birthday": "1824-07-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "IL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "O000103", "govtrack": 408360, "icpsr": 7086, "wikipedia": "Jackson Orr", "house_history": 19192, "wikidata": "Q1677359", "google_entity_id": "kg:/m/02rk7mp"}, "name": {"first": "Jackson", "last": "Orr"}, "bio": {"birthday": "1832-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "P000004", "govtrack": 408416, "icpsr": 7144, "wikipedia": "Jasper Packard", "house_history": 19285, "wikidata": "Q1684039", "google_entity_id": "kg:/m/02rkghp"}, "name": {"first": "Jasper", "last": "Packard"}, "bio": {"birthday": "1832-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IN", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "P000057", "govtrack": 408467, "icpsr": 7191, "wikipedia": "Hosea Washington Parker", "house_history": 19346, "wikidata": "Q1630331", "google_entity_id": "kg:/m/02rhhpk"}, "name": {"first": "Hosea", "middle": "Washington", "last": "Parker"}, "bio": {"birthday": "1833-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000059", "govtrack": 408469, "icpsr": 7193, "wikipedia": "Isaac Parker", "house_history": 19348, "wikidata": "Q327898", "google_entity_id": "kg:/m/076rbc"}, "name": {"first": "Isaac", "middle": "Charles", "last": "Parker"}, "bio": {"birthday": "1838-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MO", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "P000089", "govtrack": 408499, "icpsr": 7221, "wikipedia": "Richard C. Parsons", "house_history": 19382, "wikidata": "Q973588", "google_entity_id": "kg:/m/02rm2t7"}, "name": {"first": "Richard", "middle": "Chappel", "last": "Parsons"}, "bio": {"birthday": "1826-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "P000123", "govtrack": 408531, "icpsr": 7248, "wikipedia": "John J. Patterson", "wikidata": "Q1320321", "google_entity_id": "kg:/m/0cp0xs"}, "name": {"first": "John", "middle": "James", "last": "Patterson"}, "bio": {"birthday": "1830-08-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "SC", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000192", "govtrack": 408596, "icpsr": 7310, "house_history": 19513, "wikipedia": "Charles Pelham (congressman)", "wikidata": "Q1065743", "google_entity_id": "kg:/m/02rq9yz"}, "name": {"first": "Charles", "last": "Pelham"}, "bio": {"birthday": "1835-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "AL", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000204", "govtrack": 408607, "icpsr": 7320, "wikipedia": "James M. Pendleton", "house_history": 19529, "wikidata": "Q1680746", "google_entity_id": "kg:/m/02rhj9k"}, "name": {"first": "James", "middle": "Monroe", "last": "Pendleton"}, "bio": {"birthday": "1822-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "RI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000242", "govtrack": 408645, "icpsr": 7355, "wikipedia": "Eli Perry", "house_history": 19578, "wikidata": "Q775039", "google_entity_id": "kg:/m/02rkp43"}, "name": {"first": "Eli", "last": "Perry"}, "bio": {"birthday": "1799-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "P000380", "govtrack": 408774, "icpsr": 7480, "wikipedia": "James H. Platt, Jr.", "house_history": 19749, "wikidata": "Q1680497", "google_entity_id": "kg:/m/02rtnt_"}, "name": {"first": "James", "middle": "Henry", "last": "Platt", "suffix": "Jr."}, "bio": {"birthday": "1837-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "VA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000060", "govtrack": 409040, "icpsr": 7735, "house_history": 20155, "wikipedia": "Alonzo J. Ransier", "wikidata": "Q1704777", "google_entity_id": "kg:/m/06r8s3"}, "name": {"first": "Alonzo", "middle": "Jacob", "last": "Ransier"}, "bio": {"birthday": "1834-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "SC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000064", "govtrack": 409044, "icpsr": 7739, "house_history": 20161, "wikipedia": "James T. Rapier", "wikidata": "Q430459", "google_entity_id": "kg:/m/06r963"}, "name": {"first": "James", "middle": "Thomas", "last": "Rapier"}, "bio": {"gender": "M", "birthday": "1837-11-13"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "AL", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000074", "govtrack": 409054, "icpsr": 7746, "wikipedia": "Morgan Rawls", "house_history": 20173, "wikidata": "Q582160", "google_entity_id": "kg:/m/0278d_f"}, "name": {"first": "Morgan", "last": "Rawls"}, "bio": {"birthday": "1829-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000081", "govtrack": 409061, "icpsr": 7752, "wikipedia": "William H. Ray", "house_history": 20182, "wikidata": "Q8010565", "google_entity_id": "kg:/m/02rkdh1"}, "name": {"first": "William", "middle": "Henry", "last": "Ray"}, "bio": {"birthday": "1812-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "R000094", "govtrack": 409074, "icpsr": 7765, "wikipedia": "William B. Read", "house_history": 20199, "wikidata": "Q1257865", "google_entity_id": "kg:/m/02rgxx6"}, "name": {"first": "William", "middle": "Brown", "last": "Read"}, "bio": {"birthday": "1817-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "KY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "R000200", "govtrack": 409176, "icpsr": 7856, "wikipedia": "John Blake Rice", "house_history": 20333, "wikidata": "Q3181075", "google_entity_id": "kg:/m/03wqhq"}, "name": {"first": "John", "middle": "Blake", "last": "Rice"}, "bio": {"birthday": "1809-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000233", "govtrack": 409209, "icpsr": 7886, "wikipedia": "Hiram Lawton Richmond", "house_history": 20372, "wikidata": "Q5769205", "google_entity_id": "kg:/m/0kt5yj"}, "name": {"first": "Hiram", "middle": "Lawton", "last": "Richmond"}, "bio": {"birthday": "1810-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "R000310", "govtrack": 409281, "icpsr": 7951, "wikipedia": "Ellis H. Roberts", "house_history": 20468, "wikidata": "Q5365893", "google_entity_id": "kg:/m/02qpbdk"}, "name": {"first": "Ellis", "middle": "Henry", "last": "Roberts"}, "bio": {"birthday": "1827-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "R000316", "govtrack": 409287, "icpsr": 7956, "wikipedia": "William R. Roberts", "house_history": 20476, "wikidata": "Q799506", "google_entity_id": "kg:/m/08l3hj"}, "name": {"first": "William", "middle": "Randall", "last": "Roberts"}, "bio": {"birthday": "1830-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000336", "govtrack": 409307, "icpsr": 7976, "wikipedia": "James Carroll Robinson", "house_history": 20499, "wikidata": "Q6131085", "google_entity_id": "kg:/m/02rkb3f"}, "name": {"first": "James", "middle": "Carroll", "last": "Robinson"}, "bio": {"birthday": "1823-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "R000340", "govtrack": 409311, "icpsr": 7979, "wikipedia": "James Wallace Robinson", "house_history": 20504, "wikidata": "Q6145059", "google_entity_id": "kg:/m/02rm4nq"}, "name": {"first": "James", "middle": "Wallace", "last": "Robinson"}, "bio": {"birthday": "1826-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000065", "govtrack": 409577, "icpsr": 8218, "wikipedia": "Aaron A. Sargent", "house_history": 21214, "wikidata": "Q301711", "google_entity_id": "kg:/m/03lh1d"}, "name": {"first": "Aaron", "middle": "Augustus", "last": "Sargent"}, "bio": {"birthday": "1827-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "CA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "CA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000100", "govtrack": 409610, "icpsr": 8245, "wikipedia": "Henry B. Sayler", "house_history": 21258, "wikidata": "Q1606481", "google_entity_id": "kg:/m/02rkg7f"}, "name": {"first": "Henry", "middle": "Benton", "last": "Sayler"}, "bio": {"birthday": "1836-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "S000114", "govtrack": 409622, "icpsr": 8255, "wikipedia": "Richard Schell", "house_history": 21277, "wikidata": "Q1589873", "google_entity_id": "kg:/m/03c7gm7"}, "name": {"first": "Richard", "last": "Schell"}, "bio": {"birthday": "1810-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "S000164", "govtrack": 409671, "icpsr": 8291, "wikipedia": "Glenni William Scofield", "house_history": 21345, "wikidata": "Q5569208", "google_entity_id": "kg:/m/0kt1w2"}, "name": {"first": "Glenni", "middle": "William", "last": "Scofield"}, "bio": {"birthday": "1817-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000197", "govtrack": 409702, "icpsr": 8321, "wikipedia": "Henry Joel Scudder", "house_history": 21383, "wikidata": "Q129725", "google_entity_id": "kg:/m/026kb2t"}, "name": {"first": "Henry", "middle": "Joel", "last": "Scudder"}, "bio": {"birthday": "1825-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000199", "govtrack": 409704, "icpsr": 8323, "wikipedia": "Isaac W. Scudder", "house_history": 21385, "wikidata": "Q1493815", "google_entity_id": "kg:/m/02vn_3q"}, "name": {"first": "Isaac", "middle": "Williamson", "last": "Scudder"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NJ", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "S000240", "govtrack": 409744, "icpsr": 8361, "wikipedia": "James Beverley Sener", "house_history": 21432, "wikidata": "Q1305993", "google_entity_id": "kg:/m/03c2_xc"}, "name": {"first": "James", "middle": "Beverley", "last": "Sener"}, "bio": {"birthday": "1837-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "VA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000284", "govtrack": 409783, "icpsr": 8398, "wikipedia": "John P. C. Shanks", "house_history": 21489, "wikidata": "Q1701285", "google_entity_id": "kg:/m/02rkgwc"}, "name": {"first": "John", "middle": "Peter Cleaver", "last": "Shanks"}, "bio": {"birthday": "1826-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000314", "govtrack": 409812, "icpsr": 8425, "wikipedia": "Charles Christopher Sheats", "house_history": 21526, "wikidata": "Q1063943", "google_entity_id": "kg:/m/02rk1dn"}, "name": {"first": "Charles", "middle": "Christopher", "last": "Sheats"}, "bio": {"birthday": "1839-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "AL", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000322", "govtrack": 409819, "icpsr": 8432, "wikipedia": "Lionel Allen Sheldon", "house_history": 21537, "wikidata": "Q1557475", "google_entity_id": "kg:/m/02rv9b1"}, "name": {"first": "Lionel", "middle": "Allen", "last": "Sheldon"}, "bio": {"birthday": "1828-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "LA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "LA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "LA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000341", "govtrack": 409838, "icpsr": 8450, "house_history": 21560, "wikipedia": "George A. Sheridan", "wikidata": "Q1506804", "google_entity_id": "kg:/m/04qg21"}, "name": {"first": "George", "middle": "Augustus", "last": "Sheridan"}, "bio": {"birthday": "1840-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "LA", "district": -1, "party": "Liberal Republican"}]}, {"id": {"bioguide": "S000375", "govtrack": 409869, "icpsr": 8482, "wikipedia": "Lazarus Denison Shoemaker", "house_history": 21603, "wikidata": "Q6505902", "google_entity_id": "kg:/m/0kt27w"}, "name": {"first": "Lazarus", "middle": "Denison", "last": "Shoemaker"}, "bio": {"birthday": "1819-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "S000489", "govtrack": 409977, "icpsr": 8577, "wikipedia": "Andrew Sloan", "house_history": 21749, "wikidata": "Q507473", "google_entity_id": "kg:/m/02rl0q2"}, "name": {"first": "Andrew", "last": "Sloan"}, "bio": {"birthday": "1845-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "GA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000498", "govtrack": 409985, "icpsr": 8586, "wikipedia": "Joseph Humphrey Sloss", "house_history": 21758, "wikidata": "Q1257858", "google_entity_id": "kg:/m/026_d2l"}, "name": {"first": "Joseph", "middle": "Humphrey", "last": "Sloss"}, "bio": {"birthday": "1826-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "AL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000501", "govtrack": 409988, "icpsr": 8589, "wikipedia": "William B. Small", "house_history": 21762, "wikidata": "Q2577936", "google_entity_id": "kg:/m/02rj_75"}, "name": {"first": "William", "middle": "Bradbury", "last": "Small"}, "bio": {"birthday": "1817-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000504", "govtrack": 409991, "icpsr": 8592, "wikipedia": "James S. Smart", "house_history": 21766, "wikidata": "Q3460833", "google_entity_id": "kg:/m/02rkrtv"}, "name": {"first": "James", "middle": "Stevenson", "last": "Smart"}, "bio": {"birthday": "1842-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "S000539", "govtrack": 410021, "icpsr": 8622, "wikipedia": "George Luke Smith", "house_history": 21804, "wikidata": "Q1507788", "google_entity_id": "kg:/m/02rtmn4"}, "name": {"first": "George", "middle": "Luke", "last": "Smith"}, "bio": {"birthday": "1837-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "LA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000552", "govtrack": 410034, "icpsr": 8634, "wikipedia": "Horace B. Smith", "house_history": 21819, "wikidata": "Q5901486", "google_entity_id": "kg:/m/02rkqt9"}, "name": {"first": "Horace", "middle": "Boardman", "last": "Smith"}, "bio": {"birthday": "1826-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "S000568", "govtrack": 410050, "icpsr": 8649, "wikipedia": "John Ambler Smith", "house_history": 21837, "wikidata": "Q1699141", "google_entity_id": "kg:/m/02x406h"}, "name": {"first": "John", "middle": "Ambler", "last": "Smith"}, "bio": {"birthday": "1847-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "VA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000574", "govtrack": 410056, "icpsr": 8655, "wikipedia": "John Quincy Smith", "house_history": 21845, "wikidata": "Q10775699", "google_entity_id": "kg:/m/0cy4mj"}, "name": {"first": "John", "middle": "Quincy", "last": "Smith"}, "bio": {"birthday": "1824-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000630", "govtrack": 410104, "icpsr": 8699, "wikipedia": "William Alexander Smith (politician)", "house_history": 21914, "wikidata": "Q2577812", "google_entity_id": "kg:/m/01jh_q"}, "name": {"first": "William", "middle": "Alexander", "last": "Smith"}, "bio": {"birthday": "1828-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NC", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000671", "govtrack": 410144, "icpsr": 8737, "wikipedia": "Oliver P. Snyder", "house_history": 21966, "wikidata": "Q2020455", "google_entity_id": "kg:/m/02rjxlz"}, "name": {"first": "Oliver", "middle": "P.", "last": "Snyder"}, "bio": {"birthday": "1833-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "AR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "AR", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000713", "govtrack": 410183, "icpsr": 8775, "wikipedia": "Robert Milton Speer", "house_history": 22017, "wikidata": "Q7347707", "google_entity_id": "kg:/m/0kt1qy"}, "name": {"first": "Robert", "middle": "Milton", "last": "Speer"}, "bio": {"birthday": "1838-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "S000723", "govtrack": 410192, "icpsr": 8783, "wikipedia": "George E. Spencer", "wikidata": "Q991879", "google_entity_id": "kg:/m/03glvz"}, "name": {"first": "George", "middle": "Eliphaz", "last": "Spencer"}, "bio": {"birthday": "1836-11-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1868-01-01", "end": "1873-03-03", "state": "AL", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "AL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000748", "govtrack": 410217, "icpsr": 8807, "house_history": 22062, "wikipedia": "William P. Sprague", "wikidata": "Q8016504", "google_entity_id": "kg:/m/02r35dc"}, "name": {"first": "William", "middle": "Peter", "last": "Sprague"}, "bio": {"birthday": "1827-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "S000765", "govtrack": 410232, "icpsr": 8178, "wikipedia": "Charles St. John", "house_history": 22083, "wikidata": "Q2114821", "google_entity_id": "kg:/m/02rl4zm"}, "name": {"first": "Charles", "last": "St. John"}, "bio": {"birthday": "1818-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "S000787", "govtrack": 410253, "icpsr": 8830, "wikipedia": "Edwin O. Stanard", "house_history": 22113, "wikidata": "Q1294853", "google_entity_id": "kg:/m/02rmwmf"}, "name": {"first": "Edwin", "middle": "Obed", "last": "Stanard"}, "bio": {"birthday": "1832-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MO", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000790", "govtrack": 410256, "icpsr": 8833, "wikipedia": "Elisha Standiford", "house_history": 22116, "wikidata": "Q1330743", "google_entity_id": "kg:/m/02qm10g"}, "name": {"first": "Elisha", "middle": "David", "last": "Standiford"}, "bio": {"birthday": "1831-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "KY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000877", "govtrack": 410339, "icpsr": 8907, "wikipedia": "Charles A. Stevens", "house_history": 22223, "wikidata": "Q1063494", "google_entity_id": "kg:/m/02rhd21"}, "name": {"first": "Charles", "middle": "Abbot", "last": "Stevens"}, "bio": {"birthday": "1816-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "S001001", "govtrack": 410459, "icpsr": 9021, "wikipedia": "James Dale Strawbridge", "house_history": 22376, "wikidata": "Q13219833", "google_entity_id": "kg:/m/0kt25z"}, "name": {"first": "James", "middle": "Dale", "last": "Strawbridge"}, "bio": {"birthday": "1824-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "S001140", "govtrack": 410590, "icpsr": 9143, "house_history": 22542, "wikipedia": "J. Hale Sypher", "wikidata": "Q1676329", "google_entity_id": "kg:/m/0dd4j7"}, "name": {"first": "Jacob", "middle": "Hale", "last": "Sypher"}, "bio": {"birthday": "1837-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "LA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000063", "govtrack": 410649, "icpsr": 9197, "wikipedia": "Alexander Wilson Taylor", "house_history": 22712, "wikidata": "Q4720400", "google_entity_id": "kg:/m/0kt5yx"}, "name": {"first": "Alexander", "middle": "Wilson", "last": "Taylor"}, "bio": {"birthday": "1815-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "T000158", "govtrack": 410740, "icpsr": 9286, "house_history": 22822, "wikipedia": "Charles R. Thomas (1827\u20131891)", "wikidata": "Q1065857", "google_entity_id": "kg:/m/0ksm29"}, "name": {"first": "Charles", "middle": "Randolph", "last": "Thomas"}, "bio": {"birthday": "1827-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000161", "govtrack": 410743, "icpsr": 9289, "wikipedia": "Christopher Thomas", "house_history": 22825, "wikidata": "Q1087070", "google_entity_id": "kg:/m/02pnxyc"}, "name": {"first": "Christopher", "middle": "Yancy", "last": "Thomas"}, "bio": {"birthday": "1818-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "VA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "T000293", "govtrack": 410866, "icpsr": 9405, "wikipedia": "Lemuel Todd", "house_history": 22989, "wikidata": "Q6521584", "google_entity_id": "kg:/m/0kt1x6"}, "name": {"first": "Lemuel", "last": "Todd"}, "bio": {"birthday": "1817-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 16, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "T000364", "govtrack": 410934, "icpsr": 9465, "wikipedia": "Lyman Tremain", "house_history": 23080, "wikidata": "Q6708092", "google_entity_id": "kg:/m/074c__"}, "name": {"first": "Lyman", "last": "Tremain"}, "bio": {"birthday": "1819-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "T000452", "govtrack": 411020, "icpsr": 9544, "wikipedia": "James Noble Tyner", "house_history": 23189, "wikidata": "Q375731", "google_entity_id": "kg:/m/036d50"}, "name": {"first": "James", "middle": "Noble", "last": "Tyner"}, "bio": {"birthday": "1826-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "W000009", "govtrack": 411188, "icpsr": 9702, "wikipedia": "Bainbridge Wadleigh", "wikidata": "Q803892", "google_entity_id": "kg:/m/0d7sy8"}, "name": {"first": "Bainbridge", "last": "Wadleigh"}, "bio": {"birthday": "1831-01-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000135", "govtrack": 411310, "icpsr": 9816, "wikipedia": "Jasper D. Ward", "house_history": 23372, "wikidata": "Q4231891", "google_entity_id": "kg:/m/02rkzgy"}, "name": {"first": "Jasper", "middle": "Delos", "last": "Ward"}, "bio": {"birthday": "1829-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000137", "govtrack": 411312, "icpsr": 9818, "wikipedia": "Marcus Lawrence Ward", "house_history": 23374, "wikidata": "Q354089", "google_entity_id": "kg:/m/07rl6k"}, "name": {"first": "Marcus", "middle": "Lawrence", "last": "Ward"}, "bio": {"birthday": "1812-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NJ", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "W000353", "govtrack": 411515, "icpsr": 10007, "house_history": 23636, "wikipedia": "Alexander White (Alabama)", "wikidata": "Q761428", "google_entity_id": "kg:/m/07v845"}, "name": {"first": "Alexander", "last": "White"}, "bio": {"birthday": "1816-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "AL", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "AL", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "W000401", "govtrack": 411561, "icpsr": 10052, "wikipedia": "Thomas Whitehead", "house_history": 23691, "wikidata": "Q1712151", "google_entity_id": "kg:/m/02pn89q"}, "name": {"first": "Thomas", "last": "Whitehead"}, "bio": {"birthday": "1825-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "VA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000408", "govtrack": 411568, "icpsr": 10058, "wikipedia": "Richard H. Whiteley", "house_history": 23698, "wikidata": "Q972171", "google_entity_id": "kg:/m/02rk13c"}, "name": {"first": "Richard", "middle": "Henry", "last": "Whiteley"}, "bio": {"birthday": "1830-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "GA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "GA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "GA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000417", "govtrack": 411576, "icpsr": 10066, "house_history": 23709, "wikipedia": "William Whiting (Massachusetts)", "wikidata": "Q1773040", "google_entity_id": "kg:/m/0clwbv"}, "name": {"first": "William", "last": "Whiting"}, "bio": {"birthday": "1813-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000478", "govtrack": 411635, "icpsr": 10123, "house_history": 23786, "wikipedia": "Charles W. Willard", "wikidata": "Q1066375", "google_entity_id": "kg:/m/02rhdlx"}, "name": {"first": "Charles", "middle": "Wesley", "last": "Willard"}, "bio": {"birthday": "1827-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "VT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000519", "govtrack": 411676, "icpsr": 10164, "wikipedia": "John M. S. Williams", "house_history": 23831, "wikidata": "Q1700931", "google_entity_id": "kg:/m/02rhkcl"}, "name": {"first": "John", "middle": "McKeown Snow", "last": "Williams"}, "bio": {"birthday": "1818-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "W000545", "govtrack": 411701, "icpsr": 10188, "wikipedia": "William Williams (Indiana)", "house_history": 23861, "wikidata": "Q1436876", "google_entity_id": "kg:/m/02rl1qs"}, "name": {"first": "William", "last": "Williams"}, "bio": {"birthday": "1821-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IN", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "W000555", "govtrack": 411711, "icpsr": 10197, "wikipedia": "Asa H. Willie", "house_history": 23872, "wikidata": "Q720112", "google_entity_id": "kg:/m/02z26qh"}, "name": {"first": "Asa", "middle": "Hoxie", "last": "Willie"}, "bio": {"birthday": "1829-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TX", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "W000596", "govtrack": 411751, "icpsr": 10236, "wikipedia": "Jeremiah M. Wilson", "house_history": 23924, "wikidata": "Q369249", "google_entity_id": "kg:/m/02rkgjq"}, "name": {"first": "Jeremiah", "middle": "Morrow", "last": "Wilson"}, "bio": {"birthday": "1828-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "W000605", "govtrack": 411760, "icpsr": 10245, "house_history": 23934, "wikipedia": "Joseph G. Wilson", "wikidata": "Q1707060", "google_entity_id": "kg:/m/0280c7g"}, "name": {"first": "Joseph", "middle": "Gardner", "last": "Wilson"}, "bio": {"birthday": "1826-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OR", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000677", "govtrack": 411829, "icpsr": 10310, "wikipedia": "Simeon K. Wolfe", "house_history": 24024, "wikidata": "Q2287078", "google_entity_id": "kg:/m/02rkhph"}, "name": {"first": "Simeon", "middle": "Kalfius", "last": "Wolfe"}, "bio": {"birthday": "1824-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000713", "govtrack": 411865, "icpsr": 10343, "house_history": 24067, "wikipedia": "Stewart L. Woodford", "wikidata": "Q428605", "google_entity_id": "kg:/m/0gm73p"}, "name": {"first": "Stewart", "middle": "Lyndon", "last": "Woodford"}, "bio": {"birthday": "1835-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "Y000044", "govtrack": 411976, "icpsr": 10447, "wikipedia": "John Duncan Young", "house_history": 21084, "wikidata": "Q178640", "google_entity_id": "kg:/m/02rhjyh"}, "name": {"first": "John", "middle": "Duncan", "last": "Young"}, "bio": {"birthday": "1823-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "KY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "Y000048", "govtrack": 411980, "icpsr": 10451, "wikipedia": "Pierce M. B. Young", "house_history": 21088, "wikidata": "Q2092744", "google_entity_id": "kg:/m/0dbcbz"}, "name": {"first": "Pierce", "middle": "Manning Butler", "last": "Young"}, "bio": {"birthday": "1836-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "GA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000307", "govtrack": 405180, "icpsr": 4162, "wikipedia": "James M. Harvey (politician)", "wikidata": "Q882478", "google_entity_id": "kg:/m/0cvy4g"}, "name": {"first": "James", "middle": "Madison", "last": "Harvey"}, "bio": {"birthday": "1833-09-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1874-01-01", "end": "1877-03-03", "state": "KS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000172", "govtrack": 408576, "icpsr": 7290, "wikipedia": "Henry R. Pease", "wikidata": "Q1607198", "google_entity_id": "kg:/m/0cyzsq"}, "name": {"first": "Henry", "middle": "Roberts", "last": "Pease"}, "bio": {"birthday": "1835-02-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1874-01-01", "end": "1875-03-03", "state": "MS", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000174", "govtrack": 411347, "icpsr": 9852, "house_history": 23417, "wikipedia": "William B. Washburn", "wikidata": "Q387116", "google_entity_id": "kg:/m/060kby"}, "name": {"first": "William", "middle": "Barrett", "last": "Washburn"}, "bio": {"birthday": "1820-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "sen", "start": "1874-01-01", "end": "1875-03-03", "state": "MA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000007", "govtrack": 400670, "icpsr": 7, "wikipedia": "Josiah Gardner Abbott", "house_history": 8256, "wikidata": "Q6869444", "google_entity_id": "kg:/m/02lhzl"}, "name": {"first": "Josiah", "middle": "Gardner", "last": "Abbott"}, "bio": {"birthday": "1814-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "A000033", "govtrack": 400694, "icpsr": 26, "wikipedia": "Charles H. Adams (New York politician)", "house_history": 8300, "wikidata": "Q3460936", "google_entity_id": "kg:/m/0269s2j"}, "name": {"first": "Charles", "middle": "Henry", "last": "Adams"}, "bio": {"birthday": "1824-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "A000067", "govtrack": 400727, "icpsr": 57, "wikipedia": "Lucien Lester Ainsworth", "house_history": 8350, "wikidata": "Q1873399", "google_entity_id": "kg:/m/02rk7zb"}, "name": {"first": "Lucien", "middle": "Lester", "last": "Ainsworth"}, "bio": {"birthday": "1831-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000236", "govtrack": 400864, "icpsr": 185, "wikipedia": "William B. Anderson", "house_history": 8594, "wikidata": "Q8004748", "google_entity_id": "kg:/m/02rzk7x"}, "name": {"first": "William", "middle": "Black", "last": "Anderson"}, "bio": {"birthday": "1830-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 19, "party": "Independent"}]}, {"id": {"bioguide": "A000309", "govtrack": 400953, "icpsr": 261, "wikipedia": "Thomas Samuel Ashe", "house_history": 8689, "wikidata": "Q2427027", "google_entity_id": "kg:/m/04gw5c"}, "name": {"first": "Thomas", "middle": "Samuel", "last": "Ashe"}, "bio": {"birthday": "1812-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000031", "govtrack": 401036, "icpsr": 335, "wikipedia": "John C. Bagby", "house_history": 8815, "wikidata": "Q6224273", "google_entity_id": "kg:/m/02rkbk5"}, "name": {"first": "John", "middle": "Courts", "last": "Bagby"}, "bio": {"birthday": "1819-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "B000221", "govtrack": 401217, "icpsr": 502, "wikipedia": "Lyman K. Bass", "house_history": 9060, "wikidata": "Q6708048", "google_entity_id": "kg:/m/02rktmy"}, "name": {"first": "Lyman", "middle": "Kidder", "last": "Bass"}, "bio": {"birthday": "1836-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "B000346", "govtrack": 401338, "icpsr": 612, "wikipedia": "Samuel Newell Bell", "house_history": 9224, "wikidata": "Q1420831", "google_entity_id": "kg:/m/02rjz7k"}, "name": {"first": "Samuel", "middle": "Newell", "last": "Bell"}, "bio": {"birthday": "1829-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NH", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NH", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000383", "govtrack": 401374, "wikipedia": "Thomas W. Bennett (territorial governor)", "house_history": 9273, "wikidata": "Q889361", "google_entity_id": "kg:/m/0d4c1t"}, "name": {"first": "Thomas", "middle": "Warren", "last": "Bennett"}, "bio": {"birthday": "1831-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "ID", "district": -1, "party": "Independent"}]}, {"id": {"bioguide": "B000630", "govtrack": 401595, "icpsr": 854, "wikipedia": "Newton Booth", "wikidata": "Q880628", "google_entity_id": "kg:/m/03km6y"}, "name": {"first": "Newton", "last": "Booth"}, "bio": {"birthday": "1825-12-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "CA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000738", "govtrack": 401698, "icpsr": 950, "wikipedia": "Taul Bradford", "house_history": 9736, "wikidata": "Q1725271", "google_entity_id": "kg:/m/02rk28v"}, "name": {"first": "Taul", "last": "Bradford"}, "bio": {"birthday": "1835-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000744", "govtrack": 401703, "icpsr": 955, "wikipedia": "Nathan B. Bradley", "house_history": 9740, "wikidata": "Q1966458", "google_entity_id": "kg:/m/041qpz"}, "name": {"first": "Nathan", "middle": "Ball", "last": "Bradley"}, "bio": {"birthday": "1831-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "B000933", "govtrack": 401887, "icpsr": 1123, "house_history": 9983, "wikipedia": "John Y. Brown (politician, born 1835)", "wikidata": "Q680902", "google_entity_id": "kg:/m/0c_fmm"}, "name": {"first": "John", "middle": "Young", "last": "Brown"}, "bio": {"birthday": "1835-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "KY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000951", "govtrack": 401904, "icpsr": 1140, "wikipedia": "William Ripley Brown", "house_history": 10003, "wikidata": "Q2580290", "google_entity_id": "kg:/m/02rm953"}, "name": {"first": "William", "middle": "Ripley", "last": "Brown"}, "bio": {"birthday": "1840-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "KS", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000968", "govtrack": 401920, "icpsr": 1155, "wikipedia": "Blanche Bruce", "house_history": 10029, "wikidata": "Q881412", "google_entity_id": "kg:/m/023249"}, "name": {"first": "Blanche", "middle": "Kelso", "last": "Bruce"}, "bio": {"birthday": "1841-03-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "MS", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001040", "govtrack": 401991, "icpsr": 1220, "wikipedia": "James Buffington (Fall River, Massachusetts)", "house_history": 10116, "wikidata": "Q212349", "google_entity_id": "kg:/m/02723dp"}, "name": {"first": "James", "last": "Buffinton"}, "bio": {"birthday": "1817-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MA", "district": 2, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001071", "govtrack": 402017, "icpsr": 1247, "wikipedia": "Samuel D. Burchard", "house_history": 10156, "wikidata": "Q2218116", "google_entity_id": "kg:/m/02ry4bz"}, "name": {"first": "Samuel", "middle": "Dickinson", "last": "Burchard"}, "bio": {"birthday": "1836-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "WI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B001107", "govtrack": 402052, "icpsr": 1278, "wikipedia": "John H. Burleigh", "house_history": 10203, "wikidata": "Q968190", "google_entity_id": "kg:/m/02rt0tk"}, "name": {"first": "John", "middle": "Holmes", "last": "Burleigh"}, "bio": {"birthday": "1822-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "ME", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001130", "govtrack": 402074, "icpsr": 1299, "wikipedia": "Ambrose Burnside", "wikidata": "Q355444", "google_entity_id": "kg:/m/0170j5"}, "name": {"first": "Ambrose", "middle": "Everett", "last": "Burnside"}, "bio": {"birthday": "1824-05-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "RI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001202", "govtrack": 402144, "icpsr": 1361, "wikipedia": "Charles W. Buttz", "house_history": 10320, "wikidata": "Q1066335", "google_entity_id": "kg:/m/02ry1_m"}, "name": {"first": "Charles", "middle": "Wilson", "last": "Buttz"}, "bio": {"birthday": "1837-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "SC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000035", "govtrack": 402196, "icpsr": 1409, "wikipedia": "John Henry Caldwell", "house_history": 10486, "wikidata": "Q1700420", "google_entity_id": "kg:/m/02rk1yv"}, "name": {"first": "John", "middle": "Henry", "last": "Caldwell"}, "bio": {"birthday": "1826-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000075", "govtrack": 402233, "icpsr": 1443, "house_history": 10539, "wikipedia": "Alexander Campbell (Illinois politician)", "wikidata": "Q1659983", "google_entity_id": "kg:/m/02r_nd8"}, "name": {"first": "Alexander", "last": "Campbell"}, "bio": {"gender": "M", "birthday": "1814-10-04"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 7, "party": "Independent"}]}, {"id": {"bioguide": "C000130", "govtrack": 402280, "icpsr": 1491, "wikipedia": "Allen T. Caperton", "wikidata": "Q477737", "google_entity_id": "kg:/m/0bdjp6"}, "name": {"first": "Allen", "middle": "Taylor", "last": "Caperton"}, "bio": {"birthday": "1810-11-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1877-03-03", "state": "WV", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000179", "govtrack": 402326, "icpsr": 1530, "wikipedia": "Nathan T. Carr", "house_history": 10677, "wikidata": "Q1966655", "google_entity_id": "kg:/m/02rkhcw"}, "name": {"first": "Nathan", "middle": "Tracy", "last": "Carr"}, "bio": {"birthday": "1833-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000232", "govtrack": 402377, "icpsr": 1581, "wikipedia": "Thomas J. Cason", "house_history": 10746, "wikidata": "Q2424945", "google_entity_id": "kg:/m/02rkhsl"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Cason"}, "bio": {"birthday": "1828-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "C000248", "govtrack": 402392, "icpsr": 1596, "wikipedia": "George W. Cate", "house_history": 10767, "wikidata": "Q1508416", "google_entity_id": "kg:/m/02vrq11"}, "name": {"first": "George", "middle": "Washington", "last": "Cate"}, "bio": {"birthday": "1825-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "WI", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000255", "govtrack": 402399, "icpsr": 1603, "wikipedia": "Bernard G. Caulfield", "house_history": 10776, "wikidata": "Q4163415", "google_entity_id": "kg:/m/02rk8z_"}, "name": {"first": "Bernard", "middle": "Gregory", "last": "Caulfield"}, "bio": {"birthday": "1828-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000305", "govtrack": 402447, "icpsr": 1648, "wikipedia": "Chester W. Chapin", "house_history": 10838, "wikidata": "Q1070746", "google_entity_id": "kg:/m/02rhdnz"}, "name": {"first": "Chester", "middle": "William", "last": "Chapin"}, "bio": {"birthday": "1798-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000379", "govtrack": 402519, "icpsr": 1714, "wikipedia": "Isaac P. Christiancy", "wikidata": "Q1673429", "google_entity_id": "kg:/m/02yqcc"}, "name": {"first": "Isaac", "middle": "Peckham", "last": "Christiancy"}, "bio": {"birthday": "1812-03-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1879-12-31", "state": "MI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000561", "govtrack": 402692, "icpsr": 1878, "wikipedia": "Alexander Gilmore Cochran", "house_history": 11152, "wikidata": "Q4718955", "google_entity_id": "kg:/m/0kt1mv"}, "name": {"first": "Alexander", "middle": "Gilmore", "last": "Cochran"}, "bio": {"birthday": "1846-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "C000820", "govtrack": 402938, "icpsr": 2102, "wikipedia": "Jacob Pitzer Cowan", "house_history": 11482, "wikidata": "Q13219351", "google_entity_id": "kg:/m/02rm181"}, "name": {"first": "Jacob", "middle": "Pitzer", "last": "Cowan"}, "bio": {"birthday": "1823-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "C000935", "govtrack": 403047, "icpsr": 2202, "house_history": 11623, "wikipedia": "Lorenzo Crounse", "wikidata": "Q882844", "google_entity_id": "kg:/m/09q07z"}, "name": {"first": "Lorenzo", "last": "Crounse"}, "bio": {"birthday": "1834-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NE", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000145", "govtrack": 403278, "icpsr": 2420, "wikipedia": "John M. Davy", "house_history": 12011, "wikidata": "Q6245768", "google_entity_id": "kg:/m/02rksll"}, "name": {"first": "John", "middle": "Madison", "last": "Davy"}, "bio": {"birthday": "1835-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 30, "party": "Republican"}]}, {"id": {"bioguide": "D000180", "govtrack": 403300, "icpsr": 2456, "wikipedia": "Rezin A. De Bolt", "house_history": 12055, "wikidata": "Q1320252", "google_entity_id": "kg:/m/02rzb4d"}, "name": {"first": "Rezin", "middle": "A.", "last": "De Bolt"}, "bio": {"birthday": "1828-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MO", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "D000383", "govtrack": 403499, "icpsr": 2630, "wikipedia": "Samuel A. Dobbins", "house_history": 12304, "wikidata": "Q2217873", "google_entity_id": "kg:/m/02x4tyx"}, "name": {"first": "Samuel", "middle": "Atkinson", "last": "Dobbins"}, "bio": {"birthday": "1814-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NJ", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000562", "govtrack": 403666, "icpsr": 2784, "wikipedia": "George H. Durand", "house_history": 12525, "wikidata": "Q1507465", "google_entity_id": "kg:/m/027jrhj"}, "name": {"first": "George", "middle": "Harman", "last": "Durand"}, "bio": {"birthday": "1838-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MI", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "E000087", "govtrack": 403780, "icpsr": 2879, "wikipedia": "Albert Gallatin Egbert", "house_history": 12705, "wikidata": "Q4710276", "google_entity_id": "kg:/m/0kt1n6"}, "name": {"first": "Albert", "middle": "Gallatin", "last": "Egbert"}, "bio": {"birthday": "1828-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 27, "party": "Democrat"}]}, {"id": {"bioguide": "E000167", "govtrack": 403858, "icpsr": 2955, "wikipedia": "Smith Ely Jr.", "house_history": 12797, "wikidata": "Q1193094", "google_entity_id": "kg:/m/02sbdv"}, "name": {"first": "Smith", "last": "Ely", "suffix": "Jr."}, "bio": {"birthday": "1825-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "E000185", "govtrack": 403874, "icpsr": 2968, "wikipedia": "James E. English", "house_history": 12824, "wikidata": "Q885957", "google_entity_id": "kg:/m/0bh5lx"}, "name": {"first": "James", "middle": "Edward", "last": "English"}, "bio": {"birthday": "1812-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1875-12-06", "end": "1877-03-03", "state": "CT", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000044", "govtrack": 404004, "icpsr": 3080, "wikipedia": "Charles J. Faulkner", "house_history": 13020, "wikidata": "Q1064984", "google_entity_id": "kg:/m/025t99y"}, "name": {"first": "Charles", "middle": "James", "last": "Faulkner"}, "bio": {"birthday": "1806-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "VA", "district": 10, "party": "Whig"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "VA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "F000104", "govtrack": 404061, "icpsr": 3131, "wikipedia": "David Dudley Field II", "house_history": 13105, "wikidata": "Q352906", "google_entity_id": "kg:/m/05k98p"}, "name": {"first": "David", "middle": "Dudley", "last": "Field"}, "bio": {"birthday": "1805-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "F000160", "govtrack": 404115, "icpsr": 3179, "wikipedia": "Samuel McClary Fite", "house_history": 13171, "wikidata": "Q2218654", "google_entity_id": "kg:/m/0dj0q9"}, "name": {"first": "Samuel", "middle": "McClary", "last": "Fite"}, "bio": {"birthday": "1816-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "F000225", "govtrack": 404180, "icpsr": 3238, "wikipedia": "Edwin Flye", "house_history": 13253, "wikidata": "Q1294559", "google_entity_id": "kg:/m/02r2p3d"}, "name": {"first": "Edwin", "last": "Flye"}, "bio": {"birthday": "1817-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "ME", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000394", "govtrack": 404336, "icpsr": 3381, "wikipedia": "Rufus S. Frost", "house_history": 13467, "wikidata": "Q2174799", "google_entity_id": "kg:/m/02rjyzm"}, "name": {"first": "Rufus", "middle": "Smith", "last": "Frost"}, "bio": {"birthday": "1826-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "G000287", "govtrack": 404648, "icpsr": 3675, "wikipedia": "John R. Goodin", "house_history": 13926, "wikidata": "Q1701492", "google_entity_id": "kg:/m/02rgcbd"}, "name": {"first": "John", "middle": "Randolph", "last": "Goodin"}, "bio": {"birthday": "1836-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "KS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000117", "govtrack": 404999, "icpsr": 3997, "wikipedia": "Robert Hamilton (congressman)", "house_history": 14429, "wikidata": "Q2157455", "google_entity_id": "kg:/m/02r7ztr"}, "name": {"first": "Robert", "last": "Hamilton"}, "bio": {"birthday": "1809-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000121", "govtrack": 405003, "icpsr": 4001, "wikipedia": "Hannibal Hamlin", "house_history": 14435, "wikidata": "Q273546", "google_entity_id": "kg:/m/03mpk"}, "name": {"first": "Hannibal", "last": "Hamlin"}, "bio": {"birthday": "1809-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "ME", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "ME", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1848-01-01", "end": "1851-03-03", "state": "ME", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1851-12-01", "end": "1857-03-03", "state": "ME", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1861-12-31", "state": "ME", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "ME", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "ME", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000179", "govtrack": 405060, "icpsr": 4047, "wikipedia": "Jeremiah Haralson", "house_history": 14507, "wikidata": "Q1687538", "google_entity_id": "kg:/m/0fq03q"}, "name": {"first": "Jeremiah", "last": "Haralson"}, "bio": {"gender": "M", "birthday": "1846-04-01"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "AL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000347", "govtrack": 405216, "icpsr": 4192, "wikipedia": "Henry H. Hathorn", "house_history": 14710, "wikidata": "Q13219113", "google_entity_id": "kg:/m/02rkqh9"}, "name": {"first": "Henry", "middle": "Harrison", "last": "Hathorn"}, "bio": {"birthday": "1813-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "H000396", "govtrack": 405264, "icpsr": 4235, "wikipedia": "William S. Haymond", "house_history": 14771, "wikidata": "Q2580463", "google_entity_id": "kg:/m/02rkljl"}, "name": {"first": "William", "middle": "Summerville", "last": "Haymond"}, "bio": {"birthday": "1823-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "H000402", "govtrack": 405269, "icpsr": 4241, "wikipedia": "Charles Hays", "house_history": 14778, "wikidata": "Q1064770", "google_entity_id": "kg:/m/02rk1d_"}, "name": {"first": "Charles", "last": "Hays"}, "bio": {"birthday": "1834-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "AL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "AL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "AL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "AL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000545", "govtrack": 405407, "icpsr": 4369, "wikipedia": "Samuel F. Hersey", "house_history": 14959, "wikidata": "Q1123420", "google_entity_id": "kg:/m/02x579z"}, "name": {"first": "Samuel", "middle": "Freeman", "last": "Hersey"}, "bio": {"birthday": "1812-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "ME", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000698", "govtrack": 405551, "icpsr": 4501, "house_history": 15147, "wikipedia": "Solomon L. Hoge", "wikidata": "Q2299229", "google_entity_id": "kg:/m/02q0lnw"}, "name": {"first": "Solomon", "middle": "Lafayette", "last": "Hoge"}, "bio": {"birthday": "1836-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "SC", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "SC", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000801", "govtrack": 405650, "icpsr": 4591, "wikipedia": "George Gilbert Hoskins", "house_history": 15273, "wikidata": "Q1507412", "google_entity_id": "kg:/m/0gm79r"}, "name": {"first": "George", "middle": "Gilbert", "last": "Hoskins"}, "bio": {"birthday": "1824-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "H000959", "govtrack": 405803, "icpsr": 4733, "wikipedia": "Andrew Humphreys", "house_history": 15468, "wikidata": "Q505234", "google_entity_id": "kg:/m/02rkdt0"}, "name": {"first": "Andrew", "last": "Humphreys"}, "bio": {"birthday": "1821-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H001003", "govtrack": 405843, "icpsr": 4773, "wikipedia": "Stephen A. Hurlbut", "house_history": 15518, "wikidata": "Q2344492", "google_entity_id": "kg:/m/06z12t"}, "name": {"first": "Stephen", "middle": "Augustus", "last": "Hurlbut"}, "bio": {"gender": "M", "birthday": "1815-11-29"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H001025", "govtrack": 405861, "icpsr": 4788, "wikipedia": "John Adams Hyman", "house_history": 15549, "wikidata": "Q1571195", "google_entity_id": "kg:/m/04fdb0"}, "name": {"first": "John", "middle": "Adams", "last": "Hyman"}, "bio": {"gender": "M", "birthday": "1840-07-23"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "J000091", "govtrack": 405993, "icpsr": 4920, "wikipedia": "George A. Jenks", "house_history": 15809, "wikidata": "Q1423073", "google_entity_id": "kg:/m/07d7mm"}, "name": {"first": "George", "middle": "Augustus", "last": "Jenks"}, "bio": {"birthday": "1836-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "J000116", "govtrack": 406017, "icpsr": 4940, "wikipedia": "Andrew Johnson", "house_history": 15840, "wikidata": "Q8612", "google_entity_id": "kg:/m/0rmg"}, "name": {"first": "Andrew", "last": "Johnson"}, "bio": {"birthday": "1808-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "TN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "TN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "TN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "TN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "TN", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1857-12-07", "end": "1863-03-03", "state": "TN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1875-12-06", "end": "1875-12-31", "state": "TN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000253", "govtrack": 406146, "icpsr": 5063, "wikipedia": "Thomas Laurens Jones", "house_history": 16012, "wikidata": "Q2425759", "google_entity_id": "kg:/m/02rjzw4"}, "name": {"first": "Thomas", "middle": "Laurens", "last": "Jones"}, "bio": {"birthday": "1819-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "KY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "K000047", "govtrack": 406217, "icpsr": 5125, "wikipedia": "Edward C. Kehr", "house_history": 16138, "wikidata": "Q1291819", "google_entity_id": "kg:/m/02rnc4y"}, "name": {"first": "Edward", "middle": "Charles", "last": "Kehr"}, "bio": {"birthday": "1837-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MO", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000133", "govtrack": 406299, "icpsr": 5202, "wikipedia": "Francis Kernan", "house_history": 16244, "wikidata": "Q1441609", "google_entity_id": "kg:/m/06cfx3"}, "name": {"first": "Francis", "last": "Kernan"}, "bio": {"birthday": "1816-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "NY", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000143", "govtrack": 406309, "icpsr": 5212, "house_history": 16257, "wikipedia": "Michael C. Kerr", "wikidata": "Q465836", "google_entity_id": "kg:/m/047nkl"}, "name": {"first": "Michael", "middle": "Crawford", "last": "Kerr"}, "bio": {"birthday": "1827-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "K000154", "govtrack": 406318, "icpsr": 5220, "wikipedia": "Winthrop Welles Ketcham", "house_history": 16271, "wikidata": "Q8026591", "google_entity_id": "kg:/m/0kt1tl"}, "name": {"first": "Winthrop", "middle": "Welles", "last": "Ketchum"}, "bio": {"birthday": "1820-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "K000156", "govtrack": 406320, "icpsr": 5222, "wikipedia": "David M. Key", "wikidata": "Q925629", "google_entity_id": "kg:/m/044257"}, "name": {"first": "David", "middle": "McKendree", "last": "Key"}, "bio": {"birthday": "1824-01-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1877-12-31", "state": "TN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000182", "govtrack": 406344, "icpsr": 5244, "wikipedia": "Alanson M. Kimball", "house_history": 16305, "wikidata": "Q921198", "google_entity_id": "kg:/m/026s0n7"}, "name": {"first": "Alanson", "middle": "Mellen", "last": "Kimball"}, "bio": {"birthday": "1827-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "WI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "K000218", "govtrack": 406378, "icpsr": 5276, "wikipedia": "William S. King", "house_history": 16351, "wikidata": "Q2580477", "google_entity_id": "kg:/m/02d1p0"}, "name": {"first": "William", "middle": "Smith", "last": "King"}, "bio": {"birthday": "1828-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000002", "govtrack": 406512, "icpsr": 5395, "wikipedia": "George Augustus La Dow", "house_history": 16575, "wikidata": "Q1506894", "google_entity_id": "kg:/m/02rlckx"}, "name": {"first": "George", "middle": "Augustus", "last": "La Dow"}, "bio": {"birthday": "1826-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000046", "govtrack": 406555, "icpsr": 5429, "wikipedia": "Franklin Landers", "house_history": 16640, "wikidata": "Q1445262", "google_entity_id": "kg:/m/02rkfv0"}, "name": {"first": "Franklin", "last": "Landers"}, "bio": {"birthday": "1825-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "L000064", "govtrack": 406573, "icpsr": 5446, "wikipedia": "Lafayette Lane", "house_history": 16667, "wikidata": "Q1800157", "google_entity_id": "kg:/m/02rkzvz"}, "name": {"first": "La", "middle": "Fayette", "last": "Lane"}, "bio": {"birthday": "1842-11-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000140", "govtrack": 406646, "icpsr": 5518, "house_history": 16772, "wikipedia": "William Lawrence (Ohio Republican)", "wikidata": "Q10913034", "google_entity_id": "kg:/m/064w55"}, "name": {"first": "William", "last": "Lawrence"}, "bio": {"birthday": "1819-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "L000162", "govtrack": 406666, "icpsr": 5603, "wikipedia": "John V. Le Moyne", "house_history": 16800, "wikidata": "Q4420120", "google_entity_id": "kg:/m/02rl14w"}, "name": {"first": "John", "middle": "Valcoulon", "last": "Le Moyne"}, "bio": {"birthday": "1828-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000182", "govtrack": 406684, "icpsr": 5546, "wikipedia": "Elias W. Leavenworth", "house_history": 16824, "wikidata": "Q5360629", "google_entity_id": "kg:/m/026gscg"}, "name": {"first": "Elias", "middle": "Warner", "last": "Leavenworth"}, "bio": {"birthday": "1803-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "L000269", "govtrack": 406770, "icpsr": 5628, "wikipedia": "William M. Levy", "house_history": 16926, "wikidata": "Q1471763", "google_entity_id": "kg:/m/02rv9dg"}, "name": {"first": "William", "middle": "Mallory", "last": "Levy"}, "bio": {"birthday": "1827-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "L000442", "govtrack": 406933, "icpsr": 5779, "wikipedia": "Scott Lord", "house_history": 17143, "wikidata": "Q7436720", "google_entity_id": "kg:/m/02rkwcx"}, "name": {"first": "Scott", "last": "Lord"}, "bio": {"birthday": "1820-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "M000007", "govtrack": 407037, "icpsr": 5875, "wikipedia": "Clinton D. MacDougall", "house_history": 17337, "wikidata": "Q5134103", "google_entity_id": "kg:/m/026hbst"}, "name": {"first": "Clinton", "middle": "Dugald", "last": "MacDougall"}, "bio": {"birthday": "1839-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "M000054", "govtrack": 407082, "icpsr": 5914, "wikipedia": "Henry S. Magoon", "house_history": 17396, "wikidata": "Q1607235", "google_entity_id": "kg:/m/02vrqgt"}, "name": {"first": "Henry", "middle": "Sterling", "last": "Magoon"}, "bio": {"birthday": "1832-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "WI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000379", "govtrack": 407382, "icpsr": 6191, "wikipedia": "George W. McCrary", "house_history": 17798, "wikidata": "Q720251", "google_entity_id": "kg:/m/03zds2"}, "name": {"first": "George", "middle": "Washington", "last": "McCrary"}, "bio": {"birthday": "1835-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000412", "govtrack": 407412, "icpsr": 6219, "wikipedia": "Joseph E. McDonald", "house_history": 17842, "wikidata": "Q436858", "google_entity_id": "kg:/m/0cym5s"}, "name": {"first": "Joseph", "middle": "Ewing", "last": "McDonald"}, "bio": {"birthday": "1819-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "IN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000439", "govtrack": 407438, "icpsr": 6243, "wikipedia": "William McFarland", "house_history": 17875, "wikidata": "Q2579937", "google_entity_id": "kg:/m/0dfcp9"}, "name": {"first": "William", "last": "McFarland"}, "bio": {"birthday": "1821-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000616", "govtrack": 407605, "icpsr": 6395, "wikipedia": "Edwin R. Meade", "house_history": 18096, "wikidata": "Q799499", "google_entity_id": "kg:/m/02rkp2r"}, "name": {"first": "Edwin", "middle": "Ruthven", "last": "Meade"}, "bio": {"birthday": "1836-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000673", "govtrack": 407658, "icpsr": 6444, "wikipedia": "Henry B. Metcalfe", "house_history": 18166, "wikidata": "Q129693", "google_entity_id": "kg:/m/02rkq9t"}, "name": {"first": "Henry", "middle": "Bleecker", "last": "Metcalfe"}, "bio": {"birthday": "1805-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000752", "govtrack": 407730, "icpsr": 6506, "wikipedia": "Samuel F. Miller (U.S. politician)", "house_history": 18269, "wikidata": "Q7411348", "google_entity_id": "kg:/m/02qn6nc"}, "name": {"first": "Samuel", "middle": "Franklin", "last": "Miller"}, "bio": {"birthday": "1827-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "M000768", "govtrack": 407746, "icpsr": 6522, "wikipedia": "Charles W. Milliken", "house_history": 18290, "wikidata": "Q1066355", "google_entity_id": "kg:/m/02rhdl6"}, "name": {"first": "Charles", "middle": "William", "last": "Milliken"}, "bio": {"birthday": "1827-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000942", "govtrack": 407910, "icpsr": 6670, "wikipedia": "Frank Morey", "house_history": 18514, "wikidata": "Q1443803", "google_entity_id": "kg:/m/02rtmsm"}, "name": {"first": "Frank", "last": "Morey"}, "bio": {"birthday": "1840-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "LA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "LA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "LA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "LA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "N000008", "govtrack": 408102, "icpsr": 6844, "wikipedia": "Charles E. Nash", "house_history": 18846, "wikidata": "Q1064221", "google_entity_id": "kg:/m/0fq07j"}, "name": {"first": "Charles", "middle": "Edmund", "last": "Nash"}, "bio": {"birthday": "1844-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "LA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "N000014", "govtrack": 408108, "icpsr": 6850, "wikipedia": "Lawrence T. Neal", "house_history": 18853, "wikidata": "Q6504621", "google_entity_id": "kg:/m/02rm29f"}, "name": {"first": "Lawrence", "middle": "Talbot", "last": "Neal"}, "bio": {"birthday": "1844-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "N000155", "govtrack": 408237, "icpsr": 6974, "wikipedia": "Nelson I. Norton", "house_history": 19026, "wikidata": "Q6990574", "google_entity_id": "kg:/m/02rktz3"}, "name": {"first": "Nelson", "middle": "Ira", "last": "Norton"}, "bio": {"birthday": "1820-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 33, "party": "Republican"}]}, {"id": {"bioguide": "O000017", "govtrack": 408268, "icpsr": 7005, "wikipedia": "William J. O'Brien", "house_history": 19090, "wikidata": "Q1027364", "google_entity_id": "kg:/m/08r6lm"}, "name": {"first": "William", "middle": "James", "last": "O'Brien"}, "bio": {"birthday": "1836-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "O000038", "govtrack": 408323, "icpsr": 7026, "wikipedia": "Nathaniel H. Odell", "house_history": 19116, "wikidata": "Q2377305", "google_entity_id": "kg:/m/02rkty2"}, "name": {"first": "Nathaniel", "middle": "Holmes", "last": "Odell"}, "bio": {"birthday": "1828-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "P000008", "govtrack": 408419, "icpsr": 7147, "wikipedia": "John Black Packer", "house_history": 19291, "wikidata": "Q6222059", "google_entity_id": "kg:/m/0kt1tz"}, "name": {"first": "John", "middle": "Black", "last": "Packer"}, "bio": {"birthday": "1824-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "P000087", "govtrack": 408497, "icpsr": 7219, "wikipedia": "Edward Y. Parsons", "house_history": 19379, "wikidata": "Q1294163", "google_entity_id": "kg:/m/02rhfs0"}, "name": {"first": "Edward", "middle": "Young", "last": "Parsons"}, "bio": {"birthday": "1842-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "KY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "P000335", "govtrack": 408732, "icpsr": 7437, "wikipedia": "Henry L. Pierce", "house_history": 19694, "wikidata": "Q584364", "google_entity_id": "kg:/m/0krwvp"}, "name": {"first": "Henry", "middle": "Lillie", "last": "Pierce"}, "bio": {"birthday": "1825-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000364", "govtrack": 408760, "icpsr": 7465, "wikipedia": "William Adam Piper", "house_history": 19730, "wikidata": "Q2577773", "google_entity_id": "kg:/m/027l6f3"}, "name": {"first": "William", "middle": "Adam", "last": "Piper"}, "bio": {"birthday": "1826-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "CA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000374", "govtrack": 408768, "icpsr": 7474, "wikipedia": "Harris M. Plaisted", "house_history": 19743, "wikidata": "Q370611", "google_entity_id": "kg:/m/02rv9pd"}, "name": {"first": "Harris", "middle": "Merrill", "last": "Plaisted"}, "bio": {"birthday": "1828-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "ME", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "P000434", "govtrack": 408825, "icpsr": 7528, "wikipedia": "Earley F. Poppleton", "house_history": 19820, "wikidata": "Q5326496", "google_entity_id": "kg:/m/02rl_k1"}, "name": {"first": "Earley", "middle": "Franklin", "last": "Poppleton"}, "bio": {"birthday": "1834-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "P000459", "govtrack": 408846, "icpsr": 7550, "wikipedia": "Allen Potter", "house_history": 19850, "wikidata": "Q1771801", "google_entity_id": "kg:/m/028bmxj"}, "name": {"first": "Allen", "last": "Potter"}, "bio": {"birthday": "1818-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MI", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "P000480", "govtrack": 408865, "icpsr": 7571, "wikipedia": "Joseph Powell (congressman)", "house_history": 19875, "wikidata": "Q6286332", "google_entity_id": "kg:/m/0kt1pb"}, "name": {"first": "Joseph", "last": "Powell"}, "bio": {"birthday": "1828-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "P000501", "govtrack": 408886, "icpsr": 7591, "wikipedia": "Henry Otis Pratt", "house_history": 19899, "wikidata": "Q1607117", "google_entity_id": "kg:/m/02rk7k8"}, "name": {"first": "Henry", "middle": "Otis", "last": "Pratt"}, "bio": {"birthday": "1838-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "P000572", "govtrack": 408955, "icpsr": 7654, "wikipedia": "William J. Purman", "house_history": 19991, "wikidata": "Q2579466", "google_entity_id": "kg:/m/0f6srk"}, "name": {"first": "William", "middle": "James", "last": "Purman"}, "bio": {"birthday": "1840-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "FL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "FL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000050", "govtrack": 409031, "icpsr": 7726, "wikipedia": "Theodore Fitz Randolph", "wikidata": "Q436405", "google_entity_id": "kg:/m/0b34kh"}, "name": {"first": "Theodore", "middle": "Fitz", "last": "Randolph"}, "bio": {"birthday": "1826-06-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "NJ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000154", "govtrack": 409131, "icpsr": 7815, "house_history": 20276, "wikipedia": "John Reilly (Pennsylvania)", "wikidata": "Q6254558", "google_entity_id": "kg:/m/0kt1pr"}, "name": {"first": "John", "last": "Reilly"}, "bio": {"birthday": "1836-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "R000301", "govtrack": 409273, "icpsr": 7944, "house_history": 20458, "wikipedia": "John Robbins (congressman)", "wikidata": "Q6255072", "google_entity_id": "kg:/m/0fs8nh"}, "name": {"first": "John", "last": "Robbins"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000454", "govtrack": 409418, "icpsr": 8076, "house_history": 20644, "wikipedia": "Sobieski Ross", "wikidata": "Q7550042", "google_entity_id": "kg:/m/0g270r"}, "name": {"first": "Sobieski", "last": "Ross"}, "bio": {"birthday": "1828-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "R000517", "govtrack": 409475, "icpsr": 8120, "wikipedia": "Jeremiah McLain Rusk", "house_history": 20724, "wikidata": "Q887084", "google_entity_id": "kg:/m/01ltkl"}, "name": {"first": "Jeremiah", "middle": "McLain", "last": "Rusk"}, "bio": {"birthday": "1830-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "WI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "S000084", "govtrack": 409596, "icpsr": 8233, "wikipedia": "John S. Savage", "house_history": 21238, "wikidata": "Q10775657", "google_entity_id": "kg:/m/0cy58k"}, "name": {"first": "John", "middle": "Simpson", "last": "Savage"}, "bio": {"birthday": "1841-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000147", "govtrack": 409655, "icpsr": 8276, "wikipedia": "John G. Schumaker", "house_history": 21320, "wikidata": "Q219486", "google_entity_id": "kg:/m/0ktb86"}, "name": {"first": "John", "middle": "Godfrey", "last": "Schumaker"}, "bio": {"birthday": "1826-06-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000225", "govtrack": 409730, "icpsr": 8347, "house_history": 21414, "wikipedia": "Julius Hawley Seelye", "wikidata": "Q1712678", "google_entity_id": "kg:/m/0576k4"}, "name": {"first": "Julius", "middle": "Hawley", "last": "Seelye"}, "bio": {"birthday": "1824-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MA", "district": 10, "party": "Independent"}]}, {"id": {"bioguide": "S000292", "govtrack": 409791, "icpsr": 8405, "wikipedia": "William Sharon", "wikidata": "Q3568949", "google_entity_id": "kg:/m/066__3"}, "name": {"first": "William", "last": "Sharon"}, "bio": {"birthday": "1821-01-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "NV", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000313", "govtrack": 409811, "icpsr": 8424, "house_history": 21525, "wikipedia": "James Sheakley", "wikidata": "Q324065", "google_entity_id": "kg:/m/03x50s"}, "name": {"first": "James", "last": "Sheakley"}, "bio": {"birthday": "1829-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "S000731", "govtrack": 410200, "icpsr": 8791, "wikipedia": "William B. Spencer", "house_history": 22039, "wikidata": "Q2577933", "google_entity_id": "kg:/m/02rv9f4"}, "name": {"first": "William", "middle": "Brainerd", "last": "Spencer"}, "bio": {"gender": "M", "birthday": "1835-02-05"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "LA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000807", "govtrack": 410273, "icpsr": 8847, "wikipedia": "William Henry Stanton (congressman)", "house_history": 22138, "wikidata": "Q8012170", "google_entity_id": "kg:/m/0kt1lq"}, "name": {"first": "William", "middle": "Henry", "last": "Stanton"}, "bio": {"birthday": "1843-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "S000815", "govtrack": 410280, "icpsr": 8854, "house_history": 22149, "wikipedia": "Henry H. Starkweather", "wikidata": "Q1606823", "google_entity_id": "kg:/m/02pjk43"}, "name": {"first": "Henry", "middle": "Howard", "last": "Starkweather"}, "bio": {"birthday": "1826-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "CT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000840", "govtrack": 410304, "wikipedia": "William Randolph Steele", "house_history": 22178, "wikidata": "Q1393108", "google_entity_id": "kg:/m/02rj_yx"}, "name": {"first": "William", "middle": "Randolph", "last": "Steele"}, "bio": {"birthday": "1842-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "WY", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "WY", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "S000967", "govtrack": 410426, "icpsr": 8988, "wikipedia": "William Henry Stone", "house_history": 22337, "wikidata": "Q2579251", "google_entity_id": "kg:/m/02rz8kf"}, "name": {"first": "William", "middle": "Henry", "last": "Stone"}, "bio": {"birthday": "1828-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000985", "govtrack": 410444, "icpsr": 9006, "wikipedia": "William Henry Harrison Stowell", "house_history": 22359, "wikidata": "Q1168008", "google_entity_id": "kg:/m/028by6h"}, "name": {"first": "William", "middle": "Henry Harrison", "last": "Stowell"}, "bio": {"birthday": "1840-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "VA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "T000041", "govtrack": 410629, "icpsr": 9179, "wikipedia": "John K. Tarbox", "house_history": 22683, "wikidata": "Q765133", "google_entity_id": "kg:/m/02rhk95"}, "name": {"first": "John", "middle": "Kemble", "last": "Tarbox"}, "bio": {"birthday": "1838-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "T000111", "govtrack": 410693, "icpsr": 9242, "wikipedia": "Frederick Halstead Teese", "house_history": 22770, "wikidata": "Q1450330", "google_entity_id": "kg:/m/02vn_6g"}, "name": {"first": "Frederick", "middle": "Halstead", "last": "Teese"}, "bio": {"birthday": "1823-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NJ", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "T000136", "govtrack": 410718, "icpsr": 9264, "wikipedia": "William Terry (congressman)", "house_history": 22797, "wikidata": "Q3205", "google_entity_id": "kg:/m/02pmnqn"}, "name": {"first": "William", "last": "Terry"}, "bio": {"birthday": "1824-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "VA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "T000182", "govtrack": 410763, "icpsr": 9307, "wikipedia": "Philip Francis Thomas", "house_history": 22855, "wikidata": "Q529914", "google_entity_id": "kg:/m/03hbt4"}, "name": {"first": "Phillip", "middle": "Francis", "last": "Thomas"}, "bio": {"birthday": "1810-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1839-12-02", "end": "1841-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000195", "govtrack": 410774, "icpsr": 9317, "wikipedia": "Charles Perkins Thompson", "house_history": 22873, "wikidata": "Q1065752", "google_entity_id": "kg:/m/02r313q"}, "name": {"first": "Charles", "middle": "Perkins", "last": "Thompson"}, "bio": {"birthday": "1827-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "T000251", "govtrack": 410828, "icpsr": 9367, "wikipedia": "Allen G. Thurman", "house_history": 22939, "wikidata": "Q1850376", "google_entity_id": "kg:/m/0c3ql"}, "name": {"first": "Allen", "middle": "Granberry", "last": "Thurman"}, "bio": {"birthday": "1813-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "OH", "district": 8, "party": "Democrat"}, {"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "OH", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "OH", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000337", "govtrack": 410908, "icpsr": 9441, "wikipedia": "Washington Townsend", "house_history": 23047, "wikidata": "Q7972348", "google_entity_id": "kg:/m/0ksywn"}, "name": {"first": "Washington", "last": "Townsend"}, "bio": {"birthday": "1813-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "T000406", "govtrack": 410975, "icpsr": 9503, "wikipedia": "John Q. Tufts", "house_history": 23130, "wikidata": "Q1551859", "google_entity_id": "kg:/m/02r6p8_"}, "name": {"first": "John", "middle": "Quincy", "last": "Tufts"}, "bio": {"birthday": "1840-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "V000016", "govtrack": 411112, "icpsr": 9596, "wikipedia": "John L. Vance", "house_history": 20898, "wikidata": "Q6243722", "google_entity_id": "kg:/m/02rm1sy"}, "name": {"first": "John", "middle": "Luther", "last": "Vance"}, "bio": {"birthday": "1839-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "W000041", "govtrack": 411221, "icpsr": 9731, "wikipedia": "Henry Waldron", "house_history": 23266, "wikidata": "Q1602499", "google_entity_id": "kg:/m/026wlts"}, "name": {"first": "Henry", "last": "Waldron"}, "bio": {"birthday": "1819-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MI", "district": 2, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000047", "govtrack": 411227, "icpsr": 9736, "wikipedia": "Charles C. B. Walker", "house_history": 23272, "wikidata": "Q5075954", "google_entity_id": "kg:/m/02rkmv5"}, "name": {"first": "Charles", "middle": "Christopher Brainerd", "last": "Walker"}, "bio": {"gender": "M", "birthday": "1824-06-27"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 29, "party": "Democrat"}]}, {"id": {"bioguide": "W000074", "govtrack": 411253, "icpsr": 9760, "wikipedia": "Alexander S. Wallace", "house_history": 23303, "wikidata": "Q1458662", "google_entity_id": "kg:/m/02vp018"}, "name": {"first": "Alexander", "middle": "Stuart", "last": "Wallace"}, "bio": {"birthday": "1810-12-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "SC", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "W000079", "govtrack": 411258, "icpsr": 9765, "wikipedia": "John Winfield Wallace", "house_history": 23308, "wikidata": "Q6264603", "google_entity_id": "kg:/m/0kt1k5"}, "name": {"first": "John", "middle": "Winfield", "last": "Wallace"}, "bio": {"birthday": "1818-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "W000084", "govtrack": 411263, "icpsr": 9770, "wikipedia": "William A. Wallace", "wikidata": "Q176510", "google_entity_id": "kg:/m/08nzps"}, "name": {"first": "William", "middle": "Andrew", "last": "Wallace"}, "bio": {"birthday": "1827-11-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "PA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000091", "govtrack": 411270, "icpsr": 9777, "wikipedia": "Ansel T. Walling", "house_history": 23321, "wikidata": "Q4770576", "google_entity_id": "kg:/m/02rlzwq"}, "name": {"first": "Ansel", "middle": "Tracy", "last": "Walling"}, "bio": {"birthday": "1824-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "W000093", "govtrack": 411272, "icpsr": 9778, "house_history": 23324, "wikipedia": "Josiah T. Walls", "wikidata": "Q1708665", "google_entity_id": "kg:/m/06r8b9"}, "name": {"first": "Josiah", "middle": "Thomas", "last": "Walls"}, "bio": {"birthday": "1842-12-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "FL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "FL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "FL", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000131", "govtrack": 411306, "icpsr": 9812, "house_history": 23368, "wikipedia": "Elijah Ward", "wikidata": "Q983147", "google_entity_id": "kg:/m/078wpg"}, "name": {"first": "Elijah", "last": "Ward"}, "bio": {"birthday": "1816-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "W000168", "govtrack": 411341, "icpsr": 9846, "wikipedia": "William W. Warren", "house_history": 23410, "wikidata": "Q1303624", "google_entity_id": "kg:/m/02rk04f"}, "name": {"first": "William", "middle": "Wirt", "last": "Warren"}, "bio": {"birthday": "1834-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "W000209", "govtrack": 411379, "icpsr": 9880, "house_history": 23466, "wikipedia": "Henry Watterson", "wikidata": "Q1607389", "google_entity_id": "kg:/m/03y719"}, "name": {"first": "Henry", "last": "Watterson"}, "bio": {"birthday": "1840-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "KY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000283", "govtrack": 411448, "icpsr": 9943, "wikipedia": "Guilford Wiley Wells", "house_history": 23559, "wikidata": "Q1553819", "google_entity_id": "kg:/m/02x3_v3"}, "name": {"first": "Guilford", "middle": "Wiley", "last": "Wells"}, "bio": {"birthday": "1840-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MS", "district": 2, "party": "Ind. Republican"}]}, {"id": {"bioguide": "W000341", "govtrack": 411503, "icpsr": 9995, "wikipedia": "William A. Wheeler", "house_history": 23623, "wikidata": "Q310835", "google_entity_id": "kg:/m/0m8lc"}, "name": {"first": "William", "middle": "Almon", "last": "Wheeler"}, "bio": {"birthday": "1819-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "W000405", "govtrack": 411565, "icpsr": 10056, "wikipedia": "John O. Whitehouse", "house_history": 23695, "wikidata": "Q2592817", "google_entity_id": "kg:/m/02rksr1"}, "name": {"first": "John", "middle": "Osborne", "last": "Whitehouse"}, "bio": {"birthday": "1817-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "W000416", "govtrack": 411575, "icpsr": 10065, "wikipedia": "Richard H. Whiting", "house_history": 23708, "wikidata": "Q7326191", "google_entity_id": "kg:/m/02rkck4"}, "name": {"first": "Richard", "middle": "Henry", "last": "Whiting"}, "bio": {"birthday": "1826-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000479", "govtrack": 411636, "icpsr": 10124, "wikipedia": "George Willard", "house_history": 23787, "wikidata": "Q1508602", "google_entity_id": "kg:/m/027x_sl"}, "name": {"first": "George", "last": "Willard"}, "bio": {"birthday": "1824-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000507", "govtrack": 411664, "icpsr": 10152, "wikipedia": "James D. Williams", "house_history": 23817, "wikidata": "Q1484759", "google_entity_id": "kg:/m/0bpfrn"}, "name": {"first": "James", "middle": "Douglas", "last": "Williams"}, "bio": {"birthday": "1808-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000547", "govtrack": 411703, "icpsr": 10189, "wikipedia": "William B. Williams (politician)", "house_history": 23863, "wikidata": "Q1299993", "google_entity_id": "kg:/m/02ppm0y"}, "name": {"first": "William", "middle": "Brewster", "last": "Williams"}, "bio": {"birthday": "1826-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MI", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000567", "govtrack": 411723, "icpsr": 10209, "wikipedia": "William W. Wilshire", "house_history": 23887, "wikidata": "Q2580965", "google_entity_id": "kg:/m/02rk05t"}, "name": {"first": "William", "middle": "Wallace", "last": "Wilshire"}, "bio": {"birthday": "1830-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "AR", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000659", "govtrack": 411812, "icpsr": 10295, "wikipedia": "Robert E. Withers", "wikidata": "Q1664315", "google_entity_id": "kg:/m/08kl1d"}, "name": {"first": "Robert", "middle": "Enoch", "last": "Withers"}, "bio": {"birthday": "1821-09-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "VA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000688", "govtrack": 411840, "icpsr": 10318, "wikipedia": "Alan Wood, Jr.", "house_history": 24036, "wikidata": "Q4708090", "google_entity_id": "kg:/m/0ksyx0"}, "name": {"first": "Alan", "last": "Wood", "suffix": "Jr."}, "bio": {"birthday": "1834-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "W000735", "govtrack": 411886, "icpsr": 10365, "wikipedia": "Laurin D. Woodworth", "house_history": 24093, "wikidata": "Q6501819", "google_entity_id": "kg:/m/02rm28r"}, "name": {"first": "Laurin", "middle": "Dewey", "last": "Woodworth"}, "bio": {"birthday": "1837-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "B000166", "govtrack": 401168, "icpsr": 455, "house_history": 8985, "wikipedia": "William Henry Barnum", "wikidata": "Q744932", "google_entity_id": "kg:/m/09l8w5"}, "name": {"first": "William", "middle": "Henry", "last": "Barnum"}, "bio": {"birthday": "1818-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "CT", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "CT", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "CT", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "CT", "district": 4, "party": "Democrat"}, {"type": "sen", "start": "1876-01-01", "end": "1879-03-03", "state": "CT", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000519", "govtrack": 401495, "icpsr": 760, "house_history": 9445, "wikipedia": "James G. Blaine", "wikidata": "Q448778", "google_entity_id": "kg:/m/0447f"}, "name": {"first": "James", "middle": "Gillespie", "last": "Blaine"}, "bio": {"birthday": "1830-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1876-01-01", "end": "1881-12-31", "state": "ME", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000271", "govtrack": 402414, "icpsr": 1616, "house_history": 10798, "wikipedia": "Jerome B. Chaffee", "wikidata": "Q1687727", "google_entity_id": "kg:/m/09825y"}, "name": {"first": "Jerome", "middle": "Bunty", "last": "Chaffee"}, "bio": {"birthday": "1825-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "CO", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "CO", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1876-01-01", "end": "1879-03-03", "state": "CO", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000530", "govtrack": 408914, "icpsr": 7616, "wikipedia": "Samuel Price", "wikidata": "Q1520819", "google_entity_id": "kg:/m/0cwjsd"}, "name": {"first": "Samuel", "last": "Price"}, "bio": {"birthday": "1805-07-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1876-01-01", "end": "1877-12-31", "state": "WV", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000393", "govtrack": 405261, "icpsr": 4232, "house_history": 14767, "wikipedia": "Rutherford B. Hayes", "wikidata": "Q35686", "google_entity_id": "kg:/m/06g42"}, "name": {"first": "Rutherford", "middle": "Birchard", "last": "Hayes"}, "bio": {"birthday": "1822-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000279", "govtrack": 400919, "icpsr": 230, "wikipedia": "David H. Armstrong", "wikidata": "Q1174636", "google_entity_id": "kg:/m/0d03f9"}, "name": {"first": "David", "middle": "Hartley", "last": "Armstrong"}, "bio": {"birthday": "1812-10-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1877-10-15", "end": "1879-03-03", "state": "MO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000020", "govtrack": 401025, "icpsr": 328, "wikipedia": "William J. Bacon", "house_history": 8798, "wikidata": "Q8013134", "google_entity_id": "kg:/m/02rky49"}, "name": {"first": "William", "middle": "Johnson", "last": "Bacon"}, "bio": {"birthday": "1803-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "B000032", "govtrack": 401037, "icpsr": 336, "wikipedia": "George A. Bagley", "house_history": 8816, "wikidata": "Q5535918", "google_entity_id": "kg:/m/026gsfw"}, "name": {"first": "George", "middle": "Augustus", "last": "Bagley"}, "bio": {"birthday": "1826-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "B000039", "govtrack": 401044, "icpsr": 342, "wikipedia": "James E. Bailey", "wikidata": "Q1680314", "google_entity_id": "kg:/m/04kns0"}, "name": {"first": "James", "middle": "Edmund", "last": "Bailey"}, "bio": {"birthday": "1822-08-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1877-10-15", "end": "1881-03-03", "state": "TN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000077", "govtrack": 401080, "icpsr": 375, "wikipedia": "William H. Baker", "house_history": 8872, "wikidata": "Q8010317", "google_entity_id": "kg:/m/02rky1k"}, "name": {"first": "William", "middle": "Henry", "last": "Baker"}, "bio": {"birthday": "1827-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "B000117", "govtrack": 401118, "icpsr": 410, "wikipedia": "Henry B. Banning", "house_history": 8922, "wikidata": "Q168149", "google_entity_id": "kg:/m/02rm0yd"}, "name": {"first": "Henry", "middle": "Blackstone", "last": "Banning"}, "bio": {"birthday": "1836-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 2, "party": "Liberal Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000305", "govtrack": 401298, "icpsr": 575, "wikipedia": "George M. Beebe", "house_history": 9170, "wikidata": "Q1507808", "google_entity_id": "kg:/m/02rkpnh"}, "name": {"first": "George", "middle": "Monroe", "last": "Beebe"}, "bio": {"birthday": "1836-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "B000336", "govtrack": 401328, "icpsr": 602, "wikipedia": "Hiram Parks Bell", "house_history": 9212, "wikidata": "Q1310939", "google_entity_id": "kg:/m/0279l00"}, "name": {"first": "Hiram", "middle": "Parks", "last": "Bell"}, "bio": {"birthday": "1827-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "GA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "B000357", "govtrack": 401349, "icpsr": 622, "wikipedia": "Charles B. Benedict", "house_history": 9240, "wikidata": "Q5075280", "google_entity_id": "kg:/m/02rkmqd"}, "name": {"first": "Charles", "middle": "Brewster", "last": "Benedict"}, "bio": {"birthday": "1828-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 31, "party": "Democrat"}]}, {"id": {"bioguide": "B000629", "govtrack": 401594, "icpsr": 853, "wikipedia": "Andrew Boone", "house_history": 9598, "wikidata": "Q503826", "google_entity_id": "kg:/m/02qgj7w"}, "name": {"first": "Andrew", "middle": "Rechmond", "last": "Boone"}, "bio": {"birthday": "1831-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "KY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000804", "govtrack": 401761, "icpsr": 1009, "wikipedia": "Lorenzo Brentano", "house_history": 9819, "wikidata": "Q213960", "google_entity_id": "kg:/m/02rkb_z"}, "name": {"first": "Lorenzo", "last": "Brentano"}, "bio": {"birthday": "1813-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000824", "govtrack": 401781, "icpsr": 1028, "wikipedia": "Samuel Augustus Bridges", "house_history": 9847, "wikidata": "Q7410803", "google_entity_id": "kg:/m/0kt0kr"}, "name": {"first": "Samuel", "middle": "Augustus", "last": "Bridges"}, "bio": {"birthday": "1802-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "B000863", "govtrack": 401820, "icpsr": 1062, "wikipedia": "Curtis Hooks Brogden", "house_history": 9895, "wikidata": "Q885239", "google_entity_id": "kg:/m/02j1gh"}, "name": {"first": "Curtis", "middle": "Hooks", "last": "Brogden"}, "bio": {"birthday": "1816-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001060", "govtrack": 402007, "icpsr": 1238, "wikipedia": "Solomon Bundy", "house_history": 10140, "wikidata": "Q7558576", "google_entity_id": "kg:/m/02qdg7s"}, "name": {"first": "Solomon", "last": "Bundy"}, "bio": {"birthday": "1823-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "B001070", "govtrack": 402016, "icpsr": 1246, "wikipedia": "Horatio C. Burchard", "house_history": 10155, "wikidata": "Q4419897", "google_entity_id": "kg:/m/02rk9z8"}, "name": {"first": "Horatio", "middle": "Chapin", "last": "Burchard"}, "bio": {"birthday": "1825-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B001078", "govtrack": 402024, "icpsr": 1253, "wikipedia": "Theodore Weld Burdick", "house_history": 10166, "wikidata": "Q520299", "google_entity_id": "kg:/m/02rk867"}, "name": {"first": "Theodore", "middle": "Weld", "last": "Burdick"}, "bio": {"birthday": "1836-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B001174", "govtrack": 402116, "icpsr": 1335, "wikipedia": "Benjamin Butler (politician)", "house_history": 10287, "wikidata": "Q817488", "google_entity_id": "kg:/m/036ncz"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Butler"}, "bio": {"birthday": "1818-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "C000022", "govtrack": 402183, "icpsr": 1396, "house_history": 10470, "wikipedia": "Richard H. Cain", "wikidata": "Q2149666", "google_entity_id": "kg:/m/06r90l"}, "name": {"first": "Richard", "middle": "Harvey", "last": "Cain"}, "bio": {"birthday": "1825-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "SC", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "SC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000041", "govtrack": 402202, "icpsr": 1415, "wikipedia": "William Parker Caldwell", "house_history": 10493, "wikidata": "Q1669201", "google_entity_id": "kg:/m/0dj1mr"}, "name": {"first": "William", "middle": "Parker", "last": "Caldwell"}, "bio": {"birthday": "1832-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "C000112", "govtrack": 402264, "icpsr": 1475, "wikipedia": "Milton A. Candler", "house_history": 10586, "wikidata": "Q1935849", "google_entity_id": "kg:/m/0h62lj"}, "name": {"first": "Milton", "middle": "Anthony", "last": "Candler"}, "bio": {"birthday": "1837-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000464", "govtrack": 402602, "icpsr": 1794, "wikipedia": "John Blades Clarke", "house_history": 11027, "wikidata": "Q1602816", "google_entity_id": "kg:/m/02rhjt0"}, "name": {"first": "John", "middle": "Blades", "last": "Clarke"}, "bio": {"birthday": "1833-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "KY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "KY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "C000610", "govtrack": 402739, "icpsr": 1924, "wikipedia": "Nathan Cole", "house_history": 11213, "wikidata": "Q1966498", "google_entity_id": "kg:/m/02rmxqs"}, "name": {"first": "Nathan", "last": "Cole"}, "bio": {"birthday": "1825-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MO", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000636", "govtrack": 402765, "icpsr": 1946, "wikipedia": "Francis Dolan Collins", "house_history": 11248, "wikidata": "Q5480746", "google_entity_id": "kg:/m/0ks_p9"}, "name": {"first": "Francis", "middle": "Dolan", "last": "Collins"}, "bio": {"birthday": "1841-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000777", "govtrack": 402897, "wikipedia": "William Wellington Corlett", "house_history": 11425, "wikidata": "Q1304958", "google_entity_id": "kg:/m/02rk06h"}, "name": {"first": "William", "middle": "Wellington", "last": "Corlett"}, "bio": {"birthday": "1842-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "WY", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "C000833", "govtrack": 402950, "icpsr": 2113, "house_history": 11499, "wikipedia": "Jacob Dolson Cox", "wikidata": "Q177350", "google_entity_id": "kg:/m/033wjy"}, "name": {"first": "Jacob", "middle": "Dolson", "last": "Cox"}, "bio": {"birthday": "1828-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000913", "govtrack": 403025, "icpsr": 2182, "house_history": 11598, "wikipedia": "Thomas Theodore Crittenden", "wikidata": "Q183059", "google_entity_id": "kg:/m/037c7k"}, "name": {"first": "Thomas", "middle": "Theodore", "last": "Crittenden"}, "bio": {"birthday": "1832-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MO", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000986", "govtrack": 403094, "icpsr": 2250, "wikipedia": "Henry J. B. Cummings", "house_history": 11687, "wikidata": "Q1606905", "google_entity_id": "kg:/m/02rcsh2"}, "name": {"first": "Henry", "middle": "Johnson Brodhead", "last": "Cummings"}, "bio": {"birthday": "1831-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "C001025", "govtrack": 403132, "icpsr": 2286, "wikipedia": "Augustus W. Cutler", "house_history": 11732, "wikidata": "Q770652", "google_entity_id": "kg:/m/02r7yn8"}, "name": {"first": "Augustus", "middle": "William", "last": "Cutler"}, "bio": {"birthday": "1827-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NJ", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NJ", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "D000097", "govtrack": 403233, "icpsr": 2378, "wikipedia": "David Davis (Supreme Court justice)", "wikidata": "Q374427", "google_entity_id": "kg:/m/029701"}, "name": {"first": "David", "last": "Davis"}, "bio": {"birthday": "1815-03-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "IL", "class": 2, "party": "Independent"}]}, {"id": {"bioguide": "D000103", "govtrack": 403239, "icpsr": 2384, "wikipedia": "Henry G. Davis", "wikidata": "Q441518", "google_entity_id": "kg:/m/03wd4j"}, "name": {"first": "Henry", "middle": "Gassaway", "last": "Davis"}, "bio": {"birthday": "1823-11-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "WV", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "WV", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000170", "govtrack": 403332, "icpsr": 2443, "wikipedia": "Benjamin Dean", "house_history": 12045, "wikidata": "Q817445", "google_entity_id": "kg:/m/0ks4bj"}, "name": {"first": "Benjamin", "last": "Dean"}, "bio": {"birthday": "1824-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000236", "govtrack": 403374, "icpsr": 2496, "house_history": 12123, "wikipedia": "Dudley Chase Denison", "wikidata": "Q1263716", "google_entity_id": "kg:/m/028c6f6"}, "name": {"first": "Dudley", "middle": "Chase", "last": "Denison"}, "bio": {"birthday": "1819-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "VT", "district": 2, "party": "Ind. Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "VT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000450", "govtrack": 403560, "icpsr": 2686, "wikipedia": "Beverly B. Douglas", "house_history": 12393, "wikidata": "Q851699", "google_entity_id": "kg:/m/02vrpw4"}, "name": {"first": "Beverly", "middle": "Browne", "last": "Douglas"}, "bio": {"birthday": "1822-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "VA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000572", "govtrack": 403675, "icpsr": 2792, "wikipedia": "Milton J. Durham", "house_history": 12537, "wikidata": "Q1935895", "google_entity_id": "kg:/m/02rjxcr"}, "name": {"first": "Milton", "middle": "Jameson", "last": "Durham"}, "bio": {"birthday": "1824-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "KY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "E000005", "govtrack": 403701, "icpsr": 2811, "wikipedia": "Benjamin T. Eames", "house_history": 12609, "wikidata": "Q817702", "google_entity_id": "kg:/m/02rhcn_"}, "name": {"first": "Benjamin", "middle": "Tucker", "last": "Eames"}, "bio": {"birthday": "1818-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "RI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "E000095", "govtrack": 403786, "icpsr": 2885, "wikipedia": "Anthony Eickhoff", "house_history": 12715, "wikidata": "Q99070", "google_entity_id": "kg:/m/0cym63"}, "name": {"first": "Anthony", "last": "Eickhoff"}, "bio": {"birthday": "1827-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "E000144", "govtrack": 403835, "icpsr": 2933, "wikipedia": "Charles C. Ellsworth", "house_history": 12772, "wikidata": "Q1063871", "google_entity_id": "kg:/m/027jyy5"}, "name": {"first": "Charles", "middle": "Clinton", "last": "Ellsworth"}, "bio": {"birthday": "1824-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "E000245", "govtrack": 403929, "icpsr": 3011, "wikipedia": "James La Fayette Evans", "house_history": 12903, "wikidata": "Q1680690", "google_entity_id": "kg:/m/02rkgdy"}, "name": {"first": "James", "middle": "La Fayette", "last": "Evans"}, "bio": {"birthday": "1825-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IN", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "F000073", "govtrack": 404031, "wikipedia": "Stephen Southmyd Fenn", "house_history": 13058, "wikidata": "Q2345078", "google_entity_id": "kg:/m/02rjzjh"}, "name": {"first": "Stephen", "middle": "Southmyd", "last": "Fenn"}, "bio": {"birthday": "1820-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "ID", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "ID", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "F000095", "govtrack": 404052, "icpsr": 3123, "wikipedia": "Thomas W. Ferry", "house_history": 13092, "wikidata": "Q1503195", "google_entity_id": "kg:/m/03jyns"}, "name": {"first": "Thomas", "middle": "White", "last": "Ferry"}, "bio": {"birthday": "1827-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "MI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "MI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000197", "govtrack": 404152, "icpsr": 3213, "wikipedia": "William Bennett Fleming", "house_history": 13217, "wikidata": "Q1720639", "google_entity_id": "kg:/m/02rk16g"}, "name": {"first": "William", "middle": "Bennett", "last": "Fleming"}, "bio": {"gender": "M", "birthday": "1803-10-29"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000299", "govtrack": 404248, "icpsr": 3301, "wikipedia": "Charles Foster (Ohio politician)", "house_history": 13348, "wikidata": "Q720584", "google_entity_id": "kg:/m/033w5_"}, "name": {"first": "Charles", "last": "Foster"}, "bio": {"birthday": "1828-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "F000343", "govtrack": 404291, "icpsr": 3341, "wikipedia": "Benjamin Joseph Franklin", "house_history": 13405, "wikidata": "Q817560", "google_entity_id": "kg:/m/02rz5jf"}, "name": {"first": "Benjamin", "middle": "Joseph", "last": "Franklin"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MO", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "F000361", "govtrack": 404308, "icpsr": 3354, "wikipedia": "Chapman Freeman", "house_history": 13426, "wikidata": "Q5073280", "google_entity_id": "kg:/m/0djqqr"}, "name": {"first": "Chapman", "last": "Freeman"}, "bio": {"birthday": "1832-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000406", "govtrack": 404347, "icpsr": 3392, "wikipedia": "Benoni S. Fuller", "house_history": 13484, "wikidata": "Q818097", "google_entity_id": "kg:/m/02rkyl1"}, "name": {"first": "Benoni", "middle": "Stinson", "last": "Fuller"}, "bio": {"birthday": "1825-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000059", "govtrack": 404433, "icpsr": 3470, "wikipedia": "Mills Gardner", "house_history": 13638, "wikidata": "Q10775614", "google_entity_id": "kg:/m/0cy72g"}, "name": {"first": "Mills", "last": "Gardner"}, "bio": {"birthday": "1830-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000086", "govtrack": 404458, "icpsr": 3494, "wikipedia": "William Willis Garth", "house_history": 13668, "wikidata": "Q2581069", "google_entity_id": "kg:/m/026_k0k"}, "name": {"first": "William", "middle": "Willis", "last": "Garth"}, "bio": {"birthday": "1828-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "AL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "G000100", "govtrack": 404472, "icpsr": 3508, "wikipedia": "Lucien C. Gause", "house_history": 13687, "wikidata": "Q1530236", "google_entity_id": "kg:/m/02rjs0t"}, "name": {"first": "Lucien", "middle": "Coatsworth", "last": "Gause"}, "bio": {"birthday": "1836-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "AR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000166", "govtrack": 404533, "icpsr": 3566, "house_history": 13775, "wikipedia": "Dewitt Clinton Giddings", "wikidata": "Q1180519", "google_entity_id": "kg:/m/02r19m9"}, "name": {"first": "De", "middle": "Witt Clinton", "last": "Giddings"}, "bio": {"birthday": "1827-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TX", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "G000245", "govtrack": 404607, "icpsr": 3636, "wikipedia": "John Montgomery Glover", "house_history": 13873, "wikidata": "Q1701123", "google_entity_id": "kg:/m/02rz79x"}, "name": {"first": "John", "middle": "Montgomery", "last": "Glover"}, "bio": {"birthday": "1822-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MO", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MO", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MO", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "G000505", "govtrack": 404850, "icpsr": 3861, "wikipedia": "La Fayette Grover", "house_history": 14199, "wikidata": "Q884129", "google_entity_id": "kg:/m/0d2mg6"}, "name": {"first": "La", "middle": "Fayette", "last": "Grover"}, "bio": {"birthday": "1823-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OR", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "OR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000102", "govtrack": 404984, "icpsr": 3983, "wikipedia": "Andrew H. Hamilton", "house_history": 14412, "wikidata": "Q129883", "google_entity_id": "kg:/m/04g540"}, "name": {"first": "Andrew", "middle": "Holman", "last": "Hamilton"}, "bio": {"birthday": "1834-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IN", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IN", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "H000160", "govtrack": 405042, "icpsr": 4036, "wikipedia": "John Hanna (Indiana)", "house_history": 14482, "wikidata": "Q1449526", "google_entity_id": "kg:/m/0266jkb"}, "name": {"first": "John", "last": "Hanna"}, "bio": {"birthday": "1827-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "H000267", "govtrack": 405143, "icpsr": 4128, "wikipedia": "Carter Harrison Sr.", "house_history": 14615, "wikidata": "Q295333", "google_entity_id": "kg:/m/0b183"}, "name": {"first": "Carter", "middle": "Henry", "last": "Harrison"}, "bio": {"birthday": "1825-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000285", "govtrack": 405159, "icpsr": 4143, "wikipedia": "Elizur K. Hart", "house_history": 14635, "wikidata": "Q5363929", "google_entity_id": "kg:/m/02rkp7k"}, "name": {"first": "Elizur", "middle": "Kirke", "last": "Hart"}, "bio": {"birthday": "1841-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 30, "party": "Democrat"}]}, {"id": {"bioguide": "H000303", "govtrack": 405176, "icpsr": 4159, "wikipedia": "Julian Hartridge", "house_history": 14659, "wikidata": "Q1712003", "google_entity_id": "kg:/m/026t1mz"}, "name": {"first": "Julian", "last": "Hartridge"}, "bio": {"birthday": "1829-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000304", "govtrack": 405177, "icpsr": 4160, "wikipedia": "William Hartzell", "house_history": 14660, "wikidata": "Q8010982", "google_entity_id": "kg:/m/02rkdhr"}, "name": {"first": "William", "last": "Hartzell"}, "bio": {"birthday": "1837-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "H000341", "govtrack": 405210, "icpsr": 4189, "house_history": 14703, "wikipedia": "Robert Anthony Hatcher", "wikidata": "Q2156378", "google_entity_id": "kg:/m/02qw6ld"}, "name": {"first": "Robert", "middle": "Anthony", "last": "Hatcher"}, "bio": {"birthday": "1819-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MO", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000474", "govtrack": 405337, "icpsr": 4302, "wikipedia": "George Whitman Hendee", "house_history": 14869, "wikidata": "Q885490", "google_entity_id": "kg:/m/02rhgzj"}, "name": {"first": "George", "middle": "Whitman", "last": "Hendee"}, "bio": {"birthday": "1832-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "VT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "VT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "VT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000527", "govtrack": 405390, "icpsr": 4352, "wikipedia": "Frank Hereford", "house_history": 14937, "wikidata": "Q1443422", "google_entity_id": "kg:/m/0cwjyk"}, "name": {"first": "Frank", "last": "Hereford"}, "bio": {"birthday": "1825-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "sen", "start": "1877-10-15", "end": "1881-03-03", "state": "WV", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000587", "govtrack": 405449, "icpsr": 4405, "wikipedia": "Benjamin Harvey Hill", "house_history": 15012, "wikidata": "Q547342", "google_entity_id": "kg:/m/09x6vd"}, "name": {"first": "Benjamin", "middle": "Harvey", "last": "Hill"}, "bio": {"birthday": "1823-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000966", "govtrack": 405810, "icpsr": 4739, "wikipedia": "John N. Hungerford", "house_history": 15475, "wikidata": "Q6250084", "google_entity_id": "kg:/m/02rksqc"}, "name": {"first": "John", "middle": "Newton", "last": "Hungerford"}, "bio": {"birthday": "1825-12-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "H000985", "govtrack": 405827, "icpsr": 4756, "wikipedia": "Morton C. Hunter", "house_history": 15496, "wikidata": "Q1594897", "google_entity_id": "kg:/m/02rkhc5"}, "name": {"first": "Morton", "middle": "Craig", "last": "Hunter"}, "bio": {"birthday": "1825-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "I000048", "govtrack": 405903, "icpsr": 4832, "wikipedia": "Anthony F. Ittner", "house_history": 15676, "wikidata": "Q1307664", "google_entity_id": "kg:/m/02rnd03"}, "name": {"first": "Anthony", "middle": "Friday", "last": "Ittner"}, "bio": {"birthday": "1837-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MO", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "J000037", "govtrack": 405942, "wikipedia": "Orange Jacobs", "house_history": 15736, "wikidata": "Q920857", "google_entity_id": "kg:/m/02rjxm9"}, "name": {"first": "Orange", "last": "Jacobs"}, "bio": {"birthday": "1827-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "WA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "J000191", "govtrack": 406086, "icpsr": 5005, "wikipedia": "John W. Johnston", "wikidata": "Q5889724", "google_entity_id": "kg:/m/08l0w0"}, "name": {"first": "John", "middle": "Warfield", "last": "Johnston"}, "bio": {"birthday": "1818-09-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1870-01-01", "end": "1877-03-03", "state": "VA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "VA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "J000219", "govtrack": 406113, "icpsr": 5030, "wikipedia": "Frank Jones (politician)", "house_history": 15970, "wikidata": "Q1443508", "google_entity_id": "kg:/m/02pq2l3"}, "name": {"first": "Frank", "last": "Jones"}, "bio": {"birthday": "1832-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000238", "govtrack": 406131, "icpsr": 5047, "wikipedia": "John S. Jones", "house_history": 15994, "wikidata": "Q6256302", "google_entity_id": "kg:/m/02rm1tz"}, "name": {"first": "John", "middle": "Sills", "last": "Jones"}, "bio": {"birthday": "1836-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "K000049", "govtrack": 406219, "icpsr": 5127, "wikipedia": "Edwin W. Keightley", "house_history": 16142, "wikidata": "Q1295041", "google_entity_id": "kg:/m/0288p62"}, "name": {"first": "Edwin", "middle": "William", "last": "Keightley"}, "bio": {"gender": "M", "birthday": "1843-08-07"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MI", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "K000164", "govtrack": 406328, "wikipedia": "Jefferson P. Kidder", "house_history": 16282, "wikidata": "Q1686407", "google_entity_id": "kg:/m/01s_rk"}, "name": {"first": "Jefferson", "middle": "Parish", "last": "Kidder"}, "bio": {"birthday": "1815-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "DK", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "DK", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "K000242", "govtrack": 406401, "icpsr": 5299, "wikipedia": "Samuel J. Kirkwood", "wikidata": "Q708401", "google_entity_id": "kg:/m/01z69_"}, "name": {"first": "Samuel", "middle": "Jordan", "last": "Kirkwood"}, "bio": {"birthday": "1813-12-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1866-01-01", "end": "1867-03-03", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1877-10-15", "end": "1881-12-31", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "K000281", "govtrack": 406438, "icpsr": 5333, "wikipedia": "Robert M. Knapp", "house_history": 16433, "wikidata": "Q7347144", "google_entity_id": "kg:/m/02rkcny"}, "name": {"first": "Robert", "middle": "McCarty", "last": "Knapp"}, "bio": {"birthday": "1831-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "L000047", "govtrack": 406556, "icpsr": 5430, "wikipedia": "George M. Landers", "house_history": 16642, "wikidata": "Q1281002", "google_entity_id": "kg:/m/02rhgq8"}, "name": {"first": "George", "middle": "Marcellus", "last": "Landers"}, "bio": {"birthday": "1813-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "CT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000113", "govtrack": 406619, "icpsr": 5492, "wikipedia": "William Lathrop", "house_history": 16737, "wikidata": "Q8014331", "google_entity_id": "kg:/m/02rkdkg"}, "name": {"first": "William", "last": "Lathrop"}, "bio": {"birthday": "1825-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "L000247", "govtrack": 406750, "icpsr": 5612, "wikipedia": "John E. Leonard", "house_history": 16900, "wikidata": "Q1699890", "google_entity_id": "kg:/m/02wxzf1"}, "name": {"first": "John", "middle": "Edwards", "last": "Leonard"}, "bio": {"birthday": "1845-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "LA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "L000306", "govtrack": 406800, "icpsr": 5659, "house_history": 16972, "wikipedia": "Robert F. Ligon", "wikidata": "Q1771296", "google_entity_id": "kg:/m/02rhrcy"}, "name": {"first": "Robert", "middle": "Fulwood", "last": "Ligon"}, "bio": {"birthday": "1823-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "L000522", "govtrack": 407006, "icpsr": 5844, "wikipedia": "John K. Luttrell", "house_history": 17246, "wikidata": "Q1700670", "google_entity_id": "kg:/m/02rhk8v"}, "name": {"first": "John", "middle": "King", "last": "Luttrell"}, "bio": {"birthday": "1831-06-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "CA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000538", "govtrack": 407022, "icpsr": 5860, "wikipedia": "William Pitt Lynde", "house_history": 17265, "wikidata": "Q2580258", "google_entity_id": "kg:/m/0dhzh_"}, "name": {"first": "William", "middle": "Pitt", "last": "Lynde"}, "bio": {"birthday": "1817-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "WI", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "WI", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000025", "govtrack": 407053, "icpsr": 5887, "wikipedia": "Levi A. Mackey", "house_history": 17359, "wikidata": "Q13219690", "google_entity_id": "kg:/m/0dlpjq"}, "name": {"first": "Levi", "middle": "Augustus", "last": "Mackey"}, "bio": {"birthday": "1819-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "M000255", "govtrack": 407273, "icpsr": 6086, "wikipedia": "Stanley Matthews (lawyer)", "wikidata": "Q507075", "google_entity_id": "kg:/m/034_z9"}, "name": {"first": "Stanley", "last": "Matthews"}, "bio": {"birthday": "1824-07-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000282", "govtrack": 407299, "icpsr": 6110, "wikipedia": "Stephen L. Mayham", "house_history": 17671, "wikidata": "Q2757435", "google_entity_id": "kg:/m/02rkwlf"}, "name": {"first": "Stephen", "middle": "Lorenzo", "last": "Mayham"}, "bio": {"birthday": "1826-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "M000674", "govtrack": 407659, "icpsr": 6445, "wikipedia": "Lyne Metcalfe", "house_history": 18167, "wikidata": "Q1628646", "google_entity_id": "kg:/m/02rz7h1"}, "name": {"first": "Lyne", "middle": "Shackelford", "last": "Metcalfe"}, "bio": {"birthday": "1822-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MO", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "O000076", "govtrack": 408349, "icpsr": 7063, "wikipedia": "S. Addison Oliver", "house_history": 19160, "wikidata": "Q282315", "google_entity_id": "kg:/m/02q_sbq"}, "name": {"first": "Samuel", "middle": "Addison", "last": "Oliver"}, "bio": {"birthday": "1833-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "P000116", "govtrack": 408524, "icpsr": 7242, "wikipedia": "George W. Patterson", "house_history": 19417, "wikidata": "Q736156", "google_entity_id": "kg:/m/0gm6w6"}, "name": {"first": "George", "middle": "Washington", "last": "Patterson"}, "bio": {"birthday": "1799-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 33, "party": "Republican"}]}, {"id": {"bioguide": "P000181", "govtrack": 408585, "icpsr": 7299, "wikipedia": "Thomas Baldwin Peddie", "house_history": 19500, "wikidata": "Q2422211", "google_entity_id": "kg:/m/0bv8nk"}, "name": {"first": "Thomas", "middle": "Baldwin", "last": "Peddie"}, "bio": {"birthday": "1808-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NJ", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "P000315", "govtrack": 408714, "icpsr": 7420, "wikipedia": "William A. Phillips", "house_history": 19665, "wikidata": "Q2577735", "google_entity_id": "kg:/m/02rm9_y"}, "name": {"first": "William", "middle": "Addison", "last": "Phillips"}, "bio": {"birthday": "1824-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "KS", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "KS", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000414", "govtrack": 408807, "icpsr": 7512, "wikipedia": "Henry Moses Pollard", "house_history": 19794, "wikidata": "Q1607065", "google_entity_id": "kg:/m/02rz6kv"}, "name": {"first": "Henry", "middle": "Moses", "last": "Pollard"}, "bio": {"birthday": "1836-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MO", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "P000461", "govtrack": 408848, "icpsr": 7552, "wikipedia": "Clarkson Nott Potter", "house_history": 19853, "wikidata": "Q1726890", "google_entity_id": "kg:/m/05x5y7"}, "name": {"first": "Clarkson", "middle": "Nott", "last": "Potter"}, "bio": {"birthday": "1825-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "P000535", "govtrack": 408919, "icpsr": 7621, "wikipedia": "Auburn Pridemore", "house_history": 19940, "wikidata": "Q758553", "google_entity_id": "kg:/m/02pn725"}, "name": {"first": "Auburn", "middle": "Lorenzo", "last": "Pridemore"}, "bio": {"birthday": "1837-06-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "VA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "P000563", "govtrack": 408946, "icpsr": 7646, "wikipedia": "John H. Pugh", "house_history": 19978, "wikidata": "Q1700327", "google_entity_id": "kg:/m/02rz8s_"}, "name": {"first": "John", "middle": "Howard", "last": "Pugh"}, "bio": {"birthday": "1827-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NJ", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "Q000020", "govtrack": 408982, "icpsr": 7679, "wikipedia": "Terence J. Quinn", "house_history": 20068, "wikidata": "Q3461192", "google_entity_id": "kg:/m/0dc03m"}, "name": {"first": "Terence", "middle": "John", "last": "Quinn"}, "bio": {"birthday": "1836-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "R000016", "govtrack": 408998, "icpsr": 7693, "house_history": 20095, "wikipedia": "Joseph Rainey", "wikidata": "Q1386544", "google_entity_id": "kg:/m/068zdl"}, "name": {"first": "Joseph", "middle": "Hayne", "last": "Rainey"}, "bio": {"birthday": "1832-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "SC", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000045", "govtrack": 409026, "icpsr": 7721, "wikipedia": "James Henry Randolph", "house_history": 20132, "wikidata": "Q1680551", "google_entity_id": "kg:/m/0dftgw"}, "name": {"first": "James", "middle": "Henry", "last": "Randolph"}, "bio": {"birthday": "1825-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000088", "govtrack": 409068, "icpsr": 7759, "wikipedia": "David Rea (politician)", "house_history": 20191, "wikidata": "Q1176279", "google_entity_id": "kg:/m/02rz6_7"}, "name": {"first": "David", "last": "Rea"}, "bio": {"birthday": "1831-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MO", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "R000194", "govtrack": 409170, "icpsr": 7850, "wikipedia": "Americus V. Rice", "house_history": 20326, "wikidata": "Q4745695", "google_entity_id": "kg:/m/02rhl19"}, "name": {"first": "Americus", "middle": "Vespucius", "last": "Rice"}, "bio": {"birthday": "1835-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000240", "govtrack": 409216, "icpsr": 7893, "wikipedia": "Haywood Yancey Riddle", "house_history": 20381, "wikidata": "Q1477692", "google_entity_id": "kg:/m/0dj16y"}, "name": {"first": "Haywood", "middle": "Yancey", "last": "Riddle"}, "bio": {"birthday": "1834-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "R000302", "govtrack": 409274, "icpsr": 7945, "wikipedia": "William M. Robbins", "house_history": 20460, "wikidata": "Q1552215", "google_entity_id": "kg:/m/02vn_m5"}, "name": {"first": "William", "middle": "McKendree", "last": "Robbins"}, "bio": {"birthday": "1828-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "R000306", "govtrack": 409278, "icpsr": 7949, "wikipedia": "Charles Boyle Roberts", "house_history": 20463, "wikidata": "Q724854", "google_entity_id": "kg:/m/08qtcf"}, "name": {"first": "Charles", "middle": "Boyle", "last": "Roberts"}, "bio": {"birthday": "1842-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MD", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000349", "govtrack": 409320, "icpsr": 7988, "wikipedia": "Milton S. Robinson", "house_history": 20514, "wikidata": "Q1935925", "google_entity_id": "kg:/m/02rkhbh"}, "name": {"first": "Milton", "middle": "Stapp", "last": "Robinson"}, "bio": {"birthday": "1832-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "R000411", "govtrack": 409377, "icpsr": 8041, "wikipedia": "Edward H. Rollins", "house_history": 20596, "wikidata": "Q127524", "google_entity_id": "kg:/m/0cyr3y"}, "name": {"first": "Edward", "middle": "Henry", "last": "Rollins"}, "bio": {"birthday": "1824-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "NH", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000416", "govtrack": 409382, "wikipedia": "Trinidad Romero", "house_history": 20601, "wikidata": "Q2453462", "google_entity_id": "kg:/m/02rk0dp"}, "name": {"first": "Trinidad", "last": "Romero"}, "bio": {"birthday": "1835-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NM", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000025", "govtrack": 409544, "icpsr": 8189, "wikipedia": "Ezekiel S. Sampson", "house_history": 21161, "wikidata": "Q1347318", "google_entity_id": "kg:/m/02rdj8k"}, "name": {"first": "Ezekiel", "middle": "Silas", "last": "Sampson"}, "bio": {"birthday": "1831-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000076", "govtrack": 409588, "icpsr": 8226, "wikipedia": "Alvin Saunders", "wikidata": "Q449246", "google_entity_id": "kg:/m/09tcds"}, "name": {"first": "Alvin", "last": "Saunders"}, "bio": {"birthday": "1817-07-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "NE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000101", "govtrack": 409611, "icpsr": 8246, "wikipedia": "Milton Sayler", "house_history": 21259, "wikidata": "Q1697022", "google_entity_id": "kg:/m/02rm2kb"}, "name": {"first": "Milton", "last": "Sayler"}, "bio": {"birthday": "1831-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000263", "govtrack": 409764, "icpsr": 8380, "wikipedia": "Leonidas Sexton", "house_history": 21461, "wikidata": "Q387742", "google_entity_id": "kg:/m/02rkh4n"}, "name": {"first": "Leonidas", "last": "Sexton"}, "bio": {"birthday": "1827-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000447", "govtrack": 409940, "icpsr": 8543, "wikipedia": "Clement Hall Sinnickson", "house_history": 21695, "wikidata": "Q1100254", "google_entity_id": "kg:/m/025w3bb"}, "name": {"first": "Clement", "middle": "Hall", "last": "Sinnickson"}, "bio": {"birthday": "1834-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NJ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000688", "govtrack": 410159, "icpsr": 8751, "wikipedia": "Milton I. Southard", "house_history": 21988, "wikidata": "Q6861172", "google_entity_id": "kg:/m/02rm2j_"}, "name": {"first": "Milton", "middle": "Isaiah", "last": "Southard"}, "bio": {"birthday": "1836-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "S000849", "govtrack": 410313, "icpsr": 8881, "wikipedia": "William Stenger", "house_history": 22188, "wikidata": "Q8018774", "google_entity_id": "kg:/m/0djq0t"}, "name": {"first": "William", "middle": "Shearer", "last": "Stenger"}, "bio": {"birthday": "1840-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "S000880", "govtrack": 410342, "wikipedia": "Hiram Sanford Stevens", "house_history": 22227, "wikidata": "Q1620134", "google_entity_id": "kg:/m/02rhhmh"}, "name": {"first": "Hiram", "middle": "Sanford", "last": "Stevens"}, "bio": {"birthday": "1832-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "AZ", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "S000908", "govtrack": 410369, "icpsr": 8934, "wikipedia": "Jacob H. Stewart", "house_history": 22260, "wikidata": "Q1677507", "google_entity_id": "kg:/m/0g0wvw"}, "name": {"first": "Jacob", "middle": "Henry", "last": "Stewart"}, "bio": {"birthday": "1829-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000960", "govtrack": 410419, "icpsr": 8982, "wikipedia": "Joseph Champlin Stone", "house_history": 22328, "wikidata": "Q1706740", "google_entity_id": "kg:/m/02rk7wl"}, "name": {"first": "Joseph", "middle": "Champlin", "last": "Stone"}, "bio": {"birthday": "1829-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S001092", "govtrack": 410545, "icpsr": 9104, "wikipedia": "Thomas Swann", "house_history": 22488, "wikidata": "Q477914", "google_entity_id": "kg:/m/04jwgj"}, "name": {"first": "Thomas", "last": "Swann"}, "bio": {"birthday": "1809-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "T000209", "govtrack": 410788, "icpsr": 9331, "house_history": 22888, "wikipedia": "John McCandless Thompson", "wikidata": "Q6247438", "google_entity_id": "kg:/m/0kt0mm"}, "name": {"first": "John", "middle": "McCandless", "last": "Thompson"}, "bio": {"birthday": "1829-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "T000239", "govtrack": 410817, "icpsr": 9357, "wikipedia": "Jacob Montgomery Thornburgh", "house_history": 22923, "wikidata": "Q1677588", "google_entity_id": "kg:/m/0dfvk_"}, "name": {"first": "Jacob", "middle": "Montgomery", "last": "Thornburgh"}, "bio": {"birthday": "1837-07-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000285", "govtrack": 410858, "icpsr": 9397, "wikipedia": "Thomas F. Tipton", "house_history": 22977, "wikidata": "Q7216299", "google_entity_id": "kg:/m/02rkd08"}, "name": {"first": "Thomas", "middle": "Foster", "last": "Tipton"}, "bio": {"birthday": "1833-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "T000336", "govtrack": 410907, "icpsr": 9440, "wikipedia": "Martin I. Townsend", "house_history": 23046, "wikidata": "Q3701910", "google_entity_id": "kg:/m/02rktpj"}, "name": {"first": "Martin", "middle": "Ingham", "last": "Townsend"}, "bio": {"birthday": "1810-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "T000431", "govtrack": 410999, "icpsr": 9525, "wikipedia": "Jacob Turney", "house_history": 23162, "wikidata": "Q13219844", "google_entity_id": "kg:/m/0kt1mg"}, "name": {"first": "Jacob", "last": "Turney"}, "bio": {"birthday": "1825-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "V000064", "govtrack": 411106, "icpsr": 9640, "wikipedia": "Nelson H. Van Vorhes", "house_history": 20951, "wikidata": "Q6990549", "google_entity_id": "kg:/m/02rm4v6"}, "name": {"first": "Nelson", "middle": "Holmes", "last": "Van Vorhes"}, "bio": {"birthday": "1822-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "V000079", "govtrack": 411136, "icpsr": 9655, "wikipedia": "William D. Veeder", "house_history": 20969, "wikidata": "Q247397", "google_entity_id": "kg:/m/02rkxxd"}, "name": {"first": "William", "middle": "Davis", "last": "Veeder"}, "bio": {"birthday": "1835-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000002", "govtrack": 411181, "icpsr": 9695, "wikipedia": "Alfred Moore Waddell", "house_history": 23222, "wikidata": "Q2645529", "google_entity_id": "kg:/m/05kycr"}, "name": {"first": "Alfred", "middle": "Moore", "last": "Waddell"}, "bio": {"birthday": "1834-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000054", "govtrack": 411233, "icpsr": 9742, "wikipedia": "Gilbert Carlton Walker", "house_history": 23279, "wikidata": "Q667935", "google_entity_id": "kg:/m/05bybg"}, "name": {"first": "Gilbert", "middle": "Carlton", "last": "Walker"}, "bio": {"birthday": "1833-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "VA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000106", "govtrack": 411284, "icpsr": 9790, "wikipedia": "William Walsh (Maryland)", "house_history": 23339, "wikidata": "Q2386100", "google_entity_id": "kg:/m/08r6ff"}, "name": {"first": "William", "last": "Walsh"}, "bio": {"birthday": "1828-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MD", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000155", "govtrack": 411328, "icpsr": 9833, "wikipedia": "Levi Warner", "house_history": 23394, "wikidata": "Q1762318", "google_entity_id": "kg:/m/02q1rpk"}, "name": {"first": "Levi", "last": "Warner"}, "bio": {"birthday": "1831-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "CT", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "CT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000262", "govtrack": 411430, "icpsr": 9925, "house_history": 23532, "wikipedia": "Frank Welch (American politician)", "wikidata": "Q1444420", "google_entity_id": "kg:/m/0bgxzs"}, "name": {"first": "Frank", "last": "Welch"}, "bio": {"gender": "M", "birthday": "1835-02-10"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NE", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000386", "govtrack": 411546, "icpsr": 10039, "wikipedia": "Michael D. White", "house_history": 23672, "wikidata": "Q1653288", "google_entity_id": "kg:/m/02rkh8f"}, "name": {"first": "Michael", "middle": "Doherty", "last": "White"}, "bio": {"birthday": "1827-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000449", "govtrack": 411606, "icpsr": 10094, "wikipedia": "Peter D. Wigginton", "house_history": 23750, "wikidata": "Q2074446", "google_entity_id": "kg:/m/02rjx_b"}, "name": {"first": "Peter", "middle": "Dinwiddie", "last": "Wigginton"}, "bio": {"birthday": "1839-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "CA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000487", "govtrack": 411644, "icpsr": 10132, "wikipedia": "Alpheus S. Williams", "house_history": 23795, "wikidata": "Q512745", "google_entity_id": "kg:/m/05z5xz"}, "name": {"first": "Alpheus", "middle": "Starkey", "last": "Williams"}, "bio": {"birthday": "1810-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000488", "govtrack": 411645, "icpsr": 10133, "wikipedia": "Andrew Williams (congressman)", "house_history": 23796, "wikidata": "Q4758933", "google_entity_id": "kg:/m/02rg7_g"}, "name": {"first": "Andrew", "last": "Williams"}, "bio": {"birthday": "1828-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "W000506", "govtrack": 411663, "icpsr": 10151, "house_history": 23816, "wikipedia": "James Williams (Delaware representative)", "wikidata": "Q1681306", "google_entity_id": "kg:/m/034p3b"}, "name": {"first": "James", "last": "Williams"}, "bio": {"birthday": "1825-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "W000512", "govtrack": 411669, "icpsr": 10157, "wikipedia": "Jeremiah Norman Williams", "house_history": 23824, "wikidata": "Q1167064", "google_entity_id": "kg:/m/02rk1wf"}, "name": {"first": "Jeremiah", "middle": "Norman", "last": "Williams"}, "bio": {"birthday": "1829-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000533", "govtrack": 411690, "icpsr": 10175, "house_history": 23848, "wikipedia": "Richard Williams (congressman)", "wikidata": "Q2150925", "google_entity_id": "kg:/m/027l3d5"}, "name": {"first": "Richard", "last": "Williams"}, "bio": {"birthday": "1836-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OR", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000558", "govtrack": 411714, "icpsr": 10200, "wikipedia": "Benjamin A. Willis", "house_history": 23875, "wikidata": "Q2114922", "google_entity_id": "kg:/m/02rkmgv"}, "name": {"first": "Benjamin", "middle": "Albertson", "last": "Willis"}, "bio": {"birthday": "1840-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "W000753", "govtrack": 411902, "icpsr": 10381, "wikipedia": "Thomas Wren", "house_history": 24114, "wikidata": "Q1281091", "google_entity_id": "kg:/m/0272_1j"}, "name": {"first": "Thomas", "last": "Wren"}, "bio": {"birthday": "1826-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NV", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "Y000045", "govtrack": 411977, "icpsr": 10448, "wikipedia": "J. Smith Young", "house_history": 21085, "wikidata": "Q1676405", "google_entity_id": "kg:/m/02w433n"}, "name": {"first": "John", "middle": "Smith", "last": "Young"}, "bio": {"birthday": "1834-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "LA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "A000023", "govtrack": 400684, "icpsr": 17, "wikipedia": "Joseph H. Acklen", "house_history": 8285, "wikidata": "Q1707149", "google_entity_id": "kg:/m/02rtmmt"}, "name": {"first": "Joseph", "middle": "Hayes", "last": "Acklen"}, "bio": {"birthday": "1850-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "LA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000011", "govtrack": 401017, "icpsr": 320, "wikipedia": "Reuben Knecht Bachman", "house_history": 8786, "wikidata": "Q7317480", "google_entity_id": "kg:/m/0kt0hv"}, "name": {"first": "Reuben", "middle": "Knecht", "last": "Bachman"}, "bio": {"birthday": "1834-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "B000042", "govtrack": 401047, "icpsr": 345, "wikipedia": "John Mosher Bailey", "house_history": 8827, "wikidata": "Q3460933", "google_entity_id": "kg:/m/03bzzdl"}, "name": {"first": "John", "middle": "Mosher", "last": "Bailey"}, "bio": {"birthday": "1838-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "B000068", "govtrack": 401071, "icpsr": 368, "wikipedia": "John Harris Baker", "house_history": 8860, "wikidata": "Q1247703", "google_entity_id": "kg:/m/02rkgqk"}, "name": {"first": "John", "middle": "Harris", "last": "Baker"}, "bio": {"birthday": "1832-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IN", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IN", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IN", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "B000089", "govtrack": 401091, "icpsr": 384, "wikipedia": "Henry P. Baldwin", "wikidata": "Q371537", "google_entity_id": "kg:/m/03jvb9"}, "name": {"first": "Henry", "middle": "Porter", "last": "Baldwin"}, "bio": {"birthday": "1814-02-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1879-03-18", "end": "1881-03-03", "state": "MI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000106", "govtrack": 401107, "icpsr": 400, "wikipedia": "Latimer Whipple Ballou", "house_history": 8910, "wikidata": "Q1806966", "google_entity_id": "kg:/m/02rjwqs"}, "name": {"first": "Latimer", "middle": "Whipple", "last": "Ballou"}, "bio": {"birthday": "1812-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "RI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000120", "govtrack": 401121, "icpsr": 413, "wikipedia": "Hiram Barber, Jr.", "house_history": 8926, "wikidata": "Q4419865", "google_entity_id": "kg:/m/02rk9xx"}, "name": {"first": "Hiram", "last": "Barber", "suffix": "Jr."}, "bio": {"birthday": "1835-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000148", "govtrack": 401150, "icpsr": 440, "house_history": 8962, "wikipedia": "Bradley Barlow", "wikidata": "Q896992", "google_entity_id": "kg:/m/026prwf"}, "name": {"first": "Bradley", "last": "Barlow"}, "bio": {"birthday": "1814-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "VT", "district": 3, "party": "National Greenbacker"}]}, {"id": {"bioguide": "B000268", "govtrack": 401262, "icpsr": 543, "wikipedia": "Richard L. T. Beale", "house_history": 9120, "wikidata": "Q1432075", "google_entity_id": "kg:/m/0dsnpm"}, "name": {"first": "Richard", "middle": "Lee Turberville", "last": "Beale"}, "bio": {"birthday": "1819-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "VA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000331", "govtrack": 401323, "icpsr": 597, "wikipedia": "Charles H. Bell (politician)", "wikidata": "Q883877", "google_entity_id": "kg:/m/088jc7"}, "name": {"first": "Charles", "middle": "Henry", "last": "Bell"}, "bio": {"birthday": "1823-11-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1879-03-18", "end": "1879-12-31", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000374", "govtrack": 401366, "wikipedia": "Granville G. Bennett", "house_history": 9262, "wikidata": "Q1543274", "google_entity_id": "kg:/m/01s_kh"}, "name": {"first": "Granville", "middle": "Gaylord", "last": "Bennett"}, "bio": {"birthday": "1833-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "DK", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000438", "govtrack": 401424, "icpsr": 690, "wikipedia": "George A. Bicknell", "house_history": 9343, "wikidata": "Q1256833", "google_entity_id": "kg:/m/02rkfyg"}, "name": {"first": "George", "middle": "Augustus", "last": "Bicknell"}, "bio": {"birthday": "1815-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000532", "govtrack": 401507, "icpsr": 774, "wikipedia": "John L. Blake", "house_history": 9460, "wikidata": "Q1315798", "google_entity_id": "kg:/m/02x3n9q"}, "name": {"first": "John", "middle": "Lauris", "last": "Blake"}, "bio": {"birthday": "1831-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NJ", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000658", "govtrack": 401620, "icpsr": 875, "wikipedia": "Gabriel Bouck", "house_history": 9637, "wikidata": "Q1489012", "google_entity_id": "kg:/m/0dc1qy"}, "name": {"first": "Gabriel", "last": "Bouck"}, "bio": {"birthday": "1828-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "WI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "WI", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000721", "govtrack": 401681, "icpsr": 933, "wikipedia": "Thomas A. Boyd", "house_history": 9717, "wikidata": "Q7786853", "google_entity_id": "kg:/m/02rkc_l"}, "name": {"first": "Thomas", "middle": "Alexander", "last": "Boyd"}, "bio": {"birthday": "1830-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "B000834", "govtrack": 401791, "icpsr": 1037, "wikipedia": "Lewis A. Brigham", "house_history": 9856, "wikidata": "Q1550731", "google_entity_id": "kg:/m/02x42h2"}, "name": {"first": "Lewis", "middle": "Alexander", "last": "Brigham"}, "bio": {"birthday": "1831-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NJ", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B000836", "govtrack": 401793, "icpsr": 1039, "wikipedia": "John Morgan Bright", "house_history": 9858, "wikidata": "Q1701134", "google_entity_id": "kg:/m/02rkzlq"}, "name": {"first": "John", "middle": "Morgan", "last": "Bright"}, "bio": {"birthday": "1817-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000092", "govtrack": 402247, "wikipedia": "John G. Campbell", "house_history": 10559, "wikidata": "Q1700145", "google_entity_id": "kg:/m/02qfh3m"}, "name": {"first": "John", "middle": "Goulder", "last": "Campbell"}, "bio": {"birthday": "1827-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "AZ", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "C000171", "govtrack": 402319, "icpsr": 1524, "wikipedia": "Matthew H. Carpenter", "wikidata": "Q961204", "google_entity_id": "kg:/m/02k43p"}, "name": {"first": "Matthew", "middle": "Hale", "last": "Carpenter"}, "bio": {"gender": "M", "birthday": "1824-12-22"}, "terms": [{"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "WI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1879-03-18", "end": "1881-12-31", "state": "WI", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000299", "govtrack": 402441, "icpsr": 1642, "wikipedia": "Zachariah Chandler", "wikidata": "Q139414", "google_entity_id": "kg:/m/02ygtm"}, "name": {"first": "Zachariah", "last": "Chandler"}, "bio": {"birthday": "1813-12-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1857-12-07", "end": "1863-03-03", "state": "MI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1863-12-07", "end": "1869-03-03", "state": "MI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "MI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1879-03-18", "end": "1879-12-31", "state": "MI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000373", "govtrack": 402512, "icpsr": 1709, "wikipedia": "Simeon B. Chittenden", "house_history": 10920, "wikidata": "Q404461", "google_entity_id": "kg:/m/026yw_x"}, "name": {"first": "Simeon", "middle": "Baldwin", "last": "Chittenden"}, "bio": {"birthday": "1814-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 3, "party": "Ind. Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 3, "party": "Ind. Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000398", "govtrack": 402537, "icpsr": 1731, "house_history": 10951, "wikipedia": "William Claflin", "wikidata": "Q440333", "google_entity_id": "kg:/m/06n22j"}, "name": {"first": "William", "last": "Claflin"}, "bio": {"birthday": "1818-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "C000419", "govtrack": 402558, "icpsr": 1751, "wikipedia": "Alvah A. Clark", "house_history": 10976, "wikidata": "Q448177", "google_entity_id": "kg:/m/02r8bf_"}, "name": {"first": "Alvah", "middle": "Augustus", "last": "Clark"}, "bio": {"birthday": "1840-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000450", "govtrack": 402588, "icpsr": 1781, "wikipedia": "Rush Clark", "house_history": 11013, "wikidata": "Q953196", "google_entity_id": "kg:/m/02rd9nl"}, "name": {"first": "Rush", "last": "Clark"}, "bio": {"birthday": "1834-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000509", "govtrack": 402645, "icpsr": 1834, "wikipedia": "Newton Nash Clements", "house_history": 11084, "wikidata": "Q1229843", "google_entity_id": "kg:/m/02rk24c"}, "name": {"first": "Newton", "middle": "Nash", "last": "Clements"}, "bio": {"birthday": "1837-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "AL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000539", "govtrack": 402672, "icpsr": 1860, "wikipedia": "Hiester Clymer", "house_history": 11122, "wikidata": "Q3135319", "google_entity_id": "kg:/m/04937v"}, "name": {"first": "Hiester", "last": "Clymer"}, "bio": {"birthday": "1827-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000593", "govtrack": 402722, "icpsr": 1908, "wikipedia": "Alexander Hamilton Coffroth", "house_history": 11193, "wikidata": "Q4719067", "google_entity_id": "kg:/m/0ks_qf"}, "name": {"first": "Alexander", "middle": "Hamilton", "last": "Coffroth"}, "bio": {"birthday": "1828-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "C000681", "govtrack": 402807, "icpsr": 1984, "wikipedia": "Roscoe Conkling", "house_history": 11307, "wikidata": "Q5611358", "google_entity_id": "kg:/m/03x0cd"}, "name": {"first": "Roscoe", "last": "Conkling"}, "bio": {"birthday": "1829-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "sen", "start": "1867-03-04", "end": "1873-03-03", "state": "NY", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "NY", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1879-03-18", "end": "1881-12-31", "state": "NY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000824", "govtrack": 402942, "icpsr": 2105, "wikipedia": "Calvin Cowgill", "house_history": 11487, "wikidata": "Q1027646", "google_entity_id": "kg:/m/02rkd_x"}, "name": {"first": "Calvin", "last": "Cowgill"}, "bio": {"birthday": "1819-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IN", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "D000003", "govtrack": 403147, "icpsr": 2297, "wikipedia": "Rollin M. Daggett", "house_history": 11836, "wikidata": "Q1521146", "google_entity_id": "kg:/m/06fwdc"}, "name": {"first": "Rollin", "middle": "Mallory", "last": "Daggett"}, "bio": {"birthday": "1831-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NV", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "D000105", "govtrack": 403241, "icpsr": 2386, "wikipedia": "Horace Davis", "house_history": 11961, "wikidata": "Q1124069", "google_entity_id": "kg:/m/0dl1w5"}, "name": {"first": "Horace", "last": "Davis"}, "bio": {"birthday": "1831-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "CA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000123", "govtrack": 403258, "icpsr": 2401, "wikipedia": "Joseph J. Davis", "house_history": 11985, "wikidata": "Q1314721", "google_entity_id": "kg:/m/02rz_l6"}, "name": {"first": "Joseph", "middle": "Jonathan", "last": "Davis"}, "bio": {"birthday": "1828-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000204", "govtrack": 403309, "icpsr": 2474, "wikipedia": "Gilbert De La Matyr", "house_history": 12084, "wikidata": "Q938664", "google_entity_id": "kg:/m/02rl19c"}, "name": {"first": "Gilbert", "last": "De La Matyr"}, "bio": {"birthday": "1825-07-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IN", "district": 7, "party": "National Greenbacker"}]}, {"id": {"bioguide": "D000305", "govtrack": 403427, "icpsr": 2558, "wikipedia": "Samuel Bernard Dick", "house_history": 12206, "wikidata": "Q7410916", "google_entity_id": "kg:/m/0kt0m7"}, "name": {"first": "Samuel", "middle": "Bernard", "last": "Dick"}, "bio": {"birthday": "1836-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "D000311", "govtrack": 403432, "icpsr": 2564, "wikipedia": "Henry L. Dickey", "house_history": 12213, "wikidata": "Q5724561", "google_entity_id": "kg:/m/02rm0zf"}, "name": {"first": "Henry", "middle": "Luther", "last": "Dickey"}, "bio": {"birthday": "1832-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "D000470", "govtrack": 403580, "house_history": 12420, "wikipedia": "Stephen Wheeler Downey", "wikidata": "Q1802144", "google_entity_id": "kg:/m/0df_x7"}, "name": {"first": "Stephen", "middle": "Wheeler", "last": "Downey"}, "bio": {"birthday": "1839-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "WY", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "E000097", "govtrack": 403788, "icpsr": 2886, "wikipedia": "Edwin Einstein", "house_history": 12717, "wikidata": "Q1192995", "google_entity_id": "kg:/m/02rkp2d"}, "name": {"first": "Edwin", "last": "Einstein"}, "bio": {"birthday": "1842-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "E000100", "govtrack": 403791, "icpsr": 2889, "wikipedia": "Joseph Barton Elam", "house_history": 12720, "wikidata": "Q1706581", "google_entity_id": "kg:/m/028bxm5"}, "name": {"first": "Joseph", "middle": "Barton", "last": "Elam"}, "bio": {"birthday": "1821-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "E000280", "govtrack": 403960, "icpsr": 3042, "wikipedia": "Thomas Ewing Jr.", "house_history": 12946, "wikidata": "Q3525101", "google_entity_id": "kg:/m/0d3f7f"}, "name": {"first": "Thomas", "last": "Ewing"}, "bio": {"birthday": "1829-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "F000020", "govtrack": 403982, "icpsr": 3061, "wikipedia": "James T. Farley", "wikidata": "Q1681164", "google_entity_id": "kg:/m/03m0n8"}, "name": {"first": "James", "middle": "Thompson", "last": "Farley"}, "bio": {"birthday": "1829-08-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "CA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000028", "govtrack": 403990, "icpsr": 3067, "wikipedia": "Evarts Worcester Farr", "house_history": 12997, "wikidata": "Q1381558", "google_entity_id": "kg:/m/02rhg19"}, "name": {"first": "Evarts", "middle": "Worcester", "last": "Farr"}, "bio": {"birthday": "1840-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000070", "govtrack": 404028, "icpsr": 3100, "house_history": 13055, "wikipedia": "William Harrell Felton", "wikidata": "Q2577463", "google_entity_id": "kg:/m/0db709"}, "name": {"first": "William", "middle": "Harrell", "last": "Felton"}, "bio": {"birthday": "1823-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "GA", "district": 7, "party": "Ind. Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "GA", "district": 7, "party": "Ind. Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "GA", "district": 7, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "F000079", "govtrack": 404037, "icpsr": 3108, "wikipedia": "John W. Ferdon", "house_history": 13067, "wikidata": "Q2791133", "google_entity_id": "kg:/m/02rkszz"}, "name": {"first": "John", "middle": "William", "last": "Ferdon"}, "bio": {"birthday": "1826-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "F000108", "govtrack": 404065, "icpsr": 3135, "house_history": 13109, "wikipedia": "Walbridge A. Field", "wikidata": "Q1553159", "google_entity_id": "kg:/m/0ks4b4"}, "name": {"first": "Walbridge", "middle": "Abner", "last": "Field"}, "bio": {"birthday": "1833-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000132", "govtrack": 404087, "icpsr": 3154, "wikipedia": "Ebenezer B. Finley", "house_history": 13137, "wikidata": "Q5331645", "google_entity_id": "kg:/m/02rl_l2"}, "name": {"first": "Ebenezer", "middle": "Byron", "last": "Finley"}, "bio": {"birthday": "1833-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "F000285", "govtrack": 404235, "icpsr": 3288, "wikipedia": "Albert P. Forsythe", "house_history": 13332, "wikidata": "Q4710941", "google_entity_id": "kg:/m/02rk8st"}, "name": {"first": "Albert", "middle": "Palaska", "last": "Forsythe"}, "bio": {"birthday": "1830-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 15, "party": "National Greenbacker"}]}, {"id": {"bioguide": "F000288", "govtrack": 404238, "icpsr": 3290, "wikipedia": "Greenbury L. Fort", "house_history": 13335, "wikidata": "Q5603768", "google_entity_id": "kg:/m/02rk9sf"}, "name": {"first": "Greenbury", "middle": "Lafayette", "last": "Fort"}, "bio": {"birthday": "1825-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "G000203", "govtrack": 404567, "icpsr": 3601, "wikipedia": "Edward H. Gillette", "house_history": 13822, "wikidata": "Q1292423", "google_entity_id": "kg:/m/02rcrf1"}, "name": {"first": "Edward", "middle": "Hooker", "last": "Gillette"}, "bio": {"birthday": "1840-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IA", "district": 7, "party": "National Greenbacker"}]}, {"id": {"bioguide": "G000277", "govtrack": 404639, "icpsr": 3666, "wikipedia": "John Goode", "house_history": 13913, "wikidata": "Q968146", "google_entity_id": "kg:/m/07d7n9"}, "name": {"first": "John", "last": "Goode", "suffix": "Jr."}, "bio": {"birthday": "1829-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000492", "govtrack": 404837, "icpsr": 3850, "wikipedia": "James Black Groome", "wikidata": "Q885588", "google_entity_id": "kg:/m/04fh43"}, "name": {"first": "James", "middle": "Black", "last": "Groome"}, "bio": {"birthday": "1838-04-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "MD", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000247", "govtrack": 405125, "icpsr": 4108, "wikipedia": "John T. Harris", "house_history": 14590, "wikidata": "Q1701880", "google_entity_id": "kg:/m/0283_xs"}, "name": {"first": "John", "middle": "Thomas", "last": "Harris"}, "bio": {"birthday": "1823-05-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VA", "district": 9, "party": "Ind. Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "VA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000391", "govtrack": 405259, "icpsr": 4231, "wikipedia": "Philip C. Hayes", "house_history": 14764, "wikidata": "Q7183309", "google_entity_id": "kg:/m/02rkc9y"}, "name": {"first": "Philip", "middle": "Cornelius", "last": "Hayes"}, "bio": {"birthday": "1833-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "H000497", "govtrack": 405360, "icpsr": 4323, "wikipedia": "Eli Jones Henkle", "house_history": 14901, "wikidata": "Q1862746", "google_entity_id": "kg:/m/08qv8w"}, "name": {"first": "Eli", "middle": "Jones", "last": "Henkle"}, "bio": {"birthday": "1828-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MD", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000504", "govtrack": 405367, "icpsr": 4330, "wikipedia": "Daniel Maynadier Henry", "house_history": 14910, "wikidata": "Q336708", "google_entity_id": "kg:/m/026vs5l"}, "name": {"first": "Daniel", "middle": "Maynadier", "last": "Henry"}, "bio": {"birthday": "1823-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000603", "govtrack": 405464, "icpsr": 4420, "wikipedia": "Nathaniel P. Hill", "wikidata": "Q1313811", "google_entity_id": "kg:/m/0bf3m5"}, "name": {"first": "Nathaniel", "middle": "Peter", "last": "Hill"}, "bio": {"birthday": "1832-02-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "CO", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000805", "govtrack": 405654, "icpsr": 4595, "wikipedia": "Abraham J. Hostetler", "house_history": 15278, "wikidata": "Q330092", "google_entity_id": "kg:/m/02rkdqm"}, "name": {"first": "Abraham", "middle": "Jonathan", "last": "Hostetler", "nickname": "Abram"}, "bio": {"birthday": "1818-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000822", "govtrack": 405669, "icpsr": 4610, "wikipedia": "George S. Houston", "house_history": 15301, "wikidata": "Q567958", "google_entity_id": "kg:/m/03g2pn"}, "name": {"first": "George", "middle": "Smith", "last": "Houston"}, "bio": {"birthday": "1811-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "AL", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1879-03-18", "end": "1879-12-31", "state": "AL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000945", "govtrack": 405790, "icpsr": 4722, "house_history": 15451, "wikipedia": "Noble A. Hull", "wikidata": "Q1994860", "google_entity_id": "kg:/m/02rjxl8"}, "name": {"first": "Noble", "middle": "Andrew", "last": "Hull"}, "bio": {"birthday": "1827-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "FL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "J000044", "govtrack": 405949, "icpsr": 4879, "wikipedia": "Amaziah B. James", "house_history": 15746, "wikidata": "Q4740763", "google_entity_id": "kg:/m/02rkm3h"}, "name": {"first": "Amaziah", "middle": "Bailey", "last": "James"}, "bio": {"birthday": "1812-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "J000192", "govtrack": 406087, "icpsr": 5006, "wikipedia": "Joseph E. Johnston", "house_history": 15939, "wikidata": "Q439669", "google_entity_id": "kg:/m/01n683"}, "name": {"first": "Joseph", "middle": "Eggleston", "last": "Johnston"}, "bio": {"birthday": "1807-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "VA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000204", "govtrack": 406099, "icpsr": 5017, "wikipedia": "Benjamin F. Jonas", "wikidata": "Q4819212", "google_entity_id": "kg:/m/08r96l"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Jonas"}, "bio": {"birthday": "1834-07-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "K000179", "govtrack": 406342, "icpsr": 5243, "wikipedia": "John Weinland Killinger", "house_history": 16300, "wikidata": "Q6263377", "google_entity_id": "kg:/m/0kt0d0"}, "name": {"first": "John", "middle": "Weinland", "last": "Killinger"}, "bio": {"birthday": "1824-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "K000185", "govtrack": 406347, "icpsr": 5247, "wikipedia": "William Kimmel", "house_history": 16308, "wikidata": "Q1027376", "google_entity_id": "kg:/m/08qtx1"}, "name": {"first": "William", "last": "Kimmel"}, "bio": {"birthday": "1812-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "K000251", "govtrack": 406410, "icpsr": 5308, "house_history": 16390, "wikipedia": "William H. Kitchin", "wikidata": "Q782404", "google_entity_id": "kg:/m/0262xm7"}, "name": {"first": "William", "middle": "Hodges", "last": "Kitchin"}, "bio": {"birthday": "1837-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000149", "govtrack": 406654, "icpsr": 5525, "wikipedia": "Alfred Morrison Lay", "house_history": 16782, "wikidata": "Q1504065", "google_entity_id": "kg:/m/02rz5fp"}, "name": {"first": "Alfred", "middle": "Morrison", "last": "Lay"}, "bio": {"birthday": "1836-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MO", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "L000272", "govtrack": 406772, "icpsr": 5631, "house_history": 16929, "wikipedia": "Burwell Boykin Lewis", "wikidata": "Q1017185", "google_entity_id": "kg:/m/02qqt0y"}, "name": {"first": "Burwell", "middle": "Boykin", "last": "Lewis"}, "bio": {"birthday": "1838-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "AL", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "AL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "L000445", "govtrack": 406936, "icpsr": 5782, "house_history": 17148, "wikipedia": "George B. Loring", "wikidata": "Q1506916", "google_entity_id": "kg:/m/0gpt6n"}, "name": {"first": "George", "middle": "Bailey", "last": "Loring"}, "bio": {"birthday": "1817-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "L000452", "govtrack": 406942, "icpsr": 5788, "wikipedia": "William Lounsbery", "house_history": 17159, "wikidata": "Q3182494", "google_entity_id": "kg:/m/02rky6c"}, "name": {"first": "William", "last": "Lounsbery"}, "bio": {"birthday": "1831-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "M000075", "govtrack": 407103, "icpsr": 5934, "wikipedia": "Thomas Jefferson Majors", "house_history": 17422, "wikidata": "Q2425068", "google_entity_id": "kg:/m/0bhgd_"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Majors"}, "bio": {"birthday": "1841-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NE", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000169", "govtrack": 407191, "icpsr": 6015, "wikipedia": "Benjamin F. Martin", "house_history": 17534, "wikidata": "Q817471", "google_entity_id": "kg:/m/02plyg2"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Martin"}, "bio": {"birthday": "1828-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "WV", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000190", "govtrack": 407211, "icpsr": 6032, "wikipedia": "Joseph John Martin", "house_history": 17557, "wikidata": "Q1707343", "google_entity_id": "kg:/m/04wsqq"}, "name": {"first": "Joseph", "middle": "John", "last": "Martin"}, "bio": {"birthday": "1833-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NC", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000453", "govtrack": 407452, "icpsr": 6257, "wikipedia": "Jonas H. McGowan", "house_history": 17891, "wikidata": "Q1702959", "google_entity_id": "kg:/m/027zcbc"}, "name": {"first": "Jonas", "middle": "Hartzell", "last": "McGowan"}, "bio": {"birthday": "1837-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000561", "govtrack": 407553, "icpsr": 6347, "house_history": 18027, "wikipedia": "John A. McMahon", "wikidata": "Q6217825", "google_entity_id": "kg:/m/09k3hr"}, "name": {"first": "John", "middle": "A.", "last": "McMahon"}, "bio": {"birthday": "1833-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000857", "govtrack": 407831, "icpsr": 6596, "wikipedia": "James Monroe (congressman)", "house_history": 18408, "wikidata": "Q129348", "google_entity_id": "kg:/m/02rm4nc"}, "name": {"first": "James", "last": "Monroe"}, "bio": {"birthday": "1821-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "M001133", "govtrack": 408095, "icpsr": 6839, "wikipedia": "William R. Myers", "house_history": 18743, "wikidata": "Q2580320", "google_entity_id": "kg:/m/02rklgj"}, "name": {"first": "William", "middle": "Ralph", "last": "Myers"}, "bio": {"birthday": "1836-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "N000060", "govtrack": 408148, "icpsr": 6888, "wikipedia": "Jeptha D. New", "house_history": 18911, "wikidata": "Q1687508", "google_entity_id": "kg:/m/02rkgj0"}, "name": {"first": "Jeptha", "middle": "Dudley", "last": "New"}, "bio": {"birthday": "1830-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "N000061", "govtrack": 408149, "icpsr": 6889, "wikipedia": "John Stoughton Newberry", "house_history": 18912, "wikidata": "Q1701845", "google_entity_id": "kg:/m/03kl39"}, "name": {"first": "John", "middle": "Stoughton", "last": "Newberry"}, "bio": {"birthday": "1826-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "O000011", "govtrack": 408262, "icpsr": 6999, "wikipedia": "James O'Brien (U.S. Congressman)", "house_history": 19084, "wikidata": "Q1765843", "google_entity_id": "kg:/m/07jtpp"}, "name": {"first": "James", "last": "O'Brien"}, "bio": {"birthday": "1841-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 10, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "O000099", "govtrack": 408308, "icpsr": 7082, "wikipedia": "Daniel O'Reilly (politician)", "house_history": 19188, "wikidata": "Q247881", "google_entity_id": "kg:/m/0797ky"}, "name": {"first": "Daniel", "last": "O'Reilly"}, "bio": {"birthday": "1838-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 2, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "O000119", "govtrack": 408374, "icpsr": 7100, "wikipedia": "James H. Osmer", "house_history": 19212, "wikidata": "Q6135249", "google_entity_id": "kg:/m/0kt0l3"}, "name": {"first": "James", "middle": "H.", "last": "Osmer"}, "bio": {"birthday": "1832-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "O000124", "govtrack": 408377, "wikipedia": "Mariano S. Otero", "house_history": 19217, "wikidata": "Q1897010", "google_entity_id": "kg:/m/02rjx56"}, "name": {"first": "Mariano", "middle": "Sabino", "last": "Otero"}, "bio": {"birthday": "1844-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NM", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "O000145", "govtrack": 408396, "icpsr": 7125, "wikipedia": "Edward Overton Jr.", "house_history": 19245, "wikidata": "Q5344707", "google_entity_id": "kg:/m/0ks_ry"}, "name": {"first": "Edward", "last": "Overton", "suffix": "Jr."}, "bio": {"birthday": "1836-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "P000203", "govtrack": 408606, "icpsr": 7319, "wikipedia": "George H. Pendleton", "house_history": 19527, "wikidata": "Q552459", "google_entity_id": "kg:/m/017j9x"}, "name": {"first": "George", "middle": "Hunt", "last": "Pendleton"}, "bio": {"birthday": "1825-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "OH", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000248", "govtrack": 408651, "icpsr": 7361, "wikipedia": "Henry Persons", "house_history": 19584, "wikidata": "Q1607152", "google_entity_id": "kg:/m/026pgml"}, "name": {"first": "Henry", "last": "Persons"}, "bio": {"birthday": "1834-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "GA", "district": 4, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "P000304", "govtrack": 408704, "icpsr": 7409, "wikipedia": "John Finis Philips", "house_history": 19652, "wikidata": "Q610936", "google_entity_id": "kg:/m/02rz75f"}, "name": {"first": "John", "middle": "Finis", "last": "Philips"}, "bio": {"birthday": "1834-12-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MO", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "P000336", "govtrack": 408733, "icpsr": 7438, "wikipedia": "Ray V. Pierce", "house_history": 19695, "wikidata": "Q7298226", "google_entity_id": "kg:/m/02rkvt_"}, "name": {"first": "Ray", "middle": "Vaughn", "last": "Pierce"}, "bio": {"birthday": "1840-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "P000400", "govtrack": 408793, "icpsr": 7499, "wikipedia": "Henry Poehler", "house_history": 19772, "wikidata": "Q1607161", "google_entity_id": "kg:/m/0dqq1v"}, "name": {"first": "Henry", "last": "Poehler"}, "bio": {"birthday": "1833-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000525", "govtrack": 408909, "icpsr": 7612, "wikipedia": "Hiram Price", "house_history": 19929, "wikidata": "Q1620131", "google_entity_id": "kg:/m/02r67x6"}, "name": {"first": "Hiram", "last": "Price"}, "bio": {"birthday": "1814-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000234", "govtrack": 409210, "icpsr": 7887, "wikipedia": "James Buchanan Richmond", "house_history": 20373, "wikidata": "Q1418162", "google_entity_id": "kg:/m/02pnbz9"}, "name": {"first": "James", "middle": "Buchanan", "last": "Richmond"}, "bio": {"birthday": "1842-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "VA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "R000463", "govtrack": 409425, "icpsr": 8082, "wikipedia": "Gideon Frank Rothwell", "house_history": 20656, "wikidata": "Q1523116", "google_entity_id": "kg:/m/02rz6fc"}, "name": {"first": "Gideon", "middle": "Frank", "last": "Rothwell"}, "bio": {"birthday": "1836-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MO", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "R000523", "govtrack": 409481, "icpsr": 8126, "wikipedia": "Daniel Lindsay Russell", "house_history": 20732, "wikidata": "Q885765", "google_entity_id": "kg:/m/02j188"}, "name": {"first": "Daniel", "middle": "Lindsay", "last": "Russell"}, "bio": {"gender": "M", "birthday": "1845-08-07"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NC", "district": 3, "party": "National Greenbacker"}]}, {"id": {"bioguide": "R000564", "govtrack": 409520, "icpsr": 8161, "wikipedia": "John Walker Ryon", "house_history": 20774, "wikidata": "Q6262742", "google_entity_id": "kg:/m/0ksz2d"}, "name": {"first": "John", "middle": "Walker", "last": "Ryon"}, "bio": {"birthday": "1825-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "S000022", "govtrack": 409541, "icpsr": 8186, "wikipedia": "William J. Samford", "house_history": 21158, "wikidata": "Q880664", "google_entity_id": "kg:/m/03g2hy"}, "name": {"first": "William", "middle": "James", "last": "Samford"}, "bio": {"birthday": "1844-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000060", "govtrack": 409573, "icpsr": 8215, "wikipedia": "William Fletcher Sapp", "house_history": 21207, "wikidata": "Q1365675", "google_entity_id": "kg:/m/02rk8cr"}, "name": {"first": "William", "middle": "Fletcher", "last": "Sapp"}, "bio": {"birthday": "1824-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "S000092", "govtrack": 409604, "icpsr": 8240, "wikipedia": "Samuel Locke Sawyer", "house_history": 21247, "wikidata": "Q385061", "google_entity_id": "kg:/m/02rz86s"}, "name": {"first": "Samuel", "middle": "Locke", "last": "Sawyer"}, "bio": {"birthday": "1813-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MO", "district": 8, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "S000129", "govtrack": 409637, "icpsr": 8265, "wikipedia": "Gustav Schleicher", "house_history": 21298, "wikidata": "Q214845", "google_entity_id": "kg:/m/02z2sgb"}, "name": {"first": "Gustave", "last": "Schleicher"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TX", "district": -1, "party": "Democrat"}], "bio": {"birthday": "1823-11-19", "gender": "M"}}, {"id": {"bioguide": "S000362", "govtrack": 412130, "icpsr": 8470, "wikipedia": "James Shields (politician, born 1810)", "wikidata": "Q923522", "google_entity_id": "kg:/m/01lz7x"}, "name": {"first": "James", "last": "Shields"}, "bio": {"gender": "M"}, "terms": [{"type": "sen", "start": "1849-12-03", "end": "1855-03-03", "state": "IL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1858-01-01", "end": "1859-03-03", "state": "MN", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1879-01-27", "end": "1879-03-03", "state": "MO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000476", "govtrack": 409965, "icpsr": 8567, "wikipedia": "James H. Slater", "house_history": 21733, "wikidata": "Q1680501", "google_entity_id": "kg:/m/0d8tsw"}, "name": {"first": "James", "middle": "Harvey", "last": "Slater"}, "bio": {"birthday": "1826-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OR", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "OR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000484", "govtrack": 409972, "icpsr": 8572, "wikipedia": "William F. Slemons", "house_history": 21743, "wikidata": "Q2578809", "google_entity_id": "kg:/m/02ryx_c"}, "name": {"first": "William", "middle": "Ferguson", "last": "Slemons"}, "bio": {"birthday": "1830-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "AR", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000549", "govtrack": 410031, "icpsr": 8631, "wikipedia": "Hezekiah Bradley Smith", "house_history": 21816, "wikidata": "Q1617050", "google_entity_id": "kg:/m/07w934"}, "name": {"first": "Hezekiah", "middle": "Bradley", "last": "Smith"}, "bio": {"birthday": "1816-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NJ", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000631", "govtrack": 410105, "icpsr": 8700, "wikipedia": "William Ephraim Smith", "house_history": 21915, "wikidata": "Q1314745", "google_entity_id": "kg:/m/0gww7y"}, "name": {"first": "William", "middle": "Ephraim", "last": "Smith"}, "bio": {"birthday": "1829-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "GA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000808", "govtrack": 410274, "icpsr": 8848, "wikipedia": "John H. Starin", "house_history": 22139, "wikidata": "Q6237092", "google_entity_id": "kg:/m/02rksd1"}, "name": {"first": "John", "middle": "Henry", "last": "Starin"}, "bio": {"birthday": "1825-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "S000838", "govtrack": 410302, "icpsr": 8874, "wikipedia": "Walter Leak Steele", "house_history": 22176, "wikidata": "Q2545033", "google_entity_id": "kg:/m/04fpg_"}, "name": {"first": "Walter", "middle": "Leak", "last": "Steele"}, "bio": {"birthday": "1823-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000889", "govtrack": 410350, "icpsr": 8918, "house_history": 22239, "wikipedia": "Adlai Stevenson I", "wikidata": "Q310839", "google_entity_id": "kg:/m/0myqt"}, "name": {"first": "Adlai", "middle": "Ewing", "last": "Stevenson"}, "bio": {"birthday": "1835-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "S000959", "govtrack": 410418, "icpsr": 8981, "wikipedia": "John W. Stone", "house_history": 22327, "wikidata": "Q1474405", "google_entity_id": "kg:/m/02ppm1m"}, "name": {"first": "John", "middle": "Wesley", "last": "Stone"}, "bio": {"birthday": "1838-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MI", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "T000428", "govtrack": 410996, "icpsr": 9522, "wikipedia": "Thomas Turner (Congressman)", "house_history": 23158, "wikidata": "Q1806167", "google_entity_id": "kg:/m/02qqczs"}, "name": {"first": "Thomas", "last": "Turner"}, "bio": {"birthday": "1821-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "KY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "V000117", "govtrack": 411171, "icpsr": 9686, "wikipedia": "Charles H. Voorhis", "house_history": 21017, "wikidata": "Q1064700", "google_entity_id": "kg:/m/02r7xy7"}, "name": {"first": "Charles", "middle": "Henry", "last": "Voorhis"}, "bio": {"birthday": "1833-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NJ", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000004", "govtrack": 411183, "icpsr": 9697, "wikipedia": "James Richard Waddill", "house_history": 23224, "wikidata": "Q1681036", "google_entity_id": "kg:/m/02rxcg8"}, "name": {"first": "James", "middle": "Richard", "last": "Waddill"}, "bio": {"birthday": "1842-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MO", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000057", "govtrack": 411236, "icpsr": 9745, "wikipedia": "James D. Walker", "wikidata": "Q1680245", "google_entity_id": "kg:/m/09sjcw"}, "name": {"first": "James", "middle": "David", "last": "Walker"}, "bio": {"birthday": "1830-12-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "AR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000282", "govtrack": 411447, "icpsr": 9942, "wikipedia": "Erastus Wells", "house_history": 23558, "wikidata": "Q1319342", "google_entity_id": "kg:/m/02rmdtl"}, "name": {"first": "Erastus", "last": "Wells"}, "bio": {"birthday": "1823-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000373", "govtrack": 411534, "icpsr": 10026, "wikipedia": "Harry White (Pennsylvania)", "house_history": 23658, "wikidata": "Q5673338", "google_entity_id": "kg:/m/0kt0fk"}, "name": {"first": "Harry", "last": "White"}, "bio": {"birthday": "1834-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "W000399", "govtrack": 411559, "icpsr": 10050, "wikipedia": "John Whiteaker", "house_history": 23689, "wikidata": "Q373322", "google_entity_id": "kg:/m/0f032j"}, "name": {"first": "John", "last": "Whiteaker"}, "bio": {"birthday": "1820-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000522", "govtrack": 411679, "icpsr": 10166, "wikipedia": "John Stuart Williams", "wikidata": "Q6242827", "google_entity_id": "kg:/m/0b_nkg"}, "name": {"first": "John", "middle": "Stuart", "last": "Williams"}, "bio": {"birthday": "1818-07-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "KY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000761", "govtrack": 411910, "icpsr": 10389, "wikipedia": "Hendrick Bradley Wright", "house_history": 24124, "wikidata": "Q13219870", "google_entity_id": "kg:/m/0ksz34"}, "name": {"first": "Hendrick", "middle": "Bradley", "last": "Wright"}, "bio": {"birthday": "1808-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 12, "party": "National Greenbacker"}]}, {"id": {"bioguide": "Y000016", "govtrack": 411950, "icpsr": 10423, "wikipedia": "Jesse Johnson Yeates", "house_history": 21051, "wikidata": "Q613563", "google_entity_id": "kg:/m/04wsn9"}, "name": {"first": "Jesse", "middle": "Johnson", "last": "Yeates"}, "bio": {"birthday": "1829-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "Y000019", "govtrack": 411953, "icpsr": 10426, "wikipedia": "Seth Hartman Yocum", "house_history": 21054, "wikidata": "Q7456501", "google_entity_id": "kg:/m/0kt0gq"}, "name": {"first": "Seth", "middle": "Hartman", "last": "Yocum"}, "bio": {"birthday": "1834-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 20, "party": "National Greenbacker"}]}, {"id": {"bioguide": "G000063", "govtrack": 404436, "icpsr": 3473, "wikipedia": "James A. Garfield", "house_history": 13641, "wikidata": "Q34597", "google_entity_id": "kg:/m/0b22w"}, "name": {"first": "James", "middle": "Abram", "last": "Garfield"}, "bio": {"birthday": "1831-11-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "W000629", "govtrack": 411783, "icpsr": 10268, "wikipedia": "William Windom", "house_history": 23963, "wikidata": "Q1374474", "google_entity_id": "kg:/m/01l_4h"}, "name": {"first": "William", "last": "Windom"}, "bio": {"birthday": "1827-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MN", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MN", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1870-07-15", "end": "1871-03-03", "state": "MN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1872-01-01", "end": "1877-12-31", "state": "MN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1878-01-01", "end": "1881-03-07", "state": "MN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1881-11-15", "end": "1883-03-03", "state": "MN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000066", "govtrack": 400726, "wikipedia": "George Ainslie (delegate)", "house_history": 8348, "wikidata": "Q656981", "google_entity_id": "kg:/m/02w8yjc"}, "name": {"first": "George", "last": "Ainslie"}, "bio": {"birthday": "1838-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "ID", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "ID", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "A000086", "govtrack": 400745, "icpsr": 74, "wikipedia": "William Aldrich", "house_history": 8380, "wikidata": "Q4163410", "google_entity_id": "kg:/m/02rk218"}, "name": {"first": "William", "last": "Aldrich"}, "bio": {"birthday": "1820-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000147", "govtrack": 400803, "icpsr": 129, "house_history": 8463, "wikipedia": "Thomas Allen (representative)", "wikidata": "Q680605", "google_entity_id": "kg:/m/0fq834"}, "name": {"first": "Thomas", "last": "Allen"}, "bio": {"birthday": "1813-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000278", "govtrack": 400918, "icpsr": 229, "house_history": 8651, "wikipedia": "Robert Franklin Armfield", "wikidata": "Q2157154", "google_entity_id": "kg:/m/04gw2p"}, "name": {"first": "Robert", "middle": "Franklin", "last": "Armfield"}, "bio": {"birthday": "1829-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "A000325", "govtrack": 400973, "icpsr": 280, "wikipedia": "Gibson Atherton", "house_history": 8709, "wikidata": "Q5559289", "google_entity_id": "kg:/m/02rm0tz"}, "name": {"first": "Gibson", "last": "Atherton"}, "bio": {"birthday": "1831-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "A000327", "govtrack": 400976, "icpsr": 282, "wikipedia": "John DeWitt Clinton Atkins", "house_history": 8713, "wikidata": "Q1699785", "google_entity_id": "kg:/m/0dm6c6"}, "name": {"first": "John", "middle": "DeWitt Clinton", "last": "Atkins"}, "bio": {"birthday": "1825-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "B000253", "govtrack": 401247, "icpsr": 528, "wikipedia": "Thomas F. Bayard", "wikidata": "Q708034", "google_entity_id": "kg:/m/0c4s0"}, "name": {"first": "Thomas", "middle": "Francis", "last": "Bayard", "suffix": "Sr."}, "bio": {"birthday": "1828-10-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "DE", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "DE", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1881-12-05", "end": "1885-12-31", "state": "DE", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000415", "govtrack": 401402, "icpsr": 671, "house_history": 9315, "wikipedia": "Campbell Polson Berry", "wikidata": "Q1030483", "google_entity_id": "kg:/m/0dsz0w"}, "name": {"first": "Campbell", "middle": "Polson", "last": "Berry"}, "bio": {"birthday": "1834-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "CA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000497", "govtrack": 401477, "icpsr": 741, "wikipedia": "George Robinson Black", "house_history": 9419, "wikidata": "Q1476834", "google_entity_id": "kg:/m/026h__n"}, "name": {"first": "George", "middle": "Robison", "last": "Black"}, "bio": {"gender": "M", "birthday": "1835-03-24"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000705", "govtrack": 401667, "icpsr": 919, "wikipedia": "Selwyn Z. Bowman", "house_history": 9696, "wikidata": "Q2268797", "google_entity_id": "kg:/m/02rjz9m"}, "name": {"first": "Selwyn", "middle": "Zadock", "last": "Bowman"}, "bio": {"birthday": "1840-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000831", "govtrack": 401788, "icpsr": 1034, "wikipedia": "James Frankland Briggs", "house_history": 9853, "wikidata": "Q1578906", "google_entity_id": "kg:/m/02rhj5s"}, "name": {"first": "James", "middle": "Frankland", "last": "Briggs"}, "bio": {"birthday": "1827-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001141", "govtrack": 402084, "icpsr": 1309, "wikipedia": "Joseph Henry Burrows", "house_history": 10244, "wikidata": "Q1676607", "google_entity_id": "kg:/m/02rz7d_"}, "name": {"first": "Joseph", "middle": "Henry", "last": "Burrows"}, "bio": {"birthday": "1840-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MO", "district": 10, "party": "National Greenbacker"}]}, {"id": {"bioguide": "C000036", "govtrack": 402197, "icpsr": 1410, "wikipedia": "John W. Caldwell", "house_history": 10487, "wikidata": "Q1702038", "google_entity_id": "kg:/m/02rjw2v"}, "name": {"first": "John", "middle": "William", "last": "Caldwell"}, "bio": {"birthday": "1837-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000064", "govtrack": 402222, "icpsr": 1434, "wikipedia": "Angus Cameron (American politician)", "wikidata": "Q544372", "google_entity_id": "kg:/m/0b6jzt"}, "name": {"first": "Angus", "last": "Cameron"}, "bio": {"birthday": "1826-07-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "WI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1885-03-03", "state": "WI", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000072", "govtrack": 402229, "icpsr": 1440, "wikipedia": "John H. Camp", "house_history": 10535, "wikidata": "Q6236742", "google_entity_id": "kg:/m/02rldnm"}, "name": {"first": "John", "middle": "Henry", "last": "Camp"}, "bio": {"birthday": "1840-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "C000119", "govtrack": 402270, "wikipedia": "George Q. Cannon", "house_history": 10597, "wikidata": "Q947083", "google_entity_id": "kg:/m/040jgk"}, "name": {"first": "George", "middle": "Quayle", "last": "Cannon"}, "bio": {"birthday": "1827-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "UT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "UT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "UT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "UT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "UT", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000166", "govtrack": 402314, "icpsr": 1519, "wikipedia": "Cyrus C. Carpenter", "house_history": 10661, "wikidata": "Q1148917", "google_entity_id": "kg:/m/02rk790"}, "name": {"first": "Cyrus", "middle": "Clay", "last": "Carpenter"}, "bio": {"birthday": "1829-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "C000307", "govtrack": 402449, "icpsr": 1650, "wikipedia": "Andrew Grant Chapman", "house_history": 10840, "wikidata": "Q1863017", "google_entity_id": "kg:/m/0f0y1h"}, "name": {"first": "Andrew", "middle": "Grant", "last": "Chapman"}, "bio": {"birthday": "1839-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MD", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000442", "govtrack": 402580, "icpsr": 1774, "wikipedia": "John Bullock Clark Jr.", "house_history": 11005, "wikidata": "Q655809", "google_entity_id": "kg:/m/0g1h8w"}, "name": {"first": "John", "middle": "Bullock", "last": "Clark", "suffix": "Jr."}, "bio": {"birthday": "1831-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MO", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000623", "govtrack": 402752, "icpsr": 1935, "wikipedia": "Walpole G. Colerick", "house_history": 11230, "wikidata": "Q1728984", "google_entity_id": "kg:/m/02rkhxc"}, "name": {"first": "Walpole", "middle": "Gillespie", "last": "Colerick"}, "bio": {"birthday": "1845-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IN", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IN", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "C000678", "govtrack": 402804, "icpsr": 1981, "wikipedia": "Omar D. Conger", "house_history": 11303, "wikidata": "Q2023061", "google_entity_id": "kg:/m/03jvjh"}, "name": {"first": "Omar", "middle": "Dwight", "last": "Conger"}, "bio": {"birthday": "1818-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "MI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000724", "govtrack": 402846, "icpsr": 2022, "house_history": 11359, "wikipedia": "Philip Cook (general)", "wikidata": "Q2086128", "google_entity_id": "kg:/m/02x43n_"}, "name": {"first": "Philip", "last": "Cook"}, "bio": {"birthday": "1817-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "GA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000783", "govtrack": 402903, "icpsr": 2072, "wikipedia": "Thomas Cornell (politician)", "house_history": 11434, "wikidata": "Q2592837", "google_entity_id": "kg:/m/02rkx16"}, "name": {"first": "Thomas", "last": "Cornell"}, "bio": {"birthday": "1814-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "C000881", "govtrack": 402993, "icpsr": 2151, "wikipedia": "William W. Crapo", "house_history": 11557, "wikidata": "Q1114004", "google_entity_id": "kg:/m/02pm9fg"}, "name": {"first": "William", "middle": "Wallace", "last": "Crapo"}, "bio": {"birthday": "1830-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000885", "govtrack": 402997, "icpsr": 2155, "wikipedia": "Jordan E. Cravens", "house_history": 11561, "wikidata": "Q1703613", "google_entity_id": "kg:/m/02rjw7n"}, "name": {"first": "Jordan", "middle": "Edgar", "last": "Cravens"}, "bio": {"birthday": "1830-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "AR", "district": 3, "party": "Ind. Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "AR", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000945", "govtrack": 403057, "icpsr": 2212, "wikipedia": "Richard Crowley", "house_history": 11634, "wikidata": "Q7324985", "google_entity_id": "kg:/m/02rnnmd"}, "name": {"first": "Richard", "last": "Crowley"}, "bio": {"birthday": "1836-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "D000062", "govtrack": 403201, "icpsr": 2346, "wikipedia": "Chester Bidwell Darrall", "house_history": 11907, "wikidata": "Q1070671", "google_entity_id": "kg:/m/02qhvp4"}, "name": {"first": "Chester", "middle": "Bidwell", "last": "Darrall"}, "bio": {"birthday": "1842-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "LA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "LA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "LA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "LA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "LA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "LA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000149", "govtrack": 403282, "icpsr": 2424, "house_history": 12016, "wikipedia": "Rufus Dawes", "wikidata": "Q7378026", "google_entity_id": "kg:/m/0d0d19"}, "name": {"first": "Rufus", "last": "Dawes"}, "bio": {"birthday": "1838-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "D000224", "govtrack": 403316, "icpsr": 2489, "wikipedia": "Mark L. De Motte", "house_history": 12111, "wikidata": "Q1900201", "google_entity_id": "kg:/m/02rl1cf"}, "name": {"first": "Mark", "middle": "Lindsey", "last": "De Motte"}, "bio": {"birthday": "1832-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "D000188", "govtrack": 403349, "icpsr": 2460, "wikipedia": "Nathaniel Cobb Deering", "house_history": 12064, "wikidata": "Q1966730", "google_entity_id": "kg:/m/02rk812"}, "name": {"first": "Nathaniel", "middle": "Cobb", "last": "Deering"}, "bio": {"birthday": "1827-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000297", "govtrack": 403420, "icpsr": 2551, "wikipedia": "John F. Dezendorf", "house_history": 12195, "wikidata": "Q1700009", "google_entity_id": "kg:/m/02vrpts"}, "name": {"first": "John", "middle": "Frederick", "last": "Dezendorf"}, "bio": {"birthday": "1834-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "VA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000479", "govtrack": 403588, "icpsr": 2711, "wikipedia": "Charles T. Doxey", "house_history": 12430, "wikidata": "Q1066205", "google_entity_id": "kg:/m/02rkf62"}, "name": {"first": "Charles", "middle": "Taylor", "last": "Doxey"}, "bio": {"birthday": "1841-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "D000520", "govtrack": 403630, "icpsr": 2749, "wikipedia": "P. Henry Dugro", "house_history": 12480, "wikidata": "Q1192923", "google_entity_id": "kg:/m/02rkv7r"}, "name": {"first": "Philip", "middle": "Henry", "last": "Dugro"}, "bio": {"birthday": "1855-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "D000580", "govtrack": 403683, "icpsr": 2798, "house_history": 12546, "wikipedia": "Jeremiah W. Dwight", "wikidata": "Q6181004", "google_entity_id": "kg:/m/02rkry8"}, "name": {"first": "Jeremiah", "middle": "Wilbur", "last": "Dwight"}, "bio": {"birthday": "1819-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "E000046", "govtrack": 403741, "icpsr": 2846, "wikipedia": "Alonzo J. Edgerton", "wikidata": "Q2602125", "google_entity_id": "kg:/m/01l_8p"}, "name": {"first": "Alonzo", "middle": "Jay", "last": "Edgerton"}, "bio": {"birthday": "1827-06-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1881-12-05", "end": "1881-12-31", "state": "MN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "E000207", "govtrack": 403894, "icpsr": 2984, "wikipedia": "Russell Errett", "house_history": 12855, "wikidata": "Q7381491", "google_entity_id": "kg:/m/0kt0dt"}, "name": {"first": "Russell", "last": "Errett"}, "bio": {"birthday": "1817-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "F000002", "govtrack": 403964, "icpsr": 3045, "wikipedia": "James Graham Fair", "wikidata": "Q3161114", "google_entity_id": "kg:/m/02kjtd"}, "name": {"first": "James", "middle": "Graham", "last": "Fair"}, "bio": {"birthday": "1831-12-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "NV", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000039", "govtrack": 404000, "icpsr": 3077, "wikipedia": "Sewall S. Farwell", "house_history": 13012, "wikidata": "Q2275395", "google_entity_id": "kg:/m/02rk83h"}, "name": {"first": "Sewall", "middle": "Spaulding", "last": "Farwell"}, "bio": {"birthday": "1834-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000134", "govtrack": 404089, "icpsr": 3156, "wikipedia": "Jesse J. Finley", "house_history": 13139, "wikidata": "Q1323685", "google_entity_id": "kg:/m/0cyk9_"}, "name": {"first": "Jesse", "middle": "Johnson", "last": "Finley"}, "bio": {"birthday": "1812-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "FL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000148", "govtrack": 404103, "icpsr": 3168, "wikipedia": "Horatio Gates Fisher", "house_history": 13156, "wikidata": "Q5902685", "google_entity_id": "kg:/m/0ks_qt"}, "name": {"first": "Horatio", "middle": "Gates", "last": "Fisher"}, "bio": {"birthday": "1838-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "F000266", "govtrack": 404217, "icpsr": 3272, "wikipedia": "Nicholas Ford", "house_history": 13309, "wikidata": "Q1455445", "google_entity_id": "kg:/m/02rz7n6"}, "name": {"first": "Nicholas", "last": "Ford"}, "bio": {"birthday": "1833-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MO", "district": 9, "party": "National Greenbacker"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MO", "district": 9, "party": "National Greenbacker"}]}, {"id": {"bioguide": "F000393", "govtrack": 404335, "icpsr": 3380, "wikipedia": "Richard Graham Frost", "house_history": 13466, "wikidata": "Q2149610", "google_entity_id": "kg:/m/02rz7xg"}, "name": {"first": "Richard", "middle": "Graham", "last": "Frost"}, "bio": {"birthday": "1851-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000402", "govtrack": 404344, "icpsr": 3389, "wikipedia": "Abram Fulkerson", "house_history": 13478, "wikidata": "Q331044", "google_entity_id": "kg:/m/0kt6qw"}, "name": {"first": "Abram", "last": "Fulkerson"}, "bio": {"birthday": "1834-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "VA", "district": 9, "party": "Readjuster Democrat"}]}, {"id": {"bioguide": "G000249", "govtrack": 404611, "icpsr": 3640, "wikipedia": "William Godshalk", "house_history": 13878, "wikidata": "Q956509", "google_entity_id": "kg:/m/0kss32"}, "name": {"first": "William", "last": "Godshalk"}, "bio": {"birthday": "1817-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "G000527", "govtrack": 404872, "icpsr": 3879, "wikipedia": "Thomas M. Gunter", "house_history": 14225, "wikidata": "Q739034", "google_entity_id": "kg:/m/02rjzxj"}, "name": {"first": "Thomas", "middle": "Montague", "last": "Gunter"}, "bio": {"birthday": "1826-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "AR", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000057", "govtrack": 404942, "icpsr": 3944, "wikipedia": "Joshua G. Hall", "house_history": 14357, "wikidata": "Q177973", "google_entity_id": "kg:/m/02rjwl_"}, "name": {"first": "Joshua", "middle": "Gilman", "last": "Hall"}, "bio": {"birthday": "1828-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000129", "govtrack": 405011, "icpsr": 4008, "wikipedia": "John Hammond (congressman)", "house_history": 14445, "wikidata": "Q6237494", "google_entity_id": "kg:/m/02rksff"}, "name": {"first": "John", "last": "Hammond"}, "bio": {"birthday": "1827-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "H000183", "govtrack": 405064, "icpsr": 4051, "wikipedia": "Augustus Albert Hardenbergh", "house_history": 14513, "wikidata": "Q770139", "google_entity_id": "kg:/m/02x3pzc"}, "name": {"first": "Augustus", "middle": "Albert", "last": "Hardenbergh"}, "bio": {"birthday": "1830-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NJ", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NJ", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NJ", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000233", "govtrack": 405111, "icpsr": 4097, "wikipedia": "Benjamin W. Harris", "house_history": 14575, "wikidata": "Q179915", "google_entity_id": "kg:/m/02rgzs0"}, "name": {"first": "Benjamin", "middle": "Winslow", "last": "Harris"}, "bio": {"birthday": "1823-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000240", "govtrack": 405118, "icpsr": 4102, "wikipedia": "Henry S. Harris", "house_history": 14582, "wikidata": "Q507808", "google_entity_id": "kg:/m/02x4fq8"}, "name": {"first": "Henry", "middle": "Schenck", "last": "Harris"}, "bio": {"birthday": "1850-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000364", "govtrack": 405233, "icpsr": 4209, "wikipedia": "Robert M. A. Hawk", "house_history": 14729, "wikidata": "Q7347083", "google_entity_id": "kg:/m/02rkcnl"}, "name": {"first": "Robert", "middle": "Moffett Allison", "last": "Hawk"}, "bio": {"birthday": "1839-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000417", "govtrack": 405283, "icpsr": 4255, "wikipedia": "Ira Sherwin Hazeltine", "house_history": 14795, "wikidata": "Q1672332", "google_entity_id": "kg:/m/02rxbzg"}, "name": {"first": "Ira", "middle": "Sherwin", "last": "Hazeltine"}, "bio": {"birthday": "1821-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MO", "district": 6, "party": "National Greenbacker"}]}, {"id": {"bioguide": "H000418", "govtrack": 405284, "icpsr": 4256, "wikipedia": "George Cochrane Hazelton", "house_history": 14796, "wikidata": "Q284120", "google_entity_id": "kg:/m/027blzs"}, "name": {"first": "George", "middle": "Cochrane", "last": "Hazelton"}, "bio": {"birthday": "1832-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "WI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000451", "govtrack": 405316, "icpsr": 4283, "wikipedia": "William Heilman", "house_history": 14841, "wikidata": "Q214487", "google_entity_id": "kg:/m/02rk_8q"}, "name": {"first": "William", "last": "Heilman"}, "bio": {"birthday": "1824-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000596", "govtrack": 405458, "icpsr": 4414, "wikipedia": "John Hill (New Jersey politician)", "house_history": 15022, "wikidata": "Q910738", "google_entity_id": "kg:/m/02r7x11"}, "name": {"first": "John", "last": "Hill"}, "bio": {"birthday": "1821-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NJ", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000696", "govtrack": 405549, "icpsr": 4499, "wikipedia": "John B. Hoge", "house_history": 15144, "wikidata": "Q1699206", "google_entity_id": "kg:/m/03bynzn"}, "name": {"first": "John", "middle": "Blair", "last": "Hoge"}, "bio": {"birthday": "1825-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "WV", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000819", "govtrack": 405666, "icpsr": 4607, "wikipedia": "John Ford House", "house_history": 15297, "wikidata": "Q1700086", "google_entity_id": "kg:/m/0dhy_q"}, "name": {"first": "John", "middle": "Ford", "last": "House"}, "bio": {"gender": "M", "birthday": "1827-01-09"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000894", "govtrack": 405740, "icpsr": 4678, "wikipedia": "Jay Abel Hubbell", "house_history": 15389, "wikidata": "Q1684300", "google_entity_id": "kg:/m/0bkyh6"}, "name": {"first": "Jay", "middle": "Abel", "last": "Hubbell"}, "bio": {"birthday": "1829-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MI", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "H000896", "govtrack": 405742, "icpsr": 4680, "wikipedia": "Orlando Hubbs", "house_history": 15391, "wikidata": "Q1249016", "google_entity_id": "kg:/m/04fd62"}, "name": {"first": "Orlando", "last": "Hubbs"}, "bio": {"birthday": "1840-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000952", "govtrack": 405796, "icpsr": 4727, "wikipedia": "Herman L. Humphrey", "house_history": 15459, "wikidata": "Q1610284", "google_entity_id": "kg:/m/02vrqbp"}, "name": {"first": "Herman", "middle": "Leon", "last": "Humphrey"}, "bio": {"birthday": "1830-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "WI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "J000014", "govtrack": 405921, "icpsr": 4852, "wikipedia": "Howell Edmunds Jackson", "wikidata": "Q654559", "google_entity_id": "kg:/m/03b8fn"}, "name": {"first": "Howell", "middle": "Edmunds", "last": "Jackson"}, "bio": {"birthday": "1832-04-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "TN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000035", "govtrack": 405940, "icpsr": 4870, "wikipedia": "Ferris Jacobs, Jr.", "house_history": 15734, "wikidata": "Q5445377", "google_entity_id": "kg:/m/02qlpsg"}, "name": {"first": "Ferris", "last": "Jacobs", "suffix": "Jr."}, "bio": {"birthday": "1836-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "J000042", "govtrack": 405947, "icpsr": 4877, "wikipedia": "Cornelius Comegys Jadwin", "house_history": 15744, "wikidata": "Q5171338", "google_entity_id": "kg:/m/0kt0cn"}, "name": {"first": "Cornelius", "middle": "Comegys", "last": "Jadwin"}, "bio": {"birthday": "1835-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "J000214", "govtrack": 406109, "icpsr": 5026, "wikipedia": "Charles W. Jones", "wikidata": "Q2161618", "google_entity_id": "kg:/m/08zh8j"}, "name": {"first": "Charles", "middle": "William", "last": "Jones"}, "bio": {"birthday": "1834-12-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "FL", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "FL", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000223", "govtrack": 406117, "icpsr": 5034, "house_history": 15975, "wikipedia": "George Washington Jones (Texas politician)", "wikidata": "Q1416776", "google_entity_id": "kg:/m/0f5gw_"}, "name": {"first": "George", "middle": "Washington", "last": "Jones"}, "bio": {"birthday": "1828-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TX", "district": 5, "party": "National Greenbacker"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TX", "district": 5, "party": "National Greenbacker"}]}, {"id": {"bioguide": "J000247", "govtrack": 406140, "icpsr": 5057, "wikipedia": "Phineas Jones", "house_history": 16005, "wikidata": "Q2088355", "google_entity_id": "kg:/m/02x3m58"}, "name": {"first": "Phineas", "last": "Jones"}, "bio": {"birthday": "1819-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NJ", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "J000271", "govtrack": 406163, "icpsr": 5076, "wikipedia": "Joseph Jorgensen", "house_history": 16037, "wikidata": "Q1340640", "google_entity_id": "kg:/m/02vp0b6"}, "name": {"first": "Joseph", "last": "Jorgensen"}, "bio": {"birthday": "1844-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "VA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "J000275", "govtrack": 406167, "icpsr": 5080, "house_history": 16043, "wikipedia": "Charles Herbert Joyce", "wikidata": "Q1064832", "google_entity_id": "kg:/m/02rhd98"}, "name": {"first": "Charles", "middle": "Herbert", "last": "Joyce"}, "bio": {"birthday": "1830-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "VT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "K000272", "govtrack": 406429, "icpsr": 5325, "wikipedia": "Robert Klotz", "house_history": 16419, "wikidata": "Q7346407", "google_entity_id": "kg:/m/0ks_n5"}, "name": {"first": "Robert", "last": "Klotz"}, "bio": {"birthday": "1819-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "K000290", "govtrack": 406446, "icpsr": 5341, "wikipedia": "J. Proctor Knott", "house_history": 16444, "wikidata": "Q359532", "google_entity_id": "kg:/m/06hhcx"}, "name": {"first": "James", "middle": "Proctor", "last": "Knott"}, "bio": {"birthday": "1830-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "KY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "L000013", "govtrack": 406523, "icpsr": 5394, "wikipedia": "George W. Ladd", "house_history": 16590, "wikidata": "Q1508444", "google_entity_id": "kg:/m/02rv9qf"}, "name": {"first": "George", "middle": "Washington", "last": "Ladd"}, "bio": {"birthday": "1818-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "ME", "district": 4, "party": "National Greenbacker"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "ME", "district": 4, "party": "National Greenbacker"}]}, {"id": {"bioguide": "L000092", "govtrack": 406600, "icpsr": 5473, "wikipedia": "Elbridge G. Lapham", "house_history": 16707, "wikidata": "Q442009", "google_entity_id": "kg:/m/06792_"}, "name": {"first": "Elbridge", "middle": "Gerry", "last": "Lapham"}, "bio": {"birthday": "1814-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1885-03-03", "state": "NY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000210", "govtrack": 406713, "icpsr": 5574, "wikipedia": "John P. Leedom", "house_history": 16855, "wikidata": "Q6251632", "google_entity_id": "kg:/m/02rm1tm"}, "name": {"first": "John", "middle": "Peter", "last": "Leedom"}, "bio": {"birthday": "1847-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "L000286", "govtrack": 406784, "icpsr": 5643, "wikipedia": "John H. Lewis", "house_history": 16946, "wikidata": "Q13218848", "google_entity_id": "kg:/m/02rkbnm"}, "name": {"first": "John", "middle": "Henry", "last": "Lewis"}, "bio": {"birthday": "1830-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "L000328", "govtrack": 406821, "icpsr": 5680, "wikipedia": "Stephen Lindsey", "house_history": 17001, "wikidata": "Q2344905", "google_entity_id": "kg:/m/02r2rd6"}, "name": {"first": "Stephen", "middle": "Decatur", "last": "Lindsey"}, "bio": {"birthday": "1828-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "ME", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000441", "govtrack": 406932, "icpsr": 5778, "wikipedia": "Henry W. Lord", "house_history": 17142, "wikidata": "Q1442200", "google_entity_id": "kg:/m/026x9p6"}, "name": {"first": "Henry", "middle": "William", "last": "Lord"}, "bio": {"birthday": "1821-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000474", "govtrack": 406963, "icpsr": 5809, "wikipedia": "William M. Lowe", "house_history": 17185, "wikidata": "Q2579819", "google_entity_id": "kg:/m/026_r_2"}, "name": {"first": "William", "middle": "Manning", "last": "Lowe"}, "bio": {"birthday": "1842-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "AL", "district": 8, "party": "National Greenbacker"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "AL", "district": 8, "party": "National Greenbacker"}]}, {"id": {"bioguide": "L000533", "govtrack": 407017, "icpsr": 5855, "wikipedia": "John R. Lynch", "house_history": 17259, "wikidata": "Q459170", "google_entity_id": "kg:/m/067xtz"}, "name": {"first": "John", "middle": "Roy", "last": "Lynch"}, "bio": {"birthday": "1847-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MS", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000067", "govtrack": 407095, "icpsr": 5926, "wikipedia": "William Mahone", "wikidata": "Q925055", "google_entity_id": "kg:/m/04dlbh"}, "name": {"first": "William", "last": "Mahone"}, "bio": {"birthday": "1826-12-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "VA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000178", "govtrack": 407200, "icpsr": 6022, "house_history": 17544, "wikipedia": "Edward L. Martin", "wikidata": "Q1292831", "google_entity_id": "kg:/m/02638w5"}, "name": {"first": "Edward", "middle": "Livingston", "last": "Martin"}, "bio": {"birthday": "1837-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "M000222", "govtrack": 407240, "icpsr": 6059, "wikipedia": "Joseph Mason (New York)", "house_history": 17597, "wikidata": "Q6285368", "google_entity_id": "kg:/m/02rkt76"}, "name": {"first": "Joseph", "last": "Mason"}, "bio": {"birthday": "1828-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "M000265", "govtrack": 407283, "icpsr": 6093, "wikipedia": "Samuel B. Maxey", "wikidata": "Q458182", "google_entity_id": "kg:/m/07k6x2"}, "name": {"first": "Samuel", "middle": "Bell", "last": "Maxey"}, "bio": {"birthday": "1825-03-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "TX", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "TX", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000358", "govtrack": 407364, "icpsr": 6171, "wikipedia": "Anson G. McCook", "house_history": 17772, "wikidata": "Q4770722", "google_entity_id": "kg:/m/0fk80x"}, "name": {"first": "Anson", "middle": "George", "last": "McCook"}, "bio": {"birthday": "1835-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M000407", "govtrack": 407407, "icpsr": 6215, "wikipedia": "James W. McDill", "house_history": 17835, "wikidata": "Q1681255", "google_entity_id": "kg:/m/0cvh_r"}, "name": {"first": "James", "middle": "Wilson", "last": "McDill"}, "bio": {"birthday": "1834-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1883-03-03", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000505", "govtrack": 407500, "icpsr": 6299, "wikipedia": "James A. McKenzie", "house_history": 17959, "wikidata": "Q1531866", "google_entity_id": "kg:/m/02rhj1_"}, "name": {"first": "James", "middle": "Andrew", "last": "McKenzie"}, "bio": {"birthday": "1840-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000537", "govtrack": 407529, "icpsr": 6325, "wikipedia": "Robert Milligan McLane", "house_history": 17999, "wikidata": "Q886672", "google_entity_id": "kg:/m/04c8bp"}, "name": {"first": "Robert", "middle": "Milligan", "last": "McLane"}, "bio": {"birthday": "1815-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000548", "govtrack": 407540, "icpsr": 6336, "wikipedia": "James Henry McLean", "house_history": 18012, "wikidata": "Q1680552", "google_entity_id": "kg:/m/02rz6vs"}, "name": {"first": "James", "middle": "Henry", "last": "McLean"}, "bio": {"birthday": "1829-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MO", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000570", "govtrack": 407561, "icpsr": 6355, "wikipedia": "Samuel J. R. McMillan", "wikidata": "Q2218457", "google_entity_id": "kg:/m/01l_dv"}, "name": {"first": "Samuel", "middle": "James Renwick", "last": "McMillan"}, "bio": {"birthday": "1826-02-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "MN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "MN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000740", "govtrack": 407717, "icpsr": 6493, "wikipedia": "John Franklin Miller (senator)", "wikidata": "Q1304433", "google_entity_id": "kg:/m/03sgyy"}, "name": {"first": "John", "middle": "Franklin", "last": "Miller"}, "bio": {"birthday": "1831-11-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "CA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000760", "govtrack": 407738, "icpsr": 6514, "wikipedia": "Warner Miller", "house_history": 18280, "wikidata": "Q2549479", "google_entity_id": "kg:/m/09wnhs"}, "name": {"first": "Warner", "last": "Miller"}, "bio": {"birthday": "1838-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "NY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000819", "govtrack": 407794, "icpsr": 6566, "wikipedia": "John I. Mitchell", "house_history": 18357, "wikidata": "Q1700551", "google_entity_id": "kg:/m/08n_7g"}, "name": {"first": "John", "middle": "Inscho", "last": "Mitchell"}, "bio": {"birthday": "1838-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "PA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000924", "govtrack": 407895, "icpsr": 6657, "wikipedia": "William Robert Moore", "house_history": 18490, "wikidata": "Q2580375", "google_entity_id": "kg:/m/02rk_ct"}, "name": {"first": "William", "middle": "Robert", "last": "Moore"}, "bio": {"birthday": "1830-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "M001018", "govtrack": 407985, "icpsr": 6742, "wikipedia": "Levi P. Morton", "house_history": 18601, "wikidata": "Q298997", "google_entity_id": "kg:/m/0m8mp"}, "name": {"first": "Levi", "middle": "Parsons", "last": "Morton"}, "bio": {"birthday": "1824-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "M001030", "govtrack": 407997, "icpsr": 6752, "wikipedia": "James Mosgrove", "house_history": 18618, "wikidata": "Q6140083", "google_entity_id": "kg:/m/0kt0gb"}, "name": {"first": "James", "last": "Mosgrove"}, "bio": {"birthday": "1821-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 25, "party": "National Greenbacker"}]}, {"id": {"bioguide": "M001080", "govtrack": 408045, "icpsr": 6798, "wikipedia": "Thompson H. Murch", "house_history": 18678, "wikidata": "Q1317315", "google_entity_id": "kg:/m/02rztld"}, "name": {"first": "Thompson", "middle": "Henry", "last": "Murch"}, "bio": {"birthday": "1838-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "ME", "district": 5, "party": "National Greenbacker"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "ME", "district": 5, "party": "National Greenbacker"}]}, {"id": {"bioguide": "N000012", "govtrack": 408106, "icpsr": 6848, "wikipedia": "Henry S. Neal", "house_history": 18851, "wikidata": "Q5727892", "google_entity_id": "kg:/m/02rm0_3"}, "name": {"first": "Henry", "middle": "Safford", "last": "Neal"}, "bio": {"birthday": "1828-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "N000126", "govtrack": 408210, "icpsr": 6949, "wikipedia": "Michael N. Nolan", "house_history": 18987, "wikidata": "Q3460889", "google_entity_id": "kg:/m/06y0vr"}, "name": {"first": "Michael", "middle": "Nicholas", "last": "Nolan"}, "bio": {"birthday": "1833-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "N000134", "govtrack": 408218, "icpsr": 6956, "wikipedia": "Amasa Norcross", "house_history": 18997, "wikidata": "Q455356", "google_entity_id": "kg:/m/02rgvqr"}, "name": {"first": "Amasa", "last": "Norcross"}, "bio": {"birthday": "1824-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "O000031", "govtrack": 408279, "icpsr": 7019, "wikipedia": "Michael P. O'Connor", "house_history": 19107, "wikidata": "Q1928812", "google_entity_id": "kg:/m/02vp01z"}, "name": {"first": "Michael", "middle": "Patrick", "last": "O'Connor"}, "bio": {"birthday": "1831-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "SC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "O000106", "govtrack": 408363, "icpsr": 7089, "wikipedia": "Godlove Stein Orth", "house_history": 19197, "wikidata": "Q701559", "google_entity_id": "kg:/m/0dx3vb"}, "name": {"first": "Godlove", "middle": "Stein", "last": "Orth"}, "bio": {"birthday": "1817-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IN", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "P000003", "govtrack": 408415, "icpsr": 7143, "wikipedia": "Romualdo Pacheco", "house_history": 19284, "wikidata": "Q425949", "google_entity_id": "kg:/m/02_ndb"}, "name": {"first": "Romualdo", "last": "Pacheco"}, "bio": {"birthday": "1831-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "CA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "P000017", "govtrack": 408428, "icpsr": 7155, "wikipedia": "Horace F. Page", "house_history": 19303, "wikidata": "Q1627859", "google_entity_id": "kg:/m/027krqy"}, "name": {"first": "Horace", "middle": "Francis", "last": "Page"}, "bio": {"birthday": "1833-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "CA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000191", "govtrack": 408595, "icpsr": 7309, "wikipedia": "Robert B. F. Peirce", "house_history": 19512, "wikidata": "Q1435501", "google_entity_id": "kg:/m/02rkhld"}, "name": {"first": "Robert", "middle": "Bruce Fraser", "last": "Peirce"}, "bio": {"birthday": "1843-02-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "P000295", "govtrack": 408695, "icpsr": 7400, "house_history": 19641, "wikipedia": "James Phelps (congressman)", "wikidata": "Q1680977", "google_entity_id": "kg:/m/02rq9z9"}, "name": {"first": "James", "last": "Phelps"}, "bio": {"birthday": "1822-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "CT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000318", "govtrack": 408717, "icpsr": 7423, "wikipedia": "Elijah Phister", "house_history": 19668, "wikidata": "Q1329422", "google_entity_id": "kg:/m/02ql__3"}, "name": {"first": "Elijah", "middle": "Conner", "last": "Phister"}, "bio": {"birthday": "1822-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "KY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "KY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "P000476", "govtrack": 408861, "icpsr": 7567, "wikipedia": "Thaddeus C. Pound", "house_history": 19870, "wikidata": "Q2408311", "google_entity_id": "kg:/m/026s7h7"}, "name": {"first": "Thaddeus", "middle": "Coleman", "last": "Pound"}, "bio": {"birthday": "1833-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "WI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "P000512", "govtrack": 408897, "icpsr": 7602, "wikipedia": "Cyrus D. Prescott", "house_history": 19912, "wikidata": "Q5201081", "google_entity_id": "kg:/m/02rkng3"}, "name": {"first": "Cyrus", "middle": "Dan", "last": "Prescott"}, "bio": {"birthday": "1836-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "R000199", "govtrack": 409175, "icpsr": 7855, "wikipedia": "John B. Rice", "house_history": 20332, "wikidata": "Q6220105", "google_entity_id": "kg:/m/02rm4pd"}, "name": {"first": "John", "middle": "Birchard", "last": "Rice"}, "bio": {"birthday": "1832-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "R000203", "govtrack": 409179, "icpsr": 7859, "wikipedia": "Theron Moses Rice", "house_history": 20336, "wikidata": "Q2420190", "google_entity_id": "kg:/m/02rz8bx"}, "name": {"first": "Theron", "middle": "Moses", "last": "Rice"}, "bio": {"birthday": "1829-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MO", "district": 7, "party": "National Greenbacker"}]}, {"id": {"bioguide": "R000208", "govtrack": 409184, "icpsr": 7863, "wikipedia": "John Treadway Rich", "house_history": 20341, "wikidata": "Q884602", "google_entity_id": "kg:/m/03n_59"}, "name": {"first": "John", "middle": "Tyler", "last": "Rich"}, "bio": {"birthday": "1841-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "R000219", "govtrack": 409195, "icpsr": 7874, "wikipedia": "David P. Richardson (New York politician)", "house_history": 20353, "wikidata": "Q5238326", "google_entity_id": "kg:/m/02rknq0"}, "name": {"first": "David", "middle": "Plunket", "last": "Richardson"}, "bio": {"birthday": "1833-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "R000225", "govtrack": 409201, "icpsr": 7880, "wikipedia": "John S. Richardson", "house_history": 20361, "wikidata": "Q741799", "google_entity_id": "kg:/m/02vrp7x"}, "name": {"first": "John", "middle": "Smythe", "last": "Richardson"}, "bio": {"gender": "M", "birthday": "1828-02-29"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "SC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000274", "govtrack": 409248, "icpsr": 7920, "wikipedia": "James M. Ritchie", "house_history": 20424, "wikidata": "Q6138537", "google_entity_id": "kg:/m/02rm1fx"}, "name": {"first": "James", "middle": "Monroe", "last": "Ritchie"}, "bio": {"birthday": "1829-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "R000330", "govtrack": 409301, "icpsr": 7970, "wikipedia": "George M. Robeson", "house_history": 20493, "wikidata": "Q373515", "google_entity_id": "kg:/m/05lr94"}, "name": {"first": "George", "middle": "Maxwell", "last": "Robeson"}, "bio": {"birthday": "1829-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NJ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000452", "govtrack": 409416, "icpsr": 8074, "wikipedia": "Miles Ross", "house_history": 20642, "wikidata": "Q1934655", "google_entity_id": "kg:/m/02rwzkk"}, "name": {"first": "Miles", "last": "Ross"}, "bio": {"birthday": "1827-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NJ", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000190", "govtrack": 409695, "icpsr": 8315, "wikipedia": "Jonathan Scoville", "house_history": 21374, "wikidata": "Q6274364", "google_entity_id": "kg:/m/02rkt32"}, "name": {"first": "Jonathan", "last": "Scoville"}, "bio": {"birthday": "1830-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 32, "party": "Democrat"}]}, {"id": {"bioguide": "S000249", "govtrack": 409751, "icpsr": 8367, "wikipedia": "Gustavus Sessinghaus", "house_history": 21444, "wikidata": "Q214817", "google_entity_id": "kg:/m/02rz6h2"}, "name": {"first": "Gustavus", "last": "Sessinghaus"}, "bio": {"birthday": "1838-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MO", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000273", "govtrack": 409773, "icpsr": 8389, "wikipedia": "John Williams Shackelford", "house_history": 21473, "wikidata": "Q1670253", "google_entity_id": "kg:/m/05kyk4"}, "name": {"first": "John", "middle": "Williams", "last": "Shackelford"}, "bio": {"birthday": "1844-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000281", "govtrack": 409780, "icpsr": 8396, "wikipedia": "William Shadrack Shallenberger", "house_history": 21486, "wikidata": "Q8018299", "google_entity_id": "kg:/m/0kt0f5"}, "name": {"first": "William", "middle": "Shadrack", "last": "Shallenberger"}, "bio": {"birthday": "1839-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "S000353", "govtrack": 409849, "icpsr": 8461, "wikipedia": "John C. Sherwin", "house_history": 21577, "wikidata": "Q6224620", "google_entity_id": "kg:/m/02rkbm7"}, "name": {"first": "John", "middle": "Crocker", "last": "Sherwin"}, "bio": {"birthday": "1838-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000392", "govtrack": 409886, "icpsr": 8497, "wikipedia": "Emanuel Shultz", "house_history": 21625, "wikidata": "Q5369146", "google_entity_id": "kg:/m/0dd43p"}, "name": {"first": "Emanuel", "last": "Shultz"}, "bio": {"birthday": "1819-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000426", "govtrack": 409920, "icpsr": 8524, "wikipedia": "Charles Bryson Simonton", "house_history": 21668, "wikidata": "Q1063825", "google_entity_id": "kg:/m/0dj27g"}, "name": {"first": "Charles", "middle": "Bryson", "last": "Simonton"}, "bio": {"birthday": "1838-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "S000444", "govtrack": 409938, "icpsr": 8540, "wikipedia": "James W. Singleton", "house_history": 21691, "wikidata": "Q6144906", "google_entity_id": "kg:/m/02rkb8y"}, "name": {"first": "James", "middle": "Washington", "last": "Singleton"}, "bio": {"birthday": "1811-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "S000528", "govtrack": 410011, "icpsr": 8611, "wikipedia": "Dietrich C. Smith", "house_history": 21793, "wikidata": "Q5275175", "google_entity_id": "kg:/m/02rk99n"}, "name": {"first": "Dietrich", "middle": "Conrad", "last": "Smith"}, "bio": {"birthday": "1840-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "S000571", "govtrack": 410053, "icpsr": 8652, "wikipedia": "J. Hyatt Smith", "house_history": 21840, "wikidata": "Q247898", "google_entity_id": "kg:/m/026k88z"}, "name": {"first": "John", "middle": "Hyatt", "last": "Smith"}, "bio": {"birthday": "1824-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 3, "party": "Independent"}]}, {"id": {"bioguide": "S000704", "govtrack": 410175, "icpsr": 8767, "wikipedia": "William A. J. Sparks", "house_history": 22008, "wikidata": "Q8003983", "google_entity_id": "kg:/m/02rkd9x"}, "name": {"first": "William", "middle": "Andrew Jackson", "last": "Sparks"}, "bio": {"birthday": "1828-11-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "S000706", "govtrack": 410177, "icpsr": 8769, "wikipedia": "Oliver L. Spaulding", "house_history": 22010, "wikidata": "Q2020382", "google_entity_id": "kg:/m/02pv3mr"}, "name": {"first": "Oliver", "middle": "Lyman", "last": "Spaulding"}, "bio": {"birthday": "1833-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000711", "govtrack": 410181, "icpsr": 8773, "wikipedia": "Emory Speer", "house_history": 22015, "wikidata": "Q682787", "google_entity_id": "kg:/m/0gt6zw"}, "name": {"first": "Emory", "last": "Speer"}, "bio": {"birthday": "1848-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "GA", "district": 9, "party": "Ind. Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "GA", "district": 9, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "S000854", "govtrack": 410317, "icpsr": 8885, "wikipedia": "Alexander H. Stephens", "house_history": 22195, "wikidata": "Q549495", "google_entity_id": "kg:/m/01s_gh"}, "name": {"first": "Alexander", "middle": "Hamilton", "last": "Stephens"}, "bio": {"birthday": "1812-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1843-12-04", "end": "1845-03-03", "state": "GA", "district": -1, "party": "Whig"}, {"type": "rep", "start": "1845-12-01", "end": "1847-03-03", "state": "GA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1847-12-06", "end": "1849-03-03", "state": "GA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "GA", "district": 7, "party": "Whig"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "GA", "district": 7, "party": "Unionist"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "GA", "district": 8, "party": "Whig"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "T000224", "govtrack": 410803, "icpsr": 9345, "wikipedia": "William George Thompson", "house_history": 22907, "wikidata": "Q1581134", "google_entity_id": "kg:/m/0d52ld"}, "name": {"first": "William", "middle": "George", "last": "Thompson"}, "bio": {"birthday": "1830-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "T000328", "govtrack": 410899, "icpsr": 9432, "wikipedia": "Amos Townsend", "house_history": 23037, "wikidata": "Q474323", "google_entity_id": "kg:/m/02rlztn"}, "name": {"first": "Amos", "last": "Townsend"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 20, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "T000449", "govtrack": 411017, "icpsr": 9541, "house_history": 23185, "wikipedia": "James Manning Tyler", "wikidata": "Q1680761", "google_entity_id": "kg:/m/02rhjb7"}, "name": {"first": "James", "middle": "Manning", "last": "Tyler"}, "bio": {"birthday": "1835-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "VT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "U000018", "govtrack": 411041, "icpsr": 9563, "wikipedia": "Jonathan T. Updegraff", "house_history": 20852, "wikidata": "Q1703317", "google_entity_id": "kg:/m/02rm1_3"}, "name": {"first": "Jonathan", "middle": "Taylor", "last": "Updegraff"}, "bio": {"birthday": "1822-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "U000028", "govtrack": 411051, "icpsr": 9573, "wikipedia": "Christopher C. Upson", "house_history": 20864, "wikidata": "Q1086542", "google_entity_id": "kg:/m/02rv9y9"}, "name": {"first": "Christopher", "middle": "Columbus", "last": "Upson"}, "bio": {"birthday": "1829-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TX", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "U000033", "govtrack": 411055, "icpsr": 9577, "wikipedia": "Milton Urner", "house_history": 20870, "wikidata": "Q2514448", "google_entity_id": "kg:/m/08qvpg"}, "name": {"first": "Milton", "middle": "George", "last": "Urner"}, "bio": {"birthday": "1839-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MD", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "V000010", "govtrack": 411068, "icpsr": 9589, "wikipedia": "Henry Van Aernam", "house_history": 20891, "wikidata": "Q5729449", "google_entity_id": "kg:/m/01xm0f3"}, "name": {"first": "Henry", "last": "Van Aernam"}, "bio": {"birthday": "1819-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 33, "party": "Republican"}]}, {"id": {"bioguide": "V000067", "govtrack": 411109, "icpsr": 9643, "wikipedia": "Charles Van Wyck", "house_history": 20955, "wikidata": "Q1066296", "google_entity_id": "kg:/m/09tdm5"}, "name": {"first": "Charles", "middle": "Henry", "last": "Van Wyck"}, "bio": {"birthday": "1824-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 11, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "NE", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000066", "govtrack": 411245, "icpsr": 9754, "wikipedia": "Robert Jarvis Cochran Walker", "house_history": 23294, "wikidata": "Q7346066", "google_entity_id": "kg:/m/0ks_rk"}, "name": {"first": "Robert", "middle": "Jarvis Cochran", "last": "Walker"}, "bio": {"birthday": "1838-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "W000143", "govtrack": 411317, "icpsr": 9823, "wikipedia": "William Ward (Pennsylvania)", "house_history": 23381, "wikidata": "Q8020000", "google_entity_id": "kg:/m/0ksyw7"}, "name": {"first": "William", "last": "Ward"}, "bio": {"birthday": "1837-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "W000234", "govtrack": 411402, "icpsr": 9901, "wikipedia": "George W. Webber", "house_history": 23497, "wikidata": "Q1508481", "google_entity_id": "kg:/m/02ppm2n"}, "name": {"first": "George", "middle": "Washington", "last": "Webber"}, "bio": {"birthday": "1825-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MI", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000492", "govtrack": 411649, "icpsr": 10137, "wikipedia": "Charles G. Williams", "house_history": 23800, "wikidata": "Q1064487", "google_entity_id": "kg:/m/02vrqww"}, "name": {"first": "Charles", "middle": "Grandison", "last": "Williams"}, "bio": {"birthday": "1829-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "WI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000564", "govtrack": 411720, "icpsr": 10206, "wikipedia": "Edwin Willits", "house_history": 23883, "wikidata": "Q1295065", "google_entity_id": "kg:/m/027jhyh"}, "name": {"first": "Edwin", "last": "Willits"}, "bio": {"birthday": "1830-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000569", "govtrack": 411724, "icpsr": 10211, "house_history": 23889, "wikipedia": "Benjamin Wilson (congressman)", "wikidata": "Q817744", "google_entity_id": "kg:/m/03bykdg"}, "name": {"first": "Benjamin", "last": "Wilson"}, "bio": {"birthday": "1825-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "WV", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000652", "govtrack": 411806, "icpsr": 10289, "wikipedia": "Morgan Ringland Wise", "house_history": 23993, "wikidata": "Q6911828", "google_entity_id": "kg:/m/0cdltz"}, "name": {"first": "Morgan", "middle": "Ringland", "last": "Wise"}, "bio": {"birthday": "1825-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "W000690", "govtrack": 411842, "icpsr": 10320, "wikipedia": "Benjamin Wood", "house_history": 24038, "wikidata": "Q211890", "google_entity_id": "kg:/m/085q05"}, "name": {"first": "Benjamin", "last": "Wood"}, "bio": {"birthday": "1820-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000694", "govtrack": 411846, "icpsr": 10324, "house_history": 24044, "wikipedia": "Fernando Wood", "wikidata": "Q430443", "google_entity_id": "kg:/m/021zqn"}, "name": {"first": "Fernando", "last": "Wood"}, "bio": {"birthday": "1812-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1841-05-31", "end": "1843-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "W000705", "govtrack": 411857, "icpsr": 10335, "wikipedia": "Walter A. Wood", "house_history": 24056, "wikidata": "Q3701873", "google_entity_id": "kg:/m/02rkxk0"}, "name": {"first": "Walter", "middle": "Abbott", "last": "Wood"}, "bio": {"birthday": "1815-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "Y000054", "govtrack": 411986, "icpsr": 10455, "wikipedia": "Thomas L. Young", "house_history": 21096, "wikidata": "Q370109", "google_entity_id": "kg:/m/033w8s"}, "name": {"first": "Thomas", "middle": "Lowry", "last": "Young"}, "bio": {"birthday": "1832-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000184", "govtrack": 401183, "icpsr": 470, "wikipedia": "Middleton P. Barrow", "wikidata": "Q1931932", "google_entity_id": "kg:/m/0cr929"}, "name": {"first": "Middleton", "middle": "Pope", "last": "Barrow"}, "bio": {"birthday": "1839-08-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1882-01-01", "end": "1883-03-03", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000352", "govtrack": 402491, "icpsr": 1690, "wikipedia": "George M. Chilcott", "house_history": 10896, "wikidata": "Q1507814", "google_entity_id": "kg:/m/0bbcdf"}, "name": {"first": "George", "middle": "Miles", "last": "Chilcott"}, "bio": {"birthday": "1828-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "CO", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1882-01-01", "end": "1883-03-03", "state": "CO", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000090", "govtrack": 400749, "icpsr": 78, "wikipedia": "Armstead M. Alexander", "house_history": 8384, "wikidata": "Q689026", "google_entity_id": "kg:/m/0fq66f"}, "name": {"first": "Armstead", "middle": "Milton", "last": "Alexander"}, "bio": {"birthday": "1834-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000262", "govtrack": 400900, "icpsr": 212, "wikipedia": "Henry B. Anthony", "wikidata": "Q438329", "google_entity_id": "kg:/m/03b0wh"}, "name": {"first": "Henry", "middle": "Bowen", "last": "Anthony"}, "bio": {"birthday": "1815-04-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1859-12-05", "end": "1865-03-03", "state": "RI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1865-12-04", "end": "1871-03-03", "state": "RI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "RI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "RI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1883-12-03", "end": "1885-03-03", "state": "RI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000033", "govtrack": 401038, "icpsr": 337, "wikipedia": "John H. Bagley Jr.", "house_history": 8817, "wikidata": "Q3090731", "google_entity_id": "kg:/m/026gsj8"}, "name": {"first": "John", "middle": "Holroyd", "last": "Bagley", "suffix": "Jr."}, "bio": {"birthday": "1832-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "B000171", "govtrack": 401172, "icpsr": 459, "wikipedia": "Samuel Fleming Barr", "house_history": 8993, "wikidata": "Q7411388", "google_entity_id": "kg:/m/0ksrwz"}, "name": {"first": "Samuel", "middle": "Fleming", "last": "Barr"}, "bio": {"birthday": "1829-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "B000326", "govtrack": 401318, "icpsr": 593, "wikipedia": "James B. Belford", "house_history": 9198, "wikidata": "Q1679973", "google_entity_id": "kg:/m/02rhj30"}, "name": {"first": "James", "middle": "Burns", "last": "Belford"}, "bio": {"birthday": "1837-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "CO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "CO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "CO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "CO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "CO", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000485", "govtrack": 401466, "icpsr": 730, "wikipedia": "Horatio Bisbee, Jr.", "house_history": 9404, "wikidata": "Q238626", "google_entity_id": "kg:/m/02rhhnj"}, "name": {"first": "Horatio", "last": "Bisbee", "suffix": "Jr."}, "bio": {"birthday": "1839-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "FL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "FL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "FL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "FL", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000686", "govtrack": 401648, "icpsr": 900, "wikipedia": "Thomas M. Bowen", "wikidata": "Q376332", "google_entity_id": "kg:/m/0bc9rp"}, "name": {"first": "Thomas", "middle": "Mead", "last": "Bowen"}, "bio": {"birthday": "1835-10-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "CO", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000761", "govtrack": 401720, "icpsr": 970, "wikipedia": "Samuel Myron Brainerd", "house_history": 9760, "wikidata": "Q7412252", "google_entity_id": "kg:/m/0ksxs5"}, "name": {"first": "Samuel", "middle": "Myron", "last": "Brainerd"}, "bio": {"birthday": "1842-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "B000772", "govtrack": 401731, "icpsr": 980, "wikipedia": "John Bratton", "house_history": 9776, "wikidata": "Q1699398", "google_entity_id": "kg:/m/02vrpcp"}, "name": {"first": "John", "last": "Bratton"}, "bio": {"birthday": "1831-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000795", "govtrack": 401752, "icpsr": 1001, "wikipedia": "Edward Breitung", "house_history": 9806, "wikidata": "Q214858", "google_entity_id": "kg:/m/0479yl"}, "name": {"first": "Edward", "last": "Breitung"}, "bio": {"birthday": "1831-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MI", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "B000806", "govtrack": 401763, "house_history": 9821, "wikipedia": "Thomas Hurley Brents", "wikidata": "Q1500439", "google_entity_id": "kg:/m/02rjzsr"}, "name": {"first": "Thomas", "middle": "Hurley", "last": "Brents"}, "bio": {"birthday": "1840-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "WA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000809", "govtrack": 401766, "icpsr": 1014, "wikipedia": "Francis B. Brewer", "house_history": 9825, "wikidata": "Q13219085", "google_entity_id": "kg:/m/02rky_t"}, "name": {"first": "Francis", "middle": "Beattie", "last": "Brewer"}, "bio": {"birthday": "1820-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 33, "party": "Republican"}]}, {"id": {"bioguide": "B000810", "govtrack": 401767, "icpsr": 1015, "wikipedia": "J. Hart Brewer", "house_history": 9826, "wikidata": "Q1676333", "google_entity_id": "kg:/m/02vn_52"}, "name": {"first": "John", "middle": "Hart", "last": "Brewer"}, "bio": {"birthday": "1844-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NJ", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000848", "govtrack": 401805, "icpsr": 1049, "wikipedia": "James Broadhead", "house_history": 9875, "wikidata": "Q1680065", "google_entity_id": "kg:/m/02q5rq4"}, "name": {"first": "James", "middle": "Overton", "last": "Broadhead"}, "bio": {"birthday": "1819-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MO", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "B001003", "govtrack": 401953, "icpsr": 1185, "wikipedia": "Hugh Buchanan", "house_history": 10070, "wikidata": "Q1634238", "google_entity_id": "kg:/m/02rk0w3"}, "name": {"first": "Hugh", "last": "Buchanan"}, "bio": {"birthday": "1823-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B001031", "govtrack": 401981, "icpsr": 1212, "wikipedia": "Aylett Hawes Buckner", "house_history": 10106, "wikidata": "Q793064", "google_entity_id": "kg:/m/02rz5h1"}, "name": {"first": "Aylett", "middle": "Hawes", "last": "Buckner"}, "bio": {"birthday": "1816-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MO", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B001034", "govtrack": 401984, "icpsr": 1214, "wikipedia": "James Budd", "house_history": 10109, "wikidata": "Q881308", "google_entity_id": "kg:/m/03kmh9"}, "name": {"first": "James", "middle": "Herbert", "last": "Budd"}, "bio": {"birthday": "1851-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "CA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000048", "govtrack": 402209, "icpsr": 1422, "wikipedia": "William H. Calkins", "house_history": 10501, "wikidata": "Q2579036", "google_entity_id": "kg:/m/02rkj37"}, "name": {"first": "William", "middle": "Henry", "last": "Calkins"}, "bio": {"birthday": "1842-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IN", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IN", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "C000237", "govtrack": 402382, "icpsr": 1586, "wikipedia": "George Williams Cassidy", "house_history": 10752, "wikidata": "Q1508632", "google_entity_id": "kg:/m/0272_5_"}, "name": {"first": "George", "middle": "Williams", "last": "Cassidy"}, "bio": {"birthday": "1836-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NV", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "C000272", "govtrack": 402415, "icpsr": 1617, "house_history": 10799, "wikipedia": "James Ronald Chalmers", "wikidata": "Q975506", "google_entity_id": "kg:/m/0gpr3d"}, "name": {"first": "James", "middle": "Ronald", "last": "Chalmers"}, "bio": {"birthday": "1831-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MS", "district": 2, "party": "Independent"}]}, {"id": {"bioguide": "C000484", "govtrack": 402622, "icpsr": 1812, "wikipedia": "James Franklin Clay", "house_history": 11053, "wikidata": "Q1680411", "google_entity_id": "kg:/m/02rhj7h"}, "name": {"first": "James", "middle": "Franklin", "last": "Clay"}, "bio": {"birthday": "1840-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000696", "govtrack": 402821, "icpsr": 1998, "wikipedia": "Daniel W. Connolly", "house_history": 11326, "wikidata": "Q5218994", "google_entity_id": "kg:/m/0dpfhd"}, "name": {"first": "Daniel", "middle": "Ward", "last": "Connolly"}, "bio": {"birthday": "1847-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "C000711", "govtrack": 402835, "icpsr": 2011, "wikipedia": "George L. Converse", "house_history": 11344, "wikidata": "Q5541449", "google_entity_id": "kg:/m/02rl_z3"}, "name": {"first": "George", "middle": "Leroy", "last": "Converse"}, "bio": {"birthday": "1827-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "C000719", "govtrack": 402842, "icpsr": 2018, "wikipedia": "John C. Cook", "house_history": 11353, "wikidata": "Q1699484", "google_entity_id": "kg:/m/02rd_m9"}, "name": {"first": "John", "middle": "Calhoun", "last": "Cook"}, "bio": {"birthday": "1846-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000793", "govtrack": 402913, "icpsr": 2080, "wikipedia": "John Cosgrove (Missouri politician)", "house_history": 11447, "wikidata": "Q1699666", "google_entity_id": "kg:/m/02rtkxd"}, "name": {"first": "John", "last": "Cosgrove"}, "bio": {"birthday": "1839-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MO", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000815", "govtrack": 402933, "icpsr": 2097, "wikipedia": "George Washington Covington", "house_history": 11476, "wikidata": "Q404502", "google_entity_id": "kg:/m/026vs24"}, "name": {"first": "George", "middle": "Washington", "last": "Covington"}, "bio": {"birthday": "1838-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000855", "govtrack": 402971, "icpsr": 2132, "wikipedia": "George Henry Craig", "house_history": 11526, "wikidata": "Q1507555", "google_entity_id": "kg:/m/02rk1mw"}, "name": {"first": "George", "middle": "Henry", "last": "Craig"}, "bio": {"birthday": "1845-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "C000966", "govtrack": 403077, "icpsr": 2232, "wikipedia": "William Wirt Culbertson", "house_history": 11662, "wikidata": "Q1249550", "google_entity_id": "kg:/m/02rk0gd"}, "name": {"first": "William", "middle": "Wirt", "last": "Culbertson"}, "bio": {"birthday": "1835-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "C000971", "govtrack": 403082, "icpsr": 2237, "wikipedia": "William Cullen (representative)", "house_history": 11667, "wikidata": "Q8007356", "google_entity_id": "kg:/m/02rl17n"}, "name": {"first": "William", "last": "Cullen"}, "bio": {"birthday": "1826-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "C001032", "govtrack": 403139, "icpsr": 2293, "wikipedia": "Marsena E. Cutts", "house_history": 11738, "wikidata": "Q1765336", "google_entity_id": "kg:/m/02rf2wy"}, "name": {"first": "Marsena", "middle": "Edgar", "last": "Cutts"}, "bio": {"birthday": "1833-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "D000100", "govtrack": 403236, "icpsr": 2381, "wikipedia": "George R. Davis", "house_history": 11954, "wikidata": "Q4264986", "google_entity_id": "kg:/m/02rk9qc"}, "name": {"first": "George", "middle": "Royal", "last": "Davis"}, "bio": {"birthday": "1840-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000124", "govtrack": 403259, "icpsr": 2402, "wikipedia": "Lowndes Henry Davis", "house_history": 11986, "wikidata": "Q1872630", "google_entity_id": "kg:/m/026_vn0"}, "name": {"first": "Lowndes", "middle": "Henry", "last": "Davis"}, "bio": {"birthday": "1836-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MO", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "D000274", "govtrack": 403409, "icpsr": 2530, "wikipedia": "Peter V. Deuster", "house_history": 12167, "wikidata": "Q110070", "google_entity_id": "kg:/m/02vrq4v"}, "name": {"first": "Peter", "middle": "Victor", "last": "Deuster"}, "bio": {"birthday": "1831-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "WI", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000301", "govtrack": 403423, "icpsr": 2554, "wikipedia": "George Gibbs Dibrell", "house_history": 12201, "wikidata": "Q1507410", "google_entity_id": "kg:/m/0dhxz4"}, "name": {"first": "George", "middle": "Gibbs", "last": "Dibrell"}, "bio": {"birthday": "1822-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000442", "govtrack": 403552, "icpsr": 2679, "wikipedia": "William Dorsheimer", "house_history": 12384, "wikidata": "Q2578478", "google_entity_id": "kg:/m/0gm77x"}, "name": {"first": "William", "last": "Dorsheimer"}, "bio": {"birthday": "1832-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "D000463", "govtrack": 403573, "icpsr": 2697, "house_history": 12412, "wikipedia": "Clement Dowd", "wikidata": "Q932538", "google_entity_id": "kg:/m/0kt64q"}, "name": {"first": "Clement", "last": "Dowd"}, "bio": {"birthday": "1832-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "D000538", "govtrack": 403645, "icpsr": 2762, "wikipedia": "William Addison Duncan", "house_history": 12498, "wikidata": "Q13219607", "google_entity_id": "kg:/m/0ksysm"}, "name": {"first": "William", "middle": "Addison", "last": "Duncan"}, "bio": {"birthday": "1836-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "E000028", "govtrack": 403723, "icpsr": 2832, "house_history": 12636, "wikipedia": "William W. Eaton", "wikidata": "Q1704058", "google_entity_id": "kg:/m/0bh6q5"}, "name": {"first": "William", "middle": "Wallace", "last": "Eaton"}, "bio": {"birthday": "1816-10-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "CT", "class": 1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "CT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "E000126", "govtrack": 403817, "icpsr": 2915, "wikipedia": "Mortimer Fitzland Elliott", "house_history": 12749, "wikidata": "Q6914720", "google_entity_id": "kg:/m/0ksz50"}, "name": {"first": "Mortimer", "middle": "Fitzland", "last": "Elliott"}, "bio": {"birthday": "1839-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "E000134", "govtrack": 403825, "icpsr": 2923, "wikipedia": "E. John Ellis", "house_history": 12760, "wikidata": "Q1273509", "google_entity_id": "kg:/m/02rtmry"}, "name": {"first": "Ezekiel", "middle": "John", "last": "Ellis"}, "bio": {"birthday": "1840-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "LA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000190", "govtrack": 403878, "icpsr": 2971, "wikipedia": "William E. English", "house_history": 12832, "wikidata": "Q734473", "google_entity_id": "kg:/m/02rkj04"}, "name": {"first": "William", "middle": "Eastin", "last": "English"}, "bio": {"birthday": "1850-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "E000272", "govtrack": 403951, "icpsr": 3033, "wikipedia": "John H. Evins", "house_history": 12936, "wikidata": "Q1700306", "google_entity_id": "kg:/m/02vrp8l"}, "name": {"first": "John", "middle": "Hamilton", "last": "Evins"}, "bio": {"birthday": "1830-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "F000089", "govtrack": 404047, "icpsr": 3117, "wikipedia": "Thomas M. Ferrell", "house_history": 13082, "wikidata": "Q2425947", "google_entity_id": "kg:/m/02vn_5f"}, "name": {"first": "Thomas", "middle": "Merrill", "last": "Ferrell"}, "bio": {"birthday": "1844-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NJ", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000103", "govtrack": 404060, "icpsr": 3130, "wikipedia": "William H. F. Fiedler", "house_history": 13104, "wikidata": "Q1530483", "google_entity_id": "kg:/m/02x3llc"}, "name": {"first": "William", "middle": "Henry Frederick", "last": "Fiedler"}, "bio": {"birthday": "1847-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NJ", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "F000127", "govtrack": 404082, "icpsr": 3150, "wikipedia": "John F. Finerty", "house_history": 13132, "wikidata": "Q4264993", "google_entity_id": "kg:/m/02rkbml"}, "name": {"first": "John", "middle": "Frederick", "last": "Finerty"}, "bio": {"birthday": "1846-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 2, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "F000243", "govtrack": 404197, "icpsr": 3253, "wikipedia": "John F. Follett", "house_history": 13280, "wikidata": "Q1700012", "google_entity_id": "kg:/m/02rm1m1"}, "name": {"first": "John", "middle": "Fassett", "last": "Follett"}, "bio": {"birthday": "1831-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000065", "govtrack": 404438, "icpsr": 3475, "wikipedia": "Augustus Hill Garland", "wikidata": "Q770454", "google_entity_id": "kg:/m/01sfnw"}, "name": {"first": "Augustus", "middle": "Hill", "last": "Garland"}, "bio": {"birthday": "1832-06-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1883-12-03", "end": "1885-12-31", "state": "AR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000084", "govtrack": 404456, "icpsr": 3492, "wikipedia": "George Tankard Garrison", "house_history": 13666, "wikidata": "Q1508333", "google_entity_id": "kg:/m/03c2_5_"}, "name": {"first": "George", "middle": "Tankard", "last": "Garrison"}, "bio": {"birthday": "1835-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "VA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000128", "govtrack": 404498, "icpsr": 3533, "wikipedia": "Melvin Clark George", "house_history": 13721, "wikidata": "Q1639976", "google_entity_id": "kg:/m/02rkzwn"}, "name": {"first": "Melvin", "middle": "Clark", "last": "George"}, "bio": {"birthday": "1849-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OR", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000229", "govtrack": 404591, "icpsr": 3622, "wikipedia": "John R. Glascock", "house_history": 13854, "wikidata": "Q1394371", "google_entity_id": "kg:/m/02rhkgp"}, "name": {"first": "John", "middle": "Raglan", "last": "Glascock"}, "bio": {"birthday": "1845-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "CA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "G000390", "govtrack": 404740, "icpsr": 3759, "wikipedia": "Alexander Graves", "house_history": 14055, "wikidata": "Q1432142", "google_entity_id": "kg:/m/02rz5d_"}, "name": {"first": "Alexander", "last": "Graves"}, "bio": {"birthday": "1844-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MO", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000150", "govtrack": 405032, "icpsr": 4028, "house_history": 14469, "wikipedia": "John Hancock (Texas politician)", "wikidata": "Q1700359", "google_entity_id": "kg:/m/04ck7l"}, "name": {"first": "John", "last": "Hancock"}, "bio": {"birthday": "1824-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TX", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "H000181", "govtrack": 405062, "icpsr": 4049, "wikipedia": "Thomas Hardeman, Jr.", "house_history": 14510, "wikidata": "Q2424524", "google_entity_id": "kg:/m/027crr7"}, "name": {"first": "Thomas", "last": "Hardeman", "suffix": "Jr."}, "bio": {"birthday": "1825-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "GA", "district": 3, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "GA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "H000196", "govtrack": 405077, "icpsr": 4063, "wikipedia": "John Hardy (US politician)", "house_history": 14529, "wikidata": "Q1446736", "google_entity_id": "kg:/m/02vpf_z"}, "name": {"first": "John", "last": "Hardy"}, "bio": {"birthday": "1835-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "H000282", "govtrack": 405156, "icpsr": 4140, "wikipedia": "Alphonso Hart", "house_history": 14631, "wikidata": "Q2651110", "google_entity_id": "kg:/m/02rlzrl"}, "name": {"first": "Alphonso", "last": "Hart"}, "bio": {"birthday": "1830-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "H000316", "govtrack": 405189, "icpsr": 4171, "wikipedia": "Dudley C. Haskell", "house_history": 14673, "wikidata": "Q1263713", "google_entity_id": "kg:/m/02rgb6m"}, "name": {"first": "Dudley", "middle": "Chase", "last": "Haskell"}, "bio": {"birthday": "1842-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KS", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000335", "govtrack": 405205, "icpsr": 4185, "wikipedia": "Herschel H. Hatch", "house_history": 14695, "wikidata": "Q1614528", "google_entity_id": "kg:/m/0283dv2"}, "name": {"first": "Herschel", "middle": "Harrison", "last": "Hatch"}, "bio": {"birthday": "1837-02-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MI", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "H000534", "govtrack": 405396, "icpsr": 4358, "wikipedia": "Thomas H. Herndon", "house_history": 14947, "wikidata": "Q2424452", "google_entity_id": "kg:/m/02rk295"}, "name": {"first": "Thomas", "middle": "Hord", "last": "Herndon"}, "bio": {"birthday": "1828-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000553", "govtrack": 405415, "icpsr": 4376, "wikipedia": "Goldsmith W. Hewitt", "house_history": 14969, "wikidata": "Q1536111", "google_entity_id": "kg:/m/02rk1sb"}, "name": {"first": "Goldsmith", "middle": "Whitehouse", "last": "Hewitt"}, "bio": {"birthday": "1834-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000664", "govtrack": 405519, "icpsr": 4472, "wikipedia": "Fetter Schrier Hoblitzell", "house_history": 15105, "wikidata": "Q1107785", "google_entity_id": "kg:/m/02qzsf7"}, "name": {"first": "Fetter", "middle": "Schrier", "last": "Hoblitzell"}, "bio": {"birthday": "1838-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000751", "govtrack": 405602, "icpsr": 4547, "wikipedia": "Hart Benton Holton", "house_history": 15211, "wikidata": "Q1862741", "google_entity_id": "kg:/m/0f0xdz"}, "name": {"first": "Hart", "middle": "Benton", "last": "Holton"}, "bio": {"birthday": "1835-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MD", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000763", "govtrack": 405613, "icpsr": 4557, "wikipedia": "Benjamin Stephen Hooper", "house_history": 15229, "wikidata": "Q817695", "google_entity_id": "kg:/m/03c2_88"}, "name": {"first": "Benjamin", "middle": "Stephen", "last": "Hooper"}, "bio": {"birthday": "1835-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "VA", "district": 4, "party": "Readjuster"}]}, {"id": {"bioguide": "H000775", "govtrack": 405625, "icpsr": 4569, "wikipedia": "James Herron Hopkins", "house_history": 15244, "wikidata": "Q6135975", "google_entity_id": "kg:/m/0ksytc"}, "name": {"first": "James", "middle": "Herron", "last": "Hopkins"}, "bio": {"birthday": "1832-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "H000794", "govtrack": 405643, "icpsr": 4585, "wikipedia": "Roswell G. Horr", "house_history": 15266, "wikidata": "Q595159", "google_entity_id": "kg:/m/028751r"}, "name": {"first": "Roswell", "middle": "Gilbert", "last": "Horr"}, "bio": {"birthday": "1830-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "H000820", "govtrack": 405667, "icpsr": 4608, "house_history": 15298, "wikipedia": "Julius Houseman", "wikidata": "Q214760", "google_entity_id": "kg:/m/0289f8"}, "name": {"first": "Julius", "last": "Houseman"}, "bio": {"birthday": "1832-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000869", "govtrack": 405716, "icpsr": 4655, "wikipedia": "Benjamin Franklin Howey", "house_history": 15360, "wikidata": "Q518284", "google_entity_id": "kg:/m/0bw_dc"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Howey"}, "bio": {"birthday": "1828-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NJ", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000969", "govtrack": 405813, "icpsr": 4742, "house_history": 15478, "wikipedia": "Carleton Hunt", "wikidata": "Q1041657", "google_entity_id": "kg:/m/0dd4ln"}, "name": {"first": "Carleton", "last": "Hunt"}, "bio": {"birthday": "1836-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "LA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H001002", "govtrack": 405842, "icpsr": 4772, "wikipedia": "Frank H. Hurd", "house_history": 15517, "wikidata": "Q5487008", "google_entity_id": "kg:/m/02rl_w0"}, "name": {"first": "Frank", "middle": "Hunt", "last": "Hurd"}, "bio": {"birthday": "1840-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "H001009", "govtrack": 405849, "icpsr": 4779, "wikipedia": "Waldo Hutchins", "house_history": 15526, "wikidata": "Q2377321", "google_entity_id": "kg:/m/03c2zd3"}, "name": {"first": "Waldo", "last": "Hutchins"}, "bio": {"birthday": "1822-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "J000071", "govtrack": 405975, "icpsr": 4904, "wikipedia": "Elza Jeffords", "house_history": 15784, "wikidata": "Q1334440", "google_entity_id": "kg:/m/02rtn1y"}, "name": {"first": "Elza", "last": "Jeffords"}, "bio": {"birthday": "1826-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MS", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "J000213", "govtrack": 406108, "icpsr": 5025, "wikipedia": "Burr W. Jones", "house_history": 15962, "wikidata": "Q1016893", "google_entity_id": "kg:/m/026s0x5"}, "name": {"first": "Burr", "middle": "W.", "last": "Jones"}, "bio": {"birthday": "1846-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "WI", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000268", "govtrack": 406160, "icpsr": 5074, "house_history": 16033, "wikipedia": "Isaac M. Jordan", "wikidata": "Q1557233", "google_entity_id": "kg:/m/0c4610"}, "name": {"first": "Isaac", "middle": "M.", "last": "Jordan"}, "bio": {"birthday": "1835-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000018", "govtrack": 406189, "icpsr": 5100, "wikipedia": "John A. Kasson", "house_history": 16098, "wikidata": "Q1699063", "google_entity_id": "kg:/m/02rcw0q"}, "name": {"first": "John", "middle": "Adam", "last": "Kasson"}, "bio": {"birthday": "1822-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "K000069", "govtrack": 406239, "icpsr": 5147, "house_history": 16166, "wikipedia": "William Pitt Kellogg", "wikidata": "Q880771", "google_entity_id": "kg:/m/0bvkt9"}, "name": {"first": "William", "middle": "Pitt", "last": "Kellogg"}, "bio": {"birthday": "1830-12-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1868-01-01", "end": "1873-03-03", "state": "LA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "LA", "class": 2, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "LA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000009", "govtrack": 406519, "icpsr": 5390, "wikipedia": "Edward S. Lacey", "house_history": 16584, "wikidata": "Q1293435", "google_entity_id": "kg:/m/026ptfm"}, "name": {"first": "Edward", "middle": "Samuel", "last": "Lacey"}, "bio": {"birthday": "1835-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000030", "govtrack": 406540, "icpsr": 5416, "house_history": 16613, "wikipedia": "Lucius Quintus Cincinnatus Lamar II", "wikidata": "Q1549250", "google_entity_id": "kg:/m/016trm"}, "name": {"first": "Lucius", "middle": "Quintus Cincinnatus", "last": "Lamar"}, "bio": {"birthday": "1825-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1883-12-03", "end": "1885-12-31", "state": "MS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000034", "govtrack": 406544, "icpsr": 5420, "wikipedia": "John Edward Lamb", "house_history": 16619, "wikidata": "Q1699932", "google_entity_id": "kg:/m/02rkgnv"}, "name": {"first": "John", "middle": "Edward", "last": "Lamb"}, "bio": {"birthday": "1852-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "L000134", "govtrack": 406639, "icpsr": 5511, "wikipedia": "George Van Eman Lawrence", "house_history": 16765, "wikidata": "Q5545441", "google_entity_id": "kg:/m/0ksyxd"}, "name": {"first": "George", "middle": "Van Eman", "last": "Lawrence"}, "bio": {"birthday": "1818-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "L000280", "govtrack": 406778, "icpsr": 5637, "house_history": 16938, "wikipedia": "Edward T. Lewis", "wikidata": "Q1293817", "google_entity_id": "kg:/m/02w4zbq"}, "name": {"first": "Edward", "middle": "Taylor", "last": "Lewis"}, "bio": {"birthday": "1834-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "LA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "L000513", "govtrack": 406999, "wikipedia": "Tranquilino Luna", "house_history": 17232, "wikidata": "Q928610", "google_entity_id": "kg:/m/02rlf0_"}, "name": {"first": "Tranquilino", "last": "Luna"}, "bio": {"birthday": "1849-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NM", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NM", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "L000529", "govtrack": 407013, "icpsr": 5851, "wikipedia": "Theodore Lyman (Massachusetts)", "house_history": 17253, "wikidata": "Q2418660", "google_entity_id": "kg:/m/0czd6s"}, "name": {"first": "Theodore", "last": "Lyman"}, "bio": {"birthday": "1833-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MA", "district": 9, "party": "Ind. Republican"}]}, {"id": {"bioguide": "M000024", "govtrack": 407052, "icpsr": 5886, "house_history": 17358, "wikipedia": "Edmund William McGregor Mackey", "wikidata": "Q1286971", "google_entity_id": "kg:/m/0fr4gb"}, "name": {"first": "Edmund", "middle": "William McGregor", "last": "Mackey"}, "bio": {"birthday": "1846-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "SC", "district": 2, "party": "Ind. Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "SC", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000050", "govtrack": 407078, "wikipedia": "Martin Maginnis", "house_history": 17389, "wikidata": "Q1470195", "google_entity_id": "kg:/m/02rpf3p"}, "name": {"first": "Martin", "last": "Maginnis"}, "bio": {"birthday": "1841-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MT", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000111", "govtrack": 407135, "icpsr": 5965, "wikipedia": "Van H. Manning", "house_history": 17467, "wikidata": "Q1308709", "google_entity_id": "kg:/m/02ry2fq"}, "name": {"first": "Vannoy", "middle": "Hartrog", "last": "Manning", "nickname": "Van"}, "bio": {"birthday": "1839-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MS", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000118", "govtrack": 407142, "wikipedia": "Francisco Antonio Manzanares", "house_history": 17476, "wikidata": "Q1441861", "google_entity_id": "kg:/m/0f3m35"}, "name": {"first": "Francisco", "middle": "Antonio", "last": "Manzanares"}, "bio": {"birthday": "1843-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NM", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000287", "govtrack": 407303, "icpsr": 6114, "wikipedia": "Robert Murphy Mayo", "house_history": 17677, "wikidata": "Q1532836", "google_entity_id": "kg:/m/03c2_6b"}, "name": {"first": "Robert", "middle": "Murphy", "last": "Mayo"}, "bio": {"birthday": "1836-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "VA", "district": 1, "party": "Readjuster"}]}, {"id": {"bioguide": "M000348", "govtrack": 407357, "icpsr": 6164, "wikipedia": "Moses A. McCoid", "house_history": 17760, "wikidata": "Q1949126", "google_entity_id": "kg:/m/02rk7_q"}, "name": {"first": "Moses", "middle": "Ayers", "last": "McCoid"}, "bio": {"birthday": "1840-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000368", "govtrack": 407373, "icpsr": 6180, "wikipedia": "John W. McCormick", "house_history": 17784, "wikidata": "Q6262401", "google_entity_id": "kg:/m/02rm1x0"}, "name": {"first": "John", "middle": "Watts", "last": "McCormick"}, "bio": {"birthday": "1831-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "M001047", "govtrack": 408014, "icpsr": 6767, "wikipedia": "Samuel W. Moulton", "house_history": 18636, "wikidata": "Q7412844", "google_entity_id": "kg:/m/02rkcx4"}, "name": {"first": "Samuel", "middle": "Wheeler", "last": "Moulton"}, "bio": {"birthday": "1821-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "M001068", "govtrack": 408034, "icpsr": 6786, "wikipedia": "Henry L. Muldrow", "house_history": 18663, "wikidata": "Q1606968", "google_entity_id": "kg:/m/02ry1rc"}, "name": {"first": "Henry", "middle": "Lowndes", "last": "Muldrow"}, "bio": {"birthday": "1837-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MS", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M001113", "govtrack": 408076, "icpsr": 6824, "wikipedia": "Robert Maynard Murray", "house_history": 18717, "wikidata": "Q7347445", "google_entity_id": "kg:/m/0d1qs_"}, "name": {"first": "Robert", "middle": "Maynard", "last": "Murray"}, "bio": {"birthday": "1841-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "N000087", "govtrack": 408172, "icpsr": 6914, "wikipedia": "John C. Nicholls", "house_history": 18941, "wikidata": "Q1699500", "google_entity_id": "kg:/m/02rk0zk"}, "name": {"first": "John", "middle": "Calhoun", "last": "Nicholls"}, "bio": {"birthday": "1834-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "O000021", "govtrack": 408319, "icpsr": 7009, "wikipedia": "Thomas P. Ochiltree", "house_history": 19094, "wikidata": "Q2426418", "google_entity_id": "kg:/m/02rv9yn"}, "name": {"first": "Thomas", "middle": "Peck", "last": "Ochiltree"}, "bio": {"birthday": "1837-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TX", "district": 7, "party": "Independent"}]}, {"id": {"bioguide": "O000135", "govtrack": 408387, "wikipedia": "Granville Henderson Oury", "house_history": 19233, "wikidata": "Q1543279", "google_entity_id": "kg:/m/06s5rb"}, "name": {"first": "Granville", "middle": "Henderson", "last": "Oury"}, "bio": {"birthday": "1825-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AZ", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "P000025", "govtrack": 408436, "icpsr": 7163, "wikipedia": "David R. Paige", "house_history": 19311, "wikidata": "Q1176242", "google_entity_id": "kg:/m/02rl_hb"}, "name": {"first": "David", "middle": "Raymond", "last": "Paige"}, "bio": {"birthday": "1844-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "P000044", "govtrack": 408454, "icpsr": 7181, "wikipedia": "Thomas W. Palmer", "wikidata": "Q2427963", "google_entity_id": "kg:/m/03k3s_"}, "name": {"first": "Thomas", "middle": "Witherell", "last": "Palmer"}, "bio": {"birthday": "1830-01-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "MI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000139", "govtrack": 408545, "icpsr": 7264, "wikipedia": "John Denniston Patton", "house_history": 19447, "wikidata": "Q13219752", "google_entity_id": "kg:/m/03ksyb"}, "name": {"first": "John", "middle": "Denniston", "last": "Patton"}, "bio": {"birthday": "1829-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "P000144", "govtrack": 408549, "icpsr": 7267, "wikipedia": "John Paul Sr. (judge)", "house_history": 19453, "wikidata": "Q1701355", "google_entity_id": "kg:/m/02rtr2y"}, "name": {"first": "John", "last": "Paul"}, "bio": {"birthday": "1839-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "VA", "district": 7, "party": "Readjuster Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "VA", "district": 7, "party": "Readjuster"}]}, {"id": {"bioguide": "P000185", "govtrack": 408589, "icpsr": 7303, "wikipedia": "Stanton J. Peelle", "house_history": 19505, "wikidata": "Q1566633", "google_entity_id": "kg:/m/02rkhpv"}, "name": {"first": "Stanton", "middle": "Judkins", "last": "Peelle"}, "bio": {"birthday": "1843-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "P000345", "govtrack": 408742, "icpsr": 7447, "wikipedia": "Austin F. Pike", "house_history": 19707, "wikidata": "Q781077", "google_entity_id": "kg:/m/0d4xd7"}, "name": {"first": "Austin", "middle": "Franklin", "last": "Pike"}, "bio": {"birthday": "1819-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1883-12-03", "end": "1887-03-03", "state": "NH", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000406", "govtrack": 408799, "icpsr": 7504, "wikipedia": "Luke P. Poland", "house_history": 19783, "wikidata": "Q1877058", "google_entity_id": "kg:/m/0cy0dh"}, "name": {"first": "Luke", "middle": "Potter", "last": "Poland"}, "bio": {"birthday": "1815-11-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1865-12-04", "end": "1867-03-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "VT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000428", "govtrack": 408819, "icpsr": 7522, "house_history": 19812, "wikipedia": "Walter F. Pool", "wikidata": "Q2544164", "google_entity_id": "kg:/m/03c023x"}, "name": {"first": "Walter", "middle": "Freshwater", "last": "Pool"}, "bio": {"birthday": "1850-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NC", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000453", "govtrack": 408840, "icpsr": 7544, "wikipedia": "George Adams Post", "house_history": 19843, "wikidata": "Q5536072", "google_entity_id": "kg:/m/0ksz3x"}, "name": {"first": "George", "middle": "Adams", "last": "Post"}, "bio": {"birthday": "1854-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "P000456", "govtrack": 408843, "wikipedia": "Morton Everel Post", "house_history": 19846, "wikidata": "Q1718292", "google_entity_id": "kg:/m/02rjxd2"}, "name": {"first": "Morton", "middle": "Everel", "last": "Post"}, "bio": {"birthday": "1840-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "WY", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "WY", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "P000466", "govtrack": 408853, "icpsr": 7557, "wikipedia": "Orlando B. Potter", "house_history": 19858, "wikidata": "Q2114720", "google_entity_id": "kg:/m/02rkv4_"}, "name": {"first": "Orlando", "middle": "Brunson", "last": "Potter"}, "bio": {"birthday": "1823-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "P000557", "govtrack": 408940, "icpsr": 7640, "house_history": 19970, "wikipedia": "Luke Pryor", "wikidata": "Q1877060", "google_entity_id": "kg:/m/03glty"}, "name": {"first": "Luke", "last": "Pryor"}, "bio": {"birthday": "1820-07-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1880-01-01", "end": "1881-03-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "P000579", "govtrack": 408962, "icpsr": 7660, "wikipedia": "William Henry Mills Pusey", "house_history": 19999, "wikidata": "Q2579225", "google_entity_id": "kg:/m/02rk8df"}, "name": {"first": "William", "middle": "Henry Mills", "last": "Pusey"}, "bio": {"birthday": "1826-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "R000079", "govtrack": 409059, "icpsr": 7751, "wikipedia": "Ossian Ray", "house_history": 20180, "wikidata": "Q2034670", "google_entity_id": "kg:/m/02pq3y5"}, "name": {"first": "Ossian", "last": "Ray"}, "bio": {"birthday": "1835-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000085", "govtrack": 409065, "wikipedia": "John B. Raymond", "house_history": 20187, "wikidata": "Q764272", "google_entity_id": "kg:/m/01s_sy"}, "name": {"first": "John", "middle": "Baldwin", "last": "Raymond"}, "bio": {"birthday": "1844-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "DK", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "R000241", "govtrack": 409217, "icpsr": 7894, "wikipedia": "Harrison H. Riddleberger", "wikidata": "Q1586265", "google_entity_id": "kg:/m/08l1mc"}, "name": {"first": "Harrison", "middle": "Holt", "last": "Riddleberger"}, "bio": {"birthday": "1844-10-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "VA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000335", "govtrack": 409306, "icpsr": 7975, "wikipedia": "George D. Robinson", "house_history": 20498, "wikidata": "Q441814", "google_entity_id": "kg:/m/0d1530"}, "name": {"first": "George", "middle": "Dexter", "last": "Robinson"}, "bio": {"birthday": "1834-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "R000339", "govtrack": 409310, "icpsr": 7978, "wikipedia": "James S. Robinson", "house_history": 20503, "wikidata": "Q6142697", "google_entity_id": "kg:/m/02rm1gl"}, "name": {"first": "James", "middle": "Sidney", "last": "Robinson"}, "bio": {"birthday": "1827-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "R000355", "govtrack": 409326, "icpsr": 7993, "wikipedia": "William Erigena Robinson", "house_history": 20521, "wikidata": "Q247390", "google_entity_id": "kg:/m/02rkxys"}, "name": {"first": "William", "middle": "Erigena", "last": "Robinson"}, "bio": {"birthday": "1814-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000407", "govtrack": 409373, "icpsr": 8038, "wikipedia": "William Findlay Rogers", "house_history": 20589, "wikidata": "Q8009046", "google_entity_id": "kg:/m/026tg47"}, "name": {"first": "William", "middle": "Findlay", "last": "Rogers"}, "bio": {"birthday": "1820-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 32, "party": "Democrat"}]}, {"id": {"bioguide": "R000440", "govtrack": 409404, "icpsr": 8063, "wikipedia": "William Rosecrans", "house_history": 20630, "wikidata": "Q541708", "google_entity_id": "kg:/m/0210ct"}, "name": {"first": "William", "middle": "Starke", "last": "Rosecrans"}, "bio": {"birthday": "1819-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "CA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000541", "govtrack": 409498, "icpsr": 8143, "wikipedia": "William A. Russell", "house_history": 20749, "wikidata": "Q2577750", "google_entity_id": "kg:/m/0cm9pg"}, "name": {"first": "William", "middle": "Augustus", "last": "Russell"}, "bio": {"birthday": "1831-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "S000003", "govtrack": 409524, "icpsr": 8165, "wikipedia": "Dwight M. Sabin", "wikidata": "Q1268493", "google_entity_id": "kg:/m/01l_9x"}, "name": {"first": "Dwight", "middle": "May", "last": "Sabin"}, "bio": {"birthday": "1843-04-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "MN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000072", "govtrack": 409584, "icpsr": 8222, "wikipedia": "Eli M. Saulsbury", "wikidata": "Q1328820", "google_entity_id": "kg:/m/09hwlb"}, "name": {"first": "Eli", "last": "Saulsbury"}, "bio": {"birthday": "1817-12-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "DE", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "DE", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "DE", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000103", "govtrack": 409613, "icpsr": 8248, "house_history": 21261, "wikipedia": "Alfred Moore Scales", "wikidata": "Q360815", "google_entity_id": "kg:/m/02j1d1"}, "name": {"first": "Alfred", "middle": "Moore", "last": "Scales"}, "bio": {"birthday": "1827-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000301", "govtrack": 409800, "icpsr": 8413, "wikipedia": "Aaron Shaw (representative)", "house_history": 21509, "wikidata": "Q4662425", "google_entity_id": "kg:/m/03c2z9q"}, "name": {"first": "Aaron", "last": "Shaw"}, "bio": {"birthday": "1811-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "S000326", "govtrack": 409823, "icpsr": 8436, "wikipedia": "Charles M. Shelley", "house_history": 21543, "wikidata": "Q1065412", "google_entity_id": "kg:/m/02rk1fb"}, "name": {"first": "Charles", "middle": "Miller", "last": "Shelley"}, "bio": {"birthday": "1833-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000443", "govtrack": 409937, "wikipedia": "Theodore Frelinghuysen Singiser", "house_history": 21690, "wikidata": "Q1654434", "google_entity_id": "kg:/m/02rjzlk"}, "name": {"first": "Theodore", "middle": "Frelinghuysen", "last": "Singiser"}, "bio": {"birthday": "1845-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "ID", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000467", "govtrack": 409957, "icpsr": 8559, "wikipedia": "Charles R. Skinner", "house_history": 21722, "wikidata": "Q5081880", "google_entity_id": "kg:/m/02rkn88"}, "name": {"first": "Charles", "middle": "Rufus", "last": "Skinner"}, "bio": {"birthday": "1844-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "S000496", "govtrack": 409983, "icpsr": 8584, "wikipedia": "Henry Warner Slocum", "house_history": 21756, "wikidata": "Q2632587", "google_entity_id": "kg:/m/02xtp7"}, "name": {"first": "Henry", "middle": "Warner", "last": "Slocum"}, "bio": {"birthday": "1827-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S000509", "govtrack": 409995, "icpsr": 8597, "wikipedia": "Abraham Herr Smith", "house_history": 21772, "wikidata": "Q4668901", "google_entity_id": "kg:/m/0kt1lb"}, "name": {"first": "Abraham", "middle": "Herr", "last": "Smith"}, "bio": {"birthday": "1815-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000550", "govtrack": 410032, "icpsr": 8632, "wikipedia": "Hiram Y. Smith", "house_history": 21817, "wikidata": "Q1264554", "google_entity_id": "kg:/m/02rd7db"}, "name": {"first": "Hiram", "middle": "Ypsilanti", "last": "Smith"}, "bio": {"birthday": "1843-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "S000886", "govtrack": 410348, "icpsr": 8916, "wikipedia": "Robert S. Stevens", "house_history": 22234, "wikidata": "Q7349512", "google_entity_id": "kg:/m/02rkw49"}, "name": {"first": "Robert", "middle": "Smith", "last": "Stevens"}, "bio": {"birthday": "1824-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 31, "party": "Democrat"}]}, {"id": {"bioguide": "S000938", "govtrack": 410397, "icpsr": 8961, "wikipedia": "Strother M. Stockslager", "house_history": 22298, "wikidata": "Q2357123", "google_entity_id": "kg:/m/02rkhqj"}, "name": {"first": "Strother", "middle": "Madison", "last": "Stockslager"}, "bio": {"birthday": "1842-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S001069", "govtrack": 410523, "icpsr": 9084, "house_history": 22459, "wikipedia": "Charles A. Sumner", "wikidata": "Q1063496", "google_entity_id": "kg:/m/02rhd2d"}, "name": {"first": "Charles", "middle": "Allen", "last": "Sumner"}, "bio": {"birthday": "1835-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "CA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S001070", "govtrack": 410524, "icpsr": 9085, "wikipedia": "Daniel H. Sumner", "house_history": 22460, "wikidata": "Q1161000", "google_entity_id": "kg:/m/02rvbbd"}, "name": {"first": "Daniel", "middle": "Hadley", "last": "Sumner"}, "bio": {"birthday": "1837-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "WI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000004", "govtrack": 410594, "icpsr": 9147, "wikipedia": "Horace Tabor", "wikidata": "Q1385239", "google_entity_id": "kg:/m/07p789"}, "name": {"first": "Horace", "middle": "Austin Warner", "last": "Tabor"}, "bio": {"birthday": "1830-11-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1883-12-03", "end": "1883-12-31", "state": "CO", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000212", "govtrack": 410791, "icpsr": 9334, "wikipedia": "Philip B. Thompson, Jr.", "house_history": 22893, "wikidata": "Q2086047", "google_entity_id": "kg:/m/02rjy0q"}, "name": {"first": "Philip", "middle": "Burton", "last": "Thompson", "suffix": "Jr."}, "bio": {"birthday": "1845-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "T000407", "govtrack": 410976, "icpsr": 9504, "wikipedia": "Pleasant B. Tully", "house_history": 23131, "wikidata": "Q2099159", "google_entity_id": "kg:/m/02rjy2f"}, "name": {"first": "Pleasant", "middle": "Britton", "last": "Tully"}, "bio": {"birthday": "1829-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "CA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "T000425", "govtrack": 410993, "icpsr": 9519, "wikipedia": "Oscar Turner (1825\u20131896)", "house_history": 23154, "wikidata": "Q2033001", "google_entity_id": "kg:/m/02rqbsf"}, "name": {"first": "Oscar", "last": "Turner"}, "bio": {"birthday": "1825-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "KY", "district": 1, "party": "Ind. Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KY", "district": 1, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "V000005", "govtrack": 411064, "icpsr": 9586, "wikipedia": "Edward K. Valentine", "house_history": 20884, "wikidata": "Q384823", "google_entity_id": "kg:/m/0b0ljx"}, "name": {"first": "Edward", "middle": "Kimble", "last": "Valentine"}, "bio": {"birthday": "1843-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NE", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "V000013", "govtrack": 411071, "icpsr": 9592, "wikipedia": "Thomas J. Van Alstyne", "house_history": 20894, "wikidata": "Q3460826", "google_entity_id": "kg:/m/02rldsr"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Van Alstyne"}, "bio": {"birthday": "1827-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "V000019", "govtrack": 411115, "icpsr": 9599, "house_history": 20901, "wikipedia": "Robert B. Vance", "wikidata": "Q2156408", "google_entity_id": "kg:/m/0273nfj"}, "name": {"first": "Robert", "middle": "Brank", "last": "Vance"}, "bio": {"gender": "M", "birthday": "1828-04-24"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "W000080", "govtrack": 411259, "icpsr": 9766, "wikipedia": "Jonathan H. Wallace", "house_history": 23309, "wikidata": "Q1413237", "google_entity_id": "kg:/m/0bzvnv"}, "name": {"first": "Jonathan", "middle": "Hasson", "last": "Wallace"}, "bio": {"birthday": "1824-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "W000156", "govtrack": 411329, "icpsr": 9834, "house_history": 23395, "wikipedia": "Richard Warner (Tennessee)", "wikidata": "Q1805750", "google_entity_id": "kg:/m/02rkz_2"}, "name": {"first": "Richard", "last": "Warner"}, "bio": {"birthday": "1835-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000275", "govtrack": 411440, "icpsr": 9935, "house_history": 23549, "wikipedia": "Luman Hamlin Weller", "wikidata": "Q113671", "google_entity_id": "kg:/m/02rp855"}, "name": {"first": "Luman", "middle": "Hamlin", "last": "Weller"}, "bio": {"birthday": "1833-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IA", "district": 4, "party": "National Greenbacker"}]}, {"id": {"bioguide": "W000292", "govtrack": 411456, "icpsr": 9950, "wikipedia": "Edward Wemple", "house_history": 23569, "wikidata": "Q5345840", "google_entity_id": "kg:/m/02rkp21"}, "name": {"first": "Edward", "last": "Wemple"}, "bio": {"birthday": "1843-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "W000381", "govtrack": 411542, "icpsr": 10034, "wikipedia": "John D. White", "wikidata": "Q1699733", "google_entity_id": "kg:/m/02rt32t"}, "name": {"first": "John", "middle": "Daugherty", "last": "White"}, "bio": {"birthday": "1849-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KY", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "W000537", "govtrack": 411694, "icpsr": 10180, "wikipedia": "Thomas Williams (Alabama)", "house_history": 23852, "wikidata": "Q2428183", "google_entity_id": "kg:/m/0h7j7g"}, "name": {"first": "Thomas", "last": "Williams"}, "bio": {"birthday": "1825-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000590", "govtrack": 411747, "icpsr": 10232, "wikipedia": "James Wilson (Secretary of Agriculture)", "house_history": 23918, "wikidata": "Q373094", "google_entity_id": "kg:/m/02k6x3"}, "name": {"first": "James", "last": "Wilson"}, "bio": {"gender": "M", "birthday": "1835-08-16"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000627", "govtrack": 411781, "icpsr": 10266, "wikipedia": "John Winans", "house_history": 23959, "wikidata": "Q924453", "google_entity_id": "kg:/m/02vrqx6"}, "name": {"first": "John", "last": "Winans"}, "bio": {"birthday": "1831-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "WI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000651", "govtrack": 411805, "icpsr": 10288, "house_history": 23992, "wikipedia": "John Sergeant Wise", "wikidata": "Q1701724", "google_entity_id": "kg:/m/02svs2"}, "name": {"first": "John", "middle": "Sergeant", "last": "Wise"}, "bio": {"gender": "M", "birthday": "1846-12-27"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "VA", "district": -1, "party": "Readjuster"}]}, {"id": {"bioguide": "W000704", "govtrack": 411856, "icpsr": 10334, "house_history": 24055, "wikipedia": "Thomas Jefferson Wood", "wikidata": "Q2425087", "google_entity_id": "kg:/m/03gx9jt"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Wood"}, "bio": {"birthday": "1844-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "W000731", "govtrack": 411883, "icpsr": 10361, "wikipedia": "Gilbert M. Woodward", "house_history": 24089, "wikidata": "Q1524015", "google_entity_id": "kg:/m/02vrqxk"}, "name": {"first": "Gilbert", "middle": "Motier", "last": "Woodward"}, "bio": {"birthday": "1835-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "WI", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "Y000005", "govtrack": 411939, "icpsr": 10413, "wikipedia": "George L. Yaple", "house_history": 21038, "wikidata": "Q1507725", "google_entity_id": "kg:/m/025ygg0"}, "name": {"first": "George", "middle": "Lewis", "last": "Yaple"}, "bio": {"birthday": "1851-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MI", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "Y000022", "govtrack": 411956, "icpsr": 10429, "wikipedia": "Tyre York", "house_history": 21057, "wikidata": "Q2463326", "google_entity_id": "kg:/m/04wsft"}, "name": {"first": "Tyre", "last": "York"}, "bio": {"birthday": "1836-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NC", "district": 7, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "Y000037", "govtrack": 411969, "icpsr": 10440, "wikipedia": "H. Casey Young", "house_history": 21075, "wikidata": "Q1562565", "google_entity_id": "kg:/m/0dj1dg"}, "name": {"first": "Hiram", "middle": "Casey", "last": "Young"}, "bio": {"birthday": "1828-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "S000319", "govtrack": 409816, "icpsr": 8429, "house_history": 21532, "wikipedia": "William Paine Sheffield, Sr.", "wikidata": "Q1429477", "google_entity_id": "kg:/m/0d2rs0"}, "name": {"first": "William", "middle": "Paine", "last": "Sheffield"}, "bio": {"birthday": "1820-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "RI", "district": 1, "party": "Union"}, {"type": "sen", "start": "1884-01-01", "end": "1885-12-31", "state": "RI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000040", "govtrack": 400701, "icpsr": 33, "wikipedia": "John J. Adams", "house_history": 8310, "wikidata": "Q1193410", "google_entity_id": "kg:/m/026mmyk"}, "name": {"first": "John", "middle": "Joseph", "last": "Adams"}, "bio": {"birthday": "1848-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "A000061", "govtrack": 400721, "icpsr": 51, "wikipedia": "D. Wyatt Aiken", "house_history": 8340, "wikidata": "Q1151450", "google_entity_id": "kg:/m/0fd373"}, "name": {"first": "David", "middle": "Wyatt", "last": "Aiken"}, "bio": {"birthday": "1828-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "SC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000185", "govtrack": 400840, "icpsr": 164, "wikipedia": "Charles Marley Anderson", "house_history": 8513, "wikidata": "Q5080664", "google_entity_id": "kg:/m/09sgq0"}, "name": {"first": "Charles", "middle": "Marley", "last": "Anderson"}, "bio": {"birthday": "1845-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "A000301", "govtrack": 400943, "icpsr": 253, "wikipedia": "John Arnot, Jr.", "house_history": 8679, "wikidata": "Q6219444", "google_entity_id": "kg:/m/02rkr_p"}, "name": {"first": "John", "last": "Arnot", "suffix": "Jr."}, "bio": {"birthday": "1831-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 28, "party": "Democrat"}]}, {"id": {"bioguide": "B000105", "govtrack": 401106, "icpsr": 399, "wikipedia": "John Goff Ballentine", "house_history": 8909, "wikidata": "Q1279172", "google_entity_id": "kg:/m/0dj2vp"}, "name": {"first": "John", "middle": "Goff", "last": "Ballentine"}, "bio": {"birthday": "1825-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000146", "govtrack": 401148, "icpsr": 438, "wikipedia": "Ethelbert Barksdale", "house_history": 8959, "wikidata": "Q1371160", "google_entity_id": "kg:/m/02rtnfz"}, "name": {"first": "Ethelbert", "last": "Barksdale"}, "bio": {"birthday": "1824-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MS", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000263", "govtrack": 401257, "icpsr": 538, "wikipedia": "Lewis Beach", "house_history": 9115, "wikidata": "Q2791109", "google_entity_id": "kg:/m/02rktfr"}, "name": {"first": "Lewis", "last": "Beach"}, "bio": {"birthday": "1835-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "B000278", "govtrack": 401272, "wikipedia": "Curtis Coe Bean", "house_history": 9135, "wikidata": "Q1145545", "google_entity_id": "kg:/m/02rhdxj"}, "name": {"first": "Curtis", "middle": "Coe", "last": "Bean"}, "bio": {"birthday": "1828-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "AZ", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "B000381", "govtrack": 401373, "icpsr": 643, "wikipedia": "Risden Tyler Bennett", "house_history": 9271, "wikidata": "Q2154656", "google_entity_id": "kg:/m/065fxb"}, "name": {"first": "Risden", "middle": "Tyler", "last": "Bennett"}, "bio": {"birthday": "1840-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NC", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000728", "govtrack": 401688, "icpsr": 940, "wikipedia": "Charles Edmund Boyle", "house_history": 9726, "wikidata": "Q5077244", "google_entity_id": "kg:/m/0ksrv1"}, "name": {"first": "Charles", "middle": "Edmund", "last": "Boyle"}, "bio": {"birthday": "1836-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "B000752", "govtrack": 401712, "icpsr": 963, "wikipedia": "James Dennis Brady", "house_history": 9750, "wikidata": "Q1638925", "google_entity_id": "kg:/m/03c2_8m"}, "name": {"first": "James", "middle": "Dennis", "last": "Brady"}, "bio": {"birthday": "1843-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "VA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "B000757", "govtrack": 401716, "icpsr": 966, "wikipedia": "Edward S. Bragg", "house_history": 9756, "wikidata": "Q910248", "google_entity_id": "kg:/m/02rxz_4"}, "name": {"first": "Edward", "middle": "Stuyvesant", "last": "Bragg"}, "bio": {"birthday": "1827-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000936", "govtrack": 401890, "icpsr": 1126, "wikipedia": "Joseph E. Brown", "wikidata": "Q357506", "google_entity_id": "kg:/m/02m7p8"}, "name": {"first": "Joseph", "middle": "Emerson", "last": "Brown"}, "bio": {"birthday": "1821-04-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1880-01-01", "end": "1885-03-03", "state": "GA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "GA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000952", "govtrack": 401905, "icpsr": 1141, "wikipedia": "William Wallace Brown", "house_history": 10004, "wikidata": "Q8019931", "google_entity_id": "kg:/m/0ksrxq"}, "name": {"first": "William", "middle": "Wallace", "last": "Brown"}, "bio": {"birthday": "1836-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "B001018", "govtrack": 401968, "icpsr": 1199, "wikipedia": "John R. Buck", "house_history": 10092, "wikidata": "Q258346", "google_entity_id": "kg:/m/02rhkgb"}, "name": {"first": "John", "middle": "Ransom", "last": "Buck"}, "bio": {"birthday": "1835-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "CT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001106", "govtrack": 402051, "icpsr": 1277, "wikipedia": "Henry G. Burleigh", "house_history": 10202, "wikidata": "Q3736959", "google_entity_id": "kg:/m/02rkqf7"}, "name": {"first": "Henry", "middle": "Gordon", "last": "Burleigh"}, "bio": {"birthday": "1832-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "C000004", "govtrack": 402166, "icpsr": 1379, "wikipedia": "George Cabell", "house_history": 10447, "wikidata": "Q1507071", "google_entity_id": "kg:/m/02pq5kj"}, "name": {"first": "George", "middle": "Craighead", "last": "Cabell"}, "bio": {"birthday": "1836-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "VA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000028", "govtrack": 402189, "icpsr": 1402, "wikipedia": "Andrew Jackson Caldwell", "house_history": 10477, "wikidata": "Q505349", "google_entity_id": "kg:/m/02rkyjp"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Caldwell"}, "bio": {"birthday": "1837-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000086", "govtrack": 402242, "icpsr": 1451, "wikipedia": "Jacob Miller Campbell", "house_history": 10553, "wikidata": "Q6119012", "google_entity_id": "kg:/m/0ksxrf"}, "name": {"first": "Jacob", "middle": "Miller", "last": "Campbell"}, "bio": {"birthday": "1821-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "C000147", "govtrack": 402296, "icpsr": 1504, "wikipedia": "Ezra C. Carleton", "house_history": 10636, "wikidata": "Q1386069", "google_entity_id": "kg:/m/0d8dxz"}, "name": {"first": "Ezra", "middle": "Child", "last": "Carleton"}, "bio": {"birthday": "1838-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MI", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000267", "govtrack": 402410, "icpsr": 1613, "wikipedia": "Jonathan Chace", "house_history": 10793, "wikidata": "Q1703124", "google_entity_id": "kg:/m/0d2rjr"}, "name": {"first": "Jonathan", "last": "Chace"}, "bio": {"birthday": "1829-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1885-12-07", "end": "1889-03-03", "state": "RI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000552", "govtrack": 402685, "icpsr": 1872, "wikipedia": "Thomas R. Cobb", "house_history": 11139, "wikidata": "Q2426624", "google_entity_id": "kg:/m/02rkhv_"}, "name": {"first": "Thomas", "middle": "Reed", "last": "Cobb"}, "bio": {"birthday": "1828-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000615", "govtrack": 402744, "icpsr": 1929, "wikipedia": "William Hinson Cole", "house_history": 11219, "wikidata": "Q1108094", "google_entity_id": "kg:/m/02qzscj"}, "name": {"first": "William", "middle": "Hinson", "last": "Cole"}, "bio": {"birthday": "1837-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000662", "govtrack": 402789, "icpsr": 1967, "wikipedia": "Charles C. Comstock", "house_history": 11283, "wikidata": "Q1063872", "google_entity_id": "kg:/m/027cdmp"}, "name": {"first": "Charles", "middle": "Carter", "last": "Comstock"}, "bio": {"birthday": "1818-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000841", "govtrack": 402958, "icpsr": 2120, "house_history": 11509, "wikipedia": "William Ruffin Cox", "wikidata": "Q1148999", "google_entity_id": "kg:/m/0285db4"}, "name": {"first": "William", "middle": "Ruffin", "last": "Cox"}, "bio": {"birthday": "1831-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000950", "govtrack": 403062, "icpsr": 2217, "wikipedia": "Thomas Croxton", "house_history": 11640, "wikidata": "Q1606416", "google_entity_id": "kg:/m/02vrpqp"}, "name": {"first": "Thomas", "last": "Croxton"}, "bio": {"birthday": "1822-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "VA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C001004", "govtrack": 403111, "icpsr": 2265, "wikipedia": "Andrew Gregg Curtin", "house_history": 11708, "wikidata": "Q504966", "google_entity_id": "kg:/m/037fkk"}, "name": {"first": "Andrew", "middle": "Gregg", "last": "Curtin"}, "bio": {"birthday": "1817-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "D000154", "govtrack": 403287, "icpsr": 2429, "wikipedia": "William Dawson (Missouri)", "house_history": 12022, "wikidata": "Q1376501", "google_entity_id": "kg:/m/02vrqxx"}, "name": {"first": "William", "last": "Dawson"}, "bio": {"birthday": "1848-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MO", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "D000465", "govtrack": 403575, "icpsr": 2699, "wikipedia": "Abraham Dowdney", "house_history": 12414, "wikidata": "Q2377496", "google_entity_id": "kg:/m/08l3ky"}, "name": {"first": "Abraham", "last": "Dowdney"}, "bio": {"birthday": "1841-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "E000042", "govtrack": 403737, "icpsr": 2843, "wikipedia": "John R. Eden", "house_history": 12652, "wikidata": "Q13218821", "google_entity_id": "kg:/m/02rkbs1"}, "name": {"first": "John", "middle": "Rice", "last": "Eden"}, "bio": {"birthday": "1826-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "E000104", "govtrack": 403795, "icpsr": 2893, "wikipedia": "Nathaniel B. Eldredge", "house_history": 12724, "wikidata": "Q1339884", "google_entity_id": "kg:/m/027jj6t"}, "name": {"first": "Nathaniel", "middle": "Buel", "last": "Eldredge"}, "bio": {"birthday": "1813-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000143", "govtrack": 403834, "icpsr": 2932, "wikipedia": "William W. Ellsberry", "house_history": 12771, "wikidata": "Q8019779", "google_entity_id": "kg:/m/02rm3wm"}, "name": {"first": "William", "middle": "Wallace", "last": "Ellsberry"}, "bio": {"birthday": "1833-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "E000151", "govtrack": 403842, "icpsr": 2939, "wikipedia": "Reuben Ellwood", "house_history": 12780, "wikidata": "Q7317440", "google_entity_id": "kg:/m/02rkchs"}, "name": {"first": "Reuben", "last": "Ellwood"}, "bio": {"birthday": "1821-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "E000165", "govtrack": 403856, "icpsr": 2953, "wikipedia": "Frederick D. Ely", "house_history": 12795, "wikidata": "Q1452840", "google_entity_id": "kg:/m/02qr8hd"}, "name": {"first": "Frederick", "middle": "David", "last": "Ely"}, "bio": {"birthday": "1838-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "E000229", "govtrack": 403914, "icpsr": 3000, "wikipedia": "James B. Eustis", "wikidata": "Q1238888", "google_entity_id": "kg:/m/0d3gqt"}, "name": {"first": "James", "middle": "Biddle", "last": "Eustis"}, "bio": {"birthday": "1834-08-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1876-01-01", "end": "1879-03-03", "state": "LA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000244", "govtrack": 403928, "icpsr": 3010, "wikipedia": "Isaac Newton Evans", "house_history": 12902, "wikidata": "Q13219615", "google_entity_id": "kg:/m/0264nnl"}, "name": {"first": "Isaac", "middle": "Newton", "last": "Evans"}, "bio": {"birthday": "1827-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "E000262", "govtrack": 403943, "icpsr": 3024, "wikipedia": "William M. Evarts", "wikidata": "Q709167", "google_entity_id": "kg:/m/02vjsf"}, "name": {"first": "William", "middle": "Maxwell", "last": "Evarts"}, "bio": {"birthday": "1818-02-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "NY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "E000270", "govtrack": 403949, "icpsr": 3031, "wikipedia": "James Bowen Everhart", "house_history": 12934, "wikidata": "Q6130045", "google_entity_id": "kg:/m/0ksr_q"}, "name": {"first": "James", "middle": "Bowen", "last": "Everhart"}, "bio": {"birthday": "1821-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "F000121", "govtrack": 404077, "icpsr": 3145, "wikipedia": "John Van Lear Findlay", "house_history": 13125, "wikidata": "Q1385184", "google_entity_id": "kg:/m/02rjw2h"}, "name": {"first": "John", "middle": "Van Lear", "last": "Findlay"}, "bio": {"birthday": "1839-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "F000193", "govtrack": 404148, "icpsr": 3209, "wikipedia": "George Washington Fleeger", "house_history": 13213, "wikidata": "Q5545960", "google_entity_id": "kg:/m/0ksxrt"}, "name": {"first": "George", "middle": "Washington", "last": "Fleeger"}, "bio": {"birthday": "1839-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "F000259", "govtrack": 404211, "icpsr": 3267, "wikipedia": "George Ford (politician)", "house_history": 13299, "wikidata": "Q1507350", "google_entity_id": "kg:/m/02rkfzh"}, "name": {"first": "George", "last": "Ford"}, "bio": {"birthday": "1846-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IN", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "F000357", "govtrack": 404304, "icpsr": 3350, "wikipedia": "Benjamin T. Frederick", "house_history": 13422, "wikidata": "Q817703", "google_entity_id": "kg:/m/02rf5tz"}, "name": {"first": "Benjamin", "middle": "Todd", "last": "Frederick"}, "bio": {"birthday": "1834-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "G000115", "govtrack": 404487, "icpsr": 3522, "wikipedia": "George W. Geddes", "house_history": 13705, "wikidata": "Q5545618", "google_entity_id": "kg:/m/02rl__v"}, "name": {"first": "George", "middle": "Washington", "last": "Geddes"}, "bio": {"birthday": "1824-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "G000160", "govtrack": 404527, "icpsr": 3560, "wikipedia": "Eustace Gibson", "house_history": 13766, "wikidata": "Q1378698", "google_entity_id": "kg:/m/02plsxn"}, "name": {"first": "Eustace", "last": "Gibson"}, "bio": {"birthday": "1842-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WV", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000186", "govtrack": 404551, "icpsr": 3585, "house_history": 13801, "wikipedia": "John Gilfillan", "wikidata": "Q1700220", "google_entity_id": "kg:/m/0dqq3y"}, "name": {"first": "John", "middle": "Bachop", "last": "Gilfillan"}, "bio": {"birthday": "1835-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "G000416", "govtrack": 404764, "icpsr": 3782, "wikipedia": "Robert Stockton Green", "house_history": 14094, "wikidata": "Q885455", "google_entity_id": "kg:/m/054cyn"}, "name": {"first": "Robert", "middle": "Stockton", "last": "Green"}, "bio": {"birthday": "1831-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NJ", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000419", "govtrack": 404767, "icpsr": 3784, "house_history": 14098, "wikipedia": "Wharton J. Green", "wikidata": "Q142356", "google_entity_id": "kg:/m/03c0236"}, "name": {"first": "Wharton", "middle": "Jackson", "last": "Green"}, "bio": {"birthday": "1831-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000019", "govtrack": 404904, "icpsr": 3907, "house_history": 14312, "wikipedia": "Michael Hahn", "wikidata": "Q327388", "google_entity_id": "kg:/m/02pkd2r"}, "name": {"first": "Michael", "last": "Hahn"}, "bio": {"birthday": "1830-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "LA", "district": 2, "party": "Unionist"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "LA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000023", "govtrack": 404908, "wikipedia": "John Hailey", "house_history": 14316, "wikidata": "Q1700345", "google_entity_id": "kg:/m/02rhk73"}, "name": {"first": "John", "last": "Hailey"}, "bio": {"birthday": "1835-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "ID", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "ID", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "H000033", "govtrack": 404918, "icpsr": 3921, "wikipedia": "John Blackwell Hale", "house_history": 14329, "wikidata": "Q957810", "google_entity_id": "kg:/m/02rz730"}, "name": {"first": "John", "middle": "Blackwell", "last": "Hale"}, "bio": {"birthday": "1831-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000044", "govtrack": 404929, "icpsr": 3932, "wikipedia": "Benton Jay Hall", "house_history": 14343, "wikidata": "Q367650", "google_entity_id": "kg:/m/02rk73w"}, "name": {"first": "Benton", "middle": "Jay", "last": "Hall"}, "bio": {"birthday": "1835-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000086", "govtrack": 404968, "icpsr": 3968, "wikipedia": "John Edward Halsell", "house_history": 14393, "wikidata": "Q1699928", "google_entity_id": "kg:/m/02rhjzj"}, "name": {"first": "John", "middle": "Edward", "last": "Halsell"}, "bio": {"birthday": "1826-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000130", "govtrack": 405012, "icpsr": 4009, "wikipedia": "Nathaniel Job Hammond", "house_history": 14446, "wikidata": "Q1966756", "google_entity_id": "kg:/m/0gkd8q"}, "name": {"first": "Nathaniel", "middle": "Job", "last": "Hammond"}, "bio": {"birthday": "1833-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000141", "govtrack": 405023, "icpsr": 4020, "wikipedia": "Wade Hampton III", "wikidata": "Q881227", "google_entity_id": "kg:/m/01ssll"}, "name": {"first": "Wade", "last": "Hampton"}, "bio": {"birthday": "1818-03-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "SC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000142", "govtrack": 405024, "icpsr": 4021, "wikipedia": "Lewis Hanback", "house_history": 14458, "wikidata": "Q1822104", "google_entity_id": "kg:/m/02rm9gr"}, "name": {"first": "Lewis", "last": "Hanback"}, "bio": {"birthday": "1839-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KS", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KS", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000239", "govtrack": 405117, "icpsr": 4101, "wikipedia": "Henry R. Harris", "house_history": 14581, "wikidata": "Q1607193", "google_entity_id": "kg:/m/02rk0vf"}, "name": {"first": "Henry", "middle": "Richard", "last": "Harris"}, "bio": {"birthday": "1828-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000400", "govtrack": 405267, "icpsr": 4239, "wikipedia": "Martin Alonzo Haynes", "house_history": 14775, "wikidata": "Q1903322", "google_entity_id": "kg:/m/02rjx6y"}, "name": {"first": "Martin", "middle": "Alonzo", "last": "Haynes"}, "bio": {"birthday": "1842-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000498", "govtrack": 405361, "icpsr": 4324, "wikipedia": "Barclay Henley", "house_history": 14902, "wikidata": "Q807946", "google_entity_id": "kg:/m/0dgdvc"}, "name": {"first": "Barclay", "last": "Henley"}, "bio": {"birthday": "1843-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "CA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000552", "govtrack": 405414, "icpsr": 4375, "house_history": 14968, "wikipedia": "Abram Hewitt", "wikidata": "Q2738550", "google_entity_id": "kg:/m/05c71d"}, "name": {"first": "Abram", "middle": "Stevens", "last": "Hewitt"}, "bio": {"birthday": "1822-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "H000609", "govtrack": 405469, "icpsr": 4425, "wikipedia": "William D. Hill", "house_history": 15038, "wikidata": "Q8007475", "google_entity_id": "kg:/m/02rm3j8"}, "name": {"first": "William", "middle": "David", "last": "Hill"}, "bio": {"birthday": "1833-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "I000012", "govtrack": 405874, "icpsr": 4801, "wikipedia": "John James Ingalls", "wikidata": "Q433158", "google_entity_id": "kg:/m/0344p1"}, "name": {"first": "John", "middle": "James", "last": "Ingalls"}, "bio": {"birthday": "1833-12-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "KS", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "KS", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "KS", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "I000031", "govtrack": 405889, "icpsr": 4816, "wikipedia": "Alfred Briggs Irion", "house_history": 15655, "wikidata": "Q1259830", "google_entity_id": "kg:/m/02rtmrl"}, "name": {"first": "Alfred", "middle": "Briggs", "last": "Irion"}, "bio": {"birthday": "1833-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "LA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "J000048", "govtrack": 405953, "icpsr": 4882, "wikipedia": "Darwin R. James", "house_history": 15750, "wikidata": "Q404143", "google_entity_id": "kg:/m/02rknmm"}, "name": {"first": "Darwin", "middle": "Rush", "last": "James"}, "bio": {"birthday": "1834-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "J000131", "govtrack": 406030, "icpsr": 4952, "wikipedia": "Frederick A. Johnson", "house_history": 15857, "wikidata": "Q4121016", "google_entity_id": "kg:/m/02q6_qj"}, "name": {"first": "Frederick", "middle": "Avery", "last": "Johnson"}, "bio": {"birthday": "1833-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "J000230", "govtrack": 406123, "icpsr": 5041, "wikipedia": "James H. Jones", "house_history": 15982, "wikidata": "Q1680492", "google_entity_id": "kg:/m/03c2znn"}, "name": {"first": "James", "middle": "Henry", "last": "Jones"}, "bio": {"birthday": "1830-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TX", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "K000206", "govtrack": 406367, "icpsr": 5265, "wikipedia": "J. Floyd King", "house_history": 16333, "wikidata": "Q1421467", "google_entity_id": "kg:/m/02rtmnv"}, "name": {"first": "John", "middle": "Floyd", "last": "King"}, "bio": {"gender": "M", "birthday": "1842-04-20"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "LA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "K000263", "govtrack": 406421, "icpsr": 5318, "wikipedia": "John J. Kleiner", "house_history": 16406, "wikidata": "Q1700576", "google_entity_id": "kg:/m/02rkgt9"}, "name": {"first": "John", "middle": "Jay", "last": "Kleiner"}, "bio": {"birthday": "1845-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000159", "govtrack": 406663, "icpsr": 5578, "wikipedia": "Benjamin Le Fevre", "house_history": 16796, "wikidata": "Q4888954", "google_entity_id": "kg:/m/02rj87v"}, "name": {"first": "Benjamin", "last": "Le Fevre"}, "bio": {"birthday": "1838-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "L000298", "govtrack": 406793, "icpsr": 5653, "wikipedia": "Harry Libbey", "house_history": 16963, "wikidata": "Q1586639", "google_entity_id": "kg:/m/02vrpkj"}, "name": {"first": "Harry", "last": "Libbey"}, "bio": {"birthday": "1843-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "VA", "district": 2, "party": "Readjuster"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "VA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000329", "govtrack": 406822, "icpsr": 5681, "wikipedia": "James Girard Lindsley", "house_history": 17002, "wikidata": "Q3736822", "google_entity_id": "kg:/m/02rldlk"}, "name": {"first": "James", "middle": "Girard", "last": "Lindsley"}, "bio": {"birthday": "1819-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "L000351", "govtrack": 406843, "icpsr": 5701, "wikipedia": "John Little (congressman)", "house_history": 17031, "wikidata": "Q13219443", "google_entity_id": "kg:/m/02rm4rt"}, "name": {"first": "John", "last": "Little"}, "bio": {"birthday": "1837-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "L000403", "govtrack": 406894, "icpsr": 5746, "house_history": 17094, "wikipedia": "John A. Logan", "wikidata": "Q954410", "google_entity_id": "kg:/m/018cdz"}, "name": {"first": "John", "middle": "Alexander", "last": "Logan"}, "bio": {"birthday": "1826-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IL", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "IL", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "IL", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000443", "govtrack": 406934, "icpsr": 5780, "house_history": 17144, "wikipedia": "Charles B. Lore", "wikidata": "Q1063642", "google_entity_id": "kg:/m/02638x6"}, "name": {"first": "Charles", "middle": "Brown", "last": "Lore"}, "bio": {"birthday": "1831-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "L000453", "govtrack": 406943, "icpsr": 5789, "wikipedia": "James A. Louttit", "house_history": 17160, "wikidata": "Q1679898", "google_entity_id": "kg:/m/02rhj1n"}, "name": {"first": "James", "middle": "Alexander", "last": "Louttit"}, "bio": {"birthday": "1848-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "CA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000464", "govtrack": 406953, "icpsr": 5799, "wikipedia": "Henry B. Lovering", "house_history": 17173, "wikidata": "Q1606470", "google_entity_id": "kg:/m/02rhh9w"}, "name": {"first": "Henry", "middle": "Bacon", "last": "Lovering"}, "bio": {"birthday": "1841-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "L000487", "govtrack": 406975, "icpsr": 5818, "wikipedia": "Robert Lowry (Indiana)", "house_history": 17200, "wikidata": "Q2158084", "google_entity_id": "kg:/m/02rkhm2"}, "name": {"first": "Robert", "last": "Lowry"}, "bio": {"birthday": "1824-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IN", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IN", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "M000134", "govtrack": 407157, "icpsr": 5984, "wikipedia": "Henry Markham", "house_history": 17494, "wikidata": "Q880351", "google_entity_id": "kg:/m/03kmm9"}, "name": {"first": "Henry", "middle": "Harrison", "last": "Markham"}, "bio": {"birthday": "1840-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "CA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000188", "govtrack": 407209, "icpsr": 6030, "wikipedia": "John Mason Martin", "house_history": 17555, "wikidata": "Q1300575", "google_entity_id": "kg:/m/02rl0ln"}, "name": {"first": "John", "middle": "Mason", "last": "Martin"}, "bio": {"birthday": "1837-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "AL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000280", "govtrack": 407297, "icpsr": 6108, "house_history": 17668, "wikipedia": "William C. Maybury", "wikidata": "Q1658561", "google_entity_id": "kg:/m/026xc17"}, "name": {"first": "William", "middle": "Cotter", "last": "Maybury"}, "bio": {"birthday": "1848-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000711", "govtrack": 407694, "icpsr": 6471, "wikipedia": "Stephen C. Millard", "house_history": 18220, "wikidata": "Q7608834", "google_entity_id": "kg:/m/02rkwl2"}, "name": {"first": "Stephen", "middle": "Columbus", "last": "Millard"}, "bio": {"birthday": "1841-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "M000732", "govtrack": 407711, "icpsr": 6487, "wikipedia": "James Francis Miller", "house_history": 18247, "wikidata": "Q162355", "google_entity_id": "kg:/m/03hlcdt"}, "name": {"first": "James", "middle": "Francis", "last": "Miller"}, "bio": {"birthday": "1830-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TX", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000807", "govtrack": 407782, "icpsr": 6556, "wikipedia": "Charles Le Moyne Mitchell", "house_history": 18342, "wikidata": "Q730467", "google_entity_id": "kg:/m/02rhdcb"}, "name": {"first": "Charles", "middle": "Le Moyne", "last": "Mitchell"}, "bio": {"birthday": "1844-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "CT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M001000", "govtrack": 407968, "icpsr": 6725, "wikipedia": "William Ralls Morrison", "house_history": 18579, "wikidata": "Q6799712", "google_entity_id": "kg:/m/02rkdlv"}, "name": {"first": "William", "middle": "Ralls", "last": "Morrison"}, "bio": {"gender": "M", "birthday": "1824-09-14"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "M001096", "govtrack": 408060, "icpsr": 6811, "wikipedia": "Jeremiah Henry Murphy", "house_history": 18697, "wikidata": "Q1319527", "google_entity_id": "kg:/m/02rk7qs"}, "name": {"first": "Jeremiah", "middle": "Henry", "last": "Murphy"}, "bio": {"birthday": "1835-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "N000020", "govtrack": 408112, "icpsr": 6853, "wikipedia": "William H. Neece", "house_history": 18860, "wikidata": "Q8010531", "google_entity_id": "kg:/m/02rkdg0"}, "name": {"first": "William", "middle": "Henry", "last": "Neece"}, "bio": {"birthday": "1831-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "N000024", "govtrack": 408116, "icpsr": 6857, "wikipedia": "James S. Negley", "house_history": 18866, "wikidata": "Q6142676", "google_entity_id": "kg:/m/05h70r"}, "name": {"first": "James", "middle": "Scott", "last": "Negley"}, "bio": {"birthday": "1826-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "O000054", "govtrack": 408289, "icpsr": 7042, "house_history": 19135, "wikipedia": "James E. O'Hara", "wikidata": "Q1310301", "google_entity_id": "kg:/m/0fg4_2"}, "name": {"first": "James", "middle": "Edward", "last": "O'Hara"}, "bio": {"birthday": "1844-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000151", "govtrack": 408555, "icpsr": 7272, "wikipedia": "Henry B. Payne", "house_history": 19462, "wikidata": "Q1606477", "google_entity_id": "kg:/m/034_wp"}, "name": {"first": "Henry", "middle": "B.", "last": "Payne"}, "bio": {"birthday": "1810-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "OH", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000269", "govtrack": 408669, "icpsr": 7377, "wikipedia": "Augustus Herman Pettibone", "house_history": 19610, "wikidata": "Q770438", "google_entity_id": "kg:/m/0dj0g9"}, "name": {"first": "Augustus", "middle": "Herman", "last": "Pettibone"}, "bio": {"birthday": "1835-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000365", "govtrack": 408761, "icpsr": 7466, "wikipedia": "William A. Pirce", "house_history": 19731, "wikidata": "Q2577737", "google_entity_id": "kg:/m/02rk_6_"}, "name": {"first": "William", "middle": "Almy", "last": "Pirce"}, "bio": {"birthday": "1824-02-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "RI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000526", "govtrack": 408910, "icpsr": 7613, "wikipedia": "Hugh H. Price", "house_history": 19930, "wikidata": "Q1634380", "google_entity_id": "kg:/m/02vrqpb"}, "name": {"first": "Hugh", "middle": "Hiram", "last": "Price"}, "bio": {"birthday": "1859-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "P000534", "govtrack": 408918, "icpsr": 7620, "wikipedia": "William T. Price", "house_history": 19939, "wikidata": "Q2580705", "google_entity_id": "kg:/m/02vrqq0"}, "name": {"first": "William", "middle": "Thompson", "last": "Price"}, "bio": {"birthday": "1824-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "P000568", "govtrack": 408951, "icpsr": 7651, "wikipedia": "Joseph Pulitzer", "house_history": 19987, "wikidata": "Q173417", "google_entity_id": "kg:/m/019541"}, "name": {"first": "Joseph", "last": "Pulitzer"}, "bio": {"birthday": "1847-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "R000057", "govtrack": 409037, "icpsr": 7732, "wikipedia": "Joseph Rankin", "house_history": 20150, "wikidata": "Q186423", "google_entity_id": "kg:/m/02vrqqq"}, "name": {"first": "Joseph", "last": "Rankin"}, "bio": {"birthday": "1833-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000058", "govtrack": 409038, "icpsr": 7733, "wikipedia": "Ambrose Ranney", "house_history": 20151, "wikidata": "Q263597", "google_entity_id": "kg:/m/0bz0qg"}, "name": {"first": "Ambrose", "middle": "Arnold", "last": "Ranney"}, "bio": {"birthday": "1821-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000136", "govtrack": 409115, "icpsr": 7802, "wikipedia": "Seaborn Reese", "house_history": 20249, "wikidata": "Q2261935", "google_entity_id": "kg:/m/0279dyb"}, "name": {"first": "Seaborn", "last": "Reese"}, "bio": {"birthday": "1846-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "R000148", "govtrack": 409125, "icpsr": 7811, "wikipedia": "James W. Reid (politician)", "house_history": 20269, "wikidata": "Q1557379", "google_entity_id": "kg:/m/02vn_wf"}, "name": {"first": "James", "middle": "Wesley", "last": "Reid"}, "bio": {"birthday": "1849-06-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000205", "govtrack": 409181, "icpsr": 7861, "wikipedia": "William W. Rice", "house_history": 20338, "wikidata": "Q173797", "google_entity_id": "kg:/m/02rk042"}, "name": {"first": "William", "middle": "Whitney", "last": "Rice"}, "bio": {"birthday": "1826-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "R000253", "govtrack": 409229, "icpsr": 7903, "wikipedia": "James M. Riggs", "house_history": 20399, "wikidata": "Q6138531", "google_entity_id": "kg:/m/02rkb5h"}, "name": {"first": "James", "middle": "Milton", "last": "Riggs"}, "bio": {"gender": "M", "birthday": "1839-04-17"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "R000325", "govtrack": 409296, "icpsr": 7965, "wikipedia": "Thomas A. Robertson", "house_history": 20488, "wikidata": "Q2421904", "google_entity_id": "kg:/m/02rjzlx"}, "name": {"first": "Thomas", "middle": "Austin", "last": "Robertson"}, "bio": {"birthday": "1848-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000010", "govtrack": 409530, "icpsr": 8171, "wikipedia": "Thomas William Sadler", "house_history": 21143, "wikidata": "Q2428179", "google_entity_id": "kg:/m/02rk2b6"}, "name": {"first": "Thomas", "middle": "William", "last": "Sadler"}, "bio": {"birthday": "1831-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000251", "govtrack": 409752, "icpsr": 8368, "wikipedia": "Walter L. Sessions", "house_history": 21447, "wikidata": "Q7965409", "google_entity_id": "kg:/m/02rkxl1"}, "name": {"first": "Walter", "middle": "Loomis", "last": "Sessions"}, "bio": {"birthday": "1820-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 34, "party": "Republican"}]}, {"id": {"bioguide": "S000266", "govtrack": 409767, "icpsr": 8383, "wikipedia": "Edward Woodruff Seymour", "house_history": 21465, "wikidata": "Q1294151", "google_entity_id": "kg:/m/02rhfrp"}, "name": {"first": "Edward", "middle": "Woodruff", "last": "Seymour"}, "bio": {"birthday": "1832-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "CT", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "CT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000445", "govtrack": 409939, "icpsr": 8541, "wikipedia": "Otho R. Singleton", "house_history": 21693, "wikidata": "Q2036995", "google_entity_id": "kg:/m/02rtnjq"}, "name": {"first": "Otho", "middle": "Robards", "last": "Singleton"}, "bio": {"birthday": "1814-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MS", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000502", "govtrack": 409989, "icpsr": 8590, "house_history": 21764, "wikipedia": "Robert Smalls", "wikidata": "Q471892", "google_entity_id": "kg:/m/09vgsz"}, "name": {"first": "Robert", "last": "Smalls"}, "bio": {"birthday": "1839-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "SC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "SC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "SC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "SC", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "SC", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "S000754", "govtrack": 410221, "icpsr": 8812, "wikipedia": "John T. Spriggs", "house_history": 22069, "wikidata": "Q6260114", "google_entity_id": "kg:/m/02rksxx"}, "name": {"first": "John", "middle": "Thomas", "last": "Spriggs"}, "bio": {"birthday": "1825-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "S000768", "govtrack": 410235, "icpsr": 8181, "wikipedia": "Louis St. Martin", "house_history": 22086, "wikidata": "Q1871981", "google_entity_id": "kg:/m/0dd47t"}, "name": {"first": "Louis", "last": "St. Martin"}, "bio": {"birthday": "1820-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "LA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "LA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "LA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000956", "govtrack": 410415, "icpsr": 8978, "wikipedia": "Eben F. Stone", "house_history": 22322, "wikidata": "Q389724", "google_entity_id": "kg:/m/02rkyr6"}, "name": {"first": "Eben", "middle": "Francis", "last": "Stone"}, "bio": {"birthday": "1822-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "S000975", "govtrack": 410434, "icpsr": 8996, "wikipedia": "John Brutzman Storm", "house_history": 22349, "wikidata": "Q6223665", "google_entity_id": "kg:/m/0ksrr1"}, "name": {"first": "John", "middle": "Brutzman", "last": "Storm"}, "bio": {"birthday": "1838-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "S000988", "govtrack": 410446, "icpsr": 9009, "wikipedia": "Horace B. Strait", "house_history": 22362, "wikidata": "Q1150071", "google_entity_id": "kg:/m/0dqn6k"}, "name": {"first": "Horace", "middle": "Burton", "last": "Strait"}, "bio": {"birthday": "1835-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S001120", "govtrack": 410572, "icpsr": 9128, "wikipedia": "John Swinburne (New York)", "wikidata": "Q6259825", "google_entity_id": "kg:/m/02rkswj"}, "name": {"first": "John", "last": "Swinburne"}, "bio": {"birthday": "1820-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "S001128", "govtrack": 410579, "icpsr": 9135, "wikipedia": "John Augustus Swope", "house_history": 22529, "wikidata": "Q6219749", "google_entity_id": "kg:/m/0ksrs5"}, "name": {"first": "John", "middle": "Augustus", "last": "Swope"}, "bio": {"birthday": "1827-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "T000081", "govtrack": 410665, "icpsr": 9212, "wikipedia": "Isaac H. Taylor", "house_history": 22735, "wikidata": "Q531196", "google_entity_id": "kg:/m/02rm12x"}, "name": {"first": "Isaac", "middle": "Hamilton", "last": "Taylor"}, "bio": {"birthday": "1840-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "T000090", "govtrack": 410673, "icpsr": 9221, "wikipedia": "John May Taylor", "house_history": 22745, "wikidata": "Q630219", "google_entity_id": "kg:/m/02rkzl0"}, "name": {"first": "John", "middle": "May", "last": "Taylor"}, "bio": {"birthday": "1838-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "T000106", "govtrack": 410688, "icpsr": 9237, "wikipedia": "Zachary Taylor (Tennessee)", "house_history": 22763, "wikidata": "Q139653", "google_entity_id": "kg:/m/02rk_f5"}, "name": {"first": "Zachary", "last": "Taylor"}, "bio": {"birthday": "1849-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "T000246", "govtrack": 410824, "icpsr": 9363, "house_history": 22932, "wikipedia": "James W. Throckmorton", "wikidata": "Q880276", "google_entity_id": "kg:/m/059rnw"}, "name": {"first": "James", "middle": "Webb", "last": "Throckmorton"}, "bio": {"birthday": "1825-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TX", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "T000369", "govtrack": 410938, "icpsr": 9469, "wikipedia": "Connally Findlay Trigg", "house_history": 23086, "wikidata": "Q1126157", "google_entity_id": "kg:/m/0fplk5"}, "name": {"first": "Connally", "middle": "Findlay", "last": "Trigg"}, "bio": {"birthday": "1847-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "VA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "T000401", "govtrack": 410970, "icpsr": 9499, "wikipedia": "John Randolph Tucker (politician)", "house_history": 23124, "wikidata": "Q1701525", "google_entity_id": "kg:/m/0fd4dc"}, "name": {"first": "John", "middle": "Randolph", "last": "Tucker"}, "bio": {"birthday": "1823-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "VA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "V000038", "govtrack": 411083, "icpsr": 9614, "wikipedia": "Henry Smith Van Eaton", "house_history": 20923, "wikidata": "Q1294893", "google_entity_id": "kg:/m/02x409l"}, "name": {"first": "Henry", "middle": "Smith", "last": "Van Eaton"}, "bio": {"birthday": "1826-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MS", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "V000097", "govtrack": 411152, "icpsr": 9670, "house_history": 20991, "wikipedia": "Egbert Ludovicus Viele", "wikidata": "Q5347713", "google_entity_id": "kg:/m/09jwz4"}, "name": {"first": "Egbert", "middle": "Ludoricus", "last": "Viele"}, "bio": {"birthday": "1825-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "W000015", "govtrack": 411194, "icpsr": 9708, "wikipedia": "William H. Wadsworth", "house_history": 23238, "wikidata": "Q2579106", "google_entity_id": "kg:/m/02rj_kj"}, "name": {"first": "William", "middle": "Henry", "last": "Wadsworth"}, "bio": {"birthday": "1821-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "KY", "district": 9, "party": "Unionist"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "KY", "district": 9, "party": "Unionist"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000025", "govtrack": 411204, "icpsr": 9717, "wikipedia": "John T. Wait", "house_history": 23248, "wikidata": "Q998852", "google_entity_id": "kg:/m/02rhklt"}, "name": {"first": "John", "middle": "Turner", "last": "Wait"}, "bio": {"birthday": "1811-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "CT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000026", "govtrack": 411205, "icpsr": 9718, "wikipedia": "James Wakefield", "house_history": 23249, "wikidata": "Q773436", "google_entity_id": "kg:/m/0dqq37"}, "name": {"first": "James", "middle": "Beach", "last": "Wakefield"}, "bio": {"birthday": "1825-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000081", "govtrack": 411260, "icpsr": 9767, "wikipedia": "Nathaniel D. Wallace", "house_history": 23310, "wikidata": "Q1966728", "google_entity_id": "kg:/m/02rtmm3"}, "name": {"first": "Nathaniel", "middle": "Dick", "last": "Wallace"}, "bio": {"birthday": "1845-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "LA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000134", "govtrack": 411309, "icpsr": 9815, "wikipedia": "James Hugh Ward", "house_history": 23371, "wikidata": "Q4420089", "google_entity_id": "kg:/m/02rkb3s"}, "name": {"first": "James", "middle": "Hugh", "last": "Ward"}, "bio": {"birthday": "1853-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000142", "govtrack": 411316, "icpsr": 9822, "wikipedia": "Thomas B. Ward", "house_history": 23380, "wikidata": "Q2422180", "google_entity_id": "kg:/m/02rkhqw"}, "name": {"first": "Thomas", "middle": "Bayless", "last": "Ward"}, "bio": {"birthday": "1835-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "W000151", "govtrack": 411325, "icpsr": 9830, "wikipedia": "Adoniram J. Warner", "house_history": 23389, "wikidata": "Q4684523", "google_entity_id": "kg:/m/02rlzm3"}, "name": {"first": "Adoniram", "middle": "Judson", "last": "Warner"}, "bio": {"birthday": "1834-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "W000223", "govtrack": 411391, "icpsr": 9892, "wikipedia": "Archibald J. Weaver", "house_history": 23485, "wikidata": "Q633211", "google_entity_id": "kg:/m/0bhh48"}, "name": {"first": "Archibald", "middle": "Jerard", "last": "Weaver"}, "bio": {"birthday": "1843-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NE", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000272", "govtrack": 411438, "icpsr": 9933, "wikipedia": "Olin Wellborn", "house_history": 23544, "wikidata": "Q2019875", "google_entity_id": "kg:/m/03c2zn0"}, "name": {"first": "Olin", "last": "Wellborn"}, "bio": {"birthday": "1843-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TX", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000354", "govtrack": 411516, "icpsr": 10008, "wikipedia": "Alexander Colwell White", "house_history": 23637, "wikidata": "Q4718621", "google_entity_id": "kg:/m/07v7hz"}, "name": {"first": "Alexander", "middle": "Colwell", "last": "White"}, "bio": {"gender": "M", "birthday": "1833-12-12"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "W000387", "govtrack": 411547, "icpsr": 10040, "wikipedia": "Milo White", "house_history": 23673, "wikidata": "Q956192", "google_entity_id": "kg:/m/0dqq2j"}, "name": {"first": "Milo", "last": "White"}, "bio": {"birthday": "1830-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000557", "govtrack": 411713, "icpsr": 10199, "wikipedia": "Albert S. Willis", "house_history": 23874, "wikidata": "Q2638694", "google_entity_id": "kg:/m/02rgv12"}, "name": {"first": "Albert", "middle": "Shelby", "last": "Willis"}, "bio": {"birthday": "1843-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000577", "govtrack": 411732, "icpsr": 10217, "wikipedia": "Ephraim King Wilson II", "house_history": 23901, "wikidata": "Q434526", "google_entity_id": "kg:/m/057gwv"}, "name": {"first": "Ephraim", "middle": "King", "last": "Wilson"}, "bio": {"birthday": "1821-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "MD", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000625", "govtrack": 411779, "icpsr": 10264, "wikipedia": "Edwin B. Winans (politician)", "house_history": 23957, "wikidata": "Q670158", "google_entity_id": "kg:/m/03nrgv"}, "name": {"first": "Edwin", "middle": "Baruch", "last": "Winans"}, "bio": {"birthday": "1826-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MI", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000681", "govtrack": 411833, "icpsr": 10313, "wikipedia": "Frank Lane Wolford", "house_history": 24028, "wikidata": "Q1443631", "google_entity_id": "kg:/m/02rhgbl"}, "name": {"first": "Frank", "middle": "Lane", "last": "Wolford"}, "bio": {"birthday": "1817-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "W000749", "govtrack": 411898, "icpsr": 10378, "wikipedia": "Nicholas E. Worthington", "house_history": 24110, "wikidata": "Q13218893", "google_entity_id": "kg:/m/02rkc53"}, "name": {"first": "Nicholas", "middle": "Ellsworth", "last": "Worthington"}, "bio": {"birthday": "1836-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "C000343", "govtrack": 402483, "icpsr": 1683, "wikipedia": "Person Colby Cheney", "wikidata": "Q434240", "google_entity_id": "kg:/m/05k54t"}, "name": {"first": "Person", "middle": "Colby", "last": "Cheney"}, "bio": {"birthday": "1828-02-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1886-01-01", "end": "1887-12-31", "state": "NH", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000486", "govtrack": 411643, "icpsr": 10131, "wikipedia": "Abram Williams", "wikidata": "Q331073", "google_entity_id": "kg:/m/03sg_0"}, "name": {"first": "Abram", "middle": "Pease", "last": "Williams"}, "bio": {"birthday": "1832-02-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1886-01-01", "end": "1887-03-03", "state": "CA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000116", "govtrack": 400773, "icpsr": 102, "wikipedia": "Charles Herbert Allen", "house_history": 8422, "wikidata": "Q139364", "google_entity_id": "kg:/m/025wfn"}, "name": {"first": "Charles", "middle": "Herbert", "last": "Allen"}, "bio": {"birthday": "1848-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "A000180", "govtrack": 400835, "icpsr": 159, "wikipedia": "Albert R. Anderson", "house_history": 8508, "wikidata": "Q225943", "google_entity_id": "kg:/m/02rk72h"}, "name": {"first": "Albert", "middle": "Raney", "last": "Anderson"}, "bio": {"birthday": "1837-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IA", "district": 8, "party": "Ind. Republican"}]}, {"id": {"bioguide": "A000187", "govtrack": 400842, "icpsr": 166, "wikipedia": "George A. Anderson", "house_history": 8516, "wikidata": "Q5535916", "google_entity_id": "kg:/m/02rk9kk"}, "name": {"first": "George", "middle": "Alburtus", "last": "Anderson"}, "bio": {"birthday": "1853-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "B000188", "govtrack": 401187, "icpsr": 474, "wikipedia": "Frederick G. Barry", "house_history": 9014, "wikidata": "Q958658", "google_entity_id": "kg:/m/02rtnf8"}, "name": {"first": "Frederick", "middle": "George", "last": "Barry"}, "bio": {"birthday": "1845-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MS", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000353", "govtrack": 401345, "icpsr": 618, "wikipedia": "Perry Belmont", "house_history": 9234, "wikidata": "Q2071757", "google_entity_id": "kg:/m/04p6gg"}, "name": {"first": "Perry", "last": "Belmont"}, "bio": {"birthday": "1851-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000558", "govtrack": 401532, "icpsr": 795, "wikipedia": "Archibald M. Bliss", "house_history": 9497, "wikidata": "Q633367", "google_entity_id": "kg:/m/08m4ll"}, "name": {"first": "Archibald", "middle": "Meserole", "last": "Bliss"}, "bio": {"birthday": "1838-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000562", "govtrack": 401536, "icpsr": 799, "wikipedia": "Rufus Blodgett", "wikidata": "Q5579260", "google_entity_id": "kg:/m/0b35km"}, "name": {"first": "Rufus", "last": "Blodgett"}, "bio": {"birthday": "1834-10-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "NJ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000667", "govtrack": 401629, "icpsr": 883, "wikipedia": "Franklin Bound", "house_history": 9647, "wikidata": "Q5491315", "google_entity_id": "kg:/m/0ksrvf"}, "name": {"first": "Franklin", "last": "Bound"}, "bio": {"birthday": "1829-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "B000683", "govtrack": 401645, "icpsr": 897, "wikipedia": "Henry Bowen", "house_history": 9667, "wikidata": "Q1606527", "google_entity_id": "kg:/m/0kskm_"}, "name": {"first": "Henry", "last": "Bowen"}, "bio": {"birthday": "1841-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "VA", "district": 9, "party": "Readjuster"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "VA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "B000907", "govtrack": 401864, "icpsr": 1102, "wikipedia": "Charles Elwood Brown", "house_history": 9952, "wikidata": "Q168168", "google_entity_id": "kg:/m/02rl_4_"}, "name": {"first": "Charles", "middle": "Elwood", "last": "Brown"}, "bio": {"birthday": "1834-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000931", "govtrack": 401885, "icpsr": 1121, "wikipedia": "John Robert Brown (Virginia politician)", "house_history": 9981, "wikidata": "Q1701582", "google_entity_id": "kg:/m/0261x0x"}, "name": {"first": "John", "middle": "Robert", "last": "Brown"}, "bio": {"birthday": "1842-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "VA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000998", "govtrack": 401948, "icpsr": 1180, "wikipedia": "Lloyd Bryce", "house_history": 10065, "wikidata": "Q1192938", "google_entity_id": "kg:/m/02rkthg"}, "name": {"first": "Lloyd", "middle": "Stephens", "last": "Bryce"}, "bio": {"birthday": "1851-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B001064", "govtrack": 402011, "icpsr": 1241, "wikipedia": "Frank Charles Bunnell", "house_history": 10147, "wikidata": "Q5485766", "google_entity_id": "kg:/m/0ksrwl"}, "name": {"first": "Frank", "middle": "Charles", "last": "Bunnell"}, "bio": {"birthday": "1842-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "B001119", "govtrack": 402064, "icpsr": 1289, "wikipedia": "Edward Burnett", "house_history": 10218, "wikidata": "Q1291790", "google_entity_id": "kg:/m/02rhfjt"}, "name": {"first": "Edward", "last": "Burnett"}, "bio": {"birthday": "1849-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "B001188", "govtrack": 402130, "icpsr": 1348, "wikipedia": "Roderick R. Butler", "house_history": 10304, "wikidata": "Q1489759", "google_entity_id": "kg:/m/0dfd5h"}, "name": {"first": "Roderick", "middle": "Randum", "last": "Butler"}, "bio": {"birthday": "1827-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000087", "govtrack": 402243, "icpsr": 1452, "wikipedia": "James E. Campbell", "house_history": 10554, "wikidata": "Q881053", "google_entity_id": "kg:/m/033v9b"}, "name": {"first": "James", "middle": "Edwin", "last": "Campbell"}, "bio": {"birthday": "1843-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000417", "govtrack": 402556, "icpsr": 1749, "wikipedia": "Martin L. Clardy", "house_history": 10974, "wikidata": "Q1904366", "google_entity_id": "kg:/m/02rndtk"}, "name": {"first": "Martin", "middle": "Linn", "last": "Clardy"}, "bio": {"birthday": "1844-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MO", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "C000641", "govtrack": 402769, "icpsr": 1948, "wikipedia": "Patrick Collins (mayor)", "house_history": 11255, "wikidata": "Q976524", "google_entity_id": "kg:/m/06y0qj"}, "name": {"first": "Patrick", "middle": "Andrew", "last": "Collins"}, "bio": {"birthday": "1844-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000936", "govtrack": 403048, "icpsr": 2203, "wikipedia": "George W. Crouse", "house_history": 11624, "wikidata": "Q1295252", "google_entity_id": "kg:/m/02rl__h"}, "name": {"first": "George", "middle": "Washington", "last": "Crouse"}, "bio": {"birthday": "1832-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "D000072", "govtrack": 403210, "icpsr": 2354, "wikipedia": "Ira Davenport (politician)", "house_history": 11920, "wikidata": "Q6066014", "google_entity_id": "kg:/m/0kt9_x"}, "name": {"first": "Ira", "last": "Davenport"}, "bio": {"birthday": "1841-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "D000082", "govtrack": 403219, "icpsr": 2364, "wikipedia": "Alexander C. Davidson", "house_history": 11933, "wikidata": "Q2641894", "google_entity_id": "kg:/m/02rk1b7"}, "name": {"first": "Alexander", "middle": "Caldwell", "last": "Davidson"}, "bio": {"birthday": "1826-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "AL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000130", "govtrack": 403265, "icpsr": 2407, "wikipedia": "Robert T. Davis", "house_history": 11994, "wikidata": "Q2158945", "google_entity_id": "kg:/m/02pm9bc"}, "name": {"first": "Robert", "middle": "Thompson", "last": "Davis"}, "bio": {"birthday": "1823-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000148", "govtrack": 403281, "icpsr": 2423, "wikipedia": "Henry L. Dawes", "house_history": 12015, "wikidata": "Q1506805", "google_entity_id": "kg:/m/053n7b"}, "name": {"first": "Henry", "middle": "Laurens", "last": "Dawes"}, "bio": {"birthday": "1816-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "MA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "MA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "MA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000445", "govtrack": 403555, "icpsr": 2682, "house_history": 12387, "wikipedia": "Charles Dougherty (Florida politician)", "wikidata": "Q1064142", "google_entity_id": "kg:/m/0286fvn"}, "name": {"first": "Charles", "last": "Dougherty"}, "bio": {"birthday": "1850-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "FL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000541", "govtrack": 403649, "icpsr": 2766, "wikipedia": "Ransom W. Dunham", "house_history": 12501, "wikidata": "Q4163535", "google_entity_id": "kg:/m/02rkchf"}, "name": {"first": "Ransom", "middle": "Williams", "last": "Dunham"}, "bio": {"birthday": "1838-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000552", "govtrack": 403659, "icpsr": 2775, "wikipedia": "Poindexter Dunn", "house_history": 12513, "wikidata": "Q1338128", "google_entity_id": "kg:/m/02rjy2s"}, "name": {"first": "Poindexter", "last": "Dunn"}, "bio": {"birthday": "1834-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "AR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "E000056", "govtrack": 403751, "icpsr": 2855, "wikipedia": "George F. Edmunds", "wikidata": "Q1507329", "google_entity_id": "kg:/m/03bgx5"}, "name": {"first": "George", "middle": "Franklin", "last": "Edmunds"}, "bio": {"birthday": "1828-02-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1866-01-01", "end": "1869-03-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1887-12-05", "end": "1891-12-31", "state": "VT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000037", "govtrack": 403998, "icpsr": 3075, "wikipedia": "Charles B. Farwell", "house_history": 13010, "wikidata": "Q456024", "google_entity_id": "kg:/m/0854yh"}, "name": {"first": "Charles", "middle": "Benjamin", "last": "Farwell"}, "bio": {"birthday": "1823-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1887-12-05", "end": "1891-03-03", "state": "IL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000153", "govtrack": 404108, "icpsr": 3172, "wikipedia": "Spencer O. Fisher", "house_history": 13161, "wikidata": "Q2309011", "google_entity_id": "kg:/m/027tzyr"}, "name": {"first": "Spencer", "middle": "Oliver", "last": "Fisher"}, "bio": {"birthday": "1843-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MI", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MI", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "F000254", "govtrack": 404208, "icpsr": 3263, "wikipedia": "Martin A. Foran", "house_history": 13293, "wikidata": "Q1661951", "google_entity_id": "kg:/m/02rm2cv"}, "name": {"first": "Martin", "middle": "Ambrose", "last": "Foran"}, "bio": {"birthday": "1844-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "F000376", "govtrack": 404321, "icpsr": 3368, "wikipedia": "Carlos French", "house_history": 13445, "wikidata": "Q1042906", "google_entity_id": "kg:/m/02q28mj"}, "name": {"first": "Carlos", "last": "French"}, "bio": {"birthday": "1835-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "CT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000414", "govtrack": 404356, "icpsr": 3401, "wikipedia": "William E. Fuller", "house_history": 13493, "wikidata": "Q596010", "google_entity_id": "kg:/m/02rk8c1"}, "name": {"first": "William", "middle": "Elijah", "last": "Fuller"}, "bio": {"birthday": "1846-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "G000009", "govtrack": 404386, "icpsr": 3427, "wikipedia": "William E. Gaines", "house_history": 13577, "wikidata": "Q1477316", "google_entity_id": "kg:/m/02vrpn8"}, "name": {"first": "William", "middle": "Embre", "last": "Gaines"}, "bio": {"birthday": "1844-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "VA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "G000233", "govtrack": 404595, "icpsr": 3626, "wikipedia": "Presley T. Glass", "house_history": 13859, "wikidata": "Q2108875", "google_entity_id": "kg:/m/0dj2kp"}, "name": {"first": "Presley", "middle": "Thornton", "last": "Glass"}, "bio": {"birthday": "1824-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "G000244", "govtrack": 404606, "icpsr": 3635, "wikipedia": "John Milton Glover", "house_history": 13871, "wikidata": "Q1701111", "google_entity_id": "kg:/m/02rz79k"}, "name": {"first": "John", "middle": "Milton", "last": "Glover"}, "bio": {"birthday": "1852-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MO", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "G000378", "govtrack": 404729, "icpsr": 3751, "wikipedia": "Miles T. Granger", "house_history": 14040, "wikidata": "Q1349840", "google_entity_id": "kg:/m/02rjxbq"}, "name": {"first": "Miles", "middle": "Tobey", "last": "Granger"}, "bio": {"birthday": "1817-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "CT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000433", "govtrack": 404781, "icpsr": 3797, "wikipedia": "Edward W. Greenman", "house_history": 14113, "wikidata": "Q4068840", "google_entity_id": "kg:/m/02rkp1q"}, "name": {"first": "Edward", "middle": "Whitford", "last": "Greenman"}, "bio": {"birthday": "1840-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "G000516", "govtrack": 404861, "icpsr": 3869, "wikipedia": "Richard W. Guenther", "house_history": 14213, "wikidata": "Q215400", "google_entity_id": "kg:/m/02ry143"}, "name": {"first": "Richard", "middle": "William", "last": "Guenther"}, "bio": {"birthday": "1845-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "WI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000063", "govtrack": 404948, "icpsr": 3949, "wikipedia": "Norman Hall (politician)", "house_history": 14365, "wikidata": "Q7052314", "google_entity_id": "kg:/m/0ksrt9"}, "name": {"first": "Norman", "last": "Hall"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 26, "party": "Democrat"}], "bio": {"birthday": "1829-11-17", "gender": "M"}}, {"id": {"bioguide": "H000386", "govtrack": 405254, "icpsr": 4228, "wikipedia": "Edward D. Hayden", "house_history": 14757, "wikidata": "Q1291997", "google_entity_id": "kg:/m/02rhfl5"}, "name": {"first": "Edward", "middle": "Daniel", "last": "Hayden"}, "bio": {"birthday": "1833-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000428", "govtrack": 405294, "icpsr": 4266, "wikipedia": "George Hearst", "wikidata": "Q561826", "google_entity_id": "kg:/m/03ktg3"}, "name": {"first": "George", "last": "Hearst"}, "bio": {"birthday": "1820-09-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1886-01-01", "end": "1887-03-03", "state": "CA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1887-12-05", "end": "1891-12-31", "state": "CA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000569", "govtrack": 405431, "icpsr": 4389, "wikipedia": "John Andrew Hiestand", "house_history": 14990, "wikidata": "Q6219059", "google_entity_id": "kg:/m/0ksy03"}, "name": {"first": "John", "middle": "Andrew", "last": "Hiestand"}, "bio": {"birthday": "1824-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "H000642", "govtrack": 405497, "icpsr": 4451, "wikipedia": "George Hires", "house_history": 15077, "wikidata": "Q1507579", "google_entity_id": "kg:/m/02x3gsb"}, "name": {"first": "George", "last": "Hires"}, "bio": {"birthday": "1835-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NJ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000643", "govtrack": 405498, "icpsr": 4452, "wikipedia": "Frank Hiscock", "house_history": 15079, "wikidata": "Q1443445", "google_entity_id": "kg:/m/09wnqm"}, "name": {"first": "Frank", "last": "Hiscock"}, "bio": {"birthday": "1834-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "NY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000701", "govtrack": 405554, "icpsr": 4504, "wikipedia": "Charles E. Hogg", "house_history": 15150, "wikidata": "Q1064209", "google_entity_id": "kg:/m/03byq4v"}, "name": {"first": "Charles", "middle": "Edgar", "last": "Hogg"}, "bio": {"gender": "M", "birthday": "1852-12-21"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "WV", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000733", "govtrack": 405584, "icpsr": 4530, "wikipedia": "Adoniram J. Holmes", "house_history": 15189, "wikidata": "Q366115", "google_entity_id": "kg:/m/02rk713"}, "name": {"first": "Adoniram", "middle": "Judson", "last": "Holmes"}, "bio": {"birthday": "1842-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "H000779", "govtrack": 405629, "icpsr": 4572, "wikipedia": "Samuel I. Hopkins", "house_history": 15248, "wikidata": "Q1743713", "google_entity_id": "kg:/m/02x401p"}, "name": {"first": "Samuel", "middle": "Isaac", "last": "Hopkins"}, "bio": {"birthday": "1843-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "VA", "district": 6, "party": "Union"}]}, {"id": {"bioguide": "H000782", "govtrack": 405632, "icpsr": 4575, "wikipedia": "Stephen T. Hopkins", "house_history": 15251, "wikidata": "Q3736920", "google_entity_id": "kg:/m/02rkwnh"}, "name": {"first": "Stephen", "middle": "Tyng", "last": "Hopkins"}, "bio": {"birthday": "1849-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "H000833", "govtrack": 405680, "icpsr": 4621, "house_history": 15313, "wikipedia": "Alvin Peterson Hovey", "wikidata": "Q449208", "google_entity_id": "kg:/m/05hpml"}, "name": {"first": "Alvin", "middle": "Peterson", "last": "Hovey"}, "bio": {"birthday": "1821-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000842", "govtrack": 405689, "icpsr": 4629, "wikipedia": "Jonas G. Howard", "house_history": 15327, "wikidata": "Q1702944", "google_entity_id": "kg:/m/02rkh05"}, "name": {"first": "Jonas", "middle": "George", "last": "Howard"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IN", "district": 3, "party": "Democrat"}], "bio": {"birthday": "1825-05-22", "gender": "M"}}, {"id": {"bioguide": "H000902", "govtrack": 405748, "icpsr": 4684, "wikipedia": "Thomas R. Hudd", "house_history": 15399, "wikidata": "Q2426640", "google_entity_id": "kg:/m/02vrq9_"}, "name": {"first": "Thomas", "middle": "Richard", "last": "Hudd"}, "bio": {"birthday": "1835-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "WI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H001019", "govtrack": 405856, "icpsr": 4783, "wikipedia": "John E. Hutton", "house_history": 15540, "wikidata": "Q1699888", "google_entity_id": "kg:/m/02rz73q"}, "name": {"first": "John", "middle": "Edward", "last": "Hutton"}, "bio": {"birthday": "1828-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MO", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "J000024", "govtrack": 405930, "icpsr": 4861, "wikipedia": "Oscar Lawrence Jackson", "house_history": 15720, "wikidata": "Q7106091", "google_entity_id": "kg:/m/0ksxsk"}, "name": {"first": "Oscar", "middle": "Lawrence", "last": "Jackson"}, "bio": {"birthday": "1840-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "J000188", "govtrack": 406083, "icpsr": 5003, "wikipedia": "James T. Johnston", "house_history": 15934, "wikidata": "Q251886", "google_entity_id": "kg:/m/02rkggn"}, "name": {"first": "James", "middle": "Thomas", "last": "Johnston"}, "bio": {"birthday": "1839-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "J000199", "govtrack": 406094, "icpsr": 5013, "house_history": 15948, "wikipedia": "Thomas D. Johnston", "wikidata": "Q2423301", "google_entity_id": "kg:/m/03b_z4p"}, "name": {"first": "Thomas", "middle": "Dillard", "last": "Johnston"}, "bio": {"birthday": "1840-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NC", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "J000233", "govtrack": 406126, "icpsr": 5043, "wikipedia": "James T. Jones", "house_history": 15986, "wikidata": "Q200617", "google_entity_id": "kg:/m/02rk1w2"}, "name": {"first": "James", "middle": "Taylor", "last": "Jones"}, "bio": {"birthday": "1832-07-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "AL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000007", "govtrack": 406181, "icpsr": 5094, "wikipedia": "Nicholas T. Kane", "house_history": 16082, "wikidata": "Q7026280", "google_entity_id": "kg:/m/02ry1t2"}, "name": {"first": "Nicholas", "middle": "Thomas", "last": "Kane"}, "bio": {"birthday": "1846-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "L000016", "govtrack": 406526, "icpsr": 5398, "wikipedia": "Polk Laffoon", "house_history": 16595, "wikidata": "Q2102072", "google_entity_id": "kg:/m/02rjy3g"}, "name": {"first": "Polk", "last": "Laffoon"}, "bio": {"birthday": "1844-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000048", "govtrack": 406557, "icpsr": 5431, "wikipedia": "Silas Z. Landes", "house_history": 16643, "wikidata": "Q7514251", "google_entity_id": "kg:/m/02rkcyj"}, "name": {"first": "Silas", "middle": "Zephaniah", "last": "Landes"}, "bio": {"birthday": "1842-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "L000109", "govtrack": 406616, "icpsr": 5489, "house_history": 16731, "wikipedia": "Louis C. Latham", "wikidata": "Q1871565", "google_entity_id": "kg:/m/03c0247"}, "name": {"first": "Louis", "middle": "Charles", "last": "Latham"}, "bio": {"birthday": "1840-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000423", "govtrack": 406913, "icpsr": 5762, "wikipedia": "John Davis Long", "house_history": 17120, "wikidata": "Q745731", "google_entity_id": "kg:/m/038mfd"}, "name": {"first": "John", "middle": "Davis", "last": "Long"}, "bio": {"birthday": "1838-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000526", "govtrack": 407010, "icpsr": 5848, "house_history": 17250, "wikipedia": "Joseph Lyman", "wikidata": "Q1277378", "google_entity_id": "kg:/m/02pg16g"}, "name": {"first": "Joseph", "last": "Lyman"}, "bio": {"birthday": "1840-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "L000532", "govtrack": 407016, "icpsr": 5854, "house_history": 17257, "wikipedia": "John Lynch (Pennsylvania)", "wikidata": "Q13219689", "google_entity_id": "kg:/m/0ksrpj"}, "name": {"first": "John", "last": "Lynch"}, "bio": {"birthday": "1843-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "M000003", "govtrack": 407033, "icpsr": 5871, "wikipedia": "John L. MacDonald", "house_history": 17333, "wikidata": "Q1344733", "google_entity_id": "kg:/m/0dqnck"}, "name": {"first": "John", "middle": "Lewis", "last": "MacDonald"}, "bio": {"birthday": "1838-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000044", "govtrack": 407072, "icpsr": 5904, "wikipedia": "James Thompson Maffett", "house_history": 17382, "wikidata": "Q6144211", "google_entity_id": "kg:/m/0kss4l"}, "name": {"first": "James", "middle": "Thompson", "last": "Maffett"}, "bio": {"birthday": "1837-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "M000068", "govtrack": 407096, "icpsr": 5927, "wikipedia": "Peter P. Mahoney", "house_history": 17413, "wikidata": "Q654740", "google_entity_id": "kg:/m/08l3p1"}, "name": {"first": "Peter", "middle": "Paul", "last": "Mahoney"}, "bio": {"birthday": "1848-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000248", "govtrack": 407266, "icpsr": 6081, "wikipedia": "Courtland C. Matson", "house_history": 17629, "wikidata": "Q1137815", "google_entity_id": "kg:/m/02rkf9j"}, "name": {"first": "Courtland", "middle": "Cushing", "last": "Matson"}, "bio": {"birthday": "1841-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000394", "govtrack": 407395, "icpsr": 6205, "wikipedia": "Welty McCullogh", "house_history": 17817, "wikidata": "Q7982125", "google_entity_id": "kg:/m/0ksryg"}, "name": {"first": "Welty", "last": "McCullogh"}, "bio": {"birthday": "1847-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "M000601", "govtrack": 407590, "icpsr": 6383, "wikipedia": "John A. McShane", "house_history": 18078, "wikidata": "Q1699070", "google_entity_id": "kg:/m/0bk8cs"}, "name": {"first": "John", "middle": "Albert", "last": "McShane"}, "bio": {"birthday": "1850-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NE", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000658", "govtrack": 407644, "icpsr": 6431, "wikipedia": "Truman A. Merriman", "house_history": 18145, "wikidata": "Q2119865", "google_entity_id": "kg:/m/02rkxgm"}, "name": {"first": "Truman", "middle": "Adams", "last": "Merriman"}, "bio": {"birthday": "1839-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 11, "party": "Ind. Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "M000837", "govtrack": 407811, "icpsr": 6580, "wikipedia": "Seth C. Moffatt", "house_history": 18382, "wikidata": "Q2274724", "google_entity_id": "kg:/m/02q664n"}, "name": {"first": "Seth", "middle": "Crittenden", "last": "Moffatt"}, "bio": {"birthday": "1841-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MI", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "M001012", "govtrack": 407979, "icpsr": 6736, "wikipedia": "Leopold Morse", "house_history": 18594, "wikidata": "Q216750", "google_entity_id": "kg:/m/0bz0xb"}, "name": {"first": "Leopold", "last": "Morse"}, "bio": {"birthday": "1831-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "N000013", "govtrack": 408107, "icpsr": 6849, "wikipedia": "John R. Neal", "house_history": 18852, "wikidata": "Q647342", "google_entity_id": "kg:/m/0dj1xc"}, "name": {"first": "John", "middle": "Randolph", "last": "Neal"}, "bio": {"birthday": "1836-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "N000074", "govtrack": 408161, "icpsr": 6902, "wikipedia": "Cherubusco Newton", "house_history": 18927, "wikidata": "Q1070444", "google_entity_id": "kg:/m/02rtmr7"}, "name": {"first": "Cherubusco", "last": "Newton"}, "bio": {"birthday": "1848-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "LA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "N000091", "govtrack": 408176, "icpsr": 6918, "house_history": 18945, "wikipedia": "John Nichols (politician)", "wikidata": "Q1701216", "google_entity_id": "kg:/m/04fdq6"}, "name": {"first": "John", "last": "Nichols"}, "bio": {"birthday": "1834-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NC", "district": 4, "party": "Independent"}]}, {"id": {"bioguide": "N000160", "govtrack": 408241, "icpsr": 6978, "wikipedia": "Thomas M. Norwood", "house_history": 19033, "wikidata": "Q180232", "google_entity_id": "kg:/m/0cr7yr"}, "name": {"first": "Thomas", "middle": "Manson", "last": "Norwood"}, "bio": {"birthday": "1830-04-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1871-03-04", "end": "1877-03-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000010", "govtrack": 408421, "icpsr": 7148, "wikipedia": "Algernon Paddock", "wikidata": "Q365312", "google_entity_id": "kg:/m/093mdt"}, "name": {"first": "Algernon", "middle": "Sidney", "last": "Paddock"}, "bio": {"birthday": "1830-11-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "NE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "NE", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000053", "govtrack": 408463, "icpsr": 7187, "wikipedia": "Abraham X. Parker", "house_history": 19342, "wikidata": "Q4669238", "google_entity_id": "kg:/m/02rklvk"}, "name": {"first": "Abraham", "middle": "X.", "last": "Parker"}, "bio": {"birthday": "1831-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "P000138", "govtrack": 408544, "icpsr": 7262, "wikipedia": "John Patton (1823\u201397)", "house_history": 19446, "wikidata": "Q6252149"}, "name": {"first": "John", "last": "Patton"}, "bio": {"birthday": "1823-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "P000302", "govtrack": 408702, "icpsr": 7407, "wikipedia": "William Walter Phelps", "house_history": 19649, "wikidata": "Q2580976", "google_entity_id": "kg:/m/07pb6k"}, "name": {"first": "William", "middle": "Walter", "last": "Phelps"}, "bio": {"birthday": "1839-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NJ", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "P000331", "govtrack": 408728, "icpsr": 7433, "wikipedia": "James N. Pidcock", "house_history": 19689, "wikidata": "Q1680876", "google_entity_id": "kg:/m/02rz8vc"}, "name": {"first": "James", "middle": "Nelson", "last": "Pidcock"}, "bio": {"birthday": "1836-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "P000390", "govtrack": 408784, "icpsr": 7490, "wikipedia": "Ralph Plumb", "house_history": 19761, "wikidata": "Q2129744", "google_entity_id": "kg:/m/02rkch2"}, "name": {"first": "Ralph", "last": "Plumb"}, "bio": {"birthday": "1816-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "P000451", "govtrack": 408837, "icpsr": 7542, "house_history": 19840, "wikipedia": "Francis B. Posey", "wikidata": "Q1441376", "google_entity_id": "kg:/m/058fw0"}, "name": {"first": "Francis", "middle": "Blackburn", "last": "Posey"}, "bio": {"birthday": "1848-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000098", "govtrack": 409078, "icpsr": 7769, "wikipedia": "John Henninger Reagan", "house_history": 20204, "wikidata": "Q953749", "google_entity_id": "kg:/m/03r6tl"}, "name": {"first": "John", "middle": "Henninger", "last": "Reagan"}, "bio": {"birthday": "1818-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1887-12-05", "end": "1891-12-31", "state": "TX", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000196", "govtrack": 409172, "icpsr": 7852, "wikipedia": "Edmund Rice (politician)", "house_history": 20328, "wikidata": "Q1286771", "google_entity_id": "kg:/m/065bbl"}, "name": {"first": "Edmund", "last": "Rice"}, "bio": {"birthday": "1819-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "R000321", "govtrack": 409292, "icpsr": 7961, "wikipedia": "Edward White Robertson", "house_history": 20483, "wikidata": "Q1294079", "google_entity_id": "kg:/m/02w43l2"}, "name": {"first": "Edward", "middle": "White", "last": "Robertson"}, "bio": {"birthday": "1823-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "LA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "R000415", "govtrack": 409381, "icpsr": 8045, "wikipedia": "Jacob Romeis", "house_history": 20600, "wikidata": "Q6119193", "google_entity_id": "kg:/m/02rm18d"}, "name": {"first": "Jacob", "last": "Romeis"}, "bio": {"birthday": "1835-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "R000530", "govtrack": 409488, "icpsr": 8132, "wikipedia": "John E. Russell", "house_history": 20739, "wikidata": "Q1699897", "google_entity_id": "kg:/m/02rhjyv"}, "name": {"first": "John", "middle": "Edwards", "last": "Russell"}, "bio": {"birthday": "1834-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "S000091", "govtrack": 409603, "icpsr": 8239, "wikipedia": "Philetus Sawyer", "house_history": 21246, "wikidata": "Q2085930", "google_entity_id": "kg:/m/0b8b3w"}, "name": {"first": "Philetus", "last": "Sawyer"}, "bio": {"birthday": "1816-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "WI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "WI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000188", "govtrack": 409693, "icpsr": 8314, "wikipedia": "William Lawrence Scott", "house_history": 21371, "wikidata": "Q1410929", "google_entity_id": "kg:/m/0ksrsy"}, "name": {"first": "William", "middle": "Lawrence", "last": "Scott"}, "bio": {"birthday": "1828-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 27, "party": "Democrat"}]}, {"id": {"bioguide": "S000267", "govtrack": 409768, "icpsr": 8384, "wikipedia": "Henry W. Seymour", "house_history": 21466, "wikidata": "Q1607367", "google_entity_id": "kg:/m/02q66wc"}, "name": {"first": "Henry", "middle": "William", "last": "Seymour"}, "bio": {"birthday": "1834-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MI", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "S000304", "govtrack": 409802, "icpsr": 8415, "wikipedia": "Frank Thomas Shaw", "house_history": 21513, "wikidata": "Q759146", "google_entity_id": "kg:/m/0ggkk9"}, "name": {"first": "Frank", "middle": "Thomas", "last": "Shaw"}, "bio": {"birthday": "1841-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MD", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000546", "govtrack": 410028, "icpsr": 8629, "wikipedia": "Henry Smith (Wisconsin)", "house_history": 21812, "wikidata": "Q1607270", "google_entity_id": "kg:/m/026qxwq"}, "name": {"first": "Henry", "last": "Smith"}, "bio": {"birthday": "1838-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "WI", "district": 4, "party": "Union"}]}, {"id": {"bioguide": "S000665", "govtrack": 410138, "icpsr": 8732, "house_history": 21957, "wikipedia": "Charles P. Snyder", "wikidata": "Q1065710", "google_entity_id": "kg:/m/03bypt3"}, "name": {"first": "Charles", "middle": "Philip", "last": "Snyder"}, "bio": {"birthday": "1847-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "WV", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000692", "govtrack": 410163, "icpsr": 8755, "wikipedia": "William Henry Sowden", "house_history": 21993, "wikidata": "Q8012165", "google_entity_id": "kg:/m/0ksrpy"}, "name": {"first": "William", "middle": "Henry", "last": "Sowden"}, "bio": {"birthday": "1840-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "S001133", "govtrack": 410584, "icpsr": 9140, "wikipedia": "George G. Symes", "house_history": 22534, "wikidata": "Q1507392", "google_entity_id": "kg:/m/02rhgkg"}, "name": {"first": "George", "middle": "Gifford", "last": "Symes"}, "bio": {"birthday": "1840-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "CO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "CO", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000044", "govtrack": 410632, "icpsr": 9182, "wikipedia": "Timothy E. Tarsney", "house_history": 22687, "wikidata": "Q1531484", "google_entity_id": "kg:/m/02pw5x0"}, "name": {"first": "Timothy", "middle": "Edward", "last": "Tarsney"}, "bio": {"birthday": "1849-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MI", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MI", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "T000055", "govtrack": 410643, "icpsr": 9191, "wikipedia": "William P. Taulbee", "house_history": 22700, "wikidata": "Q928242", "google_entity_id": "kg:/m/02rj_x5"}, "name": {"first": "William", "middle": "Preston", "last": "Taulbee"}, "bio": {"birthday": "1851-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "T000167", "govtrack": 410748, "icpsr": 9293, "wikipedia": "George M. Thomas", "house_history": 22832, "wikidata": "Q1507822", "google_entity_id": "kg:/m/02rhgrn"}, "name": {"first": "George", "middle": "Morgan", "last": "Thomas"}, "bio": {"birthday": "1828-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "T000176", "govtrack": 410757, "icpsr": 9302, "wikipedia": "John R. Thomas", "house_history": 22844, "wikidata": "Q6254023", "google_entity_id": "kg:/m/02rkbsd"}, "name": {"first": "John", "middle": "Robert", "last": "Thomas"}, "bio": {"birthday": "1846-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "T000219", "govtrack": 410798, "icpsr": 9340, "wikipedia": "Thomas Larkin Thompson", "house_history": 22901, "wikidata": "Q2425727", "google_entity_id": "kg:/m/02rjzvt"}, "name": {"first": "Thomas", "middle": "Larkin", "last": "Thompson"}, "bio": {"birthday": "1838-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "CA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000312", "govtrack": 410885, "wikipedia": "Joseph Toole", "house_history": 23012, "wikidata": "Q367760", "google_entity_id": "kg:/m/0bfps5"}, "name": {"first": "Joseph", "middle": "Kemp", "last": "Toole"}, "bio": {"birthday": "1851-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MT", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "V000020", "govtrack": 411116, "icpsr": 9600, "wikipedia": "Robert J. Vance", "house_history": 20902, "wikidata": "Q1794468", "google_entity_id": "kg:/m/02rjyn_"}, "name": {"first": "Robert", "middle": "Johnstone", "last": "Vance"}, "bio": {"birthday": "1854-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "CT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "V000115", "govtrack": 411169, "wikipedia": "Charles Stewart Voorhees", "house_history": 21014, "wikidata": "Q1066155", "google_entity_id": "kg:/m/02rhdjv"}, "name": {"first": "Charles", "middle": "Stewart", "last": "Voorhees"}, "bio": {"birthday": "1853-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "WA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "W000225", "govtrack": 411393, "icpsr": 9894, "wikipedia": "James B. Weaver", "house_history": 23488, "wikidata": "Q462305", "google_entity_id": "kg:/m/0134x7"}, "name": {"first": "James", "middle": "Baird", "last": "Weaver"}, "bio": {"birthday": "1833-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IA", "district": 6, "party": "National Greenbacker"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IA", "district": 6, "party": "National Greenbacker"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IA", "district": 6, "party": "National Greenbacker"}]}, {"id": {"bioguide": "W000236", "govtrack": 411404, "icpsr": 9902, "wikipedia": "John B. Weber", "house_history": 23499, "wikidata": "Q6220156", "google_entity_id": "kg:/m/02rks1r"}, "name": {"first": "John", "middle": "Baptiste", "last": "Weber"}, "bio": {"birthday": "1842-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 33, "party": "Republican"}]}, {"id": {"bioguide": "W000302", "govtrack": 411466, "icpsr": 9960, "wikipedia": "George West", "house_history": 23579, "wikidata": "Q5546166", "google_entity_id": "kg:/m/02rkpys"}, "name": {"first": "George", "last": "West"}, "bio": {"birthday": "1823-02-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "W000378", "govtrack": 411539, "icpsr": 10031, "wikipedia": "James Bain White", "house_history": 23663, "wikidata": "Q1680003", "google_entity_id": "kg:/m/02rl19q"}, "name": {"first": "James", "middle": "Bain", "last": "White"}, "bio": {"birthday": "1835-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IN", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "W000395", "govtrack": 411555, "icpsr": 10046, "wikipedia": "Stephen V. White", "house_history": 23683, "wikidata": "Q404629", "google_entity_id": "kg:/m/02rkwnv"}, "name": {"first": "Stephen", "middle": "Van Culen", "last": "White"}, "bio": {"birthday": "1831-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000418", "govtrack": 411577, "icpsr": 10067, "house_history": 23710, "wikipedia": "William Whiting II", "wikidata": "Q1506858", "google_entity_id": "kg:/m/0clwcj"}, "name": {"first": "William", "last": "Whiting"}, "bio": {"birthday": "1841-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "W000474", "govtrack": 411631, "icpsr": 10119, "wikipedia": "Beriah Wilkins", "house_history": 23780, "wikidata": "Q4891800", "google_entity_id": "kg:/m/02rl_0j"}, "name": {"first": "Beriah", "last": "Wilkins"}, "bio": {"birthday": "1846-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "W000614", "govtrack": 411771, "icpsr": 10255, "house_history": 23944, "wikipedia": "Thomas Wilson (Minnesota)", "wikidata": "Q2428210", "google_entity_id": "kg:/m/0dqq48"}, "name": {"first": "Thomas", "last": "Wilson"}, "bio": {"birthday": "1827-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000710", "govtrack": 411862, "icpsr": 10340, "wikipedia": "William Woodburn", "house_history": 24064, "wikidata": "Q2581113", "google_entity_id": "kg:/m/0g8fgn"}, "name": {"first": "William", "last": "Woodburn"}, "bio": {"birthday": "1838-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NV", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NV", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NV", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "H000263", "govtrack": 405139, "icpsr": 4124, "wikipedia": "Benjamin Harrison", "wikidata": "Q35678", "google_entity_id": "kg:/m/01b61"}, "name": {"first": "Benjamin", "last": "Harrison"}, "bio": {"birthday": "1833-08-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "IN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000034", "govtrack": 400695, "icpsr": 27, "house_history": 8301, "wikipedia": "George E. Adams", "wikidata": "Q5538700", "google_entity_id": "kg:/m/02rk9m8"}, "name": {"first": "George", "middle": "Everett", "last": "Adams"}, "bio": {"birthday": "1840-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "A000119", "govtrack": 400776, "icpsr": 104, "wikipedia": "Edward P. Allen", "house_history": 8427, "wikidata": "Q1293200", "google_entity_id": "kg:/m/03x1vp"}, "name": {"first": "Edward", "middle": "Payson", "last": "Allen"}, "bio": {"birthday": "1839-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000130", "govtrack": 400786, "icpsr": 113, "wikipedia": "John B. Allen", "house_history": 8442, "wikidata": "Q1469787", "google_entity_id": "kg:/m/05dxmp"}, "name": {"first": "John", "middle": "Beard", "last": "Allen"}, "bio": {"birthday": "1845-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1889-12-02", "end": "1893-03-03", "state": "WA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000183", "govtrack": 400838, "icpsr": 162, "wikipedia": "Chapman L. Anderson", "house_history": 8511, "wikidata": "Q1062742", "google_entity_id": "kg:/m/02rtnc6"}, "name": {"first": "Chapman", "middle": "Levy", "last": "Anderson"}, "bio": {"birthday": "1845-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MS", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "A000194", "govtrack": 400849, "icpsr": 172, "wikipedia": "John Alexander Anderson", "house_history": 8525, "wikidata": "Q1699114", "google_entity_id": "kg:/m/0860zs"}, "name": {"first": "John", "middle": "Alexander", "last": "Anderson"}, "bio": {"birthday": "1834-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KS", "district": 5, "party": "Ind. Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KS", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "A000330", "govtrack": 400979, "icpsr": 284, "wikipedia": "George W. Atkinson", "house_history": 8716, "wikidata": "Q746279", "google_entity_id": "kg:/m/026r9jt"}, "name": {"first": "George", "middle": "Wesley", "last": "Atkinson"}, "bio": {"birthday": "1845-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WV", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000057", "govtrack": 401062, "icpsr": 359, "wikipedia": "Charles S. Baker", "house_history": 8845, "wikidata": "Q5082248", "google_entity_id": "kg:/m/02rkn99"}, "name": {"first": "Charles", "middle": "Simeon", "last": "Baker"}, "bio": {"birthday": "1839-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 30, "party": "Republican"}]}, {"id": {"bioguide": "B000116", "govtrack": 401117, "icpsr": 409, "house_history": 8921, "wikipedia": "Nathaniel P. Banks", "wikidata": "Q714106", "google_entity_id": "kg:/m/0138xv"}, "name": {"first": "Nathaniel", "middle": "Prentice", "last": "Banks"}, "bio": {"birthday": "1816-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "MA", "district": 7, "party": "American"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MA", "district": 5, "party": "Independent"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000129", "govtrack": 401130, "icpsr": 422, "house_history": 8936, "wikipedia": "John S. Barbour Jr.", "wikidata": "Q5565647", "google_entity_id": "kg:/m/04ld0m"}, "name": {"first": "John", "middle": "Strode", "last": "Barbour", "suffix": "Jr."}, "bio": {"birthday": "1820-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "sen", "start": "1889-12-02", "end": "1893-03-03", "state": "VA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000157", "govtrack": 401159, "icpsr": 447, "wikipedia": "George Barnes (American politician)", "house_history": 8972, "wikidata": "Q1508346", "google_entity_id": "kg:/m/026zxn5"}, "name": {"first": "George", "middle": "Thomas", "last": "Barnes"}, "bio": {"birthday": "1833-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "GA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "B000261", "govtrack": 401255, "icpsr": 536, "wikipedia": "Thomas McKee Bayne", "house_history": 9113, "wikidata": "Q13219559", "google_entity_id": "kg:/m/0ksrj8"}, "name": {"first": "Thomas", "middle": "McKee", "last": "Bayne"}, "bio": {"birthday": "1836-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "B000289", "govtrack": 401282, "icpsr": 560, "wikipedia": "James B. Beck", "house_history": 9150, "wikidata": "Q1679975", "google_entity_id": "kg:/m/0b_3_4"}, "name": {"first": "James", "middle": "Burnie", "last": "Beck"}, "bio": {"birthday": "1822-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "KY", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "KY", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1889-12-02", "end": "1891-03-03", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000295", "govtrack": 401288, "icpsr": 566, "wikipedia": "Charles D. Beckwith", "house_history": 9158, "wikidata": "Q1064015", "google_entity_id": "kg:/m/02x3c87"}, "name": {"first": "Charles", "middle": "Dyer", "last": "Beckwith"}, "bio": {"birthday": "1838-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NJ", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000458", "govtrack": 401443, "icpsr": 708, "wikipedia": "Marion Biggs", "house_history": 9367, "wikidata": "Q1899123", "google_entity_id": "kg:/m/0dm_g3"}, "name": {"first": "Marion", "last": "Biggs"}, "bio": {"birthday": "1823-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "CA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000557", "govtrack": 401531, "icpsr": 794, "wikipedia": "Aaron T. Bliss", "house_history": 9496, "wikidata": "Q302844", "google_entity_id": "kg:/m/03n_76"}, "name": {"first": "Aaron", "middle": "Thomas", "last": "Bliss"}, "bio": {"birthday": "1837-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "B000632", "govtrack": 401597, "icpsr": 856, "wikipedia": "Melvin M. Boothman", "house_history": 9601, "wikidata": "Q6814026", "google_entity_id": "kg:/m/02rm2hz"}, "name": {"first": "Melvin", "middle": "Morella", "last": "Boothman"}, "bio": {"birthday": "1846-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000677", "govtrack": 401639, "icpsr": 892, "wikipedia": "George E. Bowden", "house_history": 9661, "wikidata": "Q14520012", "google_entity_id": "kg:/m/02x4064"}, "name": {"first": "George", "middle": "Edwin", "last": "Bowden"}, "bio": {"birthday": "1852-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "VA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000811", "govtrack": 401768, "icpsr": 1016, "wikipedia": "Mark S. Brewer", "house_history": 9828, "wikidata": "Q1900398", "google_entity_id": "kg:/m/048m75"}, "name": {"first": "Mark", "middle": "Spencer", "last": "Brewer"}, "bio": {"birthday": "1837-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000898", "govtrack": 401855, "icpsr": 1093, "wikipedia": "John M. Brower", "house_history": 9942, "wikidata": "Q1700904", "google_entity_id": "kg:/m/03c0203"}, "name": {"first": "John", "middle": "Morehead", "last": "Brower"}, "bio": {"birthday": "1845-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NC", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000957", "govtrack": 401909, "icpsr": 1145, "house_history": 10012, "wikipedia": "Thomas H. B. Browne", "wikidata": "Q2424439", "google_entity_id": "kg:/m/0h3vcd"}, "name": {"first": "Thomas", "middle": "Henry Bayly", "last": "Browne"}, "bio": {"birthday": "1844-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "VA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000958", "govtrack": 401910, "icpsr": 1146, "wikipedia": "Thomas M. Browne", "house_history": 10014, "wikidata": "Q2425951", "google_entity_id": "kg:/m/02rkhtz"}, "name": {"first": "Thomas", "middle": "McLelland", "last": "Browne"}, "bio": {"birthday": "1829-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B001019", "govtrack": 401969, "icpsr": 1200, "wikipedia": "Charles R. Buckalew", "house_history": 10094, "wikidata": "Q1065830", "google_entity_id": "kg:/m/08nq27"}, "name": {"first": "Charles", "middle": "Rollin", "last": "Buckalew"}, "bio": {"birthday": "1821-12-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1863-12-07", "end": "1869-03-03", "state": "PA", "class": 1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "B001116", "govtrack": 402061, "icpsr": 1286, "wikipedia": "James N. Burnes", "house_history": 10215, "wikidata": "Q1553556", "google_entity_id": "kg:/m/02rz6yw"}, "name": {"first": "James", "middle": "Nelson", "last": "Burnes"}, "bio": {"birthday": "1827-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "B001184", "govtrack": 402126, "icpsr": 1344, "wikipedia": "Matthew Butler", "wikidata": "Q1584330", "google_entity_id": "kg:/m/091d8j"}, "name": {"first": "Matthew", "middle": "Calbraith", "last": "Butler"}, "bio": {"birthday": "1836-03-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "SC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "SC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B001200", "govtrack": 402142, "icpsr": 1360, "wikipedia": "Benjamin Butterworth", "house_history": 10317, "wikidata": "Q817433", "google_entity_id": "kg:/m/02rlzyf"}, "name": {"first": "Benjamin", "last": "Butterworth"}, "bio": {"birthday": "1837-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000082", "govtrack": 402238, "icpsr": 1447, "wikipedia": "Felix Campbell", "house_history": 10548, "wikidata": "Q247889", "google_entity_id": "kg:/m/0270ks9"}, "name": {"first": "Felix", "last": "Campbell"}, "bio": {"birthday": "1829-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000109", "govtrack": 402261, "icpsr": 1472, "wikipedia": "Allen D. Candler", "house_history": 10582, "wikidata": "Q2648341", "google_entity_id": "kg:/m/0dhxn1"}, "name": {"first": "Allen", "middle": "Daniel", "last": "Candler"}, "bio": {"birthday": "1834-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "GA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "C000111", "govtrack": 402263, "icpsr": 1474, "wikipedia": "John W. Candler", "house_history": 10585, "wikidata": "Q1702041", "google_entity_id": "kg:/m/02rtygw"}, "name": {"first": "John", "middle": "Wilson", "last": "Candler"}, "bio": {"birthday": "1828-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "C000155", "govtrack": 402304, "icpsr": 1511, "wikipedia": "Henry Hull Carlton", "house_history": 10648, "wikidata": "Q1442420", "google_entity_id": "kg:/m/026j0cb"}, "name": {"first": "Henry", "middle": "Hull", "last": "Carlton"}, "bio": {"birthday": "1835-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000227", "govtrack": 402372, "icpsr": 1576, "wikipedia": "Lyman R. Casey", "wikidata": "Q1617108", "google_entity_id": "kg:/m/0cv_2c"}, "name": {"first": "Lyman", "middle": "Rufus", "last": "Casey"}, "bio": {"birthday": "1837-05-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1889-12-02", "end": "1893-03-03", "state": "ND", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000245", "govtrack": 402389, "icpsr": 1593, "house_history": 10763, "wikipedia": "Lucien B. Caswell", "wikidata": "Q1634670", "google_entity_id": "kg:/m/0cxnkk"}, "name": {"first": "Lucien", "middle": "Bonaparte", "last": "Caswell"}, "bio": {"birthday": "1827-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000339", "govtrack": 402479, "icpsr": 1679, "wikipedia": "Joseph B. Cheadle", "house_history": 10876, "wikidata": "Q1706553", "google_entity_id": "kg:/m/02rkh16"}, "name": {"first": "Joseph", "middle": "Bonaparte", "last": "Cheadle"}, "bio": {"birthday": "1842-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "C000422", "govtrack": 402561, "icpsr": 1754, "wikipedia": "Charles B. Clark", "house_history": 10979, "wikidata": "Q1063631", "google_entity_id": "kg:/m/02vrq1d"}, "name": {"first": "Charles", "middle": "Benjamin", "last": "Clark"}, "bio": {"birthday": "1844-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000508", "govtrack": 402644, "icpsr": 1833, "wikipedia": "Judson C. Clements", "house_history": 11083, "wikidata": "Q1711137", "google_entity_id": "kg:/m/02rk108"}, "name": {"first": "Judson", "middle": "Claudius", "last": "Clements"}, "bio": {"birthday": "1846-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "GA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000536", "govtrack": 402670, "icpsr": 1858, "house_history": 11117, "wikipedia": "Thomas J. Clunie", "wikidata": "Q2424952", "google_entity_id": "kg:/m/02rjzt2"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Clunie"}, "bio": {"gender": "M", "birthday": "1852-03-25"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "CA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000601", "govtrack": 402730, "icpsr": 1915, "wikipedia": "Richard Coke", "wikidata": "Q880265", "google_entity_id": "kg:/m/03x_db"}, "name": {"first": "Richard", "last": "Coke"}, "bio": {"birthday": "1829-03-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "TX", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "TX", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "TX", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000619", "govtrack": 402748, "icpsr": 1932, "wikipedia": "Hamilton D. Coleman", "house_history": 11224, "wikidata": "Q1682882", "google_entity_id": "kg:/m/02v_lnl"}, "name": {"first": "Hamilton", "middle": "Dudley", "last": "Coleman"}, "bio": {"birthday": "1845-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "LA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000647", "govtrack": 402775, "icpsr": 1953, "wikipedia": "Alfred H. Colquitt", "house_history": 11263, "wikidata": "Q262319", "google_entity_id": "kg:/m/06b6n1"}, "name": {"first": "Alfred", "middle": "Holt", "last": "Colquitt"}, "bio": {"birthday": "1824-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000665", "govtrack": 402792, "icpsr": 1970, "wikipedia": "Solomon Comstock", "house_history": 11286, "wikidata": "Q2299197", "google_entity_id": "kg:/m/0fk6td"}, "name": {"first": "Solomon", "middle": "Gilman", "last": "Comstock"}, "bio": {"birthday": "1842-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000675", "govtrack": 402801, "icpsr": 1978, "wikipedia": "Edwin H. Conger", "house_history": 11299, "wikidata": "Q462309", "google_entity_id": "kg:/m/02rdflh"}, "name": {"first": "Edwin", "middle": "Hurd", "last": "Conger"}, "bio": {"birthday": "1843-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "C000688", "govtrack": 402814, "icpsr": 1990, "wikipedia": "William James Connell", "house_history": 11317, "wikidata": "Q2579503", "google_entity_id": "kg:/m/0blmff"}, "name": {"first": "William", "middle": "James", "last": "Connell"}, "bio": {"birthday": "1846-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NE", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000765", "govtrack": 402885, "icpsr": 2059, "wikipedia": "William C. Cooper", "house_history": 11413, "wikidata": "Q8006278", "google_entity_id": "kg:/m/02rm3gk"}, "name": {"first": "William", "middle": "Craig", "last": "Cooper"}, "bio": {"birthday": "1832-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "C000798", "govtrack": 402917, "icpsr": 2084, "house_history": 11454, "wikipedia": "James S. Cothran", "wikidata": "Q1297308", "google_entity_id": "kg:/m/02qwrz3"}, "name": {"first": "James", "middle": "Sproull", "last": "Cothran"}, "bio": {"birthday": "1830-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "SC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000839", "govtrack": 402956, "icpsr": 2118, "house_history": 11507, "wikipedia": "Samuel S. Cox", "wikidata": "Q1032998", "google_entity_id": "kg:/m/02qz1gm"}, "name": {"first": "Samuel", "middle": "Sullivan", "last": "Cox"}, "bio": {"birthday": "1824-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "OH", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "C000860", "govtrack": 402975, "icpsr": 2136, "wikipedia": "Samuel Alfred Craig", "house_history": 11532, "wikidata": "Q7410747", "google_entity_id": "kg:/m/0kslf9"}, "name": {"first": "Samuel", "middle": "Alfred", "last": "Craig"}, "bio": {"birthday": "1839-11-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "C000965", "govtrack": 403076, "icpsr": 2231, "wikipedia": "William Constantine Culbertson", "house_history": 11661, "wikidata": "Q8007068", "google_entity_id": "kg:/m/0ksrhx"}, "name": {"first": "William", "middle": "Constantine", "last": "Culbertson"}, "bio": {"birthday": "1825-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "C001022", "govtrack": 403129, "icpsr": 2283, "house_history": 11729, "wikipedia": "Byron M. Cutcheon", "wikidata": "Q1018623", "google_entity_id": "kg:/m/027f6yr"}, "name": {"first": "Byron", "middle": "M.", "last": "Cutcheon"}, "bio": {"birthday": "1836-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MI", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "D000053", "govtrack": 403192, "icpsr": 2337, "wikipedia": "George W. Dargan", "house_history": 11896, "wikidata": "Q1508431", "google_entity_id": "kg:/m/02rtqkp"}, "name": {"first": "George", "middle": "William", "last": "Dargan"}, "bio": {"birthday": "1841-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "SC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "D000058", "govtrack": 403197, "icpsr": 2342, "wikipedia": "Smedley Darlington", "house_history": 11902, "wikidata": "Q7544349", "google_entity_id": "kg:/m/0kslhk"}, "name": {"first": "Smedley", "last": "Darlington"}, "bio": {"birthday": "1827-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "D000085", "govtrack": 403222, "icpsr": 2367, "wikipedia": "Robert H. M. Davidson", "house_history": 11938, "wikidata": "Q1467857", "google_entity_id": "kg:/m/02rjyn9"}, "name": {"first": "Robert", "middle": "Hamilton McWhorta", "last": "Davidson"}, "bio": {"birthday": "1832-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "FL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000200", "govtrack": 403306, "icpsr": 2470, "wikipedia": "John J. De Haven", "house_history": 12079, "wikidata": "Q1700568", "google_entity_id": "kg:/m/02rl0nc"}, "name": {"first": "John", "middle": "Jefferson", "last": "De Haven"}, "bio": {"birthday": "1849-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "CA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000207", "govtrack": 403312, "icpsr": 2480, "wikipedia": "Milton De Lano", "house_history": 12088, "wikidata": "Q13219096", "google_entity_id": "kg:/m/02683f8"}, "name": {"first": "Milton", "last": "De Lano"}, "bio": {"birthday": "1844-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "D000300", "govtrack": 403422, "icpsr": 2553, "wikipedia": "Samuel Dibble", "house_history": 12200, "wikidata": "Q2218150", "google_entity_id": "kg:/m/02rtql2"}, "name": {"first": "Samuel", "last": "Dibble"}, "bio": {"birthday": "1837-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "SC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000377", "govtrack": 403493, "icpsr": 2624, "wikipedia": "Nathan F. Dixon III", "house_history": 12298, "wikidata": "Q280639", "google_entity_id": "kg:/m/0d2r_v"}, "name": {"first": "Nathan", "middle": "Fellows", "last": "Dixon"}, "bio": {"birthday": "1847-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "RI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000405", "govtrack": 403519, "icpsr": 2649, "wikipedia": "Joseph N. Dolph", "wikidata": "Q1591635", "google_entity_id": "kg:/m/0d4fw6"}, "name": {"first": "Joseph", "middle": "Norton", "last": "Dolph"}, "bio": {"birthday": "1835-10-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "OR", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "OR", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000439", "govtrack": 403549, "icpsr": 2676, "wikipedia": "George Washington Emery Dorsey", "house_history": 12381, "wikidata": "Q256063", "google_entity_id": "kg:/m/055hvs"}, "name": {"first": "George", "middle": "Washington Emery", "last": "Dorsey"}, "bio": {"birthday": "1842-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NE", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000555", "govtrack": 403662, "icpsr": 2778, "wikipedia": "Mark H. Dunnell", "house_history": 12517, "wikidata": "Q1900085", "google_entity_id": "kg:/m/0dqp_d"}, "name": {"first": "Mark", "middle": "Hill", "last": "Dunnell"}, "bio": {"birthday": "1823-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "E000242", "govtrack": 403926, "icpsr": 3008, "wikipedia": "Henry Clay Evans", "house_history": 12900, "wikidata": "Q1562567", "google_entity_id": "kg:/m/02rkz81"}, "name": {"first": "Henry", "middle": "Clay", "last": "Evans"}, "bio": {"birthday": "1843-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "E000274", "govtrack": 403953, "icpsr": 3035, "wikipedia": "Hamilton G. Ewart", "house_history": 12940, "wikidata": "Q1229433", "google_entity_id": "kg:/m/02vn_kg"}, "name": {"first": "Hamilton", "middle": "Glover", "last": "Ewart"}, "bio": {"birthday": "1849-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NC", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "F000027", "govtrack": 403989, "icpsr": 3066, "wikipedia": "John M. Farquhar", "house_history": 12996, "wikidata": "Q13219102", "google_entity_id": "kg:/m/02rksm8"}, "name": {"first": "John", "middle": "McCreath", "last": "Farquhar"}, "bio": {"birthday": "1832-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "F000056", "govtrack": 404016, "icpsr": 3089, "wikipedia": "Lewis P. Featherstone", "house_history": 13035, "wikidata": "Q1115375", "google_entity_id": "kg:/m/02rjx1s"}, "name": {"first": "Lewis", "middle": "Porter", "last": "Featherstone"}, "bio": {"birthday": "1851-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AR", "district": 1, "party": "Union Labor"}]}, {"id": {"bioguide": "F000133", "govtrack": 404088, "icpsr": 3155, "wikipedia": "Hugh F. Finley", "house_history": 13138, "wikidata": "Q1634320", "google_entity_id": "kg:/m/02rhhrm"}, "name": {"first": "Hugh", "middle": "Franklin", "last": "Finley"}, "bio": {"birthday": "1833-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KY", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "F000163", "govtrack": 404118, "icpsr": 3181, "wikipedia": "Frank T. Fitzgerald", "house_history": 13175, "wikidata": "Q1032967", "google_entity_id": "kg:/m/02rkpfm"}, "name": {"first": "Frank", "middle": "Thomas", "last": "Fitzgerald"}, "bio": {"birthday": "1857-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "F000212", "govtrack": 404167, "icpsr": 3227, "wikipedia": "Thomas S. Flood", "house_history": 13236, "wikidata": "Q7793722", "google_entity_id": "kg:/m/02rkxbv"}, "name": {"first": "Thomas", "middle": "Schmeck", "last": "Flood"}, "bio": {"birthday": "1844-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "F000340", "govtrack": 404288, "icpsr": 3338, "wikipedia": "Nathan Frank", "house_history": 13402, "wikidata": "Q1966549", "google_entity_id": "kg:/m/02rz7m5"}, "name": {"first": "Nathan", "last": "Frank"}, "bio": {"birthday": "1852-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "G000103", "govtrack": 404475, "icpsr": 3511, "house_history": 13690, "wikipedia": "Edward James Gay (1816\u20131889)", "wikidata": "Q504245", "google_entity_id": "kg:/m/02631nm"}, "name": {"first": "Edward", "middle": "James", "last": "Gay"}, "bio": {"birthday": "1816-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "LA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000143", "govtrack": 404512, "icpsr": 3546, "wikipedia": "William H. Gest", "house_history": 13742, "wikidata": "Q8010416", "google_entity_id": "kg:/m/02rkdd_"}, "name": {"first": "William", "middle": "Harrison", "last": "Gest"}, "bio": {"birthday": "1838-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "G000165", "govtrack": 404532, "icpsr": 3565, "house_history": 13774, "wikipedia": "Randall L. Gibson", "wikidata": "Q2130610", "google_entity_id": "kg:/m/045t08"}, "name": {"first": "Randall", "middle": "Lee", "last": "Gibson"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1889-12-02", "end": "1893-03-03", "state": "LA", "class": 2, "party": "Democrat"}], "bio": {"birthday": "1832-09-10", "gender": "M"}}, {"id": {"bioguide": "G000170", "govtrack": 404537, "icpsr": 3570, "wikipedia": "Oscar S. Gifford", "house_history": 13780, "wikidata": "Q2032960", "google_entity_id": "kg:/m/01s_ng"}, "name": {"first": "Oscar", "middle": "Sherman", "last": "Gifford"}, "bio": {"birthday": "1842-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "DK", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "DK", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "SD", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "G000431", "govtrack": 404779, "icpsr": 3795, "house_history": 14111, "wikipedia": "Frederic T. Greenhalge", "wikidata": "Q441827", "google_entity_id": "kg:/m/0d10mz"}, "name": {"first": "Frederic", "middle": "Thomas", "last": "Greenhalge"}, "bio": {"birthday": "1842-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "G000476", "govtrack": 404821, "icpsr": 3835, "wikipedia": "Thomas Wingfield Grimes", "house_history": 14166, "wikidata": "Q2428231", "google_entity_id": "kg:/m/0ghp_j"}, "name": {"first": "Thomas", "middle": "Wingfield", "last": "Grimes"}, "bio": {"birthday": "1844-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000047", "govtrack": 404932, "icpsr": 3935, "wikipedia": "Darwin Hall", "house_history": 14346, "wikidata": "Q1166913", "google_entity_id": "kg:/m/0dqnjs"}, "name": {"first": "Darwin", "middle": "Scott", "last": "Hall"}, "bio": {"birthday": "1844-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000203", "govtrack": 405083, "icpsr": 4070, "wikipedia": "Silas Hare", "house_history": 14538, "wikidata": "Q1378870", "google_entity_id": "kg:/m/03c2zrd"}, "name": {"first": "Silas", "last": "Hare"}, "bio": {"birthday": "1827-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TX", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000404", "govtrack": 405271, "icpsr": 4243, "wikipedia": "Edward R. Hays", "house_history": 14780, "wikidata": "Q1293285", "google_entity_id": "kg:/m/02rdhfb"}, "name": {"first": "Edward", "middle": "Retilla", "last": "Hays"}, "bio": {"birthday": "1847-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "H000577", "govtrack": 405439, "icpsr": 4397, "wikipedia": "Anthony Higgins (politician)", "wikidata": "Q472190", "google_entity_id": "kg:/m/097jhn"}, "name": {"first": "Anthony", "last": "Higgins"}, "bio": {"birthday": "1840-10-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "DE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000588", "govtrack": 405450, "icpsr": 4406, "wikipedia": "Charles A. Hill", "house_history": 15013, "wikidata": "Q1063472", "google_entity_id": "kg:/m/02rk91d"}, "name": {"first": "Charles", "middle": "Augustus", "last": "Hill"}, "bio": {"birthday": "1833-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "J000018", "govtrack": 405925, "icpsr": 4856, "house_history": 15715, "wikipedia": "James M. Jackson", "wikidata": "Q1680743", "google_entity_id": "kg:/m/03bz27g"}, "name": {"first": "James", "middle": "Monroe", "last": "Jackson"}, "bio": {"birthday": "1825-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WV", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "K000059", "govtrack": 406229, "icpsr": 5137, "wikipedia": "Harrison Kelley", "house_history": 16154, "wikidata": "Q1586279", "google_entity_id": "kg:/m/02rm9mk"}, "name": {"first": "Harrison", "last": "Kelley"}, "bio": {"birthday": "1836-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KS", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "K000062", "govtrack": 406232, "icpsr": 5140, "wikipedia": "William D. Kelley", "house_history": 16158, "wikidata": "Q3568533", "google_entity_id": "kg:/m/0dc1p4"}, "name": {"first": "William", "middle": "Darrah", "last": "Kelley"}, "bio": {"birthday": "1814-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "K000099", "govtrack": 406267, "icpsr": 5173, "house_history": 16202, "wikipedia": "John E. Kenna", "wikidata": "Q371121", "google_entity_id": "kg:/m/036x80"}, "name": {"first": "John", "middle": "Edward", "last": "Kenna"}, "bio": {"birthday": "1848-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "WV", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1889-12-02", "end": "1893-12-31", "state": "WV", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000115", "govtrack": 406281, "icpsr": 5185, "house_history": 16221, "wikipedia": "Robert P. Kennedy", "wikidata": "Q7348217", "google_entity_id": "kg:/m/02rm2xb"}, "name": {"first": "Robert", "middle": "Patterson", "last": "Kennedy"}, "bio": {"birthday": "1840-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "K000134", "govtrack": 406300, "icpsr": 5203, "wikipedia": "Daniel Kerr (politician)", "house_history": 16246, "wikidata": "Q1161339", "google_entity_id": "kg:/m/02rr6jg"}, "name": {"first": "Daniel", "last": "Kerr"}, "bio": {"birthday": "1836-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "K000135", "govtrack": 406301, "icpsr": 5204, "house_history": 16247, "wikipedia": "James Kerr (Pennsylvania)", "wikidata": "Q6137271", "google_entity_id": "kg:/m/0b39fj"}, "name": {"first": "James", "last": "Kerr"}, "bio": {"birthday": "1851-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 28, "party": "Democrat"}]}, {"id": {"bioguide": "K000229", "govtrack": 406388, "icpsr": 5286, "wikipedia": "William Medcalf Kinsey", "house_history": 16365, "wikidata": "Q1334690", "google_entity_id": "kg:/m/02rz8ks"}, "name": {"first": "William", "middle": "Medcalf", "last": "Kinsey"}, "bio": {"birthday": "1846-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "K000278", "govtrack": 406435, "icpsr": 5330, "house_history": 16428, "wikipedia": "Charles J. Knapp", "wikidata": "Q13219121", "google_entity_id": "kg:/m/02rkn5w"}, "name": {"first": "Charles", "middle": "Junius", "last": "Knapp"}, "bio": {"birthday": "1845-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "L000022", "govtrack": 406532, "icpsr": 5408, "wikipedia": "William G. Laidlaw", "house_history": 16603, "wikidata": "Q8009545", "google_entity_id": "kg:/m/02rkx_v"}, "name": {"first": "William", "middle": "Grant", "last": "Laidlaw"}, "bio": {"birthday": "1840-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 34, "party": "Republican"}]}, {"id": {"bioguide": "L000023", "govtrack": 406533, "icpsr": 5409, "house_history": 16604, "wikipedia": "James Laird (politician)", "wikidata": "Q1680693", "google_entity_id": "kg:/m/0b4vmc"}, "name": {"first": "James", "last": "Laird"}, "bio": {"birthday": "1849-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NE", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000074", "govtrack": 406583, "icpsr": 5456, "house_history": 16682, "wikipedia": "John Mercer Langston", "wikidata": "Q1701067", "google_entity_id": "kg:/m/05qx6b"}, "name": {"first": "John", "middle": "Mercer", "last": "Langston"}, "bio": {"birthday": "1829-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "VA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "L000085", "govtrack": 406594, "icpsr": 5467, "wikipedia": "Frederick Lansing", "house_history": 16698, "wikidata": "Q5498244", "google_entity_id": "kg:/m/02rkpgn"}, "name": {"first": "Frederick", "last": "Lansing"}, "bio": {"birthday": "1838-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "L000128", "govtrack": 406633, "icpsr": 5505, "wikipedia": "Frank Lawler", "house_history": 16757, "wikidata": "Q4264966", "google_entity_id": "kg:/m/02rk9j5"}, "name": {"first": "Frank", "last": "Lawler"}, "bio": {"birthday": "1842-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000143", "govtrack": 406648, "icpsr": 5520, "wikipedia": "Gilbert L. Laws", "house_history": 16775, "wikidata": "Q1470621", "google_entity_id": "kg:/m/0b5dt_"}, "name": {"first": "Gilbert", "middle": "Lafayette", "last": "Laws"}, "bio": {"birthday": "1838-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NE", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000223", "govtrack": 406727, "icpsr": 5590, "wikipedia": "Herman Lehlbach", "house_history": 16869, "wikidata": "Q1505141", "google_entity_id": "kg:/m/02vn_4d"}, "name": {"first": "Herman", "last": "Lehlbach"}, "bio": {"birthday": "1845-07-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NJ", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000072", "govtrack": 407100, "icpsr": 5931, "wikipedia": "Levi Maish", "house_history": 17419, "wikidata": "Q6535468", "google_entity_id": "kg:/m/0ksrjn"}, "name": {"first": "Levi", "last": "Maish"}, "bio": {"birthday": "1837-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "M000095", "govtrack": 407119, "icpsr": 5951, "wikipedia": "Charles F. Manderson", "wikidata": "Q1064321", "google_entity_id": "kg:/m/09n5n_"}, "name": {"first": "Charles", "middle": "Frederick", "last": "Manderson"}, "bio": {"birthday": "1837-02-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "NE", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "NE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000165", "govtrack": 407187, "icpsr": 6011, "wikipedia": "Gilman Marston", "house_history": 17529, "wikidata": "Q960133", "google_entity_id": "kg:/m/0d4xj4"}, "name": {"first": "Gilman", "last": "Marston"}, "bio": {"birthday": "1811-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1889-12-02", "end": "1889-12-31", "state": "NH", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000203", "govtrack": 407223, "icpsr": 6043, "wikipedia": "William Harrison Martin", "house_history": 17573, "wikidata": "Q1611558", "google_entity_id": "kg:/m/03c2zk8"}, "name": {"first": "William", "middle": "Harrison", "last": "Martin"}, "bio": {"birthday": "1823-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TX", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000235", "govtrack": 407253, "wikipedia": "George A. Mathews", "house_history": 17613, "wikidata": "Q1506884", "google_entity_id": "kg:/m/01s_s7"}, "name": {"first": "George", "middle": "Arthur", "last": "Mathews"}, "bio": {"birthday": "1852-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "DK", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000292", "govtrack": 407307, "icpsr": 6118, "wikipedia": "William McAdoo (New Jersey politician)", "house_history": 17683, "wikidata": "Q2579915", "google_entity_id": "kg:/m/02x3pdt"}, "name": {"first": "William", "last": "McAdoo"}, "bio": {"birthday": "1853-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NJ", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NJ", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NJ", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NJ", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000313", "govtrack": 407325, "icpsr": 6135, "wikipedia": "John H. McCarthy", "house_history": 17713, "wikidata": "Q1385148", "google_entity_id": "kg:/m/02rkscq"}, "name": {"first": "John", "middle": "Henry", "last": "McCarthy"}, "bio": {"birthday": "1850-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000324", "govtrack": 407334, "icpsr": 6143, "house_history": 17727, "wikipedia": "Charles W. McClammy", "wikidata": "Q1066354", "google_entity_id": "kg:/m/03c022j"}, "name": {"first": "Charles", "middle": "Washington", "last": "McClammy"}, "bio": {"birthday": "1839-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000361", "govtrack": 407366, "icpsr": 6174, "wikipedia": "Myron H. McCord", "house_history": 17775, "wikidata": "Q889317", "google_entity_id": "kg:/m/02vrqh4"}, "name": {"first": "Myron", "middle": "Hawley", "last": "McCord"}, "bio": {"birthday": "1840-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WI", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "M000366", "govtrack": 407371, "icpsr": 6178, "wikipedia": "Henry Clay McCormick", "house_history": 17782, "wikidata": "Q13219704", "google_entity_id": "kg:/m/0ksrgd"}, "name": {"first": "Henry", "middle": "Clay", "last": "McCormick"}, "bio": {"birthday": "1844-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "M000428", "govtrack": 407428, "icpsr": 6234, "wikipedia": "John Van McDuffie", "house_history": 17862, "wikidata": "Q1369509", "google_entity_id": "kg:/m/02rk20l"}, "name": {"first": "John", "middle": "Van", "last": "McDuffie"}, "bio": {"birthday": "1841-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000593", "govtrack": 407582, "icpsr": 6375, "wikipedia": "John R. McPherson", "wikidata": "Q377082", "google_entity_id": "kg:/m/0923kh"}, "name": {"first": "John", "middle": "Rhoderic", "last": "McPherson"}, "bio": {"birthday": "1833-05-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "NJ", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "NJ", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "NJ", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000704", "govtrack": 407687, "icpsr": 6465, "wikipedia": "Frederick Miles", "house_history": 18210, "wikidata": "Q1452951", "google_entity_id": "kg:/m/02q1x_d"}, "name": {"first": "Frederick", "last": "Miles"}, "bio": {"birthday": "1815-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "CT", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000757", "govtrack": 407735, "icpsr": 6511, "wikipedia": "Thomas E. Miller", "house_history": 18276, "wikidata": "Q1723507", "google_entity_id": "kg:/m/0fq0fc"}, "name": {"first": "Thomas", "middle": "Ezekiel", "last": "Miller"}, "bio": {"birthday": "1849-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "SC", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000841", "govtrack": 407815, "icpsr": 6583, "wikipedia": "John H. Moffitt", "house_history": 18386, "wikidata": "Q6236985", "google_entity_id": "kg:/m/02q6_bv"}, "name": {"first": "John", "middle": "Henry", "last": "Moffitt"}, "bio": {"birthday": "1843-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "M000879", "govtrack": 407851, "icpsr": 6614, "wikipedia": "Gideon C. Moody", "wikidata": "Q433686", "google_entity_id": "kg:/m/0ct59l"}, "name": {"first": "Gideon", "middle": "Curtis", "last": "Moody"}, "bio": {"birthday": "1832-10-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1889-12-02", "end": "1891-03-03", "state": "SD", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000910", "govtrack": 407882, "icpsr": 6644, "wikipedia": "Orren C. Moore", "house_history": 18475, "wikidata": "Q2031578", "google_entity_id": "kg:/m/02rjxqd"}, "name": {"first": "Orren", "middle": "Cheney", "last": "Moore"}, "bio": {"birthday": "1839-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000943", "govtrack": 407911, "icpsr": 6671, "wikipedia": "Henry Lee Morey", "house_history": 18515, "wikidata": "Q5724806", "google_entity_id": "kg:/m/0d0kvj"}, "name": {"first": "Henry", "middle": "Lee", "last": "Morey"}, "bio": {"birthday": "1841-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000952", "govtrack": 407920, "icpsr": 6680, "wikipedia": "James B. Morgan", "house_history": 18524, "wikidata": "Q1679988", "google_entity_id": "kg:/m/02rtn2m"}, "name": {"first": "James", "middle": "Bright", "last": "Morgan"}, "bio": {"birthday": "1833-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000968", "govtrack": 407936, "icpsr": 6695, "house_history": 18542, "wikipedia": "Edmund Needham Morrill", "wikidata": "Q973506", "google_entity_id": "kg:/m/0fnwrn"}, "name": {"first": "Edmund", "middle": "Needham", "last": "Morrill"}, "bio": {"birthday": "1834-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KS", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KS", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M001006", "govtrack": 407973, "icpsr": 6731, "wikipedia": "William W. Morrow", "house_history": 18586, "wikidata": "Q2580910", "google_entity_id": "kg:/m/026xb06"}, "name": {"first": "William", "middle": "W.", "last": "Morrow"}, "bio": {"birthday": "1843-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "CA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "N000104", "govtrack": 408188, "icpsr": 6928, "wikipedia": "Frederick G. Niedringhaus", "house_history": 18961, "wikidata": "Q215212", "google_entity_id": "kg:/m/02rz631"}, "name": {"first": "Frederick", "middle": "Gottlieb", "last": "Niedringhaus"}, "bio": {"birthday": "1837-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "N000173", "govtrack": 408253, "icpsr": 6988, "wikipedia": "Alonzo Nute", "house_history": 19048, "wikidata": "Q1246677", "google_entity_id": "kg:/m/02ppps_"}, "name": {"first": "Alonzo", "last": "Nute"}, "bio": {"birthday": "1826-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "N000174", "govtrack": 408254, "icpsr": 6989, "wikipedia": "Newton W. Nutting", "house_history": 19049, "wikidata": "Q7020459", "google_entity_id": "kg:/m/02rkt_4"}, "name": {"first": "Newton", "middle": "Wright", "last": "Nutting"}, "bio": {"birthday": "1840-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "O000091", "govtrack": 408300, "icpsr": 7074, "wikipedia": "John H. O'Neall", "house_history": 19177, "wikidata": "Q1700324", "google_entity_id": "kg:/m/02rkgs8"}, "name": {"first": "John", "middle": "Henry", "last": "O'Neall"}, "bio": {"birthday": "1838-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "O000110", "govtrack": 408366, "icpsr": 7091, "wikipedia": "Edwin Sylvanus Osborne", "house_history": 19203, "wikidata": "Q5346856", "google_entity_id": "kg:/m/0ksl4y"}, "name": {"first": "Edwin", "middle": "Sylvanus", "last": "Osborne"}, "bio": {"birthday": "1839-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "O000155", "govtrack": 408406, "icpsr": 7135, "wikipedia": "William D. Owen", "house_history": 19257, "wikidata": "Q2578398", "google_entity_id": "kg:/m/02rkh_3"}, "name": {"first": "William", "middle": "Dale", "last": "Owen"}, "bio": {"birthday": "1846-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "P000157", "govtrack": 408561, "icpsr": 7277, "wikipedia": "Lewis E. Payson", "house_history": 19471, "wikidata": "Q6536513", "google_entity_id": "kg:/m/02rkby6"}, "name": {"first": "Lewis", "middle": "Edwin", "last": "Payson"}, "bio": {"birthday": "1840-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "P000209", "govtrack": 408612, "icpsr": 7325, "house_history": 19534, "wikipedia": "John B. Penington", "wikidata": "Q1451411", "google_entity_id": "kg:/m/02639c0"}, "name": {"first": "John", "middle": "Brown", "last": "Penington"}, "bio": {"birthday": "1825-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "P000246", "govtrack": 408649, "icpsr": 7359, "wikipedia": "William H. Perry", "house_history": 19582, "wikidata": "Q1524004", "google_entity_id": "kg:/m/02vy1xg"}, "name": {"first": "William", "middle": "Hayne", "last": "Perry"}, "bio": {"birthday": "1839-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "P000256", "govtrack": 408659, "icpsr": 7369, "wikipedia": "Samuel R. Peters", "house_history": 19592, "wikidata": "Q212276", "google_entity_id": "kg:/m/02rm9_l"}, "name": {"first": "Samuel", "middle": "Ritter", "last": "Peters"}, "bio": {"birthday": "1842-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KS", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KS", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "P000289", "govtrack": 408689, "icpsr": 7394, "house_history": 19635, "wikipedia": "James Phelan Jr.", "wikidata": "Q1680976", "google_entity_id": "kg:/m/0gnyky"}, "name": {"first": "James", "last": "Phelan"}, "bio": {"birthday": "1856-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "P000334", "govtrack": 408731, "icpsr": 7436, "wikipedia": "Gilbert A. Pierce", "wikidata": "Q885637", "google_entity_id": "kg:/m/09h3mz"}, "name": {"first": "Gilbert", "middle": "Ashville", "last": "Pierce"}, "bio": {"birthday": "1839-01-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1889-12-02", "end": "1891-03-03", "state": "ND", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000359", "govtrack": 408755, "icpsr": 7460, "wikipedia": "John S. Pindar", "house_history": 19723, "wikidata": "Q6256361", "google_entity_id": "kg:/m/02rksw5"}, "name": {"first": "John", "middle": "Sigsbee", "last": "Pindar"}, "bio": {"birthday": "1835-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "P000389", "govtrack": 408783, "icpsr": 7489, "wikipedia": "Preston B. Plumb", "wikidata": "Q2109039", "google_entity_id": "kg:/m/0cvxvp"}, "name": {"first": "Preston", "middle": "B.", "last": "Plumb"}, "bio": {"birthday": "1837-10-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1889-12-02", "end": "1891-12-31", "state": "KS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000566", "govtrack": 408949, "icpsr": 7649, "wikipedia": "Jacob J. Pugsley", "house_history": 19984, "wikidata": "Q6118794", "google_entity_id": "kg:/m/02rm17c"}, "name": {"first": "Jacob", "middle": "Joseph", "last": "Pugsley"}, "bio": {"birthday": "1838-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "Q000018", "govtrack": 408980, "icpsr": 7677, "wikipedia": "John Quinn (New York politician)", "house_history": 20066, "wikidata": "Q2119877", "google_entity_id": "kg:/m/07jtly"}, "name": {"first": "John", "last": "Quinn"}, "bio": {"birthday": "1839-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "R000039", "govtrack": 409020, "icpsr": 7715, "wikipedia": "Samuel J. Randall", "house_history": 20125, "wikidata": "Q942678", "google_entity_id": "kg:/m/047nw_"}, "name": {"first": "Samuel", "middle": "Jackson", "last": "Randall"}, "bio": {"birthday": "1828-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000062", "govtrack": 409042, "icpsr": 7737, "wikipedia": "Matt Whitaker Ransom", "wikidata": "Q372573", "google_entity_id": "kg:/m/02klc9"}, "name": {"first": "Matt", "middle": "Whitaker", "last": "Ransom"}, "bio": {"birthday": "1826-10-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1872-01-01", "end": "1877-03-03", "state": "NC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "NC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "NC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "NC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000078", "govtrack": 409058, "icpsr": 7750, "wikipedia": "Joseph Warren Ray", "house_history": 20179, "wikidata": "Q6287794", "google_entity_id": "kg:/m/0ksrgs"}, "name": {"first": "Joseph", "middle": "Warren", "last": "Ray"}, "bio": {"birthday": "1849-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "R000124", "govtrack": 409103, "icpsr": 7791, "wikipedia": "Joseph Rea Reed", "house_history": 20234, "wikidata": "Q1338647", "google_entity_id": "kg:/m/02rk7xm"}, "name": {"first": "Joseph", "middle": "Rea", "last": "Reed"}, "bio": {"birthday": "1835-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "R000365", "govtrack": 409335, "icpsr": 8001, "wikipedia": "Francis W. Rockwell", "house_history": 20532, "wikidata": "Q1441770", "google_entity_id": "kg:/m/081g6q"}, "name": {"first": "Francis", "middle": "Williams", "last": "Rockwell"}, "bio": {"birthday": "1844-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "R000399", "govtrack": 409366, "icpsr": 8030, "wikipedia": "John H. Rogers (Arkansas politician)", "house_history": 20578, "wikidata": "Q1700330"}, "name": {"first": "John", "middle": "Henry", "last": "Rogers"}, "bio": {"birthday": "1845-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AR", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "R000478", "govtrack": 409439, "icpsr": 8094, "wikipedia": "Jonathan H. Rowell", "house_history": 20675, "wikidata": "Q6273305", "google_entity_id": "kg:/m/02rkbts"}, "name": {"first": "Jonathan", "middle": "Harvey", "last": "Rowell"}, "bio": {"birthday": "1833-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "R000479", "govtrack": 409440, "icpsr": 8095, "wikipedia": "Alfred Rowland", "house_history": 20676, "wikidata": "Q2645761", "google_entity_id": "kg:/m/02vn_w2"}, "name": {"first": "Alfred", "last": "Rowland"}, "bio": {"birthday": "1844-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "R000559", "govtrack": 409515, "icpsr": 8157, "wikipedia": "Thomas Ryan (congressman)", "house_history": 20768, "wikidata": "Q2426990", "google_entity_id": "kg:/m/02rgfyn"}, "name": {"first": "Thomas", "last": "Ryan"}, "bio": {"birthday": "1837-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KS", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000088", "govtrack": 409600, "icpsr": 8236, "wikipedia": "John G. Sawyer", "house_history": 21242, "wikidata": "Q6234589", "google_entity_id": "kg:/m/02rks7y"}, "name": {"first": "John", "middle": "Gilbert", "last": "Sawyer"}, "bio": {"birthday": "1825-06-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "S000241", "govtrack": 409745, "icpsr": 8362, "wikipedia": "George E. Seney", "house_history": 21433, "wikidata": "Q5538786", "google_entity_id": "kg:/m/02rjl5g"}, "name": {"first": "George", "middle": "Ebbert", "last": "Seney"}, "bio": {"birthday": "1832-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000424", "govtrack": 409918, "icpsr": 8522, "house_history": 21666, "wikipedia": "William E. Simonds", "wikidata": "Q2578591", "google_entity_id": "kg:/m/02rj_c_"}, "name": {"first": "William", "middle": "Edgar", "last": "Simonds"}, "bio": {"birthday": "1842-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "CT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000470", "govtrack": 409960, "icpsr": 8562, "wikipedia": "Thomas Gregory Skinner", "house_history": 21726, "wikidata": "Q1725117", "google_entity_id": "kg:/m/02vn_j2"}, "name": {"first": "Thomas", "middle": "Gregory", "last": "Skinner"}, "bio": {"birthday": "1842-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000521", "govtrack": 410005, "icpsr": 8606, "wikipedia": "Charles Brooks Smith", "house_history": 21785, "wikidata": "Q1063813", "google_entity_id": "kg:/m/02rl4xx"}, "name": {"first": "Charles", "middle": "Brooks", "last": "Smith"}, "bio": {"birthday": "1844-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WV", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000653", "govtrack": 410127, "icpsr": 8722, "wikipedia": "Samuel Snider", "house_history": 21939, "wikidata": "Q2218867", "google_entity_id": "kg:/m/0fhwmz"}, "name": {"first": "Samuel", "middle": "Prather", "last": "Snider"}, "bio": {"birthday": "1845-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000740", "govtrack": 410209, "icpsr": 8799, "house_history": 22053, "wikipedia": "Henry J. Spooner", "wikidata": "Q1606907", "google_entity_id": "kg:/m/025yr_j"}, "name": {"first": "Henry", "middle": "Joshua", "last": "Spooner"}, "bio": {"birthday": "1839-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "RI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000914", "govtrack": 410374, "icpsr": 8940, "wikipedia": "John D. Stewart (politician)", "house_history": 22267, "wikidata": "Q1295353", "google_entity_id": "kg:/m/02rk0zx"}, "name": {"first": "John", "middle": "David", "last": "Stewart"}, "bio": {"birthday": "1833-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000930", "govtrack": 410389, "icpsr": 8955, "wikipedia": "Moses D. Stivers", "house_history": 22287, "wikidata": "Q3182456", "google_entity_id": "kg:/m/02rktvb"}, "name": {"first": "Moses", "middle": "Dunning", "last": "Stivers"}, "bio": {"birthday": "1828-12-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "S000933", "govtrack": 410392, "icpsr": 8958, "wikipedia": "Henry Stockbridge, Jr.", "house_history": 22291, "wikidata": "Q1457733", "google_entity_id": "kg:/m/02rhhgp"}, "name": {"first": "Henry", "last": "Stockbridge", "suffix": "Jr."}, "bio": {"birthday": "1856-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MD", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S001028", "govtrack": 410485, "icpsr": 9047, "house_history": 22409, "wikipedia": "Isaac S. Struble", "wikidata": "Q1673445", "google_entity_id": "kg:/m/0gwqg1"}, "name": {"first": "Isaac", "middle": "S.", "last": "Struble"}, "bio": {"birthday": "1843-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "S001112", "govtrack": 410564, "icpsr": 9122, "wikipedia": "Joseph Henry Sweney", "house_history": 22512, "wikidata": "Q1707225", "google_entity_id": "kg:/m/02rl0vx"}, "name": {"first": "Joseph", "middle": "Henry", "last": "Sweney"}, "bio": {"birthday": "1845-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "T000180", "govtrack": 410761, "icpsr": 9305, "wikipedia": "Ormsby B. Thomas", "house_history": 22852, "wikidata": "Q224631", "google_entity_id": "kg:/m/02rvb9q"}, "name": {"first": "Ormsby", "middle": "Brunson", "last": "Thomas"}, "bio": {"birthday": "1832-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "T000191", "govtrack": 410771, "icpsr": 9314, "wikipedia": "Albert C. Thompson", "house_history": 22867, "wikidata": "Q4709866", "google_entity_id": "kg:/m/02rlzmg"}, "name": {"first": "Albert", "middle": "Clifton", "last": "Thompson"}, "bio": {"birthday": "1842-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "T000329", "govtrack": 410900, "icpsr": 9433, "wikipedia": "Charles Champlain Townsend", "house_history": 23038, "wikidata": "Q5076182", "google_entity_id": "kg:/m/0ksrh4"}, "name": {"first": "Charles", "middle": "Champlain", "last": "Townsend"}, "bio": {"birthday": "1841-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "T000339", "govtrack": 410910, "icpsr": 9443, "wikipedia": "Richard W. Townshend", "house_history": 23049, "wikidata": "Q7329729", "google_entity_id": "kg:/m/02rkcl5"}, "name": {"first": "Richard", "middle": "Wellington", "last": "Townshend"}, "bio": {"birthday": "1840-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "T000415", "govtrack": 410984, "icpsr": 9511, "wikipedia": "Charles Henry Turner (U.S. Representative)", "house_history": 23142, "wikidata": "Q1033206", "google_entity_id": "kg:/m/02rqb1d"}, "name": {"first": "Charles", "middle": "Henry", "last": "Turner"}, "bio": {"birthday": "1861-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "T000419", "govtrack": 410988, "icpsr": 9514, "wikipedia": "Erastus J. Turner", "house_history": 23147, "wikidata": "Q1348137", "google_entity_id": "kg:/m/02rmb74"}, "name": {"first": "Erastus", "middle": "Johnson", "last": "Turner"}, "bio": {"birthday": "1846-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KS", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "V000058", "govtrack": 411100, "icpsr": 9634, "wikipedia": "Isaac W. Van Schaick", "house_history": 20943, "wikidata": "Q1673458", "google_entity_id": "kg:/m/02rvbgj"}, "name": {"first": "Isaac", "middle": "Whitbeck", "last": "Van Schaick"}, "bio": {"birthday": "1817-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WI", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "V000031", "govtrack": 411124, "icpsr": 9607, "wikipedia": "William Vandever", "house_history": 20915, "wikidata": "Q2580869", "google_entity_id": "kg:/m/0f12q6"}, "name": {"first": "William", "last": "Vandever"}, "bio": {"birthday": "1817-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "CA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "V000078", "govtrack": 411135, "icpsr": 9654, "wikipedia": "Richard Vaux", "house_history": 20968, "wikidata": "Q7329648", "google_entity_id": "kg:/m/0djsw4"}, "name": {"first": "Richard", "last": "Vaux"}, "bio": {"birthday": "1816-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "V000085", "govtrack": 411141, "icpsr": 9660, "wikipedia": "Edward Carrington Venable", "house_history": 20977, "wikidata": "Q1291867", "google_entity_id": "kg:/m/03c2_8z"}, "name": {"first": "Edward", "middle": "Carrington", "last": "Venable"}, "bio": {"birthday": "1853-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "VA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000003", "govtrack": 411182, "icpsr": 9696, "wikipedia": "Edmund Waddill, Jr.", "house_history": 23223, "wikidata": "Q1286933", "google_entity_id": "kg:/m/05p07th"}, "name": {"first": "Edmund", "last": "Waddill", "suffix": "Jr."}, "bio": {"birthday": "1855-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "VA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000008", "govtrack": 411187, "icpsr": 9701, "wikipedia": "William H. Wade", "house_history": 23229, "wikidata": "Q1649606", "google_entity_id": "kg:/m/02rz8jd"}, "name": {"first": "William", "middle": "Henry", "last": "Wade"}, "bio": {"birthday": "1835-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MO", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MO", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "W000058", "govtrack": 411237, "icpsr": 9746, "wikipedia": "James P. Walker", "house_history": 23284, "wikidata": "Q1677076", "google_entity_id": "kg:/m/02rz6_y"}, "name": {"first": "James", "middle": "Peter", "last": "Walker"}, "bio": {"birthday": "1851-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MO", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "W000083", "govtrack": 411262, "icpsr": 9769, "wikipedia": "Rodney Wallace (Massachusetts)", "house_history": 23312, "wikidata": "Q1537230", "google_entity_id": "kg:/m/02rlzk1"}, "name": {"first": "Rodney", "last": "Wallace"}, "bio": {"birthday": "1823-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "W000085", "govtrack": 411264, "icpsr": 9771, "wikipedia": "William C. Wallace", "house_history": 23314, "wikidata": "Q404485", "google_entity_id": "kg:/m/02rkxw0"}, "name": {"first": "William", "middle": "Copeland", "last": "Wallace"}, "bio": {"birthday": "1856-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000175", "govtrack": 411348, "icpsr": 9853, "wikipedia": "William D. Washburn", "house_history": 23419, "wikidata": "Q2578413", "google_entity_id": "kg:/m/01lz_h"}, "name": {"first": "William", "middle": "Drew", "last": "Washburn"}, "bio": {"birthday": "1831-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "MN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000204", "govtrack": 411375, "icpsr": 9876, "wikipedia": "Lewis Findlay Watson", "house_history": 23458, "wikidata": "Q6536553", "google_entity_id": "kg:/m/0ksfns"}, "name": {"first": "Lewis", "middle": "Findlay", "last": "Watson"}, "bio": {"birthday": "1819-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "W000333", "govtrack": 411495, "icpsr": 9987, "wikipedia": "Frank W. Wheeler", "house_history": 23612, "wikidata": "Q1444400", "google_entity_id": "kg:/m/02q2dld"}, "name": {"first": "Frank", "middle": "Willis", "last": "Wheeler"}, "bio": {"birthday": "1853-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MI", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "W000407", "govtrack": 411567, "icpsr": 10057, "wikipedia": "Robert Henry Whitelaw", "house_history": 23697, "wikidata": "Q1729520", "google_entity_id": "kg:/m/02rz7_k"}, "name": {"first": "Robert", "middle": "Henry", "last": "Whitelaw"}, "bio": {"gender": "M", "birthday": "1854-01-30"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "W000429", "govtrack": 411588, "icpsr": 10076, "house_history": 23724, "wikipedia": "Washington C. Whitthorne", "wikidata": "Q1527756", "google_entity_id": "kg:/m/04knx1"}, "name": {"first": "Washington", "middle": "Curran", "last": "Whitthorne"}, "bio": {"birthday": "1825-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "sen", "start": "1886-01-01", "end": "1887-03-03", "state": "TN", "class": 1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "W000441", "govtrack": 411599, "icpsr": 10087, "house_history": 23739, "wikipedia": "Charles Preston Wickham", "wikidata": "Q5081754", "google_entity_id": "kg:/m/0cg9k3"}, "name": {"first": "Charles", "middle": "Preston", "last": "Wickham"}, "bio": {"birthday": "1836-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "W000452", "govtrack": 411609, "icpsr": 10097, "wikipedia": "David Wilber", "house_history": 23754, "wikidata": "Q5241070", "google_entity_id": "kg:/m/02qc234"}, "name": {"first": "David", "last": "Wilber"}, "bio": {"birthday": "1820-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "W000468", "govtrack": 411625, "icpsr": 10113, "wikipedia": "John M. Wiley", "house_history": 23774, "wikidata": "Q6246009", "google_entity_id": "kg:/m/02rksnn"}, "name": {"first": "John", "middle": "McClure", "last": "Wiley"}, "bio": {"birthday": "1846-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 33, "party": "Democrat"}]}, {"id": {"bioguide": "W000477", "govtrack": 411634, "icpsr": 10122, "house_history": 23785, "wikipedia": "Theodore Stark Wilkinson (Louisiana)", "wikidata": "Q2418702", "google_entity_id": "kg:/m/0dd3q6"}, "name": {"first": "Theodore", "middle": "Stark", "last": "Wilkinson"}, "bio": {"gender": "M", "birthday": "1847-12-18"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "LA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000496", "govtrack": 411653, "icpsr": 10141, "wikipedia": "Elihu S. Williams", "house_history": 23805, "wikidata": "Q5360861", "google_entity_id": "kg:/m/0czx4k"}, "name": {"first": "Elihu", "middle": "Stephen", "last": "Williams"}, "bio": {"birthday": "1835-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000594", "govtrack": 411749, "icpsr": 10234, "wikipedia": "James F. Wilson", "house_history": 23923, "wikidata": "Q1124603", "google_entity_id": "kg:/m/02k6rc"}, "name": {"first": "James", "middle": "Falconer", "last": "Wilson"}, "bio": {"birthday": "1828-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "IA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "Y000007", "govtrack": 411941, "icpsr": 10415, "wikipedia": "Robert Morris Yardley", "house_history": 21040, "wikidata": "Q7347823", "google_entity_id": "kg:/m/0kslj9"}, "name": {"first": "Robert", "middle": "Morris", "last": "Yardley"}, "bio": {"birthday": "1850-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "Y000020", "govtrack": 411954, "icpsr": 10427, "wikipedia": "Samuel S. Yoder", "house_history": 21055, "wikidata": "Q7412559", "google_entity_id": "kg:/m/02rm2_s"}, "name": {"first": "Samuel", "middle": "S.", "last": "Yoder"}, "bio": {"birthday": "1841-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000145", "govtrack": 402294, "icpsr": 1502, "wikipedia": "Joseph M. Carey", "house_history": 10634, "wikidata": "Q347560", "google_entity_id": "kg:/m/08sqly"}, "name": {"first": "Joseph", "middle": "Maull", "last": "Carey"}, "bio": {"birthday": "1845-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "sen", "start": "1890-01-01", "end": "1895-03-03", "state": "WY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000152", "govtrack": 402301, "icpsr": 1509, "wikipedia": "John G. Carlisle", "house_history": 10643, "wikidata": "Q1379029", "google_entity_id": "kg:/m/02fzqh"}, "name": {"first": "John", "middle": "Griffin", "last": "Carlisle"}, "bio": {"birthday": "1834-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1890-01-01", "end": "1893-12-31", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000357", "govtrack": 407363, "icpsr": 6170, "wikipedia": "William J. McConnell", "wikidata": "Q442092", "google_entity_id": "kg:/m/062h7q"}, "name": {"first": "William", "middle": "John", "last": "McConnell"}, "bio": {"birthday": "1839-09-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1890-01-01", "end": "1891-03-03", "state": "ID", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000486", "govtrack": 408871, "icpsr": 7576, "wikipedia": "Thomas C. Power", "wikidata": "Q2422966", "google_entity_id": "kg:/m/048wc1"}, "name": {"first": "Thomas", "middle": "Charles", "last": "Power"}, "bio": {"birthday": "1839-05-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1890-01-01", "end": "1895-03-03", "state": "MT", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000039", "govtrack": 409556, "icpsr": 8201, "wikipedia": "Wilbur F. Sanders", "wikidata": "Q2545353", "google_entity_id": "kg:/m/0crv0z"}, "name": {"first": "Wilbur", "middle": "Fiske", "last": "Sanders"}, "bio": {"birthday": "1834-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1823-12-01", "end": "1825-03-03", "state": "TN", "district": -1}, {"type": "sen", "start": "1890-01-01", "end": "1893-03-03", "state": "MT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000171", "govtrack": 400826, "icpsr": 151, "house_history": 8493, "wikipedia": "Lemuel Amerman", "wikidata": "Q6521533", "google_entity_id": "kg:/m/0g6ztj"}, "name": {"first": "Lemuel", "last": "Amerman"}, "bio": {"birthday": "1846-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "A000242", "govtrack": 400871, "icpsr": 191, "wikipedia": "John F. Andrew", "house_history": 8601, "wikidata": "Q1700003", "google_entity_id": "kg:/m/0bz12k"}, "name": {"first": "John", "middle": "Forrester", "last": "Andrew"}, "bio": {"birthday": "1850-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000264", "govtrack": 400902, "icpsr": 214, "wikipedia": "Edwin Le Roy Antony", "house_history": 8632, "wikidata": "Q1294778", "google_entity_id": "kg:/m/02vzv0s"}, "name": {"first": "Edwin", "middle": "Le Roy", "last": "Antony"}, "bio": {"birthday": "1852-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TX", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "A000331", "govtrack": 400980, "icpsr": 285, "wikipedia": "Louis E. Atkinson", "house_history": 8717, "wikidata": "Q6687078", "google_entity_id": "kg:/m/0ksl6f"}, "name": {"first": "Louis", "middle": "Evans", "last": "Atkinson"}, "bio": {"birthday": "1841-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "B000001", "govtrack": 401007, "icpsr": 311, "wikipedia": "Clinton Babbitt", "house_history": 8774, "wikidata": "Q1101655", "google_entity_id": "kg:/m/02vrpxj"}, "name": {"first": "Clinton", "last": "Babbitt"}, "bio": {"birthday": "1831-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "WI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000016", "govtrack": 401021, "icpsr": 324, "wikipedia": "Henry Bacon (New York)", "house_history": 8793, "wikidata": "Q3182005", "google_entity_id": "kg:/m/02rkqb4"}, "name": {"first": "Henry", "last": "Bacon"}, "bio": {"birthday": "1846-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "B000197", "govtrack": 401196, "icpsr": 483, "wikipedia": "Horace F. Bartine", "house_history": 9026, "wikidata": "Q1627857", "google_entity_id": "kg:/m/0272_h8"}, "name": {"first": "Horace", "middle": "Franklin", "last": "Bartine"}, "bio": {"birthday": "1848-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NV", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NV", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "B000309", "govtrack": 401301, "icpsr": 579, "wikipedia": "Joseph H. Beeman", "house_history": 9175, "wikidata": "Q291188", "google_entity_id": "kg:/m/02rv9t5"}, "name": {"first": "Joseph", "middle": "Henry", "last": "Beeman"}, "bio": {"birthday": "1833-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MS", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000328", "govtrack": 401320, "icpsr": 595, "wikipedia": "Charles E. Belknap", "house_history": 9201, "wikidata": "Q1064198", "google_entity_id": "kg:/m/03z0_j"}, "name": {"first": "Charles", "middle": "Eugene", "last": "Belknap"}, "bio": {"birthday": "1846-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MI", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000393", "govtrack": 401384, "icpsr": 653, "wikipedia": "Henry Wilbur Bentley", "house_history": 9285, "wikidata": "Q5730148", "google_entity_id": "kg:/m/02rkqp5"}, "name": {"first": "Henry", "middle": "Wilbur", "last": "Bentley"}, "bio": {"birthday": "1838-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "B000404", "govtrack": 401392, "icpsr": 662, "wikipedia": "Christopher A. Bergen", "house_history": 9300, "wikidata": "Q1086446", "google_entity_id": "kg:/m/02vn_5s"}, "name": {"first": "Christopher", "middle": "Augustus", "last": "Bergen"}, "bio": {"birthday": "1841-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NJ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000568", "govtrack": 401541, "icpsr": 804, "wikipedia": "James Henderson Blount", "house_history": 9509, "wikidata": "Q1680545", "google_entity_id": "kg:/m/036f4t"}, "name": {"first": "James", "middle": "Henderson", "last": "Blount"}, "bio": {"birthday": "1837-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "GA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000625", "govtrack": 401590, "icpsr": 849, "wikipedia": "David A. Boody", "house_history": 9592, "wikidata": "Q247864", "google_entity_id": "kg:/m/0268317"}, "name": {"first": "David", "middle": "Augustus", "last": "Boody"}, "bio": {"birthday": "1837-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000706", "govtrack": 401668, "icpsr": 920, "wikipedia": "Thomas Bowman (Iowa politician)", "house_history": 9697, "wikidata": "Q2422595", "google_entity_id": "kg:/m/02rk86l"}, "name": {"first": "Thomas", "last": "Bowman"}, "bio": {"birthday": "1848-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "B000818", "govtrack": 401775, "icpsr": 1022, "wikipedia": "Calvin S. Brice", "wikidata": "Q1027729", "google_entity_id": "kg:/m/034_s4"}, "name": {"first": "Calvin", "middle": "Stewart", "last": "Brice"}, "bio": {"birthday": "1845-09-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "OH", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000930", "govtrack": 401884, "icpsr": 1120, "wikipedia": "John Brewer Brown", "house_history": 9980, "wikidata": "Q404169", "google_entity_id": "kg:/m/0c_fpq"}, "name": {"first": "John", "middle": "Brewer", "last": "Brown"}, "bio": {"birthday": "1836-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000980", "govtrack": 401932, "icpsr": 1165, "wikipedia": "David B. Brunner", "house_history": 10044, "wikidata": "Q5230956", "google_entity_id": "kg:/m/0ksl31"}, "name": {"first": "David", "middle": "B.", "last": "Brunner"}, "bio": {"birthday": "1835-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "B001004", "govtrack": 401955, "icpsr": 1187, "wikipedia": "James Buchanan (New Jersey)", "house_history": 10071, "wikidata": "Q1680076", "google_entity_id": "kg:/m/02vp1hq"}, "name": {"first": "James", "last": "Buchanan"}, "bio": {"birthday": "1839-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NJ", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001007", "govtrack": 401957, "icpsr": 1189, "wikipedia": "John A. Buchanan", "house_history": 10076, "wikidata": "Q1637248", "google_entity_id": "kg:/m/026wc3x"}, "name": {"first": "John", "middle": "Alexander", "last": "Buchanan"}, "bio": {"birthday": "1843-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "VA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "B001052", "govtrack": 402000, "icpsr": 1231, "wikipedia": "Robert Bullock", "house_history": 10131, "wikidata": "Q125182", "google_entity_id": "kg:/m/02q5508"}, "name": {"first": "Robert", "last": "Bullock"}, "bio": {"birthday": "1828-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "FL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B001067", "govtrack": 402013, "icpsr": 1243, "wikipedia": "Thomas L. Bunting", "house_history": 10151, "wikidata": "Q7791625", "google_entity_id": "kg:/m/02rkx7d"}, "name": {"first": "Thomas", "middle": "Lathrop", "last": "Bunting"}, "bio": {"birthday": "1844-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 33, "party": "Democrat"}]}, {"id": {"bioguide": "B001164", "govtrack": 402106, "icpsr": 1327, "wikipedia": "Samuel T. Busey", "house_history": 10273, "wikidata": "Q7412732", "google_entity_id": "kg:/m/02rkcwt"}, "name": {"first": "Samuel", "middle": "Thompson", "last": "Busey"}, "bio": {"birthday": "1835-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "B001170", "govtrack": 402112, "icpsr": 1332, "wikipedia": "Allen R. Bushnell", "house_history": 10281, "wikidata": "Q2648384", "google_entity_id": "kg:/m/02vrq09"}, "name": {"first": "Allen", "middle": "Ralph", "last": "Bushnell"}, "bio": {"birthday": "1833-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "WI", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B001193", "govtrack": 402135, "icpsr": 1353, "wikipedia": "Walter Halben Butler", "house_history": 10309, "wikidata": "Q2544624", "google_entity_id": "kg:/m/02rk88_"}, "name": {"first": "Walter", "middle": "Halben", "last": "Butler"}, "bio": {"birthday": "1852-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B001219", "govtrack": 402158, "icpsr": 1374, "wikipedia": "Samuel Byrns", "house_history": 10346, "wikidata": "Q2218051", "google_entity_id": "kg:/m/02rz85d"}, "name": {"first": "Samuel", "last": "Byrns"}, "bio": {"gender": "M", "birthday": "1848-03-04"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MO", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "C000006", "govtrack": 402168, "icpsr": 1381, "wikipedia": "Benjamin T. Cable", "house_history": 10449, "wikidata": "Q4889271", "google_entity_id": "kg:/m/02rk8ym"}, "name": {"first": "Benjamin", "middle": "Taylor", "last": "Cable"}, "bio": {"birthday": "1853-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000023", "govtrack": 402184, "wikipedia": "John Thomas Caine", "house_history": 10471, "wikidata": "Q964884", "google_entity_id": "kg:/m/02rhkmh"}, "name": {"first": "John", "middle": "Thomas", "last": "Caine"}, "bio": {"birthday": "1829-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "UT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "UT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "UT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "UT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "UT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "UT", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C000051", "govtrack": 402211, "icpsr": 1425, "wikipedia": "Wilkinson Call", "wikidata": "Q2576458", "google_entity_id": "kg:/m/0b1fh4"}, "name": {"first": "Wilkinson", "last": "Call"}, "bio": {"birthday": "1834-01-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "FL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "FL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "FL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000065", "govtrack": 402223, "icpsr": 1435, "wikipedia": "J. Donald Cameron", "wikidata": "Q1680285", "google_entity_id": "kg:/m/05y4ck"}, "name": {"first": "James", "middle": "Donald", "last": "Cameron"}, "bio": {"birthday": "1833-05-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "PA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "PA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "PA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000242", "govtrack": 402387, "icpsr": 1591, "wikipedia": "James Castle (politician)", "house_history": 10758, "wikidata": "Q1680144", "google_entity_id": "kg:/m/0dqs9d"}, "name": {"first": "James", "middle": "Nathan", "last": "Castle"}, "bio": {"birthday": "1836-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000249", "govtrack": 402393, "icpsr": 1597, "wikipedia": "William H. Cate", "house_history": 10768, "wikidata": "Q936608", "google_entity_id": "kg:/m/02rj_jh"}, "name": {"first": "William", "middle": "Henderson", "last": "Cate"}, "bio": {"birthday": "1839-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "AR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000304", "govtrack": 402446, "icpsr": 1647, "wikipedia": "Alfred C. Chapin", "house_history": 10837, "wikidata": "Q250486", "google_entity_id": "kg:/m/026833_"}, "name": {"first": "Alfred", "middle": "Clark", "last": "Chapin"}, "bio": {"birthday": "1848-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000340", "govtrack": 402480, "icpsr": 1680, "house_history": 10878, "wikipedia": "Henry P. Cheatham", "wikidata": "Q1607121", "google_entity_id": "kg:/m/0fcykw"}, "name": {"first": "Henry", "middle": "Plummer", "last": "Cheatham"}, "bio": {"birthday": "1857-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000533", "govtrack": 402667, "icpsr": 1855, "wikipedia": "Benjamin H. Clover", "house_history": 11114, "wikidata": "Q817527", "google_entity_id": "kg:/m/02rm99y"}, "name": {"first": "Benjamin", "middle": "Hutchinson", "last": "Clover"}, "bio": {"birthday": "1837-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KS", "district": 3, "party": "Populist"}]}, {"id": {"bioguide": "C000557", "govtrack": 402689, "icpsr": 1875, "wikipedia": "Frank P. Coburn", "house_history": 11146, "wikidata": "Q1000085", "google_entity_id": "kg:/m/02vrq2f"}, "name": {"first": "Frank", "middle": "Potter", "last": "Coburn"}, "bio": {"gender": "M", "birthday": "1858-12-06"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "WI", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000739", "govtrack": 402860, "icpsr": 2034, "wikipedia": "Frederick S. Coolidge", "house_history": 11378, "wikidata": "Q1452993", "google_entity_id": "kg:/m/02rhgdn"}, "name": {"first": "Frederick", "middle": "Spaulding", "last": "Coolidge"}, "bio": {"birthday": "1841-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000829", "govtrack": 402947, "icpsr": 2110, "house_history": 11493, "wikipedia": "William H.H. Cowles", "wikidata": "Q2579052", "google_entity_id": "kg:/m/027pcr3"}, "name": {"first": "William", "middle": "Henry Harrison", "last": "Cowles"}, "bio": {"birthday": "1840-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000832", "govtrack": 402949, "icpsr": 2112, "wikipedia": "Isaac N. Cox", "house_history": 11498, "wikidata": "Q3736952", "google_entity_id": "kg:/m/02rkqy2"}, "name": {"first": "Isaac", "middle": "Newton", "last": "Cox"}, "bio": {"birthday": "1846-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "C000854", "govtrack": 402970, "icpsr": 2131, "wikipedia": "Alexander Kerr Craig", "house_history": 11525, "wikidata": "Q4719300", "google_entity_id": "kg:/m/0ksl1y"}, "name": {"first": "Alexander", "middle": "Kerr", "last": "Craig"}, "bio": {"birthday": "1828-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "C000929", "govtrack": 403041, "icpsr": 2196, "wikipedia": "John Crawford Crosby", "house_history": 11617, "wikidata": "Q940724", "google_entity_id": "kg:/m/081g1t"}, "name": {"first": "John", "middle": "Crawford", "last": "Crosby"}, "bio": {"birthday": "1859-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "C001030", "govtrack": 403137, "icpsr": 2291, "wikipedia": "John T. Cutting", "house_history": 11737, "wikidata": "Q677285", "google_entity_id": "kg:/m/02rhkl3"}, "name": {"first": "John", "middle": "Tyler", "last": "Cutting"}, "bio": {"birthday": "1844-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "CA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000039", "govtrack": 403179, "icpsr": 2327, "wikipedia": "Warren F. Daniell", "house_history": 11877, "wikidata": "Q2549697", "google_entity_id": "kg:/m/02rj_42"}, "name": {"first": "Warren", "middle": "Fisher", "last": "Daniell"}, "bio": {"birthday": "1826-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NH", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000310", "govtrack": 403431, "icpsr": 2563, "wikipedia": "William Worth Dickerson", "house_history": 12212, "wikidata": "Q2581121", "google_entity_id": "kg:/m/02rk0gr"}, "name": {"first": "W.", "middle": "W.", "last": "Dickerson", "nickname": "William Worth"}, "bio": {"birthday": "1851-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "D000378", "govtrack": 403494, "icpsr": 2625, "wikipedia": "William W. Dixon", "house_history": 12299, "wikidata": "Q2580893", "google_entity_id": "kg:/m/02rk03d"}, "name": {"first": "William", "middle": "Wirt", "last": "Dixon"}, "bio": {"birthday": "1838-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000379", "govtrack": 403495, "icpsr": 2626, "wikipedia": "Robert E. Doan", "house_history": 12300, "wikidata": "Q7343760", "google_entity_id": "kg:/m/02rm2vz"}, "name": {"first": "Robert", "middle": "Eachus", "last": "Doan"}, "bio": {"birthday": "1831-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "D000539", "govtrack": 403647, "icpsr": 2764, "wikipedia": "James I. Dungan", "house_history": 12499, "wikidata": "Q6136514", "google_entity_id": "kg:/m/02rm1bt"}, "name": {"first": "James", "middle": "Irvine", "last": "Dungan"}, "bio": {"birthday": "1844-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "E000267", "govtrack": 403947, "icpsr": 3029, "wikipedia": "Robert W. Everett", "house_history": 12929, "wikidata": "Q1676061", "google_entity_id": "kg:/m/02rk13q"}, "name": {"first": "Robert", "middle": "William", "last": "Everett"}, "bio": {"birthday": "1839-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "GA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "F000068", "govtrack": 404026, "icpsr": 3098, "wikipedia": "Charles N. Felton", "house_history": 13052, "wikidata": "Q1065605", "google_entity_id": "kg:/m/03sg_c"}, "name": {"first": "Charles", "middle": "Norton", "last": "Felton"}, "bio": {"birthday": "1832-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1891-12-07", "end": "1893-03-03", "state": "CA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000206", "govtrack": 404161, "icpsr": 3222, "wikipedia": "James Patton Flick", "house_history": 13229, "wikidata": "Q1680956", "google_entity_id": "kg:/m/02rk7q2"}, "name": {"first": "James", "middle": "Patton", "last": "Flick"}, "bio": {"birthday": "1845-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "F000217", "govtrack": 404172, "icpsr": 3231, "wikipedia": "Roswell P. Flower", "house_history": 13243, "wikidata": "Q881163", "google_entity_id": "kg:/m/032kd3"}, "name": {"first": "Roswell", "middle": "Pettibone", "last": "Flower"}, "bio": {"birthday": "1835-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "F000265", "govtrack": 404216, "icpsr": 3271, "wikipedia": "Melbourne H. Ford", "house_history": 13308, "wikidata": "Q1919077", "google_entity_id": "kg:/m/027vgjm"}, "name": {"first": "Melbourne", "middle": "Haddock", "last": "Ford"}, "bio": {"birthday": "1849-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "F000280", "govtrack": 404230, "icpsr": 3283, "wikipedia": "William H. Forney", "house_history": 13326, "wikidata": "Q2579204", "google_entity_id": "kg:/m/02rk2cy"}, "name": {"first": "William", "middle": "Henry", "last": "Forney"}, "bio": {"birthday": "1823-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "AL", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "AL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "F000326", "govtrack": 404276, "icpsr": 3329, "wikipedia": "Samuel Fowler (1851\u20131919)", "house_history": 13382, "wikidata": "Q2218253", "google_entity_id": "kg:/m/02x2ydz"}, "name": {"first": "Samuel", "last": "Fowler"}, "bio": {"birthday": "1851-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000030", "govtrack": 404406, "house_history": 13601, "wikipedia": "John Rankin Gamble", "wikidata": "Q1701528", "google_entity_id": "kg:/m/0f8mbb"}, "name": {"first": "John", "middle": "Rankin", "last": "Gamble"}, "bio": {"birthday": "1848-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "SD", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "G000043", "govtrack": 404418, "icpsr": 3455, "wikipedia": "Martin K. Gantz", "house_history": 13617, "wikidata": "Q6775842", "google_entity_id": "kg:/m/02rm2d5"}, "name": {"first": "Martin", "middle": "Kissinger", "last": "Gantz"}, "bio": {"birthday": "1862-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000157", "govtrack": 404524, "icpsr": 3557, "wikipedia": "Charles Hopper Gibson", "house_history": 13762, "wikidata": "Q933195", "google_entity_id": "kg:/m/05fnkz"}, "name": {"first": "Charles", "middle": "Hopper", "last": "Gibson"}, "bio": {"birthday": "1842-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "MD", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000195", "govtrack": 404560, "icpsr": 3593, "wikipedia": "Eugene Pierce Gillespie", "house_history": 13811, "wikidata": "Q5407642", "google_entity_id": "kg:/m/0ksl29"}, "name": {"first": "Eugene", "middle": "Pierce", "last": "Gillespie"}, "bio": {"birthday": "1852-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "G000313", "govtrack": 404671, "icpsr": 3697, "wikipedia": "John Brown Gordon", "wikidata": "Q118774", "google_entity_id": "kg:/m/03kpyk"}, "name": {"first": "John", "middle": "Brown", "last": "Gordon"}, "bio": {"birthday": "1832-02-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "GA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1879-03-18", "end": "1881-03-03", "state": "GA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "GA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000432", "govtrack": 404780, "icpsr": 3796, "wikipedia": "Halbert S. Greenleaf", "house_history": 14112, "wikidata": "Q5641152", "google_entity_id": "kg:/m/02rkq4n"}, "name": {"first": "Halbert", "middle": "Stevens", "last": "Greenleaf"}, "bio": {"birthday": "1827-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 30, "party": "Democrat"}]}, {"id": {"bioguide": "H000084", "govtrack": 404966, "icpsr": 3966, "wikipedia": "Edwin Hallowell", "house_history": 14391, "wikidata": "Q5346487", "google_entity_id": "kg:/m/0ksl2p"}, "name": {"first": "Edwin", "last": "Hallowell"}, "bio": {"birthday": "1844-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000094", "govtrack": 404976, "icpsr": 3976, "wikipedia": "Kittel Halvorson", "house_history": 14403, "wikidata": "Q1517565", "google_entity_id": "kg:/m/0fk733"}, "name": {"first": "Kittel", "last": "Halvorson"}, "bio": {"birthday": "1846-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MN", "district": 5, "party": "Populist"}]}, {"id": {"bioguide": "H000113", "govtrack": 404995, "icpsr": 3994, "house_history": 14424, "wikipedia": "John Taylor Hamilton", "wikidata": "Q1701903", "google_entity_id": "kg:/m/02rk7v6"}, "name": {"first": "John", "middle": "Taylor", "last": "Hamilton"}, "bio": {"birthday": "1843-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000228", "govtrack": 405106, "icpsr": 4093, "wikipedia": "William H. Harries", "house_history": 14570, "wikidata": "Q2579059", "google_entity_id": "kg:/m/0fk6zm"}, "name": {"first": "William", "middle": "Henry", "last": "Harries"}, "bio": {"birthday": "1843-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000305", "govtrack": 405178, "house_history": 14662, "wikipedia": "David Archibald Harvey", "wikidata": "Q1173582", "google_entity_id": "kg:/m/0260p2_"}, "name": {"first": "David", "middle": "Archibald", "last": "Harvey"}, "bio": {"birthday": "1845-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OK", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OK", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000401", "govtrack": 405268, "icpsr": 4240, "wikipedia": "William E. Haynes", "house_history": 14776, "wikidata": "Q8008252", "google_entity_id": "kg:/m/02rm3k_"}, "name": {"first": "William", "middle": "Elisha", "last": "Haynes"}, "bio": {"birthday": "1829-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000469", "govtrack": 405332, "icpsr": 4297, "wikipedia": "John J. Hemphill", "house_history": 14864, "wikidata": "Q473330", "google_entity_id": "kg:/m/02ry1_8"}, "name": {"first": "John", "middle": "James", "last": "Hemphill"}, "bio": {"birthday": "1849-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "SC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000524", "govtrack": 405387, "icpsr": 4349, "wikipedia": "Hilary A. Herbert", "house_history": 14933, "wikidata": "Q925338", "google_entity_id": "kg:/m/044384"}, "name": {"first": "Hilary", "middle": "Abner", "last": "Herbert"}, "bio": {"birthday": "1834-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "AL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000657", "govtrack": 405512, "icpsr": 4465, "wikipedia": "Sherman Hoar", "house_history": 15098, "wikidata": "Q2278398", "google_entity_id": "kg:/m/06r69n"}, "name": {"first": "Sherman", "last": "Hoar"}, "bio": {"birthday": "1860-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000818", "govtrack": 405665, "icpsr": 4606, "wikipedia": "Leonidas C. Houk", "house_history": 15296, "wikidata": "Q1819432", "google_entity_id": "kg:/m/0dhxkm"}, "name": {"first": "Leonidas", "middle": "Campbell", "last": "Houk"}, "bio": {"birthday": "1836-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "I000027", "govtrack": 405885, "icpsr": 4813, "wikipedia": "John L. M. Irby", "wikidata": "Q1650417", "google_entity_id": "kg:/m/0d05k4"}, "name": {"first": "John", "middle": "Laurens Manning", "last": "Irby"}, "bio": {"birthday": "1854-09-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "SC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000202", "govtrack": 406097, "icpsr": 5015, "house_history": 15951, "wikipedia": "George Johnstone (congressman)", "wikidata": "Q1507673", "google_entity_id": "kg:/m/02qwlm6"}, "name": {"first": "George", "last": "Johnstone"}, "bio": {"birthday": "1846-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "SC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000203", "govtrack": 406098, "icpsr": 5016, "wikipedia": "John L. Jolley", "house_history": 15952, "wikidata": "Q1700752", "google_entity_id": "kg:/m/0f8stn"}, "name": {"first": "John", "middle": "Lawlor", "last": "Jolley"}, "bio": {"birthday": "1840-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "SD", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "K000092", "govtrack": 406260, "icpsr": 5166, "wikipedia": "John W. Kendall", "house_history": 16193, "wikidata": "Q1613444", "google_entity_id": "kg:/m/02rjw3w"}, "name": {"first": "John", "middle": "Wilkerson", "last": "Kendall"}, "bio": {"birthday": "1834-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "L000019", "govtrack": 406529, "icpsr": 5405, "wikipedia": "Matthew D. Lagan", "house_history": 16599, "wikidata": "Q1333187", "google_entity_id": "kg:/m/08myh9"}, "name": {"first": "Matthew", "middle": "Diamond", "last": "Lagan"}, "bio": {"birthday": "1829-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "LA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000145", "govtrack": 406650, "icpsr": 5522, "wikipedia": "John W. Lawson", "house_history": 16777, "wikidata": "Q1702063", "google_entity_id": "kg:/m/02vrpm7"}, "name": {"first": "John", "middle": "William", "last": "Lawson"}, "bio": {"birthday": "1837-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000208", "govtrack": 406711, "icpsr": 5572, "wikipedia": "William Henry Fitzhugh Lee", "house_history": 16853, "wikidata": "Q1387911", "google_entity_id": "kg:/m/0573l_"}, "name": {"first": "William", "middle": "Henry Fitzhugh", "last": "Lee"}, "bio": {"birthday": "1837-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "VA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "L000254", "govtrack": 406757, "icpsr": 5619, "wikipedia": "Posey G. Lester", "house_history": 16907, "wikidata": "Q2105638", "google_entity_id": "kg:/m/02vrplx"}, "name": {"first": "Posey", "middle": "Green", "last": "Lester"}, "bio": {"birthday": "1850-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "VA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "L000276", "govtrack": 406774, "icpsr": 5633, "wikipedia": "Clarke Lewis", "house_history": 16933, "wikidata": "Q1095818", "google_entity_id": "kg:/m/02x3ntj"}, "name": {"first": "Clarke", "last": "Lewis"}, "bio": {"birthday": "1840-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MS", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "L000353", "govtrack": 406845, "icpsr": 5703, "wikipedia": "Joseph J. Little", "house_history": 17034, "wikidata": "Q2377417", "google_entity_id": "kg:/m/02rkt65"}, "name": {"first": "Joseph", "middle": "James", "last": "Little"}, "bio": {"birthday": "1841-06-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "L000422", "govtrack": 406912, "icpsr": 5761, "wikipedia": "John B. Long", "house_history": 17119, "wikidata": "Q1699209", "google_entity_id": "kg:/m/03c2zkz"}, "name": {"first": "John", "middle": "Benjamin", "last": "Long"}, "bio": {"birthday": "1843-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TX", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000115", "govtrack": 407139, "icpsr": 5969, "wikipedia": "Charles H. Mansur", "house_history": 17472, "wikidata": "Q644706", "google_entity_id": "kg:/m/02rz5py"}, "name": {"first": "Charles", "middle": "Harley", "last": "Mansur"}, "bio": {"birthday": "1835-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000329", "govtrack": 407339, "icpsr": 6148, "wikipedia": "Charles A. O. McClellan", "house_history": 17733, "wikidata": "Q1063484", "google_entity_id": "kg:/m/02rkf2n"}, "name": {"first": "Charles", "middle": "A. O.", "last": "McClellan"}, "bio": {"birthday": "1835-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IN", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IN", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "M000409", "govtrack": 407409, "icpsr": 6217, "wikipedia": "Edward F. McDonald", "house_history": 17838, "wikidata": "Q1292172", "google_entity_id": "kg:/m/02x2kdf"}, "name": {"first": "Edward", "middle": "Francis", "last": "McDonald"}, "bio": {"birthday": "1844-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NJ", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000500", "govtrack": 407495, "icpsr": 6294, "wikipedia": "Joseph McKenna", "house_history": 17953, "wikidata": "Q724941", "google_entity_id": "kg:/m/03cdw4"}, "name": {"first": "Joseph", "last": "McKenna"}, "bio": {"birthday": "1843-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "CA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000526", "govtrack": 407518, "icpsr": 6316, "wikipedia": "Luther F. McKinney", "house_history": 17985, "wikidata": "Q1399716", "google_entity_id": "kg:/m/02rjx4j"}, "name": {"first": "Luther", "middle": "Franklin", "last": "McKinney"}, "bio": {"birthday": "1841-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000746", "govtrack": 407725, "icpsr": 6500, "wikipedia": "Lucas M. Miller", "house_history": 18262, "wikidata": "Q1595120", "google_entity_id": "kg:/m/02vrqjw"}, "name": {"first": "Lucas", "middle": "Miltiades", "last": "Miller"}, "bio": {"birthday": "1824-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "WI", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000908", "govtrack": 407880, "icpsr": 6642, "wikipedia": "Littleton W. Moore", "house_history": 18473, "wikidata": "Q1865880", "google_entity_id": "kg:/m/03c2zt3"}, "name": {"first": "Littleton", "middle": "Wilde", "last": "Moore"}, "bio": {"birthday": "1835-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TX", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "N000063", "govtrack": 408151, "icpsr": 6891, "wikipedia": "Walter C. Newberry", "house_history": 18914, "wikidata": "Q7964475", "google_entity_id": "kg:/m/02rkd7v"}, "name": {"first": "Walter", "middle": "Cass", "last": "Newberry"}, "bio": {"birthday": "1835-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "N000157", "govtrack": 408239, "icpsr": 6976, "wikipedia": "Richard Henry Norton", "house_history": 19028, "wikidata": "Q1167502", "google_entity_id": "kg:/m/02rz7y4"}, "name": {"first": "Richard", "middle": "Henry", "last": "Norton"}, "bio": {"birthday": "1849-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MO", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "O000039", "govtrack": 408283, "icpsr": 7027, "wikipedia": "James O'Donnell (politician)", "house_history": 19117, "wikidata": "Q1680931", "google_entity_id": "kg:/m/027_5th"}, "name": {"first": "James", "last": "O'Donnell"}, "bio": {"birthday": "1840-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "O000057", "govtrack": 408333, "icpsr": 7045, "wikipedia": "Lewis P. Ohliger", "house_history": 19139, "wikidata": "Q6536940", "google_entity_id": "kg:/m/02rm2b3"}, "name": {"first": "Lewis", "middle": "Philip", "last": "Ohliger"}, "bio": {"birthday": "1843-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "O000129", "govtrack": 408382, "icpsr": 7110, "wikipedia": "John G. Otis", "house_history": 19224, "wikidata": "Q1232723", "google_entity_id": "kg:/m/02rm9zk"}, "name": {"first": "John", "middle": "Grant", "last": "Otis"}, "bio": {"birthday": "1838-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KS", "district": 4, "party": "Populist"}]}, {"id": {"bioguide": "O000158", "govtrack": 408409, "icpsr": 7137, "wikipedia": "James W. Owens (congressman)", "house_history": 19260, "wikidata": "Q6144871", "google_entity_id": "kg:/m/02rm1hm"}, "name": {"first": "James", "middle": "W.", "last": "Owens"}, "bio": {"birthday": "1837-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "P000016", "govtrack": 408427, "icpsr": 7154, "wikipedia": "Henry Page", "house_history": 19302, "wikidata": "Q404214", "google_entity_id": "kg:/m/026r5wx"}, "name": {"first": "Henry", "last": "Page"}, "bio": {"birthday": "1841-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000042", "govtrack": 408452, "icpsr": 7179, "wikipedia": "John M. Palmer (politician)", "wikidata": "Q880367", "google_entity_id": "kg:/m/053ylw"}, "name": {"first": "John", "middle": "McAuley", "last": "Palmer"}, "bio": {"birthday": "1817-09-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "IL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000078", "govtrack": 408488, "icpsr": 7211, "wikipedia": "William F. Parrett", "house_history": 19368, "wikidata": "Q2578765", "google_entity_id": "kg:/m/02rkj2k"}, "name": {"first": "William", "middle": "Fletcher", "last": "Parrett"}, "bio": {"birthday": "1825-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000135", "govtrack": 408541, "icpsr": 7259, "wikipedia": "John M. Pattison", "house_history": 19443, "wikidata": "Q880668", "google_entity_id": "kg:/m/033v2r"}, "name": {"first": "John", "middle": "M.", "last": "Pattison"}, "bio": {"birthday": "1847-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "P000137", "govtrack": 408543, "icpsr": 7261, "wikipedia": "David Henry Patton", "house_history": 19445, "wikidata": "Q1174643", "google_entity_id": "kg:/m/02rkfd8"}, "name": {"first": "David", "middle": "Henry", "last": "Patton"}, "bio": {"birthday": "1837-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "P000184", "govtrack": 408588, "icpsr": 7302, "wikipedia": "Samuel W. Peel", "house_history": 19504, "wikidata": "Q2218930", "google_entity_id": "kg:/m/02rjz8l"}, "name": {"first": "Samuel", "middle": "West", "last": "Peel"}, "bio": {"birthday": "1831-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "AR", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "P000188", "govtrack": 408592, "icpsr": 7306, "wikipedia": "William A. Peffer", "wikidata": "Q2577746", "google_entity_id": "kg:/m/0cvs44"}, "name": {"first": "William", "middle": "Alfred", "last": "Peffer"}, "bio": {"birthday": "1831-09-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "KS", "class": 3, "party": "Populist"}]}, {"id": {"bioguide": "P000561", "govtrack": 408944, "icpsr": 7644, "house_history": 19976, "wikipedia": "James L. Pugh", "wikidata": "Q1680689", "google_entity_id": "kg:/m/03glt4"}, "name": {"first": "James", "middle": "Lawrence", "last": "Pugh"}, "bio": {"birthday": "1820-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1880-01-01", "end": "1885-03-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "AL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "Q000001", "govtrack": 408965, "icpsr": 7663, "house_history": 20043, "wikipedia": "John A. Quackenbush", "wikidata": "Q4068911", "google_entity_id": "kg:/m/027459r"}, "name": {"first": "John", "middle": "Adam", "last": "Quackenbush"}, "bio": {"birthday": "1828-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "R000013", "govtrack": 408995, "icpsr": 7690, "wikipedia": "John Raines", "house_history": 20090, "wikidata": "Q1701509", "google_entity_id": "kg:/m/0gnsnf"}, "name": {"first": "John", "last": "Raines"}, "bio": {"birthday": "1840-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "R000251", "govtrack": 409227, "icpsr": 7902, "wikipedia": "John Winebrenner Rife", "house_history": 20396, "wikidata": "Q6264596", "google_entity_id": "kg:/m/0ksl61"}, "name": {"first": "John", "middle": "Winebrenner", "last": "Rife"}, "bio": {"birthday": "1846-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "R000366", "govtrack": 409336, "icpsr": 8002, "wikipedia": "Hosea H. Rockwell", "house_history": 20534, "wikidata": "Q5907272", "google_entity_id": "kg:/m/02rkqvp"}, "name": {"first": "Hosea", "middle": "Hunt", "last": "Rockwell"}, "bio": {"birthday": "1840-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 28, "party": "Democrat"}]}, {"id": {"bioguide": "R000535", "govtrack": 409492, "icpsr": 8137, "wikipedia": "Leslie W. Russell", "house_history": 20743, "wikidata": "Q6531197", "google_entity_id": "kg:/m/03clv14"}, "name": {"first": "Leslie", "middle": "W.", "last": "Russell"}, "bio": {"birthday": "1840-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "S000047", "govtrack": 409564, "icpsr": 8208, "wikipedia": "John Sanford (1851)", "house_history": 21190, "wikidata": "Q6256651", "google_entity_id": "kg:/m/02rldpn"}, "name": {"first": "John", "last": "Sanford"}, "bio": {"birthday": "1851-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "S000183", "govtrack": 409689, "icpsr": 8310, "house_history": 21365, "wikipedia": "Owen Scott", "wikidata": "Q7114624", "google_entity_id": "kg:/m/02rkc86"}, "name": {"first": "Owen", "last": "Scott"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 14, "party": "Democrat"}], "bio": {"birthday": "1848-07-06", "gender": "M"}}, {"id": {"bioguide": "S000205", "govtrack": 409710, "icpsr": 8329, "wikipedia": "Edward Scull", "house_history": 21391, "wikidata": "Q5345266", "google_entity_id": "kg:/m/0ksl7y"}, "name": {"first": "Edward", "last": "Scull"}, "bio": {"birthday": "1818-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "S000226", "govtrack": 409731, "icpsr": 8348, "wikipedia": "John Joseph Seerley", "house_history": 21415, "wikidata": "Q1700658", "google_entity_id": "kg:/m/02rk7rg"}, "name": {"first": "John", "middle": "Joseph", "last": "Seerley"}, "bio": {"gender": "M", "birthday": "1852-03-13"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000376", "govtrack": 409870, "icpsr": 8483, "wikipedia": "George Washington Shonk", "house_history": 21604, "wikidata": "Q5546023", "google_entity_id": "kg:/m/0ksl3t"}, "name": {"first": "George", "middle": "Washington", "last": "Shonk"}, "bio": {"birthday": "1850-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "S000660", "govtrack": 410134, "icpsr": 8729, "wikipedia": "Herman W. Snow", "house_history": 21950, "wikidata": "Q5740313", "google_entity_id": "kg:/m/02rk9ww"}, "name": {"first": "Herman", "middle": "Wilber", "last": "Snow"}, "bio": {"birthday": "1836-07-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "S000738", "govtrack": 410207, "icpsr": 8798, "house_history": 22050, "wikipedia": "Francis B. Spinola", "wikidata": "Q5480087", "google_entity_id": "kg:/m/0gq1vk"}, "name": {"first": "Francis", "middle": "Barretto", "last": "Spinola"}, "bio": {"birthday": "1821-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "S000761", "govtrack": 410228, "icpsr": 8819, "wikipedia": "Watson C. Squire", "wikidata": "Q886178", "google_entity_id": "kg:/m/0cvhm8"}, "name": {"first": "Watson", "middle": "Carvosso", "last": "Squire"}, "bio": {"birthday": "1838-05-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1889-12-02", "end": "1891-03-03", "state": "WA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "WA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000774", "govtrack": 410240, "icpsr": 8822, "wikipedia": "Eli T. Stackhouse", "house_history": 22094, "wikidata": "Q749945", "google_entity_id": "kg:/m/02vrpb9"}, "name": {"first": "Eli", "middle": "Thomas", "last": "Stackhouse"}, "bio": {"birthday": "1824-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "SC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000781", "govtrack": 410247, "icpsr": 8826, "wikipedia": "William G. Stahlnecker", "house_history": 22104, "wikidata": "Q1027372", "google_entity_id": "kg:/m/02rky16"}, "name": {"first": "William", "middle": "Griggs", "last": "Stahlnecker"}, "bio": {"birthday": "1849-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "S000793", "govtrack": 410259, "icpsr": 8836, "wikipedia": "Leland Stanford", "wikidata": "Q382109", "google_entity_id": "kg:/m/016ycj"}, "name": {"first": "Leland", "last": "Stanford"}, "bio": {"birthday": "1824-03-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "CA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1891-12-07", "end": "1893-12-31", "state": "CA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000897", "govtrack": 410358, "icpsr": 8925, "wikipedia": "Lewis Steward", "house_history": 22249, "wikidata": "Q6537082", "google_entity_id": "kg:/m/02rkbzl"}, "name": {"first": "Lewis", "last": "Steward"}, "bio": {"birthday": "1824-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "S000900", "govtrack": 410361, "icpsr": 8928, "wikipedia": "Andrew Stewart (American politician, died 1903)", "house_history": 22252, "wikidata": "Q507676", "google_entity_id": "kg:/m/0ksl91"}, "name": {"first": "Andrew", "last": "Stewart"}, "bio": {"birthday": "1836-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "S000904", "govtrack": 410365, "icpsr": 8931, "wikipedia": "Charles Stewart (Texas politician)", "house_history": 22257, "wikidata": "Q1066145", "google_entity_id": "kg:/m/03c2_v_"}, "name": {"first": "Charles", "last": "Stewart"}, "bio": {"birthday": "1836-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TX", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000980", "govtrack": 410439, "icpsr": 9001, "wikipedia": "Byron G. Stout", "house_history": 22354, "wikidata": "Q1018602", "google_entity_id": "kg:/m/02pv4fw"}, "name": {"first": "Byron", "middle": "Gray", "last": "Stout"}, "bio": {"birthday": "1829-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MI", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S001043", "govtrack": 410499, "icpsr": 9060, "wikipedia": "Herman Stump", "house_history": 22426, "wikidata": "Q759148", "google_entity_id": "kg:/m/0ggkdf"}, "name": {"first": "Herman", "last": "Stump"}, "bio": {"gender": "M", "birthday": "1837-08-08"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MD", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000062", "govtrack": 410648, "icpsr": 9196, "wikipedia": "Abner Taylor", "house_history": 22711, "wikidata": "Q4250429", "google_entity_id": "kg:/m/02rk8s3"}, "name": {"first": "Abner", "last": "Taylor"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 1, "party": "Republican"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "T000073", "govtrack": 410658, "icpsr": 9206, "wikipedia": "Ezra B. Taylor", "house_history": 22725, "wikidata": "Q1386067", "google_entity_id": "kg:/m/02rl_s8"}, "name": {"first": "Ezra", "middle": "Booth", "last": "Taylor"}, "bio": {"birthday": "1823-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "T000093", "govtrack": 410676, "icpsr": 9224, "wikipedia": "Joseph D. Taylor", "house_history": 22749, "wikidata": "Q1540210", "google_entity_id": "kg:/m/02rm21j"}, "name": {"first": "Joseph", "middle": "Danner", "last": "Taylor"}, "bio": {"birthday": "1830-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "T000101", "govtrack": 410684, "icpsr": 9232, "wikipedia": "Vincent A. Taylor", "house_history": 22758, "wikidata": "Q2526498", "google_entity_id": "kg:/m/02rm3bf"}, "name": {"first": "Vincent", "middle": "Albert", "last": "Taylor"}, "bio": {"birthday": "1845-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "T000275", "govtrack": 410848, "icpsr": 9387, "wikipedia": "George D. Tillman", "house_history": 22967, "wikidata": "Q1507186", "google_entity_id": "kg:/m/02vrp87"}, "name": {"first": "George", "middle": "Dionysius", "last": "Tillman"}, "bio": {"birthday": "1826-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "SC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000334", "govtrack": 410905, "icpsr": 9438, "wikipedia": "Hosea Townsend", "house_history": 23044, "wikidata": "Q1630330", "google_entity_id": "kg:/m/02rhhnw"}, "name": {"first": "Hosea", "last": "Townsend"}, "bio": {"birthday": "1840-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "CO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "CO", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "V000041", "govtrack": 411086, "icpsr": 9617, "wikipedia": "George Van Horn", "house_history": 20926, "wikidata": "Q5545443", "google_entity_id": "kg:/m/02rlcdd"}, "name": {"first": "George", "last": "Van Horn"}, "bio": {"birthday": "1850-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "V000021", "govtrack": 411117, "icpsr": 9601, "house_history": 20904, "wikipedia": "Zebulon Baird Vance", "wikidata": "Q169535", "google_entity_id": "kg:/m/023psz"}, "name": {"first": "Zebulon", "middle": "Baird", "last": "Vance"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NC", "district": 8, "party": "American"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NC", "district": 8, "party": "Ind. Republican-Democrat"}, {"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "NC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "NC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1891-12-07", "end": "1895-03-03", "state": "NC", "class": 3, "party": "Democrat"}], "bio": {"birthday": "1830-05-13", "gender": "M"}}, {"id": {"bioguide": "V000099", "govtrack": 411154, "icpsr": 9671, "wikipedia": "William Freeman Vilas", "wikidata": "Q1325762", "google_entity_id": "kg:/m/038kzc"}, "name": {"first": "William", "middle": "Freeman", "last": "Vilas"}, "bio": {"birthday": "1840-07-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "WI", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "V000116", "govtrack": 411170, "icpsr": 9685, "house_history": 21016, "wikipedia": "Daniel W. Voorhees", "wikidata": "Q5219007", "google_entity_id": "kg:/m/056bbr"}, "name": {"first": "Daniel", "middle": "Wolsey", "last": "Voorhees"}, "bio": {"birthday": "1827-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IN", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1877-10-15", "end": "1879-03-03", "state": "IN", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "IN", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "IN", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "IN", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000169", "govtrack": 411342, "icpsr": 9847, "wikipedia": "John G. Warwick", "house_history": 23411, "wikidata": "Q6234626", "google_entity_id": "kg:/m/02rm1mr"}, "name": {"first": "John", "middle": "George", "last": "Warwick"}, "bio": {"birthday": "1830-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "W000336", "govtrack": 411498, "icpsr": 9990, "wikipedia": "Harrison H. Wheeler", "house_history": 23616, "wikidata": "Q1586263", "google_entity_id": "kg:/m/02q1c3l"}, "name": {"first": "Harrison", "middle": "H.", "last": "Wheeler"}, "bio": {"birthday": "1839-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MI", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "W000366", "govtrack": 411528, "icpsr": 10019, "wikipedia": "Edward Douglass White", "wikidata": "Q706463", "google_entity_id": "kg:/m/0337h3"}, "name": {"first": "Edward", "middle": "Douglass", "last": "White"}, "bio": {"birthday": "1845-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "VA", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1891-12-07", "end": "1895-03-03", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000369", "govtrack": 411530, "icpsr": 10022, "wikipedia": "Frederick Edward White", "house_history": 23652, "wikidata": "Q1452857", "google_entity_id": "kg:/m/02rk7fh"}, "name": {"first": "Frederick", "middle": "Edward", "last": "White"}, "bio": {"birthday": "1844-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000451", "govtrack": 411608, "icpsr": 10096, "wikipedia": "Scott Wike", "house_history": 23753, "wikidata": "Q7437507", "google_entity_id": "kg:/m/02rkcxh"}, "name": {"first": "Scott", "last": "Wike"}, "bio": {"birthday": "1834-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "W000480", "govtrack": 411637, "icpsr": 10125, "wikipedia": "Washington F. Willcox", "house_history": 23788, "wikidata": "Q2550444", "google_entity_id": "kg:/m/02rk_4y"}, "name": {"first": "Washington", "middle": "Frederick", "last": "Willcox"}, "bio": {"birthday": "1834-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "CT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000489", "govtrack": 411646, "icpsr": 10134, "wikipedia": "Archibald Hunter Arrington Williams", "house_history": 23797, "wikidata": "Q633209", "google_entity_id": "kg:/m/05k3t1"}, "name": {"first": "Archibald", "middle": "Hunter Arrington", "last": "Williams"}, "bio": {"birthday": "1842-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000497", "govtrack": 411654, "icpsr": 10142, "wikipedia": "George F. Williams", "house_history": 23806, "wikidata": "Q1507335", "google_entity_id": "kg:/m/02rhgjf"}, "name": {"first": "George", "middle": "Fred", "last": "Williams"}, "bio": {"birthday": "1852-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "W000601", "govtrack": 411756, "icpsr": 10241, "wikipedia": "John Henry Wilson (Kentucky)", "house_history": 23929, "wikidata": "Q1700439", "google_entity_id": "kg:/m/02rt33h"}, "name": {"first": "John", "middle": "Henry", "last": "Wilson"}, "bio": {"birthday": "1846-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KY", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "W000611", "govtrack": 411766, "icpsr": 10250, "wikipedia": "Robert Patterson Clark Wilson", "house_history": 23940, "wikidata": "Q2158457", "google_entity_id": "kg:/m/02rz80y"}, "name": {"first": "Robert", "middle": "Patterson Clark", "last": "Wilson"}, "bio": {"birthday": "1834-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MO", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000638", "govtrack": 411792, "icpsr": 10276, "wikipedia": "Thomas E. Winn", "house_history": 23975, "wikidata": "Q1459914", "google_entity_id": "kg:/m/02rk152"}, "name": {"first": "Thomas", "middle": "Elisha", "last": "Winn"}, "bio": {"birthday": "1839-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "GA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "Y000027", "govtrack": 411961, "icpsr": 10434, "wikipedia": "Henry M. Youmans", "house_history": 21062, "wikidata": "Q1251770", "google_entity_id": "kg:/m/02px_6y"}, "name": {"first": "Henry", "middle": "Melville", "last": "Youmans"}, "bio": {"birthday": "1832-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MI", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000590", "govtrack": 405452, "icpsr": 4408, "wikipedia": "David B. Hill", "wikidata": "Q888410", "google_entity_id": "kg:/m/031tfb"}, "name": {"first": "David", "middle": "Bennett", "last": "Hill"}, "bio": {"birthday": "1843-08-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1892-01-01", "end": "1897-03-03", "state": "NY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000999", "govtrack": 405839, "icpsr": 4770, "house_history": 15513, "wikipedia": "Eppa Hunton", "wikidata": "Q2339968", "google_entity_id": "kg:/m/04wxp2"}, "name": {"first": "Eppa", "last": "Hunton"}, "bio": {"birthday": "1822-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "sen", "start": "1892-01-01", "end": "1895-03-03", "state": "VA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000777", "govtrack": 407755, "icpsr": 6531, "wikipedia": "Roger Q. Mills", "house_history": 18304, "wikidata": "Q442056", "google_entity_id": "kg:/m/03w4ln"}, "name": {"first": "Roger", "middle": "Quarles", "last": "Mills"}, "bio": {"birthday": "1832-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "TX", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "sen", "start": "1892-01-01", "end": "1899-03-03", "state": "TX", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000228", "govtrack": 408631, "icpsr": 7342, "wikipedia": "Bishop W. Perkins", "house_history": 19561, "wikidata": "Q866341", "google_entity_id": "kg:/m/0cvxhw"}, "name": {"first": "Bishop", "middle": "Walden", "last": "Perkins"}, "bio": {"birthday": "1841-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KS", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1892-01-01", "end": "1893-12-31", "state": "KS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000047", "govtrack": 400708, "icpsr": 40, "wikipedia": "Silas Adams", "house_history": 8320, "wikidata": "Q1241101", "google_entity_id": "kg:/m/0dqb0f"}, "name": {"first": "Silas", "last": "Adams"}, "bio": {"birthday": "1839-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KY", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "A000080", "govtrack": 400739, "icpsr": 68, "house_history": 8370, "wikipedia": "John D. Alderson", "wikidata": "Q1699715", "google_entity_id": "kg:/m/03bz1zw"}, "name": {"first": "John", "middle": "Duffy", "last": "Alderson"}, "bio": {"birthday": "1854-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WV", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000102", "govtrack": 400760, "icpsr": 90, "wikipedia": "Sydenham Benoni Alexander", "house_history": 8399, "wikidata": "Q2373610", "google_entity_id": "kg:/m/04gpsp"}, "name": {"first": "Sydenham", "middle": "Benoni", "last": "Alexander"}, "bio": {"birthday": "1840-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "A000292", "govtrack": 400934, "icpsr": 244, "wikipedia": "Marshall Arnold", "house_history": 8667, "wikidata": "Q1458557", "google_entity_id": "kg:/m/02rz7jf"}, "name": {"first": "Marshall", "last": "Arnold"}, "bio": {"birthday": "1845-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MO", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "B000094", "govtrack": 401096, "icpsr": 389, "wikipedia": "Melvin Baldwin", "house_history": 8896, "wikidata": "Q591513", "google_entity_id": "kg:/m/0dgknf"}, "name": {"first": "Melvin", "middle": "Riley", "last": "Baldwin"}, "bio": {"birthday": "1838-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000159", "govtrack": 401161, "icpsr": 449, "wikipedia": "Lyman E. Barnes", "house_history": 8975, "wikidata": "Q1878721", "google_entity_id": "kg:/m/02vrpy6"}, "name": {"first": "Lyman", "middle": "Eddy", "last": "Barnes"}, "bio": {"birthday": "1855-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WI", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "B000218", "govtrack": 401215, "icpsr": 500, "wikipedia": "Charles Barwig", "house_history": 9056, "wikidata": "Q1063671", "google_entity_id": "kg:/m/02vrpz7"}, "name": {"first": "Charles", "last": "Barwig"}, "bio": {"birthday": "1837-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000294", "govtrack": 401287, "icpsr": 565, "wikipedia": "William M. Beckner", "house_history": 9157, "wikidata": "Q1343884", "google_entity_id": "kg:/m/02rj_t2"}, "name": {"first": "William", "middle": "Morgan", "last": "Beckner"}, "bio": {"birthday": "1841-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "B000355", "govtrack": 401347, "icpsr": 620, "wikipedia": "Frank Eckels Beltzhoover", "house_history": 9237, "wikidata": "Q5486414", "google_entity_id": "kg:/m/0ksfq9"}, "name": {"first": "Frank", "middle": "Eckels", "last": "Beltzhoover"}, "bio": {"birthday": "1841-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "B000504", "govtrack": 401483, "icpsr": 748, "house_history": 9426, "wikipedia": "John C. Black", "wikidata": "Q4166181", "google_entity_id": "kg:/m/06zn3v"}, "name": {"first": "John", "middle": "Charles", "last": "Black"}, "bio": {"birthday": "1839-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "B000524", "govtrack": 401500, "icpsr": 765, "wikipedia": "Henry W. Blair", "house_history": 9452, "wikidata": "Q761645", "google_entity_id": "kg:/m/0d7tp7"}, "name": {"first": "Henry", "middle": "William", "last": "Blair"}, "bio": {"birthday": "1834-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NH", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000590", "govtrack": 401558, "icpsr": 821, "wikipedia": "Haldor Boen", "house_history": 9540, "wikidata": "Q1570815", "google_entity_id": "kg:/m/0fk73g"}, "name": {"first": "Haldor", "middle": "Erickson", "last": "Boen"}, "bio": {"birthday": "1851-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MN", "district": 7, "party": "Populist"}]}, {"id": {"bioguide": "B000688", "govtrack": 401650, "icpsr": 902, "house_history": 9673, "wikipedia": "William H. Bower", "wikidata": "Q2579035", "google_entity_id": "kg:/m/02q6rv4"}, "name": {"first": "William", "middle": "Horton", "last": "Bower"}, "bio": {"birthday": "1850-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "B000765", "govtrack": 401724, "icpsr": 974, "wikipedia": "William A. B. Branch", "house_history": 9766, "wikidata": "Q2577679", "google_entity_id": "kg:/m/03c0225"}, "name": {"first": "William", "middle": "Augustus Blount", "last": "Branch"}, "bio": {"birthday": "1847-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000773", "govtrack": 401732, "icpsr": 981, "wikipedia": "Robert Franklin Bratton", "house_history": 9777, "wikidata": "Q404230", "google_entity_id": "kg:/m/026r5nb"}, "name": {"first": "Robert", "middle": "Franklin", "last": "Bratton"}, "bio": {"birthday": "1845-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000775", "govtrack": 401734, "icpsr": 983, "wikipedia": "William H. Brawley", "house_history": 9780, "wikidata": "Q2579032", "google_entity_id": "kg:/m/02vrp98"}, "name": {"first": "William", "middle": "Huggins", "last": "Brawley"}, "bio": {"birthday": "1841-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "SC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000784", "govtrack": 401742, "icpsr": 991, "wikipedia": "Clifton R. Breckinridge", "house_history": 9793, "wikidata": "Q1101387", "google_entity_id": "kg:/m/02rhdtf"}, "name": {"first": "Clifton", "middle": "Rodes", "last": "Breckinridge"}, "bio": {"birthday": "1846-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AR", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AR", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000790", "govtrack": 401747, "icpsr": 996, "house_history": 9801, "wikipedia": "William Campbell Preston Breckinridge", "wikidata": "Q2542900", "google_entity_id": "kg:/m/0gygpw"}, "name": {"first": "William", "middle": "Campbell Preston", "last": "Breckinridge"}, "bio": {"birthday": "1837-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000807", "govtrack": 401764, "icpsr": 1012, "wikipedia": "John L. Bretz", "house_history": 9823, "wikidata": "Q1700743", "google_entity_id": "kg:/m/02rkgtn"}, "name": {"first": "John", "middle": "Lewis", "last": "Bretz"}, "bio": {"birthday": "1852-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000821", "govtrack": 401778, "icpsr": 1025, "house_history": 9844, "wikipedia": "George H. Brickner", "wikidata": "Q1507457", "google_entity_id": "kg:/m/02r9llb"}, "name": {"first": "George", "middle": "H.", "last": "Brickner"}, "bio": {"birthday": "1834-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000886", "govtrack": 401843, "icpsr": 1083, "wikipedia": "Elijah V. Brookshire", "house_history": 9925, "wikidata": "Q1329428", "google_entity_id": "kg:/m/02rkfpk"}, "name": {"first": "Elijah", "middle": "Voorhees", "last": "Brookshire"}, "bio": {"birthday": "1856-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "B000924", "govtrack": 401879, "icpsr": 1114, "wikipedia": "Jason B. Brown", "house_history": 9973, "wikidata": "Q1421342", "google_entity_id": "kg:/m/02rkzgl"}, "name": {"first": "Jason", "middle": "Brevoort", "last": "Brown"}, "bio": {"birthday": "1839-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000995", "govtrack": 401946, "icpsr": 1179, "wikipedia": "William Jennings Bryan", "house_history": 10060, "wikidata": "Q205282", "google_entity_id": "kg:/m/0b3tf"}, "name": {"first": "William", "middle": "Jennings", "last": "Bryan"}, "bio": {"birthday": "1860-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NE", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NE", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B001059", "govtrack": 402006, "icpsr": 1237, "wikipedia": "Hezekiah S. Bundy", "house_history": 10139, "wikidata": "Q5750034", "google_entity_id": "kg:/m/02rm11j"}, "name": {"first": "Hezekiah", "middle": "Sanford", "last": "Bundy"}, "bio": {"birthday": "1817-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "B001062", "govtrack": 402009, "icpsr": 1240, "wikipedia": "Benjamin H. Bunn", "house_history": 10144, "wikidata": "Q817526", "google_entity_id": "kg:/m/02vn_l4"}, "name": {"first": "Benjamin", "middle": "Hickman", "last": "Bunn"}, "bio": {"gender": "M", "birthday": "1844-10-19"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B001115", "govtrack": 402060, "icpsr": 1285, "wikipedia": "Daniel Dee Burnes", "house_history": 10214, "wikidata": "Q1160423", "google_entity_id": "kg:/m/02rz5tq"}, "name": {"first": "Daniel", "middle": "Dee", "last": "Burnes"}, "bio": {"birthday": "1851-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B001205", "govtrack": 402146, "icpsr": 1363, "wikipedia": "William D. Bynum", "house_history": 10325, "wikidata": "Q2578385", "google_entity_id": "kg:/m/02rkhzs"}, "name": {"first": "William", "middle": "Dallas", "last": "Bynum"}, "bio": {"birthday": "1846-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000001", "govtrack": 402163, "icpsr": 1377, "wikipedia": "Thomas Banks Cabaniss", "house_history": 10444, "wikidata": "Q2422229", "google_entity_id": "kg:/m/0cxpb3"}, "name": {"first": "Thomas", "middle": "Banks", "last": "Cabaniss"}, "bio": {"birthday": "1835-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "GA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000010", "govtrack": 402172, "icpsr": 1385, "wikipedia": "Cornelius A. Cadmus", "house_history": 10455, "wikidata": "Q1133714", "google_entity_id": "kg:/m/02ry2gd"}, "name": {"first": "Cornelius", "middle": "Andrew", "last": "Cadmus"}, "bio": {"birthday": "1844-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NJ", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NJ", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000034", "govtrack": 402195, "icpsr": 1408, "wikipedia": "John A. Caldwell", "house_history": 10485, "wikidata": "Q1699052", "google_entity_id": "kg:/m/02rkzj9"}, "name": {"first": "John", "middle": "Alexander", "last": "Caldwell"}, "bio": {"birthday": "1852-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000062", "govtrack": 402220, "icpsr": 1432, "wikipedia": "Johnson N. Camden", "wikidata": "Q1702475", "google_entity_id": "kg:/m/0cwlqf"}, "name": {"first": "Johnson", "middle": "Newlon", "last": "Camden"}, "bio": {"birthday": "1828-03-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "WV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1893-08-07", "end": "1895-03-03", "state": "WV", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000069", "govtrack": 402227, "icpsr": 1438, "house_history": 10530, "wikipedia": "Anthony Caminetti", "wikidata": "Q428521", "google_entity_id": "kg:/m/0dfyz_"}, "name": {"first": "Anthony", "last": "Caminetti"}, "bio": {"birthday": "1854-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "CA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000103", "govtrack": 402256, "icpsr": 1467, "wikipedia": "Timothy J. Campbell", "house_history": 10573, "wikidata": "Q1385159", "google_entity_id": "kg:/m/08l3cc"}, "name": {"first": "Timothy", "middle": "John", "last": "Campbell"}, "bio": {"birthday": "1840-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "C000122", "govtrack": 402273, "icpsr": 1484, "wikipedia": "Marion Cannon", "house_history": 10601, "wikidata": "Q1168954", "google_entity_id": "kg:/m/0dm_vc"}, "name": {"first": "Marion", "last": "Cannon"}, "bio": {"birthday": "1834-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "CA", "district": 6, "party": "Populist"}]}, {"id": {"bioguide": "C000129", "govtrack": 402279, "icpsr": 1490, "house_history": 10610, "wikipedia": "James Capehart", "wikidata": "Q1680128", "google_entity_id": "kg:/m/03bz2dz"}, "name": {"first": "James", "last": "Capehart"}, "bio": {"birthday": "1847-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WV", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000208", "govtrack": 402354, "icpsr": 1557, "wikipedia": "Asher G. Caruth", "house_history": 10716, "wikidata": "Q725091", "google_entity_id": "kg:/m/02rgww6"}, "name": {"first": "Asher", "middle": "Graham", "last": "Caruth"}, "bio": {"birthday": "1844-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000257", "govtrack": 402401, "icpsr": 1605, "house_history": 10779, "wikipedia": "John W. Causey", "wikidata": "Q1702043", "google_entity_id": "kg:/m/09kls9"}, "name": {"first": "John", "middle": "Williams", "last": "Causey"}, "bio": {"birthday": "1841-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "C000354", "govtrack": 402493, "icpsr": 1692, "wikipedia": "Robert A. Childs", "house_history": 10898, "wikidata": "Q7341212", "google_entity_id": "kg:/m/02rkcm6"}, "name": {"first": "Robert", "middle": "Andrew", "last": "Childs"}, "bio": {"birthday": "1845-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "C000367", "govtrack": 402506, "icpsr": 1704, "wikipedia": "John Logan Chipman", "house_history": 10914, "wikidata": "Q1608971", "google_entity_id": "kg:/m/0cxpfn"}, "name": {"first": "John", "middle": "Logan", "last": "Chipman"}, "bio": {"birthday": "1830-06-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000410", "govtrack": 402549, "icpsr": 1742, "wikipedia": "John Michael Clancy", "house_history": 10966, "wikidata": "Q250529", "google_entity_id": "kg:/m/078_j2"}, "name": {"first": "John", "middle": "Michael", "last": "Clancy"}, "bio": {"birthday": "1837-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000585", "govtrack": 402714, "icpsr": 1900, "wikipedia": "Henry A. Coffeen", "house_history": 11184, "wikidata": "Q1606442", "google_entity_id": "kg:/m/0262ryf"}, "name": {"first": "Henry", "middle": "Asa", "last": "Coffeen"}, "bio": {"birthday": "1841-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WY", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "C000660", "govtrack": 402787, "icpsr": 1965, "wikipedia": "Barnes Compton", "house_history": 11281, "wikidata": "Q1862750", "google_entity_id": "kg:/m/0556xg"}, "name": {"first": "Barnes", "last": "Compton"}, "bio": {"birthday": "1830-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MD", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000683", "govtrack": 402809, "icpsr": 1985, "wikipedia": "Charles G. Conn", "house_history": 11310, "wikidata": "Q1064476", "google_entity_id": "kg:/m/02rkf4q"}, "name": {"first": "Charles", "middle": "Gerard", "last": "Conn"}, "bio": {"birthday": "1844-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IN", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "C000742", "govtrack": 402863, "icpsr": 2037, "wikipedia": "William J. Coombs", "house_history": 11383, "wikidata": "Q404494", "google_entity_id": "kg:/m/02rky4n"}, "name": {"first": "William", "middle": "Jerome", "last": "Coombs"}, "bio": {"birthday": "1833-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000750", "govtrack": 402871, "icpsr": 2045, "wikipedia": "George W. Cooper", "house_history": 11394, "wikidata": "Q1508420", "google_entity_id": "kg:/m/02rkg1l"}, "name": {"first": "George", "middle": "William", "last": "Cooper"}, "bio": {"birthday": "1851-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000786", "govtrack": 402906, "icpsr": 2075, "wikipedia": "Johnston Cornish", "house_history": 11439, "wikidata": "Q1702486", "google_entity_id": "kg:/m/02vn_g0"}, "name": {"first": "Johnston", "last": "Cornish"}, "bio": {"birthday": "1858-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000814", "govtrack": 402932, "icpsr": 2096, "wikipedia": "James W. Covert", "house_history": 11475, "wikidata": "Q111583", "google_entity_id": "kg:/m/026k8mz"}, "name": {"first": "James", "middle": "Way", "last": "Covert"}, "bio": {"birthday": "1842-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000115", "govtrack": 403252, "icpsr": 2396, "wikipedia": "John Davis (Kansas politician)", "house_history": 11974, "wikidata": "Q1699771", "google_entity_id": "kg:/m/02rmbq8"}, "name": {"first": "John", "last": "Davis"}, "bio": {"birthday": "1826-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KS", "district": 5, "party": "Populist"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KS", "district": 5, "party": "Populist"}]}, {"id": {"bioguide": "D000190", "govtrack": 403302, "icpsr": 2462, "wikipedia": "Robert E. De Forest", "house_history": 12066, "wikidata": "Q1424746", "google_entity_id": "kg:/m/02rl0pd"}, "name": {"first": "Robert", "middle": "Elliott", "last": "De Forest"}, "bio": {"birthday": "1845-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "CT", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "CT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000253", "govtrack": 403391, "icpsr": 2511, "wikipedia": "William Henry Denson", "house_history": 12143, "wikidata": "Q2579199", "google_entity_id": "kg:/m/02rk2dm"}, "name": {"first": "William", "middle": "Henry", "last": "Denson"}, "bio": {"birthday": "1846-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "D000420", "govtrack": 403533, "icpsr": 2661, "wikipedia": "Dennis D. Donovan", "house_history": 12353, "wikidata": "Q5258326", "google_entity_id": "kg:/m/02rl_jq"}, "name": {"first": "Dennis", "middle": "D.", "last": "Donovan"}, "bio": {"birthday": "1859-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "D000550", "govtrack": 403657, "icpsr": 2773, "house_history": 12511, "wikipedia": "John T. Dunn", "wikidata": "Q1701874", "google_entity_id": "kg:/m/02vn_9x"}, "name": {"first": "John", "middle": "Thomas", "last": "Dunn"}, "bio": {"birthday": "1838-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NJ", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "D000556", "govtrack": 403663, "icpsr": 2779, "house_history": 12519, "wikipedia": "Edward J. Dunphy", "wikidata": "Q1193003", "google_entity_id": "kg:/m/08l3hw"}, "name": {"first": "Edward", "middle": "John", "last": "Dunphy"}, "bio": {"birthday": "1856-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "D000564", "govtrack": 403667, "icpsr": 2785, "wikipedia": "Allan C. Durborow, Jr.", "house_history": 12529, "wikidata": "Q4476222", "google_entity_id": "kg:/m/02rk8th"}, "name": {"first": "Allan", "middle": "Cathcart", "last": "Durborow", "suffix": "Jr."}, "bio": {"birthday": "1857-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000057", "govtrack": 403752, "icpsr": 2856, "wikipedia": "Paul C. Edmunds", "house_history": 12670, "wikidata": "Q1571334", "google_entity_id": "kg:/m/02vrpnm"}, "name": {"first": "Paul", "middle": "Carrington", "last": "Edmunds"}, "bio": {"birthday": "1836-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "VA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "E000139", "govtrack": 403830, "icpsr": 2928, "wikipedia": "William Thomas Ellis", "house_history": 12767, "wikidata": "Q1650705", "google_entity_id": "kg:/m/02rk00_"}, "name": {"first": "William", "middle": "Thomas", "last": "Ellis"}, "bio": {"birthday": "1845-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000188", "govtrack": 403876, "icpsr": 2969, "wikipedia": "Thomas Dunn English", "house_history": 12830, "wikidata": "Q543060", "google_entity_id": "kg:/m/02x3080"}, "name": {"first": "Thomas", "middle": "Dunn", "last": "English"}, "bio": {"birthday": "1819-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NJ", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "E000189", "govtrack": 403877, "icpsr": 2970, "wikipedia": "Warren B. English", "house_history": 12831, "wikidata": "Q283160", "google_entity_id": "kg:/m/0d9xnc"}, "name": {"first": "Warren", "middle": "Barkley", "last": "English"}, "bio": {"birthday": "1840-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "CA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000192", "govtrack": 403880, "icpsr": 2973, "wikipedia": "Benjamin A. Enloe", "house_history": 12835, "wikidata": "Q817368", "google_entity_id": "kg:/m/0dk8m9"}, "name": {"first": "Benjamin", "middle": "Augustine", "last": "Enloe"}, "bio": {"birthday": "1848-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "E000193", "govtrack": 403881, "icpsr": 2974, "wikipedia": "William H. Enochs", "house_history": 12837, "wikidata": "Q8010391", "google_entity_id": "kg:/m/02rm3lp"}, "name": {"first": "William", "middle": "Henry", "last": "Enochs"}, "bio": {"birthday": "1842-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "E000195", "govtrack": 403882, "icpsr": 2975, "wikipedia": "James F. Epes", "house_history": 12841, "wikidata": "Q1680349", "google_entity_id": "kg:/m/02x400n"}, "name": {"first": "James", "middle": "Fletcher", "last": "Epes"}, "bio": {"birthday": "1842-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "VA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "E000269", "govtrack": 403948, "icpsr": 3030, "wikipedia": "William Everett", "house_history": 12933, "wikidata": "Q1419918", "google_entity_id": "kg:/m/026hqwb"}, "name": {"first": "William", "last": "Everett"}, "bio": {"birthday": "1839-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "F000045", "govtrack": 404005, "icpsr": 3081, "wikipedia": "Charles James Faulkner", "wikidata": "Q1065023", "google_entity_id": "kg:/m/0cwlyd"}, "name": {"first": "Charles", "middle": "James", "last": "Faulkner"}, "bio": {"gender": "M", "birthday": "1847-09-21"}, "terms": [{"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "WV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "WV", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000067", "govtrack": 404025, "icpsr": 3097, "wikipedia": "John R. Fellows", "house_history": 13050, "wikidata": "Q1027427", "google_entity_id": "kg:/m/02rkst3"}, "name": {"first": "John", "middle": "R.", "last": "Fellows"}, "bio": {"birthday": "1832-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "F000109", "govtrack": 404066, "icpsr": 3136, "wikipedia": "George Bragg Fielder", "house_history": 13110, "wikidata": "Q746803", "google_entity_id": "kg:/m/0dtgm7"}, "name": {"first": "George", "middle": "Bragg", "last": "Fielder"}, "bio": {"birthday": "1842-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NJ", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "F000157", "govtrack": 404112, "icpsr": 3176, "wikipedia": "Ashbel P. Fitch", "house_history": 13167, "wikidata": "Q2571029", "google_entity_id": "kg:/m/02rkmd2"}, "name": {"first": "Ashbel", "middle": "Parmelee", "last": "Fitch"}, "bio": {"birthday": "1848-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "F000162", "govtrack": 404117, "icpsr": 3180, "wikipedia": "George W. Fithian", "house_history": 13174, "wikidata": "Q5545607", "google_entity_id": "kg:/m/02rk9qq"}, "name": {"first": "George", "middle": "Washington", "last": "Fithian"}, "bio": {"birthday": "1854-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "F000275", "govtrack": 404225, "icpsr": 3278, "wikipedia": "William St. John Forman", "house_history": 13321, "wikidata": "Q8018687", "google_entity_id": "kg:/m/02rkdm5"}, "name": {"first": "William", "middle": "St. John", "last": "Forman"}, "bio": {"birthday": "1847-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "F000427", "govtrack": 404368, "icpsr": 3412, "wikipedia": "Benjamin F. Funk", "house_history": 13512, "wikidata": "Q4888532", "google_entity_id": "kg:/m/02rk8xy"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Funk"}, "bio": {"birthday": "1838-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "F000429", "govtrack": 404370, "icpsr": 3414, "wikipedia": "Edward H. Funston", "house_history": 13515, "wikidata": "Q1292420", "google_entity_id": "kg:/m/02rm9f0"}, "name": {"first": "Edward", "middle": "Hogue", "last": "Funston"}, "bio": {"birthday": "1836-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KS", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000436", "govtrack": 404377, "icpsr": 3418, "wikipedia": "Robert Washington Fyan", "wikidata": "Q602233", "google_entity_id": "kg:/m/02rz81z"}, "name": {"first": "Robert", "middle": "Washington", "last": "Fyan"}, "bio": {"birthday": "1835-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "G000113", "govtrack": 404485, "icpsr": 3520, "wikipedia": "Thomas J. Geary", "house_history": 13702, "wikidata": "Q964376", "google_entity_id": "kg:/m/02rjztf"}, "name": {"first": "Thomas", "middle": "J.", "last": "Geary"}, "bio": {"birthday": "1854-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "CA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000119", "govtrack": 404491, "icpsr": 3526, "wikipedia": "Jacob Augustus Geissenhainer", "house_history": 13709, "wikidata": "Q1677423", "google_entity_id": "kg:/m/078ygm"}, "name": {"first": "Jacob", "middle": "Augustus", "last": "Geissenhainer"}, "bio": {"birthday": "1839-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NJ", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000127", "govtrack": 404497, "icpsr": 3532, "wikipedia": "James Z. George", "wikidata": "Q5755975", "google_entity_id": "kg:/m/0348sm"}, "name": {"first": "James", "middle": "Zachariah", "last": "George"}, "bio": {"birthday": "1826-10-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "MS", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "MS", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1893-08-07", "end": "1897-12-31", "state": "MS", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000269", "govtrack": 404631, "icpsr": 3659, "wikipedia": "Julius Goldzier", "house_history": 13901, "wikidata": "Q6309822", "google_entity_id": "kg:/m/02rkbw4"}, "name": {"first": "Julius", "last": "Goldzier"}, "bio": {"birthday": "1854-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000292", "govtrack": 404651, "icpsr": 3677, "wikipedia": "Isaac Goodnight", "house_history": 13934, "wikidata": "Q1364165", "google_entity_id": "kg:/m/02q_m8r"}, "name": {"first": "Isaac", "middle": "Herschel", "last": "Goodnight"}, "bio": {"birthday": "1849-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000328", "govtrack": 404686, "icpsr": 3711, "wikipedia": "James S. Gorman", "house_history": 13978, "wikidata": "Q1681066", "google_entity_id": "kg:/m/027jx54"}, "name": {"first": "James", "middle": "Sedgwick", "last": "Gorman"}, "bio": {"birthday": "1850-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000350", "govtrack": 404706, "icpsr": 3729, "house_history": 14002, "wikipedia": "Benjamin F. Grady", "wikidata": "Q817465", "google_entity_id": "kg:/m/02kyh4"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Grady"}, "bio": {"birthday": "1831-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000358", "govtrack": 404713, "icpsr": 3736, "wikipedia": "John H. Graham", "house_history": 14013, "wikidata": "Q799521", "google_entity_id": "kg:/m/02rkscc"}, "name": {"first": "John", "middle": "Hugh", "last": "Graham"}, "bio": {"birthday": "1835-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "G000396", "govtrack": 404746, "icpsr": 3765, "wikipedia": "George Gray (senator)", "wikidata": "Q249041", "google_entity_id": "kg:/m/05k0zn"}, "name": {"first": "George", "last": "Gray"}, "bio": {"birthday": "1840-05-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1885-12-07", "end": "1887-03-03", "state": "DE", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "DE", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "DE", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000452", "govtrack": 404798, "icpsr": 3813, "wikipedia": "Walter Gresham (Texas politician)", "house_history": 14137, "wikidata": "Q1402324", "google_entity_id": "kg:/m/03c2ztt"}, "name": {"first": "Walter", "last": "Gresham"}, "bio": {"birthday": "1841-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TX", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "G000463", "govtrack": 404808, "icpsr": 3822, "wikipedia": "Levi T. Griffin", "house_history": 14148, "wikidata": "Q1821858", "google_entity_id": "kg:/m/026xr8w"}, "name": {"first": "Levi", "middle": "Thomas", "last": "Griffin"}, "bio": {"birthday": "1837-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000025", "govtrack": 404910, "icpsr": 3913, "house_history": 14320, "wikipedia": "Charles Delemere Haines", "wikidata": "Q5076814", "google_entity_id": "kg:/m/0fkm0l"}, "name": {"first": "Charles", "middle": "Delemere", "last": "Haines"}, "bio": {"birthday": "1856-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "H000065", "govtrack": 404950, "icpsr": 3951, "wikipedia": "Osee M. Hall", "house_history": 14368, "wikidata": "Q1479108", "google_entity_id": "kg:/m/0fk71q"}, "name": {"first": "Osee", "middle": "Matson", "last": "Hall"}, "bio": {"birthday": "1847-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000134", "govtrack": 405016, "icpsr": 4013, "wikipedia": "Thomas Hammond (politician)", "house_history": 14450, "wikidata": "Q1450072", "google_entity_id": "kg:/m/02rkhs7"}, "name": {"first": "Thomas", "last": "Hammond"}, "bio": {"birthday": "1843-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "H000201", "govtrack": 405081, "icpsr": 4068, "wikipedia": "Darius D. Hare", "house_history": 14535, "wikidata": "Q5222922", "google_entity_id": "kg:/m/02rl_cw"}, "name": {"first": "Darius", "middle": "Dodge", "last": "Hare"}, "bio": {"birthday": "1843-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "H000296", "govtrack": 405169, "icpsr": 4153, "wikipedia": "Michael D. Harter", "house_history": 14649, "wikidata": "Q6829632", "google_entity_id": "kg:/m/02rm2j9"}, "name": {"first": "Michael", "middle": "Daniel", "last": "Harter"}, "bio": {"birthday": "1846-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "H000339", "govtrack": 405208, "icpsr": 4188, "wikipedia": "William H. Hatch", "house_history": 14701, "wikidata": "Q2579071", "google_entity_id": "kg:/m/02rz8hq"}, "name": {"first": "William", "middle": "Henry", "last": "Hatch"}, "bio": {"birthday": "1833-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MO", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MO", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000351", "govtrack": 405220, "icpsr": 4196, "wikipedia": "Nils P. Haugen", "house_history": 14715, "wikidata": "Q729364", "google_entity_id": "kg:/m/02vrq99"}, "name": {"first": "Nils", "middle": "Pederson", "last": "Haugen"}, "bio": {"birthday": "1849-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WI", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "H000394", "govtrack": 405262, "icpsr": 4233, "wikipedia": "Walter I. Hayes", "house_history": 14769, "wikidata": "Q2544863", "google_entity_id": "kg:/m/02rk89b"}, "name": {"first": "Walter", "middle": "Ingalls", "last": "Hayes"}, "bio": {"birthday": "1841-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000427", "govtrack": 405293, "icpsr": 4265, "wikipedia": "John T. Heard", "house_history": 14807, "wikidata": "Q1327413", "google_entity_id": "kg:/m/02rxb9t"}, "name": {"first": "John", "middle": "Taddeus", "last": "Heard"}, "bio": {"birthday": "1840-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000485", "govtrack": 405348, "icpsr": 4312, "house_history": 14882, "wikipedia": "John S. Henderson", "wikidata": "Q1701647", "google_entity_id": "kg:/m/03b_z9v"}, "name": {"first": "John", "middle": "Steele", "last": "Henderson"}, "bio": {"birthday": "1846-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000489", "govtrack": 405352, "icpsr": 4316, "wikipedia": "Thomas J. Henderson (politician)", "house_history": 14887, "wikidata": "Q7791080", "google_entity_id": "kg:/m/02rkd0z"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Henderson"}, "bio": {"birthday": "1824-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "H000496", "govtrack": 405359, "icpsr": 4322, "wikipedia": "Joseph C. Hendrix", "house_history": 14899, "wikidata": "Q404667", "google_entity_id": "kg:/m/02rldp_"}, "name": {"first": "Joseph", "middle": "Clifford", "last": "Hendrix"}, "bio": {"birthday": "1853-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000521", "govtrack": 405384, "icpsr": 4346, "wikipedia": "Winder Laird Henry", "house_history": 14928, "wikidata": "Q404480", "google_entity_id": "kg:/m/0ks3s2"}, "name": {"first": "Winder", "middle": "Laird", "last": "Henry"}, "bio": {"birthday": "1864-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000635", "govtrack": 405491, "icpsr": 4447, "wikipedia": "William Henry Hines", "house_history": 15069, "wikidata": "Q8012045", "google_entity_id": "kg:/m/0ksfhw"}, "name": {"first": "William", "middle": "Henry", "last": "Hines"}, "bio": {"birthday": "1856-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "H000769", "govtrack": 405619, "icpsr": 4563, "wikipedia": "Albert Cole Hopkins", "house_history": 15237, "wikidata": "Q4709953", "google_entity_id": "kg:/m/0ksflw"}, "name": {"first": "Albert", "middle": "Cole", "last": "Hopkins"}, "bio": {"birthday": "1837-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "H000816", "govtrack": 405663, "icpsr": 4604, "wikipedia": "George W. Houk", "house_history": 15293, "wikidata": "Q5545647", "google_entity_id": "kg:/m/0czknq"}, "name": {"first": "George", "middle": "Washington", "last": "Houk"}, "bio": {"birthday": "1825-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000817", "govtrack": 405664, "icpsr": 4605, "wikipedia": "John C. Houk", "house_history": 15295, "wikidata": "Q167866", "google_entity_id": "kg:/m/0djkvs"}, "name": {"first": "John", "middle": "Chiles", "last": "Houk"}, "bio": {"birthday": "1860-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000909", "govtrack": 405755, "icpsr": 4689, "wikipedia": "Thomas Jefferson Hudson", "house_history": 15408, "wikidata": "Q2425065", "google_entity_id": "kg:/m/02rm9kh"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Hudson"}, "bio": {"birthday": "1839-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KS", "district": 3, "party": "Populist"}]}, {"id": {"bioguide": "I000008", "govtrack": 405870, "icpsr": 4797, "wikipedia": "George P. Ikirt", "house_history": 15627, "wikidata": "Q1390460", "google_entity_id": "kg:/m/0d9vss"}, "name": {"first": "George", "middle": "Pierce", "last": "Ikirt"}, "bio": {"birthday": "1852-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "I000054", "govtrack": 405908, "icpsr": 4838, "wikipedia": "James F. Izlar", "house_history": 15685, "wikidata": "Q1680354", "google_entity_id": "kg:/m/02rtqls"}, "name": {"first": "James", "middle": "Ferdinand", "last": "Izlar"}, "bio": {"birthday": "1832-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "SC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000178", "govtrack": 406073, "icpsr": 4994, "house_history": 15922, "wikipedia": "Tom L. Johnson", "wikidata": "Q175239", "google_entity_id": "kg:/m/03nhw1"}, "name": {"first": "Tom", "middle": "Loftin", "last": "Johnson"}, "bio": {"birthday": "1854-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "J000270", "govtrack": 406162, "icpsr": 5075, "wikipedia": "Edwin J. Jorden", "house_history": 16035, "wikidata": "Q5346547", "google_entity_id": "kg:/m/0ksf4y"}, "name": {"first": "Edwin", "middle": "James", "last": "Jorden"}, "bio": {"birthday": "1863-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "J000272", "govtrack": 406164, "wikipedia": "Antonio Joseph (politician)", "house_history": 16039, "wikidata": "Q602586", "google_entity_id": "kg:/m/02rqb0c"}, "name": {"first": "Antonio", "last": "Joseph"}, "bio": {"birthday": "1846-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NM", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NM", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NM", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NM", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NM", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "K000173", "govtrack": 406336, "icpsr": 5237, "wikipedia": "Constantine B. Kilgore", "house_history": 16294, "wikidata": "Q1128022", "google_entity_id": "kg:/m/03c2zn_"}, "name": {"first": "Constantine", "middle": "Buckley", "last": "Kilgore"}, "bio": {"birthday": "1835-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TX", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "K000330", "govtrack": 406484, "icpsr": 5368, "wikipedia": "George Frederic Kribbs", "house_history": 16497, "wikidata": "Q5539442", "google_entity_id": "kg:/m/0ksfp4"}, "name": {"first": "George", "middle": "Frederic", "last": "Kribbs"}, "bio": {"gender": "M", "birthday": "1846-11-08"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 28, "party": "Democrat"}]}, {"id": {"bioguide": "L000058", "govtrack": 406567, "icpsr": 5440, "house_history": 16657, "wikipedia": "Edward Lane", "wikidata": "Q5344049", "google_entity_id": "kg:/m/08mp2q"}, "name": {"first": "Edward", "last": "Lane"}, "bio": {"birthday": "1842-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "L000093", "govtrack": 406601, "icpsr": 5474, "wikipedia": "Oscar Lapham", "house_history": 16709, "wikidata": "Q917391", "google_entity_id": "kg:/m/02rjxrs"}, "name": {"first": "Oscar", "last": "Lapham"}, "bio": {"birthday": "1837-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "RI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000312", "govtrack": 406806, "icpsr": 5665, "wikipedia": "William Lilly (congressman)", "house_history": 16980, "wikidata": "Q8014565", "google_entity_id": "kg:/m/0ksf0d"}, "name": {"first": "William", "last": "Lilly"}, "bio": {"birthday": "1821-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "L000345", "govtrack": 406837, "icpsr": 5695, "wikipedia": "Marcus C. Lisle", "house_history": 17024, "wikidata": "Q1894100", "google_entity_id": "kg:/m/02rjx4w"}, "name": {"first": "Marcus", "middle": "Claiborne", "last": "Lisle"}, "bio": {"birthday": "1862-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "L000392", "govtrack": 406884, "icpsr": 5737, "wikipedia": "Daniel N. Lockwood", "house_history": 17080, "wikidata": "Q5218233", "google_entity_id": "kg:/m/0270df9"}, "name": {"first": "Daniel", "middle": "Newton", "last": "Lockwood"}, "bio": {"birthday": "1844-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 32, "party": "Democrat"}]}, {"id": {"bioguide": "L000495", "govtrack": 406982, "icpsr": 5825, "house_history": 17210, "wikipedia": "William V. Lucas", "wikidata": "Q2580838", "google_entity_id": "kg:/m/02770mj"}, "name": {"first": "William", "middle": "Vincent", "last": "Lucas"}, "bio": {"birthday": "1835-07-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "SD", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "L000534", "govtrack": 407019, "icpsr": 5856, "wikipedia": "Thomas Lynch (congressman)", "house_history": 17261, "wikidata": "Q2425909", "google_entity_id": "kg:/m/033d0r"}, "name": {"first": "Thomas", "last": "Lynch"}, "bio": {"birthday": "1844-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "WI", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WI", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M000051", "govtrack": 407079, "icpsr": 5911, "wikipedia": "Thomas F. Magner", "house_history": 17391, "wikidata": "Q799517", "google_entity_id": "kg:/m/02rkx27"}, "name": {"first": "Thomas", "middle": "Francis", "last": "Magner"}, "bio": {"birthday": "1860-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000156", "govtrack": 407178, "icpsr": 6002, "house_history": 17516, "wikipedia": "James William Marshall (politician)", "wikidata": "Q1681301", "google_entity_id": "kg:/m/03c4vf3"}, "name": {"first": "James", "middle": "William", "last": "Marshall"}, "bio": {"birthday": "1844-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "VA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M000167", "govtrack": 407189, "icpsr": 6013, "wikipedia": "Augustus N. Martin", "house_history": 17532, "wikidata": "Q770526", "google_entity_id": "kg:/m/02rkd_k"}, "name": {"first": "Augustus", "middle": "Newton", "last": "Martin"}, "bio": {"birthday": "1847-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IN", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "M000185", "govtrack": 407206, "icpsr": 6027, "wikipedia": "John Martin (Kansas)", "wikidata": "Q1700977", "google_entity_id": "kg:/m/075l2b"}, "name": {"first": "John", "last": "Martin"}, "bio": {"birthday": "1833-11-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1893-08-07", "end": "1895-03-03", "state": "KS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000209", "govtrack": 407228, "icpsr": 6047, "wikipedia": "Francis Marvin", "house_history": 17581, "wikidata": "Q3736931", "google_entity_id": "kg:/m/02rkz1w"}, "name": {"first": "Francis", "last": "Marvin"}, "bio": {"birthday": "1828-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "M000401", "govtrack": 407402, "icpsr": 6210, "wikipedia": "John James McDannold", "house_history": 17827, "wikidata": "Q6241573", "google_entity_id": "kg:/m/027m8py"}, "name": {"first": "John", "middle": "James", "last": "McDannold"}, "bio": {"birthday": "1851-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "M000417", "govtrack": 407417, "icpsr": 6223, "wikipedia": "Alexander McDowell", "house_history": 17850, "wikidata": "Q13219710", "google_entity_id": "kg:/m/0ksf00"}, "name": {"first": "Alexander", "last": "McDowell"}, "bio": {"birthday": "1845-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000430", "govtrack": 407430, "icpsr": 6236, "wikipedia": "Michael J. McEttrick", "house_history": 17865, "wikidata": "Q1269113", "google_entity_id": "kg:/m/02rjx9p"}, "name": {"first": "Michael", "middle": "Joseph", "last": "McEttrick"}, "bio": {"birthday": "1848-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MA", "district": 10, "party": "Ind. Democrat"}]}, {"id": {"bioguide": "M000488", "govtrack": 407483, "icpsr": 6283, "wikipedia": "William McMahon McKaig", "house_history": 17936, "wikidata": "Q980963", "google_entity_id": "kg:/m/0dz8g5"}, "name": {"first": "William", "middle": "McMahon", "last": "McKaig"}, "bio": {"birthday": "1845-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MD", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000498", "govtrack": 407493, "icpsr": 6292, "wikipedia": "William A. McKeighan", "house_history": 17950, "wikidata": "Q1366285", "google_entity_id": "kg:/m/09xgbp"}, "name": {"first": "William", "middle": "Arthur", "last": "McKeighan"}, "bio": {"birthday": "1842-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NE", "district": 2, "party": "Populist"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NE", "district": 5, "party": "Populist"}]}, {"id": {"bioguide": "M000580", "govtrack": 407571, "icpsr": 6364, "wikipedia": "William F. McNagny", "house_history": 18050, "wikidata": "Q2578754", "google_entity_id": "kg:/m/02rkj1w"}, "name": {"first": "William", "middle": "Forgy", "last": "McNagny"}, "bio": {"birthday": "1850-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IN", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "M000821", "govtrack": 407796, "icpsr": 6568, "wikipedia": "John L. Mitchell", "house_history": 18361, "wikidata": "Q1700763", "google_entity_id": "kg:/m/080bzl"}, "name": {"first": "John", "middle": "Lendrum", "last": "Mitchell"}, "bio": {"birthday": "1842-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "WI", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000863", "govtrack": 407836, "icpsr": 6600, "wikipedia": "Alexander B. Montgomery", "house_history": 18418, "wikidata": "Q2641767", "google_entity_id": "kg:/m/02rgv1s"}, "name": {"first": "Alexander", "middle": "Brooks", "last": "Montgomery"}, "bio": {"birthday": "1837-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000885", "govtrack": 407857, "icpsr": 6619, "wikipedia": "John W. Moon", "house_history": 18445, "wikidata": "Q1702072", "google_entity_id": "kg:/m/02q1cj9"}, "name": {"first": "John", "middle": "Wesley", "last": "Moon"}, "bio": {"birthday": "1836-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MI", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "M000901", "govtrack": 407873, "icpsr": 6635, "wikipedia": "Horace Ladd Moore", "house_history": 18466, "wikidata": "Q140167", "google_entity_id": "kg:/m/02rm9yj"}, "name": {"first": "Horace", "middle": "Ladd", "last": "Moore"}, "bio": {"birthday": "1837-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M001090", "govtrack": 408054, "icpsr": 6806, "wikipedia": "Edward Murphy Jr.", "wikidata": "Q945610", "google_entity_id": "kg:/m/09wnxg"}, "name": {"first": "Edward", "last": "Murphy", "suffix": "Jr."}, "bio": {"birthday": "1836-12-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "NY", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M001125", "govtrack": 408087, "icpsr": 6834, "wikipedia": "William Mutchler", "house_history": 18733, "wikidata": "Q8015977", "google_entity_id": "kg:/m/0ggh1q"}, "name": {"first": "William", "last": "Mutchler"}, "bio": {"birthday": "1831-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "O000040", "govtrack": 408284, "icpsr": 7028, "house_history": 19119, "wikipedia": "Charles Triplett O'Ferrall", "wikidata": "Q539675", "google_entity_id": "kg:/m/038vh0"}, "name": {"first": "Charles", "middle": "Triplett", "last": "O'Ferrall"}, "bio": {"birthday": "1840-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "VA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "O000092", "govtrack": 408301, "icpsr": 7075, "wikipedia": "Joseph H. O'Neil", "house_history": 19178, "wikidata": "Q1707161", "google_entity_id": "kg:/m/02rjwh6"}, "name": {"first": "Joseph", "middle": "Henry", "last": "O'Neil"}, "bio": {"birthday": "1853-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "O000093", "govtrack": 408302, "icpsr": 7076, "wikipedia": "Charles O'Neill (Pennsylvania politician)", "house_history": 19180, "wikidata": "Q5081317", "google_entity_id": "kg:/m/0ddjt9"}, "name": {"first": "Charles", "last": "O'Neill"}, "bio": {"birthday": "1821-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "O000097", "govtrack": 408306, "icpsr": 7080, "wikipedia": "John Joseph O'Neill (U.S. politician)", "house_history": 19185, "wikidata": "Q473424", "google_entity_id": "kg:/m/02vn_2b"}, "name": {"first": "John", "middle": "Joseph", "last": "O'Neill"}, "bio": {"birthday": "1846-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "O000005", "govtrack": 408317, "icpsr": 6996, "wikipedia": "William C. Oates", "house_history": 19075, "wikidata": "Q887318", "google_entity_id": "kg:/m/02xwp6"}, "name": {"first": "William", "middle": "Calvin", "last": "Oates"}, "bio": {"birthday": "1835-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "O000136", "govtrack": 408388, "icpsr": 7116, "wikipedia": "Joseph H. Outhwaite", "house_history": 19235, "wikidata": "Q6283694", "google_entity_id": "kg:/m/02rm237"}, "name": {"first": "Joseph", "middle": "Hodson", "last": "Outhwaite"}, "bio": {"birthday": "1841-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "P000015", "govtrack": 408426, "icpsr": 7153, "wikipedia": "Charles H. Page", "house_history": 19301, "wikidata": "Q1064675", "google_entity_id": "kg:/m/02rhd76"}, "name": {"first": "Charles", "middle": "Harrison", "last": "Page"}, "bio": {"birthday": "1843-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "RI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000094", "govtrack": 408504, "icpsr": 7226, "wikipedia": "Thomas M. Paschal", "house_history": 19388, "wikidata": "Q1648489", "google_entity_id": "kg:/m/02rvb5y"}, "name": {"first": "Thomas", "middle": "Moore", "last": "Paschal"}, "bio": {"birthday": "1845-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TX", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "P000095", "govtrack": 408505, "icpsr": 7227, "wikipedia": "Samuel Pasco", "wikidata": "Q258629", "google_entity_id": "kg:/m/093hmp"}, "name": {"first": "Samuel", "last": "Pasco"}, "bio": {"birthday": "1834-06-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "FL", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "FL", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000164", "govtrack": 408569, "icpsr": 7285, "wikipedia": "Albert J. Pearson", "house_history": 19481, "wikidata": "Q4710544", "google_entity_id": "kg:/m/02rlznh"}, "name": {"first": "Albert", "middle": "Jackson", "last": "Pearson"}, "bio": {"birthday": "1846-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "P000199", "govtrack": 408602, "icpsr": 7315, "wikipedia": "Lafe Pence", "house_history": 19521, "wikidata": "Q1800169", "google_entity_id": "kg:/m/02rjwqf"}, "name": {"first": "Lafayette", "last": "Pence", "nickname": "Lafe"}, "bio": {"birthday": "1857-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "CO", "district": 1, "party": "Populist"}]}, {"id": {"bioguide": "P000205", "govtrack": 408608, "icpsr": 7321, "wikipedia": "John O. Pendleton", "house_history": 19530, "wikidata": "Q1701240", "google_entity_id": "kg:/m/02rz8yt"}, "name": {"first": "John", "middle": "Overton", "last": "Pendleton"}, "bio": {"birthday": "1851-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WV", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000344", "govtrack": 408741, "icpsr": 7446, "wikipedia": "James P. Pigott", "house_history": 19705, "wikidata": "Q1505457", "google_entity_id": "kg:/m/02rhjd9"}, "name": {"first": "James", "middle": "Protus", "last": "Pigott"}, "bio": {"birthday": "1852-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "CT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000037", "govtrack": 409018, "icpsr": 7713, "wikipedia": "Charles S. Randall", "house_history": 20122, "wikidata": "Q1065986", "google_entity_id": "kg:/m/02pm96l"}, "name": {"first": "Charles", "middle": "Sturtevant", "last": "Randall"}, "bio": {"birthday": "1824-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "R000153", "govtrack": 409130, "icpsr": 7814, "wikipedia": "James Bernard Reilly", "house_history": 20275, "wikidata": "Q6129722", "google_entity_id": "kg:/m/0ksfjm"}, "name": {"first": "James", "middle": "Bernard", "last": "Reilly"}, "bio": {"birthday": "1845-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "R000213", "govtrack": 409189, "icpsr": 7868, "wikipedia": "James A. D. Richards", "house_history": 20346, "wikidata": "Q13219466", "google_entity_id": "kg:/m/02rm18r"}, "name": {"first": "James", "middle": "Alexander Dudley", "last": "Richards"}, "bio": {"birthday": "1845-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "R000220", "govtrack": 409196, "icpsr": 7875, "wikipedia": "George F. Richardson", "house_history": 20355, "wikidata": "Q972047", "google_entity_id": "kg:/m/02ppxb0"}, "name": {"first": "George", "middle": "Frederick", "last": "Richardson"}, "bio": {"birthday": "1850-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000272", "govtrack": 409246, "icpsr": 7918, "wikipedia": "Byron F. Ritchie", "house_history": 20422, "wikidata": "Q5004346", "google_entity_id": "kg:/m/02rl_0w"}, "name": {"first": "Byron", "middle": "Foster", "last": "Ritchie"}, "bio": {"birthday": "1853-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "R000290", "govtrack": 409263, "icpsr": 7934, "wikipedia": "William N. Roach", "wikidata": "Q1648993", "google_entity_id": "kg:/m/0cv_42"}, "name": {"first": "William", "middle": "Nathaniel", "last": "Roach"}, "bio": {"birthday": "1840-09-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "ND", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000561", "govtrack": 409517, "icpsr": 8159, "wikipedia": "William Ryan (53rd Congress)", "house_history": 20770, "wikidata": "Q3460808", "google_entity_id": "kg:/m/02rldtf"}, "name": {"first": "William", "last": "Ryan"}, "bio": {"birthday": "1840-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "S000123", "govtrack": 409631, "icpsr": 8262, "wikipedia": "Simon J. Schermerhorn", "house_history": 21289, "wikidata": "Q7519044", "google_entity_id": "kg:/m/0269yd2"}, "name": {"first": "Simon", "middle": "Jacob", "last": "Schermerhorn"}, "bio": {"birthday": "1827-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "S000305", "govtrack": 409803, "icpsr": 8416, "wikipedia": "George B. Shaw", "house_history": 21515, "wikidata": "Q915258", "google_entity_id": "kg:/m/02vrqs2"}, "name": {"first": "George", "middle": "Bullen", "last": "Shaw"}, "bio": {"birthday": "1854-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "S000324", "govtrack": 409821, "icpsr": 8434, "wikipedia": "George W. Shell", "house_history": 21541, "wikidata": "Q1508460", "google_entity_id": "kg:/m/02vrp9m"}, "name": {"first": "George", "middle": "Washington", "last": "Shell"}, "bio": {"birthday": "1831-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000346", "govtrack": 409842, "icpsr": 8454, "house_history": 21569, "wikipedia": "John Sherman", "wikidata": "Q445392", "google_entity_id": "kg:/m/0clwr"}, "name": {"first": "John", "last": "Sherman"}, "bio": {"birthday": "1823-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "OH", "district": 13, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "sen", "start": "1861-07-04", "end": "1867-03-03", "state": "OH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1867-03-04", "end": "1873-03-03", "state": "OH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1873-12-01", "end": "1877-12-31", "state": "OH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "OH", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "OH", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1893-08-07", "end": "1897-12-31", "state": "OH", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000402", "govtrack": 409896, "icpsr": 8503, "house_history": 21639, "wikipedia": "Daniel Sickles", "wikidata": "Q1160530", "google_entity_id": "kg:/m/033nqh"}, "name": {"first": "Daniel", "middle": "Edgar", "last": "Sickles"}, "bio": {"birthday": "1819-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "S000451", "govtrack": 409944, "icpsr": 8547, "wikipedia": "William Allen Sipe", "house_history": 21699, "wikidata": "Q8004360", "google_entity_id": "kg:/m/0ksfkc"}, "name": {"first": "William", "middle": "Allen", "last": "Sipe"}, "bio": {"birthday": "1844-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "S000561", "govtrack": 410043, "icpsr": 8641, "wikipedia": "James Smith Jr.", "wikidata": "Q6143301", "google_entity_id": "kg:/m/0b35xd"}, "name": {"first": "James", "last": "Smith", "suffix": "Jr."}, "bio": {"birthday": "1851-06-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "NJ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000655", "govtrack": 410129, "icpsr": 8724, "wikipedia": "Henry C. Snodgrass", "house_history": 21943, "wikidata": "Q1606572", "google_entity_id": "kg:/m/0dngzm"}, "name": {"first": "Henry", "middle": "Clay", "last": "Snodgrass"}, "bio": {"birthday": "1848-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000677", "govtrack": 410149, "icpsr": 8740, "wikipedia": "Peter J. Somers", "house_history": 21975, "wikidata": "Q1309484", "google_entity_id": "kg:/m/07c9wd"}, "name": {"first": "Peter", "middle": "J.", "last": "Somers"}, "bio": {"birthday": "1850-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WI", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000732", "govtrack": 410201, "icpsr": 8792, "wikipedia": "Lewis Sperry", "house_history": 22041, "wikidata": "Q1822155", "google_entity_id": "kg:/m/02q2fqh"}, "name": {"first": "Lewis", "last": "Sperry"}, "bio": {"birthday": "1848-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "CT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000757", "govtrack": 410224, "icpsr": 8815, "wikipedia": "William McKendree Springer", "house_history": 22073, "wikidata": "Q6799284", "google_entity_id": "kg:/m/0dftrw"}, "name": {"first": "William", "middle": "McKendree", "last": "Springer"}, "bio": {"birthday": "1836-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "S000884", "govtrack": 410346, "icpsr": 8914, "wikipedia": "Moses T. Stevens", "house_history": 22232, "wikidata": "Q1949225", "google_entity_id": "kg:/m/02rl4bp"}, "name": {"first": "Moses", "middle": "Tyler", "last": "Stevens"}, "bio": {"birthday": "1825-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000932", "govtrack": 410391, "icpsr": 8957, "wikipedia": "Francis B. Stockbridge", "wikidata": "Q1441380", "google_entity_id": "kg:/m/03k5x4"}, "name": {"first": "Francis", "middle": "Brown", "last": "Stockbridge"}, "bio": {"birthday": "1826-04-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "MI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1893-08-07", "end": "1895-03-03", "state": "MI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000934", "govtrack": 410393, "icpsr": 8959, "wikipedia": "T. R. Stockdale", "house_history": 22293, "wikidata": "Q2383389", "google_entity_id": "kg:/m/02ry1sd"}, "name": {"first": "Thomas", "middle": "Ringland", "last": "Stockdale"}, "bio": {"birthday": "1828-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MS", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000969", "govtrack": 410428, "icpsr": 8990, "house_history": 22341, "wikipedia": "William Johnson Stone", "wikidata": "Q1670203", "google_entity_id": "kg:/m/057xp27"}, "name": {"first": "William", "middle": "Johnson", "last": "Stone"}, "bio": {"birthday": "1841-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000970", "govtrack": 410430, "icpsr": 8992, "wikipedia": "Bellamy Storer (1847\u20131922)", "house_history": 22342, "wikidata": "Q815797", "google_entity_id": "kg:/m/02rm4hx"}, "name": {"first": "Bellamy", "last": "Storer"}, "bio": {"birthday": "1847-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S001000", "govtrack": 410458, "icpsr": 9020, "wikipedia": "Isidor Straus", "house_history": 22375, "wikidata": "Q707974", "google_entity_id": "kg:/m/05cv0j"}, "name": {"first": "Isidor", "last": "Straus"}, "bio": {"birthday": "1845-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "S001110", "govtrack": 410562, "icpsr": 9120, "wikipedia": "Willis Sweet", "house_history": 22509, "wikidata": "Q2581553", "google_entity_id": "kg:/m/0d5zng"}, "name": {"first": "Willis", "last": "Sweet"}, "bio": {"birthday": "1856-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "ID", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000064", "govtrack": 410650, "icpsr": 9198, "house_history": 22714, "wikipedia": "Alfred A. Taylor", "wikidata": "Q884027", "google_entity_id": "kg:/m/03jxhn"}, "name": {"first": "Alfred", "middle": "Alexander", "last": "Taylor"}, "bio": {"birthday": "1848-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000065", "govtrack": 410651, "icpsr": 9199, "wikipedia": "Arthur H. Taylor", "house_history": 22715, "wikidata": "Q709639", "google_entity_id": "kg:/m/02rkdzw"}, "name": {"first": "Arthur", "middle": "Herbert", "last": "Taylor"}, "bio": {"birthday": "1852-02-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000341", "govtrack": 410912, "icpsr": 9445, "wikipedia": "Charles Tracey", "house_history": 23053, "wikidata": "Q5083017", "google_entity_id": "kg:/m/02rknbb"}, "name": {"first": "Charles", "last": "Tracey"}, "bio": {"birthday": "1847-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "T000432", "govtrack": 411000, "icpsr": 9526, "wikipedia": "David Turpie", "wikidata": "Q260534", "google_entity_id": "kg:/m/093b59"}, "name": {"first": "David", "last": "Turpie"}, "bio": {"birthday": "1828-07-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1863-12-07", "end": "1863-12-31", "state": "IN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "IN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "IN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000434", "govtrack": 411002, "icpsr": 9528, "wikipedia": "Louis Washington Turpin", "house_history": 23167, "wikidata": "Q1872040", "google_entity_id": "kg:/m/02rk22_"}, "name": {"first": "Louis", "middle": "Washington", "last": "Turpin"}, "bio": {"birthday": "1849-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AL", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "V000063", "govtrack": 411105, "icpsr": 9639, "wikipedia": "John Van Voorhis", "house_history": 20950, "wikidata": "Q6261781", "google_entity_id": "kg:/m/026n1wl"}, "name": {"first": "John", "last": "Van Voorhis"}, "bio": {"birthday": "1826-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "W000153", "govtrack": 411327, "icpsr": 9832, "wikipedia": "John De Witt Warner", "house_history": 23392, "wikidata": "Q2161525", "google_entity_id": "kg:/m/027lfg4"}, "name": {"first": "John", "middle": "De Witt", "last": "Warner"}, "bio": {"gender": "M", "birthday": "1851-10-30"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "W000214", "govtrack": 411383, "icpsr": 9884, "wikipedia": "Daniel W. Waugh", "house_history": 23473, "wikidata": "Q1163040", "google_entity_id": "kg:/m/02rkfcy"}, "name": {"first": "Daniel", "middle": "Webster", "last": "Waugh"}, "bio": {"birthday": "1842-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000219", "govtrack": 411387, "icpsr": 9888, "wikipedia": "Thomas A. E. Weadock", "house_history": 23480, "wikidata": "Q2421884", "google_entity_id": "kg:/m/02q2f1j"}, "name": {"first": "Thomas", "middle": "Addis Emmet", "last": "Weadock"}, "bio": {"birthday": "1850-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MI", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MI", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "W000286", "govtrack": 411451, "icpsr": 9946, "wikipedia": "Owen A. Wells", "house_history": 23562, "wikidata": "Q116897", "google_entity_id": "kg:/m/02vrqvh"}, "name": {"first": "Owen", "middle": "Augustine", "last": "Wells"}, "bio": {"birthday": "1844-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WI", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000313", "govtrack": 411477, "icpsr": 9971, "wikipedia": "John M. Wever", "house_history": 23589, "wikidata": "Q13219188", "google_entity_id": "kg:/m/02q6zy2"}, "name": {"first": "John", "middle": "Madison", "last": "Wever"}, "bio": {"birthday": "1847-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "W000335", "govtrack": 411497, "icpsr": 9989, "wikipedia": "Hamilton K. Wheeler", "house_history": 23615, "wikidata": "Q5645032", "google_entity_id": "kg:/m/02rk9v4"}, "name": {"first": "Hamilton", "middle": "Kinkaid", "last": "Wheeler"}, "bio": {"birthday": "1848-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000394", "govtrack": 411554, "icpsr": 10045, "wikipedia": "Stephen M. White", "wikidata": "Q2344940", "google_entity_id": "kg:/m/03sglq"}, "name": {"first": "Stephen", "middle": "Mallory", "last": "White"}, "bio": {"birthday": "1853-01-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "CA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000398", "govtrack": 411558, "icpsr": 10049, "wikipedia": "William J. White", "house_history": 23688, "wikidata": "Q2579478", "google_entity_id": "kg:/m/02rm3n1"}, "name": {"first": "William", "middle": "John", "last": "White"}, "bio": {"birthday": "1850-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "W000415", "govtrack": 411574, "icpsr": 10064, "wikipedia": "Justin Rice Whiting", "house_history": 23707, "wikidata": "Q1701873", "google_entity_id": "kg:/m/0d8f8h"}, "name": {"first": "Justin", "middle": "Rice", "last": "Whiting"}, "bio": {"birthday": "1847-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MI", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "W000623", "govtrack": 411777, "icpsr": 10262, "wikipedia": "William Lyne Wilson", "house_history": 23955, "wikidata": "Q376232", "google_entity_id": "kg:/m/03836n"}, "name": {"first": "William", "middle": "Lyne", "last": "Wilson"}, "bio": {"birthday": "1843-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WV", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000648", "govtrack": 411802, "icpsr": 10285, "wikipedia": "George D. Wise", "house_history": 23988, "wikidata": "Q1507189", "google_entity_id": "kg:/m/02vrppn"}, "name": {"first": "George", "middle": "Douglas", "last": "Wise"}, "bio": {"birthday": "1831-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "VA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000685", "govtrack": 411837, "icpsr": 10316, "wikipedia": "Simon Peter Wolverton", "house_history": 24033, "wikidata": "Q7519525", "google_entity_id": "kg:/m/0ksfpj"}, "name": {"first": "Simon", "middle": "Peter", "last": "Wolverton"}, "bio": {"birthday": "1837-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "W000767", "govtrack": 411916, "icpsr": 10395, "wikipedia": "Myron Benjamin Wright", "house_history": 24132, "wikidata": "Q6948421", "google_entity_id": "kg:/m/0ksfmm"}, "name": {"first": "Myron", "middle": "Benjamin", "last": "Wright"}, "bio": {"birthday": "1847-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "B000541", "govtrack": 401516, "icpsr": 781, "wikipedia": "Newton C. Blanchard", "house_history": 9472, "wikidata": "Q276753", "google_entity_id": "kg:/m/0d3hbq"}, "name": {"first": "Newton", "middle": "Crain", "last": "Blanchard"}, "bio": {"birthday": "1849-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "sen", "start": "1894-01-01", "end": "1897-03-03", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000063", "govtrack": 405968, "icpsr": 4897, "wikipedia": "Thomas Jordan Jarvis", "wikidata": "Q885633", "google_entity_id": "kg:/m/02j1dr"}, "name": {"first": "Thomas", "middle": "Jordan", "last": "Jarvis"}, "bio": {"birthday": "1836-01-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1894-01-01", "end": "1895-12-31", "state": "NC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000141", "govtrack": 408547, "icpsr": 7263, "wikipedia": "John Patton Jr.", "wikidata": "Q1701353", "google_entity_id": "kg:/m/03ksgn"}, "name": {"first": "John", "last": "Patton", "suffix": "Jr."}, "bio": {"birthday": "1850-10-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1894-01-01", "end": "1895-12-31", "state": "MI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000103", "govtrack": 411281, "icpsr": 9787, "wikipedia": "Patrick Walsh (Southern U.S. politician)", "wikidata": "Q2058022", "google_entity_id": "kg:/m/079qtb"}, "name": {"first": "Patrick", "last": "Walsh"}, "bio": {"birthday": "1840-01-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1894-01-01", "end": "1895-03-03", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000005", "govtrack": 400667, "icpsr": 4, "wikipedia": "Joseph Abbott (Texas politician)", "house_history": 8253, "wikidata": "Q1706400", "google_entity_id": "kg:/m/0f6jdp"}, "name": {"first": "Jo", "last": "Abbott", "nickname": "Joseph"}, "bio": {"birthday": "1840-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TX", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "A000068", "govtrack": 400728, "icpsr": 58, "wikipedia": "David D. Aitken", "house_history": 8352, "wikidata": "Q1174133", "google_entity_id": "kg:/m/03nm36"}, "name": {"first": "David", "middle": "Demerest", "last": "Aitken"}, "bio": {"gender": "M", "birthday": "1853-09-05"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "A000082", "govtrack": 400741, "icpsr": 70, "wikipedia": "J. Frank Aldrich", "house_history": 8373, "wikidata": "Q4163537", "google_entity_id": "kg:/m/02rsmrr"}, "name": {"first": "James", "middle": "Franklin", "last": "Aldrich"}, "bio": {"birthday": "1853-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000085", "govtrack": 400744, "icpsr": 73, "house_history": 8378, "wikipedia": "Truman H. Aldrich", "wikidata": "Q1664365", "google_entity_id": "kg:/m/0ggkg4"}, "name": {"first": "Truman", "middle": "Heminway", "last": "Aldrich"}, "bio": {"birthday": "1848-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AL", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "A000117", "govtrack": 400774, "icpsr": 103, "wikipedia": "Clarence Emir Allen", "house_history": 8423, "wikidata": "Q1095411", "google_entity_id": "kg:/m/02rm3zc"}, "name": {"first": "Clarence", "middle": "Emir", "last": "Allen"}, "bio": {"birthday": "1852-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "UT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000238", "govtrack": 400866, "icpsr": 187, "house_history": 8596, "wikipedia": "William Coleman Anderson", "wikidata": "Q2578292", "google_entity_id": "kg:/m/027b8bq"}, "name": {"first": "William", "middle": "Coleman", "last": "Anderson"}, "bio": {"birthday": "1853-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000271", "govtrack": 400910, "icpsr": 221, "wikipedia": "Lewis D. Apsley", "house_history": 8642, "wikidata": "Q1301414", "google_entity_id": "kg:/m/02xbrb8"}, "name": {"first": "Lewis", "middle": "Dewart", "last": "Apsley"}, "bio": {"birthday": "1852-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "A000298", "govtrack": 400940, "icpsr": 250, "wikipedia": "Warren O. Arnold", "house_history": 8674, "wikidata": "Q651957", "google_entity_id": "kg:/m/02rj_4s"}, "name": {"first": "Warren", "middle": "Otis", "last": "Arnold"}, "bio": {"birthday": "1839-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "RI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000336", "govtrack": 400985, "icpsr": 290, "wikipedia": "Harrison Henry Atwood", "house_history": 8724, "wikidata": "Q1586269", "google_entity_id": "kg:/m/02rhh51"}, "name": {"first": "Harrison", "middle": "Henry", "last": "Atwood"}, "bio": {"birthday": "1863-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "A000346", "govtrack": 400996, "icpsr": 300, "wikipedia": "John Avery (politician)", "house_history": 8737, "wikidata": "Q1699192", "google_entity_id": "kg:/m/09cfx9"}, "name": {"first": "John", "last": "Avery"}, "bio": {"birthday": "1824-02-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MI", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "B000061", "govtrack": 401065, "icpsr": 363, "wikipedia": "Henry Moore Baker", "house_history": 8851, "wikidata": "Q1599617", "google_entity_id": "kg:/m/02rhhfn"}, "name": {"first": "Henry", "middle": "Moore", "last": "Baker"}, "bio": {"birthday": "1841-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000070", "govtrack": 401073, "icpsr": 369, "wikipedia": "Lucien Baker", "wikidata": "Q1670911", "google_entity_id": "kg:/m/0brx7r"}, "name": {"first": "Lucien", "last": "Baker"}, "bio": {"birthday": "1846-06-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "KS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000075", "govtrack": 401078, "icpsr": 373, "wikipedia": "William Baker (Kansas politician)", "house_history": 8870, "wikidata": "Q2577957", "google_entity_id": "kg:/m/02rmbpl"}, "name": {"first": "William", "last": "Baker"}, "bio": {"birthday": "1831-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KS", "district": 6, "party": "Populist"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KS", "district": 6, "party": "Populist"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KS", "district": 6, "party": "Populist"}]}, {"id": {"bioguide": "B000202", "govtrack": 401201, "icpsr": 487, "wikipedia": "Franklin Bartlett", "house_history": 9034, "wikidata": "Q1203885", "google_entity_id": "kg:/m/02rkpfz"}, "name": {"first": "Franklin", "last": "Bartlett"}, "bio": {"birthday": "1847-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000333", "govtrack": 401325, "icpsr": 599, "wikipedia": "Charles K. Bell", "house_history": 9209, "wikidata": "Q1065136", "google_entity_id": "kg:/m/03c00cj"}, "name": {"first": "Charles", "middle": "Keith", "last": "Bell"}, "bio": {"birthday": "1853-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TX", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "B000496", "govtrack": 401476, "icpsr": 740, "wikipedia": "Frank S. Black", "house_history": 9418, "wikidata": "Q634564", "google_entity_id": "kg:/m/03l1d4"}, "name": {"first": "Frank", "middle": "Swett", "last": "Black"}, "bio": {"birthday": "1853-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "B000502", "govtrack": 401482, "icpsr": 746, "house_history": 9425, "wikipedia": "James C. C. Black", "wikidata": "Q238830", "google_entity_id": "kg:/m/02rfrwn"}, "name": {"first": "James", "middle": "Conquest Cross", "last": "Black"}, "bio": {"birthday": "1842-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "GA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "B000573", "govtrack": 401546, "icpsr": 809, "wikipedia": "Richard W. Blue", "house_history": 9516, "wikidata": "Q2150824", "google_entity_id": "kg:/m/02rm931"}, "name": {"first": "Richard", "middle": "Whiting", "last": "Blue"}, "bio": {"birthday": "1841-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KS", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000580", "govtrack": 401551, "icpsr": 813, "wikipedia": "Charles J. Boatner", "house_history": 9527, "wikidata": "Q1064982", "google_entity_id": "kg:/m/02rv9k8"}, "name": {"first": "Charles", "middle": "Jahleal", "last": "Boatner"}, "bio": {"birthday": "1849-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "LA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000692", "govtrack": 401654, "icpsr": 906, "wikipedia": "William W. Bowers", "house_history": 9679, "wikidata": "Q2580886", "google_entity_id": "kg:/m/02rk031"}, "name": {"first": "William", "middle": "Wallace", "last": "Bowers"}, "bio": {"birthday": "1834-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "CA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B000915", "govtrack": 401871, "icpsr": 1108, "wikipedia": "Foster V. Brown", "house_history": 9961, "wikidata": "Q1439470", "google_entity_id": "kg:/m/02rky_g"}, "name": {"first": "Foster", "middle": "Vincent", "last": "Brown"}, "bio": {"birthday": "1852-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B001012", "govtrack": 401962, "icpsr": 1193, "wikipedia": "Charles F. Buck", "house_history": 10085, "wikidata": "Q1064315", "google_entity_id": "kg:/m/02rv9l9"}, "name": {"first": "Charles", "middle": "Francis", "last": "Buck"}, "bio": {"birthday": "1841-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "LA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B001136", "govtrack": 402079, "icpsr": 1304, "wikipedia": "Orlando Burrell", "house_history": 10238, "wikidata": "Q7103058", "google_entity_id": "kg:/m/02rkc7j"}, "name": {"first": "Orlando", "last": "Burrell"}, "bio": {"birthday": "1826-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "B001147", "govtrack": 402090, "icpsr": 1315, "wikipedia": "Charles Germman Burton", "house_history": 10252, "wikidata": "Q1064531", "google_entity_id": "kg:/m/02rz5p7"}, "name": {"first": "Charles", "middle": "Germman", "last": "Burton"}, "bio": {"birthday": "1846-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "B001183", "govtrack": 402125, "icpsr": 1343, "wikipedia": "Marion Butler", "wikidata": "Q1899130", "google_entity_id": "kg:/m/02klcn"}, "name": {"first": "Marion", "last": "Butler"}, "bio": {"birthday": "1863-05-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "NC", "class": 2, "party": "Populist"}]}, {"id": {"bioguide": "C000016", "govtrack": 402178, "icpsr": 1391, "wikipedia": "Donelson Caffery", "wikidata": "Q429174", "google_entity_id": "kg:/m/0bw56k"}, "name": {"first": "Donelson", "last": "Caffery"}, "bio": {"birthday": "1835-09-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1892-01-01", "end": "1895-03-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "LA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000298", "govtrack": 402440, "icpsr": 1641, "wikipedia": "William E. Chandler", "wikidata": "Q926897", "google_entity_id": "kg:/m/05n3hb"}, "name": {"first": "William", "middle": "Eaton", "last": "Chandler"}, "bio": {"birthday": "1835-12-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1887-12-05", "end": "1889-03-03", "state": "NH", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "NH", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "NH", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000357", "govtrack": 402496, "icpsr": 1694, "wikipedia": "Horace Chilton", "wikidata": "Q355999", "google_entity_id": "kg:/m/06yjdd"}, "name": {"first": "Horace", "last": "Chilton"}, "bio": {"birthday": "1853-12-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1891-12-07", "end": "1893-03-03", "state": "TX", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "TX", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000423", "govtrack": 402562, "icpsr": 1755, "wikipedia": "Charles Nelson Clark", "house_history": 10981, "wikidata": "Q1065622", "google_entity_id": "kg:/m/02rz5qm"}, "name": {"first": "Charles", "middle": "Nelson", "last": "Clark"}, "bio": {"birthday": "1827-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000469", "govtrack": 402607, "icpsr": 1799, "wikipedia": "Richard Henry Clarke", "house_history": 11035, "wikidata": "Q608036", "google_entity_id": "kg:/m/02rk262"}, "name": {"first": "Richard", "middle": "Henry", "last": "Clarke"}, "bio": {"birthday": "1843-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000549", "govtrack": 402682, "icpsr": 1869, "wikipedia": "James E. Cobb", "house_history": 11135, "wikidata": "Q387210", "google_entity_id": "kg:/m/02rk1tq"}, "name": {"first": "James", "middle": "Edward", "last": "Cobb"}, "bio": {"birthday": "1835-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000550", "govtrack": 402683, "icpsr": 1870, "wikipedia": "Seth Wallace Cobb", "house_history": 11137, "wikidata": "Q386967", "google_entity_id": "kg:/m/02rz884"}, "name": {"first": "Seth", "middle": "Wallace", "last": "Cobb"}, "bio": {"birthday": "1838-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "C000577", "govtrack": 402706, "icpsr": 1893, "wikipedia": "Jeremiah V. Cockrell", "house_history": 11172, "wikidata": "Q1687542", "google_entity_id": "kg:/m/03c2zxx"}, "name": {"first": "Jeremiah", "middle": "Vardaman", "last": "Cockrell"}, "bio": {"birthday": "1832-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TX", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "C000588", "govtrack": 402717, "icpsr": 1903, "wikipedia": "Charles Edward Coffin", "house_history": 11188, "wikidata": "Q1973286", "google_entity_id": "kg:/m/0f0x7p"}, "name": {"first": "Charles", "middle": "Edward", "last": "Coffin"}, "bio": {"birthday": "1841-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MD", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000595", "govtrack": 402724, "icpsr": 1910, "wikipedia": "William Cogswell", "house_history": 11196, "wikidata": "Q1605970", "google_entity_id": "kg:/m/02rj_9l"}, "name": {"first": "William", "last": "Cogswell"}, "bio": {"birthday": "1838-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000726", "govtrack": 402848, "icpsr": 2024, "wikipedia": "Samuel A. Cook", "house_history": 11362, "wikidata": "Q140155", "google_entity_id": "kg:/m/02vrq3g"}, "name": {"first": "Samuel", "middle": "Andrew", "last": "Cook"}, "bio": {"birthday": "1849-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000746", "govtrack": 402867, "icpsr": 2041, "wikipedia": "Charles Merian Cooper", "house_history": 11389, "wikidata": "Q372142", "google_entity_id": "kg:/m/02rhdd0"}, "name": {"first": "Charles", "middle": "Merian", "last": "Cooper"}, "bio": {"birthday": "1856-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "FL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000822", "govtrack": 402940, "icpsr": 2104, "wikipedia": "John Kissig Cowen", "house_history": 11485, "wikidata": "Q1457878", "google_entity_id": "kg:/m/02rhk7t"}, "name": {"first": "John", "middle": "Kissig", "last": "Cowen"}, "bio": {"birthday": "1844-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000865", "govtrack": 402980, "icpsr": 2141, "wikipedia": "William H. Crain", "house_history": 11538, "wikidata": "Q2579042", "google_entity_id": "kg:/m/03c2zss"}, "name": {"first": "William", "middle": "Henry", "last": "Crain"}, "bio": {"birthday": "1848-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TX", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000908", "govtrack": 403020, "icpsr": 2177, "wikipedia": "Charles Frederick Crisp", "house_history": 11592, "wikidata": "Q442972", "google_entity_id": "kg:/m/037c3x"}, "name": {"first": "Charles", "middle": "Frederick", "last": "Crisp"}, "bio": {"birthday": "1845-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "GA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000944", "govtrack": 403056, "icpsr": 2211, "wikipedia": "Miles Crowley", "house_history": 11633, "wikidata": "Q1934641", "google_entity_id": "kg:/m/03c2zv4"}, "name": {"first": "Miles", "last": "Crowley"}, "bio": {"birthday": "1859-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TX", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "C000949", "govtrack": 403061, "icpsr": 2216, "wikipedia": "George Calhoun Crowther", "house_history": 11639, "wikidata": "Q1493094", "google_entity_id": "kg:/m/02rz64s"}, "name": {"first": "George", "middle": "Calhoun", "last": "Crowther"}, "bio": {"birthday": "1849-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "C000964", "govtrack": 403075, "icpsr": 2230, "house_history": 11659, "wikipedia": "David B. Culberson", "wikidata": "Q1173614", "google_entity_id": "kg:/m/02w_x4d"}, "name": {"first": "David", "middle": "Browning", "last": "Culberson"}, "bio": {"birthday": "1830-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TX", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C001012", "govtrack": 403119, "icpsr": 2273, "wikipedia": "Newton Martin Curtis", "house_history": 11719, "wikidata": "Q13219094", "google_entity_id": "kg:/m/09xx88"}, "name": {"first": "Newton", "middle": "Martin", "last": "Curtis"}, "bio": {"birthday": "1835-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "D000040", "govtrack": 403180, "icpsr": 2328, "house_history": 11879, "wikipedia": "Charles Daniels (New York politician)", "wikidata": "Q5076710", "google_entity_id": "kg:/m/03b_yf9"}, "name": {"first": "Charles", "last": "Daniels"}, "bio": {"birthday": "1825-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 33, "party": "Republican"}]}, {"id": {"bioguide": "D000286", "govtrack": 403328, "icpsr": 2547, "wikipedia": "Francis B. De Witt", "house_history": 12181, "wikidata": "Q5480074", "google_entity_id": "kg:/m/02rm4l9"}, "name": {"first": "Francis", "middle": "Byron", "last": "De Witt"}, "bio": {"birthday": "1849-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "D000251", "govtrack": 403389, "icpsr": 2509, "wikipedia": "Walter M. Denny", "house_history": 12141, "wikidata": "Q2545459", "google_entity_id": "kg:/m/02x3_m7"}, "name": {"first": "Walter", "middle": "McKennon", "last": "Denny"}, "bio": {"birthday": "1853-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MS", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "D000430", "govtrack": 403541, "icpsr": 2669, "wikipedia": "William H. Doolittle", "house_history": 12367, "wikidata": "Q2579046", "google_entity_id": "kg:/m/02rmmy2"}, "name": {"first": "William", "middle": "Hall", "last": "Doolittle"}, "bio": {"birthday": "1848-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "D000473", "govtrack": 403582, "icpsr": 2705, "wikipedia": "Finis E. Downing", "house_history": 12424, "wikidata": "Q1125667", "google_entity_id": "kg:/m/02rkyzf"}, "name": {"first": "Finis", "middle": "Ewing", "last": "Downing"}, "bio": {"birthday": "1846-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "D000488", "govtrack": 403596, "icpsr": 2719, "wikipedia": "William Franklin Draper (politician)", "house_history": 12443, "wikidata": "Q2578718", "google_entity_id": "kg:/m/02rj_fr"}, "name": {"first": "William", "middle": "Franklin", "last": "Draper"}, "bio": {"birthday": "1842-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "E000117", "govtrack": 403808, "icpsr": 2906, "wikipedia": "Tazewell Ellett", "house_history": 12739, "wikidata": "Q1373928", "google_entity_id": "kg:/m/02vrpp_"}, "name": {"first": "Tazewell", "last": "Ellett"}, "bio": {"birthday": "1856-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "VA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000199", "govtrack": 403886, "icpsr": 2978, "wikipedia": "Constantine Jacob Erdman", "house_history": 12847, "wikidata": "Q1128039", "google_entity_id": "kg:/m/026199k"}, "name": {"first": "Constantine", "middle": "Jacob", "last": "Erdman"}, "bio": {"birthday": "1846-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "G000110", "govtrack": 404482, "icpsr": 3517, "wikipedia": "John H. Gear", "house_history": 13698, "wikidata": "Q884377", "google_entity_id": "kg:/m/0cvj48"}, "name": {"first": "John", "middle": "Henry", "last": "Gear"}, "bio": {"birthday": "1825-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000305", "govtrack": 404664, "icpsr": 3690, "wikipedia": "Albert Taylor Goodwyn", "house_history": 13949, "wikidata": "Q1326598", "google_entity_id": "kg:/m/02rk19x"}, "name": {"first": "Albert", "middle": "Taylor", "last": "Goodwyn"}, "bio": {"birthday": "1842-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AL", "district": 5, "party": "Populist"}]}, {"id": {"bioguide": "G000487", "govtrack": 404832, "icpsr": 3845, "wikipedia": "Matthew Griswold (congressman)", "house_history": 14178, "wikidata": "Q6790601", "google_entity_id": "kg:/m/027zjg"}, "name": {"first": "Matthew", "last": "Griswold"}, "bio": {"birthday": "1833-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "H000009", "govtrack": 404894, "icpsr": 3899, "wikipedia": "William F. L. Hadley", "house_history": 14300, "wikidata": "Q8008825", "google_entity_id": "kg:/m/02rkdcz"}, "name": {"first": "William", "middle": "Flavius Lester", "last": "Hadley"}, "bio": {"birthday": "1847-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "H000024", "govtrack": 404909, "icpsr": 3912, "wikipedia": "Eugene Jerome Hainer", "house_history": 14318, "wikidata": "Q1373121", "google_entity_id": "kg:/m/09ys4y"}, "name": {"first": "Eugene", "middle": "Jerome", "last": "Hainer"}, "bio": {"birthday": "1851-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NE", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000075", "govtrack": 404958, "icpsr": 3957, "wikipedia": "Uriel Sebree Hall", "house_history": 14381, "wikidata": "Q2500749", "google_entity_id": "kg:/m/02rz8gb"}, "name": {"first": "Uriel", "middle": "Sebree", "last": "Hall"}, "bio": {"birthday": "1852-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000093", "govtrack": 404975, "icpsr": 3975, "wikipedia": "Frederick Halterman", "house_history": 14402, "wikidata": "Q5497946", "google_entity_id": "kg:/m/0djt9b"}, "name": {"first": "Frederick", "last": "Halterman"}, "bio": {"birthday": "1831-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000159", "govtrack": 405041, "house_history": 14481, "wikipedia": "Frank Hanly", "wikidata": "Q1443369", "google_entity_id": "kg:/m/04ndgl"}, "name": {"first": "James", "middle": "Franklin", "last": "Hanly"}, "bio": {"birthday": "1863-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IN", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000194", "govtrack": 405075, "icpsr": 4061, "wikipedia": "Alexander M. Hardy", "house_history": 14527, "wikidata": "Q376824", "google_entity_id": "kg:/m/02rkdsb"}, "name": {"first": "Alexander", "middle": "Merrill", "last": "Hardy"}, "bio": {"birthday": "1847-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000243", "govtrack": 405121, "icpsr": 4104, "wikipedia": "Isham G. Harris", "house_history": 14586, "wikidata": "Q130715", "google_entity_id": "kg:/m/03jr8q"}, "name": {"first": "Isham", "middle": "Green", "last": "Harris"}, "bio": {"birthday": "1818-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1849-12-03", "end": "1851-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "TN", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "TN", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "TN", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1895-12-02", "end": "1897-12-31", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000253", "govtrack": 405131, "icpsr": 4114, "wikipedia": "Stephen Ross Harris", "house_history": 14598, "wikidata": "Q7610407", "google_entity_id": "kg:/m/02rm336"}, "name": {"first": "Stephen", "middle": "Ross", "last": "Harris"}, "bio": {"birthday": "1824-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "H000270", "govtrack": 405146, "icpsr": 4130, "wikipedia": "George Paul Harrison, Jr.", "house_history": 14619, "wikidata": "Q1508052", "google_entity_id": "kg:/m/02rk1pl"}, "name": {"first": "George", "middle": "Paul", "last": "Harrison"}, "bio": {"birthday": "1841-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000289", "govtrack": 405162, "icpsr": 4146, "house_history": 14640, "wikipedia": "Joseph Johnson Hart", "wikidata": "Q6284426", "google_entity_id": "kg:/m/0gh3xr"}, "name": {"first": "Joseph", "middle": "Johnson", "last": "Hart"}, "bio": {"birthday": "1859-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000337", "govtrack": 405207, "icpsr": 4187, "wikipedia": "Jethro A. Hatch", "house_history": 14698, "wikidata": "Q1688494", "google_entity_id": "kg:/m/02rkgls"}, "name": {"first": "Jethro", "middle": "Ayers", "last": "Hatch"}, "bio": {"birthday": "1837-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "H000453", "govtrack": 405318, "icpsr": 4284, "wikipedia": "Daniel B. Heiner", "house_history": 14845, "wikidata": "Q5216665", "google_entity_id": "kg:/m/0ksfb6"}, "name": {"first": "Daniel", "middle": "Brodhead", "last": "Heiner"}, "bio": {"birthday": "1854-12-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "H000491", "govtrack": 405354, "icpsr": 4317, "wikipedia": "John Kerr Hendrick", "house_history": 14890, "wikidata": "Q177078", "google_entity_id": "kg:/m/02rhk9w"}, "name": {"first": "John", "middle": "Kerr", "last": "Hendrick"}, "bio": {"birthday": "1849-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000777", "govtrack": 405627, "icpsr": 4570, "wikipedia": "Nathan T. Hopkins", "house_history": 15246, "wikidata": "Q1966662", "google_entity_id": "kg:/m/02rjxg4"}, "name": {"first": "Nathan", "middle": "Thomas", "last": "Hopkins"}, "bio": {"birthday": "1852-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KY", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "H000884", "govtrack": 405730, "icpsr": 4668, "wikipedia": "Joel Douglas Hubbard", "house_history": 15378, "wikidata": "Q1479890", "google_entity_id": "kg:/m/02rz71_"}, "name": {"first": "Joel", "middle": "Douglas", "last": "Hubbard"}, "bio": {"birthday": "1860-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "H000937", "govtrack": 405782, "icpsr": 4714, "wikipedia": "George W. Hulick", "house_history": 15440, "wikidata": "Q5545649", "google_entity_id": "kg:/m/02rm005"}, "name": {"first": "George", "middle": "Washington", "last": "Hulick"}, "bio": {"birthday": "1833-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000938", "govtrack": 405783, "icpsr": 4715, "house_history": 15442, "wikipedia": "James Hall Huling", "wikidata": "Q1515389", "google_entity_id": "kg:/m/03bz5v_"}, "name": {"first": "James", "middle": "Hall", "last": "Huling"}, "bio": {"birthday": "1844-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WV", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H001007", "govtrack": 405847, "icpsr": 4777, "house_history": 15524, "wikipedia": "Joseph Chappell Hutcheson", "wikidata": "Q1706748", "google_entity_id": "kg:/m/0f9qsw"}, "name": {"first": "Joseph", "middle": "Chappell", "last": "Hutcheson"}, "bio": {"birthday": "1842-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TX", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H001024", "govtrack": 405860, "icpsr": 4787, "house_history": 15547, "wikipedia": "Samuel C. Hyde", "wikidata": "Q1775723", "google_entity_id": "kg:/m/038rs2"}, "name": {"first": "Samuel", "middle": "Clarence", "last": "Hyde"}, "bio": {"birthday": "1842-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "J000134", "govtrack": 406033, "icpsr": 4956, "wikipedia": "Grove L. Johnson", "house_history": 15860, "wikidata": "Q1547785", "google_entity_id": "kg:/m/02rhh1z"}, "name": {"first": "Grove", "middle": "Lawrence", "last": "Johnson"}, "bio": {"birthday": "1841-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "CA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "K000083", "govtrack": 406252, "icpsr": 5159, "wikipedia": "Omer Madison Kem", "house_history": 16183, "wikidata": "Q2023315", "google_entity_id": "kg:/m/09wyxk"}, "name": {"first": "Omer", "middle": "Madison", "last": "Kem"}, "bio": {"birthday": "1855-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NE", "district": 3, "party": "Populist"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NE", "district": 6, "party": "Populist"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NE", "district": 6, "party": "Populist"}]}, {"id": {"bioguide": "K000095", "govtrack": 406263, "icpsr": 5169, "wikipedia": "Joseph M. Kendall", "house_history": 16197, "wikidata": "Q1624820", "google_entity_id": "kg:/m/02rjwj7"}, "name": {"first": "Joseph", "middle": "Morgan", "last": "Kendall"}, "bio": {"birthday": "1863-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "K000166", "govtrack": 406330, "icpsr": 5231, "wikipedia": "Andrew Kiefer", "house_history": 16285, "wikidata": "Q214639", "google_entity_id": "kg:/m/0fhwpp"}, "name": {"first": "Andrew", "middle": "Robert", "last": "Kiefer"}, "bio": {"birthday": "1832-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "K000238", "govtrack": 406397, "icpsr": 5295, "wikipedia": "Snyder S. Kirkpatrick", "house_history": 16376, "wikidata": "Q2296146", "google_entity_id": "kg:/m/02rm9n7"}, "name": {"first": "Snyder", "middle": "Solomon", "last": "Kirkpatrick"}, "bio": {"birthday": "1848-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KS", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "K000354", "govtrack": 406506, "icpsr": 5387, "house_history": 16532, "wikipedia": "John Kyle", "wikidata": "Q1699705", "google_entity_id": "kg:/m/0762jt"}, "name": {"first": "John", "middle": "Curtis", "last": "Kyle"}, "bio": {"birthday": "1851-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000146", "govtrack": 406651, "icpsr": 5523, "wikipedia": "Thomas G. Lawson", "house_history": 16779, "wikidata": "Q267140", "google_entity_id": "kg:/m/02rk15f"}, "name": {"first": "Thomas", "middle": "Graves", "last": "Lawson"}, "bio": {"birthday": "1835-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "L000152", "govtrack": 406657, "icpsr": 5528, "wikipedia": "Fernando C. Layton", "house_history": 16786, "wikidata": "Q5444618", "google_entity_id": "kg:/m/02rl_tn"}, "name": {"first": "Fernando", "middle": "Coello", "last": "Layton"}, "bio": {"birthday": "1847-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "L000158", "govtrack": 406662, "icpsr": 5576, "wikipedia": "Jacob LeFever", "house_history": 16795, "wikidata": "Q4068898", "google_entity_id": "kg:/m/02rlchh"}, "name": {"first": "Jacob", "last": "Le Fever"}, "bio": {"birthday": "1830-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "L000233", "govtrack": 406736, "icpsr": 5598, "wikipedia": "Jacob D. Leighty", "house_history": 16882, "wikidata": "Q1677459", "google_entity_id": "kg:/m/02rkg9v"}, "name": {"first": "Jacob", "middle": "D.", "last": "Leighty"}, "bio": {"birthday": "1839-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IN", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "L000235", "govtrack": 406738, "icpsr": 5600, "wikipedia": "John Leisenring", "house_history": 16884, "wikidata": "Q6244490", "google_entity_id": "kg:/m/0ksfcb"}, "name": {"first": "John", "last": "Leisenring"}, "bio": {"birthday": "1853-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "L000245", "govtrack": 406748, "icpsr": 5610, "wikipedia": "Fred Churchill Leonard", "house_history": 16898, "wikidata": "Q5494830", "google_entity_id": "kg:/m/0ksff6"}, "name": {"first": "Fred", "middle": "Churchill", "last": "Leonard"}, "bio": {"birthday": "1856-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "L000288", "govtrack": 406785, "icpsr": 5644, "wikipedia": "John W. Lewis", "house_history": 16950, "wikidata": "Q1702067", "google_entity_id": "kg:/m/02rjw57"}, "name": {"first": "John", "middle": "William", "last": "Lewis"}, "bio": {"birthday": "1841-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "L000327", "govtrack": 406820, "icpsr": 5679, "wikipedia": "William Lindsay (Kentucky politician)", "wikidata": "Q1566559", "google_entity_id": "kg:/m/0b9xjq"}, "name": {"first": "William", "last": "Lindsay"}, "bio": {"birthday": "1835-09-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1893-08-07", "end": "1895-03-03", "state": "KY", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000341", "govtrack": 406834, "icpsr": 5692, "wikipedia": "William S. Linton", "house_history": 17018, "wikidata": "Q2580480", "google_entity_id": "kg:/m/02ptg1g"}, "name": {"first": "William", "middle": "Seelye", "last": "Linton"}, "bio": {"birthday": "1856-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "L000391", "govtrack": 406883, "icpsr": 5736, "wikipedia": "James A. Lockhart", "house_history": 17079, "wikidata": "Q250095", "google_entity_id": "kg:/m/03c01zr"}, "name": {"first": "James", "middle": "Alexander", "last": "Lockhart"}, "bio": {"birthday": "1850-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000116", "govtrack": 407140, "icpsr": 5970, "wikipedia": "Lee Mantle", "wikidata": "Q1811907", "google_entity_id": "kg:/m/0crv7j"}, "name": {"first": "Lee", "last": "Mantle"}, "bio": {"birthday": "1851-12-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1895-12-02", "end": "1899-03-03", "state": "MT", "class": 1, "party": "Silver Republican"}]}, {"id": {"bioguide": "M000300", "govtrack": 407315, "icpsr": 6126, "wikipedia": "George W. McBride", "wikidata": "Q1508448", "google_entity_id": "kg:/m/0d8gd1"}, "name": {"first": "George", "middle": "Wycliffe", "last": "McBride"}, "bio": {"birthday": "1854-03-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "OR", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000304", "govtrack": 407318, "icpsr": 6129, "wikipedia": "John E. McCall", "house_history": 17698, "wikidata": "Q1670125", "google_entity_id": "kg:/m/0dllt9"}, "name": {"first": "John", "middle": "Ethridge", "last": "McCall"}, "bio": {"birthday": "1859-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M000344", "govtrack": 407353, "icpsr": 6161, "wikipedia": "Addison S. McClure", "house_history": 17754, "wikidata": "Q24217", "google_entity_id": "kg:/m/02rlzlf"}, "name": {"first": "Addison", "middle": "S.", "last": "McClure"}, "bio": {"birthday": "1839-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "M000371", "govtrack": 407376, "icpsr": 6183, "wikipedia": "Richard Cunningham McCormick", "house_history": 17789, "wikidata": "Q2149261", "google_entity_id": "kg:/m/025zdgc"}, "name": {"first": "Richard", "middle": "Cunningham", "last": "McCormick"}, "bio": {"birthday": "1832-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "AZ", "district": 0, "party": "Unionist"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "AZ", "district": 0, "party": "Unionist"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "AZ", "district": 0, "party": "Unionist"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000402", "govtrack": 407403, "icpsr": 6211, "wikipedia": "James C. McDearmon", "house_history": 17828, "wikidata": "Q1680122", "google_entity_id": "kg:/m/0dmy5t"}, "name": {"first": "James", "middle": "Calvin", "last": "McDearmon"}, "bio": {"birthday": "1844-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M000441", "govtrack": 407440, "icpsr": 6245, "wikipedia": "Lawrence E. McGann", "house_history": 17878, "wikidata": "Q4265005", "google_entity_id": "kg:/m/078zp6"}, "name": {"first": "Lawrence", "middle": "Edward", "last": "McGann"}, "bio": {"birthday": "1852-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000502", "govtrack": 407497, "icpsr": 6296, "wikipedia": "William Robertson McKenney", "house_history": 17956, "wikidata": "Q1743692", "google_entity_id": "kg:/m/03c2_9b"}, "name": {"first": "William", "middle": "Robertson", "last": "McKenney"}, "bio": {"birthday": "1851-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "VA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000634", "govtrack": 407621, "icpsr": 6409, "wikipedia": "George de Rue Meiklejohn", "house_history": 18117, "wikidata": "Q1508683", "google_entity_id": "kg:/m/0b0td4"}, "name": {"first": "George", "middle": "de Rue", "last": "Meiklejohn"}, "bio": {"birthday": "1857-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NE", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000647", "govtrack": 407633, "icpsr": 6420, "wikipedia": "Elisha E. Meredith", "house_history": 18135, "wikidata": "Q3251", "google_entity_id": "kg:/m/02x404s"}, "name": {"first": "Elisha", "middle": "Edward", "last": "Meredith"}, "bio": {"birthday": "1848-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "VA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000706", "govtrack": 407689, "icpsr": 6467, "wikipedia": "Joshua Weldon Miles", "house_history": 18213, "wikidata": "Q404242", "google_entity_id": "kg:/m/0ks3rb"}, "name": {"first": "Joshua", "middle": "Weldon", "last": "Miles"}, "bio": {"gender": "M", "birthday": "1858-12-09"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000749", "govtrack": 407728, "icpsr": 6503, "wikipedia": "Orrin Larrabee Miller", "house_history": 18266, "wikidata": "Q2031600", "google_entity_id": "kg:/m/0glrpc"}, "name": {"first": "Orrin", "middle": "Larrabee", "last": "Miller"}, "bio": {"birthday": "1856-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KS", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000783", "govtrack": 407761, "icpsr": 6536, "wikipedia": "Alfred Milnes", "house_history": 18310, "wikidata": "Q2645514", "google_entity_id": "kg:/m/027_69p"}, "name": {"first": "Alfred", "last": "Milnes"}, "bio": {"birthday": "1844-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000792", "govtrack": 407770, "icpsr": 6545, "wikipedia": "Henry C. Miner", "house_history": 18320, "wikidata": "Q1590652", "google_entity_id": "kg:/m/02rkqdk"}, "name": {"first": "Henry", "middle": "Clay", "last": "Miner"}, "bio": {"birthday": "1842-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M001007", "govtrack": 407974, "icpsr": 6732, "wikipedia": "Elijah A. Morse", "house_history": 18588, "wikidata": "Q1329360", "google_entity_id": "kg:/m/02rhfx4"}, "name": {"first": "Elijah", "middle": "Adams", "last": "Morse"}, "bio": {"birthday": "1841-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "M001027", "govtrack": 407994, "icpsr": 6749, "wikipedia": "Charles L. Moses", "house_history": 18615, "wikidata": "Q1065230", "google_entity_id": "kg:/m/02rk0pz"}, "name": {"first": "Charles", "middle": "Leavell", "last": "Moses"}, "bio": {"birthday": "1856-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M001056", "govtrack": 408022, "icpsr": 6775, "wikipedia": "Norman Adolphus Mozley", "house_history": 18647, "wikidata": "Q1121674", "google_entity_id": "kg:/m/02rz7nx"}, "name": {"first": "Norman", "middle": "Adolphus", "last": "Mozley"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 14, "party": "Republican"}], "bio": {"birthday": "1865-12-11", "gender": "M"}}, {"id": {"bioguide": "M001091", "govtrack": 408055, "icpsr": 6807, "wikipedia": "Everett J. Murphy", "house_history": 18691, "wikidata": "Q5417026", "google_entity_id": "kg:/m/02rk9gg"}, "name": {"first": "Everett", "middle": "Jerome", "last": "Murphy"}, "bio": {"birthday": "1852-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "M001102", "govtrack": 408066, "wikipedia": "Oakes Murphy", "house_history": 18704, "wikidata": "Q889353", "google_entity_id": "kg:/m/02rjxft"}, "name": {"first": "Nathan", "middle": "Oakes", "last": "Murphy"}, "bio": {"birthday": "1849-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AZ", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "M001106", "govtrack": 408070, "icpsr": 6818, "wikipedia": "George W. Murray", "house_history": 18709, "wikidata": "Q145342", "google_entity_id": "kg:/m/0fq0gr"}, "name": {"first": "George", "middle": "Washington", "last": "Murray"}, "bio": {"birthday": "1853-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "SC", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "SC", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "N000025", "govtrack": 408117, "icpsr": 6858, "wikipedia": "Robert Neill (American politician)", "house_history": 18868, "wikidata": "Q2158354", "google_entity_id": "kg:/m/02rjyrr"}, "name": {"first": "Robert", "last": "Neill"}, "bio": {"birthday": "1838-11-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AR", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "N000131", "govtrack": 408215, "icpsr": 6953, "wikipedia": "George H. Noonan", "house_history": 18994, "wikidata": "Q1507479", "google_entity_id": "kg:/m/03c2zww"}, "name": {"first": "George", "middle": "Henry", "last": "Noonan"}, "bio": {"birthday": "1828-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TX", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "O000161", "govtrack": 408411, "icpsr": 7139, "wikipedia": "William Claiborne Owens", "house_history": 19265, "wikidata": "Q1290926", "google_entity_id": "kg:/m/02rmb9k"}, "name": {"first": "William", "middle": "Claiborne", "last": "Owens"}, "bio": {"birthday": "1849-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "P000124", "govtrack": 408532, "icpsr": 7249, "wikipedia": "Josiah Patterson", "house_history": 19429, "wikidata": "Q918804", "google_entity_id": "kg:/m/0djm6r"}, "name": {"first": "Josiah", "last": "Patterson"}, "bio": {"birthday": "1837-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "P000202", "govtrack": 408605, "icpsr": 7318, "wikipedia": "George C. Pendleton", "house_history": 19525, "wikidata": "Q1294931", "google_entity_id": "kg:/m/026drd3"}, "name": {"first": "George", "middle": "Cassety", "last": "Pendleton"}, "bio": {"birthday": "1845-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TX", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "P000271", "govtrack": 408671, "icpsr": 7379, "house_history": 19613, "wikipedia": "Richard F. Pettigrew", "wikidata": "Q444733", "google_entity_id": "kg:/m/01s_sl"}, "name": {"first": "Richard", "middle": "Franklin", "last": "Pettigrew"}, "bio": {"birthday": "1848-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "DK", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "SD", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "SD", "class": 2, "party": "Silver Republican"}]}, {"id": {"bioguide": "P000313", "govtrack": 408712, "icpsr": 7418, "house_history": 19662, "wikipedia": "Thomas Wharton Phillips", "wikidata": "Q7795026", "google_entity_id": "kg:/m/0ft582"}, "name": {"first": "Thomas", "middle": "Wharton", "last": "Phillips"}, "bio": {"birthday": "1835-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "P000329", "govtrack": 408726, "icpsr": 7431, "house_history": 19687, "wikipedia": "John Pickler", "wikidata": "Q598403", "google_entity_id": "kg:/m/0277073"}, "name": {"first": "John", "middle": "Alfred", "last": "Pickler"}, "bio": {"birthday": "1844-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "SD", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "P000429", "govtrack": 408820, "icpsr": 7523, "wikipedia": "Theodore L. Poole", "house_history": 19814, "wikidata": "Q7781882", "google_entity_id": "kg:/m/02rkwp5"}, "name": {"first": "Theodore", "middle": "Lewis", "last": "Poole"}, "bio": {"birthday": "1840-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "P000457", "govtrack": 408844, "icpsr": 7548, "wikipedia": "Philip S. Post", "house_history": 19848, "wikidata": "Q2086427", "google_entity_id": "kg:/m/02rkcbz"}, "name": {"first": "Philip", "middle": "Sidney", "last": "Post"}, "bio": {"birthday": "1833-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "P000521", "govtrack": 408906, "icpsr": 7609, "wikipedia": "Andrew Price (politician)", "house_history": 19923, "wikidata": "Q506774", "google_entity_id": "kg:/m/02rtmls"}, "name": {"first": "Andrew", "last": "Price"}, "bio": {"gender": "M", "birthday": "1854-04-02"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "LA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000052", "govtrack": 409033, "icpsr": 7728, "wikipedia": "John Henry Raney", "house_history": 20142, "wikidata": "Q1700435", "google_entity_id": "kg:/m/02rz77v"}, "name": {"first": "John", "middle": "Henry", "last": "Raney"}, "bio": {"birthday": "1849-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "R000161", "govtrack": 409138, "icpsr": 7821, "wikipedia": "Frederick Remann", "house_history": 20284, "wikidata": "Q5498610", "google_entity_id": "kg:/m/02rk9k6"}, "name": {"first": "Frederick", "last": "Remann"}, "bio": {"birthday": "1847-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "R000261", "govtrack": 409236, "icpsr": 7909, "wikipedia": "John I. Rinaker", "house_history": 20409, "wikidata": "Q6240616", "google_entity_id": "kg:/m/02rkbp9"}, "name": {"first": "John", "middle": "Irving", "last": "Rinaker"}, "bio": {"birthday": "1830-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "R000342", "govtrack": 409313, "icpsr": 7981, "wikipedia": "John Buchanan Robinson", "house_history": 20507, "wikidata": "Q13219794", "google_entity_id": "kg:/m/0ksf9g"}, "name": {"first": "John", "middle": "Buchanan", "last": "Robinson"}, "bio": {"birthday": "1846-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "R000516", "govtrack": 409474, "icpsr": 8119, "wikipedia": "Harry Welles Rusk", "house_history": 20723, "wikidata": "Q1108107", "google_entity_id": "kg:/m/02qh_qv"}, "name": {"first": "Harry", "middle": "Welles", "last": "Rusk"}, "bio": {"birthday": "1852-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000520", "govtrack": 409478, "icpsr": 8123, "wikipedia": "Benjamin E. Russell", "house_history": 20728, "wikidata": "Q817456", "google_entity_id": "kg:/m/02rk0p8"}, "name": {"first": "Benjamin", "middle": "Edward", "last": "Russell"}, "bio": {"birthday": "1845-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "GA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000192", "govtrack": 409697, "icpsr": 8317, "wikipedia": "Joseph A. Scranton", "house_history": 21376, "wikidata": "Q6280852", "google_entity_id": "kg:/m/0c8rds"}, "name": {"first": "Joseph", "middle": "Augustine", "last": "Scranton"}, "bio": {"birthday": "1838-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "S000253", "govtrack": 409755, "icpsr": 8371, "house_history": 21450, "wikipedia": "Thomas Settle (North Carolina, 53rd\u201354th Congress)", "wikidata": "Q2427264", "google_entity_id": "kg:/m/0g9s_l"}, "name": {"first": "Thomas", "last": "Settle"}, "bio": {"birthday": "1865-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NC", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000262", "govtrack": 409763, "icpsr": 8379, "wikipedia": "William Joyce Sewell", "wikidata": "Q6173660", "google_entity_id": "kg:/m/0b358w"}, "name": {"first": "William", "middle": "Joyce", "last": "Sewell"}, "bio": {"birthday": "1835-12-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "NJ", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "NJ", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000309", "govtrack": 409807, "icpsr": 8420, "wikipedia": "John G. Shaw", "house_history": 21520, "wikidata": "Q1700153", "google_entity_id": "kg:/m/02vn_lv"}, "name": {"first": "John", "middle": "Gilbert", "last": "Shaw"}, "bio": {"birthday": "1859-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000382", "govtrack": 409876, "icpsr": 8489, "wikipedia": "George L. Shoup", "wikidata": "Q880826", "google_entity_id": "kg:/m/0341nz"}, "name": {"first": "George", "middle": "Laird", "last": "Shoup"}, "bio": {"birthday": "1836-06-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1890-01-01", "end": "1895-03-03", "state": "ID", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "ID", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000679", "govtrack": 410151, "icpsr": 8742, "wikipedia": "Paul J. Sorg", "house_history": 21978, "wikidata": "Q7151515", "google_entity_id": "kg:/m/0czh01"}, "name": {"first": "Paul", "middle": "John", "last": "Sorg"}, "bio": {"birthday": "1840-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000726", "govtrack": 410195, "icpsr": 8786, "wikipedia": "James G. Spencer", "house_history": 22034, "wikidata": "Q1604398", "google_entity_id": "kg:/m/02rtnj0"}, "name": {"first": "James", "middle": "Grafton", "last": "Spencer"}, "bio": {"birthday": "1844-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MS", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "S000780", "govtrack": 410246, "icpsr": 8825, "wikipedia": "James Alonzo Stahle", "house_history": 22103, "wikidata": "Q6128670", "google_entity_id": "kg:/m/0ksfh3"}, "name": {"first": "James", "middle": "Alonzo", "last": "Stahle"}, "bio": {"birthday": "1829-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "S000865", "govtrack": 410327, "icpsr": 8895, "wikipedia": "Samuel M. Stephenson", "house_history": 22210, "wikidata": "Q2218603", "google_entity_id": "kg:/m/02q640k"}, "name": {"first": "Samuel", "middle": "Merritt", "last": "Stephenson"}, "bio": {"birthday": "1831-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MI", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "S001014", "govtrack": 410471, "icpsr": 9033, "wikipedia": "Luther M. Strong", "house_history": 22393, "wikidata": "Q6705605", "google_entity_id": "kg:/m/02rm2ch"}, "name": {"first": "Luther", "middle": "Martin", "last": "Strong"}, "bio": {"birthday": "1838-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "T000007", "govtrack": 410597, "icpsr": 9150, "wikipedia": "Charles Phelps Taft", "house_history": 22640, "wikidata": "Q1065770", "google_entity_id": "kg:/m/07yny5"}, "name": {"first": "Charles", "middle": "Phelps", "last": "Taft"}, "bio": {"birthday": "1843-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000043", "govtrack": 410631, "icpsr": 9181, "wikipedia": "John Charles Tarsney", "house_history": 22686, "wikidata": "Q1699598", "google_entity_id": "kg:/m/02pw5wp"}, "name": {"first": "John", "middle": "Charles", "last": "Tarsney"}, "bio": {"birthday": "1845-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "T000168", "govtrack": 410749, "icpsr": 9294, "wikipedia": "Henry F. Thomas", "house_history": 22834, "wikidata": "Q1606727", "google_entity_id": "kg:/m/028bnff"}, "name": {"first": "Henry", "middle": "Franklin", "last": "Thomas"}, "bio": {"birthday": "1843-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MI", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "T000256", "govtrack": 410831, "icpsr": 9371, "wikipedia": "John Mellen Thurston", "wikidata": "Q1701058", "google_entity_id": "kg:/m/09tfc4"}, "name": {"first": "John", "middle": "Mellen", "last": "Thurston"}, "bio": {"birthday": "1847-08-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "NE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000340", "govtrack": 410911, "icpsr": 9444, "wikipedia": "Robert J. Tracewell", "house_history": 23051, "wikidata": "Q784981", "google_entity_id": "kg:/m/02rkhlr"}, "name": {"first": "Robert", "middle": "John", "last": "Tracewell"}, "bio": {"birthday": "1852-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "T000342", "govtrack": 410913, "icpsr": 9446, "wikipedia": "John Plank Tracey", "house_history": 23055, "wikidata": "Q1701442", "google_entity_id": "kg:/m/02rz7bl"}, "name": {"first": "John", "middle": "Plank", "last": "Tracey"}, "bio": {"birthday": "1836-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "T000363", "govtrack": 410933, "icpsr": 9464, "house_history": 23079, "wikipedia": "William M. Treloar", "wikidata": "Q2579830", "google_entity_id": "kg:/m/027lc_q"}, "name": {"first": "William", "middle": "Mitchellson", "last": "Treloar"}, "bio": {"birthday": "1850-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "T000421", "govtrack": 410990, "icpsr": 9516, "wikipedia": "Henry Gray Turner", "house_history": 23150, "wikidata": "Q1606804", "google_entity_id": "kg:/m/026j32c"}, "name": {"first": "Henry", "middle": "Gray", "last": "Turner"}, "bio": {"birthday": "1839-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "GA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "T000427", "govtrack": 410995, "icpsr": 9521, "wikipedia": "Smith S. Turner", "house_history": 23157, "wikidata": "Q1702388", "google_entity_id": "kg:/m/02x3__z"}, "name": {"first": "Smith", "middle": "Spangler", "last": "Turner"}, "bio": {"birthday": "1842-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "VA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "T000448", "govtrack": 411016, "icpsr": 9540, "house_history": 23184, "wikipedia": "David Gardiner Tyler", "wikidata": "Q1174513", "google_entity_id": "kg:/m/08ht75"}, "name": {"first": "David", "middle": "Gardiner", "last": "Tyler"}, "bio": {"birthday": "1846-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "V000042", "govtrack": 411087, "icpsr": 9618, "wikipedia": "Robert T. Van Horn", "house_history": 20927, "wikidata": "Q2158950", "google_entity_id": "kg:/m/0gc4yw"}, "name": {"first": "Robert", "middle": "Thompson", "last": "Van Horn"}, "bio": {"birthday": "1824-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "MO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "MO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MO", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000098", "govtrack": 411277, "icpsr": 9783, "wikipedia": "James J. Walsh (New York)", "house_history": 23330, "wikidata": "Q1446745", "google_entity_id": "kg:/m/02rkr7d"}, "name": {"first": "James", "middle": "Joseph", "last": "Walsh"}, "bio": {"birthday": "1858-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "W000111", "govtrack": 411289, "icpsr": 9793, "wikipedia": "Edward C. Walthall", "wikidata": "Q369143", "google_entity_id": "kg:/m/0cy_l0"}, "name": {"first": "Edward", "middle": "Cary", "last": "Walthall"}, "bio": {"birthday": "1831-04-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1885-12-07", "end": "1889-03-03", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1895-12-02", "end": "1899-03-03", "state": "MS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000181", "govtrack": 411354, "icpsr": 9857, "wikipedia": "Joseph E. Washington", "house_history": 23430, "wikidata": "Q1701429", "google_entity_id": "kg:/m/0djns0"}, "name": {"first": "Joseph", "middle": "Edwin", "last": "Washington"}, "bio": {"gender": "M", "birthday": "1851-11-10"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000200", "govtrack": 411371, "icpsr": 9872, "wikipedia": "David K. Watson", "house_history": 23453, "wikidata": "Q5235808", "google_entity_id": "kg:/m/02rl_gn"}, "name": {"first": "David", "middle": "Kemper", "last": "Watson"}, "bio": {"birthday": "1849-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "W000562", "govtrack": 411718, "icpsr": 10204, "house_history": 23881, "wikipedia": "Jonathan S. Willis", "wikidata": "Q1703296", "google_entity_id": "kg:/m/02639pb"}, "name": {"first": "Jonathan", "middle": "Spencer", "last": "Willis"}, "bio": {"birthday": "1830-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "W000583", "govtrack": 411738, "icpsr": 10223, "wikipedia": "George W. Wilson", "house_history": 23911, "wikidata": "Q5545776", "google_entity_id": "kg:/m/02rm0tm"}, "name": {"first": "George", "middle": "Washington", "last": "Wilson"}, "bio": {"birthday": "1840-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "W000602", "govtrack": 411757, "icpsr": 10242, "wikipedia": "John L. Wilson", "house_history": 23931, "wikidata": "Q742198", "google_entity_id": "kg:/m/0ct63p"}, "name": {"first": "John", "middle": "Lockwood", "last": "Wilson"}, "bio": {"birthday": "1850-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1899-03-03", "state": "WA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000667", "govtrack": 411820, "icpsr": 10302, "wikipedia": "Edward O. Wolcott", "wikidata": "Q1293143", "google_entity_id": "kg:/m/0bf33m"}, "name": {"first": "Edward", "middle": "Oliver", "last": "Wolcott"}, "bio": {"birthday": "1848-03-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "CO", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "CO", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000691", "govtrack": 411843, "icpsr": 10321, "wikipedia": "Benson Wood", "house_history": 24040, "wikidata": "Q4890290", "google_entity_id": "kg:/m/02rk8zn"}, "name": {"first": "Benson", "last": "Wood"}, "bio": {"birthday": "1839-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "W000707", "govtrack": 411859, "icpsr": 10337, "wikipedia": "Frederick Augustus Woodard", "house_history": 24060, "wikidata": "Q946345", "google_entity_id": "kg:/m/05jzwx"}, "name": {"first": "Frederick", "middle": "Augustus", "last": "Woodard"}, "bio": {"birthday": "1854-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000715", "govtrack": 411867, "icpsr": 10345, "wikipedia": "Charles W. Woodman", "house_history": 24071, "wikidata": "Q5083277", "google_entity_id": "kg:/m/02rk96x"}, "name": {"first": "Charles", "middle": "Walhart", "last": "Woodman"}, "bio": {"birthday": "1844-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "W000739", "govtrack": 411889, "icpsr": 10368, "wikipedia": "Ephraim Milton Woomer", "house_history": 24100, "wikidata": "Q5382313", "google_entity_id": "kg:/m/0ksfdg"}, "name": {"first": "Ephraim", "middle": "Milton", "last": "Woomer"}, "bio": {"birthday": "1844-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "Y000018", "govtrack": 411952, "icpsr": 10425, "wikipedia": "Charles Henderson Yoakum", "house_history": 21053, "wikidata": "Q1064793", "google_entity_id": "kg:/m/03c2zpb"}, "name": {"first": "Charles", "middle": "Henderson", "last": "Yoakum"}, "bio": {"birthday": "1849-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TX", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000902", "govtrack": 401859, "icpsr": 1097, "wikipedia": "Arthur Brown (Utah senator)", "wikidata": "Q708776", "google_entity_id": "kg:/m/0ct4wb"}, "name": {"first": "Arthur", "last": "Brown"}, "bio": {"birthday": "1843-03-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1896-01-01", "end": "1897-03-03", "state": "UT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000118", "govtrack": 402269, "icpsr": 1480, "house_history": 10596, "wikipedia": "Frank J. Cannon", "wikidata": "Q5487434", "google_entity_id": "kg:/m/0bdkvq"}, "name": {"first": "Frank", "middle": "Jenne", "last": "Cannon"}, "bio": {"birthday": "1859-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "UT", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1896-01-01", "end": "1899-03-03", "state": "UT", "class": 1, "party": "Silver Republican"}]}, {"id": {"bioguide": "M000522", "govtrack": 407515, "icpsr": 6312, "wikipedia": "William McKinley", "house_history": 17980, "wikidata": "Q35041", "google_entity_id": "kg:/m/083p7"}, "name": {"first": "William", "last": "McKinley", "suffix": "Jr."}, "bio": {"birthday": "1843-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "A000299", "govtrack": 400941, "icpsr": 251, "wikipedia": "William Carlile Arnold", "house_history": 8676, "wikidata": "Q8006555", "google_entity_id": "kg:/m/0ksf7z"}, "name": {"first": "William", "middle": "Carlile", "last": "Arnold"}, "bio": {"birthday": "1851-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "B000066", "govtrack": 401070, "icpsr": 366, "wikipedia": "Jehu Baker", "house_history": 8857, "wikidata": "Q6176513", "google_entity_id": "kg:/m/02rkb9z"}, "name": {"first": "Jehu", "last": "Baker"}, "bio": {"birthday": "1822-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "B000121", "govtrack": 401122, "icpsr": 414, "wikipedia": "Isaac Ambrose Barber", "house_history": 8927, "wikidata": "Q423019", "google_entity_id": "kg:/m/09jt06"}, "name": {"first": "Isaac", "middle": "Ambrose", "last": "Barber"}, "bio": {"birthday": "1852-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MD", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000149", "govtrack": 401151, "icpsr": 441, "wikipedia": "Charles A. Barlow", "house_history": 8963, "wikidata": "Q1063454", "google_entity_id": "kg:/m/02rhd0b"}, "name": {"first": "Charles", "middle": "Averill", "last": "Barlow"}, "bio": {"birthday": "1858-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "CA", "district": 6, "party": "Populist"}]}, {"id": {"bioguide": "B000180", "govtrack": 401179, "icpsr": 466, "wikipedia": "William Emerson Barrett", "house_history": 9006, "wikidata": "Q2578657", "google_entity_id": "kg:/m/02rs3m2"}, "name": {"first": "William", "middle": "Emerson", "last": "Barrett"}, "bio": {"birthday": "1858-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B000186", "govtrack": 401185, "icpsr": 472, "wikipedia": "Samuel J. Barrows", "house_history": 9012, "wikidata": "Q2218405", "google_entity_id": "kg:/m/02rjz4t"}, "name": {"first": "Samuel", "middle": "June", "last": "Barrows"}, "bio": {"birthday": "1845-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "B000262", "govtrack": 401256, "icpsr": 537, "wikipedia": "Clifton B. Beach", "house_history": 9114, "wikidata": "Q1101356", "google_entity_id": "kg:/m/02rl_8s"}, "name": {"first": "Clifton", "middle": "Bailey", "last": "Beach"}, "bio": {"birthday": "1845-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "B000325", "govtrack": 401317, "icpsr": 592, "wikipedia": "James J. Belden", "house_history": 9197, "wikidata": "Q6136633", "google_entity_id": "kg:/m/02rkr6q"}, "name": {"first": "James", "middle": "Jerome", "last": "Belden"}, "bio": {"birthday": "1825-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "B000327", "govtrack": 401319, "icpsr": 594, "wikipedia": "Joseph M. Belford", "house_history": 9199, "wikidata": "Q129751", "google_entity_id": "kg:/m/0271ndm"}, "name": {"first": "Joseph", "middle": "McCrum", "last": "Belford"}, "bio": {"birthday": "1852-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000329", "govtrack": 401321, "icpsr": 596, "wikipedia": "Hugh R. Belknap", "house_history": 9202, "wikidata": "Q4476061", "google_entity_id": "kg:/m/02rk9_n"}, "name": {"first": "Hugh", "middle": "Reid", "last": "Belknap"}, "bio": {"birthday": "1860-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000366", "govtrack": 401358, "icpsr": 628, "house_history": 9251, "wikipedia": "George Jacob Benner", "wikidata": "Q5541046", "google_entity_id": "kg:/m/0ghb3_"}, "name": {"first": "George", "middle": "Jacob", "last": "Benner"}, "bio": {"birthday": "1859-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "B000372", "govtrack": 401364, "icpsr": 634, "wikipedia": "Charles G. Bennett", "house_history": 9259, "wikidata": "Q808629", "google_entity_id": "kg:/m/02rkmwk"}, "name": {"first": "Charles", "middle": "Goodwin", "last": "Bennett"}, "bio": {"birthday": "1863-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000584", "govtrack": 401554, "icpsr": 817, "wikipedia": "Robert N. Bodine", "house_history": 9531, "wikidata": "Q2158335", "google_entity_id": "kg:/m/02rz807"}, "name": {"first": "Robert", "middle": "Nall", "last": "Bodine"}, "bio": {"birthday": "1837-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000633", "govtrack": 401598, "icpsr": 857, "wikipedia": "William Samuel Booze", "house_history": 9602, "wikidata": "Q1107847", "google_entity_id": "kg:/m/05573b"}, "name": {"first": "William", "middle": "Samuel", "last": "Booze"}, "bio": {"birthday": "1862-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MD", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000654", "govtrack": 401617, "icpsr": 873, "wikipedia": "Jeremiah D. Botkin", "house_history": 9631, "wikidata": "Q1687533", "google_entity_id": "kg:/m/02rm93d"}, "name": {"first": "Jeremiah", "middle": "Dunham", "last": "Botkin"}, "bio": {"birthday": "1849-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KS", "district": -1, "party": "Populist"}]}, {"id": {"bioguide": "B000815", "govtrack": 401772, "icpsr": 1020, "wikipedia": "Henry C. Brewster", "house_history": 9834, "wikidata": "Q13219086", "google_entity_id": "kg:/m/02rkqbv"}, "name": {"first": "Henry", "middle": "Colvin", "last": "Brewster"}, "bio": {"birthday": "1845-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "B000856", "govtrack": 401813, "icpsr": 1056, "wikipedia": "Case Broderick", "house_history": 9886, "wikidata": "Q1046936", "google_entity_id": "kg:/m/02rm94s"}, "name": {"first": "Case", "last": "Broderick"}, "bio": {"birthday": "1839-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KS", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000973", "govtrack": 401925, "icpsr": 1158, "wikipedia": "Ferdinand Brucker", "house_history": 10035, "wikidata": "Q1405148", "google_entity_id": "kg:/m/0494rk"}, "name": {"first": "Ferdinand", "last": "Brucker"}, "bio": {"birthday": "1858-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MI", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000053", "govtrack": 402212, "wikipedia": "James Yancy Callahan", "house_history": 10508, "wikidata": "Q1681329", "google_entity_id": "kg:/m/0bjphs"}, "name": {"first": "James", "middle": "Yancy", "last": "Callahan"}, "bio": {"gender": "M", "birthday": "1852-12-19"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OK", "district": -1, "party": "Free Silver"}]}, {"id": {"bioguide": "C000089", "govtrack": 402245, "icpsr": 1454, "wikipedia": "James R. Campbell (Illinois politician)", "house_history": 10556, "wikidata": "Q8644736", "google_entity_id": "kg:/m/02rkb6w"}, "name": {"first": "James", "middle": "Romulus", "last": "Campbell"}, "bio": {"birthday": "1853-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "C000241", "govtrack": 402386, "icpsr": 1590, "wikipedia": "Curtis H. Castle", "house_history": 10757, "wikidata": "Q1145579", "google_entity_id": "kg:/m/02rhdxw"}, "name": {"first": "Curtis", "middle": "Harvey", "last": "Castle"}, "bio": {"birthday": "1848-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "CA", "district": 7, "party": "Populist"}]}, {"id": {"bioguide": "C000415", "govtrack": 402554, "icpsr": 1747, "wikipedia": "John Daniel Clardy", "house_history": 10972, "wikidata": "Q1668192", "google_entity_id": "kg:/m/02rhjy4"}, "name": {"first": "John", "middle": "Daniel", "last": "Clardy"}, "bio": {"birthday": "1828-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000452", "govtrack": 402590, "icpsr": 1783, "wikipedia": "Samuel M. Clark", "house_history": 11015, "wikidata": "Q2218601", "google_entity_id": "kg:/m/02rk82g"}, "name": {"first": "Samuel", "middle": "Mercer", "last": "Clark"}, "bio": {"birthday": "1842-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000580", "govtrack": 402709, "icpsr": 1896, "wikipedia": "James Hodge Codding", "house_history": 11176, "wikidata": "Q13219582", "google_entity_id": "kg:/m/0ksf4k"}, "name": {"first": "James", "middle": "Hodge", "last": "Codding"}, "bio": {"birthday": "1849-07-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "C000649", "govtrack": 402777, "icpsr": 1955, "wikipedia": "David Grant Colson", "house_history": 11267, "wikidata": "Q1174586", "google_entity_id": "kg:/m/02rhf20"}, "name": {"first": "David", "middle": "Grant", "last": "Colson"}, "bio": {"birthday": "1861-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KY", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "C000697", "govtrack": 402822, "icpsr": 1999, "wikipedia": "James A. Connolly", "house_history": 11328, "wikidata": "Q6128064", "google_entity_id": "kg:/m/02rkb1q"}, "name": {"first": "James", "middle": "Austin", "last": "Connolly"}, "bio": {"birthday": "1843-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "C000731", "govtrack": 402853, "icpsr": 2029, "wikipedia": "Edward D. Cooke", "house_history": 11368, "wikidata": "Q5342487", "google_entity_id": "kg:/m/02rk9cc"}, "name": {"first": "Edward", "middle": "Dean", "last": "Cooke"}, "bio": {"birthday": "1849-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000876", "govtrack": 402989, "icpsr": 2148, "wikipedia": "John W. Cranford", "house_history": 11551, "wikidata": "Q1702044", "google_entity_id": "kg:/m/03c2zr1"}, "name": {"first": "John", "middle": "Walter", "last": "Cranford"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TX", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C001010", "govtrack": 403117, "icpsr": 2271, "wikipedia": "George M. Curtis", "house_history": 11716, "wikidata": "Q1507815", "google_entity_id": "kg:/m/02rk7h6"}, "name": {"first": "George", "middle": "Martin", "last": "Curtis"}, "bio": {"birthday": "1844-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000144", "govtrack": 403277, "icpsr": 2419, "wikipedia": "George M. Davison", "house_history": 12010, "wikidata": "Q1507817", "google_entity_id": "kg:/m/02rhgpl"}, "name": {"first": "George", "middle": "Mosby", "last": "Davison"}, "bio": {"birthday": "1855-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "D000182", "govtrack": 403343, "icpsr": 2455, "wikipedia": "William Joseph Deboe", "wikidata": "Q1486004", "google_entity_id": "kg:/m/09_y27"}, "name": {"first": "William", "middle": "Joseph", "last": "Deboe"}, "bio": {"birthday": "1849-06-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "KY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000384", "govtrack": 403500, "icpsr": 2631, "house_history": 12306, "wikipedia": "Alexander Monroe Dockery", "wikidata": "Q731930", "google_entity_id": "kg:/m/0cyp50"}, "name": {"first": "Alexander", "middle": "Monroe", "last": "Dockery"}, "bio": {"birthday": "1845-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000436", "govtrack": 403546, "icpsr": 2673, "house_history": 12376, "wikipedia": "Charles Dorr", "wikidata": "Q1064138", "google_entity_id": "kg:/m/03bz913"}, "name": {"first": "Charles", "middle": "Phillips", "last": "Dorr"}, "bio": {"birthday": "1852-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WV", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "E000009", "govtrack": 403705, "icpsr": 2815, "wikipedia": "Joseph H. Earle", "wikidata": "Q477984", "google_entity_id": "kg:/m/0d0557"}, "name": {"first": "Joseph", "middle": "Haynsworth", "last": "Earle"}, "bio": {"birthday": "1847-04-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1897-03-15", "end": "1897-12-31", "state": "SC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000260", "govtrack": 403941, "icpsr": 3022, "house_history": 12921, "wikipedia": "Walter Evans (American politician)", "wikidata": "Q2544154", "google_entity_id": "kg:/m/02rl43g"}, "name": {"first": "Walter", "last": "Evans"}, "bio": {"birthday": "1842-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "F000076", "govtrack": 404034, "icpsr": 3106, "wikipedia": "Lucien J. Fenton", "house_history": 13062, "wikidata": "Q12057604", "google_entity_id": "kg:/m/02rm2c4"}, "name": {"first": "Lucien", "middle": "Jerome", "last": "Fenton"}, "bio": {"birthday": "1844-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "F000138", "govtrack": 404093, "icpsr": 3159, "wikipedia": "Israel F. Fischer", "house_history": 13145, "wikidata": "Q655558", "google_entity_id": "kg:/m/02rkqzg"}, "name": {"first": "Israel", "middle": "Frederick", "last": "Fischer"}, "bio": {"birthday": "1858-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "F000252", "govtrack": 404206, "icpsr": 3261, "wikipedia": "Wallace T. Foote Jr.", "house_history": 13292, "wikidata": "Q7962904", "google_entity_id": "kg:/m/02rkxjb"}, "name": {"first": "Wallace", "middle": "Turner", "last": "Foote", "suffix": "Jr."}, "bio": {"birthday": "1864-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "F000323", "govtrack": 404272, "icpsr": 3325, "house_history": 13379, "wikipedia": "John Edgar Fowler", "wikidata": "Q1483575", "google_entity_id": "kg:/m/04j71s"}, "name": {"first": "John", "middle": "Edgar", "last": "Fowler"}, "bio": {"birthday": "1866-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NC", "district": 3, "party": "Populist"}]}, {"id": {"bioguide": "G000464", "govtrack": 404809, "icpsr": 3823, "wikipedia": "Michael Griffin (politician)", "house_history": 14150, "wikidata": "Q1927594", "google_entity_id": "kg:/m/02vrq7y"}, "name": {"first": "Michael", "last": "Griffin"}, "bio": {"birthday": "1842-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "G000525", "govtrack": 404871, "icpsr": 3878, "wikipedia": "James Gunn (congressman)", "house_history": 14223, "wikidata": "Q961524", "google_entity_id": "kg:/m/01vsjy"}, "name": {"first": "James", "last": "Gunn"}, "bio": {"birthday": "1843-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "ID", "district": 1, "party": "Populist"}]}, {"id": {"bioguide": "H000015", "govtrack": 404900, "icpsr": 3903, "wikipedia": "Alva L. Hager", "house_history": 14308, "wikidata": "Q448151", "google_entity_id": "kg:/m/02rk72v"}, "name": {"first": "Alva", "middle": "Lysander", "last": "Hager"}, "bio": {"birthday": "1850-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "H000156", "govtrack": 405038, "icpsr": 4033, "house_history": 14476, "wikipedia": "L. Irving Handy", "wikidata": "Q1749745", "google_entity_id": "kg:/m/0h4f07"}, "name": {"first": "Levin", "middle": "Irving", "last": "Handy"}, "bio": {"birthday": "1861-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "H000258", "govtrack": 405135, "icpsr": 4119, "house_history": 14604, "wikipedia": "William Alexander Harris (Kansas)", "wikidata": "Q1412315", "google_entity_id": "kg:/m/0cvrmj"}, "name": {"first": "William", "middle": "Alexander", "last": "Harris"}, "bio": {"birthday": "1841-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KS", "district": -1, "party": "Populist"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "KS", "class": 3, "party": "Populist"}]}, {"id": {"bioguide": "H000300", "govtrack": 405173, "icpsr": 4157, "wikipedia": "Charles S. Hartman", "house_history": 14655, "wikidata": "Q1065971", "google_entity_id": "kg:/m/02rhdjh"}, "name": {"first": "Charles", "middle": "Sampson", "last": "Hartman"}, "bio": {"birthday": "1861-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MT", "district": 1, "party": "Silver Republican"}]}, {"id": {"bioguide": "H000458", "govtrack": 405323, "icpsr": 4288, "wikipedia": "Henry Heitfeld", "wikidata": "Q242061", "google_entity_id": "kg:/m/0bhmrz"}, "name": {"first": "Henry", "last": "Heitfeld"}, "bio": {"birthday": "1859-01-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "ID", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000503", "govtrack": 405366, "icpsr": 4329, "wikipedia": "Charles L. Henry", "house_history": 14909, "wikidata": "Q1065221", "google_entity_id": "kg:/m/02rkf51"}, "name": {"first": "Charles", "middle": "Lewis", "last": "Henry"}, "bio": {"birthday": "1849-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "H000565", "govtrack": 405427, "icpsr": 4386, "wikipedia": "Josiah Duane Hicks", "house_history": 14984, "wikidata": "Q6290468", "google_entity_id": "kg:/m/0ksf7l"}, "name": {"first": "Josiah", "middle": "Duane", "last": "Hicks"}, "bio": {"birthday": "1844-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "H000583", "govtrack": 405445, "icpsr": 4402, "wikipedia": "Samuel G. Hilborn", "house_history": 15005, "wikidata": "Q1799741", "google_entity_id": "kg:/m/02rjz43"}, "name": {"first": "Samuel", "middle": "Greeley", "last": "Hilborn"}, "bio": {"birthday": "1834-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "CA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000637", "govtrack": 405492, "icpsr": 4448, "wikipedia": "William H. Hinrichsen", "house_history": 15072, "wikidata": "Q7870923", "google_entity_id": "kg:/m/02rkdfp"}, "name": {"first": "William", "middle": "Henry", "last": "Hinrichsen"}, "bio": {"birthday": "1850-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "H000732", "govtrack": 405583, "icpsr": 4529, "house_history": 15188, "wikipedia": "William S. Holman", "wikidata": "Q2580471", "google_entity_id": "kg:/m/02qqfdj"}, "name": {"first": "William", "middle": "Steele", "last": "Holman"}, "bio": {"birthday": "1822-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IN", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000843", "govtrack": 405690, "icpsr": 4630, "house_history": 15329, "wikipedia": "Milford W. Howard", "wikidata": "Q1934724", "google_entity_id": "kg:/m/0dlv5r"}, "name": {"first": "Milford", "middle": "Wriarson", "last": "Howard"}, "bio": {"birthday": "1862-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AL", "district": 7, "party": "Populist"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AL", "district": 7, "party": "Populist"}]}, {"id": {"bioguide": "H000852", "govtrack": 405699, "icpsr": 4638, "wikipedia": "James R. Howe", "house_history": 15340, "wikidata": "Q1033225", "google_entity_id": "kg:/m/02rldmy"}, "name": {"first": "James", "middle": "Robinson", "last": "Howe"}, "bio": {"birthday": "1839-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000980", "govtrack": 405824, "icpsr": 4752, "wikipedia": "Andrew J. Hunter", "house_history": 15490, "wikidata": "Q4757408", "google_entity_id": "kg:/m/02rk8v5"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Hunter"}, "bio": {"birthday": "1831-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "H001004", "govtrack": 405844, "icpsr": 4774, "wikipedia": "Denis M. Hurley", "house_history": 15520, "wikidata": "Q250499", "google_entity_id": "kg:/m/0797gv"}, "name": {"first": "Denis", "middle": "Michael", "last": "Hurley"}, "bio": {"birthday": "1843-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "J000138", "govtrack": 406037, "icpsr": 4960, "wikipedia": "Henry U. Johnson", "house_history": 15867, "wikidata": "Q1607334", "google_entity_id": "kg:/m/02rkg8g"}, "name": {"first": "Henry", "middle": "Underwood", "last": "Johnson"}, "bio": {"birthday": "1850-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "J000231", "govtrack": 406124, "icpsr": 5042, "wikipedia": "James Kimbrough Jones", "house_history": 15984, "wikidata": "Q452409", "google_entity_id": "kg:/m/03bfsj"}, "name": {"first": "James", "middle": "Kimbrough", "last": "Jones"}, "bio": {"birthday": "1839-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "AR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000237", "govtrack": 406130, "icpsr": 5046, "wikipedia": "John P. Jones", "wikidata": "Q548159", "google_entity_id": "kg:/m/0cqs90"}, "name": {"first": "John", "middle": "Percival", "last": "Jones"}, "bio": {"birthday": "1829-01-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "NV", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "NV", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "NV", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "NV", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "NV", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "J000260", "govtrack": 406152, "icpsr": 5068, "wikipedia": "William Carey Jones", "house_history": 16022, "wikidata": "Q1260918", "google_entity_id": "kg:/m/02rmm_v"}, "name": {"first": "William", "middle": "Carey", "last": "Jones"}, "bio": {"birthday": "1855-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WA", "district": -1, "party": "Silver Republican"}]}, {"id": {"bioguide": "K000060", "govtrack": 406230, "icpsr": 5138, "wikipedia": "John Edward Kelley", "house_history": 16155, "wikidata": "Q1699931", "google_entity_id": "kg:/m/0f8t1z"}, "name": {"first": "John", "middle": "Edward", "last": "Kelley"}, "bio": {"birthday": "1853-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "SD", "district": -1, "party": "Populist"}]}, {"id": {"bioguide": "K000121", "govtrack": 406287, "icpsr": 5190, "wikipedia": "Richard R. Kenney", "wikidata": "Q2150425", "google_entity_id": "kg:/m/07nx40"}, "name": {"first": "Richard", "middle": "Rolland", "last": "Kenney"}, "bio": {"birthday": "1856-09-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1897-03-15", "end": "1901-03-03", "state": "DE", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000241", "govtrack": 406400, "icpsr": 5298, "wikipedia": "William Sebring Kirkpatrick", "house_history": 16379, "wikidata": "Q8018246", "google_entity_id": "kg:/m/0ksf3f"}, "name": {"first": "William", "middle": "Sebring", "last": "Kirkpatrick"}, "bio": {"birthday": "1844-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "K000293", "govtrack": 406449, "icpsr": 5344, "house_history": 16448, "wikipedia": "Freeman Knowles", "wikidata": "Q1453582", "google_entity_id": "kg:/m/0276xc4"}, "name": {"first": "Freeman", "middle": "Tulley", "last": "Knowles"}, "bio": {"birthday": "1846-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "SD", "district": -1, "party": "Populist"}]}, {"id": {"bioguide": "K000338", "govtrack": 406491, "icpsr": 5374, "wikipedia": "Monroe Henry Kulp", "house_history": 16509, "wikidata": "Q6902207", "google_entity_id": "kg:/m/0ksf61"}, "name": {"first": "Monroe", "middle": "Henry", "last": "Kulp"}, "bio": {"birthday": "1858-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "K000353", "govtrack": 406505, "icpsr": 5386, "wikipedia": "James H. Kyle", "wikidata": "Q437176", "google_entity_id": "kg:/m/0clph0"}, "name": {"first": "James", "middle": "Henderson", "last": "Kyle"}, "bio": {"birthday": "1854-02-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "SD", "class": 3, "party": "Populist"}, {"type": "sen", "start": "1897-03-15", "end": "1901-12-31", "state": "SD", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000461", "govtrack": 406950, "icpsr": 5796, "wikipedia": "William F. Love", "house_history": 17169, "wikidata": "Q2578742", "google_entity_id": "kg:/m/02x3_t2"}, "name": {"first": "William", "middle": "Franklin", "last": "Love"}, "bio": {"birthday": "1850-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MS", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "L000471", "govtrack": 406960, "icpsr": 5806, "wikipedia": "Philip B. Low", "house_history": 17182, "wikidata": "Q3182419", "google_entity_id": "kg:/m/02rkvdk"}, "name": {"first": "Philip", "middle": "Burrill", "last": "Low"}, "bio": {"birthday": "1836-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "M000059", "govtrack": 407087, "icpsr": 5918, "wikipedia": "James G. Maguire", "house_history": 17401, "wikidata": "Q1680423", "google_entity_id": "kg:/m/05x06m"}, "name": {"first": "James", "middle": "George", "last": "Maguire"}, "bio": {"birthday": "1853-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "CA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000062", "govtrack": 407090, "icpsr": 5921, "wikipedia": "Rowland B. Mahany", "house_history": 17405, "wikidata": "Q7372090", "google_entity_id": "kg:/m/02rkw5b"}, "name": {"first": "Rowland", "middle": "Blennerhassett", "last": "Mahany"}, "bio": {"birthday": "1864-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "M000153", "govtrack": 407175, "icpsr": 5999, "wikipedia": "George Alexander Marshall", "house_history": 17513, "wikidata": "Q5535982", "google_entity_id": "kg:/m/02rl_x1"}, "name": {"first": "George", "middle": "Alexander", "last": "Marshall"}, "bio": {"birthday": "1851-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000172", "govtrack": 407194, "icpsr": 6018, "wikipedia": "Charles H. Martin (North Carolina)", "house_history": 17537, "wikidata": "Q1064671", "google_entity_id": "kg:/m/03c2t69"}, "name": {"first": "Charles", "middle": "Henry", "last": "Martin"}, "bio": {"birthday": "1848-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NC", "district": 6, "party": "Populist"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NC", "district": 6, "party": "Populist"}]}, {"id": {"bioguide": "M000270", "govtrack": 407288, "icpsr": 6098, "wikipedia": "Samuel Maxwell", "house_history": 17655, "wikidata": "Q2218630", "google_entity_id": "kg:/m/0b0xfx"}, "name": {"first": "Samuel", "last": "Maxwell"}, "bio": {"birthday": "1825-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NE", "district": 3, "party": "Populist"}]}, {"id": {"bioguide": "M000370", "govtrack": 407375, "icpsr": 6182, "wikipedia": "Nelson B. McCormick", "house_history": 17787, "wikidata": "Q1976956", "google_entity_id": "kg:/m/02rm9sc"}, "name": {"first": "Nelson", "middle": "B.", "last": "McCormick"}, "bio": {"birthday": "1847-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KS", "district": 6, "party": "Populist"}]}, {"id": {"bioguide": "M000411", "govtrack": 407411, "icpsr": 6218, "wikipedia": "John McDonald (Maryland politician)", "house_history": 17840, "wikidata": "Q2514142", "google_entity_id": "kg:/m/0dz85q"}, "name": {"first": "John", "last": "McDonald"}, "bio": {"birthday": "1837-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MD", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000431", "govtrack": 407431, "icpsr": 6237, "wikipedia": "Thomas McEwan, Jr.", "house_history": 17867, "wikidata": "Q2426053", "google_entity_id": "kg:/m/02x2k5k"}, "name": {"first": "Thomas", "last": "McEwan", "suffix": "Jr."}, "bio": {"birthday": "1854-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NJ", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000480", "govtrack": 407477, "icpsr": 6278, "wikipedia": "William Watson McIntire", "house_history": 17925, "wikidata": "Q1457722", "google_entity_id": "kg:/m/0ksswm"}, "name": {"first": "William", "middle": "Watson", "last": "McIntire"}, "bio": {"birthday": "1850-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MD", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000543", "govtrack": 407535, "icpsr": 6331, "wikipedia": "John L. McLaurin", "house_history": 18006, "wikidata": "Q1700758", "google_entity_id": "kg:/m/0d04y5"}, "name": {"first": "John", "middle": "Lowndes", "last": "McLaurin"}, "bio": {"birthday": "1860-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "SC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000575", "govtrack": 407566, "icpsr": 6359, "house_history": 18045, "wikipedia": "Benton McMillin", "wikidata": "Q358665", "google_entity_id": "kg:/m/03nwpq"}, "name": {"first": "Benton", "last": "McMillin"}, "bio": {"birthday": "1845-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000761", "govtrack": 407739, "icpsr": 6515, "house_history": 18282, "wikipedia": "Warren Miller (West Virginia Congressman)", "wikidata": "Q2549740", "google_entity_id": "kg:/m/03bz7cg"}, "name": {"first": "Warren", "last": "Miller"}, "bio": {"birthday": "1847-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WV", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000769", "govtrack": 407747, "icpsr": 6523, "wikipedia": "Seth L. Milliken", "house_history": 18292, "wikidata": "Q1379876", "google_entity_id": "kg:/m/02rv9r3"}, "name": {"first": "Seth", "middle": "Llewellyn", "last": "Milliken"}, "bio": {"birthday": "1831-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "ME", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "ME", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000773", "govtrack": 407751, "icpsr": 6527, "wikipedia": "Daniel W. Mills", "house_history": 18297, "wikidata": "Q5219002", "google_entity_id": "kg:/m/02rkyp4"}, "name": {"first": "Daniel", "middle": "Webster", "last": "Mills"}, "bio": {"birthday": "1838-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000822", "govtrack": 407797, "icpsr": 6569, "wikipedia": "John M. Mitchell", "house_history": 18362, "wikidata": "Q1446902", "google_entity_id": "kg:/m/02rksn9"}, "name": {"first": "John", "middle": "Murry", "last": "Mitchell"}, "bio": {"birthday": "1858-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M000969", "govtrack": 407937, "icpsr": 6696, "wikipedia": "Justin Smith Morrill", "house_history": 18544, "wikidata": "Q1045864", "google_entity_id": "kg:/m/035zh9"}, "name": {"first": "Justin", "middle": "Smith", "last": "Morrill"}, "bio": {"birthday": "1810-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "VT", "district": 2, "party": "Ind. Republican-Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1867-03-04", "end": "1873-03-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1897-03-15", "end": "1899-03-03", "state": "VT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "N000144", "govtrack": 408227, "icpsr": 6964, "wikipedia": "Stephen A. Northway", "house_history": 19012, "wikidata": "Q1000841", "google_entity_id": "kg:/m/02rm32w"}, "name": {"first": "Stephen", "middle": "Asa", "last": "Northway"}, "bio": {"birthday": "1833-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "O000036", "govtrack": 408321, "icpsr": 7024, "wikipedia": "Benjamin Odell (politician)", "house_history": 19114, "wikidata": "Q663205", "google_entity_id": "kg:/m/038qlc"}, "name": {"first": "Benjamin", "middle": "Baker", "last": "Odell", "suffix": "Jr."}, "bio": {"birthday": "1854-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "O000044", "govtrack": 408327, "icpsr": 7032, "wikipedia": "Henry Warren Ogden", "house_history": 19124, "wikidata": "Q1607382", "google_entity_id": "kg:/m/02w4ysq"}, "name": {"first": "Henry", "middle": "Warren", "last": "Ogden"}, "bio": {"birthday": "1842-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "O000113", "govtrack": 408369, "icpsr": 7094, "house_history": 19206, "wikipedia": "John Eugene Osborne", "wikidata": "Q382768", "google_entity_id": "kg:/m/08srg8"}, "name": {"first": "John", "middle": "Eugene", "last": "Osborne"}, "bio": {"birthday": "1858-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WY", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "P000233", "govtrack": 408636, "icpsr": 7346, "wikipedia": "George D. Perkins", "house_history": 19568, "wikidata": "Q1507183", "google_entity_id": "kg:/m/02rk7gj"}, "name": {"first": "George", "middle": "Douglas", "last": "Perkins"}, "bio": {"birthday": "1840-02-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "P000254", "govtrack": 408657, "icpsr": 7367, "wikipedia": "Mason S. Peters", "house_history": 19590, "wikidata": "Q1387588", "google_entity_id": "kg:/m/02rm9_7"}, "name": {"first": "Mason", "middle": "Summers", "last": "Peters"}, "bio": {"birthday": "1844-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KS", "district": 2, "party": "Populist"}]}, {"id": {"bioguide": "P000370", "govtrack": 408765, "icpsr": 7471, "wikipedia": "Mahlon Pitney", "house_history": 19737, "wikidata": "Q186278", "google_entity_id": "kg:/m/03p6f8"}, "name": {"first": "Mahlon", "last": "Pitney"}, "bio": {"birthday": "1858-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NJ", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "P000388", "govtrack": 408782, "icpsr": 7488, "wikipedia": "Thomas S. Plowman", "house_history": 19759, "wikidata": "Q2427018", "google_entity_id": "kg:/m/02rk29w"}, "name": {"first": "Thomas", "middle": "Scales", "last": "Plowman"}, "bio": {"birthday": "1843-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "P000545", "govtrack": 408929, "icpsr": 7631, "wikipedia": "Jeter Connelly Pritchard", "wikidata": "Q1688490", "google_entity_id": "kg:/m/02klt4"}, "name": {"first": "Jeter", "middle": "Connelly", "last": "Pritchard"}, "bio": {"birthday": "1857-07-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1895-12-02", "end": "1897-03-03", "state": "NC", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "NC", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "Q000011", "govtrack": 408974, "icpsr": 7672, "wikipedia": "Lemuel E. Quigg", "house_history": 20057, "wikidata": "Q2791101", "google_entity_id": "kg:/m/0ddg90"}, "name": {"first": "Lemuel", "middle": "Ely", "last": "Quigg"}, "bio": {"birthday": "1863-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "R000073", "govtrack": 409053, "icpsr": 7745, "house_history": 20172, "wikipedia": "Joseph Lafayette Rawlins", "wikidata": "Q1707466", "google_entity_id": "kg:/m/08m6h2"}, "name": {"first": "Joseph", "middle": "Lafayette", "last": "Rawlins"}, "bio": {"birthday": "1850-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "UT", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "UT", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000490", "govtrack": 409449, "icpsr": 8099, "wikipedia": "Lemuel W. Royse", "house_history": 20692, "wikidata": "Q1367486", "google_entity_id": "kg:/m/02rkh49"}, "name": {"first": "Lemuel", "middle": "Willard", "last": "Royse"}, "bio": {"birthday": "1847-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IN", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IN", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "S000071", "govtrack": 409583, "icpsr": 8221, "wikipedia": "Edward Sauerhering", "house_history": 21223, "wikidata": "Q1293509", "google_entity_id": "kg:/m/02vrqrd"}, "name": {"first": "Edward", "last": "Sauerhering"}, "bio": {"birthday": "1864-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000099", "govtrack": 409609, "icpsr": 8244, "house_history": 21257, "wikipedia": "Joseph D. Sayers", "wikidata": "Q883210", "google_entity_id": "kg:/m/059rx2"}, "name": {"first": "Joseph", "middle": "Draper", "last": "Sayers"}, "bio": {"birthday": "1841-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TX", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "S000288", "govtrack": 409787, "icpsr": 8401, "wikipedia": "Richard C. Shannon", "house_history": 21495, "wikidata": "Q2597851", "google_entity_id": "kg:/m/02rkvyf"}, "name": {"first": "Richard", "middle": "Cutts", "last": "Shannon"}, "bio": {"birthday": "1839-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "S000389", "govtrack": 409883, "icpsr": 8494, "wikipedia": "Alonzo C. Shuford", "house_history": 21622, "wikidata": "Q1277534", "google_entity_id": "kg:/m/02vn_ws"}, "name": {"first": "Alonzo", "middle": "Craig", "last": "Shuford"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NC", "district": 7, "party": "Populist"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NC", "district": 7, "party": "Populist"}], "bio": {"birthday": "1858-03-01", "gender": "M"}}, {"id": {"bioguide": "S000428", "govtrack": 409922, "icpsr": 8526, "wikipedia": "John Simpkins", "house_history": 21671, "wikidata": "Q1701759", "google_entity_id": "kg:/m/02rhkk2"}, "name": {"first": "John", "last": "Simpkins"}, "bio": {"birthday": "1862-06-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "S000432", "govtrack": 409926, "icpsr": 8529, "wikipedia": "Jerry Simpson", "house_history": 21677, "wikidata": "Q1687867", "google_entity_id": "kg:/m/0d2x52"}, "name": {"first": "Jeremiah", "last": "Simpson", "nickname": "Jerry"}, "bio": {"gender": "M", "birthday": "1842-03-31"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KS", "district": 7, "party": "Populist"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KS", "district": 7, "party": "Populist"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KS", "district": 7, "party": "Populist"}]}, {"id": {"bioguide": "S000468", "govtrack": 409958, "icpsr": 8560, "house_history": 21723, "wikipedia": "Harry Skinner", "wikidata": "Q1454561", "google_entity_id": "kg:/m/02vn_hr"}, "name": {"first": "Harry", "last": "Skinner"}, "bio": {"birthday": "1855-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NC", "district": 1, "party": "Populist"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NC", "district": 1, "party": "Populist"}]}, {"id": {"bioguide": "S000658", "govtrack": 410132, "icpsr": 8727, "wikipedia": "Horace G. Snover", "house_history": 21948, "wikidata": "Q1627863", "google_entity_id": "kg:/m/0d8fk9"}, "name": {"first": "Horace", "middle": "Greeley", "last": "Snover"}, "bio": {"birthday": "1847-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "S000696", "govtrack": 410167, "icpsr": 8759, "wikipedia": "George Spalding", "house_history": 21998, "wikidata": "Q1508270", "google_entity_id": "kg:/m/027kc3l"}, "name": {"first": "George", "last": "Spalding"}, "bio": {"birthday": "1836-11-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000953", "govtrack": 410412, "icpsr": 8975, "house_history": 22318, "wikipedia": "Charles Warren Stone", "wikidata": "Q5083370", "google_entity_id": "kg:/m/0ksf1k"}, "name": {"first": "Charles", "middle": "Warren", "last": "Stone"}, "bio": {"birthday": "1843-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "S000966", "govtrack": 410425, "icpsr": 8987, "wikipedia": "William A. Stone", "house_history": 22335, "wikidata": "Q883571", "google_entity_id": "kg:/m/0294sd"}, "name": {"first": "William", "middle": "Alexis", "last": "Stone"}, "bio": {"birthday": "1846-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "S000989", "govtrack": 410447, "icpsr": 9010, "wikipedia": "Thomas J. Strait", "house_history": 22364, "wikidata": "Q2425009", "google_entity_id": "kg:/m/02vrpcb"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Strait"}, "bio": {"birthday": "1846-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "SC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S001007", "govtrack": 410464, "icpsr": 9026, "wikipedia": "Jesse Burr Strode", "house_history": 22385, "wikidata": "Q1229162", "google_entity_id": "kg:/m/0bm6rd"}, "name": {"first": "Jesse", "middle": "Burr", "last": "Strode"}, "bio": {"birthday": "1845-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NE", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S001027", "govtrack": 410484, "icpsr": 9046, "house_history": 22407, "wikipedia": "William Franklin Strowd", "wikidata": "Q730358", "google_entity_id": "kg:/m/05kyjg"}, "name": {"first": "William", "middle": "Franklin", "last": "Strowd"}, "bio": {"birthday": "1832-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NC", "district": 4, "party": "Populist"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NC", "district": 4, "party": "Populist"}]}, {"id": {"bioguide": "S001050", "govtrack": 410504, "icpsr": 9065, "wikipedia": "John Cirby Sturtevant", "house_history": 22436, "wikidata": "Q13219837", "google_entity_id": "kg:/m/0ksf31"}, "name": {"first": "John", "middle": "Cirby", "last": "Sturtevant"}, "bio": {"birthday": "1835-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "T000244", "govtrack": 410822, "icpsr": 9361, "wikipedia": "Robert Taylor Thorp", "house_history": 22929, "wikidata": "Q2158962", "google_entity_id": "kg:/m/03c2_9p"}, "name": {"first": "Robert", "middle": "Taylor", "last": "Thorp"}, "bio": {"birthday": "1850-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "VA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "T000291", "govtrack": 410864, "icpsr": 9403, "wikipedia": "Albert M. Todd", "house_history": 22987, "wikidata": "Q2638433", "google_entity_id": "kg:/m/053jrd"}, "name": {"first": "Albert", "middle": "May", "last": "Todd"}, "bio": {"birthday": "1850-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MI", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000412", "govtrack": 410981, "icpsr": 9507, "wikipedia": "Thomas B. Turley", "wikidata": "Q6217038", "google_entity_id": "kg:/m/04l06t"}, "name": {"first": "Thomas", "middle": "Battle", "last": "Turley"}, "bio": {"birthday": "1845-04-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1897-03-15", "end": "1901-03-03", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000420", "govtrack": 410989, "icpsr": 9515, "wikipedia": "George Turner (U.S. politician)", "wikidata": "Q177931", "google_entity_id": "kg:/m/0ctn8h"}, "name": {"first": "George", "last": "Turner"}, "bio": {"birthday": "1850-02-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "WA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "U000019", "govtrack": 411042, "icpsr": 9564, "wikipedia": "Thomas Updegraff", "house_history": 20854, "wikidata": "Q2427815", "google_entity_id": "kg:/m/0286blv"}, "name": {"first": "Thomas", "last": "Updegraff"}, "bio": {"birthday": "1834-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "V000080", "govtrack": 411137, "icpsr": 9656, "wikipedia": "John H. G. Vehslage", "house_history": 20970, "wikidata": "Q1192978", "google_entity_id": "kg:/m/02rksc0"}, "name": {"first": "John", "middle": "Herman George", "last": "Vehslage"}, "bio": {"birthday": "1842-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "V000091", "govtrack": 411146, "icpsr": 9665, "wikipedia": "George Graham Vest", "wikidata": "Q516255", "google_entity_id": "kg:/m/03rgjk"}, "name": {"first": "George", "middle": "Graham", "last": "Vest"}, "bio": {"birthday": "1830-12-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "MO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "MO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "MO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "MO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "V000103", "govtrack": 411158, "icpsr": 9675, "wikipedia": "William D. Vincent", "house_history": 20997, "wikidata": "Q2578403", "google_entity_id": "kg:/m/02rmb7h"}, "name": {"first": "William", "middle": "Davis", "last": "Vincent"}, "bio": {"birthday": "1852-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KS", "district": 5, "party": "Populist"}]}, {"id": {"bioguide": "W000056", "govtrack": 411235, "icpsr": 9744, "wikipedia": "James A. Walker", "house_history": 23282, "wikidata": "Q1679906", "google_entity_id": "kg:/m/0cwhmt"}, "name": {"first": "James", "middle": "Alexander", "last": "Walker"}, "bio": {"birthday": "1832-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "VA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000062", "govtrack": 411241, "icpsr": 9750, "wikipedia": "Joseph H. Walker", "house_history": 23290, "wikidata": "Q599362", "google_entity_id": "kg:/m/026n85j"}, "name": {"first": "Joseph", "middle": "Henry", "last": "Walker"}, "bio": {"birthday": "1829-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000144", "govtrack": 411318, "icpsr": 9824, "wikipedia": "William L. Ward", "house_history": 23382, "wikidata": "Q3539740", "google_entity_id": "kg:/m/02rky60"}, "name": {"first": "William", "middle": "Lukens", "last": "Ward"}, "bio": {"birthday": "1856-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "W000279", "govtrack": 411444, "icpsr": 9939, "wikipedia": "George L. Wellington", "house_history": 23554, "wikidata": "Q465265", "google_entity_id": "kg:/m/050s_4"}, "name": {"first": "George", "middle": "Louis", "last": "Wellington"}, "bio": {"birthday": "1852-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "MD", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000371", "govtrack": 411532, "icpsr": 10024, "wikipedia": "George E. White", "house_history": 23655, "wikidata": "Q5538801", "google_entity_id": "kg:/m/02rk9n_"}, "name": {"first": "George", "middle": "Elon", "last": "White"}, "bio": {"birthday": "1848-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000453", "govtrack": 411610, "icpsr": 10098, "wikipedia": "David F. Wilber", "house_history": 23756, "wikidata": "Q5233513", "google_entity_id": "kg:/m/02q6xsp"}, "name": {"first": "David", "middle": "Forrest", "last": "Wilber"}, "bio": {"birthday": "1859-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "W000530", "govtrack": 411687, "icpsr": 10172, "wikipedia": "Morgan B. Williams", "house_history": 23845, "wikidata": "Q6911580", "google_entity_id": "kg:/m/0ksf3t"}, "name": {"first": "Morgan", "middle": "B.", "last": "Williams"}, "bio": {"birthday": "1831-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "W000579", "govtrack": 411734, "icpsr": 10219, "wikipedia": "Francis H. Wilson", "house_history": 23904, "wikidata": "Q404754", "google_entity_id": "kg:/m/02rkpd7"}, "name": {"first": "Francis", "middle": "Henry", "last": "Wilson"}, "bio": {"birthday": "1844-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000754", "govtrack": 411903, "icpsr": 10382, "wikipedia": "Ashley B. Wright", "house_history": 24116, "wikidata": "Q725743", "google_entity_id": "kg:/m/081fzs"}, "name": {"first": "Ashley", "middle": "Bascom", "last": "Wright"}, "bio": {"birthday": "1841-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "Y000025", "govtrack": 411959, "icpsr": 10432, "wikipedia": "Jacob Yost (Virginia congressman)", "house_history": 21060, "wikidata": "Q1677675", "google_entity_id": "kg:/m/03m9trf"}, "name": {"first": "Jacob", "last": "Yost"}, "bio": {"birthday": "1853-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "VA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "S000422", "govtrack": 409916, "icpsr": 8521, "wikipedia": "Joseph Simon", "wikidata": "Q1246133", "google_entity_id": "kg:/m/0d8txc"}, "name": {"first": "Joseph", "last": "Simon"}, "bio": {"birthday": "1851-02-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1898-01-01", "end": "1903-03-03", "state": "OR", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S001062", "govtrack": 410516, "icpsr": 9077, "wikipedia": "William V. Sullivan", "house_history": 22450, "wikidata": "Q2580850", "google_entity_id": "kg:/m/0cy_wb"}, "name": {"first": "William", "middle": "Van Amberg", "last": "Sullivan"}, "bio": {"birthday": "1857-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1898-01-01", "end": "1901-03-03", "state": "MS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000087", "govtrack": 400746, "icpsr": 75, "wikipedia": "William F. Aldrich", "house_history": 8381, "wikidata": "Q2578697", "google_entity_id": "kg:/m/02rk2cl"}, "name": {"first": "William", "middle": "Farrington", "last": "Aldrich"}, "bio": {"birthday": "1853-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "A000134", "govtrack": 400790, "icpsr": 117, "house_history": 8447, "wikipedia": "John Mills Allen", "wikidata": "Q1701104", "google_entity_id": "kg:/m/0f152c"}, "name": {"first": "John", "middle": "Mills", "last": "Allen"}, "bio": {"birthday": "1846-07-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MS", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000153", "govtrack": 400808, "icpsr": 134, "wikipedia": "William V. Allen", "wikidata": "Q928373", "google_entity_id": "kg:/m/09tdvh"}, "name": {"first": "William", "middle": "Vincent", "last": "Allen"}, "bio": {"birthday": "1847-01-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "NE", "class": 1, "party": "Populist"}, {"type": "sen", "start": "1899-12-04", "end": "1901-12-31", "state": "NE", "class": 1, "party": "Populist"}]}, {"id": {"bioguide": "A000334", "govtrack": 400983, "icpsr": 288, "wikipedia": "John Wilbur Atwater", "house_history": 8720, "wikidata": "Q1118694", "google_entity_id": "kg:/m/04wkds"}, "name": {"first": "John", "middle": "Wilbur", "last": "Atwater"}, "bio": {"birthday": "1840-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NC", "district": 4, "party": "Populist"}]}, {"id": {"bioguide": "B000051", "govtrack": 401056, "icpsr": 353, "wikipedia": "Willis J. Bailey", "house_history": 8839, "wikidata": "Q1494951", "google_entity_id": "kg:/m/02rm92q"}, "name": {"first": "Willis", "middle": "Joshua", "last": "Bailey"}, "bio": {"birthday": "1854-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KS", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000055", "govtrack": 401060, "icpsr": 357, "wikipedia": "Samuel T. Baird", "house_history": 8843, "wikidata": "Q2218882", "google_entity_id": "kg:/m/02rv9j7"}, "name": {"first": "Samuel", "middle": "Thomas", "last": "Baird"}, "bio": {"birthday": "1861-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "LA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000076", "govtrack": 401079, "icpsr": 374, "wikipedia": "William Benjamin Baker", "house_history": 8871, "wikidata": "Q759228", "google_entity_id": "kg:/m/09jkyb"}, "name": {"first": "William", "middle": "Benjamin", "last": "Baker"}, "bio": {"birthday": "1840-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MD", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000123", "govtrack": 401124, "icpsr": 416, "house_history": 8929, "wikipedia": "Laird Howard Barber", "wikidata": "Q6474075", "google_entity_id": "kg:/m/0gh3ty"}, "name": {"first": "Laird", "middle": "Howard", "last": "Barber"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 8, "party": "Democrat"}], "bio": {"birthday": "1848-10-25", "gender": "M"}}, {"id": {"bioguide": "B000140", "govtrack": 401141, "icpsr": 432, "wikipedia": "John All Barham", "house_history": 8951, "wikidata": "Q1699126", "google_entity_id": "kg:/m/02rhjr_"}, "name": {"first": "John", "middle": "All", "last": "Barham"}, "bio": {"gender": "M", "birthday": "1843-07-17"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "CA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000227", "govtrack": 401223, "icpsr": 508, "wikipedia": "William B. Bate", "wikidata": "Q276604", "google_entity_id": "kg:/m/03nw1t"}, "name": {"first": "William", "middle": "Brimage", "last": "Bate"}, "bio": {"birthday": "1826-10-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "TN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "TN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "TN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000414", "govtrack": 401401, "icpsr": 670, "wikipedia": "Albert S. Berry", "house_history": 9314, "wikidata": "Q700005", "google_entity_id": "kg:/m/02rgv0r"}, "name": {"first": "Albert", "middle": "Seaton", "last": "Berry"}, "bio": {"birthday": "1836-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000544", "govtrack": 401519, "icpsr": 784, "house_history": 9477, "wikipedia": "Richard P. Bland", "wikidata": "Q531828", "google_entity_id": "kg:/m/05xhd2"}, "name": {"first": "Richard", "middle": "Parks", "last": "Bland"}, "bio": {"birthday": "1835-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "B000746", "govtrack": 401705, "icpsr": 957, "wikipedia": "Thomas J. Bradley", "house_history": 9743, "wikidata": "Q1590771", "google_entity_id": "kg:/m/02rkx5b"}, "name": {"first": "Thomas", "middle": "Joseph", "last": "Bradley"}, "bio": {"birthday": "1870-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "B000801", "govtrack": 401758, "icpsr": 1006, "wikipedia": "John Lewis Brenner", "house_history": 9815, "wikidata": "Q6244771", "google_entity_id": "kg:/m/0d1tw3"}, "name": {"first": "John", "middle": "Lewis", "last": "Brenner"}, "bio": {"birthday": "1832-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000812", "govtrack": 401769, "icpsr": 1017, "wikipedia": "Willis Brewer", "house_history": 9829, "wikidata": "Q2581532", "google_entity_id": "kg:/m/02rk2f_"}, "name": {"first": "Willis", "last": "Brewer"}, "bio": {"birthday": "1844-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000943", "govtrack": 401897, "icpsr": 1133, "wikipedia": "Seth W. Brown", "house_history": 9994, "wikidata": "Q7456626", "google_entity_id": "kg:/m/02rm31v"}, "name": {"first": "Seth", "middle": "W.", "last": "Brown"}, "bio": {"birthday": "1841-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000074", "govtrack": 402231, "icpsr": 1441, "wikipedia": "Albert J. Campbell", "house_history": 10538, "wikidata": "Q1723385", "google_entity_id": "kg:/m/02rgv01"}, "name": {"first": "Albert", "middle": "James", "last": "Campbell"}, "bio": {"birthday": "1857-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000247", "govtrack": 402391, "icpsr": 1595, "wikipedia": "Thomas C. Catchings", "house_history": 10766, "wikidata": "Q2422865", "google_entity_id": "kg:/m/02rtn94"}, "name": {"first": "Thomas", "middle": "Clendinen", "last": "Catchings"}, "bio": {"birthday": "1847-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MS", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000303", "govtrack": 402445, "icpsr": 1646, "wikipedia": "William A. Chanler", "house_history": 10836, "wikidata": "Q13219089", "google_entity_id": "kg:/m/02rkxqj"}, "name": {"first": "William", "middle": "Astor", "last": "Chanler"}, "bio": {"birthday": "1867-06-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "C000351", "govtrack": 402490, "icpsr": 1689, "wikipedia": "Charles A. Chickering", "house_history": 10894, "wikidata": "Q5074816", "google_entity_id": "kg:/m/02rkmp0"}, "name": {"first": "Charles", "middle": "Addison", "last": "Chickering"}, "bio": {"birthday": "1843-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "C000460", "govtrack": 402598, "icpsr": 1791, "wikipedia": "Frank Gay Clarke", "house_history": 11023, "wikidata": "Q1443289", "google_entity_id": "kg:/m/02rhg9x"}, "name": {"first": "Frank", "middle": "Gay", "last": "Clarke"}, "bio": {"birthday": "1850-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000492", "govtrack": 402630, "icpsr": 1819, "wikipedia": "Bertram Tracy Clayton", "house_history": 11062, "wikidata": "Q828504", "google_entity_id": "kg:/m/07p74w"}, "name": {"first": "Bertram", "middle": "Tracy", "last": "Clayton"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 4, "party": "Democrat"}], "bio": {"birthday": "1862-10-19", "gender": "M"}}, {"id": {"bioguide": "C000568", "govtrack": 402697, "icpsr": 1884, "wikipedia": "Aaron Van Schaick Cochrane", "house_history": 11161, "wikidata": "Q4662500", "google_entity_id": "kg:/m/02rklpd"}, "name": {"first": "Aaron", "middle": "Van Schaick", "last": "Cochrane"}, "bio": {"birthday": "1858-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "C000576", "govtrack": 402705, "icpsr": 1892, "wikipedia": "Francis Cockrell", "wikidata": "Q1259413", "google_entity_id": "kg:/m/04jm0l"}, "name": {"first": "Francis", "middle": "Marion", "last": "Cockrell"}, "bio": {"birthday": "1834-10-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "MO", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "MO", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "MO", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "MO", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "MO", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000838", "govtrack": 402955, "icpsr": 2117, "wikipedia": "Nicholas N. Cox", "house_history": 11505, "wikidata": "Q1984951", "google_entity_id": "kg:/m/0djmp7"}, "name": {"first": "Nicholas", "middle": "Nichols", "last": "Cox"}, "bio": {"birthday": "1837-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C001015", "govtrack": 403122, "icpsr": 2276, "wikipedia": "Thomas Cusack (politician)", "house_history": 11722, "wikidata": "Q7788766", "google_entity_id": "kg:/m/078_pc"}, "name": {"first": "Thomas", "last": "Cusack"}, "bio": {"birthday": "1858-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000015", "govtrack": 403158, "icpsr": 2309, "wikipedia": "William Davis Daly", "house_history": 11850, "wikidata": "Q591782", "google_entity_id": "kg:/m/02x2k01"}, "name": {"first": "William", "middle": "Davis", "last": "Daly"}, "bio": {"birthday": "1851-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NJ", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "D000028", "govtrack": 403169, "icpsr": 2320, "wikipedia": "Lorenzo Danford", "house_history": 11866, "wikidata": "Q6680691", "google_entity_id": "kg:/m/02rm2bt"}, "name": {"first": "Lorenzo", "last": "Danford"}, "bio": {"birthday": "1829-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "D000077", "govtrack": 403215, "icpsr": 2359, "house_history": 11926, "wikipedia": "Samuel Arza Davenport", "wikidata": "Q7410786", "google_entity_id": "kg:/m/0gh9j0"}, "name": {"first": "Samuel", "middle": "Arza", "last": "Davenport"}, "bio": {"birthday": "1834-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "D000078", "govtrack": 403216, "icpsr": 2360, "house_history": 11927, "wikipedia": "Stanley Woodward Davenport", "wikidata": "Q7600056", "google_entity_id": "kg:/m/0gh569"}, "name": {"first": "Stanley", "middle": "Woodward", "last": "Davenport"}, "bio": {"birthday": "1861-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "D000095", "govtrack": 403232, "icpsr": 2377, "wikipedia": "Cushman Kellogg Davis", "wikidata": "Q328669", "google_entity_id": "kg:/m/01l6yk"}, "name": {"first": "Cushman", "middle": "Kellogg", "last": "Davis"}, "bio": {"birthday": "1838-06-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "MN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "MN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1899-12-04", "end": "1901-03-03", "state": "MN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000277", "govtrack": 403323, "icpsr": 2535, "wikipedia": "Marion De Vries", "house_history": 12171, "wikidata": "Q1899144", "google_entity_id": "kg:/m/0dn0wn"}, "name": {"first": "Marion", "last": "De Vries"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "CA", "district": 2, "party": "Democrat"}], "bio": {"birthday": "1865-08-15", "gender": "M"}}, {"id": {"bioguide": "D000356", "govtrack": 403473, "icpsr": 2606, "wikipedia": "Nelson Dingley Jr.", "house_history": 12270, "wikidata": "Q370284", "google_entity_id": "kg:/m/045191"}, "name": {"first": "Nelson", "last": "Dingley", "suffix": "Jr."}, "bio": {"birthday": "1832-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "ME", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "ME", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "D000497", "govtrack": 403604, "icpsr": 2727, "wikipedia": "Edmund H. Driggs", "house_history": 12455, "wikidata": "Q404626", "google_entity_id": "kg:/m/0269sp2"}, "name": {"first": "Edmund", "middle": "Hope", "last": "Driggs"}, "bio": {"birthday": "1865-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000196", "govtrack": 403883, "icpsr": 2976, "wikipedia": "Sidney Parham Epes", "house_history": 12842, "wikidata": "Q2373732", "google_entity_id": "kg:/m/03c2_xq"}, "name": {"first": "Sydney", "middle": "Parham", "last": "Epes"}, "bio": {"birthday": "1865-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "VA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "E000205", "govtrack": 403892, "icpsr": 2982, "house_history": 12853, "wikipedia": "Daniel Ermentrout", "wikidata": "Q5217081", "google_entity_id": "kg:/m/0gh4yn"}, "name": {"first": "Daniel", "last": "Ermentrout"}, "bio": {"birthday": "1837-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "F000016", "govtrack": 403978, "icpsr": 3057, "wikipedia": "George W. Faris", "house_history": 12985, "wikidata": "Q1508437", "google_entity_id": "kg:/m/02rkg28"}, "name": {"first": "George", "middle": "Washington", "last": "Faris"}, "bio": {"birthday": "1854-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "F000177", "govtrack": 404132, "icpsr": 3195, "wikipedia": "Thomas Y. Fitzpatrick", "house_history": 13193, "wikidata": "Q2428309", "google_entity_id": "kg:/m/02rk0b8"}, "name": {"first": "Thomas", "middle": "Young", "last": "Fitzpatrick"}, "bio": {"birthday": "1850-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "F000298", "govtrack": 404247, "icpsr": 3300, "wikipedia": "Addison G. Foster", "wikidata": "Q353127", "google_entity_id": "kg:/m/0cvhcy"}, "name": {"first": "Addison", "middle": "Gardner", "last": "Foster"}, "bio": {"birthday": "1837-01-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "WA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000367", "govtrack": 404313, "icpsr": 3360, "wikipedia": "Romeo H. Freer", "house_history": 13432, "wikidata": "Q2165095", "google_entity_id": "kg:/m/02p_n5p"}, "name": {"first": "Romeo", "middle": "Hoyt", "last": "Freer"}, "bio": {"birthday": "1846-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WV", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "G000095", "govtrack": 404467, "icpsr": 3503, "house_history": 13681, "wikipedia": "Athelston Gaston", "wikidata": "Q4813348", "google_entity_id": "kg:/m/0gh64s"}, "name": {"first": "Athelston", "last": "Gaston"}, "bio": {"birthday": "1838-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "G000107", "govtrack": 404479, "icpsr": 3514, "wikipedia": "June Ward Gayle", "house_history": 13694, "wikidata": "Q1713270", "google_entity_id": "kg:/m/02rjwnc"}, "name": {"first": "June", "middle": "Ward", "last": "Gayle"}, "bio": {"birthday": "1865-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "G000247", "govtrack": 404609, "icpsr": 3638, "house_history": 13876, "wikipedia": "Martin H. Glynn", "wikidata": "Q358455", "google_entity_id": "kg:/m/030j1v"}, "name": {"first": "Martin", "middle": "Henry", "last": "Glynn"}, "bio": {"birthday": "1871-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "G000429", "govtrack": 404777, "icpsr": 3793, "wikipedia": "William Laury Greene", "house_history": 14109, "wikidata": "Q2579683", "google_entity_id": "kg:/m/09wz2w"}, "name": {"first": "William", "middle": "Laury", "last": "Greene"}, "bio": {"birthday": "1849-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NE", "district": 6, "party": "Populist"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NE", "district": 6, "party": "Populist"}]}, {"id": {"bioguide": "G000501", "govtrack": 404846, "icpsr": 3858, "house_history": 14194, "wikipedia": "William W. Grout", "wikidata": "Q2580896", "google_entity_id": "kg:/m/02rk03r"}, "name": {"first": "William", "middle": "Wallace", "last": "Grout"}, "bio": {"birthday": "1836-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "VT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "VT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000163", "govtrack": 405045, "icpsr": 4039, "wikipedia": "Mark Hanna", "wikidata": "Q509441", "google_entity_id": "kg:/m/015jv7"}, "name": {"first": "Marcus", "middle": "Alonzo", "last": "Hanna"}, "bio": {"birthday": "1837-09-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "OH", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000215", "govtrack": 405093, "icpsr": 4080, "wikipedia": "Alfred C. Harmer", "house_history": 14553, "wikidata": "Q4722407", "google_entity_id": "kg:/m/0dc1dx"}, "name": {"first": "Alfred", "middle": "Crout", "last": "Harmer"}, "bio": {"birthday": "1825-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000377", "govtrack": 405245, "icpsr": 4220, "wikipedia": "Joseph Roswell Hawley", "house_history": 14746, "wikidata": "Q240188", "google_entity_id": "kg:/m/059p9x"}, "name": {"first": "Joseph", "middle": "Roswell", "last": "Hawley"}, "bio": {"birthday": "1826-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "CT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "CT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "CT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "CT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000378", "govtrack": 405246, "icpsr": 4221, "wikipedia": "Robert B. Hawley", "house_history": 14747, "wikidata": "Q2156399", "google_entity_id": "kg:/m/03c2zvh"}, "name": {"first": "Robert", "middle": "Bradley", "last": "Hawley"}, "bio": {"birthday": "1849-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TX", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TX", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "H000409", "govtrack": 405276, "icpsr": 4248, "wikipedia": "Monroe Hayward", "wikidata": "Q1945207", "google_entity_id": "kg:/m/09tfmg"}, "name": {"first": "Monroe", "middle": "Leland", "last": "Hayward"}, "bio": {"birthday": "1840-12-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1899-12-04", "end": "1899-12-31", "state": "NE", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000512", "govtrack": 405375, "icpsr": 4338, "wikipedia": "Patrick Henry (U.S. Congressman)", "house_history": 14919, "wikidata": "Q2057662", "google_entity_id": "kg:/m/02rvbfv"}, "name": {"first": "Patrick", "last": "Henry"}, "bio": {"birthday": "1843-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MS", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000680", "govtrack": 405533, "icpsr": 4484, "house_history": 15126, "wikipedia": "John H. Hoffecker", "wikidata": "Q1443658", "google_entity_id": "kg:/m/0h468q"}, "name": {"first": "John", "middle": "Henry", "last": "Hoffecker"}, "bio": {"birthday": "1827-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "H000681", "govtrack": 405534, "icpsr": 4485, "house_history": 15127, "wikipedia": "Walter O. Hoffecker", "wikidata": "Q2545679", "google_entity_id": "kg:/m/0h477p"}, "name": {"first": "Walter", "middle": "Oakley", "last": "Hoffecker"}, "bio": {"birthday": "1854-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "H000760", "govtrack": 405611, "icpsr": 4555, "wikipedia": "Warren B. Hooker", "house_history": 15225, "wikidata": "Q7970038", "google_entity_id": "kg:/m/02rk_47"}, "name": {"first": "Warren", "middle": "Brewster", "last": "Hooker"}, "bio": {"birthday": "1856-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "J000186", "govtrack": 406081, "icpsr": 5002, "wikipedia": "David Emmons Johnston", "house_history": 15931, "wikidata": "Q579602", "google_entity_id": "kg:/m/03bzcbd"}, "name": {"first": "David", "middle": "Emmons", "last": "Johnston"}, "bio": {"birthday": "1845-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WV", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "K000142", "govtrack": 406308, "icpsr": 5211, "wikipedia": "Josiah Kerr", "house_history": 16255, "wikidata": "Q423186", "google_entity_id": "kg:/m/08_vzh"}, "name": {"first": "Josiah", "middle": "Leeds", "last": "Kerr"}, "bio": {"birthday": "1861-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MD", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "K000145", "govtrack": 406311, "icpsr": 5214, "wikipedia": "Winfield S. Kerr", "house_history": 16260, "wikidata": "Q8025014", "google_entity_id": "kg:/m/02rm3yp"}, "name": {"first": "Winfield", "middle": "Scott", "last": "Kerr"}, "bio": {"birthday": "1852-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "L000063", "govtrack": 406572, "icpsr": 5445, "wikipedia": "Joseph R. Lane", "house_history": 16665, "wikidata": "Q186217", "google_entity_id": "kg:/m/02rk7wy"}, "name": {"first": "Joseph", "middle": "Reed", "last": "Lane"}, "bio": {"birthday": "1858-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000244", "govtrack": 406747, "icpsr": 5609, "wikipedia": "John J. Lentz", "house_history": 16896, "wikidata": "Q6241128", "google_entity_id": "kg:/m/02rm1q5"}, "name": {"first": "John", "middle": "Jacob", "last": "Lentz"}, "bio": {"birthday": "1856-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "L000339", "govtrack": 406832, "icpsr": 5690, "wikipedia": "Romulus Zachariah Linney", "house_history": 17014, "wikidata": "Q2165350", "google_entity_id": "kg:/m/04gm13"}, "name": {"first": "Romulus", "middle": "Zachariah", "last": "Linney"}, "bio": {"birthday": "1841-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NC", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "L000523", "govtrack": 407007, "icpsr": 5845, "wikipedia": "Archibald Lybrand", "house_history": 17247, "wikidata": "Q4786408", "google_entity_id": "kg:/m/02rlzx1"}, "name": {"first": "Archibald", "last": "Lybrand"}, "bio": {"birthday": "1840-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M000276", "govtrack": 407294, "icpsr": 6104, "wikipedia": "Mitchell May", "house_history": 17664, "wikidata": "Q1033235", "google_entity_id": "kg:/m/026mw5_"}, "name": {"first": "Mitchell", "last": "May"}, "bio": {"birthday": "1870-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000294", "govtrack": 407309, "icpsr": 6120, "house_history": 17686, "wikipedia": "William McAleer", "wikidata": "Q8015297", "google_entity_id": "kg:/m/0djt2d"}, "name": {"first": "William", "last": "McAleer"}, "bio": {"birthday": "1838-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 3, "party": "Ind. Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000351", "govtrack": 407359, "icpsr": 6165, "wikipedia": "Louis E. McComas", "house_history": 17765, "wikidata": "Q433457", "google_entity_id": "kg:/m/05h7wv"}, "name": {"first": "Louis", "middle": "Emory", "last": "McComas"}, "bio": {"birthday": "1846-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "MD", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000421", "govtrack": 407421, "icpsr": 6227, "wikipedia": "John A. McDowell", "house_history": 17854, "wikidata": "Q12061544", "google_entity_id": "kg:/m/02rm1jn"}, "name": {"first": "John", "middle": "Anderson", "last": "McDowell"}, "bio": {"birthday": "1853-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "M000594", "govtrack": 407583, "icpsr": 6376, "wikipedia": "Smith McPherson", "house_history": 18067, "wikidata": "Q2295365", "google_entity_id": "kg:/m/02rk84j"}, "name": {"first": "Smith", "last": "McPherson"}, "bio": {"birthday": "1848-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "M000630", "govtrack": 407617, "icpsr": 6405, "wikipedia": "David Meekison", "house_history": 18112, "wikidata": "Q5237482", "google_entity_id": "kg:/m/02rl_g_"}, "name": {"first": "David", "last": "Meekison"}, "bio": {"birthday": "1849-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000666", "govtrack": 407652, "icpsr": 6439, "wikipedia": "William S. Mesick", "house_history": 18155, "wikidata": "Q1528311", "google_entity_id": "kg:/m/02q676c"}, "name": {"first": "William", "middle": "Smith", "last": "Mesick"}, "bio": {"birthday": "1856-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MI", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "N000130", "govtrack": 408214, "icpsr": 6952, "house_history": 18992, "wikipedia": "Edward Thomas Noonan", "wikidata": "Q5345595", "google_entity_id": "kg:/m/0d9_tc"}, "name": {"first": "Edward", "middle": "Thomas", "last": "Noonan"}, "bio": {"birthday": "1861-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "N000149", "govtrack": 408231, "icpsr": 6968, "wikipedia": "James Norton (South Carolina politician)", "house_history": 19018, "wikidata": "Q1680906", "google_entity_id": "kg:/m/02x40bz"}, "name": {"first": "James", "last": "Norton"}, "bio": {"birthday": "1843-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "SC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "O000051", "govtrack": 408286, "icpsr": 7039, "wikipedia": "James M. E. O'Grady", "house_history": 19131, "wikidata": "Q6138413", "google_entity_id": "kg:/m/02rkr9g"}, "name": {"first": "James", "middle": "Mary Early", "last": "O'Grady"}, "bio": {"birthday": "1863-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "P000007", "govtrack": 408418, "icpsr": 7146, "house_history": 19289, "wikipedia": "Horace Billings Packer", "wikidata": "Q5901539", "google_entity_id": "kg:/m/0gh983"}, "name": {"first": "Horace", "middle": "Billings", "last": "Packer"}, "bio": {"birthday": "1851-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "P000582", "govtrack": 408564, "icpsr": 7280, "wikipedia": "Charles Edward Pearce", "house_history": 20003, "wikidata": "Q1064258", "google_entity_id": "kg:/m/0dc1__"}, "name": {"first": "Charles", "middle": "Edward", "last": "Pearce"}, "bio": {"birthday": "1842-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "P000169", "govtrack": 408574, "icpsr": 7289, "house_history": 19487, "wikipedia": "Richmond Pearson", "wikidata": "Q2151216", "google_entity_id": "kg:/m/0fgcq5"}, "name": {"first": "Richmond", "last": "Pearson"}, "bio": {"birthday": "1852-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NC", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "P000225", "govtrack": 408628, "wikipedia": "Pedro Perea", "house_history": 19556, "wikidata": "Q1727668", "google_entity_id": "kg:/m/02rjxz9"}, "name": {"first": "Pedro", "last": "Perea"}, "bio": {"birthday": "1852-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NM", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "P000307", "govtrack": 408707, "icpsr": 7412, "wikipedia": "Fremont O. Phillips", "house_history": 19655, "wikidata": "Q1455206", "google_entity_id": "kg:/m/02rl_wq"}, "name": {"first": "Fremont", "middle": "Orestes", "last": "Phillips"}, "bio": {"birthday": "1856-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "P000490", "govtrack": 408875, "icpsr": 7580, "house_history": 19886, "wikipedia": "H. Henry Powers", "wikidata": "Q1452059", "google_entity_id": "kg:/m/02rhh3b"}, "name": {"first": "Horace", "middle": "Henry", "last": "Powers"}, "bio": {"birthday": "1835-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "VT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000564", "govtrack": 408947, "icpsr": 7647, "wikipedia": "Samuel Johnson Pugh", "house_history": 19980, "wikidata": "Q2218458", "google_entity_id": "kg:/m/02rjz54"}, "name": {"first": "Samuel", "middle": "Johnson", "last": "Pugh"}, "bio": {"birthday": "1850-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "Q000003", "govtrack": 408967, "icpsr": 7665, "wikipedia": "Joseph V. Quarles", "wikidata": "Q1708118", "google_entity_id": "kg:/m/0b6my2"}, "name": {"first": "Joseph", "middle": "Very", "last": "Quarles"}, "bio": {"birthday": "1843-12-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "WI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "Q000004", "govtrack": 408968, "icpsr": 7666, "house_history": 20046, "wikipedia": "Julian M. Quarles", "wikidata": "Q1471558", "google_entity_id": "kg:/m/027np3t"}, "name": {"first": "Julian", "middle": "Minor", "last": "Quarles"}, "bio": {"birthday": "1848-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "VA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "R000128", "govtrack": 409107, "icpsr": 7795, "wikipedia": "Thomas Brackett Reed", "house_history": 20240, "wikidata": "Q2094078", "google_entity_id": "kg:/m/07lqj"}, "name": {"first": "Thomas", "middle": "Brackett", "last": "Reed"}, "bio": {"birthday": "1839-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "ME", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "ME", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000244", "govtrack": 409220, "icpsr": 7896, "wikipedia": "Edwin R. Ridgely", "house_history": 20386, "wikidata": "Q1294902", "google_entity_id": "kg:/m/02rmb19"}, "name": {"first": "Edwin", "middle": "Reed", "last": "Ridgely"}, "bio": {"birthday": "1844-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KS", "district": 3, "party": "Populist"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KS", "district": 3, "party": "Populist"}]}, {"id": {"bioguide": "R000299", "govtrack": 409271, "icpsr": 7942, "wikipedia": "Gaston A. Robbins", "house_history": 20456, "wikidata": "Q1448986", "google_entity_id": "kg:/m/02rk1mj"}, "name": {"first": "Gaston", "middle": "Ahi", "last": "Robbins"}, "bio": {"birthday": "1858-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "R000450", "govtrack": 409414, "icpsr": 8072, "wikipedia": "Jonathan Ross (senator)", "wikidata": "Q1703291", "google_entity_id": "kg:/m/0cxpkg"}, "name": {"first": "Jonathan", "last": "Ross"}, "bio": {"birthday": "1826-04-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1899-12-04", "end": "1901-03-03", "state": "VT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000557", "govtrack": 409513, "icpsr": 8156, "house_history": 20765, "wikipedia": "James Wilfrid Ryan", "wikidata": "Q13219802", "google_entity_id": "kg:/m/0gh5tf"}, "name": {"first": "James", "middle": "Wilfrid", "last": "Ryan"}, "bio": {"birthday": "1858-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "S000252", "govtrack": 409753, "icpsr": 8369, "wikipedia": "Evan E. Settle", "house_history": 21448, "wikidata": "Q1379644", "google_entity_id": "kg:/m/02rhg0z"}, "name": {"first": "Evan", "middle": "Evans", "last": "Settle"}, "bio": {"birthday": "1848-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "S000742", "govtrack": 410211, "icpsr": 8801, "wikipedia": "Charles F. Sprague", "house_history": 22055, "wikidata": "Q1064326", "google_entity_id": "kg:/m/02rhd6j"}, "name": {"first": "Charles", "middle": "Franklin", "last": "Sprague"}, "bio": {"birthday": "1857-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "S000784", "govtrack": 410250, "icpsr": 8828, "wikipedia": "Jesse F. Stallings", "house_history": 22109, "wikidata": "Q567812", "google_entity_id": "kg:/m/02rk1ws"}, "name": {"first": "Jesse", "middle": "Francis", "last": "Stallings"}, "bio": {"birthday": "1856-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000898", "govtrack": 410359, "icpsr": 8926, "wikipedia": "Alexander Stewart (American politician)", "house_history": 22250, "wikidata": "Q2643104", "google_entity_id": "kg:/m/0bqdzz"}, "name": {"first": "Alexander", "last": "Stewart"}, "bio": {"birthday": "1829-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WI", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000922", "govtrack": 410382, "icpsr": 8948, "wikipedia": "William Morris Stewart", "wikidata": "Q360401", "google_entity_id": "kg:/m/095vlb"}, "name": {"first": "William", "middle": "Morris", "last": "Stewart"}, "bio": {"birthday": "1827-08-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1864-01-01", "end": "1869-03-03", "state": "NV", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1869-03-04", "end": "1875-03-03", "state": "NV", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "NV", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "NV", "class": 1, "party": "Silver"}, {"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "NV", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S001085", "govtrack": 410538, "icpsr": 9097, "house_history": 22481, "wikipedia": "Roderick Dhu Sutherland", "wikidata": "Q1377727", "google_entity_id": "kg:/m/09xwz5"}, "name": {"first": "Roderick", "middle": "Dhu", "last": "Sutherland"}, "bio": {"birthday": "1862-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NE", "district": 5, "party": "Populist"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NE", "district": 5, "party": "Populist"}]}, {"id": {"bioguide": "T000137", "govtrack": 410719, "icpsr": 9265, "wikipedia": "William L. Terry", "house_history": 22799, "wikidata": "Q788199", "google_entity_id": "kg:/m/02rj_rc"}, "name": {"first": "William", "middle": "Leake", "last": "Terry"}, "bio": {"birthday": "1850-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AR", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "T000248", "govtrack": 410826, "icpsr": 9365, "house_history": 22934, "wikipedia": "Joseph Earlston Thropp", "wikidata": "Q6282838", "google_entity_id": "kg:/m/0gh90w"}, "name": {"first": "Joseph", "middle": "Earlston", "last": "Thropp"}, "bio": {"birthday": "1847-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "T000426", "govtrack": 410994, "icpsr": 9520, "wikipedia": "Oscar Turner (1867\u20131902)", "house_history": 23155, "wikidata": "Q2033005", "google_entity_id": "kg:/m/02rl1t5"}, "name": {"first": "Oscar", "last": "Turner"}, "bio": {"birthday": "1867-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "U000008", "govtrack": 411032, "icpsr": 9555, "house_history": 20836, "wikipedia": "John Q. Underhill", "wikidata": "Q3539405", "google_entity_id": "kg:/m/02rkss2"}, "name": {"first": "John", "middle": "Quincy", "last": "Underhill"}, "bio": {"birthday": "1848-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "W000188", "govtrack": 411360, "icpsr": 9863, "wikipedia": "Russell J. Waters", "house_history": 23439, "wikidata": "Q2176930", "google_entity_id": "kg:/m/02rjy_9"}, "name": {"first": "Russell", "middle": "Judson", "last": "Waters"}, "bio": {"birthday": "1843-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "CA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "W000229", "govtrack": 411397, "icpsr": 9896, "wikipedia": "Walter L. Weaver", "house_history": 23492, "wikidata": "Q12252629", "google_entity_id": "kg:/m/02rtqs8"}, "name": {"first": "Walter", "middle": "Lowrie", "last": "Weaver"}, "bio": {"birthday": "1851-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "W000316", "govtrack": 411478, "icpsr": 9972, "wikipedia": "George W. Weymouth", "house_history": 23594, "wikidata": "Q1508480", "google_entity_id": "kg:/m/02rhgz5"}, "name": {"first": "George", "middle": "Warren", "last": "Weymouth"}, "bio": {"birthday": "1850-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "W000338", "govtrack": 411500, "icpsr": 9992, "wikipedia": "Joseph Wheeler", "house_history": 23619, "wikidata": "Q1708240", "google_entity_id": "kg:/m/01720p"}, "name": {"first": "Joseph", "last": "Wheeler"}, "bio": {"birthday": "1836-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "W000372", "govtrack": 411533, "icpsr": 10025, "wikipedia": "George Henry White", "house_history": 23657, "wikidata": "Q1351057", "google_entity_id": "kg:/m/05k3yk"}, "name": {"first": "George", "middle": "Henry", "last": "White"}, "bio": {"birthday": "1852-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000573", "govtrack": 411728, "icpsr": 10213, "wikipedia": "Edgar Wilson", "house_history": 23896, "wikidata": "Q1284215", "google_entity_id": "kg:/m/0d5zk7"}, "name": {"first": "Edgar", "last": "Wilson"}, "bio": {"birthday": "1861-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "ID", "district": 1, "party": "Silver Republican"}]}, {"id": {"bioguide": "W000612", "govtrack": 411767, "icpsr": 10251, "wikipedia": "Stanyarne Wilson", "house_history": 23942, "wikidata": "Q1337534", "google_entity_id": "kg:/m/02vp02n"}, "name": {"first": "Stanyarne", "last": "Wilson"}, "bio": {"birthday": "1860-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000653", "govtrack": 411807, "icpsr": 10290, "wikipedia": "Richard Alsop Wise", "house_history": 23994, "wikidata": "Q1691166", "google_entity_id": "kg:/m/03c2_7d"}, "name": {"first": "Richard", "middle": "Alsop", "last": "Wise"}, "bio": {"birthday": "1843-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "VA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "Y000056", "govtrack": 411988, "icpsr": 10457, "wikipedia": "William Albin Young", "house_history": 21098, "wikidata": "Q2577806", "google_entity_id": "kg:/m/03c2_70"}, "name": {"first": "William", "middle": "Albin", "last": "Young"}, "bio": {"birthday": "1860-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "Z000006", "govtrack": 411999, "icpsr": 10466, "house_history": 21117, "wikipedia": "Edward Danner Ziegler", "wikidata": "Q5342525", "google_entity_id": "kg:/m/0gh5_k"}, "name": {"first": "Edward", "middle": "Danner", "last": "Ziegler"}, "bio": {"birthday": "1844-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "B000138", "govtrack": 401139, "icpsr": 430, "wikipedia": "Thomas R. Bard", "wikidata": "Q279900", "google_entity_id": "kg:/m/03sgtr"}, "name": {"first": "Thomas", "middle": "Robert", "last": "Bard"}, "bio": {"birthday": "1841-12-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1900-01-01", "end": "1905-03-03", "state": "CA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000125", "govtrack": 400781, "icpsr": 109, "wikipedia": "Henry Dixon Allen", "house_history": 8435, "wikidata": "Q1606677", "google_entity_id": "kg:/m/02rhhc7"}, "name": {"first": "Henry", "middle": "Dixon", "last": "Allen"}, "bio": {"birthday": "1854-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000265", "govtrack": 400903, "icpsr": 215, "wikipedia": "Henry H. Aplin", "house_history": 8633, "wikidata": "Q1452466", "google_entity_id": "kg:/m/03x414"}, "name": {"first": "Henry", "middle": "Harrison", "last": "Aplin"}, "bio": {"birthday": "1841-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MI", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "B000163", "govtrack": 401165, "icpsr": 452, "wikipedia": "Samuel S. Barney", "house_history": 8981, "wikidata": "Q1729435", "google_entity_id": "kg:/m/02vrpyk"}, "name": {"first": "Samuel", "middle": "Stebbins", "last": "Barney"}, "bio": {"birthday": "1846-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WI", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000341", "govtrack": 401333, "icpsr": 607, "wikipedia": "John Calhoun Bell", "house_history": 9219, "wikidata": "Q1699521", "google_entity_id": "kg:/m/02rhjw2"}, "name": {"first": "John", "middle": "Calhoun", "last": "Bell"}, "bio": {"birthday": "1851-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "CO", "district": 2, "party": "Populist"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "CO", "district": 2, "party": "Populist"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "CO", "district": 2, "party": "Populist"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "CO", "district": 2, "party": "Populist"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "CO", "district": 2, "party": "Populist"}]}, {"id": {"bioguide": "B000349", "govtrack": 401341, "icpsr": 615, "wikipedia": "John Dillard Bellamy", "house_history": 9228, "wikidata": "Q1699820", "google_entity_id": "kg:/m/060y9q"}, "name": {"first": "John", "middle": "Dillard", "last": "Bellamy"}, "bio": {"birthday": "1854-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000352", "govtrack": 401344, "icpsr": 617, "wikipedia": "Oliver Belmont", "house_history": 9232, "wikidata": "Q2020073", "google_entity_id": "kg:/m/03l7td"}, "name": {"first": "Oliver", "middle": "Hazard Perry", "last": "Belmont"}, "bio": {"birthday": "1858-11-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "B000418", "govtrack": 401405, "icpsr": 674, "wikipedia": "James Henderson Berry", "wikidata": "Q888624", "google_entity_id": "kg:/m/01s8ht"}, "name": {"first": "James", "middle": "Henderson", "last": "Berry"}, "bio": {"birthday": "1841-05-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1885-12-07", "end": "1889-03-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "AR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000465", "govtrack": 401448, "icpsr": 712, "house_history": 9378, "wikipedia": "Alexander Billmeyer", "wikidata": "Q4718363", "google_entity_id": "kg:/m/0gft9c"}, "name": {"first": "Alexander", "last": "Billmeyer"}, "bio": {"birthday": "1841-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "B000508", "govtrack": 401487, "icpsr": 751, "wikipedia": "Joseph Clay Stiles Blackburn", "house_history": 9432, "wikidata": "Q881633", "google_entity_id": "kg:/m/080cs2"}, "name": {"first": "Joseph", "middle": "Clay Stiles", "last": "Blackburn"}, "bio": {"birthday": "1838-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "KY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "KY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000673", "govtrack": 401635, "icpsr": 888, "wikipedia": "Charles A. Boutelle", "house_history": 9655, "wikidata": "Q1063458", "google_entity_id": "kg:/m/02w3kfl"}, "name": {"first": "Charles", "middle": "Addison", "last": "Boutelle"}, "bio": {"birthday": "1839-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "ME", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "ME", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000843", "govtrack": 401800, "icpsr": 1045, "wikipedia": "Henry Bristow", "house_history": 9868, "wikidata": "Q404161", "google_entity_id": "kg:/m/02rkqbh"}, "name": {"first": "Henry", "last": "Bristow"}, "bio": {"birthday": "1840-06-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000866", "govtrack": 401823, "icpsr": 1065, "wikipedia": "Jacob H. Bromwell", "house_history": 9899, "wikidata": "Q194541", "google_entity_id": "kg:/m/02rm170"}, "name": {"first": "Jacob", "middle": "Henry", "last": "Bromwell"}, "bio": {"birthday": "1848-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000892", "govtrack": 401849, "icpsr": 1089, "wikipedia": "Marriott Henry Brosius", "house_history": 9933, "wikidata": "Q6772983", "google_entity_id": "kg:/m/0ggmxv"}, "name": {"first": "Marriott", "last": "Brosius"}, "bio": {"birthday": "1843-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "B001048", "govtrack": 401997, "icpsr": 1227, "wikipedia": "Melville Bull", "house_history": 10127, "wikidata": "Q1919762", "google_entity_id": "kg:/m/02rjx89"}, "name": {"first": "Melville", "last": "Bull"}, "bio": {"birthday": "1854-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "RI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001097", "govtrack": 402043, "icpsr": 1270, "wikipedia": "Robert E. Burke", "house_history": 10192, "wikidata": "Q641177", "google_entity_id": "kg:/m/03c2zs2"}, "name": {"first": "Robert", "middle": "Emmet", "last": "Burke"}, "bio": {"birthday": "1847-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TX", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B001154", "govtrack": 402096, "icpsr": 1320, "wikipedia": "Joseph R. Burton", "wikidata": "Q5590677", "google_entity_id": "kg:/m/0cvwyc"}, "name": {"first": "Joseph", "middle": "Ralph", "last": "Burton"}, "bio": {"birthday": "1852-11-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "KS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000157", "govtrack": 402306, "icpsr": 1513, "wikipedia": "Edward W. Carmack", "house_history": 10651, "wikidata": "Q1293975", "google_entity_id": "kg:/m/04l0hn"}, "name": {"first": "Edward", "middle": "Ward", "last": "Carmack"}, "bio": {"birthday": "1858-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000454", "govtrack": 402592, "icpsr": 1785, "wikipedia": "William A. Clark", "wikidata": "Q2631638", "google_entity_id": "kg:/m/083t06"}, "name": {"first": "William", "middle": "Andrews", "last": "Clark"}, "bio": {"birthday": "1839-01-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1899-12-04", "end": "1901-03-03", "state": "MT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "MT", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000706", "govtrack": 402830, "icpsr": 2006, "wikipedia": "Joseph A. Conry", "house_history": 11338, "wikidata": "Q1706386", "google_entity_id": "kg:/m/0cnrwf"}, "name": {"first": "Joseph", "middle": "Aloysius", "last": "Conry"}, "bio": {"birthday": "1868-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "C000741", "govtrack": 402862, "icpsr": 2036, "wikipedia": "Frank Coombs", "house_history": 11381, "wikidata": "Q1443101", "google_entity_id": "kg:/m/0dl0rv"}, "name": {"first": "Frank", "middle": "Leslie", "last": "Coombs"}, "bio": {"birthday": "1853-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "CA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000744", "govtrack": 402865, "icpsr": 2039, "house_history": 11386, "wikipedia": "James Cooney (Missouri)", "wikidata": "Q1680193", "google_entity_id": "kg:/m/078_mn"}, "name": {"first": "James", "last": "Cooney"}, "bio": {"birthday": "1848-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000779", "govtrack": 402899, "icpsr": 2070, "house_history": 11428, "wikipedia": "John Blaisdell Corliss", "wikidata": "Q1699346", "google_entity_id": "kg:/m/0glnjx"}, "name": {"first": "John", "middle": "Blaisdell", "last": "Corliss"}, "bio": {"birthday": "1851-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000899", "govtrack": 403011, "icpsr": 2169, "wikipedia": "Thomas J. Creamer", "house_history": 11580, "wikidata": "Q1192942", "google_entity_id": "kg:/m/02rkx5p"}, "name": {"first": "Thomas", "middle": "James", "last": "Creamer"}, "bio": {"birthday": "1843-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000957", "govtrack": 403069, "icpsr": 2224, "house_history": 11648, "wikipedia": "Rousseau Owen Crump", "wikidata": "Q2169315", "google_entity_id": "kg:/m/09jyj2"}, "name": {"first": "Rousseau", "middle": "Owen", "last": "Crump"}, "bio": {"birthday": "1843-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MI", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "C000983", "govtrack": 403092, "icpsr": 2248, "wikipedia": "Amos J. Cummings", "house_history": 11682, "wikidata": "Q1032977", "google_entity_id": "kg:/m/02rkm56"}, "name": {"first": "Amos", "middle": "Jay", "last": "Cummings"}, "bio": {"birthday": "1841-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "D000005", "govtrack": 403149, "icpsr": 2299, "house_history": 11839, "wikipedia": "Herman Dahle", "wikidata": "Q1610232", "google_entity_id": "kg:/m/02rvb79"}, "name": {"first": "Herman", "middle": "Bjorn", "last": "Dahle"}, "bio": {"birthday": "1855-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000194", "govtrack": 403304, "icpsr": 2467, "wikipedia": "Reese C. De Graffenreid", "house_history": 12071, "wikidata": "Q732497", "google_entity_id": "kg:/m/03c2_x0"}, "name": {"first": "Reese", "middle": "Calhoun", "last": "De Graffenreid"}, "bio": {"birthday": "1859-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TX", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000341", "govtrack": 403459, "icpsr": 2591, "wikipedia": "Charles Henry Dietrich", "wikidata": "Q881216", "google_entity_id": "kg:/m/08m6vm"}, "name": {"first": "Charles", "middle": "Henry", "last": "Dietrich"}, "bio": {"birthday": "1853-11-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1901-12-02", "end": "1905-03-03", "state": "NE", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000509", "govtrack": 403620, "icpsr": 2738, "house_history": 12469, "wikipedia": "Fred Dubois", "wikidata": "Q1452264", "google_entity_id": "kg:/m/0b2lf_"}, "name": {"first": "Fred", "middle": "Thomas", "last": "Dubois"}, "bio": {"birthday": "1851-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "ID", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "ID", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "ID", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "ID", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000038", "govtrack": 403733, "icpsr": 2839, "wikipedia": "Frank Eddy", "house_history": 12648, "wikidata": "Q1443191", "google_entity_id": "kg:/m/0fnnzg"}, "name": {"first": "Frank", "middle": "Marion", "last": "Eddy"}, "bio": {"birthday": "1856-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "E000061", "govtrack": 403756, "icpsr": 2860, "wikipedia": "Caldwell Edwards", "house_history": 12675, "wikidata": "Q1026508", "google_entity_id": "kg:/m/02rhczm"}, "name": {"first": "Caldwell", "last": "Edwards"}, "bio": {"birthday": "1841-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MT", "district": 1, "party": "Populist"}]}, {"id": {"bioguide": "E000129", "govtrack": 403820, "icpsr": 2918, "wikipedia": "William Elliott (American politician)", "house_history": 12755, "wikidata": "Q1687359", "google_entity_id": "kg:/m/02x3_wh"}, "name": {"first": "William", "last": "Elliott"}, "bio": {"birthday": "1838-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "SC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "E000173", "govtrack": 403863, "icpsr": 2960, "wikipedia": "Louis W. Emerson", "house_history": 12805, "wikidata": "Q6688346", "google_entity_id": "kg:/m/02rktjv"}, "name": {"first": "Louis", "middle": "Woodard", "last": "Emerson"}, "bio": {"birthday": "1857-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "F000058", "govtrack": 404018, "icpsr": 3091, "wikipedia": "John J. Feely", "house_history": 13038, "wikidata": "Q4264958", "google_entity_id": "kg:/m/02rkbpn"}, "name": {"first": "John", "middle": "Joseph", "last": "Feely"}, "bio": {"gender": "M", "birthday": "1875-08-01"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000185", "govtrack": 404140, "icpsr": 3202, "wikipedia": "De Witt C. Flanagan", "house_history": 13203, "wikidata": "Q1180513", "google_entity_id": "kg:/m/02x2h_1"}, "name": {"first": "De", "middle": "Witt Clinton", "last": "Flanagan"}, "bio": {"birthday": "1870-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "F000198", "govtrack": 404153, "icpsr": 3214, "wikipedia": "William Henry Fleming", "house_history": 13219, "wikidata": "Q1418423", "google_entity_id": "kg:/m/0279kj6"}, "name": {"first": "William", "middle": "Henry", "last": "Fleming"}, "bio": {"birthday": "1856-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "GA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "F000226", "govtrack": 404181, "wikipedia": "Dennis Thomas Flynn", "house_history": 13255, "wikidata": "Q1189559", "google_entity_id": "kg:/m/027tb2d"}, "name": {"first": "Dennis", "middle": "Thomas", "last": "Flynn"}, "bio": {"birthday": "1861-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OK", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OK", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OK", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OK", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "F000330", "govtrack": 404278, "icpsr": 3330, "wikipedia": "Andrew F. Fox", "house_history": 13388, "wikidata": "Q504606", "google_entity_id": "kg:/m/02rtn2z"}, "name": {"first": "Andrew", "middle": "Fuller", "last": "Fox"}, "bio": {"birthday": "1849-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MS", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000164", "govtrack": 404531, "icpsr": 3564, "wikipedia": "Paris Gibson", "wikidata": "Q785589", "google_entity_id": "kg:/m/06_ylq"}, "name": {"first": "Paris", "last": "Gibson"}, "bio": {"birthday": "1830-07-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1901-12-02", "end": "1905-03-03", "state": "MT", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000239", "govtrack": 404601, "icpsr": 3631, "wikipedia": "Thomas L. Glenn", "house_history": 13866, "wikidata": "Q2425656", "google_entity_id": "kg:/m/0d3l7j"}, "name": {"first": "Thomas", "middle": "Louis", "last": "Glenn"}, "bio": {"birthday": "1847-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "ID", "district": 1, "party": "Populist"}]}, {"id": {"bioguide": "G000314", "govtrack": 404672, "icpsr": 3698, "wikipedia": "Robert B. Gordon", "house_history": 13960, "wikidata": "Q7341711", "google_entity_id": "kg:/m/02rm2vm"}, "name": {"first": "Robert", "middle": "Bryarly", "last": "Gordon"}, "bio": {"birthday": "1855-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000411", "govtrack": 404759, "icpsr": 3777, "wikipedia": "Henry Dickinson Green", "house_history": 14087, "wikidata": "Q5720337", "google_entity_id": "kg:/m/0gghj4"}, "name": {"first": "Henry", "middle": "Dickinson", "last": "Green"}, "bio": {"birthday": "1857-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "G000507", "govtrack": 404852, "icpsr": 3863, "house_history": 14202, "wikipedia": "Galusha A. Grow", "wikidata": "Q1492758", "google_entity_id": "kg:/m/02kv5y"}, "name": {"first": "Galusha", "middle": "Aaron", "last": "Grow"}, "bio": {"birthday": "1823-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1851-12-01", "end": "1853-03-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1853-12-05", "end": "1855-03-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1855-12-03", "end": "1857-03-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1857-12-07", "end": "1859-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1859-12-05", "end": "1861-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1861-07-04", "end": "1863-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000054", "govtrack": 404939, "icpsr": 3941, "house_history": 14354, "wikipedia": "James Knox Polk Hall", "wikidata": "Q6137442", "google_entity_id": "kg:/m/0gftr3"}, "name": {"first": "James", "middle": "Knox Polk", "last": "Hall"}, "bio": {"birthday": "1844-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 28, "party": "Democrat"}]}, {"id": {"bioguide": "H000143", "govtrack": 405025, "icpsr": 4022, "wikipedia": "Harry A. Hanbury", "house_history": 14460, "wikidata": "Q655518", "google_entity_id": "kg:/m/02rkq6q"}, "name": {"first": "Harry", "middle": "Alfred", "last": "Hanbury"}, "bio": {"birthday": "1863-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000434", "govtrack": 405300, "icpsr": 4272, "wikipedia": "Joel Heatwole", "house_history": 14816, "wikidata": "Q1580751", "google_entity_id": "kg:/m/0fqvzs"}, "name": {"first": "Joel", "middle": "Prescott", "last": "Heatwole"}, "bio": {"birthday": "1856-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000478", "govtrack": 405341, "icpsr": 4306, "wikipedia": "David B. Henderson", "house_history": 14874, "wikidata": "Q461389", "google_entity_id": "kg:/m/047prc"}, "name": {"first": "David", "middle": "Bremner", "last": "Henderson"}, "bio": {"birthday": "1840-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000513", "govtrack": 405376, "icpsr": 4339, "wikipedia": "Pat Henry (politician)", "house_history": 14920, "wikidata": "Q2056487", "google_entity_id": "kg:/m/02rvbg5"}, "name": {"first": "Patrick", "last": "Henry"}, "bio": {"birthday": "1861-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MS", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000654", "govtrack": 405509, "icpsr": 4462, "wikipedia": "George Frisbie Hoar", "house_history": 15095, "wikidata": "Q5539510", "google_entity_id": "kg:/m/02cmtl"}, "name": {"first": "George", "middle": "Frisbie", "last": "Hoar"}, "bio": {"birthday": "1826-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "MA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "MA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "MA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "MA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1901-12-02", "end": "1905-03-03", "state": "MA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000758", "govtrack": 405609, "icpsr": 4553, "wikipedia": "Charles E. Hooker", "house_history": 15222, "wikidata": "Q1064208", "google_entity_id": "kg:/m/02rtng9"}, "name": {"first": "Charles", "middle": "Edward", "last": "Hooker"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MS", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "I000041", "govtrack": 405898, "icpsr": 4826, "wikipedia": "Harvey Samuel Irwin", "house_history": 15668, "wikidata": "Q1416064", "google_entity_id": "kg:/m/02rhh8h"}, "name": {"first": "Harvey", "middle": "Samuel", "last": "Irwin"}, "bio": {"birthday": "1844-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "J000001", "govtrack": 405909, "icpsr": 4839, "house_history": 15693, "wikipedia": "Summers Melville Jack", "wikidata": "Q7637646", "google_entity_id": "kg:/m/0ggm8h"}, "name": {"first": "Summers", "middle": "Melville", "last": "Jack"}, "bio": {"birthday": "1852-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "J000003", "govtrack": 405911, "icpsr": 4841, "wikipedia": "Alfred Metcalf Jackson", "house_history": 15695, "wikidata": "Q1719147", "google_entity_id": "kg:/m/02rm9kv"}, "name": {"first": "Alfred", "middle": "Metcalf", "last": "Jackson"}, "bio": {"birthday": "1860-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KS", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000102", "govtrack": 406004, "icpsr": 4929, "wikipedia": "Thomas M. Jett", "house_history": 15822, "wikidata": "Q7792051", "google_entity_id": "kg:/m/02rkd30"}, "name": {"first": "Thomas", "middle": "Marion", "last": "Jett"}, "bio": {"birthday": "1862-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "J000274", "govtrack": 406166, "icpsr": 5079, "wikipedia": "Charles Frederick Joy", "house_history": 16042, "wikidata": "Q1064442", "google_entity_id": "kg:/m/02rz5nx"}, "name": {"first": "Charles", "middle": "Frederick", "last": "Joy"}, "bio": {"birthday": "1849-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MO", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "K000034", "govtrack": 406204, "icpsr": 5114, "wikipedia": "Thomas Kearns", "wikidata": "Q382696", "google_entity_id": "kg:/m/0ct15w"}, "name": {"first": "Thomas", "last": "Kearns"}, "bio": {"birthday": "1862-04-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1901-12-02", "end": "1905-03-03", "state": "UT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "K000131", "govtrack": 406297, "icpsr": 5200, "house_history": 16241, "wikipedia": "Fred J. Kern", "wikidata": "Q5495563", "google_entity_id": "kg:/m/02rl0y9"}, "name": {"first": "Frederick", "middle": "John", "last": "Kern"}, "bio": {"gender": "M", "birthday": "1864-09-02"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "K000258", "govtrack": 406417, "icpsr": 5315, "wikipedia": "Rudolph Kleberg", "house_history": 16399, "wikidata": "Q2174444", "google_entity_id": "kg:/m/03c2zvv"}, "name": {"first": "Rudolph", "last": "Kleberg"}, "bio": {"birthday": "1847-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TX", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "K000299", "govtrack": 406455, "icpsr": 5350, "house_history": 16455, "wikipedia": "William Shadrach Knox", "wikidata": "Q1435996", "google_entity_id": "kg:/m/07mg5x"}, "name": {"first": "William", "middle": "Shadrach", "last": "Knox"}, "bio": {"birthday": "1843-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "L000078", "govtrack": 406587, "icpsr": 5460, "house_history": 16688, "wikipedia": "S. W. T. Lanham", "wikidata": "Q776847", "google_entity_id": "kg:/m/059rxf"}, "name": {"first": "Samuel", "middle": "Willis Tucker", "last": "Lanham"}, "bio": {"birthday": "1846-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TX", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "L000253", "govtrack": 406756, "icpsr": 5618, "wikipedia": "Montague Lessler", "house_history": 16906, "wikidata": "Q1203876", "google_entity_id": "kg:/m/02rkttn"}, "name": {"first": "Montague", "last": "Lessler"}, "bio": {"birthday": "1869-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "L000292", "govtrack": 406789, "icpsr": 5648, "house_history": 16956, "wikipedia": "Robert Jacob Lewis", "wikidata": "Q7346019", "google_entity_id": "kg:/m/0ggm3b"}, "name": {"first": "Robert", "middle": "Jacob", "last": "Lewis"}, "bio": {"birthday": "1864-12-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "L000448", "govtrack": 406938, "icpsr": 5784, "wikipedia": "Eugene F. Loud", "house_history": 17153, "wikidata": "Q1310298", "google_entity_id": "kg:/m/02rhg08"}, "name": {"first": "Eugene", "middle": "Francis", "last": "Loud"}, "bio": {"birthday": "1847-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "CA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M000391", "govtrack": 407392, "icpsr": 6202, "wikipedia": "Philip D. McCulloch, Jr.", "house_history": 17813, "wikidata": "Q1451039", "google_entity_id": "kg:/m/02rjy11"}, "name": {"first": "Philip", "middle": "Doddridge", "last": "McCulloch", "suffix": "Jr."}, "bio": {"birthday": "1851-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000567", "govtrack": 407557, "icpsr": 6352, "wikipedia": "James McMillan (politician)", "wikidata": "Q1680803", "google_entity_id": "kg:/m/03kkth"}, "name": {"first": "James", "last": "McMillan"}, "bio": {"birthday": "1838-05-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "MI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "MI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1901-12-02", "end": "1903-03-03", "state": "MI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000597", "govtrack": 407586, "icpsr": 6379, "wikipedia": "Thomas Chipman McRae", "house_history": 18073, "wikidata": "Q928285", "google_entity_id": "kg:/m/01r_mn"}, "name": {"first": "Thomas", "middle": "Chipman", "last": "McRae"}, "bio": {"birthday": "1851-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AR", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000643", "govtrack": 407629, "icpsr": 6416, "wikipedia": "David Henry Mercer", "house_history": 18130, "wikidata": "Q1174718", "google_entity_id": "kg:/m/0b62gg"}, "name": {"first": "David", "middle": "Henry", "last": "Mercer"}, "bio": {"birthday": "1857-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NE", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000694", "govtrack": 407678, "icpsr": 6457, "wikipedia": "J. Ross Mickey", "house_history": 18196, "wikidata": "Q6106996", "google_entity_id": "kg:/m/02rkzd5"}, "name": {"first": "J.", "middle": "Ross", "last": "Mickey"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 15, "party": "Democrat"}], "bio": {"birthday": "1856-01-05", "gender": "M"}}, {"id": {"bioguide": "M000710", "govtrack": 407693, "icpsr": 6470, "wikipedia": "Joseph Millard", "wikidata": "Q1707256", "google_entity_id": "kg:/m/09tg0p"}, "name": {"first": "Joseph", "middle": "Hopkins", "last": "Millard"}, "bio": {"birthday": "1836-04-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "NE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000818", "govtrack": 407793, "icpsr": 6565, "wikipedia": "John H. Mitchell", "wikidata": "Q5989211", "google_entity_id": "kg:/m/08lzj3"}, "name": {"first": "John", "middle": "Hipple", "last": "Mitchell"}, "bio": {"gender": "M", "birthday": "1835-06-22"}, "terms": [{"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "OR", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "OR", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "OR", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1901-12-02", "end": "1905-12-31", "state": "OR", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000880", "govtrack": 407852, "icpsr": 6615, "house_history": 18437, "wikipedia": "James M. Moody", "wikidata": "Q514413", "google_entity_id": "kg:/m/03b_z6d"}, "name": {"first": "James", "middle": "Montraville", "last": "Moody"}, "bio": {"birthday": "1858-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NC", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "M000882", "govtrack": 407854, "icpsr": 6616, "wikipedia": "Malcolm A. Moody", "house_history": 18439, "wikidata": "Q742602", "google_entity_id": "kg:/m/02r0t0g"}, "name": {"first": "Malcolm", "middle": "Adelbert", "last": "Moody"}, "bio": {"birthday": "1854-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OR", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000883", "govtrack": 407855, "icpsr": 6617, "wikipedia": "William Henry Moody", "house_history": 18441, "wikidata": "Q724503", "google_entity_id": "kg:/m/03frks"}, "name": {"first": "William", "middle": "Henry", "last": "Moody"}, "bio": {"birthday": "1853-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000954", "govtrack": 407922, "icpsr": 6682, "wikipedia": "John Tyler Morgan", "wikidata": "Q1701978", "google_entity_id": "kg:/m/03gld3"}, "name": {"first": "John", "middle": "Tyler", "last": "Morgan"}, "bio": {"birthday": "1824-06-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1877-10-15", "end": "1883-03-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "AL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000986", "govtrack": 407954, "icpsr": 6713, "wikipedia": "Page Morris", "house_history": 18563, "wikidata": "Q1302309", "google_entity_id": "kg:/m/0dghgq"}, "name": {"first": "Robert", "middle": "Page Walter", "last": "Morris"}, "bio": {"birthday": "1853-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M001036", "govtrack": 408003, "icpsr": 6757, "wikipedia": "J. McKenzie Moss", "house_history": 18624, "wikidata": "Q1617406", "google_entity_id": "kg:/m/02rhhxv"}, "name": {"first": "John", "middle": "McKenzie", "last": "Moss"}, "bio": {"gender": "M", "birthday": "1868-01-03"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M001071", "govtrack": 408037, "icpsr": 6789, "wikipedia": "Nicholas Muller", "house_history": 18666, "wikidata": "Q799189", "google_entity_id": "kg:/m/026n6h6"}, "name": {"first": "Nicholas", "last": "Muller"}, "bio": {"birthday": "1836-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M001124", "govtrack": 408086, "icpsr": 6833, "house_history": 18731, "wikipedia": "Howard Mutchler", "wikidata": "Q5920480", "google_entity_id": "kg:/m/0gggpy"}, "name": {"first": "Howard", "last": "Mutchler"}, "bio": {"birthday": "1859-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "N000004", "govtrack": 408098, "icpsr": 6841, "wikipedia": "Henry F. Naphen", "house_history": 18840, "wikidata": "Q1606719", "google_entity_id": "kg:/m/02rhhd8"}, "name": {"first": "Henry", "middle": "Francis", "last": "Naphen"}, "bio": {"birthday": "1852-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "N000056", "govtrack": 408144, "icpsr": 6884, "house_history": 18906, "wikipedia": "William Neville", "wikidata": "Q2580121", "google_entity_id": "kg:/m/09x72q"}, "name": {"first": "William", "last": "Neville"}, "bio": {"birthday": "1843-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NE", "district": 6, "party": "Populist"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NE", "district": 6, "party": "Populist"}]}, {"id": {"bioguide": "N000150", "govtrack": 408232, "icpsr": 6969, "wikipedia": "James A. Norton", "house_history": 19020, "wikidata": "Q6128211", "google_entity_id": "kg:/m/02rm192"}, "name": {"first": "James", "middle": "Albert", "last": "Norton"}, "bio": {"birthday": "1843-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "O000126", "govtrack": 408379, "icpsr": 7107, "house_history": 19220, "wikipedia": "Peter J. Otey", "wikidata": "Q2075970", "google_entity_id": "kg:/m/02vrprc"}, "name": {"first": "Peter", "middle": "Johnston", "last": "Otey"}, "bio": {"gender": "M", "birthday": "1840-12-22"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "VA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "P000130", "govtrack": 408537, "icpsr": 7255, "wikipedia": "Thomas M. Patterson", "house_history": 19438, "wikidata": "Q2425984", "google_entity_id": "kg:/m/08f0hj"}, "name": {"first": "Thomas", "middle": "MacDonald", "last": "Patterson"}, "bio": {"birthday": "1839-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "CO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "CO", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000410", "govtrack": 408803, "icpsr": 7508, "house_history": 19790, "wikipedia": "Rufus King Polk", "wikidata": "Q7378062", "google_entity_id": "kg:/m/0gftg5"}, "name": {"first": "Rufus", "middle": "King", "last": "Polk"}, "bio": {"birthday": "1866-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "P000565", "govtrack": 408948, "icpsr": 7648, "wikipedia": "Cornelius Amory Pugsley", "house_history": 19982, "wikidata": "Q3539761", "google_entity_id": "kg:/m/02rsr5t"}, "name": {"first": "Cornelius", "middle": "Amory", "last": "Pugsley"}, "bio": {"birthday": "1850-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "Q000006", "govtrack": 408969, "icpsr": 7668, "wikipedia": "Matthew Quay", "wikidata": "Q6059259", "google_entity_id": "kg:/m/024pf4"}, "name": {"first": "Matthew", "middle": "Stanley", "last": "Quay"}, "bio": {"birthday": "1833-09-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "PA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1893-03-04", "end": "1899-03-03", "state": "PA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1901-01-16", "end": "1904-05-28", "state": "PA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000076", "govtrack": 409056, "icpsr": 7748, "wikipedia": "George W. Ray", "house_history": 20176, "wikidata": "Q5545727", "google_entity_id": "kg:/m/0269t6q"}, "name": {"first": "George", "middle": "Washington", "last": "Ray"}, "bio": {"birthday": "1844-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "R000139", "govtrack": 409118, "icpsr": 7805, "wikipedia": "Walter Reeves", "house_history": 20254, "wikidata": "Q7965945", "google_entity_id": "kg:/m/02rkd96"}, "name": {"first": "Walter", "last": "Reeves"}, "bio": {"birthday": "1848-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "R000183", "govtrack": 409159, "icpsr": 7840, "wikipedia": "William Francis Rhea", "house_history": 20312, "wikidata": "Q1256903", "google_entity_id": "kg:/m/03c2_b1"}, "name": {"first": "William", "middle": "Francis", "last": "Rhea"}, "bio": {"gender": "M", "birthday": "1858-04-20"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "VA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "R000345", "govtrack": 409316, "icpsr": 7984, "wikipedia": "John Seaton Robinson", "house_history": 20510, "wikidata": "Q1343872", "google_entity_id": "kg:/m/0b14gg"}, "name": {"first": "John", "middle": "Seaton", "last": "Robinson"}, "bio": {"birthday": "1856-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NE", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NE", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000504", "govtrack": 409463, "icpsr": 8111, "wikipedia": "John N. W. Rumple", "house_history": 20708, "wikidata": "Q963665", "google_entity_id": "kg:/m/02rk7s4"}, "name": {"first": "John", "middle": "Nicholas William", "last": "Rumple"}, "bio": {"birthday": "1841-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000521", "govtrack": 409479, "icpsr": 8124, "wikipedia": "Charles Addison Russell", "house_history": 20730, "wikidata": "Q1063491", "google_entity_id": "kg:/m/02rhd1q"}, "name": {"first": "Charles", "middle": "Addison", "last": "Russell"}, "bio": {"birthday": "1852-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "CT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000017", "govtrack": 409537, "icpsr": 8182, "wikipedia": "Joshua S. Salmon", "house_history": 21152, "wikidata": "Q1707632", "google_entity_id": "kg:/m/02x2j35"}, "name": {"first": "Joshua", "middle": "S.", "last": "Salmon"}, "bio": {"birthday": "1846-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000127", "govtrack": 409635, "icpsr": 8264, "wikipedia": "Charles Reginald Schirm", "house_history": 21296, "wikidata": "Q1457715", "google_entity_id": "kg:/m/02rhdgf"}, "name": {"first": "Charles", "middle": "Reginald", "last": "Schirm"}, "bio": {"birthday": "1864-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MD", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000231", "govtrack": 409736, "icpsr": 8352, "wikipedia": "Thomas J. Selby", "house_history": 21422, "wikidata": "Q7870670", "google_entity_id": "kg:/m/02rkd19"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Selby"}, "bio": {"birthday": "1840-12-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "S000300", "govtrack": 409799, "icpsr": 8412, "wikipedia": "William B. Shattuc", "house_history": 21508, "wikidata": "Q1326425", "google_entity_id": "kg:/m/02rm3g6"}, "name": {"first": "William", "middle": "Bunn", "last": "Shattuc"}, "bio": {"birthday": "1841-06-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000302", "govtrack": 409801, "icpsr": 8414, "wikipedia": "Albert D. Shaw", "house_history": 21510, "wikidata": "Q4709999", "google_entity_id": "kg:/m/03c2zb1"}, "name": {"first": "Albert", "middle": "Duane", "last": "Shaw"}, "bio": {"birthday": "1841-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000321", "govtrack": 409818, "icpsr": 8431, "wikipedia": "Carlos D. Shelden", "house_history": 21536, "wikidata": "Q1042841", "google_entity_id": "kg:/m/02q64s8"}, "name": {"first": "Carlos", "middle": "Douglas", "last": "Shelden"}, "bio": {"birthday": "1840-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MI", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "S000336", "govtrack": 409833, "icpsr": 8445, "wikipedia": "John Levi Sheppard", "house_history": 21554, "wikidata": "Q1700837", "google_entity_id": "kg:/m/0d36y8"}, "name": {"first": "John", "middle": "Levi", "last": "Sheppard"}, "bio": {"birthday": "1852-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TX", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000385", "govtrack": 409879, "icpsr": 8491, "house_history": 21616, "wikipedia": "Joseph Baltzell Showalter", "wikidata": "Q6281306", "google_entity_id": "kg:/m/0ggmk2"}, "name": {"first": "Joseph", "middle": "Baltzell", "last": "Showalter"}, "bio": {"birthday": "1851-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "S000547", "govtrack": 410029, "icpsr": 8630, "wikipedia": "Henry C. Smith", "house_history": 21814, "wikidata": "Q632749", "google_entity_id": "kg:/m/027kcbg"}, "name": {"first": "Henry", "middle": "Cassorte", "last": "Smith"}, "bio": {"birthday": "1856-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000654", "govtrack": 410128, "icpsr": 8723, "wikipedia": "Charles Edward Snodgrass", "house_history": 21941, "wikidata": "Q1064257", "google_entity_id": "kg:/m/0dng_9"}, "name": {"first": "Charles", "middle": "Edward", "last": "Snodgrass"}, "bio": {"birthday": "1866-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000811", "govtrack": 410276, "icpsr": 8850, "wikipedia": "William Ledyard Stark", "house_history": 22144, "wikidata": "Q2579701", "google_entity_id": "kg:/m/09ytq5"}, "name": {"first": "William", "middle": "Ledyard", "last": "Stark"}, "bio": {"birthday": "1853-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NE", "district": 4, "party": "Populist"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NE", "district": 4, "party": "Populist"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NE", "district": 4, "party": "Populist"}]}, {"id": {"bioguide": "S000830", "govtrack": 410294, "icpsr": 8867, "house_history": 22168, "wikipedia": "George Washington Steele", "wikidata": "Q1508555", "google_entity_id": "kg:/m/0f4wrl"}, "name": {"first": "George", "middle": "Washington", "last": "Steele"}, "bio": {"birthday": "1839-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IN", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "S000911", "govtrack": 410372, "icpsr": 8937, "wikipedia": "James F. Stewart", "house_history": 22264, "wikidata": "Q1287900", "google_entity_id": "kg:/m/02x1bmy"}, "name": {"first": "James", "middle": "Fleming", "last": "Stewart"}, "bio": {"birthday": "1851-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NJ", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000916", "govtrack": 410376, "icpsr": 8942, "wikipedia": "John Knox Stewart", "house_history": 22270, "wikidata": "Q6243360", "google_entity_id": "kg:/m/02q6x5f"}, "name": {"first": "John", "middle": "Knox", "last": "Stewart"}, "bio": {"birthday": "1853-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "S000947", "govtrack": 410406, "icpsr": 8970, "wikipedia": "J. William Stokes", "house_history": 22309, "wikidata": "Q1628156", "google_entity_id": "kg:/m/02vrqyl"}, "name": {"first": "James", "middle": "William", "last": "Stokes"}, "bio": {"birthday": "1853-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "SC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "S000974", "govtrack": 410433, "icpsr": 8995, "wikipedia": "Frederic Storm", "house_history": 22348, "wikidata": "Q111568", "google_entity_id": "kg:/m/0kt3l_"}, "name": {"first": "Frederic", "last": "Storm"}, "bio": {"birthday": "1844-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S001090", "govtrack": 410543, "icpsr": 9103, "wikipedia": "Edward Swann", "house_history": 22486, "wikidata": "Q5345511", "google_entity_id": "kg:/m/02rkp10"}, "name": {"first": "Edward", "last": "Swann"}, "bio": {"birthday": "1862-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "T000016", "govtrack": 410606, "icpsr": 9158, "wikipedia": "W. Jasper Talbert", "house_history": 22651, "wikidata": "Q1550838", "google_entity_id": "kg:/m/02rtqm3"}, "name": {"first": "William", "middle": "Jasper", "last": "Talbert"}, "bio": {"birthday": "1846-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "SC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000061", "govtrack": 410647, "icpsr": 9195, "house_history": 22710, "wikipedia": "Robert Walker Tayler", "wikidata": "Q2159128", "google_entity_id": "kg:/m/05p493w"}, "name": {"first": "Robert", "middle": "Walker", "last": "Tayler"}, "bio": {"birthday": "1852-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "T000302", "govtrack": 410875, "icpsr": 9413, "wikipedia": "Arthur S. Tompkins", "house_history": 23000, "wikidata": "Q3790108", "google_entity_id": "kg:/m/02rkmcd"}, "name": {"first": "Arthur", "middle": "Sidney", "last": "Tompkins"}, "bio": {"birthday": "1865-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "T000307", "govtrack": 410880, "icpsr": 9418, "wikipedia": "Emmett Tompkins", "house_history": 23007, "wikidata": "Q5373569", "google_entity_id": "kg:/m/02rl_qx"}, "name": {"first": "Emmett", "last": "Tompkins"}, "bio": {"birthday": "1853-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "W000022", "govtrack": 411201, "icpsr": 9714, "wikipedia": "George Chester Robinson Wagoner", "house_history": 23245, "wikidata": "Q730379", "google_entity_id": "kg:/m/02rz65g"}, "name": {"first": "George", "middle": "Chester Robinson", "last": "Wagoner"}, "bio": {"birthday": "1863-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "W000243", "govtrack": 411411, "icpsr": 9908, "wikipedia": "Edgar Weeks", "house_history": 23508, "wikidata": "Q1284208", "google_entity_id": "kg:/m/0d8hfl"}, "name": {"first": "Edgar", "last": "Weeks"}, "bio": {"birthday": "1839-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "W000331", "govtrack": 411493, "icpsr": 9985, "wikipedia": "Charles K. Wheeler", "house_history": 23610, "wikidata": "Q1065143", "google_entity_id": "kg:/m/02rhdb_"}, "name": {"first": "Charles", "middle": "Kennedy", "last": "Wheeler"}, "bio": {"birthday": "1863-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000379", "govtrack": 411540, "icpsr": 10032, "wikipedia": "James Bamford White", "house_history": 23665, "wikidata": "Q1661979", "google_entity_id": "kg:/m/02rl1rt"}, "name": {"first": "James", "middle": "Bamford", "last": "White"}, "bio": {"birthday": "1842-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "W000459", "govtrack": 411616, "house_history": 23764, "wikipedia": "Robert William Wilcox", "wikidata": "Q1133170", "google_entity_id": "kg:/m/03d75x"}, "name": {"first": "Robert", "middle": "William", "last": "Wilcox"}, "bio": {"birthday": "1855-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "HI", "district": -1}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "HI", "district": -1}]}, {"id": {"bioguide": "W000726", "govtrack": 411878, "icpsr": 10356, "wikipedia": "Samuel D. Woods", "house_history": 24084, "wikidata": "Q1561398", "google_entity_id": "kg:/m/02rjz2d"}, "name": {"first": "Samuel", "middle": "Davis", "last": "Woods"}, "bio": {"birthday": "1845-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "CA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000740", "govtrack": 411890, "icpsr": 10369, "wikipedia": "Dudley G. Wooten", "house_history": 24101, "wikidata": "Q1263734", "google_entity_id": "kg:/m/03c2zsf"}, "name": {"first": "Dudley", "middle": "Goodall", "last": "Wooten"}, "bio": {"birthday": "1860-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TX", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "Y000041", "govtrack": 411973, "icpsr": 10444, "wikipedia": "James R. Young (Pennsylvania politician)", "house_history": 21080, "wikidata": "Q6141770", "google_entity_id": "kg:/m/0djcfw"}, "name": {"first": "James", "middle": "Rankin", "last": "Young"}, "bio": {"birthday": "1847-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "A000107", "govtrack": 400765, "icpsr": 94, "wikipedia": "Russell A. Alger", "wikidata": "Q880655", "google_entity_id": "kg:/m/03kwm5"}, "name": {"first": "Russell", "middle": "Alexander", "last": "Alger"}, "bio": {"birthday": "1836-02-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1902-01-01", "end": "1907-03-03", "state": "MI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000507", "govtrack": 403614, "icpsr": 2736, "wikipedia": "John F. Dryden", "wikidata": "Q5624820", "google_entity_id": "kg:/m/0csmf0"}, "name": {"first": "John", "middle": "Fairfield", "last": "Dryden"}, "bio": {"birthday": "1839-08-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1902-01-01", "end": "1907-03-03", "state": "NJ", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000110", "govtrack": 400767, "icpsr": 96, "wikipedia": "J. Frank Allee", "wikidata": "Q1967282", "google_entity_id": "kg:/m/07nx29"}, "name": {"first": "James", "middle": "Frank", "last": "Allee"}, "bio": {"birthday": "1857-12-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1903-11-09", "end": "1907-03-03", "state": "DE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000160", "govtrack": 400815, "icpsr": 141, "wikipedia": "William B. Allison", "house_history": 8478, "wikidata": "Q5552354", "google_entity_id": "kg:/m/01xsqb"}, "name": {"first": "William", "middle": "Boyd", "last": "Allison"}, "bio": {"birthday": "1829-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1863-12-07", "end": "1865-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1873-12-01", "end": "1879-03-03", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "IA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000258", "govtrack": 400894, "icpsr": 208, "wikipedia": "Levi Ankeny", "wikidata": "Q730157", "google_entity_id": "kg:/m/080cp_"}, "name": {"first": "Levi", "last": "Ankeny"}, "bio": {"birthday": "1844-08-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "WA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000021", "govtrack": 401026, "icpsr": 329, "wikipedia": "De Witt C. Badger", "house_history": 8800, "wikidata": "Q5244858", "google_entity_id": "kg:/m/02rl_jc"}, "name": {"first": "De", "middle": "Witt Clinton", "last": "Badger"}, "bio": {"birthday": "1858-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "B000073", "govtrack": 401076, "icpsr": 371, "wikipedia": "Robert Baker (New York politician)", "house_history": 8867, "wikidata": "Q1033258", "google_entity_id": "kg:/m/02rkw27"}, "name": {"first": "Robert", "last": "Baker"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000101", "govtrack": 401103, "icpsr": 396, "wikipedia": "Thomas Henry Ball", "house_history": 8904, "wikidata": "Q2424685", "google_entity_id": "kg:/m/0f9qq2"}, "name": {"first": "Thomas", "middle": "Henry", "last": "Ball"}, "bio": {"birthday": "1859-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "B000225", "govtrack": 401221, "icpsr": 506, "house_history": 9065, "wikipedia": "Edward Bassett", "wikidata": "Q808766", "google_entity_id": "kg:/m/026jz09"}, "name": {"first": "Edward", "middle": "Murray", "last": "Bassett"}, "bio": {"birthday": "1863-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000347", "govtrack": 401339, "icpsr": 613, "wikipedia": "Theodore Arlington Bell", "house_history": 9225, "wikidata": "Q1557023", "google_entity_id": "kg:/m/07lbhh"}, "name": {"first": "Theodore", "middle": "Arlington", "last": "Bell"}, "bio": {"birthday": "1872-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000385", "govtrack": 401376, "icpsr": 646, "wikipedia": "Allan Benny", "house_history": 9275, "wikidata": "Q2647931", "google_entity_id": "kg:/m/02wyd1q"}, "name": {"first": "Allan", "last": "Benny"}, "bio": {"birthday": "1867-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NJ", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "B000397", "govtrack": 401388, "icpsr": 657, "wikipedia": "Maecenas Eason Benton", "house_history": 9289, "wikidata": "Q1883580", "google_entity_id": "kg:/m/02rz7hr"}, "name": {"first": "Maecenas", "middle": "Eason", "last": "Benton"}, "bio": {"birthday": "1848-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MO", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "B000637", "govtrack": 401602, "icpsr": 861, "wikipedia": "Vincent Boreing", "house_history": 9607, "wikidata": "Q2526534", "google_entity_id": "kg:/m/02rk0g1"}, "name": {"first": "Vincent", "last": "Boreing"}, "bio": {"birthday": "1839-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KY", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "B000781", "govtrack": 401739, "icpsr": 988, "wikipedia": "Phanor Breazeale", "house_history": 9789, "wikidata": "Q2084800", "google_entity_id": "kg:/m/02rv9km"}, "name": {"first": "Phanor", "last": "Breazeale"}, "bio": {"birthday": "1858-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000923", "govtrack": 401878, "icpsr": 1113, "house_history": 9971, "wikipedia": "James W. Brown", "wikidata": "Q6144731", "google_entity_id": "kg:/m/0g3qwb"}, "name": {"first": "James", "middle": "W.", "last": "Brown"}, "bio": {"birthday": "1844-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 32, "party": "Ind. Republican"}]}, {"id": {"bioguide": "B001085", "govtrack": 402031, "icpsr": 1259, "wikipedia": "Henry Burk", "house_history": 10176, "wikidata": "Q5718866", "google_entity_id": "kg:/m/0djth5"}, "name": {"first": "Henry", "last": "Burk"}, "bio": {"birthday": "1850-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B001178", "govtrack": 402120, "icpsr": 1339, "wikipedia": "James Joseph Butler", "house_history": 10292, "wikidata": "Q1680642", "google_entity_id": "kg:/m/02rz6y5"}, "name": {"first": "James", "middle": "Joseph", "last": "Butler"}, "bio": {"birthday": "1862-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "C000239", "govtrack": 402384, "icpsr": 1588, "wikipedia": "John W. Cassingham", "house_history": 10755, "wikidata": "Q6262174", "google_entity_id": "kg:/m/02rm1wp"}, "name": {"first": "John", "middle": "Wilson", "last": "Cassingham"}, "bio": {"birthday": "1840-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "C000562", "govtrack": 402693, "icpsr": 1879, "wikipedia": "Charles F. Cochran", "house_history": 11153, "wikidata": "Q2667521", "google_entity_id": "kg:/m/02rz5n6"}, "name": {"first": "Charles", "middle": "Fremont", "last": "Cochran"}, "bio": {"birthday": "1846-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000687", "govtrack": 402813, "icpsr": 1989, "house_history": 11316, "wikipedia": "William Connell (Pennsylvania politician)", "wikidata": "Q8007049", "google_entity_id": "kg:/m/0g1gty"}, "name": {"first": "William", "last": "Connell"}, "bio": {"birthday": "1827-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "C000825", "govtrack": 402943, "icpsr": 2106, "house_history": 11489, "wikipedia": "William S. Cowherd", "wikidata": "Q2580444", "google_entity_id": "kg:/m/02ryjg7"}, "name": {"first": "William", "middle": "Strother", "last": "Cowherd"}, "bio": {"birthday": "1860-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000921", "govtrack": 403033, "icpsr": 2189, "wikipedia": "George W. Croft", "house_history": 11607, "wikidata": "Q1508427", "google_entity_id": "kg:/m/02ry209"}, "name": {"first": "George", "middle": "William", "last": "Croft"}, "bio": {"birthday": "1846-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "SC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000922", "govtrack": 403034, "icpsr": 2190, "wikipedia": "Theodore G. Croft", "house_history": 11608, "wikidata": "Q2418643", "google_entity_id": "kg:/m/02ry20n"}, "name": {"first": "Theodore", "middle": "Gaillard", "last": "Croft"}, "bio": {"birthday": "1874-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "SC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000943", "govtrack": 403055, "icpsr": 2210, "wikipedia": "Joseph B. Crowley", "house_history": 11632, "wikidata": "Q6281214", "google_entity_id": "kg:/m/02rkbv3"}, "name": {"first": "Joseph", "middle": "Burns", "last": "Crowley"}, "bio": {"birthday": "1858-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "D000042", "govtrack": 403182, "icpsr": 2330, "wikipedia": "Milton J. Daniels", "house_history": 11882, "wikidata": "Q1935893", "google_entity_id": "kg:/m/02rjxcd"}, "name": {"first": "Milton", "middle": "John", "last": "Daniels"}, "bio": {"birthday": "1838-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "D000132", "govtrack": 403267, "icpsr": 2408, "wikipedia": "Robert Wyche Davis", "house_history": 11997, "wikidata": "Q2159240", "google_entity_id": "kg:/m/02rjywj"}, "name": {"first": "Robert", "middle": "Wyche", "last": "Davis"}, "bio": {"birthday": "1849-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "FL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000230", "govtrack": 403318, "house_history": 12117}, "name": {"first": "Edward", "middle": "James", "last": "De Nivernais"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CA", "district": -1, "party": "Democratic and Union Labor"}]}, {"id": {"bioguide": "D000196", "govtrack": 403352, "wikipedia": "Federico Degetau", "house_history": 12074, "wikidata": "Q1400453", "google_entity_id": "kg:/m/055yz6"}, "name": {"first": "Federico", "last": "Degetau"}, "bio": {"birthday": "1862-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PR", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PR", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "D000250", "govtrack": 403388, "icpsr": 2508, "wikipedia": "James William Denny", "house_history": 12139, "wikidata": "Q1530669", "google_entity_id": "kg:/m/02rhjjs"}, "name": {"first": "James", "middle": "William", "last": "Denny"}, "bio": {"birthday": "1838-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000307", "govtrack": 403428, "icpsr": 2560, "house_history": 12209, "wikipedia": "Charles Heber Dickerman", "wikidata": "Q5078884", "google_entity_id": "kg:/m/0gfh1_"}, "name": {"first": "Charles", "middle": "Heber", "last": "Dickerman"}, "bio": {"birthday": "1843-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "D000358", "govtrack": 403475, "icpsr": 2608, "wikipedia": "Hugh A. Dinsmore", "house_history": 12273, "wikidata": "Q599255", "google_entity_id": "kg:/m/02rhhqy"}, "name": {"first": "Hugh", "middle": "Anderson", "last": "Dinsmore"}, "bio": {"birthday": "1850-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AR", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000447", "govtrack": 403557, "icpsr": 2683, "wikipedia": "John Dougherty (Missouri politician)", "house_history": 12389, "wikidata": "Q1479276", "google_entity_id": "kg:/m/02rz73c"}, "name": {"first": "John", "last": "Dougherty"}, "bio": {"birthday": "1857-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000458", "govtrack": 403568, "icpsr": 2693, "wikipedia": "William H. Douglas", "house_history": 12406, "wikidata": "Q2791112", "google_entity_id": "kg:/m/02rky1x"}, "name": {"first": "William", "middle": "Harris", "last": "Douglas"}, "bio": {"birthday": "1853-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "E000170", "govtrack": 403861, "icpsr": 2958, "wikipedia": "Martin Emerich", "house_history": 12800, "wikidata": "Q120613", "google_entity_id": "kg:/m/02rkc2c"}, "name": {"first": "Martin", "last": "Emerich"}, "bio": {"birthday": "1846-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "E000232", "govtrack": 403917, "icpsr": 3003, "wikipedia": "Alvin Evans", "house_history": 12889, "wikidata": "Q4738089", "google_entity_id": "kg:/m/0g1l5h"}, "name": {"first": "Alvin", "last": "Evans"}, "bio": {"birthday": "1845-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "F000003", "govtrack": 403965, "icpsr": 3046, "wikipedia": "Charles W. Fairbanks", "wikidata": "Q270539", "google_entity_id": "kg:/m/0myr7"}, "name": {"first": "Charles", "middle": "Warren", "last": "Fairbanks"}, "bio": {"birthday": "1852-05-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "IN", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1903-11-09", "end": "1905-12-31", "state": "IN", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000176", "govtrack": 404131, "icpsr": 3194, "house_history": 13192, "wikipedia": "Morgan Cassius Fitzpatrick", "wikidata": "Q144874", "google_entity_id": "kg:/m/0dnjwy"}, "name": {"first": "Morgan", "middle": "Cassius", "last": "Fitzpatrick"}, "bio": {"birthday": "1868-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "F000232", "govtrack": 404187, "icpsr": 3245, "wikipedia": "Robert H. Foerderer", "house_history": 13264, "wikidata": "Q7345049", "google_entity_id": "kg:/m/0djchz"}, "name": {"first": "Robert", "middle": "Hermann", "last": "Foerderer"}, "bio": {"gender": "M", "birthday": "1860-05-16"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "F000253", "govtrack": 404207, "icpsr": 3262, "wikipedia": "Joseph B. Foraker", "wikidata": "Q881341", "google_entity_id": "kg:/m/033vbc"}, "name": {"first": "Joseph", "middle": "Benson", "last": "Foraker"}, "bio": {"birthday": "1846-07-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "OH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "OH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000303", "govtrack": 404252, "icpsr": 3305, "wikipedia": "George Peter Foster", "house_history": 13355, "wikidata": "Q4476068", "google_entity_id": "kg:/m/02rk9q0"}, "name": {"first": "George", "middle": "Peter", "last": "Foster"}, "bio": {"birthday": "1858-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "F000420", "govtrack": 404362, "icpsr": 3407, "wikipedia": "Charles William Fulton", "wikidata": "Q1066445", "google_entity_id": "kg:/m/0d8tz2"}, "name": {"first": "Charles", "middle": "William", "last": "Fulton"}, "bio": {"birthday": "1853-08-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "OR", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000161", "govtrack": 404528, "icpsr": 3561, "wikipedia": "Henry R. Gibson", "house_history": 13768, "wikidata": "Q1607192", "google_entity_id": "kg:/m/0dnld7"}, "name": {"first": "Henry", "middle": "Richard", "last": "Gibson"}, "bio": {"gender": "M", "birthday": "1837-12-24"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000189", "govtrack": 404554, "icpsr": 3588, "wikipedia": "Joseph J. Gill", "house_history": 13805, "wikidata": "Q6284227", "google_entity_id": "kg:/m/02rqb2f"}, "name": {"first": "Joseph", "middle": "John", "last": "Gill"}, "bio": {"birthday": "1846-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "G000199", "govtrack": 404563, "icpsr": 3597, "wikipedia": "Charles W. Gillet", "house_history": 13817, "wikidata": "Q5083204", "google_entity_id": "kg:/m/02rl4zz"}, "name": {"first": "Charles", "middle": "William", "last": "Gillet"}, "bio": {"birthday": "1840-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 33, "party": "Republican"}]}, {"id": {"bioguide": "G000273", "govtrack": 404635, "icpsr": 3662, "wikipedia": "Daniel Linn Gooch", "house_history": 13908, "wikidata": "Q1161582", "google_entity_id": "kg:/m/02rhdzy"}, "name": {"first": "Daniel", "middle": "Linn", "last": "Gooch"}, "bio": {"birthday": "1853-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "G000326", "govtrack": 404684, "icpsr": 3709, "wikipedia": "Arthur Pue Gorman", "wikidata": "Q371148", "google_entity_id": "kg:/m/04yx10"}, "name": {"first": "Arthur", "middle": "Pue", "last": "Gorman"}, "bio": {"birthday": "1839-03-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "MD", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "MD", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "MD", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1903-11-09", "end": "1907-03-03", "state": "MD", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000468", "govtrack": 404813, "icpsr": 3827, "wikipedia": "Francis M. Griffith", "house_history": 14156, "wikidata": "Q1441640", "google_entity_id": "kg:/m/02rkz0v"}, "name": {"first": "Francis", "middle": "Marion", "last": "Griffith"}, "bio": {"birthday": "1849-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000169", "govtrack": 405051, "icpsr": 4042, "wikipedia": "Henry C. Hansbrough", "house_history": 14493, "wikidata": "Q1606568", "google_entity_id": "kg:/m/0cv_n3"}, "name": {"first": "Henry", "middle": "Clay", "last": "Hansbrough"}, "bio": {"birthday": "1848-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "ND", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "ND", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "ND", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000585", "govtrack": 405447, "icpsr": 4404, "wikipedia": "Charles Q. Hildebrant", "house_history": 15008, "wikidata": "Q5081789", "google_entity_id": "kg:/m/02rl_6q"}, "name": {"first": "Charles", "middle": "Quinn", "last": "Hildebrant"}, "bio": {"birthday": "1864-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000770", "govtrack": 405620, "icpsr": 4564, "house_history": 15239, "wikipedia": "Albert J. Hopkins", "wikidata": "Q436348", "google_entity_id": "kg:/m/08568c"}, "name": {"first": "Albert", "middle": "Jarvis", "last": "Hopkins"}, "bio": {"birthday": "1846-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "IL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000823", "govtrack": 405670, "icpsr": 4611, "house_history": 15302, "wikipedia": "Henry A. Houston", "wikidata": "Q916609", "google_entity_id": "kg:/m/0h3kbb"}, "name": {"first": "Henry", "middle": "Aydelotte", "last": "Houston"}, "bio": {"birthday": "1847-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "H000862", "govtrack": 405709, "icpsr": 4649, "house_history": 15352, "wikipedia": "George Howell (Pennsylvania)", "wikidata": "Q5540791", "google_entity_id": "kg:/m/0g1hwk"}, "name": {"first": "George", "last": "Howell"}, "bio": {"birthday": "1859-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "H000989", "govtrack": 405830, "icpsr": 4760, "wikipedia": "W. Godfrey Hunter", "house_history": 15501, "wikidata": "Q1280300", "google_entity_id": "kg:/m/02rjz_m"}, "name": {"first": "Whiteside", "middle": "Godfrey", "last": "Hunter"}, "bio": {"birthday": "1841-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KY", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "J000004", "govtrack": 405912, "icpsr": 4842, "wikipedia": "Amos H. Jackson", "house_history": 15697, "wikidata": "Q4747884", "google_entity_id": "kg:/m/02rlzsz"}, "name": {"first": "Amos", "middle": "Henry", "last": "Jackson"}, "bio": {"birthday": "1846-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "K000045", "govtrack": 406215, "icpsr": 5123, "wikipedia": "James Nicholas Kehoe", "house_history": 16134, "wikidata": "Q1232585", "google_entity_id": "kg:/m/02rhjby"}, "name": {"first": "James", "middle": "Nicholas", "last": "Kehoe"}, "bio": {"birthday": "1862-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "K000255", "govtrack": 406414, "icpsr": 5312, "wikipedia": "Alfred B. Kittredge", "wikidata": "Q2622097", "google_entity_id": "kg:/m/0ct5f0"}, "name": {"first": "Alfred", "middle": "Beard", "last": "Kittredge"}, "bio": {"birthday": "1861-03-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1901-12-02", "end": "1903-03-03", "state": "SD", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "SD", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "K000275", "govtrack": 406432, "icpsr": 5327, "wikipedia": "Theodore F. Kluttz", "house_history": 16424, "wikidata": "Q1739464", "google_entity_id": "kg:/m/02vn_jf"}, "name": {"first": "Theodore", "middle": "Franklin", "last": "Kluttz"}, "bio": {"birthday": "1848-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "K000355", "govtrack": 406507, "icpsr": 5388, "wikipedia": "Thomas B. Kyle", "house_history": 16534, "wikidata": "Q7787258", "google_entity_id": "kg:/m/02rm33x"}, "name": {"first": "Thomas", "middle": "Barton", "last": "Kyle"}, "bio": {"birthday": "1856-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "L000084", "govtrack": 406593, "icpsr": 5466, "wikipedia": "William M. Lanning", "house_history": 16697, "wikidata": "Q985191", "google_entity_id": "kg:/m/02vn_cz"}, "name": {"first": "William", "middle": "Mershon", "last": "Lanning"}, "bio": {"birthday": "1849-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NJ", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "L000114", "govtrack": 406620, "icpsr": 5493, "wikipedia": "Asbury Latimer", "house_history": 16739, "wikidata": "Q721467", "google_entity_id": "kg:/m/0d04v1"}, "name": {"first": "Asbury", "middle": "Churchwell", "last": "Latimer"}, "bio": {"birthday": "1851-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "SC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000319", "govtrack": 406813, "icpsr": 5672, "wikipedia": "John Lind (politician)", "house_history": 16988, "wikidata": "Q885133", "google_entity_id": "kg:/m/01l9jj"}, "name": {"first": "John", "last": "Lind"}, "bio": {"birthday": "1854-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "L000365", "govtrack": 406857, "icpsr": 5714, "wikipedia": "Edward J. Livernash", "house_history": 17048, "wikidata": "Q1292634", "google_entity_id": "kg:/m/02rhfnl"}, "name": {"first": "Edward", "middle": "James", "last": "Livernash"}, "bio": {"birthday": "1866-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "L000412", "govtrack": 406903, "icpsr": 5754, "wikipedia": "Chester I. Long", "house_history": 17106, "wikidata": "Q971725", "google_entity_id": "kg:/m/0cvrzn"}, "name": {"first": "Chester", "middle": "Isaiah", "last": "Long"}, "bio": {"birthday": "1860-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "KS", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000500", "govtrack": 406987, "icpsr": 5830, "wikipedia": "Alfred Lucking", "house_history": 17216, "wikidata": "Q2645430", "google_entity_id": "kg:/m/026y73r"}, "name": {"first": "Alfred", "last": "Lucking"}, "bio": {"birthday": "1856-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000040", "govtrack": 407068, "icpsr": 5901, "wikipedia": "John W. Maddox", "house_history": 17377, "wikidata": "Q1702068", "google_entity_id": "kg:/m/02rk0_y"}, "name": {"first": "John", "middle": "W.", "last": "Maddox"}, "bio": {"gender": "M", "birthday": "1848-06-03"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "GA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000069", "govtrack": 407097, "icpsr": 5928, "wikipedia": "William F. Mahoney", "house_history": 17415, "wikidata": "Q8008830", "google_entity_id": "kg:/m/02rkddn"}, "name": {"first": "William", "middle": "Frank", "last": "Mahoney"}, "bio": {"birthday": "1856-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000085", "govtrack": 407111, "icpsr": 5943, "house_history": 17434, "wikipedia": "Stephen Mallory II", "wikidata": "Q1478828", "google_entity_id": "kg:/m/0b1flm"}, "name": {"first": "Stephen", "middle": "Russell", "last": "Mallory"}, "bio": {"birthday": "1848-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "FL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1903-11-09", "end": "1907-12-23", "state": "FL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000331", "govtrack": 407341, "icpsr": 6150, "house_history": 17736, "wikipedia": "George B. McClellan Jr.", "wikidata": "Q5536568", "google_entity_id": "kg:/m/03wbzb"}, "name": {"first": "George", "middle": "Brinton", "last": "McClellan"}, "bio": {"gender": "M", "birthday": "1865-11-23"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "M000382", "govtrack": 407385, "icpsr": 6194, "house_history": 17802, "wikipedia": "James B. McCreary", "wikidata": "Q734713", "google_entity_id": "kg:/m/07b60n"}, "name": {"first": "James", "middle": "Bennett", "last": "McCreary"}, "bio": {"birthday": "1838-07-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "KY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000672", "govtrack": 407657, "icpsr": 6443, "house_history": 18165, "wikipedia": "Victor H. Metcalf", "wikidata": "Q374162", "google_entity_id": "kg:/m/03p99w"}, "name": {"first": "Victor", "middle": "Howard", "last": "Metcalf"}, "bio": {"birthday": "1853-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000700", "govtrack": 407684, "icpsr": 6463, "wikipedia": "Robert W. Miers", "house_history": 18204, "wikidata": "Q376365", "google_entity_id": "kg:/m/02rkhmf"}, "name": {"first": "Robert", "middle": "Walter", "last": "Miers"}, "bio": {"birthday": "1848-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000957", "govtrack": 407925, "icpsr": 6684, "wikipedia": "Stephen Morgan", "house_history": 18530, "wikidata": "Q7610028", "google_entity_id": "kg:/m/02rm4vx"}, "name": {"first": "Stephen", "last": "Morgan"}, "bio": {"birthday": "1854-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "O000130", "govtrack": 408383, "icpsr": 7111, "wikipedia": "Norton P. Otis", "house_history": 19226, "wikidata": "Q7060665", "google_entity_id": "kg:/m/02rkv2y"}, "name": {"first": "Norton", "middle": "Prentiss", "last": "Otis"}, "bio": {"birthday": "1840-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "P000279", "govtrack": 408679, "icpsr": 7385, "wikipedia": "Edmund Pettus", "wikidata": "Q1286715", "google_entity_id": "kg:/m/01tb_m"}, "name": {"first": "Edmund", "middle": "Winston", "last": "Pettus"}, "bio": {"birthday": "1821-07-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1903-11-09", "end": "1907-12-31", "state": "AL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000337", "govtrack": 408734, "icpsr": 7439, "wikipedia": "Rice Alexander Pierce", "house_history": 19697, "wikidata": "Q2148809", "google_entity_id": "kg:/m/0dmyq9"}, "name": {"first": "Rice", "middle": "Alexander", "last": "Pierce"}, "bio": {"birthday": "1848-07-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "P000382", "govtrack": 408776, "icpsr": 7482, "wikipedia": "Orville H. Platt", "wikidata": "Q451146", "google_entity_id": "kg:/m/0bh67t"}, "name": {"first": "Orville", "middle": "Hitchcock", "last": "Platt"}, "bio": {"birthday": "1827-07-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1879-03-18", "end": "1885-03-03", "state": "CT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "CT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "CT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "CT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1903-11-09", "end": "1905-12-31", "state": "CT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000383", "govtrack": 408777, "icpsr": 7483, "wikipedia": "Thomas C. Platt", "house_history": 19753, "wikidata": "Q163894", "google_entity_id": "kg:/m/0678_t"}, "name": {"first": "Thomas", "middle": "Collier", "last": "Platt"}, "bio": {"birthday": "1833-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1881-12-31", "state": "NY", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "NY", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "NY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000441", "govtrack": 408832, "icpsr": 7535, "wikipedia": "Henry Kirke Porter", "house_history": 19827, "wikidata": "Q13219766", "google_entity_id": "kg:/m/043sbg"}, "name": {"first": "Henry", "middle": "Kirke", "last": "Porter"}, "bio": {"birthday": "1840-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 31, "party": "Ind. Republican"}]}, {"id": {"bioguide": "P000492", "govtrack": 408877, "icpsr": 7582, "wikipedia": "Samuel L. Powers", "house_history": 19889, "wikidata": "Q1480455", "google_entity_id": "kg:/m/0cnr_l"}, "name": {"first": "Samuel", "middle": "Leland", "last": "Powers"}, "bio": {"birthday": "1848-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "R000182", "govtrack": 409158, "icpsr": 7839, "wikipedia": "John Stockdale Rhea", "house_history": 20311, "wikidata": "Q1621403", "google_entity_id": "kg:/m/02rhkks"}, "name": {"first": "John", "middle": "Stockdale", "last": "Rhea"}, "bio": {"birthday": "1855-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000222", "govtrack": 409198, "icpsr": 7877, "wikipedia": "James D. Richardson", "house_history": 20358, "wikidata": "Q1680243", "google_entity_id": "kg:/m/02sjtw"}, "name": {"first": "James", "middle": "Daniel", "last": "Richardson"}, "bio": {"birthday": "1843-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000242", "govtrack": 409218, "icpsr": 7895, "wikipedia": "Ira E. Rider", "house_history": 20383, "wikidata": "Q2815158", "google_entity_id": "kg:/m/02rkqwc"}, "name": {"first": "Ira", "middle": "Edgar", "last": "Rider"}, "bio": {"birthday": "1868-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "R000296", "govtrack": 409268, "icpsr": 7939, "wikipedia": "Edward Robb", "house_history": 20452, "wikidata": "Q1293341", "google_entity_id": "kg:/m/02rzb2p"}, "name": {"first": "Edward", "last": "Robb"}, "bio": {"birthday": "1857-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "R000338", "govtrack": 409309, "icpsr": 7977, "wikipedia": "James M. Robinson (Indiana)", "house_history": 20502, "wikidata": "Q1680788", "google_entity_id": "kg:/m/02rtqry"}, "name": {"first": "James", "middle": "McClellan", "last": "Robinson"}, "bio": {"gender": "M", "birthday": "1861-05-31"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IN", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IN", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IN", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IN", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "R000372", "govtrack": 409342, "wikipedia": "Bernard Shandon Rodey", "house_history": 20542, "wikidata": "Q822703", "google_entity_id": "kg:/m/05ydhq"}, "name": {"first": "Bernard", "middle": "Shandon", "last": "Rodey"}, "bio": {"birthday": "1856-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NM", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NM", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000107", "govtrack": 409616, "icpsr": 8251, "wikipedia": "Robert B. Scarborough", "house_history": 21266, "wikidata": "Q1486899", "google_entity_id": "kg:/m/02vp02_"}, "name": {"first": "Robert", "middle": "Bethea", "last": "Scarborough"}, "bio": {"birthday": "1861-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "SC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000202", "govtrack": 409707, "icpsr": 8326, "wikipedia": "Townsend Scudder", "house_history": 21388, "wikidata": "Q129412", "google_entity_id": "kg:/m/026kb1f"}, "name": {"first": "Townsend", "last": "Scudder"}, "bio": {"birthday": "1865-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000370", "govtrack": 409864, "icpsr": 8477, "house_history": 21596, "wikipedia": "George Shiras III", "wikidata": "Q5544534", "google_entity_id": "kg:/m/0gfn6l"}, "name": {"first": "George", "middle": "III", "last": "Shiras"}, "bio": {"birthday": "1859-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 29, "party": "Ind. Republican"}]}, {"id": {"bioguide": "S000373", "govtrack": 409867, "icpsr": 8480, "wikipedia": "Francis Emanuel Shober", "house_history": 21600, "wikidata": "Q3790679", "google_entity_id": "kg:/m/02rlcbp"}, "name": {"first": "Francis", "middle": "Emanuel", "last": "Shober"}, "bio": {"birthday": "1860-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "S000391", "govtrack": 409885, "icpsr": 8496, "wikipedia": "Joseph Horace Shull", "house_history": 21624, "wikidata": "Q6284070", "google_entity_id": "kg:/m/0gfh5z"}, "name": {"first": "Joseph", "middle": "Horace", "last": "Shull"}, "bio": {"birthday": "1848-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "S000466", "govtrack": 409956, "icpsr": 8558, "wikipedia": "William W. Skiles", "house_history": 21721, "wikidata": "Q8019833", "google_entity_id": "kg:/m/02rm3x9"}, "name": {"first": "William", "middle": "Woodburn", "last": "Skiles"}, "bio": {"gender": "M", "birthday": "1849-12-11"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "S000538", "govtrack": 410020, "icpsr": 8621, "wikipedia": "George J. Smith", "house_history": 21803, "wikidata": "Q5541018", "google_entity_id": "kg:/m/02rkpn4"}, "name": {"first": "George", "middle": "Joseph", "last": "Smith"}, "bio": {"birthday": "1859-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "S000695", "govtrack": 410166, "icpsr": 8758, "wikipedia": "Burleigh F. Spalding", "house_history": 21996, "wikidata": "Q1016602", "google_entity_id": "kg:/m/02pv1q6"}, "name": {"first": "Burleigh", "middle": "Folsom", "last": "Spalding"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "ND", "district": -1, "party": "Republican"}], "bio": {"birthday": "1853-12-03", "gender": "M"}}, {"id": {"bioguide": "S000741", "govtrack": 410210, "icpsr": 8800, "wikipedia": "John Coit Spooner", "wikidata": "Q1542094", "google_entity_id": "kg:/m/06s6hf"}, "name": {"first": "John", "middle": "Coit", "last": "Spooner"}, "bio": {"birthday": "1843-01-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "WI", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "WI", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1903-11-09", "end": "1907-12-31", "state": "WI", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "T000046", "govtrack": 410634, "icpsr": 9184, "house_history": 22690, "wikipedia": "Farish Carter Tate", "wikidata": "Q1396746", "google_entity_id": "kg:/m/027sr1y"}, "name": {"first": "Farish", "middle": "Carter", "last": "Tate"}, "bio": {"birthday": "1856-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "GA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "T000116", "govtrack": 410698, "icpsr": 9246, "wikipedia": "Henry M. Teller", "wikidata": "Q1575475", "google_entity_id": "kg:/m/03p_4g"}, "name": {"first": "Henry", "middle": "Moore", "last": "Teller"}, "bio": {"birthday": "1830-05-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1876-01-01", "end": "1883-03-03", "state": "CO", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1885-12-07", "end": "1891-03-03", "state": "CO", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "CO", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "CO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "CO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000149", "govtrack": 410731, "icpsr": 9277, "wikipedia": "John R. Thayer", "house_history": 22812, "wikidata": "Q1638624", "google_entity_id": "kg:/m/0ckcd0"}, "name": {"first": "John", "middle": "Randolph", "last": "Thayer"}, "bio": {"birthday": "1845-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000179", "govtrack": 410760, "icpsr": 9304, "wikipedia": "Lot Thomas", "house_history": 22850, "wikidata": "Q1870735", "google_entity_id": "kg:/m/02rk7y_"}, "name": {"first": "Lot", "last": "Thomas"}, "bio": {"birthday": "1843-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "T000196", "govtrack": 410775, "icpsr": 9318, "wikipedia": "Charles Winston Thompson", "house_history": 22874, "wikidata": "Q1066478", "google_entity_id": "kg:/m/061pbh"}, "name": {"first": "Charles", "middle": "Winston", "last": "Thompson"}, "bio": {"birthday": "1860-12-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "T000309", "govtrack": 410882, "icpsr": 9420, "house_history": 23009, "wikipedia": "Thomas H. Tongue", "wikidata": "Q2424473", "google_entity_id": "kg:/m/0krrq6"}, "name": {"first": "Thomas", "middle": "H.", "last": "Tongue"}, "bio": {"birthday": "1844-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OR", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "V000062", "govtrack": 411104, "icpsr": 9638, "house_history": 20948, "wikipedia": "H. Clay Van Voorhis", "wikidata": "Q5628140", "google_entity_id": "kg:/m/0by554"}, "name": {"first": "Henry", "middle": "Clay", "last": "Van Voorhis"}, "bio": {"birthday": "1852-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "V000032", "govtrack": 411125, "icpsr": 9608, "house_history": 20916, "wikipedia": "Willard Duncan Vandiver", "wikidata": "Q1508107", "google_entity_id": "kg:/m/026qyg9"}, "name": {"first": "Willard", "middle": "Duncan", "last": "Vandiver"}, "bio": {"birthday": "1854-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MO", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "W000007", "govtrack": 411186, "icpsr": 9700, "wikipedia": "Martin Joseph Wade", "house_history": 23228, "wikidata": "Q1904184", "google_entity_id": "kg:/m/02rk7_0"}, "name": {"first": "Martin", "middle": "Joseph", "last": "Wade"}, "bio": {"birthday": "1861-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000158", "govtrack": 411331, "icpsr": 9836, "wikipedia": "Vespasian Warner", "house_history": 23398, "wikidata": "Q7216242", "google_entity_id": "kg:/m/02rkd7h"}, "name": {"first": "Vespasian", "last": "Warner"}, "bio": {"birthday": "1842-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "W000161", "govtrack": 411334, "icpsr": 9839, "wikipedia": "William R. Warnock", "house_history": 23403, "wikidata": "Q8017307", "google_entity_id": "kg:/m/02rm3sw"}, "name": {"first": "William", "middle": "Robert", "last": "Warnock"}, "bio": {"birthday": "1838-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "W000508", "govtrack": 411665, "icpsr": 10153, "wikipedia": "James R. Williams", "house_history": 23819, "wikidata": "Q6141762", "google_entity_id": "kg:/m/02rkb76"}, "name": {"first": "James", "middle": "Robert", "last": "Williams"}, "bio": {"birthday": "1850-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "W000599", "govtrack": 411754, "wikipedia": "John Frank Wilson", "house_history": 23927, "wikidata": "Q1525522", "google_entity_id": "kg:/m/02rhk1z"}, "name": {"first": "John", "middle": "Frank", "last": "Wilson"}, "bio": {"birthday": "1846-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AZ", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "W000756", "govtrack": 411905, "icpsr": 10384, "house_history": 24119, "wikipedia": "Charles Frederick Wright", "wikidata": "Q13219865", "google_entity_id": "kg:/m/0gdvc3"}, "name": {"first": "Charles", "middle": "Frederick", "last": "Wright"}, "bio": {"birthday": "1856-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "W000785", "govtrack": 411932, "icpsr": 10406, "wikipedia": "William J. Wynn", "house_history": 24159, "wikidata": "Q2579475", "google_entity_id": "kg:/m/02rj_pn"}, "name": {"first": "William", "middle": "Joseph", "last": "Wynn"}, "bio": {"birthday": "1860-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "D000302", "govtrack": 403424, "icpsr": 2555, "wikipedia": "Charles W. F. Dick", "house_history": 12203, "wikidata": "Q1066346", "google_entity_id": "kg:/m/0355vv"}, "name": {"first": "Charles", "middle": "William Frederick", "last": "Dick"}, "bio": {"birthday": "1858-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "sen", "start": "1904-01-01", "end": "1911-03-03", "state": "OH", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000037", "govtrack": 400698, "icpsr": 30, "wikipedia": "Henry Cullen Adams", "house_history": 8306, "wikidata": "Q1606644", "google_entity_id": "kg:/g/11r_pbs77"}, "name": {"first": "Henry", "middle": "Cullen", "last": "Adams"}, "bio": {"birthday": "1850-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000044", "govtrack": 400705, "icpsr": 36, "house_history": 8315, "wikipedia": "Robert Adams Jr.", "wikidata": "Q7341350", "google_entity_id": "kg:/m/0dhs2_"}, "name": {"first": "Robert", "last": "Adams", "suffix": "Jr."}, "bio": {"birthday": "1849-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000083", "govtrack": 400742, "icpsr": 71, "wikipedia": "Nelson W. Aldrich", "house_history": 8375, "wikidata": "Q927573", "google_entity_id": "kg:/m/01xspn"}, "name": {"first": "Nelson", "middle": "Wilmarth", "last": "Aldrich"}, "bio": {"birthday": "1841-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "RI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "RI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "RI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "RI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "RI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000124", "govtrack": 400780, "icpsr": 108, "wikipedia": "Henry C. Allen", "house_history": 8433, "wikidata": "Q740925", "google_entity_id": "kg:/m/02x2htx"}, "name": {"first": "Henry", "middle": "Crosby", "last": "Allen"}, "bio": {"birthday": "1872-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NJ", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000004", "govtrack": 401010, "icpsr": 314, "wikipedia": "Joseph W. Babcock", "house_history": 8778, "wikidata": "Q1708153", "google_entity_id": "kg:/m/02q7c52"}, "name": {"first": "Joseph", "middle": "Weeks", "last": "Babcock"}, "bio": {"birthday": "1850-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000317", "govtrack": 401309, "icpsr": 585, "wikipedia": "Jacob A. Beidler", "house_history": 9186, "wikidata": "Q1677405", "google_entity_id": "kg:/m/02rm16p"}, "name": {"first": "Jacob", "middle": "Atlee", "last": "Beidler"}, "bio": {"birthday": "1852-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "B000429", "govtrack": 401415, "icpsr": 683, "wikipedia": "Albert J. Beveridge", "wikidata": "Q982853", "google_entity_id": "kg:/m/04sjby"}, "name": {"first": "Albert", "middle": "Jeremiah", "last": "Beveridge"}, "bio": {"birthday": "1862-10-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "IN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "IN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000489", "govtrack": 401470, "icpsr": 734, "wikipedia": "Roswell P. Bishop", "house_history": 9410, "wikidata": "Q2167922", "google_entity_id": "kg:/m/03zx05"}, "name": {"first": "Roswell", "middle": "Peter", "last": "Bishop"}, "bio": {"birthday": "1843-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MI", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "B000507", "govtrack": 401486, "icpsr": 750, "wikipedia": "Edmond Spencer Blackburn", "house_history": 9430, "wikidata": "Q1285746", "google_entity_id": "kg:/m/065jb0"}, "name": {"first": "Edmond", "middle": "Spencer", "last": "Blackburn"}, "bio": {"birthday": "1868-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NC", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "B000693", "govtrack": 401655, "icpsr": 907, "wikipedia": "Justin De Witt Bowersock", "house_history": 9681, "wikidata": "Q473676", "google_entity_id": "kg:/m/02rm942"}, "name": {"first": "Justin", "middle": "De Witt", "last": "Bowersock"}, "bio": {"birthday": "1842-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KS", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000695", "govtrack": 401657, "icpsr": 909, "wikipedia": "Sydney J. Bowie", "house_history": 9684, "wikidata": "Q2373710", "google_entity_id": "kg:/m/02rk284"}, "name": {"first": "Sydney", "middle": "Johnston", "last": "Bowie"}, "bio": {"birthday": "1865-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000870", "govtrack": 401827, "icpsr": 1068, "wikipedia": "Moses L. Broocks", "house_history": 9903, "wikidata": "Q1949180", "google_entity_id": "kg:/m/03c2zln"}, "name": {"first": "Moses", "middle": "Lycurgus", "last": "Broocks"}, "bio": {"birthday": "1864-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000878", "govtrack": 401835, "icpsr": 1075, "wikipedia": "Franklin E. Brooks", "house_history": 9914, "wikidata": "Q1445208", "google_entity_id": "kg:/m/02rhgby"}, "name": {"first": "Franklin", "middle": "Eli", "last": "Brooks"}, "bio": {"birthday": "1860-11-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CO", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CO", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000946", "govtrack": 401899, "icpsr": 1135, "wikipedia": "Webster E. Brown", "house_history": 9998, "wikidata": "Q1384392", "google_entity_id": "kg:/m/02vrpzy"}, "name": {"first": "Webster", "middle": "Everett", "last": "Brown"}, "bio": {"birthday": "1851-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WI", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "B001029", "govtrack": 401979, "icpsr": 1209, "wikipedia": "Clarence Buckman", "house_history": 10105, "wikidata": "Q785968", "google_entity_id": "kg:/m/0dghck"}, "name": {"first": "Clarence", "middle": "Bennett", "last": "Buckman"}, "bio": {"birthday": "1851-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B001044", "govtrack": 401994, "icpsr": 1223, "wikipedia": "Morgan Bulkeley", "wikidata": "Q888580", "google_entity_id": "kg:/m/05fb8y"}, "name": {"first": "Morgan", "middle": "Gardner", "last": "Bulkeley"}, "bio": {"birthday": "1837-12-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "CT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001103", "govtrack": 402048, "icpsr": 1275, "wikipedia": "Elmer Burkett", "house_history": 10198, "wikidata": "Q1332941", "google_entity_id": "kg:/m/09tgbb"}, "name": {"first": "Elmer", "middle": "Jacob", "last": "Burkett"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "NE", "class": 1, "party": "Republican"}], "bio": {"birthday": "1867-12-01", "gender": "M"}}, {"id": {"bioguide": "B001142", "govtrack": 402085, "icpsr": 1310, "wikipedia": "Julius C. Burrows", "house_history": 10246, "wikidata": "Q5590627", "google_entity_id": "kg:/m/03kvlz"}, "name": {"first": "Julius", "middle": "Caesar", "last": "Burrows"}, "bio": {"birthday": "1837-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1899-03-03", "state": "MI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "MI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "MI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001185", "govtrack": 402127, "icpsr": 1345, "wikipedia": "Mounce Gore Butler", "house_history": 10300, "wikidata": "Q1950258", "google_entity_id": "kg:/m/0dnlf_"}, "name": {"first": "Mounce", "middle": "Gore", "last": "Butler"}, "bio": {"birthday": "1849-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000106", "govtrack": 402259, "icpsr": 1470, "wikipedia": "William Wildman Campbell", "house_history": 10577, "wikidata": "Q8020360", "google_entity_id": "kg:/m/02rm3x_"}, "name": {"first": "William", "middle": "Wildman", "last": "Campbell"}, "bio": {"birthday": "1853-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000200", "govtrack": 402346, "icpsr": 1550, "wikipedia": "Thomas H. Carter", "house_history": 10704, "wikidata": "Q2424696", "google_entity_id": "kg:/m/0bftyw"}, "name": {"first": "Thomas", "middle": "Henry", "last": "Carter"}, "bio": {"birthday": "1854-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MT", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "MT", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "MT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000244", "govtrack": 402388, "icpsr": 1592, "wikipedia": "George A. Castor", "house_history": 10761, "wikidata": "Q5535935", "google_entity_id": "kg:/m/0f0_gf"}, "name": {"first": "George", "middle": "Albert", "last": "Castor"}, "bio": {"birthday": "1855-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000924", "govtrack": 403036, "icpsr": 2192, "wikipedia": "George W. Cromer", "house_history": 11611, "wikidata": "Q222512", "google_entity_id": "kg:/m/02rkg1y"}, "name": {"first": "George", "middle": "Washington", "last": "Cromer"}, "bio": {"birthday": "1856-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "D000010", "govtrack": 403153, "icpsr": 2303, "wikipedia": "Thomas Henry Dale", "house_history": 11846, "wikidata": "Q7790597", "google_entity_id": "kg:/m/0gdrvs"}, "name": {"first": "Thomas", "middle": "Henry", "last": "Dale"}, "bio": {"birthday": "1846-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "D000035", "govtrack": 403175, "icpsr": 2325, "house_history": 11873, "wikipedia": "John W. Daniel", "wikidata": "Q1702045", "google_entity_id": "kg:/m/08klh7"}, "name": {"first": "John", "middle": "Warwick", "last": "Daniel"}, "bio": {"birthday": "1842-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "VA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000137", "govtrack": 403271, "icpsr": 2412, "house_history": 12003, "wikipedia": "Thomas Beall Davis", "wikidata": "Q1688406", "google_entity_id": "kg:/m/0ks_ny"}, "name": {"first": "Thomas", "middle": "Beall", "last": "Davis"}, "bio": {"birthday": "1828-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WV", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000163", "govtrack": 403295, "icpsr": 2438, "wikipedia": "Alston G. Dayton", "house_history": 12035, "wikidata": "Q432793", "google_entity_id": "kg:/m/05p3ld9"}, "name": {"first": "Alston", "middle": "Gordon", "last": "Dayton"}, "bio": {"birthday": "1857-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WV", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000186", "govtrack": 403347, "icpsr": 2458, "house_history": 12062, "wikipedia": "Elias Deemer", "wikidata": "Q5360478", "google_entity_id": "kg:/m/0gds1n"}, "name": {"first": "Elias", "last": "Deemer"}, "bio": {"birthday": "1838-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "D000264", "govtrack": 403401, "icpsr": 2520, "wikipedia": "Chauncey Depew", "wikidata": "Q5088222", "google_entity_id": "kg:/m/02590r"}, "name": {"first": "Chauncey", "middle": "Mitchell", "last": "Depew"}, "bio": {"birthday": "1834-04-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "NY", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "NY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000329", "govtrack": 403447, "icpsr": 2579, "wikipedia": "Frank S. Dickson", "house_history": 12237, "wikidata": "Q5489334", "google_entity_id": "kg:/m/02rkz4m"}, "name": {"first": "Frank", "middle": "Stoddard", "last": "Dickson"}, "bio": {"birthday": "1876-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "D000461", "govtrack": 403571, "icpsr": 2696, "wikipedia": "Blackburn B. Dovener", "house_history": 12410, "wikidata": "Q880730", "google_entity_id": "kg:/m/03bzqx6"}, "name": {"first": "Blackburn", "middle": "Barrett", "last": "Dovener"}, "bio": {"birthday": "1842-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WV", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000493", "govtrack": 403600, "icpsr": 2723, "house_history": 12451, "wikipedia": "Solomon Robert Dresser", "wikidata": "Q7558731", "google_entity_id": "kg:/m/0gd199"}, "name": {"first": "Solomon", "middle": "Robert", "last": "Dresser"}, "bio": {"birthday": "1842-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "F000107", "govtrack": 404064, "icpsr": 3134, "wikipedia": "Scott Field (politician)", "house_history": 13108, "wikidata": "Q1656798", "google_entity_id": "kg:/m/03hlgrx"}, "name": {"first": "Scott", "last": "Field"}, "bio": {"birthday": "1847-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "F000180", "govtrack": 404135, "icpsr": 3198, "wikipedia": "William H. Flack", "house_history": 13196, "wikidata": "Q8010402", "google_entity_id": "kg:/m/02rky27"}, "name": {"first": "William", "middle": "Henry", "last": "Flack"}, "bio": {"birthday": "1861-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "F000202", "govtrack": 404157, "icpsr": 3218, "wikipedia": "Loren Fletcher", "house_history": 13225, "wikidata": "Q1765596", "google_entity_id": "kg:/m/0flbd3"}, "name": {"first": "Loren", "last": "Fletcher"}, "bio": {"birthday": "1833-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "F000207", "govtrack": 404162, "icpsr": 3223, "wikipedia": "Frank Putnam Flint", "wikidata": "Q1443922", "google_entity_id": "kg:/m/03sgt1"}, "name": {"first": "Frank", "middle": "Putnam", "last": "Flint"}, "bio": {"birthday": "1862-07-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "CA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000352", "govtrack": 404299, "icpsr": 3345, "wikipedia": "James B. Frazier", "wikidata": "Q766185", "google_entity_id": "kg:/m/03nwwc"}, "name": {"first": "James", "middle": "Beriah", "last": "Frazier"}, "bio": {"birthday": "1856-10-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "TN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000403", "govtrack": 404345, "icpsr": 3390, "wikipedia": "Frank B. Fulkerson", "house_history": 13479, "wikidata": "Q1442883", "google_entity_id": "kg:/m/02rz5zw"}, "name": {"first": "Frank", "middle": "Ballard", "last": "Fulkerson"}, "bio": {"birthday": "1866-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "G000044", "govtrack": 404419, "icpsr": 3456, "wikipedia": "Harvey C. Garber", "house_history": 13619, "wikidata": "Q5677086", "google_entity_id": "kg:/m/02rm0wb"}, "name": {"first": "Harvey", "middle": "Cable", "last": "Garber"}, "bio": {"birthday": "1866-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000112", "govtrack": 404484, "icpsr": 3519, "wikipedia": "John M. Gearin", "wikidata": "Q924063", "google_entity_id": "kg:/m/0d8glv"}, "name": {"first": "John", "middle": "McDermeid", "last": "Gearin"}, "bio": {"birthday": "1851-08-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1905-12-04", "end": "1907-03-03", "state": "OR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000174", "govtrack": 404540, "icpsr": 3574, "wikipedia": "George G. Gilbert", "house_history": 13785, "wikidata": "Q1507395", "google_entity_id": "kg:/m/02rhgjs"}, "name": {"first": "George", "middle": "Gilmore", "last": "Gilbert"}, "bio": {"birthday": "1849-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "G000176", "govtrack": 404542, "icpsr": 3576, "house_history": 13788, "wikipedia": "Newton W. Gilbert", "wikidata": "Q330387", "google_entity_id": "kg:/m/06cb1b"}, "name": {"first": "Newton", "middle": "Whiting", "last": "Gilbert"}, "bio": {"birthday": "1862-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IN", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "G000202", "govtrack": 404566, "icpsr": 3600, "wikipedia": "James Gillett", "house_history": 13821, "wikidata": "Q775454", "google_entity_id": "kg:/m/03kmjf"}, "name": {"first": "James", "middle": "Norris", "last": "Gillett"}, "bio": {"birthday": "1860-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000497", "govtrack": 404842, "icpsr": 3855, "wikipedia": "Charles H. Grosvenor", "house_history": 14189, "wikidata": "Q5078573", "google_entity_id": "kg:/m/02rl_5b"}, "name": {"first": "Charles", "middle": "Henry", "last": "Grosvenor"}, "bio": {"birthday": "1833-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "H000029", "govtrack": 404914, "icpsr": 3917, "wikipedia": "Eugene Hale", "house_history": 14325, "wikidata": "Q1373107", "google_entity_id": "kg:/m/04cxlb"}, "name": {"first": "Eugene", "last": "Hale"}, "bio": {"birthday": "1836-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "ME", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "ME", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "ME", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "ME", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "ME", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1887-03-03", "state": "ME", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1887-12-05", "end": "1893-03-03", "state": "ME", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "ME", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "ME", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "ME", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000429", "govtrack": 405295, "icpsr": 4267, "wikipedia": "William Randolph Hearst", "house_history": 14809, "wikidata": "Q294931", "google_entity_id": "kg:/m/083rl"}, "name": {"first": "William", "middle": "Randolph", "last": "Hearst"}, "bio": {"birthday": "1863-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "H000441", "govtrack": 405307, "icpsr": 4277, "wikipedia": "Thomas Hedge", "house_history": 14826, "wikidata": "Q2424619", "google_entity_id": "kg:/m/02rk86y"}, "name": {"first": "Thomas", "last": "Hedge"}, "bio": {"birthday": "1844-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000467", "govtrack": 405330, "icpsr": 4295, "wikipedia": "James A. Hemenway", "house_history": 14861, "wikidata": "Q1679897", "google_entity_id": "kg:/m/0cyqfk"}, "name": {"first": "James", "middle": "Alexander", "last": "Hemenway"}, "bio": {"birthday": "1860-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IN", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1909-03-03", "state": "IN", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000531", "govtrack": 405393, "icpsr": 4355, "wikipedia": "Binger Hermann", "house_history": 14943, "wikidata": "Q863766", "google_entity_id": "kg:/m/02qcsl_"}, "name": {"first": "Binger", "last": "Hermann"}, "bio": {"birthday": "1843-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OR", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000649", "govtrack": 405504, "icpsr": 4458, "wikipedia": "Robert R. Hitt", "house_history": 15088, "wikidata": "Q4942305", "google_entity_id": "kg:/m/0h7syc"}, "name": {"first": "Robert", "middle": "Roberts", "last": "Hitt"}, "bio": {"birthday": "1834-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "H000655", "govtrack": 405510, "icpsr": 4463, "wikipedia": "Rockwood Hoar", "house_history": 15096, "wikidata": "Q1631037", "google_entity_id": "kg:/m/06t5l4"}, "name": {"first": "Rockwood", "last": "Hoar"}, "bio": {"birthday": "1855-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000703", "govtrack": 405556, "icpsr": 4506, "wikipedia": "Herschel M. Hogg", "house_history": 15152, "wikidata": "Q1614530", "google_entity_id": "kg:/m/02rhhlt"}, "name": {"first": "Herschel", "middle": "Millard", "last": "Hogg"}, "bio": {"birthday": "1853-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CO", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000773", "govtrack": 405623, "icpsr": 4567, "wikipedia": "Francis A. Hopkins", "house_history": 15242, "wikidata": "Q1441351", "google_entity_id": "kg:/m/02rhg4r"}, "name": {"first": "Francis", "middle": "Alexander", "last": "Hopkins"}, "bio": {"birthday": "1853-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "H000973", "govtrack": 405817, "icpsr": 4745, "wikipedia": "John T. Hunt", "house_history": 15482, "wikidata": "Q1117477", "google_entity_id": "kg:/m/02rz7c8"}, "name": {"first": "John", "middle": "Thomas", "last": "Hunt"}, "bio": {"birthday": "1860-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "K000028", "govtrack": 406199, "icpsr": 5108, "wikipedia": "John Kean (New Jersey)", "house_history": 16111, "wikidata": "Q1700685", "google_entity_id": "kg:/m/04_b2q"}, "name": {"first": "John", "last": "Kean"}, "bio": {"birthday": "1852-12-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "NJ", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "NJ", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "K000108", "govtrack": 406275, "icpsr": 5181, "wikipedia": "John L. Kennedy", "house_history": 16211, "wikidata": "Q1700754", "google_entity_id": "kg:/m/0b6pgx"}, "name": {"first": "John", "middle": "Lauderdale", "last": "Kennedy"}, "bio": {"birthday": "1854-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NE", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "K000152", "govtrack": 406316, "icpsr": 5219, "wikipedia": "John H. Ketcham", "house_history": 16269, "wikidata": "Q6236918", "google_entity_id": "kg:/m/02q6gw2"}, "name": {"first": "John", "middle": "Henry", "last": "Ketcham"}, "bio": {"birthday": "1832-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "NY", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "NY", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "NY", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "NY", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "K000265", "govtrack": 406423, "icpsr": 5319, "wikipedia": "Frank B. Klepper", "house_history": 16408, "wikidata": "Q1442889", "google_entity_id": "kg:/m/02rz60_"}, "name": {"first": "Frank", "middle": "B.", "last": "Klepper"}, "bio": {"birthday": "1864-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "K000268", "govtrack": 406426, "icpsr": 5322, "house_history": 16413, "wikipedia": "Marcus C. L. Kline", "wikidata": "Q6758066", "google_entity_id": "kg:/m/0gdpcv"}, "name": {"first": "Marcus", "middle": "Charles Lawrence", "last": "Kline"}, "bio": {"birthday": "1855-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "L000010", "govtrack": 406520, "icpsr": 5391, "wikipedia": "John F. Lacey", "house_history": 16586, "wikidata": "Q1394924", "google_entity_id": "kg:/m/027jtly"}, "name": {"first": "John", "middle": "Fletcher", "last": "Lacey"}, "bio": {"birthday": "1841-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "L000051", "govtrack": 406560, "icpsr": 5433, "wikipedia": "Frederick Landis", "house_history": 16648, "wikidata": "Q1452934", "google_entity_id": "kg:/m/02rkfwr"}, "name": {"first": "Frederick", "last": "Landis"}, "bio": {"birthday": "1872-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IN", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "L000160", "govtrack": 406664, "icpsr": 5579, "wikipedia": "Frank J. LeFevre", "house_history": 16797, "wikidata": "Q5487462", "google_entity_id": "kg:/m/02rlccq"}, "name": {"first": "Frank", "middle": "Jacob", "last": "Le Fevre"}, "bio": {"birthday": "1874-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "L000255", "govtrack": 406758, "icpsr": 5620, "wikipedia": "Rufus E. Lester", "house_history": 16909, "wikidata": "Q1530751", "google_entity_id": "kg:/m/02rk141"}, "name": {"first": "Rufus", "middle": "Ezekiel", "last": "Lester"}, "bio": {"birthday": "1837-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000309", "govtrack": 406803, "icpsr": 5662, "house_history": 16976, "wikipedia": "Mial Eben Lilley", "wikidata": "Q6827209", "google_entity_id": "kg:/m/0gdv3v"}, "name": {"first": "Mial", "middle": "Eben", "last": "Lilley"}, "bio": {"birthday": "1850-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "L000347", "govtrack": 406839, "icpsr": 5697, "wikipedia": "Lucius Littauer", "house_history": 17027, "wikidata": "Q6697568", "google_entity_id": "kg:/m/02rktk5"}, "name": {"first": "Lucius", "middle": "Nathan", "last": "Littauer"}, "bio": {"birthday": "1859-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "L000352", "govtrack": 406844, "icpsr": 5702, "house_history": 17033, "wikipedia": "John Sebastian Little", "wikidata": "Q880633", "google_entity_id": "kg:/m/01sc8s"}, "name": {"first": "John", "middle": "Sebastian", "last": "Little"}, "bio": {"birthday": "1853-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AR", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000066", "govtrack": 407094, "icpsr": 5925, "wikipedia": "Thaddeus Maclay Mahon", "house_history": 17411, "wikidata": "Q7708997", "google_entity_id": "kg:/m/0gdv2g"}, "name": {"first": "Thaddeus", "middle": "Maclay", "last": "Mahon"}, "bio": {"birthday": "1840-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "M000145", "govtrack": 407168, "icpsr": 5992, "wikipedia": "Benjamin F. Marsh", "house_history": 17505, "wikidata": "Q4888554", "google_entity_id": "kg:/m/02rj7bz"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Marsh"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "M000314", "govtrack": 407326, "icpsr": 6136, "house_history": 17715, "wikipedia": "John McCarthy (Nebraska politician)", "wikidata": "Q1700621", "google_entity_id": "kg:/m/0b1cn1"}, "name": {"first": "John", "middle": "Jay", "last": "McCarthy"}, "bio": {"birthday": "1857-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NE", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000326", "govtrack": 407336, "icpsr": 6145, "wikipedia": "James McCleary", "house_history": 17730, "wikidata": "Q1395154", "google_entity_id": "kg:/m/0fnn_v"}, "name": {"first": "James", "middle": "Thompson", "last": "McCleary"}, "bio": {"birthday": "1853-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000403", "govtrack": 407404, "icpsr": 6212, "house_history": 17829, "wikipedia": "Allan Langdon McDermott", "wikidata": "Q1669822", "google_entity_id": "kg:/m/078zk1"}, "name": {"first": "Allan", "middle": "Langdon", "last": "McDermott"}, "bio": {"birthday": "1854-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NJ", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NJ", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NJ", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "M000584", "govtrack": 407575, "icpsr": 6368, "wikipedia": "William S. McNary", "house_history": 18054, "wikidata": "Q2580487", "google_entity_id": "kg:/m/02rj__8"}, "name": {"first": "William", "middle": "Sarsfield", "last": "McNary"}, "bio": {"birthday": "1863-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "M000691", "govtrack": 407675, "icpsr": 6454, "wikipedia": "Anthony Michalek", "house_history": 18191, "wikidata": "Q4773091", "google_entity_id": "kg:/m/02rk8w6"}, "name": {"first": "Anthony", "last": "Michalek"}, "bio": {"birthday": "1878-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M000798", "govtrack": 407774, "icpsr": 6547, "wikipedia": "Edward S. Minor", "house_history": 18331, "wikidata": "Q1293434", "google_entity_id": "kg:/m/02vrqkk"}, "name": {"first": "Edward", "middle": "Sloman", "last": "Minor"}, "bio": {"birthday": "1840-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WI", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "M000854", "govtrack": 407827, "icpsr": 6592, "wikipedia": "Hernando Money", "house_history": 18404, "wikidata": "Q1581508", "google_entity_id": "kg:/m/094kqy"}, "name": {"first": "Hernando", "middle": "De Soto", "last": "Money"}, "bio": {"birthday": "1839-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "sen", "start": "1897-03-15", "end": "1899-03-03", "state": "MS", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "MS", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "MS", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000965", "govtrack": 407933, "icpsr": 6692, "house_history": 18539, "wikipedia": "Edward de Veaux Morrell", "wikidata": "Q5346049", "google_entity_id": "kg:/m/0g7sw3"}, "name": {"first": "Edward", "middle": "de Veaux", "last": "Morrell"}, "bio": {"birthday": "1863-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "N000057", "govtrack": 408145, "icpsr": 6885, "wikipedia": "Robert M. Nevin", "house_history": 18908, "wikidata": "Q7347167", "google_entity_id": "kg:/m/0d1y9b"}, "name": {"first": "Robert", "middle": "Murphy", "last": "Nevin"}, "bio": {"birthday": "1850-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "O000132", "govtrack": 408385, "icpsr": 7113, "wikipedia": "Theobald Otjen", "house_history": 19229, "wikidata": "Q2417092", "google_entity_id": "kg:/m/02vrqmm"}, "name": {"first": "Theobald", "last": "Otjen"}, "bio": {"birthday": "1851-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WI", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "P000115", "govtrack": 408523, "icpsr": 7241, "house_history": 19416, "wikipedia": "George Robert Patterson", "wikidata": "Q5543932", "google_entity_id": "kg:/m/0g1g5s"}, "name": {"first": "George", "middle": "Robert", "last": "Patterson"}, "bio": {"birthday": "1863-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "P000117", "govtrack": 408525, "icpsr": 7243, "house_history": 19419, "wikipedia": "Gilbert B. Patterson", "wikidata": "Q944399", "google_entity_id": "kg:/m/03c01zd"}, "name": {"first": "Gilbert", "middle": "Brown", "last": "Patterson"}, "bio": {"birthday": "1863-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "P000126", "govtrack": 408534, "icpsr": 7251, "house_history": 19432, "wikipedia": "Malcolm R. Patterson", "wikidata": "Q358464", "google_entity_id": "kg:/m/03n_cy"}, "name": {"first": "Malcolm", "middle": "Rice", "last": "Patterson"}, "bio": {"birthday": "1861-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "P000351", "govtrack": 408748, "icpsr": 7452, "wikipedia": "Samuel H. Piles", "wikidata": "Q1717563", "google_entity_id": "kg:/m/0cvhj4"}, "name": {"first": "Samuel", "middle": "Henry", "last": "Piles"}, "bio": {"birthday": "1858-12-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "WA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000356", "govtrack": 408753, "icpsr": 7457, "wikipedia": "John M. Pinckney", "house_history": 19720, "wikidata": "Q1700928", "google_entity_id": "kg:/m/02rv9_1"}, "name": {"first": "John", "middle": "McPherson", "last": "Pinckney"}, "bio": {"birthday": "1845-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "P000547", "govtrack": 408931, "icpsr": 7632, "wikipedia": "Redfield Proctor", "wikidata": "Q880998", "google_entity_id": "kg:/m/030jhx"}, "name": {"first": "Redfield", "last": "Proctor"}, "bio": {"birthday": "1831-06-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1891-12-07", "end": "1893-03-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1909-03-03", "state": "VT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000223", "govtrack": 409199, "icpsr": 7878, "wikipedia": "James M. Richardson", "house_history": 20359, "wikidata": "Q240244", "google_entity_id": "kg:/m/02rhj9x"}, "name": {"first": "James", "middle": "Montgomery", "last": "Richardson"}, "bio": {"birthday": "1858-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000286", "govtrack": 409259, "icpsr": 7930, "wikipedia": "Zeno J. Rives", "house_history": 20439, "wikidata": "Q8069158", "google_entity_id": "kg:/m/02rk_fj"}, "name": {"first": "Zeno", "middle": "John", "last": "Rives"}, "bio": {"birthday": "1874-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "R000324", "govtrack": 409295, "icpsr": 7964, "wikipedia": "Samuel Matthews Robertson", "house_history": 20487, "wikidata": "Q1806123", "google_entity_id": "kg:/m/02rtmvp"}, "name": {"first": "Samuel", "middle": "Matthews", "last": "Robertson"}, "bio": {"birthday": "1852-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "LA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "R000513", "govtrack": 409472, "icpsr": 8117, "wikipedia": "Jacob Ruppert", "house_history": 20718, "wikidata": "Q6119204", "google_entity_id": "kg:/m/025g7s"}, "name": {"first": "Jacob", "last": "Ruppert", "suffix": "Jr."}, "bio": {"birthday": "1867-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "S000027", "govtrack": 409546, "icpsr": 8191, "house_history": 21164, "wikipedia": "Edmund W. Samuel", "wikidata": "Q5339891", "google_entity_id": "kg:/m/0gdx7p"}, "name": {"first": "Edmund", "middle": "William", "last": "Samuel"}, "bio": {"birthday": "1857-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "S000134", "govtrack": 409642, "icpsr": 8267, "house_history": 21303, "wikipedia": "Gustav A. Schneebeli", "wikidata": "Q5621047", "google_entity_id": "kg:/m/0gfkyc"}, "name": {"first": "Gustav", "middle": "Adolphus", "last": "Schneebeli"}, "bio": {"birthday": "1853-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "S000182", "govtrack": 409688, "icpsr": 8309, "wikipedia": "Nathan B. Scott", "wikidata": "Q1966467", "google_entity_id": "kg:/m/0cx9n2"}, "name": {"first": "Nathan", "middle": "Bay", "last": "Scott"}, "bio": {"birthday": "1842-12-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "WV", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "WV", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000195", "govtrack": 409700, "icpsr": 8319, "wikipedia": "Thomas E. Scroggy", "house_history": 21380, "wikidata": "Q7789195", "google_entity_id": "kg:/m/02rm34l"}, "name": {"first": "Thomas", "middle": "Edmund", "last": "Scroggy"}, "bio": {"birthday": "1843-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000299", "govtrack": 409798, "icpsr": 8411, "wikipedia": "Cassius M. Shartel", "house_history": 21506, "wikidata": "Q1048426", "google_entity_id": "kg:/m/02rz5k3"}, "name": {"first": "Cassius", "middle": "McLean", "last": "Shartel"}, "bio": {"birthday": "1860-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "S000398", "govtrack": 409892, "icpsr": 8500, "house_history": 21633, "wikipedia": "Joseph C. Sibley", "wikidata": "Q6281927", "google_entity_id": "kg:/m/0gfmvh"}, "name": {"first": "Joseph", "middle": "Crocker", "last": "Sibley"}, "bio": {"birthday": "1850-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "S000525", "govtrack": 410008, "icpsr": 8609, "wikipedia": "David Highbaugh Smith", "house_history": 21790, "wikidata": "Q1174730", "google_entity_id": "kg:/m/02rhf31"}, "name": {"first": "David", "middle": "Highbaugh", "last": "Smith"}, "bio": {"birthday": "1854-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000618", "govtrack": 410093, "icpsr": 8688, "wikipedia": "Thomas Alexander Smith", "house_history": 21898, "wikidata": "Q423022", "google_entity_id": "kg:/m/03ntvy"}, "name": {"first": "Thomas", "middle": "Alexander", "last": "Smith"}, "bio": {"birthday": "1850-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000635", "govtrack": 410109, "icpsr": 8704, "house_history": 21919, "wikipedia": "William Orlando Smith", "wikidata": "Q8016369", "google_entity_id": "kg:/m/0gfl25"}, "name": {"first": "William", "middle": "Orlando", "last": "Smith"}, "bio": {"birthday": "1859-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "S000645", "govtrack": 410119, "icpsr": 8714, "wikipedia": "Martin L. Smyser", "house_history": 21930, "wikidata": "Q919353", "google_entity_id": "kg:/m/02rm2dj"}, "name": {"first": "Martin", "middle": "Luther", "last": "Smyser"}, "bio": {"gender": "M", "birthday": "1851-04-03"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "S000684", "govtrack": 410155, "icpsr": 8747, "wikipedia": "Robert G. Southall", "house_history": 21983, "wikidata": "Q2157211", "google_entity_id": "kg:/m/02x3_zy"}, "name": {"first": "Robert", "middle": "Goode", "last": "Southall"}, "bio": {"birthday": "1852-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "VA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000687", "govtrack": 410158, "icpsr": 8750, "wikipedia": "James H. Southard", "house_history": 21987, "wikidata": "Q6135289", "google_entity_id": "kg:/m/02rm1bg"}, "name": {"first": "James", "middle": "Harding", "last": "Southard"}, "bio": {"birthday": "1851-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S001055", "govtrack": 410509, "icpsr": 9070, "wikipedia": "John Andrew Sullivan", "house_history": 22441, "wikidata": "Q583321", "google_entity_id": "kg:/m/02rhjqm"}, "name": {"first": "John", "middle": "Andrew", "last": "Sullivan"}, "bio": {"birthday": "1868-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "T000026", "govtrack": 410615, "icpsr": 9166, "wikipedia": "James Taliaferro", "wikidata": "Q1560398", "google_entity_id": "kg:/m/0b1d5c"}, "name": {"first": "James", "middle": "Piper", "last": "Taliaferro"}, "bio": {"birthday": "1847-09-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "FL", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "FL", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000324", "govtrack": 410896, "icpsr": 9429, "wikipedia": "Charles A. Towne", "house_history": 23031, "wikidata": "Q1063591", "google_entity_id": "kg:/m/01lz_4"}, "name": {"first": "Charles", "middle": "Arnette", "last": "Towne"}, "bio": {"birthday": "1858-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1900-01-01", "end": "1901-12-31", "state": "MN", "class": 1, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "T000376", "govtrack": 410945, "icpsr": 9476, "wikipedia": "South Trimble", "house_history": 23094, "wikidata": "Q1470721", "google_entity_id": "kg:/m/02rjzdq"}, "name": {"first": "South", "last": "Trimble"}, "bio": {"birthday": "1864-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "T000451", "govtrack": 411019, "icpsr": 9543, "wikipedia": "William T. Tyndall", "house_history": 23188, "wikidata": "Q1416107", "google_entity_id": "kg:/m/02rz8mh"}, "name": {"first": "William", "middle": "Thomas", "last": "Tyndall"}, "bio": {"birthday": "1862-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "V000033", "govtrack": 411078, "icpsr": 9609, "wikipedia": "Clarence D. Van Duzer", "house_history": 20917, "wikidata": "Q1095388", "google_entity_id": "kg:/m/02730hn"}, "name": {"first": "Clarence", "middle": "Dunn", "last": "Van Duzer"}, "bio": {"birthday": "1864-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NV", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "V000065", "govtrack": 411107, "icpsr": 9641, "wikipedia": "Marshall Van Winkle", "house_history": 20952, "wikidata": "Q1599913", "google_entity_id": "kg:/m/02rzb5f"}, "name": {"first": "Marshall", "last": "Van Winkle"}, "bio": {"birthday": "1869-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NJ", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000001", "govtrack": 411180, "icpsr": 9694, "wikipedia": "Frank Charles Wachter", "house_history": 23221, "wikidata": "Q1107837", "google_entity_id": "kg:/m/02qzs1k"}, "name": {"first": "Frank", "middle": "Charles", "last": "Wachter"}, "bio": {"birthday": "1861-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MD", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MD", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MD", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MD", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000011", "govtrack": 411190, "icpsr": 9704, "wikipedia": "James Wolcott Wadsworth", "house_history": 23233, "wikidata": "Q6145733", "google_entity_id": "kg:/m/04fv2w"}, "name": {"first": "James", "middle": "Wolcott", "last": "Wadsworth"}, "bio": {"birthday": "1846-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 34, "party": "Republican"}]}, {"id": {"bioguide": "W000160", "govtrack": 411333, "icpsr": 9838, "wikipedia": "William Warner (Missouri)", "house_history": 23401, "wikidata": "Q1628712", "google_entity_id": "kg:/m/07snmv"}, "name": {"first": "William", "last": "Warner"}, "bio": {"birthday": "1840-06-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MO", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "MO", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000184", "govtrack": 411357, "wikipedia": "Frank Hinman Waskey", "house_history": 23433, "wikidata": "Q1443435", "google_entity_id": "kg:/m/0drqqw"}, "name": {"first": "Frank", "middle": "Hinman", "last": "Waskey"}, "bio": {"birthday": "1875-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AK", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "W000233", "govtrack": 411401, "icpsr": 9900, "wikipedia": "Amos R. Webber", "house_history": 23496, "wikidata": "Q4747940", "google_entity_id": "kg:/m/02rlzt9"}, "name": {"first": "Amos", "middle": "Richard", "last": "Webber"}, "bio": {"birthday": "1852-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "W000260", "govtrack": 411428, "icpsr": 9923, "wikipedia": "John Welborn (representative)", "house_history": 23530, "wikidata": "Q631497", "google_entity_id": "kg:/m/03m9lyd"}, "name": {"first": "John", "last": "Welborn"}, "bio": {"birthday": "1857-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "W000322", "govtrack": 411484, "icpsr": 9977, "wikipedia": "Charles S. Wharton", "house_history": 23600, "wikidata": "Q13218891", "google_entity_id": "kg:/m/02rk95j"}, "name": {"first": "Charles", "middle": "Stuart", "last": "Wharton"}, "bio": {"birthday": "1875-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "W000552", "govtrack": 411708, "icpsr": 10194, "house_history": 23869, "wikipedia": "John N. Williamson", "wikidata": "Q1701190", "google_entity_id": "kg:/m/0280cgp"}, "name": {"first": "John", "middle": "Newton", "last": "Williamson"}, "bio": {"birthday": "1855-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OR", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000693", "govtrack": 411845, "icpsr": 10323, "wikipedia": "Ernest E. Wood", "house_history": 24042, "wikidata": "Q1356294", "google_entity_id": "kg:/m/02rz5yh"}, "name": {"first": "Ernest", "middle": "Edward", "last": "Wood"}, "bio": {"birthday": "1875-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "Z000005", "govtrack": 411998, "icpsr": 10465, "wikipedia": "William T. Zenor", "house_history": 21116, "wikidata": "Q2580712", "google_entity_id": "kg:/m/0ddh8l"}, "name": {"first": "William", "middle": "Taylor", "last": "Zenor"}, "bio": {"birthday": "1846-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000386", "govtrack": 401377, "icpsr": 647, "wikipedia": "Alfred W. Benson", "wikidata": "Q1271317", "google_entity_id": "kg:/m/0cvsmt"}, "name": {"first": "Alfred", "middle": "Washburn", "last": "Benson"}, "bio": {"birthday": "1843-07-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1906-01-01", "end": "1907-03-03", "state": "KS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000435", "govtrack": 411594, "icpsr": 10082, "wikipedia": "William Pinkney Whyte", "wikidata": "Q885556", "google_entity_id": "kg:/m/04fh59"}, "name": {"first": "William", "middle": "Pinkney", "last": "Whyte"}, "bio": {"birthday": "1824-08-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1868-01-01", "end": "1869-03-03", "state": "MD", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1875-12-06", "end": "1881-03-03", "state": "MD", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1906-01-01", "end": "1909-03-03", "state": "MD", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000019", "govtrack": 400681, "icpsr": 14, "house_history": 8278, "wikipedia": "Ernest F. Acheson", "wikidata": "Q5393043", "google_entity_id": "kg:/m/0f7191"}, "name": {"first": "Ernest", "middle": "Francis", "last": "Acheson"}, "bio": {"birthday": "1855-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "B000044", "govtrack": 401049, "icpsr": 347, "house_history": 8830, "wikipedia": "Joseph Weldon Bailey", "wikidata": "Q433204", "google_entity_id": "kg:/m/053zcg"}, "name": {"first": "Joseph", "middle": "Weldon", "last": "Bailey"}, "bio": {"birthday": "1862-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "TX", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "TX", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000118", "govtrack": 401119, "icpsr": 411, "wikipedia": "Henry T. Bannon", "house_history": 8924, "wikidata": "Q13218443", "google_entity_id": "kg:/m/02rm10v"}, "name": {"first": "Henry", "middle": "Towne", "last": "Bannon"}, "bio": {"birthday": "1867-06-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "B000267", "govtrack": 401261, "icpsr": 542, "wikipedia": "Joseph Grant Beale", "house_history": 9119, "wikidata": "Q6283547", "google_entity_id": "kg:/m/0g65w6"}, "name": {"first": "Joseph", "middle": "Grant", "last": "Beale"}, "bio": {"birthday": "1839-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "B000297", "govtrack": 401290, "icpsr": 568, "wikipedia": "James Bede", "house_history": 9160, "wikidata": "Q1680023", "google_entity_id": "kg:/m/0262bf2"}, "name": {"first": "James", "middle": "Adam", "last": "Bede"}, "bio": {"gender": "M", "birthday": "1856-01-13"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "B000481", "govtrack": 401462, "icpsr": 726, "wikipedia": "Benjamin P. Birdsall", "house_history": 9400, "wikidata": "Q263633", "google_entity_id": "kg:/m/02rk73j"}, "name": {"first": "Benjamin", "middle": "Pixley", "last": "Birdsall"}, "bio": {"birthday": "1858-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000623", "govtrack": 401588, "icpsr": 847, "wikipedia": "Robert W. Bonynge", "house_history": 9590, "wikidata": "Q1291389", "google_entity_id": "kg:/m/02rjyvv"}, "name": {"first": "Robert", "middle": "William", "last": "Bonynge"}, "bio": {"birthday": "1863-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CO", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000670", "govtrack": 401632, "icpsr": 885, "wikipedia": "Jonathan Bourne Jr.", "wikidata": "Q374906", "google_entity_id": "kg:/m/0d8sqr"}, "name": {"first": "Jonathan", "last": "Bourne", "suffix": "Jr."}, "bio": {"birthday": "1855-02-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "OR", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000717", "govtrack": 401677, "icpsr": 929, "wikipedia": "John Frank Boyd", "house_history": 9712, "wikidata": "Q1700109", "google_entity_id": "kg:/m/0b1cxp"}, "name": {"first": "John", "middle": "Frank", "last": "Boyd"}, "bio": {"birthday": "1853-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NE", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000819", "govtrack": 401776, "icpsr": 1023, "wikipedia": "Abraham L. Brick", "house_history": 9841, "wikidata": "Q330197", "google_entity_id": "kg:/m/02rkdqz"}, "name": {"first": "Abraham", "middle": "Lincoln", "last": "Brick"}, "bio": {"gender": "M", "birthday": "1860-05-27"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IN", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IN", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IN", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IN", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IN", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "B000827", "govtrack": 401784, "icpsr": 1030, "wikipedia": "Frank O. Briggs", "wikidata": "Q1443883", "google_entity_id": "kg:/m/0csxh5"}, "name": {"first": "Frank", "middle": "Obadiah", "last": "Briggs"}, "bio": {"birthday": "1851-08-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "NJ", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000860", "govtrack": 401817, "icpsr": 1060, "house_history": 9890, "wikipedia": "Jefferson Davis Brodhead", "wikidata": "Q6175453", "google_entity_id": "kg:/m/0gdsnz"}, "name": {"first": "Joseph", "middle": "Davis", "last": "Brodhead"}, "bio": {"birthday": "1859-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "B000939", "govtrack": 401893, "icpsr": 1129, "wikipedia": "Norris Brown", "wikidata": "Q2000098", "google_entity_id": "kg:/m/09twn1"}, "name": {"first": "Norris", "last": "Brown"}, "bio": {"birthday": "1863-05-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "NE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000977", "govtrack": 401929, "icpsr": 1162, "wikipedia": "Charles N. Brumm", "house_history": 10041, "wikidata": "Q5081183", "google_entity_id": "kg:/m/0f7gq8"}, "name": {"first": "Charles", "middle": "Napoleon", "last": "Brumm"}, "bio": {"birthday": "1838-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 13, "party": "National Greenbacker"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 13, "party": "National Greenbacker"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "B000979", "govtrack": 401931, "icpsr": 1164, "wikipedia": "Stephen Brundidge Jr.", "house_history": 10043, "wikidata": "Q1434311", "google_entity_id": "kg:/m/02rjzf1"}, "name": {"first": "Stephen", "last": "Brundidge", "suffix": "Jr."}, "bio": {"birthday": "1857-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AR", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000994", "govtrack": 401945, "icpsr": 1178, "wikipedia": "William James Bryan", "wikidata": "Q1736644", "google_entity_id": "kg:/m/0b1fpq"}, "name": {"first": "William", "middle": "James", "last": "Bryan"}, "bio": {"birthday": "1876-10-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1907-12-02", "end": "1909-03-03", "state": "FL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B001125", "govtrack": 402070, "icpsr": 1295, "wikipedia": "Henry E. Burnham", "wikidata": "Q1582891", "google_entity_id": "kg:/m/0d4xns"}, "name": {"first": "Henry", "middle": "Eben", "last": "Burnham"}, "bio": {"birthday": "1844-11-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "NH", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "NH", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001151", "govtrack": 402093, "icpsr": 1318, "house_history": 10257, "wikipedia": "Hiram R. Burton", "wikidata": "Q1620132", "google_entity_id": "kg:/m/09klql"}, "name": {"first": "Hiram", "middle": "Rodney", "last": "Burton"}, "bio": {"birthday": "1841-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "C000029", "govtrack": 402190, "icpsr": 1403, "wikipedia": "Ben F. Caldwell", "house_history": 10478, "wikidata": "Q4885616", "google_entity_id": "kg:/m/02rk8wx"}, "name": {"first": "Ben", "middle": "Franklin", "last": "Caldwell"}, "bio": {"birthday": "1848-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "C000042", "govtrack": 402203, "wikipedia": "Thomas Cale", "house_history": 10494, "wikidata": "Q1741474", "google_entity_id": "kg:/m/0drqr6"}, "name": {"first": "Thomas", "last": "Cale"}, "bio": {"birthday": "1848-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AK", "district": 0, "party": "Independent"}]}, {"id": {"bioguide": "C000235", "govtrack": 402380, "icpsr": 1584, "house_history": 10750, "wikipedia": "Henry B. Cassel", "wikidata": "Q5717589", "google_entity_id": "kg:/m/0gdrq8"}, "name": {"first": "Henry", "middle": "Burd", "last": "Cassel"}, "bio": {"birthday": "1855-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "C000256", "govtrack": 402400, "icpsr": 1604, "house_history": 10777, "wikipedia": "Henry S. Caulfield", "wikidata": "Q1607230", "google_entity_id": "kg:/m/07d1cy"}, "name": {"first": "Henry", "middle": "Stewart", "last": "Caulfield"}, "bio": {"birthday": "1873-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "C000301", "govtrack": 402443, "icpsr": 1644, "wikipedia": "John C. Chaney", "house_history": 10833, "wikidata": "Q1699480", "google_entity_id": "kg:/m/02rkgn4"}, "name": {"first": "John", "middle": "Crawford", "last": "Chaney"}, "bio": {"birthday": "1853-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000690", "govtrack": 402816, "icpsr": 1992, "wikipedia": "James Perry Conner", "house_history": 11319, "wikidata": "Q1680970", "google_entity_id": "kg:/m/02rk7pr"}, "name": {"first": "James", "middle": "Perry", "last": "Conner"}, "bio": {"birthday": "1851-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "C000717", "govtrack": 402840, "icpsr": 2016, "wikipedia": "George W. Cook", "house_history": 11351, "wikidata": "Q1508418", "google_entity_id": "kg:/m/02rhgx3"}, "name": {"first": "George", "middle": "Washington", "last": "Cook"}, "bio": {"birthday": "1851-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CO", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000761", "govtrack": 402881, "icpsr": 2055, "wikipedia": "Samuel B. Cooper", "house_history": 11409, "wikidata": "Q584787", "google_entity_id": "kg:/m/03c2zl9"}, "name": {"first": "Samuel", "middle": "Bronson", "last": "Cooper"}, "bio": {"birthday": "1850-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000811", "govtrack": 402930, "icpsr": 2094, "wikipedia": "Robert G. Cousins", "house_history": 11471, "wikidata": "Q2157198", "google_entity_id": "kg:/m/02rk81s"}, "name": {"first": "Robert", "middle": "Gordon", "last": "Cousins"}, "bio": {"gender": "M", "birthday": "1859-01-31"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000875", "govtrack": 402988, "icpsr": 2147, "wikipedia": "Winthrop M. Crane", "wikidata": "Q681464", "google_entity_id": "kg:/m/0378jx"}, "name": {"first": "Winthrop", "middle": "Murray", "last": "Crane"}, "bio": {"birthday": "1853-04-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1904-01-01", "end": "1907-03-03", "state": "MA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "MA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000896", "govtrack": 403008, "icpsr": 2166, "wikipedia": "William T. Crawford", "house_history": 11575, "wikidata": "Q277636", "google_entity_id": "kg:/m/03b_y_w"}, "name": {"first": "William", "middle": "Thomas", "last": "Crawford"}, "bio": {"birthday": "1856-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NC", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "C000973", "govtrack": 403084, "icpsr": 2239, "house_history": 11670, "wikipedia": "Shelby Moore Cullom", "wikidata": "Q883491", "google_entity_id": "kg:/m/037fpn"}, "name": {"first": "Shelby", "middle": "Moore", "last": "Cullom"}, "bio": {"birthday": "1829-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1865-12-04", "end": "1867-03-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1867-03-04", "end": "1869-03-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1869-03-04", "end": "1871-03-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "IL", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "IL", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "IL", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "IL", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "IL", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000060", "govtrack": 403199, "icpsr": 2344, "wikipedia": "Archibald B. Darragh", "house_history": 11905, "wikidata": "Q633060", "google_entity_id": "kg:/m/027gkm8"}, "name": {"first": "Archibald", "middle": "Bard", "last": "Darragh"}, "bio": {"birthday": "1840-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MI", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "D000081", "govtrack": 403218, "icpsr": 2363, "wikipedia": "Robert C. Davey", "house_history": 11932, "wikidata": "Q1580814", "google_entity_id": "kg:/m/02rv97_"}, "name": {"first": "Robert", "middle": "Charles", "last": "Davey"}, "bio": {"birthday": "1853-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "LA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000112", "govtrack": 403248, "icpsr": 2392, "wikipedia": "Jeff Davis (Arkansas governor)", "wikidata": "Q365015", "google_entity_id": "kg:/m/01rtq3"}, "name": {"first": "Jeff", "last": "Davis"}, "bio": {"birthday": "1862-05-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "AR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000146", "govtrack": 403279, "icpsr": 2421, "wikipedia": "Beman Gates Dawes", "house_history": 12012, "wikidata": "Q4884992", "google_entity_id": "kg:/m/0d0y0h"}, "name": {"first": "Beman", "middle": "Gates", "last": "Dawes"}, "bio": {"birthday": "1870-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "D000372", "govtrack": 403489, "icpsr": 2620, "wikipedia": "Joseph M. Dixon", "house_history": 12292, "wikidata": "Q732166", "google_entity_id": "kg:/m/0bfq44"}, "name": {"first": "Joseph", "middle": "Moore", "last": "Dixon"}, "bio": {"birthday": "1867-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MT", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "MT", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000404", "govtrack": 403518, "icpsr": 2648, "house_history": 12335, "wikipedia": "Jonathan P. Dolliver", "wikidata": "Q5623261", "google_entity_id": "kg:/m/01z4kh"}, "name": {"first": "Jonathan", "middle": "Prentiss", "last": "Dolliver"}, "bio": {"birthday": "1858-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "sen", "start": "1900-01-01", "end": "1907-03-03", "state": "IA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1907-12-02", "end": "1911-03-03", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000557", "govtrack": 403664, "icpsr": 2780, "wikipedia": "Charles T. Dunwell", "house_history": 12520, "wikidata": "Q404727", "google_entity_id": "kg:/m/02rkn9_"}, "name": {"first": "Charles", "middle": "Tappan", "last": "Dunwell"}, "bio": {"birthday": "1852-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "E000110", "govtrack": 403801, "icpsr": 2899, "wikipedia": "Stephen Benton Elkins", "house_history": 12731, "wikidata": "Q723281", "google_entity_id": "kg:/m/03bp7p"}, "name": {"first": "Stephen", "middle": "Benton", "last": "Elkins"}, "bio": {"birthday": "1841-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "NM", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "NM", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "WV", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "WV", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1907-12-02", "end": "1911-12-31", "state": "WV", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000307", "govtrack": 404256, "icpsr": 3309, "wikipedia": "John H. Foster", "house_history": 13360, "wikidata": "Q1700307", "google_entity_id": "kg:/m/02rkgrl"}, "name": {"first": "John", "middle": "Hopkins", "last": "Foster"}, "bio": {"birthday": "1862-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000310", "govtrack": 404259, "icpsr": 3312, "wikipedia": "Murphy J. Foster", "wikidata": "Q133601", "google_entity_id": "kg:/m/0359fc"}, "name": {"first": "Murphy", "middle": "James", "last": "Foster"}, "bio": {"birthday": "1849-01-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "LA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000398", "govtrack": 404340, "icpsr": 3385, "wikipedia": "William P. Frye", "house_history": 13472, "wikidata": "Q458469", "google_entity_id": "kg:/m/04tzkn"}, "name": {"first": "William", "middle": "Pierce", "last": "Frye"}, "bio": {"birthday": "1830-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1871-03-04", "end": "1873-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1881-12-05", "end": "1883-03-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1883-12-03", "end": "1889-03-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1889-12-02", "end": "1895-03-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1907-12-02", "end": "1911-12-31", "state": "ME", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000421", "govtrack": 404363, "icpsr": 3408, "wikipedia": "Elmer L. Fulton", "house_history": 13503, "wikidata": "Q1332950", "google_entity_id": "kg:/m/02rr6rp"}, "name": {"first": "Elmer", "middle": "Lincoln", "last": "Fulton"}, "bio": {"birthday": "1865-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OK", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000007", "govtrack": 404384, "icpsr": 3425, "wikipedia": "John W. Gaines", "house_history": 13574, "wikidata": "Q770515", "google_entity_id": "kg:/m/0dk86b"}, "name": {"first": "John", "middle": "Wesley", "last": "Gaines"}, "bio": {"birthday": "1860-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "G000032", "govtrack": 404408, "icpsr": 3447, "wikipedia": "Robert J. Gamble", "house_history": 13604, "wikidata": "Q446101", "google_entity_id": "kg:/m/09w8vg"}, "name": {"first": "Robert", "middle": "Jackson", "last": "Gamble"}, "bio": {"birthday": "1851-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "SD", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "SD", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000187", "govtrack": 404552, "icpsr": 3586, "wikipedia": "Clarence C. Gilhams", "house_history": 13802, "wikidata": "Q519123", "google_entity_id": "kg:/m/02rkf6f"}, "name": {"first": "Clarence", "middle": "Chauncey", "last": "Gilhams"}, "bio": {"birthday": "1860-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IN", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IN", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "G000375", "govtrack": 404727, "icpsr": 3749, "wikipedia": "Daniel L. D. Granger", "house_history": 14036, "wikidata": "Q181121", "google_entity_id": "kg:/m/02rhdzl"}, "name": {"first": "Daniel", "middle": "Larned Davis", "last": "Granger"}, "bio": {"birthday": "1852-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "RI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000520", "govtrack": 404865, "icpsr": 3873, "wikipedia": "Simon Guggenheim", "wikidata": "Q724113", "google_entity_id": "kg:/m/032ps4"}, "name": {"first": "Simon", "last": "Guggenheim"}, "bio": {"birthday": "1867-12-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "CO", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000004", "govtrack": 404890, "icpsr": 3894, "house_history": 14295, "wikipedia": "Richard N. Hackett", "wikidata": "Q1297888", "google_entity_id": "kg:/m/02x3bfd"}, "name": {"first": "Richard", "middle": "Nathaniel", "last": "Hackett"}, "bio": {"birthday": "1866-12-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000007", "govtrack": 404892, "icpsr": 3897, "wikipedia": "Thomas Hackney", "house_history": 14298, "wikidata": "Q2424491", "google_entity_id": "kg:/m/02rz8dz"}, "name": {"first": "Thomas", "last": "Hackney"}, "bio": {"birthday": "1861-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "H000017", "govtrack": 404902, "icpsr": 3905, "wikipedia": "Warren A. Haggott", "house_history": 14310, "wikidata": "Q2549641", "google_entity_id": "kg:/m/02rj_3r"}, "name": {"first": "Warren", "middle": "Armstrong", "last": "Haggott"}, "bio": {"birthday": "1864-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CO", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000035", "govtrack": 404920, "icpsr": 3923, "wikipedia": "Nathan W. Hale", "house_history": 14332, "wikidata": "Q1966664", "google_entity_id": "kg:/m/0djq50"}, "name": {"first": "Nathan", "middle": "Wesley", "last": "Hale"}, "bio": {"birthday": "1860-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000066", "govtrack": 404951, "icpsr": 3952, "wikipedia": "Philo Hall", "house_history": 14369, "wikidata": "Q924027", "google_entity_id": "kg:/m/0f8n5s"}, "name": {"first": "Philo", "last": "Hall"}, "bio": {"birthday": "1865-12-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "SD", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000107", "govtrack": 404989, "icpsr": 3988, "wikipedia": "Daniel W. Hamilton", "house_history": 14418, "wikidata": "Q598902", "google_entity_id": "kg:/m/02rk79q"}, "name": {"first": "Daniel", "middle": "Webster", "last": "Hamilton"}, "bio": {"birthday": "1861-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000190", "govtrack": 405071, "icpsr": 4058, "wikipedia": "J. Eugene Harding", "house_history": 14521, "wikidata": "Q6105624", "google_entity_id": "kg:/m/0d2095"}, "name": {"first": "John", "middle": "Eugene", "last": "Harding"}, "bio": {"birthday": "1877-06-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000322", "govtrack": 405195, "icpsr": 4176, "wikipedia": "Kittredge Haskins", "house_history": 14679, "wikidata": "Q1743928", "google_entity_id": "kg:/m/02rjwp1"}, "name": {"first": "Kittredge", "last": "Haskins"}, "bio": {"birthday": "1836-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "VT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000523", "govtrack": 405386, "icpsr": 4348, "house_history": 14931, "wikipedia": "William Peters Hepburn", "wikidata": "Q2580239", "google_entity_id": "kg:/m/0bgfnc"}, "name": {"first": "William", "middle": "Peters", "last": "Hepburn"}, "bio": {"birthday": "1833-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "H000614", "govtrack": 405474, "icpsr": 4430, "wikipedia": "Wilson S. Hill", "house_history": 15043, "wikidata": "Q2582614", "google_entity_id": "kg:/m/02rv9w7"}, "name": {"first": "Wilson", "middle": "Shedric", "last": "Hill"}, "bio": {"birthday": "1863-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MS", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000724", "govtrack": 405576, "icpsr": 4523, "wikipedia": "Elias S. Holliday", "house_history": 15178, "wikidata": "Q1290881", "google_entity_id": "kg:/m/02rkfp6"}, "name": {"first": "Elias", "middle": "Selah", "last": "Holliday"}, "bio": {"birthday": "1842-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "J000029", "govtrack": 405935, "icpsr": 4866, "wikipedia": "William Humphreys Jackson", "house_history": 15726, "wikidata": "Q423191", "google_entity_id": "kg:/m/08_vt4"}, "name": {"first": "William", "middle": "Humphreys", "last": "Jackson"}, "bio": {"birthday": "1839-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MD", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "J000043", "govtrack": 405948, "icpsr": 4878, "wikipedia": "Addison James", "house_history": 15745, "wikidata": "Q353132", "google_entity_id": "kg:/m/02qrc2z"}, "name": {"first": "Addison", "middle": "Davis", "last": "James"}, "bio": {"birthday": "1850-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "J000084", "govtrack": 405986, "icpsr": 4913, "wikipedia": "John J. Jenkins", "house_history": 15801, "wikidata": "Q1250070", "google_entity_id": "kg:/m/0f8r50"}, "name": {"first": "John", "middle": "James", "last": "Jenkins"}, "bio": {"birthday": "1843-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WI", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "K000184", "govtrack": 406346, "icpsr": 5246, "wikipedia": "William P. Kimball", "house_history": 16307, "wikidata": "Q1604267", "google_entity_id": "kg:/m/02rj_wv"}, "name": {"first": "William", "middle": "Preston", "last": "Kimball"}, "bio": {"birthday": "1857-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "K000252", "govtrack": 406411, "icpsr": 5309, "house_history": 16392, "wikipedia": "William Walton Kitchin", "wikidata": "Q888185", "google_entity_id": "kg:/m/02j10s"}, "name": {"first": "William", "middle": "Walton", "last": "Kitchin"}, "bio": {"birthday": "1866-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "K000289", "govtrack": 406445, "icpsr": 5340, "wikipedia": "Philip Knopf", "house_history": 16442, "wikidata": "Q7183910", "google_entity_id": "kg:/m/02rkcbm"}, "name": {"first": "Philip", "last": "Knopf"}, "bio": {"birthday": "1847-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "L000028", "govtrack": 406538, "icpsr": 5414, "wikipedia": "J. Robert Lamar", "house_history": 16610, "wikidata": "Q1508924", "google_entity_id": "kg:/m/02rz6mk"}, "name": {"first": "James", "middle": "Robert", "last": "Lamar"}, "bio": {"birthday": "1866-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "L000031", "govtrack": 406541, "icpsr": 5417, "wikipedia": "William Bailey Lamar", "house_history": 16614, "wikidata": "Q2577950", "google_entity_id": "kg:/m/0275fwr"}, "name": {"first": "William", "middle": "Bailey", "last": "Lamar"}, "bio": {"birthday": "1853-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "FL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000050", "govtrack": 406559, "icpsr": 5432, "wikipedia": "Charles B. Landis", "house_history": 16646, "wikidata": "Q1063643", "google_entity_id": "kg:/m/02rkf4c"}, "name": {"first": "Charles", "middle": "Beary", "last": "Landis"}, "bio": {"birthday": "1858-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "L000079", "govtrack": 406588, "icpsr": 5461, "wikipedia": "J. Ford Laning", "house_history": 16689, "wikidata": "Q6105700", "google_entity_id": "kg:/m/02rm15n"}, "name": {"first": "Jay", "middle": "Ford", "last": "Laning"}, "bio": {"birthday": "1853-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "L000175", "govtrack": 406677, "icpsr": 5540, "wikipedia": "Eugene W. Leake", "house_history": 16816, "wikidata": "Q653158", "google_entity_id": "kg:/m/02wycqp"}, "name": {"first": "Eugene", "middle": "Walter", "last": "Leake"}, "bio": {"birthday": "1877-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NJ", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "L000239", "govtrack": 406742, "icpsr": 5604, "house_history": 16889, "wikipedia": "John Thomas Lenahan", "wikidata": "Q6260592", "google_entity_id": "kg:/m/0g6zm9"}, "name": {"first": "John", "middle": "Thomas", "last": "Lenahan"}, "bio": {"birthday": "1852-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "L000281", "govtrack": 406779, "icpsr": 5638, "wikipedia": "Elijah B. Lewis", "house_history": 16940, "wikidata": "Q1329362", "google_entity_id": "kg:/m/02rk0t1"}, "name": {"first": "Elijah", "middle": "Banks", "last": "Lewis"}, "bio": {"birthday": "1854-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "GA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000308", "govtrack": 406802, "icpsr": 5661, "wikipedia": "George L. Lilley", "house_history": 16975, "wikidata": "Q882905", "google_entity_id": "kg:/m/0266q0y"}, "name": {"first": "George", "middle": "Leavens", "last": "Lilley"}, "bio": {"birthday": "1859-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CT", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "L000355", "govtrack": 406847, "icpsr": 5705, "wikipedia": "Charles E. Littlefield", "house_history": 17037, "wikidata": "Q1064216", "google_entity_id": "kg:/m/02x3tfn"}, "name": {"first": "Charles", "middle": "Edgar", "last": "Littlefield"}, "bio": {"birthday": "1851-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "ME", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000163", "govtrack": 407185, "icpsr": 6009, "wikipedia": "Thomas Frank Marshall", "house_history": 17526, "wikidata": "Q2423983", "google_entity_id": "kg:/m/02rjzrc"}, "name": {"first": "Thomas", "middle": "Frank", "last": "Marshall"}, "bio": {"birthday": "1854-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "ND", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000444", "govtrack": 407443, "icpsr": 6248, "wikipedia": "Charles McGavin", "house_history": 17881, "wikidata": "Q13218858", "google_entity_id": "kg:/m/02rk94v"}, "name": {"first": "Charles", "last": "McGavin"}, "bio": {"birthday": "1874-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M000533", "govtrack": 407525, "icpsr": 6321, "wikipedia": "Frank A. McLain", "house_history": 17994, "wikidata": "Q1442845", "google_entity_id": "kg:/m/02rtnhp"}, "name": {"first": "Frank", "middle": "Alexander", "last": "McLain"}, "bio": {"birthday": "1852-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MS", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000542", "govtrack": 407534, "icpsr": 6330, "wikipedia": "Anselm J. McLaurin", "wikidata": "Q367841", "google_entity_id": "kg:/m/01hf4b"}, "name": {"first": "Anselm", "middle": "Joseph", "last": "McLaurin"}, "bio": {"birthday": "1848-03-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1894-01-01", "end": "1895-03-03", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1907-12-02", "end": "1909-12-31", "state": "MS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000569", "govtrack": 407560, "icpsr": 6354, "house_history": 18036, "wikipedia": "Samuel McMillan", "wikidata": "Q7412162", "google_entity_id": "kg:/m/027sb29"}, "name": {"first": "Samuel", "last": "McMillan"}, "bio": {"birthday": "1850-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "M000679", "govtrack": 407664, "icpsr": 6448, "wikipedia": "Adolph Meyer", "house_history": 18175, "wikidata": "Q365466", "google_entity_id": "kg:/m/0dd3ld"}, "name": {"first": "Adolph", "last": "Meyer"}, "bio": {"birthday": "1842-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "LA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M001048", "govtrack": 408015, "icpsr": 6768, "wikipedia": "Grant E. Mouser", "house_history": 18637, "wikidata": "Q5596198", "google_entity_id": "kg:/m/02rm4l_"}, "name": {"first": "Grant", "middle": "Earl", "last": "Mouser"}, "bio": {"birthday": "1868-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "M001095", "govtrack": 408059, "icpsr": 6810, "wikipedia": "James William Murphy", "house_history": 18696, "wikidata": "Q6145605", "google_entity_id": "kg:/m/02q8lrl"}, "name": {"first": "James", "middle": "William", "last": "Murphy"}, "bio": {"birthday": "1858-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WI", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "O000144", "govtrack": 408395, "icpsr": 7124, "wikipedia": "Jesse Overstreet", "house_history": 19244, "wikidata": "Q1688181", "google_entity_id": "kg:/m/02rkgkr"}, "name": {"first": "Jesse", "last": "Overstreet"}, "bio": {"birthday": "1859-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "P000073", "govtrack": 408483, "icpsr": 7206, "house_history": 19363, "wikipedia": "William H. Parker (politician)", "wikidata": "Q1791602", "google_entity_id": "kg:/m/0b6m5n"}, "name": {"first": "William", "middle": "Henry", "last": "Parker"}, "bio": {"birthday": "1847-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "SD", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "P000156", "govtrack": 408560, "icpsr": 7276, "wikipedia": "Thomas H. Paynter", "house_history": 19470, "wikidata": "Q2424471", "google_entity_id": "kg:/m/0b67ng"}, "name": {"first": "Thomas", "middle": "Hanson", "last": "Paynter"}, "bio": {"gender": "M", "birthday": "1851-12-09"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000413", "govtrack": 408806, "icpsr": 7511, "wikipedia": "Ernest M. Pollard", "house_history": 19793, "wikidata": "Q1356421", "google_entity_id": "kg:/m/0bnd4t"}, "name": {"first": "Ernest", "middle": "Mark", "last": "Pollard"}, "bio": {"birthday": "1869-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NE", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000445", "govtrack": 408834, "icpsr": 7538, "wikipedia": "Peter A. Porter", "house_history": 19832, "wikidata": "Q7172441", "google_entity_id": "kg:/m/02rkv93"}, "name": {"first": "Peter", "middle": "Augustus", "last": "Porter"}, "bio": {"birthday": "1853-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 34, "party": "Ind. Republican"}]}, {"id": {"bioguide": "P000491", "govtrack": 408876, "icpsr": 7581, "wikipedia": "Llewellyn Powers", "house_history": 19887, "wikidata": "Q370272", "google_entity_id": "kg:/m/02rv9n0"}, "name": {"first": "Llewellyn", "last": "Powers"}, "bio": {"birthday": "1836-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "ME", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "P000504", "govtrack": 408889, "icpsr": 7594, "wikipedia": "Le Gage Pratt", "house_history": 19902, "wikidata": "Q1809875", "google_entity_id": "kg:/m/02rz8rz"}, "name": {"first": "Le", "middle": "Gage", "last": "Pratt"}, "bio": {"birthday": "1852-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NJ", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "R000168", "govtrack": 409145, "icpsr": 7827, "wikipedia": "John E. Reyburn", "house_history": 20294, "wikidata": "Q6230883", "google_entity_id": "kg:/m/0ddk2n"}, "name": {"first": "John", "middle": "Edgar", "last": "Reyburn"}, "bio": {"birthday": "1845-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000221", "govtrack": 409197, "icpsr": 7876, "wikipedia": "Harry A. Richardson", "wikidata": "Q1586362", "google_entity_id": "kg:/m/07nwzr"}, "name": {"first": "Harry", "middle": "Alden", "last": "Richardson"}, "bio": {"birthday": "1853-01-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "DE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000287", "govtrack": 409260, "icpsr": 7931, "house_history": 20441, "wikipedia": "John Franklin Rixey", "wikidata": "Q1700120", "google_entity_id": "kg:/m/0krth9"}, "name": {"first": "John", "middle": "Franklin", "last": "Rixey"}, "bio": {"birthday": "1854-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "VA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "R000563", "govtrack": 409519, "icpsr": 8160, "wikipedia": "William H. Ryan", "house_history": 20773, "wikidata": "Q8010576", "google_entity_id": "kg:/m/02rky3z"}, "name": {"first": "William", "middle": "Henry", "last": "Ryan"}, "bio": {"birthday": "1860-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 35, "party": "Democrat"}]}, {"id": {"bioguide": "S000345", "govtrack": 409841, "icpsr": 8453, "wikipedia": "James S. Sherman", "house_history": 21567, "wikidata": "Q310831", "google_entity_id": "kg:/m/0mysy"}, "name": {"first": "James", "middle": "Schoolcraft", "last": "Sherman"}, "bio": {"birthday": "1855-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "S000485", "govtrack": 409973, "icpsr": 8573, "house_history": 21744, "wikipedia": "Campbell Slemp", "wikidata": "Q572661", "google_entity_id": "kg:/m/07hsbd"}, "name": {"first": "Campbell", "last": "Slemp"}, "bio": {"birthday": "1839-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "VA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000541", "govtrack": 410023, "icpsr": 8624, "wikipedia": "George Washington Smith (congressman)", "house_history": 21807, "wikidata": "Q5546026", "google_entity_id": "kg:/m/02rk9rd"}, "name": {"first": "George", "middle": "Washington", "last": "Smith"}, "bio": {"birthday": "1846-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "S000588", "govtrack": 410068, "icpsr": 8664, "wikipedia": "Madison Roswell Smith", "house_history": 21862, "wikidata": "Q1883386", "google_entity_id": "kg:/m/02rz7hd"}, "name": {"first": "Madison", "middle": "Roswell", "last": "Smith"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 13, "party": "Democrat"}], "bio": {"birthday": "1850-07-09", "gender": "M"}}, {"id": {"bioguide": "T000098", "govtrack": 410681, "icpsr": 9229, "house_history": 22755, "wikipedia": "Robert Love Taylor", "wikidata": "Q503341", "google_entity_id": "kg:/m/03nwff"}, "name": {"first": "Robert", "middle": "Love", "last": "Taylor"}, "bio": {"birthday": "1850-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "TN", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000036", "govtrack": 411216, "icpsr": 9727, "wikipedia": "George E. Waldo", "house_history": 23260, "wikidata": "Q808619", "google_entity_id": "kg:/m/02rkpls"}, "name": {"first": "George", "middle": "Ernest", "last": "Waldo"}, "bio": {"birthday": "1851-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000249", "govtrack": 411417, "icpsr": 9914, "wikipedia": "Capell L. Weems", "house_history": 23515, "wikidata": "Q5035254", "google_entity_id": "kg:/m/02rl_27"}, "name": {"first": "Capell", "middle": "Lane", "last": "Weems"}, "bio": {"birthday": "1860-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "W000466", "govtrack": 411623, "icpsr": 10111, "wikipedia": "Ariosto A. Wiley", "house_history": 23772, "wikidata": "Q662815", "google_entity_id": "kg:/m/02rk1by"}, "name": {"first": "Ariosto", "middle": "Appling", "last": "Wiley"}, "bio": {"birthday": "1848-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000469", "govtrack": 411626, "icpsr": 10114, "wikipedia": "Oliver C. Wiley", "house_history": 23775, "wikidata": "Q1451735", "google_entity_id": "kg:/m/02rk24q"}, "name": {"first": "Oliver", "middle": "Cicero", "last": "Wiley"}, "bio": {"birthday": "1851-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000674", "govtrack": 411826, "icpsr": 10307, "wikipedia": "Harry Benjamin Wolf", "house_history": 24020, "wikidata": "Q1107875", "google_entity_id": "kg:/m/02qzs05"}, "name": {"first": "Harry", "middle": "Benjamin", "last": "Wolf"}, "bio": {"birthday": "1880-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000090", "govtrack": 404462, "icpsr": 3498, "wikipedia": "Frank B. Gary", "wikidata": "Q5485120", "google_entity_id": "kg:/m/0d04l4"}, "name": {"first": "Frank", "middle": "Boyd", "last": "Gary"}, "bio": {"birthday": "1860-03-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1908-01-01", "end": "1909-03-03", "state": "SC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000788", "govtrack": 407766, "icpsr": 6541, "wikipedia": "William Hall Milton", "wikidata": "Q1805678", "google_entity_id": "kg:/m/0b1frt"}, "name": {"first": "William", "middle": "Hall", "last": "Milton"}, "bio": {"birthday": "1864-03-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1908-01-01", "end": "1909-03-03", "state": "FL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000917", "govtrack": 410377, "icpsr": 8943, "wikipedia": "John Wolcott Stewart", "house_history": 22272, "wikidata": "Q438725", "google_entity_id": "kg:/m/0b8650"}, "name": {"first": "John", "middle": "Wolcott", "last": "Stewart"}, "bio": {"birthday": "1825-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1908-01-01", "end": "1909-03-03", "state": "VT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000312", "govtrack": 411476, "icpsr": 9970, "wikipedia": "George P. Wetmore", "wikidata": "Q886209", "google_entity_id": "kg:/m/0cp51d"}, "name": {"first": "George", "middle": "Peabody", "last": "Wetmore"}, "bio": {"gender": "M", "birthday": "1846-08-02"}, "terms": [{"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "RI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "RI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1908-01-01", "end": "1913-03-03", "state": "RI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000091", "govtrack": 400750, "icpsr": 79, "wikipedia": "De Alva S. Alexander", "house_history": 8386, "wikidata": "Q5244222", "google_entity_id": "kg:/m/02q1m6f"}, "name": {"first": "De", "middle": "Alva Stanwood", "last": "Alexander"}, "bio": {"birthday": "1846-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 36, "party": "Republican"}]}, {"id": {"bioguide": "A000112", "govtrack": 400769, "icpsr": 98, "wikipedia": "Amos L. Allen", "house_history": 8415, "wikidata": "Q474268", "google_entity_id": "kg:/m/02ry1n8"}, "name": {"first": "Amos", "middle": "Lawrence", "last": "Allen"}, "bio": {"birthday": "1837-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "ME", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000135", "govtrack": 401136, "icpsr": 427, "house_history": 8944, "wikipedia": "Charles Frederick Barclay", "wikidata": "Q5077835", "google_entity_id": "kg:/m/0gdpyj"}, "name": {"first": "Charles", "middle": "Frederick", "last": "Barclay"}, "bio": {"birthday": "1844-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "B000155", "govtrack": 401157, "icpsr": 445, "wikipedia": "William O. Barnard", "house_history": 8969, "wikidata": "Q119647", "google_entity_id": "kg:/m/02rkldg"}, "name": {"first": "William", "middle": "Oscar", "last": "Barnard"}, "bio": {"birthday": "1852-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000203", "govtrack": 401202, "icpsr": 488, "wikipedia": "George A. Bartlett", "house_history": 9035, "wikidata": "Q1506779", "google_entity_id": "kg:/m/02730jb"}, "name": {"first": "George", "middle": "Arthur", "last": "Bartlett"}, "bio": {"birthday": "1869-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NV", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "B000378", "govtrack": 401370, "icpsr": 640, "wikipedia": "Joseph B. Bennett", "house_history": 9267, "wikidata": "Q1706551", "google_entity_id": "kg:/m/02rjwbd"}, "name": {"first": "Joseph", "middle": "Bentley", "last": "Bennett"}, "bio": {"birthday": "1859-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "B000672", "govtrack": 401634, "icpsr": 887, "house_history": 9653, "wikipedia": "Henry Sherman Boutell", "wikidata": "Q5728270", "google_entity_id": "kg:/m/06r6kl"}, "name": {"first": "Henry", "middle": "Sherman", "last": "Boutell"}, "bio": {"birthday": "1856-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "B000689", "govtrack": 401651, "icpsr": 903, "wikipedia": "Eaton J. Bowers", "house_history": 9674, "wikidata": "Q1278417", "google_entity_id": "kg:/m/02rtng_"}, "name": {"first": "Eaton", "middle": "Jackson", "last": "Bowers"}, "bio": {"birthday": "1865-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MS", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000749", "govtrack": 401708, "icpsr": 960, "wikipedia": "William O'Connell Bradley", "wikidata": "Q880992", "google_entity_id": "kg:/m/09wc8g"}, "name": {"first": "William", "middle": "O'Connell", "last": "Bradley"}, "bio": {"birthday": "1847-03-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "KY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000844", "govtrack": 401801, "icpsr": 1046, "wikipedia": "Joseph L. Bristow", "wikidata": "Q1707449", "google_entity_id": "kg:/m/0b_zpr"}, "name": {"first": "Joseph", "middle": "Little", "last": "Bristow"}, "bio": {"birthday": "1861-07-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "KS", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000962", "govtrack": 401914, "icpsr": 1150, "wikipedia": "Walter P. Brownlow", "house_history": 10020, "wikidata": "Q1799966", "google_entity_id": "kg:/m/0dgcrl"}, "name": {"first": "Walter", "middle": "Preston", "last": "Brownlow"}, "bio": {"birthday": "1851-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001207", "govtrack": 402147, "icpsr": 1364, "wikipedia": "Adam M. Byrd", "house_history": 10328, "wikidata": "Q350350", "google_entity_id": "kg:/m/02rtnbw"}, "name": {"first": "Adam", "middle": "Monroe", "last": "Byrd"}, "bio": {"birthday": "1859-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MS", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000026", "govtrack": 402187, "icpsr": 1400, "wikipedia": "William A. Calderhead", "house_history": 10475, "wikidata": "Q1281241", "google_entity_id": "kg:/m/02rm95g"}, "name": {"first": "William", "middle": "Alexander", "last": "Calderhead"}, "bio": {"gender": "M", "birthday": "1844-09-26"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KS", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000135", "govtrack": 402285, "icpsr": 1495, "wikipedia": "Adin B. Capron", "house_history": 10618, "wikidata": "Q357297", "google_entity_id": "kg:/m/02rgtzb"}, "name": {"first": "Adin", "middle": "Ballou", "last": "Capron"}, "bio": {"birthday": "1841-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "RI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000238", "govtrack": 402383, "icpsr": 1587, "wikipedia": "James H. Cassidy", "house_history": 10753, "wikidata": "Q1646067", "google_entity_id": "kg:/m/02rm1b3"}, "name": {"first": "James", "middle": "Henry", "last": "Cassidy"}, "bio": {"birthday": "1869-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "C000315", "govtrack": 402457, "icpsr": 1657, "wikipedia": "Pleasant T. Chapman", "house_history": 10849, "wikidata": "Q7203978", "google_entity_id": "kg:/m/02rkcc9"}, "name": {"first": "Pleasant", "middle": "Thomas", "last": "Chapman"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 24, "party": "Republican"}], "bio": {"birthday": "1854-10-08", "gender": "M"}}, {"id": {"bioguide": "C000478", "govtrack": 402616, "icpsr": 1806, "wikipedia": "Alexander S. Clay", "wikidata": "Q1320724", "google_entity_id": "kg:/m/0cr9yp"}, "name": {"first": "Alexander", "middle": "Stephens", "last": "Clay"}, "bio": {"birthday": "1853-09-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "GA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "GA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1909-03-15", "end": "1911-03-03", "state": "GA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000578", "govtrack": 402707, "icpsr": 1894, "wikipedia": "William W. Cocks", "house_history": 11173, "wikidata": "Q2580890", "google_entity_id": "kg:/m/026k8y_"}, "name": {"first": "William", "middle": "Willets", "last": "Cocks"}, "bio": {"birthday": "1861-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000612", "govtrack": 402741, "icpsr": 1926, "wikipedia": "Ralph D. Cole", "house_history": 11216, "wikidata": "Q7287387", "google_entity_id": "kg:/m/02rm2s6"}, "name": {"first": "Ralph", "middle": "Dayton", "last": "Cole"}, "bio": {"birthday": "1873-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "C000718", "govtrack": 402841, "icpsr": 2017, "wikipedia": "Joel Cook", "house_history": 11352, "wikidata": "Q6213331", "google_entity_id": "kg:/m/0dhk56"}, "name": {"first": "Joel", "last": "Cook"}, "bio": {"birthday": "1842-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000745", "govtrack": 402866, "icpsr": 2040, "house_history": 11387, "wikipedia": "Allen Foster Cooper", "wikidata": "Q4731651", "google_entity_id": "kg:/m/0gds5g"}, "name": {"first": "Allen", "middle": "Foster", "last": "Cooper"}, "bio": {"birthday": "1862-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "C000805", "govtrack": 402924, "icpsr": 2090, "wikipedia": "Harry M. Coudrey", "house_history": 11464, "wikidata": "Q1586656", "google_entity_id": "kg:/m/02rz6j3"}, "name": {"first": "Harry", "middle": "Marcy", "last": "Coudrey"}, "bio": {"birthday": "1867-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "C000826", "govtrack": 402944, "icpsr": 2107, "house_history": 11490, "wikipedia": "Charles H. Cowles", "wikidata": "Q983787", "google_entity_id": "kg:/m/027pd6l"}, "name": {"first": "Charles", "middle": "Holden", "last": "Cowles"}, "bio": {"birthday": "1875-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NC", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "C000861", "govtrack": 402976, "icpsr": 2137, "wikipedia": "William Benjamin Craig", "house_history": 11533, "wikidata": "Q2807933", "google_entity_id": "kg:/m/02rk2c7"}, "name": {"first": "William", "middle": "Benjamin", "last": "Craig"}, "bio": {"birthday": "1877-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000888", "govtrack": 403000, "icpsr": 2158, "wikipedia": "Coe I. Crawford", "wikidata": "Q888173", "google_entity_id": "kg:/m/0bg8mh"}, "name": {"first": "Coe", "middle": "Isaac", "last": "Crawford"}, "bio": {"birthday": "1858-01-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "SD", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000897", "govtrack": 403009, "icpsr": 2167, "wikipedia": "Charles E. Creager", "house_history": 11577, "wikidata": "Q1064201", "google_entity_id": "kg:/m/02rsjhw"}, "name": {"first": "Charles", "middle": "Edward", "last": "Creager"}, "bio": {"birthday": "1873-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OK", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000937", "govtrack": 403049, "icpsr": 2204, "wikipedia": "Charles A. Crow", "house_history": 11625, "wikidata": "Q1063465", "google_entity_id": "kg:/m/02rz5kt"}, "name": {"first": "Charles", "middle": "Augustus", "last": "Crow"}, "bio": {"gender": "M", "birthday": "1873-03-31"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "C001018", "govtrack": 403125, "icpsr": 2279, "wikipedia": "Francis W. Cushman", "house_history": 11725, "wikidata": "Q1441771", "google_entity_id": "kg:/m/02rmmxd"}, "name": {"first": "Francis", "middle": "Wellington", "last": "Cushman"}, "bio": {"birthday": "1867-05-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000150", "govtrack": 403283, "icpsr": 2425, "wikipedia": "Albert F. Dawson", "house_history": 12018, "wikidata": "Q2637869", "google_entity_id": "kg:/m/02rk71t"}, "name": {"first": "Albert", "middle": "Foster", "last": "Dawson"}, "bio": {"birthday": "1872-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000167", "govtrack": 403299, "icpsr": 2453, "wikipedia": "David A. De Armond", "house_history": 12041, "wikidata": "Q1173500", "google_entity_id": "kg:/m/02rxb2l"}, "name": {"first": "David", "middle": "Albaugh", "last": "De Armond"}, "bio": {"birthday": "1844-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MO", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "D000232", "govtrack": 403370, "icpsr": 2493, "house_history": 12119, "wikipedia": "Edwin Denby (politician)", "wikidata": "Q962646", "google_entity_id": "kg:/m/032d7y"}, "name": {"first": "Edwin", "last": "Denby"}, "bio": {"birthday": "1870-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000336", "govtrack": 403454, "icpsr": 2586, "wikipedia": "Gerrit J. Diekema", "house_history": 12244, "wikidata": "Q547643", "google_entity_id": "kg:/m/026s46d"}, "name": {"first": "Gerrit", "middle": "John", "last": "Diekema"}, "bio": {"birthday": "1859-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MI", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "D000449", "govtrack": 403559, "icpsr": 2685, "wikipedia": "Albert Douglas", "house_history": 12392, "wikidata": "Q4710044", "google_entity_id": "kg:/m/02rlzmt"}, "name": {"first": "Albert", "last": "Douglas"}, "bio": {"birthday": "1852-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "D000567", "govtrack": 403670, "icpsr": 2787, "wikipedia": "Cyrus Durey", "house_history": 12532, "wikidata": "Q5201084", "google_entity_id": "kg:/m/02rkngg"}, "name": {"first": "Cyrus", "last": "Durey"}, "bio": {"birthday": "1864-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "E000065", "govtrack": 403758, "icpsr": 2862, "wikipedia": "Don C. Edwards", "house_history": 12680, "wikidata": "Q1238994", "google_entity_id": "kg:/m/02rhf4s"}, "name": {"first": "Don", "middle": "Calvin", "last": "Edwards"}, "bio": {"birthday": "1861-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KY", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "E000138", "govtrack": 403829, "icpsr": 2927, "house_history": 12765, "wikipedia": "William R. Ellis", "wikidata": "Q2580310", "google_entity_id": "kg:/m/02r9jt8"}, "name": {"first": "William", "middle": "Russell", "last": "Ellis"}, "bio": {"birthday": "1850-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OR", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "E000163", "govtrack": 403854, "icpsr": 2951, "wikipedia": "Politte Elvins", "house_history": 12793, "wikidata": "Q1391625", "google_entity_id": "kg:/m/02rz7tc"}, "name": {"first": "Politte", "last": "Elvins"}, "bio": {"birthday": "1878-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "E000183", "govtrack": 403872, "icpsr": 2967, "wikipedia": "William F. Englebright", "house_history": 12820, "wikidata": "Q2578721", "google_entity_id": "kg:/m/02rj_gs"}, "name": {"first": "William", "middle": "Fellows", "last": "Englebright"}, "bio": {"birthday": "1855-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000042", "govtrack": 404003, "icpsr": 3079, "wikipedia": "Jacob Sloat Fassett", "house_history": 13016, "wikidata": "Q6119280", "google_entity_id": "kg:/m/07kyt7"}, "name": {"first": "Jacob", "middle": "Sloat", "last": "Fassett"}, "bio": {"birthday": "1853-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 33, "party": "Republican"}]}, {"id": {"bioguide": "F000139", "govtrack": 404095, "icpsr": 3161, "wikipedia": "Hamilton Fish II", "house_history": 13146, "wikidata": "Q1228083", "google_entity_id": "kg:/m/09gwtl"}, "name": {"first": "Hamilton", "last": "Fish"}, "bio": {"birthday": "1849-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "F000231", "govtrack": 404186, "icpsr": 3244, "wikipedia": "Otto G. Foelker", "house_history": 13262, "wikidata": "Q404685", "google_entity_id": "kg:/m/02rkv7d"}, "name": {"first": "Otto", "middle": "Godfrey", "last": "Foelker"}, "bio": {"birthday": "1875-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000293", "govtrack": 404243, "icpsr": 3295, "wikipedia": "Eugene Foss", "house_history": 13340, "wikidata": "Q440647", "google_entity_id": "kg:/m/0b__86"}, "name": {"first": "Eugene", "middle": "Noble", "last": "Foss"}, "bio": {"birthday": "1858-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "F000318", "govtrack": 404267, "icpsr": 3320, "house_history": 13372, "wikipedia": "William Walker Foulkrod", "wikidata": "Q8019915", "google_entity_id": "kg:/m/0g7s2c"}, "name": {"first": "William", "middle": "Walker", "last": "Foulkrod"}, "bio": {"birthday": "1846-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "F000320", "govtrack": 404269, "icpsr": 3322, "wikipedia": "Charles N. Fowler", "house_history": 13376, "wikidata": "Q1065601", "google_entity_id": "kg:/m/02x181s"}, "name": {"first": "Charles", "middle": "Newell", "last": "Fowler"}, "bio": {"birthday": "1852-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NJ", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "G000008", "govtrack": 404385, "icpsr": 3426, "wikipedia": "Joseph H. Gaines", "house_history": 13576, "wikidata": "Q1707156", "google_entity_id": "kg:/m/02vp0jd"}, "name": {"first": "Joseph", "middle": "Holt", "last": "Gaines"}, "bio": {"birthday": "1864-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WV", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WV", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WV", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WV", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WV", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000062", "govtrack": 404435, "icpsr": 3472, "wikipedia": "Washington Gardner", "house_history": 7705, "wikidata": "Q972686", "google_entity_id": "kg:/m/027z0py"}, "name": {"first": "Washington", "last": "Gardner"}, "bio": {"birthday": "1845-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000073", "govtrack": 404445, "icpsr": 3481, "house_history": 13653, "wikipedia": "Alfred Buckwalter Garner", "wikidata": "Q4722382", "google_entity_id": "kg:/m/0g1f2h"}, "name": {"first": "Alfred", "middle": "Buckwalter", "last": "Garner"}, "bio": {"birthday": "1873-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "G000188", "govtrack": 404553, "icpsr": 3587, "wikipedia": "John Gill, Jr.", "house_history": 13803, "wikidata": "Q1534059", "google_entity_id": "kg:/m/02rhk40"}, "name": {"first": "John", "last": "Gill", "suffix": "Jr."}, "bio": {"birthday": "1850-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000198", "govtrack": 404562, "icpsr": 3596, "wikipedia": "Oscar W. Gillespie", "house_history": 13815, "wikidata": "Q1779671", "google_entity_id": "kg:/m/02rvb13"}, "name": {"first": "Oscar", "middle": "William", "last": "Gillespie"}, "bio": {"birthday": "1858-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "G000223", "govtrack": 404585, "icpsr": 3618, "wikipedia": "Samuel Louis Gilmore", "house_history": 13847, "wikidata": "Q263109", "google_entity_id": "kg:/m/02rv9c2"}, "name": {"first": "Samuel", "middle": "Louis", "last": "Gilmore"}, "bio": {"birthday": "1859-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "LA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000251", "govtrack": 404613, "icpsr": 3642, "wikipedia": "Herman P. Goebel", "house_history": 13880, "wikidata": "Q194745", "google_entity_id": "kg:/m/02rm115"}, "name": {"first": "Herman", "middle": "Philip", "last": "Goebel"}, "bio": {"birthday": "1853-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000312", "govtrack": 404670, "icpsr": 3696, "wikipedia": "James Gordon (Mississippi)", "wikidata": "Q1680464", "google_entity_id": "kg:/m/0914fy"}, "name": {"first": "James", "last": "Gordon"}, "bio": {"birthday": "1833-12-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1909-03-15", "end": "1911-03-03", "state": "MS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000351", "govtrack": 404707, "icpsr": 3730, "wikipedia": "Joseph V. Graff", "house_history": 14004, "wikidata": "Q6287555", "google_entity_id": "kg:/m/02rkbvt"}, "name": {"first": "Joseph", "middle": "Verdi", "last": "Graff"}, "bio": {"birthday": "1854-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "G000363", "govtrack": 404717, "icpsr": 3740, "wikipedia": "William Harrison Graham", "house_history": 14020, "wikidata": "Q8010947", "google_entity_id": "kg:/m/0gfngw"}, "name": {"first": "William", "middle": "Harrison", "last": "Graham"}, "bio": {"birthday": "1844-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "G000383", "govtrack": 404734, "icpsr": 3755, "house_history": 14045, "wikipedia": "John Gaston Grant", "wikidata": "Q1700178", "google_entity_id": "kg:/m/07j6cp"}, "name": {"first": "John", "middle": "Gaston", "last": "Grant"}, "bio": {"birthday": "1858-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NC", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "G000473", "govtrack": 404818, "icpsr": 3832, "wikipedia": "James M. Griggs", "house_history": 14163, "wikidata": "Q1530417", "google_entity_id": "kg:/m/02rk0xv"}, "name": {"first": "James", "middle": "Mathews", "last": "Griggs"}, "bio": {"birthday": "1861-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "GA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000098", "govtrack": 404980, "icpsr": 3979, "wikipedia": "Thomas Ray Hamer", "house_history": 14407, "wikidata": "Q1450919", "google_entity_id": "kg:/m/0d3ht6"}, "name": {"first": "Thomas", "middle": "Ray", "last": "Hamer"}, "bio": {"birthday": "1864-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "ID", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000358", "govtrack": 405227, "icpsr": 4203, "house_history": 14722, "wikipedia": "James S. Havens", "wikidata": "Q6142642", "google_entity_id": "kg:/m/03b_ygb"}, "name": {"first": "James", "middle": "Smith", "last": "Havens"}, "bio": {"birthday": "1859-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 32, "party": "Democrat"}]}, {"id": {"bioguide": "H000554", "govtrack": 405416, "icpsr": 4377, "wikipedia": "Weldon Brinton Heyburn", "wikidata": "Q2557493", "google_entity_id": "kg:/m/0bhymc"}, "name": {"first": "Weldon", "middle": "Brinton", "last": "Heyburn"}, "bio": {"birthday": "1852-05-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "ID", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1909-03-15", "end": "1913-03-03", "state": "ID", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000639", "govtrack": 405494, "icpsr": 4449, "wikipedia": "Edmund H. Hinshaw", "house_history": 15074, "wikidata": "Q1286382", "google_entity_id": "kg:/m/09yvfj"}, "name": {"first": "Edmund", "middle": "Howard", "last": "Hinshaw"}, "bio": {"birthday": "1860-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NE", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000848", "govtrack": 405695, "icpsr": 4635, "wikipedia": "William Marcellus Howard", "house_history": 15335, "wikidata": "Q2579863", "google_entity_id": "kg:/m/0gkc2w"}, "name": {"first": "William", "middle": "Marcellus", "last": "Howard"}, "bio": {"birthday": "1857-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000857", "govtrack": 405704, "icpsr": 4643, "wikipedia": "Benjamin Franklin Howell", "house_history": 15346, "wikidata": "Q817487", "google_entity_id": "kg:/m/02vn_c8"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Howell"}, "bio": {"birthday": "1844-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NJ", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000891", "govtrack": 405737, "icpsr": 4675, "house_history": 15386, "wikipedia": "William Pallister Hubbard", "wikidata": "Q2580195", "google_entity_id": "kg:/m/03c05s4"}, "name": {"first": "William", "middle": "Pallister", "last": "Hubbard"}, "bio": {"birthday": "1843-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WV", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000911", "govtrack": 405757, "icpsr": 4691, "house_history": 15411, "wikipedia": "George Franklin Huff", "wikidata": "Q5539426", "google_entity_id": "kg:/m/0g6z53"}, "name": {"first": "George", "middle": "Franklin", "last": "Huff"}, "bio": {"birthday": "1842-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "H000919", "govtrack": 405764, "icpsr": 4698, "wikipedia": "Charles J. Hughes Jr.", "wikidata": "Q1064997", "google_entity_id": "kg:/m/0b9yhl"}, "name": {"first": "Charles", "middle": "James", "last": "Hughes", "suffix": "Jr."}, "bio": {"birthday": "1853-02-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1909-03-15", "end": "1911-12-31", "state": "CO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000942", "govtrack": 405787, "icpsr": 4719, "wikipedia": "John A. T. Hull", "house_history": 15448, "wikidata": "Q1648740", "google_entity_id": "kg:/m/02rk7r3"}, "name": {"first": "John", "middle": "Albert Tiffin", "last": "Hull"}, "bio": {"birthday": "1841-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "J000055", "govtrack": 405960, "icpsr": 4889, "wikipedia": "William Darius Jamieson", "house_history": 15759, "wikidata": "Q1270322", "google_entity_id": "kg:/m/02rk8bc"}, "name": {"first": "William", "middle": "Darius", "last": "Jamieson"}, "bio": {"birthday": "1873-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "J000113", "govtrack": 406014, "icpsr": 4938, "wikipedia": "Adna R. Johnson", "house_history": 15834, "wikidata": "Q4683838", "google_entity_id": "kg:/m/02rlzls"}, "name": {"first": "Adna", "middle": "Romulus", "last": "Johnson"}, "bio": {"birthday": "1860-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "J000162", "govtrack": 406060, "icpsr": 4981, "wikipedia": "Martin N. Johnson", "house_history": 15899, "wikidata": "Q1904638", "google_entity_id": "kg:/m/0cvzx4"}, "name": {"first": "Martin", "middle": "Nelson", "last": "Johnson"}, "bio": {"birthday": "1850-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1909-03-15", "end": "1909-12-31", "state": "ND", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "J000193", "govtrack": 406088, "icpsr": 5007, "wikipedia": "Joseph F. Johnston", "wikidata": "Q888611", "google_entity_id": "kg:/m/03g2lf"}, "name": {"first": "Joseph", "middle": "Forney", "last": "Johnston"}, "bio": {"birthday": "1843-03-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1907-12-02", "end": "1909-03-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1909-03-15", "end": "1913-12-31", "state": "AL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000276", "govtrack": 406168, "icpsr": 5081, "wikipedia": "James Joyce (congressman)", "house_history": 16045, "wikidata": "Q6137022", "google_entity_id": "kg:/m/02rm1cv"}, "name": {"first": "James", "last": "Joyce"}, "bio": {"birthday": "1870-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "K000048", "govtrack": 406218, "icpsr": 5126, "house_history": 16140, "wikipedia": "J. Warren Keifer", "wikidata": "Q465829", "google_entity_id": "kg:/m/047n_r"}, "name": {"first": "Joseph", "middle": "Warren", "last": "Keifer"}, "bio": {"birthday": "1836-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "K000055", "govtrack": 406225, "icpsr": 5133, "house_history": 16149, "wikipedia": "John A. Keliher", "wikidata": "Q1699064", "google_entity_id": "kg:/m/027tcb8"}, "name": {"first": "John", "middle": "Austin", "last": "Keliher"}, "bio": {"birthday": "1866-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "K000106", "govtrack": 406273, "icpsr": 5179, "wikipedia": "James Kennedy (congressman)", "house_history": 16210, "wikidata": "Q591032", "google_entity_id": "kg:/m/02rm1d5"}, "name": {"first": "James", "last": "Kennedy"}, "bio": {"birthday": "1853-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "K000279", "govtrack": 406436, "icpsr": 5331, "wikipedia": "Charles L. Knapp", "house_history": 16430, "wikidata": "Q5079957", "google_entity_id": "kg:/m/02rkn6k"}, "name": {"first": "Charles", "middle": "Luman", "last": "Knapp"}, "bio": {"gender": "M", "birthday": "1847-07-04"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "K000331", "govtrack": 406485, "icpsr": 5369, "wikipedia": "John Kronmiller", "house_history": 16499, "wikidata": "Q1156344", "google_entity_id": "kg:/m/02qzrkd"}, "name": {"first": "John", "last": "Kronmiller"}, "bio": {"birthday": "1858-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MD", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "K000346", "govtrack": 406499, "icpsr": 5381, "wikipedia": "Gustav K\u00fcstermann", "house_history": 16520, "wikidata": "Q214715", "google_entity_id": "kg:/m/027ms22"}, "name": {"first": "Gustav", "last": "K\u00fcstermann"}, "bio": {"birthday": "1850-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WI", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "L000102", "govtrack": 406609, "wikipedia": "Tulio Larrinaga", "house_history": 16721, "wikidata": "Q1287691", "google_entity_id": "kg:/m/02rk0f0"}, "name": {"first": "Tulio", "last": "Larrinaga"}, "bio": {"birthday": "1847-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PR", "district": 0, "party": "Unionist"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PR", "district": 0, "party": "Unionist"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PR", "district": 0, "party": "Unionist"}]}, {"id": {"bioguide": "L000106", "govtrack": 406613, "icpsr": 5486, "wikipedia": "Francis R. Lassiter", "house_history": 16728, "wikidata": "Q1441703", "google_entity_id": "kg:/m/02vp0gp"}, "name": {"first": "Francis", "middle": "Rives", "last": "Lassiter"}, "bio": {"birthday": "1866-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "VA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "L000124", "govtrack": 406629, "icpsr": 5501, "wikipedia": "Charles B. Law", "house_history": 16753, "wikidata": "Q657257", "google_entity_id": "kg:/m/02rkmrf"}, "name": {"first": "Charles", "middle": "Blakeslee", "last": "Law"}, "bio": {"birthday": "1872-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "L000361", "govtrack": 406853, "icpsr": 5710, "wikipedia": "Robert M. Lively", "house_history": 17043, "wikidata": "Q1726111", "google_entity_id": "kg:/m/03c2zpp"}, "name": {"first": "Robert", "middle": "Maclin", "last": "Lively"}, "bio": {"birthday": "1855-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000368", "govtrack": 406860, "icpsr": 5717, "wikipedia": "Leonidas F. Livingston", "house_history": 17053, "wikidata": "Q1819437", "google_entity_id": "kg:/m/02rk10m"}, "name": {"first": "Leonidas", "middle": "Felix", "last": "Livingston"}, "bio": {"birthday": "1832-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "L000444", "govtrack": 406935, "icpsr": 5781, "house_history": 17146, "wikipedia": "William Lorimer (politician)", "wikidata": "Q503337", "google_entity_id": "kg:/m/087jyj"}, "name": {"first": "William", "last": "Lorimer"}, "bio": {"birthday": "1861-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1909-03-15", "end": "1913-03-03", "state": "IL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000465", "govtrack": 406954, "icpsr": 5800, "wikipedia": "William C. Lovering", "house_history": 17175, "wikidata": "Q1310606", "google_entity_id": "kg:/m/02rj_8x"}, "name": {"first": "William", "middle": "Croad", "last": "Lovering"}, "bio": {"birthday": "1835-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "L000472", "govtrack": 406961, "icpsr": 5807, "wikipedia": "Frank Orren Lowden", "house_history": 17183, "wikidata": "Q584973", "google_entity_id": "kg:/m/038n70"}, "name": {"first": "Frank", "middle": "Orren", "last": "Lowden"}, "bio": {"birthday": "1861-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "L000515", "govtrack": 407001, "icpsr": 5840, "wikipedia": "Frederick Lundin", "house_history": 17235, "wikidata": "Q5498322", "google_entity_id": "kg:/m/02rkz6p"}, "name": {"first": "Frederick", "last": "Lundin"}, "bio": {"birthday": "1868-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000230", "govtrack": 407248, "icpsr": 6067, "wikipedia": "Zachary D. Massey", "house_history": 17607, "wikidata": "Q139603", "google_entity_id": "kg:/m/0dlksl"}, "name": {"first": "Zachary", "middle": "David", "last": "Massey"}, "bio": {"birthday": "1864-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000283", "govtrack": 407300, "icpsr": 6111, "wikipedia": "Harry L. Maynard", "house_history": 17672, "wikidata": "Q1586615", "google_entity_id": "kg:/m/02x405t"}, "name": {"first": "Harry", "middle": "Lee", "last": "Maynard"}, "bio": {"birthday": "1861-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000384", "govtrack": 407386, "icpsr": 6196, "wikipedia": "William Wallace McCredie", "house_history": 17804, "wikidata": "Q1794126", "google_entity_id": "kg:/m/02rmn1x"}, "name": {"first": "William", "middle": "Wallace", "last": "McCredie"}, "bio": {"birthday": "1862-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000429", "govtrack": 407429, "icpsr": 6235, "wikipedia": "Samuel D. McEnery", "wikidata": "Q669518", "google_entity_id": "kg:/m/050dwb"}, "name": {"first": "Samuel", "middle": "Douglas", "last": "McEnery"}, "bio": {"birthday": "1837-05-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "LA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "LA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1909-03-15", "end": "1911-03-03", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000518", "govtrack": 407512, "icpsr": 6309, "wikipedia": "Duncan E. McKinlay", "house_history": 17973, "wikidata": "Q1265374", "google_entity_id": "kg:/m/02rhfbm"}, "name": {"first": "Duncan", "middle": "E.", "last": "McKinlay"}, "bio": {"birthday": "1862-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000532", "govtrack": 407524, "icpsr": 6320, "wikipedia": "James McLachlan (American politician)", "house_history": 17993, "wikidata": "Q1680800", "google_entity_id": "kg:/m/02rhjbl"}, "name": {"first": "James", "last": "McLachlan"}, "bio": {"birthday": "1852-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000733", "govtrack": 407712, "icpsr": 6488, "wikipedia": "James Monroe Miller", "house_history": 18248, "wikidata": "Q1680849", "google_entity_id": "kg:/m/02rm9wt"}, "name": {"first": "James", "middle": "Monroe", "last": "Miller"}, "bio": {"birthday": "1852-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KS", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000772", "govtrack": 407750, "icpsr": 6526, "wikipedia": "Charles S. Millington", "house_history": 18295, "wikidata": "Q5082277", "google_entity_id": "kg:/m/02rkn9n"}, "name": {"first": "Charles", "middle": "Stephen", "last": "Millington"}, "bio": {"birthday": "1855-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "M000940", "govtrack": 407909, "icpsr": 6669, "house_history": 18511, "wikipedia": "John Motley Morehead II", "wikidata": "Q1700922", "google_entity_id": "kg:/m/02p268g"}, "name": {"first": "John", "middle": "Motley", "last": "Morehead"}, "bio": {"birthday": "1866-07-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NC", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M000944", "govtrack": 407912, "icpsr": 6672, "wikipedia": "Charles Henry Morgan", "house_history": 18516, "wikidata": "Q1064811", "google_entity_id": "kg:/m/02rxcv9"}, "name": {"first": "Charles", "middle": "Henry", "last": "Morgan"}, "bio": {"birthday": "1842-07-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MO", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "M001053", "govtrack": 408020, "icpsr": 6773, "wikipedia": "William Moxley", "house_history": 18643, "wikidata": "Q13218861", "google_entity_id": "kg:/m/07c42q"}, "name": {"first": "William", "middle": "James", "last": "Moxley"}, "bio": {"birthday": "1851-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M001059", "govtrack": 408025, "icpsr": 6777, "wikipedia": "Sydney Emanuel Mudd I", "house_history": 18651, "wikidata": "Q1862731", "google_entity_id": "kg:/m/0f0p1c"}, "name": {"first": "Sydney", "middle": "Emanuel", "last": "Mudd"}, "bio": {"birthday": "1858-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MD", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M001087", "govtrack": 408051, "icpsr": 6804, "wikipedia": "Arthur P. Murphy", "house_history": 18686, "wikidata": "Q710910", "google_entity_id": "kg:/m/02rz5gc"}, "name": {"first": "Arthur", "middle": "Phillips", "last": "Murphy"}, "bio": {"birthday": "1870-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "N000089", "govtrack": 408174, "icpsr": 6916, "house_history": 18943, "wikipedia": "Thomas David Nicholls", "wikidata": "Q7788865", "google_entity_id": "kg:/m/0gdp5_"}, "name": {"first": "Thomas", "middle": "David", "last": "Nicholls"}, "bio": {"birthday": "1870-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "O000026", "govtrack": 408274, "icpsr": 7014, "wikipedia": "Joseph F. O'Connell", "house_history": 19101, "wikidata": "Q1706954", "google_entity_id": "kg:/m/02rjwf4"}, "name": {"first": "Joseph", "middle": "Francis", "last": "O'Connell"}, "bio": {"birthday": "1872-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "O000020", "govtrack": 408318, "house_history": 19093, "wikipedia": "Pablo Ocampo", "wikidata": "Q1944880", "google_entity_id": "kg:/m/0cdxsp"}, "name": {"first": "Pablo", "last": "Ocampo"}, "bio": {"birthday": "1853-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PI", "district": -1}]}, {"id": {"bioguide": "O000059", "govtrack": 408334, "icpsr": 7047, "wikipedia": "J. Van Vechten Olcott", "house_history": 19141, "wikidata": "Q2815180", "google_entity_id": "kg:/m/02rkr05"}, "name": {"first": "Jacob", "middle": "Van Vechten", "last": "Olcott"}, "bio": {"birthday": "1856-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "P000040", "govtrack": 408450, "icpsr": 7177, "house_history": 19328, "wikipedia": "Henry Wilbur Palmer", "wikidata": "Q5730150", "google_entity_id": "kg:/m/0g1gmd"}, "name": {"first": "Henry", "middle": "Wilbur", "last": "Palmer"}, "bio": {"birthday": "1839-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "P000088", "govtrack": 408498, "icpsr": 7220, "wikipedia": "Herbert Parsons", "house_history": 19381, "wikidata": "Q2597856", "google_entity_id": "kg:/m/02rkzb3"}, "name": {"first": "Herbert", "last": "Parsons"}, "bio": {"birthday": "1869-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "P000118", "govtrack": 408526, "icpsr": 7244, "wikipedia": "James O'H. Patterson", "house_history": 19420, "wikidata": "Q1680932", "google_entity_id": "kg:/m/02w19n6"}, "name": {"first": "James", "middle": "O'Hanlon", "last": "Patterson"}, "bio": {"birthday": "1857-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "SC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000163", "govtrack": 408568, "icpsr": 7284, "wikipedia": "George Alexander Pearre", "house_history": 19479, "wikidata": "Q639690", "google_entity_id": "kg:/m/0dz6_9"}, "name": {"first": "George", "middle": "Alexander", "last": "Pearre"}, "bio": {"birthday": "1860-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MD", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "P000232", "govtrack": 408635, "icpsr": 7345, "wikipedia": "George Clement Perkins", "wikidata": "Q881061", "google_entity_id": "kg:/m/03km7s"}, "name": {"first": "George", "middle": "Clement", "last": "Perkins"}, "bio": {"birthday": "1839-08-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1893-08-07", "end": "1897-03-03", "state": "CA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "CA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "CA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "CA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000234", "govtrack": 408637, "icpsr": 7347, "wikipedia": "James Breck Perkins", "house_history": 19570, "wikidata": "Q6130190", "google_entity_id": "kg:/m/0d9dyt"}, "name": {"first": "James", "middle": "Breck", "last": "Perkins"}, "bio": {"birthday": "1847-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "P000496", "govtrack": 408881, "icpsr": 7586, "house_history": 19893, "wikipedia": "Charles Clarence Pratt", "wikidata": "Q5076285", "google_entity_id": "kg:/m/0g7wr2"}, "name": {"first": "Charles", "middle": "Clarence", "last": "Pratt"}, "bio": {"birthday": "1854-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "R000131", "govtrack": 409110, "icpsr": 7798, "wikipedia": "William Augustus Reeder", "house_history": 20244, "wikidata": "Q2577745", "google_entity_id": "kg:/m/02rmb08"}, "name": {"first": "William", "middle": "Augustus", "last": "Reeder"}, "bio": {"birthday": "1849-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KS", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "R000142", "govtrack": 409120, "icpsr": 7807, "wikipedia": "Charles C. Reid", "house_history": 20259, "wikidata": "Q1063881", "google_entity_id": "kg:/m/02rhd3f"}, "name": {"first": "Charles", "middle": "Chester", "last": "Reid"}, "bio": {"birthday": "1868-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AR", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000176", "govtrack": 409152, "icpsr": 7834, "house_history": 20304, "wikipedia": "John Merriman Reynolds", "wikidata": "Q6248545", "google_entity_id": "kg:/m/03lqn9"}, "name": {"first": "John", "middle": "Merriman", "last": "Reynolds"}, "bio": {"birthday": "1848-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "R000185", "govtrack": 409161, "icpsr": 7842, "wikipedia": "Joseph L. Rhinock", "house_history": 20315, "wikidata": "Q1707456", "google_entity_id": "kg:/m/02rjwhk"}, "name": {"first": "Joseph", "middle": "Lafayette", "last": "Rhinock"}, "bio": {"birthday": "1863-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "R000430", "govtrack": 409395, "icpsr": 8055, "wikipedia": "Elihu Root", "wikidata": "Q220619", "google_entity_id": "kg:/m/01q6f9"}, "name": {"first": "Elihu", "last": "Root"}, "bio": {"birthday": "1845-02-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "NY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000526", "govtrack": 409484, "icpsr": 8128, "wikipedia": "Gordon J. Russell", "house_history": 20735, "wikidata": "Q1277272", "google_entity_id": "kg:/m/02rv9xm"}, "name": {"first": "Gordon", "middle": "James", "last": "Russell"}, "bio": {"birthday": "1859-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000166", "govtrack": 409673, "icpsr": 8293, "wikipedia": "Charles Frederick Scott", "house_history": 21348, "wikidata": "Q1064445", "google_entity_id": "kg:/m/02rmb1_"}, "name": {"first": "Charles", "middle": "Frederick", "last": "Scott"}, "bio": {"birthday": "1860-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KS", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KS", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KS", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KS", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000318", "govtrack": 409817, "icpsr": 8430, "wikipedia": "William Paine Sheffield, Jr.", "house_history": 21530, "wikidata": "Q2580204", "google_entity_id": "kg:/m/0d4xdy"}, "name": {"first": "William", "middle": "Paine", "last": "Sheffield"}, "bio": {"birthday": "1857-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "RI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000650", "govtrack": 410124, "icpsr": 8719, "wikipedia": "Howard M. Snapp", "house_history": 21935, "wikidata": "Q13218881", "google_entity_id": "kg:/m/02rk9zm"}, "name": {"first": "Howard", "middle": "Malcolm", "last": "Snapp"}, "bio": {"birthday": "1855-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "S000691", "govtrack": 410162, "icpsr": 8754, "wikipedia": "George N. Southwick", "house_history": 21992, "wikidata": "Q5542769", "google_entity_id": "kg:/m/02rkpnv"}, "name": {"first": "George", "middle": "Newell", "last": "Southwick"}, "bio": {"birthday": "1863-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "S000733", "govtrack": 410202, "icpsr": 8793, "wikipedia": "Nehemiah D. Sperry", "house_history": 22043, "wikidata": "Q1974500", "google_entity_id": "kg:/m/02rjxk7"}, "name": {"first": "Nehemiah", "middle": "Day", "last": "Sperry"}, "bio": {"birthday": "1827-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000734", "govtrack": 410203, "icpsr": 8794, "wikipedia": "Thomas Spight", "house_history": 22045, "wikidata": "Q239380", "google_entity_id": "kg:/m/02rtnbj"}, "name": {"first": "Thomas", "last": "Spight"}, "bio": {"birthday": "1841-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000863", "govtrack": 410325, "icpsr": 8893, "wikipedia": "Isaac Stephenson", "house_history": 22207, "wikidata": "Q666270", "google_entity_id": "kg:/m/0b8bnh"}, "name": {"first": "Isaac", "last": "Stephenson"}, "bio": {"birthday": "1829-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "sen", "start": "1907-12-02", "end": "1909-03-03", "state": "WI", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "WI", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S001049", "govtrack": 410503, "icpsr": 9064, "wikipedia": "George Cookman Sturgiss", "house_history": 22435, "wikidata": "Q1507143", "google_entity_id": "kg:/m/03c18pr"}, "name": {"first": "George", "middle": "Cookman", "last": "Sturgiss"}, "bio": {"birthday": "1842-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WV", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S001098", "govtrack": 410551, "icpsr": 9110, "wikipedia": "John P. Swasey", "house_history": 22495, "wikidata": "Q1701305", "google_entity_id": "kg:/m/0bsrv9"}, "name": {"first": "John", "middle": "Philip", "last": "Swasey"}, "bio": {"birthday": "1839-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "ME", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000060", "govtrack": 410646, "icpsr": 9194, "wikipedia": "James Albertus Tawney", "house_history": 22708, "wikidata": "Q1679931", "google_entity_id": "kg:/m/03pr_r"}, "name": {"first": "James", "middle": "Albertus", "last": "Tawney"}, "bio": {"birthday": "1855-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000123", "govtrack": 410707, "icpsr": 9252, "wikipedia": "John K. Tener", "house_history": 22784, "wikidata": "Q889250", "google_entity_id": "kg:/m/03p_jn"}, "name": {"first": "John", "middle": "Kinley", "last": "Tener"}, "bio": {"birthday": "1863-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "T000159", "govtrack": 410741, "icpsr": 9287, "house_history": 22823, "wikipedia": "Charles R. Thomas (1861\u20131931)", "wikidata": "Q1065860", "google_entity_id": "kg:/m/0kt7ff"}, "name": {"first": "Charles", "middle": "Randolph", "last": "Thomas"}, "bio": {"birthday": "1861-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000186", "govtrack": 410767, "icpsr": 9310, "wikipedia": "W. Aubrey Thomas", "house_history": 22860, "wikidata": "Q2536632", "google_entity_id": "kg:/m/02rm3bs"}, "name": {"first": "William", "middle": "Aubrey", "last": "Thomas"}, "bio": {"birthday": "1866-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "T000199", "govtrack": 410778, "icpsr": 9321, "wikipedia": "Fountain L. Thompson", "wikidata": "Q1439904", "google_entity_id": "kg:/m/0cv_rk"}, "name": {"first": "Fountain", "middle": "Land", "last": "Thompson"}, "bio": {"birthday": "1854-11-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1909-03-15", "end": "1911-03-03", "state": "ND", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000287", "govtrack": 410860, "icpsr": 9399, "wikipedia": "Charles Q. Tirrell", "house_history": 22980, "wikidata": "Q1065818", "google_entity_id": "kg:/m/02rhdfd"}, "name": {"first": "Charles", "middle": "Quincy", "last": "Tirrell"}, "bio": {"birthday": "1844-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "T000318", "govtrack": 410890, "icpsr": 9426, "wikipedia": "William E. Tou Velle", "house_history": 23022, "wikidata": "Q8008323", "google_entity_id": "kg:/m/02rm4w7"}, "name": {"first": "William", "middle": "Ellsworth", "last": "Tou Velle"}, "bio": {"gender": "M", "birthday": "1862-11-23"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000082", "govtrack": 411261, "icpsr": 9768, "wikipedia": "Robert M. Wallace", "house_history": 23311, "wikidata": "Q386136", "google_entity_id": "kg:/m/02rjyrd"}, "name": {"first": "Robert", "middle": "Minor", "last": "Wallace"}, "bio": {"birthday": "1856-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AR", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "W000122", "govtrack": 411297, "icpsr": 9803, "house_history": 23359, "wikipedia": "Irving Price Wanger", "wikidata": "Q6074742", "google_entity_id": "kg:/m/0gdqjz"}, "name": {"first": "Irving", "middle": "Price", "last": "Wanger"}, "bio": {"birthday": "1852-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "W000171", "govtrack": 411344, "icpsr": 9849, "wikipedia": "Charles G. Washburn", "house_history": 23413, "wikidata": "Q1064486", "google_entity_id": "kg:/m/026n82f"}, "name": {"first": "Charles", "middle": "Grenfill", "last": "Washburn"}, "bio": {"birthday": "1857-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000259", "govtrack": 411427, "icpsr": 9922, "wikipedia": "Charles H. Weisse", "house_history": 23529, "wikidata": "Q1064707", "google_entity_id": "kg:/m/02vrqtt"}, "name": {"first": "Charles", "middle": "Herman", "last": "Weisse"}, "bio": {"birthday": "1866-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WI", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000340", "govtrack": 411502, "icpsr": 9994, "house_history": 23621, "wikipedia": "Nelson Platt Wheeler", "wikidata": "Q6990692", "google_entity_id": "kg:/m/0gfmnn"}, "name": {"first": "Nelson", "middle": "Platt", "last": "Wheeler"}, "bio": {"birthday": "1841-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "W000470", "govtrack": 411627, "icpsr": 10115, "house_history": 23776, "wikipedia": "William H. Wiley", "wikidata": "Q1707716", "google_entity_id": "kg:/m/0g39vc"}, "name": {"first": "William", "middle": "Halsted", "last": "Wiley"}, "bio": {"birthday": "1842-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NJ", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "W000481", "govtrack": 411638, "icpsr": 10126, "wikipedia": "William Willett, Jr.", "house_history": 23789, "wikidata": "Q2808000", "google_entity_id": "kg:/m/02rkydx"}, "name": {"first": "William", "middle": "Forte", "last": "Willett", "suffix": "Jr."}, "bio": {"birthday": "1869-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "Y000049", "govtrack": 411981, "icpsr": 10452, "wikipedia": "Richard Young (New York congressman)", "house_history": 21089, "wikidata": "Q808648", "google_entity_id": "kg:/m/02rldrc"}, "name": {"first": "Richard", "last": "Young"}, "bio": {"birthday": "1846-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "P000223", "govtrack": 408626, "icpsr": 7337, "wikipedia": "LeRoy Percy", "wikidata": "Q6041149", "google_entity_id": "kg:/m/0821tn"}, "name": {"first": "Le", "middle": "Roy", "last": "Percy"}, "bio": {"birthday": "1860-11-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1910-01-01", "end": "1913-03-03", "state": "MS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000570", "govtrack": 408953, "icpsr": 7652, "wikipedia": "William E. Purcell", "wikidata": "Q1465434", "google_entity_id": "kg:/m/0cvz_7"}, "name": {"first": "William", "middle": "Edward", "last": "Purcell"}, "bio": {"birthday": "1856-08-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1910-01-01", "end": "1911-12-31", "state": "ND", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000131", "govtrack": 410713, "icpsr": 9260, "wikipedia": "Joseph M. Terrell", "wikidata": "Q356786", "google_entity_id": "kg:/m/0crb38"}, "name": {"first": "Joseph", "middle": "Meriwether", "last": "Terrell"}, "bio": {"birthday": "1861-06-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1910-01-01", "end": "1911-12-31", "state": "GA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000241", "govtrack": 410819, "icpsr": 9359, "wikipedia": "John Thornton (Louisiana)", "wikidata": "Q1366887", "google_entity_id": "kg:/m/0d3hhj"}, "name": {"first": "John", "middle": "Randolph", "last": "Thornton"}, "bio": {"gender": "M", "birthday": "1846-08-25"}, "terms": [{"type": "sen", "start": "1910-01-01", "end": "1915-03-03", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "Y000046", "govtrack": 411978, "icpsr": 10449, "wikipedia": "Lafayette Young", "wikidata": "Q1283683", "google_entity_id": "kg:/m/06q7sg"}, "name": {"first": "Lafayette", "last": "Young"}, "bio": {"birthday": "1848-05-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1910-01-01", "end": "1911-12-31", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000071", "govtrack": 400730, "icpsr": 60, "wikipedia": "Theron Akin", "house_history": 8357, "wikidata": "Q7783279", "google_entity_id": "kg:/m/02rkwqk"}, "name": {"first": "Theron", "last": "Akin"}, "bio": {"birthday": "1855-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 25, "party": "Progressive Republican"}]}, {"id": {"bioguide": "A000173", "govtrack": 400828, "icpsr": 153, "wikipedia": "Butler Ames", "house_history": 8496, "wikidata": "Q1017939", "google_entity_id": "kg:/m/09j_f9"}, "name": {"first": "Butler", "last": "Ames"}, "bio": {"birthday": "1871-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "A000182", "govtrack": 400837, "icpsr": 161, "wikipedia": "Carl C. Anderson", "house_history": 8510, "wikidata": "Q5039957", "google_entity_id": "kg:/m/02rl_38"}, "name": {"first": "Carl", "middle": "Carey", "last": "Anderson"}, "bio": {"birthday": "1877-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "A000252", "govtrack": 400888, "wikipedia": "William Henry Andrews", "house_history": 8614, "wikidata": "Q966483", "google_entity_id": "kg:/m/05yd23"}, "name": {"first": "William", "middle": "Henry", "last": "Andrews"}, "bio": {"birthday": "1846-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NM", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NM", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NM", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NM", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "A000254", "govtrack": 400890, "icpsr": 204, "wikipedia": "John Emory Andrus", "house_history": 8618, "wikidata": "Q6231769", "google_entity_id": "kg:/m/0dl921"}, "name": {"first": "John", "middle": "Emory", "last": "Andrus"}, "bio": {"birthday": "1841-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "A000353", "govtrack": 401004, "icpsr": 308, "wikipedia": "Steven Beckwith Ayres", "house_history": 8745, "wikidata": "Q4068624", "google_entity_id": "kg:/m/02rldsd"}, "name": {"first": "Steven", "middle": "Beckwith", "last": "Ayres"}, "bio": {"birthday": "1861-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "B000230", "govtrack": 401225, "icpsr": 510, "house_history": 9073, "wikipedia": "Arthur Laban Bates", "wikidata": "Q4799430", "google_entity_id": "kg:/m/0g65k4"}, "name": {"first": "Arthur", "middle": "Laban", "last": "Bates"}, "bio": {"birthday": "1859-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "B000469", "govtrack": 401450, "icpsr": 715, "wikipedia": "Henry H. Bingham", "house_history": 9383, "wikidata": "Q5722357", "google_entity_id": "kg:/m/0ddh87"}, "name": {"first": "Henry", "middle": "Harrison", "last": "Bingham"}, "bio": {"birthday": "1841-12-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000587", "govtrack": 401556, "icpsr": 819, "wikipedia": "John W. Boehne", "house_history": 9535, "wikidata": "Q1607676", "google_entity_id": "kg:/m/02rl1br"}, "name": {"first": "John", "middle": "William", "last": "Boehne"}, "bio": {"birthday": "1856-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000703", "govtrack": 401665, "icpsr": 917, "house_history": 9694, "wikipedia": "Charles Calvin Bowman", "wikidata": "Q5076062", "google_entity_id": "kg:/m/0g1h19"}, "name": {"first": "Charles", "middle": "Calvin", "last": "Bowman"}, "bio": {"birthday": "1852-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "B000747", "govtrack": 401706, "icpsr": 958, "wikipedia": "Thomas W. Bradley", "house_history": 9744, "wikidata": "Q7794730", "google_entity_id": "kg:/m/02rkxcj"}, "name": {"first": "Thomas", "middle": "Wilson", "last": "Bradley"}, "bio": {"birthday": "1844-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "B000770", "govtrack": 401729, "icpsr": 979, "wikipedia": "William Gordon Brantley", "house_history": 9773, "wikidata": "Q1733236", "google_entity_id": "kg:/m/0gtf5b"}, "name": {"first": "William", "middle": "Gordon", "last": "Brantley"}, "bio": {"birthday": "1860-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "GA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "B000992", "govtrack": 401944, "icpsr": 1177, "wikipedia": "Nathan Philemon Bryan", "wikidata": "Q1455548", "google_entity_id": "kg:/m/0b1d85"}, "name": {"first": "Nathan", "middle": "Philemon", "last": "Bryan"}, "bio": {"birthday": "1872-04-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "FL", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000252", "govtrack": 402396, "icpsr": 1600, "wikipedia": "Theron Ephron Catlin", "house_history": 10772, "wikidata": "Q569448", "google_entity_id": "kg:/m/02rz89w"}, "name": {"first": "Theron", "middle": "Ephron", "last": "Catlin"}, "bio": {"birthday": "1878-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "C000360", "govtrack": 402499, "icpsr": 1697, "wikipedia": "William E. Chilton", "wikidata": "Q2578540", "google_entity_id": "kg:/m/0cxdzm"}, "name": {"first": "William", "middle": "Edwin", "last": "Chilton"}, "bio": {"birthday": "1858-03-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "WV", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000414", "govtrack": 402553, "icpsr": 1746, "wikipedia": "Moses E. Clapp", "wikidata": "Q1949146", "google_entity_id": "kg:/m/01lzzd"}, "name": {"first": "Moses", "middle": "Edwin", "last": "Clapp"}, "bio": {"birthday": "1851-05-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1901-12-02", "end": "1905-03-03", "state": "MN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "MN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "MN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000425", "govtrack": 402564, "icpsr": 1757, "wikipedia": "Clarence D. Clark", "house_history": 10984, "wikidata": "Q717353", "google_entity_id": "kg:/m/08sql7"}, "name": {"first": "Clarence", "middle": "Don", "last": "Clark"}, "bio": {"birthday": "1851-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1899-03-03", "state": "WY", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "WY", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "WY", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "WY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000686", "govtrack": 402812, "icpsr": 1988, "wikipedia": "Richard E. Connell", "house_history": 11314, "wikidata": "Q7325358", "google_entity_id": "kg:/m/02q6hhq"}, "name": {"first": "Richard", "middle": "Edward", "last": "Connell"}, "bio": {"birthday": "1857-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "C000835", "govtrack": 402952, "icpsr": 2115, "wikipedia": "James M. Cox", "house_history": 11501, "wikidata": "Q440117", "google_entity_id": "kg:/m/012zys"}, "name": {"first": "James", "middle": "Middleton", "last": "Cox"}, "bio": {"gender": "M", "birthday": "1870-03-31"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000958", "govtrack": 403070, "icpsr": 2225, "wikipedia": "Edgar D. Crumpacker", "house_history": 11650, "wikidata": "Q1283840", "google_entity_id": "kg:/m/02rkfmv"}, "name": {"first": "Edgar", "middle": "Dean", "last": "Crumpacker"}, "bio": {"birthday": "1851-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "C000999", "govtrack": 403106, "icpsr": 2260, "wikipedia": "Frank Dunklee Currier", "house_history": 11702, "wikidata": "Q1443166", "google_entity_id": "kg:/m/02rhg8w"}, "name": {"first": "Frank", "middle": "Dunklee", "last": "Currier"}, "bio": {"birthday": "1853-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C001002", "govtrack": 403109, "icpsr": 2263, "wikipedia": "George Curry (politician)", "house_history": 11705, "wikidata": "Q889532", "google_entity_id": "kg:/m/03kfx7"}, "name": {"first": "George", "last": "Curry"}, "bio": {"gender": "M", "birthday": "1861-04-03"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NM", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "D000016", "govtrack": 403159, "icpsr": 2310, "house_history": 11852, "wikipedia": "John Dalzell", "wikidata": "Q6228485", "google_entity_id": "kg:/m/0g618m"}, "name": {"first": "John", "last": "Dalzell"}, "bio": {"birthday": "1845-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 30, "party": "Republican"}]}, {"id": {"bioguide": "D000066", "govtrack": 403204, "icpsr": 2348, "wikipedia": "James Alexander Daugherty", "house_history": 11912, "wikidata": "Q1679933", "google_entity_id": "kg:/m/0b8cbf"}, "name": {"first": "James", "middle": "Alexander", "last": "Daugherty"}, "bio": {"gender": "M", "birthday": "1847-08-30"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "D000189", "govtrack": 403301, "icpsr": 2461, "wikipedia": "Henry S. De Forest", "house_history": 12065, "wikidata": "Q5727858", "google_entity_id": "kg:/m/02rlcg3"}, "name": {"first": "Henry", "middle": "Schermerhorn", "last": "De Forest"}, "bio": {"birthday": "1847-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "D000262", "govtrack": 403400, "icpsr": 2519, "wikipedia": "Matthew Denver", "house_history": 12153, "wikidata": "Q6790402", "google_entity_id": "kg:/m/02rm2gl"}, "name": {"first": "Matthew", "middle": "Rombach", "last": "Denver"}, "bio": {"birthday": "1870-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "D000334", "govtrack": 403452, "icpsr": 2584, "wikipedia": "William A. Dickson", "house_history": 12242, "wikidata": "Q1638108", "google_entity_id": "kg:/m/02x3_p9"}, "name": {"first": "William", "middle": "Alexander", "last": "Dickson"}, "bio": {"birthday": "1861-07-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MS", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "D000392", "govtrack": 403507, "icpsr": 2638, "wikipedia": "Francis H. Dodds", "house_history": 12318, "wikidata": "Q1441524", "google_entity_id": "kg:/m/027glcq"}, "name": {"first": "Francis", "middle": "Henry", "last": "Dodds"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MI", "district": 11, "party": "Republican"}], "bio": {"birthday": "1858-06-09", "gender": "M"}}, {"id": {"bioguide": "D000489", "govtrack": 403597, "icpsr": 2720, "house_history": 12445, "wikipedia": "William Henry Draper (congressman)", "wikidata": "Q8011964", "google_entity_id": "kg:/m/0970p7"}, "name": {"first": "William", "middle": "Henry", "last": "Draper"}, "bio": {"birthday": "1841-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "D000502", "govtrack": 403609, "icpsr": 2731, "wikipedia": "Michael E. Driscoll", "house_history": 12461, "wikidata": "Q6830018", "google_entity_id": "kg:/m/02rktsm"}, "name": {"first": "Michael", "middle": "Edward", "last": "Driscoll"}, "bio": {"birthday": "1851-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "D000581", "govtrack": 403684, "icpsr": 2799, "house_history": 12548, "wikipedia": "John Wilbur Dwight", "wikidata": "Q6263981", "google_entity_id": "kg:/m/037q3d"}, "name": {"first": "John", "middle": "Wilbur", "last": "Dwight"}, "bio": {"birthday": "1859-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 30, "party": "Republican"}]}, {"id": {"bioguide": "E000113", "govtrack": 403804, "icpsr": 2902, "wikipedia": "J. Edwin Ellerbe", "house_history": 12734, "wikidata": "Q1676313", "google_entity_id": "kg:/m/02vrpb_"}, "name": {"first": "James", "middle": "Edwin", "last": "Ellerbe"}, "bio": {"birthday": "1867-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "SC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "E000252", "govtrack": 403934, "icpsr": 3017, "wikipedia": "Lynden Evans", "house_history": 12910, "wikidata": "Q6708639", "google_entity_id": "kg:/m/02rkc0n"}, "name": {"first": "Lynden", "last": "Evans"}, "bio": {"birthday": "1858-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "F000277", "govtrack": 404227, "icpsr": 3280, "wikipedia": "Charles V. Fornes", "house_history": 13323, "wikidata": "Q2161690", "google_entity_id": "kg:/m/026g4t5"}, "name": {"first": "Charles", "middle": "Vincent", "last": "Fornes"}, "bio": {"gender": "M", "birthday": "1844-01-22"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "F000300", "govtrack": 404249, "icpsr": 3302, "house_history": 13350, "wikipedia": "David J. Foster", "wikidata": "Q1174829", "google_entity_id": "kg:/m/02rhf3d"}, "name": {"first": "David", "middle": "Johnson", "last": "Foster"}, "bio": {"birthday": "1857-06-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1912-03-21", "state": "VT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000057", "govtrack": 404431, "icpsr": 3468, "wikipedia": "John J. Gardner", "house_history": 13636, "wikidata": "Q1700574", "google_entity_id": "kg:/m/02vn_bl"}, "name": {"first": "John", "middle": "James", "last": "Gardner"}, "bio": {"birthday": "1845-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NJ", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000060", "govtrack": 404434, "icpsr": 3471, "wikipedia": "Obadiah Gardner", "wikidata": "Q1377975", "google_entity_id": "kg:/m/04t9zf"}, "name": {"first": "Obadiah", "last": "Gardner"}, "bio": {"birthday": "1852-09-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1913-03-03", "state": "ME", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000191", "govtrack": 404556, "icpsr": 3590, "house_history": 13807, "wikipedia": "Patrick F. Gill", "wikidata": "Q575802", "google_entity_id": "kg:/m/02rz7q8"}, "name": {"first": "Patrick", "middle": "Francis", "last": "Gill"}, "bio": {"birthday": "1868-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "G000310", "govtrack": 404668, "icpsr": 3694, "wikipedia": "George Gordon (Civil War General)", "house_history": 13955, "wikidata": "Q452920", "google_entity_id": "kg:/m/06yp22"}, "name": {"first": "George", "middle": "Washington", "last": "Gordon"}, "bio": {"birthday": "1836-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "G000343", "govtrack": 404699, "icpsr": 3724, "wikipedia": "Samuel Wadsworth Gould", "house_history": 13994, "wikidata": "Q1605401", "google_entity_id": "kg:/m/02x50j8"}, "name": {"first": "Samuel", "middle": "Wadsworth", "last": "Gould"}, "bio": {"birthday": "1852-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "ME", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000443", "govtrack": 404790, "icpsr": 3806, "house_history": 14126, "wikipedia": "Curtis Hussey Gregg", "wikidata": "Q5195774", "google_entity_id": "kg:/m/0g6xlg"}, "name": {"first": "Curtis", "middle": "Hussey", "last": "Gregg"}, "bio": {"birthday": "1865-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "H000112", "govtrack": 404994, "icpsr": 3993, "house_history": 14423, "wikipedia": "John M. Hamilton", "wikidata": "Q1700914", "google_entity_id": "kg:/m/03hfyfl"}, "name": {"first": "John", "middle": "M.", "last": "Hamilton"}, "bio": {"birthday": "1855-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WV", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000162", "govtrack": 405044, "icpsr": 4038, "house_history": 14484, "wikipedia": "L. B. Hanna", "wikidata": "Q888119", "google_entity_id": "kg:/m/0bj_st"}, "name": {"first": "Louis", "middle": "Benjamin", "last": "Hanna"}, "bio": {"birthday": "1861-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "ND", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000251", "govtrack": 405129, "icpsr": 4112, "wikipedia": "Robert O. Harris", "house_history": 14595, "wikidata": "Q2798386", "google_entity_id": "kg:/m/02rjyt3"}, "name": {"first": "Robert", "middle": "Orr", "last": "Harris"}, "bio": {"birthday": "1854-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "H000301", "govtrack": 405174, "icpsr": 4158, "house_history": 14656, "wikipedia": "Jesse Lee Hartman", "wikidata": "Q6186577", "google_entity_id": "kg:/m/0g7y1v"}, "name": {"first": "Jesse", "middle": "Lee", "last": "Hartman"}, "bio": {"birthday": "1853-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "H000422", "govtrack": 405288, "icpsr": 4260, "house_history": 14800, "wikipedia": "William H. Heald", "wikidata": "Q2579074", "google_entity_id": "kg:/m/0h3jl6"}, "name": {"first": "William", "middle": "Henry", "last": "Heald"}, "bio": {"birthday": "1864-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "H000505", "govtrack": 405368, "icpsr": 4331, "wikipedia": "E. Stevens Henry", "house_history": 14912, "wikidata": "Q1273575", "google_entity_id": "kg:/m/02rhfdb"}, "name": {"first": "Edward", "middle": "Stevens", "last": "Henry"}, "bio": {"birthday": "1836-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000578", "govtrack": 405440, "icpsr": 4398, "wikipedia": "Edwin W. Higgins", "house_history": 14999, "wikidata": "Q1295034", "google_entity_id": "kg:/m/02rhft1"}, "name": {"first": "Edwin", "middle": "Werter", "last": "Higgins"}, "bio": {"birthday": "1874-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000871", "govtrack": 405718, "icpsr": 4657, "wikipedia": "L. Paul Howland", "house_history": 15361, "wikidata": "Q1797787", "google_entity_id": "kg:/m/02rm28d"}, "name": {"first": "Leonard", "middle": "Paul", "last": "Howland"}, "bio": {"birthday": "1865-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "H000882", "govtrack": 405728, "icpsr": 4666, "wikipedia": "Elbert H. Hubbard", "house_history": 15374, "wikidata": "Q1325278", "google_entity_id": "kg:/m/02rk7c2"}, "name": {"first": "Elbert", "middle": "Hamilton", "last": "Hubbard"}, "bio": {"birthday": "1849-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "J000011", "govtrack": 405918, "icpsr": 4849, "wikipedia": "Fred S. Jackson", "house_history": 15706, "wikidata": "Q1452493", "google_entity_id": "kg:/m/02rm9l5"}, "name": {"first": "Fred", "middle": "Schuyler", "last": "Jackson"}, "bio": {"birthday": "1868-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KS", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "J000124", "govtrack": 406023, "icpsr": 4947, "wikipedia": "Charles Fletcher Johnson", "wikidata": "Q1064377", "google_entity_id": "kg:/m/0bpjtv"}, "name": {"first": "Charles", "middle": "Fletcher", "last": "Johnson"}, "bio": {"birthday": "1859-02-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "ME", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000096", "govtrack": 406264, "icpsr": 5170, "wikipedia": "Nathan E. Kendall", "house_history": 16198, "wikidata": "Q886138", "google_entity_id": "kg:/m/02rk801"}, "name": {"first": "Nathan", "middle": "Edward", "last": "Kendall"}, "bio": {"gender": "M", "birthday": "1868-03-17"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "K000132", "govtrack": 406298, "icpsr": 5201, "wikipedia": "John W. Kern", "wikidata": "Q454957", "google_entity_id": "kg:/m/03wckz"}, "name": {"first": "John", "middle": "Worth", "last": "Kern"}, "bio": {"birthday": "1849-12-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "IN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000232", "govtrack": 406391, "icpsr": 5289, "house_history": 16369, "wikipedia": "George Washington Kipp", "wikidata": "Q13219668", "google_entity_id": "kg:/m/0g7pkp"}, "name": {"first": "George", "middle": "Washington", "last": "Kipp"}, "bio": {"birthday": "1847-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "K000313", "govtrack": 406467, "icpsr": 5357, "wikipedia": "Arthur W. Kopp", "house_history": 16474, "wikidata": "Q711828", "google_entity_id": "kg:/m/02vrqf2"}, "name": {"first": "Arthur", "middle": "William", "last": "Kopp"}, "bio": {"birthday": "1874-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000033", "govtrack": 406543, "icpsr": 5419, "wikipedia": "John Lamb (congressman)", "house_history": 16617, "wikidata": "Q1675455", "google_entity_id": "kg:/m/02vp1jd"}, "name": {"first": "John", "last": "Lamb"}, "bio": {"birthday": "1840-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "VA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000117", "govtrack": 406623, "icpsr": 5496, "wikipedia": "James P. Latta", "house_history": 16743, "wikidata": "Q1000235", "google_entity_id": "kg:/m/0b20f5"}, "name": {"first": "James", "middle": "Polk", "last": "Latta"}, "bio": {"birthday": "1844-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NE", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NE", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000133", "govtrack": 406638, "icpsr": 5510, "wikipedia": "George P. Lawrence", "house_history": 16764, "wikidata": "Q1508025", "google_entity_id": "kg:/m/081fyd"}, "name": {"first": "George", "middle": "Pelton", "last": "Lawrence"}, "bio": {"birthday": "1859-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000165", "govtrack": 406669, "icpsr": 5533, "wikipedia": "Luke Lea (senator)", "wikidata": "Q5942113", "google_entity_id": "kg:/m/04kqxj"}, "name": {"first": "Luke", "last": "Lea"}, "bio": {"birthday": "1879-04-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "TN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000218", "govtrack": 406722, "wikipedia": "Benito Legarda", "house_history": 16863, "wikidata": "Q2386168", "google_entity_id": "kg:/m/0cf_7_"}, "name": {"first": "Benito", "last": "Legarda Y Tuason"}, "bio": {"birthday": "1853-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PI", "district": -1}]}, {"id": {"bioguide": "L000324", "govtrack": 406817, "icpsr": 5676, "wikipedia": "George H. Lindsay", "house_history": 16996, "wikidata": "Q277057", "google_entity_id": "kg:/m/026k9vx"}, "name": {"first": "George", "middle": "Henry", "last": "Lindsay"}, "bio": {"birthday": "1837-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000343", "govtrack": 406835, "icpsr": 5693, "wikipedia": "Henry F. Lippitt", "wikidata": "Q1494213", "google_entity_id": "kg:/m/0d2m54"}, "name": {"first": "Henry", "middle": "Frederick", "last": "Lippitt"}, "bio": {"birthday": "1856-10-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "RI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000359", "govtrack": 406851, "icpsr": 5709, "wikipedia": "Martin W. Littleton", "house_history": 17041, "wikidata": "Q129741", "google_entity_id": "kg:/m/0271n7t"}, "name": {"first": "Martin", "middle": "Wiley", "last": "Littleton"}, "bio": {"birthday": "1872-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000450", "govtrack": 406940, "icpsr": 5786, "wikipedia": "Henry C. Loudenslager", "house_history": 17156, "wikidata": "Q1606566", "google_entity_id": "kg:/m/02x2jhk"}, "name": {"first": "Henry", "middle": "Clay", "last": "Loudenslager"}, "bio": {"birthday": "1852-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NJ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000035", "govtrack": 407063, "icpsr": 5896, "wikipedia": "Robert B. Macon", "house_history": 17369, "wikidata": "Q1284584", "google_entity_id": "kg:/m/02rjyjj"}, "name": {"first": "Robert", "middle": "Bruce", "last": "Macon"}, "bio": {"birthday": "1859-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000042", "govtrack": 407070, "icpsr": 5902, "wikipedia": "Edmond H. Madison", "house_history": 17379, "wikidata": "Q1285611", "google_entity_id": "kg:/m/02rm9s0"}, "name": {"first": "Edmond", "middle": "Haggard", "last": "Madison"}, "bio": {"birthday": "1865-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KS", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000077", "govtrack": 407105, "icpsr": 5936, "wikipedia": "George R. Malby", "house_history": 17424, "wikidata": "Q5543650", "google_entity_id": "kg:/m/02rkptn"}, "name": {"first": "George", "middle": "Roland", "last": "Malby"}, "bio": {"birthday": "1857-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "M000205", "govtrack": 407225, "icpsr": 6045, "wikipedia": "James Edgar Martine", "wikidata": "Q5978145", "google_entity_id": "kg:/m/0b3gc1"}, "name": {"first": "James", "middle": "Edgar", "last": "Martine"}, "bio": {"birthday": "1850-08-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "NJ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000252", "govtrack": 407270, "icpsr": 6083, "house_history": 17635, "wikipedia": "Charles Matthews (Pennsylvania politician)", "wikidata": "Q5080734", "google_entity_id": "kg:/m/0g60vz"}, "name": {"first": "Charles", "last": "Matthews"}, "bio": {"birthday": "1856-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "M000289", "govtrack": 407304, "icpsr": 6116, "wikipedia": "Dannite H. Mays", "house_history": 17679, "wikidata": "Q1164482", "google_entity_id": "kg:/m/02rhd_z"}, "name": {"first": "Dannite", "middle": "Hill", "last": "Mays"}, "bio": {"birthday": "1852-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "FL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000305", "govtrack": 407319, "icpsr": 6130, "wikipedia": "Samuel W. McCall", "house_history": 17700, "wikidata": "Q440654", "google_entity_id": "kg:/m/0269x4v"}, "name": {"first": "Samuel", "middle": "Walker", "last": "McCall"}, "bio": {"birthday": "1851-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M000381", "govtrack": 407384, "icpsr": 6193, "house_history": 17800, "wikipedia": "George Deardorff McCreary", "wikidata": "Q5538463", "google_entity_id": "kg:/m/0g7spm"}, "name": {"first": "George", "middle": "Deardorff", "last": "McCreary"}, "bio": {"birthday": "1846-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000470", "govtrack": 407469, "icpsr": 6271, "house_history": 17913, "wikipedia": "John Geiser McHenry", "wikidata": "Q6235057", "google_entity_id": "kg:/m/0g7ps7"}, "name": {"first": "John", "middle": "Geiser", "last": "McHenry"}, "bio": {"birthday": "1868-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "M000524", "govtrack": 407516, "icpsr": 6314, "wikipedia": "James McKinney", "house_history": 17983, "wikidata": "Q6139446", "google_entity_id": "kg:/m/02rkb65"}, "name": {"first": "James", "last": "McKinney"}, "bio": {"birthday": "1852-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "M000576", "govtrack": 407567, "icpsr": 6360, "wikipedia": "Henry McMorran", "house_history": 18046, "wikidata": "Q1607034", "google_entity_id": "kg:/m/0d8htq"}, "name": {"first": "Henry", "middle": "Gordon", "last": "McMorran"}, "bio": {"birthday": "1844-06-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000803", "govtrack": 407779, "icpsr": 6552, "wikipedia": "Alexander C. Mitchell", "house_history": 18337, "wikidata": "Q1542138", "google_entity_id": "kg:/m/02rm9x4"}, "name": {"first": "Alexander", "middle": "Clark", "last": "Mitchell"}, "bio": {"birthday": "1860-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KS", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000886", "govtrack": 407858, "icpsr": 6620, "wikipedia": "Reuben Moon", "house_history": 18446, "wikidata": "Q7317491", "google_entity_id": "kg:/m/0djw7w"}, "name": {"first": "Reuben", "middle": "Osborne", "last": "Moon"}, "bio": {"birthday": "1847-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000904", "govtrack": 407876, "icpsr": 6638, "wikipedia": "John M. Moore", "house_history": 18469, "wikidata": "Q1700921", "google_entity_id": "kg:/m/02btmy"}, "name": {"first": "John", "middle": "Matthew", "last": "Moore"}, "bio": {"gender": "M", "birthday": "1862-11-18"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M001008", "govtrack": 407975, "icpsr": 6733, "wikipedia": "Elmer A. Morse", "house_history": 18590, "wikidata": "Q1332910", "google_entity_id": "kg:/m/02vrql7"}, "name": {"first": "Elmer", "middle": "Addison", "last": "Morse"}, "bio": {"birthday": "1870-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WI", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "N000021", "govtrack": 408113, "icpsr": 6854, "wikipedia": "James C. Needham", "house_history": 18862, "wikidata": "Q914320", "google_entity_id": "kg:/m/02rhj5f"}, "name": {"first": "James", "middle": "Carson", "last": "Needham"}, "bio": {"birthday": "1864-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "N000114", "govtrack": 408198, "icpsr": 6937, "wikipedia": "George S. Nixon", "wikidata": "Q1508224", "google_entity_id": "kg:/m/047y19"}, "name": {"first": "George", "middle": "Stuart", "last": "Nixon"}, "bio": {"birthday": "1860-04-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "NV", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1911-04-04", "end": "1913-03-03", "state": "NV", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "N000175", "govtrack": 408255, "icpsr": 6990, "wikipedia": "Frank Nye", "house_history": 19050, "wikidata": "Q1443873", "google_entity_id": "kg:/m/0fn455"}, "name": {"first": "Frank", "middle": "Mellen", "last": "Nye"}, "bio": {"birthday": "1852-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "O000050", "govtrack": 408285, "icpsr": 7038, "wikipedia": "James Aloysius O'Gorman", "wikidata": "Q1334483", "google_entity_id": "kg:/m/078vbn"}, "name": {"first": "James", "middle": "Aloysius", "last": "O'Gorman"}, "bio": {"birthday": "1860-05-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "NY", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "O000073", "govtrack": 408346, "icpsr": 7060, "wikipedia": "George T. Oliver", "wikidata": "Q5545050", "google_entity_id": "kg:/m/08pdhc"}, "name": {"first": "George", "middle": "Tener", "last": "Oliver"}, "bio": {"gender": "M", "birthday": "1848-01-26"}, "terms": [{"type": "sen", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "PA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "O000079", "govtrack": 408352, "icpsr": 7066, "house_history": 19164, "wikipedia": "Marlin Edgar Olmsted", "wikidata": "Q6771841", "google_entity_id": "kg:/m/0gc__q"}, "name": {"first": "Marlin", "middle": "Edgar", "last": "Olmsted"}, "bio": {"birthday": "1847-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "P000077", "govtrack": 408487, "icpsr": 7210, "wikipedia": "Thomas Parran, Sr.", "house_history": 19367, "wikidata": "Q1973115", "google_entity_id": "kg:/m/0f0w8c"}, "name": {"first": "Thomas", "last": "Parran"}, "bio": {"birthday": "1860-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MD", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "P000325", "govtrack": 408723, "icpsr": 7429, "wikipedia": "Charles E. Pickett", "house_history": 19679, "wikidata": "Q1064223", "google_entity_id": "kg:/m/02rk77_"}, "name": {"first": "Charles", "middle": "Edgar", "last": "Pickett"}, "bio": {"birthday": "1866-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000508", "govtrack": 408893, "icpsr": 7598, "wikipedia": "Charles Nelson Pray", "house_history": 19908, "wikidata": "Q1065626", "google_entity_id": "kg:/m/02rhddc"}, "name": {"first": "Charles", "middle": "Nelson", "last": "Pray"}, "bio": {"birthday": "1868-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000538", "govtrack": 408922, "icpsr": 7624, "wikipedia": "George W. Prince", "house_history": 19945, "wikidata": "Q5545725", "google_entity_id": "kg:/m/02rk9r1"}, "name": {"first": "George", "middle": "Washington", "last": "Prince"}, "bio": {"birthday": "1854-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "P000567", "govtrack": 408950, "icpsr": 7650, "house_history": 19986, "wikipedia": "Ars\u00e8ne Pujo", "wikidata": "Q203426", "google_entity_id": "kg:/m/0bldw3"}, "name": {"first": "Ars\u00e8ne", "middle": "Paulin", "last": "Pujo"}, "bio": {"birthday": "1861-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "LA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "R000042", "govtrack": 409023, "icpsr": 7718, "wikipedia": "Choice B. Randell", "house_history": 20129, "wikidata": "Q1075776", "google_entity_id": "kg:/m/02rv9xz"}, "name": {"first": "Choice", "middle": "Boswell", "last": "Randell"}, "bio": {"birthday": "1857-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "R000086", "govtrack": 409066, "icpsr": 7757, "wikipedia": "Isidor Rayner", "house_history": 20189, "wikidata": "Q6080874", "google_entity_id": "kg:/m/05h91w"}, "name": {"first": "Isidor", "last": "Rayner"}, "bio": {"birthday": "1850-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "MD", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1911-04-04", "end": "1913-03-03", "state": "MD", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000105", "govtrack": 409084, "icpsr": 7775, "wikipedia": "William C. Redfield", "house_history": 20211, "wikidata": "Q724167", "google_entity_id": "kg:/m/04929t"}, "name": {"first": "William", "middle": "Cox", "last": "Redfield"}, "bio": {"birthday": "1858-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000133", "govtrack": 409112, "icpsr": 7800, "wikipedia": "Rollin R. Rees", "house_history": 20246, "wikidata": "Q2164175", "google_entity_id": "kg:/m/02rmb0z"}, "name": {"first": "Rollin", "middle": "Raymond", "last": "Rees"}, "bio": {"birthday": "1865-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KS", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "R000169", "govtrack": 409146, "icpsr": 7828, "wikipedia": "William S. Reyburn", "house_history": 20295, "wikidata": "Q8018004", "google_entity_id": "kg:/m/0ddk7j"}, "name": {"first": "William", "middle": "Stuart", "last": "Reyburn"}, "bio": {"birthday": "1882-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000492", "govtrack": 409451, "icpsr": 8101, "wikipedia": "Atterson W. Rucker", "house_history": 20694, "wikidata": "Q758020", "google_entity_id": "kg:/m/02rgwwx"}, "name": {"first": "Atterson", "middle": "Walden", "last": "Rucker"}, "bio": {"birthday": "1847-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CO", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000418", "govtrack": 409912, "icpsr": 8517, "wikipedia": "James S. Simmons", "house_history": 21658, "wikidata": "Q6142700", "google_entity_id": "kg:/m/02rkrth"}, "name": {"first": "James", "middle": "Samuel", "last": "Simmons"}, "bio": {"birthday": "1861-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 34, "party": "Republican"}]}, {"id": {"bioguide": "S000614", "govtrack": 410090, "icpsr": 8684, "wikipedia": "Sylvester C. Smith", "house_history": 21894, "wikidata": "Q2374065", "google_entity_id": "kg:/m/02rjzjv"}, "name": {"first": "Sylvester", "middle": "Clark", "last": "Smith"}, "bio": {"birthday": "1858-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "S000623", "govtrack": 410098, "icpsr": 8692, "wikipedia": "Walter I. Smith", "house_history": 21906, "wikidata": "Q2544882", "google_entity_id": "kg:/m/02rk89p"}, "name": {"first": "Walter", "middle": "Inglewood", "last": "Smith"}, "bio": {"birthday": "1862-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000712", "govtrack": 410182, "icpsr": 8774, "house_history": 22016, "wikipedia": "Peter Moore Speer", "wikidata": "Q7175939", "google_entity_id": "kg:/m/0g7xx9"}, "name": {"first": "Peter", "middle": "Moore", "last": "Speer"}, "bio": {"birthday": "1862-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "S000771", "govtrack": 410237, "icpsr": 8820, "wikipedia": "Edmund J. Stack", "house_history": 22091, "wikidata": "Q5339582", "google_entity_id": "kg:/m/02rkysl"}, "name": {"first": "Edmund", "middle": "John", "last": "Stack"}, "bio": {"birthday": "1874-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S001065", "govtrack": 410519, "icpsr": 9080, "wikipedia": "William Sulzer", "house_history": 22455, "wikidata": "Q881099", "google_entity_id": "kg:/m/030pfr"}, "name": {"first": "William", "last": "Sulzer"}, "bio": {"birthday": "1863-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "S001080", "govtrack": 410533, "icpsr": 9092, "wikipedia": "George Sutherland", "house_history": 22475, "wikidata": "Q1508314", "google_entity_id": "kg:/m/03dlw3"}, "name": {"first": "George", "last": "Sutherland"}, "bio": {"birthday": "1862-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "UT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "UT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S001107", "govtrack": 410559, "icpsr": 9117, "wikipedia": "Edwin F. Sweet", "house_history": 22505, "wikidata": "Q1294534", "google_entity_id": "kg:/m/02ppxcd"}, "name": {"first": "Edwin", "middle": "Forrest", "last": "Sweet"}, "bio": {"birthday": "1847-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "T000071", "govtrack": 410656, "icpsr": 9204, "wikipedia": "Edward L. Taylor Jr.", "house_history": 22722, "wikidata": "Q5344032", "google_entity_id": "kg:/m/02rl_mg"}, "name": {"first": "Edward", "middle": "Livingston", "last": "Taylor", "suffix": "Jr."}, "bio": {"birthday": "1869-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "T000147", "govtrack": 410729, "icpsr": 9275, "wikipedia": "John A. Thayer", "house_history": 22810, "wikidata": "Q1699080", "google_entity_id": "kg:/m/0ckcf1"}, "name": {"first": "John", "middle": "Alden", "last": "Thayer"}, "bio": {"birthday": "1857-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000154", "govtrack": 410736, "icpsr": 9282, "wikipedia": "Napoleon B. Thistlewood", "house_history": 22817, "wikidata": "Q6965014", "google_entity_id": "kg:/m/02rkc4s"}, "name": {"first": "Napoleon", "middle": "Bonaparte", "last": "Thistlewood"}, "bio": {"birthday": "1837-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "T000413", "govtrack": 410982, "icpsr": 9508, "wikipedia": "Robert Turnbull (American politician)", "house_history": 23138, "wikidata": "Q2159029", "google_entity_id": "kg:/m/02x3_zl"}, "name": {"first": "Robert", "last": "Turnbull"}, "bio": {"birthday": "1850-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "VA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "U000035", "govtrack": 411057, "icpsr": 9579, "wikipedia": "George H. Utter", "house_history": 20873, "wikidata": "Q787988", "google_entity_id": "kg:/m/02rhgm5"}, "name": {"first": "George", "middle": "Herbert", "last": "Utter"}, "bio": {"birthday": "1854-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "RI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "V000122", "govtrack": 411176, "icpsr": 9691, "wikipedia": "Edward B. Vreeland", "house_history": 21023, "wikidata": "Q5341689", "google_entity_id": "kg:/m/026bwsm"}, "name": {"first": "Edward", "middle": "Butterfield", "last": "Vreeland"}, "bio": {"birthday": "1856-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 37, "party": "Republican"}]}, {"id": {"bioguide": "W000124", "govtrack": 411299, "icpsr": 9805, "wikipedia": "Stanton Warburton", "house_history": 23361, "wikidata": "Q2331943", "google_entity_id": "kg:/m/02rmn5b"}, "name": {"first": "Stanton", "last": "Warburton"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WA", "district": 2, "party": "Republican"}], "bio": {"birthday": "1865-04-13", "gender": "M"}}, {"id": {"bioguide": "W000198", "govtrack": 411369, "icpsr": 9870, "wikipedia": "Clarence Wayland Watson", "wikidata": "Q5126808", "google_entity_id": "kg:/m/04z9zc"}, "name": {"first": "Clarence", "middle": "Wayland", "last": "Watson"}, "bio": {"birthday": "1864-05-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1913-03-03", "state": "WV", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000242", "govtrack": 411410, "icpsr": 9907, "wikipedia": "William Wedemeyer", "house_history": 23506, "wikidata": "Q1542427", "google_entity_id": "kg:/m/027kcrw"}, "name": {"first": "William", "middle": "Walter", "last": "Wedemeyer"}, "bio": {"birthday": "1873-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000443", "govtrack": 411601, "icpsr": 10089, "wikipedia": "Robert Charles Wickliffe", "house_history": 23741, "wikidata": "Q2156715", "google_entity_id": "kg:/m/02pnf87"}, "name": {"first": "Robert", "middle": "Charles", "last": "Wickliffe"}, "bio": {"gender": "M", "birthday": "1874-05-01"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "LA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000620", "govtrack": 411774, "icpsr": 10259, "wikipedia": "William Bauchop Wilson", "house_history": 23951, "wikidata": "Q723828", "google_entity_id": "kg:/m/0382_j"}, "name": {"first": "William", "middle": "Bauchop", "last": "Wilson"}, "bio": {"birthday": "1862-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "W000695", "govtrack": 411847, "icpsr": 10325, "wikipedia": "Ira W. Wood", "house_history": 24046, "wikidata": "Q1612382", "google_entity_id": "kg:/m/02x2hx_"}, "name": {"first": "Ira", "middle": "Wells", "last": "Wood"}, "bio": {"birthday": "1856-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NJ", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "W000743", "govtrack": 411892, "icpsr": 10372, "wikipedia": "John D. Works", "wikidata": "Q478639", "google_entity_id": "kg:/m/03sgjz"}, "name": {"first": "John", "middle": "Downey", "last": "Works"}, "bio": {"birthday": "1847-03-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "CA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "Y000039", "govtrack": 411971, "icpsr": 10442, "wikipedia": "Isaac D. Young", "house_history": 21077, "wikidata": "Q1673375", "google_entity_id": "kg:/m/02rmb96"}, "name": {"first": "Isaac", "middle": "Daniel", "last": "Young"}, "bio": {"birthday": "1849-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KS", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "D000559", "govtrack": 403616, "icpsr": 2781, "wikipedia": "Henry A. du Pont", "wikidata": "Q2152064", "google_entity_id": "kg:/m/06vrz8"}, "name": {"first": "Henry", "middle": "Algernon", "last": "du Pont"}, "bio": {"birthday": "1838-07-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1906-01-01", "end": "1911-03-03", "state": "DE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "DE", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000253", "govtrack": 402397, "icpsr": 1601, "house_history": 10774, "wikipedia": "Thomas B. Catron", "wikidata": "Q433897", "google_entity_id": "kg:/m/06m7ly"}, "name": {"first": "Thomas", "middle": "Benton", "last": "Catron"}, "bio": {"birthday": "1840-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NM", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1912-01-01", "end": "1917-03-03", "state": "NM", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "J000030", "govtrack": 405936, "icpsr": 4867, "wikipedia": "William Purnell Jackson", "wikidata": "Q433640", "google_entity_id": "kg:/m/05h99p"}, "name": {"first": "William", "middle": "Purnell", "last": "Jackson"}, "bio": {"birthday": "1868-01-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1912-01-01", "end": "1915-03-03", "state": "MD", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000229", "govtrack": 407247, "icpsr": 6066, "wikipedia": "William A. Massey", "wikidata": "Q2577728", "google_entity_id": "kg:/m/0cqwhk"}, "name": {"first": "William", "middle": "Alexander", "last": "Massey"}, "bio": {"birthday": "1856-10-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1912-01-01", "end": "1913-12-31", "state": "NV", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000238", "govtrack": 408641, "icpsr": 7351, "wikipedia": "Kirtland I. Perky", "wikidata": "Q1594860", "google_entity_id": "kg:/m/0bk_mx"}, "name": {"first": "Kirtland", "middle": "Irving", "last": "Perky"}, "bio": {"birthday": "1867-02-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1912-01-01", "end": "1913-12-31", "state": "ID", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000038", "govtrack": 409555, "icpsr": 8200, "wikipedia": "Newell Sanders", "wikidata": "Q1785152", "google_entity_id": "kg:/m/04l0qy"}, "name": {"first": "Newell", "last": "Sanders"}, "terms": [{"type": "sen", "start": "1912-01-01", "end": "1913-03-03", "state": "TN", "class": 2, "party": "Republican"}], "bio": {"birthday": "1850-07-12", "gender": "M"}}, {"id": {"bioguide": "A000065", "govtrack": 400725, "icpsr": 55, "house_history": 8347, "wikipedia": "William David Blakeslee Ainey", "wikidata": "Q8007607", "google_entity_id": "kg:/m/0g67__"}, "name": {"first": "William", "middle": "David Blakeslee", "last": "Ainey"}, "bio": {"birthday": "1864-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "A000259", "govtrack": 400896, "icpsr": 209, "wikipedia": "Timothy T. Ansberry", "house_history": 8625, "wikidata": "Q7807549", "google_entity_id": "kg:/m/02rm37p"}, "name": {"first": "Timothy", "middle": "Thomas", "last": "Ansberry"}, "bio": {"birthday": "1871-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "A000348", "govtrack": 400999, "icpsr": 303, "wikipedia": "Samuel B. Avis", "house_history": 8739, "wikidata": "Q1470036", "google_entity_id": "kg:/m/03bzf4k"}, "name": {"first": "Samuel", "middle": "Brashear", "last": "Avis"}, "bio": {"birthday": "1872-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WV", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000014", "govtrack": 401019, "icpsr": 322, "wikipedia": "Augustus Octavius Bacon", "wikidata": "Q4821512", "google_entity_id": "kg:/m/053z8b"}, "name": {"first": "Augustus", "middle": "Octavius", "last": "Bacon"}, "bio": {"birthday": "1839-10-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1913-04-07", "end": "1915-03-03", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000065", "govtrack": 401069, "icpsr": 365, "wikipedia": "J. Thompson Baker", "house_history": 8856, "wikidata": "Q1676415", "google_entity_id": "kg:/m/02wyb2f"}, "name": {"first": "Jacob", "middle": "Thompson", "last": "Baker"}, "bio": {"birthday": "1847-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NJ", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000107", "govtrack": 401108, "icpsr": 401, "wikipedia": "William N. Baltz", "house_history": 8911, "wikidata": "Q1317576", "google_entity_id": "kg:/m/02rk_bf"}, "name": {"first": "William", "middle": "Nicolas", "last": "Baltz"}, "bio": {"birthday": "1860-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "B000196", "govtrack": 401195, "icpsr": 482, "wikipedia": "Richard Bartholdt", "house_history": 9025, "wikidata": "Q215576", "google_entity_id": "kg:/m/02rz7x3"}, "name": {"first": "Richard", "last": "Bartholdt"}, "bio": {"birthday": "1855-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "B000199", "govtrack": 401198, "icpsr": 485, "wikipedia": "Charles Lafayette Bartlett", "house_history": 9029, "wikidata": "Q1065249", "google_entity_id": "kg:/m/0gsgnh"}, "name": {"first": "Charles", "middle": "Lafayette", "last": "Bartlett"}, "bio": {"birthday": "1853-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "GA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000216", "govtrack": 401213, "icpsr": 498, "wikipedia": "Silas Reynolds Barton", "house_history": 9052, "wikidata": "Q1676886", "google_entity_id": "kg:/m/09y32r"}, "name": {"first": "Silas", "middle": "Reynolds", "last": "Barton"}, "bio": {"birthday": "1872-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NE", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000270", "govtrack": 401264, "icpsr": 545, "wikipedia": "James Andrew Beall", "house_history": 9124, "wikidata": "Q1679952", "google_entity_id": "kg:/m/03b_h06"}, "name": {"first": "James", "middle": "Andrew", "last": "Beall", "nickname": "Jack"}, "bio": {"gender": "M", "birthday": "1866-10-25"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000334", "govtrack": 401326, "icpsr": 600, "wikipedia": "Charles W. Bell", "house_history": 9210, "wikidata": "Q1066329", "google_entity_id": "kg:/m/02rhdkw"}, "name": {"first": "Charles", "middle": "Webster", "last": "Bell"}, "bio": {"birthday": "1857-06-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "B000635", "govtrack": 401600, "icpsr": 859, "wikipedia": "Charles M. Borchers", "house_history": 9604, "wikidata": "Q1065396", "google_entity_id": "kg:/m/02rk93t"}, "name": {"first": "Charles", "middle": "Martin", "last": "Borchers"}, "bio": {"birthday": "1869-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "B000679", "govtrack": 401641, "icpsr": 894, "wikipedia": "Stanley E. Bowdle", "house_history": 9663, "wikidata": "Q2331671", "google_entity_id": "kg:/m/02rm32j"}, "name": {"first": "Stanley", "middle": "Eyre", "last": "Bowdle"}, "bio": {"birthday": "1868-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000796", "govtrack": 401753, "icpsr": 1002, "wikipedia": "Robert G. Bremner", "house_history": 9808, "wikidata": "Q2157192", "google_entity_id": "kg:/m/02x2j_0"}, "name": {"first": "Robert", "middle": "Gunn", "last": "Bremner"}, "bio": {"birthday": "1874-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NJ", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000853", "govtrack": 401810, "icpsr": 1053, "house_history": 9881, "wikipedia": "Franklin Brockson", "wikidata": "Q1445173", "google_entity_id": "kg:/m/09klfk"}, "name": {"first": "Franklin", "last": "Brockson"}, "bio": {"birthday": "1865-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "B000937", "govtrack": 401891, "icpsr": 1127, "wikipedia": "Lathrop Brown", "house_history": 9988, "wikidata": "Q111959", "google_entity_id": "kg:/m/02689b8"}, "name": {"first": "Lathrop", "last": "Brown"}, "bio": {"birthday": "1883-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000987", "govtrack": 401939, "icpsr": 1172, "wikipedia": "James W. Bryan", "house_history": 10051, "wikidata": "Q1681239", "google_entity_id": "kg:/m/02rmmwq"}, "name": {"first": "James", "middle": "Wesley", "last": "Bryan"}, "bio": {"birthday": "1874-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WA", "district": -1, "party": "Progressive"}]}, {"id": {"bioguide": "B001087", "govtrack": 402033, "icpsr": 1261, "wikipedia": "Charles H. Burke", "house_history": 10179, "wikidata": "Q1064658", "google_entity_id": "kg:/m/07wwxg"}, "name": {"first": "Charles", "middle": "Henry", "last": "Burke"}, "bio": {"gender": "M", "birthday": "1861-04-01"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "SD", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001093", "govtrack": 402039, "icpsr": 1266, "wikipedia": "James F. Burke", "house_history": 10188, "wikidata": "Q6133600", "google_entity_id": "kg:/m/0djty0"}, "name": {"first": "James", "middle": "Francis", "last": "Burke"}, "bio": {"birthday": "1867-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "B001105", "govtrack": 402050, "icpsr": 1276, "wikipedia": "Edwin C. Burleigh", "house_history": 10201, "wikidata": "Q370638", "google_entity_id": "kg:/m/0bdhp1"}, "name": {"first": "Edwin", "middle": "Chick", "last": "Burleigh"}, "bio": {"birthday": "1843-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1913-04-07", "end": "1917-03-03", "state": "ME", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001110", "govtrack": 402055, "icpsr": 1281, "wikipedia": "Albert S. Burleson", "house_history": 10207, "wikidata": "Q724135", "google_entity_id": "kg:/m/02t3g3"}, "name": {"first": "Albert", "middle": "Sidney", "last": "Burleson"}, "bio": {"birthday": "1863-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "C000125", "govtrack": 402276, "icpsr": 1487, "wikipedia": "Jacob A. Cantor", "house_history": 10604, "wikidata": "Q6118253", "google_entity_id": "kg:/m/02rkr0j"}, "name": {"first": "Jacob", "middle": "Aaron", "last": "Cantor"}, "bio": {"birthday": "1854-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "C000180", "govtrack": 402327, "icpsr": 1531, "house_history": 10678, "wikipedia": "Wooda Nicholas Carr", "wikidata": "Q8032323", "google_entity_id": "kg:/m/0g26nb"}, "name": {"first": "Wooda", "middle": "Nicholas", "last": "Carr"}, "bio": {"birthday": "1871-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "C000411", "govtrack": 402550, "icpsr": 1743, "wikipedia": "John R. Clancy", "house_history": 10967, "wikidata": "Q6253791", "google_entity_id": "kg:/m/02rkssf"}, "name": {"first": "John", "middle": "Richard", "last": "Clancy"}, "bio": {"birthday": "1859-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 35, "party": "Democrat"}]}, {"id": {"bioguide": "C000495", "govtrack": 402632, "icpsr": 1821, "wikipedia": "Henry De Lamar Clayton, Jr.", "house_history": 11067, "wikidata": "Q1606664", "google_entity_id": "kg:/m/07p7pc"}, "name": {"first": "Henry", "middle": "De Lamar", "last": "Clayton"}, "bio": {"birthday": "1857-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000699", "govtrack": 402824, "icpsr": 2001, "wikipedia": "Maurice Connolly", "house_history": 11330, "wikidata": "Q1911285", "google_entity_id": "kg:/m/07dt8k"}, "name": {"first": "Maurice", "last": "Connolly"}, "bio": {"birthday": "1877-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000816", "govtrack": 402934, "icpsr": 2098, "wikipedia": "J. Harry Covington", "house_history": 11477, "wikidata": "Q423031", "google_entity_id": "kg:/m/08_vq1"}, "name": {"first": "James", "middle": "Harry", "last": "Covington"}, "bio": {"birthday": "1870-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000121", "govtrack": 403256, "icpsr": 2400, "wikipedia": "John W. Davis", "house_history": 11982, "wikidata": "Q1332779", "google_entity_id": "kg:/m/01mvss"}, "name": {"first": "John", "middle": "William", "last": "Davis"}, "bio": {"birthday": "1873-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WV", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000201", "govtrack": 403354, "icpsr": 2471, "wikipedia": "Frederick Simpson Deitrick", "house_history": 12080, "wikidata": "Q1377337", "google_entity_id": "kg:/m/02rhgfp"}, "name": {"first": "Frederick", "middle": "Simpson", "last": "Deitrick"}, "bio": {"birthday": "1875-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "D000268", "govtrack": 403404, "icpsr": 2524, "house_history": 12160, "wikipedia": "Franklin Lewis Dershem", "wikidata": "Q5491656", "google_entity_id": "kg:/m/0g6txj"}, "name": {"first": "Franklin", "middle": "Lewis", "last": "Dershem"}, "bio": {"birthday": "1865-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "D000343", "govtrack": 403461, "icpsr": 2593, "house_history": 12252, "wikipedia": "Robert Edward Difenderfer", "wikidata": "Q7343979", "google_entity_id": "kg:/m/0g6v4z"}, "name": {"first": "Robert", "middle": "Edward", "last": "Difenderfer"}, "bio": {"birthday": "1849-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "D000418", "govtrack": 403531, "icpsr": 2659, "house_history": 12350, "wikipedia": "Michael Donohoe", "wikidata": "Q6829914", "google_entity_id": "kg:/m/07jthn"}, "name": {"first": "Michael", "last": "Donohoe"}, "bio": {"birthday": "1864-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "D000422", "govtrack": 403535, "icpsr": 2663, "wikipedia": "Jeremiah Donovan", "house_history": 12355, "wikidata": "Q1687535", "google_entity_id": "kg:/m/02q2gdv"}, "name": {"first": "Jeremiah", "last": "Donovan"}, "bio": {"birthday": "1857-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "E000102", "govtrack": 403793, "icpsr": 2891, "wikipedia": "James Walter Elder", "house_history": 12722, "wikidata": "Q1681272", "google_entity_id": "kg:/m/02w4928"}, "name": {"first": "James", "middle": "Walter", "last": "Elder"}, "bio": {"birthday": "1882-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "LA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "F000008", "govtrack": 403971, "icpsr": 3051, "wikipedia": "John M. Faison", "house_history": 12974, "wikidata": "Q1310493", "google_entity_id": "kg:/m/03c021h"}, "name": {"first": "John", "middle": "Miller", "last": "Faison"}, "bio": {"birthday": "1862-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000009", "govtrack": 403972, "icpsr": 3052, "wikipedia": "Jacob Falconer", "house_history": 12975, "wikidata": "Q1638787", "google_entity_id": "kg:/m/02rmmyf"}, "name": {"first": "Jacob", "middle": "Alexander", "last": "Falconer"}, "bio": {"birthday": "1869-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WA", "district": -1, "party": "Progressive"}]}, {"id": {"bioguide": "F000083", "govtrack": 404041, "icpsr": 3112, "wikipedia": "Harvey Butler Fergusson", "house_history": 13072, "wikidata": "Q1587889", "google_entity_id": "kg:/m/02rhh7t"}, "name": {"first": "Harvey", "middle": "Butler", "last": "Fergusson"}, "bio": {"birthday": "1848-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NM", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NM", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NM", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000172", "govtrack": 404127, "icpsr": 3190, "wikipedia": "Louis Fitzhenry", "house_history": 13187, "wikidata": "Q6687174", "google_entity_id": "kg:/m/05p0rd6"}, "name": {"first": "Louis", "last": "Fitzhenry"}, "bio": {"birthday": "1870-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "F000222", "govtrack": 404177, "icpsr": 3235, "wikipedia": "John C. Floyd", "house_history": 13249, "wikidata": "Q1261557", "google_entity_id": "kg:/m/02rhjtq"}, "name": {"first": "John", "middle": "Charles", "last": "Floyd"}, "bio": {"birthday": "1858-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AR", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000321", "govtrack": 404270, "icpsr": 3323, "wikipedia": "H. Robert Fowler", "house_history": 13377, "wikidata": "Q5628519", "google_entity_id": "kg:/m/02rk9tg"}, "name": {"first": "Hiram", "middle": "Robert", "last": "Fowler"}, "bio": {"birthday": "1851-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "F000337", "govtrack": 404286, "icpsr": 3336, "wikipedia": "William B. Francis", "house_history": 13397, "wikidata": "Q4020005", "google_entity_id": "kg:/m/02rm3fj"}, "name": {"first": "William", "middle": "Bates", "last": "Francis"}, "bio": {"birthday": "1860-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "G000126", "govtrack": 404496, "icpsr": 3531, "wikipedia": "Henry George Jr.", "house_history": 13719, "wikidata": "Q3790548", "google_entity_id": "kg:/m/02qbhw8"}, "name": {"first": "Henry", "last": "George", "suffix": "Jr."}, "bio": {"birthday": "1862-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "G000190", "govtrack": 404555, "icpsr": 3589, "wikipedia": "Michael Joseph Gill", "house_history": 13806, "wikidata": "Q1928057", "google_entity_id": "kg:/m/02rz7kg"}, "name": {"first": "Michael", "middle": "Joseph", "last": "Gill"}, "bio": {"birthday": "1864-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "G000221", "govtrack": 404583, "icpsr": 3616, "wikipedia": "Edward Gilmore", "house_history": 13845, "wikidata": "Q1292342", "google_entity_id": "kg:/m/0cd7y3"}, "name": {"first": "Edward", "last": "Gilmore"}, "bio": {"birthday": "1867-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "G000228", "govtrack": 404590, "icpsr": 3621, "wikipedia": "Robert H. Gittins", "house_history": 13853, "wikidata": "Q7345053", "google_entity_id": "kg:/m/02rkw2l"}, "name": {"first": "Robert", "middle": "Henry", "last": "Gittins"}, "bio": {"birthday": "1869-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 40, "party": "Democrat"}]}, {"id": {"bioguide": "G000252", "govtrack": 404614, "icpsr": 3643, "wikipedia": "J. Henry Goeke", "house_history": 13881, "wikidata": "Q6105964", "google_entity_id": "kg:/m/02rm15_"}, "name": {"first": "John", "middle": "Henry", "last": "Goeke"}, "bio": {"birthday": "1869-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000255", "govtrack": 404617, "icpsr": 3646, "wikipedia": "Nathan Goff Jr.", "house_history": 13885, "wikidata": "Q926876", "google_entity_id": "kg:/m/05xv8w"}, "name": {"first": "Nathan", "last": "Goff"}, "bio": {"birthday": "1843-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "WV", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000298", "govtrack": 404657, "icpsr": 3683, "wikipedia": "Forrest Goodwin", "house_history": 13942, "wikidata": "Q1437946", "google_entity_id": "kg:/m/02x4_v8"}, "name": {"first": "Forrest", "last": "Goodwin"}, "bio": {"birthday": "1862-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "ME", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000327", "govtrack": 404685, "icpsr": 3710, "wikipedia": "George E. Gorman", "house_history": 13976, "wikidata": "Q4476233", "google_entity_id": "kg:/m/02rk9mz"}, "name": {"first": "George", "middle": "Edmund", "last": "Gorman"}, "bio": {"birthday": "1873-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000357", "govtrack": 404712, "icpsr": 3735, "wikipedia": "James McMahon Graham", "house_history": 14012, "wikidata": "Q6139496", "google_entity_id": "kg:/m/07c7_z"}, "name": {"first": "James", "middle": "McMahon", "last": "Graham"}, "bio": {"gender": "M", "birthday": "1852-04-14"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "G000514", "govtrack": 404859, "icpsr": 3868, "wikipedia": "James M. Gudger, Jr.", "house_history": 14210, "wikidata": "Q1680740", "google_entity_id": "kg:/m/02vn_n6"}, "name": {"first": "James", "middle": "Madison", "last": "Gudger", "suffix": "Jr."}, "bio": {"birthday": "1855-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NC", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "H000135", "govtrack": 405017, "icpsr": 4014, "wikipedia": "Winfield Scott Hammond", "house_history": 14451, "wikidata": "Q889564", "google_entity_id": "kg:/m/01l9ms"}, "name": {"first": "Winfield", "middle": "Scott", "last": "Hammond"}, "bio": {"birthday": "1863-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000235", "govtrack": 405113, "icpsr": 4099, "house_history": 14577, "wikipedia": "Christopher Columbus Harris", "wikidata": "Q1086571", "google_entity_id": "kg:/m/02qq5df"}, "name": {"first": "Christopher", "middle": "Columbus", "last": "Harris"}, "bio": {"birthday": "1842-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000268", "govtrack": 405144, "icpsr": 4129, "house_history": 14616, "wikipedia": "Francis Burton Harrison", "wikidata": "Q612408", "google_entity_id": "kg:/m/06c9qy"}, "name": {"first": "Francis", "middle": "Burton", "last": "Harrison"}, "bio": {"birthday": "1873-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "H000457", "govtrack": 405322, "icpsr": 4287, "wikipedia": "John N. Heiskell", "wikidata": "Q1027673", "google_entity_id": "kg:/m/01drxb"}, "name": {"first": "John", "middle": "Netherland", "last": "Heiskell"}, "bio": {"birthday": "1872-11-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1913-12-31", "state": "AR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000633", "govtrack": 405490, "icpsr": 4445, "wikipedia": "William H. Hinebaugh", "house_history": 15067, "wikidata": "Q7002719", "google_entity_id": "kg:/m/02rkdfb"}, "name": {"first": "William", "middle": "Henry", "last": "Hinebaugh"}, "bio": {"birthday": "1867-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 12, "party": "Progressive"}]}, {"id": {"bioguide": "H000667", "govtrack": 405521, "icpsr": 4474, "house_history": 15110, "wikipedia": "Richmond P. Hobson", "wikidata": "Q2151219", "google_entity_id": "kg:/m/08r9l2"}, "name": {"first": "Richmond", "middle": "Pearson", "last": "Hobson"}, "bio": {"birthday": "1870-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000727", "govtrack": 405578, "icpsr": 4525, "wikipedia": "Henry F. Hollis", "wikidata": "Q1606718", "google_entity_id": "kg:/m/0d5ydn"}, "name": {"first": "Henry", "middle": "French", "last": "Hollis"}, "bio": {"birthday": "1869-08-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "NH", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000873", "govtrack": 405720, "icpsr": 4659, "wikipedia": "Stephen A. Hoxworth", "house_history": 15363, "wikidata": "Q7608529", "google_entity_id": "kg:/m/02rkczx"}, "name": {"first": "Stephen", "middle": "Arnold", "last": "Hoxworth"}, "bio": {"birthday": "1860-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "H000929", "govtrack": 405774, "icpsr": 4707, "house_history": 15431, "wikipedia": "William Hughes (senator)", "wikidata": "Q2579376", "google_entity_id": "kg:/m/0d36w5"}, "name": {"first": "William", "last": "Hughes"}, "bio": {"birthday": "1872-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "NJ", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "J000051", "govtrack": 405956, "icpsr": 4885, "house_history": 15754, "wikipedia": "Ollie Murray James", "wikidata": "Q381568", "google_entity_id": "kg:/m/093jrx"}, "name": {"first": "Ollie", "middle": "Murray", "last": "James"}, "bio": {"birthday": "1871-07-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "J000141", "govtrack": 406040, "icpsr": 4963, "house_history": 15871, "wikipedia": "Jacob Johnson (U.S. politician)", "wikidata": "Q1677533", "google_entity_id": "kg:/m/02qfn79"}, "name": {"first": "Jacob", "last": "Johnson"}, "bio": {"birthday": "1847-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "UT", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "J000196", "govtrack": 406091, "icpsr": 5010, "wikipedia": "Rienzi Melville Johnston", "wikidata": "Q438127", "google_entity_id": "kg:/m/08fbq9"}, "name": {"first": "Rienzi", "middle": "Melville", "last": "Johnston"}, "bio": {"birthday": "1849-09-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1913-12-31", "state": "TX", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000023", "govtrack": 406194, "icpsr": 5104, "wikipedia": "William Marmaduke Kavanaugh", "wikidata": "Q2579823", "google_entity_id": "kg:/m/04f4vp"}, "name": {"first": "William", "middle": "Marmaduke", "last": "Kavanaugh"}, "bio": {"birthday": "1866-03-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1913-12-31", "state": "AR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000117", "govtrack": 406283, "icpsr": 5187, "wikipedia": "William Kennedy (Connecticut)", "house_history": 16223, "wikidata": "Q2579587", "google_entity_id": "kg:/m/02rt378"}, "name": {"first": "William", "last": "Kennedy"}, "bio": {"birthday": "1854-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CT", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "K000189", "govtrack": 406350, "icpsr": 5250, "wikipedia": "George John Kindel", "house_history": 16314, "wikidata": "Q1507632", "google_entity_id": "kg:/m/02rhgn6"}, "name": {"first": "George", "middle": "John", "last": "Kindel"}, "bio": {"birthday": "1855-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CO", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000222", "govtrack": 406381, "icpsr": 5279, "wikipedia": "Eugene F. Kinkead", "house_history": 16357, "wikidata": "Q251598", "google_entity_id": "kg:/m/02wybbp"}, "name": {"first": "Eugene", "middle": "Francis", "last": "Kinkead"}, "bio": {"gender": "M", "birthday": "1876-03-27"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NJ", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "K000237", "govtrack": 406396, "icpsr": 5294, "wikipedia": "Sanford Kirkpatrick", "house_history": 16374, "wikidata": "Q2221589", "google_entity_id": "kg:/m/02rk834"}, "name": {"first": "Sanford", "last": "Kirkpatrick"}, "bio": {"birthday": "1842-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "K000291", "govtrack": 406447, "icpsr": 5342, "wikipedia": "Joseph R. Knowland", "house_history": 16446, "wikidata": "Q1707859", "google_entity_id": "kg:/m/0dbh3q"}, "name": {"first": "Joseph", "middle": "Russell", "last": "Knowland"}, "bio": {"birthday": "1873-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "K000308", "govtrack": 406462, "icpsr": 5354, "wikipedia": "George Konig", "house_history": 16468, "wikidata": "Q1156333", "google_entity_id": "kg:/m/02qfx2h"}, "name": {"first": "George", "last": "Konig"}, "bio": {"birthday": "1856-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "K000316", "govtrack": 406470, "icpsr": 5360, "wikipedia": "Charles A. Korbly", "house_history": 16479, "wikidata": "Q1063483", "google_entity_id": "kg:/m/02rkf1z"}, "name": {"first": "Charles", "middle": "Alexander", "last": "Korbly"}, "bio": {"birthday": "1871-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "L000548", "govtrack": 406509, "icpsr": 5605, "wikipedia": "Claude L'Engle", "house_history": 17277, "wikidata": "Q1096908", "google_entity_id": "kg:/m/02q5ylc"}, "name": {"first": "Claude", "last": "L'Engle"}, "bio": {"birthday": "1868-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "FL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "L000015", "govtrack": 406525, "icpsr": 5397, "wikipedia": "Walter Lafferty", "house_history": 16594, "wikidata": "Q1625922", "google_entity_id": "kg:/m/02rk_3k"}, "name": {"first": "Abraham", "middle": "Walter", "last": "Lafferty"}, "bio": {"birthday": "1875-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OR", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000059", "govtrack": 406568, "icpsr": 5441, "wikipedia": "Harry Lane", "wikidata": "Q1586625", "google_entity_id": "kg:/m/0d2wy0"}, "name": {"first": "Harry", "last": "Lane"}, "bio": {"birthday": "1855-08-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1917-12-31", "state": "OR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000071", "govtrack": 406580, "icpsr": 5453, "house_history": 16676, "wikipedia": "J. N. Langham", "wikidata": "Q6106591", "google_entity_id": "kg:/m/0g6612"}, "name": {"first": "Jonathan", "middle": "Nicholas", "last": "Langham"}, "bio": {"birthday": "1861-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "L000202", "govtrack": 406705, "icpsr": 5566, "wikipedia": "Robert Emmett Lee", "house_history": 16847, "wikidata": "Q7344078", "google_entity_id": "kg:/m/0g1dxh"}, "name": {"first": "Robert", "middle": "Emmett", "last": "Lee"}, "bio": {"birthday": "1868-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "L000219", "govtrack": 406723, "icpsr": 5587, "house_history": 16865, "wikipedia": "George Swinton Legar\u00e9", "wikidata": "Q1508317", "google_entity_id": "kg:/m/026sr36"}, "name": {"first": "George", "middle": "Swinton", "last": "Legar\u00e9"}, "bio": {"birthday": "1869-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "SC", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "L000268", "govtrack": 406769, "icpsr": 5627, "wikipedia": "Jefferson Monroe Levy", "house_history": 16925, "wikidata": "Q5676959", "google_entity_id": "kg:/m/078zrm"}, "name": {"first": "Jefferson", "middle": "Monroe", "last": "Levy"}, "bio": {"birthday": "1852-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "L000283", "govtrack": 406781, "icpsr": 5640, "house_history": 16942, "wikipedia": "Fred Ewing Lewis", "wikidata": "Q187756", "google_entity_id": "kg:/m/0g0pr5"}, "name": {"first": "Fred", "middle": "Ewing", "last": "Lewis"}, "bio": {"birthday": "1865-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "L000323", "govtrack": 406816, "icpsr": 5675, "wikipedia": "Francis O. Lindquist", "house_history": 16994, "wikidata": "Q1441674", "google_entity_id": "kg:/m/02pndjj"}, "name": {"first": "Francis", "middle": "Oscar", "last": "Lindquist"}, "bio": {"birthday": "1869-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MI", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "L000407", "govtrack": 406898, "icpsr": 5750, "house_history": 17098, "wikipedia": "James Washington Logue", "wikidata": "Q13219688", "google_entity_id": "kg:/m/0fzfyc"}, "name": {"first": "James", "middle": "Washington", "last": "Logue"}, "bio": {"birthday": "1863-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000006", "govtrack": 407036, "icpsr": 5874, "wikipedia": "William Josiah MacDonald", "house_history": 17336, "wikidata": "Q913176", "google_entity_id": "kg:/m/027b5cr"}, "name": {"first": "William", "middle": "Josiah", "last": "MacDonald"}, "bio": {"birthday": "1873-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MI", "district": 12, "party": "Progressive"}]}, {"id": {"bioguide": "M000060", "govtrack": 407088, "icpsr": 5919, "wikipedia": "John A. Maguire", "house_history": 17402, "wikidata": "Q1699067", "google_entity_id": "kg:/m/0bn_t_"}, "name": {"first": "John", "middle": "Arthur", "last": "Maguire"}, "bio": {"birthday": "1870-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NE", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NE", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NE", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000061", "govtrack": 407089, "icpsr": 5920, "wikipedia": "Bryan F. Mahan", "house_history": 17403, "wikidata": "Q994997", "google_entity_id": "kg:/m/02rhcx6"}, "name": {"first": "Bryan", "middle": "Francis", "last": "Mahan"}, "bio": {"birthday": "1856-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000093", "govtrack": 407117, "icpsr": 5949, "wikipedia": "James Manahan", "house_history": 17445, "wikidata": "Q1680758", "google_entity_id": "kg:/m/09gcvw4"}, "name": {"first": "James", "last": "Manahan"}, "bio": {"birthday": "1866-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MN", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000176", "govtrack": 407198, "icpsr": 6020, "house_history": 17542, "wikipedia": "Eben Martin", "wikidata": "Q1278585", "google_entity_id": "kg:/m/0276gcy"}, "name": {"first": "Eben", "middle": "Wever", "last": "Martin"}, "bio": {"birthday": "1855-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "SD", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "SD", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000193", "govtrack": 407214, "icpsr": 6035, "wikipedia": "Lewis J. Martin", "house_history": 17561, "wikidata": "Q521846", "google_entity_id": "kg:/m/02x2hsj"}, "name": {"first": "Lewis", "middle": "J.", "last": "Martin"}, "bio": {"birthday": "1844-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NJ", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000200", "govtrack": 407220, "icpsr": 6040, "wikipedia": "Thomas S. Martin", "wikidata": "Q1168633", "google_entity_id": "kg:/m/08ljrw"}, "name": {"first": "Thomas", "middle": "Staples", "last": "Martin"}, "bio": {"birthday": "1847-07-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "VA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "VA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "VA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "VA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1919-05-19", "end": "1919-11-12", "state": "VA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000330", "govtrack": 407340, "icpsr": 6149, "house_history": 17734, "wikipedia": "George McClellan (New York)", "wikidata": "Q5542281", "google_entity_id": "kg:/m/04ljcvl"}, "name": {"first": "George", "last": "McClellan"}, "bio": {"birthday": "1856-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 27, "party": "Democrat"}]}, {"id": {"bioguide": "M000376", "govtrack": 407380, "icpsr": 6188, "wikipedia": "Walter I. McCoy", "house_history": 17795, "wikidata": "Q2544866", "google_entity_id": "kg:/m/02wx18x"}, "name": {"first": "Walter", "middle": "Irving", "last": "McCoy"}, "bio": {"birthday": "1859-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NJ", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M000464", "govtrack": 407463, "icpsr": 6266, "wikipedia": "Bird Segle McGuire", "house_history": 17905, "wikidata": "Q865067", "google_entity_id": "kg:/m/02rhcw5"}, "name": {"first": "Bird", "middle": "Segle", "last": "McGuire"}, "bio": {"birthday": "1865-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OK", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OK", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OK", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000660", "govtrack": 407646, "icpsr": 6433, "wikipedia": "Edwin Albert Merritt", "house_history": 18147, "wikidata": "Q5346197", "google_entity_id": "kg:/m/0fqp_ys"}, "name": {"first": "Edwin", "middle": "Albert", "last": "Merritt"}, "bio": {"birthday": "1860-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "M000677", "govtrack": 407662, "icpsr": 6447, "wikipedia": "Herman A. Metz", "house_history": 18172, "wikidata": "Q1967801", "google_entity_id": "kg:/m/02rkqpw"}, "name": {"first": "Herman", "middle": "August", "last": "Metz"}, "bio": {"birthday": "1867-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "M000820", "govtrack": 407795, "icpsr": 6567, "wikipedia": "John Joseph Mitchell", "house_history": 18359, "wikidata": "Q1170494", "google_entity_id": "kg:/m/0ksm6w"}, "name": {"first": "John", "middle": "Joseph", "last": "Mitchell"}, "bio": {"birthday": "1873-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "M001070", "govtrack": 408036, "icpsr": 6788, "wikipedia": "William Oscar Mulkey", "house_history": 18665, "wikidata": "Q1565145", "google_entity_id": "kg:/m/02rk2dz"}, "name": {"first": "William", "middle": "Oscar", "last": "Mulkey"}, "bio": {"birthday": "1871-07-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M001083", "govtrack": 408048, "icpsr": 6801, "house_history": 18682, "wikipedia": "Victor Murdock", "wikidata": "Q2522486", "google_entity_id": "kg:/m/027n4sn"}, "name": {"first": "Victor", "last": "Murdock"}, "bio": {"birthday": "1871-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KS", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KS", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KS", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KS", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M001117", "govtrack": 408080, "icpsr": 6828, "wikipedia": "William Francis Murray", "house_history": 18721, "wikidata": "Q2578864", "google_entity_id": "kg:/m/02rj_j4"}, "name": {"first": "William", "middle": "Francis", "last": "Murray"}, "bio": {"birthday": "1881-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "N000022", "govtrack": 408114, "icpsr": 6855, "wikipedia": "George A. Neeley", "house_history": 18863, "wikidata": "Q1506797", "google_entity_id": "kg:/m/02rm9yw"}, "name": {"first": "George", "middle": "Arthur", "last": "Neeley"}, "bio": {"birthday": "1879-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KS", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "O000012", "govtrack": 408263, "icpsr": 7000, "wikipedia": "James H. O'Brien", "house_history": 19085, "wikidata": "Q1590575", "google_entity_id": "kg:/m/08n376"}, "name": {"first": "James", "middle": "Henry", "last": "O'Brien"}, "bio": {"birthday": "1860-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "O000052", "govtrack": 408287, "icpsr": 7040, "wikipedia": "Frank Trimble O'Hair", "house_history": 19132, "wikidata": "Q5490009", "google_entity_id": "kg:/m/02rkz4z"}, "name": {"first": "Frank", "middle": "Trimble", "last": "O'Hair"}, "bio": {"birthday": "1870-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "O000064", "govtrack": 408293, "icpsr": 7052, "house_history": 19147, "wikipedia": "Denis O'Leary", "wikidata": "Q276969", "google_entity_id": "kg:/m/078zjc"}, "name": {"first": "Denis", "last": "O'Leary"}, "bio": {"birthday": "1863-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000035", "govtrack": 408445, "icpsr": 7172, "wikipedia": "A. Mitchell Palmer", "house_history": 19322, "wikidata": "Q1354363", "google_entity_id": "kg:/m/02l09f"}, "name": {"first": "Alexander", "middle": "Mitchell", "last": "Palmer"}, "bio": {"birthday": "1872-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "P000136", "govtrack": 408542, "icpsr": 7260, "house_history": 19444, "wikipedia": "Charles Emory Patton", "wikidata": "Q5077398", "google_entity_id": "kg:/m/03kt0s"}, "name": {"first": "Charles", "middle": "Emory", "last": "Patton"}, "bio": {"birthday": "1859-07-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "P000153", "govtrack": 408557, "icpsr": 7273, "wikipedia": "Sereno E. Payne", "house_history": 19466, "wikidata": "Q7453239", "google_entity_id": "kg:/m/07ybr9"}, "name": {"first": "Sereno", "middle": "Elisha", "last": "Payne"}, "bio": {"birthday": "1843-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 36, "party": "Republican"}]}, {"id": {"bioguide": "P000220", "govtrack": 408623, "icpsr": 7335, "wikipedia": "Irvin S. Pepper", "house_history": 19550, "wikidata": "Q1673260", "google_entity_id": "kg:/m/02rk7mb"}, "name": {"first": "Irvin", "middle": "St. Clair", "last": "Pepper"}, "bio": {"birthday": "1876-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000251", "govtrack": 408654, "icpsr": 7364, "house_history": 19587, "wikipedia": "Andrew James Peters", "wikidata": "Q505489", "google_entity_id": "kg:/m/0ksfrg"}, "name": {"first": "Andrew", "middle": "James", "last": "Peters"}, "bio": {"birthday": "1872-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "P000262", "govtrack": 408664, "icpsr": 7373, "wikipedia": "John B. Peterson", "house_history": 19601, "wikidata": "Q1699212", "google_entity_id": "kg:/m/02rkgmt"}, "name": {"first": "John", "middle": "Barney", "last": "Peterson"}, "bio": {"birthday": "1850-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "P000396", "govtrack": 408790, "icpsr": 7496, "house_history": 19768, "wikipedia": "Frank Plumley", "wikidata": "Q1167598", "google_entity_id": "kg:/m/02q_bb0"}, "name": {"first": "Frank", "last": "Plumley"}, "bio": {"birthday": "1844-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "VT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000454", "govtrack": 408841, "icpsr": 7545, "wikipedia": "James D. Post", "house_history": 19844, "wikidata": "Q12252422", "google_entity_id": "kg:/m/02rm19f"}, "name": {"first": "James", "middle": "Douglass", "last": "Post"}, "bio": {"birthday": "1863-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "P000551", "govtrack": 408935, "icpsr": 7636, "wikipedia": "Solomon F. Prouty", "house_history": 19960, "wikidata": "Q1565863", "google_entity_id": "kg:/m/02rk84w"}, "name": {"first": "Solomon", "middle": "Francis", "last": "Prouty"}, "bio": {"birthday": "1854-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "R000116", "govtrack": 409096, "icpsr": 7784, "wikipedia": "Eugene Elliott Reed", "house_history": 20225, "wikidata": "Q1373087", "google_entity_id": "kg:/m/02rhf_l"}, "name": {"first": "Eugene", "middle": "Elliott", "last": "Reed"}, "bio": {"birthday": "1866-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000156", "govtrack": 409133, "icpsr": 7817, "wikipedia": "Thomas L. Reilly", "house_history": 20278, "wikidata": "Q2425668", "google_entity_id": "kg:/m/02rjzv3"}, "name": {"first": "Thomas", "middle": "Lawrence", "last": "Reilly"}, "bio": {"gender": "M", "birthday": "1858-09-20"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CT", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000227", "govtrack": 409203, "icpsr": 7882, "wikipedia": "William N. Richardson", "house_history": 20364, "wikidata": "Q202125", "google_entity_id": "kg:/m/0f5spf"}, "name": {"first": "William", "last": "Richardson"}, "bio": {"birthday": "1839-05-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "R000370", "govtrack": 409340, "icpsr": 8006, "wikipedia": "Seaborn Roddenbery", "house_history": 20539, "wikidata": "Q637354", "google_entity_id": "kg:/m/090w27"}, "name": {"first": "Seaborn", "middle": "Anderson", "last": "Roddenbery"}, "bio": {"birthday": "1870-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "GA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000461", "govtrack": 409424, "icpsr": 8081, "house_history": 20653, "wikipedia": "John Hoover Rothermel", "wikidata": "Q6239785", "google_entity_id": "kg:/m/0g6y1q"}, "name": {"first": "John", "middle": "Hoover", "last": "Rothermel"}, "bio": {"birthday": "1856-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "R000511", "govtrack": 409470, "icpsr": 8116, "house_history": 20715, "wikipedia": "Arthur Ringwalt Rupley", "wikidata": "Q4800138", "google_entity_id": "kg:/m/0g3mr1"}, "name": {"first": "Arthur", "middle": "Ringwalt", "last": "Rupley"}, "bio": {"birthday": "1868-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000073", "govtrack": 409585, "icpsr": 8224, "wikipedia": "Willard Saulsbury Jr.", "wikidata": "Q1394349", "google_entity_id": "kg:/m/07nwwm"}, "name": {"first": "Willard", "last": "Saulsbury", "suffix": "Jr."}, "bio": {"birthday": "1861-04-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "DE", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000234", "govtrack": 409738, "icpsr": 8355, "wikipedia": "Harry H. Seldomridge", "house_history": 21425, "wikidata": "Q749913", "google_entity_id": "kg:/m/02rhh62"}, "name": {"first": "Harry", "middle": "Hunter", "last": "Seldomridge"}, "bio": {"birthday": "1864-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000279", "govtrack": 409778, "icpsr": 8394, "wikipedia": "John F. Shafroth", "house_history": 21483, "wikidata": "Q882506", "google_entity_id": "kg:/m/0bf393"}, "name": {"first": "John", "middle": "Franklin", "last": "Shafroth"}, "bio": {"birthday": "1854-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "CO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "CO", "district": 1, "party": "Silver Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "CO", "district": 1, "party": "Silver Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "CO", "district": 1, "party": "Silver Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "CO", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000296", "govtrack": 409795, "icpsr": 8408, "house_history": 21503, "wikipedia": "William Graves Sharp", "wikidata": "Q8010125", "google_entity_id": "kg:/m/0h18sg"}, "name": {"first": "William", "middle": "Graves", "last": "Sharp"}, "bio": {"birthday": "1859-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "S000535", "govtrack": 410018, "icpsr": 8618, "wikipedia": "Frank Owens Smith", "house_history": 21800, "wikidata": "Q1973401", "google_entity_id": "kg:/m/0f0vn4"}, "name": {"first": "Frank", "middle": "Owens", "last": "Smith"}, "bio": {"birthday": "1859-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MD", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000613", "govtrack": 410089, "icpsr": 8683, "wikipedia": "Samuel William Smith", "house_history": 21893, "wikidata": "Q2218970", "google_entity_id": "kg:/m/023lfy"}, "name": {"first": "Samuel", "middle": "William", "last": "Smith"}, "bio": {"birthday": "1852-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000629", "govtrack": 410103, "icpsr": 8698, "wikipedia": "William Alden Smith", "house_history": 21913, "wikidata": "Q571000", "google_entity_id": "kg:/m/03l5hf"}, "name": {"first": "William", "middle": "Alden", "last": "Smith"}, "bio": {"birthday": "1859-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "MI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "MI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000878", "govtrack": 410340, "icpsr": 8908, "wikipedia": "Frederick Stevens (politician)", "house_history": 22225, "wikidata": "Q182812", "google_entity_id": "kg:/m/0h18q0"}, "name": {"first": "Frederick", "middle": "Clement", "last": "Stevens"}, "bio": {"birthday": "1861-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000885", "govtrack": 410347, "icpsr": 8915, "wikipedia": "Raymond Bartlett Stevens", "house_history": 22233, "wikidata": "Q2134062", "google_entity_id": "kg:/m/02rjy6x"}, "name": {"first": "Raymond", "middle": "Bartlett", "last": "Stevens"}, "bio": {"birthday": "1874-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NH", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S001005", "govtrack": 410462, "icpsr": 9024, "wikipedia": "Lawrence B. Stringer", "house_history": 22382, "wikidata": "Q6503833", "google_entity_id": "kg:/m/02rkzw9"}, "name": {"first": "Lawrence", "middle": "Beaumont", "last": "Stringer"}, "bio": {"birthday": "1866-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S001061", "govtrack": 410515, "icpsr": 9076, "house_history": 22448, "wikipedia": "Timothy Sullivan", "wikidata": "Q7807538", "google_entity_id": "kg:/m/027919w"}, "name": {"first": "Timothy", "middle": "Daniel", "last": "Sullivan"}, "bio": {"birthday": "1862-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "T000023", "govtrack": 410613, "icpsr": 9164, "wikipedia": "Charles A. Talcott", "house_history": 22660, "wikidata": "Q5074923", "google_entity_id": "kg:/m/02qz1l1"}, "name": {"first": "Charles", "middle": "Andrew", "last": "Talcott"}, "bio": {"birthday": "1857-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 33, "party": "Democrat"}]}, {"id": {"bioguide": "T000066", "govtrack": 410652, "icpsr": 9200, "wikipedia": "Benjamin I. Taylor", "house_history": 22716, "wikidata": "Q4888846", "google_entity_id": "kg:/m/02rkmhw"}, "name": {"first": "Benjamin", "middle": "Irving", "last": "Taylor"}, "bio": {"birthday": "1877-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "T000078", "govtrack": 410662, "icpsr": 9209, "wikipedia": "George W. Taylor (politician)", "house_history": 22732, "wikidata": "Q1508475", "google_entity_id": "kg:/m/02rk1rn"}, "name": {"first": "George", "middle": "Washington", "last": "Taylor"}, "bio": {"gender": "M", "birthday": "1849-01-16"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000140", "govtrack": 410722, "icpsr": 9269, "wikipedia": "Thomas Chandler Thacher", "house_history": 22803, "wikidata": "Q2422949", "google_entity_id": "kg:/m/02rjzp_"}, "name": {"first": "Thomas", "middle": "Chandler", "last": "Thacher"}, "bio": {"birthday": "1858-07-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "T000226", "govtrack": 410805, "icpsr": 9347, "wikipedia": "William Howard Thompson", "wikidata": "Q6208747", "google_entity_id": "kg:/m/0cvscr"}, "name": {"first": "William", "middle": "Howard", "last": "Thompson"}, "bio": {"birthday": "1871-10-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "KS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000228", "govtrack": 410807, "icpsr": 9349, "wikipedia": "Charles M. Thomson", "house_history": 22910, "wikidata": "Q5080509", "google_entity_id": "kg:/m/02rk94h"}, "name": {"first": "Charles", "middle": "Marsh", "last": "Thomson"}, "bio": {"birthday": "1877-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 10, "party": "Progressive"}]}, {"id": {"bioguide": "T000274", "govtrack": 410847, "icpsr": 9386, "wikipedia": "Benjamin Tillman", "wikidata": "Q736903", "google_entity_id": "kg:/m/01chqh"}, "name": {"first": "Benjamin", "middle": "Ryan", "last": "Tillman"}, "bio": {"birthday": "1847-08-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "SC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "SC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "SC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000332", "govtrack": 410903, "icpsr": 9436, "wikipedia": "Edward W. Townsend", "house_history": 23042, "wikidata": "Q1294009", "google_entity_id": "kg:/m/02wvvtm"}, "name": {"first": "Edward", "middle": "Waterman", "last": "Townsend"}, "bio": {"birthday": "1855-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NJ", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NJ", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "T000439", "govtrack": 411007, "icpsr": 9532, "wikipedia": "William E. Tuttle, Jr.", "house_history": 23173, "wikidata": "Q1645378", "google_entity_id": "kg:/m/02x12y2"}, "name": {"first": "William", "middle": "Edgar", "last": "Tuttle", "suffix": "Jr."}, "bio": {"birthday": "1870-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NJ", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NJ", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "U000007", "govtrack": 411031, "icpsr": 9554, "wikipedia": "Edwin S. Underhill", "house_history": 20835, "wikidata": "Q5346797", "google_entity_id": "kg:/m/02rkp32"}, "name": {"first": "Edwin", "middle": "Stewart", "last": "Underhill"}, "bio": {"birthday": "1861-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 37, "party": "Democrat"}]}, {"id": {"bioguide": "V000070", "govtrack": 411128, "icpsr": 9646, "wikipedia": "James K. Vardaman", "wikidata": "Q747375", "google_entity_id": "kg:/m/01hp7t"}, "name": {"first": "James", "middle": "Kimble", "last": "Vardaman"}, "bio": {"birthday": "1861-07-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "MS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "V000075", "govtrack": 411132, "icpsr": 9651, "wikipedia": "Horace Worth Vaughan", "house_history": 20965, "wikidata": "Q1577301", "google_entity_id": "kg:/m/0c_hnf"}, "name": {"first": "Horace", "middle": "Worth", "last": "Vaughan"}, "bio": {"birthday": "1867-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "V000113", "govtrack": 411167, "icpsr": 9682, "wikipedia": "Henry Vollmer", "house_history": 21011, "wikidata": "Q1607353", "google_entity_id": "kg:/m/02rk7km"}, "name": {"first": "Henry", "last": "Vollmer"}, "bio": {"birthday": "1867-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000090", "govtrack": 411269, "icpsr": 9776, "wikipedia": "Samuel Wallin", "house_history": 23320, "wikidata": "Q7412867", "google_entity_id": "kg:/m/02rkwc5"}, "name": {"first": "Samuel", "last": "Wallin"}, "bio": {"birthday": "1856-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 30, "party": "Republican"}]}, {"id": {"bioguide": "W000095", "govtrack": 411274, "icpsr": 9780, "wikipedia": "Allan B. Walsh", "house_history": 23326, "wikidata": "Q1448361", "google_entity_id": "kg:/m/02wy9b0"}, "name": {"first": "Allan", "middle": "Bartholomew", "last": "Walsh"}, "bio": {"birthday": "1874-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000224", "govtrack": 411392, "icpsr": 9893, "wikipedia": "Claude Weaver", "house_history": 23487, "wikidata": "Q1097216", "google_entity_id": "kg:/m/02rr70m"}, "name": {"first": "Claude", "last": "Weaver"}, "bio": {"birthday": "1867-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OK", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "W000232", "govtrack": 411400, "icpsr": 9899, "wikipedia": "William R. Webb", "wikidata": "Q1022441", "google_entity_id": "kg:/m/04ktg3"}, "name": {"first": "William", "middle": "Robert", "last": "Webb"}, "bio": {"birthday": "1842-11-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1913-12-31", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000246", "govtrack": 411414, "icpsr": 9911, "wikipedia": "John W. Weeks", "house_history": 23512, "wikidata": "Q1371272", "google_entity_id": "kg:/m/02jt2t"}, "name": {"first": "John", "middle": "Wingate", "last": "Weeks"}, "bio": {"birthday": "1860-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "MA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000347", "govtrack": 411509, "icpsr": 10001, "wikipedia": "John J. Whitacre", "house_history": 23629, "wikidata": "Q1700592", "google_entity_id": "kg:/m/02rm1qj"}, "name": {"first": "John", "middle": "Jefferson", "last": "Whitacre"}, "bio": {"birthday": "1860-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "W000462", "govtrack": 411619, "icpsr": 10107, "wikipedia": "William Wilder", "house_history": 23767, "wikidata": "Q2807998", "google_entity_id": "kg:/m/0ckc85"}, "name": {"first": "William", "middle": "Henry", "last": "Wilder"}, "bio": {"birthday": "1855-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000580", "govtrack": 411735, "icpsr": 10220, "wikipedia": "Frank E. Wilson", "house_history": 23906, "wikidata": "Q328146", "google_entity_id": "kg:/m/02rkpdy"}, "name": {"first": "Frank", "middle": "Eugene", "last": "Wilson"}, "bio": {"birthday": "1857-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "Y000038", "govtrack": 411970, "icpsr": 10441, "wikipedia": "H. Olin Young", "house_history": 21076, "wikidata": "Q1432680", "google_entity_id": "kg:/m/02q6560"}, "name": {"first": "Horace", "middle": "Olin", "last": "Young"}, "bio": {"birthday": "1850-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MI", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "C000063", "govtrack": 402221, "icpsr": 1433, "wikipedia": "Johnson N. Camden Jr.", "wikidata": "Q5601297", "google_entity_id": "kg:/m/09wb62"}, "name": {"first": "Johnson", "middle": "Newlon", "last": "Camden", "suffix": "Jr."}, "bio": {"birthday": "1865-01-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1914-01-01", "end": "1915-03-03", "state": "KY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000193", "govtrack": 405074, "icpsr": 4060, "wikipedia": "Thomas W. Hardwick", "house_history": 14525, "wikidata": "Q884037", "google_entity_id": "kg:/m/05p05s"}, "name": {"first": "Thomas", "middle": "William", "last": "Hardwick"}, "bio": {"birthday": "1872-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "sen", "start": "1914-01-01", "end": "1919-03-03", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000189", "govtrack": 406692, "icpsr": 5554, "wikipedia": "Blair Lee I", "wikidata": "Q433668", "google_entity_id": "kg:/m/05gjw0"}, "name": {"first": "Blair", "last": "Lee"}, "bio": {"birthday": "1857-08-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1914-01-01", "end": "1917-03-03", "state": "MD", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000305", "govtrack": 411469, "icpsr": 9963, "wikipedia": "William Stanley West", "wikidata": "Q2580508", "google_entity_id": "kg:/m/0bf185"}, "name": {"first": "William", "middle": "Stanley", "last": "West"}, "bio": {"gender": "M", "birthday": "1849-08-23"}, "terms": [{"type": "sen", "start": "1914-01-01", "end": "1915-03-03", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000368", "govtrack": 411529, "icpsr": 10021, "wikipedia": "Francis S. White", "wikidata": "Q1441721", "google_entity_id": "kg:/m/03glr9"}, "name": {"first": "Francis", "middle": "Shelley", "last": "White", "nickname": "Frank"}, "bio": {"birthday": "1847-03-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1914-01-01", "end": "1915-03-03", "state": "AL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000013", "govtrack": 400676, "icpsr": 11, "wikipedia": "John Abercrombie (Congressman)", "house_history": 8266, "wikidata": "Q1702161", "google_entity_id": "kg:/m/0f6w_j"}, "name": {"first": "John", "middle": "William", "last": "Abercrombie"}, "bio": {"birthday": "1866-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AL", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "A000027", "govtrack": 400688, "icpsr": 21, "house_history": 8291, "wikipedia": "John A. M. Adair", "wikidata": "Q776226", "google_entity_id": "kg:/m/02rkgmg"}, "name": {"first": "John", "middle": "Alfred McDowell", "last": "Adair"}, "bio": {"birthday": "1864-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "A000064", "govtrack": 400724, "icpsr": 54, "house_history": 8345, "wikipedia": "Wyatt Aiken", "wikidata": "Q2595560", "google_entity_id": "kg:/m/02qv_6q"}, "name": {"first": "Wyatt", "last": "Aiken"}, "bio": {"birthday": "1863-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "SC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000111", "govtrack": 400768, "icpsr": 97, "wikipedia": "Alfred G. Allen", "house_history": 8413, "wikidata": "Q194779", "google_entity_id": "kg:/m/02rlzq6"}, "name": {"first": "Alfred", "middle": "Gaither", "last": "Allen"}, "bio": {"gender": "M", "birthday": "1867-07-23"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000050", "govtrack": 401055, "icpsr": 352, "house_history": 8838, "wikipedia": "Warren Worth Bailey", "wikidata": "Q7970610", "google_entity_id": "kg:/m/0g6w3j"}, "name": {"first": "Warren", "middle": "Worth", "last": "Bailey"}, "bio": {"birthday": "1855-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "B000133", "govtrack": 401135, "icpsr": 426, "house_history": 8941, "wikipedia": "Andrew Jackson Barchfeld", "wikidata": "Q4757452", "google_entity_id": "kg:/m/0g3qpg"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Barchfeld"}, "bio": {"birthday": "1863-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "B000269", "govtrack": 401263, "icpsr": 544, "house_history": 9122, "wikipedia": "Cyrus William Beales", "wikidata": "Q5201163", "google_entity_id": "kg:/m/0fzh9q"}, "name": {"first": "Cyrus", "middle": "William", "last": "Beales"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 20, "party": "Republican"}], "bio": {"birthday": "1877-12-16", "gender": "M"}}, {"id": {"bioguide": "B000293", "govtrack": 401286, "icpsr": 564, "wikipedia": "J. C. W. Beckham", "wikidata": "Q741918", "google_entity_id": "kg:/m/066bhw"}, "name": {"first": "John", "middle": "Crepps Wickliffe", "last": "Beckham"}, "bio": {"birthday": "1869-08-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "KY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000359", "govtrack": 401351, "icpsr": 623, "wikipedia": "Henry S. Benedict", "house_history": 9242, "wikidata": "Q1410588", "google_entity_id": "kg:/m/02rhhf_"}, "name": {"first": "Henry", "middle": "Stanley", "last": "Benedict"}, "bio": {"birthday": "1878-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "B000370", "govtrack": 401362, "icpsr": 632, "wikipedia": "William Stiles Bennet", "house_history": 9255, "wikidata": "Q3790216", "google_entity_id": "kg:/m/02rldts"}, "name": {"first": "William", "middle": "Stiles", "last": "Bennet"}, "bio": {"birthday": "1870-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "B000753", "govtrack": 401713, "icpsr": 964, "wikipedia": "James H. Brady", "wikidata": "Q203167", "google_entity_id": "kg:/m/02_z1m"}, "name": {"first": "James", "middle": "Henry", "last": "Brady"}, "bio": {"birthday": "1862-06-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1915-03-03", "state": "ID", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1915-12-06", "end": "1919-03-03", "state": "ID", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000896", "govtrack": 401853, "icpsr": 1092, "wikipedia": "Robert F. Broussard", "house_history": 9939, "wikidata": "Q454591", "google_entity_id": "kg:/m/0d3hk8"}, "name": {"first": "Robert", "middle": "Foligny", "last": "Broussard"}, "bio": {"gender": "M", "birthday": "1864-08-17"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "sen", "start": "1915-12-06", "end": "1919-03-03", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000949", "govtrack": 401902, "icpsr": 1138, "house_history": 10001, "wikipedia": "William Gay Brown Jr.", "wikidata": "Q1743263", "google_entity_id": "kg:/m/03c1s6n"}, "name": {"first": "William", "middle": "Gay", "last": "Brown", "suffix": "Jr."}, "bio": {"birthday": "1856-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WV", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B001001", "govtrack": 401951, "icpsr": 1183, "wikipedia": "Frank Buchanan (Illinois politician)", "house_history": 10068, "wikidata": "Q13218803", "google_entity_id": "kg:/m/04mw_yg"}, "name": {"first": "Frank", "last": "Buchanan"}, "bio": {"gender": "M", "birthday": "1862-06-14"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B001083", "govtrack": 402029, "icpsr": 1257, "wikipedia": "George Farmer Burgess", "house_history": 10173, "wikidata": "Q1507332", "google_entity_id": "kg:/m/03c2zgj"}, "name": {"first": "George", "middle": "Farmer", "last": "Burgess"}, "bio": {"birthday": "1861-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "B001095", "govtrack": 402041, "icpsr": 1268, "wikipedia": "Michael E. Burke", "house_history": 10190, "wikidata": "Q377462", "google_entity_id": "kg:/m/02vrp_m"}, "name": {"first": "Michael", "middle": "Edmund", "last": "Burke"}, "bio": {"birthday": "1863-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000056", "govtrack": 402215, "icpsr": 1427, "wikipedia": "Oscar Callaway", "house_history": 10513, "wikidata": "Q2032692", "google_entity_id": "kg:/m/02x3_x5"}, "name": {"first": "Oscar", "last": "Callaway"}, "bio": {"birthday": "1872-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "C000277", "govtrack": 402420, "icpsr": 1622, "wikipedia": "George Earle Chamberlain", "wikidata": "Q373284", "google_entity_id": "kg:/m/0b7vqp"}, "name": {"first": "George", "middle": "Earle", "last": "Chamberlain"}, "bio": {"gender": "M", "birthday": "1854-01-01"}, "terms": [{"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "OR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "OR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000323", "govtrack": 402465, "icpsr": 1663, "wikipedia": "William B. Charles", "house_history": 10858, "wikidata": "Q8004772", "google_entity_id": "kg:/m/02rkxt8"}, "name": {"first": "William", "middle": "Barclay", "last": "Charles"}, "bio": {"birthday": "1861-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 30, "party": "Republican"}]}, {"id": {"bioguide": "C000463", "govtrack": 402601, "icpsr": 1793, "wikipedia": "James Paul Clarke", "wikidata": "Q880580", "google_entity_id": "kg:/m/01scfj"}, "name": {"first": "James", "middle": "Paul", "last": "Clarke"}, "bio": {"birthday": "1854-08-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1915-12-06", "end": "1917-03-03", "state": "AR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000521", "govtrack": 402656, "icpsr": 1844, "wikipedia": "Cyrus Cline", "house_history": 11098, "wikidata": "Q590991", "google_entity_id": "kg:/m/02rkf9w"}, "name": {"first": "Cyrus", "last": "Cline"}, "bio": {"birthday": "1856-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IN", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IN", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IN", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IN", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "C000622", "govtrack": 402751, "icpsr": 1934, "house_history": 11229, "wikipedia": "William Henry Coleman", "wikidata": "Q8011941", "google_entity_id": "kg:/m/0g3mff"}, "name": {"first": "William", "middle": "Henry", "last": "Coleman"}, "bio": {"birthday": "1871-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 30, "party": "Republican"}]}, {"id": {"bioguide": "C000975", "govtrack": 403086, "icpsr": 2241, "wikipedia": "William A. Cullop", "house_history": 11672, "wikidata": "Q2577686", "google_entity_id": "kg:/m/02rkhyr"}, "name": {"first": "William", "middle": "Allen", "last": "Cullop"}, "bio": {"birthday": "1853-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000029", "govtrack": 403170, "icpsr": 2321, "wikipedia": "Henry G. Danforth", "house_history": 11867, "wikidata": "Q5721709", "google_entity_id": "kg:/m/02rkqfl"}, "name": {"first": "Henry", "middle": "Gold", "last": "Danforth"}, "bio": {"birthday": "1854-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 39, "party": "Republican"}]}, {"id": {"bioguide": "D000074", "govtrack": 403212, "icpsr": 2356, "wikipedia": "James S. Davenport", "house_history": 11923, "wikidata": "Q1649326", "google_entity_id": "kg:/m/02rr6pm"}, "name": {"first": "James", "middle": "Sanford", "last": "Davenport"}, "bio": {"gender": "M", "birthday": "1864-09-21"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OK", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000110", "govtrack": 403246, "icpsr": 2390, "wikipedia": "James H. Davis (congressman)", "house_history": 11966, "wikidata": "Q1680535", "google_entity_id": "kg:/m/02w997f"}, "name": {"first": "James", "middle": "Harvey", "last": "Davis", "nickname": "Cyclone"}, "bio": {"birthday": "1853-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "D000500", "govtrack": 403607, "icpsr": 2729, "wikipedia": "Daniel A. Driscoll", "house_history": 12458, "wikidata": "Q5216327", "google_entity_id": "kg:/m/02rkngt"}, "name": {"first": "Daniel", "middle": "Angelus", "last": "Driscoll"}, "bio": {"birthday": "1875-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 42, "party": "Democrat"}]}, {"id": {"bioguide": "E000015", "govtrack": 403711, "wikipedia": "Manuel Earnshaw", "house_history": 12621, "wikidata": "Q2514230", "google_entity_id": "kg:/m/0cg5vn"}, "name": {"first": "Manuel", "last": "Earnshaw"}, "bio": {"birthday": "1862-11-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PI", "district": -1}]}, {"id": {"bioguide": "F000021", "govtrack": 403983, "icpsr": 3062, "wikipedia": "Michael F. Farley", "house_history": 12990, "wikidata": "Q2815165", "google_entity_id": "kg:/m/07jtbs"}, "name": {"first": "Michael", "middle": "Francis", "last": "Farley"}, "bio": {"birthday": "1863-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "G000023", "govtrack": 404399, "icpsr": 3439, "wikipedia": "Jacob Harold Gallinger", "house_history": 13593, "wikidata": "Q5750508", "google_entity_id": "kg:/m/09ycf3"}, "name": {"first": "Jacob", "middle": "Harold", "last": "Gallinger"}, "bio": {"birthday": "1837-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1891-12-07", "end": "1897-03-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1915-12-06", "end": "1919-03-03", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000344", "govtrack": 404700, "icpsr": 3725, "wikipedia": "Joseph A. Goulden", "house_history": 13995, "wikidata": "Q4068797", "google_entity_id": "kg:/m/02rkt3f"}, "name": {"first": "Joseph", "middle": "Aloysius", "last": "Goulden"}, "bio": {"birthday": "1844-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "G000491", "govtrack": 404836, "icpsr": 3849, "house_history": 14182, "wikipedia": "Asle Gronna", "wikidata": "Q732712", "google_entity_id": "kg:/m/077yh9"}, "name": {"first": "Asle", "middle": "Jorgenson", "last": "Gronna"}, "bio": {"birthday": "1858-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1911-04-04", "end": "1915-03-03", "state": "ND", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "ND", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000517", "govtrack": 404862, "icpsr": 3870, "wikipedia": "Frank E. Guernsey", "house_history": 14214, "wikidata": "Q515631", "google_entity_id": "kg:/m/02rv9qs"}, "name": {"first": "Frank", "middle": "Edward", "last": "Guernsey"}, "bio": {"birthday": "1866-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "ME", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000283", "govtrack": 405157, "icpsr": 4141, "wikipedia": "Archibald C. Hart", "house_history": 14632, "wikidata": "Q633070", "google_entity_id": "kg:/m/02wb_jn"}, "name": {"first": "Archibald", "middle": "Chapman", "last": "Hart"}, "bio": {"birthday": "1873-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NJ", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000382", "govtrack": 405250, "icpsr": 4225, "wikipedia": "James Hay (politician)", "house_history": 14752, "wikidata": "Q1680539", "google_entity_id": "kg:/m/0b7t28"}, "name": {"first": "James", "last": "Hay"}, "bio": {"birthday": "1856-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "VA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000516", "govtrack": 405379, "icpsr": 4341, "house_history": 14923, "wikipedia": "Robert Lee Henry", "wikidata": "Q2158001", "google_entity_id": "kg:/m/02647w2"}, "name": {"first": "Robert", "middle": "Lee", "last": "Henry"}, "bio": {"birthday": "1864-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "H000630", "govtrack": 405487, "icpsr": 4442, "wikipedia": "Asher Hinds", "house_history": 15064, "wikidata": "Q725092", "google_entity_id": "kg:/m/02x0lf7"}, "name": {"first": "Asher", "middle": "Crosby", "last": "Hinds"}, "bio": {"birthday": "1863-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "ME", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000785", "govtrack": 405635, "icpsr": 4578, "house_history": 15254, "wikipedia": "Robert Freeman Hopwood", "wikidata": "Q7344530", "google_entity_id": "kg:/m/0fzhh8"}, "name": {"first": "Robert", "middle": "Freeman", "last": "Hopwood"}, "bio": {"birthday": "1856-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "H000866", "govtrack": 405713, "icpsr": 4652, "wikipedia": "Joseph Howell", "house_history": 15357, "wikidata": "Q132393", "google_entity_id": "kg:/m/02rm3zq"}, "name": {"first": "Joseph", "last": "Howell"}, "bio": {"birthday": "1857-02-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "UT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "UT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000920", "govtrack": 405765, "icpsr": 4699, "wikipedia": "Dudley Mays Hughes", "house_history": 15420, "wikidata": "Q1263747", "google_entity_id": "kg:/m/026xhqf"}, "name": {"first": "Dudley", "middle": "Mays", "last": "Hughes"}, "bio": {"birthday": "1848-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "GA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "GA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "H000958", "govtrack": 405802, "icpsr": 4732, "house_history": 15467, "wikipedia": "William E. Humphrey", "wikidata": "Q1794711", "google_entity_id": "kg:/m/03dscb"}, "name": {"first": "William", "middle": "Ewart", "last": "Humphrey"}, "bio": {"birthday": "1862-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H001006", "govtrack": 405846, "icpsr": 4776, "wikipedia": "Paul O. Husting", "wikidata": "Q445048", "google_entity_id": "kg:/m/02l7v0"}, "name": {"first": "Paul", "middle": "Oscar", "last": "Husting"}, "bio": {"birthday": "1866-04-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1915-12-06", "end": "1917-12-31", "state": "WI", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000128", "govtrack": 406027, "icpsr": 4950, "wikipedia": "Edwin S. Johnson", "wikidata": "Q1294947", "google_entity_id": "kg:/m/0ct5kk"}, "name": {"first": "Edwin", "middle": "Stockton", "last": "Johnson"}, "bio": {"birthday": "1857-02-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "SD", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000156", "govtrack": 406054, "icpsr": 4975, "wikipedia": "Joseph T. Johnson", "house_history": 15887, "wikidata": "Q1708065", "google_entity_id": "kg:/m/02w12pr"}, "name": {"first": "Joseph", "middle": "Travis", "last": "Johnson"}, "bio": {"birthday": "1858-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "K000052", "govtrack": 406222, "icpsr": 5130, "house_history": 16145, "wikipedia": "Abraham Lincoln Keister", "wikidata": "Q4669034", "google_entity_id": "kg:/m/0fzh5k"}, "name": {"first": "Abraham", "middle": "Lincoln", "last": "Keister"}, "bio": {"birthday": "1852-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "K000127", "govtrack": 406293, "icpsr": 5196, "house_history": 16236, "wikipedia": "William Kent (U.S. Congressman)", "wikidata": "Q1758991", "google_entity_id": "kg:/m/06fpg4"}, "name": {"first": "William", "last": "Kent"}, "bio": {"birthday": "1864-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CA", "district": 1, "party": "Independent"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CA", "district": 1, "party": "Independent"}]}, {"id": {"bioguide": "K000310", "govtrack": 406464, "icpsr": 5355, "wikipedia": "Thomas F. Konop", "house_history": 16470, "wikidata": "Q2423755", "google_entity_id": "kg:/m/02vrqdr"}, "name": {"first": "Thomas", "middle": "Frank", "last": "Konop"}, "bio": {"birthday": "1879-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WI", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WI", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WI", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "L000014", "govtrack": 406524, "icpsr": 5396, "house_history": 16592, "wikipedia": "Daniel F. Lafean", "wikidata": "Q5217099", "google_entity_id": "kg:/m/0fx5jh"}, "name": {"first": "Daniel", "middle": "Franklin", "last": "Lafean"}, "bio": {"birthday": "1861-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "L000302", "govtrack": 406797, "icpsr": 5657, "wikipedia": "Charles Lieb", "house_history": 16967, "wikidata": "Q214505", "google_entity_id": "kg:/m/02rkf5d"}, "name": {"first": "Charles", "last": "Lieb"}, "bio": {"birthday": "1852-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000303", "govtrack": 406798, "icpsr": 5658, "house_history": 16968, "wikipedia": "Michael Liebel, Jr.", "wikidata": "Q1332385", "google_entity_id": "kg:/m/0g3nzw"}, "name": {"first": "Michael", "last": "Liebel", "suffix": "Jr."}, "bio": {"birthday": "1870-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "L000320", "govtrack": 406814, "icpsr": 5673, "wikipedia": "Charles August Lindbergh", "house_history": 16989, "wikidata": "Q1063612", "google_entity_id": "kg:/m/0732wk"}, "name": {"first": "Charles", "middle": "August", "last": "Lindbergh"}, "bio": {"birthday": "1859-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "L000380", "govtrack": 406872, "icpsr": 5727, "house_history": 17067, "wikipedia": "James Tilghman Lloyd", "wikidata": "Q1681195", "google_entity_id": "kg:/m/038lcp"}, "name": {"first": "James", "middle": "Tilghman", "last": "Lloyd"}, "bio": {"birthday": "1857-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000399", "govtrack": 406890, "icpsr": 5742, "wikipedia": "George W. Loft", "house_history": 17089, "wikidata": "Q2598181", "google_entity_id": "kg:/m/02rkpxr"}, "name": {"first": "George", "middle": "William", "last": "Loft"}, "bio": {"birthday": "1865-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "L000449", "govtrack": 406939, "icpsr": 5785, "wikipedia": "George A. Loud", "house_history": 17154, "wikidata": "Q1506794", "google_entity_id": "kg:/m/02ptjgv"}, "name": {"first": "George", "middle": "Alvin", "last": "Loud"}, "bio": {"birthday": "1852-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MI", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "M000254", "govtrack": 407272, "icpsr": 6085, "wikipedia": "Nelson E. Matthews", "house_history": 17637, "wikidata": "Q11706948", "google_entity_id": "kg:/m/02rm2pg"}, "name": {"first": "Nelson", "middle": "Edwin", "last": "Matthews"}, "bio": {"birthday": "1852-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M000363", "govtrack": 407368, "icpsr": 6176, "wikipedia": "Paul G. McCorkle", "house_history": 17777, "wikidata": "Q2059701", "google_entity_id": "kg:/m/02vrpdq"}, "name": {"first": "Paul", "middle": "Grier", "last": "McCorkle"}, "bio": {"birthday": "1863-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "SC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000378", "govtrack": 407381, "icpsr": 6190, "wikipedia": "Robert M. McCracken", "house_history": 17797, "wikidata": "Q2158147", "google_entity_id": "kg:/m/0d5zb0"}, "name": {"first": "Robert", "middle": "McDowell", "last": "McCracken"}, "bio": {"birthday": "1874-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "ID", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000405", "govtrack": 407405, "icpsr": 6213, "house_history": 17832, "wikipedia": "James T. McDermott", "wikidata": "Q6143950", "google_entity_id": "kg:/m/07c3ht"}, "name": {"first": "James", "middle": "Thomas", "last": "McDermott"}, "bio": {"birthday": "1872-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000448", "govtrack": 407447, "icpsr": 6252, "wikipedia": "Daniel J. McGillicuddy", "house_history": 17885, "wikidata": "Q1161212", "google_entity_id": "kg:/m/02x25xh"}, "name": {"first": "Daniel", "middle": "John", "last": "McGillicuddy"}, "bio": {"birthday": "1859-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "ME", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "ME", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "ME", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000753", "govtrack": 407731, "icpsr": 6507, "house_history": 18270, "wikipedia": "Samuel Henry Miller", "wikidata": "Q7411676", "google_entity_id": "kg:/m/0g2ywp"}, "name": {"first": "Samuel", "middle": "Henry", "last": "Miller"}, "bio": {"birthday": "1840-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "PA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "PA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "M000758", "govtrack": 407736, "icpsr": 6512, "house_history": 18277, "wikipedia": "Thomas W. Miller", "wikidata": "Q2427942", "google_entity_id": "kg:/m/0h2c3d"}, "name": {"first": "Thomas", "middle": "Woodnutt", "last": "Miller"}, "bio": {"birthday": "1886-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "M000888", "govtrack": 407860, "icpsr": 6622, "wikipedia": "William C. Mooney", "house_history": 18448, "wikidata": "Q8006367", "google_entity_id": "kg:/m/02rm3hy"}, "name": {"first": "William", "middle": "Crittenden", "last": "Mooney"}, "bio": {"birthday": "1855-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "M000955", "govtrack": 407923, "icpsr": 6683, "house_history": 18527, "wikipedia": "Lewis L. Morgan", "wikidata": "Q1323113", "google_entity_id": "kg:/m/0by5gb"}, "name": {"first": "Lewis", "middle": "Lovering", "last": "Morgan"}, "bio": {"birthday": "1876-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "LA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000998", "govtrack": 407966, "icpsr": 6724, "wikipedia": "Martin A. Morrison", "house_history": 18577, "wikidata": "Q520990", "google_entity_id": "kg:/m/02rkh6c"}, "name": {"first": "Martin", "middle": "Andrew", "last": "Morrison"}, "bio": {"birthday": "1862-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M001034", "govtrack": 408001, "icpsr": 6755, "wikipedia": "Hunter Holmes Moss Jr.", "house_history": 18622, "wikidata": "Q1638124", "google_entity_id": "kg:/m/03c2t6_"}, "name": {"first": "Hunter", "middle": "Holmes", "last": "Moss", "suffix": "Jr."}, "bio": {"birthday": "1874-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WV", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M001037", "govtrack": 408004, "icpsr": 6758, "wikipedia": "Ralph W. Moss (U.S. Representative)", "house_history": 18625, "wikidata": "Q1435469", "google_entity_id": "kg:/m/02rkhjp"}, "name": {"first": "Ralph", "middle": "Wilbur", "last": "Moss"}, "bio": {"birthday": "1862-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M001118", "govtrack": 408081, "icpsr": 6829, "house_history": 18723, "wikipedia": "William H. Murray", "wikidata": "Q882854", "google_entity_id": "kg:/m/02c687"}, "name": {"first": "William", "middle": "Henry David", "last": "Murray"}, "bio": {"birthday": "1869-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OK", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OK", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "N000069", "govtrack": 408157, "icpsr": 6897, "wikipedia": "Francis G. Newlands", "house_history": 18922, "wikidata": "Q670812", "google_entity_id": "kg:/m/06tp7w"}, "name": {"first": "Francis", "middle": "Griffith", "last": "Newlands"}, "bio": {"birthday": "1846-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "NV", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "NV", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1915-12-06", "end": "1917-12-31", "state": "NV", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "N000141", "govtrack": 408225, "icpsr": 6962, "house_history": 19007, "wikipedia": "Solomon Taylor North", "wikidata": "Q7558756", "google_entity_id": "kg:/m/0g2z5p"}, "name": {"first": "Solomon", "middle": "Taylor", "last": "North"}, "bio": {"birthday": "1853-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "O000002", "govtrack": 408314, "icpsr": 6993, "wikipedia": "Peter Davis Oakley", "house_history": 19071, "wikidata": "Q2043572", "google_entity_id": "kg:/g/11bc5_pspc"}, "name": {"first": "Peter", "middle": "Davis", "last": "Oakey"}, "bio": {"birthday": "1861-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "O000049", "govtrack": 408332, "icpsr": 7037, "wikipedia": "Woodson R. Oglesby", "house_history": 19129, "wikidata": "Q8033378", "google_entity_id": "kg:/m/02rkyf7"}, "name": {"first": "Woodson", "middle": "Ratcliffe", "last": "Oglesby"}, "bio": {"birthday": "1867-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "P000022", "govtrack": 408433, "icpsr": 7160, "wikipedia": "Robert N. Page", "house_history": 19308, "wikidata": "Q474578", "google_entity_id": "kg:/m/02vn_mw"}, "name": {"first": "Robert", "middle": "Newton", "last": "Page"}, "bio": {"birthday": "1859-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "P000109", "govtrack": 408517, "icpsr": 7236, "wikipedia": "Thomas G. Patten", "house_history": 19408, "wikidata": "Q3209523", "google_entity_id": "kg:/m/02rkx38"}, "name": {"first": "Thomas", "middle": "Gedney", "last": "Patten"}, "bio": {"birthday": "1861-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "P000217", "govtrack": 408620, "icpsr": 7332, "wikipedia": "Boies Penrose", "wikidata": "Q891015", "google_entity_id": "kg:/m/07qs7m"}, "name": {"first": "Boies", "last": "Penrose"}, "bio": {"birthday": "1860-11-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "PA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "PA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "PA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "PA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000290", "govtrack": 408690, "icpsr": 7395, "wikipedia": "James D. Phelan", "wikidata": "Q1680239", "google_entity_id": "kg:/m/03m0p_"}, "name": {"first": "James", "middle": "Duval", "last": "Phelan"}, "bio": {"birthday": "1861-04-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "CA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "Q000009", "govtrack": 408972, "house_history": 20053, "wikipedia": "Manuel L. Quezon", "wikidata": "Q1503", "google_entity_id": "kg:/m/015865"}, "name": {"first": "Manuel", "middle": "Luis", "last": "Quezon"}, "bio": {"birthday": "1878-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PI", "district": -1}]}, {"id": {"bioguide": "R000070", "govtrack": 409050, "icpsr": 7743, "wikipedia": "George W. Rauch", "house_history": 20167, "wikidata": "Q1508465", "google_entity_id": "kg:/m/02rkg3n"}, "name": {"first": "George", "middle": "Washington", "last": "Rauch"}, "bio": {"gender": "M", "birthday": "1876-02-22"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IN", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "R000279", "govtrack": 409253, "wikipedia": "Luis Mu\u00f1oz Rivera", "house_history": 20429, "wikidata": "Q734445", "google_entity_id": "kg:/m/036jqd"}, "name": {"first": "Luis", "middle": "Mu\u00f1oz", "last": "Rivera"}, "bio": {"birthday": "1859-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PR", "district": 0, "party": "Unionist"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PR", "district": 0, "party": "Unionist"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PR", "district": 0, "party": "Unionist"}]}, {"id": {"bioguide": "R000311", "govtrack": 409282, "icpsr": 7952, "wikipedia": "Ernest W. Roberts", "house_history": 20469, "wikidata": "Q1356570", "google_entity_id": "kg:/m/02rhf_7"}, "name": {"first": "Ernest", "middle": "William", "last": "Roberts"}, "bio": {"birthday": "1858-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "R000493", "govtrack": 409452, "icpsr": 8102, "wikipedia": "Tinsley W. Rucker Jr.", "house_history": 20695, "wikidata": "Q2435923", "google_entity_id": "kg:/m/026p07x"}, "name": {"first": "Tinsley", "middle": "White", "last": "Rucker"}, "bio": {"birthday": "1848-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "R000534", "govtrack": 409491, "icpsr": 8136, "wikipedia": "J. Edward Russell", "house_history": 20742, "wikidata": "Q11174352", "google_entity_id": "kg:/m/02rm4n0"}, "name": {"first": "Joshua", "middle": "Edward", "last": "Russell"}, "bio": {"birthday": "1867-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000348", "govtrack": 409844, "icpsr": 8456, "wikipedia": "Lawrence Yates Sherman", "wikidata": "Q436363", "google_entity_id": "kg:/m/06p3ll"}, "name": {"first": "Lawrence", "middle": "Yates", "last": "Sherman"}, "bio": {"birthday": "1858-11-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "IL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000371", "govtrack": 409865, "icpsr": 8478, "wikipedia": "Benjamin F. Shively", "house_history": 21598, "wikidata": "Q817473", "google_entity_id": "kg:/m/0cyqn2"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Shively"}, "bio": {"birthday": "1857-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IN", "district": 13, "party": "National Greenbacker"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IN", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IN", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "IN", "district": 13, "party": "Democrat"}, {"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "IN", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1915-12-06", "end": "1917-03-03", "state": "IN", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000540", "govtrack": 410022, "icpsr": 8623, "wikipedia": "George Ross Smith", "house_history": 21805, "wikidata": "Q1291618", "google_entity_id": "kg:/m/0dqs5h"}, "name": {"first": "George", "middle": "Ross", "last": "Smith"}, "bio": {"birthday": "1864-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000551", "govtrack": 410033, "icpsr": 8633, "wikipedia": "M. Hoke Smith", "wikidata": "Q356810", "google_entity_id": "kg:/m/064v2b"}, "name": {"first": "Hoke", "last": "Smith"}, "bio": {"birthday": "1855-09-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1915-03-03", "state": "GA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "GA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000577", "govtrack": 410058, "icpsr": 8658, "wikipedia": "John Walter Smith", "house_history": 21849, "wikidata": "Q536076", "google_entity_id": "kg:/m/047p4k"}, "name": {"first": "John", "middle": "Walter", "last": "Smith"}, "bio": {"birthday": "1845-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1908-01-01", "end": "1915-03-03", "state": "MD", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "MD", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000589", "govtrack": 410069, "icpsr": 8665, "wikipedia": "Marcus A. Smith", "house_history": 21864, "wikidata": "Q1894073", "google_entity_id": "kg:/m/07sckt"}, "name": {"first": "Marcus", "middle": "Aurelius", "last": "Smith"}, "bio": {"birthday": "1851-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "sen", "start": "1912-01-01", "end": "1915-03-03", "state": "AZ", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "AZ", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000636", "govtrack": 410110, "icpsr": 8705, "wikipedia": "William Robert Smith", "house_history": 21921, "wikidata": "Q1440371", "google_entity_id": "kg:/m/0gwx04"}, "name": {"first": "William", "middle": "Robert", "last": "Smith"}, "bio": {"birthday": "1863-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "S000702", "govtrack": 410173, "icpsr": 8765, "wikipedia": "Stephen M. Sparkman", "house_history": 22006, "wikidata": "Q2344924", "google_entity_id": "kg:/m/02rjzhg"}, "name": {"first": "Stephen", "middle": "Milancthon", "last": "Sparkman"}, "bio": {"gender": "M", "birthday": "1849-07-29"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "FL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000837", "govtrack": 410301, "icpsr": 8873, "wikipedia": "Thomas J. Steele", "house_history": 22175, "wikidata": "Q2425006", "google_entity_id": "kg:/m/02rk87z"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Steele"}, "bio": {"birthday": "1853-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "S000858", "govtrack": 410321, "icpsr": 8889, "wikipedia": "John Hall Stephens", "house_history": 22201, "wikidata": "Q1700349", "google_entity_id": "kg:/m/03c2zh6"}, "name": {"first": "John", "middle": "Hall", "last": "Stephens"}, "bio": {"gender": "M", "birthday": "1847-11-22"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "S000861", "govtrack": 410324, "icpsr": 8891, "house_history": 22204, "wikipedia": "William Stephens", "wikidata": "Q880618", "google_entity_id": "kg:/m/03ccc4"}, "name": {"first": "William", "middle": "Dennison", "last": "Stephens"}, "bio": {"birthday": "1859-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CA", "district": 10, "party": "Progressive"}]}, {"id": {"bioguide": "S000954", "govtrack": 410413, "icpsr": 8976, "wikipedia": "Claude U. Stone", "house_history": 22319, "wikidata": "Q5129054", "google_entity_id": "kg:/m/02rl0xz"}, "name": {"first": "Claudius", "middle": "Ulysses", "last": "Stone"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 16, "party": "Democrat"}], "bio": {"birthday": "1879-05-11", "gender": "M"}}, {"id": {"bioguide": "S000968", "govtrack": 410427, "icpsr": 8989, "house_history": 22339, "wikipedia": "William J. Stone", "wikidata": "Q884118", "google_entity_id": "kg:/m/09svlz"}, "name": {"first": "William", "middle": "Joel", "last": "Stone"}, "bio": {"birthday": "1848-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MO", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MO", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MO", "district": 12, "party": "Democrat"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "MO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "MO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1915-12-06", "end": "1919-03-03", "state": "MO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000982", "govtrack": 410441, "icpsr": 9003, "wikipedia": "Tom Stout", "house_history": 22356, "wikidata": "Q2440145", "google_entity_id": "kg:/m/02rk0c_"}, "name": {"first": "Tom", "last": "Stout"}, "bio": {"birthday": "1879-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MT", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "T000011", "govtrack": 410601, "icpsr": 9153, "wikipedia": "Joseph Taggart", "house_history": 22645, "wikidata": "Q1426694", "google_entity_id": "kg:/m/0670x_"}, "name": {"first": "Joseph", "last": "Taggart"}, "bio": {"birthday": "1867-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000059", "govtrack": 410645, "icpsr": 9193, "wikipedia": "Clyde Howard Tavenner", "house_history": 22706, "wikidata": "Q5136943", "google_entity_id": "kg:/m/02rk98m"}, "name": {"first": "Clyde", "middle": "Howard", "last": "Tavenner"}, "bio": {"birthday": "1882-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "T000160", "govtrack": 410742, "icpsr": 9288, "wikipedia": "Charles S. Thomas", "wikidata": "Q888144", "google_entity_id": "kg:/m/0bf2wj"}, "name": {"first": "Charles", "middle": "Spalding", "last": "Thomas"}, "bio": {"birthday": "1849-12-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1915-03-03", "state": "CO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "CO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000366", "govtrack": 410935, "icpsr": 9467, "wikipedia": "Samuel Joelah Tribble", "house_history": 23082, "wikidata": "Q2218452", "google_entity_id": "kg:/m/026pd_y"}, "name": {"first": "Samuel", "middle": "Joelah", "last": "Tribble"}, "bio": {"gender": "M", "birthday": "1869-11-15"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "W000535", "govtrack": 411691, "icpsr": 10177, "wikipedia": "Seward H. Williams", "house_history": 23850, "wikidata": "Q7458175", "google_entity_id": "kg:/m/02rm325"}, "name": {"first": "Seward", "middle": "Henry", "last": "Williams"}, "bio": {"birthday": "1870-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "W000548", "govtrack": 411704, "icpsr": 10190, "wikipedia": "William E. Williams", "house_history": 23865, "wikidata": "Q7870829", "google_entity_id": "kg:/m/02rkdc8"}, "name": {"first": "William", "middle": "Elza", "last": "Williams"}, "bio": {"birthday": "1857-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "W000575", "govtrack": 411730, "icpsr": 10215, "wikipedia": "Emmett Wilson", "house_history": 23898, "wikidata": "Q1338739", "google_entity_id": "kg:/m/02q62fx"}, "name": {"first": "Emmett", "last": "Wilson"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "FL", "district": 3, "party": "Democrat"}], "bio": {"birthday": "1882-09-17", "gender": "M"}}, {"id": {"bioguide": "W000662", "govtrack": 411815, "icpsr": 10298, "wikipedia": "Samuel Andrew Witherspoon", "house_history": 24005, "wikidata": "Q2217906", "google_entity_id": "kg:/m/02rtn8t"}, "name": {"first": "Samuel", "middle": "Andrew", "last": "Witherspoon"}, "bio": {"birthday": "1855-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MS", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "K000233", "govtrack": 406392, "icpsr": 5290, "wikipedia": "William F. Kirby", "wikidata": "Q2578733", "google_entity_id": "kg:/m/09sy0q"}, "name": {"first": "William", "middle": "Fosgate", "last": "Kirby"}, "bio": {"birthday": "1867-11-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1916-01-01", "end": "1921-03-03", "state": "AR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000013", "govtrack": 410603, "icpsr": 9155, "wikipedia": "Thomas Taggart", "wikidata": "Q1805476", "google_entity_id": "kg:/m/03prpb"}, "name": {"first": "Thomas", "last": "Taggart"}, "bio": {"birthday": "1856-11-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1916-01-01", "end": "1917-03-03", "state": "IN", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000051", "govtrack": 400712, "icpsr": 44, "wikipedia": "William C. Adamson", "house_history": 8326, "wikidata": "Q1802130", "google_entity_id": "kg:/m/02rk16t"}, "name": {"first": "William", "middle": "Charles", "last": "Adamson"}, "bio": {"birthday": "1854-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "A000341", "govtrack": 400991, "icpsr": 295, "wikipedia": "Richard W. Austin", "house_history": 8731, "wikidata": "Q2150818", "google_entity_id": "kg:/m/0dllm6"}, "name": {"first": "Richard", "middle": "Wilson", "last": "Austin"}, "bio": {"birthday": "1857-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000018", "govtrack": 401023, "icpsr": 326, "wikipedia": "Mark R. Bacon", "house_history": 8795, "wikidata": "Q281229", "google_entity_id": "kg:/m/03y489"}, "name": {"first": "Mark", "middle": "Reeves", "last": "Bacon"}, "bio": {"birthday": "1852-02-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000164", "govtrack": 401166, "icpsr": 453, "wikipedia": "Henry A. Barnhart", "house_history": 8982, "wikidata": "Q646060", "google_entity_id": "kg:/m/02rkg6d"}, "name": {"first": "Henry", "middle": "A.", "last": "Barnhart"}, "bio": {"birthday": "1858-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IN", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IN", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IN", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IN", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IN", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IN", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "B000240", "govtrack": 401235, "icpsr": 519, "wikipedia": "Ellsworth Raymond Bathrick", "house_history": 9086, "wikidata": "Q1237628", "google_entity_id": "kg:/m/02rl_q6"}, "name": {"first": "Elsworth", "middle": "Raymond", "last": "Bathrick"}, "bio": {"birthday": "1863-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "B000264", "govtrack": 401258, "icpsr": 539, "wikipedia": "Samuel Beakes", "house_history": 9116, "wikidata": "Q2217982", "google_entity_id": "kg:/m/03ynp9"}, "name": {"first": "Samuel", "middle": "Willard", "last": "Beakes"}, "bio": {"birthday": "1861-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000421", "govtrack": 401407, "icpsr": 676, "house_history": 9323, "wikipedia": "Earl Hanley Beshlin", "wikidata": "Q5325900", "google_entity_id": "kg:/m/0g3n13"}, "name": {"first": "Earl", "middle": "Hanley", "last": "Beshlin"}, "bio": {"birthday": "1870-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 28, "party": "Democrat"}]}, {"id": {"bioguide": "B000476", "govtrack": 401457, "icpsr": 721, "wikipedia": "William F. Birch", "house_history": 9394, "wikidata": "Q2578703", "google_entity_id": "kg:/m/02w6p4n"}, "name": {"first": "William", "middle": "Fred", "last": "Birch"}, "bio": {"birthday": "1870-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NJ", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000552", "govtrack": 401527, "icpsr": 790, "house_history": 9490, "wikipedia": "Orrin Dubbs Bleakley", "wikidata": "Q7104081", "google_entity_id": "kg:/m/0g2yqg"}, "name": {"first": "Orrin", "middle": "Dubbs", "last": "Bleakley"}, "bio": {"birthday": "1854-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "B000643", "govtrack": 401608, "icpsr": 866, "wikipedia": "William Patterson Borland", "house_history": 9615, "wikidata": "Q1248548", "google_entity_id": "kg:/m/02rz8lt"}, "name": {"first": "William", "middle": "Patterson", "last": "Borland"}, "bio": {"birthday": "1867-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000846", "govtrack": 401803, "icpsr": 1047, "wikipedia": "James Jefferson Britt", "house_history": 9872, "wikidata": "Q1680630", "google_entity_id": "kg:/m/03b_y_j"}, "name": {"first": "James", "middle": "Jefferson", "last": "Britt"}, "bio": {"birthday": "1861-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NC", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "B000855", "govtrack": 401812, "icpsr": 1055, "house_history": 9884, "wikipedia": "Andrew R. Brodbeck", "wikidata": "Q4758340", "google_entity_id": "kg:/m/0g1j6y"}, "name": {"first": "Andrew", "middle": "R.", "last": "Brodbeck"}, "bio": {"birthday": "1860-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "B000974", "govtrack": 401926, "icpsr": 1159, "wikipedia": "Henry Bruckner", "house_history": 10036, "wikidata": "Q5718745", "google_entity_id": "kg:/m/0kt7_x"}, "name": {"first": "Henry", "last": "Bruckner"}, "bio": {"birthday": "1871-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "C000025", "govtrack": 402186, "icpsr": 1399, "wikipedia": "William M. Calder", "house_history": 10474, "wikidata": "Q456385", "google_entity_id": "kg:/m/06v4v1"}, "name": {"first": "William", "middle": "Musgrave", "last": "Calder"}, "bio": {"birthday": "1869-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "NY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000136", "govtrack": 402286, "icpsr": 1496, "wikipedia": "John H. Capstick", "house_history": 10620, "wikidata": "Q1700303", "google_entity_id": "kg:/m/02w9flb"}, "name": {"first": "John", "middle": "Henry", "last": "Capstick"}, "bio": {"birthday": "1856-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NJ", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000205", "govtrack": 402351, "icpsr": 1554, "wikipedia": "William Henry Carter", "house_history": 10711, "wikidata": "Q2579194", "google_entity_id": "kg:/m/02rj_kw"}, "name": {"first": "William", "middle": "Henry", "last": "Carter"}, "bio": {"birthday": "1864-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "C000218", "govtrack": 402364, "icpsr": 1567, "wikipedia": "William J. Cary", "house_history": 10727, "wikidata": "Q995498", "google_entity_id": "kg:/m/02vrq0q"}, "name": {"first": "William", "middle": "Joseph", "last": "Cary"}, "bio": {"birthday": "1865-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WI", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "C000433", "govtrack": 402571, "icpsr": 1765, "house_history": 10994, "wikipedia": "Henry Alden Clark", "wikidata": "Q5717184", "google_entity_id": "kg:/m/0g2ymc"}, "name": {"first": "Henry", "middle": "Alden", "last": "Clark"}, "bio": {"birthday": "1850-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "C000490", "govtrack": 402628, "icpsr": 1817, "wikipedia": "Horatio C. Claypool", "house_history": 11060, "wikidata": "Q5902639", "google_entity_id": "kg:/m/02rm126"}, "name": {"first": "Horatio", "middle": "Clifford", "last": "Claypool"}, "bio": {"birthday": "1859-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000663", "govtrack": 402790, "icpsr": 1968, "wikipedia": "Daniel Webster Comstock", "house_history": 11284, "wikidata": "Q1163104", "google_entity_id": "kg:/m/02rkfcl"}, "name": {"first": "Daniel", "middle": "Webster", "last": "Comstock"}, "bio": {"birthday": "1840-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000689", "govtrack": 402815, "icpsr": 1991, "wikipedia": "John R. Connelly", "house_history": 11318, "wikidata": "Q659117", "google_entity_id": "kg:/m/02rmmjc"}, "name": {"first": "John", "middle": "Robert", "last": "Connelly"}, "bio": {"birthday": "1870-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KS", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000707", "govtrack": 402831, "icpsr": 2007, "wikipedia": "Michael F. Conry", "house_history": 11339, "wikidata": "Q2377434", "google_entity_id": "kg:/m/02rktsz"}, "name": {"first": "Michael", "middle": "Francis", "last": "Conry"}, "bio": {"birthday": "1870-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C000748", "govtrack": 402869, "icpsr": 2043, "wikipedia": "Edward Cooper (congressman)", "house_history": 11391, "wikidata": "Q1291948", "google_entity_id": "kg:/m/03c0_k0"}, "name": {"first": "Edward", "last": "Cooper"}, "bio": {"birthday": "1873-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WV", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WV", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000840", "govtrack": 402957, "icpsr": 2119, "wikipedia": "William E. Cox", "house_history": 11508, "wikidata": "Q2578532", "google_entity_id": "kg:/m/02rkh_t"}, "name": {"first": "William", "middle": "Elijah", "last": "Cox"}, "bio": {"gender": "M", "birthday": "1861-09-06"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000963", "govtrack": 403074, "icpsr": 2229, "wikipedia": "Charles Allen Culberson", "wikidata": "Q477807", "google_entity_id": "kg:/m/037f5r"}, "name": {"first": "Charles", "middle": "Allen", "last": "Culberson"}, "bio": {"birthday": "1855-06-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "TX", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "TX", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "TX", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "TX", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000008", "govtrack": 403151, "icpsr": 2301, "wikipedia": "Harry H. Dale", "house_history": 11842, "wikidata": "Q657245", "google_entity_id": "kg:/m/02rkq71"}, "name": {"first": "Harry", "middle": "Howard", "last": "Dale"}, "bio": {"birthday": "1868-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000084", "govtrack": 403221, "icpsr": 2366, "wikipedia": "James H. Davidson", "house_history": 11936, "wikidata": "Q735915", "google_entity_id": "kg:/m/02vrq4h"}, "name": {"first": "James", "middle": "Henry", "last": "Davidson"}, "bio": {"birthday": "1858-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "D000184", "govtrack": 403345, "icpsr": 2457, "wikipedia": "Perl D. Decker", "house_history": 12059, "wikidata": "Q2071313", "google_entity_id": "kg:/m/02rz7sb"}, "name": {"first": "Perl", "middle": "D.", "last": "Decker"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 15, "party": "Democrat"}], "bio": {"birthday": "1875-09-10", "gender": "M"}}, {"id": {"bioguide": "D000258", "govtrack": 403396, "icpsr": 2516, "wikipedia": "George K. Denton", "house_history": 12149, "wikidata": "Q1507685", "google_entity_id": "kg:/m/02rkf_w"}, "name": {"first": "George", "middle": "Kirkpatrick", "last": "Denton"}, "bio": {"birthday": "1864-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000337", "govtrack": 403455, "icpsr": 2587, "house_history": 12245, "wikipedia": "Martin Dies, Sr.", "wikidata": "Q1903623", "google_entity_id": "kg:/m/06qj6b"}, "name": {"first": "Martin", "last": "Dies"}, "bio": {"birthday": "1870-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000348", "govtrack": 403466, "icpsr": 2598, "house_history": 12259, "wikipedia": "Charles Hall Dillon", "wikidata": "Q1064716", "google_entity_id": "kg:/m/02prlf9"}, "name": {"first": "Charles", "middle": "Hall", "last": "Dillon"}, "bio": {"birthday": "1853-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "SD", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000374", "govtrack": 403490, "icpsr": 2621, "wikipedia": "Lincoln Dixon", "house_history": 12295, "wikidata": "Q1376621", "google_entity_id": "kg:/m/02rkh4_"}, "name": {"first": "Lincoln", "last": "Dixon"}, "bio": {"birthday": "1860-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000427", "govtrack": 403539, "icpsr": 2667, "wikipedia": "Dudley Doolittle", "house_history": 12362, "wikidata": "Q1263723", "google_entity_id": "kg:/m/02rm9dp"}, "name": {"first": "Dudley", "last": "Doolittle"}, "bio": {"birthday": "1881-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KS", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000505", "govtrack": 403612, "icpsr": 2734, "wikipedia": "Dow H. Drukker", "house_history": 12464, "wikidata": "Q1253002", "google_entity_id": "kg:/m/02rydjq"}, "name": {"first": "Dow", "middle": "Henry", "last": "Drukker"}, "bio": {"birthday": "1872-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NJ", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "E000219", "govtrack": 403905, "icpsr": 2991, "wikipedia": "Frederick Essen", "house_history": 12873, "wikidata": "Q1320592", "google_entity_id": "kg:/m/02rz62q"}, "name": {"first": "Frederick", "last": "Essen"}, "bio": {"birthday": "1863-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "F000005", "govtrack": 403967, "icpsr": 3048, "wikipedia": "George Winthrop Fairchild", "house_history": 12970, "wikidata": "Q3102015", "google_entity_id": "kg:/m/02pq_h8"}, "name": {"first": "George", "middle": "Winthrop", "last": "Fairchild"}, "bio": {"birthday": "1854-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 34, "party": "Republican"}]}, {"id": {"bioguide": "F000131", "govtrack": 404086, "icpsr": 3153, "wikipedia": "David E. Finley", "house_history": 13136, "wikidata": "Q1174278", "google_entity_id": "kg:/m/02vxl7x"}, "name": {"first": "David", "middle": "Edward", "last": "Finley"}, "bio": {"birthday": "1861-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "SC", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "F000165", "govtrack": 404120, "icpsr": 3183, "wikipedia": "John J. Fitzgerald", "house_history": 13179, "wikidata": "Q1670426", "google_entity_id": "kg:/m/0270kz4"}, "name": {"first": "John", "middle": "Joseph", "last": "Fitzgerald"}, "bio": {"birthday": "1872-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "F000228", "govtrack": 404183, "icpsr": 3241, "wikipedia": "Joseph V. Flynn", "house_history": 13257, "wikidata": "Q404737", "google_entity_id": "kg:/m/08l3qj"}, "name": {"first": "Joseph", "middle": "Vincent", "last": "Flynn"}, "bio": {"birthday": "1883-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000295", "govtrack": 404245, "icpsr": 3297, "wikipedia": "George Edmund Foss", "house_history": 13344, "wikidata": "Q5538846", "google_entity_id": "kg:/m/02rk9mm"}, "name": {"first": "George", "middle": "Edmund", "last": "Foss"}, "bio": {"birthday": "1863-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "F000309", "govtrack": 404258, "icpsr": 3311, "wikipedia": "Martin D. Foster", "house_history": 13363, "wikidata": "Q6775246", "google_entity_id": "kg:/m/02rkc20"}, "name": {"first": "Martin", "middle": "David", "last": "Foster"}, "bio": {"birthday": "1861-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "F000333", "govtrack": 404282, "icpsr": 3332, "wikipedia": "Joseph I. France", "wikidata": "Q366546", "google_entity_id": "kg:/m/05gjns"}, "name": {"first": "Joseph", "middle": "Irvin", "last": "France"}, "bio": {"birthday": "1873-10-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "MD", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000335", "govtrack": 404284, "icpsr": 3334, "wikipedia": "George B. Francis", "house_history": 13395, "wikidata": "Q4068823", "google_entity_id": "kg:/m/02rkplf"}, "name": {"first": "George", "middle": "Blinn", "last": "Francis"}, "bio": {"birthday": "1883-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "F000370", "govtrack": 404316, "icpsr": 3363, "wikipedia": "Joseph S. Frelinghuysen Sr.", "wikidata": "Q1708008", "google_entity_id": "kg:/m/06jpg1"}, "name": {"first": "Joseph", "middle": "Sherman", "last": "Frelinghuysen"}, "bio": {"birthday": "1869-03-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "NJ", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000050", "govtrack": 404424, "icpsr": 3463, "wikipedia": "Augustus Peabody Gardner", "house_history": 13628, "wikidata": "Q770561", "google_entity_id": "kg:/m/0cnrxt"}, "name": {"first": "Augustus", "middle": "Peabody", "last": "Gardner"}, "bio": {"birthday": "1865-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "G000317", "govtrack": 404676, "icpsr": 3702, "house_history": 13964, "wikipedia": "William Gordon (Ohio politician)", "wikidata": "Q1028990", "google_entity_id": "kg:/m/03c1sfj"}, "name": {"first": "William", "last": "Gordon"}, "bio": {"gender": "M", "birthday": "1862-12-15"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "G000393", "govtrack": 404743, "icpsr": 3762, "wikipedia": "Edward W. Gray", "house_history": 14059, "wikidata": "Q1293987", "google_entity_id": "kg:/m/02w9fct"}, "name": {"first": "Edward", "middle": "Winthrop", "last": "Gray"}, "bio": {"birthday": "1870-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NJ", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "G000401", "govtrack": 404751, "icpsr": 3770, "wikipedia": "Oscar Lee Gray", "house_history": 14070, "wikidata": "Q2032813", "google_entity_id": "kg:/m/02rk251"}, "name": {"first": "Oscar", "middle": "Lee", "last": "Gray"}, "bio": {"birthday": "1865-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000441", "govtrack": 404788, "icpsr": 3804, "wikipedia": "Alexander W. Gregg", "house_history": 14123, "wikidata": "Q2643213", "google_entity_id": "kg:/m/026472p"}, "name": {"first": "Alexander", "middle": "White", "last": "Gregg"}, "bio": {"birthday": "1855-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "G000460", "govtrack": 404805, "icpsr": 3819, "wikipedia": "Daniel J. Griffin", "house_history": 14145, "wikidata": "Q1446096", "google_entity_id": "kg:/m/02rknl7"}, "name": {"first": "Daniel", "middle": "Joseph", "last": "Griffin"}, "bio": {"birthday": "1880-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000104", "govtrack": 404986, "icpsr": 3985, "house_history": 14414, "wikipedia": "Charles Mann Hamilton", "wikidata": "Q5080626", "google_entity_id": "kg:/m/09vlr2"}, "name": {"first": "Charles", "middle": "Mann", "last": "Hamilton"}, "bio": {"birthday": "1874-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 43, "party": "Republican"}]}, {"id": {"bioguide": "H000119", "govtrack": 405001, "icpsr": 3999, "wikipedia": "Courtney W. Hamlin", "house_history": 14432, "wikidata": "Q1137861", "google_entity_id": "kg:/m/02rz5tc"}, "name": {"first": "Courtney", "middle": "Walker", "last": "Hamlin"}, "bio": {"birthday": "1858-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000389", "govtrack": 405257, "icpsr": 4230, "wikipedia": "Everis A. Hayes", "house_history": 14761, "wikidata": "Q682620", "google_entity_id": "kg:/m/02rhg1_"}, "name": {"first": "Everis", "middle": "Anson", "last": "Hayes"}, "bio": {"birthday": "1855-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "H000433", "govtrack": 405299, "icpsr": 4271, "house_history": 14814, "wikipedia": "Robert Douglas Heaton", "wikidata": "Q13219648", "google_entity_id": "kg:/m/0fzcbb"}, "name": {"first": "Robert", "middle": "Douglas", "last": "Heaton"}, "bio": {"birthday": "1873-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "H000455", "govtrack": 405320, "icpsr": 4286, "wikipedia": "Victor Heintz", "house_history": 14847, "wikidata": "Q2522390", "google_entity_id": "kg:/m/02rm39r"}, "name": {"first": "Victor", "last": "Heintz"}, "bio": {"gender": "M", "birthday": "1876-11-20"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000459", "govtrack": 405324, "icpsr": 4289, "wikipedia": "Henry Thomas Helgesen", "house_history": 14852, "wikidata": "Q746252", "google_entity_id": "kg:/m/02rhhh0"}, "name": {"first": "Henry", "middle": "Thomas", "last": "Helgesen"}, "bio": {"birthday": "1857-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "ND", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000466", "govtrack": 405329, "icpsr": 4294, "wikipedia": "Guy T. Helvering", "house_history": 14859, "wikidata": "Q1234807", "google_entity_id": "kg:/m/02rm9hs"}, "name": {"first": "Guy", "middle": "Tresillian", "last": "Helvering"}, "bio": {"birthday": "1878-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KS", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000522", "govtrack": 405385, "icpsr": 4347, "wikipedia": "Walter Lewis Hensley", "house_history": 14929, "wikidata": "Q970438", "google_entity_id": "kg:/m/02rz8h0"}, "name": {"first": "Walter", "middle": "Lewis", "last": "Hensley"}, "bio": {"birthday": "1871-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "H000591", "govtrack": 405453, "icpsr": 4409, "wikipedia": "Ebenezer J. Hill", "house_history": 15017, "wikidata": "Q1278648", "google_entity_id": "kg:/m/02rhffc"}, "name": {"first": "Ebenezer", "middle": "J.", "last": "Hill"}, "bio": {"birthday": "1845-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CT", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000620", "govtrack": 405479, "icpsr": 4435, "wikipedia": "Benjamin C. Hilliard", "house_history": 15051, "wikidata": "Q178086", "google_entity_id": "kg:/m/02rgwyz"}, "name": {"first": "Benjamin", "middle": "Clark", "last": "Hilliard"}, "bio": {"birthday": "1868-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CO", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000645", "govtrack": 405500, "icpsr": 4454, "wikipedia": "Gilbert Hitchcock", "house_history": 15082, "wikidata": "Q1487231", "google_entity_id": "kg:/m/09twvy"}, "name": {"first": "Gilbert", "middle": "Monell", "last": "Hitchcock"}, "bio": {"birthday": "1859-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NE", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NE", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NE", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "NE", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "NE", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000726", "govtrack": 405577, "icpsr": 4524, "wikipedia": "David Hollingsworth", "house_history": 15181, "wikidata": "Q1174754", "google_entity_id": "kg:/m/02rl_fm"}, "name": {"first": "David", "middle": "Adams", "last": "Hollingsworth"}, "bio": {"birthday": "1844-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "H000755", "govtrack": 405606, "icpsr": 4550, "house_history": 15217, "wikipedia": "George E. Hood", "wikidata": "Q1270692", "google_entity_id": "kg:/m/03c0214"}, "name": {"first": "George", "middle": "Ezekial", "last": "Hood"}, "bio": {"birthday": "1875-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000829", "govtrack": 405676, "icpsr": 4617, "house_history": 15309, "wikipedia": "William C. Houston", "wikidata": "Q967160", "google_entity_id": "kg:/m/0dk997"}, "name": {"first": "William", "middle": "Cannon", "last": "Houston"}, "bio": {"birthday": "1852-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000849", "govtrack": 405696, "icpsr": 4636, "wikipedia": "William S. Howard", "house_history": 15336, "wikidata": "Q1771712", "google_entity_id": "kg:/m/02rk18j"}, "name": {"first": "William", "middle": "Schley", "last": "Howard"}, "bio": {"birthday": "1875-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000934", "govtrack": 405779, "icpsr": 4711, "wikipedia": "George Murray Hulbert", "house_history": 15436, "wikidata": "Q5542724", "google_entity_id": "kg:/m/02qbltb"}, "name": {"first": "George", "middle": "Murray", "last": "Hulbert"}, "bio": {"birthday": "1881-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "J000259", "govtrack": 406151, "icpsr": 5067, "house_history": 16021, "wikipedia": "William Atkinson Jones", "wikidata": "Q2411107", "google_entity_id": "kg:/m/0fgypg"}, "name": {"first": "William", "middle": "Atkinson", "last": "Jones"}, "bio": {"birthday": "1849-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "VA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000035", "govtrack": 406205, "icpsr": 5115, "wikipedia": "Edward Keating", "house_history": 16120, "wikidata": "Q1292774", "google_entity_id": "kg:/m/02rhfpm"}, "name": {"first": "Edward", "last": "Keating"}, "bio": {"gender": "M", "birthday": "1875-07-09"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "K000046", "govtrack": 406216, "icpsr": 5124, "wikipedia": "Walter Kehoe", "house_history": 16136, "wikidata": "Q2545025", "google_entity_id": "kg:/m/02rj_20"}, "name": {"first": "James", "middle": "Walter", "last": "Kehoe"}, "bio": {"birthday": "1870-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "FL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "K000065", "govtrack": 406235, "icpsr": 5143, "wikipedia": "Frank B. Kellogg", "wikidata": "Q193009", "google_entity_id": "kg:/m/01l8vs"}, "name": {"first": "Frank", "middle": "Billings", "last": "Kellogg"}, "bio": {"birthday": "1856-12-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "MN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "K000157", "govtrack": 406321, "icpsr": 5223, "wikipedia": "John A. Key", "house_history": 16274, "wikidata": "Q6217762", "google_entity_id": "kg:/m/02rm1j9"}, "name": {"first": "John", "middle": "Alexander", "last": "Key"}, "bio": {"birthday": "1871-12-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "K000296", "govtrack": 406452, "icpsr": 5347, "wikipedia": "Philander C. Knox", "wikidata": "Q707811", "google_entity_id": "kg:/m/0285_t"}, "name": {"first": "Philander", "middle": "Chase", "last": "Knox"}, "bio": {"birthday": "1853-05-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1904-01-01", "end": "1909-12-31", "state": "PA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1917-04-02", "end": "1921-12-31", "state": "PA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000006", "govtrack": 406516, "icpsr": 5403, "wikipedia": "William La Follette", "house_history": 16580, "wikidata": "Q1737548", "google_entity_id": "kg:/m/06dq27"}, "name": {"first": "William", "middle": "Leroy", "last": "La Follette"}, "bio": {"birthday": "1860-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "L000358", "govtrack": 406850, "icpsr": 5708, "wikipedia": "Adam Brown Littlepage", "house_history": 17040, "wikidata": "Q348905", "google_entity_id": "kg:/m/03c280c"}, "name": {"first": "Adam", "middle": "Brown", "last": "Littlepage"}, "bio": {"birthday": "1859-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WV", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "L000385", "govtrack": 406877, "icpsr": 5730, "wikipedia": "Charles O. Lobeck", "house_history": 17073, "wikidata": "Q1065664", "google_entity_id": "kg:/m/0b6q0l"}, "name": {"first": "Charles", "middle": "Otto", "last": "Lobeck"}, "bio": {"birthday": "1852-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NE", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NE", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NE", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NE", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000518", "govtrack": 407003, "icpsr": 5841, "wikipedia": "George R. Lunn", "house_history": 17240, "wikidata": "Q1508111", "google_entity_id": "kg:/m/0gjtzw"}, "name": {"first": "George", "middle": "Richard", "last": "Lunn"}, "bio": {"birthday": "1873-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 30, "party": "Democrat"}]}, {"id": {"bioguide": "M000170", "govtrack": 407192, "icpsr": 6016, "wikipedia": "Charles Martin (Illinois)", "house_history": 17535, "wikidata": "Q5080699", "google_entity_id": "kg:/m/02rl0xm"}, "name": {"first": "Charles", "last": "Martin"}, "bio": {"birthday": "1856-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000397", "govtrack": 407398, "icpsr": 6208, "wikipedia": "Porter J. McCumber", "wikidata": "Q2105073", "google_entity_id": "kg:/m/0cv_j8"}, "name": {"first": "Porter", "middle": "James", "last": "McCumber"}, "bio": {"birthday": "1858-02-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "ND", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "ND", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "ND", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "ND", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000554", "govtrack": 407546, "icpsr": 6342, "house_history": 18019, "wikipedia": "A. Jeff McLemore", "wikidata": "Q278833", "google_entity_id": "kg:/m/02x6wgk"}, "name": {"first": "Atkins", "middle": "Jefferson", "last": "McLemore"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": -1, "party": "Democrat"}], "bio": {"birthday": "1857-03-13", "gender": "M"}}, {"id": {"bioguide": "M000629", "govtrack": 407616, "icpsr": 6404, "wikipedia": "Jacob Edwin Meeker", "house_history": 18111, "wikidata": "Q1677464", "google_entity_id": "kg:/m/02rz6q_"}, "name": {"first": "Jacob", "middle": "Edwin", "last": "Meeker"}, "bio": {"birthday": "1878-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "M000717", "govtrack": 407699, "icpsr": 6476, "wikipedia": "Clarence B. Miller", "house_history": 18229, "wikidata": "Q1095364", "google_entity_id": "kg:/m/0268m4m"}, "name": {"first": "Clarence", "middle": "Benjamin", "last": "Miller"}, "bio": {"birthday": "1872-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M001129", "govtrack": 408091, "icpsr": 6837, "wikipedia": "Henry L. Myers", "wikidata": "Q1392618", "google_entity_id": "kg:/m/0crvbm"}, "name": {"first": "Henry", "middle": "Lee", "last": "Myers"}, "bio": {"birthday": "1862-10-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "MT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "MT", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "N000059", "govtrack": 408147, "icpsr": 6887, "wikipedia": "Harry Stewart New", "wikidata": "Q1586757", "google_entity_id": "kg:/m/039gqz"}, "name": {"first": "Harry", "middle": "Stewart", "last": "New"}, "bio": {"birthday": "1858-12-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "IN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "N000156", "govtrack": 408238, "icpsr": 6975, "wikipedia": "Patrick Daniel Norton", "house_history": 19027, "wikidata": "Q1449897", "google_entity_id": "kg:/m/02rjxwk"}, "name": {"first": "Patrick", "middle": "Daniel", "last": "Norton"}, "bio": {"birthday": "1876-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "ND", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "ND", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "ND", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "O000117", "govtrack": 408309, "icpsr": 7098, "wikipedia": "George F. O'Shaunessy", "house_history": 19210, "wikidata": "Q1507325", "google_entity_id": "kg:/m/0797mn"}, "name": {"first": "George", "middle": "Francis", "last": "O'Shaunessy"}, "bio": {"birthday": "1868-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "RI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "O000071", "govtrack": 408344, "icpsr": 7058, "wikipedia": "Daniel C. Oliver", "house_history": 19155, "wikidata": "Q5216722", "google_entity_id": "kg:/m/02rknh4"}, "name": {"first": "Daniel", "middle": "Charles", "last": "Oliver"}, "bio": {"birthday": "1865-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "O000141", "govtrack": 408392, "icpsr": 7121, "wikipedia": "Arthur W. Overmyer", "house_history": 19240, "wikidata": "Q4800564", "google_entity_id": "kg:/m/02rlzxd"}, "name": {"first": "Arthur", "middle": "Warren", "last": "Overmyer"}, "bio": {"birthday": "1879-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "P000014", "govtrack": 408425, "icpsr": 7152, "wikipedia": "Carroll S. Page", "wikidata": "Q884090", "google_entity_id": "kg:/m/0cxps4"}, "name": {"first": "Carroll", "middle": "Smalley", "last": "Page"}, "bio": {"birthday": "1843-01-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1908-01-01", "end": "1911-03-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "VT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000403", "govtrack": 408796, "icpsr": 7502, "wikipedia": "Miles Poindexter", "house_history": 19777, "wikidata": "Q1934657", "google_entity_id": "kg:/m/0bf86f"}, "name": {"first": "Miles", "last": "Poindexter"}, "bio": {"birthday": "1868-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "WA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "WA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000407", "govtrack": 408800, "icpsr": 7505, "house_history": 19784, "wikipedia": "Albert F. Polk", "wikidata": "Q2637870", "google_entity_id": "kg:/m/0gf24n"}, "name": {"first": "Albert", "middle": "Fawcett", "last": "Polk"}, "bio": {"birthday": "1869-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "P000420", "govtrack": 408812, "icpsr": 7516, "wikipedia": "Atlee Pomerene", "wikidata": "Q757354", "google_entity_id": "kg:/m/0355v3"}, "name": {"first": "Atlee", "last": "Pomerene"}, "bio": {"birthday": "1863-12-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "OH", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "OH", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000487", "govtrack": 408872, "icpsr": 7577, "wikipedia": "Caleb Powers", "house_history": 19882, "wikidata": "Q1026544", "google_entity_id": "kg:/m/02qhdxj"}, "name": {"first": "Caleb", "last": "Powers"}, "bio": {"birthday": "1869-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KY", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "P000500", "govtrack": 408885, "icpsr": 7590, "wikipedia": "Harry H. Pratt", "house_history": 19898, "wikidata": "Q5669371", "google_entity_id": "kg:/m/02rkq7d"}, "name": {"first": "Harry", "middle": "Hayt", "last": "Pratt"}, "bio": {"birthday": "1864-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 37, "party": "Republican"}]}, {"id": {"bioguide": "P000527", "govtrack": 408911, "icpsr": 7614, "wikipedia": "Jesse Price", "house_history": 19931, "wikidata": "Q423165", "google_entity_id": "kg:/m/08_vm_"}, "name": {"first": "Jesse", "middle": "Dashiell", "last": "Price"}, "bio": {"birthday": "1863-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000309", "govtrack": 409280, "icpsr": 7950, "wikipedia": "Edwin E. Roberts", "house_history": 20467, "wikidata": "Q1294523", "google_entity_id": "kg:/m/02730ld"}, "name": {"first": "Edwin", "middle": "Ewing", "last": "Roberts"}, "bio": {"birthday": "1870-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NV", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NV", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NV", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NV", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "R000480", "govtrack": 409441, "icpsr": 8096, "house_history": 20677, "wikipedia": "Charles Hedding Rowland", "wikidata": "Q5078886", "google_entity_id": "kg:/m/0fzhwc"}, "name": {"first": "Charles", "middle": "Hedding", "last": "Rowland"}, "bio": {"birthday": "1860-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "R000533", "govtrack": 409490, "icpsr": 8135, "wikipedia": "Joseph J. Russell", "house_history": 20741, "wikidata": "Q679984", "google_entity_id": "kg:/m/02rz7fb"}, "name": {"first": "Joseph", "middle": "James", "last": "Russell"}, "bio": {"birthday": "1854-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "S000170", "govtrack": 409676, "icpsr": 8297, "wikipedia": "George Cromwell Scott", "house_history": 21351, "wikidata": "Q1507163", "google_entity_id": "kg:/m/02rk7g5"}, "name": {"first": "George", "middle": "Cromwell", "last": "Scott"}, "bio": {"birthday": "1864-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "S000180", "govtrack": 409686, "icpsr": 8307, "wikipedia": "John Roger Kirkpatrick Scott", "house_history": 21362, "wikidata": "Q6255399", "google_entity_id": "kg:/m/0f137q"}, "name": {"first": "John", "middle": "Roger Kirkpatrick", "last": "Scott"}, "bio": {"birthday": "1873-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000274", "govtrack": 409774, "icpsr": 8390, "wikipedia": "Dorsey W. Shackleford", "house_history": 21475, "wikidata": "Q1250493", "google_entity_id": "kg:/m/02rz5wf"}, "name": {"first": "Dorsey", "middle": "William", "last": "Shackleford"}, "bio": {"birthday": "1853-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "S000343", "govtrack": 409840, "icpsr": 8452, "wikipedia": "J. Swagar Sherley", "house_history": 21563, "wikidata": "Q1676411", "google_entity_id": "kg:/m/02rhhyj"}, "name": {"first": "Joseph", "middle": "Swagar", "last": "Sherley"}, "bio": {"birthday": "1871-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000384", "govtrack": 409878, "icpsr": 8490, "house_history": 21615, "wikipedia": "Jouett Shouse", "wikidata": "Q1709770", "google_entity_id": "kg:/m/08999r"}, "name": {"first": "Jouett", "last": "Shouse"}, "bio": {"birthday": "1879-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KS", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "S000482", "govtrack": 409970, "icpsr": 8570, "house_history": 21741, "wikipedia": "James Luther Slayden", "wikidata": "Q1680728", "google_entity_id": "kg:/m/0267b97"}, "name": {"first": "James", "middle": "Luther", "last": "Slayden"}, "bio": {"birthday": "1853-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "S000520", "govtrack": 410004, "icpsr": 8605, "wikipedia": "Charles Bennett Smith", "house_history": 21784, "wikidata": "Q5075550", "google_entity_id": "kg:/m/02rl4y7"}, "name": {"first": "Charles", "middle": "Bennett", "last": "Smith"}, "bio": {"birthday": "1870-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 41, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 41, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 41, "party": "Democrat"}]}, {"id": {"bioguide": "S000657", "govtrack": 410131, "icpsr": 8726, "wikipedia": "John S. Snook", "house_history": 21946, "wikidata": "Q6256392", "google_entity_id": "kg:/m/02rm1v9"}, "name": {"first": "John", "middle": "Stout", "last": "Snook"}, "bio": {"birthday": "1862-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000856", "govtrack": 410319, "icpsr": 8887, "wikipedia": "Dan V. Stephens", "house_history": 22197, "wikidata": "Q1159184", "google_entity_id": "kg:/m/0b2jry"}, "name": {"first": "Dan", "middle": "Voorhees", "last": "Stephens"}, "bio": {"birthday": "1868-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NE", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NE", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NE", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NE", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000869", "govtrack": 410331, "icpsr": 8899, "house_history": 22215, "wikipedia": "Bruce Foster Sterling", "wikidata": "Q4977489", "google_entity_id": "kg:/m/0g269p"}, "name": {"first": "Bruce", "middle": "Foster", "last": "Sterling"}, "bio": {"birthday": "1870-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "S000870", "govtrack": 410332, "icpsr": 8900, "wikipedia": "John Allen Sterling", "house_history": 22216, "wikidata": "Q6218779", "google_entity_id": "kg:/m/02rkbcb"}, "name": {"first": "John", "middle": "Allen", "last": "Sterling"}, "bio": {"birthday": "1857-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "S001063", "govtrack": 410517, "icpsr": 9078, "house_history": 22452, "wikipedia": "Cyrus A. Sulloway", "wikidata": "Q1148898", "google_entity_id": "kg:/m/0270ly2"}, "name": {"first": "Cyrus", "middle": "Adams", "last": "Sulloway"}, "bio": {"birthday": "1839-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S001081", "govtrack": 410534, "icpsr": 9093, "wikipedia": "Howard Sutherland", "house_history": 22477, "wikidata": "Q473723", "google_entity_id": "kg:/m/093zpq"}, "name": {"first": "Howard", "last": "Sutherland"}, "bio": {"birthday": "1865-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WV", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WV", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "WV", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S001118", "govtrack": 410570, "icpsr": 9126, "wikipedia": "Oscar W. Swift", "house_history": 22519, "wikidata": "Q1589764", "google_entity_id": "kg:/m/02rkv71"}, "name": {"first": "Oscar", "middle": "William", "last": "Swift"}, "bio": {"birthday": "1869-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S001124", "govtrack": 410576, "icpsr": 9131, "wikipedia": "Robert M. Switzer", "house_history": 22525, "wikidata": "Q7347188", "google_entity_id": "kg:/m/02rm2w_"}, "name": {"first": "Robert", "middle": "Mauck", "last": "Switzer"}, "bio": {"birthday": "1863-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "T000021", "govtrack": 410611, "icpsr": 9163, "wikipedia": "Joshua Frederick Cockey Talbott", "house_history": 22658, "wikidata": "Q759150", "google_entity_id": "kg:/m/04cxy9"}, "name": {"first": "Joshua", "middle": "Frederick Cockey", "last": "Talbott"}, "bio": {"birthday": "1843-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MD", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000121", "govtrack": 410703, "icpsr": 9251, "house_history": 22781, "wikipedia": "Thomas W. Templeton", "wikidata": "Q7794791", "google_entity_id": "kg:/m/0fzbd0"}, "name": {"first": "Thomas", "middle": "Weir", "last": "Templeton"}, "bio": {"birthday": "1867-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "T000330", "govtrack": 410901, "icpsr": 9434, "wikipedia": "Charles E. Townsend", "house_history": 23040, "wikidata": "Q1064231", "google_entity_id": "kg:/m/03l73k"}, "name": {"first": "Charles", "middle": "Elroy", "last": "Townsend"}, "bio": {"birthday": "1856-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "MI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "MI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000039", "govtrack": 411219, "icpsr": 9729, "wikipedia": "William F. Waldow", "house_history": 23264, "wikidata": "Q8008890", "google_entity_id": "kg:/m/026g4wy"}, "name": {"first": "William", "middle": "Frederick", "last": "Waldow"}, "bio": {"birthday": "1882-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 42, "party": "Republican"}]}, {"id": {"bioguide": "W000060", "govtrack": 411239, "icpsr": 9748, "wikipedia": "John Randall Walker", "house_history": 23287, "wikidata": "Q1701521", "google_entity_id": "kg:/m/026z798"}, "name": {"first": "John", "middle": "Randall", "last": "Walker"}, "bio": {"birthday": "1874-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "GA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "W000117", "govtrack": 411293, "icpsr": 9799, "wikipedia": "William B. Walton", "house_history": 23351, "wikidata": "Q1505196", "google_entity_id": "kg:/m/02rj_7w"}, "name": {"first": "William", "middle": "Bell", "last": "Walton"}, "bio": {"birthday": "1871-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NM", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000370", "govtrack": 411531, "icpsr": 10023, "wikipedia": "George White (Ohio politician)", "house_history": 23653, "wikidata": "Q374494", "google_entity_id": "kg:/m/033tn6"}, "name": {"first": "George", "last": "White"}, "bio": {"birthday": "1872-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "W000521", "govtrack": 411678, "icpsr": 10165, "house_history": 23835, "wikipedia": "John Sharp Williams", "wikidata": "Q1701734", "google_entity_id": "kg:/m/02fqj3"}, "name": {"first": "John", "middle": "Sharp", "last": "Williams"}, "bio": {"birthday": "1854-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MS", "district": 8, "party": "Democrat"}, {"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "MS", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "MS", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000669", "govtrack": 411822, "icpsr": 10304, "wikipedia": "Josiah O. Wolcott", "wikidata": "Q1708654", "google_entity_id": "kg:/m/06vs0l"}, "name": {"first": "Josiah", "middle": "Oliver", "last": "Wolcott"}, "bio": {"birthday": "1877-10-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1917-04-02", "end": "1921-12-31", "state": "DE", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000721", "govtrack": 411873, "icpsr": 10351, "wikipedia": "Frank P. Woods", "house_history": 24078, "wikidata": "Q1443925", "google_entity_id": "kg:/m/02rk7d3"}, "name": {"first": "Frank", "middle": "Plowman", "last": "Woods"}, "bio": {"birthday": "1868-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "B000052", "govtrack": 401057, "icpsr": 354, "wikipedia": "David Baird Sr.", "wikidata": "Q1173630", "google_entity_id": "kg:/m/0bcqwb"}, "name": {"first": "David", "last": "Baird"}, "bio": {"birthday": "1839-04-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1918-01-01", "end": "1919-03-03", "state": "NJ", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000360", "govtrack": 401352, "icpsr": 624, "wikipedia": "Christie Benet", "wikidata": "Q1083030", "google_entity_id": "kg:/m/09sw4s"}, "name": {"first": "Christie", "last": "Benet"}, "bio": {"birthday": "1879-12-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1918-01-01", "end": "1919-03-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000495", "govtrack": 403602, "icpsr": 2725, "wikipedia": "Irving W. Drew", "wikidata": "Q1673294", "google_entity_id": "kg:/m/0d7tvf"}, "name": {"first": "Irving", "middle": "Webster", "last": "Drew"}, "bio": {"birthday": "1845-01-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1918-01-01", "end": "1919-03-03", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000104", "govtrack": 404476, "icpsr": 3512, "wikipedia": "Edward James Gay (1878\u20131952)", "wikidata": "Q455006", "google_entity_id": "kg:/m/0d3mbp"}, "name": {"first": "Edward", "middle": "James", "last": "Gay"}, "bio": {"gender": "M", "birthday": "1878-05-05"}, "terms": [{"type": "sen", "start": "1918-01-01", "end": "1921-03-03", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000522", "govtrack": 404867, "icpsr": 3875, "wikipedia": "Walter Guion", "wikidata": "Q454998", "google_entity_id": "kg:/m/0d3m5g"}, "name": {"first": "Walter", "last": "Guion"}, "bio": {"birthday": "1849-04-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1918-01-01", "end": "1919-03-03", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000477", "govtrack": 405340, "icpsr": 4305, "wikipedia": "Charles Henderson (Nevada politician)", "wikidata": "Q1063639", "google_entity_id": "kg:/m/0crr3p"}, "name": {"first": "Charles", "middle": "Belknap", "last": "Henderson"}, "bio": {"birthday": "1873-06-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1918-01-01", "end": "1921-03-03", "state": "NV", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000181", "govtrack": 407202, "icpsr": 6025, "wikipedia": "George B. Martin", "wikidata": "Q252856", "google_entity_id": "kg:/m/0b5w56"}, "name": {"first": "George", "middle": "Brown", "last": "Martin"}, "bio": {"birthday": "1876-08-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1918-09-07", "end": "1919-03-03", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M001069", "govtrack": 408035, "icpsr": 6787, "wikipedia": "Frederick W. Mulkey", "wikidata": "Q979758", "google_entity_id": "kg:/m/0d4xvw"}, "name": {"first": "Frederick", "middle": "William", "last": "Mulkey"}, "bio": {"birthday": "1874-01-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1907-12-02", "end": "1907-12-31", "state": "OR", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1918-01-01", "end": "1919-03-03", "state": "OR", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "N000169", "govtrack": 408250, "icpsr": 6986, "wikipedia": "John F. Nugent", "wikidata": "Q658374", "google_entity_id": "kg:/m/0bk_sf"}, "name": {"first": "John", "middle": "Frost", "last": "Nugent"}, "bio": {"birthday": "1868-06-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1918-01-01", "end": "1921-03-03", "state": "ID", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000417", "govtrack": 408810, "icpsr": 7514, "wikipedia": "William P. Pollock", "wikidata": "Q288795", "google_entity_id": "kg:/m/0d06mp"}, "name": {"first": "William", "middle": "Pegues", "last": "Pollock"}, "bio": {"birthday": "1870-12-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1918-01-01", "end": "1919-03-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000471", "govtrack": 411628, "icpsr": 10116, "wikipedia": "Xenophon P. Wilfley", "wikidata": "Q2597987", "google_entity_id": "kg:/m/09svb6"}, "name": {"first": "Xenophon", "middle": "Pierce", "last": "Wilfley"}, "bio": {"birthday": "1871-03-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1918-01-01", "end": "1919-03-03", "state": "MO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000098", "govtrack": 400756, "icpsr": 86, "wikipedia": "Joshua W. Alexander", "house_history": 8395, "wikidata": "Q925076", "google_entity_id": "kg:/m/0492d9"}, "name": {"first": "Joshua", "middle": "Willis", "last": "Alexander"}, "bio": {"birthday": "1852-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000253", "govtrack": 400889, "icpsr": 203, "wikipedia": "William Noble Andrews", "house_history": 8616, "wikidata": "Q2483446", "google_entity_id": "kg:/m/08_vhj"}, "name": {"first": "William", "middle": "Noble", "last": "Andrews"}, "bio": {"birthday": "1876-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MD", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000007", "govtrack": 401013, "icpsr": 317, "wikipedia": "John J. Babka", "house_history": 8782, "wikidata": "Q1700563", "google_entity_id": "kg:/m/02rm1p3"}, "name": {"first": "John", "middle": "Joseph", "last": "Babka"}, "bio": {"birthday": "1884-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "B000027", "govtrack": 401032, "icpsr": 333, "wikipedia": "John Miller Baer", "house_history": 8809, "wikidata": "Q1701102", "google_entity_id": "kg:/m/02rhkf9"}, "name": {"first": "John", "middle": "Miller", "last": "Baer"}, "bio": {"birthday": "1886-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "ND", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000100", "govtrack": 401102, "icpsr": 395, "house_history": 8903, "wikipedia": "L. Heisler Ball", "wikidata": "Q1709972", "google_entity_id": "kg:/m/06vrqg"}, "name": {"first": "Lewis", "middle": "Heisler", "last": "Ball"}, "bio": {"birthday": "1861-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "sen", "start": "1903-11-09", "end": "1905-03-03", "state": "DE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "DE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000110", "govtrack": 401111, "icpsr": 403, "wikipedia": "John H. Bankhead", "house_history": 8915, "wikidata": "Q461228", "google_entity_id": "kg:/m/03gldv"}, "name": {"first": "John", "middle": "Hollis", "last": "Bankhead"}, "bio": {"birthday": "1842-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1919-05-19", "end": "1921-03-03", "state": "AL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000303", "govtrack": 401296, "icpsr": 573, "wikipedia": "Carlos Bee", "house_history": 9168, "wikidata": "Q1042735", "google_entity_id": "kg:/m/02rvb1t"}, "name": {"first": "Carlos", "last": "Bee"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 14, "party": "Democrat"}], "bio": {"birthday": "1867-07-08", "gender": "M"}}, {"id": {"bioguide": "B000387", "govtrack": 401378, "icpsr": 648, "wikipedia": "Carville Benson", "house_history": 9277, "wikidata": "Q759151", "google_entity_id": "kg:/m/09jkp2"}, "name": {"first": "Carville", "middle": "Dickinson", "last": "Benson"}, "bio": {"birthday": "1872-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MD", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000547", "govtrack": 401522, "icpsr": 787, "wikipedia": "William Thomas Bland", "house_history": 9481, "wikidata": "Q1751828", "google_entity_id": "kg:/m/02rz8nj"}, "name": {"first": "William", "middle": "Thomas", "last": "Bland"}, "bio": {"birthday": "1861-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000626", "govtrack": 401591, "icpsr": 850, "wikipedia": "Charles F. Booher", "house_history": 9594, "wikidata": "Q1064301", "google_entity_id": "kg:/m/02rz5lv"}, "name": {"first": "Charles", "middle": "Ferris", "last": "Booher"}, "bio": {"gender": "M", "birthday": "1848-01-31"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000961", "govtrack": 401913, "icpsr": 1149, "wikipedia": "William J. Browning", "house_history": 10018, "wikidata": "Q255947", "google_entity_id": "kg:/m/02vn_b7"}, "name": {"first": "William", "middle": "John", "last": "Browning"}, "bio": {"birthday": "1850-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NJ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000975", "govtrack": 401927, "icpsr": 1160, "wikipedia": "Clement Laird Brumbaugh", "house_history": 10038, "wikidata": "Q5131359", "google_entity_id": "kg:/m/02rl_82"}, "name": {"first": "Clement", "middle": "Laird", "last": "Brumbaugh"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 12, "party": "Democrat"}], "bio": {"birthday": "1863-02-28", "gender": "M"}}, {"id": {"bioguide": "B001121", "govtrack": 402066, "icpsr": 1291, "wikipedia": "John L. Burnett", "house_history": 10220, "wikidata": "Q1700800", "google_entity_id": "kg:/m/02rk1zj"}, "name": {"first": "John", "middle": "Lawson", "last": "Burnett"}, "bio": {"birthday": "1854-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000030", "govtrack": 402191, "icpsr": 1404, "wikipedia": "C. Pope Caldwell", "house_history": 10480, "wikidata": "Q250491", "google_entity_id": "kg:/m/02rkml8"}, "name": {"first": "Charles", "middle": "Pope", "last": "Caldwell"}, "bio": {"birthday": "1875-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000110", "govtrack": 402262, "icpsr": 1473, "wikipedia": "Ezekiel S. Candler, Jr.", "house_history": 10584, "wikidata": "Q675971", "google_entity_id": "kg:/m/02x2r2_"}, "name": {"first": "Ezekiel", "middle": "Samuel", "last": "Candler", "suffix": "Jr."}, "bio": {"birthday": "1862-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MS", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000151", "govtrack": 402300, "icpsr": 1508, "wikipedia": "Charles Creighton Carlin", "house_history": 10641, "wikidata": "Q1063997", "google_entity_id": "kg:/m/03c2_4t"}, "name": {"first": "Charles", "middle": "Creighton", "last": "Carlin"}, "bio": {"birthday": "1866-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "VA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C000437", "govtrack": 402575, "icpsr": 1769, "wikipedia": "Champ Clark", "house_history": 11000, "wikidata": "Q465651", "google_entity_id": "kg:/m/02cy3y"}, "name": {"first": "James", "middle": "Beauchamp", "last": "Clark", "nickname": "Champ"}, "bio": {"birthday": "1850-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "C000541", "govtrack": 402674, "icpsr": 1862, "wikipedia": "Charles Pearce Coady", "house_history": 11124, "wikidata": "Q1156166", "google_entity_id": "kg:/m/02qh_bg"}, "name": {"first": "Charles", "middle": "Pearce", "last": "Coady"}, "bio": {"birthday": "1868-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000651", "govtrack": 402779, "icpsr": 1957, "wikipedia": "LeBaron Bradford Colt", "wikidata": "Q1809673", "google_entity_id": "kg:/m/05ynjz"}, "name": {"first": "LeBaron", "middle": "Bradford", "last": "Colt"}, "bio": {"birthday": "1846-06-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "RI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1919-05-19", "end": "1924-08-18", "state": "RI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000796", "govtrack": 402915, "icpsr": 2082, "wikipedia": "Peter E. Costello", "house_history": 11452, "wikidata": "Q7173784", "google_entity_id": "kg:/m/0d_tpc"}, "name": {"first": "Peter", "middle": "Edward", "last": "Costello"}, "bio": {"birthday": "1854-06-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000998", "govtrack": 403105, "icpsr": 2259, "wikipedia": "Gilbert A. Currie", "house_history": 11700, "wikidata": "Q1321753", "google_entity_id": "kg:/m/027f6jb"}, "name": {"first": "Gilbert", "middle": "Archibald", "last": "Currie"}, "bio": {"birthday": "1882-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MI", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "D000256", "govtrack": 403394, "icpsr": 2514, "wikipedia": "S. Hubert Dent Jr.", "house_history": 12147, "wikidata": "Q1592720", "google_entity_id": "kg:/m/02rk26s"}, "name": {"first": "Stanley", "middle": "Hubert", "last": "Dent", "suffix": "Jr."}, "bio": {"birthday": "1869-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000288", "govtrack": 403413, "icpsr": 2536, "house_history": 12183, "wikipedia": "Arthur Granville Dewalt", "wikidata": "Q4798876", "google_entity_id": "kg:/m/0fzbn2"}, "name": {"first": "Arthur", "middle": "Granville", "last": "Dewalt"}, "bio": {"birthday": "1854-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "D000298", "govtrack": 403421, "icpsr": 2552, "wikipedia": "Nathaniel B. Dial", "wikidata": "Q1966712", "google_entity_id": "kg:/m/0d06g_"}, "name": {"first": "Nathaniel", "middle": "Barksdale", "last": "Dial"}, "bio": {"gender": "M", "birthday": "1862-04-24"}, "terms": [{"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000423", "govtrack": 403536, "icpsr": 2664, "wikipedia": "Jerome F. Donovan", "house_history": 12356, "wikidata": "Q6182673", "google_entity_id": "kg:/m/02qbmfm"}, "name": {"first": "Jerome", "middle": "Francis", "last": "Donovan"}, "bio": {"birthday": "1872-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "D000426", "govtrack": 403538, "icpsr": 2666, "wikipedia": "Peter J. Dooling", "house_history": 12360, "wikidata": "Q3275647", "google_entity_id": "kg:/m/02rkvbv"}, "name": {"first": "Peter", "middle": "Joseph", "last": "Dooling"}, "bio": {"birthday": "1857-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "D000431", "govtrack": 403542, "icpsr": 2670, "house_history": 12368, "wikipedia": "Frank Ellsworth Doremus", "wikidata": "Q1443200", "google_entity_id": "kg:/m/026yvx4"}, "name": {"first": "Frank", "middle": "Ellsworth", "last": "Doremus"}, "bio": {"birthday": "1865-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "E000109", "govtrack": 403800, "icpsr": 2898, "wikipedia": "Davis Elkins", "wikidata": "Q732313", "google_entity_id": "kg:/m/0cxcz2"}, "name": {"first": "Davis", "last": "Elkins"}, "bio": {"birthday": "1876-01-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1911-12-31", "state": "WV", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "WV", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "E000145", "govtrack": 403836, "icpsr": 2934, "wikipedia": "Franklin Ellsworth", "house_history": 12773, "wikidata": "Q1445214", "google_entity_id": "kg:/m/0fql93"}, "name": {"first": "Franklin", "middle": "Fowler", "last": "Ellsworth"}, "bio": {"birthday": "1879-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "E000171", "govtrack": 403862, "icpsr": 2959, "wikipedia": "Henry I. Emerson", "house_history": 12801, "wikidata": "Q1422610", "google_entity_id": "kg:/m/02rm0z2"}, "name": {"first": "Henry", "middle": "Ivory", "last": "Emerson"}, "bio": {"birthday": "1871-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "E000212", "govtrack": 403899, "icpsr": 2988, "wikipedia": "John J. Esch", "house_history": 12862, "wikidata": "Q1444281", "google_entity_id": "kg:/m/0drb3n"}, "name": {"first": "John", "middle": "Jacob", "last": "Esch"}, "bio": {"birthday": "1861-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "E000224", "govtrack": 403910, "icpsr": 2996, "house_history": 12878, "wikipedia": "Albert Estopinal", "wikidata": "Q1404345", "google_entity_id": "kg:/m/0c3w42"}, "name": {"first": "Albert", "last": "Estopinal"}, "bio": {"birthday": "1845-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "LA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "E000234", "govtrack": 403919, "icpsr": 3004, "wikipedia": "Charles R. Evans", "house_history": 12891, "wikidata": "Q1065837", "google_entity_id": "kg:/m/02730n3"}, "name": {"first": "Charles", "middle": "Robley", "last": "Evans"}, "bio": {"birthday": "1866-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NV", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "F000011", "govtrack": 403973, "icpsr": 3053, "wikipedia": "Albert B. Fall", "wikidata": "Q1397640", "google_entity_id": "kg:/m/02qbq6"}, "name": {"first": "Albert", "middle": "Bacon", "last": "Fall"}, "bio": {"birthday": "1861-11-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1912-01-01", "end": "1919-03-03", "state": "NM", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1919-05-19", "end": "1921-12-31", "state": "NM", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000029", "govtrack": 403991, "icpsr": 3068, "house_history": 12999, "wikipedia": "John R. Farr", "wikidata": "Q6253837", "google_entity_id": "kg:/m/0fzb8k"}, "name": {"first": "John", "middle": "Richard", "last": "Farr"}, "bio": {"birthday": "1857-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "F000091", "govtrack": 404048, "icpsr": 3119, "wikipedia": "Scott Ferris", "house_history": 13085, "wikidata": "Q1447788", "google_entity_id": "kg:/m/02rr6rb"}, "name": {"first": "Scott", "last": "Ferris"}, "bio": {"birthday": "1877-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OK", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "F000164", "govtrack": 404119, "icpsr": 3182, "wikipedia": "John F. Fitzgerald", "house_history": 13177, "wikidata": "Q966182", "google_entity_id": "kg:/m/01qlh0"}, "name": {"first": "John", "middle": "Francis", "last": "Fitzgerald"}, "bio": {"birthday": "1863-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "F000405", "govtrack": 404346, "icpsr": 3391, "wikipedia": "Alvan T. Fuller", "house_history": 13483, "wikidata": "Q441524", "google_entity_id": "kg:/m/0269x3f"}, "name": {"first": "Alvan", "middle": "Tufts", "last": "Fuller"}, "bio": {"birthday": "1878-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 9, "party": "Ind. Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "G000018", "govtrack": 404395, "icpsr": 3435, "wikipedia": "Thomas Gallagher (Illinois)", "house_history": 13586, "wikidata": "Q2424139", "google_entity_id": "kg:/m/02rkd0m"}, "name": {"first": "Thomas", "last": "Gallagher"}, "bio": {"birthday": "1850-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "G000037", "govtrack": 404413, "icpsr": 3450, "wikipedia": "Harry Gandy", "house_history": 13610, "wikidata": "Q1292556", "google_entity_id": "kg:/m/0dv5rf"}, "name": {"first": "Harry", "middle": "Luther", "last": "Gandy"}, "bio": {"birthday": "1881-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "SD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "SD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "SD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000048", "govtrack": 404423, "icpsr": 3459, "wikipedia": "Warren Gard", "house_history": 13626, "wikidata": "Q7970221", "google_entity_id": "kg:/m/0d2895"}, "name": {"first": "Warren", "last": "Gard"}, "bio": {"birthday": "1873-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000068", "govtrack": 404441, "icpsr": 3478, "house_history": 13647, "wikipedia": "Mahlon Morris Garland", "wikidata": "Q6734226", "google_entity_id": "kg:/m/0fz9rt"}, "name": {"first": "Mahlon", "middle": "Morris", "last": "Garland"}, "bio": {"birthday": "1856-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "G000250", "govtrack": 404612, "icpsr": 3641, "wikipedia": "Hannibal Lafayette Godwin", "house_history": 13879, "wikidata": "Q1576153", "google_entity_id": "kg:/m/04fdw3"}, "name": {"first": "Hannibal", "middle": "Lafayette", "last": "Godwin"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NC", "district": 6, "party": "Democrat"}], "bio": {"birthday": "1873-11-03", "gender": "M"}}, {"id": {"bioguide": "G000260", "govtrack": 404622, "icpsr": 3651, "wikipedia": "Henry M. Goldfogle", "house_history": 13891, "wikidata": "Q185267", "google_entity_id": "kg:/m/026g4qf"}, "name": {"first": "Henry", "middle": "Mayer", "last": "Goldfogle"}, "bio": {"birthday": "1856-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "G000276", "govtrack": 404638, "icpsr": 3665, "wikipedia": "Louis B. Goodall", "house_history": 13912, "wikidata": "Q1871506", "google_entity_id": "kg:/m/02x21vd"}, "name": {"first": "Louis", "middle": "Bertrand", "last": "Goodall"}, "bio": {"birthday": "1851-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "ME", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000304", "govtrack": 404663, "icpsr": 3689, "wikipedia": "William S. Goodwin", "house_history": 13948, "wikidata": "Q2580455", "google_entity_id": "kg:/m/02rj_z7"}, "name": {"first": "William", "middle": "Shields", "last": "Goodwin"}, "bio": {"birthday": "1866-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AR", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "G000474", "govtrack": 404819, "wikipedia": "George Barnes Grigsby", "house_history": 14164, "wikidata": "Q1506947", "google_entity_id": "kg:/m/0drqrx"}, "name": {"first": "George", "middle": "Barnes", "last": "Grigsby"}, "bio": {"birthday": "1874-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AK", "district": 0}]}, {"id": {"bioguide": "H000099", "govtrack": 404981, "icpsr": 3980, "wikipedia": "James A. Hamill", "house_history": 14408, "wikidata": "Q1679894", "google_entity_id": "kg:/m/0270zj5"}, "name": {"first": "James", "middle": "Alphonsus", "last": "Hamill"}, "bio": {"birthday": "1877-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NJ", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NJ", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NJ", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NJ", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "H000108", "govtrack": 404990, "icpsr": 3989, "wikipedia": "Edward L. Hamilton", "house_history": 14419, "wikidata": "Q1292825", "google_entity_id": "kg:/m/028219j"}, "name": {"first": "Edward", "middle": "La Rue", "last": "Hamilton"}, "bio": {"birthday": "1857-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MI", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000319", "govtrack": 405192, "icpsr": 4173, "wikipedia": "Reuben L. Haskell", "house_history": 14676, "wikidata": "Q1844280", "google_entity_id": "kg:/m/02rkvvp"}, "name": {"first": "Reuben", "middle": "Locke", "last": "Haskell"}, "bio": {"birthday": "1878-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "H000461", "govtrack": 405326, "icpsr": 4291, "wikipedia": "Harvey Helm", "house_history": 14854, "wikidata": "Q1297481", "google_entity_id": "kg:/m/02qwfnp"}, "name": {"first": "Harvey", "last": "Helm"}, "bio": {"birthday": "1865-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KY", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "H000532", "govtrack": 405394, "icpsr": 4356, "wikipedia": "Benigno C. Hern\u00e1ndez", "house_history": 14944, "wikidata": "Q817303", "google_entity_id": "kg:/m/0617dy"}, "name": {"first": "Benigno", "middle": "C\u00e1rdenas", "last": "Hern\u00e1ndez"}, "bio": {"birthday": "1862-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NM", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000546", "govtrack": 405408, "icpsr": 4370, "wikipedia": "Hugh S. Hersman", "house_history": 14960, "wikidata": "Q375411", "google_entity_id": "kg:/m/02rhhsc"}, "name": {"first": "Hugh", "middle": "Steel", "last": "Hersman"}, "bio": {"birthday": "1872-07-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000610", "govtrack": 405471, "icpsr": 4427, "wikipedia": "William Henry Hill (New York)", "house_history": 15039, "wikidata": "Q8012044", "google_entity_id": "kg:/m/02rldt2"}, "name": {"first": "William", "middle": "Henry", "last": "Hill"}, "bio": {"birthday": "1876-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 34, "party": "Republican"}]}, {"id": {"bioguide": "H000716", "govtrack": 405568, "icpsr": 4517, "wikipedia": "Edward Everett Holland", "house_history": 15169, "wikidata": "Q1292152", "google_entity_id": "kg:/m/03c2_43"}, "name": {"first": "Edward", "middle": "Everett", "last": "Holland"}, "bio": {"birthday": "1861-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000939", "govtrack": 405784, "icpsr": 4716, "house_history": 15443, "wikipedia": "Willis James Hulings", "wikidata": "Q8022080", "google_entity_id": "kg:/m/0fyv1h"}, "name": {"first": "Willis", "middle": "James", "last": "Hulings"}, "bio": {"birthday": "1850-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 28, "party": "Progressive"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "I000005", "govtrack": 405867, "icpsr": 4794, "wikipedia": "William L. Igoe", "house_history": 15624, "wikidata": "Q2579629", "google_entity_id": "kg:/m/0czp5p"}, "name": {"first": "William", "middle": "Leo", "last": "Igoe"}, "bio": {"birthday": "1879-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "J000190", "govtrack": 406085, "icpsr": 5004, "house_history": 15936, "wikipedia": "John B. Johnston", "wikidata": "Q867275", "google_entity_id": "kg:/m/02p31h7"}, "name": {"first": "John", "middle": "Brown", "last": "Johnston"}, "bio": {"birthday": "1882-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "J000282", "govtrack": 406174, "icpsr": 5087, "wikipedia": "Niels Juul", "house_history": 16053, "wikidata": "Q7031517", "google_entity_id": "kg:/m/02rkc5g"}, "name": {"first": "Niels", "last": "Juul"}, "bio": {"birthday": "1859-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "K000104", "govtrack": 406272, "icpsr": 5178, "wikipedia": "Charles A. Kennedy", "house_history": 16207, "wikidata": "Q1063473", "google_entity_id": "kg:/m/02rk76z"}, "name": {"first": "Charles", "middle": "Augustus", "last": "Kennedy"}, "bio": {"birthday": "1869-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "K000129", "govtrack": 406295, "icpsr": 5198, "wikipedia": "William S. Kenyon (Iowa politician)", "wikidata": "Q5906536", "google_entity_id": "kg:/m/0545tz"}, "name": {"first": "William", "middle": "Squire", "last": "Kenyon"}, "bio": {"birthday": "1869-06-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1913-03-03", "state": "IA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "IA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1919-05-19", "end": "1923-03-03", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "K000155", "govtrack": 406319, "icpsr": 5221, "wikipedia": "William Kettner", "house_history": 16272, "wikidata": "Q2542040", "google_entity_id": "kg:/m/0bm38b"}, "name": {"first": "William", "last": "Kettner"}, "bio": {"birthday": "1864-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "L000250", "govtrack": 406753, "icpsr": 5615, "house_history": 16903, "wikipedia": "John Vandling Lesher", "wikidata": "Q6261809", "google_entity_id": "kg:/m/0fzc64"}, "name": {"first": "John", "middle": "Vandling", "last": "Lesher"}, "bio": {"gender": "M", "birthday": "1866-07-27"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "L000259", "govtrack": 406762, "icpsr": 5624, "house_history": 16916, "wikipedia": "Asbury Francis Lever", "wikidata": "Q721456", "google_entity_id": "kg:/m/0bbcwn"}, "name": {"first": "Asbury", "middle": "Francis", "last": "Lever"}, "bio": {"birthday": "1875-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "SC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000002", "govtrack": 407032, "icpsr": 5870, "wikipedia": "John MacCrate", "house_history": 17332, "wikidata": "Q422928", "google_entity_id": "kg:/m/078zs9"}, "name": {"first": "John", "last": "MacCrate"}, "bio": {"birthday": "1885-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000063", "govtrack": 407091, "icpsr": 5922, "wikipedia": "James P. Maher", "house_history": 17406, "wikidata": "Q404621", "google_entity_id": "kg:/m/02rkrc5"}, "name": {"first": "James", "middle": "Paul", "last": "Maher"}, "bio": {"birthday": "1865-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000101", "govtrack": 407125, "icpsr": 5956, "wikipedia": "Edward C. Mann", "house_history": 17456, "wikidata": "Q1291827", "google_entity_id": "kg:/m/02vrpdc"}, "name": {"first": "Edward", "middle": "Coke", "last": "Mann"}, "bio": {"birthday": "1880-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "SC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000290", "govtrack": 407305, "icpsr": 6117, "wikipedia": "James Henry Mays", "house_history": 17680, "wikidata": "Q1540367", "google_entity_id": "kg:/m/02rm3_1"}, "name": {"first": "James", "middle": "Henry", "last": "Mays"}, "bio": {"birthday": "1868-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "UT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "UT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "UT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000369", "govtrack": 407374, "icpsr": 6181, "house_history": 17786, "wikipedia": "Joseph M. McCormick", "wikidata": "Q436272", "google_entity_id": "kg:/m/0c0cth"}, "name": {"first": "Joseph", "middle": "Medill", "last": "McCormick"}, "bio": {"birthday": "1877-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "IL", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000450", "govtrack": 407449, "icpsr": 6254, "wikipedia": "Cornelius Augustine McGlennon", "house_history": 17887, "wikidata": "Q1133718", "google_entity_id": "kg:/m/097zzr"}, "name": {"first": "Cornelius", "middle": "Augustine", "last": "McGlennon"}, "bio": {"birthday": "1878-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NJ", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000517", "govtrack": 407511, "icpsr": 6308, "wikipedia": "Richard F. McKiniry", "house_history": 17972, "wikidata": "Q7325582", "google_entity_id": "kg:/m/02rkv_4"}, "name": {"first": "Richard", "middle": "Francis", "last": "McKiniry"}, "bio": {"birthday": "1878-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "M000536", "govtrack": 407528, "icpsr": 6324, "wikipedia": "Patrick McLane", "house_history": 17998, "wikidata": "Q7147176", "google_entity_id": "kg:/m/0fzbgs"}, "name": {"first": "Patrick", "last": "McLane"}, "bio": {"birthday": "1875-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "M000849", "govtrack": 407822, "icpsr": 6588, "wikipedia": "James G. Monahan", "house_history": 18397, "wikidata": "Q1680426", "google_entity_id": "kg:/m/02vrqkx"}, "name": {"first": "James", "middle": "Gideon", "last": "Monahan"}, "bio": {"birthday": "1855-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000884", "govtrack": 407856, "icpsr": 6618, "wikipedia": "John A. Moon", "house_history": 18443, "wikidata": "Q266124", "google_entity_id": "kg:/m/0djpjc"}, "name": {"first": "John", "middle": "Austin", "last": "Moon"}, "bio": {"birthday": "1855-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000906", "govtrack": 407878, "icpsr": 6640, "wikipedia": "J. Hampton Moore", "house_history": 18471, "wikidata": "Q6105938", "google_entity_id": "kg:/m/0f0znd"}, "name": {"first": "Joseph", "middle": "Hampton", "last": "Moore"}, "bio": {"birthday": "1864-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000947", "govtrack": 407915, "icpsr": 6675, "wikipedia": "Dick Thompson Morgan", "house_history": 18519, "wikidata": "Q1209801", "google_entity_id": "kg:/m/02rr6wg"}, "name": {"first": "Dick", "middle": "Thompson", "last": "Morgan"}, "bio": {"birthday": "1853-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OK", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OK", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OK", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OK", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OK", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OK", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "N000040", "govtrack": 408130, "icpsr": 6870, "wikipedia": "Knute Nelson", "house_history": 18885, "wikidata": "Q888190", "google_entity_id": "kg:/m/01l5w6"}, "name": {"first": "Knute", "last": "Nelson"}, "bio": {"birthday": "1843-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "MN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "MN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "MN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "MN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1919-05-19", "end": "1923-12-31", "state": "MN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "N000062", "govtrack": 408150, "icpsr": 6890, "wikipedia": "Truman Handy Newberry", "wikidata": "Q962189", "google_entity_id": "kg:/m/039gtd"}, "name": {"first": "Truman", "middle": "Handy", "last": "Newberry"}, "bio": {"birthday": "1864-11-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1919-05-19", "end": "1922-11-18", "state": "MI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "N000088", "govtrack": 408173, "icpsr": 6915, "wikipedia": "Samuel J. Nicholls", "house_history": 18942, "wikidata": "Q2218413", "google_entity_id": "kg:/m/02v_3b7"}, "name": {"first": "Samuel", "middle": "Jones", "last": "Nicholls"}, "bio": {"birthday": "1885-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "N000090", "govtrack": 408175, "icpsr": 6917, "wikipedia": "Charles Archibald Nichols", "house_history": 18944, "wikidata": "Q1063576", "google_entity_id": "kg:/m/02pz5xj"}, "name": {"first": "Charles", "middle": "Archibald", "last": "Nichols"}, "bio": {"birthday": "1876-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MI", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MI", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MI", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "O000080", "govtrack": 408353, "icpsr": 7067, "wikipedia": "Richard Olney II", "house_history": 19165, "wikidata": "Q1554054", "google_entity_id": "kg:/m/0b_2my"}, "name": {"first": "Richard", "last": "Olney"}, "bio": {"birthday": "1871-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "O000153", "govtrack": 408404, "icpsr": 7133, "wikipedia": "Robert Latham Owen", "wikidata": "Q456154", "google_entity_id": "kg:/m/0cpgcb"}, "name": {"first": "Robert", "middle": "Latham", "last": "Owen"}, "bio": {"birthday": "1856-02-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "OK", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "OK", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "OK", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000194", "govtrack": 408598, "icpsr": 7311, "wikipedia": "Herbert Pell", "house_history": 19515, "wikidata": "Q1035419", "google_entity_id": "kg:/m/02nmgh"}, "name": {"first": "Herbert", "middle": "Claiborne", "last": "Pell", "suffix": "Jr."}, "bio": {"birthday": "1884-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "P000291", "govtrack": 408691, "icpsr": 7396, "wikipedia": "Michael Francis Phelan", "house_history": 19637, "wikidata": "Q1400068", "google_entity_id": "kg:/m/02rjx9b"}, "name": {"first": "Michael", "middle": "Francis", "last": "Phelan"}, "bio": {"birthday": "1875-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "P000379", "govtrack": 408773, "icpsr": 7479, "wikipedia": "Edmund Platt", "house_history": 19748, "wikidata": "Q1286733", "google_entity_id": "kg:/m/0269y6l"}, "name": {"first": "Edmund", "last": "Platt"}, "bio": {"birthday": "1865-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "R000010", "govtrack": 408993, "icpsr": 7689, "wikipedia": "J. Willard Ragsdale", "house_history": 20085, "wikidata": "Q205598", "google_entity_id": "kg:/m/02vrpfd"}, "name": {"first": "James", "middle": "Willard", "last": "Ragsdale"}, "bio": {"birthday": "1872-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "SC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "R000027", "govtrack": 409008, "icpsr": 7704, "wikipedia": "John R. Ramsey", "house_history": 20108, "wikidata": "Q371373", "google_entity_id": "kg:/m/02w9dbg"}, "name": {"first": "John", "middle": "Rathbone", "last": "Ramsey"}, "bio": {"birthday": "1862-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NJ", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "R000036", "govtrack": 409017, "icpsr": 7712, "wikipedia": "Charles Hiram Randall", "house_history": 20120, "wikidata": "Q1064856", "google_entity_id": "kg:/m/08k9db"}, "name": {"first": "Charles", "middle": "Hiram", "last": "Randall"}, "bio": {"birthday": "1865-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CA", "district": 9, "party": "Prohibitionist"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CA", "district": 9, "party": "Prohibitionist"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CA", "district": 9, "party": "Prohibitionist"}]}, {"id": {"bioguide": "R000038", "govtrack": 409019, "icpsr": 7714, "wikipedia": "Clifford E. Randall", "house_history": 20123, "wikidata": "Q1101248", "google_entity_id": "kg:/m/02vrqqc"}, "name": {"first": "Clifford", "middle": "Ellsworth", "last": "Randall"}, "bio": {"birthday": "1876-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000298", "govtrack": 409270, "icpsr": 7941, "wikipedia": "Edward Everett Robbins", "house_history": 20454, "wikidata": "Q5342812", "google_entity_id": "kg:/m/0fzgwy"}, "name": {"first": "Edward", "middle": "Everett", "last": "Robbins"}, "bio": {"birthday": "1860-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "R000348", "govtrack": 409319, "icpsr": 7987, "wikipedia": "Leonidas D. Robinson", "house_history": 20513, "wikidata": "Q1714701", "google_entity_id": "kg:/m/02vn_nk"}, "name": {"first": "Leonidas", "middle": "Dunlap", "last": "Robinson"}, "bio": {"birthday": "1867-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "R000472", "govtrack": 409433, "icpsr": 8088, "wikipedia": "Joseph Rowan", "house_history": 20669, "wikidata": "Q6286667", "google_entity_id": "kg:/m/02rkt98"}, "name": {"first": "Joseph", "last": "Rowan"}, "bio": {"birthday": "1870-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "R000476", "govtrack": 409437, "icpsr": 8092, "wikipedia": "Frederick W. Rowe", "house_history": 20673, "wikidata": "Q1103926", "google_entity_id": "kg:/m/02rkphp"}, "name": {"first": "Frederick", "middle": "William", "last": "Rowe"}, "bio": {"birthday": "1863-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000035", "govtrack": 409552, "icpsr": 8197, "house_history": 21176, "wikipedia": "Jared Y. Sanders Sr.", "wikidata": "Q433026", "google_entity_id": "kg:/m/0kt9wr"}, "name": {"first": "Jared", "middle": "Young", "last": "Sanders"}, "bio": {"birthday": "1869-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "LA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000053", "govtrack": 409568, "icpsr": 8212, "wikipedia": "Rollin B. Sanford", "house_history": 21197, "wikidata": "Q7361150", "google_entity_id": "kg:/m/02rkw4_"}, "name": {"first": "Rollin", "middle": "Brewster", "last": "Sanford"}, "bio": {"birthday": "1874-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "S000077", "govtrack": 409589, "icpsr": 8227, "house_history": 21230, "wikipedia": "Edward W. Saunders", "wikidata": "Q608265", "google_entity_id": "kg:/m/026wbj_"}, "name": {"first": "Edward", "middle": "Watts", "last": "Saunders"}, "bio": {"birthday": "1860-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "VA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000206", "govtrack": 409711, "icpsr": 8330, "house_history": 21392, "wikipedia": "Thomas J. Scully", "wikidata": "Q2424988", "google_entity_id": "kg:/m/02w6bgg"}, "name": {"first": "Thomas", "middle": "Joseph", "last": "Scully"}, "bio": {"birthday": "1868-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NJ", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000235", "govtrack": 409739, "icpsr": 8356, "wikipedia": "Sam R. Sells", "house_history": 21426, "wikidata": "Q1739891", "google_entity_id": "kg:/m/0dlkg6"}, "name": {"first": "Sam", "middle": "Riley", "last": "Sells"}, "bio": {"birthday": "1871-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000363", "govtrack": 409858, "icpsr": 8471, "wikipedia": "John K. Shields", "wikidata": "Q1426547", "google_entity_id": "kg:/m/04l43w"}, "name": {"first": "John", "middle": "Knight", "last": "Shields"}, "bio": {"birthday": "1858-08-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "TN", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000441", "govtrack": 409935, "icpsr": 8537, "wikipedia": "Thetus W. Sims", "house_history": 21688, "wikidata": "Q2420349", "google_entity_id": "kg:/m/0dngyl"}, "name": {"first": "Thetus", "middle": "Willrette", "last": "Sims"}, "bio": {"birthday": "1852-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "S000500", "govtrack": 409987, "icpsr": 8588, "wikipedia": "John Humphrey Small", "house_history": 21761, "wikidata": "Q1700529", "google_entity_id": "kg:/m/03c2zf4"}, "name": {"first": "John", "middle": "Humphrey", "last": "Small"}, "bio": {"birthday": "1858-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000619", "govtrack": 410094, "icpsr": 8689, "house_history": 21899, "wikipedia": "Thomas Francis Smith", "wikidata": "Q3208992", "google_entity_id": "kg:/m/03nv6c"}, "name": {"first": "Thomas", "middle": "Francis", "last": "Smith"}, "bio": {"birthday": "1865-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "S000796", "govtrack": 410262, "icpsr": 8838, "wikipedia": "Augustus Owsley Stanley", "house_history": 22123, "wikidata": "Q735259", "google_entity_id": "kg:/m/08n08m"}, "name": {"first": "Augustus", "middle": "Owsley", "last": "Stanley"}, "bio": {"birthday": "1867-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000831", "govtrack": 410295, "icpsr": 8868, "house_history": 22169, "wikipedia": "Henry Joseph Steele", "wikidata": "Q5724112", "google_entity_id": "kg:/m/0fzbpg"}, "name": {"first": "Henry", "middle": "Joseph", "last": "Steele"}, "bio": {"birthday": "1860-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "S000872", "govtrack": 410334, "icpsr": 8902, "wikipedia": "Thomas Sterling", "wikidata": "Q433649", "google_entity_id": "kg:/m/0bdych"}, "name": {"first": "Thomas", "last": "Sterling"}, "bio": {"birthday": "1851-02-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "SD", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "SD", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S001064", "govtrack": 410518, "wikipedia": "Charles August Sulzer", "house_history": 22453, "wikidata": "Q1063605", "google_entity_id": "kg:/m/0drqrk"}, "name": {"first": "Charles", "middle": "August", "last": "Sulzer"}, "bio": {"birthday": "1879-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AK", "district": 0}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AK", "district": 0}]}, {"id": {"bioguide": "S001121", "govtrack": 410573, "icpsr": 9129, "wikipedia": "Charles Swindall", "house_history": 22522, "wikidata": "Q1066194", "google_entity_id": "kg:/m/02rr6_y"}, "name": {"first": "Charles", "last": "Swindall"}, "bio": {"birthday": "1876-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OK", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "S001129", "govtrack": 410580, "icpsr": 9136, "wikipedia": "King Swope", "house_history": 22530, "wikidata": "Q1724385", "google_entity_id": "kg:/m/02rf2s4"}, "name": {"first": "King", "last": "Swope"}, "bio": {"birthday": "1893-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "T000210", "govtrack": 410789, "icpsr": 9332, "wikipedia": "Joseph Bryan Thompson", "house_history": 22890, "wikidata": "Q615121", "google_entity_id": "kg:/m/02rr708"}, "name": {"first": "Joseph", "middle": "Bryan", "last": "Thompson"}, "bio": {"birthday": "1871-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OK", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OK", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "V000034", "govtrack": 411079, "icpsr": 9610, "wikipedia": "Carl Van Dyke", "house_history": 20918, "wikidata": "Q1040876", "google_entity_id": "kg:/m/0268mgy"}, "name": {"first": "Carl", "middle": "Chester", "last": "Van Dyke"}, "bio": {"birthday": "1881-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "V000086", "govtrack": 411142, "icpsr": 9661, "wikipedia": "William W. Venable", "house_history": 20978, "wikidata": "Q1525764", "google_entity_id": "kg:/m/02x3_ts"}, "name": {"first": "William", "middle": "Webb", "last": "Venable"}, "bio": {"birthday": "1880-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MS", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000193", "govtrack": 411365, "icpsr": 9867, "house_history": 23444, "wikipedia": "John T. Watkins", "wikidata": "Q1701887", "google_entity_id": "kg:/m/0ks716"}, "name": {"first": "John", "middle": "Thomas", "last": "Watkins"}, "bio": {"birthday": "1854-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000206", "govtrack": 411377, "icpsr": 9878, "wikipedia": "Walter Allen Watson", "house_history": 23461, "wikidata": "Q1411719", "google_entity_id": "kg:/m/03c2_4g"}, "name": {"first": "Walter", "middle": "Allen", "last": "Watson"}, "bio": {"birthday": "1867-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "VA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000231", "govtrack": 411399, "icpsr": 9898, "wikipedia": "Edwin Y. Webb", "house_history": 23494, "wikidata": "Q144310", "google_entity_id": "kg:/m/05k40n"}, "name": {"first": "Edwin", "middle": "Yates", "last": "Webb"}, "bio": {"birthday": "1872-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NC", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "W000278", "govtrack": 411443, "icpsr": 9938, "wikipedia": "Milton H. Welling", "house_history": 23552, "wikidata": "Q678057", "google_entity_id": "kg:/m/03c2_3s"}, "name": {"first": "Milton", "middle": "Holmes", "last": "Welling"}, "bio": {"birthday": "1876-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "UT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000291", "govtrack": 411455, "icpsr": 9949, "wikipedia": "Benjamin F. Welty", "house_history": 23568, "wikidata": "Q4888563", "google_entity_id": "kg:/m/02rlzz3"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Welty"}, "bio": {"birthday": "1870-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000319", "govtrack": 411481, "icpsr": 9974, "wikipedia": "Richard S. Whaley", "house_history": 23597, "wikidata": "Q1534319", "google_entity_id": "kg:/m/02vp03b"}, "name": {"first": "Richard", "middle": "Smith", "last": "Whaley"}, "bio": {"birthday": "1874-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "SC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000593", "govtrack": 411748, "icpsr": 10233, "wikipedia": "James Clifton Wilson", "house_history": 23921, "wikidata": "Q252399", "google_entity_id": "kg:/m/03c2zx6"}, "name": {"first": "James", "middle": "Clifton", "last": "Wilson"}, "bio": {"birthday": "1874-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "W000600", "govtrack": 411755, "icpsr": 10240, "house_history": 23928, "wikipedia": "John Haden Wilson", "wikidata": "Q6237184", "google_entity_id": "kg:/m/0fzg50"}, "name": {"first": "John", "middle": "Haden", "last": "Wilson"}, "bio": {"birthday": "1867-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "W000624", "govtrack": 411778, "icpsr": 10263, "wikipedia": "William Warfield Wilson", "house_history": 23956, "wikidata": "Q2580919", "google_entity_id": "kg:/m/02rkdp7"}, "name": {"first": "William", "middle": "Warfield", "last": "Wilson"}, "bio": {"birthday": "1868-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "Y000004", "govtrack": 411938, "wikipedia": "Teodoro R. Yangco", "house_history": 21037, "wikidata": "Q2308718", "google_entity_id": "kg:/m/0chrl_"}, "name": {"first": "Teodoro", "middle": "Rafael", "last": "Yangco"}, "bio": {"birthday": "1861-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PI", "district": -1}]}, {"id": {"bioguide": "Y000040", "govtrack": 411972, "icpsr": 10443, "wikipedia": "James Young (congressman)", "house_history": 21078, "wikidata": "Q1557466", "google_entity_id": "kg:/m/03c2_vn"}, "name": {"first": "James", "last": "Young"}, "bio": {"birthday": "1866-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000657", "govtrack": 402784, "icpsr": 1962, "wikipedia": "B. B. Comer", "wikidata": "Q795199", "google_entity_id": "kg:/m/03g2gx"}, "name": {"first": "Braxton", "middle": "Bragg", "last": "Comer"}, "bio": {"birthday": "1848-11-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1920-01-01", "end": "1921-03-03", "state": "AL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000192", "govtrack": 405073, "icpsr": 4059, "wikipedia": "Warren G. Harding", "wikidata": "Q35286", "google_entity_id": "kg:/m/081t6"}, "name": {"first": "Warren", "middle": "Gamaliel", "last": "Harding"}, "bio": {"birthday": "1865-11-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "OH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000251", "govtrack": 400887, "icpsr": 201, "house_history": 8613, "wikipedia": "William E. Andrews", "wikidata": "Q588938", "google_entity_id": "kg:/m/09xgxl"}, "name": {"first": "William", "middle": "Ezekiel", "last": "Andrews"}, "bio": {"birthday": "1854-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NE", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NE", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NE", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "A000260", "govtrack": 400897, "icpsr": 210, "wikipedia": "Martin C. Ansorge", "house_history": 8627, "wikidata": "Q13219081", "google_entity_id": "kg:/m/027nblf"}, "name": {"first": "Martin", "middle": "Charles", "last": "Ansorge"}, "bio": {"birthday": "1882-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "A000267", "govtrack": 400905, "icpsr": 217, "wikipedia": "T. Frank Appleby", "house_history": 8637, "wikidata": "Q1762131", "google_entity_id": "kg:/m/02q1567"}, "name": {"first": "Theodore", "middle": "Frank", "last": "Appleby"}, "bio": {"birthday": "1864-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NJ", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000326", "govtrack": 400974, "icpsr": 281, "wikipedia": "William O. Atkeson", "house_history": 8711, "wikidata": "Q913913", "google_entity_id": "kg:/m/02rx9rl"}, "name": {"first": "William", "middle": "Oscar", "last": "Atkeson"}, "bio": {"gender": "M", "birthday": "1854-08-24"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000088", "govtrack": 401090, "house_history": 8888, "wikipedia": "Henry Alexander Baldwin", "wikidata": "Q1606418", "google_entity_id": "kg:/m/03njjt"}, "name": {"first": "Henry", "middle": "Alexander", "last": "Baldwin"}, "bio": {"birthday": "1871-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "HI", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000361", "govtrack": 401353, "icpsr": 625, "wikipedia": "John S. Benham", "house_history": 9245, "wikidata": "Q1701637", "google_entity_id": "kg:/m/02rkgxr"}, "name": {"first": "John", "middle": "Samuel", "last": "Benham"}, "bio": {"gender": "M", "birthday": "1863-10-24"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "B000479", "govtrack": 401460, "icpsr": 724, "house_history": 9397, "wikipedia": "Richard Ely Bird", "wikidata": "Q1699872", "google_entity_id": "kg:/m/0c976m"}, "name": {"first": "Richard", "middle": "Ely", "last": "Bird"}, "bio": {"birthday": "1878-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KS", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "B000514", "govtrack": 401492, "icpsr": 757, "wikipedia": "Fred L. Blackmon", "house_history": 9439, "wikidata": "Q1452412", "google_entity_id": "kg:/m/02rk1lh"}, "name": {"first": "Fred", "middle": "Leonard", "last": "Blackmon"}, "bio": {"birthday": "1873-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "B000535", "govtrack": 401510, "icpsr": 776, "wikipedia": "Albert Blakeney", "house_history": 9464, "wikidata": "Q759154", "google_entity_id": "kg:/m/09166n"}, "name": {"first": "Albert", "middle": "Alexander", "last": "Blakeney"}, "bio": {"birthday": "1850-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MD", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000542", "govtrack": 401517, "icpsr": 782, "wikipedia": "Oscar E. Bland", "house_history": 9474, "wikidata": "Q1624853", "google_entity_id": "kg:/m/02rkhfy"}, "name": {"first": "Oscar", "middle": "Edward", "last": "Bland"}, "bio": {"birthday": "1877-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000610", "govtrack": 401578, "icpsr": 840, "wikipedia": "Charles G. Bond", "house_history": 9570, "wikidata": "Q1446881", "google_entity_id": "kg:/m/02prkr_"}, "name": {"first": "Charles", "middle": "Grosvenor", "last": "Bond"}, "bio": {"birthday": "1877-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "B000690", "govtrack": 401652, "icpsr": 904, "wikipedia": "George Meade Bowers", "house_history": 9676, "wikidata": "Q1507806", "google_entity_id": "kg:/m/03c2jxb"}, "name": {"first": "George", "middle": "Meade", "last": "Bowers"}, "bio": {"birthday": "1863-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WV", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000769", "govtrack": 401728, "icpsr": 978, "wikipedia": "Frank B. Brandegee", "house_history": 9771, "wikidata": "Q1442887", "google_entity_id": "kg:/m/09n5y3"}, "name": {"first": "Frank", "middle": "Bosworth", "last": "Brandegee"}, "bio": {"birthday": "1864-07-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1909-03-03", "state": "CT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "CT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "CT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1921-04-11", "end": "1925-03-03", "state": "CT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000800", "govtrack": 401757, "icpsr": 1005, "wikipedia": "Vincent M. Brennan", "house_history": 9814, "wikidata": "Q1746107", "google_entity_id": "kg:/m/048g7b"}, "name": {"first": "Vincent", "middle": "Morrison", "last": "Brennan"}, "bio": {"birthday": "1890-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MI", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "B000840", "govtrack": 401797, "icpsr": 1042, "wikipedia": "Samuel M. Brinson", "house_history": 9864, "wikidata": "Q2218598", "google_entity_id": "kg:/m/08j92y"}, "name": {"first": "Samuel", "middle": "Mitchell", "last": "Brinson"}, "bio": {"birthday": "1870-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000876", "govtrack": 401833, "icpsr": 1073, "house_history": 9911, "wikipedia": "Edward Schroeder Brooks", "wikidata": "Q5345249", "google_entity_id": "kg:/m/0fyt7y"}, "name": {"first": "Edward", "middle": "Schroeder", "last": "Brooks"}, "bio": {"birthday": "1867-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "B000877", "govtrack": 401834, "icpsr": 1074, "wikipedia": "Edwin B. Brooks", "house_history": 9913, "wikidata": "Q5346222", "google_entity_id": "kg:/m/02rk9ff"}, "name": {"first": "Edwin", "middle": "Bruce", "last": "Brooks"}, "bio": {"birthday": "1868-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "B000935", "govtrack": 401889, "icpsr": 1125, "wikipedia": "Joseph Edgar Brown", "house_history": 9986, "wikidata": "Q1502834", "google_entity_id": "kg:/m/02rkzp3"}, "name": {"first": "Joseph", "middle": "Edgar", "last": "Brown"}, "bio": {"birthday": "1880-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B001101", "govtrack": 402046, "icpsr": 1274, "wikipedia": "William J. Burke", "house_history": 10196, "wikidata": "Q8013166", "google_entity_id": "kg:/m/078_g0"}, "name": {"first": "William", "middle": "Joseph", "last": "Burke"}, "bio": {"birthday": "1862-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B001138", "govtrack": 402081, "icpsr": 1306, "wikipedia": "Sherman Everett Burroughs", "house_history": 10241, "wikidata": "Q1773901", "google_entity_id": "kg:/m/02rjz9z"}, "name": {"first": "Sherman", "middle": "Everett", "last": "Burroughs"}, "bio": {"birthday": "1870-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001144", "govtrack": 402087, "icpsr": 1312, "wikipedia": "Holm O. Bursum", "wikidata": "Q1624981", "google_entity_id": "kg:/m/026kd78"}, "name": {"first": "Holm", "middle": "Olaf", "last": "Bursum"}, "bio": {"birthday": "1867-02-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1921-04-11", "end": "1925-03-03", "state": "NM", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000066", "govtrack": 402224, "icpsr": 1436, "wikipedia": "Ralph H. Cameron", "house_history": 10525, "wikidata": "Q976300", "google_entity_id": "kg:/m/07sgkx"}, "name": {"first": "Ralph", "middle": "Henry", "last": "Cameron"}, "bio": {"birthday": "1863-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AZ", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AZ", "district": 0, "party": "Republican"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "AZ", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000097", "govtrack": 402252, "icpsr": 1462, "wikipedia": "Philip P. Campbell", "house_history": 10565, "wikidata": "Q2086363", "google_entity_id": "kg:/m/02rm964"}, "name": {"first": "Philip", "middle": "Pitt", "last": "Campbell"}, "bio": {"birthday": "1862-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KS", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000121", "govtrack": 402272, "icpsr": 1483, "wikipedia": "Joseph Gurney Cannon", "house_history": 10600, "wikidata": "Q984248", "google_entity_id": "kg:/m/04472"}, "name": {"first": "Joseph", "middle": "Gurney", "last": "Cannon"}, "bio": {"birthday": "1836-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1875-12-06", "end": "1877-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1877-10-15", "end": "1879-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1879-03-18", "end": "1881-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1881-12-05", "end": "1883-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1883-12-03", "end": "1885-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "C000295", "govtrack": 402437, "icpsr": 1638, "wikipedia": "Thomas Alberter Chandler", "house_history": 10826, "wikidata": "Q2421979", "google_entity_id": "kg:/m/02rr6p8"}, "name": {"first": "Thomas", "middle": "Alberter", "last": "Chandler"}, "bio": {"birthday": "1871-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OK", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000297", "govtrack": 402439, "icpsr": 1640, "wikipedia": "Walter M. Chandler", "house_history": 10829, "wikidata": "Q7965517", "google_entity_id": "kg:/m/02rkxlr"}, "name": {"first": "Walter", "middle": "Marion", "last": "Chandler"}, "bio": {"birthday": "1867-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 19, "party": "Progressive"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 19, "party": "Progressive"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "C000474", "govtrack": 402612, "icpsr": 1804, "wikipedia": "David G. Classon", "house_history": 11040, "wikidata": "Q989536", "google_entity_id": "kg:/m/02vrq1r"}, "name": {"first": "David", "middle": "Guy", "last": "Classon"}, "bio": {"birthday": "1870-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WI", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "C000532", "govtrack": 402666, "icpsr": 1854, "wikipedia": "Wynne F. Clouse", "house_history": 11113, "wikidata": "Q2595692", "google_entity_id": "kg:/m/02rk_dh"}, "name": {"first": "Wynne", "middle": "F.", "last": "Clouse"}, "bio": {"birthday": "1883-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "C000579", "govtrack": 402708, "icpsr": 1895, "house_history": 11174, "wikipedia": "George P. Codd", "wikidata": "Q1508023", "google_entity_id": "kg:/m/026yw63"}, "name": {"first": "George", "middle": "Pierre", "last": "Codd"}, "bio": {"birthday": "1869-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000685", "govtrack": 402811, "icpsr": 1987, "house_history": 11313, "wikipedia": "Charles Robert Connell", "wikidata": "Q5082098", "google_entity_id": "kg:/m/0fxyvm"}, "name": {"first": "Charles", "middle": "Robert", "last": "Connell"}, "bio": {"birthday": "1864-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "C000770", "govtrack": 402889, "icpsr": 2063, "wikipedia": "Ira Clifton Copley", "house_history": 11418, "wikidata": "Q13218812", "google_entity_id": "kg:/m/0kt51x"}, "name": {"first": "Ira", "middle": "Clifton", "last": "Copley"}, "bio": {"birthday": "1864-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 11, "party": "Progressive"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "C000806", "govtrack": 402925, "icpsr": 2091, "house_history": 11465, "wikipedia": "Clarence Dennis Coughlin", "wikidata": "Q5126469", "google_entity_id": "kg:/m/0fy2yz"}, "name": {"first": "Clarence", "middle": "Dennis", "last": "Coughlin"}, "bio": {"birthday": "1883-07-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "C000853", "govtrack": 402969, "icpsr": 2130, "wikipedia": "Thomas S. Crago", "house_history": 11524, "wikidata": "Q7793720", "google_entity_id": "kg:/m/0fxykp"}, "name": {"first": "Thomas", "middle": "Spencer", "last": "Crago"}, "bio": {"birthday": "1866-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000938", "govtrack": 403050, "icpsr": 2205, "wikipedia": "William E. Crow", "wikidata": "Q2578542", "google_entity_id": "kg:/m/08pjx4"}, "name": {"first": "William", "middle": "Evans", "last": "Crow"}, "bio": {"birthday": "1870-03-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000988", "govtrack": 403096, "icpsr": 2252, "wikipedia": "Albert B. Cummins", "wikidata": "Q377161", "google_entity_id": "kg:/m/037fr0"}, "name": {"first": "Albert", "middle": "Baird", "last": "Cummins"}, "bio": {"birthday": "1850-02-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1908-01-01", "end": "1915-03-03", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "IA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000276", "govtrack": 403322, "wikipedia": "Jaime C. de Veyra", "house_history": 12170, "wikidata": "Q2597955", "google_entity_id": "kg:/m/0chsjr"}, "name": {"first": "Jaime", "middle": "Carlos", "last": "De Veyra"}, "bio": {"birthday": "1873-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PI", "district": -1}]}, {"id": {"bioguide": "D000347", "govtrack": 403465, "icpsr": 2597, "wikipedia": "William P. Dillingham", "wikidata": "Q881697", "google_entity_id": "kg:/m/0c6pv8"}, "name": {"first": "William", "middle": "Paul", "last": "Dillingham"}, "bio": {"birthday": "1843-12-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1900-01-01", "end": "1903-03-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1921-04-11", "end": "1923-12-31", "state": "VT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000553", "govtrack": 403660, "icpsr": 2776, "wikipedia": "Thomas B. Dunn", "house_history": 12514, "wikidata": "Q7787237", "google_entity_id": "kg:/m/0krz8q"}, "name": {"first": "Thomas", "middle": "Byrne", "last": "Dunn"}, "bio": {"birthday": "1853-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 38, "party": "Republican"}]}, {"id": {"bioguide": "E000030", "govtrack": 403725, "icpsr": 2834, "wikipedia": "Leonard S. Echols", "house_history": 12638, "wikidata": "Q1819032", "google_entity_id": "kg:/m/03c224b"}, "name": {"first": "Leonard", "middle": "Sidney", "last": "Echols"}, "bio": {"birthday": "1871-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WV", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WV", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "E000161", "govtrack": 403852, "icpsr": 2949, "wikipedia": "John A. Elston", "house_history": 12791, "wikidata": "Q1671030", "google_entity_id": "kg:/m/02rhjp7"}, "name": {"first": "John", "middle": "Arthur", "last": "Elston"}, "bio": {"birthday": "1874-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CA", "district": 6, "party": "Progressive"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "E000206", "govtrack": 403893, "icpsr": 2983, "wikipedia": "Richard P. Ernst", "wikidata": "Q2150336", "google_entity_id": "kg:/m/0689bd"}, "name": {"first": "Richard", "middle": "Pretlow", "last": "Ernst"}, "bio": {"birthday": "1858-02-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "KY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "E000256", "govtrack": 403938, "icpsr": 3020, "wikipedia": "Robert E. Evans", "house_history": 12916, "wikidata": "Q2156940", "google_entity_id": "kg:/m/0b2k30"}, "name": {"first": "Robert", "middle": "Emory", "last": "Evans"}, "bio": {"birthday": "1856-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NE", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000210", "govtrack": 404165, "icpsr": 3225, "wikipedia": "Henry D. Flood", "house_history": 13234, "wikidata": "Q1606646", "google_entity_id": "kg:/m/03c2_57"}, "name": {"first": "Henry", "middle": "De La Warr", "last": "Flood"}, "bio": {"birthday": "1865-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "VA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "F000271", "govtrack": 404222, "icpsr": 3275, "wikipedia": "Joseph W. Fordney", "house_history": 13316, "wikidata": "Q1708173", "google_entity_id": "kg:/m/027vgmq"}, "name": {"first": "Joseph", "middle": "Warren", "last": "Fordney"}, "bio": {"gender": "M", "birthday": "1853-11-05"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "F000341", "govtrack": 404289, "icpsr": 3339, "wikipedia": "William H. Frankhauser", "house_history": 13403, "wikidata": "Q783970", "google_entity_id": "kg:/m/027x04c"}, "name": {"first": "William", "middle": "Horace", "last": "Frankhauser"}, "bio": {"birthday": "1863-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000004", "govtrack": 404381, "icpsr": 3422, "wikipedia": "Harry C. Gahn", "house_history": 13570, "wikidata": "Q1586421", "google_entity_id": "kg:/m/02rm0v_"}, "name": {"first": "Harry", "middle": "Conrad", "last": "Gahn"}, "bio": {"birthday": "1880-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "G000123", "govtrack": 404493, "icpsr": 3528, "wikipedia": "L. M. Gensman", "house_history": 13716, "wikidata": "Q1650427", "google_entity_id": "kg:/m/02rr6sq"}, "name": {"first": "Lorraine", "middle": "Michael", "last": "Gensman"}, "bio": {"birthday": "1878-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OK", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "G000137", "govtrack": 404506, "icpsr": 3540, "house_history": 13734, "wikipedia": "Fred Benjamin Gernerd", "wikidata": "Q5494607", "google_entity_id": "kg:/m/0fyk89"}, "name": {"first": "Fred", "middle": "Benjamin", "last": "Gernerd"}, "bio": {"birthday": "1879-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "G000275", "govtrack": 404637, "icpsr": 3664, "wikipedia": "James William Good", "house_history": 13911, "wikidata": "Q331268", "google_entity_id": "kg:/m/07yc5j"}, "name": {"first": "James", "middle": "William", "last": "Good"}, "bio": {"birthday": "1866-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "G000308", "govtrack": 404667, "icpsr": 3693, "wikipedia": "Wells Goodykoontz", "house_history": 13952, "wikidata": "Q1680903", "google_entity_id": "kg:/m/02plsmc"}, "name": {"first": "Wells", "last": "Goodykoontz"}, "bio": {"birthday": "1872-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WV", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WV", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "G000342", "govtrack": 404698, "icpsr": 3723, "wikipedia": "Norman J. Gould", "house_history": 13993, "wikidata": "Q7052389", "google_entity_id": "kg:/m/026lcz8"}, "name": {"first": "Norman", "middle": "Judd", "last": "Gould"}, "bio": {"birthday": "1877-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 36, "party": "Republican"}]}, {"id": {"bioguide": "H000198", "govtrack": 405079, "icpsr": 4065, "wikipedia": "Rufus Hardy (representative)", "house_history": 14531, "wikidata": "Q2174776", "google_entity_id": "kg:/m/02prkwf"}, "name": {"first": "Rufus", "last": "Hardy"}, "bio": {"birthday": "1855-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000227", "govtrack": 405105, "icpsr": 4092, "house_history": 14569, "wikipedia": "John W. Harreld", "wikidata": "Q1663143", "google_entity_id": "kg:/m/0ctvr1"}, "name": {"first": "John", "middle": "William", "last": "Harreld"}, "bio": {"birthday": "1872-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OK", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "OK", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000403", "govtrack": 405270, "icpsr": 4242, "wikipedia": "Edward D. Hays", "house_history": 14779, "wikidata": "Q1291995", "google_entity_id": "kg:/m/02rz5xg"}, "name": {"first": "Edward", "middle": "Dixon", "last": "Hays"}, "bio": {"gender": "M", "birthday": "1872-04-28"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "H000510", "govtrack": 405373, "icpsr": 4336, "wikipedia": "Lewis Henry", "house_history": 14917, "wikidata": "Q6536676", "google_entity_id": "kg:/m/0kscjh"}, "name": {"first": "Lewis", "last": "Henry"}, "bio": {"birthday": "1885-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 37, "party": "Republican"}]}, {"id": {"bioguide": "H000540", "govtrack": 405402, "icpsr": 4364, "wikipedia": "Manuel Herrick", "house_history": 14954, "wikidata": "Q1891557", "google_entity_id": "kg:/m/07hbrb"}, "name": {"first": "Manuel", "last": "Herrick"}, "bio": {"birthday": "1876-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OK", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "H000564", "govtrack": 405426, "icpsr": 4385, "wikipedia": "Frederick C. Hicks", "house_history": 14982, "wikidata": "Q111605", "google_entity_id": "kg:/m/026k8vw"}, "name": {"first": "Frederick", "middle": "Cocks", "last": "Hicks"}, "bio": {"birthday": "1872-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000626", "govtrack": 405484, "icpsr": 4439, "wikipedia": "Joseph H. Himes", "house_history": 15058, "wikidata": "Q6283675", "google_entity_id": "kg:/m/02rm22x"}, "name": {"first": "Joseph", "middle": "Hendrix", "last": "Himes"}, "bio": {"birthday": "1885-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "H000693", "govtrack": 405546, "icpsr": 4496, "wikipedia": "Michael J. Hogan", "house_history": 15141, "wikidata": "Q1282055", "google_entity_id": "kg:/m/02rktt9"}, "name": {"first": "Michael", "middle": "Joseph", "last": "Hogan"}, "bio": {"birthday": "1871-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "H000813", "govtrack": 405661, "icpsr": 4602, "house_history": 15288, "wikipedia": "Alanson B. Houghton", "wikidata": "Q821304", "google_entity_id": "kg:/m/0fyxmp"}, "name": {"first": "Alanson", "middle": "Bigelow", "last": "Houghton"}, "bio": {"birthday": "1863-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 37, "party": "Republican"}]}, {"id": {"bioguide": "H000900", "govtrack": 405746, "icpsr": 4683, "house_history": 15397, "wikipedia": "Winnifred Sprague Mason Huck", "wikidata": "Q8025679", "google_entity_id": "kg:/m/056r3z"}, "name": {"first": "Winnifred", "middle": "Sprague Mason", "last": "Huck"}, "bio": {"birthday": "1882-09-14", "gender": "F"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000933", "govtrack": 405778, "icpsr": 4710, "wikipedia": "Theodore W. Hukriede", "house_history": 15435, "wikidata": "Q2418719", "google_entity_id": "kg:/m/02rz89j"}, "name": {"first": "Theodore", "middle": "Waldemar", "last": "Hukriede"}, "bio": {"birthday": "1878-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "H000949", "govtrack": 405793, "icpsr": 4725, "wikipedia": "Augustin Reed Humphrey", "house_history": 15456, "wikidata": "Q768040", "google_entity_id": "kg:/m/09x7d1"}, "name": {"first": "Augustin", "middle": "Reed", "last": "Humphrey"}, "bio": {"birthday": "1859-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NE", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H001005", "govtrack": 405845, "icpsr": 4775, "house_history": 15521, "wikipedia": "James W. Husted (Representative)", "wikidata": "Q6144811", "google_entity_id": "kg:/m/02rkrvw"}, "name": {"first": "James", "middle": "William", "last": "Husted"}, "bio": {"birthday": "1870-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "H001012", "govtrack": 405851, "icpsr": 4781, "wikipedia": "Elijah C. Hutchinson", "house_history": 15530, "wikidata": "Q1329375", "google_entity_id": "kg:/m/02vyp3n"}, "name": {"first": "Elijah", "middle": "Cubberley", "last": "Hutchinson"}, "bio": {"birthday": "1855-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NJ", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "I000030", "govtrack": 405888, "icpsr": 4815, "wikipedia": "Clifford C. Ireland", "house_history": 15654, "wikidata": "Q5132888", "google_entity_id": "kg:/m/02rk97y"}, "name": {"first": "Clifford", "middle": "Cady", "last": "Ireland"}, "bio": {"birthday": "1878-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "J000041", "govtrack": 405946, "icpsr": 4876, "wikipedia": "Henderson M. Jacoway", "house_history": 15743, "wikidata": "Q1604966", "google_entity_id": "kg:/m/02rhh9j"}, "name": {"first": "Henderson", "middle": "Madison", "last": "Jacoway"}, "bio": {"birthday": "1870-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AR", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "J000052", "govtrack": 405957, "icpsr": 4886, "wikipedia": "Rorer A. James", "house_history": 15755, "wikidata": "Q2166336", "google_entity_id": "kg:/m/02vp0gb"}, "name": {"first": "Rorer", "middle": "Abraham", "last": "James"}, "bio": {"birthday": "1859-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "VA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "J000067", "govtrack": 405972, "icpsr": 4901, "wikipedia": "Albert W. Jefferis", "house_history": 15777, "wikidata": "Q132424", "google_entity_id": "kg:/m/0b7553"}, "name": {"first": "Albert", "middle": "Webb", "last": "Jefferis"}, "bio": {"birthday": "1868-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NE", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "J000166", "govtrack": 406063, "icpsr": 4984, "house_history": 15904, "wikipedia": "Paul B. Johnson Sr.", "wikidata": "Q671583", "google_entity_id": "kg:/m/01hj16"}, "name": {"first": "Paul", "middle": "Burney", "last": "Johnson"}, "bio": {"birthday": "1880-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MS", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "J000217", "govtrack": 406112, "icpsr": 5028, "house_history": 15967, "wikipedia": "Evan John Jones (politician)", "wikidata": "Q5415442", "google_entity_id": "kg:/m/0fyqgh"}, "name": {"first": "Evan", "middle": "John", "last": "Jones"}, "bio": {"birthday": "1872-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "K000004", "govtrack": 406178, "house_history": 16079, "wikipedia": "Jonah K\u016bhi\u014d Kalaniana\u02bbole", "wikidata": "Q1702876", "google_entity_id": "kg:/m/03192k"}, "name": {"first": "Jonah", "middle": "Kuhio", "last": "Kalanianaole"}, "bio": {"birthday": "1871-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "HI", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "K000061", "govtrack": 406231, "icpsr": 5139, "wikipedia": "Patrick H. Kelley", "house_history": 16156, "wikidata": "Q1371323", "google_entity_id": "kg:/m/07c4cn"}, "name": {"first": "Patrick", "middle": "Henry", "last": "Kelley"}, "bio": {"birthday": "1867-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "K000100", "govtrack": 406268, "icpsr": 5174, "wikipedia": "Ambrose Kennedy", "house_history": 16203, "wikidata": "Q459265", "google_entity_id": "kg:/m/02rldwv"}, "name": {"first": "Ambrose", "last": "Kennedy"}, "bio": {"birthday": "1875-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "RI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "RI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "RI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "RI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "RI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "K000221", "govtrack": 406380, "icpsr": 5278, "wikipedia": "Moses Kinkaid", "house_history": 16356, "wikidata": "Q1949208", "google_entity_id": "kg:/m/09tx2v"}, "name": {"first": "Moses", "middle": "Pierce", "last": "Kinkaid"}, "bio": {"birthday": "1856-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NE", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NE", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NE", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NE", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NE", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NE", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NE", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NE", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NE", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NE", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "K000240", "govtrack": 406399, "icpsr": 5297, "wikipedia": "William Huntington Kirkpatrick", "house_history": 16378, "wikidata": "Q8012700", "google_entity_id": "kg:/m/0fylgd"}, "name": {"first": "William", "middle": "Huntington", "last": "Kirkpatrick"}, "bio": {"birthday": "1885-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "K000245", "govtrack": 406404, "icpsr": 5302, "house_history": 16383, "wikipedia": "John Kissel (New York)", "wikidata": "Q422932", "google_entity_id": "kg:/m/03cqhc1"}, "name": {"first": "John", "last": "Kissel"}, "bio": {"birthday": "1864-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "K000260", "govtrack": 406418, "icpsr": 5316, "wikipedia": "John C. Kleczka", "house_history": 16403, "wikidata": "Q1530734", "google_entity_id": "kg:/m/02vrqdd"}, "name": {"first": "John", "middle": "Casimir", "last": "Kleczka"}, "bio": {"birthday": "1885-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WI", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "K000266", "govtrack": 406424, "icpsr": 5320, "wikipedia": "Ardolph L. Kline", "house_history": 16410, "wikidata": "Q4121154", "google_entity_id": "kg:/m/020svx"}, "name": {"first": "Ardolph", "middle": "Loges", "last": "Kline"}, "bio": {"birthday": "1858-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "K000267", "govtrack": 406425, "icpsr": 5321, "house_history": 16411, "wikipedia": "Isaac Clinton Kline", "wikidata": "Q6076149", "google_entity_id": "kg:/m/0fyl4s"}, "name": {"first": "Isaac", "middle": "Clinton", "last": "Kline"}, "bio": {"birthday": "1858-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "K000284", "govtrack": 406441, "icpsr": 5336, "wikipedia": "Charles Landon Knight", "house_history": 16436, "wikidata": "Q5080048", "google_entity_id": "kg:/m/09y4h8"}, "name": {"first": "Charles", "middle": "Landon", "last": "Knight"}, "bio": {"birthday": "1867-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "K000323", "govtrack": 406477, "icpsr": 5364, "wikipedia": "Milton Kraus", "house_history": 16487, "wikidata": "Q1935906", "google_entity_id": "kg:/m/02rkh9g"}, "name": {"first": "Milton", "last": "Kraus"}, "bio": {"birthday": "1866-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IN", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "K000327", "govtrack": 406481, "icpsr": 5366, "house_history": 16493, "wikipedia": "Aaron Shenk Kreider", "wikidata": "Q4662428", "google_entity_id": "kg:/m/0fykvt"}, "name": {"first": "Aaron", "middle": "Shenk", "last": "Kreider"}, "bio": {"gender": "M", "birthday": "1863-06-26"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "L000012", "govtrack": 406522, "icpsr": 5393, "wikipedia": "Edwin F. Ladd", "wikidata": "Q907243", "google_entity_id": "kg:/m/0cv_wb"}, "name": {"first": "Edwin", "middle": "Freemont", "last": "Ladd"}, "bio": {"birthday": "1859-12-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1921-04-11", "end": "1925-12-31", "state": "ND", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000135", "govtrack": 406640, "icpsr": 5512, "wikipedia": "Henry F. Lawrence", "house_history": 16766, "wikidata": "Q1606715", "google_entity_id": "kg:/m/02rz6jt"}, "name": {"first": "Henry", "middle": "Franklin", "last": "Lawrence"}, "bio": {"birthday": "1868-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000151", "govtrack": 406656, "icpsr": 5527, "house_history": 16784, "wikipedia": "Caleb R. Layton", "wikidata": "Q1026548", "google_entity_id": "kg:/m/0cgwpc"}, "name": {"first": "Caleb", "middle": "Rodney", "last": "Layton"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "DE", "district": 0, "party": "Republican"}], "bio": {"birthday": "1851-09-08", "gender": "M"}}, {"id": {"bioguide": "L000207", "govtrack": 406710, "icpsr": 5571, "wikipedia": "Warren I. Lee", "house_history": 16852, "wikidata": "Q1103456", "google_entity_id": "kg:/m/02rkxn3"}, "name": {"first": "Warren", "middle": "Isbell", "last": "Lee"}, "bio": {"birthday": "1876-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "L000241", "govtrack": 406744, "icpsr": 5607, "wikipedia": "Irvine Lenroot", "house_history": 16893, "wikidata": "Q1673264", "google_entity_id": "kg:/m/02v8vb"}, "name": {"first": "Irvine", "middle": "Luther", "last": "Lenroot"}, "bio": {"birthday": "1869-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WI", "district": 11, "party": "Republican"}, {"type": "sen", "start": "1918-01-01", "end": "1921-03-03", "state": "WI", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "WI", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000408", "govtrack": 406899, "icpsr": 5751, "house_history": 17099, "wikipedia": "Meyer London", "wikidata": "Q6500947", "google_entity_id": "kg:/m/089tpy"}, "name": {"first": "Meyer", "last": "London"}, "bio": {"birthday": "1871-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 12, "party": "Socialist"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 12, "party": "Socialist"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 12, "party": "Socialist"}]}, {"id": {"bioguide": "L000503", "govtrack": 406990, "icpsr": 5833, "wikipedia": "Willfred W. Lufkin", "house_history": 17219, "wikidata": "Q1763773", "google_entity_id": "kg:/m/0bvdsx"}, "name": {"first": "Willfred", "middle": "Weymouth", "last": "Lufkin"}, "bio": {"birthday": "1879-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "L000505", "govtrack": 406991, "icpsr": 5834, "wikipedia": "Oscar Raymond Luhring", "house_history": 17221, "wikidata": "Q1598651", "google_entity_id": "kg:/m/05pb1fl"}, "name": {"first": "Oscar", "middle": "Raymond", "last": "Luhring"}, "bio": {"birthday": "1879-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000092", "govtrack": 407116, "icpsr": 5948, "wikipedia": "Robert S. Maloney", "house_history": 17444, "wikidata": "Q977821", "google_entity_id": "kg:/m/0bvdwr"}, "name": {"first": "Robert", "middle": "Sarsfield", "last": "Maloney"}, "bio": {"birthday": "1881-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000104", "govtrack": 407128, "icpsr": 5959, "house_history": 17460, "wikipedia": "James Robert Mann (Illinois)", "wikidata": "Q4231664", "google_entity_id": "kg:/m/06sj03"}, "name": {"first": "James", "middle": "Robert", "last": "Mann"}, "bio": {"birthday": "1856-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000228", "govtrack": 407246, "icpsr": 6065, "wikipedia": "William E. Mason", "house_history": 17605, "wikidata": "Q454990", "google_entity_id": "kg:/m/08564w"}, "name": {"first": "William", "middle": "Ernest", "last": "Mason"}, "bio": {"birthday": "1850-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1897-03-15", "end": "1903-03-03", "state": "IL", "class": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000298", "govtrack": 407313, "icpsr": 6124, "house_history": 17690, "wikipedia": "Clifton N. McArthur", "wikidata": "Q280688", "google_entity_id": "kg:/m/02rkyng"}, "name": {"first": "Clifton", "middle": "Nesmith", "last": "McArthur"}, "bio": {"birthday": "1879-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OR", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000373", "govtrack": 407378, "icpsr": 6185, "wikipedia": "Washington J. McCormick", "house_history": 17792, "wikidata": "Q1759597", "google_entity_id": "kg:/m/02rj_53"}, "name": {"first": "Washington", "middle": "Jay", "last": "McCormick"}, "bio": {"birthday": "1884-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000521", "govtrack": 407514, "icpsr": 6313, "wikipedia": "William B. McKinley", "house_history": 17978, "wikidata": "Q456277", "google_entity_id": "kg:/m/087jgs"}, "name": {"first": "William", "middle": "Brown", "last": "McKinley"}, "bio": {"birthday": "1856-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "IL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000540", "govtrack": 407532, "icpsr": 6328, "house_history": 18002, "wikipedia": "Joseph McLaughlin (Pennsylvania politician)", "wikidata": "Q6285480", "google_entity_id": "kg:/m/079qqx"}, "name": {"first": "Joseph", "last": "McLaughlin"}, "bio": {"birthday": "1867-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000592", "govtrack": 407581, "icpsr": 6374, "wikipedia": "Isaac V. McPherson", "house_history": 18065, "wikidata": "Q1673453", "google_entity_id": "kg:/m/02rz6lw"}, "name": {"first": "Isaac", "middle": "Vanbert", "last": "McPherson"}, "bio": {"birthday": "1868-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "M000781", "govtrack": 407759, "icpsr": 6534, "wikipedia": "Frank C. Millspaugh", "house_history": 18308, "wikidata": "Q962838", "google_entity_id": "kg:/m/02rz61p"}, "name": {"first": "Frank", "middle": "Crenshaw", "last": "Millspaugh"}, "bio": {"birthday": "1872-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000852", "govtrack": 407825, "icpsr": 6590, "wikipedia": "Franklin Wheeler Mondell", "house_history": 18401, "wikidata": "Q1445290", "google_entity_id": "kg:/m/03fqyn"}, "name": {"first": "Franklin", "middle": "Wheeler", "last": "Mondell"}, "bio": {"birthday": "1860-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WY", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "M000877", "govtrack": 407849, "icpsr": 6612, "wikipedia": "N\u00e9stor Montoya", "house_history": 18434, "wikidata": "Q2006584", "google_entity_id": "kg:/m/02pttpv"}, "name": {"first": "N\u00e9stor", "last": "Montoya"}, "bio": {"birthday": "1862-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NM", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "N000029", "govtrack": 408120, "icpsr": 6861, "wikipedia": "Adolphus Peter Nelson", "house_history": 18871, "wikidata": "Q366015", "google_entity_id": "kg:/m/02z4ntm"}, "name": {"first": "Adolphus", "middle": "Peter", "last": "Nelson"}, "bio": {"birthday": "1872-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WI", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "N000101", "govtrack": 408186, "icpsr": 6926, "wikipedia": "Samuel D. Nicholson", "wikidata": "Q173981", "google_entity_id": "kg:/m/0bf40b"}, "name": {"first": "Samuel", "middle": "Danford", "last": "Nicholson"}, "bio": {"birthday": "1859-02-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1921-04-11", "end": "1923-12-31", "state": "CO", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "N000124", "govtrack": 408208, "icpsr": 6947, "wikipedia": "John I. Nolan", "house_history": 18984, "wikidata": "Q1541048", "google_entity_id": "kg:/m/027kq5f"}, "name": {"first": "John", "middle": "Ignatius", "last": "Nolan"}, "bio": {"birthday": "1874-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "N000154", "govtrack": 408236, "icpsr": 6973, "wikipedia": "Miner G. Norton", "house_history": 19025, "wikidata": "Q606732", "google_entity_id": "kg:/m/02rm2lc"}, "name": {"first": "Miner", "middle": "Gibbs", "last": "Norton"}, "bio": {"birthday": "1857-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "O000042", "govtrack": 408325, "icpsr": 7030, "wikipedia": "Charles F. Ogden", "house_history": 19121, "wikidata": "Q1064324", "google_entity_id": "kg:/m/02rhd65"}, "name": {"first": "Charles", "middle": "Franklin", "last": "Ogden"}, "bio": {"birthday": "1873-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "O000082", "govtrack": 408354, "icpsr": 7069, "wikipedia": "Archibald E. Olpp", "house_history": 19168, "wikidata": "Q633158", "google_entity_id": "kg:/m/02vn_96"}, "name": {"first": "Archibald", "middle": "Ernest", "last": "Olpp"}, "bio": {"birthday": "1882-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NJ", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "O000143", "govtrack": 408394, "icpsr": 7123, "wikipedia": "James W. Overstreet", "house_history": 19242, "wikidata": "Q1681258", "google_entity_id": "kg:/m/02rk0yj"}, "name": {"first": "James", "middle": "Whetstone", "last": "Overstreet"}, "bio": {"gender": "M", "birthday": "1866-08-28"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000012", "govtrack": 408423, "icpsr": 7150, "wikipedia": "Lemuel P. Padgett", "house_history": 19296, "wikidata": "Q1817156", "google_entity_id": "kg:/m/0dlm1c"}, "name": {"first": "Lemuel", "middle": "Phillips", "last": "Padgett"}, "bio": {"birthday": "1855-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "P000070", "govtrack": 408480, "icpsr": 7203, "wikipedia": "Richard W. Parker", "house_history": 19360, "wikidata": "Q1523689", "google_entity_id": "kg:/m/026zlcj"}, "name": {"first": "Richard", "middle": "Wayne", "last": "Parker"}, "bio": {"birthday": "1848-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NJ", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "P000083", "govtrack": 408493, "icpsr": 7215, "wikipedia": "Lucian W. Parrish", "house_history": 19374, "wikidata": "Q1873254", "google_entity_id": "kg:/m/02rvb5l"}, "name": {"first": "Lucian", "middle": "Walton", "last": "Parrish"}, "bio": {"birthday": "1878-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "P000143", "govtrack": 408550, "icpsr": 7268, "wikipedia": "John Paul Jr. (judge)", "house_history": 19452, "wikidata": "Q1701357", "google_entity_id": "kg:/m/03c69g7"}, "name": {"first": "John", "last": "Paul"}, "bio": {"birthday": "1883-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "VA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "P000253", "govtrack": 408656, "icpsr": 7366, "wikipedia": "John A. Peters (1864\u20131953)", "house_history": 19589, "wikidata": "Q666262", "google_entity_id": "kg:/m/02ry2dp"}, "name": {"first": "John", "middle": "Andrew", "last": "Peters"}, "bio": {"birthday": "1864-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "ME", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000257", "govtrack": 408660, "icpsr": 7370, "wikipedia": "Andrew Petersen", "house_history": 19593, "wikidata": "Q1590789", "google_entity_id": "kg:/m/02rkykc"}, "name": {"first": "Andrew", "middle": "Nicholas", "last": "Petersen"}, "bio": {"birthday": "1870-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "P000542", "govtrack": 408926, "icpsr": 7628, "wikipedia": "Joseph C. Pringey", "house_history": 19950, "wikidata": "Q1706717", "google_entity_id": "kg:/m/02rr6y5"}, "name": {"first": "Joseph", "middle": "Colburn", "last": "Pringey"}, "bio": {"birthday": "1858-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OK", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "R000005", "govtrack": 408988, "icpsr": 7684, "wikipedia": "Amos H. Radcliffe", "house_history": 20080, "wikidata": "Q474257", "google_entity_id": "kg:/m/02w42rm"}, "name": {"first": "Amos", "middle": "Henry", "last": "Radcliffe"}, "bio": {"birthday": "1870-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NJ", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "R000017", "govtrack": 408999, "icpsr": 7694, "wikipedia": "Lilius Bratton Rainey", "house_history": 20096, "wikidata": "Q180167", "google_entity_id": "kg:/m/02rk22n"}, "name": {"first": "Lilius", "middle": "Bratton", "last": "Rainey"}, "bio": {"birthday": "1876-07-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "R000101", "govtrack": 409081, "icpsr": 7772, "wikipedia": "C. Frank Reavis", "house_history": 20208, "wikidata": "Q1022480", "google_entity_id": "kg:/m/0bp0n2"}, "name": {"first": "Charles", "middle": "Frank", "last": "Reavis"}, "bio": {"birthday": "1870-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NE", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000102", "govtrack": 409082, "icpsr": 7773, "house_history": 20209, "wikipedia": "John Reber", "wikidata": "Q6254411", "google_entity_id": "kg:/m/0fykg8"}, "name": {"first": "John", "last": "Reber"}, "bio": {"birthday": "1858-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "R000190", "govtrack": 409166, "icpsr": 7846, "wikipedia": "Marion E. Rhodes", "house_history": 20321, "wikidata": "Q254915", "google_entity_id": "kg:/m/02rz7j2"}, "name": {"first": "Marion", "middle": "Edwards", "last": "Rhodes"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 13, "party": "Republican"}], "bio": {"birthday": "1868-01-04", "gender": "M"}}, {"id": {"bioguide": "R000236", "govtrack": 409212, "icpsr": 7889, "wikipedia": "Edwin D. Ricketts", "house_history": 20375, "wikidata": "Q5346339", "google_entity_id": "kg:/m/02rl_nh"}, "name": {"first": "Edwin", "middle": "Darlington", "last": "Ricketts"}, "bio": {"birthday": "1867-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "R000237", "govtrack": 409213, "icpsr": 7890, "house_history": 20376, "wikipedia": "Carl W. Riddick", "wikidata": "Q1040939", "google_entity_id": "kg:/m/02qcxq5"}, "name": {"first": "Carl", "middle": "Wood", "last": "Riddick"}, "bio": {"birthday": "1872-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000318", "govtrack": 409289, "icpsr": 7957, "wikipedia": "Alice Mary Robertson", "house_history": 20480, "wikidata": "Q528513", "google_entity_id": "kg:/m/056rj5"}, "name": {"first": "Alice", "middle": "Mary", "last": "Robertson"}, "bio": {"birthday": "1854-01-02", "gender": "F"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OK", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000371", "govtrack": 409341, "icpsr": 8007, "wikipedia": "William A. Rodenberg", "house_history": 20541, "wikidata": "Q8004038", "google_entity_id": "kg:/m/02rkdb7"}, "name": {"first": "William", "middle": "August", "last": "Rodenberg"}, "bio": {"birthday": "1865-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "R000437", "govtrack": 409401, "icpsr": 8060, "house_history": 20627, "wikipedia": "John Marshall Rose", "wikidata": "Q6246910", "google_entity_id": "kg:/m/0fyq87"}, "name": {"first": "John", "middle": "Marshall", "last": "Rose"}, "bio": {"birthday": "1856-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "R000457", "govtrack": 409421, "icpsr": 8079, "wikipedia": "Albert B. Rossdale", "house_history": 20647, "wikidata": "Q4709674", "google_entity_id": "kg:/m/02rklxz"}, "name": {"first": "Albert", "middle": "Berger", "last": "Rossdale"}, "bio": {"birthday": "1878-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "R000494", "govtrack": 409453, "icpsr": 8103, "wikipedia": "William W. Rucker", "house_history": 20697, "wikidata": "Q388297", "google_entity_id": "kg:/m/02rz8px"}, "name": {"first": "William", "middle": "Waller", "last": "Rucker"}, "bio": {"birthday": "1855-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000560", "govtrack": 409516, "icpsr": 8158, "wikipedia": "Thomas Jefferson Ryan", "house_history": 20769, "wikidata": "Q3275720", "google_entity_id": "kg:/m/02rkx6q"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Ryan"}, "bio": {"birthday": "1890-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "S000181", "govtrack": 409687, "icpsr": 8308, "wikipedia": "Lon A. Scott", "house_history": 21363, "wikidata": "Q746121", "google_entity_id": "kg:/m/0dpr2b"}, "name": {"first": "Lon", "middle": "Allen", "last": "Scott"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TN", "district": 8, "party": "Republican"}], "bio": {"birthday": "1888-09-25", "gender": "M"}}, {"id": {"bioguide": "S000306", "govtrack": 409804, "icpsr": 8417, "wikipedia": "Guy L. Shaw", "house_history": 21516, "wikidata": "Q5622398", "google_entity_id": "kg:/m/02rk9t3"}, "name": {"first": "Guy", "middle": "Loren", "last": "Shaw"}, "bio": {"gender": "M", "birthday": "1881-05-16"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "S000328", "govtrack": 409825, "icpsr": 8438, "wikipedia": "Samuel A. Shelton", "house_history": 21545, "wikidata": "Q1513868", "google_entity_id": "kg:/m/02rz84c"}, "name": {"first": "Samuel", "middle": "Azariah", "last": "Shelton"}, "bio": {"birthday": "1858-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "S000404", "govtrack": 409898, "icpsr": 8505, "house_history": 21641, "wikipedia": "Isaac Siegel", "wikidata": "Q6077120", "google_entity_id": "kg:/m/07dtg9"}, "name": {"first": "Isaac", "last": "Siegel"}, "bio": {"birthday": "1880-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "S000456", "govtrack": 409948, "icpsr": 8551, "wikipedia": "Thomas U. Sisson", "house_history": 21706, "wikidata": "Q1462348", "google_entity_id": "kg:/m/02rtn72"}, "name": {"first": "Thomas", "middle": "Upton", "last": "Sisson"}, "bio": {"birthday": "1869-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MS", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000486", "govtrack": 409974, "icpsr": 8574, "house_history": 21745, "wikipedia": "C. Bascom Slemp", "wikidata": "Q1022421", "google_entity_id": "kg:/m/07hrr9"}, "name": {"first": "Campbell", "middle": "Bascom", "last": "Slemp"}, "bio": {"birthday": "1870-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "VA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000730", "govtrack": 410199, "icpsr": 8790, "wikipedia": "Selden P. Spencer", "wikidata": "Q2267929", "google_entity_id": "kg:/m/0d0449"}, "name": {"first": "Selden", "middle": "Palmer", "last": "Spencer"}, "bio": {"birthday": "1862-09-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1918-01-01", "end": "1921-03-03", "state": "MO", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1921-04-11", "end": "1925-12-31", "state": "MO", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000791", "govtrack": 410257, "icpsr": 8834, "wikipedia": "Robert N. Stanfield", "wikidata": "Q2158345", "google_entity_id": "kg:/m/0cx_wk"}, "name": {"first": "Robert", "middle": "Nelson", "last": "Stanfield"}, "bio": {"birthday": "1877-07-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "OR", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000842", "govtrack": 410306, "icpsr": 8877, "wikipedia": "Halvor Steenerson", "house_history": 22181, "wikidata": "Q1572510", "google_entity_id": "kg:/m/0268m5_"}, "name": {"first": "Halvor", "last": "Steenerson"}, "bio": {"birthday": "1852-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000927", "govtrack": 410387, "icpsr": 8953, "wikipedia": "Walter Russell Stiness", "house_history": 22285, "wikidata": "Q1676646", "google_entity_id": "kg:/m/02rj_2q"}, "name": {"first": "Walter", "middle": "Russell", "last": "Stiness"}, "bio": {"birthday": "1854-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "RI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000951", "govtrack": 410410, "icpsr": 8973, "wikipedia": "Philip H. Stoll", "house_history": 22315, "wikidata": "Q2086203", "google_entity_id": "kg:/m/02vrpfr"}, "name": {"first": "Philip", "middle": "Henry", "last": "Stoll"}, "bio": {"birthday": "1874-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "SC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S001106", "govtrack": 410558, "icpsr": 9116, "wikipedia": "Burton E. Sweet", "house_history": 22503, "wikidata": "Q1017109", "google_entity_id": "kg:/m/02rk75l"}, "name": {"first": "Burton", "middle": "Erwin", "last": "Sweet"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IA", "district": 3, "party": "Republican"}], "bio": {"birthday": "1867-12-10", "gender": "M"}}, {"id": {"bioguide": "T000069", "govtrack": 410654, "icpsr": 9202, "wikipedia": "Chester W. Taylor", "house_history": 22720, "wikidata": "Q1070753", "google_entity_id": "kg:/m/02rhdp_"}, "name": {"first": "Chester", "middle": "William", "last": "Taylor"}, "bio": {"birthday": "1883-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AR", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "T000100", "govtrack": 410683, "icpsr": 9231, "wikipedia": "Samuel M. Taylor", "house_history": 22757, "wikidata": "Q1300089", "google_entity_id": "kg:/m/02rjz76"}, "name": {"first": "Samuel", "middle": "Mitchell", "last": "Taylor"}, "bio": {"birthday": "1852-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AR", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "T000126", "govtrack": 410706, "icpsr": 9256, "wikipedia": "Peter G. Ten Eyck", "house_history": 22787, "wikidata": "Q7174141", "google_entity_id": "kg:/m/026mwcj"}, "name": {"first": "Peter", "middle": "Gansevoort", "last": "Ten Eyck"}, "bio": {"birthday": "1873-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 28, "party": "Democrat"}]}, {"id": {"bioguide": "T000245", "govtrack": 410823, "icpsr": 9362, "wikipedia": "Roy H. Thorpe", "house_history": 22930, "wikidata": "Q2170826", "google_entity_id": "kg:/m/0bpk91"}, "name": {"first": "Roy", "middle": "Henry", "last": "Thorpe"}, "bio": {"birthday": "1874-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NE", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "U000013", "govtrack": 411037, "icpsr": 9560, "wikipedia": "Oscar Underwood", "house_history": 20844, "wikidata": "Q454609", "google_entity_id": "kg:/m/036t6c"}, "name": {"first": "Oscar", "middle": "Wilder", "last": "Underwood"}, "bio": {"birthday": "1862-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "AL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "V000111", "govtrack": 411165, "icpsr": 9681, "wikipedia": "Lester D. Volk", "house_history": 21008, "wikidata": "Q1862647", "google_entity_id": "kg:/m/02rktf1"}, "name": {"first": "Lester", "middle": "David", "last": "Volk"}, "bio": {"birthday": "1884-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "V000114", "govtrack": 411168, "icpsr": 9683, "wikipedia": "Andrew Volstead", "house_history": 21013, "wikidata": "Q1860735", "google_entity_id": "kg:/m/038l5g"}, "name": {"first": "Andrew", "middle": "John", "last": "Volstead"}, "bio": {"birthday": "1860-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "W000101", "govtrack": 411279, "icpsr": 9785, "wikipedia": "Joseph Walsh (Massachusetts)", "house_history": 23334, "wikidata": "Q1708188", "google_entity_id": "kg:/m/0bw0sj"}, "name": {"first": "Joseph", "last": "Walsh"}, "bio": {"birthday": "1875-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "W000205", "govtrack": 411376, "icpsr": 9877, "wikipedia": "Thomas E. Watson", "house_history": 23460, "wikidata": "Q6233279", "google_entity_id": "kg:/m/02494z"}, "name": {"first": "Thomas", "middle": "Edward", "last": "Watson"}, "bio": {"birthday": "1856-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "sen", "start": "1921-04-11", "end": "1923-03-03", "state": "GA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000276", "govtrack": 411441, "icpsr": 9936, "wikipedia": "Ovington Weller", "wikidata": "Q373389", "google_entity_id": "kg:/m/050g8h"}, "name": {"first": "Ovington", "middle": "Eugene", "last": "Weller"}, "bio": {"birthday": "1862-01-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "MD", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000723", "govtrack": 411875, "icpsr": 10353, "wikipedia": "James P. Woods", "house_history": 24080, "wikidata": "Q1680946", "google_entity_id": "kg:/m/02x3_xj"}, "name": {"first": "James", "middle": "Pleasant", "last": "Woods"}, "bio": {"birthday": "1868-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "VA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000252", "govtrack": 401246, "icpsr": 529, "wikipedia": "Thomas F. Bayard, Jr.", "wikidata": "Q1691899", "google_entity_id": "kg:/m/06vw0f"}, "name": {"first": "Thomas", "middle": "Francis", "last": "Bayard", "suffix": "Jr."}, "bio": {"birthday": "1868-06-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1922-01-01", "end": "1929-03-03", "state": "DE", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000069", "govtrack": 404027, "icpsr": 3099, "wikipedia": "Rebecca Latimer Felton", "house_history": 13054, "wikidata": "Q271243", "google_entity_id": "kg:/m/01rgpl"}, "name": {"first": "Rebecca", "middle": "Latimer", "last": "Felton"}, "bio": {"birthday": "1835-06-10", "gender": "F"}, "terms": [{"type": "sen", "start": "1922-01-01", "end": "1923-03-03", "state": "GA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000219", "govtrack": 408622, "icpsr": 7334, "wikipedia": "George W. Pepper", "wikidata": "Q5545724", "google_entity_id": "kg:/m/08r2xf"}, "name": {"first": "George", "middle": "Wharton", "last": "Pepper"}, "bio": {"birthday": "1867-03-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1922-01-01", "end": "1927-03-04", "state": "PA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000075", "govtrack": 409055, "icpsr": 7747, "wikipedia": "Charles A. Rawson", "wikidata": "Q1063485", "google_entity_id": "kg:/m/0cvjfx"}, "name": {"first": "Charles", "middle": "Augustus", "last": "Rawson"}, "bio": {"birthday": "1867-05-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1922-01-01", "end": "1923-03-03", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000144", "govtrack": 400800, "icpsr": 126, "wikipedia": "Robert E. Lee Allen", "house_history": 8459, "wikidata": "Q2156978", "google_entity_id": "kg:/m/02vp0jr"}, "name": {"first": "Robert", "middle": "Edward Lee", "last": "Allen"}, "bio": {"birthday": "1865-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WV", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000233", "govtrack": 400860, "icpsr": 182, "wikipedia": "Sydney Anderson", "house_history": 8590, "wikidata": "Q1447718", "google_entity_id": "kg:/m/0fq1tg"}, "name": {"first": "Sydney", "last": "Anderson"}, "bio": {"birthday": "1881-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000712", "govtrack": 401673, "icpsr": 925, "house_history": 9705, "wikipedia": "William H. Boyce", "wikidata": "Q2579029", "google_entity_id": "kg:/m/09kldh"}, "name": {"first": "William", "middle": "Henry", "last": "Boyce"}, "bio": {"birthday": "1855-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "B000954", "govtrack": 401906, "icpsr": 1142, "wikipedia": "Charles Browne (politician)", "house_history": 10007, "wikidata": "Q1063821", "google_entity_id": "kg:/m/02vy3dz"}, "name": {"first": "Charles", "last": "Browne"}, "bio": {"birthday": "1875-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000972", "govtrack": 401924, "icpsr": 1157, "wikipedia": "William Cabell Bruce", "wikidata": "Q433681", "google_entity_id": "kg:/m/05g31r"}, "name": {"first": "William", "middle": "Cabell", "last": "Bruce"}, "bio": {"birthday": "1860-03-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "MD", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B001027", "govtrack": 401977, "icpsr": 1207, "wikipedia": "James R. Buckley", "house_history": 10103, "wikidata": "Q6141579", "google_entity_id": "kg:/m/02rkb6j"}, "name": {"first": "James", "middle": "Richard", "last": "Buckley"}, "bio": {"birthday": "1870-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000126", "govtrack": 402277, "icpsr": 1488, "wikipedia": "J. Campbell Cantrill", "house_history": 10606, "wikidata": "Q1676291", "google_entity_id": "kg:/m/02rhhvf"}, "name": {"first": "James", "middle": "Campbell", "last": "Cantrill"}, "bio": {"birthday": "1870-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000430", "govtrack": 402568, "icpsr": 1762, "house_history": 10991, "wikipedia": "Frank Clark (politician)", "wikidata": "Q1443088", "google_entity_id": "kg:/m/0277rpx"}, "name": {"first": "Frank", "last": "Clark"}, "bio": {"birthday": "1860-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "FL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000575", "govtrack": 402704, "icpsr": 1891, "wikipedia": "William Bourke Cockran", "house_history": 11169, "wikidata": "Q1770728", "google_entity_id": "kg:/m/078_kj"}, "name": {"first": "William", "middle": "Bourke", "last": "Cockran"}, "bio": {"birthday": "1854-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C000613", "govtrack": 402742, "icpsr": 1927, "wikipedia": "R. Clint Cole", "house_history": 11217, "wikidata": "Q7273551", "google_entity_id": "kg:/m/02rm2rw"}, "name": {"first": "Raymond", "middle": "Clinton", "last": "Cole"}, "bio": {"birthday": "1870-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "C000727", "govtrack": 402849, "icpsr": 2025, "wikipedia": "Samuel E. Cook", "house_history": 11363, "wikidata": "Q122580", "google_entity_id": "kg:/m/02rkhn3"}, "name": {"first": "Samuel", "middle": "Ellis", "last": "Cook"}, "bio": {"gender": "M", "birthday": "1860-09-30"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IN", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000923", "govtrack": 403035, "icpsr": 2191, "wikipedia": "William Martin Croll", "house_history": 11609, "wikidata": "Q8015193", "google_entity_id": "kg:/m/0fwbnj"}, "name": {"first": "William", "middle": "Martin", "last": "Croll"}, "bio": {"birthday": "1866-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "C000987", "govtrack": 403095, "icpsr": 2251, "wikipedia": "Herbert Wesley Cummings", "house_history": 11688, "wikidata": "Q1609294", "google_entity_id": "kg:/m/0fwbzx"}, "name": {"first": "Herbert", "middle": "Wesley", "last": "Cummings"}, "bio": {"birthday": "1873-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "D000093", "govtrack": 403230, "icpsr": 2375, "wikipedia": "Charles Russell Davis", "house_history": 11945, "wikidata": "Q1065960", "google_entity_id": "kg:/m/0fpzs3"}, "name": {"first": "Charles", "middle": "Russell", "last": "Davis"}, "bio": {"birthday": "1849-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000561", "govtrack": 403665, "icpsr": 2783, "wikipedia": "H. Garland Dupr\u00e9", "house_history": 12524, "wikidata": "Q1562581", "google_entity_id": "kg:/m/02rvbfh"}, "name": {"first": "Henry", "middle": "Garland", "last": "Dupr\u00e9"}, "bio": {"birthday": "1873-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "LA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000001", "govtrack": 403697, "icpsr": 2808, "wikipedia": "John J. Eagan", "house_history": 12605, "wikidata": "Q768207", "google_entity_id": "kg:/m/02ryjvm"}, "name": {"first": "John", "middle": "Joseph", "last": "Eagan"}, "bio": {"birthday": "1872-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NJ", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "E000066", "govtrack": 403759, "icpsr": 2863, "wikipedia": "Edward I. Edwards", "wikidata": "Q436902", "google_entity_id": "kg:/m/03zqq6"}, "name": {"first": "Edward", "middle": "Irving", "last": "Edwards"}, "bio": {"birthday": "1863-12-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "NJ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "E000243", "govtrack": 403927, "icpsr": 3009, "wikipedia": "Hiram Kinsman Evans", "house_history": 12901, "wikidata": "Q1620121", "google_entity_id": "kg:/m/02rk7kz"}, "name": {"first": "Hiram", "middle": "Kinsman", "last": "Evans"}, "bio": {"birthday": "1863-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "F000007", "govtrack": 403970, "icpsr": 3050, "wikipedia": "Louis W. Fairfield", "house_history": 12973, "wikidata": "Q1427546", "google_entity_id": "kg:/m/02rkh5b"}, "name": {"first": "Louis", "middle": "William", "last": "Fairfield"}, "bio": {"birthday": "1858-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IN", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IN", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IN", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IN", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "F000048", "govtrack": 404008, "icpsr": 3083, "wikipedia": "George K. Favrot", "house_history": 13025, "wikidata": "Q1507687", "google_entity_id": "kg:/m/02rtmq6"}, "name": {"first": "George", "middle": "Kent", "last": "Favrot"}, "bio": {"birthday": "1868-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "LA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "F000092", "govtrack": 404049, "icpsr": 3120, "wikipedia": "Woodbridge Nathan Ferris", "wikidata": "Q880349", "google_entity_id": "kg:/m/01gc2c"}, "name": {"first": "Woodbridge", "middle": "Nathan", "last": "Ferris"}, "bio": {"birthday": "1853-01-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1923-12-03", "end": "1928-03-23", "state": "MI", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000113", "govtrack": 404070, "icpsr": 3138, "wikipedia": "William J. Fields", "house_history": 13116, "wikidata": "Q735223", "google_entity_id": "kg:/m/0g70qw"}, "name": {"first": "William", "middle": "Jason", "last": "Fields"}, "bio": {"birthday": "1874-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "F000194", "govtrack": 404149, "icpsr": 3210, "house_history": 13214, "wikipedia": "Frederick G. Fleetwood", "wikidata": "Q976409", "google_entity_id": "kg:/m/02rhgd9"}, "name": {"first": "Frederick", "middle": "Gleed", "last": "Fleetwood"}, "bio": {"birthday": "1868-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "VT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000306", "govtrack": 404255, "icpsr": 3308, "wikipedia": "Israel Moore Foster", "house_history": 13359, "wikidata": "Q6087084", "google_entity_id": "kg:/m/06ckdb"}, "name": {"first": "Israel", "middle": "Moore", "last": "Foster"}, "bio": {"birthday": "1873-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "G000038", "govtrack": 404414, "icpsr": 3451, "wikipedia": "James V. Ganly", "house_history": 13611, "wikidata": "Q6144554", "google_entity_id": "kg:/m/02rkrv5"}, "name": {"first": "James", "middle": "Vincent", "last": "Ganly"}, "bio": {"birthday": "1878-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "G000133", "govtrack": 404502, "icpsr": 3537, "wikipedia": "Elmer H. Geran", "house_history": 13728, "wikidata": "Q430801", "google_entity_id": "kg:/m/02vw4h_"}, "name": {"first": "Elmer", "middle": "Hendrickson", "last": "Geran"}, "bio": {"birthday": "1875-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NJ", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000234", "govtrack": 404596, "icpsr": 3627, "house_history": 13860, "wikipedia": "Samuel Feiser Glatfelter", "wikidata": "Q7411373", "google_entity_id": "kg:/m/0fwlj7"}, "name": {"first": "Samuel", "middle": "Feiser", "last": "Glatfelter"}, "bio": {"birthday": "1858-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "G000364", "govtrack": 404718, "icpsr": 3741, "wikipedia": "William J. Graham", "house_history": 14021, "wikidata": "Q7459221", "google_entity_id": "kg:/m/02rk_91"}, "name": {"first": "William", "middle": "Johnson", "last": "Graham"}, "bio": {"birthday": "1872-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "G000430", "govtrack": 404778, "icpsr": 3794, "wikipedia": "William S. Greene", "house_history": 14110, "wikidata": "Q2580458", "google_entity_id": "kg:/m/0bw0q3"}, "name": {"first": "William", "middle": "Stedman", "last": "Greene"}, "bio": {"birthday": "1841-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "H000759", "govtrack": 405610, "icpsr": 4554, "wikipedia": "J. Murray Hooker", "house_history": 15223, "wikidata": "Q1676365", "google_entity_id": "kg:/m/02x3_xw"}, "name": {"first": "James", "middle": "Murray", "last": "Hooker"}, "bio": {"birthday": "1873-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "VA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000941", "govtrack": 405786, "icpsr": 4718, "wikipedia": "Harry E. Hull", "house_history": 15446, "wikidata": "Q1586461", "google_entity_id": "kg:/m/02rk7jl"}, "name": {"first": "Harry", "middle": "Edward", "last": "Hull"}, "bio": {"birthday": "1864-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000960", "govtrack": 405804, "icpsr": 4734, "wikipedia": "Benjamin G. Humphreys II", "house_history": 15469, "wikidata": "Q817500", "google_entity_id": "kg:/m/02rv9x8"}, "name": {"first": "Benjamin", "middle": "Grubb", "last": "Humphreys"}, "bio": {"birthday": "1865-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MS", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000964", "govtrack": 405808, "icpsr": 4738, "wikipedia": "William Y. Humphreys", "house_history": 15473, "wikidata": "Q1347573", "google_entity_id": "kg:/m/02rv9wl"}, "name": {"first": "William", "middle": "Yerger", "last": "Humphreys"}, "bio": {"birthday": "1890-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MS", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000210", "govtrack": 406105, "icpsr": 5023, "wikipedia": "Andrieus A. Jones", "wikidata": "Q510725", "google_entity_id": "kg:/m/09sx5j"}, "name": {"first": "Andrieus", "middle": "Aristieus", "last": "Jones"}, "bio": {"birthday": "1862-05-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "NM", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1923-12-03", "end": "1927-12-20", "state": "NM", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000273", "govtrack": 406165, "icpsr": 5078, "wikipedia": "Henry L. Jost", "house_history": 16040, "wikidata": "Q1606967", "google_entity_id": "kg:/m/02ry4c9"}, "name": {"first": "Henry", "middle": "Lee", "last": "Jost"}, "bio": {"birthday": "1873-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "K000003", "govtrack": 406177, "icpsr": 5090, "wikipedia": "Julius Kahn (congressman)", "house_history": 16077, "wikidata": "Q215216", "google_entity_id": "kg:/m/08s_kh"}, "name": {"first": "Julius", "last": "Kahn"}, "bio": {"birthday": "1861-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "K000250", "govtrack": 406409, "icpsr": 5307, "wikipedia": "Claude Kitchin", "house_history": 16389, "wikidata": "Q1096839", "google_entity_id": "kg:/m/07yd9m"}, "name": {"first": "Claude", "last": "Kitchin"}, "bio": {"birthday": "1869-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000004", "govtrack": 406514, "icpsr": 5401, "wikipedia": "Robert M. La Follette Sr.", "house_history": 16578, "wikidata": "Q878682", "google_entity_id": "kg:/m/01ltns"}, "name": {"first": "Robert", "middle": "Marion", "last": "La Follette"}, "bio": {"birthday": "1855-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1885-12-07", "end": "1887-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1906-01-01", "end": "1911-03-03", "state": "WI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "WI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "WI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1923-12-03", "end": "1925-12-31", "state": "WI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000104", "govtrack": 406611, "icpsr": 5483, "wikipedia": "Oscar Larson", "house_history": 16725, "wikidata": "Q1712604", "google_entity_id": "kg:/m/0268m8d"}, "name": {"first": "Oscar", "middle": "John", "last": "Larson"}, "bio": {"birthday": "1871-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "L000171", "govtrack": 406674, "icpsr": 5537, "wikipedia": "Robert M. Leach", "house_history": 16812, "wikidata": "Q2158140", "google_entity_id": "kg:/m/0f15ry"}, "name": {"first": "Robert", "middle": "Milton", "last": "Leach"}, "bio": {"birthday": "1879-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "L000311", "govtrack": 406805, "icpsr": 5664, "house_history": 16978, "wikipedia": "Thomas Jefferson Lilly", "wikidata": "Q176910", "google_entity_id": "kg:/m/0dnr7k"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Lilly"}, "bio": {"birthday": "1878-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WV", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "L000349", "govtrack": 406841, "icpsr": 5699, "wikipedia": "Edward C. Little", "house_history": 17029, "wikidata": "Q1291826", "google_entity_id": "kg:/m/02rm9q_"}, "name": {"first": "Edward", "middle": "Campbell", "last": "Little"}, "bio": {"birthday": "1858-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KS", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000393", "govtrack": 406885, "icpsr": 5738, "house_history": 17082, "wikipedia": "Henry Cabot Lodge", "wikidata": "Q174037", "google_entity_id": "kg:/m/013zjl"}, "name": {"first": "Henry", "middle": "Cabot", "last": "Lodge"}, "bio": {"birthday": "1850-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MA", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1893-08-07", "end": "1899-03-03", "state": "MA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1899-12-04", "end": "1905-03-03", "state": "MA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1905-12-04", "end": "1911-03-03", "state": "MA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "MA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "MA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000406", "govtrack": 406897, "icpsr": 5749, "wikipedia": "W. Turner Logan", "house_history": 17097, "wikidata": "Q1707040", "google_entity_id": "kg:/m/02ry1zy"}, "name": {"first": "William", "middle": "Turner", "last": "Logan"}, "bio": {"birthday": "1874-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "SC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000028", "govtrack": 407056, "icpsr": 5889, "wikipedia": "James H. MacLafferty", "house_history": 17362, "wikidata": "Q1680493", "google_entity_id": "kg:/m/02rhj7v"}, "name": {"first": "James", "middle": "Henry", "last": "MacLafferty"}, "bio": {"birthday": "1871-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000281", "govtrack": 407298, "icpsr": 6109, "wikipedia": "Earle Bradford Mayfield", "wikidata": "Q436952", "google_entity_id": "kg:/m/084vl0"}, "name": {"first": "Earle", "middle": "Bradford", "last": "Mayfield"}, "bio": {"birthday": "1881-04-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "TX", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000506", "govtrack": 407501, "icpsr": 6300, "wikipedia": "John C. McKenzie", "house_history": 17960, "wikidata": "Q6224551", "google_entity_id": "kg:/m/02rkbl6"}, "name": {"first": "John", "middle": "Charles", "last": "McKenzie"}, "bio": {"gender": "M", "birthday": "1860-02-18"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "M000547", "govtrack": 407539, "icpsr": 6335, "wikipedia": "George P. McLean", "wikidata": "Q882935", "google_entity_id": "kg:/m/0bh5ym"}, "name": {"first": "George", "middle": "Payne", "last": "McLean"}, "bio": {"birthday": "1857-10-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "CT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "CT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "CT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000588", "govtrack": 407578, "icpsr": 6372, "wikipedia": "Frank Joseph McNulty", "house_history": 18059, "wikidata": "Q1443513", "google_entity_id": "kg:/m/079qr7"}, "name": {"first": "Frank", "middle": "Joseph", "last": "McNulty"}, "bio": {"birthday": "1872-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NJ", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000723", "govtrack": 407703, "icpsr": 6480, "wikipedia": "Edward E. Miller", "house_history": 18236, "wikidata": "Q5342702", "google_entity_id": "kg:/m/02rkysy"}, "name": {"first": "Edward", "middle": "Edwin", "last": "Miller"}, "bio": {"birthday": "1880-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "M000789", "govtrack": 407767, "icpsr": 6542, "wikipedia": "Daniel F. Minahan", "house_history": 18316, "wikidata": "Q1160617", "google_entity_id": "kg:/m/02vyxnq"}, "name": {"first": "Daniel", "middle": "Francis", "last": "Minahan"}, "bio": {"birthday": "1877-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NJ", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M000890", "govtrack": 407862, "icpsr": 6624, "wikipedia": "Allen F. Moore", "house_history": 18450, "wikidata": "Q4731640", "google_entity_id": "kg:/m/02rk8tv"}, "name": {"first": "Allen", "middle": "Francis", "last": "Moore"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 19, "party": "Republican"}], "bio": {"birthday": "1869-09-30", "gender": "M"}}, {"id": {"bioguide": "M000914", "govtrack": 407886, "icpsr": 6648, "wikipedia": "Robert Lee Moore (Georgia politician)", "house_history": 18479, "wikidata": "Q1348856", "google_entity_id": "kg:/m/0274b4c"}, "name": {"first": "Robert", "middle": "Lee", "last": "Moore"}, "bio": {"birthday": "1867-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000928", "govtrack": 407898, "icpsr": 6659, "wikipedia": "Merrill Moores", "house_history": 18495, "wikidata": "Q1922032", "google_entity_id": "kg:/m/02rkh7r"}, "name": {"first": "Merrill", "last": "Moores"}, "bio": {"birthday": "1856-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000981", "govtrack": 407949, "icpsr": 6708, "wikipedia": "Joseph W. Morris", "house_history": 18557, "wikidata": "Q1708180", "google_entity_id": "kg:/m/02rjwkz"}, "name": {"first": "Joseph", "middle": "Watkins", "last": "Morris"}, "bio": {"birthday": "1879-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M001041", "govtrack": 408008, "icpsr": 6762, "wikipedia": "Luther W. Mott", "house_history": 18630, "wikidata": "Q6705653", "google_entity_id": "kg:/m/026_x1h"}, "name": {"first": "Luther", "middle": "Wright", "last": "Mott"}, "bio": {"birthday": "1874-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "M001060", "govtrack": 408026, "icpsr": 6778, "wikipedia": "Sydney Emanuel Mudd II", "house_history": 18653, "wikidata": "Q773100", "google_entity_id": "kg:/m/0f0nt1"}, "name": {"first": "Sydney", "middle": "Emanuel", "last": "Mudd"}, "bio": {"birthday": "1885-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MD", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "N000125", "govtrack": 408209, "icpsr": 6948, "wikipedia": "Mae Nolan", "house_history": 18986, "wikidata": "Q571792", "google_entity_id": "kg:/m/056x0y"}, "name": {"first": "Mae", "middle": "Ella", "last": "Nolan"}, "bio": {"birthday": "1886-09-20", "gender": "F"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "O000008", "govtrack": 408259, "icpsr": 6997, "wikipedia": "Charles F. X. O'Brien", "house_history": 19080, "wikidata": "Q1064333", "google_entity_id": "kg:/m/0270zkx"}, "name": {"first": "Charles", "middle": "Francis Xavier", "last": "O'Brien"}, "bio": {"birthday": "1879-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NJ", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NJ", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "O000123", "govtrack": 408311, "icpsr": 7104, "wikipedia": "Patrick B. O'Sullivan", "house_history": 19216, "wikidata": "Q2057392", "google_entity_id": "kg:/m/02rjxvw"}, "name": {"first": "Patrick", "middle": "Brett", "last": "O'Sullivan"}, "bio": {"birthday": "1887-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CT", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "O000112", "govtrack": 408368, "icpsr": 7093, "house_history": 19205, "wikipedia": "Henry Z. Osborne", "wikidata": "Q1607444", "google_entity_id": "kg:/m/027y46r"}, "name": {"first": "Henry", "middle": "Zenas", "last": "Osborne"}, "bio": {"birthday": "1848-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "P000024", "govtrack": 408435, "icpsr": 7162, "wikipedia": "Calvin Paige", "house_history": 19310, "wikidata": "Q1027722", "google_entity_id": "kg:/m/0bvdrw"}, "name": {"first": "Calvin", "middle": "DeWitt", "last": "Paige"}, "bio": {"birthday": "1848-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000051", "govtrack": 408461, "icpsr": 7185, "wikipedia": "Frank Park", "house_history": 19340, "wikidata": "Q1443936", "google_entity_id": "kg:/m/0271cpf"}, "name": {"first": "Frank", "last": "Park"}, "bio": {"birthday": "1864-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "GA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000015", "govtrack": 408997, "icpsr": 7692, "wikipedia": "John W. Rainey", "house_history": 20093, "wikidata": "Q13218865", "google_entity_id": "kg:/m/02rkbtf"}, "name": {"first": "John", "middle": "William", "last": "Rainey"}, "bio": {"birthday": "1880-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "R000020", "govtrack": 409002, "icpsr": 7697, "wikipedia": "Samuel M. Ralston", "wikidata": "Q884561", "google_entity_id": "kg:/m/0bvy39"}, "name": {"first": "Samuel", "middle": "Moffett", "last": "Ralston"}, "bio": {"birthday": "1857-12-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1923-12-03", "end": "1925-12-31", "state": "IN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000118", "govtrack": 409098, "icpsr": 7786, "wikipedia": "James A. Reed", "wikidata": "Q768994", "google_entity_id": "kg:/m/093_82"}, "name": {"first": "James", "middle": "Alexander", "last": "Reed"}, "bio": {"gender": "M", "birthday": "1861-11-09"}, "terms": [{"type": "sen", "start": "1911-04-04", "end": "1917-03-03", "state": "MO", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "MO", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "MO", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000127", "govtrack": 409106, "icpsr": 7794, "wikipedia": "Stuart F. Reed", "house_history": 20238, "wikidata": "Q1543193", "google_entity_id": "kg:/m/03c0h_t"}, "name": {"first": "Stuart", "middle": "Felix", "last": "Reed"}, "bio": {"birthday": "1866-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WV", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WV", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WV", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WV", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000211", "govtrack": 409187, "icpsr": 7866, "wikipedia": "Charles L. Richards", "house_history": 20344, "wikidata": "Q1065231", "google_entity_id": "kg:/m/02730q5"}, "name": {"first": "Charles", "middle": "Lenmore", "last": "Richards"}, "bio": {"birthday": "1877-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NV", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "R000264", "govtrack": 409239, "icpsr": 7911, "wikipedia": "Daniel J. Riordan", "house_history": 20412, "wikidata": "Q1446757", "google_entity_id": "kg:/m/08l33s"}, "name": {"first": "Daniel", "middle": "Joseph", "last": "Riordan"}, "bio": {"birthday": "1870-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "R000289", "govtrack": 409262, "icpsr": 7933, "wikipedia": "Sidney C. Roach", "house_history": 20443, "wikidata": "Q2281890", "google_entity_id": "kg:/m/02rz88v"}, "name": {"first": "Sidney", "middle": "Crain", "last": "Roach"}, "bio": {"birthday": "1876-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "R000441", "govtrack": 409405, "icpsr": 8064, "house_history": 20631, "wikipedia": "Benjamin L. Rosenbloom", "wikidata": "Q817589", "google_entity_id": "kg:/m/02rvs14"}, "name": {"first": "Benjamin", "middle": "Louis", "last": "Rosenbloom"}, "bio": {"birthday": "1880-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WV", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000019", "govtrack": 409538, "icpsr": 8183, "wikipedia": "William Charles Salmon", "house_history": 21155, "wikidata": "Q2578257", "google_entity_id": "kg:/m/0dqbqn"}, "name": {"first": "William", "middle": "Charles", "last": "Salmon"}, "bio": {"birthday": "1868-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "S000034", "govtrack": 409551, "icpsr": 8196, "house_history": 21175, "wikipedia": "Everett Sanders", "wikidata": "Q1382008", "google_entity_id": "kg:/m/02q6wjf"}, "name": {"first": "Everett", "last": "Sanders"}, "bio": {"birthday": "1882-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000090", "govtrack": 409602, "icpsr": 8238, "wikipedia": "Lewis E. Sawyer", "house_history": 21244, "wikidata": "Q1822090", "google_entity_id": "kg:/m/02rjx12"}, "name": {"first": "Lewis", "middle": "Ernest", "last": "Sawyer"}, "bio": {"birthday": "1867-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AR", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000355", "govtrack": 409851, "icpsr": 8463, "wikipedia": "Isaac R. Sherwood", "house_history": 21579, "wikidata": "Q6076980", "google_entity_id": "kg:/m/08xxd0"}, "name": {"first": "Isaac", "middle": "R.", "last": "Sherwood"}, "bio": {"birthday": "1835-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1873-12-01", "end": "1875-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "S000457", "govtrack": 409949, "icpsr": 8552, "house_history": 21707, "wikipedia": "Frank Crawford Sites", "wikidata": "Q13219814", "google_entity_id": "kg:/m/0fwl8y"}, "name": {"first": "Frank", "middle": "Crawford", "last": "Sites"}, "bio": {"birthday": "1864-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "S000573", "govtrack": 410055, "icpsr": 8654, "wikipedia": "John M. C. Smith", "house_history": 21844, "wikidata": "Q1700906", "google_entity_id": "kg:/m/0ks8fg"}, "name": {"first": "John", "middle": "M. C.", "last": "Smith"}, "bio": {"birthday": "1853-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000666", "govtrack": 410139, "icpsr": 8733, "wikipedia": "Homer P. Snyder", "house_history": 21959, "wikidata": "Q13219177", "google_entity_id": "kg:/m/026_x69"}, "name": {"first": "Homer", "middle": "Peter", "last": "Snyder"}, "bio": {"birthday": "1863-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 33, "party": "Republican"}]}, {"id": {"bioguide": "S000850", "govtrack": 410314, "icpsr": 8882, "wikipedia": "Charles I. Stengle", "house_history": 22189, "wikidata": "Q1064937", "google_entity_id": "kg:/m/02rkmxy"}, "name": {"first": "Charles", "middle": "Irwin", "last": "Stengle"}, "bio": {"birthday": "1869-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "T000014", "govtrack": 410604, "icpsr": 9156, "wikipedia": "Peter Francis Tague", "house_history": 22648, "wikidata": "Q2074949", "google_entity_id": "kg:/m/0br4yx"}, "name": {"first": "Peter", "middle": "Francis", "last": "Tague"}, "bio": {"birthday": "1871-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "T000325", "govtrack": 410897, "icpsr": 9430, "house_history": 23033, "wikipedia": "Horace Mann Towner", "wikidata": "Q1627898", "google_entity_id": "kg:/m/0bp953"}, "name": {"first": "Horace", "middle": "Mann", "last": "Towner"}, "bio": {"birthday": "1855-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "T000455", "govtrack": 411023, "icpsr": 9547, "wikipedia": "John R. Tyson", "house_history": 23192, "wikidata": "Q1701504", "google_entity_id": "kg:/m/02rk1_6"}, "name": {"first": "John", "middle": "Russell", "last": "Tyson"}, "bio": {"birthday": "1856-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000129", "govtrack": 411304, "icpsr": 9810, "wikipedia": "Charles B. Ward", "house_history": 23366, "wikidata": "Q5075342", "google_entity_id": "kg:/m/02rkmst"}, "name": {"first": "Charles", "middle": "Bonnell", "last": "Ward"}, "bio": {"birthday": "1879-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "W000132", "govtrack": 411307, "icpsr": 9813, "wikipedia": "Hallett Sydney Ward", "house_history": 23369, "wikidata": "Q1571669", "google_entity_id": "kg:/m/05ks7k"}, "name": {"first": "Hallett", "middle": "Sydney", "last": "Ward"}, "bio": {"birthday": "1870-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000191", "govtrack": 411363, "icpsr": 9866, "house_history": 23442, "wikipedia": "Elton Watkins", "wikidata": "Q1229434", "google_entity_id": "kg:/m/02r1llt"}, "name": {"first": "Elton", "last": "Watkins"}, "bio": {"birthday": "1881-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OR", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000240", "govtrack": 411408, "icpsr": 9905, "wikipedia": "J. Stanley Webster", "house_history": 23504, "wikidata": "Q1676407", "google_entity_id": "kg:/m/02rmn5p"}, "name": {"first": "John", "middle": "Stanley", "last": "Webster"}, "bio": {"birthday": "1877-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000300", "govtrack": 411464, "icpsr": 9958, "house_history": 23577, "wikipedia": "George M. Wertz", "wikidata": "Q5541993", "google_entity_id": "kg:/m/0fx4jm"}, "name": {"first": "George", "middle": "M.", "last": "Wertz"}, "bio": {"birthday": "1856-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "W000621", "govtrack": 411775, "icpsr": 10260, "wikipedia": "William E. Wilson (Indiana politician)", "house_history": 23952, "wikidata": "Q1665147", "google_entity_id": "kg:/m/02rkj15"}, "name": {"first": "William", "middle": "Edward", "last": "Wilson"}, "bio": {"birthday": "1870-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000639", "govtrack": 411793, "icpsr": 10277, "wikipedia": "Samuel Winslow", "house_history": 23976, "wikidata": "Q1656667", "google_entity_id": "kg:/m/0bvdqh"}, "name": {"first": "Samuel", "middle": "Ellsworth", "last": "Winslow"}, "bio": {"birthday": "1862-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "W000650", "govtrack": 411804, "icpsr": 10287, "wikipedia": "James W. Wise", "house_history": 23991, "wikidata": "Q1320424", "google_entity_id": "kg:/m/02rk0yw"}, "name": {"first": "James", "middle": "Walter", "last": "Wise"}, "bio": {"birthday": "1868-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "GA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000679", "govtrack": 411831, "icpsr": 10312, "wikipedia": "J. Scott Wolff", "house_history": 24026, "wikidata": "Q1676403", "google_entity_id": "kg:/m/02rz6ny"}, "name": {"first": "Joseph", "middle": "Scott", "last": "Wolff"}, "bio": {"gender": "M", "birthday": "1878-06-14"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "Y000036", "govtrack": 411968, "icpsr": 10439, "wikipedia": "George M. Young", "house_history": 21074, "wikidata": "Q1420295", "google_entity_id": "kg:/m/02rhgsp"}, "name": {"first": "George", "middle": "Morley", "last": "Young"}, "bio": {"birthday": "1870-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "ND", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "ND", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "ND", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "ND", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "ND", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "ND", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001196", "govtrack": 402138, "icpsr": 1356, "wikipedia": "William M. Butler", "wikidata": "Q456715", "google_entity_id": "kg:/m/0819q9"}, "name": {"first": "William", "middle": "Morgan", "last": "Butler"}, "bio": {"birthday": "1861-01-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1924-01-01", "end": "1927-03-04", "state": "MA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000621", "govtrack": 407610, "icpsr": 6400, "wikipedia": "Rice W. Means", "wikidata": "Q1727251", "google_entity_id": "kg:/m/0bf4kp"}, "name": {"first": "Rice", "middle": "William", "last": "Means"}, "bio": {"birthday": "1877-11-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1924-01-01", "end": "1927-03-04", "state": "CO", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000266", "govtrack": 400904, "icpsr": 216, "wikipedia": "Stewart H. Appleby", "house_history": 8635, "wikidata": "Q1354246", "google_entity_id": "kg:/m/02vn_85"}, "name": {"first": "Stewart", "middle": "Hoffman", "last": "Appleby"}, "bio": {"birthday": "1890-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NJ", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000048", "govtrack": 401053, "icpsr": 350, "wikipedia": "Ralph Emerson Bailey", "house_history": 8834, "wikidata": "Q2129585", "google_entity_id": "kg:/m/02rz7v1"}, "name": {"first": "Ralph", "middle": "Emerson", "last": "Bailey"}, "bio": {"birthday": "1878-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "B000493", "govtrack": 401473, "icpsr": 737, "house_history": 9413, "wikipedia": "Harris Jacob Bixler", "wikidata": "Q5664934", "google_entity_id": "kg:/m/0fx49q"}, "name": {"first": "Harris", "middle": "Jacob", "last": "Bixler"}, "bio": {"birthday": "1870-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "B000553", "govtrack": 401528, "icpsr": 791, "wikipedia": "Coleman Livingston Blease", "wikidata": "Q886038", "google_entity_id": "kg:/m/07w8jy"}, "name": {"first": "Coleman", "middle": "Livingston", "last": "Blease"}, "bio": {"birthday": "1868-10-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000168", "govtrack": 402316, "icpsr": 1521, "wikipedia": "Edmund Nelson Carpenter", "house_history": 10663, "wikidata": "Q5339691", "google_entity_id": "kg:/m/0ft845"}, "name": {"first": "Edmund", "middle": "Nelson", "last": "Carpenter"}, "bio": {"birthday": "1865-06-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "C000196", "govtrack": 402342, "icpsr": 1546, "wikipedia": "Charles D. Carter", "house_history": 10699, "wikidata": "Q1064019", "google_entity_id": "kg:/m/02rr6n7"}, "name": {"first": "Charles", "middle": "David", "last": "Carter"}, "bio": {"birthday": "1868-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OK", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000391", "govtrack": 402530, "icpsr": 1724, "wikipedia": "George B. Churchill", "house_history": 10943, "wikidata": "Q1506903", "google_entity_id": "kg:/m/0bwfjf"}, "name": {"first": "George", "middle": "Bosworth", "last": "Churchill"}, "bio": {"birthday": "1866-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000500", "govtrack": 402637, "icpsr": 1826, "wikipedia": "William E. Cleary", "house_history": 11073, "wikidata": "Q1446812", "google_entity_id": "kg:/m/02rkxy2"}, "name": {"first": "William", "middle": "Edward", "last": "Cleary"}, "bio": {"birthday": "1849-07-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "D000233", "govtrack": 403371, "icpsr": 2494, "wikipedia": "Charles S. Deneen", "wikidata": "Q735351", "google_entity_id": "kg:/m/067w71"}, "name": {"first": "Charles", "middle": "Samuel", "last": "Deneen"}, "bio": {"birthday": "1863-05-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "IL", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "E000044", "govtrack": 403739, "icpsr": 2844, "wikipedia": "Walter Evans Edge", "wikidata": "Q882266", "google_entity_id": "kg:/m/028_xs"}, "name": {"first": "Walter", "middle": "Evans", "last": "Edge"}, "bio": {"birthday": "1873-11-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "NJ", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1925-12-07", "end": "1929-12-31", "state": "NJ", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000004", "govtrack": 403966, "icpsr": 3047, "wikipedia": "Benjamin L. Fairchild", "house_history": 12969, "wikidata": "Q3539766", "google_entity_id": "kg:/m/02rkmj6"}, "name": {"first": "Benjamin", "middle": "Lewis", "last": "Fairchild"}, "bio": {"birthday": "1863-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "NY", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "F000084", "govtrack": 404042, "icpsr": 3113, "wikipedia": "Bert M. Fernald", "wikidata": "Q370253", "google_entity_id": "kg:/m/0bpjqd"}, "name": {"first": "Bert", "middle": "Manfred", "last": "Fernald"}, "bio": {"birthday": "1858-04-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1916-01-01", "end": "1919-03-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1925-12-07", "end": "1927-03-04", "state": "ME", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000182", "govtrack": 404137, "icpsr": 3200, "wikipedia": "Lawrence J. Flaherty", "house_history": 13198, "wikidata": "Q1809201", "google_entity_id": "kg:/m/02rjwwl"}, "name": {"first": "Lawrence", "middle": "James", "last": "Flaherty"}, "bio": {"birthday": "1878-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "F000358", "govtrack": 404305, "icpsr": 3351, "wikipedia": "John D. Fredericks", "house_history": 13423, "wikidata": "Q1699720", "google_entity_id": "kg:/m/02rhjx3"}, "name": {"first": "John", "middle": "Donnan", "last": "Fredericks"}, "bio": {"birthday": "1869-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "F000407", "govtrack": 404348, "icpsr": 3393, "wikipedia": "Charles Eugene Fuller", "house_history": 13486, "wikidata": "Q5077440", "google_entity_id": "kg:/m/02rk93g"}, "name": {"first": "Charles", "middle": "Eugene", "last": "Fuller"}, "bio": {"birthday": "1849-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "F000428", "govtrack": 404369, "icpsr": 3413, "wikipedia": "Frank H. Funk", "house_history": 13513, "wikidata": "Q5487007", "google_entity_id": "kg:/m/02rk9hv"}, "name": {"first": "Frank", "middle": "Hamilton", "last": "Funk"}, "bio": {"birthday": "1869-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "G000201", "govtrack": 404565, "icpsr": 3599, "wikipedia": "Frederick H. Gillett", "house_history": 13820, "wikidata": "Q450898", "google_entity_id": "kg:/m/047psf"}, "name": {"first": "Frederick", "middle": "Huntington", "last": "Gillett"}, "bio": {"birthday": "1851-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "MA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000254", "govtrack": 404616, "icpsr": 3645, "wikipedia": "Guy D. Goff", "wikidata": "Q1557460", "google_entity_id": "kg:/m/0cxb5y"}, "name": {"first": "Guy", "middle": "Despard", "last": "Goff"}, "bio": {"birthday": "1866-09-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "WV", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000329", "govtrack": 404687, "icpsr": 3712, "wikipedia": "John J. Gorman", "house_history": 13979, "wikidata": "Q6241070", "google_entity_id": "kg:/m/02rkbp_"}, "name": {"first": "John", "middle": "Jerome", "last": "Gorman"}, "bio": {"birthday": "1883-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000446", "govtrack": 405311, "icpsr": 4280, "wikipedia": "James Thomas Heflin", "house_history": 14833, "wikidata": "Q1681179", "google_entity_id": "kg:/m/039njb"}, "name": {"first": "James", "middle": "Thomas", "last": "Heflin"}, "bio": {"birthday": "1869-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1920-11-01", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1920-01-01", "end": "1925-03-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "AL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000597", "govtrack": 405459, "icpsr": 4415, "wikipedia": "John Boynton Philip Clayton Hill", "house_history": 15024, "wikidata": "Q1156159", "google_entity_id": "kg:/m/0c5k7r"}, "name": {"first": "John", "middle": "Boynton Philip Clayton", "last": "Hill"}, "bio": {"birthday": "1879-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MD", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MD", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MD", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "J000061", "govtrack": 405966, "house_history": 15768, "wikipedia": "William Paul Jarrett", "wikidata": "Q1574416", "google_entity_id": "kg:/m/03njsx"}, "name": {"first": "William", "middle": "Paul", "last": "Jarrett"}, "bio": {"birthday": "1877-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "HI", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "HI", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "J000118", "govtrack": 406019, "icpsr": 4942, "wikipedia": "Ben Johnson (politician)", "house_history": 15842, "wikidata": "Q816525", "google_entity_id": "kg:/m/077r_q"}, "name": {"first": "Ben", "last": "Johnson"}, "bio": {"birthday": "1858-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "K000057", "govtrack": 406227, "icpsr": 5135, "wikipedia": "Oscar Keller", "house_history": 16152, "wikidata": "Q2032801", "google_entity_id": "kg:/m/0fpzlx"}, "name": {"first": "Oscar", "middle": "Edward", "last": "Keller"}, "bio": {"birthday": "1878-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MN", "district": 4, "party": "Ind. Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "K000234", "govtrack": 406393, "icpsr": 5291, "wikipedia": "Andrew Jackson Kirk", "house_history": 16371, "wikidata": "Q505443", "google_entity_id": "kg:/m/02rgwmn"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Kirk"}, "bio": {"birthday": "1866-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KY", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "L000072", "govtrack": 406581, "icpsr": 5454, "wikipedia": "John W. Langley", "house_history": 16678, "wikidata": "Q731446", "google_entity_id": "kg:/m/02rjw4k"}, "name": {"first": "John", "middle": "Wesley", "last": "Langley"}, "bio": {"birthday": "1868-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KY", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "L000194", "govtrack": 406697, "icpsr": 5558, "wikipedia": "Gordon Lee (congressman)", "house_history": 16837, "wikidata": "Q1538050", "google_entity_id": "kg:/m/03hkw7_"}, "name": {"first": "Gordon", "last": "Lee"}, "bio": {"birthday": "1859-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "GA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "L000331", "govtrack": 406824, "icpsr": 5683, "wikipedia": "Walter F. Lineberger", "house_history": 17004, "wikidata": "Q1280431", "google_entity_id": "kg:/m/02rj_1b"}, "name": {"first": "Walter", "middle": "Franklin", "last": "Lineberger"}, "bio": {"birthday": "1883-07-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "L000348", "govtrack": 406840, "icpsr": 5698, "wikipedia": "Chauncey B. Little", "house_history": 17028, "wikidata": "Q1068403", "google_entity_id": "kg:/m/02rm9p8"}, "name": {"first": "Chauncey", "middle": "Bundy", "last": "Little"}, "bio": {"birthday": "1877-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000046", "govtrack": 407074, "icpsr": 5906, "wikipedia": "James McDevitt Magee", "house_history": 17384, "wikidata": "Q6139259", "google_entity_id": "kg:/m/0ft4v_"}, "name": {"first": "James", "middle": "McDevitt", "last": "Magee"}, "bio": {"birthday": "1877-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 35, "party": "Republican"}]}, {"id": {"bioguide": "M000541", "govtrack": 407533, "icpsr": 6329, "wikipedia": "Melvin O. McLaughlin", "house_history": 18003, "wikidata": "Q1919790", "google_entity_id": "kg:/m/09zwsv"}, "name": {"first": "Melvin", "middle": "Orlando", "last": "McLaughlin"}, "bio": {"birthday": "1876-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NE", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000563", "govtrack": 407555, "icpsr": 6349, "wikipedia": "William H. McMaster", "wikidata": "Q366828", "google_entity_id": "kg:/m/07jw8x"}, "name": {"first": "William", "middle": "Henry", "last": "McMaster"}, "bio": {"birthday": "1877-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1817-12-01", "end": "1819-03-03", "state": "NC", "district": -1}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "SD", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000776", "govtrack": 407754, "icpsr": 6530, "wikipedia": "Ogden L. Mills", "house_history": 18302, "wikidata": "Q1370873", "google_entity_id": "kg:/m/0389w4"}, "name": {"first": "Ogden", "middle": "Livingston", "last": "Mills"}, "bio": {"birthday": "1884-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "M000870", "govtrack": 407843, "icpsr": 6606, "wikipedia": "Samuel J. Montgomery", "house_history": 18426, "wikidata": "Q1475715", "google_entity_id": "kg:/m/02rr6w3"}, "name": {"first": "Samuel", "middle": "James", "last": "Montgomery"}, "bio": {"birthday": "1896-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OK", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "N000075", "govtrack": 408162, "icpsr": 6903, "wikipedia": "Cleveland A. Newton", "house_history": 18928, "wikidata": "Q1100717", "google_entity_id": "kg:/m/02rz5r_"}, "name": {"first": "Cleveland", "middle": "Alexander", "last": "Newton"}, "bio": {"birthday": "1873-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "P000114", "govtrack": 408522, "icpsr": 7240, "wikipedia": "Francis F. Patterson, Jr.", "house_history": 19415, "wikidata": "Q1441490", "google_entity_id": "kg:/m/02rz8q7"}, "name": {"first": "Francis", "middle": "Ford", "last": "Patterson", "suffix": "Jr."}, "bio": {"birthday": "1867-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NJ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000239", "govtrack": 408642, "icpsr": 7352, "wikipedia": "Nathan D. Perlman", "house_history": 19575, "wikidata": "Q2856441", "google_entity_id": "kg:/m/078zbt"}, "name": {"first": "Nathan", "middle": "David", "last": "Perlman"}, "bio": {"birthday": "1887-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "P000314", "govtrack": 408713, "icpsr": 7419, "house_history": 19663, "wikipedia": "Thomas Wharton Phillips Jr.", "wikidata": "Q7795027", "google_entity_id": "kg:/m/0ft52l"}, "name": {"first": "Thomas", "middle": "Wharton", "last": "Phillips", "suffix": "Jr."}, "bio": {"birthday": "1874-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "P000317", "govtrack": 408716, "icpsr": 7422, "wikipedia": "Lawrence C. Phipps", "wikidata": "Q1809148", "google_entity_id": "kg:/m/09wc8t"}, "name": {"first": "Lawrence", "middle": "Cowle", "last": "Phipps"}, "bio": {"birthday": "1862-08-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "CO", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "CO", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000360", "govtrack": 408756, "icpsr": 7461, "wikipedia": "William B. Pine", "wikidata": "Q1680019", "google_entity_id": "kg:/m/0ctvj5"}, "name": {"first": "William", "middle": "Bliss", "last": "Pine"}, "bio": {"birthday": "1877-12-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "OK", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000019", "govtrack": 409001, "icpsr": 7696, "house_history": 20098, "wikipedia": "John E. Raker", "wikidata": "Q1371889", "google_entity_id": "kg:/m/0dpwwx"}, "name": {"first": "John", "middle": "Edward", "last": "Raker"}, "bio": {"birthday": "1863-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000059", "govtrack": 409039, "icpsr": 7734, "wikipedia": "Joseph E. Ransdell", "house_history": 20153, "wikidata": "Q6063320", "google_entity_id": "kg:/m/0d32np"}, "name": {"first": "Joseph", "middle": "Eugene", "last": "Ransdell"}, "bio": {"birthday": "1858-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "LA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000400", "govtrack": 409367, "icpsr": 8031, "wikipedia": "John Jacob Rogers", "house_history": 20580, "wikidata": "Q1700597", "google_entity_id": "kg:/m/0b7sdf"}, "name": {"first": "John", "middle": "Jacob", "last": "Rogers"}, "bio": {"birthday": "1881-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "R000466", "govtrack": 409427, "icpsr": 8083, "wikipedia": "Arthur B. Rouse", "house_history": 20661, "wikidata": "Q708524", "google_entity_id": "kg:/m/02rgwst"}, "name": {"first": "Arthur", "middle": "Blythe", "last": "Rouse"}, "bio": {"birthday": "1874-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000006", "govtrack": 409526, "icpsr": 8167, "wikipedia": "Frederic M. Sackett", "wikidata": "Q324891", "google_entity_id": "kg:/m/062f1f"}, "name": {"first": "Frederic", "middle": "Mosley", "last": "Sackett"}, "bio": {"birthday": "1868-12-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "KY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000169", "govtrack": 409675, "icpsr": 8296, "wikipedia": "Frank D. Scott", "house_history": 21350, "wikidata": "Q915862", "google_entity_id": "kg:/m/02q67fy"}, "name": {"first": "Frank", "middle": "Douglas", "last": "Scott"}, "bio": {"birthday": "1878-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MI", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "S000415", "govtrack": 409909, "icpsr": 8514, "wikipedia": "Furnifold McLendel Simmons", "house_history": 21654, "wikidata": "Q1475074", "google_entity_id": "kg:/m/02kldb"}, "name": {"first": "Furnifold", "middle": "McLendel", "last": "Simmons"}, "terms": [{"type": "rep", "start": "1887-12-05", "end": "1889-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "NC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "NC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "NC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "NC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "NC", "class": 2, "party": "Democrat"}], "bio": {"birthday": "1854-01-20", "gender": "M"}}, {"id": {"bioguide": "S000643", "govtrack": 410117, "icpsr": 8712, "wikipedia": "John H. Smithwick", "house_history": 21928, "wikidata": "Q1700334", "google_entity_id": "kg:/m/02rhk6f"}, "name": {"first": "John", "middle": "Harris", "last": "Smithwick"}, "bio": {"birthday": "1872-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "FL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000680", "govtrack": 410152, "icpsr": 8743, "wikipedia": "John B. Sosnowski", "house_history": 21979, "wikidata": "Q1699214", "google_entity_id": "kg:/m/026zh26"}, "name": {"first": "John", "middle": "Bartholomew", "last": "Sosnowski"}, "bio": {"birthday": "1883-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S001097", "govtrack": 410550, "icpsr": 9109, "house_history": 22494, "wikipedia": "Joshua William Swartz", "wikidata": "Q6290319", "google_entity_id": "kg:/m/0ft8b0"}, "name": {"first": "Joshua", "middle": "William", "last": "Swartz"}, "bio": {"birthday": "1867-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "S001126", "govtrack": 410577, "icpsr": 9133, "house_history": 22527, "wikipedia": "William Irvin Swoope", "wikidata": "Q13219840", "google_entity_id": "kg:/m/0fqr_3"}, "name": {"first": "William", "middle": "Irvin", "last": "Swoope"}, "bio": {"birthday": "1862-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "T000080", "govtrack": 410664, "icpsr": 9211, "wikipedia": "Herbert W. Taylor", "house_history": 22734, "wikidata": "Q1609249", "google_entity_id": "kg:/m/02vvth8"}, "name": {"first": "Herbert", "middle": "Worthington", "last": "Taylor"}, "bio": {"birthday": "1869-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NJ", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "T000082", "govtrack": 410666, "icpsr": 9213, "house_history": 22736, "wikipedia": "J. Alfred Taylor", "wikidata": "Q1676260", "google_entity_id": "kg:/m/02w_xl4"}, "name": {"first": "James", "middle": "Alfred", "last": "Taylor"}, "bio": {"birthday": "1878-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WV", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "T000146", "govtrack": 410728, "icpsr": 9274, "wikipedia": "Harry Irving Thayer", "house_history": 22809, "wikidata": "Q1586579", "google_entity_id": "kg:/m/0ksm5r"}, "name": {"first": "Harry", "middle": "Irving", "last": "Thayer"}, "bio": {"birthday": "1869-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "T000165", "govtrack": 410746, "house_history": 22830}, "name": {"first": "Elmer", "last": "Thomas"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OK", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OK", "district": -1, "party": "Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "T000185", "govtrack": 410766, "icpsr": 9309, "wikipedia": "Robert Y. Thomas Jr.", "house_history": 22858, "wikidata": "Q2159247", "google_entity_id": "kg:/m/02rjyx6"}, "name": {"first": "Robert", "middle": "Young", "last": "Thomas", "suffix": "Jr."}, "bio": {"birthday": "1855-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000282", "govtrack": 410855, "icpsr": 9394, "wikipedia": "Jasper N. Tincher", "house_history": 22973, "wikidata": "Q144523", "google_entity_id": "kg:/m/02rmb6t"}, "name": {"first": "Jasper", "middle": "Napoleon", "last": "Tincher"}, "bio": {"birthday": "1878-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KS", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "T000299", "govtrack": 410872, "icpsr": 9410, "wikipedia": "Harold S. Tolley", "house_history": 22995, "wikidata": "Q5662292", "google_entity_id": "kg:/m/027l5s4"}, "name": {"first": "Harold", "middle": "Sumner", "last": "Tolley"}, "bio": {"birthday": "1894-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 34, "party": "Republican"}]}, {"id": {"bioguide": "T000456", "govtrack": 411024, "icpsr": 9548, "wikipedia": "Lawrence Tyson", "wikidata": "Q6217755", "google_entity_id": "kg:/m/06tvt2"}, "name": {"first": "Lawrence", "middle": "Davis", "last": "Tyson"}, "bio": {"gender": "M", "birthday": "1861-07-04"}, "terms": [{"type": "sen", "start": "1925-12-07", "end": "1929-12-31", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "U000026", "govtrack": 411049, "icpsr": 9571, "wikipedia": "William David Upshaw", "house_history": 20862, "wikidata": "Q2578400", "google_entity_id": "kg:/m/08k6yl"}, "name": {"first": "William", "middle": "David", "last": "Upshaw"}, "bio": {"birthday": "1866-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "V000110", "govtrack": 411164, "icpsr": 9680, "wikipedia": "Edward Voigt", "house_history": 21007, "wikidata": "Q1293974", "google_entity_id": "kg:/m/02rvb9c"}, "name": {"first": "Edward", "last": "Voigt"}, "bio": {"birthday": "1873-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000109", "govtrack": 411287, "icpsr": 9792, "house_history": 23342, "wikipedia": "Anderson Howell Walters", "wikidata": "Q4754098", "google_entity_id": "kg:/m/0ft6nv"}, "name": {"first": "Anderson", "middle": "Howell", "last": "Walters"}, "bio": {"birthday": "1862-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "W000164", "govtrack": 411337, "icpsr": 9842, "wikipedia": "Francis E. Warren", "wikidata": "Q882624", "google_entity_id": "kg:/m/06bx_x"}, "name": {"first": "Francis", "middle": "Emroy", "last": "Warren"}, "bio": {"birthday": "1844-06-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1890-12-01", "end": "1893-03-03", "state": "WY", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1895-12-02", "end": "1901-03-03", "state": "WY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1901-12-02", "end": "1907-03-03", "state": "WY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "WY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "WY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "WY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1925-12-07", "end": "1929-11-24", "state": "WY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000251", "govtrack": 411419, "icpsr": 9916, "wikipedia": "Knud Wefald", "house_history": 23517, "wikidata": "Q1777597", "google_entity_id": "kg:/m/025x45q"}, "name": {"first": "Knud", "last": "Wefald"}, "bio": {"birthday": "1869-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MN", "district": 9, "party": "Farmer-Labor"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MN", "district": 9, "party": "Farmer-Labor"}]}, {"id": {"bioguide": "W000339", "govtrack": 411501, "icpsr": 9993, "wikipedia": "Loren E. Wheeler", "house_history": 23620, "wikidata": "Q6680369", "google_entity_id": "kg:/m/02rkb_8"}, "name": {"first": "Loren", "middle": "Edgar", "last": "Wheeler"}, "bio": {"birthday": "1862-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "W000490", "govtrack": 411647, "icpsr": 10135, "wikipedia": "Arthur B. Williams", "house_history": 23798, "wikidata": "Q708529", "google_entity_id": "kg:/m/02841v_"}, "name": {"first": "Arthur", "middle": "Bruce", "last": "Williams"}, "bio": {"birthday": "1872-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000499", "govtrack": 411656, "icpsr": 10144, "wikipedia": "George Howard Williams", "wikidata": "Q595844", "google_entity_id": "kg:/m/0c894n"}, "name": {"first": "George", "middle": "Howard", "last": "Williams"}, "bio": {"birthday": "1871-12-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000737", "govtrack": 411888, "icpsr": 10367, "wikipedia": "Harry C. Woodyard", "house_history": 24096, "wikidata": "Q1586423", "google_entity_id": "kg:/m/03b_ttf"}, "name": {"first": "Harry", "middle": "Chapman", "last": "Woodyard"}, "bio": {"birthday": "1867-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WV", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000560", "govtrack": 403618, "icpsr": 2782, "wikipedia": "T. Coleman du Pont", "wikidata": "Q2383282", "google_entity_id": "kg:/m/06vvv7"}, "name": {"first": "Thomas", "middle": "Coleman", "last": "du Pont"}, "bio": {"birthday": "1863-12-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1921-04-11", "end": "1923-03-03", "state": "DE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1925-12-07", "end": "1929-03-03", "state": "DE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000340", "govtrack": 404696, "icpsr": 3721, "wikipedia": "Arthur R. Gould", "wikidata": "Q711055", "google_entity_id": "kg:/m/0bnz9_"}, "name": {"first": "Arthur", "middle": "Robinson", "last": "Gould"}, "bio": {"birthday": "1857-03-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1926-01-01", "end": "1931-03-03", "state": "ME", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000362", "govtrack": 405231, "icpsr": 4207, "house_history": 14727, "wikipedia": "Harry B. Hawes", "wikidata": "Q1237268", "google_entity_id": "kg:/m/07dsyg"}, "name": {"first": "Harry", "middle": "Bartow", "last": "Hawes"}, "bio": {"birthday": "1869-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "sen", "start": "1926-01-01", "end": "1933-03-03", "state": "MO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000534", "govtrack": 410017, "icpsr": 8617, "house_history": 21799, "wikipedia": "Frank L. Smith", "wikidata": "Q3068384", "google_entity_id": "kg:/m/06q2nz"}, "name": {"first": "Frank", "middle": "Leslie", "last": "Smith"}, "bio": {"birthday": "1867-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "sen", "start": "1926-01-01", "end": "1929-03-03", "state": "IL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000826", "govtrack": 410290, "icpsr": 8863, "wikipedia": "Daniel F. Steck", "wikidata": "Q5217102", "google_entity_id": "kg:/m/01zdp7"}, "name": {"first": "Daniel", "middle": "Frederic", "last": "Steck"}, "bio": {"birthday": "1881-12-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1926-01-01", "end": "1931-03-03", "state": "IA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000906", "govtrack": 410367, "icpsr": 8933, "wikipedia": "David W. Stewart", "wikidata": "Q1177026", "google_entity_id": "kg:/m/0cvjdj"}, "name": {"first": "David", "middle": "Wallace", "last": "Stewart"}, "bio": {"birthday": "1887-01-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1926-01-01", "end": "1927-03-04", "state": "IA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000261", "govtrack": 400899, "icpsr": 211, "wikipedia": "Daniel Read Anthony Jr.", "house_history": 8629, "wikidata": "Q1162274", "google_entity_id": "kg:/m/06dtzs"}, "name": {"first": "Daniel", "middle": "Read", "last": "Anthony", "suffix": "Jr."}, "bio": {"birthday": "1870-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KS", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000291", "govtrack": 401284, "icpsr": 562, "wikipedia": "Joseph D. Beck", "house_history": 9153, "wikidata": "Q1460980", "google_entity_id": "kg:/m/0278p7d"}, "name": {"first": "Joseph", "middle": "David", "last": "Beck"}, "bio": {"birthday": "1866-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B000314", "govtrack": 401306, "icpsr": 583, "wikipedia": "James T. Begg", "house_history": 9181, "wikidata": "Q6143908", "google_entity_id": "kg:/m/02rm1gy"}, "name": {"first": "James", "middle": "Thomas", "last": "Begg"}, "bio": {"gender": "M", "birthday": "1877-02-16"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "B000407", "govtrack": 401395, "icpsr": 665, "house_history": 9304, "wikipedia": "Victor L. Berger", "wikidata": "Q85645", "google_entity_id": "kg:/m/03h3qy"}, "name": {"first": "Victor", "middle": "Luitpold", "last": "Berger"}, "bio": {"birthday": "1860-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WI", "district": 5, "party": "Socialist"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WI", "district": -1, "party": "Socialist"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WI", "district": 5, "party": "Socialist"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WI", "district": 5, "party": "Socialist"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WI", "district": 5, "party": "Socialist"}]}, {"id": {"bioguide": "B000470", "govtrack": 401451, "icpsr": 716, "wikipedia": "Hiram Bingham III", "wikidata": "Q237220", "google_entity_id": "kg:/m/036vr4"}, "name": {"first": "Hiram", "last": "Bingham"}, "bio": {"birthday": "1875-11-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1924-01-01", "end": "1927-03-04", "state": "CT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "CT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000495", "govtrack": 401475, "icpsr": 739, "wikipedia": "Eugene Black (Texas politician)", "house_history": 9416, "wikidata": "Q1373054", "google_entity_id": "kg:/m/05xvgc"}, "name": {"first": "Eugene", "last": "Black"}, "bio": {"birthday": "1879-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000520", "govtrack": 401496, "icpsr": 761, "wikipedia": "John J. Blaine", "wikidata": "Q773412", "google_entity_id": "kg:/m/08y3vh"}, "name": {"first": "John", "middle": "James", "last": "Blaine"}, "bio": {"gender": "M", "birthday": "1875-05-04"}, "terms": [{"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "WI", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000597", "govtrack": 401565, "icpsr": 827, "wikipedia": "William D. Boies", "house_history": 9550, "wikidata": "Q2578380", "google_entity_id": "kg:/m/02rk8b0"}, "name": {"first": "William", "middle": "Dayton", "last": "Boies"}, "bio": {"gender": "M", "birthday": "1857-01-03"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "B000700", "govtrack": 401662, "icpsr": 914, "wikipedia": "Henry L. Bowles", "house_history": 9691, "wikidata": "Q1606965", "google_entity_id": "kg:/m/0bwfsq"}, "name": {"first": "Henry", "middle": "Leland", "last": "Bowles"}, "bio": {"birthday": "1866-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000702", "govtrack": 401664, "icpsr": 916, "wikipedia": "William B. Bowling", "house_history": 9693, "wikidata": "Q2577917", "google_entity_id": "kg:/m/02rk2bx"}, "name": {"first": "William", "middle": "Bismarck", "last": "Bowling"}, "bio": {"birthday": "1870-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000873", "govtrack": 401830, "icpsr": 1070, "wikipedia": "Smith W. Brookhart", "wikidata": "Q5587434", "google_entity_id": "kg:/m/01zlby"}, "name": {"first": "Smith", "middle": "Wildman", "last": "Brookhart"}, "bio": {"birthday": "1869-02-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1922-01-01", "end": "1925-03-03", "state": "IA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1925-12-07", "end": "1927-03-04", "state": "IA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "IA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000895", "govtrack": 401852, "icpsr": 1091, "wikipedia": "Edwin S. Broussard", "wikidata": "Q5346791", "google_entity_id": "kg:/m/0d3hmp"}, "name": {"first": "Edwin", "middle": "Sidney", "last": "Broussard"}, "bio": {"birthday": "1874-12-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "LA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B001171", "govtrack": 402113, "icpsr": 1333, "house_history": 10282, "wikipedia": "Robert Grey Bushong", "wikidata": "Q7344956", "google_entity_id": "kg:/m/0fsl6q"}, "name": {"first": "Robert", "middle": "Grey", "last": "Bushong"}, "bio": {"birthday": "1883-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "B001192", "govtrack": 402134, "icpsr": 1352, "wikipedia": "Thomas S. Butler", "house_history": 10308, "wikidata": "Q7793717", "google_entity_id": "kg:/m/080gxd"}, "name": {"first": "Thomas", "middle": "Stalker", "last": "Butler"}, "bio": {"birthday": "1855-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "PA", "district": 6, "party": "Ind. Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "C000139", "govtrack": 402289, "icpsr": 1498, "house_history": 10626, "wikipedia": "Thaddeus H. Caraway", "wikidata": "Q442138", "google_entity_id": "kg:/m/09syjr"}, "name": {"first": "Thaddeus", "middle": "Horatius", "last": "Caraway"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1927-12-05", "end": "1931-12-31", "state": "AR", "class": 3, "party": "Democrat"}], "bio": {"birthday": "1871-10-17", "gender": "M"}}, {"id": {"bioguide": "C000194", "govtrack": 402340, "icpsr": 1544, "wikipedia": "William Leighton Carss", "house_history": 10696, "wikidata": "Q1513077", "google_entity_id": "kg:/m/025x42m"}, "name": {"first": "William", "middle": "Leighton", "last": "Carss"}, "bio": {"birthday": "1865-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MN", "district": 8, "party": "Union Labor"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MN", "district": 8, "party": "Farmer-Labor"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MN", "district": 8, "party": "Farmer-Labor"}]}, {"id": {"bioguide": "C000599", "govtrack": 402728, "icpsr": 1913, "wikipedia": "William W. Cohen", "house_history": 11201, "wikidata": "Q3815992", "google_entity_id": "kg:/m/02rkycj"}, "name": {"first": "William", "middle": "Wolfe", "last": "Cohen"}, "bio": {"birthday": "1874-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "C000654", "govtrack": 402781, "icpsr": 1959, "wikipedia": "George H. Combs, Jr.", "house_history": 11274, "wikidata": "Q1396513", "google_entity_id": "kg:/m/02rz6dp"}, "name": {"first": "George", "middle": "Hamilton", "last": "Combs", "suffix": "Jr."}, "bio": {"birthday": "1899-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000959", "govtrack": 403071, "icpsr": 2226, "house_history": 11651, "wikipedia": "Maurice E. Crumpacker", "wikidata": "Q1911306", "google_entity_id": "kg:/m/02qxhvp"}, "name": {"first": "Maurice", "middle": "Edgar", "last": "Crumpacker"}, "bio": {"birthday": "1886-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OR", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C001008", "govtrack": 403115, "icpsr": 2269, "wikipedia": "Charles Curtis", "house_history": 11714, "wikidata": "Q271023", "google_entity_id": "kg:/m/0myvl"}, "name": {"first": "Charles", "last": "Curtis"}, "bio": {"birthday": "1860-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "KS", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "KS", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1927-12-05", "end": "1929-12-31", "state": "KS", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000009", "govtrack": 403152, "icpsr": 2302, "house_history": 11844, "wikipedia": "Porter H. Dale", "wikidata": "Q2105065", "google_entity_id": "kg:/m/08tgqy"}, "name": {"first": "Porter", "middle": "Hinman", "last": "Dale"}, "bio": {"birthday": "1867-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1923-12-03", "end": "1927-03-04", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "VT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000080", "govtrack": 403217, "icpsr": 2362, "wikipedia": "Martin L. Davey", "house_history": 11930, "wikidata": "Q885963", "google_entity_id": "kg:/m/033tjj"}, "name": {"first": "Martin", "middle": "Luther", "last": "Davey"}, "bio": {"birthday": "1884-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "D000169", "govtrack": 403331, "icpsr": 2442, "wikipedia": "Joseph T. Deal", "house_history": 12044, "wikidata": "Q1518005", "google_entity_id": "kg:/m/02vp0bx"}, "name": {"first": "Joseph", "middle": "Thomas", "last": "Deal"}, "bio": {"birthday": "1860-11-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000180", "govtrack": 403869, "icpsr": 2964, "house_history": 12816, "wikipedia": "Edward T. England", "wikidata": "Q1293812", "google_entity_id": "kg:/m/02plsqg"}, "name": {"first": "Edward", "middle": "Theodore", "last": "England"}, "bio": {"birthday": "1869-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WV", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "F000047", "govtrack": 404007, "icpsr": 3082, "wikipedia": "Charles L. Faust", "house_history": 13024, "wikidata": "Q1065211", "google_entity_id": "kg:/m/02rz5q8"}, "name": {"first": "Charles", "middle": "Lee", "last": "Faust"}, "bio": {"birthday": "1879-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "F000170", "govtrack": 404125, "icpsr": 3188, "wikipedia": "William T. Fitzgerald", "house_history": 13185, "wikidata": "Q8019061", "google_entity_id": "kg:/m/02rm3vl"}, "name": {"first": "William", "middle": "Thomas", "last": "Fitzgerald"}, "bio": {"birthday": "1858-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "F000395", "govtrack": 404337, "icpsr": 3382, "wikipedia": "Louis A. Frothingham", "house_history": 13468, "wikidata": "Q1871448", "google_entity_id": "kg:/m/0bw0jk"}, "name": {"first": "Louis", "middle": "Adams", "last": "Frothingham"}, "bio": {"birthday": "1871-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "F000433", "govtrack": 404374, "icpsr": 3417, "wikipedia": "Allen J. Furlow", "house_history": 13520, "wikidata": "Q2648367", "google_entity_id": "kg:/m/0fq1yl"}, "name": {"first": "Allen", "middle": "John", "last": "Furlow"}, "bio": {"birthday": "1890-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000024", "govtrack": 404400, "icpsr": 3440, "wikipedia": "James A. Gallivan", "house_history": 13594, "wikidata": "Q1679893", "google_entity_id": "kg:/m/0bv__y"}, "name": {"first": "James", "middle": "Ambrose", "last": "Gallivan"}, "bio": {"birthday": "1866-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "G000053", "govtrack": 404427, "icpsr": 3466, "wikipedia": "Frank Gardner (Indiana)", "house_history": 13631, "wikidata": "Q1271460", "google_entity_id": "kg:/m/02rkftb"}, "name": {"first": "Frank", "last": "Gardner"}, "bio": {"gender": "M", "birthday": "1872-05-08"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000082", "govtrack": 404454, "icpsr": 3490, "house_history": 13664, "wikipedia": "Finis J. Garrett", "wikidata": "Q1417256", "google_entity_id": "kg:/m/07ycxm"}, "name": {"first": "Finis", "middle": "James", "last": "Garrett"}, "bio": {"birthday": "1875-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "G000288", "govtrack": 404649, "icpsr": 3676, "wikipedia": "Frank R. Gooding", "wikidata": "Q204124", "google_entity_id": "kg:/m/0bk_wj"}, "name": {"first": "Frank", "middle": "Robert", "last": "Gooding"}, "bio": {"birthday": "1859-09-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "ID", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1927-12-05", "end": "1929-03-03", "state": "ID", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000422", "govtrack": 404770, "icpsr": 3786, "wikipedia": "William R. Green", "house_history": 14101, "wikidata": "Q1439217", "google_entity_id": "kg:/m/02rk8f3"}, "name": {"first": "William", "middle": "Raymond", "last": "Green"}, "bio": {"birthday": "1856-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "H000277", "govtrack": 405152, "icpsr": 4136, "wikipedia": "Thomas W. Harrison", "house_history": 14625, "wikidata": "Q1625954", "google_entity_id": "kg:/m/02x3_yx"}, "name": {"first": "Thomas", "middle": "Walter", "last": "Harrison"}, "bio": {"birthday": "1856-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "VA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000421", "govtrack": 405287, "wikipedia": "James M. Hazlett", "house_history": 14799, "wikidata": "Q6138442", "google_entity_id": "kg:/m/0dcxwz"}, "name": {"first": "James", "middle": "Miller", "last": "Hazlett"}, "bio": {"birthday": "1864-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000544", "govtrack": 405406, "icpsr": 4368, "wikipedia": "Ira G. Hersey", "house_history": 14958, "wikidata": "Q180635", "google_entity_id": "kg:/m/02x02ty"}, "name": {"first": "Ira", "middle": "Greenlief", "last": "Hersey"}, "bio": {"birthday": "1858-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "ME", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000837", "govtrack": 405684, "icpsr": 4625, "wikipedia": "Everette B. Howard", "house_history": 15319, "wikidata": "Q1382015", "google_entity_id": "kg:/m/02rr6vf"}, "name": {"first": "Everette", "middle": "Burgess", "last": "Howard"}, "bio": {"birthday": "1873-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OK", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OK", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OK", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000040", "govtrack": 405945, "icpsr": 4875, "house_history": 15741, "wikipedia": "Meyer Jacobstein", "wikidata": "Q13219120", "google_entity_id": "kg:/m/0b0vmx"}, "name": {"first": "Meyer", "last": "Jacobstein"}, "bio": {"birthday": "1880-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 38, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 38, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 38, "party": "Democrat"}]}, {"id": {"bioguide": "J000257", "govtrack": 406149, "icpsr": 5065, "house_history": 16018, "wikipedia": "Wesley Livsey Jones", "wikidata": "Q2563987", "google_entity_id": "kg:/m/03bfyk"}, "name": {"first": "Wesley", "middle": "Livsey", "last": "Jones"}, "bio": {"birthday": "1863-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WA", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "WA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "WA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "WA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "WA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "K000124", "govtrack": 406290, "icpsr": 5193, "wikipedia": "Everett Kent", "house_history": 16231, "wikidata": "Q5417027", "google_entity_id": "kg:/m/0fwfrp"}, "name": {"first": "Everett", "last": "Kent"}, "bio": {"birthday": "1888-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 30, "party": "Democrat"}]}, {"id": {"bioguide": "K000191", "govtrack": 406352, "icpsr": 5251, "wikipedia": "John J. Kindred", "house_history": 16317, "wikidata": "Q250297", "google_entity_id": "kg:/m/02rksgg"}, "name": {"first": "John", "middle": "Joseph", "last": "Kindred"}, "bio": {"birthday": "1864-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000200", "govtrack": 406361, "icpsr": 5259, "wikipedia": "Edward John King", "house_history": 16327, "wikidata": "Q5343786", "google_entity_id": "kg:/m/02rk9d1"}, "name": {"first": "Edward", "middle": "John", "last": "King"}, "bio": {"birthday": "1867-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "L000153", "govtrack": 406658, "icpsr": 5529, "wikipedia": "Ladislas Lazaro", "house_history": 16788, "wikidata": "Q1799973", "google_entity_id": "kg:/m/02rtmqk"}, "name": {"first": "Ladislas", "last": "Lazaro"}, "bio": {"birthday": "1872-06-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "LA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "L000484", "govtrack": 406972, "icpsr": 5816, "wikipedia": "Bill G. Lowrey", "house_history": 17197, "wikidata": "Q862117", "google_entity_id": "kg:/m/02rtndl"}, "name": {"first": "Bill", "middle": "Green", "last": "Lowrey"}, "bio": {"birthday": "1862-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000543", "govtrack": 407027, "icpsr": 5865, "wikipedia": "Homer L. Lyon", "house_history": 17270, "wikidata": "Q1626026", "google_entity_id": "kg:/m/02vn_pl"}, "name": {"first": "Homer", "middle": "Le Grand", "last": "Lyon"}, "bio": {"birthday": "1879-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000009", "govtrack": 407039, "icpsr": 5877, "wikipedia": "Clarence MacGregor", "house_history": 17339, "wikidata": "Q1095483", "google_entity_id": "kg:/m/0gz4cw"}, "name": {"first": "Clarence", "last": "MacGregor"}, "bio": {"birthday": "1872-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 41, "party": "Republican"}]}, {"id": {"bioguide": "M000038", "govtrack": 407066, "icpsr": 5899, "wikipedia": "Martin B. Madden", "house_history": 17373, "wikidata": "Q387903", "google_entity_id": "kg:/m/02rkc1p"}, "name": {"first": "Martin", "middle": "Barnaby", "last": "Madden"}, "bio": {"birthday": "1855-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000049", "govtrack": 407077, "icpsr": 5909, "house_history": 17388, "wikipedia": "Walter W. Magee", "wikidata": "Q7966355", "google_entity_id": "kg:/m/0d1sw4"}, "name": {"first": "Walter", "middle": "Warren", "last": "Magee"}, "bio": {"birthday": "1861-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000850", "govtrack": 407823, "icpsr": 6589, "wikipedia": "Louis Monast", "house_history": 18398, "wikidata": "Q1502273", "google_entity_id": "kg:/m/02rjx3h"}, "name": {"first": "Louis", "last": "Monast"}, "bio": {"birthday": "1863-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "RI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000912", "govtrack": 407884, "icpsr": 6646, "wikipedia": "Paul J. Moore", "house_history": 18477, "wikidata": "Q2060379", "google_entity_id": "kg:/m/02vvrt4"}, "name": {"first": "Paul", "middle": "John", "last": "Moore"}, "bio": {"birthday": "1868-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NJ", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000931", "govtrack": 407902, "icpsr": 6662, "wikipedia": "Henry D. Moorman", "house_history": 18500, "wikidata": "Q1606651", "google_entity_id": "kg:/m/02rhhbx"}, "name": {"first": "Henry", "middle": "DeHaven", "last": "Moorman"}, "bio": {"gender": "M", "birthday": "1880-06-09"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000961", "govtrack": 407929, "icpsr": 6688, "wikipedia": "John M. Morin", "house_history": 18535, "wikidata": "Q6245888", "google_entity_id": "kg:/m/0djv59"}, "name": {"first": "John", "middle": "Mary", "last": "Morin"}, "bio": {"birthday": "1868-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 34, "party": "Republican"}]}, {"id": {"bioguide": "M001004", "govtrack": 407972, "icpsr": 6730, "wikipedia": "John Morrow (New Mexico)", "house_history": 18584, "wikidata": "Q1701145", "google_entity_id": "kg:/m/02pt8dx"}, "name": {"first": "John", "last": "Morrow"}, "bio": {"birthday": "1865-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NM", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NM", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NM", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M001028", "govtrack": 407995, "icpsr": 6750, "wikipedia": "George H. Moses", "wikidata": "Q1507478", "google_entity_id": "kg:/m/03g1m_"}, "name": {"first": "George", "middle": "Higgins", "last": "Moses"}, "bio": {"birthday": "1869-02-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1918-01-01", "end": "1921-03-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "O000018", "govtrack": 408269, "icpsr": 7006, "wikipedia": "William Smith O'Brien (Congressman)", "house_history": 19091, "wikidata": "Q1451212", "google_entity_id": "kg:/m/03c3498"}, "name": {"first": "William", "middle": "Smith", "last": "O'Brien"}, "bio": {"birthday": "1862-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WV", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "O000035", "govtrack": 408320, "icpsr": 7023, "wikipedia": "Tasker Oddie", "wikidata": "Q164438", "google_entity_id": "kg:/m/01b00d"}, "name": {"first": "Tasker", "middle": "Lowndes", "last": "Oddie"}, "bio": {"birthday": "1870-10-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "NV", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "NV", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "O000062", "govtrack": 408337, "icpsr": 7050, "house_history": 19145, "wikipedia": "William Allan Oldfield", "wikidata": "Q1535555", "google_entity_id": "kg:/m/038y9w"}, "name": {"first": "William", "middle": "Allan", "last": "Oldfield"}, "bio": {"birthday": "1874-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AR", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "O000140", "govtrack": 408391, "icpsr": 7120, "wikipedia": "Lee Slater Overman", "wikidata": "Q1498123", "google_entity_id": "kg:/m/02klth"}, "name": {"first": "Lee", "middle": "Slater", "last": "Overman"}, "bio": {"birthday": "1854-01-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "NC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "NC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "NC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "NC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1927-12-05", "end": "1930-12-12", "state": "NC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000037", "govtrack": 408447, "icpsr": 7174, "house_history": 19324, "wikipedia": "Cyrus Maffet Palmer", "wikidata": "Q5201124", "google_entity_id": "kg:/m/0fslh1"}, "name": {"first": "Cyrus", "middle": "Maffet", "last": "Palmer"}, "bio": {"birthday": "1887-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "P000186", "govtrack": 408590, "icpsr": 7304, "house_history": 19507, "wikipedia": "George C. Peery", "wikidata": "Q880362", "google_entity_id": "kg:/m/06h0k8"}, "name": {"first": "George", "middle": "Campbell", "last": "Peery"}, "bio": {"birthday": "1873-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "VA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "R000068", "govtrack": 409048, "icpsr": 7741, "wikipedia": "Henry Riggs Rathbone", "house_history": 20165, "wikidata": "Q5727546", "google_entity_id": "kg:/m/026tlbc"}, "name": {"first": "Henry", "middle": "Riggs", "last": "Rathbone"}, "bio": {"birthday": "1870-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "R000119", "govtrack": 409099, "icpsr": 7787, "wikipedia": "James B. Reed", "house_history": 20228, "wikidata": "Q992633", "google_entity_id": "kg:/m/02rhj3c"}, "name": {"first": "James", "middle": "Byron", "last": "Reed"}, "bio": {"birthday": "1881-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AR", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "R000491", "govtrack": 409450, "icpsr": 8100, "wikipedia": "Thomas L. Rubey", "house_history": 20693, "wikidata": "Q1541331", "google_entity_id": "kg:/m/02rz8f9"}, "name": {"first": "Thomas", "middle": "Lewis", "last": "Rubey"}, "bio": {"birthday": "1862-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "S000380", "govtrack": 409874, "icpsr": 8487, "wikipedia": "Samuel M. Shortridge", "wikidata": "Q437382", "google_entity_id": "kg:/m/03jlmn"}, "name": {"first": "Samuel", "middle": "Morgan", "last": "Shortridge"}, "bio": {"birthday": "1861-08-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "CA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "CA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000450", "govtrack": 409943, "icpsr": 8546, "house_history": 21698, "wikipedia": "Nicholas J. Sinnott", "wikidata": "Q1984906", "google_entity_id": "kg:/m/02rkzyc"}, "name": {"first": "Nicholas", "middle": "John", "last": "Sinnott"}, "bio": {"birthday": "1870-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OR", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000644", "govtrack": 410118, "icpsr": 8713, "wikipedia": "Reed Smoot", "wikidata": "Q959249", "google_entity_id": "kg:/m/01sx8l"}, "name": {"first": "Reed", "last": "Smoot"}, "bio": {"birthday": "1862-01-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1903-11-09", "end": "1909-03-03", "state": "UT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "UT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "UT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "UT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "UT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000855", "govtrack": 410318, "icpsr": 8886, "wikipedia": "Ambrose E. B. Stephens", "house_history": 22196, "wikidata": "Q194773", "google_entity_id": "kg:/m/02rlzry"}, "name": {"first": "Ambrose", "middle": "Everett Burnside", "last": "Stephens"}, "bio": {"birthday": "1862-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S001024", "govtrack": 410482, "icpsr": 9044, "wikipedia": "James F. Strother (West Virginia)", "house_history": 22403, "wikidata": "Q1680370", "google_entity_id": "kg:/m/03c2fg7"}, "name": {"first": "James", "middle": "French", "last": "Strother"}, "bio": {"birthday": "1868-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WV", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WV", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S001109", "govtrack": 410561, "icpsr": 9119, "wikipedia": "Thaddeus C. Sweet", "house_history": 22507, "wikidata": "Q7708970", "google_entity_id": "kg:/m/027w856"}, "name": {"first": "Thaddeus", "middle": "C.", "last": "Sweet"}, "bio": {"birthday": "1872-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "T000049", "govtrack": 410637, "icpsr": 9186, "wikipedia": "Charles Tatgenhorst Jr.", "house_history": 22694, "wikidata": "Q1066222", "google_entity_id": "kg:/m/02rl_7d"}, "name": {"first": "Charles", "last": "Tatgenhorst", "suffix": "Jr."}, "bio": {"birthday": "1883-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000276", "govtrack": 410849, "icpsr": 9388, "wikipedia": "John N. Tillman", "house_history": 22968, "wikidata": "Q1701188", "google_entity_id": "kg:/m/02rhkfn"}, "name": {"first": "John", "middle": "Newton", "last": "Tillman"}, "bio": {"birthday": "1859-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AR", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "U000020", "govtrack": 411043, "icpsr": 9565, "wikipedia": "Ralph E. Updike", "house_history": 20855, "wikidata": "Q2129571", "google_entity_id": "kg:/m/02rkhhn"}, "name": {"first": "Ralph", "middle": "Eugene", "last": "Updike"}, "bio": {"birthday": "1894-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "V000004", "govtrack": 411063, "icpsr": 9585, "wikipedia": "William N. Vaile", "house_history": 20883, "wikidata": "Q2580103", "google_entity_id": "kg:/m/02rj_vg"}, "name": {"first": "William", "middle": "Newell", "last": "Vaile"}, "bio": {"birthday": "1876-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CO", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "V000071", "govtrack": 411129, "icpsr": 9647, "wikipedia": "William Scott Vare", "house_history": 20960, "wikidata": "Q6222555", "google_entity_id": "kg:/m/05ygxh"}, "name": {"first": "William", "middle": "Scott", "last": "Vare"}, "bio": {"birthday": "1867-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1927-12-05", "end": "1929-12-31", "state": "PA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "V000102", "govtrack": 411157, "icpsr": 9674, "wikipedia": "Earl W. Vincent", "house_history": 20996, "wikidata": "Q933964", "google_entity_id": "kg:/m/02rk7b1"}, "name": {"first": "Earl", "middle": "W.", "last": "Vincent"}, "bio": {"birthday": "1886-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000149", "govtrack": 411323, "icpsr": 9828, "wikipedia": "Orie Solomon Ware", "house_history": 23387, "wikidata": "Q1257406", "google_entity_id": "kg:/m/02rjxnp"}, "name": {"first": "Orie", "middle": "Solomon", "last": "Ware"}, "bio": {"birthday": "1882-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000186", "govtrack": 411359, "icpsr": 9862, "wikipedia": "Charles W. Waterman", "wikidata": "Q1066369", "google_entity_id": "kg:/m/0bf9q_"}, "name": {"first": "Charles", "middle": "Winfield", "last": "Waterman"}, "bio": {"birthday": "1861-11-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "CO", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000203", "govtrack": 411374, "icpsr": 9875, "wikipedia": "James Eli Watson", "house_history": 23457, "wikidata": "Q6133417", "google_entity_id": "kg:/m/02qm6p"}, "name": {"first": "James", "middle": "Eli", "last": "Watson"}, "bio": {"birthday": "1864-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1916-01-01", "end": "1921-03-03", "state": "IN", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "IN", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "IN", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000374", "govtrack": 411535, "icpsr": 10027, "wikipedia": "Hays B. White", "house_history": 23659, "wikidata": "Q1592008", "google_entity_id": "kg:/m/02rmb7v"}, "name": {"first": "Hays", "middle": "Baxter", "last": "White"}, "bio": {"birthday": "1855-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KS", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "W000393", "govtrack": 411553, "icpsr": 10044, "wikipedia": "S. Harrison White", "house_history": 23681, "wikidata": "Q163000", "google_entity_id": "kg:/m/02rjz10"}, "name": {"first": "Sebastian", "middle": "Harrison", "last": "White"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CO", "district": 1, "party": "Democrat"}], "bio": {"birthday": "1864-12-24", "gender": "M"}}, {"id": {"bioguide": "W000561", "govtrack": 411717, "icpsr": 10203, "wikipedia": "Frank B. Willis", "house_history": 23879, "wikidata": "Q881420", "google_entity_id": "kg:/m/033tyr"}, "name": {"first": "Frank", "middle": "Bartlett", "last": "Willis"}, "bio": {"birthday": "1871-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "OH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000617", "govtrack": 411772, "icpsr": 10256, "wikipedia": "T. Webber Wilson", "house_history": 23947, "wikidata": "Q921315", "google_entity_id": "kg:/m/02rtn7s"}, "name": {"first": "Thomas", "middle": "Webber", "last": "Wilson"}, "bio": {"birthday": "1893-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MS", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000643", "govtrack": 411797, "icpsr": 10281, "wikipedia": "Charles E. Winter", "house_history": 23980, "wikidata": "Q1064235", "google_entity_id": "kg:/m/0265k3t"}, "name": {"first": "Charles", "middle": "Edwin", "last": "Winter"}, "bio": {"birthday": "1870-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WY", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "B001159", "govtrack": 402101, "icpsr": 1322, "wikipedia": "Theodore E. Burton", "house_history": 10268, "wikidata": "Q252449", "google_entity_id": "kg:/m/034_n2"}, "name": {"first": "Theodore", "middle": "Elijah", "last": "Burton"}, "bio": {"birthday": "1851-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "OH", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "OH", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "OH", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "OH", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "OH", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 21, "party": "Republican"}, {"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "OH", "class": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 22, "party": "Republican"}, {"type": "sen", "start": "1928-01-01", "end": "1929-12-31", "state": "OH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000238", "govtrack": 404600, "icpsr": 3630, "wikipedia": "Otis F. Glenn", "wikidata": "Q3357655", "google_entity_id": "kg:/m/087jqy"}, "name": {"first": "Otis", "middle": "Ferguson", "last": "Glenn"}, "bio": {"birthday": "1879-08-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1928-01-01", "end": "1933-03-03", "state": "IL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000101", "govtrack": 406608, "icpsr": 5480, "wikipedia": "Octaviano Ambrosio Larrazolo", "wikidata": "Q881439", "google_entity_id": "kg:/m/0265rsx"}, "name": {"first": "Octaviano", "middle": "Ambrosio", "last": "Larrazolo"}, "bio": {"birthday": "1859-12-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1928-12-07", "end": "1929-03-03", "state": "NM", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000386", "govtrack": 406878, "icpsr": 5731, "wikipedia": "Cyrus Locher", "wikidata": "Q1148970", "google_entity_id": "kg:/m/034_px"}, "name": {"first": "Cyrus", "last": "Locher"}, "terms": [{"type": "sen", "start": "1928-01-01", "end": "1929-03-03", "state": "OH", "class": 3, "party": "Democrat"}], "bio": {"birthday": "1878-03-08", "gender": "M"}}, {"id": {"bioguide": "A000126", "govtrack": 400782, "icpsr": 110, "wikipedia": "Henry Justin Allen", "wikidata": "Q365506", "google_entity_id": "kg:/m/0862kz"}, "name": {"first": "Henry", "middle": "Justin", "last": "Allen"}, "bio": {"birthday": "1868-09-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1929-04-15", "end": "1931-03-03", "state": "KS", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000053", "govtrack": 401058, "icpsr": 355, "wikipedia": "David Baird Jr.", "wikidata": "Q4454634", "google_entity_id": "kg:/m/0bcr0h"}, "name": {"first": "David", "last": "Baird", "suffix": "Jr."}, "bio": {"birthday": "1881-10-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1929-04-15", "end": "1931-03-03", "state": "NJ", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000054", "govtrack": 401059, "icpsr": 356, "wikipedia": "Joseph E. Baird", "house_history": 8842, "wikidata": "Q6282770", "google_entity_id": "kg:/m/02rm22k"}, "name": {"first": "Joseph", "middle": "Edward", "last": "Baird"}, "bio": {"birthday": "1865-11-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "B000348", "govtrack": 401340, "icpsr": 614, "house_history": 9226, "wikipedia": "Thomas Montgomery Bell", "wikidata": "Q2426167", "google_entity_id": "kg:/m/02rbfd5"}, "name": {"first": "Thomas", "middle": "Montgomery", "last": "Bell"}, "bio": {"birthday": "1861-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "GA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "B000509", "govtrack": 401488, "icpsr": 752, "wikipedia": "Robert E. Lee Blackburn", "house_history": 9433, "wikidata": "Q1306403", "google_entity_id": "kg:/m/02rjyl7"}, "name": {"first": "Robert", "middle": "E. Lee", "last": "Blackburn"}, "bio": {"gender": "M", "birthday": "1870-04-09"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KY", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B000710", "govtrack": 401672, "icpsr": 924, "wikipedia": "John C. Box", "house_history": 9702, "wikidata": "Q1432166", "google_entity_id": "kg:/m/03c2zmb"}, "name": {"first": "John", "middle": "Calvin", "last": "Box"}, "bio": {"birthday": "1871-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000832", "govtrack": 401789, "icpsr": 1035, "wikipedia": "Elbert S. Brigham", "house_history": 9854, "wikidata": "Q1325283", "google_entity_id": "kg:/m/02rhfvs"}, "name": {"first": "Elbert", "middle": "Sidney", "last": "Brigham"}, "bio": {"birthday": "1877-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "VT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000850", "govtrack": 401807, "icpsr": 1051, "wikipedia": "William Emerson Brock", "wikidata": "Q2578668", "google_entity_id": "kg:/m/04kvld"}, "name": {"first": "William", "middle": "Emerson", "last": "Brock"}, "bio": {"birthday": "1872-03-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1929-04-15", "end": "1931-03-03", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000955", "govtrack": 401907, "icpsr": 1143, "wikipedia": "Edward E. Browne", "house_history": 10009, "wikidata": "Q1292090", "google_entity_id": "kg:/m/02vrp_8"}, "name": {"first": "Edward", "middle": "Everts", "last": "Browne"}, "bio": {"birthday": "1868-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "C000142", "govtrack": 402291, "icpsr": 1500, "wikipedia": "John F. Carew", "house_history": 10630, "wikidata": "Q3790666", "google_entity_id": "kg:/m/02rks6k"}, "name": {"first": "John", "middle": "Francis", "last": "Carew"}, "bio": {"birthday": "1873-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "C000223", "govtrack": 402369, "icpsr": 1572, "wikipedia": "John J. Casey", "house_history": 10735, "wikidata": "Q6240981", "google_entity_id": "kg:/m/0f9y4f"}, "name": {"first": "John", "middle": "Joseph", "last": "Casey"}, "bio": {"birthday": "1875-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "C000274", "govtrack": 402417, "icpsr": 1619, "wikipedia": "William W. Chalmers", "house_history": 10800, "wikidata": "Q8019765", "google_entity_id": "kg:/m/02rm3w8"}, "name": {"first": "William", "middle": "Wallace", "last": "Chalmers"}, "bio": {"birthday": "1861-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "C000446", "govtrack": 402584, "icpsr": 1778, "wikipedia": "Linwood Clark", "house_history": 11009, "wikidata": "Q808699", "google_entity_id": "kg:/m/0916r4"}, "name": {"first": "Linwood", "middle": "Leon", "last": "Clark"}, "bio": {"birthday": "1876-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MD", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000849", "govtrack": 402965, "icpsr": 2126, "wikipedia": "John D. Craddock", "house_history": 11518, "wikidata": "Q1699719", "google_entity_id": "kg:/m/02rhjws"}, "name": {"first": "John", "middle": "Durrett", "last": "Craddock"}, "bio": {"birthday": "1881-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "C000870", "govtrack": 402984, "icpsr": 2144, "wikipedia": "Louis C. Cramton", "house_history": 11544, "wikidata": "Q1871564", "google_entity_id": "kg:/m/027f571"}, "name": {"first": "Louis", "middle": "Convers", "last": "Cramton"}, "bio": {"birthday": "1875-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "C001000", "govtrack": 403107, "icpsr": 2261, "wikipedia": "Charles F. Curry", "house_history": 11703, "wikidata": "Q1064314", "google_entity_id": "kg:/m/02rl0mp"}, "name": {"first": "Charles", "middle": "Forrest", "last": "Curry"}, "bio": {"birthday": "1858-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C001028", "govtrack": 403135, "icpsr": 2289, "wikipedia": "Bronson M. Cutting", "wikidata": "Q927977", "google_entity_id": "kg:/m/053hjd"}, "name": {"first": "Bronson", "middle": "Murray", "last": "Cutting"}, "bio": {"birthday": "1888-06-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1927-12-29", "end": "1928-12-06", "state": "NM", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "NM", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1935-01-03", "end": "1935-05-06", "state": "NM", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000229", "govtrack": 403368, "icpsr": 2491, "wikipedia": "S. Wallace Dempsey", "house_history": 12116, "wikidata": "Q7387978", "google_entity_id": "kg:/m/0gzqmw"}, "name": {"first": "Stephen", "middle": "Wallace", "last": "Dempsey"}, "bio": {"birthday": "1862-05-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 40, "party": "Republican"}]}, {"id": {"bioguide": "D000237", "govtrack": 403375, "icpsr": 2497, "wikipedia": "Edward E. Denison", "house_history": 12125, "wikidata": "Q5342692", "google_entity_id": "kg:/m/02rk9cq"}, "name": {"first": "Edward", "middle": "Everett", "last": "Denison"}, "bio": {"birthday": "1873-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "D000345", "govtrack": 403463, "icpsr": 2595, "wikipedia": "Clarence Dill", "house_history": 12256, "wikidata": "Q372316", "google_entity_id": "kg:/m/04vlq7"}, "name": {"first": "Clarence", "middle": "Cleveland", "last": "Dill"}, "bio": {"birthday": "1884-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "WA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "WA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000440", "govtrack": 403550, "icpsr": 2677, "wikipedia": "John Lloyd Dorsey Jr.", "house_history": 12382, "wikidata": "Q1700869", "google_entity_id": "kg:/m/055hg7"}, "name": {"first": "John", "middle": "Lloyd", "last": "Dorsey", "suffix": "Jr."}, "bio": {"birthday": "1891-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000483", "govtrack": 403591, "icpsr": 2714, "house_history": 12437, "wikipedia": "Thomas A. Doyle", "wikidata": "Q7786862", "google_entity_id": "kg:/m/07c3kk"}, "name": {"first": "Thomas", "middle": "Aloysius", "last": "Doyle"}, "bio": {"birthday": "1886-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000525", "govtrack": 403635, "icpsr": 2754, "wikipedia": "James W. Dunbar", "house_history": 12485, "wikidata": "Q1430803", "google_entity_id": "kg:/m/02rkgg_"}, "name": {"first": "James", "middle": "Whitson", "last": "Dunbar"}, "bio": {"birthday": "1860-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "E000127", "govtrack": 403818, "icpsr": 2916, "wikipedia": "Richard N. Elliott", "house_history": 12751, "wikidata": "Q2150262", "google_entity_id": "kg:/m/02rkhkq"}, "name": {"first": "Richard", "middle": "Nash", "last": "Elliott"}, "bio": {"birthday": "1873-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "E000133", "govtrack": 403824, "icpsr": 2922, "wikipedia": "Edgar C. Ellis", "house_history": 12759, "wikidata": "Q1283828", "google_entity_id": "kg:/m/02rz5x3"}, "name": {"first": "Edgar", "middle": "Clarence", "last": "Ellis"}, "bio": {"birthday": "1854-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "MO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "E000222", "govtrack": 403908, "icpsr": 2994, "house_history": 12876, "wikipedia": "Charles Joseph Esterly", "wikidata": "Q5079605", "google_entity_id": "kg:/m/0fsl0s"}, "name": {"first": "Charles", "middle": "Joseph", "last": "Esterly"}, "bio": {"birthday": "1888-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "F000072", "govtrack": 404030, "icpsr": 3102, "wikipedia": "E. Hart Fenn", "house_history": 13057, "wikidata": "Q1273496", "google_entity_id": "kg:/m/02rhfc_"}, "name": {"first": "Edward", "middle": "Hart", "last": "Fenn"}, "bio": {"birthday": "1856-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000096", "govtrack": 404053, "icpsr": 3124, "house_history": 13094, "wikipedia": "Simeon D. Fess", "wikidata": "Q304550", "google_entity_id": "kg:/m/0355mb"}, "name": {"first": "Simeon", "middle": "Davison", "last": "Fess"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "OH", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "OH", "class": 1, "party": "Republican"}], "bio": {"birthday": "1861-12-11", "gender": "M"}}, {"id": {"bioguide": "F000149", "govtrack": 404104, "icpsr": 3169, "wikipedia": "Hubert Fisher", "house_history": 13157, "wikidata": "Q1633142", "google_entity_id": "kg:/m/0dpr1_"}, "name": {"first": "Hubert", "middle": "Frederick", "last": "Fisher"}, "bio": {"birthday": "1877-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "F000166", "govtrack": 404121, "icpsr": 3184, "wikipedia": "Roy G. Fitzgerald", "house_history": 13181, "wikidata": "Q7372827", "google_entity_id": "kg:/m/0d2fv7"}, "name": {"first": "Roy", "middle": "Gerald", "last": "Fitzgerald"}, "bio": {"birthday": "1875-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000287", "govtrack": 404237, "icpsr": 3289, "wikipedia": "Franklin William Fort", "house_history": 13334, "wikidata": "Q1445295", "google_entity_id": "kg:/m/02vn_6t"}, "name": {"first": "Franklin", "middle": "William", "last": "Fort"}, "bio": {"birthday": "1880-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NJ", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "G000001", "govtrack": 404378, "wikipedia": "Isauro Gabaldon", "house_history": 13567, "wikidata": "Q2793422", "google_entity_id": "kg:/m/0ckl3q"}, "name": {"first": "Isauro", "last": "Gabaldon"}, "bio": {"birthday": "1875-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PI", "district": -1}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PI", "district": -1}]}, {"id": {"bioguide": "G000045", "govtrack": 404420, "icpsr": 3457, "wikipedia": "Jacob A. Garber", "house_history": 13621, "wikidata": "Q1430376", "google_entity_id": "kg:/m/02vp0f_"}, "name": {"first": "Jacob", "middle": "Aaron", "last": "Garber"}, "bio": {"birthday": "1879-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "VA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "G000246", "govtrack": 404608, "icpsr": 3637, "wikipedia": "James P. Glynn", "house_history": 13874, "wikidata": "Q1680936", "google_entity_id": "kg:/m/02rhjcz"}, "name": {"first": "James", "middle": "Peter", "last": "Glynn"}, "bio": {"birthday": "1867-11-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CT", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "G000262", "govtrack": 404624, "icpsr": 3653, "wikipedia": "Phillips Lee Goldsborough", "wikidata": "Q648130", "google_entity_id": "kg:/m/047nz_"}, "name": {"first": "Phillips", "middle": "Lee", "last": "Goldsborough"}, "bio": {"birthday": "1865-08-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "MD", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000425", "govtrack": 404773, "icpsr": 3789, "wikipedia": "Frank L. Greene", "house_history": 14105, "wikidata": "Q1443627", "google_entity_id": "kg:/m/0cxq27"}, "name": {"first": "Frank", "middle": "Lester", "last": "Greene"}, "bio": {"birthday": "1870-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1912-07-30", "end": "1913-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "VT", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1929-04-15", "end": "1930-12-17", "state": "VT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000456", "govtrack": 404801, "icpsr": 3816, "house_history": 14141, "wikipedia": "William Walton Griest", "wikidata": "Q8019985", "google_entity_id": "kg:/m/0fsc1m"}, "name": {"first": "William", "middle": "Walton", "last": "Griest"}, "bio": {"birthday": "1858-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "G000510", "govtrack": 404855, "icpsr": 3866, "wikipedia": "Joseph R. Grundy", "wikidata": "Q1548061", "google_entity_id": "kg:/m/08r3f5"}, "name": {"first": "Joseph", "middle": "Ridgway", "last": "Grundy"}, "bio": {"birthday": "1863-01-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000042", "govtrack": 404927, "icpsr": 3930, "wikipedia": "Albert R. Hall (Indiana politician)", "house_history": 14339, "wikidata": "Q2638611", "google_entity_id": "kg:/m/02rkdrn"}, "name": {"first": "Albert", "middle": "Richardson", "last": "Hall"}, "bio": {"birthday": "1884-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IN", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "H000091", "govtrack": 404973, "icpsr": 3973, "wikipedia": "Thomas Jefferson Halsey", "house_history": 14399, "wikidata": "Q2425062", "google_entity_id": "kg:/m/02rx97q"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Halsey"}, "bio": {"birthday": "1863-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000123", "govtrack": 405005, "icpsr": 4003, "wikipedia": "William C. Hammer", "house_history": 14438, "wikidata": "Q2578197", "google_entity_id": "kg:/m/02vn_q8"}, "name": {"first": "William", "middle": "Cicero", "last": "Hammer"}, "bio": {"birthday": "1865-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000342", "govtrack": 405211, "icpsr": 4190, "wikipedia": "Henry D. Hatfield", "wikidata": "Q665356", "google_entity_id": "kg:/m/05cm1j"}, "name": {"first": "Henry", "middle": "Drury", "last": "Hatfield"}, "bio": {"birthday": "1875-09-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "WV", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000436", "govtrack": 405302, "icpsr": 4274, "wikipedia": "Felix Hebert", "wikidata": "Q5442228", "google_entity_id": "kg:/m/0d2pw9"}, "name": {"first": "Felix", "last": "Hebert"}, "bio": {"birthday": "1874-12-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "RI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000560", "govtrack": 405422, "icpsr": 4383, "wikipedia": "Andrew J. Hickey", "house_history": 14976, "wikidata": "Q505301", "google_entity_id": "kg:/m/02rkdvd"}, "name": {"first": "Andrew", "middle": "James", "last": "Hickey"}, "bio": {"birthday": "1872-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IN", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IN", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IN", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IN", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IN", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IN", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "H000685", "govtrack": 405538, "icpsr": 4489, "wikipedia": "Harold G. Hoffman", "house_history": 15132, "wikidata": "Q1585828", "google_entity_id": "kg:/m/0291dc"}, "name": {"first": "Harold", "middle": "Giles", "last": "Hoffman"}, "bio": {"birthday": "1896-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NJ", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000868", "govtrack": 405715, "icpsr": 4654, "wikipedia": "Robert B. Howell", "wikidata": "Q1771828", "google_entity_id": "kg:/m/09vry0"}, "name": {"first": "Robert", "middle": "Beecher", "last": "Howell"}, "bio": {"birthday": "1864-01-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "NE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1929-04-15", "end": "1933-12-31", "state": "NE", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000908", "govtrack": 405754, "icpsr": 4688, "wikipedia": "Grant M. Hudson", "house_history": 15406, "wikidata": "Q1543181", "google_entity_id": "kg:/m/02887zb"}, "name": {"first": "Grant", "middle": "Martin", "last": "Hudson"}, "bio": {"birthday": "1868-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000910", "govtrack": 405756, "icpsr": 4690, "house_history": 15409, "wikipedia": "Claude Benton Hudspeth", "wikidata": "Q1096484", "google_entity_id": "kg:/m/043mst"}, "name": {"first": "Claude", "middle": "Benton", "last": "Hudspeth"}, "bio": {"birthday": "1877-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "H000924", "govtrack": 405769, "icpsr": 4702, "wikipedia": "James A. Hughes", "house_history": 15425, "wikidata": "Q1284586", "google_entity_id": "kg:/m/02vpvx8"}, "name": {"first": "James", "middle": "Anthony", "last": "Hughes"}, "bio": {"birthday": "1861-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WV", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WV", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WV", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WV", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WV", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WV", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WV", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "I000040", "govtrack": 405897, "icpsr": 4825, "wikipedia": "Edward M. Irwin", "house_history": 15666, "wikidata": "Q5344267", "google_entity_id": "kg:/m/02rk9f2"}, "name": {"first": "Edward", "middle": "Michael", "last": "Irwin"}, "bio": {"birthday": "1869-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "J000050", "govtrack": 405955, "icpsr": 4884, "wikipedia": "Hinton James (representative)", "house_history": 15752, "wikidata": "Q1539946", "google_entity_id": "kg:/m/04f9p_"}, "name": {"first": "Hinton", "last": "James"}, "bio": {"birthday": "1884-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "J000130", "govtrack": 406029, "icpsr": 4953, "wikipedia": "Fred Gustus Johnson", "house_history": 15856, "wikidata": "Q1452317", "google_entity_id": "kg:/m/09y3d6"}, "name": {"first": "Fred", "middle": "Gustus", "last": "Johnson"}, "bio": {"gender": "M", "birthday": "1876-10-16"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NE", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "J000197", "govtrack": 406092, "icpsr": 5011, "wikipedia": "Rowland Louis Johnston", "house_history": 15945, "wikidata": "Q2170685", "google_entity_id": "kg:/m/02rz82_"}, "name": {"first": "Rowland", "middle": "Louis", "last": "Johnston"}, "bio": {"birthday": "1872-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "J000205", "govtrack": 406100, "icpsr": 5018, "wikipedia": "Charles A. Jonas", "house_history": 15954, "wikidata": "Q1063475", "google_entity_id": "kg:/m/02vn_py"}, "name": {"first": "Charles", "middle": "Andrew", "last": "Jonas"}, "bio": {"gender": "M", "birthday": "1876-08-14"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NC", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "K000024", "govtrack": 406195, "icpsr": 5105, "wikipedia": "Will Kirk Kaynor", "house_history": 16106, "wikidata": "Q1761538", "google_entity_id": "kg:/m/0bwfwk"}, "name": {"first": "William", "middle": "Kirk", "last": "Kaynor"}, "bio": {"birthday": "1884-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "K000026", "govtrack": 406197, "icpsr": 5106, "wikipedia": "Hamilton Fish Kean", "wikidata": "Q5644946", "google_entity_id": "kg:/m/098pst"}, "name": {"first": "Hamilton", "middle": "Fish", "last": "Kean"}, "bio": {"birthday": "1862-02-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "NJ", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "K000033", "govtrack": 406203, "icpsr": 5113, "wikipedia": "Charles Cyrus Kearns", "house_history": 16117, "wikidata": "Q5076616", "google_entity_id": "kg:/m/02ps85w"}, "name": {"first": "Charles", "middle": "Cyrus", "last": "Kearns"}, "bio": {"birthday": "1869-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "K000091", "govtrack": 406259, "icpsr": 5165, "wikipedia": "Elva R. Kendall", "house_history": 16192, "wikidata": "Q1334176", "google_entity_id": "kg:/m/02rhfz6"}, "name": {"first": "Elva", "middle": "Roscoe", "last": "Kendall"}, "bio": {"birthday": "1893-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "K000098", "govtrack": 406266, "icpsr": 5172, "wikipedia": "John B. Kendrick", "wikidata": "Q437232", "google_entity_id": "kg:/m/0681w6"}, "name": {"first": "John", "middle": "Benjamin", "last": "Kendrick"}, "bio": {"birthday": "1857-09-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "WY", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "WY", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1929-04-15", "end": "1933-11-03", "state": "WY", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000167", "govtrack": 406331, "icpsr": 5232, "wikipedia": "Charles Edward Kiefner", "house_history": 16286, "wikidata": "Q748009", "google_entity_id": "kg:/m/02vn_2p"}, "name": {"first": "Charles", "middle": "Edward", "last": "Kiefner"}, "bio": {"birthday": "1869-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "K000168", "govtrack": 406332, "icpsr": 5233, "wikipedia": "Edgar Raymond Kiess", "house_history": 16287, "wikidata": "Q5337435", "google_entity_id": "kg:/m/0fmzss"}, "name": {"first": "Edgar", "middle": "Raymond", "last": "Kiess"}, "bio": {"birthday": "1875-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "K000187", "govtrack": 406349, "icpsr": 5249, "wikipedia": "David Hayes Kincheloe", "house_history": 16311, "wikidata": "Q1174694", "google_entity_id": "kg:/m/02rhf2c"}, "name": {"first": "David", "middle": "Hayes", "last": "Kincheloe"}, "bio": {"birthday": "1877-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000317", "govtrack": 406471, "icpsr": 5361, "wikipedia": "Franklin F. Korell", "house_history": 16480, "wikidata": "Q1445223", "google_entity_id": "kg:/m/02rkz5_"}, "name": {"first": "Franklin", "middle": "Frederick", "last": "Korell"}, "bio": {"birthday": "1889-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OR", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "K000349", "govtrack": 406502, "icpsr": 5383, "wikipedia": "Ole J. Kvale", "house_history": 16524, "wikidata": "Q775249", "google_entity_id": "kg:/m/0dhtvm"}, "name": {"first": "Ole", "middle": "Juulson", "last": "Kvale"}, "bio": {"birthday": "1869-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MN", "district": 7, "party": "Farmer-Labor"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MN", "district": 7, "party": "Farmer-Labor"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MN", "district": 7, "party": "Farmer-Labor"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MN", "district": 7, "party": "Farmer-Labor"}]}, {"id": {"bioguide": "L000041", "govtrack": 406551, "icpsr": 5426, "wikipedia": "Florian Lampert", "house_history": 16632, "wikidata": "Q1429794", "google_entity_id": "kg:/m/0271cbs"}, "name": {"first": "Florian", "last": "Lampert"}, "bio": {"birthday": "1863-07-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "L000073", "govtrack": 406582, "icpsr": 5455, "house_history": 16680, "wikipedia": "Katherine G. Langley", "wikidata": "Q1736243", "google_entity_id": "kg:/m/0g9f_h"}, "name": {"first": "Katherine", "middle": "Gudger", "last": "Langley"}, "bio": {"birthday": "1888-02-14", "gender": "F"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KY", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KY", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "L000181", "govtrack": 406683, "icpsr": 5545, "wikipedia": "Elmer O. Leatherwood", "house_history": 16823, "wikidata": "Q1332958", "google_entity_id": "kg:/m/02rm402"}, "name": {"first": "Elmer", "middle": "O.", "last": "Leatherwood"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "UT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "UT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "UT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "UT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "UT", "district": 2, "party": "Republican"}], "bio": {"birthday": "1872-09-04", "gender": "M"}}, {"id": {"bioguide": "L000203", "govtrack": 406706, "icpsr": 5567, "wikipedia": "Robert Quincy Lee", "house_history": 16848, "wikidata": "Q2158544", "google_entity_id": "kg:/m/03c2z__"}, "name": {"first": "Robert", "middle": "Quincy", "last": "Lee"}, "bio": {"birthday": "1869-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "L000258", "govtrack": 406761, "icpsr": 5623, "wikipedia": "F. Dickinson Letts", "house_history": 16914, "wikidata": "Q1386321", "google_entity_id": "kg:/m/02rk7cs"}, "name": {"first": "Fred", "middle": "Dickinson", "last": "Letts"}, "bio": {"birthday": "1875-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000201", "govtrack": 407221, "icpsr": 6041, "wikipedia": "Whitmell P. Martin", "house_history": 17570, "wikidata": "Q2567165", "google_entity_id": "kg:/m/02rv9cf"}, "name": {"first": "Whitmell", "middle": "Pugh", "last": "Martin"}, "bio": {"birthday": "1867-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "LA", "district": 3, "party": "Progressive"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "LA", "district": 3, "party": "Progressive"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "LA", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000341", "govtrack": 407350, "icpsr": 6160, "wikipedia": "Augustus McCloskey", "house_history": 17749, "wikidata": "Q770519", "google_entity_id": "kg:/m/03c2zzm"}, "name": {"first": "Augustus", "last": "McCloskey"}, "bio": {"birthday": "1878-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "M000372", "govtrack": 407377, "icpsr": 6184, "wikipedia": "Ruth Hanna McCormick", "house_history": 17791, "wikidata": "Q2177707", "google_entity_id": "kg:/m/05y6b0"}, "name": {"first": "Ruth", "middle": "Hanna", "last": "McCormick"}, "bio": {"birthday": "1880-03-27", "gender": "F"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000392", "govtrack": 407393, "icpsr": 6203, "house_history": 17815, "wikipedia": "Roscoe C. McCulloch", "wikidata": "Q644584", "google_entity_id": "kg:/m/034_md"}, "name": {"first": "Roscoe", "middle": "Conkling", "last": "McCulloch"}, "bio": {"birthday": "1880-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "sen", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000640", "govtrack": 407626, "icpsr": 6413, "house_history": 18126, "wikipedia": "Franklin Menges", "wikidata": "Q5491683", "google_entity_id": "kg:/m/0ft3f6"}, "name": {"first": "Franklin", "last": "Menges"}, "bio": {"birthday": "1858-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "M000690", "govtrack": 407674, "icpsr": 6453, "wikipedia": "M. Alfred Michaelson", "house_history": 18190, "wikidata": "Q6712377", "google_entity_id": "kg:/m/02rkc0_"}, "name": {"first": "Magne", "middle": "Alfred", "last": "Michaelson"}, "bio": {"birthday": "1878-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000739", "govtrack": 407718, "icpsr": 6494, "wikipedia": "John Franklin Miller (representative)", "house_history": 18255, "wikidata": "Q1700121", "google_entity_id": "kg:/m/03ds8v"}, "name": {"first": "John", "middle": "Franklin", "last": "Miller"}, "bio": {"gender": "M", "birthday": "1862-06-09"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000915", "govtrack": 407887, "icpsr": 6649, "wikipedia": "R. Walton Moore", "house_history": 18480, "wikidata": "Q616124", "google_entity_id": "kg:/m/02x3_y6"}, "name": {"first": "Robert", "middle": "Walton", "last": "Moore"}, "bio": {"birthday": "1859-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "VA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000959", "govtrack": 407927, "icpsr": 6686, "wikipedia": "William M. Morgan (congressman)", "house_history": 18533, "wikidata": "Q8014915", "google_entity_id": "kg:/m/02rm3r4"}, "name": {"first": "William", "middle": "Mitchell", "last": "Morgan"}, "bio": {"birthday": "1870-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "N000067", "govtrack": 408155, "icpsr": 6895, "wikipedia": "J. Lincoln Newhall", "house_history": 18919, "wikidata": "Q1255769", "google_entity_id": "kg:/m/02rhhwt"}, "name": {"first": "Judson", "middle": "Lincoln", "last": "Newhall"}, "bio": {"birthday": "1870-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "N000079", "govtrack": 408166, "icpsr": 6907, "wikipedia": "Walter Newton", "house_history": 18932, "wikidata": "Q2545628", "google_entity_id": "kg:/m/0dxp3y"}, "name": {"first": "Walter", "middle": "Hughes", "last": "Newton"}, "bio": {"birthday": "1880-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "O000022", "govtrack": 408270, "icpsr": 7010, "wikipedia": "David J. O'Connell", "house_history": 19095, "wikidata": "Q1589909", "google_entity_id": "kg:/m/02rknnn"}, "name": {"first": "David", "middle": "Joseph", "last": "O'Connell"}, "bio": {"birthday": "1868-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "O000023", "govtrack": 408271, "icpsr": 7011, "wikipedia": "Jeremiah E. O'Connell", "house_history": 19097, "wikidata": "Q1687537", "google_entity_id": "kg:/m/02rhjm5"}, "name": {"first": "Jeremiah", "middle": "Edward", "last": "O'Connell"}, "bio": {"birthday": "1883-07-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "RI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "RI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "RI", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "O000027", "govtrack": 408275, "icpsr": 7015, "house_history": 19102, "wikipedia": "Charles O'Connor (politician)", "wikidata": "Q1065702", "google_entity_id": "kg:/m/04c7n3"}, "name": {"first": "Charles", "last": "O'Connor"}, "bio": {"gender": "M", "birthday": "1878-10-26"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OK", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "O000028", "govtrack": 408276, "icpsr": 7016, "house_history": 19103, "wikipedia": "James O'Connor (Louisiana politician)", "wikidata": "Q1680928", "google_entity_id": "kg:/m/0c3vyh"}, "name": {"first": "James", "last": "O'Connor"}, "bio": {"birthday": "1870-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "LA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "O000061", "govtrack": 408336, "icpsr": 7049, "house_history": 19144, "wikipedia": "Pearl Peden Oldfield", "wikidata": "Q1304191", "google_entity_id": "kg:/m/02820d8"}, "name": {"first": "Pearl", "middle": "Peden", "last": "Oldfield"}, "bio": {"birthday": "1876-12-02", "gender": "F"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AR", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000043", "govtrack": 408453, "icpsr": 7180, "wikipedia": "John William Palmer", "house_history": 19331, "wikidata": "Q1702172", "google_entity_id": "kg:/m/02rz7d9"}, "name": {"first": "John", "middle": "William", "last": "Palmer"}, "bio": {"gender": "M", "birthday": "1866-08-20"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "P000127", "govtrack": 408535, "icpsr": 7252, "wikipedia": "Roscoe C. Patterson", "house_history": 19434, "wikidata": "Q443914", "google_entity_id": "kg:/m/0cz5sb"}, "name": {"first": "Roscoe", "middle": "Conkling", "last": "Patterson"}, "bio": {"birthday": "1876-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "MO", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000447", "govtrack": 408836, "icpsr": 7540, "house_history": 19835, "wikipedia": "Stephen G. Porter", "wikidata": "Q7609273", "google_entity_id": "kg:/m/0ft35h"}, "name": {"first": "Stephen", "middle": "Geyer", "last": "Porter"}, "bio": {"birthday": "1869-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "P000544", "govtrack": 408928, "icpsr": 7630, "house_history": 19952, "wikipedia": "George M. Pritchard", "wikidata": "Q1507821", "google_entity_id": "kg:/m/0272rgq"}, "name": {"first": "George", "middle": "Moore", "last": "Pritchard"}, "bio": {"birthday": "1886-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NC", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "Q000008", "govtrack": 408971, "icpsr": 7669, "house_history": 20051, "wikipedia": "John Quayle", "wikidata": "Q1281964", "google_entity_id": "kg:/m/08k5d3"}, "name": {"first": "John", "middle": "Francis", "last": "Quayle"}, "bio": {"birthday": "1868-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "R000021", "govtrack": 409003, "icpsr": 7698, "wikipedia": "Frank M. Ramey", "house_history": 20100, "wikidata": "Q5488075", "google_entity_id": "kg:/m/02rk9jj"}, "name": {"first": "Frank", "middle": "Marion", "last": "Ramey"}, "bio": {"birthday": "1881-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "R000114", "govtrack": 409094, "icpsr": 7782, "wikipedia": "David A. Reed", "wikidata": "Q1173516", "google_entity_id": "kg:/m/08pj__"}, "name": {"first": "David", "middle": "Aiken", "last": "Reed"}, "bio": {"birthday": "1880-12-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1922-01-01", "end": "1929-03-03", "state": "PA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "PA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000294", "govtrack": 409267, "wikipedia": "Charles W. Roark", "house_history": 20449, "wikidata": "Q1066360", "google_entity_id": "kg:/m/02rhdlk"}, "name": {"first": "Charles", "middle": "Wickliffe", "last": "Roark"}, "bio": {"birthday": "1887-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KY", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "R000332", "govtrack": 409303, "icpsr": 7972, "wikipedia": "Arthur Raymond Robinson", "wikidata": "Q711095", "google_entity_id": "kg:/m/0cym_y"}, "name": {"first": "Arthur", "middle": "Raymond", "last": "Robinson"}, "bio": {"birthday": "1881-03-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1925-12-07", "end": "1929-03-03", "state": "IN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "IN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000474", "govtrack": 409435, "icpsr": 8090, "wikipedia": "Harry E. Rowbottom", "house_history": 20671, "wikidata": "Q1586462", "google_entity_id": "kg:/m/02rkg5q"}, "name": {"first": "Harry", "middle": "Emerson", "last": "Rowbottom"}, "bio": {"birthday": "1884-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000212", "govtrack": 409717, "icpsr": 8336, "wikipedia": "Willis G. Sears", "house_history": 21398, "wikidata": "Q1542678", "google_entity_id": "kg:/m/0b8brm"}, "name": {"first": "Willis", "middle": "Gratz", "last": "Sears"}, "bio": {"birthday": "1860-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NE", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000278", "govtrack": 409777, "icpsr": 8393, "wikipedia": "Joseph Crockett Shaffer", "house_history": 21481, "wikidata": "Q1706800", "google_entity_id": "kg:/m/03c2_br"}, "name": {"first": "Joseph", "middle": "Crockett", "last": "Shaffer"}, "bio": {"birthday": "1880-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "VA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000420", "govtrack": 409914, "icpsr": 8519, "wikipedia": "Albert G. Simms", "house_history": 21660, "wikidata": "Q2637990", "google_entity_id": "kg:/m/02ptyj9"}, "name": {"first": "Albert", "middle": "Gallatin", "last": "Simms"}, "bio": {"birthday": "1882-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NM", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000491", "govtrack": 409979, "icpsr": 8579, "wikipedia": "Charles Henry Sloan", "house_history": 21751, "wikidata": "Q1064821", "google_entity_id": "kg:/m/09zfdh"}, "name": {"first": "Charles", "middle": "Henry", "last": "Sloan"}, "bio": {"birthday": "1863-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NE", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000707", "govtrack": 410178, "icpsr": 8770, "wikipedia": "John C. Speaks", "house_history": 22011, "wikidata": "Q6224627", "google_entity_id": "kg:/m/02rm1kb"}, "name": {"first": "John", "middle": "Charles", "last": "Speaks"}, "bio": {"birthday": "1859-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "S000708", "govtrack": 410179, "icpsr": 8771, "wikipedia": "James Z. Spearing", "house_history": 22012, "wikidata": "Q1681331", "google_entity_id": "kg:/m/02rv9br"}, "name": {"first": "James", "middle": "Zacharie", "last": "Spearing"}, "bio": {"birthday": "1864-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "LA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000758", "govtrack": 410225, "icpsr": 8816, "wikipedia": "Elliott W. Sproul", "house_history": 22074, "wikidata": "Q4476074", "google_entity_id": "kg:/m/02rkyxq"}, "name": {"first": "Elliott", "middle": "Wilford", "last": "Sproul"}, "bio": {"birthday": "1856-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000759", "govtrack": 410226, "icpsr": 8817, "wikipedia": "William H. Sproul", "house_history": 22075, "wikidata": "Q2579093", "google_entity_id": "kg:/m/02rmb5s"}, "name": {"first": "William", "middle": "Henry", "last": "Sproul"}, "bio": {"gender": "M", "birthday": "1867-10-14"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KS", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000827", "govtrack": 410291, "icpsr": 8864, "wikipedia": "Charles Manly Stedman", "house_history": 22163, "wikidata": "Q1065436", "google_entity_id": "kg:/m/02pn6q8"}, "name": {"first": "Charles", "middle": "Manly", "last": "Stedman"}, "bio": {"birthday": "1841-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000835", "govtrack": 410299, "icpsr": 8872, "wikipedia": "Leslie Jasper Steele", "house_history": 22173, "wikidata": "Q1820799", "google_entity_id": "kg:/m/0270qf5"}, "name": {"first": "Leslie", "middle": "Jasper", "last": "Steele"}, "bio": {"birthday": "1868-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000857", "govtrack": 410320, "icpsr": 8888, "house_history": 22199, "wikipedia": "Hubert D. Stephens", "wikidata": "Q1633109", "google_entity_id": "kg:/m/03q87y"}, "name": {"first": "Hubert", "middle": "Durrett", "last": "Stephens"}, "bio": {"birthday": "1875-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "MS", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "MS", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000931", "govtrack": 410390, "icpsr": 8956, "wikipedia": "George R. Stobbs", "house_history": 22289, "wikidata": "Q1508121", "google_entity_id": "kg:/m/0bwhhf"}, "name": {"first": "George", "middle": "Russell", "last": "Stobbs"}, "bio": {"birthday": "1877-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000964", "govtrack": 410423, "icpsr": 8985, "wikipedia": "Ulysses S. Stone", "house_history": 22332, "wikidata": "Q2477969", "google_entity_id": "kg:/m/02rr6_7"}, "name": {"first": "Ulysses", "middle": "Stevens", "last": "Stone"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OK", "district": 5, "party": "Republican"}], "bio": {"birthday": "1878-12-17", "gender": "M"}}, {"id": {"bioguide": "S001060", "govtrack": 410514, "icpsr": 9074, "wikipedia": "Patrick Joseph Sullivan", "wikidata": "Q2057723", "google_entity_id": "kg:/m/08qjsn"}, "name": {"first": "Patrick", "middle": "Joseph", "last": "Sullivan"}, "bio": {"gender": "M", "birthday": "1865-03-17"}, "terms": [{"type": "sen", "start": "1929-12-05", "end": "1930-11-20", "state": "WY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S001079", "govtrack": 410532, "wikipedia": "Daniel Sutherland", "house_history": 22473, "wikidata": "Q1162848", "google_entity_id": "kg:/m/05mgnm"}, "name": {"first": "Daniel", "middle": "Alexander", "last": "Sutherland"}, "bio": {"birthday": "1869-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AK", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "S001094", "govtrack": 410547, "icpsr": 9106, "wikipedia": "Claude A. Swanson", "house_history": 22491, "wikidata": "Q658506", "google_entity_id": "kg:/m/03fcxm"}, "name": {"first": "Claude", "middle": "Augustus", "last": "Swanson"}, "bio": {"birthday": "1862-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1910-01-01", "end": "1917-03-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1929-04-15", "end": "1933-12-31", "state": "VA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000194", "govtrack": 410773, "icpsr": 9316, "wikipedia": "Charles J. Thompson", "house_history": 22872, "wikidata": "Q5079390", "google_entity_id": "kg:/m/02rl_60"}, "name": {"first": "Charles", "middle": "James", "last": "Thompson"}, "bio": {"birthday": "1862-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000023", "govtrack": 411202, "icpsr": 9715, "wikipedia": "J. Mayhew Wainwright", "house_history": 23246, "wikidata": "Q6106491", "google_entity_id": "kg:/m/02rkzcv"}, "name": {"first": "Jonathan", "middle": "Mayhew", "last": "Wainwright"}, "bio": {"birthday": "1864-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "W000032", "govtrack": 411211, "icpsr": 9724, "wikipedia": "Frederic C. Walcott", "wikidata": "Q1440568", "google_entity_id": "kg:/m/0bhs5m"}, "name": {"first": "Frederic", "middle": "Collin", "last": "Walcott"}, "bio": {"birthday": "1869-02-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "CT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000063", "govtrack": 411242, "icpsr": 9751, "wikipedia": "Lewis L. Walker", "house_history": 23291, "wikidata": "Q1724709", "google_entity_id": "kg:/m/02rjx1f"}, "name": {"first": "Lewis", "middle": "Leavell", "last": "Walker"}, "bio": {"birthday": "1873-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "W000196", "govtrack": 411367, "icpsr": 9869, "wikipedia": "Laurence Hawley Watres", "house_history": 23448, "wikidata": "Q6500642", "google_entity_id": "kg:/m/0fngm7"}, "name": {"first": "Laurence", "middle": "Hawley", "last": "Watres"}, "bio": {"birthday": "1882-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "W000277", "govtrack": 411442, "icpsr": 9937, "wikipedia": "Royal Hurlburt Weller", "house_history": 23551, "wikidata": "Q7374317", "google_entity_id": "kg:/m/02qlnsh"}, "name": {"first": "Royal", "middle": "Hurlburt", "last": "Weller"}, "bio": {"birthday": "1881-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "W000400", "govtrack": 411560, "icpsr": 10051, "wikipedia": "Joseph Whitehead (Congressman)", "house_history": 23690, "wikidata": "Q1317050", "google_entity_id": "kg:/m/03csqcp"}, "name": {"first": "Joseph", "last": "Whitehead"}, "bio": {"birthday": "1867-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "VA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000542", "govtrack": 411698, "icpsr": 10184, "wikipedia": "Thomas Sutler Williams", "house_history": 23858, "wikidata": "Q7794286", "google_entity_id": "kg:/m/02rl16y"}, "name": {"first": "Thomas", "middle": "Sutler", "last": "Williams"}, "bio": {"birthday": "1872-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "W000635", "govtrack": 411789, "icpsr": 10274, "wikipedia": "Otis Wingo", "house_history": 23971, "wikidata": "Q2037052", "google_entity_id": "kg:/m/02rjxt4"}, "name": {"first": "Otis", "middle": "Theodore", "last": "Wingo"}, "bio": {"birthday": "1877-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AR", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000684", "govtrack": 411836, "icpsr": 10315, "wikipedia": "John M. Wolverton", "house_history": 24031, "wikidata": "Q1288108", "google_entity_id": "kg:/m/03c2_p6"}, "name": {"first": "John", "middle": "Marshall", "last": "Wolverton"}, "bio": {"birthday": "1872-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WV", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WV", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "Z000007", "govtrack": 412000, "icpsr": 10467, "wikipedia": "Frederick Nicholas Zihlman", "house_history": 21119, "wikidata": "Q2514458", "google_entity_id": "kg:/m/0dz63v"}, "name": {"first": "Frederick", "middle": "Nicholas", "last": "Zihlman"}, "bio": {"birthday": "1879-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MD", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000146", "govtrack": 402295, "icpsr": 1503, "wikipedia": "Robert D. Carey", "wikidata": "Q436936", "google_entity_id": "kg:/m/089ynt"}, "name": {"first": "Robert", "middle": "Davis", "last": "Carey"}, "bio": {"birthday": "1878-08-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1930-12-01", "end": "1931-03-03", "state": "WY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "WY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M001002", "govtrack": 407970, "icpsr": 6727, "wikipedia": "Dwight Morrow", "wikidata": "Q2665468", "google_entity_id": "kg:/m/03rzyy"}, "name": {"first": "Dwight", "middle": "Whitney", "last": "Morrow"}, "bio": {"birthday": "1873-01-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1930-01-01", "end": "1931-03-03", "state": "NJ", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000091", "govtrack": 408501, "icpsr": 7223, "wikipedia": "Frank C. Partridge", "wikidata": "Q1443044", "google_entity_id": "kg:/m/0cw2_6"}, "name": {"first": "Frank", "middle": "Charles", "last": "Partridge"}, "bio": {"birthday": "1861-05-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1930-01-01", "end": "1931-12-31", "state": "VT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000550", "govtrack": 411706, "icpsr": 10192, "wikipedia": "Ben M. Williamson", "wikidata": "Q816552", "google_entity_id": "kg:/m/0b3cf8"}, "name": {"first": "Ben", "middle": "Mitchell", "last": "Williamson"}, "bio": {"birthday": "1864-10-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1930-01-01", "end": "1931-03-03", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000021", "govtrack": 400683, "icpsr": 16, "wikipedia": "Ernest Robinson Ackerman", "house_history": 8281, "wikidata": "Q1356495", "google_entity_id": "kg:/m/02ryq4l"}, "name": {"first": "Ernest", "middle": "Robinson", "last": "Ackerman"}, "bio": {"birthday": "1863-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NJ", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "A000057", "govtrack": 400717, "icpsr": 48, "wikipedia": "Charles Adkins (politician)", "house_history": 8335, "wikidata": "Q5074986", "google_entity_id": "kg:/m/02rk922"}, "name": {"first": "Charles", "last": "Adkins"}, "bio": {"gender": "M", "birthday": "1863-02-07"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "A000084", "govtrack": 400743, "icpsr": 72, "wikipedia": "Richard S. Aldrich", "house_history": 8377, "wikidata": "Q1464195", "google_entity_id": "kg:/m/02rjyfs"}, "name": {"first": "Richard", "middle": "Steere", "last": "Aldrich"}, "bio": {"birthday": "1884-02-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "RI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000131", "govtrack": 400787, "icpsr": 114, "wikipedia": "John Clayton Allen", "house_history": 8443, "wikidata": "Q6226301", "google_entity_id": "kg:/m/03c7jqz"}, "name": {"first": "John", "middle": "Clayton", "last": "Allen"}, "bio": {"birthday": "1860-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "A000277", "govtrack": 400917, "icpsr": 228, "wikipedia": "Samuel S. Arentz", "house_history": 8650, "wikidata": "Q225580", "google_entity_id": "kg:/m/02730nt"}, "name": {"first": "Samuel", "middle": "Shaw", "last": "Arentz", "nickname": "Ulysses"}, "bio": {"birthday": "1879-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NV", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NV", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NV", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NV", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NV", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "A000321", "govtrack": 400969, "icpsr": 276, "house_history": 8703, "wikipedia": "James Benjamin Aswell", "wikidata": "Q1680029", "google_entity_id": "kg:/m/0ds83b"}, "name": {"first": "James", "middle": "Benjamin", "last": "Aswell"}, "bio": {"birthday": "1869-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "LA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "B000012", "govtrack": 401018, "icpsr": 321, "house_history": 8787, "wikipedia": "Carl G. Bachmann", "wikidata": "Q1038201", "google_entity_id": "kg:/m/04j_wz"}, "name": {"first": "Carl", "middle": "George", "last": "Bachmann"}, "bio": {"birthday": "1890-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WV", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000082", "govtrack": 401084, "icpsr": 378, "wikipedia": "Howard M. Baldrige", "house_history": 8880, "wikidata": "Q1149500", "google_entity_id": "kg:/m/026k8w6"}, "name": {"first": "Howard", "middle": "Malcolm", "last": "Baldrige"}, "bio": {"birthday": "1894-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NE", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000126", "govtrack": 401127, "icpsr": 419, "wikipedia": "Henry E. Barbour", "house_history": 8932, "wikidata": "Q1347832", "google_entity_id": "kg:/m/02rhhcl"}, "name": {"first": "Henry", "middle": "Ellsworth", "last": "Barbour"}, "bio": {"birthday": "1877-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B000217", "govtrack": 401214, "icpsr": 499, "wikipedia": "William Edward Barton", "house_history": 9054, "wikidata": "Q2578606", "google_entity_id": "kg:/m/02rz8hc"}, "name": {"first": "William", "middle": "Edward", "last": "Barton"}, "bio": {"birthday": "1868-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "B000312", "govtrack": 401304, "icpsr": 581, "house_history": 9179, "wikipedia": "Edward M. Beers", "wikidata": "Q5344247", "google_entity_id": "kg:/m/0flfwx"}, "name": {"first": "Edward", "middle": "McMath", "last": "Beers"}, "bio": {"birthday": "1877-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "B000442", "govtrack": 401428, "icpsr": 694, "house_history": 9347, "wikipedia": "Joseph Franklin Biddle", "wikidata": "Q6283213", "google_entity_id": "kg:/m/0flfln"}, "name": {"first": "Joseph", "middle": "Franklin", "last": "Biddle"}, "bio": {"birthday": "1871-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "B000596", "govtrack": 401564, "icpsr": 826, "wikipedia": "Frank P. Bohn", "house_history": 9549, "wikidata": "Q1443914", "google_entity_id": "kg:/m/041bs5"}, "name": {"first": "Frank", "middle": "Probasco", "last": "Bohn"}, "bio": {"birthday": "1866-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MI", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "B000766", "govtrack": 401725, "icpsr": 975, "wikipedia": "Charles Brand (congressman)", "house_history": 9767, "wikidata": "Q5075745", "google_entity_id": "kg:/m/02rm4k8"}, "name": {"first": "Charles", "last": "Brand"}, "bio": {"birthday": "1871-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B000774", "govtrack": 401733, "icpsr": 982, "wikipedia": "Sam G. Bratton", "wikidata": "Q2216466", "google_entity_id": "kg:/m/09sxd2"}, "name": {"first": "Sam", "middle": "Gilbert", "last": "Bratton"}, "bio": {"birthday": "1888-08-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "NM", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1931-12-07", "end": "1933-12-31", "state": "NM", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B001075", "govtrack": 402021, "icpsr": 1251, "wikipedia": "Clark Burdick", "house_history": 10161, "wikidata": "Q1095683", "google_entity_id": "kg:/m/02rhds1"}, "name": {"first": "Clark", "last": "Burdick"}, "bio": {"birthday": "1868-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "RI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001146", "govtrack": 402089, "icpsr": 1314, "wikipedia": "Olger B. Burtness", "house_history": 10250, "wikidata": "Q1248612", "google_entity_id": "kg:/m/02rjxlm"}, "name": {"first": "Olger", "middle": "Burton", "last": "Burtness"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "ND", "district": 1, "party": "Republican"}], "bio": {"birthday": "1884-03-14", "gender": "M"}}, {"id": {"bioguide": "B001187", "govtrack": 402129, "icpsr": 1347, "wikipedia": "Robert R. Butler", "house_history": 10303, "wikidata": "Q1499394", "google_entity_id": "kg:/m/02rk_03"}, "name": {"first": "Robert", "middle": "Reyburn", "last": "Butler"}, "bio": {"birthday": "1881-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OR", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000007", "govtrack": 402169, "icpsr": 1382, "wikipedia": "John L. Cable", "house_history": 10451, "wikidata": "Q6243559", "google_entity_id": "kg:/m/02rm1s7"}, "name": {"first": "John", "middle": "Levi", "last": "Cable"}, "bio": {"birthday": "1884-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "C000081", "govtrack": 402237, "icpsr": 1446, "wikipedia": "Ed H. Campbell", "house_history": 10547, "wikidata": "Q1282357", "google_entity_id": "kg:/m/02rk7br"}, "name": {"first": "Ed", "middle": "Hoyt", "last": "Campbell"}, "bio": {"birthday": "1882-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "C000084", "govtrack": 402240, "icpsr": 1449, "house_history": 10551, "wikipedia": "Guy Edgar Campbell", "wikidata": "Q5622225", "google_entity_id": "kg:/m/0fshdl"}, "name": {"first": "Guy", "middle": "Edgar", "last": "Campbell"}, "bio": {"birthday": "1871-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 36, "party": "Republican"}]}, {"id": {"bioguide": "C000114", "govtrack": 402266, "icpsr": 1477, "wikipedia": "Harry C. Canfield", "house_history": 10589, "wikidata": "Q1586419", "google_entity_id": "kg:/m/02rkg50"}, "name": {"first": "Harry", "middle": "Clifford", "last": "Canfield"}, "bio": {"birthday": "1875-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000328", "govtrack": 402469, "icpsr": 1668, "wikipedia": "James Mitchell Chase", "house_history": 10862, "wikidata": "Q6139848", "google_entity_id": "kg:/m/0fqr4s"}, "name": {"first": "James", "middle": "Mitchell", "last": "Chase"}, "bio": {"birthday": "1891-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "C000361", "govtrack": 402500, "icpsr": 1698, "wikipedia": "Carl R. Chindblom", "house_history": 10906, "wikidata": "Q5607889", "google_entity_id": "kg:/m/02rk90q"}, "name": {"first": "Carl", "middle": "Richard", "last": "Chindblom"}, "bio": {"birthday": "1870-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "C000364", "govtrack": 402503, "icpsr": 1701, "wikipedia": "Burnett M. Chiperfield", "house_history": 10909, "wikidata": "Q4999688", "google_entity_id": "kg:/m/02rk8_p"}, "name": {"first": "Burnett", "middle": "Mitchell", "last": "Chiperfield"}, "bio": {"birthday": "1870-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "C000378", "govtrack": 402517, "icpsr": 1713, "wikipedia": "Victor Christgau", "house_history": 10927, "wikidata": "Q2522249", "google_entity_id": "kg:/m/0fq24t"}, "name": {"first": "Victor", "middle": "Laurence August", "last": "Christgau"}, "bio": {"birthday": "1894-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000384", "govtrack": 402523, "icpsr": 1718, "wikipedia": "Charles A. Christopherson", "house_history": 10934, "wikidata": "Q579210", "google_entity_id": "kg:/m/0f74wr"}, "name": {"first": "Charles", "middle": "Andrew", "last": "Christopherson"}, "bio": {"birthday": "1871-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "SD", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000401", "govtrack": 402540, "icpsr": 1734, "wikipedia": "Frank Clague", "house_history": 10954, "wikidata": "Q1443085", "google_entity_id": "kg:/m/0fqlcz"}, "name": {"first": "Frank", "last": "Clague"}, "bio": {"birthday": "1865-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000412", "govtrack": 402551, "icpsr": 1744, "wikipedia": "Robert H. Clancy", "house_history": 10968, "wikidata": "Q1676907", "google_entity_id": "kg:/m/0dd25n"}, "name": {"first": "Robert", "middle": "Henry", "last": "Clancy"}, "bio": {"birthday": "1882-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000608", "govtrack": 402737, "icpsr": 1922, "house_history": 11211, "wikipedia": "Cyrenus Cole", "wikidata": "Q1148489", "google_entity_id": "kg:/m/02rk78p"}, "name": {"first": "Cyrenus", "last": "Cole"}, "bio": {"birthday": "1863-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000630", "govtrack": 402759, "icpsr": 1942, "house_history": 11240, "wikipedia": "James Collier", "wikidata": "Q1681296", "google_entity_id": "kg:/m/066qvg"}, "name": {"first": "James", "middle": "William", "last": "Collier"}, "bio": {"birthday": "1872-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MS", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000652", "govtrack": 402780, "icpsr": 1958, "wikipedia": "Don B. Colton", "house_history": 11270, "wikidata": "Q1145987", "google_entity_id": "kg:/m/02rm3_r"}, "name": {"first": "Don", "middle": "Byron", "last": "Colton"}, "bio": {"birthday": "1876-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "UT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000730", "govtrack": 402852, "icpsr": 2028, "wikipedia": "Edmund F. Cooke", "house_history": 11366, "wikidata": "Q5339447", "google_entity_id": "kg:/m/0gz46q"}, "name": {"first": "Edmund", "middle": "Francis", "last": "Cooke"}, "bio": {"birthday": "1885-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 41, "party": "Republican"}]}, {"id": {"bioguide": "C000740", "govtrack": 402861, "icpsr": 2035, "wikipedia": "Marcus A. Coolidge", "wikidata": "Q5611792", "google_entity_id": "kg:/m/0818hj"}, "name": {"first": "Marcus", "middle": "Allen", "last": "Coolidge"}, "bio": {"birthday": "1865-10-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "MA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000752", "govtrack": 402873, "icpsr": 2047, "wikipedia": "Henry Allen Cooper", "house_history": 11397, "wikidata": "Q517222", "google_entity_id": "kg:/m/02vrq3t"}, "name": {"first": "Henry", "middle": "Allen", "last": "Cooper"}, "bio": {"birthday": "1850-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WI", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000797", "govtrack": 402916, "icpsr": 2083, "wikipedia": "Edward P. Costigan", "wikidata": "Q1293207", "google_entity_id": "kg:/m/050f2l"}, "name": {"first": "Edward", "middle": "Prentiss", "last": "Costigan"}, "bio": {"birthday": "1874-07-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "CO", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000812", "govtrack": 402931, "icpsr": 2095, "wikipedia": "James J. Couzens", "wikidata": "Q1680610", "google_entity_id": "kg:/m/03l7fj"}, "name": {"first": "James", "last": "Couzens"}, "bio": {"birthday": "1872-08-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1922-11-29", "end": "1925-03-03", "state": "MI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "MI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1931-12-07", "end": "1936-10-22", "state": "MI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000844", "govtrack": 402961, "icpsr": 2123, "wikipedia": "William R. Coyle", "house_history": 11512, "wikidata": "Q8017203", "google_entity_id": "kg:/m/0fh2jg"}, "name": {"first": "William", "middle": "Radford", "last": "Coyle"}, "bio": {"birthday": "1878-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 30, "party": "Republican"}]}, {"id": {"bioguide": "C000864", "govtrack": 402979, "icpsr": 2140, "wikipedia": "Joe Crail", "house_history": 11536, "wikidata": "Q1691369", "google_entity_id": "kg:/m/0dl0km"}, "name": {"first": "Joe", "last": "Crail"}, "bio": {"birthday": "1877-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "C000909", "govtrack": 403021, "icpsr": 2178, "wikipedia": "Charles R. Crisp", "house_history": 11593, "wikidata": "Q1065832", "google_entity_id": "kg:/m/02rk0qn"}, "name": {"first": "Charles", "middle": "Robert", "last": "Crisp"}, "bio": {"birthday": "1870-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C001001", "govtrack": 403108, "icpsr": 2262, "wikipedia": "Charles F. Curry, Jr.", "house_history": 11704, "wikidata": "Q1064307", "google_entity_id": "kg:/m/02rl0mb"}, "name": {"first": "Charles", "middle": "Forrest", "last": "Curry", "suffix": "Jr."}, "bio": {"birthday": "1893-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000012", "govtrack": 403155, "icpsr": 2306, "wikipedia": "Frederick W. Dallinger", "house_history": 11847, "wikidata": "Q1453049", "google_entity_id": "kg:/m/0bvdz7"}, "name": {"first": "Frederick", "middle": "William", "last": "Dallinger"}, "bio": {"birthday": "1871-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "D000070", "govtrack": 403208, "icpsr": 2352, "wikipedia": "Frederick M. Davenport", "house_history": 11918, "wikidata": "Q1452956", "google_entity_id": "kg:/m/027vrdv"}, "name": {"first": "Frederick", "middle": "Morgan", "last": "Davenport"}, "bio": {"birthday": "1866-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 33, "party": "Republican"}]}, {"id": {"bioguide": "D000098", "govtrack": 403234, "icpsr": 2379, "wikipedia": "Ewin L. Davis", "house_history": 11951, "wikidata": "Q1383215", "google_entity_id": "kg:/m/0dpr08"}, "name": {"first": "Ewin", "middle": "Lamar", "last": "Davis"}, "bio": {"birthday": "1876-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "D000129", "govtrack": 403264, "icpsr": 2406, "house_history": 11993, "wikipedia": "Robert Lee Davis", "wikidata": "Q7346803", "google_entity_id": "kg:/m/0fn3jn"}, "name": {"first": "Robert", "middle": "Lee", "last": "Davis"}, "bio": {"birthday": "1893-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "D000323", "govtrack": 403443, "icpsr": 2575, "wikipedia": "Lester J. Dickinson", "house_history": 12229, "wikidata": "Q5621566", "google_entity_id": "kg:/m/0cvjjp"}, "name": {"first": "Lester", "middle": "Jesse", "last": "Dickinson"}, "bio": {"birthday": "1873-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000408", "govtrack": 403521, "icpsr": 2651, "house_history": 12339, "wikipedia": "Frederick H. Dominick", "wikidata": "Q1452893", "google_entity_id": "kg:/m/02qvl5g"}, "name": {"first": "Frederick", "middle": "Haskell", "last": "Dominick"}, "bio": {"birthday": "1877-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "SC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000455", "govtrack": 403565, "icpsr": 2690, "house_history": 12401, "wikipedia": "Lewis Williams Douglas", "wikidata": "Q444885", "google_entity_id": "kg:/m/091gn5"}, "name": {"first": "Lewis", "middle": "Williams", "last": "Douglas"}, "bio": {"birthday": "1894-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AZ", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "D000486", "govtrack": 403594, "icpsr": 2717, "wikipedia": "Herbert J. Drane", "house_history": 12440, "wikidata": "Q1608516", "google_entity_id": "kg:/m/02rhhjr"}, "name": {"first": "Herbert", "middle": "Jackson", "last": "Drane"}, "bio": {"birthday": "1863-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "FL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000591", "govtrack": 403694, "icpsr": 2807, "house_history": 12561, "wikipedia": "Leonidas C. Dyer", "wikidata": "Q1819430", "google_entity_id": "kg:/m/0cmpx6"}, "name": {"first": "Leonidas", "middle": "Carstarphen", "last": "Dyer"}, "bio": {"birthday": "1871-06-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "D000090", "govtrack": 403227, "wikipedia": "F\u00e9lix C\u00f3rdova D\u00e1vila", "wikidata": "Q1385359", "google_entity_id": "kg:/m/026540r"}, "name": {"first": "F\u00e9lix", "middle": "C\u00f3rdova", "last": "D\u00e1vila"}, "bio": {"birthday": "1878-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PR", "district": 0, "party": "Unionist"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PR", "district": 0, "party": "Unionist"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PR", "district": 0, "party": "Unionist"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PR", "district": 0, "party": "Unionist"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PR", "district": 0, "party": "Unionist"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PR", "district": 0, "party": "Unionist"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PR", "district": 0, "party": "Unionist"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PR", "district": 0, "party": "Unionist"}]}, {"id": {"bioguide": "E000027", "govtrack": 403722, "icpsr": 2831, "wikipedia": "William R. Eaton", "house_history": 12634, "wikidata": "Q958829", "google_entity_id": "kg:/m/02rj_xw"}, "name": {"first": "William", "middle": "Robb", "last": "Eaton"}, "bio": {"birthday": "1877-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CO", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "E000062", "govtrack": 403757, "icpsr": 2861, "wikipedia": "Charles Gordon Edwards", "house_history": 12676, "wikidata": "Q1064576", "google_entity_id": "kg:/m/026hxrf"}, "name": {"first": "Charles", "middle": "Gordon", "last": "Edwards"}, "bio": {"birthday": "1878-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "E000203", "govtrack": 403890, "icpsr": 2981, "house_history": 12851, "wikipedia": "Edmund Frederick Erk", "wikidata": "Q5339477", "google_entity_id": "kg:/m/0fsgjj"}, "name": {"first": "Edmund", "middle": "Frederick", "last": "Erk"}, "bio": {"birthday": "1872-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "E000216", "govtrack": 403902, "icpsr": 2989, "wikipedia": "Edward Everett Eslick", "house_history": 12868, "wikidata": "Q1292150", "google_entity_id": "kg:/m/0dqbsc"}, "name": {"first": "Edward", "middle": "Everett", "last": "Eslick"}, "bio": {"birthday": "1872-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "E000217", "govtrack": 403903, "icpsr": 2990, "wikipedia": "Willa McCord Blake Eslick", "house_history": 12870, "wikidata": "Q1664399", "google_entity_id": "kg:/m/02rk_5z"}, "name": {"first": "Willa", "middle": "McCord Blake", "last": "Eslick"}, "bio": {"birthday": "1878-09-08", "gender": "F"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "E000221", "govtrack": 403907, "icpsr": 2993, "house_history": 12875, "wikipedia": "Harry Allison Estep", "wikidata": "Q5666887", "google_entity_id": "kg:/m/0fslv5"}, "name": {"first": "Harry", "middle": "Allison", "last": "Estep"}, "bio": {"birthday": "1884-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 35, "party": "Republican"}]}, {"id": {"bioguide": "E000247", "govtrack": 403930, "icpsr": 3013, "house_history": 12905, "wikipedia": "John M. Evans", "wikidata": "Q1658292", "google_entity_id": "kg:/m/025tvf8"}, "name": {"first": "John", "middle": "Morgan", "last": "Evans"}, "bio": {"birthday": "1863-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000130", "govtrack": 404085, "icpsr": 3152, "wikipedia": "Charles Finley (politician)", "house_history": 13135, "wikidata": "Q1064356", "google_entity_id": "kg:/m/02qlh1k"}, "name": {"first": "Charles", "last": "Finley"}, "bio": {"birthday": "1865-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KY", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "F000143", "govtrack": 404098, "icpsr": 3163, "wikipedia": "John W. Fishburne", "house_history": 13151, "wikidata": "Q1702046", "google_entity_id": "kg:/m/0267dlv"}, "name": {"first": "John", "middle": "Wood", "last": "Fishburne"}, "bio": {"birthday": "1868-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "VA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "F000211", "govtrack": 404166, "icpsr": 3226, "house_history": 13235, "wikipedia": "Joel West Flood", "wikidata": "Q1691757", "google_entity_id": "kg:/m/03c4vbb"}, "name": {"first": "Joel", "middle": "West", "last": "Flood"}, "bio": {"birthday": "1894-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "VA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "F000359", "govtrack": 404306, "icpsr": 3352, "wikipedia": "Arthur M. Free", "house_history": 13424, "wikidata": "Q710500", "google_entity_id": "kg:/m/0dg_c1"}, "name": {"first": "Arthur", "middle": "Monroe", "last": "Free"}, "bio": {"birthday": "1879-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "F000366", "govtrack": 404312, "icpsr": 3359, "wikipedia": "Richard P. Freeman", "house_history": 13431, "wikidata": "Q2150330", "google_entity_id": "kg:/m/02rjydr"}, "name": {"first": "Richard", "middle": "Patrick", "last": "Freeman"}, "bio": {"birthday": "1869-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000375", "govtrack": 404320, "icpsr": 3367, "wikipedia": "Burton L. French", "house_history": 13444, "wikidata": "Q255721", "google_entity_id": "kg:/m/0d3hrg"}, "name": {"first": "Burton", "middle": "Lee", "last": "French"}, "bio": {"birthday": "1875-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "ID", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "ID", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "ID", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000400", "govtrack": 404342, "icpsr": 3387, "wikipedia": "James F. Fulbright", "house_history": 13475, "wikidata": "Q1680350", "google_entity_id": "kg:/m/02rz6v2"}, "name": {"first": "James", "middle": "Franklin", "last": "Fulbright"}, "bio": {"birthday": "1877-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "G000046", "govtrack": 404421, "icpsr": 3458, "wikipedia": "Milton C. Garber", "house_history": 13623, "wikidata": "Q1935867", "google_entity_id": "kg:/m/02rr6s0"}, "name": {"first": "Milton", "middle": "Cline", "last": "Garber"}, "bio": {"birthday": "1867-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OK", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OK", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OK", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OK", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OK", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "G000081", "govtrack": 404453, "icpsr": 3489, "wikipedia": "Daniel E. Garrett", "house_history": 13662, "wikidata": "Q1160503", "google_entity_id": "kg:/m/02vrph3"}, "name": {"first": "Daniel", "middle": "Edward", "last": "Garrett"}, "bio": {"birthday": "1869-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "G000177", "govtrack": 404543, "icpsr": 3577, "wikipedia": "Ralph Waldo Emerson Gilbert", "house_history": 13789, "wikidata": "Q2129817", "google_entity_id": "kg:/m/02rjy66"}, "name": {"first": "Ralph", "middle": "Waldo Emerson", "last": "Gilbert"}, "bio": {"birthday": "1882-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "G000193", "govtrack": 404558, "icpsr": 3591, "wikipedia": "Courtland C. Gillen", "house_history": 13809, "wikidata": "Q1137812", "google_entity_id": "kg:/m/02rkf6s"}, "name": {"first": "Courtland", "middle": "Craig", "last": "Gillen"}, "bio": {"birthday": "1880-07-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "G000259", "govtrack": 404621, "icpsr": 3650, "wikipedia": "Benjamin M. Golder", "house_history": 13889, "wikidata": "Q4888990", "google_entity_id": "kg:/m/0djx3l"}, "name": {"first": "Benjamin", "middle": "Martin", "last": "Golder"}, "bio": {"birthday": "1891-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "G000299", "govtrack": 404658, "icpsr": 3684, "house_history": 13943, "wikipedia": "Godfrey G. Goodwin", "wikidata": "Q1302074", "google_entity_id": "kg:/m/0fnp3p"}, "name": {"first": "Godfrey", "middle": "Gummer", "last": "Goodwin"}, "bio": {"birthday": "1873-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "G000323", "govtrack": 404681, "icpsr": 3706, "wikipedia": "Thomas Gore", "wikidata": "Q729137", "google_entity_id": "kg:/m/023w5x"}, "name": {"first": "Thomas", "middle": "Pryor", "last": "Gore"}, "bio": {"birthday": "1870-12-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1907-12-02", "end": "1909-03-03", "state": "OK", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "OK", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "OK", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "OK", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000354", "govtrack": 404709, "icpsr": 3732, "wikipedia": "George Scott Graham", "house_history": 14008, "wikidata": "Q5544374", "google_entity_id": "kg:/m/0dhkn6"}, "name": {"first": "George", "middle": "Scott", "last": "Graham"}, "bio": {"birthday": "1850-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000370", "govtrack": 404722, "icpsr": 3745, "wikipedia": "Peter C. Granata", "house_history": 14030, "wikidata": "Q7173130", "google_entity_id": "kg:/m/02rkc8k"}, "name": {"first": "Peter", "middle": "Charles", "last": "Granata"}, "bio": {"birthday": "1898-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "H000008", "govtrack": 404893, "icpsr": 3898, "wikipedia": "Lindley H. Hadley", "house_history": 14299, "wikidata": "Q1826240", "google_entity_id": "kg:/m/02rmmys"}, "name": {"first": "Lindley", "middle": "Hoag", "last": "Hadley"}, "bio": {"birthday": "1861-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000030", "govtrack": 404915, "icpsr": 3918, "wikipedia": "Fletcher Hale", "house_history": 14326, "wikidata": "Q1428163", "google_entity_id": "kg:/m/02psh2q"}, "name": {"first": "Fletcher", "last": "Hale"}, "bio": {"birthday": "1883-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000053", "govtrack": 404938, "icpsr": 3940, "wikipedia": "Homer W. Hall", "house_history": 14352, "wikidata": "Q8085847", "google_entity_id": "kg:/m/02rk9yl"}, "name": {"first": "Homer", "middle": "William", "last": "Hall"}, "bio": {"birthday": "1870-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "H000069", "govtrack": 404953, "icpsr": 3954, "wikipedia": "Robert S. Hall", "house_history": 14373, "wikidata": "Q2158684", "google_entity_id": "kg:/m/02rtn8g"}, "name": {"first": "Robert", "middle": "Samuel", "last": "Hall"}, "bio": {"birthday": "1879-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MS", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000071", "govtrack": 404955, "icpsr": 3955, "house_history": 14375, "wikipedia": "Thomas Hall (politician)", "wikidata": "Q1664202", "google_entity_id": "kg:/m/027nkpt"}, "name": {"first": "Thomas", "last": "Hall"}, "bio": {"birthday": "1869-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "ND", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "ND", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "ND", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "ND", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "ND", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000195", "govtrack": 405076, "icpsr": 4062, "wikipedia": "Guy U. Hardy", "house_history": 14528, "wikidata": "Q1557595", "google_entity_id": "kg:/m/02rhh2_"}, "name": {"first": "Guy", "middle": "Urban", "last": "Hardy"}, "bio": {"birthday": "1872-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CO", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000259", "govtrack": 405136, "icpsr": 4120, "wikipedia": "William J. Harris", "wikidata": "Q2579456", "google_entity_id": "kg:/m/0bbrng"}, "name": {"first": "William", "middle": "Julius", "last": "Harris"}, "bio": {"birthday": "1868-02-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000325", "govtrack": 405196, "icpsr": 4177, "wikipedia": "Daniel O. Hastings", "wikidata": "Q1161926", "google_entity_id": "kg:/m/07ntm4"}, "name": {"first": "Daniel", "middle": "Oren", "last": "Hastings"}, "bio": {"birthday": "1874-03-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1928-01-01", "end": "1931-03-03", "state": "DE", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "DE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000350", "govtrack": 405219, "icpsr": 4195, "wikipedia": "Gilbert N. Haugen", "house_history": 14714, "wikidata": "Q1524034", "google_entity_id": "kg:/m/02rk7hx"}, "name": {"first": "Gilbert", "middle": "Nelson", "last": "Haugen"}, "bio": {"birthday": "1859-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000379", "govtrack": 405247, "icpsr": 4222, "house_history": 14749, "wikipedia": "Willis C. Hawley", "wikidata": "Q447572", "google_entity_id": "kg:/m/023vnt"}, "name": {"first": "Willis", "middle": "Chatman", "last": "Hawley"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OR", "district": 1, "party": "Republican"}], "bio": {"birthday": "1864-05-05", "gender": "M"}}, {"id": {"bioguide": "H000669", "govtrack": 405523, "icpsr": 4476, "wikipedia": "Homer Hoch", "house_history": 15112, "wikidata": "Q113450", "google_entity_id": "kg:/m/02rm9j3"}, "name": {"first": "Homer", "last": "Hoch"}, "bio": {"birthday": "1879-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KS", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000702", "govtrack": 405555, "icpsr": 4505, "wikipedia": "David Hogg", "house_history": 15151, "wikidata": "Q1174748", "google_entity_id": "kg:/m/02rkfdm"}, "name": {"first": "David", "last": "Hogg"}, "bio": {"birthday": "1886-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IN", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IN", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IN", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IN", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "H000704", "govtrack": 405557, "icpsr": 4507, "wikipedia": "Robert Lynn Hogg", "house_history": 15153, "wikidata": "Q2158120", "google_entity_id": "kg:/m/03c0tt1"}, "name": {"first": "Robert", "middle": "Lynn", "last": "Hogg"}, "bio": {"birthday": "1893-12-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WV", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000708", "govtrack": 405561, "icpsr": 4510, "wikipedia": "William P. Holaday", "house_history": 15159, "wikidata": "Q8016470", "google_entity_id": "kg:/m/02rkdkt"}, "name": {"first": "William", "middle": "Perry", "last": "Holaday"}, "bio": {"birthday": "1882-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "H000772", "govtrack": 405622, "icpsr": 4566, "house_history": 15241, "wikipedia": "David W. Hopkins", "wikidata": "Q180501", "google_entity_id": "kg:/m/09j05g"}, "name": {"first": "David", "middle": "William", "last": "Hopkins"}, "bio": {"birthday": "1897-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000793", "govtrack": 405642, "icpsr": 4584, "house_history": 15265, "wikipedia": "Ralph Horr", "wikidata": "Q2129651", "google_entity_id": "kg:/m/03ds7f"}, "name": {"first": "Ralph", "middle": "Ashley", "last": "Horr"}, "bio": {"birthday": "1884-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000826", "govtrack": 405673, "icpsr": 4614, "house_history": 15305, "wikipedia": "Robert G. Houston", "wikidata": "Q2157201", "google_entity_id": "kg:/m/0fsl5p"}, "name": {"first": "Robert", "middle": "Griffith", "last": "Houston"}, "bio": {"birthday": "1867-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "H000828", "govtrack": 405675, "wikipedia": "Victor S. K. Houston", "house_history": 15308, "wikidata": "Q1316713", "google_entity_id": "kg:/m/03njqc"}, "name": {"first": "Victor", "middle": "Stewart Kaleoaloha", "last": "Houston"}, "bio": {"birthday": "1876-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "HI", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "H000940", "govtrack": 405785, "icpsr": 4717, "wikipedia": "Cordell Hull", "house_history": 15445, "wikidata": "Q202979", "google_entity_id": "kg:/m/01nlbq"}, "name": {"first": "Cordell", "last": "Hull"}, "bio": {"birthday": "1871-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "sen", "start": "1931-12-07", "end": "1933-12-31", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000944", "govtrack": 405789, "icpsr": 4721, "wikipedia": "Morton D. Hull", "house_history": 15450, "wikidata": "Q4264973", "google_entity_id": "kg:/m/02rkc3r"}, "name": {"first": "Morton", "middle": "Denison", "last": "Hull"}, "bio": {"birthday": "1867-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000946", "govtrack": 405791, "icpsr": 4723, "wikipedia": "William E. Hull", "house_history": 15452, "wikidata": "Q8008255", "google_entity_id": "kg:/m/02rkdbl"}, "name": {"first": "William", "middle": "Edgar", "last": "Hull"}, "bio": {"birthday": "1866-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "I000003", "govtrack": 405865, "icpsr": 4792, "wikipedia": "James T. Igoe", "house_history": 15621, "wikidata": "Q6143935", "google_entity_id": "kg:/m/0cznb7"}, "name": {"first": "James", "middle": "Thomas", "last": "Igoe"}, "bio": {"birthday": "1883-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "J000114", "govtrack": 406015, "icpsr": 4939, "wikipedia": "Albert Johnson (congressman)", "house_history": 15836, "wikidata": "Q477245", "google_entity_id": "kg:/m/02rqbw5"}, "name": {"first": "Albert", "last": "Johnson"}, "bio": {"birthday": "1869-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "J000171", "govtrack": 406068, "icpsr": 4989, "wikipedia": "Robert Davis Johnson", "house_history": 15910, "wikidata": "Q1769095", "google_entity_id": "kg:/m/02rz7zj"}, "name": {"first": "Robert", "middle": "Davis", "last": "Johnson"}, "bio": {"gender": "M", "birthday": "1883-08-12"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "J000173", "govtrack": 406070, "icpsr": 4991, "wikipedia": "Royal C. Johnson", "house_history": 15914, "wikidata": "Q1740321", "google_entity_id": "kg:/m/0f8q3y"}, "name": {"first": "Royal", "middle": "Cleaves", "last": "Johnson"}, "bio": {"birthday": "1882-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "SD", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "J000181", "govtrack": 406076, "icpsr": 4997, "wikipedia": "William Richard Johnson", "house_history": 15925, "wikidata": "Q7216181", "google_entity_id": "kg:/m/02rkdlh"}, "name": {"first": "William", "middle": "Richard", "last": "Johnson"}, "bio": {"birthday": "1875-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "K000001", "govtrack": 406175, "icpsr": 5088, "wikipedia": "Charles A. Kading", "house_history": 16073, "wikidata": "Q177159", "google_entity_id": "kg:/m/02vrqcq"}, "name": {"first": "Charles", "middle": "August", "last": "Kading"}, "bio": {"birthday": "1874-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "K000010", "govtrack": 406182, "icpsr": 5095, "wikipedia": "Charles A. Karch", "house_history": 16087, "wikidata": "Q5074862", "google_entity_id": "kg:/m/02rk91r"}, "name": {"first": "Charles", "middle": "Adam", "last": "Karch"}, "bio": {"gender": "M", "birthday": "1875-03-17"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "K000097", "govtrack": 406265, "icpsr": 5171, "house_history": 16199, "wikipedia": "Samuel Austin Kendall", "wikidata": "Q7410811", "google_entity_id": "kg:/m/0fmxd3"}, "name": {"first": "Samuel", "middle": "Austin", "last": "Kendall"}, "bio": {"birthday": "1859-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "K000151", "govtrack": 406315, "icpsr": 5218, "wikipedia": "John C. Ketcham", "house_history": 16267, "wikidata": "Q1699494", "google_entity_id": "kg:/m/028947b"}, "name": {"first": "John", "middle": "Clark", "last": "Ketcham"}, "bio": {"birthday": "1873-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MI", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "K000161", "govtrack": 406325, "icpsr": 5227, "wikipedia": "Henry W. Keyes", "wikidata": "Q882466", "google_entity_id": "kg:/m/08c67j"}, "name": {"first": "Henry", "middle": "Wilder", "last": "Keyes"}, "bio": {"birthday": "1863-05-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "NH", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "NH", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "NH", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "K000314", "govtrack": 406468, "icpsr": 5358, "wikipedia": "William F. Kopp", "house_history": 16476, "wikidata": "Q1491607", "google_entity_id": "kg:/m/02rk8cd"}, "name": {"first": "William", "middle": "Frederick", "last": "Kopp"}, "bio": {"birthday": "1869-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "K000342", "govtrack": 406495, "icpsr": 5378, "wikipedia": "Stanley H. Kunz", "house_history": 16515, "wikidata": "Q7599652", "google_entity_id": "kg:/m/02rkcz6"}, "name": {"first": "Stanley", "middle": "Henry", "last": "Kunz"}, "bio": {"birthday": "1864-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "L000007", "govtrack": 406517, "icpsr": 5406, "house_history": 16582, "wikipedia": "Fiorello H. La Guardia", "wikidata": "Q312502", "google_entity_id": "kg:/m/0310l"}, "name": {"first": "Fiorello", "middle": "Henry", "last": "La Guardia"}, "bio": {"birthday": "1882-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 20, "party": "American Labor"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "L000080", "govtrack": 406589, "icpsr": 5462, "wikipedia": "Menalcus Lankford", "house_history": 16690, "wikidata": "Q1920242", "google_entity_id": "kg:/m/02vp0bk"}, "name": {"first": "Menalcus", "last": "Lankford"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "VA", "district": 2, "party": "Republican"}], "bio": {"birthday": "1883-03-14", "gender": "M"}}, {"id": {"bioguide": "L000082", "govtrack": 406591, "icpsr": 5464, "wikipedia": "William Chester Lankford", "house_history": 16694, "wikidata": "Q241491", "google_entity_id": "kg:/m/026z84f"}, "name": {"first": "William", "middle": "Chester", "last": "Lankford"}, "bio": {"birthday": "1877-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "L000103", "govtrack": 406610, "icpsr": 5482, "wikipedia": "William Washington Larsen", "house_history": 16723, "wikidata": "Q2581000", "google_entity_id": "kg:/m/0270qw8"}, "name": {"first": "William", "middle": "Washington", "last": "Larsen"}, "bio": {"birthday": "1871-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "GA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "GA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "GA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "GA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "GA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "GA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "GA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "L000184", "govtrack": 406686, "icpsr": 5548, "wikipedia": "Scott Leavitt", "house_history": 16826, "wikidata": "Q2260927", "google_entity_id": "kg:/m/02rjz8y"}, "name": {"first": "Scott", "last": "Leavitt"}, "bio": {"birthday": "1879-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000209", "govtrack": 406712, "icpsr": 5573, "wikipedia": "James Russell Leech", "house_history": 16854, "wikidata": "Q13219680", "google_entity_id": "kg:/m/0fn0xh"}, "name": {"first": "James", "middle": "Russell", "last": "Leech"}, "bio": {"birthday": "1888-11-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "L000300", "govtrack": 406795, "icpsr": 5655, "house_history": 16965, "wikipedia": "Norton Lewis Lichtenwalner", "wikidata": "Q13219687", "google_entity_id": "kg:/m/0fg_5s"}, "name": {"first": "Norton", "middle": "Lewis", "last": "Lichtenwalner"}, "bio": {"birthday": "1889-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "L000340", "govtrack": 406833, "icpsr": 5691, "wikipedia": "John Charles Linthicum", "house_history": 17016, "wikidata": "Q1534065", "google_entity_id": "kg:/m/0c5kfz"}, "name": {"first": "John", "middle": "Charles", "last": "Linthicum"}, "bio": {"birthday": "1867-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "L000433", "govtrack": 406924, "icpsr": 5770, "wikipedia": "Nicholas Longworth", "house_history": 17133, "wikidata": "Q465874", "google_entity_id": "kg:/m/02fw6d"}, "name": {"first": "Nicholas", "last": "Longworth"}, "bio": {"birthday": "1869-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000435", "govtrack": 406926, "icpsr": 5772, "wikipedia": "Frederick C. Loofbourow", "house_history": 17135, "wikidata": "Q1452809", "google_entity_id": "kg:/m/02rm40f"}, "name": {"first": "Frederick", "middle": "Charles", "last": "Loofbourow"}, "bio": {"birthday": "1874-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "UT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "UT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000467", "govtrack": 406956, "icpsr": 5802, "wikipedia": "Oscar Lovette", "house_history": 17177, "wikidata": "Q2032819", "google_entity_id": "kg:/m/0bh7s8"}, "name": {"first": "Oscar", "middle": "Byrd", "last": "Lovette"}, "bio": {"birthday": "1871-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000055", "govtrack": 407083, "icpsr": 5915, "house_history": 17397, "wikipedia": "Frederick William Magrady", "wikidata": "Q5499093", "google_entity_id": "kg:/m/0fqxqx"}, "name": {"first": "Frederick", "middle": "William", "last": "Magrady"}, "bio": {"birthday": "1863-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "M000074", "govtrack": 407102, "icpsr": 5933, "wikipedia": "Samuel C. Major", "house_history": 17421, "wikidata": "Q2218055", "google_entity_id": "kg:/m/02rz85r"}, "name": {"first": "Samuel", "middle": "Collier", "last": "Major"}, "bio": {"birthday": "1869-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000098", "govtrack": 407122, "icpsr": 5954, "wikipedia": "Joe J. Manlove", "house_history": 17452, "wikidata": "Q1691473", "google_entity_id": "kg:/m/02rz71n"}, "name": {"first": "Joe", "middle": "Jonathan", "last": "Manlove"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 15, "party": "Republican"}], "bio": {"birthday": "1876-10-01", "gender": "M"}}, {"id": {"bioguide": "M000339", "govtrack": 407348, "icpsr": 6159, "wikipedia": "Charles B. McClintock", "house_history": 17746, "wikidata": "Q5075318", "google_entity_id": "kg:/m/02rl_3z"}, "name": {"first": "Charles", "middle": "Blaine", "last": "McClintock"}, "bio": {"birthday": "1886-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "M000539", "govtrack": 407531, "icpsr": 6327, "wikipedia": "James C. McLaughlin", "house_history": 18001, "wikidata": "Q1680111", "google_entity_id": "kg:/m/02q14y_"}, "name": {"first": "James", "middle": "Campbell", "last": "McLaughlin"}, "bio": {"birthday": "1858-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MI", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "M000670", "govtrack": 407655, "icpsr": 6441, "wikipedia": "Jesse H. Metcalf", "wikidata": "Q778959", "google_entity_id": "kg:/m/0d1y8_"}, "name": {"first": "Jesse", "middle": "Houghton", "last": "Metcalf"}, "bio": {"birthday": "1860-11-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1924-11-05", "end": "1925-03-03", "state": "RI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "RI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "RI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000835", "govtrack": 407809, "icpsr": 6578, "wikipedia": "Carlton Mobley", "house_history": 18380, "wikidata": "Q1043441", "google_entity_id": "kg:/m/09drw5"}, "name": {"first": "William", "middle": "Carlton", "last": "Mobley"}, "bio": {"birthday": "1906-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000887", "govtrack": 407859, "icpsr": 6621, "wikipedia": "Charles A. Mooney", "house_history": 18447, "wikidata": "Q1063481", "google_entity_id": "kg:/m/02rl_3m"}, "name": {"first": "Charles", "middle": "Anthony", "last": "Mooney"}, "bio": {"birthday": "1879-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "M000894", "govtrack": 407866, "icpsr": 6628, "wikipedia": "C. Ellis Moore", "house_history": 18456, "wikidata": "Q5006426", "google_entity_id": "kg:/m/02rl_16"}, "name": {"first": "Charles", "middle": "Ellis", "last": "Moore"}, "bio": {"birthday": "1884-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "M000905", "govtrack": 407877, "icpsr": 6639, "wikipedia": "John William Moore", "house_history": 18470, "wikidata": "Q1396538", "google_entity_id": "kg:/m/02rjw5y"}, "name": {"first": "John", "middle": "William", "last": "Moore"}, "bio": {"birthday": "1877-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M001049", "govtrack": 408016, "icpsr": 6769, "wikipedia": "Grant E. Mouser Jr.", "house_history": 18638, "wikidata": "Q5596199", "google_entity_id": "kg:/m/02rm4ln"}, "name": {"first": "Grant", "middle": "Earl", "last": "Mouser", "suffix": "Jr."}, "bio": {"birthday": "1895-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M001089", "govtrack": 408053, "icpsr": 6805, "wikipedia": "B. Frank Murphy", "house_history": 18689, "wikidata": "Q795201", "google_entity_id": "kg:/m/02rlzy2"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "Murphy"}, "bio": {"birthday": "1867-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "N000038", "govtrack": 408128, "icpsr": 6868, "wikipedia": "John E. Nelson (Maine)", "house_history": 18881, "wikidata": "Q1699895", "google_entity_id": "kg:/m/02wyr9r"}, "name": {"first": "John", "middle": "Edward", "last": "Nelson"}, "bio": {"birthday": "1874-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "ME", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "N000039", "govtrack": 408129, "icpsr": 6869, "wikipedia": "John M. Nelson", "house_history": 18883, "wikidata": "Q1700924", "google_entity_id": "kg:/m/02vrqm8"}, "name": {"first": "John", "middle": "Mandt", "last": "Nelson"}, "bio": {"birthday": "1870-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "N000105", "govtrack": 408189, "icpsr": 6929, "wikipedia": "Henry F. Niedringhaus", "house_history": 18962, "wikidata": "Q1606724", "google_entity_id": "kg:/m/02rz6k4"}, "name": {"first": "Henry", "middle": "Frederick", "last": "Niedringhaus"}, "bio": {"birthday": "1864-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "N000128", "govtrack": 408212, "icpsr": 6950, "wikipedia": "William I. Nolan", "house_history": 18989, "wikidata": "Q2579369", "google_entity_id": "kg:/m/09xg88"}, "name": {"first": "William", "middle": "Ignatius", "last": "Nolan"}, "bio": {"birthday": "1874-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "N000152", "govtrack": 408234, "icpsr": 6971, "wikipedia": "John N. Norton", "house_history": 19022, "wikidata": "Q203119", "google_entity_id": "kg:/m/09z_w5"}, "name": {"first": "John", "middle": "Nathaniel", "last": "Norton"}, "bio": {"gender": "M", "birthday": "1878-05-12"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NE", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NE", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "O000154", "govtrack": 408405, "icpsr": 7134, "house_history": 19256, "wikipedia": "Ruth Bryan Owen", "wikidata": "Q1776019", "google_entity_id": "kg:/m/0fydl2"}, "name": {"first": "Ruth", "middle": "Bryan", "last": "Owen"}, "bio": {"birthday": "1885-10-02", "gender": "F"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "FL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "P000090", "govtrack": 408500, "icpsr": 7222, "house_history": 19383, "wikipedia": "Donald B. Partridge", "wikidata": "Q1239703", "google_entity_id": "kg:/m/04xc03"}, "name": {"first": "Donald", "middle": "Barrows", "last": "Partridge"}, "bio": {"birthday": "1891-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "ME", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000125", "govtrack": 408533, "icpsr": 7250, "wikipedia": "LaFayette L. Patterson", "house_history": 19430, "wikidata": "Q1656270", "google_entity_id": "kg:/m/0btspw"}, "name": {"first": "LaFayette", "middle": "Lee", "last": "Patterson"}, "bio": {"birthday": "1888-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "P000247", "govtrack": 408650, "icpsr": 7360, "wikipedia": "Seymour H. Person", "house_history": 19583, "wikidata": "Q1670530", "google_entity_id": "kg:/m/02pv4r4"}, "name": {"first": "Seymour", "middle": "Howe", "last": "Person"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MI", "district": 6, "party": "Republican"}], "bio": {"birthday": "1879-02-02", "gender": "M"}}, {"id": {"bioguide": "P000249", "govtrack": 408652, "wikipedia": "Jos\u00e9 Lorenzo Pesquera", "house_history": 19585, "wikidata": "Q1457685", "google_entity_id": "kg:/m/02rlcl7"}, "name": {"first": "Jos\u00e9", "middle": "Lorenzo", "last": "Pesquera"}, "bio": {"birthday": "1882-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PR", "district": 0, "party": "Nonpartisan"}]}, {"id": {"bioguide": "P000499", "govtrack": 408884, "icpsr": 7589, "wikipedia": "Harcourt J. Pratt", "house_history": 19897, "wikidata": "Q5655024", "google_entity_id": "kg:/m/02rkq5b"}, "name": {"first": "Harcourt", "middle": "Joseph", "last": "Pratt"}, "bio": {"birthday": "1866-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "P000505", "govtrack": 408890, "icpsr": 7595, "house_history": 19904, "wikipedia": "Ruth Baker Pratt", "wikidata": "Q3816306", "google_entity_id": "kg:/m/0h5m37"}, "name": {"first": "Ruth", "middle": "Sears Baker", "last": "Pratt"}, "bio": {"birthday": "1877-08-24", "gender": "F"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "P000573", "govtrack": 408956, "icpsr": 7655, "wikipedia": "Fred S. Purnell", "house_history": 19992, "wikidata": "Q1452490", "google_entity_id": "kg:/m/02rkfw1"}, "name": {"first": "Fred", "middle": "Sampson", "last": "Purnell"}, "bio": {"gender": "M", "birthday": "1882-10-25"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "Q000014", "govtrack": 408977, "icpsr": 7674, "house_history": 20061, "wikipedia": "Percy Quin", "wikidata": "Q2070284", "google_entity_id": "kg:/m/092mk1"}, "name": {"first": "Percy", "middle": "Edwards", "last": "Quin"}, "bio": {"birthday": "1872-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MS", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "R000031", "govtrack": 409013, "icpsr": 7708, "wikipedia": "Christian William Ramseyer", "house_history": 20113, "wikidata": "Q1022579", "google_entity_id": "kg:/m/02rk75y"}, "name": {"first": "Christian", "middle": "William", "last": "Ramseyer"}, "bio": {"birthday": "1875-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "R000347", "govtrack": 409318, "icpsr": 7986, "house_history": 20512, "wikipedia": "Joseph Taylor Robinson", "wikidata": "Q888196", "google_entity_id": "kg:/m/01s8m3"}, "name": {"first": "Joseph", "middle": "Taylor", "last": "Robinson"}, "bio": {"gender": "M", "birthday": "1872-08-26"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "AR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000352", "govtrack": 409323, "icpsr": 7992, "wikipedia": "Thomas J. B. Robinson", "house_history": 20517, "wikidata": "Q475305", "google_entity_id": "kg:/m/02rk87m"}, "name": {"first": "Thomas", "middle": "John Bright", "last": "Robinson"}, "bio": {"birthday": "1868-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000549", "govtrack": 409505, "icpsr": 8149, "wikipedia": "Samuel Rutherford (Georgia politician)", "house_history": 20757, "wikidata": "Q969185", "google_entity_id": "kg:/m/0279f6m"}, "name": {"first": "Samuel", "last": "Rutherford"}, "bio": {"birthday": "1870-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000032", "govtrack": 409550, "icpsr": 8195, "wikipedia": "Archie D. Sanders", "house_history": 21171, "wikidata": "Q4786664", "google_entity_id": "kg:/m/0g_gyx"}, "name": {"first": "Archie", "middle": "Dovell", "last": "Sanders"}, "bio": {"birthday": "1857-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 39, "party": "Republican"}]}, {"id": {"bioguide": "S000113", "govtrack": 409621, "icpsr": 8254, "wikipedia": "Thomas D. Schall", "house_history": 21276, "wikidata": "Q1416490", "google_entity_id": "kg:/m/01lz9d"}, "name": {"first": "Thomas", "middle": "David", "last": "Schall"}, "bio": {"birthday": "1878-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MN", "district": 10, "party": "Progressive"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MN", "district": 10, "party": "Progressive"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MN", "district": 10, "party": "Republican"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "MN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1931-12-07", "end": "1935-12-31", "state": "MN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000229", "govtrack": 409734, "icpsr": 8351, "wikipedia": "Francis Seiberling", "house_history": 21418, "wikidata": "Q5482431", "google_entity_id": "kg:/m/02rl_vp"}, "name": {"first": "Francis", "last": "Seiberling"}, "bio": {"birthday": "1870-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "S000236", "govtrack": 409740, "icpsr": 8357, "wikipedia": "Conrad Selvig", "house_history": 21428, "wikidata": "Q1126999", "google_entity_id": "kg:/m/049q9d"}, "name": {"first": "Conrad", "middle": "George", "last": "Selvig"}, "bio": {"birthday": "1877-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000387", "govtrack": 409881, "icpsr": 8493, "house_history": 21618, "wikipedia": "Milton William Shreve", "wikidata": "Q6861525", "google_entity_id": "kg:/m/0fscb8"}, "name": {"first": "Milton", "middle": "William", "last": "Shreve"}, "bio": {"birthday": "1858-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 25, "party": "Ind. Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "S000419", "govtrack": 409913, "icpsr": 8518, "wikipedia": "Robert G. Simmons", "house_history": 21659, "wikidata": "Q2157208", "google_entity_id": "kg:/m/09xdbp"}, "name": {"first": "Robert", "middle": "Glenmore", "last": "Simmons"}, "bio": {"birthday": "1891-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NE", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NE", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NE", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NE", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NE", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000511", "govtrack": 409996, "icpsr": 8598, "house_history": 21775, "wikipedia": "Addison T. Smith", "wikidata": "Q353150", "google_entity_id": "kg:/m/0d5bgw"}, "name": {"first": "Addison", "middle": "Taylor", "last": "Smith"}, "bio": {"birthday": "1862-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "ID", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "ID", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "ID", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "ID", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000659", "govtrack": 410133, "icpsr": 8728, "house_history": 21949, "wikipedia": "Donald F. Snow", "wikidata": "Q911467", "google_entity_id": "kg:/m/02wyz4q"}, "name": {"first": "Donald", "middle": "Francis", "last": "Snow"}, "bio": {"birthday": "1877-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "ME", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "ME", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000703", "govtrack": 410174, "icpsr": 8766, "wikipedia": "Charles I. Sparks", "house_history": 22007, "wikidata": "Q1064939", "google_entity_id": "kg:/m/02rmb5f"}, "name": {"first": "Charles", "middle": "Isaac", "last": "Sparks"}, "bio": {"gender": "M", "birthday": "1872-12-20"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KS", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000777", "govtrack": 410243, "icpsr": 8823, "house_history": 22098, "wikipedia": "William H. Stafford", "wikidata": "Q2579101", "google_entity_id": "kg:/m/0283f1_"}, "name": {"first": "William", "middle": "Henry", "last": "Stafford"}, "bio": {"birthday": "1869-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WI", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000895", "govtrack": 410356, "icpsr": 8923, "wikipedia": "William Francis Stevenson", "house_history": 22247, "wikidata": "Q2578773", "google_entity_id": "kg:/m/02vrpg2"}, "name": {"first": "William", "middle": "Francis", "last": "Stevenson"}, "bio": {"birthday": "1861-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "SC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000919", "govtrack": 410379, "icpsr": 8945, "wikipedia": "Percy Hamilton Stewart", "house_history": 22275, "wikidata": "Q2070252", "google_entity_id": "kg:/m/02vvdf4"}, "name": {"first": "Percy", "middle": "Hamilton", "last": "Stewart"}, "bio": {"birthday": "1867-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NJ", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S001011", "govtrack": 410468, "icpsr": 9030, "wikipedia": "James G. Strong", "house_history": 22389, "wikidata": "Q1680428", "google_entity_id": "kg:/m/02rmb63"}, "name": {"first": "James", "middle": "George", "last": "Strong"}, "bio": {"birthday": "1870-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KS", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S001042", "govtrack": 410498, "icpsr": 9059, "house_history": 22425, "wikipedia": "Howard William Stull", "wikidata": "Q13219836", "google_entity_id": "kg:/m/0fn0g8"}, "name": {"first": "Howard", "middle": "William", "last": "Stull"}, "bio": {"gender": "M", "birthday": "1876-04-11"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "S001059", "govtrack": 410513, "icpsr": 9075, "wikipedia": "Patrick J. Sullivan (Pennsylvania)", "house_history": 22446, "wikidata": "Q2057724", "google_entity_id": "kg:/m/0djvq0"}, "name": {"first": "Patrick", "middle": "Joseph", "last": "Sullivan"}, "bio": {"birthday": "1877-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 34, "party": "Republican"}]}, {"id": {"bioguide": "S001067", "govtrack": 410521, "icpsr": 9082, "wikipedia": "John W. Summers", "house_history": 22457, "wikidata": "Q1351262", "google_entity_id": "kg:/m/02rmn3z"}, "name": {"first": "John", "middle": "William", "last": "Summers"}, "bio": {"birthday": "1870-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S001093", "govtrack": 410546, "icpsr": 9105, "wikipedia": "Charles Edward Swanson", "house_history": 22489, "wikidata": "Q1064260", "google_entity_id": "kg:/m/02rr6hs"}, "name": {"first": "Charles", "middle": "Edward", "last": "Swanson"}, "bio": {"gender": "M", "birthday": "1879-01-03"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S001123", "govtrack": 410575, "icpsr": 9130, "wikipedia": "Phil Swing", "house_history": 22524, "wikidata": "Q1527989", "google_entity_id": "kg:/m/0bmvxx"}, "name": {"first": "Philip", "middle": "David", "last": "Swing"}, "bio": {"birthday": "1884-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "T000119", "govtrack": 410701, "icpsr": 9249, "house_history": 22779, "wikipedia": "Henry Wilson Temple", "wikidata": "Q5730372", "google_entity_id": "kg:/m/0fkwwm"}, "name": {"first": "Henry", "middle": "Wilson", "last": "Temple"}, "bio": {"birthday": "1864-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 24, "party": "Progressive"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "T000142", "govtrack": 410724, "icpsr": 9270, "wikipedia": "Maurice Thatcher", "house_history": 22805, "wikidata": "Q885888", "google_entity_id": "kg:/m/01wr1j"}, "name": {"first": "Maurice", "middle": "Hudson", "last": "Thatcher"}, "bio": {"birthday": "1870-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "T000267", "govtrack": 410840, "icpsr": 9379, "wikipedia": "William L. Tierney", "house_history": 22958, "wikidata": "Q476893", "google_entity_id": "kg:/m/02rj_sr"}, "name": {"first": "William", "middle": "Laurence", "last": "Tierney"}, "bio": {"birthday": "1876-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "T000279", "govtrack": 410852, "icpsr": 9391, "wikipedia": "John Q. Tilson", "house_history": 22970, "wikidata": "Q1257692", "google_entity_id": "kg:/m/04f68b"}, "name": {"first": "John", "middle": "Quillin", "last": "Tilson"}, "bio": {"birthday": "1866-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "T000281", "govtrack": 410854, "icpsr": 9393, "wikipedia": "Charles B. Timberlake", "house_history": 22972, "wikidata": "Q1063650", "google_entity_id": "kg:/m/02rhd32"}, "name": {"first": "Charles", "middle": "Bateman", "last": "Timberlake"}, "bio": {"birthday": "1854-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CO", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000399", "govtrack": 410968, "icpsr": 9498, "wikipedia": "Henry St. George Tucker III", "house_history": 23122, "wikidata": "Q1266798", "google_entity_id": "kg:/m/026tfy0"}, "name": {"first": "Henry", "middle": "St. George", "last": "Tucker"}, "bio": {"birthday": "1853-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1889-12-02", "end": "1891-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1891-12-07", "end": "1893-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1893-08-07", "end": "1895-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1895-12-02", "end": "1897-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "VA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "U000006", "govtrack": 411030, "icpsr": 9553, "wikipedia": "Charles L. Underhill", "house_history": 20833, "wikidata": "Q1065240", "google_entity_id": "kg:/m/0bvd__"}, "name": {"first": "Charles", "middle": "Lee", "last": "Underhill"}, "bio": {"birthday": "1867-07-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "V000092", "govtrack": 411147, "icpsr": 9666, "house_history": 20986, "wikipedia": "Albert Henry Vestal", "wikidata": "Q427202", "google_entity_id": "kg:/m/038ksv"}, "name": {"first": "Albert", "middle": "Henry", "last": "Vestal"}, "bio": {"gender": "M", "birthday": "1875-01-18"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "V000101", "govtrack": 411156, "icpsr": 9673, "wikipedia": "Bird J. Vincent", "house_history": 20995, "wikidata": "Q865059", "google_entity_id": "kg:/m/02px_rt"}, "name": {"first": "Bird", "middle": "J.", "last": "Vincent"}, "bio": {"birthday": "1880-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MI", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "W000104", "govtrack": 411282, "icpsr": 9788, "wikipedia": "Thomas J. Walsh", "wikidata": "Q1399488", "google_entity_id": "kg:/m/04syhc"}, "name": {"first": "Thomas", "middle": "James", "last": "Walsh"}, "bio": {"birthday": "1859-06-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "MT", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "MT", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "MT", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1931-12-07", "end": "1933-12-31", "state": "MT", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000185", "govtrack": 411358, "icpsr": 9861, "wikipedia": "Edward Hills Wason", "house_history": 23435, "wikidata": "Q1292559", "google_entity_id": "kg:/m/02rhfmx"}, "name": {"first": "Edward", "middle": "Hills", "last": "Wason"}, "bio": {"birthday": "1865-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000244", "govtrack": 411412, "icpsr": 9909, "wikipedia": "John E. Weeks", "house_history": 23509, "wikidata": "Q882927", "google_entity_id": "kg:/m/0frzsv"}, "name": {"first": "John", "middle": "Eliakim", "last": "Weeks"}, "bio": {"birthday": "1853-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "VT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000289", "govtrack": 411453, "icpsr": 9948, "house_history": 23565, "wikipedia": "George Austin Welsh", "wikidata": "Q5536513", "google_entity_id": "kg:/m/0fn3yw"}, "name": {"first": "George", "middle": "Austin", "last": "Welsh"}, "bio": {"birthday": "1878-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "W000397", "govtrack": 411557, "icpsr": 10048, "wikipedia": "Wilbur M. White", "house_history": 23686, "wikidata": "Q8000219", "google_entity_id": "kg:/m/02rm3dv"}, "name": {"first": "Wilbur", "middle": "McKee", "last": "White"}, "bio": {"birthday": "1890-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000438", "govtrack": 411596, "wikipedia": "James Wickersham", "house_history": 23735, "wikidata": "Q1681295", "google_entity_id": "kg:/m/05ghs8"}, "name": {"first": "James", "last": "Wickersham"}, "bio": {"birthday": "1857-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AK", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "W000501", "govtrack": 411658, "icpsr": 10146, "wikipedia": "Guinn Williams", "house_history": 23810, "wikidata": "Q1554136", "google_entity_id": "kg:/m/03c2zy7"}, "name": {"first": "Guinn", "last": "Williams"}, "bio": {"birthday": "1871-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "W000553", "govtrack": 411709, "icpsr": 10195, "house_history": 23870, "wikipedia": "William Williamson (politician)", "wikidata": "Q1406704", "google_entity_id": "kg:/m/0b6m1w"}, "name": {"first": "William", "last": "Williamson"}, "bio": {"birthday": "1875-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "SD", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "SD", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "SD", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "SD", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "SD", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "SD", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000634", "govtrack": 411788, "icpsr": 10273, "wikipedia": "Effiegene Locke Wingo", "house_history": 23970, "wikidata": "Q1296186", "google_entity_id": "kg:/m/02rhfv2"}, "name": {"first": "Effiegene", "middle": "Locke", "last": "Wingo"}, "bio": {"birthday": "1883-04-13", "gender": "F"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AR", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000706", "govtrack": 411858, "icpsr": 10336, "wikipedia": "William R. Wood (Indiana)", "house_history": 24058, "wikidata": "Q2580380", "google_entity_id": "kg:/m/02rklh6"}, "name": {"first": "William", "middle": "Robert", "last": "Wood"}, "bio": {"birthday": "1861-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "W000773", "govtrack": 411922, "icpsr": 10401, "wikipedia": "William C. Wright", "house_history": 24141, "wikidata": "Q1394166", "google_entity_id": "kg:/m/02rk174"}, "name": {"first": "William", "middle": "Carter", "last": "Wright"}, "bio": {"gender": "M", "birthday": "1866-01-06"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000775", "govtrack": 411924, "icpsr": 10403, "wikipedia": "Harry M. Wurzbach", "house_history": 24144, "wikidata": "Q1586648", "google_entity_id": "kg:/m/0cfs_b"}, "name": {"first": "Harry", "middle": "McLeary", "last": "Wurzbach"}, "bio": {"birthday": "1874-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "W000776", "govtrack": 411925, "icpsr": 10404, "house_history": 24145, "wikipedia": "Adam Martin Wyant", "wikidata": "Q4679453", "google_entity_id": "kg:/m/0fsctg"}, "name": {"first": "Adam", "middle": "Martin", "last": "Wyant"}, "bio": {"birthday": "1869-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "Y000011", "govtrack": 411946, "icpsr": 10420, "house_history": 21044, "wikipedia": "Richard Yates Jr.", "wikidata": "Q363786", "google_entity_id": "kg:/m/0c51t2"}, "name": {"first": "Richard", "last": "Yates"}, "bio": {"birthday": "1860-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "Y000021", "govtrack": 411955, "icpsr": 10428, "wikipedia": "Tom A. Yon", "house_history": 21056, "wikidata": "Q2439459", "google_entity_id": "kg:/m/02rl0pr"}, "name": {"first": "Thomas", "middle": "Alva", "last": "Yon"}, "bio": {"birthday": "1882-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "FL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000597", "govtrack": 402726, "icpsr": 1912, "wikipedia": "John S. Cohen", "wikidata": "Q5610434", "google_entity_id": "kg:/m/0cr7l6"}, "name": {"first": "John", "middle": "Sanford", "last": "Cohen"}, "bio": {"birthday": "1870-02-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1932-01-01", "end": "1933-12-31", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000366", "govtrack": 404719, "icpsr": 3742, "wikipedia": "Elijah S. Grammer", "wikidata": "Q1329430", "google_entity_id": "kg:/m/08tnzv"}, "name": {"first": "Elijah", "middle": "Sherman", "last": "Grammer"}, "bio": {"birthday": "1868-04-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1932-01-01", "end": "1933-03-03", "state": "WA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000418", "govtrack": 406909, "icpsr": 5758, "wikipedia": "Huey Long", "wikidata": "Q314384", "google_entity_id": "kg:/m/0py1g"}, "name": {"first": "Huey", "middle": "Pierce", "last": "Long"}, "terms": [{"type": "sen", "start": "1932-01-01", "end": "1935-12-31", "state": "LA", "class": 2, "party": "Democrat"}], "bio": {"birthday": "1893-08-30", "gender": "M"}}, {"id": {"bioguide": "S000152", "govtrack": 409659, "icpsr": 8280, "wikipedia": "Karl C. Schuyler", "wikidata": "Q1730637", "google_entity_id": "kg:/m/0bf9mh"}, "name": {"first": "Karl", "middle": "Cortlandt", "last": "Schuyler"}, "bio": {"birthday": "1877-04-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1932-01-01", "end": "1933-03-03", "state": "CO", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000069", "govtrack": 411248, "icpsr": 9755, "wikipedia": "Walter Walker (politician)", "wikidata": "Q1438226", "google_entity_id": "kg:/m/0cvj70"}, "name": {"first": "Walter", "last": "Walker"}, "bio": {"birthday": "1883-04-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1932-01-01", "end": "1933-03-03", "state": "CO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000015", "govtrack": 400677, "icpsr": 12, "wikipedia": "Charles Laban Abernethy", "house_history": 8270, "wikidata": "Q1065248", "google_entity_id": "kg:/m/04gpqm"}, "name": {"first": "Charles", "middle": "Laban", "last": "Abernethy"}, "bio": {"birthday": "1872-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000050", "govtrack": 400711, "icpsr": 43, "house_history": 8324, "wikipedia": "Wilbur L. Adams", "wikidata": "Q2570175", "google_entity_id": "kg:/m/09kkx9"}, "name": {"first": "Wilbur", "middle": "Louis", "last": "Adams"}, "bio": {"birthday": "1884-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "A000156", "govtrack": 400811, "icpsr": 137, "wikipedia": "Miles C. Allgood", "house_history": 8472, "wikidata": "Q1934628", "google_entity_id": "kg:/m/02rk240"}, "name": {"first": "Miles", "middle": "Clayton", "last": "Allgood"}, "bio": {"birthday": "1878-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "A000162", "govtrack": 400817, "icpsr": 143, "wikipedia": "Edward B. Almon", "house_history": 8481, "wikidata": "Q1291600", "google_entity_id": "kg:/m/02qpwz0"}, "name": {"first": "Edward", "middle": "Berton", "last": "Almon"}, "bio": {"birthday": "1860-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "A000276", "govtrack": 400916, "icpsr": 227, "wikipedia": "Henry M. Arens", "house_history": 8648, "wikidata": "Q972462", "google_entity_id": "kg:/m/0b8yyj"}, "name": {"first": "Henry", "middle": "Martin", "last": "Arens"}, "bio": {"birthday": "1873-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MN", "district": -1, "party": "Farmer-Labor"}]}, {"id": {"bioguide": "A000338", "govtrack": 400988, "icpsr": 292, "wikipedia": "Oscar L. Auf der Heide", "house_history": 8727, "wikidata": "Q2032804", "google_entity_id": "kg:/m/02vlwzm"}, "name": {"first": "Oscar", "middle": "Louis", "last": "Auf Der Heide"}, "bio": {"birthday": "1874-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NJ", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "A000354", "govtrack": 401005, "icpsr": 309, "wikipedia": "William Augustus Ayres", "house_history": 8747, "wikidata": "Q2577898", "google_entity_id": "kg:/m/027m7fc"}, "name": {"first": "William", "middle": "Augustus", "last": "Ayres"}, "bio": {"birthday": "1867-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KS", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KS", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000010", "govtrack": 401016, "icpsr": 319, "wikipedia": "Nathan L. Bachman", "wikidata": "Q1768884", "google_entity_id": "kg:/m/0433yl"}, "name": {"first": "Nathan", "middle": "Lynn", "last": "Bachman"}, "bio": {"birthday": "1878-08-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1937-01-03", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000045", "govtrack": 401050, "icpsr": 348, "wikipedia": "Joseph Weldon Bailey Jr.", "house_history": 8831, "wikidata": "Q1708222", "google_entity_id": "kg:/m/02w93dd"}, "name": {"first": "Joseph", "middle": "Weldon", "last": "Bailey", "suffix": "Jr."}, "bio": {"birthday": "1892-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "B000079", "govtrack": 401082, "icpsr": 376, "house_history": 8875, "wikipedia": "Charles Montague Bakewell", "wikidata": "Q1065548", "google_entity_id": "kg:/m/01z_q3"}, "name": {"first": "Charles", "middle": "Montague", "last": "Bakewell"}, "bio": {"birthday": "1867-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CT", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000290", "govtrack": 401283, "icpsr": 561, "wikipedia": "James M. Beck", "house_history": 9152, "wikidata": "Q1680729", "google_entity_id": "kg:/m/01vy42"}, "name": {"first": "James", "middle": "Montgomery", "last": "Beck"}, "bio": {"birthday": "1861-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000307", "govtrack": 401300, "icpsr": 577, "house_history": 9173, "wikipedia": "Carroll L. Beedy", "wikidata": "Q670436", "google_entity_id": "kg:/m/08spq7"}, "name": {"first": "Carroll", "middle": "Lynwood", "last": "Beedy"}, "bio": {"birthday": "1880-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "ME", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000499", "govtrack": 401479, "icpsr": 743, "wikipedia": "Hugo Black", "wikidata": "Q459752", "google_entity_id": "kg:/m/0139rh"}, "name": {"first": "Hugo", "middle": "Lafayette", "last": "Black"}, "bio": {"birthday": "1886-02-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1937-08-19", "state": "AL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000505", "govtrack": 401484, "icpsr": 749, "wikipedia": "Loring M. Black Jr.", "house_history": 9427, "wikidata": "Q866845", "google_entity_id": "kg:/m/02r7x0q"}, "name": {"first": "Loring", "middle": "Milton", "last": "Black", "suffix": "Jr."}, "bio": {"birthday": "1886-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000537", "govtrack": 401512, "icpsr": 778, "wikipedia": "George Washington Blanchard", "house_history": 9466, "wikidata": "Q1508524", "google_entity_id": "kg:/m/026r5qd"}, "name": {"first": "George", "middle": "Washington", "last": "Blanchard"}, "bio": {"birthday": "1884-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000704", "govtrack": 401666, "icpsr": 918, "wikipedia": "Frank Llewellyn Bowman", "house_history": 9695, "wikidata": "Q1437023", "google_entity_id": "kg:/m/03c0qvw"}, "name": {"first": "Frank", "middle": "Llewellyn", "last": "Bowman"}, "bio": {"birthday": "1879-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WV", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "B000767", "govtrack": 401726, "icpsr": 976, "wikipedia": "Charles Hillyer Brand", "house_history": 9768, "wikidata": "Q1064848", "google_entity_id": "kg:/m/026x907"}, "name": {"first": "Charles", "middle": "Hillyer", "last": "Brand"}, "bio": {"birthday": "1861-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "GA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "B000826", "govtrack": 401783, "icpsr": 1029, "house_history": 9848, "wikipedia": "Clay Stone Briggs", "wikidata": "Q1099210", "google_entity_id": "kg:/m/0gy1lb"}, "name": {"first": "Clay", "middle": "Stone", "last": "Briggs"}, "bio": {"birthday": "1876-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000847", "govtrack": 401804, "icpsr": 1048, "wikipedia": "Frederick A. Britten", "house_history": 9874, "wikidata": "Q5497209", "google_entity_id": "kg:/m/02rkz6b"}, "name": {"first": "Frederick", "middle": "Albert", "last": "Britten"}, "bio": {"birthday": "1871-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "B000916", "govtrack": 401872, "icpsr": 1109, "wikipedia": "Fred H. Brown", "wikidata": "Q883189", "google_entity_id": "kg:/m/08d71t"}, "name": {"first": "Fred", "middle": "Herbert", "last": "Brown"}, "bio": {"birthday": "1879-04-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "NH", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000934", "govtrack": 401888, "icpsr": 1124, "wikipedia": "John Y. Brown Sr.", "house_history": 9984, "wikidata": "Q1702236", "google_entity_id": "kg:/m/07fx7_"}, "name": {"first": "John", "middle": "Young", "last": "Brown"}, "bio": {"gender": "M", "birthday": "1900-02-01"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KY", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "B000959", "govtrack": 401911, "icpsr": 1147, "house_history": 10015, "wikipedia": "Gordon Browning", "wikidata": "Q884331", "google_entity_id": "kg:/m/03jkhw"}, "name": {"first": "Gordon", "middle": "Weaver", "last": "Browning"}, "bio": {"birthday": "1889-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000978", "govtrack": 401930, "icpsr": 1163, "wikipedia": "George F. Brumm", "house_history": 10042, "wikidata": "Q5539078", "google_entity_id": "kg:/m/0fb17n"}, "name": {"first": "George", "middle": "Franklin", "last": "Brumm"}, "bio": {"birthday": "1880-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "B001045", "govtrack": 401995, "icpsr": 1224, "house_history": 10123, "wikipedia": "Robert J. Bulkley", "wikidata": "Q2157684", "google_entity_id": "kg:/m/034_jx"}, "name": {"first": "Robert", "middle": "Johns", "last": "Bulkley"}, "bio": {"birthday": "1880-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "sen", "start": "1930-01-01", "end": "1933-03-03", "state": "OH", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "OH", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B001094", "govtrack": 402040, "icpsr": 1267, "house_history": 10189, "wikipedia": "John H. Burke", "wikidata": "Q1700300", "google_entity_id": "kg:/m/027fbtj"}, "name": {"first": "John", "middle": "Harley", "last": "Burke"}, "bio": {"birthday": "1894-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "B001163", "govtrack": 402105, "icpsr": 1326, "wikipedia": "T. Jeff Busby", "house_history": 10272, "wikidata": "Q2383360", "google_entity_id": "kg:/m/02rtn39"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Busby"}, "bio": {"birthday": "1884-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MS", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000013", "govtrack": 402175, "icpsr": 1388, "wikipedia": "Claude E. Cady", "house_history": 10458, "wikidata": "Q1096657", "google_entity_id": "kg:/m/04qjms"}, "name": {"first": "Claude", "middle": "Ernest", "last": "Cady"}, "bio": {"birthday": "1878-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000149", "govtrack": 402298, "icpsr": 1506, "wikipedia": "Patrick J. Carley", "house_history": 10638, "wikidata": "Q1446721", "google_entity_id": "kg:/m/08l365"}, "name": {"first": "Patrick", "middle": "J.", "last": "Carley"}, "bio": {"birthday": "1866-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000172", "govtrack": 402320, "icpsr": 1525, "wikipedia": "Terry Carpenter", "house_history": 10667, "wikidata": "Q2405563", "google_entity_id": "kg:/m/09yf3s"}, "name": {"first": "Terry", "middle": "McGovern", "last": "Carpenter"}, "bio": {"birthday": "1900-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NE", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000203", "govtrack": 402349, "icpsr": 1552, "wikipedia": "Vincent Carter", "house_history": 10708, "wikidata": "Q2526551", "google_entity_id": "kg:/m/0kswf4"}, "name": {"first": "Vincent", "middle": "Michael", "last": "Carter"}, "bio": {"birthday": "1891-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WY", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "C000331", "govtrack": 402472, "icpsr": 1671, "wikipedia": "Ray P. Chase", "house_history": 10865, "wikidata": "Q2133941", "google_entity_id": "kg:/m/0dh14f"}, "name": {"first": "Ray", "middle": "Park", "last": "Chase"}, "bio": {"birthday": "1880-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MN", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "C000387", "govtrack": 402526, "icpsr": 1720, "wikipedia": "Denver S. Church", "house_history": 10937, "wikidata": "Q1189994", "google_entity_id": "kg:/m/02rhf4f"}, "name": {"first": "Denver", "middle": "Samuel", "last": "Church"}, "bio": {"birthday": "1862-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "C000465", "govtrack": 402603, "icpsr": 1795, "wikipedia": "John D. Clarke", "house_history": 11029, "wikidata": "Q6228123", "google_entity_id": "kg:/m/027l5bd"}, "name": {"first": "John", "middle": "Davenport", "last": "Clarke"}, "bio": {"birthday": "1873-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 34, "party": "Republican"}]}, {"id": {"bioguide": "C000467", "govtrack": 402605, "icpsr": 1797, "wikipedia": "Marian W. Clarke", "house_history": 11032, "wikidata": "Q6762003", "google_entity_id": "kg:/m/027l5g5"}, "name": {"first": "Marian", "middle": "Williams", "last": "Clarke"}, "bio": {"birthday": "1880-07-29", "gender": "F"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 34, "party": "Republican"}]}, {"id": {"bioguide": "C000566", "govtrack": 402696, "icpsr": 1883, "house_history": 11158, "wikipedia": "Thomas Cunningham Cochran", "wikidata": "Q7788752", "google_entity_id": "kg:/m/0fh247"}, "name": {"first": "Thomas", "middle": "Cunningham", "last": "Cochran"}, "bio": {"birthday": "1877-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "C000592", "govtrack": 402721, "icpsr": 1907, "house_history": 11192, "wikipedia": "Thomas C. Coffin", "wikidata": "Q2422870", "google_entity_id": "kg:/m/0d5bmp"}, "name": {"first": "Thomas", "middle": "Chalkley", "last": "Coffin"}, "bio": {"birthday": "1887-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "ID", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000698", "govtrack": 402823, "icpsr": 2000, "wikipedia": "James J. Connolly", "house_history": 11329, "wikidata": "Q13219586", "google_entity_id": "kg:/m/0dpf8t"}, "name": {"first": "James", "middle": "Joseph", "last": "Connolly"}, "bio": {"birthday": "1881-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000955", "govtrack": 403067, "icpsr": 2222, "wikipedia": "E. H. Crump", "house_history": 11645, "wikidata": "Q1291976", "google_entity_id": "kg:/m/03jqpl"}, "name": {"first": "Edward", "middle": "Hull", "last": "Crump"}, "bio": {"gender": "M", "birthday": "1874-10-02"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "D000263", "govtrack": 403319, "icpsr": 2521, "wikipedia": "Oscar Stanton De Priest", "house_history": 12155, "wikidata": "Q2032986", "google_entity_id": "kg:/m/04f_kg"}, "name": {"first": "Oscar", "middle": "Stanton", "last": "De Priest"}, "bio": {"birthday": "1871-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000316", "govtrack": 403436, "icpsr": 2568, "wikipedia": "Clement C. Dickinson", "house_history": 12220, "wikidata": "Q1100238", "google_entity_id": "kg:/m/02rx8z1"}, "name": {"first": "Clement", "middle": "Cabell", "last": "Dickinson"}, "bio": {"birthday": "1849-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "D000339", "govtrack": 403457, "icpsr": 2589, "house_history": 12248, "wikipedia": "William H. Dieterich", "wikidata": "Q454939", "google_entity_id": "kg:/m/087js9"}, "name": {"first": "William", "middle": "Henry", "last": "Dieterich"}, "bio": {"gender": "M", "birthday": "1876-03-31"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "IL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000459", "govtrack": 403569, "icpsr": 2694, "wikipedia": "John J. Douglass", "house_history": 12407, "wikidata": "Q1700571", "google_entity_id": "kg:/m/0fkbm0"}, "name": {"first": "John", "middle": "Joseph", "last": "Douglass"}, "bio": {"birthday": "1873-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "D000518", "govtrack": 403628, "icpsr": 2747, "wikipedia": "F. Ryan Duffy", "wikidata": "Q773402", "google_entity_id": "kg:/m/03blb_"}, "name": {"first": "Francis", "middle": "Ryan", "last": "Duffy"}, "bio": {"birthday": "1888-06-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "WI", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000570", "govtrack": 403673, "icpsr": 2790, "wikipedia": "George R. Durgan", "house_history": 12535, "wikidata": "Q1508109", "google_entity_id": "kg:/m/02rkg17"}, "name": {"first": "George", "middle": "Richard", "last": "Durgan"}, "bio": {"birthday": "1872-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000053", "govtrack": 403748, "icpsr": 2853, "wikipedia": "George W. Edmonds", "house_history": 12664, "wikidata": "Q5545600", "google_entity_id": "kg:/m/0dbk3f"}, "name": {"first": "George", "middle": "Washington", "last": "Edmonds"}, "bio": {"birthday": "1864-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "E000152", "govtrack": 403843, "icpsr": 2940, "wikipedia": "Lawrence R. Ellzey", "house_history": 12781, "wikidata": "Q691825", "google_entity_id": "kg:/m/02x3_qp"}, "name": {"first": "Lawrence", "middle": "Russell", "last": "Ellzey"}, "bio": {"gender": "M", "birthday": "1891-03-20"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MS", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "E000162", "govtrack": 403853, "icpsr": 2950, "wikipedia": "Ralph R. Eltse", "house_history": 12792, "wikidata": "Q1300837", "google_entity_id": "kg:/m/02rjy5w"}, "name": {"first": "Ralph", "middle": "Roscoe", "last": "Eltse"}, "bio": {"birthday": "1885-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "E000202", "govtrack": 403889, "icpsr": 2980, "wikipedia": "John E. Erickson (Montana politician)", "wikidata": "Q883531", "google_entity_id": "kg:/m/0bfpyg"}, "name": {"first": "John", "middle": "Edward", "last": "Erickson"}, "bio": {"birthday": "1863-03-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1935-01-03", "state": "MT", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000261", "govtrack": 403942, "icpsr": 3023, "wikipedia": "William E. Evans", "house_history": 12922, "wikidata": "Q2578553", "google_entity_id": "kg:/m/027vzlc"}, "name": {"first": "William", "middle": "Elmer", "last": "Evans"}, "bio": {"birthday": "1877-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "F000171", "govtrack": 404126, "icpsr": 3189, "wikipedia": "John Fitzgibbons", "house_history": 13186, "wikidata": "Q6233335", "google_entity_id": "kg:/m/026hc9_"}, "name": {"first": "John", "last": "Fitzgibbons"}, "bio": {"birthday": "1868-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "F000200", "govtrack": 404155, "icpsr": 3216, "wikipedia": "Duncan U. Fletcher", "wikidata": "Q1265460", "google_entity_id": "kg:/m/08rsv5"}, "name": {"first": "Duncan", "middle": "Upshaw", "last": "Fletcher"}, "bio": {"birthday": "1859-01-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "FL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "FL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "FL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "FL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1937-01-03", "state": "FL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000294", "govtrack": 404244, "icpsr": 3296, "house_history": 13342, "wikipedia": "Frank H. Foss", "wikidata": "Q1443356", "google_entity_id": "kg:/m/0bwh4m"}, "name": {"first": "Frank", "middle": "Herbert", "last": "Foss"}, "bio": {"birthday": "1865-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000317", "govtrack": 404266, "icpsr": 3319, "wikipedia": "George Ernest Foulkes", "house_history": 13371, "wikidata": "Q257057", "google_entity_id": "kg:/m/03lhp5"}, "name": {"first": "George", "middle": "Ernest", "last": "Foulkes"}, "bio": {"birthday": "1878-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "F000355", "govtrack": 404302, "icpsr": 3348, "wikipedia": "James A. Frear", "house_history": 13420, "wikidata": "Q1679891", "google_entity_id": "kg:/m/02vrq77"}, "name": {"first": "James", "middle": "Archibald", "last": "Frear"}, "bio": {"birthday": "1861-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WI", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "G000074", "govtrack": 404446, "icpsr": 3482, "wikipedia": "John Nance Garner", "house_history": 13655, "wikidata": "Q298991", "google_entity_id": "kg:/m/0mywx"}, "name": {"first": "John", "middle": "Nance", "last": "Garner"}, "bio": {"birthday": "1868-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "G000197", "govtrack": 404561, "icpsr": 3595, "wikipedia": "Frank Gillespie", "house_history": 13813, "wikidata": "Q5486859", "google_entity_id": "kg:/m/02rkz2x"}, "name": {"first": "James", "middle": "Frank", "last": "Gillespie"}, "bio": {"birthday": "1869-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "G000243", "govtrack": 404605, "icpsr": 3634, "wikipedia": "David Delano Glover", "house_history": 13870, "wikidata": "Q1169892", "google_entity_id": "kg:/m/02rhf1p"}, "name": {"first": "David", "middle": "Delano", "last": "Glover"}, "bio": {"birthday": "1868-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AR", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "G000334", "govtrack": 404691, "icpsr": 3716, "wikipedia": "Edward W. Goss", "house_history": 13984, "wikidata": "Q1293980", "google_entity_id": "kg:/m/02rhfrb"}, "name": {"first": "Edward", "middle": "Wheeler", "last": "Goss"}, "bio": {"birthday": "1893-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CT", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000109", "govtrack": 404991, "icpsr": 3990, "wikipedia": "Finley Hamilton", "house_history": 14420, "wikidata": "Q1417569", "google_entity_id": "kg:/m/02qrblg"}, "name": {"first": "Finley", "last": "Hamilton"}, "bio": {"birthday": "1886-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KY", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "H000290", "govtrack": 405163, "icpsr": 4147, "wikipedia": "Michael J. Hart", "house_history": 14641, "wikidata": "Q1927982", "google_entity_id": "kg:/m/0282qvk"}, "name": {"first": "Michael", "middle": "James", "last": "Hart"}, "bio": {"birthday": "1877-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000333", "govtrack": 405203, "icpsr": 4183, "wikipedia": "William Wirt Hastings", "house_history": 14693, "wikidata": "Q2580901", "google_entity_id": "kg:/m/02rr6v2"}, "name": {"first": "William", "middle": "Wirt", "last": "Hastings"}, "bio": {"gender": "M", "birthday": "1866-12-31"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OK", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000501", "govtrack": 405364, "icpsr": 4327, "wikipedia": "Charles W. Henney", "house_history": 14905, "wikidata": "Q1066348", "google_entity_id": "kg:/m/026s7vl"}, "name": {"first": "Charles", "middle": "William Francis", "last": "Henney"}, "bio": {"gender": "M", "birthday": "1884-02-02"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000706", "govtrack": 405559, "icpsr": 4509, "wikipedia": "Einar Hoidale", "house_history": 15155, "wikidata": "Q1305873", "google_entity_id": "kg:/m/03m300"}, "name": {"first": "Einar", "last": "Hoidale"}, "bio": {"birthday": "1870-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MN", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "H000764", "govtrack": 405614, "icpsr": 4558, "wikipedia": "Joseph L. Hooper", "house_history": 15230, "wikidata": "Q965966", "google_entity_id": "kg:/m/02843yc"}, "name": {"first": "Joseph", "middle": "Lawrence", "last": "Hooper"}, "bio": {"birthday": "1877-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000792", "govtrack": 405641, "icpsr": 4583, "wikipedia": "Lynn Hornor", "house_history": 15264, "wikidata": "Q384112", "google_entity_id": "kg:/m/03c00wp"}, "name": {"first": "Lynn", "middle": "Sedwick", "last": "Hornor"}, "bio": {"birthday": "1874-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WV", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000836", "govtrack": 405683, "icpsr": 4624, "wikipedia": "Edgar Howard", "house_history": 15317, "wikidata": "Q1283941", "google_entity_id": "kg:/m/0b3rk_"}, "name": {"first": "Edgar", "last": "Howard"}, "bio": {"birthday": "1858-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NE", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NE", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NE", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NE", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NE", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NE", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000925", "govtrack": 405770, "icpsr": 4703, "wikipedia": "James F. Hughes", "house_history": 15426, "wikidata": "Q1680353", "google_entity_id": "kg:/m/02vrqbb"}, "name": {"first": "James", "middle": "Frederic", "last": "Hughes"}, "bio": {"birthday": "1883-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WI", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "J000053", "govtrack": 405958, "icpsr": 4887, "wikipedia": "W. Frank James", "house_history": 15756, "wikidata": "Q1654162", "google_entity_id": "kg:/m/0288j2m"}, "name": {"first": "William", "middle": "Francis", "last": "James"}, "bio": {"birthday": "1873-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "J000068", "govtrack": 405973, "icpsr": 4902, "wikipedia": "Lamar Jeffers", "house_history": 15779, "wikidata": "Q1801278", "google_entity_id": "kg:/m/02rk21m"}, "name": {"first": "Lamar", "last": "Jeffers"}, "bio": {"birthday": "1888-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "J000161", "govtrack": 406059, "icpsr": 4980, "wikipedia": "Magnus Johnson", "house_history": 15897, "wikidata": "Q1884568", "google_entity_id": "kg:/m/01lzsv"}, "name": {"first": "Magnus", "last": "Johnson"}, "bio": {"birthday": "1871-09-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1923-12-03", "end": "1925-03-03", "state": "MN", "class": 2, "party": "Farmer-Labor"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MN", "district": -1, "party": "Farmer-Labor"}]}, {"id": {"bioguide": "K000076", "govtrack": 406246, "icpsr": 5154, "house_history": 16175, "wikipedia": "Melville Clyde Kelly", "wikidata": "Q6813863", "google_entity_id": "kg:/m/0fjwrv"}, "name": {"first": "Melville", "middle": "Clyde", "last": "Kelly"}, "bio": {"birthday": "1883-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "PA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 30, "party": "Progressive"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "K000085", "govtrack": 406254, "icpsr": 5161, "wikipedia": "Bolivar E. Kemp", "house_history": 16185, "wikidata": "Q891363", "google_entity_id": "kg:/m/02v_k7k"}, "name": {"first": "Bolivar", "middle": "Edwards", "last": "Kemp"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "LA", "district": 6, "party": "Democrat"}], "bio": {"birthday": "1871-12-28", "gender": "M"}}, {"id": {"bioguide": "K000344", "govtrack": 406497, "icpsr": 5379, "house_history": 16517, "wikipedia": "Jacob Banks Kurtz", "wikidata": "Q6118332", "google_entity_id": "kg:/m/0fktxz"}, "name": {"first": "Jacob", "middle": "Banks", "last": "Kurtz"}, "bio": {"birthday": "1867-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "L000191", "govtrack": 406694, "icpsr": 5556, "wikipedia": "Frank H. Lee", "house_history": 16833, "wikidata": "Q1443362", "google_entity_id": "kg:/m/02rz62c"}, "name": {"first": "Frank", "middle": "Hood", "last": "Lee"}, "bio": {"gender": "M", "birthday": "1873-03-29"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "L000228", "govtrack": 406732, "icpsr": 5593, "wikipedia": "John C. Lehr", "house_history": 16875, "wikidata": "Q1699496", "google_entity_id": "kg:/m/027l5h6"}, "name": {"first": "John", "middle": "Camillus", "last": "Lehr"}, "bio": {"birthday": "1878-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000325", "govtrack": 406818, "icpsr": 5677, "wikipedia": "George W. Lindsay", "house_history": 16997, "wikidata": "Q422897", "google_entity_id": "kg:/m/026k9zb"}, "name": {"first": "George", "middle": "Washington", "last": "Lindsay"}, "bio": {"birthday": "1865-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000409", "govtrack": 406900, "icpsr": 5752, "house_history": 17101, "wikipedia": "Augustine Lonergan", "wikidata": "Q768297", "google_entity_id": "kg:/m/08v6sj"}, "name": {"first": "Augustine", "last": "Lonergan"}, "bio": {"birthday": "1874-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "CT", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000489", "govtrack": 406977, "icpsr": 5820, "wikipedia": "Ralph F. Lozier", "house_history": 17202, "wikidata": "Q1740157", "google_entity_id": "kg:/m/02rz7vd"}, "name": {"first": "Ralph", "middle": "Fulton", "last": "Lozier"}, "bio": {"birthday": "1866-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000073", "govtrack": 407101, "icpsr": 5932, "wikipedia": "James Earl Major", "house_history": 17420, "wikidata": "Q6133277", "google_entity_id": "kg:/m/02rkb0p"}, "name": {"first": "James", "middle": "Earl", "last": "Major"}, "bio": {"birthday": "1887-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "M000138", "govtrack": 407161, "icpsr": 5987, "house_history": 17498, "wikipedia": "E. W. Marland", "wikidata": "Q743995", "google_entity_id": "kg:/m/07tz2h"}, "name": {"first": "Ernest", "middle": "Whitworth", "last": "Marland"}, "bio": {"birthday": "1874-05-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OK", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000173", "govtrack": 407195, "icpsr": 6019, "house_history": 17538, "wikipedia": "Charles Martin (Oregon politician)", "wikidata": "Q372979", "google_entity_id": "kg:/m/09jx5l"}, "name": {"first": "Charles", "middle": "Henry", "last": "Martin"}, "bio": {"gender": "M", "birthday": "1863-10-01"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OR", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000293", "govtrack": 407308, "icpsr": 6119, "wikipedia": "William Gibbs McAdoo", "wikidata": "Q741058", "google_entity_id": "kg:/m/02qbmk"}, "name": {"first": "William", "middle": "Gibbs", "last": "McAdoo"}, "bio": {"gender": "M", "birthday": "1863-10-31"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "CA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000307", "govtrack": 407321, "house_history": 17702, "wikipedia": "Lincoln Loy McCandless", "wikidata": "Q1825747", "google_entity_id": "kg:/m/03njvq"}, "name": {"first": "Lincoln", "middle": "Loy", "last": "McCandless"}, "bio": {"birthday": "1859-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "HI", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000338", "govtrack": 407347, "icpsr": 6158, "wikipedia": "James V. McClintic", "house_history": 17745, "wikidata": "Q1681222", "google_entity_id": "kg:/m/02rr6vs"}, "name": {"first": "James", "middle": "Vernon", "last": "McClintic"}, "bio": {"birthday": "1878-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OK", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000434", "govtrack": 407434, "icpsr": 6238, "house_history": 17870, "wikipedia": "Louis Thomas McFadden", "wikidata": "Q2473759", "google_entity_id": "kg:/m/0fkv4y"}, "name": {"first": "Louis", "middle": "Thomas", "last": "McFadden"}, "bio": {"birthday": "1876-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "M000447", "govtrack": 407446, "icpsr": 6251, "wikipedia": "George McGill", "wikidata": "Q963581", "google_entity_id": "kg:/m/0c48w_"}, "name": {"first": "George", "last": "McGill"}, "bio": {"gender": "M", "birthday": "1879-02-12"}, "terms": [{"type": "sen", "start": "1930-01-01", "end": "1933-03-03", "state": "KS", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "KS", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000463", "govtrack": 407462, "icpsr": 6265, "wikipedia": "Harold C. McGugin", "house_history": 17903, "wikidata": "Q1585783", "google_entity_id": "kg:/m/02rm9td"}, "name": {"first": "Harold", "middle": "Clement", "last": "McGugin"}, "bio": {"gender": "M", "birthday": "1893-11-22"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KS", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000511", "govtrack": 407505, "icpsr": 6304, "wikipedia": "Tom D. McKeown", "house_history": 17966, "wikidata": "Q1385814", "google_entity_id": "kg:/m/02rr785"}, "name": {"first": "Thomas", "middle": "Deitz", "last": "McKeown"}, "bio": {"birthday": "1878-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OK", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000766", "govtrack": 407744, "icpsr": 6520, "wikipedia": "Jacob L. Milligan", "house_history": 18288, "wikidata": "Q1677562", "google_entity_id": "kg:/m/02rz6rb"}, "name": {"first": "Jacob", "middle": "Le Roy", "last": "Milligan"}, "bio": {"birthday": "1889-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000939", "govtrack": 407908, "icpsr": 6668, "house_history": 18510, "wikipedia": "John H. Morehead", "wikidata": "Q885869", "google_entity_id": "kg:/m/09r8tc"}, "name": {"first": "John", "middle": "Henry", "last": "Morehead"}, "bio": {"gender": "M", "birthday": "1861-12-03"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NE", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NE", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NE", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NE", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NE", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NE", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M001055", "govtrack": 408021, "icpsr": 6774, "wikipedia": "P. H. Moynihan", "house_history": 18645, "wikidata": "Q4355276", "google_entity_id": "kg:/m/07c3m9"}, "name": {"first": "Patrick", "middle": "Henry", "last": "Moynihan"}, "bio": {"birthday": "1869-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M001067", "govtrack": 408033, "icpsr": 6785, "house_history": 18662, "wikipedia": "Michael Joseph Muldowney", "wikidata": "Q6831736", "google_entity_id": "kg:/m/0fj_wl"}, "name": {"first": "Michael", "middle": "Joseph", "last": "Muldowney"}, "bio": {"birthday": "1889-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "M001103", "govtrack": 408067, "icpsr": 6815, "wikipedia": "Richard L. Murphy", "wikidata": "Q2150045", "google_entity_id": "kg:/m/08v6pr"}, "name": {"first": "Richard", "middle": "Louis", "last": "Murphy"}, "bio": {"birthday": "1875-11-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1937-01-03", "state": "IA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M001122", "govtrack": 408084, "icpsr": 6832, "wikipedia": "Harry W. Musselwhite", "house_history": 18728, "wikidata": "Q1586857", "google_entity_id": "kg:/m/02q1cyd"}, "name": {"first": "Harry", "middle": "Webster", "last": "Musselwhite"}, "bio": {"gender": "M", "birthday": "1868-05-23"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "N000048", "govtrack": 408138, "icpsr": 6878, "wikipedia": "Walter Nesbit", "house_history": 18893, "wikidata": "Q7965713", "google_entity_id": "kg:/m/02rkd8j"}, "name": {"first": "Walter", "last": "Nesbit"}, "bio": {"birthday": "1878-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "N000132", "govtrack": 408216, "icpsr": 6954, "wikipedia": "Peter Norbeck", "wikidata": "Q367165", "google_entity_id": "kg:/m/0827_q"}, "name": {"first": "Peter", "last": "Norbeck"}, "bio": {"birthday": "1870-08-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "SD", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "SD", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1933-03-09", "end": "1937-01-03", "state": "SD", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "O000081", "govtrack": 408295, "icpsr": 7068, "wikipedia": "Kathryn O'Loughlin McCarthy", "house_history": 19167, "wikidata": "Q1736542", "google_entity_id": "kg:/m/02rmbr9"}, "name": {"first": "Kathryn", "middle": "Ellen", "last": "O'Loughlin McCarthy"}, "bio": {"birthday": "1894-04-24", "gender": "F"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KS", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "O000072", "govtrack": 408345, "icpsr": 7059, "wikipedia": "Frank A. Oliver", "house_history": 19156, "wikidata": "Q5484899", "google_entity_id": "kg:/m/02rlccc"}, "name": {"first": "Frank", "last": "Oliver"}, "bio": {"birthday": "1883-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "O000118", "govtrack": 408373, "wikipedia": "Camilo Os\u00edas", "house_history": 19211, "wikidata": "Q117832", "google_entity_id": "kg:/m/0cqmby"}, "name": {"first": "Camilo", "last": "Osias"}, "bio": {"birthday": "1889-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PI", "district": -1}]}, {"id": {"bioguide": "P000056", "govtrack": 408466, "icpsr": 7190, "wikipedia": "Homer C. Parker", "house_history": 19345, "wikidata": "Q1626007", "google_entity_id": "kg:/m/02rk0vs"}, "name": {"first": "Homer", "middle": "Cling", "last": "Parker"}, "bio": {"birthday": "1885-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000062", "govtrack": 408472, "icpsr": 7196, "wikipedia": "James S. Parker", "house_history": 19351, "wikidata": "Q6142681", "google_entity_id": "kg:/m/026mwfl"}, "name": {"first": "James", "middle": "Southworth", "last": "Parker"}, "bio": {"birthday": "1867-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "P000174", "govtrack": 408578, "icpsr": 7292, "wikipedia": "Hubert H. Peavey", "house_history": 19493, "wikidata": "Q1633181", "google_entity_id": "kg:/m/02vrqn9"}, "name": {"first": "Hubert", "middle": "Haskell", "last": "Peavey"}, "bio": {"birthday": "1881-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WI", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "P000430", "govtrack": 408821, "icpsr": 7524, "wikipedia": "James P. Pope", "wikidata": "Q282091", "google_entity_id": "kg:/m/05_g6_"}, "name": {"first": "James", "middle": "Pinckney", "last": "Pope"}, "bio": {"gender": "M", "birthday": "1884-03-31"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "ID", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000474", "govtrack": 408859, "icpsr": 7565, "wikipedia": "Edward W. Pou", "house_history": 19867, "wikidata": "Q1294003", "google_entity_id": "kg:/m/0fvq19"}, "name": {"first": "Edward", "middle": "William", "last": "Pou"}, "bio": {"birthday": "1863-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "P000495", "govtrack": 408880, "icpsr": 7585, "wikipedia": "Anning Smith Prall", "house_history": 19892, "wikidata": "Q2162175", "google_entity_id": "kg:/m/078zb3"}, "name": {"first": "Anning", "middle": "Smith", "last": "Prall"}, "bio": {"birthday": "1870-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "R000009", "govtrack": 408992, "icpsr": 7688, "wikipedia": "Heartsill Ragon", "house_history": 20084, "wikidata": "Q1592467", "google_entity_id": "kg:/m/02rhh8v"}, "name": {"first": "Heartsill", "last": "Ragon"}, "bio": {"birthday": "1885-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AR", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000014", "govtrack": 408996, "icpsr": 7691, "wikipedia": "Henry Thomas Rainey", "house_history": 20092, "wikidata": "Q943321", "google_entity_id": "kg:/m/047pzn"}, "name": {"first": "Henry", "middle": "Thomas", "last": "Rainey"}, "bio": {"birthday": "1860-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "R000145", "govtrack": 409123, "icpsr": 7809, "wikipedia": "Frank R. Reid", "house_history": 20264, "wikidata": "Q13218866", "google_entity_id": "kg:/m/02rkz3l"}, "name": {"first": "Frank", "middle": "R.", "last": "Reid"}, "bio": {"birthday": "1879-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "R000498", "govtrack": 409457, "icpsr": 8105, "wikipedia": "James Edward Ruffin", "house_history": 20701, "wikidata": "Q1680325", "google_entity_id": "kg:/m/02rz6t1"}, "name": {"first": "James", "middle": "Edward", "last": "Ruffin"}, "bio": {"gender": "M", "birthday": "1893-07-24"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MO", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S000280", "govtrack": 409779, "icpsr": 8395, "wikipedia": "Ashton C. Shallenberger", "house_history": 21485, "wikidata": "Q365869", "google_entity_id": "kg:/m/09r7c2"}, "name": {"first": "Ashton", "middle": "Cokayne", "last": "Shallenberger"}, "bio": {"birthday": "1862-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "NE", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NE", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NE", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NE", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NE", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NE", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NE", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NE", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000374", "govtrack": 409868, "icpsr": 8481, "wikipedia": "Francis Shoemaker", "house_history": 21602, "wikidata": "Q1441732", "google_entity_id": "kg:/m/0268mc4"}, "name": {"first": "Francis", "middle": "Henry", "last": "Shoemaker"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MN", "district": -1, "party": "Farmer-Labor"}], "bio": {"birthday": "1889-04-25", "gender": "M"}}, {"id": {"bioguide": "S000431", "govtrack": 409925, "icpsr": 8528, "wikipedia": "James Simpson, Jr.", "house_history": 21675, "wikidata": "Q6143202", "google_entity_id": "kg:/m/02rkb7x"}, "name": {"first": "James", "last": "Simpson", "suffix": "Jr."}, "bio": {"birthday": "1905-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "S000442", "govtrack": 409936, "icpsr": 8538, "house_history": 21689, "wikipedia": "James H. Sinclair", "wikidata": "Q1680500", "google_entity_id": "kg:/m/02q7_s0"}, "name": {"first": "James", "middle": "Herbert", "last": "Sinclair"}, "bio": {"birthday": "1871-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "ND", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "ND", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "ND", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "ND", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "ND", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "ND", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "ND", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "ND", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000783", "govtrack": 410249, "icpsr": 8827, "wikipedia": "Gale H. Stalker", "house_history": 22107, "wikidata": "Q5518274", "google_entity_id": "kg:/m/0kscj3"}, "name": {"first": "Gale", "middle": "Hamilton", "last": "Stalker"}, "bio": {"birthday": "1889-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 37, "party": "Republican"}]}, {"id": {"bioguide": "S000848", "govtrack": 410312, "icpsr": 8880, "wikipedia": "Frederick Steiwer", "wikidata": "Q1261922", "google_entity_id": "kg:/m/0d8smn"}, "name": {"first": "Frederick", "last": "Steiwer"}, "bio": {"gender": "M", "birthday": "1883-10-13"}, "terms": [{"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "OR", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "OR", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000946", "govtrack": 410405, "icpsr": 8969, "wikipedia": "Edward L. Stokes", "house_history": 22307, "wikidata": "Q5344031", "google_entity_id": "kg:/m/0dhrkr"}, "name": {"first": "Edward", "middle": "Lowber", "last": "Stokes"}, "bio": {"birthday": "1880-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S001015", "govtrack": 410472, "icpsr": 9034, "house_history": 22394, "wikipedia": "Nathan Leroy Strong", "wikidata": "Q6969201", "google_entity_id": "kg:/m/0fjxmc"}, "name": {"first": "Nathan", "middle": "Leroy", "last": "Strong"}, "bio": {"birthday": "1859-11-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "S001019", "govtrack": 410476, "icpsr": 9038, "wikipedia": "Sterling P. Strong", "house_history": 22398, "wikidata": "Q2345567", "google_entity_id": "kg:/m/03c2_10"}, "name": {"first": "Sterling", "middle": "Price", "last": "Strong"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": -1, "party": "Democrat"}], "bio": {"birthday": "1862-08-17", "gender": "M"}}, {"id": {"bioguide": "S001041", "govtrack": 410497, "icpsr": 9058, "wikipedia": "Elmer E. Studley", "house_history": 22424, "wikidata": "Q13219184", "google_entity_id": "kg:/m/026hc4v"}, "name": {"first": "Elmer", "middle": "Ebenezer", "last": "Studley"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": -1, "party": "Democrat"}], "bio": {"birthday": "1869-09-24", "gender": "M"}}, {"id": {"bioguide": "S001089", "govtrack": 410542, "icpsr": 9102, "wikipedia": "Fletcher B. Swank", "house_history": 22485, "wikidata": "Q1428150", "google_entity_id": "kg:/m/02rr6_l"}, "name": {"first": "Fletcher", "middle": "B.", "last": "Swank"}, "bio": {"birthday": "1875-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OK", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S001114", "govtrack": 410566, "icpsr": 9123, "wikipedia": "J. Howard Swick", "house_history": 22514, "wikidata": "Q6105996", "google_entity_id": "kg:/m/0fczmn"}, "name": {"first": "Jesse", "middle": "Howard", "last": "Swick"}, "bio": {"birthday": "1879-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "T000129", "govtrack": 410711, "icpsr": 9258, "wikipedia": "George B. Terrell", "house_history": 22790, "wikidata": "Q1506918", "google_entity_id": "kg:/m/03c2_1q"}, "name": {"first": "George", "middle": "Butler", "last": "Terrell"}, "bio": {"birthday": "1862-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "T000225", "govtrack": 410804, "icpsr": 9346, "wikipedia": "William Henry Thompson", "wikidata": "Q2579261", "google_entity_id": "kg:/m/09wyc7"}, "name": {"first": "William", "middle": "Henry", "last": "Thompson"}, "bio": {"birthday": "1853-12-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1935-01-03", "state": "NE", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000349", "govtrack": 410920, "icpsr": 9453, "wikipedia": "William I. Traeger", "house_history": 23063, "wikidata": "Q2579377", "google_entity_id": "kg:/m/0ksxyw"}, "name": {"first": "William", "middle": "Isham", "last": "Traeger"}, "bio": {"birthday": "1880-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "U000037", "govtrack": 411059, "icpsr": 9581, "wikipedia": "John G. Utterback", "house_history": 20875, "wikidata": "Q59445", "google_entity_id": "kg:/m/02ry1j4"}, "name": {"first": "John", "middle": "Gregg", "last": "Utterback"}, "bio": {"birthday": "1872-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "ME", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000040", "govtrack": 411220, "icpsr": 9730, "wikipedia": "Alfred M. Waldron", "house_history": 23265, "wikidata": "Q4723103", "google_entity_id": "kg:/m/0d_trg"}, "name": {"first": "Alfred", "middle": "Marpole", "last": "Waldron"}, "bio": {"birthday": "1865-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000201", "govtrack": 411372, "icpsr": 9873, "house_history": 23454, "wikipedia": "Henry Winfield Watson", "wikidata": "Q5730381", "google_entity_id": "kg:/m/0fll__"}, "name": {"first": "Henry", "middle": "Winfield", "last": "Watson"}, "bio": {"birthday": "1856-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000254", "govtrack": 411422, "icpsr": 9918, "wikipedia": "Carl M. Weideman", "house_history": 23521, "wikidata": "Q1039613", "google_entity_id": "kg:/m/02q623y"}, "name": {"first": "Carl", "middle": "May", "last": "Weideman"}, "bio": {"birthday": "1898-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "W000301", "govtrack": 411465, "icpsr": 9959, "house_history": 23578, "wikipedia": "Charles F. West", "wikidata": "Q5077573", "google_entity_id": "kg:/m/03gxbq8"}, "name": {"first": "Charles", "middle": "Franklin", "last": "West"}, "bio": {"birthday": "1895-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "W000420", "govtrack": 411579, "icpsr": 10068, "wikipedia": "James L. Whitley", "house_history": 23712, "wikidata": "Q6137679", "google_entity_id": "kg:/m/0krz7z"}, "name": {"first": "James", "middle": "Lucius", "last": "Whitley"}, "bio": {"birthday": "1872-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 38, "party": "Republican"}]}, {"id": {"bioguide": "W000485", "govtrack": 411642, "icpsr": 10130, "wikipedia": "Albert C. Willford", "house_history": 23793, "wikidata": "Q1600446", "google_entity_id": "kg:/m/02rk71g"}, "name": {"first": "Albert", "middle": "Clinton", "last": "Willford"}, "bio": {"birthday": "1877-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000987", "govtrack": 405828, "wikipedia": "Richard C. Hunter", "wikidata": "Q2149197", "google_entity_id": "kg:/m/09wx52"}, "name": {"first": "Richard", "middle": "Charles", "last": "Hunter"}, "bio": {"gender": "M", "birthday": "1884-12-03"}, "terms": [{"type": "sen", "start": "1934-01-01", "end": "1935-01-03", "state": "NE", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000025", "govtrack": 400686, "icpsr": 19, "house_history": 8288, "wikipedia": "J. Leroy Adair", "wikidata": "Q6106352", "google_entity_id": "kg:/m/02rkb10"}, "name": {"first": "Jackson", "middle": "Leroy", "last": "Adair"}, "bio": {"birthday": "1887-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "A000240", "govtrack": 400869, "icpsr": 189, "wikipedia": "A. Piatt Andrew", "house_history": 8599, "wikidata": "Q331023", "google_entity_id": "kg:/m/0b7sbq"}, "name": {"first": "Abram", "middle": "Piatt", "last": "Andrew", "suffix": "Jr."}, "bio": {"birthday": "1873-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "A000300", "govtrack": 400942, "icpsr": 252, "wikipedia": "William W. Arnold", "house_history": 8678, "wikidata": "Q8019755", "google_entity_id": "kg:/m/02rkdnk"}, "name": {"first": "William", "middle": "Wright", "last": "Arnold"}, "bio": {"birthday": "1877-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "A000319", "govtrack": 400965, "icpsr": 273, "wikipedia": "Henry F. Ashurst", "wikidata": "Q539092", "google_entity_id": "kg:/m/07s4f1"}, "name": {"first": "Henry", "middle": "Fountain", "last": "Ashurst"}, "bio": {"birthday": "1874-09-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1912-01-01", "end": "1917-03-03", "state": "AZ", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "AZ", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "AZ", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "AZ", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "AZ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000352", "govtrack": 401003, "icpsr": 307, "house_history": 8744, "wikipedia": "Roy E. Ayers", "wikidata": "Q370646", "google_entity_id": "kg:/m/027y7zg"}, "name": {"first": "Roy", "middle": "Elmer", "last": "Ayers"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MT", "district": 2, "party": "Democrat"}], "bio": {"birthday": "1882-11-09", "gender": "M"}}, {"id": {"bioguide": "B000009", "govtrack": 401015, "icpsr": 318, "wikipedia": "Isaac Bacharach", "house_history": 8784, "wikidata": "Q1673360", "google_entity_id": "kg:/m/02vn_7h"}, "name": {"first": "Isaac", "last": "Bacharach"}, "bio": {"birthday": "1870-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NJ", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000389", "govtrack": 401380, "icpsr": 650, "wikipedia": "Elmer Austin Benson", "wikidata": "Q440203", "google_entity_id": "kg:/m/01l6d8"}, "name": {"first": "Elmer", "middle": "Austin", "last": "Benson"}, "bio": {"birthday": "1895-09-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1935-01-03", "end": "1937-01-03", "state": "MN", "class": 2, "party": "Farmer-Labor"}]}, {"id": {"bioguide": "B000409", "govtrack": 401397, "icpsr": 666, "house_history": 9307, "wikipedia": "William M. Berlin", "wikidata": "Q8014840", "google_entity_id": "kg:/m/0fg6dw"}, "name": {"first": "William", "middle": "Markle", "last": "Berlin"}, "bio": {"gender": "M", "birthday": "1880-03-29"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 28, "party": "Democrat"}]}, {"id": {"bioguide": "B000549", "govtrack": 401524, "icpsr": 788, "wikipedia": "Thomas L. Blanton", "house_history": 9485, "wikidata": "Q2425654", "google_entity_id": "kg:/m/03c2z_n"}, "name": {"first": "Thomas", "middle": "Lindsay", "last": "Blanton"}, "bio": {"birthday": "1872-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "B000799", "govtrack": 401756, "icpsr": 1004, "wikipedia": "Martin A. Brennan", "house_history": 9812, "wikidata": "Q6774850", "google_entity_id": "kg:/m/02rkc1b"}, "name": {"first": "Martin", "middle": "Adlai", "last": "Brennan"}, "bio": {"birthday": "1879-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "B000882", "govtrack": 401839, "icpsr": 1079, "house_history": 9919, "wikipedia": "J. Twing Brooks", "wikidata": "Q6107285", "google_entity_id": "kg:/m/0fg6lc"}, "name": {"first": "Joshua", "middle": "Twing", "last": "Brooks"}, "bio": {"birthday": "1884-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 30, "party": "Democrat"}]}, {"id": {"bioguide": "B000981", "govtrack": 401933, "icpsr": 1166, "wikipedia": "William F. Brunner", "house_history": 10045, "wikidata": "Q277059", "google_entity_id": "kg:/m/026yx1z"}, "name": {"first": "William", "middle": "Frank", "last": "Brunner"}, "bio": {"birthday": "1887-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B001020", "govtrack": 401970, "icpsr": 1201, "wikipedia": "John T. Buckbee", "house_history": 10096, "wikidata": "Q7002372", "google_entity_id": "kg:/m/02rkbsr"}, "name": {"first": "John", "middle": "Theodore", "last": "Buckbee"}, "bio": {"gender": "M", "birthday": "1871-08-01"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "B001089", "govtrack": 402035, "icpsr": 1263, "wikipedia": "Edward R. Burke", "house_history": 10182, "wikidata": "Q1228837", "google_entity_id": "kg:/m/09wf2_"}, "name": {"first": "Edward", "middle": "Raymond", "last": "Burke"}, "bio": {"birthday": "1880-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NE", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "NE", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B001124", "govtrack": 402069, "icpsr": 1294, "wikipedia": "George Burnham", "house_history": 10223, "wikidata": "Q1507046", "google_entity_id": "kg:/m/0bn6_q"}, "name": {"first": "George", "last": "Burnham"}, "bio": {"birthday": "1868-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "B001217", "govtrack": 402156, "icpsr": 1372, "wikipedia": "Joseph W. Byrns Sr.", "house_history": 10343, "wikidata": "Q965009", "google_entity_id": "kg:/m/036699"}, "name": {"first": "Joseph", "middle": "Wellington", "last": "Byrns"}, "bio": {"birthday": "1869-07-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000140", "govtrack": 402290, "icpsr": 1499, "wikipedia": "Cap R. Carden", "house_history": 10627, "wikidata": "Q922599", "google_entity_id": "kg:/m/02rhc_9"}, "name": {"first": "Cap", "middle": "Robert", "last": "Carden"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KY", "district": 4, "party": "Democrat"}], "bio": {"birthday": "1866-12-17", "gender": "M"}}, {"id": {"bioguide": "C000159", "govtrack": 402308, "icpsr": 1514, "house_history": 10653, "wikipedia": "Archibald Hill Carmichael", "wikidata": "Q633184", "google_entity_id": "kg:/m/02qps8s"}, "name": {"first": "Archibald", "middle": "Hill", "last": "Carmichael"}, "bio": {"birthday": "1864-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000173", "govtrack": 402321, "icpsr": 1526, "house_history": 10669, "wikipedia": "Randolph Carpenter", "wikidata": "Q548307", "google_entity_id": "kg:/m/02rm96v"}, "name": {"first": "William", "middle": "Randolph", "last": "Carpenter"}, "bio": {"birthday": "1894-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KS", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000214", "govtrack": 402360, "icpsr": 1563, "wikipedia": "Glover H. Cary", "house_history": 10722, "wikidata": "Q1532257", "google_entity_id": "kg:/m/073r0v"}, "name": {"first": "Glover", "middle": "H.", "last": "Cary"}, "bio": {"birthday": "1885-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000240", "govtrack": 402385, "icpsr": 1589, "wikipedia": "Bryant Thomas Castellow", "house_history": 10756, "wikidata": "Q995149", "google_entity_id": "kg:/m/0gt6dw"}, "name": {"first": "Bryant", "middle": "Thomas", "last": "Castellow"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "GA", "district": 3, "party": "Democrat"}], "bio": {"birthday": "1876-07-29", "gender": "M"}}, {"id": {"bioguide": "C000262", "govtrack": 402406, "icpsr": 1609, "wikipedia": "Peter Angelo Cavicchia", "house_history": 10784, "wikidata": "Q1477890", "google_entity_id": "kg:/m/078x8g"}, "name": {"first": "Peter", "middle": "Angelo", "last": "Cavicchia"}, "bio": {"birthday": "1879-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NJ", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NJ", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "C000381", "govtrack": 402520, "icpsr": 1715, "house_history": 10931, "wikipedia": "Theodore Christianson", "wikidata": "Q889558", "google_entity_id": "kg:/m/01l6sg"}, "name": {"first": "Theodore", "last": "Christianson"}, "bio": {"gender": "M", "birthday": "1883-09-12"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MN", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000402", "govtrack": 402541, "icpsr": 1735, "house_history": 10955, "wikipedia": "James Robert Claiborne", "wikidata": "Q1525346", "google_entity_id": "kg:/m/054c9g"}, "name": {"first": "James", "middle": "Robert", "last": "Claiborne"}, "bio": {"birthday": "1882-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MO", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "C000643", "govtrack": 402771, "icpsr": 1950, "house_history": 11257, "wikipedia": "Sam L. Collins", "wikidata": "Q1680142", "google_entity_id": "kg:/m/0b1_25"}, "name": {"first": "Samuel", "middle": "LaFort", "last": "Collins"}, "bio": {"birthday": "1895-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "C000673", "govtrack": 402799, "icpsr": 1976, "wikipedia": "Francis Condon", "house_history": 11296, "wikidata": "Q1441444", "google_entity_id": "kg:/m/02rhg5s"}, "name": {"first": "Francis", "middle": "Bernard", "last": "Condon"}, "bio": {"birthday": "1891-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "RI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "RI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "RI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000757", "govtrack": 402877, "icpsr": 2051, "wikipedia": "John G. Cooper", "house_history": 11404, "wikidata": "Q1700146", "google_entity_id": "kg:/m/02rhk29"}, "name": {"first": "John", "middle": "Gordon", "last": "Cooper"}, "bio": {"birthday": "1872-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "C000769", "govtrack": 402888, "icpsr": 2062, "wikipedia": "Royal S. Copeland", "wikidata": "Q5611891", "google_entity_id": "kg:/m/06fc5v"}, "name": {"first": "Royal", "middle": "Samuel", "last": "Copeland"}, "bio": {"birthday": "1868-11-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "NY", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "NY", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1935-01-03", "end": "1939-01-03", "state": "NY", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000785", "govtrack": 402905, "icpsr": 2074, "wikipedia": "Parker Corning", "house_history": 11437, "wikidata": "Q7138291", "google_entity_id": "kg:/m/0271ckn"}, "name": {"first": "Parker", "last": "Corning"}, "bio": {"birthday": "1874-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 28, "party": "Democrat"}]}, {"id": {"bioguide": "C000931", "govtrack": 403043, "icpsr": 2198, "wikipedia": "Oliver H. Cross", "house_history": 11619, "wikidata": "Q1335316", "google_entity_id": "kg:/m/03c2zw5"}, "name": {"first": "Oliver", "middle": "Harlan", "last": "Cross"}, "bio": {"birthday": "1868-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "D000177", "govtrack": 403339, "icpsr": 2450, "wikipedia": "Cleveland Dear", "house_history": 12052, "wikidata": "Q1100740", "google_entity_id": "kg:/m/0ds8d9"}, "name": {"first": "Cleveland", "last": "Dear"}, "bio": {"birthday": "1888-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "LA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "D000218", "govtrack": 403360, "wikipedia": "Francisco Afan Delgado", "house_history": 12104, "wikidata": "Q2793511", "google_entity_id": "kg:/m/0ct0yl"}, "name": {"first": "Francisco", "middle": "Afan", "last": "Delgado"}, "bio": {"birthday": "1886-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PI", "district": -1}]}, {"id": {"bioguide": "D000340", "govtrack": 403458, "icpsr": 2590, "house_history": 12249, "wikipedia": "Charles E. Dietrich", "wikidata": "Q5077078", "google_entity_id": "kg:/m/0fgzw3"}, "name": {"first": "Charles", "middle": "Elmer", "last": "Dietrich"}, "bio": {"birthday": "1889-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "D000382", "govtrack": 403498, "icpsr": 2629, "wikipedia": "Donald C. Dobbins", "house_history": 12303, "wikidata": "Q5294106", "google_entity_id": "kg:/m/02rk9bb"}, "name": {"first": "Donald", "middle": "Claude", "last": "Dobbins"}, "bio": {"gender": "M", "birthday": "1878-03-20"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "D000410", "govtrack": 403523, "icpsr": 2652, "wikipedia": "A. Victor Donahey", "wikidata": "Q279193", "google_entity_id": "kg:/m/033tsr"}, "name": {"first": "Alvin", "middle": "Victor", "last": "Donahey"}, "bio": {"birthday": "1873-07-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "OH", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000460", "govtrack": 403570, "icpsr": 2695, "house_history": 12408, "wikipedia": "Isaac Hoffer Doutrich", "wikidata": "Q6076507", "google_entity_id": "kg:/m/0fjzc1"}, "name": {"first": "Isaac", "middle": "Hoffer", "last": "Doutrich"}, "bio": {"gender": "M", "birthday": "1871-12-19"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "D000501", "govtrack": 403608, "icpsr": 2730, "wikipedia": "Denis J. Driscoll", "house_history": 12460, "wikidata": "Q5257293", "google_entity_id": "kg:/m/0fgztc"}, "name": {"first": "Denis", "middle": "Joseph", "last": "Driscoll"}, "bio": {"birthday": "1871-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "D000517", "govtrack": 403627, "icpsr": 2746, "wikipedia": "Warren J. Duffey", "house_history": 12477, "wikidata": "Q7970296", "google_entity_id": "kg:/m/02rj_4f"}, "name": {"first": "Warren", "middle": "Joseph", "last": "Duffey"}, "bio": {"birthday": "1886-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "D000519", "govtrack": 403629, "icpsr": 2748, "wikipedia": "James P.B. Duffy", "house_history": 12479, "wikidata": "Q6140725", "google_entity_id": "kg:/m/0krz7l"}, "name": {"first": "James", "middle": "Patrick Bernard", "last": "Duffy"}, "bio": {"birthday": "1878-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 38, "party": "Democrat"}]}, {"id": {"bioguide": "D000545", "govtrack": 403653, "icpsr": 2770, "wikipedia": "Aubert C. Dunn", "house_history": 12505, "wikidata": "Q758458", "google_entity_id": "kg:/m/02rtn3_"}, "name": {"first": "Aubert", "middle": "Culberson", "last": "Dunn"}, "bio": {"birthday": "1896-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MS", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "E000003", "govtrack": 403699, "icpsr": 2810, "wikipedia": "Joe H. Eagle", "house_history": 12607, "wikidata": "Q1691447", "google_entity_id": "kg:/m/02rvb1g"}, "name": {"first": "Joe", "middle": "Henry", "last": "Eagle"}, "bio": {"birthday": "1870-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "E000006", "govtrack": 403702, "icpsr": 2812, "wikipedia": "Daniel S. Earhart", "house_history": 12610, "wikidata": "Q1162455", "google_entity_id": "kg:/m/02rr6lj"}, "name": {"first": "Daniel", "middle": "Scofield", "last": "Earhart"}, "bio": {"gender": "M", "birthday": "1907-05-28"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "E000098", "govtrack": 403789, "icpsr": 2887, "wikipedia": "William A. Ekwall", "house_history": 12718, "wikidata": "Q2577701", "google_entity_id": "kg:/m/02rk_6n"}, "name": {"first": "William", "middle": "Alexander", "last": "Ekwall"}, "bio": {"birthday": "1887-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OR", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000071", "govtrack": 404029, "icpsr": 3101, "wikipedia": "Clare G. Fenerty", "house_history": 13056, "wikidata": "Q5126167", "google_entity_id": "kg:/m/0d_vh8"}, "name": {"first": "Clare", "middle": "Gerald", "last": "Fenerty"}, "bio": {"birthday": "1895-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000114", "govtrack": 404071, "icpsr": 3139, "wikipedia": "William L. Fiesinger", "house_history": 13117, "wikidata": "Q8014165", "google_entity_id": "kg:/m/02rj_qb"}, "name": {"first": "William", "middle": "Louis", "last": "Fiesinger"}, "bio": {"birthday": "1877-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "F000354", "govtrack": 404301, "icpsr": 3347, "wikipedia": "Lynn Frazier", "wikidata": "Q367709", "google_entity_id": "kg:/m/01pgqd"}, "name": {"first": "Lynn", "middle": "Joseph", "last": "Frazier"}, "bio": {"birthday": "1874-12-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "ND", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "ND", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "ND", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000094", "govtrack": 404466, "icpsr": 3502, "wikipedia": "Percy Lee Gassaway", "house_history": 13680, "wikidata": "Q2070265", "google_entity_id": "kg:/m/02rr6sc"}, "name": {"first": "Percy", "middle": "Lee", "last": "Gassaway"}, "bio": {"birthday": "1885-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OK", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000372", "govtrack": 404724, "icpsr": 3746, "wikipedia": "William J. Granfield", "house_history": 14033, "wikidata": "Q1719957", "google_entity_id": "kg:/m/0bwfx7"}, "name": {"first": "William", "middle": "Joseph", "last": "Granfield"}, "bio": {"birthday": "1889-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000435", "govtrack": 404783, "icpsr": 3799, "house_history": 14116, "wikipedia": "Isabella Greenway", "wikidata": "Q1673594", "google_entity_id": "kg:/m/08lbc4"}, "name": {"first": "Isabella", "middle": "Selmes", "last": "Greenway"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AZ", "district": 0, "party": "Democrat"}], "bio": {"birthday": "1886-03-22", "gender": "F"}}, {"id": {"bioguide": "G000448", "govtrack": 404794, "icpsr": 3810, "wikipedia": "William Voris Gregory", "house_history": 14132, "wikidata": "Q1744082", "google_entity_id": "kg:/m/093jlz"}, "name": {"first": "William", "middle": "Voris", "last": "Gregory"}, "bio": {"birthday": "1877-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000457", "govtrack": 404802, "icpsr": 3817, "wikipedia": "Anthony J. Griffin", "house_history": 14142, "wikidata": "Q4772830", "google_entity_id": "kg:/m/078yj3"}, "name": {"first": "Anthony", "middle": "Jerome", "last": "Griffin"}, "bio": {"birthday": "1866-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "G000518", "govtrack": 404863, "wikipedia": "Pedro Guevara", "house_history": 14215, "wikidata": "Q2655565", "google_entity_id": "kg:/m/0cpw3_"}, "name": {"first": "Pedro", "last": "Guevara"}, "bio": {"birthday": "1879-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PI", "district": -1}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PI", "district": -1}]}, {"id": {"bioguide": "H000031", "govtrack": 404916, "icpsr": 3919, "wikipedia": "Frederick Hale (US senator)", "wikidata": "Q1452897", "google_entity_id": "kg:/m/08f19f"}, "name": {"first": "Frederick", "last": "Hale"}, "bio": {"birthday": "1874-10-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "ME", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "ME", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "ME", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "ME", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000122", "govtrack": 405004, "icpsr": 4002, "wikipedia": "Simon M. Hamlin", "house_history": 14436, "wikidata": "Q2287686", "google_entity_id": "kg:/m/02ry1qb"}, "name": {"first": "Simon", "middle": "Moulton", "last": "Hamlin"}, "bio": {"birthday": "1866-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "ME", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000131", "govtrack": 405013, "icpsr": 4010, "house_history": 14447, "wikipedia": "Peter Francis Hammond", "wikidata": "Q7174067", "google_entity_id": "kg:/m/0406qpj"}, "name": {"first": "Peter", "middle": "Francis", "last": "Hammond"}, "bio": {"birthday": "1887-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "H000580", "govtrack": 405442, "icpsr": 4400, "wikipedia": "William L. Higgins", "house_history": 15001, "wikidata": "Q2579621", "google_entity_id": "kg:/m/02rj_qp"}, "name": {"first": "William", "middle": "Lincoln", "last": "Higgins"}, "bio": {"birthday": "1867-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000607", "govtrack": 405467, "icpsr": 4423, "wikipedia": "Samuel B. Hill", "house_history": 15036, "wikidata": "Q1756822", "google_entity_id": "kg:/m/02rmmzt"}, "name": {"first": "Samuel", "middle": "Billingsley", "last": "Hill"}, "bio": {"birthday": "1875-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000677", "govtrack": 405530, "icpsr": 4481, "wikipedia": "John H. Hoeppel", "house_history": 15122, "wikidata": "Q1700312", "google_entity_id": "kg:/m/02rhk4q"}, "name": {"first": "John", "middle": "Henry", "last": "Hoeppel"}, "bio": {"birthday": "1881-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "H000728", "govtrack": 405579, "icpsr": 4526, "wikipedia": "John B. Hollister", "house_history": 15183, "wikidata": "Q1528681", "google_entity_id": "kg:/m/02rhjsp"}, "name": {"first": "John", "middle": "Baker", "last": "Hollister"}, "bio": {"birthday": "1890-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000749", "govtrack": 405600, "icpsr": 4545, "wikipedia": "Rush D. Holt Sr.", "wikidata": "Q571649", "google_entity_id": "kg:/m/04xcpg"}, "name": {"first": "Rush", "middle": "Dew", "last": "Holt"}, "bio": {"birthday": "1905-06-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "WV", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000903", "govtrack": 405749, "icpsr": 4685, "wikipedia": "George Huddleston", "house_history": 15401, "wikidata": "Q1507608", "google_entity_id": "kg:/m/02rl0kz"}, "name": {"first": "George", "last": "Huddleston"}, "bio": {"gender": "M", "birthday": "1869-11-11"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AL", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "I000004", "govtrack": 405866, "icpsr": 4793, "wikipedia": "Michael L. Igoe", "house_history": 15622, "wikidata": "Q10567290", "google_entity_id": "kg:/m/0cznwh"}, "name": {"first": "Michael", "middle": "Lambert", "last": "Igoe"}, "bio": {"birthday": "1885-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "J000038", "govtrack": 405943, "icpsr": 4873, "wikipedia": "Bernhard M. Jacobsen", "house_history": 15737, "wikidata": "Q825589", "google_entity_id": "kg:/m/02rk74k"}, "name": {"first": "Bernhard", "middle": "Martin", "last": "Jacobsen"}, "bio": {"birthday": "1862-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000002", "govtrack": 406176, "icpsr": 5089, "wikipedia": "Florence Prag Kahn", "house_history": 16075, "wikidata": "Q1429384", "google_entity_id": "kg:/m/056z46"}, "name": {"first": "Florence", "middle": "Prag", "last": "Kahn"}, "bio": {"birthday": "1866-11-09", "gender": "F"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "K000183", "govtrack": 406345, "icpsr": 5245, "wikipedia": "Henry M. Kimball", "house_history": 16306, "wikidata": "Q1607000", "google_entity_id": "kg:/m/02844hm"}, "name": {"first": "Henry", "middle": "Mahlon", "last": "Kimball"}, "bio": {"birthday": "1878-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "K000216", "govtrack": 406376, "icpsr": 5274, "wikipedia": "William H. King", "house_history": 16348, "wikidata": "Q922916", "google_entity_id": "kg:/m/02d1m_"}, "name": {"first": "William", "middle": "Henry", "last": "King"}, "bio": {"birthday": "1863-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1899-12-04", "end": "1901-03-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "UT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "UT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "UT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "UT", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000222", "govtrack": 406726, "icpsr": 5589, "wikipedia": "Frederick R. Lehlbach", "house_history": 16868, "wikidata": "Q1452972", "google_entity_id": "kg:/m/0270zmm"}, "name": {"first": "Frederick", "middle": "Reimold", "last": "Lehlbach"}, "bio": {"birthday": "1876-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NJ", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "L000383", "govtrack": 406875, "icpsr": 5728, "wikipedia": "Wesley Lloyd", "house_history": 17071, "wikidata": "Q2563972", "google_entity_id": "kg:/m/02rmn0w"}, "name": {"first": "Wesley", "last": "Lloyd"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WA", "district": 6, "party": "Democrat"}], "bio": {"birthday": "1883-07-24", "gender": "M"}}, {"id": {"bioguide": "M000071", "govtrack": 407099, "icpsr": 5930, "wikipedia": "Verner Main", "house_history": 17417, "wikidata": "Q1557258", "google_entity_id": "kg:/m/02844j9"}, "name": {"first": "Verner", "middle": "Wright", "last": "Main"}, "bio": {"birthday": "1885-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000158", "govtrack": 407180, "icpsr": 6004, "wikipedia": "Leroy T. Marshall", "house_history": 17519, "wikidata": "Q6529040", "google_entity_id": "kg:/m/02rjw_c"}, "name": {"first": "Leroy", "middle": "Tate", "last": "Marshall"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 7, "party": "Republican"}], "bio": {"birthday": "1883-11-08", "gender": "M"}}, {"id": {"bioguide": "M000214", "govtrack": 407232, "icpsr": 6051, "wikipedia": "Harry H. Mason", "house_history": 17587, "wikidata": "Q5669362", "google_entity_id": "kg:/m/02rk9vh"}, "name": {"first": "Harry", "middle": "Howland", "last": "Mason"}, "bio": {"gender": "M", "birthday": "1873-12-16"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "M000427", "govtrack": 407427, "icpsr": 6233, "wikipedia": "John McDuffie", "house_history": 17861, "wikidata": "Q1358212", "google_entity_id": "kg:/m/04gqvz"}, "name": {"first": "John", "last": "McDuffie"}, "bio": {"birthday": "1883-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000604", "govtrack": 407593, "icpsr": 6385, "wikipedia": "John J. McSwain", "house_history": 18083, "wikidata": "Q1700579", "google_entity_id": "kg:/m/02rtqmt"}, "name": {"first": "John", "middle": "Jackson", "last": "McSwain"}, "bio": {"gender": "M", "birthday": "1875-05-01"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000663", "govtrack": 407649, "icpsr": 6436, "wikipedia": "Schuyler Merritt", "house_history": 18151, "wikidata": "Q1337761", "google_entity_id": "kg:/m/0dbg75"}, "name": {"first": "Schuyler", "last": "Merritt"}, "bio": {"birthday": "1853-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CT", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000800", "govtrack": 407776, "icpsr": 6549, "wikipedia": "Sherman Minton", "wikidata": "Q1849894", "google_entity_id": "kg:/m/01m0xm"}, "name": {"first": "Sherman", "last": "Minton"}, "bio": {"birthday": "1890-10-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "IN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000848", "govtrack": 407821, "icpsr": 6587, "wikipedia": "Joseph P. Monaghan", "house_history": 18396, "wikidata": "Q1707768", "google_entity_id": "kg:/m/08v6r4"}, "name": {"first": "Joseph", "middle": "Patrick", "last": "Monaghan"}, "bio": {"birthday": "1906-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000862", "govtrack": 407835, "icpsr": 6599, "wikipedia": "Numa F. Montet", "house_history": 18416, "wikidata": "Q1664289", "google_entity_id": "kg:/m/02rv98p"}, "name": {"first": "Numa", "middle": "Francois", "last": "Montet"}, "bio": {"birthday": "1892-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "LA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000893", "govtrack": 407865, "icpsr": 6627, "wikipedia": "A. Harry Moore", "wikidata": "Q278701", "google_entity_id": "kg:/m/028__4"}, "name": {"first": "Arthur", "middle": "Harry", "last": "Moore"}, "bio": {"birthday": "1877-07-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1935-01-03", "end": "1939-01-03", "state": "NJ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000932", "govtrack": 407903, "icpsr": 6663, "house_history": 18501, "wikipedia": "Edward C. Moran Jr.", "wikidata": "Q1291831", "google_entity_id": "kg:/m/0cc_f9"}, "name": {"first": "Edward", "middle": "Carleton", "last": "Moran", "suffix": "Jr."}, "bio": {"birthday": "1894-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "ME", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "ME", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000962", "govtrack": 407930, "icpsr": 6689, "house_history": 18536, "wikipedia": "Theodore L. Moritz", "wikidata": "Q7781883", "google_entity_id": "kg:/m/0fg70y"}, "name": {"first": "Theodore", "middle": "Leo", "last": "Moritz"}, "bio": {"birthday": "1892-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 32, "party": "Democrat"}]}, {"id": {"bioguide": "O000077", "govtrack": 408350, "icpsr": 7064, "house_history": 19161, "wikipedia": "William Bacon Oliver", "wikidata": "Q2577941", "google_entity_id": "kg:/m/01c3zp"}, "name": {"first": "William", "middle": "Bacon", "last": "Oliver"}, "bio": {"birthday": "1867-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "P000075", "govtrack": 408485, "icpsr": 7208, "wikipedia": "Tilman Bacon Parks", "house_history": 19365, "wikidata": "Q2433600", "google_entity_id": "kg:/m/02rk0bz"}, "name": {"first": "Tilman", "middle": "Bacon", "last": "Parks"}, "bio": {"birthday": "1872-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AR", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "P000237", "govtrack": 408640, "icpsr": 7350, "wikipedia": "Randolph Perkins", "house_history": 19573, "wikidata": "Q2130719", "google_entity_id": "kg:/m/02rz8sn"}, "name": {"first": "Randolph", "last": "Perkins"}, "bio": {"birthday": "1871-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NJ", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "P000372", "govtrack": 408767, "icpsr": 7473, "wikipedia": "Key Pittman", "wikidata": "Q357499", "google_entity_id": "kg:/m/047xph"}, "name": {"first": "Key", "last": "Pittman"}, "bio": {"birthday": "1872-09-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1913-04-07", "end": "1917-03-03", "state": "NV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "NV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "NV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "NV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "NV", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000061", "govtrack": 409041, "icpsr": 7736, "wikipedia": "Harry C. Ransley", "house_history": 20156, "wikidata": "Q5667726", "google_entity_id": "kg:/m/0dj99z"}, "name": {"first": "Harry", "middle": "Clay", "last": "Ransley"}, "bio": {"birthday": "1863-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000230", "govtrack": 409206, "icpsr": 7884, "house_history": 20369, "wikipedia": "William Emanuel Richardson", "wikidata": "Q8008593", "google_entity_id": "kg:/m/0fg_0z"}, "name": {"first": "William", "middle": "Emanuel", "last": "Richardson"}, "bio": {"gender": "M", "birthday": "1886-09-03"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "R000408", "govtrack": 409374, "icpsr": 8039, "wikipedia": "William Nathaniel Rogers", "house_history": 20591, "wikidata": "Q2580120", "google_entity_id": "kg:/m/02rj_vt"}, "name": {"first": "William", "middle": "Nathaniel", "last": "Rogers"}, "bio": {"birthday": "1892-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000496", "govtrack": 409455, "icpsr": 8104, "house_history": 20699, "wikipedia": "Stephen A. Rudd", "wikidata": "Q1589895", "google_entity_id": "kg:/m/027n2_l"}, "name": {"first": "Stephen", "middle": "Andrew", "last": "Rudd"}, "bio": {"birthday": "1874-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "R000537", "govtrack": 409494, "icpsr": 8139, "wikipedia": "Richard M. Russell", "house_history": 20745, "wikidata": "Q1748807", "google_entity_id": "kg:/m/0dwt_x"}, "name": {"first": "Richard", "middle": "Manning", "last": "Russell"}, "bio": {"birthday": "1891-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "S000043", "govtrack": 409559, "icpsr": 8205, "house_history": 21184, "wikipedia": "John N. Sandlin", "wikidata": "Q1701186", "google_entity_id": "kg:/m/0ks1_5"}, "name": {"first": "John", "middle": "Nicholas", "last": "Sandlin"}, "bio": {"birthday": "1872-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000160", "govtrack": 409667, "icpsr": 8287, "wikipedia": "Lewis B. Schwellenbach", "wikidata": "Q1767521", "google_entity_id": "kg:/m/04swwd"}, "name": {"first": "Lewis", "middle": "Baxter", "last": "Schwellenbach"}, "bio": {"birthday": "1894-09-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1935-01-03", "end": "1940-12-16", "state": "WA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000211", "govtrack": 409716, "icpsr": 8335, "wikipedia": "William J. Sears", "house_history": 21397, "wikidata": "Q1612756", "google_entity_id": "kg:/m/02rj_p9"}, "name": {"first": "William", "middle": "Joseph", "last": "Sears"}, "bio": {"birthday": "1874-12-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "FL", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "FL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S000455", "govtrack": 409947, "icpsr": 8550, "wikipedia": "Fred Sisson", "house_history": 21705, "wikidata": "Q5496278", "google_entity_id": "kg:/m/0271cc3"}, "name": {"first": "Frederick", "middle": "James", "last": "Sisson"}, "bio": {"birthday": "1879-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 33, "party": "Democrat"}]}, {"id": {"bioguide": "S000915", "govtrack": 410375, "icpsr": 8941, "house_history": 22268, "wikipedia": "J. George Stewart", "wikidata": "Q258732", "google_entity_id": "kg:/m/0krz5b"}, "name": {"first": "John", "middle": "George", "last": "Stewart"}, "bio": {"birthday": "1890-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "T000187", "govtrack": 410768, "icpsr": 9311, "wikipedia": "William D. Thomas", "house_history": 22861, "wikidata": "Q8007521", "google_entity_id": "kg:/m/02r7vw5"}, "name": {"first": "William", "middle": "David", "last": "Thomas"}, "bio": {"birthday": "1880-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "T000311", "govtrack": 410884, "icpsr": 9421, "wikipedia": "Richard J. Tonry", "house_history": 23011, "wikidata": "Q1446869", "google_entity_id": "kg:/m/027vt1v"}, "name": {"first": "Richard", "middle": "Joseph", "last": "Tonry"}, "bio": {"birthday": "1893-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "T000335", "govtrack": 410906, "icpsr": 9439, "wikipedia": "John G. Townsend, Jr.", "wikidata": "Q434691", "google_entity_id": "kg:/m/06vw4r"}, "name": {"first": "John", "middle": "Gillis", "last": "Townsend", "suffix": "Jr."}, "bio": {"gender": "M", "birthday": "1871-05-31"}, "terms": [{"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "DE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "DE", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000353", "govtrack": 410923, "icpsr": 9456, "wikipedia": "Park Trammell", "wikidata": "Q358467", "google_entity_id": "kg:/m/04bp_x"}, "name": {"first": "Park", "last": "Trammell"}, "bio": {"birthday": "1876-04-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "FL", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "FL", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "FL", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1935-01-03", "end": "1936-05-08", "state": "FL", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000386", "govtrack": 410955, "icpsr": 9486, "wikipedia": "Charles V. Truax", "house_history": 23106, "wikidata": "Q1066285", "google_entity_id": "kg:/m/02rhdkj"}, "name": {"first": "Charles", "middle": "Vilas", "last": "Truax"}, "bio": {"gender": "M", "birthday": "1887-02-01"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "T000433", "govtrack": 411001, "icpsr": 9527, "wikipedia": "Charles Murray Turpin", "house_history": 23165, "wikidata": "Q5081169", "google_entity_id": "kg:/m/0fh1l5"}, "name": {"first": "Charles", "middle": "Murray", "last": "Turpin"}, "bio": {"birthday": "1878-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "U000012", "govtrack": 411036, "icpsr": 9559, "house_history": 20842, "wikipedia": "Mell G. Underwood", "wikidata": "Q6813033", "google_entity_id": "kg:/m/04kpg0"}, "name": {"first": "Mell", "middle": "Gilbert", "last": "Underwood"}, "bio": {"birthday": "1892-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "U000036", "govtrack": 411058, "icpsr": 9580, "wikipedia": "Hubert Utterback", "house_history": 20874, "wikidata": "Q1278025", "google_entity_id": "kg:/m/02rk7ln"}, "name": {"first": "Hubert", "last": "Utterback"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IA", "district": 6, "party": "Democrat"}], "bio": {"birthday": "1880-06-28", "gender": "M"}}, {"id": {"bioguide": "W000299", "govtrack": 411463, "icpsr": 9957, "house_history": 23576, "wikipedia": "Theodore B. Werner", "wikidata": "Q1417625", "google_entity_id": "kg:/m/0276_xg"}, "name": {"first": "Theodore", "middle": "B.", "last": "Werner"}, "bio": {"birthday": "1892-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "SD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "SD", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000608", "govtrack": 411763, "icpsr": 10247, "wikipedia": "Riley J. Wilson", "house_history": 23937, "wikidata": "Q139029", "google_entity_id": "kg:/m/026pwfl"}, "name": {"first": "Riley", "middle": "Joseph", "last": "Wilson"}, "bio": {"birthday": "1871-11-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "LA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000622", "govtrack": 411776, "icpsr": 10261, "wikipedia": "William H. Wilson", "house_history": 23953, "wikidata": "Q8010675", "google_entity_id": "kg:/m/0dj83n"}, "name": {"first": "William", "middle": "Henry", "last": "Wilson"}, "bio": {"birthday": "1877-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "Z000011", "govtrack": 412004, "icpsr": 10469, "wikipedia": "Marion Zioncheck", "house_history": 21125, "wikidata": "Q2602165", "google_entity_id": "kg:/m/0244n_"}, "name": {"first": "Marion", "middle": "Anthony", "last": "Zioncheck"}, "bio": {"birthday": "1901-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000941", "govtrack": 401895, "icpsr": 1131, "wikipedia": "Prentiss M. Brown", "house_history": 9993, "wikidata": "Q1307735", "google_entity_id": "kg:/m/03l8nb"}, "name": {"first": "Prentiss", "middle": "Marsh", "last": "Brown"}, "bio": {"birthday": "1889-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1936-11-18", "state": "MI", "district": 11, "party": "Democrat"}, {"type": "sen", "start": "1936-11-19", "end": "1937-01-03", "state": "MI", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "MI", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000612", "govtrack": 405472, "icpsr": 4428, "wikipedia": "William Luther Hill", "wikidata": "Q2579802", "google_entity_id": "kg:/m/0b1g4l"}, "name": {"first": "William", "middle": "Luther", "last": "Hill"}, "bio": {"birthday": "1873-10-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1936-01-01", "end": "1937-01-03", "state": "FL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000646", "govtrack": 405501, "icpsr": 4455, "wikipedia": "Herbert E. Hitchcock", "wikidata": "Q222935", "google_entity_id": "kg:/m/0ct540"}, "name": {"first": "Herbert", "middle": "Emery", "last": "Hitchcock"}, "bio": {"birthday": "1867-08-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1936-01-01", "end": "1939-01-03", "state": "SD", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000838", "govtrack": 405685, "icpsr": 4626, "wikipedia": "Guy V. Howard", "wikidata": "Q1557604", "google_entity_id": "kg:/m/01lzr_"}, "name": {"first": "Guy", "middle": "Victor", "last": "Howard"}, "bio": {"birthday": "1879-11-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1936-01-01", "end": "1937-01-03", "state": "MN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000400", "govtrack": 406891, "icpsr": 5743, "wikipedia": "Scott Loftin", "wikidata": "Q678986", "google_entity_id": "kg:/m/0b1dx0"}, "name": {"first": "Scott", "middle": "Marion", "last": "Loftin"}, "bio": {"birthday": "1878-09-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1936-01-01", "end": "1937-01-03", "state": "FL", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000427", "govtrack": 406917, "icpsr": 5766, "wikipedia": "Rose McConnell Long", "house_history": 17125, "wikidata": "Q521769", "google_entity_id": "kg:/m/0612rp"}, "name": {"first": "Rose", "middle": "McConnell", "last": "Long"}, "bio": {"birthday": "1892-04-08", "gender": "F"}, "terms": [{"type": "sen", "start": "1936-01-01", "end": "1937-01-03", "state": "LA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000072", "govtrack": 400731, "icpsr": 61, "wikipedia": "Walter H. Albaugh", "house_history": 8358, "wikidata": "Q7965020", "google_entity_id": "kg:/m/02rm3cg"}, "name": {"first": "Walter", "middle": "Hugh", "last": "Albaugh"}, "bio": {"birthday": "1890-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "A000088", "govtrack": 400747, "icpsr": 76, "wikipedia": "Arthur W. Aleshire", "house_history": 8382, "wikidata": "Q4800551", "google_entity_id": "kg:/m/02rgwtv"}, "name": {"first": "Arthur", "middle": "William", "last": "Aleshire"}, "bio": {"birthday": "1900-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "A000151", "govtrack": 400806, "icpsr": 132, "house_history": 8467, "wikipedia": "William F. Allen (Delaware)", "wikidata": "Q2578699", "google_entity_id": "kg:/m/09kk_v"}, "name": {"first": "William", "middle": "Franklin", "last": "Allen"}, "bio": {"birthday": "1883-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "A000176", "govtrack": 400831, "icpsr": 156, "wikipedia": "Thomas Ryum Amlie", "house_history": 8502, "wikidata": "Q2426994", "google_entity_id": "kg:/m/026qy4b"}, "name": {"first": "Thomas", "middle": "Ryum", "last": "Amlie"}, "bio": {"gender": "M", "birthday": "1897-04-17"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WI", "district": 1, "party": "Progressive"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WI", "district": 1, "party": "Progressive"}]}, {"id": {"bioguide": "A000332", "govtrack": 400981, "icpsr": 286, "wikipedia": "Richard Merrill Atkinson", "house_history": 8718, "wikidata": "Q2150207", "google_entity_id": "kg:/m/02rkzzr"}, "name": {"first": "Richard", "middle": "Merrill", "last": "Atkinson"}, "bio": {"birthday": "1894-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000019", "govtrack": 401024, "icpsr": 327, "wikipedia": "Robert L. Bacon", "house_history": 8797, "wikidata": "Q111588", "google_entity_id": "kg:/m/0d9c2f"}, "name": {"first": "Robert", "middle": "Low", "last": "Bacon"}, "bio": {"birthday": "1884-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000411", "govtrack": 401398, "icpsr": 667, "wikipedia": "John Bernard (American politician)", "house_history": 9310, "wikidata": "Q1566733", "google_entity_id": "kg:/m/05rtsl"}, "name": {"first": "John", "middle": "Toussaint", "last": "Bernard"}, "bio": {"birthday": "1893-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MN", "district": 8, "party": "Farmer-Labor"}]}, {"id": {"bioguide": "B000417", "govtrack": 401404, "icpsr": 673, "wikipedia": "George L. Berry", "wikidata": "Q5541445", "google_entity_id": "kg:/m/0434ch"}, "name": {"first": "George", "middle": "Leonard", "last": "Berry"}, "bio": {"birthday": "1882-09-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1937-01-05", "end": "1939-01-03", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000449", "govtrack": 401434, "icpsr": 700, "wikipedia": "Fred Biermann", "house_history": 9355, "wikidata": "Q1452228", "google_entity_id": "kg:/m/02rk7dg"}, "name": {"first": "Frederick", "middle": "Elliott", "last": "Biermann"}, "bio": {"birthday": "1884-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000454", "govtrack": 401439, "icpsr": 704, "wikipedia": "Herbert S. Bigelow", "house_history": 9361, "wikidata": "Q1608998", "google_entity_id": "kg:/m/02rhhkf"}, "name": {"first": "Herbert", "middle": "Seely", "last": "Bigelow"}, "bio": {"birthday": "1870-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000466", "govtrack": 401449, "icpsr": 713, "wikipedia": "Charles Gustav Binderup", "house_history": 9379, "wikidata": "Q1064640", "google_entity_id": "kg:/m/09_0dv"}, "name": {"first": "Charles", "middle": "Gustav", "last": "Binderup"}, "bio": {"birthday": "1873-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NE", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NE", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000598", "govtrack": 401566, "icpsr": 828, "wikipedia": "Gerald J. Boileau", "house_history": 9552, "wikidata": "Q1509924", "google_entity_id": "kg:/m/026qb4c"}, "name": {"first": "Gerald", "middle": "John", "last": "Boileau"}, "bio": {"birthday": "1900-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WI", "district": 7, "party": "Progressive"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WI", "district": 7, "party": "Progressive"}]}, {"id": {"bioguide": "B000634", "govtrack": 401599, "icpsr": 858, "wikipedia": "William Borah", "wikidata": "Q895819", "google_entity_id": "kg:/m/0342r3"}, "name": {"first": "William", "middle": "Edgar", "last": "Borah"}, "bio": {"gender": "M", "birthday": "1865-06-29"}, "terms": [{"type": "sen", "start": "1907-12-02", "end": "1913-03-03", "state": "ID", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "ID", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "ID", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "ID", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "ID", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1937-01-05", "end": "1941-01-03", "state": "ID", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000724", "govtrack": 401684, "icpsr": 936, "wikipedia": "Lewis L. Boyer", "house_history": 9721, "wikidata": "Q13218801", "google_entity_id": "kg:/m/02rkbyx"}, "name": {"first": "Lewis", "middle": "Leonard", "last": "Boyer"}, "bio": {"gender": "M", "birthday": "1886-05-19"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "B000726", "govtrack": 401686, "icpsr": 938, "wikipedia": "John J. Boylan", "house_history": 9724, "wikidata": "Q3275752", "google_entity_id": "kg:/m/02r74lh"}, "name": {"first": "John", "middle": "Joseph", "last": "Boylan"}, "bio": {"birthday": "1878-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "B001006", "govtrack": 401956, "icpsr": 1188, "wikipedia": "James P. Buchanan", "house_history": 10075, "wikidata": "Q1662375", "google_entity_id": "kg:/m/05b2ff"}, "name": {"first": "James", "middle": "Paul", "last": "Buchanan"}, "bio": {"birthday": "1867-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "B001055", "govtrack": 402002, "icpsr": 1234, "wikipedia": "William J. Bulow", "wikidata": "Q881922", "google_entity_id": "kg:/m/076snh"}, "name": {"first": "William", "middle": "John", "last": "Bulow"}, "bio": {"gender": "M", "birthday": "1869-01-13"}, "terms": [{"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "SD", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "SD", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B001215", "govtrack": 402154, "icpsr": 1370, "house_history": 10339, "wikipedia": "James F. Byrnes", "wikidata": "Q432726", "google_entity_id": "kg:/m/01t9hj"}, "name": {"first": "James", "middle": "Francis", "last": "Byrnes"}, "bio": {"birthday": "1882-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "SC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1941-12-31", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000124", "govtrack": 402275, "icpsr": 1486, "wikipedia": "Raymond Joseph Cannon", "house_history": 10603, "wikidata": "Q2134176", "google_entity_id": "kg:/m/026hyjx"}, "name": {"first": "Raymond", "middle": "Joseph", "last": "Cannon"}, "bio": {"birthday": "1894-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WI", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000287", "govtrack": 402429, "icpsr": 1631, "wikipedia": "Edwin V. Champion", "house_history": 10814, "wikidata": "Q5346883", "google_entity_id": "kg:/m/02rkywb"}, "name": {"first": "Edwin", "middle": "Van Meter", "last": "Champion"}, "bio": {"birthday": "1890-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C000397", "govtrack": 402536, "icpsr": 1730, "wikipedia": "William M. Citron", "house_history": 10950, "wikidata": "Q1766731", "google_entity_id": "kg:/m/02rj_tf"}, "name": {"first": "William", "middle": "Michael", "last": "Citron"}, "bio": {"birthday": "1896-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CT", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C000605", "govtrack": 402734, "icpsr": 1919, "house_history": 11207, "wikipedia": "Charles J. Colden", "wikidata": "Q166850", "google_entity_id": "kg:/m/05w2cf"}, "name": {"first": "Charles", "middle": "J.", "last": "Colden"}, "bio": {"gender": "M", "birthday": "1870-08-24"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "C000694", "govtrack": 402819, "icpsr": 1996, "wikipedia": "William P. Connery Jr.", "house_history": 11324, "wikidata": "Q2580184", "google_entity_id": "kg:/m/0dwtz5"}, "name": {"first": "William", "middle": "Patrick", "last": "Connery", "suffix": "Jr."}, "bio": {"birthday": "1888-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000928", "govtrack": 403040, "icpsr": 2195, "wikipedia": "Charles N. Crosby", "house_history": 11616, "wikidata": "Q5081186", "google_entity_id": "kg:/m/0fd3by"}, "name": {"first": "Charles", "middle": "Noel", "last": "Crosby"}, "bio": {"gender": "M", "birthday": "1876-09-29"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 29, "party": "Democrat"}]}, {"id": {"bioguide": "D000225", "govtrack": 403317, "icpsr": 2492, "house_history": 12112, "wikipedia": "Peter J. De Muth", "wikidata": "Q7174860", "google_entity_id": "kg:/m/0fg6pv"}, "name": {"first": "Peter", "middle": "Joseph", "last": "De Muth"}, "bio": {"birthday": "1892-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 30, "party": "Democrat"}]}, {"id": {"bioguide": "D000187", "govtrack": 403348, "icpsr": 2459, "wikipedia": "Braswell Deen", "house_history": 12063, "wikidata": "Q899516", "google_entity_id": "kg:/m/02rk0pm"}, "name": {"first": "Braswell", "middle": "Drue", "last": "Deen"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "GA", "district": 8, "party": "Democrat"}], "bio": {"birthday": "1893-06-28", "gender": "M"}}, {"id": {"bioguide": "D000371", "govtrack": 403488, "icpsr": 2619, "wikipedia": "Joseph A. Dixon", "house_history": 12290, "wikidata": "Q1706389", "google_entity_id": "kg:/m/02rjw9c"}, "name": {"first": "Joseph", "middle": "Andrew", "last": "Dixon"}, "bio": {"birthday": "1879-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000387", "govtrack": 403503, "icpsr": 2634, "wikipedia": "John F. Dockweiler", "house_history": 12310, "wikidata": "Q1303400", "google_entity_id": "kg:/m/02rhj_k"}, "name": {"first": "John", "middle": "Francis", "last": "Dockweiler"}, "bio": {"birthday": "1895-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "D000438", "govtrack": 403548, "icpsr": 2675, "wikipedia": "Frank Joseph Gerard Dorsey", "house_history": 12379, "wikidata": "Q5487593", "google_entity_id": "kg:/m/055hpn"}, "name": {"first": "Frank", "middle": "Joseph Gerard", "last": "Dorsey"}, "bio": {"birthday": "1891-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "D000494", "govtrack": 403601, "icpsr": 2724, "wikipedia": "Ira W. Drew", "house_history": 12452, "wikidata": "Q6066301", "google_entity_id": "kg:/m/0dxr20"}, "name": {"first": "Ira", "middle": "Walton", "last": "Drew"}, "bio": {"birthday": "1878-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "D000503", "govtrack": 403610, "icpsr": 2732, "wikipedia": "William J. Driver", "house_history": 12462, "wikidata": "Q1687630", "google_entity_id": "kg:/m/02rj_lk"}, "name": {"first": "William", "middle": "Joshua", "last": "Driver"}, "bio": {"birthday": "1873-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "E000032", "govtrack": 403727, "icpsr": 2835, "wikipedia": "Charles R. Eckert", "house_history": 12640, "wikidata": "Q5081828", "google_entity_id": "kg:/m/0fcyqr"}, "name": {"first": "Charles", "middle": "Richard", "last": "Eckert"}, "bio": {"birthday": "1868-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "E000094", "govtrack": 403785, "icpsr": 2884, "wikipedia": "Edward C. Eicher", "house_history": 12714, "wikidata": "Q1291814", "google_entity_id": "kg:/m/07c3wm"}, "name": {"first": "Edward", "middle": "Clayton", "last": "Eicher"}, "bio": {"gender": "M", "birthday": "1878-12-16"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "E000111", "govtrack": 403802, "icpsr": 2900, "wikipedia": "Henry Ellenbogen", "house_history": 12732, "wikidata": "Q5720815", "google_entity_id": "kg:/m/0f9w44"}, "name": {"first": "Henry", "last": "Ellenbogen"}, "bio": {"birthday": "1900-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 33, "party": "Democrat"}]}, {"id": {"bioguide": "F000019", "govtrack": 403981, "icpsr": 3060, "wikipedia": "James Indus Farley", "house_history": 12988, "wikidata": "Q174624", "google_entity_id": "kg:/m/04142h"}, "name": {"first": "James", "middle": "Indus", "last": "Farley"}, "bio": {"gender": "M", "birthday": "1871-02-24"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "F000195", "govtrack": 404150, "icpsr": 3211, "wikipedia": "Anthony A. Fleger", "house_history": 13215, "wikidata": "Q572671", "google_entity_id": "kg:/m/02rgwpc"}, "name": {"first": "Anthony", "middle": "Alfred", "last": "Fleger"}, "bio": {"birthday": "1900-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "F000205", "govtrack": 404160, "icpsr": 3221, "wikipedia": "Thomas B. Fletcher", "house_history": 13228, "wikidata": "Q7787242", "google_entity_id": "kg:/m/02rjzn8"}, "name": {"first": "Thomas", "middle": "Brooks", "last": "Fletcher"}, "bio": {"birthday": "1879-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "F000230", "govtrack": 404185, "icpsr": 3243, "wikipedia": "Benjamin K. Focht", "house_history": 13261, "wikidata": "Q4888895", "google_entity_id": "kg:/m/0fc_2p"}, "name": {"first": "Benjamin", "middle": "Kurtz", "last": "Focht"}, "bio": {"birthday": "1863-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "F000382", "govtrack": 404327, "icpsr": 3372, "wikipedia": "Oliver W. Frey", "house_history": 13453, "wikidata": "Q7087912", "google_entity_id": "kg:/m/0fb0qy"}, "name": {"first": "Oliver", "middle": "Walter", "last": "Frey"}, "bio": {"birthday": "1887-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "F000408", "govtrack": 404349, "icpsr": 3394, "wikipedia": "Claude A. Fuller", "house_history": 13487, "wikidata": "Q1096371", "google_entity_id": "kg:/m/0bwjff"}, "name": {"first": "Claude", "middle": "Albert", "last": "Fuller"}, "bio": {"birthday": "1876-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AR", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000035", "govtrack": 404411, "icpsr": 3449, "wikipedia": "Stephen Warfield Gambrill", "house_history": 13608, "wikidata": "Q1973134", "google_entity_id": "kg:/m/0f0n16"}, "name": {"first": "Stephen", "middle": "Warfield", "last": "Gambrill"}, "bio": {"birthday": "1873-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MD", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "G000092", "govtrack": 404464, "icpsr": 3500, "wikipedia": "Allard H. Gasque", "house_history": 13676, "wikidata": "Q1734659", "google_entity_id": "kg:/m/02rtqn4"}, "name": {"first": "Allard", "middle": "Henry", "last": "Gasque"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "SC", "district": 6, "party": "Democrat"}], "bio": {"birthday": "1873-03-08", "gender": "M"}}, {"id": {"bioguide": "G000093", "govtrack": 404465, "icpsr": 3501, "wikipedia": "Elizabeth Hawley Gasque", "house_history": 13678, "wikidata": "Q1146649", "google_entity_id": "kg:/m/024r67"}, "name": {"first": "Elizabeth", "middle": "Hawley", "last": "Gasque"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "SC", "district": 6, "party": "Democrat"}], "bio": {"birthday": "1886-02-26", "gender": "F"}}, {"id": {"bioguide": "G000182", "govtrack": 404547, "icpsr": 3581, "wikipedia": "James H. Gildea", "house_history": 13795, "wikidata": "Q6135168", "google_entity_id": "kg:/m/0fb0yh"}, "name": {"first": "James", "middle": "Hilary", "last": "Gildea"}, "bio": {"birthday": "1890-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "G000224", "govtrack": 404586, "icpsr": 3619, "wikipedia": "Don Hilary Gingery", "house_history": 13848, "wikidata": "Q5292786", "google_entity_id": "kg:/m/0fcx92"}, "name": {"first": "Don", "last": "Gingery"}, "bio": {"birthday": "1884-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "G000302", "govtrack": 404661, "icpsr": 3687, "wikipedia": "Philip A. Goodwin", "house_history": 13946, "wikidata": "Q7183094", "google_entity_id": "kg:/m/02r76zh"}, "name": {"first": "Philip", "middle": "Arnold", "last": "Goodwin"}, "bio": {"birthday": "1882-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "G000391", "govtrack": 404741, "icpsr": 3760, "wikipedia": "Dixie Bibb Graves", "house_history": 14057, "wikidata": "Q273900", "google_entity_id": "kg:/m/03glml"}, "name": {"first": "Dixie", "middle": "Bibb", "last": "Graves"}, "terms": [{"type": "sen", "start": "1937-08-20", "end": "1938-01-10", "state": "AL", "class": 3, "party": "Democrat"}], "bio": {"birthday": "1882-07-26", "gender": "F"}}, {"id": {"bioguide": "G000395", "govtrack": 404745, "icpsr": 3764, "wikipedia": "Finly Hutchinson Gray", "house_history": 14062, "wikidata": "Q1417578", "google_entity_id": "kg:/m/02rkfrz"}, "name": {"first": "Finly", "middle": "Hutchinson", "last": "Gray"}, "bio": {"birthday": "1863-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "G000399", "govtrack": 404749, "icpsr": 3768, "wikipedia": "Joseph Anthony Gray", "house_history": 14067, "wikidata": "Q6281085", "google_entity_id": "kg:/m/0fcygq"}, "name": {"first": "Joseph", "middle": "Anthony", "last": "Gray"}, "bio": {"birthday": "1884-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 27, "party": "Democrat"}]}, {"id": {"bioguide": "G000437", "govtrack": 404785, "icpsr": 3801, "house_history": 14118, "wikipedia": "Arthur H. Greenwood", "wikidata": "Q709630", "google_entity_id": "kg:/m/07yczv"}, "name": {"first": "Arthur", "middle": "Herbert", "last": "Greenwood"}, "bio": {"birthday": "1880-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "G000440", "govtrack": 404787, "icpsr": 3803, "wikipedia": "Paul Ranous Greever", "house_history": 14122, "wikidata": "Q1237526", "google_entity_id": "kg:/m/02659kd"}, "name": {"first": "Paul", "middle": "Ranous", "last": "Greever"}, "bio": {"birthday": "1891-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WY", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WY", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "G000483", "govtrack": 404828, "icpsr": 3841, "wikipedia": "Glenn Griswold", "house_history": 14173, "wikidata": "Q1531060", "google_entity_id": "kg:/m/02rkg3_"}, "name": {"first": "Glenn", "middle": "Hasenfratz", "last": "Griswold"}, "bio": {"birthday": "1890-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000116", "govtrack": 404998, "icpsr": 3996, "wikipedia": "Norman R. Hamilton", "house_history": 14428, "wikidata": "Q1999656", "google_entity_id": "kg:/m/02vrpt2"}, "name": {"first": "Norman", "middle": "Rond", "last": "Hamilton"}, "bio": {"birthday": "1877-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000147", "govtrack": 405029, "icpsr": 4025, "house_history": 14464, "wikipedia": "Franklin Wills Hancock Jr.", "wikidata": "Q1445300", "google_entity_id": "kg:/m/0fk61j"}, "name": {"first": "Franklin", "middle": "Wills", "last": "Hancock", "suffix": "Jr."}, "bio": {"birthday": "1894-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000209", "govtrack": 405088, "icpsr": 4075, "wikipedia": "Byron B. Harlan", "house_history": 14545, "wikidata": "Q5004296", "google_entity_id": "kg:/m/0d2kzj"}, "name": {"first": "Byron", "middle": "Berry", "last": "Harlan"}, "bio": {"birthday": "1886-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000265", "govtrack": 405142, "icpsr": 4126, "house_history": 14613, "wikipedia": "Pat Harrison", "wikidata": "Q369437", "google_entity_id": "kg:/m/01gjb4"}, "name": {"first": "Byron", "middle": "Patton", "last": "Harrison", "nickname": "Pat"}, "bio": {"birthday": "1881-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1941-12-31", "state": "MS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000543", "govtrack": 405405, "icpsr": 4367, "wikipedia": "Clyde L. Herring", "wikidata": "Q886150", "google_entity_id": "kg:/m/06ppcw"}, "name": {"first": "Clyde", "middle": "LaVerne", "last": "Herring"}, "bio": {"birthday": "1879-05-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "IA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000579", "govtrack": 405441, "icpsr": 4399, "wikipedia": "John Patrick Higgins", "house_history": 15000, "wikidata": "Q1388942", "google_entity_id": "kg:/m/0dbrr9"}, "name": {"first": "John", "middle": "Patrick", "last": "Higgins"}, "bio": {"birthday": "1893-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "H000584", "govtrack": 405446, "icpsr": 4403, "wikipedia": "Fred H. Hildebrandt", "house_history": 15006, "wikidata": "Q1370326", "google_entity_id": "kg:/m/0f8nmm"}, "name": {"first": "Fred", "middle": "Herman", "last": "Hildebrandt"}, "bio": {"birthday": "1874-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "SD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "SD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "SD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000606", "govtrack": 405466, "icpsr": 4422, "wikipedia": "Robert P. Hill", "house_history": 15035, "wikidata": "Q2158435", "google_entity_id": "kg:/m/02rkcqn"}, "name": {"first": "Robert", "middle": "Potter", "last": "Hill"}, "bio": {"birthday": "1874-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OK", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000754", "govtrack": 405605, "icpsr": 4549, "wikipedia": "Nan Wood Honeyman", "house_history": 15216, "wikidata": "Q375826", "google_entity_id": "kg:/m/02pjhbn"}, "name": {"first": "Nan", "middle": "Wood", "last": "Honeyman"}, "bio": {"birthday": "1881-07-15", "gender": "F"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OR", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000926", "govtrack": 405771, "icpsr": 4704, "wikipedia": "James H. Hughes", "wikidata": "Q1680491", "google_entity_id": "kg:/m/07nt9s"}, "name": {"first": "James", "middle": "Hurd", "last": "Hughes"}, "bio": {"gender": "M", "birthday": "1867-01-14"}, "terms": [{"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "DE", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "J000077", "govtrack": 405980, "icpsr": 4908, "wikipedia": "Virginia E. Jenckes", "house_history": 15792, "wikidata": "Q2527768", "google_entity_id": "kg:/m/02rkhwb"}, "name": {"first": "Virginia", "middle": "Ellis", "last": "Jenckes"}, "bio": {"birthday": "1877-11-06", "gender": "F"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "J000125", "govtrack": 406025, "icpsr": 4948, "wikipedia": "Dewey Johnson", "house_history": 15850, "wikidata": "Q1207127", "google_entity_id": "kg:/m/0268mdj"}, "name": {"first": "Dewey", "middle": "William", "last": "Johnson"}, "bio": {"birthday": "1899-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MN", "district": 5, "party": "Farmer-Labor"}]}, {"id": {"bioguide": "K000072", "govtrack": 406242, "icpsr": 5150, "wikipedia": "George Bradshaw Kelly", "house_history": 16170, "wikidata": "Q1270013", "google_entity_id": "kg:/m/0krz76"}, "name": {"first": "George", "middle": "Bradshaw", "last": "Kelly"}, "bio": {"birthday": "1900-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 38, "party": "Democrat"}]}, {"id": {"bioguide": "K000120", "govtrack": 406286, "icpsr": 5189, "house_history": 16227, "wikipedia": "Edward Aloysius Kenney", "wikidata": "Q1291539", "google_entity_id": "kg:/m/078zmg"}, "name": {"first": "Edward", "middle": "Aloysius", "last": "Kenney"}, "bio": {"birthday": "1884-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NJ", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "K000271", "govtrack": 406428, "icpsr": 5324, "wikipedia": "Frank Le Blond Kloeb", "house_history": 16417, "wikidata": "Q11221556", "google_entity_id": "kg:/m/027m310"}, "name": {"first": "Frank", "middle": "Le Blond", "last": "Kloeb"}, "bio": {"birthday": "1890-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "K000283", "govtrack": 406440, "icpsr": 5335, "wikipedia": "Frank C. Kniffin", "house_history": 16435, "wikidata": "Q5485622", "google_entity_id": "kg:/m/02rhg7v"}, "name": {"first": "Frank", "middle": "Charles", "last": "Kniffin"}, "bio": {"gender": "M", "birthday": "1894-04-26"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "K000350", "govtrack": 406503, "icpsr": 5384, "wikipedia": "Paul John Kvale", "house_history": 16526, "wikidata": "Q2060443", "google_entity_id": "kg:/m/0dhtq1"}, "name": {"first": "Paul", "middle": "John", "last": "Kvale"}, "bio": {"birthday": "1896-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MN", "district": 7, "party": "Farmer-Labor"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MN", "district": 7, "party": "Farmer-Labor"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MN", "district": -1, "party": "Farmer-Labor"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MN", "district": 7, "party": "Farmer-Labor"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MN", "district": 7, "party": "Farmer-Labor"}]}, {"id": {"bioguide": "L000038", "govtrack": 406548, "icpsr": 5423, "wikipedia": "Walter Lambeth", "house_history": 16626, "wikidata": "Q1701532", "google_entity_id": "kg:/m/02vn_p7"}, "name": {"first": "John", "middle": "Walter", "last": "Lambeth"}, "bio": {"birthday": "1896-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "L000040", "govtrack": 406550, "icpsr": 5425, "wikipedia": "Arthur P. Lamneck", "house_history": 16630, "wikidata": "Q4799895", "google_entity_id": "kg:/m/02rgwt4"}, "name": {"first": "Arthur", "middle": "Philip", "last": "Lamneck"}, "bio": {"birthday": "1880-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "L000091", "govtrack": 406599, "icpsr": 5472, "wikipedia": "James J. Lanzetta", "house_history": 16705, "wikidata": "Q6136705", "google_entity_id": "kg:/m/02pycmv"}, "name": {"first": "James", "middle": "Joseph", "last": "Lanzetta"}, "bio": {"birthday": "1894-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "L000198", "govtrack": 406701, "icpsr": 5562, "wikipedia": "Joshua B. Lee", "house_history": 16842, "wikidata": "Q1311041", "google_entity_id": "kg:/m/0ctvyz"}, "name": {"first": "Joshua", "middle": "Bryan", "last": "Lee"}, "bio": {"birthday": "1892-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "OK", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000277", "govtrack": 406775, "icpsr": 5634, "wikipedia": "David John Lewis", "house_history": 16934, "wikidata": "Q2514455", "google_entity_id": "kg:/m/0dz5mj"}, "name": {"first": "David", "middle": "John", "last": "Lewis"}, "bio": {"birthday": "1869-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MD", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "L000284", "govtrack": 406782, "icpsr": 5641, "house_history": 16944, "wikipedia": "J. Hamilton Lewis", "wikidata": "Q462565", "google_entity_id": "kg:/m/05qcsn"}, "name": {"first": "James", "middle": "Hamilton", "last": "Lewis"}, "bio": {"birthday": "1863-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1897-03-15", "end": "1899-03-03", "state": "WA", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "IL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "IL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1939-12-31", "state": "IL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000404", "govtrack": 406895, "icpsr": 5747, "wikipedia": "M. M. Logan", "wikidata": "Q765390", "google_entity_id": "kg:/m/08gzgy"}, "name": {"first": "Marvel", "middle": "Mills", "last": "Logan"}, "terms": [{"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "KY", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1939-12-31", "state": "KY", "class": 2, "party": "Democrat"}], "bio": {"birthday": "1874-01-07", "gender": "M"}}, {"id": {"bioguide": "L000424", "govtrack": 406914, "icpsr": 5763, "wikipedia": "Lewis M. Long", "house_history": 17121, "wikidata": "Q6536823", "google_entity_id": "kg:/m/02rkbz7"}, "name": {"first": "Lewis", "middle": "Marshall", "last": "Long"}, "bio": {"birthday": "1883-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "L000499", "govtrack": 406986, "icpsr": 5829, "wikipedia": "Henry Carl Luckey", "house_history": 17215, "wikidata": "Q1422082", "google_entity_id": "kg:/m/0bpmhv"}, "name": {"first": "Henry", "middle": "Carl", "last": "Luckey"}, "bio": {"birthday": "1868-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NE", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NE", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000502", "govtrack": 406989, "icpsr": 5832, "house_history": 17218, "wikipedia": "John F. Luecke", "wikidata": "Q1700019", "google_entity_id": "kg:/m/02pnstp"}, "name": {"first": "John", "middle": "Frederick", "last": "Luecke"}, "bio": {"birthday": "1889-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "L000514", "govtrack": 407000, "icpsr": 5839, "wikipedia": "Ernest Lundeen", "house_history": 17234, "wikidata": "Q1356423", "google_entity_id": "kg:/m/01lznj"}, "name": {"first": "Ernest", "last": "Lundeen"}, "bio": {"birthday": "1878-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MN", "district": -1, "party": "Farmer-Labor"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MN", "district": 3, "party": "Farmer-Labor"}, {"type": "sen", "start": "1937-01-05", "end": "1941-01-03", "state": "MN", "class": 2, "party": "Farmer-Labor"}]}, {"id": {"bioguide": "M000064", "govtrack": 407092, "icpsr": 5923, "wikipedia": "Gabriel H. Mahon, Jr.", "house_history": 17407, "wikidata": "Q1489280", "google_entity_id": "kg:/m/02vrp2d"}, "name": {"first": "Gabriel", "middle": "Heyward", "last": "Mahon", "suffix": "Jr."}, "bio": {"birthday": "1889-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000263", "govtrack": 407281, "icpsr": 6092, "wikipedia": "Maury Maverick", "house_history": 17648, "wikidata": "Q1911710", "google_entity_id": "kg:/m/046fcx"}, "name": {"first": "Fontaine", "middle": "Maury", "last": "Maverick"}, "bio": {"birthday": "1895-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "M000440", "govtrack": 407439, "icpsr": 6244, "wikipedia": "William D. McFarlane", "house_history": 17876, "wikidata": "Q2578393", "google_entity_id": "kg:/m/03c2zz8"}, "name": {"first": "William", "middle": "Doddridge", "last": "McFarlane"}, "bio": {"birthday": "1894-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "M000457", "govtrack": 407456, "icpsr": 6261, "wikipedia": "John J. McGrath", "house_history": 17895, "wikidata": "Q1700577", "google_entity_id": "kg:/m/0797jk"}, "name": {"first": "John", "middle": "Joseph", "last": "McGrath"}, "bio": {"birthday": "1872-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000462", "govtrack": 407461, "icpsr": 6264, "house_history": 17902, "wikipedia": "John S. McGroarty", "wikidata": "Q1701655", "google_entity_id": "kg:/m/027vzs6"}, "name": {"first": "John", "middle": "Steven", "last": "McGroarty"}, "bio": {"birthday": "1862-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "M000631", "govtrack": 407618, "icpsr": 6406, "wikipedia": "James A. Meeks", "house_history": 18113, "wikidata": "Q8241052", "google_entity_id": "kg:/m/02rkb21"}, "name": {"first": "James", "middle": "Andrew", "last": "Meeks"}, "bio": {"birthday": "1864-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "M000709", "govtrack": 407692, "icpsr": 6469, "wikipedia": "Charles D. Millard", "house_history": 18218, "wikidata": "Q5076665", "google_entity_id": "kg:/m/02r76mh"}, "name": {"first": "Charles", "middle": "Dunsmore", "last": "Millard"}, "bio": {"birthday": "1873-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "M000738", "govtrack": 407716, "icpsr": 6492, "house_history": 18254, "wikipedia": "John E. Miller", "wikidata": "Q602195", "google_entity_id": "kg:/m/09shr4"}, "name": {"first": "John", "middle": "Elvis", "last": "Miller"}, "bio": {"birthday": "1888-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1941-12-31", "state": "AR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000823", "govtrack": 407798, "icpsr": 6570, "wikipedia": "John Ridley Mitchell", "house_history": 18363, "wikidata": "Q1701573", "google_entity_id": "kg:/m/02rkzmd"}, "name": {"first": "John", "middle": "Ridley", "last": "Mitchell"}, "bio": {"birthday": "1877-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000861", "govtrack": 407834, "icpsr": 6598, "house_history": 18415, "wikipedia": "Andrew Jackson Montague", "wikidata": "Q505463", "google_entity_id": "kg:/m/03fq_3"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Montague"}, "bio": {"birthday": "1862-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "VA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "VA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M001032", "govtrack": 407999, "icpsr": 6753, "wikipedia": "Harold G. Mosier", "house_history": 18620, "wikidata": "Q183586", "google_entity_id": "kg:/m/02rhh40"}, "name": {"first": "Harold", "middle": "Gerard", "last": "Mosier"}, "bio": {"birthday": "1889-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "N000139", "govtrack": 408223, "icpsr": 6960, "wikipedia": "George W. Norris", "house_history": 19004, "wikidata": "Q435947", "google_entity_id": "kg:/m/039860"}, "name": {"first": "George", "middle": "William", "last": "Norris"}, "bio": {"gender": "M", "birthday": "1861-07-11"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "NE", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "NE", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "NE", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "NE", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NE", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "NE", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "NE", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "NE", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "NE", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "NE", "class": 2, "party": "Independent"}]}, {"id": {"bioguide": "O000024", "govtrack": 408272, "icpsr": 7012, "wikipedia": "Jerry J. O'Connell", "house_history": 19099, "wikidata": "Q1355945", "google_entity_id": "kg:/m/02rhjmw"}, "name": {"first": "Jerry", "middle": "Joseph", "last": "O'Connell"}, "bio": {"birthday": "1909-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "O000025", "govtrack": 408273, "icpsr": 7013, "wikipedia": "John Matthew O'Connell", "house_history": 19100, "wikidata": "Q1700992", "google_entity_id": "kg:/m/02rhkd8"}, "name": {"first": "John", "middle": "Matthew", "last": "O'Connell"}, "bio": {"birthday": "1872-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "RI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "O000030", "govtrack": 408278, "icpsr": 7018, "wikipedia": "John J. O'Connor", "house_history": 19106, "wikidata": "Q3539454", "google_entity_id": "kg:/m/02r75vr"}, "name": {"first": "John", "middle": "Joseph", "last": "O'Connor"}, "bio": {"birthday": "1885-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "O000087", "govtrack": 408297, "icpsr": 7072, "wikipedia": "Thomas O'Malley (congressman)", "house_history": 19173, "wikidata": "Q2426415", "google_entity_id": "kg:/m/08kprc"}, "name": {"first": "Thomas", "middle": "David Patrick", "last": "O'Malley"}, "bio": {"birthday": "1903-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "O000094", "govtrack": 408303, "icpsr": 7077, "wikipedia": "Edward L. O'Neill", "house_history": 19181, "wikidata": "Q1292838", "google_entity_id": "kg:/m/02vs1z_"}, "name": {"first": "Edward", "middle": "Leo", "last": "O'Neill"}, "bio": {"birthday": "1903-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NJ", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "P000046", "govtrack": 408456, "icpsr": 7183, "wikipedia": "Vincent Luke Palmisano", "house_history": 19334, "wikidata": "Q1156137", "google_entity_id": "kg:/m/02qzq_v"}, "name": {"first": "Vincent", "middle": "Luke", "last": "Palmisano"}, "bio": {"birthday": "1882-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000050", "govtrack": 408460, "wikipedia": "Quint\u00edn Paredes", "house_history": 19339, "wikidata": "Q161861", "google_entity_id": "kg:/m/0cv3k4"}, "name": {"first": "Quintin", "last": "Paredes"}, "bio": {"birthday": "1884-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PI", "district": -1}]}, {"id": {"bioguide": "P000111", "govtrack": 408519, "icpsr": 7238, "wikipedia": "Edward White Patterson", "house_history": 19410, "wikidata": "Q976506", "google_entity_id": "kg:/m/02rm9zx"}, "name": {"first": "Edward", "middle": "White", "last": "Patterson"}, "bio": {"birthday": "1895-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KS", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000268", "govtrack": 408668, "icpsr": 7376, "wikipedia": "Samuel B. Pettengill", "house_history": 19609, "wikidata": "Q1724401", "google_entity_id": "kg:/m/02rkhms"}, "name": {"first": "Samuel", "middle": "Barrett", "last": "Pettengill"}, "bio": {"birthday": "1886-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IN", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000281", "govtrack": 408681, "icpsr": 7386, "wikipedia": "Theodore A. Peyser", "house_history": 19626, "wikidata": "Q3816312", "google_entity_id": "kg:/m/02r76bx"}, "name": {"first": "Theodore", "middle": "Albert", "last": "Peyser"}, "bio": {"birthday": "1873-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "P000305", "govtrack": 408705, "icpsr": 7410, "wikipedia": "Alfred N. Phillips", "house_history": 19653, "wikidata": "Q2645568", "google_entity_id": "kg:/m/02rl0nq"}, "name": {"first": "Alfred", "middle": "Noroton", "last": "Phillips"}, "bio": {"birthday": "1894-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "Q000017", "govtrack": 408979, "icpsr": 7676, "house_history": 20065, "wikipedia": "James L. Quinn (politician)", "wikidata": "Q6137642", "google_entity_id": "kg:/m/0fb2q3"}, "name": {"first": "James", "middle": "Leland", "last": "Quinn"}, "bio": {"birthday": "1875-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 31, "party": "Democrat"}]}, {"id": {"bioguide": "R000155", "govtrack": 409132, "icpsr": 7816, "wikipedia": "Michael Reilly", "house_history": 20277, "wikidata": "Q1929000", "google_entity_id": "kg:/m/0271c1v"}, "name": {"first": "Michael", "middle": "Kieran", "last": "Reilly"}, "bio": {"birthday": "1869-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WI", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "R000256", "govtrack": 409232, "icpsr": 7906, "wikipedia": "Hugh M. Rigney", "house_history": 20402, "wikidata": "Q5931569", "google_entity_id": "kg:/m/02rk9_9"}, "name": {"first": "Hugh", "middle": "McPheeters", "last": "Rigney"}, "bio": {"birthday": "1873-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "R000483", "govtrack": 409444, "icpsr": 8097, "wikipedia": "Alphonse Roy", "house_history": 20681, "wikidata": "Q1717344", "google_entity_id": "kg:/m/02rgv45"}, "name": {"first": "Alphonse", "last": "Roy"}, "bio": {"birthday": "1897-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000037", "govtrack": 409554, "icpsr": 8199, "wikipedia": "Morgan G. Sanders", "house_history": 21178, "wikidata": "Q1947628", "google_entity_id": "kg:/m/03c2zqc"}, "name": {"first": "Morgan", "middle": "Gurley", "last": "Sanders"}, "bio": {"birthday": "1878-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000137", "govtrack": 409645, "icpsr": 8269, "wikipedia": "George J. Schneider", "house_history": 21307, "wikidata": "Q1507639", "google_entity_id": "kg:/m/02vrqrr"}, "name": {"first": "George", "middle": "John", "last": "Schneider"}, "bio": {"birthday": "1877-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WI", "district": 8, "party": "Progressive"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WI", "district": 8, "party": "Progressive"}]}, {"id": {"bioguide": "S000157", "govtrack": 409664, "icpsr": 8285, "wikipedia": "Henry H. Schwartz", "wikidata": "Q367854", "google_entity_id": "kg:/m/08sqn_"}, "name": {"first": "Henry", "middle": "Herman", "last": "Schwartz", "nickname": "Harry"}, "bio": {"gender": "M", "birthday": "1869-05-18"}, "terms": [{"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "WY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000165", "govtrack": 409672, "icpsr": 8292, "house_history": 21346, "wikipedia": "Byron N. Scott", "wikidata": "Q1018625", "google_entity_id": "kg:/m/027fbhk"}, "name": {"first": "Byron", "middle": "Nicholson", "last": "Scott"}, "bio": {"birthday": "1903-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "S000337", "govtrack": 409834, "icpsr": 8446, "wikipedia": "Morris Sheppard", "house_history": 21556, "wikidata": "Q1708585", "google_entity_id": "kg:/m/06yjq_"}, "name": {"first": "Morris", "last": "Sheppard"}, "bio": {"birthday": "1875-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1913-04-07", "end": "1919-03-03", "state": "TX", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "TX", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "TX", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "TX", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1941-12-31", "state": "TX", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000506", "govtrack": 409993, "icpsr": 8594, "wikipedia": "William H. Smathers", "wikidata": "Q2580579", "google_entity_id": "kg:/m/0bm3s8"}, "name": {"first": "William", "middle": "Howell", "last": "Smathers"}, "bio": {"gender": "M", "birthday": "1891-01-07"}, "terms": [{"type": "rep", "start": "1805-12-02", "end": "1807-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1807-10-26", "end": "1809-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "GA", "district": -1, "party": "Republican"}, {"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "NJ", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000543", "govtrack": 410025, "icpsr": 8626, "wikipedia": "Gomer Griffith Smith", "house_history": 21809, "wikidata": "Q1536833", "google_entity_id": "kg:/m/02rr6yw"}, "name": {"first": "Gomer", "middle": "Griffith", "last": "Smith"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OK", "district": 5, "party": "Democrat"}], "bio": {"birthday": "1896-07-11", "gender": "M"}}, {"id": {"bioguide": "S000652", "govtrack": 410126, "icpsr": 8721, "house_history": 21938, "wikipedia": "Bertrand Snell", "wikidata": "Q4895897", "google_entity_id": "kg:/m/04h2gm"}, "name": {"first": "Bertrand", "middle": "Hollis", "last": "Snell"}, "bio": {"birthday": "1870-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "S000773", "govtrack": 410239, "icpsr": 8821, "wikipedia": "Michael J. Stack", "house_history": 22093, "wikidata": "Q6831507", "google_entity_id": "kg:/m/08n3h0"}, "name": {"first": "Michael", "middle": "Joseph", "last": "Stack"}, "bio": {"birthday": "1888-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S001038", "govtrack": 410494, "icpsr": 9057, "wikipedia": "Henry E. Stubbs", "house_history": 22420, "wikidata": "Q1606698", "google_entity_id": "kg:/m/02rhhcy"}, "name": {"first": "Henry", "middle": "Elbert", "last": "Stubbs"}, "bio": {"birthday": "1881-03-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "S001127", "govtrack": 410578, "icpsr": 9134, "wikipedia": "Guy J. Swope", "house_history": 22528, "wikidata": "Q3791521", "google_entity_id": "kg:/m/06jxvg"}, "name": {"first": "Guy", "middle": "Jacob", "last": "Swope"}, "bio": {"birthday": "1892-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "T000087", "govtrack": 410670, "icpsr": 9218, "house_history": 22742, "wikipedia": "John C. Taylor", "wikidata": "Q1699507", "google_entity_id": "kg:/m/02qvzsg"}, "name": {"first": "John", "middle": "Clarence", "last": "Taylor"}, "bio": {"birthday": "1890-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "SC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000112", "govtrack": 410694, "icpsr": 9243, "house_history": 22771, "wikipedia": "Henry Teigan", "wikidata": "Q677621", "google_entity_id": "kg:/m/0fqlr3"}, "name": {"first": "Henry", "middle": "George", "last": "Teigan"}, "bio": {"birthday": "1881-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MN", "district": 3, "party": "Farmer-Labor"}]}, {"id": {"bioguide": "T000197", "govtrack": 410776, "icpsr": 9319, "house_history": 22875, "wikipedia": "Chester C. Thompson", "wikidata": "Q5093485", "google_entity_id": "kg:/m/0fz274"}, "name": {"first": "Chester", "middle": "Charles", "last": "Thompson"}, "bio": {"birthday": "1893-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "T000257", "govtrack": 410832, "icpsr": 9372, "wikipedia": "Lloyd Thurston", "house_history": 22946, "wikidata": "Q1866951", "google_entity_id": "kg:/m/02rk7yn"}, "name": {"first": "Lloyd", "last": "Thurston"}, "bio": {"birthday": "1880-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "T000323", "govtrack": 410895, "icpsr": 9428, "wikipedia": "Frank William Towey Jr.", "house_history": 23029, "wikidata": "Q1444392", "google_entity_id": "kg:/m/0270zpp"}, "name": {"first": "Frank", "middle": "William", "last": "Towey", "suffix": "Jr."}, "bio": {"birthday": "1895-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NJ", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "T000354", "govtrack": 410924, "icpsr": 9457, "wikipedia": "Andrew J. Transue", "house_history": 23069, "wikidata": "Q505324", "google_entity_id": "kg:/m/02pv5pd"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Transue"}, "bio": {"birthday": "1903-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "V000106", "govtrack": 411161, "icpsr": 9678, "wikipedia": "Fred M. Vinson", "house_history": 21002, "wikidata": "Q460151", "google_entity_id": "kg:/m/02rhq2"}, "name": {"first": "Frederick", "middle": "Moore", "last": "Vinson"}, "bio": {"birthday": "1890-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "W000221", "govtrack": 411389, "icpsr": 9890, "house_history": 23483, "wikipedia": "Otha Wearin", "wikidata": "Q2036822", "google_entity_id": "kg:/m/05_ct4"}, "name": {"first": "Otha", "middle": "Donner", "last": "Wearin"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IA", "district": 7, "party": "Democrat"}], "bio": {"birthday": "1903-01-10", "gender": "M"}}, {"id": {"bioguide": "W000455", "govtrack": 411612, "icpsr": 10100, "wikipedia": "J. Mark Wilcox", "house_history": 23759, "wikidata": "Q1676357", "google_entity_id": "kg:/m/02rhhxh"}, "name": {"first": "James", "middle": "Mark", "last": "Wilcox"}, "bio": {"birthday": "1890-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "FL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000187", "govtrack": 401186, "icpsr": 473, "wikipedia": "Alexander G. Barry", "wikidata": "Q1677382", "google_entity_id": "kg:/m/0d8vrx"}, "name": {"first": "Alexander", "middle": "Grant", "last": "Barry"}, "bio": {"birthday": "1892-08-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1938-01-01", "end": "1939-01-03", "state": "OR", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000787", "govtrack": 407765, "icpsr": 6540, "wikipedia": "John Gerald Milton", "wikidata": "Q4454628", "google_entity_id": "kg:/m/0b3h4l"}, "name": {"first": "John", "middle": "Gerald", "last": "Milton"}, "bio": {"birthday": "1881-01-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1938-01-01", "end": "1939-01-03", "state": "NJ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000581", "govtrack": 408964, "icpsr": 7662, "wikipedia": "Gladys Pyle", "house_history": 20002, "wikidata": "Q434128", "google_entity_id": "kg:/m/077dpx"}, "name": {"first": "Gladys", "last": "Pyle"}, "bio": {"birthday": "1890-10-04", "gender": "F"}, "terms": [{"type": "sen", "start": "1938-01-01", "end": "1939-01-03", "state": "SD", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000099", "govtrack": 409079, "icpsr": 7770, "wikipedia": "Alfred E. Reames", "wikidata": "Q1579558", "google_entity_id": "kg:/m/0d2lj0"}, "name": {"first": "Alfred", "middle": "Evan", "last": "Reames"}, "bio": {"birthday": "1870-02-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1938-01-01", "end": "1939-01-03", "state": "OR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000973", "govtrack": 410432, "icpsr": 8994, "wikipedia": "Thomas M. Storke", "wikidata": "Q2546654", "google_entity_id": "kg:/m/03lh3h"}, "name": {"first": "Thomas", "middle": "More", "last": "Storke"}, "bio": {"birthday": "1876-11-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1938-01-01", "end": "1939-01-03", "state": "CA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000028", "govtrack": 400689, "icpsr": 22, "wikipedia": "Alva B. Adams", "wikidata": "Q742525", "google_entity_id": "kg:/m/050h4d"}, "name": {"first": "Alva", "middle": "Blanchard", "last": "Adams"}, "bio": {"birthday": "1875-10-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1923-12-03", "end": "1925-03-03", "state": "CO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "CO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1941-12-31", "state": "CO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000097", "govtrack": 400755, "icpsr": 85, "house_history": 8393, "wikipedia": "John G. Alexander", "wikidata": "Q1442908", "google_entity_id": "kg:/m/0fqln0"}, "name": {"first": "John", "middle": "Grant", "last": "Alexander"}, "bio": {"birthday": "1893-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000145", "govtrack": 400801, "icpsr": 127, "wikipedia": "Robert G. Allen", "house_history": 8461, "wikidata": "Q7344592", "google_entity_id": "kg:/m/0f9c0y"}, "name": {"first": "Robert", "middle": "Gray", "last": "Allen"}, "bio": {"birthday": "1902-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 28, "party": "Democrat"}]}, {"id": {"bioguide": "A000184", "govtrack": 400839, "icpsr": 163, "wikipedia": "Charles Arthur Anderson", "house_history": 8512, "wikidata": "Q1063586", "google_entity_id": "kg:/m/02rz5lh"}, "name": {"first": "Charles", "middle": "Arthur", "last": "Anderson"}, "bio": {"birthday": "1899-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MO", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MO", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "A000306", "govtrack": 400950, "icpsr": 258, "wikipedia": "William A. Ashbrook", "house_history": 8685, "wikidata": "Q8003893", "google_entity_id": "kg:/m/06gn_h"}, "name": {"first": "William", "middle": "Albert", "last": "Ashbrook"}, "bio": {"birthday": "1867-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "A000339", "govtrack": 400989, "icpsr": 293, "wikipedia": "Albert E. Austin", "house_history": 8728, "wikidata": "Q116257", "google_entity_id": "kg:/m/02rgt_0"}, "name": {"first": "Albert", "middle": "Elmer", "last": "Austin"}, "bio": {"birthday": "1877-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CT", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "B000102", "govtrack": 401104, "icpsr": 397, "wikipedia": "Thomas R. Ball", "house_history": 8905, "wikidata": "Q2426608", "google_entity_id": "kg:/m/02rk_1h"}, "name": {"first": "Thomas", "middle": "Raymond", "last": "Ball"}, "bio": {"birthday": "1896-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000113", "govtrack": 401114, "icpsr": 406, "wikipedia": "William B. Bankhead", "house_history": 7674, "wikidata": "Q960737", "google_entity_id": "kg:/m/01ncsq"}, "name": {"first": "William", "middle": "Brockman", "last": "Bankhead"}, "bio": {"birthday": "1874-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AL", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AL", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AL", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AL", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AL", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AL", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AL", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AL", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000211", "govtrack": 401209, "icpsr": 494, "wikipedia": "Bruce Fairchild Barton", "house_history": 9046, "wikidata": "Q4078700", "google_entity_id": "kg:/m/06kt0r"}, "name": {"first": "Bruce", "last": "Barton"}, "bio": {"birthday": "1886-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "B000606", "govtrack": 401574, "icpsr": 836, "wikipedia": "Chester C. Bolton", "house_history": 9564, "wikidata": "Q1070677", "google_entity_id": "kg:/m/02rhdn8"}, "name": {"first": "Chester", "middle": "Castle", "last": "Bolton"}, "bio": {"birthday": "1882-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "B000614", "govtrack": 401581, "icpsr": 843, "wikipedia": "Homer Bone", "wikidata": "Q1626006", "google_entity_id": "kg:/m/08tnpj"}, "name": {"first": "Homer", "middle": "Truett", "last": "Bone"}, "bio": {"birthday": "1883-01-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "WA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1944-11-13", "state": "WA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B001122", "govtrack": 402067, "icpsr": 1292, "wikipedia": "William E. Burney", "house_history": 10221, "wikidata": "Q2578536", "google_entity_id": "kg:/m/02rj_cn"}, "name": {"first": "William", "middle": "Evans", "last": "Burney"}, "bio": {"birthday": "1893-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B001218", "govtrack": 402157, "icpsr": 1373, "wikipedia": "Joseph W. Byrns Jr.", "house_history": 10345, "wikidata": "Q1708157", "google_entity_id": "kg:/m/043ftm"}, "name": {"first": "Joseph", "middle": "Wellington", "last": "Byrns", "suffix": "Jr."}, "bio": {"birthday": "1903-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000038", "govtrack": 402199, "icpsr": 1412, "wikipedia": "Millard F. Caldwell", "house_history": 10489, "wikidata": "Q882499", "google_entity_id": "kg:/m/03kbtb"}, "name": {"first": "Millard", "middle": "Fillmore", "last": "Caldwell"}, "bio": {"birthday": "1897-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "FL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000138", "govtrack": 402288, "icpsr": 1497, "wikipedia": "Hattie Caraway", "house_history": 44589, "wikidata": "Q1027455", "google_entity_id": "kg:/m/01rgnt"}, "name": {"first": "Hattie", "middle": "Wyatt", "last": "Caraway"}, "bio": {"birthday": "1878-02-01", "gender": "F"}, "terms": [{"type": "sen", "start": "1931-12-07", "end": "1933-03-03", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "AR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000296", "govtrack": 402438, "icpsr": 1639, "house_history": 10827, "wikipedia": "Walter Chandler", "wikidata": "Q2543888", "google_entity_id": "kg:/m/06t3xx"}, "name": {"first": "Walter", "last": "Chandler", "nickname": "Clift"}, "bio": {"birthday": "1887-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "C000428", "govtrack": 402566, "icpsr": 1760, "wikipedia": "David Worth Clark", "house_history": 10988, "wikidata": "Q1177266", "google_entity_id": "kg:/m/06bmjb"}, "name": {"first": "David", "middle": "Worth", "last": "Clark"}, "bio": {"birthday": "1902-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "ID", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "ID", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "ID", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000440", "govtrack": 402578, "icpsr": 1772, "wikipedia": "Bennett Champ Clark", "wikidata": "Q817847", "google_entity_id": "kg:/m/0456m1"}, "name": {"first": "Joel", "middle": "Bennett", "last": "Clark"}, "bio": {"birthday": "1890-01-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "MO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "MO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000886", "govtrack": 402998, "icpsr": 2156, "wikipedia": "William B. Cravens", "house_history": 11562, "wikidata": "Q2577919", "google_entity_id": "kg:/m/02rj_6v"}, "name": {"first": "William", "middle": "Ben", "last": "Cravens"}, "bio": {"birthday": "1872-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AR", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000940", "govtrack": 403052, "icpsr": 2207, "wikipedia": "Eugene B. Crowe", "house_history": 11628, "wikidata": "Q1373047", "google_entity_id": "kg:/m/02rkfqy"}, "name": {"first": "Eugene", "middle": "Burgess", "last": "Crowe"}, "bio": {"birthday": "1878-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "C000985", "govtrack": 403093, "icpsr": 2249, "wikipedia": "Fred N. Cummings", "house_history": 11685, "wikidata": "Q1452455", "google_entity_id": "kg:/m/02rhgcm"}, "name": {"first": "Fred", "middle": "Nelson", "last": "Cummings"}, "bio": {"gender": "M", "birthday": "1864-09-18"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000995", "govtrack": 403102, "icpsr": 2257, "wikipedia": "Edward W. Curley", "house_history": 11697, "wikidata": "Q5345739", "google_entity_id": "kg:/m/02qz25n"}, "name": {"first": "Edward", "middle": "Walter", "last": "Curley"}, "bio": {"birthday": "1873-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "D000014", "govtrack": 403157, "icpsr": 2308, "wikipedia": "J. Burrwood Daly", "house_history": 11849, "wikidata": "Q6104884", "google_entity_id": "kg:/m/0f1yvz"}, "name": {"first": "John", "middle": "Burrwood", "last": "Daly"}, "bio": {"birthday": "1872-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000025", "govtrack": 403166, "icpsr": 2317, "wikipedia": "John A. Danaher", "wikidata": "Q1699057", "google_entity_id": "kg:/m/0bh6kw"}, "name": {"first": "John", "middle": "Anthony", "last": "Danaher"}, "bio": {"birthday": "1899-01-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "CT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000063", "govtrack": 403202, "icpsr": 2347, "wikipedia": "George P. Darrow", "house_history": 11908, "wikidata": "Q5543099", "google_entity_id": "kg:/m/0dhlwr"}, "name": {"first": "George", "middle": "Potter", "last": "Darrow"}, "bio": {"birthday": "1859-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "D000111", "govtrack": 403247, "icpsr": 2391, "wikipedia": "James J. Davis", "wikidata": "Q1680613", "google_entity_id": "kg:/m/05hr3x"}, "name": {"first": "James", "middle": "John", "last": "Davis"}, "bio": {"birthday": "1873-10-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1930-01-01", "end": "1933-03-03", "state": "PA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "PA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "PA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000265", "govtrack": 403320, "icpsr": 2522, "wikipedia": "Ren\u00e9 L. De Rouen", "house_history": 12157, "wikidata": "Q779082", "google_entity_id": "kg:/m/02rvbf4"}, "name": {"first": "Ren\u00e9", "middle": "Louis", "last": "De Rouen"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "LA", "district": 7, "party": "Democrat"}], "bio": {"birthday": "1874-01-07", "gender": "M"}}, {"id": {"bioguide": "D000468", "govtrack": 403578, "icpsr": 2701, "wikipedia": "Cassius C. Dowell", "house_history": 12418, "wikidata": "Q1048417", "google_entity_id": "kg:/m/02rk76m"}, "name": {"first": "Cassius", "middle": "Clay", "last": "Dowell"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IA", "district": 6, "party": "Republican"}], "bio": {"birthday": "1864-02-29", "gender": "M"}}, {"id": {"bioguide": "D000551", "govtrack": 403658, "icpsr": 2774, "wikipedia": "Matthew A. Dunn", "house_history": 12512, "wikidata": "Q6790066", "google_entity_id": "kg:/m/0f98t2"}, "name": {"first": "Matthew", "middle": "Anthony", "last": "Dunn"}, "bio": {"birthday": "1886-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 34, "party": "Democrat"}]}, {"id": {"bioguide": "E000026", "govtrack": 403721, "icpsr": 2830, "wikipedia": "Thomas M. Eaton", "house_history": 12633, "wikidata": "Q1558105", "google_entity_id": "kg:/m/02rjzwh"}, "name": {"first": "Thomas", "middle": "Marion", "last": "Eaton"}, "bio": {"gender": "M", "birthday": "1896-08-03"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "E000253", "govtrack": 403935, "icpsr": 3018, "wikipedia": "Marcellus H. Evans", "house_history": 12911, "wikidata": "Q866746", "google_entity_id": "kg:/m/0271cnd"}, "name": {"first": "Marcellus", "middle": "Hugh", "last": "Evans"}, "bio": {"birthday": "1884-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "F000082", "govtrack": 404040, "icpsr": 3111, "wikipedia": "Phil Ferguson", "house_history": 13071, "wikidata": "Q2085635", "google_entity_id": "kg:/m/02rr6q_"}, "name": {"first": "Phillip", "middle": "Colgan", "last": "Ferguson"}, "bio": {"birthday": "1903-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OK", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OK", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OK", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "F000086", "govtrack": 404044, "icpsr": 3115, "wikipedia": "Joachim O. Fern\u00e1ndez", "house_history": 13077, "wikidata": "Q1690350", "google_entity_id": "kg:/m/09xgmj"}, "name": {"first": "Joachim", "middle": "Octave", "last": "Fern\u00e1ndez"}, "bio": {"birthday": "1896-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "LA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000385", "govtrack": 404330, "icpsr": 3375, "wikipedia": "Frank W. Fries", "house_history": 13457, "wikidata": "Q5490140", "google_entity_id": "kg:/m/02rkz59"}, "name": {"first": "Frank", "middle": "William", "last": "Fries"}, "bio": {"birthday": "1893-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "G000080", "govtrack": 404452, "icpsr": 3488, "wikipedia": "Clyde L. Garrett", "house_history": 13661, "wikidata": "Q285428", "google_entity_id": "kg:/m/02vrpgs"}, "name": {"first": "Clyde", "middle": "Leonard", "last": "Garrett"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 17, "party": "Democrat"}], "bio": {"birthday": "1885-12-16", "gender": "M"}}, {"id": {"bioguide": "G000087", "govtrack": 404459, "icpsr": 3495, "wikipedia": "Fred C. Gartner", "house_history": 13669, "wikidata": "Q5494743", "google_entity_id": "kg:/m/0f1sxb"}, "name": {"first": "Fred", "middle": "Christian", "last": "Gartner"}, "bio": {"birthday": "1896-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "G000155", "govtrack": 404522, "icpsr": 3555, "house_history": 13759, "wikipedia": "Florence Reville Gibbs", "wikidata": "Q178468", "google_entity_id": "kg:/m/02psl5q"}, "name": {"first": "Florence", "middle": "Reville", "last": "Gibbs"}, "bio": {"birthday": "1890-04-04", "gender": "F"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "G000156", "govtrack": 404523, "icpsr": 3556, "wikipedia": "W. Benjamin Gibbs", "house_history": 13760, "wikidata": "Q1675610", "google_entity_id": "kg:/m/02rk163"}, "name": {"first": "Willis", "middle": "Benjamin", "last": "Gibbs"}, "bio": {"birthday": "1889-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "G000158", "govtrack": 404525, "icpsr": 3558, "house_history": 13764, "wikipedia": "Ernest Willard Gibson", "wikidata": "Q1356333", "google_entity_id": "kg:/m/0cw1d1"}, "name": {"first": "Ernest", "middle": "Willard", "last": "Gibson"}, "bio": {"birthday": "1872-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "VT", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1939-01-03", "end": "1941-01-03", "state": "VT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000265", "govtrack": 404627, "icpsr": 3656, "wikipedia": "Thomas Alan Goldsborough", "house_history": 13895, "wikidata": "Q499563", "google_entity_id": "kg:/m/039ngx"}, "name": {"first": "Thomas", "middle": "Alan", "last": "Goldsborough"}, "bio": {"birthday": "1877-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000303", "govtrack": 404662, "icpsr": 3688, "wikipedia": "Robert K. Goodwin", "house_history": 13947, "wikidata": "Q663880", "google_entity_id": "kg:/m/02rq9zn"}, "name": {"first": "Robert", "middle": "Kingman", "last": "Goodwin"}, "bio": {"birthday": "1905-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "G000469", "govtrack": 404814, "icpsr": 3828, "house_history": 14157, "wikipedia": "John K. Griffith", "wikidata": "Q1700667", "google_entity_id": "kg:/m/02w43s8"}, "name": {"first": "John", "middle": "Keller", "last": "Griffith"}, "bio": {"birthday": "1882-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "LA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "G000484", "govtrack": 404829, "icpsr": 3842, "wikipedia": "Harry W. Griswold", "house_history": 14174, "wikidata": "Q203965", "google_entity_id": "kg:/m/0262tbg"}, "name": {"first": "Harry", "middle": "Wilbur", "last": "Griswold"}, "bio": {"gender": "M", "birthday": "1886-05-19"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000295", "govtrack": 405168, "icpsr": 4152, "wikipedia": "J. Francis Harter", "house_history": 14647, "wikidata": "Q6105708", "google_entity_id": "kg:/m/0gz412"}, "name": {"first": "John", "middle": "Francis", "last": "Harter"}, "bio": {"birthday": "1897-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 41, "party": "Republican"}]}, {"id": {"bioguide": "H000375", "govtrack": 405243, "icpsr": 4218, "wikipedia": "Charles Hawks, Jr.", "house_history": 14743, "wikidata": "Q1064761", "google_entity_id": "kg:/m/026rqgc"}, "name": {"first": "Charles", "last": "Hawks", "suffix": "Jr."}, "bio": {"birthday": "1899-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000454", "govtrack": 405319, "icpsr": 4285, "wikipedia": "George H. Heinke", "house_history": 14846, "wikidata": "Q1507476", "google_entity_id": "kg:/m/0bq5_6"}, "name": {"first": "George", "middle": "Henry", "last": "Heinke"}, "bio": {"gender": "M", "birthday": "1882-07-22"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NE", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000731", "govtrack": 405582, "icpsr": 4528, "wikipedia": "Rufus C. Holman", "wikidata": "Q1725579", "google_entity_id": "kg:/m/06x_qv"}, "name": {"first": "Rufus", "middle": "Cecil", "last": "Holman"}, "bio": {"birthday": "1877-10-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "OR", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000798", "govtrack": 405647, "icpsr": 4588, "wikipedia": "Frank O. Horton", "house_history": 15270, "wikidata": "Q1443880", "google_entity_id": "kg:/m/026599v"}, "name": {"first": "Frank", "middle": "Ogilvie", "last": "Horton"}, "bio": {"birthday": "1882-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WY", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "I000002", "govtrack": 405864, "house_history": 15620, "wikipedia": "Santiago Iglesias", "wikidata": "Q1534155", "google_entity_id": "kg:/m/055ymp"}, "name": {"first": "Santiago", "last": "Iglesias"}, "bio": {"birthday": "1872-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PR", "district": 0, "party": "Coalitionist"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PR", "district": 0, "party": "Coalitionist"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PR", "district": 0, "party": "Coalitionist"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PR", "district": 0, "party": "Coalitionist"}]}, {"id": {"bioguide": "J000075", "govtrack": 405978, "icpsr": 4906, "wikipedia": "Walter S. Jeffries", "house_history": 15789, "wikidata": "Q2546048", "google_entity_id": "kg:/m/02rzqp6"}, "name": {"first": "Walter", "middle": "Sooy", "last": "Jeffries"}, "bio": {"birthday": "1893-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NJ", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "J000236", "govtrack": 406129, "icpsr": 5051, "wikipedia": "John Marvin Jones", "house_history": 15991, "wikidata": "Q1700984", "google_entity_id": "kg:/m/0g1g76"}, "name": {"first": "John", "middle": "Marvin", "last": "Jones"}, "bio": {"birthday": "1886-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "K000056", "govtrack": 406226, "icpsr": 5134, "wikipedia": "Kent E. Keller", "house_history": 16151, "wikidata": "Q6391703", "google_entity_id": "kg:/m/02rkbwv"}, "name": {"first": "Kent", "middle": "Ellsworth", "last": "Keller"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 25, "party": "Democrat"}], "bio": {"birthday": "1867-06-04", "gender": "M"}}, {"id": {"bioguide": "K000101", "govtrack": 406269, "icpsr": 5175, "wikipedia": "Ambrose Jerome Kennedy", "house_history": 16204, "wikidata": "Q1534082", "google_entity_id": "kg:/m/02rgwcr"}, "name": {"first": "Ambrose", "middle": "Jerome", "last": "Kennedy"}, "bio": {"birthday": "1893-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "K000248", "govtrack": 406407, "icpsr": 5305, "wikipedia": "Wade H. Kitchens", "house_history": 16386, "wikidata": "Q290770", "google_entity_id": "kg:/m/02rjz_z"}, "name": {"first": "Wade", "middle": "Hampton", "last": "Kitchens"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AR", "district": 7, "party": "Democrat"}], "bio": {"birthday": "1878-12-26", "gender": "M"}}, {"id": {"bioguide": "L000439", "govtrack": 406930, "icpsr": 5776, "wikipedia": "Bert Lord", "house_history": 17140, "wikidata": "Q4895199", "google_entity_id": "kg:/m/026g4zb"}, "name": {"first": "Bert", "last": "Lord"}, "bio": {"birthday": "1869-12-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 34, "party": "Republican"}]}, {"id": {"bioguide": "L000498", "govtrack": 406985, "icpsr": 5828, "wikipedia": "Robert Luce", "house_history": 17214, "wikidata": "Q2158101", "google_entity_id": "kg:/m/0bw0gv"}, "name": {"first": "Robert", "last": "Luce"}, "bio": {"birthday": "1862-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "M000119", "govtrack": 407143, "icpsr": 5972, "wikipedia": "Carl E. Mapes", "house_history": 17477, "wikidata": "Q1037538", "google_entity_id": "kg:/m/02ppxf3"}, "name": {"first": "Carl", "middle": "Edgar", "last": "Mapes"}, "bio": {"gender": "M", "birthday": "1874-12-26"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M000159", "govtrack": 407181, "icpsr": 6005, "wikipedia": "L. L. Marshall", "house_history": 17520, "wikidata": "Q1797779", "google_entity_id": "kg:/m/02rldvt"}, "name": {"first": "Lycurgus", "middle": "Luther", "last": "Marshall"}, "bio": {"birthday": "1888-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000186", "govtrack": 407207, "icpsr": 6028, "wikipedia": "John Andrew Martin", "house_history": 17552, "wikidata": "Q1699157", "google_entity_id": "kg:/m/0735vd"}, "name": {"first": "John", "middle": "Andrew", "last": "Martin"}, "bio": {"birthday": "1868-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000187", "govtrack": 407208, "icpsr": 6029, "wikipedia": "John C. Martin (Illinois Congressman)", "house_history": 17554, "wikidata": "Q6224536", "google_entity_id": "kg:/m/02r_n7t"}, "name": {"first": "John", "middle": "Cunningham", "last": "Martin"}, "bio": {"birthday": "1880-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000296", "govtrack": 407311, "icpsr": 6122, "wikipedia": "James McAndrews", "house_history": 17688, "wikidata": "Q6139157", "google_entity_id": "kg:/m/02rkb5v"}, "name": {"first": "James", "last": "McAndrews"}, "bio": {"birthday": "1862-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M000557", "govtrack": 407549, "icpsr": 6344, "wikipedia": "Clarence J. McLeod", "house_history": 18023, "wikidata": "Q1095449", "google_entity_id": "kg:/m/02pz77k"}, "name": {"first": "Clarence", "middle": "John", "last": "McLeod"}, "bio": {"birthday": "1895-07-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MI", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MI", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MI", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MI", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MI", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MI", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "M000565", "govtrack": 407556, "icpsr": 6351, "wikipedia": "Clara G. McMillan", "house_history": 18032, "wikidata": "Q1095185", "google_entity_id": "kg:/m/02vrn_9"}, "name": {"first": "Clara", "middle": "Gooding", "last": "McMillan"}, "bio": {"birthday": "1894-08-17", "gender": "F"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "SC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000572", "govtrack": 407562, "icpsr": 6356, "house_history": 18040, "wikipedia": "Thomas S. McMillan", "wikidata": "Q2427011", "google_entity_id": "kg:/m/02q222d"}, "name": {"first": "Thomas", "middle": "Sanders", "last": "McMillan"}, "bio": {"birthday": "1888-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "SC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000598", "govtrack": 407587, "icpsr": 6380, "house_history": 18075, "wikipedia": "Samuel Davis McReynolds", "wikidata": "Q596770", "google_entity_id": "kg:/m/0dqbrp"}, "name": {"first": "Samuel", "middle": "Davis", "last": "McReynolds"}, "bio": {"gender": "M", "birthday": "1872-04-16"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M001051", "govtrack": 408018, "icpsr": 6771, "wikipedia": "Robert L. Mouton", "house_history": 18641, "wikidata": "Q1648671", "google_entity_id": "kg:/m/02rtmwq"}, "name": {"first": "Robert", "middle": "Louis", "last": "Mouton"}, "bio": {"birthday": "1892-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "LA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "N000176", "govtrack": 408256, "icpsr": 6991, "wikipedia": "Gerald Nye", "wikidata": "Q5549449", "google_entity_id": "kg:/m/02_sd1"}, "name": {"first": "Gerald", "middle": "Prentice", "last": "Nye"}, "bio": {"birthday": "1892-12-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1925-12-07", "end": "1927-03-04", "state": "ND", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "ND", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "ND", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "ND", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "O000149", "govtrack": 408400, "icpsr": 7129, "wikipedia": "Emmett Marshall Owen", "house_history": 19250, "wikidata": "Q1338728", "google_entity_id": "kg:/m/026x_c2"}, "name": {"first": "Emmett", "middle": "Marshall", "last": "Owen"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "GA", "district": 4, "party": "Democrat"}], "bio": {"birthday": "1877-10-19", "gender": "M"}}, {"id": {"bioguide": "P000086", "govtrack": 408496, "icpsr": 7218, "wikipedia": "Claude V. Parsons", "house_history": 19378, "wikidata": "Q5129056", "google_entity_id": "kg:/m/02rk97l"}, "name": {"first": "Claude", "middle": "VanCleve", "last": "Parsons"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 24, "party": "Democrat"}], "bio": {"birthday": "1895-10-07", "gender": "M"}}, {"id": {"bioguide": "P000338", "govtrack": 408735, "icpsr": 7440, "wikipedia": "Wallace E. Pierce", "house_history": 19698, "wikidata": "Q7962790", "google_entity_id": "kg:/m/02qy42q"}, "name": {"first": "Wallace", "middle": "Edgar", "last": "Pierce"}, "bio": {"birthday": "1881-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "R000179", "govtrack": 409155, "icpsr": 7836, "wikipedia": "Robert Rice Reynolds", "wikidata": "Q1456676", "google_entity_id": "kg:/m/02klwm"}, "name": {"first": "Robert", "middle": "Rice", "last": "Reynolds"}, "bio": {"birthday": "1884-06-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1932-12-05", "end": "1933-01-03", "state": "NC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1933-01-03", "end": "1939-01-03", "state": "NC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "NC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000269", "govtrack": 409243, "icpsr": 7915, "wikipedia": "Charles Risk", "house_history": 20418, "wikidata": "Q1065904", "google_entity_id": "kg:/m/02rhdhg"}, "name": {"first": "Charles", "middle": "Francis", "last": "Risk"}, "bio": {"birthday": "1897-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "RI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000470", "govtrack": 409431, "icpsr": 8086, "wikipedia": "Harry N. Routzohn", "house_history": 20666, "wikidata": "Q10854092", "google_entity_id": "kg:/m/0d379t"}, "name": {"first": "Harry", "middle": "Nelson", "last": "Routzohn"}, "bio": {"birthday": "1881-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000555", "govtrack": 409511, "icpsr": 8155, "wikipedia": "Elmer Ryan", "house_history": 20763, "wikidata": "Q1332975", "google_entity_id": "kg:/m/0dht6g"}, "name": {"first": "Elmer", "middle": "James", "last": "Ryan"}, "bio": {"birthday": "1907-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000031", "govtrack": 409549, "icpsr": 8194, "wikipedia": "Harry Sandager", "house_history": 21169, "wikidata": "Q1586761", "google_entity_id": "kg:/m/02rhh6s"}, "name": {"first": "Harry", "last": "Sandager"}, "bio": {"birthday": "1887-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "RI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000111", "govtrack": 409620, "icpsr": 8253, "wikipedia": "John C. Schafer", "house_history": 21272, "wikidata": "Q1669217", "google_entity_id": "kg:/m/026hy8_"}, "name": {"first": "John", "middle": "Charles", "last": "Schafer"}, "bio": {"birthday": "1893-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WI", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000218", "govtrack": 409723, "icpsr": 8340, "wikipedia": "James Seccombe", "house_history": 21405, "wikidata": "Q6142915", "google_entity_id": "kg:/m/0266xv0"}, "name": {"first": "James", "last": "Seccombe"}, "bio": {"birthday": "1893-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "S000228", "govtrack": 409733, "icpsr": 8350, "house_history": 21417, "wikipedia": "George N. Seger", "wikidata": "Q1507965", "google_entity_id": "kg:/m/027b7n0"}, "name": {"first": "George", "middle": "Nicholas", "last": "Seger"}, "bio": {"birthday": "1866-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NJ", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "S000452", "govtrack": 409945, "icpsr": 8548, "wikipedia": "William I. Sirovich", "house_history": 21701, "wikidata": "Q2856357", "google_entity_id": "kg:/m/0287z9v"}, "name": {"first": "William", "middle": "Irving", "last": "Sirovich"}, "bio": {"birthday": "1882-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "S000478", "govtrack": 409967, "icpsr": 8568, "wikipedia": "James M. Slattery", "wikidata": "Q504569", "google_entity_id": "kg:/m/0bkgfg"}, "name": {"first": "James", "middle": "Michael", "last": "Slattery"}, "bio": {"birthday": "1878-07-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000523", "govtrack": 410006, "icpsr": 8607, "wikipedia": "Clyde H. Smith", "house_history": 21788, "wikidata": "Q464038", "google_entity_id": "kg:/m/0cqjcv"}, "name": {"first": "Clyde", "middle": "Harold", "last": "Smith"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "ME", "district": 2, "party": "Republican"}], "bio": {"birthday": "1876-06-09", "gender": "M"}}, {"id": {"bioguide": "S000530", "govtrack": 410013, "icpsr": 8613, "wikipedia": "Ellison D. Smith", "wikidata": "Q1332476", "google_entity_id": "kg:/m/05_5_f"}, "name": {"first": "Ellison", "middle": "DuRant", "last": "Smith"}, "bio": {"birthday": "1864-08-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1909-03-15", "end": "1915-03-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "SC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000620", "govtrack": 410095, "icpsr": 8690, "house_history": 21900, "wikipedia": "Thomas Vernor Smith", "wikidata": "Q7794686", "google_entity_id": "kg:/m/03nv8h"}, "name": {"first": "Thomas", "middle": "Vernor", "last": "Smith"}, "bio": {"birthday": "1890-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S001051", "govtrack": 410505, "icpsr": 9066, "wikipedia": "Christopher D. Sullivan", "house_history": 22437, "wikidata": "Q2598193", "google_entity_id": "kg:/m/08l0bm"}, "name": {"first": "Christopher", "middle": "Daniel", "last": "Sullivan"}, "bio": {"birthday": "1870-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "S001108", "govtrack": 410560, "icpsr": 9118, "wikipedia": "John Hyde Sweet", "house_history": 22506, "wikidata": "Q1288829", "google_entity_id": "kg:/m/0bq6k1"}, "name": {"first": "John", "middle": "Hyde", "last": "Sweet"}, "bio": {"birthday": "1880-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NE", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000083", "govtrack": 410667, "icpsr": 9214, "wikipedia": "J. Will Taylor", "house_history": 22737, "wikidata": "Q947060", "google_entity_id": "kg:/m/02rldyk"}, "name": {"first": "James", "middle": "Willis", "last": "Taylor"}, "bio": {"birthday": "1880-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000236", "govtrack": 410815, "icpsr": 9355, "house_history": 22919, "wikipedia": "Jacob Thorkelson", "wikidata": "Q1677648", "google_entity_id": "kg:/m/07zvkl"}, "name": {"first": "Jacob", "last": "Thorkelson"}, "bio": {"birthday": "1876-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000417", "govtrack": 410986, "icpsr": 9512, "wikipedia": "Clarence W. Turner", "house_history": 23145, "wikidata": "Q1095525", "google_entity_id": "kg:/m/0dpqyv"}, "name": {"first": "Clarence", "middle": "Wyly", "last": "Turner"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TN", "district": 6, "party": "Democrat"}], "bio": {"birthday": "1866-10-22", "gender": "M"}}, {"id": {"bioguide": "V000050", "govtrack": 411092, "icpsr": 9626, "wikipedia": "Frederick Van Nuys", "wikidata": "Q1453047", "google_entity_id": "kg:/m/0cxf70"}, "name": {"first": "Frederick", "last": "Van Nuys"}, "bio": {"birthday": "1874-04-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "IN", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "IN", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000166", "govtrack": 411339, "icpsr": 9844, "wikipedia": "Lindsay Carter Warren", "house_history": 23408, "wikidata": "Q930920", "google_entity_id": "kg:/m/05ks4c"}, "name": {"first": "Lindsay", "middle": "Carter", "last": "Warren"}, "bio": {"birthday": "1889-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000222", "govtrack": 411390, "icpsr": 9891, "wikipedia": "Zadoc L. Weatherford", "house_history": 23484, "wikidata": "Q140078", "google_entity_id": "kg:/m/02rk2gb"}, "name": {"first": "Zadoc", "middle": "Lorenzo", "last": "Weatherford"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AL", "district": 7, "party": "Democrat"}], "bio": {"birthday": "1888-02-04", "gender": "M"}}, {"id": {"bioguide": "W000364", "govtrack": 411526, "icpsr": 10017, "wikipedia": "Dudley A. White", "house_history": 23647, "wikidata": "Q5311795", "google_entity_id": "kg:/m/02rhf9l"}, "name": {"first": "Dudley", "middle": "Allen", "last": "White"}, "bio": {"birthday": "1901-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "W000500", "govtrack": 411657, "icpsr": 10145, "house_history": 23809, "wikipedia": "George S. Williams", "wikidata": "Q1508225", "google_entity_id": "kg:/m/025xkbn"}, "name": {"first": "George", "middle": "Short", "last": "Williams"}, "bio": {"birthday": "1877-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "W000702", "govtrack": 411854, "icpsr": 10332, "wikipedia": "Reuben T. Wood", "house_history": 24053, "wikidata": "Q652579", "google_entity_id": "kg:/m/02rx837"}, "name": {"first": "Reuben", "middle": "Terrell", "last": "Wood"}, "bio": {"gender": "M", "birthday": "1884-08-07"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MO", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "G000159", "govtrack": 404526, "icpsr": 3559, "wikipedia": "Ernest W. Gibson Jr.", "wikidata": "Q885614", "google_entity_id": "kg:/m/0cw1s9"}, "name": {"first": "Ernest", "middle": "William", "last": "Gibson", "suffix": "Jr."}, "bio": {"birthday": "1901-03-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1940-01-01", "end": "1941-12-31", "state": "VT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000088", "govtrack": 411267, "icpsr": 9774, "house_history": 23318, "wikipedia": "Monrad Wallgren", "wikidata": "Q286243", "google_entity_id": "kg:/m/044kq1"}, "name": {"first": "Monrad", "middle": "Charles", "last": "Wallgren"}, "bio": {"birthday": "1891-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-05", "end": "1940-12-19", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1940-12-19", "end": "1941-01-03", "state": "WA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1945-01-09", "state": "WA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000244", "govtrack": 400874, "icpsr": 193, "wikipedia": "Charles O. Andrews", "wikidata": "Q1065668", "google_entity_id": "kg:/m/0b1f0j"}, "name": {"first": "Charles", "middle": "Oscar", "last": "Andrews"}, "bio": {"birthday": "1877-03-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1936-11-03", "end": "1941-01-03", "state": "FL", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1946-09-18", "state": "FL", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000290", "govtrack": 400932, "icpsr": 242, "wikipedia": "Laurence F. Arnold", "house_history": 8665, "wikidata": "Q6500590", "google_entity_id": "kg:/m/02rkbxj"}, "name": {"first": "Laurence", "middle": "Fletcher", "last": "Arnold"}, "bio": {"birthday": "1891-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "A000342", "govtrack": 400992, "icpsr": 296, "wikipedia": "Warren Austin", "wikidata": "Q953916", "google_entity_id": "kg:/m/01zkyp"}, "name": {"first": "Warren", "middle": "Robinson", "last": "Austin"}, "bio": {"birthday": "1877-11-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1931-12-07", "end": "1935-01-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1941-01-03", "end": "1947-08-02", "state": "VT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000112", "govtrack": 401113, "icpsr": 405, "wikipedia": "Walter W. Bankhead", "house_history": 8917, "wikidata": "Q2546670", "google_entity_id": "kg:/m/02rk2bk"}, "name": {"first": "Walter", "middle": "Will", "last": "Bankhead"}, "bio": {"birthday": "1897-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000132", "govtrack": 401133, "icpsr": 425, "wikipedia": "William Warren Barbour", "wikidata": "Q5565653", "google_entity_id": "kg:/m/0b3h8h"}, "name": {"first": "William", "middle": "Warren", "last": "Barbour"}, "bio": {"birthday": "1888-07-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "NJ", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1938-01-01", "end": "1941-01-03", "state": "NJ", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1941-01-03", "end": "1943-12-31", "state": "NJ", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000158", "govtrack": 401160, "icpsr": 448, "wikipedia": "James M. Barnes (congressman)", "house_history": 8973, "wikidata": "Q6138359", "google_entity_id": "kg:/m/02vm8ty"}, "name": {"first": "James", "middle": "Martin", "last": "Barnes"}, "bio": {"birthday": "1899-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "B000274", "govtrack": 401268, "icpsr": 548, "wikipedia": "Harry P. Beam", "house_history": 9130, "wikidata": "Q5671414", "google_entity_id": "kg:/m/02rk9vv"}, "name": {"first": "Harry", "middle": "Peter", "last": "Beam"}, "bio": {"birthday": "1892-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000320", "govtrack": 401312, "icpsr": 587, "wikipedia": "Alfred F. Beiter", "house_history": 9190, "wikidata": "Q4722656", "google_entity_id": "kg:/m/0ddkft"}, "name": {"first": "Alfred", "middle": "Florian", "last": "Beiter"}, "bio": {"birthday": "1894-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 41, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 41, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 41, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 41, "party": "Democrat"}]}, {"id": {"bioguide": "B000380", "govtrack": 401372, "icpsr": 642, "wikipedia": "Philip Allen Bennett", "house_history": 9270, "wikidata": "Q2086032", "google_entity_id": "kg:/m/0fxy23"}, "name": {"first": "Philip", "middle": "Allen", "last": "Bennett"}, "bio": {"gender": "M", "birthday": "1881-03-05"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MO", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000460", "govtrack": 401445, "icpsr": 710, "wikipedia": "Theodore G. Bilbo", "wikidata": "Q725728", "google_entity_id": "kg:/m/01gb8j"}, "name": {"first": "Theodore", "middle": "Gilmore", "last": "Bilbo"}, "bio": {"gender": "M", "birthday": "1877-10-13"}, "terms": [{"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "MS", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "MS", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000588", "govtrack": 401557, "icpsr": 820, "wikipedia": "John W. Boehne Jr.", "house_history": 9536, "wikidata": "Q1702030", "google_entity_id": "kg:/m/02rl1c2"}, "name": {"first": "John", "middle": "William", "last": "Boehne", "suffix": "Jr."}, "bio": {"birthday": "1895-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "B000601", "govtrack": 401569, "icpsr": 831, "house_history": 9557, "wikipedia": "Patrick J. Boland", "wikidata": "Q7146792", "google_entity_id": "kg:/m/063bl6"}, "name": {"first": "Patrick", "middle": "Joseph", "last": "Boland"}, "bio": {"birthday": "1880-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "B000602", "govtrack": 401570, "icpsr": 832, "house_history": 9559, "wikipedia": "Veronica Grace Boland", "wikidata": "Q7922415", "google_entity_id": "kg:/m/0fgt2_"}, "name": {"first": "Veronica", "middle": "Grace", "last": "Boland"}, "bio": {"birthday": "1899-03-18", "gender": "F"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "B000604", "govtrack": 401572, "icpsr": 834, "wikipedia": "Stephen Bolles", "house_history": 9561, "wikidata": "Q1534433", "google_entity_id": "kg:/m/026ly08"}, "name": {"first": "Stephen", "last": "Bolles"}, "bio": {"birthday": "1866-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001017", "govtrack": 401967, "icpsr": 1198, "wikipedia": "Frank H. Buck", "house_history": 10091, "wikidata": "Q1443353", "google_entity_id": "kg:/m/0ckq7x"}, "name": {"first": "Frank", "middle": "Henry", "last": "Buck"}, "bio": {"gender": "M", "birthday": "1887-09-23"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B001023", "govtrack": 401973, "icpsr": 1204, "wikipedia": "Rich T. Buckler", "house_history": 10099, "wikidata": "Q2148860", "google_entity_id": "kg:/m/0268md5"}, "name": {"first": "Richard", "middle": "Thompson", "last": "Buckler"}, "bio": {"gender": "M", "birthday": "1865-10-27"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MN", "district": 9, "party": "Farmer-Labor"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MN", "district": 9, "party": "Farmer-Labor"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MN", "district": 9, "party": "Farmer-Labor"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MN", "district": 9, "party": "Farmer-Labor"}]}, {"id": {"bioguide": "B001150", "govtrack": 402092, "icpsr": 1317, "wikipedia": "Harold Hitz Burton", "wikidata": "Q507177", "google_entity_id": "kg:/m/02p03m"}, "name": {"first": "Harold", "middle": "Hitz", "last": "Burton"}, "bio": {"birthday": "1888-06-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1945-12-31", "state": "OH", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001222", "govtrack": 402161, "icpsr": 1375, "wikipedia": "Katharine Byron", "house_history": 10351, "wikidata": "Q2598113", "google_entity_id": "kg:/m/08vg0v"}, "name": {"first": "Katharine", "middle": "Edgar", "last": "Byron"}, "bio": {"birthday": "1903-10-25", "gender": "F"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1941-05-27", "state": "MD", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B001206", "govtrack": 402162, "icpsr": 1376, "wikipedia": "William D. Byron", "house_history": 10326, "wikidata": "Q2598106", "google_entity_id": "kg:/m/08vgf8"}, "name": {"first": "William", "middle": "Devereux", "last": "Byron"}, "bio": {"birthday": "1895-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1941-02-27", "state": "MD", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000207", "govtrack": 402353, "icpsr": 1556, "wikipedia": "Wilburn Cartwright", "house_history": 10714, "wikidata": "Q2570202", "google_entity_id": "kg:/m/02rr6nl"}, "name": {"first": "Wilburn", "last": "Cartwright"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OK", "district": 3, "party": "Democrat"}], "bio": {"birthday": "1892-01-12", "gender": "M"}}, {"id": {"bioguide": "C000225", "govtrack": 402371, "icpsr": 1574, "wikipedia": "Joseph E. Casey", "house_history": 10738, "wikidata": "Q924011", "google_entity_id": "kg:/m/0bwh5_"}, "name": {"first": "Joseph", "middle": "Edward", "last": "Casey"}, "bio": {"birthday": "1898-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000489", "govtrack": 402627, "icpsr": 1816, "wikipedia": "Harold K. Claypool", "house_history": 11059, "wikidata": "Q5661317", "google_entity_id": "kg:/m/02rhh4c"}, "name": {"first": "Harold", "middle": "Kile", "last": "Claypool"}, "bio": {"birthday": "1886-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000535", "govtrack": 402669, "icpsr": 1857, "wikipedia": "E. Harold Cluett", "house_history": 11116, "wikidata": "Q5321913", "google_entity_id": "kg:/m/026gswm"}, "name": {"first": "Ernest", "middle": "Harold", "last": "Cluett"}, "bio": {"birthday": "1874-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "C000582", "govtrack": 402711, "icpsr": 1897, "wikipedia": "Harry B. Coffee", "house_history": 11179, "wikidata": "Q1425417", "google_entity_id": "kg:/m/09yg08"}, "name": {"first": "Harry", "middle": "Buffington", "last": "Coffee"}, "bio": {"birthday": "1890-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NE", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NE", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NE", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NE", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000616", "govtrack": 402745, "icpsr": 1930, "wikipedia": "William Purington Cole Jr.", "house_history": 11220, "wikidata": "Q808708", "google_entity_id": "kg:/m/0916k3"}, "name": {"first": "William", "middle": "Purington", "last": "Cole", "suffix": "Jr."}, "bio": {"birthday": "1889-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MD", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000642", "govtrack": 402770, "icpsr": 1949, "wikipedia": "Ross A. Collins", "house_history": 11256, "wikidata": "Q2167572", "google_entity_id": "kg:/m/02rtn4p"}, "name": {"first": "Ross", "middle": "Alexander", "last": "Collins"}, "bio": {"birthday": "1880-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MS", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000693", "govtrack": 402818, "icpsr": 1995, "wikipedia": "Lawrence J. Connery", "house_history": 11322, "wikidata": "Q1809199", "google_entity_id": "kg:/m/0dwtws"}, "name": {"first": "Lawrence", "middle": "Joseph", "last": "Connery"}, "bio": {"birthday": "1895-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000768", "govtrack": 402887, "icpsr": 2061, "wikipedia": "Oren S. Copeland", "house_history": 11416, "wikidata": "Q1794783", "google_entity_id": "kg:/m/0bqvm4"}, "name": {"first": "Oren", "middle": "Sturman", "last": "Copeland"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NE", "district": 1, "party": "Republican"}], "bio": {"birthday": "1887-03-16", "gender": "M"}}, {"id": {"bioguide": "C000948", "govtrack": 403060, "icpsr": 2215, "wikipedia": "Frank Crowther", "house_history": 11637, "wikidata": "Q13219093", "google_entity_id": "kg:/m/0271ch7"}, "name": {"first": "Frank", "last": "Crowther"}, "bio": {"birthday": "1870-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 30, "party": "Republican"}]}, {"id": {"bioguide": "D000050", "govtrack": 403189, "icpsr": 2335, "wikipedia": "Colgate Darden", "house_history": 11891, "wikidata": "Q880393", "google_entity_id": "kg:/m/05nnw0"}, "name": {"first": "Colgate", "middle": "Whitehead", "last": "Darden", "suffix": "Jr."}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "VA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "VA", "district": 2, "party": "Democrat"}], "bio": {"birthday": "1897-02-11", "gender": "M"}}, {"id": {"bioguide": "D000108", "govtrack": 403244, "icpsr": 2388, "wikipedia": "Jacob E. Davis", "house_history": 11964, "wikidata": "Q6118554", "google_entity_id": "kg:/m/027m86g"}, "name": {"first": "Jacob", "middle": "Erastus", "last": "Davis"}, "bio": {"birthday": "1905-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "D000475", "govtrack": 403584, "icpsr": 2707, "wikipedia": "Le Roy D. Downs", "house_history": 12426, "wikidata": "Q1273367", "google_entity_id": "kg:/m/02rjwy9"}, "name": {"first": "Le", "middle": "Roy Donnelly", "last": "Downs"}, "bio": {"birthday": "1900-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000480", "govtrack": 403589, "icpsr": 2712, "wikipedia": "Wall Doxey", "house_history": 12432, "wikidata": "Q369827", "google_entity_id": "kg:/m/01gj9b"}, "name": {"first": "Wall", "last": "Doxey"}, "bio": {"birthday": "1892-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1943-01-03", "state": "MS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000536", "govtrack": 403643, "icpsr": 2761, "wikipedia": "Richard M. Duncan", "house_history": 12496, "wikidata": "Q2150133", "google_entity_id": "kg:/m/02rz7yv"}, "name": {"first": "Richard", "middle": "Meloan", "last": "Duncan"}, "bio": {"birthday": "1889-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000041", "govtrack": 403736, "icpsr": 2842, "wikipedia": "Morris Michael Edelstein", "house_history": 12651, "wikidata": "Q2856410", "google_entity_id": "kg:/m/07nrct"}, "name": {"first": "Morris", "middle": "Michael", "last": "Edelstein"}, "bio": {"birthday": "1888-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "E000051", "govtrack": 403746, "icpsr": 2851, "house_history": 12662, "wikipedia": "Andrew Edmiston Jr.", "wikidata": "Q504563", "google_entity_id": "kg:/m/03by8c5"}, "name": {"first": "Andrew", "last": "Edmiston"}, "bio": {"birthday": "1892-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WV", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000107", "govtrack": 403798, "icpsr": 2896, "wikipedia": "Thomas H. Eliot", "house_history": 12727, "wikidata": "Q1116034", "google_entity_id": "kg:/m/0dwtv1"}, "name": {"first": "Thomas", "middle": "Hopkinson", "last": "Eliot"}, "bio": {"birthday": "1907-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "E000132", "govtrack": 403823, "icpsr": 2921, "wikipedia": "Clyde T. Ellis", "house_history": 12758, "wikidata": "Q1103722", "google_entity_id": "kg:/m/02rhdts"}, "name": {"first": "Clyde", "middle": "Taylor", "last": "Ellis"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AR", "district": 3, "party": "Democrat"}], "bio": {"birthday": "1908-12-21", "gender": "M"}}, {"id": {"bioguide": "F000001", "govtrack": 403963, "icpsr": 3044, "wikipedia": "Charles I. Faddis", "house_history": 12965, "wikidata": "Q5079265", "google_entity_id": "kg:/m/0f98d8"}, "name": {"first": "Charles", "middle": "Isiah", "last": "Faddis"}, "bio": {"birthday": "1890-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "F000169", "govtrack": 404124, "icpsr": 3187, "wikipedia": "William J. Fitzgerald", "house_history": 13184, "wikidata": "Q2579431", "google_entity_id": "kg:/m/02rj_ml"}, "name": {"first": "William", "middle": "Joseph", "last": "Fitzgerald"}, "bio": {"birthday": "1887-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000183", "govtrack": 404138, "icpsr": 3201, "wikipedia": "Thomas A. Flaherty", "house_history": 13199, "wikidata": "Q2421895", "google_entity_id": "kg:/m/0dwtp5"}, "name": {"first": "Thomas", "middle": "Aloysius", "last": "Flaherty"}, "bio": {"birthday": "1898-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "F000192", "govtrack": 404147, "icpsr": 3208, "wikipedia": "J. Harold Flannery", "house_history": 13212, "wikidata": "Q13219621", "google_entity_id": "kg:/m/0f97wn"}, "name": {"first": "John", "middle": "Harold", "last": "Flannery"}, "bio": {"birthday": "1898-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "F000240", "govtrack": 404194, "icpsr": 3250, "wikipedia": "Alonzo Dillard Folger", "house_history": 13277, "wikidata": "Q2650584", "google_entity_id": "kg:/m/04fpml"}, "name": {"first": "Alonzo", "middle": "Dillard", "last": "Folger"}, "bio": {"birthday": "1888-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "F000258", "govtrack": 404210, "icpsr": 3266, "wikipedia": "Aaron L. Ford", "house_history": 13298, "wikidata": "Q201057", "google_entity_id": "kg:/m/02rtn5c"}, "name": {"first": "Aaron", "middle": "Lane", "last": "Ford"}, "bio": {"birthday": "1903-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MS", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "F000264", "govtrack": 404215, "icpsr": 3270, "wikipedia": "Leland M. Ford", "house_history": 13307, "wikidata": "Q1484840", "google_entity_id": "kg:/m/02rjw_0"}, "name": {"first": "Leland", "middle": "Merritt", "last": "Ford"}, "bio": {"birthday": "1893-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "G000118", "govtrack": 404490, "icpsr": 3525, "house_history": 13708, "wikipedia": "Bernard J. Gehrmann", "wikidata": "Q822481", "google_entity_id": "kg:/m/02vrq7l"}, "name": {"first": "Bernard", "middle": "John", "last": "Gehrmann"}, "bio": {"birthday": "1880-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WI", "district": 10, "party": "Progressive"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WI", "district": 10, "party": "Progressive"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WI", "district": 10, "party": "Progressive"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WI", "district": 10, "party": "Progressive"}]}, {"id": {"bioguide": "G000141", "govtrack": 404510, "icpsr": 3544, "house_history": 13740, "wikipedia": "Peter G. Gerry", "wikidata": "Q2075069", "google_entity_id": "kg:/m/08s_mx"}, "name": {"first": "Peter", "middle": "Goelet", "last": "Gerry"}, "bio": {"birthday": "1879-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "RI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "RI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "RI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "RI", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000147", "govtrack": 404516, "icpsr": 3549, "wikipedia": "Lee E. Geyer", "house_history": 13747, "wikidata": "Q1811793", "google_entity_id": "kg:/m/02rjwzb"}, "name": {"first": "Lee", "middle": "Edward", "last": "Geyer"}, "bio": {"birthday": "1888-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "G000519", "govtrack": 404864, "icpsr": 3872, "wikipedia": "Joseph F. Guffey", "wikidata": "Q3185047", "google_entity_id": "kg:/m/08pkdz"}, "name": {"first": "Joseph", "middle": "F.", "last": "Guffey"}, "bio": {"birthday": "1870-12-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "PA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "PA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000026", "govtrack": 404911, "icpsr": 3914, "wikipedia": "Harry L. Haines", "house_history": 14321, "wikidata": "Q5670384", "google_entity_id": "kg:/m/0f94pn"}, "name": {"first": "Harry", "middle": "Luther", "last": "Haines"}, "bio": {"birthday": "1880-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "H000231", "govtrack": 405109, "icpsr": 4095, "wikipedia": "Vincent F. Harrington", "house_history": 14573, "wikidata": "Q2526580", "google_entity_id": "kg:/m/02rk88n"}, "name": {"first": "Vincent", "middle": "Francis", "last": "Harrington"}, "bio": {"birthday": "1903-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "H000294", "govtrack": 405167, "icpsr": 4151, "wikipedia": "Dow W. Harter", "house_history": 14646, "wikidata": "Q5302639", "google_entity_id": "kg:/m/02rhf97"}, "name": {"first": "Dow", "middle": "Watters", "last": "Harter"}, "bio": {"birthday": "1885-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "H000423", "govtrack": 405289, "icpsr": 4261, "wikipedia": "Arthur Daniel Healey", "house_history": 14802, "wikidata": "Q709078", "google_entity_id": "kg:/m/08v6j5"}, "name": {"first": "Arthur", "middle": "Daniel", "last": "Healey"}, "bio": {"birthday": "1889-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000600", "govtrack": 405462, "icpsr": 4417, "wikipedia": "Knute Hill", "house_history": 15029, "wikidata": "Q1290195", "google_entity_id": "kg:/m/02rmmzg"}, "name": {"first": "Knute", "last": "Hill"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WA", "district": 4, "party": "Democrat"}], "bio": {"birthday": "1876-07-31", "gender": "M"}}, {"id": {"bioguide": "H000709", "govtrack": 405562, "icpsr": 4511, "wikipedia": "Greg J. Holbrock", "house_history": 15160, "wikidata": "Q5605754", "google_entity_id": "kg:/m/0d3gky"}, "name": {"first": "Greg", "middle": "John", "last": "Holbrock"}, "bio": {"birthday": "1906-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000821", "govtrack": 405668, "icpsr": 4609, "wikipedia": "Andrew Jackson Houston", "wikidata": "Q369803", "google_entity_id": "kg:/m/06j9dp"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Houston"}, "bio": {"birthday": "1854-06-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1941-12-31", "state": "TX", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000824", "govtrack": 405671, "icpsr": 4612, "wikipedia": "John Mills Houston", "house_history": 15303, "wikidata": "Q1701105", "google_entity_id": "kg:/m/02rm9k4"}, "name": {"first": "John", "middle": "Mills", "last": "Houston"}, "bio": {"gender": "M", "birthday": "1890-09-15"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KS", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000983", "govtrack": 405825, "icpsr": 4754, "wikipedia": "John F. Hunter", "house_history": 15494, "wikidata": "Q6232312", "google_entity_id": "kg:/m/02rhj_x"}, "name": {"first": "John", "middle": "Feeney", "last": "Hunter"}, "bio": {"birthday": "1896-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "I000010", "govtrack": 405872, "icpsr": 4799, "wikipedia": "Lawrence E. Imhoff", "house_history": 15629, "wikidata": "Q1563985", "google_entity_id": "kg:/m/02rjww7"}, "name": {"first": "Lawrence", "middle": "E.", "last": "Imhoff"}, "bio": {"birthday": "1895-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "J000039", "govtrack": 405944, "icpsr": 4874, "wikipedia": "William S. Jacobsen", "house_history": 15739, "wikidata": "Q2580475", "google_entity_id": "kg:/m/02rk8fg"}, "name": {"first": "William", "middle": "Sebastian", "last": "Jacobsen"}, "bio": {"birthday": "1887-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "J000060", "govtrack": 405965, "icpsr": 4894, "wikipedia": "Benjamin Jarrett", "house_history": 15766, "wikidata": "Q4888874", "google_entity_id": "kg:/m/0f8n0v"}, "name": {"first": "Benjamin", "last": "Jarrett"}, "bio": {"birthday": "1881-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "J000090", "govtrack": 405992, "icpsr": 4919, "wikipedia": "Arthur B. Jenks", "house_history": 15808, "wikidata": "Q708511", "google_entity_id": "kg:/m/02rgwsg"}, "name": {"first": "Arthur", "middle": "Byron", "last": "Jenks"}, "bio": {"birthday": "1866-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "J000111", "govtrack": 406012, "icpsr": 4936, "wikipedia": "Joshua L. Johns", "house_history": 15832, "wikidata": "Q1708582", "google_entity_id": "kg:/m/02vrqc0"}, "name": {"first": "Joshua", "middle": "Leroy", "last": "Johns"}, "bio": {"birthday": "1881-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "J000132", "govtrack": 406031, "icpsr": 4954, "house_history": 15858, "wikipedia": "George William Johnson (congressman)", "wikidata": "Q1508619", "google_entity_id": "kg:/m/03bymn_"}, "name": {"first": "George", "middle": "William", "last": "Johnson"}, "bio": {"birthday": "1869-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WV", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "J000140", "govtrack": 406039, "icpsr": 4962, "wikipedia": "Hiram Johnson", "wikidata": "Q143644", "google_entity_id": "kg:/m/017n7f"}, "name": {"first": "Hiram", "middle": "Warren", "last": "Johnson"}, "bio": {"birthday": "1866-09-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "CA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "CA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "CA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "CA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1941-01-03", "end": "1945-12-31", "state": "CA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "K000112", "govtrack": 406279, "icpsr": 5184, "wikipedia": "Michael J. Kennedy", "house_history": 16216, "wikidata": "Q3332119", "google_entity_id": "kg:/m/0kt0_s"}, "name": {"first": "Michael", "middle": "Joseph", "last": "Kennedy"}, "bio": {"birthday": "1897-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "K000214", "govtrack": 406374, "wikipedia": "Samuel Wilder King", "house_history": 16344, "wikidata": "Q2218966", "google_entity_id": "kg:/m/03f42c"}, "name": {"first": "Samuel", "middle": "Wilder", "last": "King"}, "bio": {"birthday": "1886-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "HI", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "K000303", "govtrack": 406459, "icpsr": 5353, "wikipedia": "Leo Kocialkowski", "house_history": 16461, "wikidata": "Q6523934", "google_entity_id": "kg:/m/02rkbxw"}, "name": {"first": "Leo", "middle": "Paul", "last": "Kocialkowski"}, "bio": {"birthday": "1882-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "K000321", "govtrack": 406475, "icpsr": 5363, "wikipedia": "Charles Kramer (politician)", "house_history": 16485, "wikidata": "Q1065194", "google_entity_id": "kg:/m/03hn54r"}, "name": {"first": "Charles", "last": "Kramer"}, "bio": {"birthday": "1879-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "L000005", "govtrack": 406515, "icpsr": 5402, "wikipedia": "Robert M. La Follette Jr.", "wikidata": "Q377506", "google_entity_id": "kg:/m/01sv50"}, "name": {"first": "Robert", "middle": "Marion", "last": "La Follette", "suffix": "Jr."}, "bio": {"birthday": "1895-02-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1925-12-07", "end": "1929-03-03", "state": "WI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "WI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "WI", "class": 1, "party": "Progressive"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "WI", "class": 1, "party": "Progressive"}]}, {"id": {"bioguide": "L000100", "govtrack": 406607, "icpsr": 5479, "wikipedia": "William Larrabee (Indiana)", "house_history": 16718, "wikidata": "Q2579671", "google_entity_id": "kg:/m/02prbdt"}, "name": {"first": "William", "middle": "Henry", "last": "Larrabee"}, "bio": {"gender": "M", "birthday": "1870-02-21"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IN", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "L000185", "govtrack": 406687, "icpsr": 5549, "wikipedia": "Charles H. Leavy", "house_history": 16827, "wikidata": "Q1064674", "google_entity_id": "kg:/m/02rmn0j"}, "name": {"first": "Charles", "middle": "Henry", "last": "Leavy"}, "bio": {"gender": "M", "birthday": "1884-02-16"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "L000510", "govtrack": 406996, "icpsr": 5835, "wikipedia": "Alva M. Lumpkin", "wikidata": "Q448160", "google_entity_id": "kg:/m/0d06dy"}, "name": {"first": "Alva", "middle": "Moore", "last": "Lumpkin"}, "bio": {"birthday": "1886-11-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1941-12-31", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000016", "govtrack": 407045, "icpsr": 5881, "wikipedia": "A. F. Maciejewski", "house_history": 17347, "wikidata": "Q4647757", "google_entity_id": "kg:/m/02rk8rf"}, "name": {"first": "Anton", "middle": "Frank", "last": "Maciejewski"}, "bio": {"birthday": "1893-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000018", "govtrack": 407047, "icpsr": 5883, "wikipedia": "Lucien J. Maciora", "house_history": 17350, "wikidata": "Q1575680", "google_entity_id": "kg:/m/02rjx3v"}, "name": {"first": "Lucien", "middle": "John", "last": "Maciora"}, "bio": {"birthday": "1902-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CT", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000088", "govtrack": 407113, "icpsr": 5945, "house_history": 17439, "wikipedia": "Francis T. Maloney", "wikidata": "Q1441749", "google_entity_id": "kg:/m/08v6ty"}, "name": {"first": "Francis", "middle": "Thomas", "last": "Maloney"}, "bio": {"birthday": "1894-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "CT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1945-12-31", "state": "CT", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000231", "govtrack": 407249, "icpsr": 6068, "wikipedia": "Sam C. Massingale", "house_history": 17609, "wikidata": "Q2216405", "google_entity_id": "kg:/m/02rr77v"}, "name": {"first": "Samuel", "middle": "Chapman", "last": "Massingale"}, "bio": {"birthday": "1870-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OK", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000297", "govtrack": 407312, "icpsr": 6123, "wikipedia": "Joseph A. McArdle", "house_history": 17689, "wikidata": "Q6280819", "google_entity_id": "kg:/m/0f8gz3"}, "name": {"first": "Joseph", "middle": "A.", "last": "McArdle"}, "bio": {"birthday": "1903-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 33, "party": "Democrat"}]}, {"id": {"bioguide": "M000484", "govtrack": 407480, "icpsr": 6281, "wikipedia": "John J. McIntyre (politician)", "house_history": 17930, "wikidata": "Q781497", "google_entity_id": "kg:/m/0265km9"}, "name": {"first": "John", "middle": "Joseph", "last": "McIntyre"}, "bio": {"gender": "M", "birthday": "1904-12-17"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WY", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "M000510", "govtrack": 407504, "icpsr": 6303, "wikipedia": "Raymond S. McKeough", "house_history": 17965, "wikidata": "Q4320570", "google_entity_id": "kg:/m/0h503q"}, "name": {"first": "Raymond", "middle": "Stephen", "last": "McKeough"}, "bio": {"birthday": "1888-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000538", "govtrack": 407530, "icpsr": 6326, "wikipedia": "Charles F. McLaughlin", "house_history": 18000, "wikidata": "Q145571", "google_entity_id": "kg:/m/0bbr75"}, "name": {"first": "Charles", "middle": "Francis", "last": "McLaughlin"}, "bio": {"birthday": "1887-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NE", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NE", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NE", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NE", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000615", "govtrack": 407604, "icpsr": 6394, "house_history": 18095, "wikipedia": "James M. Mead", "wikidata": "Q974157", "google_entity_id": "kg:/m/06f9g8"}, "name": {"first": "James", "middle": "Michael", "last": "Mead"}, "bio": {"birthday": "1885-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 42, "party": "Democrat"}, {"type": "sen", "start": "1938-01-01", "end": "1941-01-03", "state": "NY", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "NY", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000681", "govtrack": 407666, "icpsr": 6450, "wikipedia": "John Ambrose Meyer", "house_history": 18177, "wikidata": "Q1534076", "google_entity_id": "kg:/m/02rhjpl"}, "name": {"first": "John", "middle": "Ambrose", "last": "Meyer"}, "bio": {"birthday": "1899-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000775", "govtrack": 407753, "icpsr": 6529, "wikipedia": "Newt V. Mills", "house_history": 18300, "wikidata": "Q1983752", "google_entity_id": "kg:/m/02rtmt9"}, "name": {"first": "Newt", "middle": "Virgus", "last": "Mills"}, "bio": {"birthday": "1899-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "LA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000805", "govtrack": 407781, "icpsr": 6554, "wikipedia": "Arthur W. Mitchell", "house_history": 18340, "wikidata": "Q711835", "google_entity_id": "kg:/m/03_twv"}, "name": {"first": "Arthur", "middle": "Wergs", "last": "Mitchell"}, "bio": {"gender": "M", "birthday": "1883-12-22"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M001026", "govtrack": 407993, "icpsr": 6748, "wikipedia": "Guy L. Moser", "house_history": 18613, "wikidata": "Q5622396", "google_entity_id": "kg:/m/0f94yl"}, "name": {"first": "Guy", "middle": "Louis", "last": "Moser"}, "bio": {"gender": "M", "birthday": "1886-01-23"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "M001082", "govtrack": 408047, "icpsr": 6800, "house_history": 18681, "wikipedia": "Orrice Abram Murdock Jr.", "wikidata": "Q1332532", "google_entity_id": "kg:/m/0ct1c1"}, "name": {"first": "Orrice", "middle": "Abram", "last": "Murdock", "suffix": "Jr.", "nickname": "Abe"}, "bio": {"birthday": "1893-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "UT", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "N000006", "govtrack": 408100, "icpsr": 6842, "wikipedia": "Harry E. Narey", "house_history": 18843, "wikidata": "Q1586464", "google_entity_id": "kg:/m/02rq9z_"}, "name": {"first": "Harry", "middle": "Elsworth", "last": "Narey"}, "bio": {"birthday": "1885-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "N000046", "govtrack": 408136, "icpsr": 6876, "house_history": 18891, "wikipedia": "William L. Nelson", "wikidata": "Q1693378", "google_entity_id": "kg:/m/064v9q"}, "name": {"first": "William", "middle": "Lester", "last": "Nelson"}, "bio": {"gender": "M", "birthday": "1875-08-04"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "O000033", "govtrack": 408282, "icpsr": 7022, "wikipedia": "Caroline Love Goodwin O'Day", "house_history": 19110, "wikidata": "Q5045141", "google_entity_id": "kg:/m/026bwmg"}, "name": {"first": "Caroline", "middle": "Love Goodwin", "last": "O'Day"}, "bio": {"birthday": "1875-06-22", "gender": "F"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "P000011", "govtrack": 408422, "icpsr": 7149, "wikipedia": "George A. Paddock", "house_history": 19294, "wikidata": "Q5535991", "google_entity_id": "kg:/m/02rk9kx"}, "name": {"first": "George", "middle": "Arthur", "last": "Paddock"}, "bio": {"birthday": "1885-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "P000159", "govtrack": 408563, "icpsr": 7279, "wikipedia": "Roger C. Peace", "wikidata": "Q2161647", "google_entity_id": "kg:/m/0d067f"}, "name": {"first": "Roger", "middle": "Craft", "last": "Peace"}, "bio": {"birthday": "1899-05-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1941-12-31", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000165", "govtrack": 408570, "icpsr": 7286, "wikipedia": "Herron C. Pearson", "house_history": 19482, "wikidata": "Q1614350", "google_entity_id": "kg:/m/02rkzbt"}, "name": {"first": "Herron", "middle": "Carney", "last": "Pearson"}, "bio": {"birthday": "1890-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "P000288", "govtrack": 408688, "icpsr": 7393, "wikipedia": "William T. Pheiffer", "house_history": 19634, "wikidata": "Q8019112", "google_entity_id": "kg:/m/026hf3d"}, "name": {"first": "William", "middle": "Townsend", "last": "Pheiffer"}, "bio": {"birthday": "1898-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "P000339", "govtrack": 408736, "icpsr": 7441, "house_history": 19699, "wikipedia": "Walter M. Pierce", "wikidata": "Q885596", "google_entity_id": "kg:/m/0f8js4"}, "name": {"first": "Walter", "middle": "Marcus", "last": "Pierce"}, "bio": {"gender": "M", "birthday": "1861-05-30"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OR", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000385", "govtrack": 408779, "icpsr": 7485, "house_history": 19755, "wikipedia": "Vance Plauche", "wikidata": "Q1479745", "google_entity_id": "kg:/m/0ktcct"}, "name": {"first": "Vance", "middle": "Gabriel", "last": "Plauch\u00e9"}, "bio": {"birthday": "1897-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "LA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "R000006", "govtrack": 408989, "icpsr": 7685, "wikipedia": "George L. P. Radcliffe", "wikidata": "Q5541476", "google_entity_id": "kg:/m/05g2sj"}, "name": {"first": "George", "middle": "Lovic Pierce", "last": "Radcliffe"}, "bio": {"gender": "M", "birthday": "1877-08-22"}, "terms": [{"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "MD", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "MD", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000055", "govtrack": 409035, "icpsr": 7730, "house_history": 20147, "wikipedia": "Jeannette Rankin", "wikidata": "Q232407", "google_entity_id": "kg:/m/012dhf"}, "name": {"first": "Jeannette", "last": "Rankin"}, "bio": {"birthday": "1880-06-11", "gender": "F"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000362", "govtrack": 409332, "icpsr": 7999, "wikipedia": "Lewis K. Rockefeller", "house_history": 20529, "wikidata": "Q6536754", "google_entity_id": "kg:/m/0269t38"}, "name": {"first": "Lewis", "middle": "Kirby", "last": "Rockefeller"}, "bio": {"birthday": "1875-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "R000405", "govtrack": 409372, "icpsr": 8036, "house_history": 20587, "wikipedia": "Will Rogers (Oklahoma politician)", "wikidata": "Q2576538", "google_entity_id": "kg:/m/03c1srh"}, "name": {"first": "Will", "last": "Rogers"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OK", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OK", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OK", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OK", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OK", "district": -1, "party": "Democrat"}], "bio": {"birthday": "1898-12-12", "gender": "M"}}, {"id": {"bioguide": "R000418", "govtrack": 409383, "icpsr": 8047, "wikipedia": "Milton A. Romjue", "house_history": 20603, "wikidata": "Q1727912", "google_entity_id": "kg:/m/02rz7lh"}, "name": {"first": "Milton", "middle": "Andrew", "last": "Romjue"}, "bio": {"birthday": "1874-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MO", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000443", "govtrack": 409407, "icpsr": 8065, "wikipedia": "Joseph Rosier", "wikidata": "Q1707922", "google_entity_id": "kg:/m/0cwr53"}, "name": {"first": "Joseph", "last": "Rosier"}, "bio": {"birthday": "1870-01-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1943-01-03", "state": "WV", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000546", "govtrack": 409502, "icpsr": 8146, "wikipedia": "Albert G. Rutherford", "house_history": 20754, "wikidata": "Q4710266", "google_entity_id": "kg:/m/0f3c1t"}, "name": {"first": "Albert", "middle": "Greig", "last": "Rutherford"}, "bio": {"birthday": "1879-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "S000008", "govtrack": 409528, "icpsr": 8169, "wikipedia": "Leon Sacks", "house_history": 21141, "wikidata": "Q6524874", "google_entity_id": "kg:/m/0dj963"}, "name": {"first": "Leon", "last": "Sacks"}, "bio": {"birthday": "1902-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000036", "govtrack": 409553, "icpsr": 8198, "wikipedia": "Jared Y. Sanders Jr.", "house_history": 21177, "wikidata": "Q1683484", "google_entity_id": "kg:/m/0ktb8_"}, "name": {"first": "Jared", "middle": "Young", "last": "Sanders", "suffix": "Jr."}, "bio": {"birthday": "1892-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "LA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000110", "govtrack": 409619, "icpsr": 8252, "wikipedia": "Edwin M. Schaefer", "house_history": 21271, "wikidata": "Q5346631", "google_entity_id": "kg:/m/02rk9fs"}, "name": {"first": "Edwin", "middle": "Martin", "last": "Schaefer"}, "bio": {"birthday": "1887-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "S000145", "govtrack": 409653, "icpsr": 8275, "wikipedia": "William T. Schulte", "house_history": 21317, "wikidata": "Q2580707", "google_entity_id": "kg:/m/02rkljy"}, "name": {"first": "William", "middle": "Theodore", "last": "Schulte"}, "bio": {"birthday": "1890-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000162", "govtrack": 409669, "icpsr": 8289, "wikipedia": "Pius L. Schwert", "house_history": 21342, "wikidata": "Q7199594", "google_entity_id": "kg:/m/06shvkw"}, "name": {"first": "Pius", "middle": "Louis", "last": "Schwert"}, "bio": {"birthday": "1892-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 42, "party": "Democrat"}]}, {"id": {"bioguide": "S000285", "govtrack": 409784, "icpsr": 8399, "wikipedia": "James A. Shanley", "house_history": 21490, "wikidata": "Q1679904", "google_entity_id": "kg:/m/02rhj2p"}, "name": {"first": "James", "middle": "Andrew", "last": "Shanley"}, "bio": {"birthday": "1896-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CT", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000287", "govtrack": 409786, "icpsr": 8400, "house_history": 21493, "wikipedia": "Joe Shannon", "wikidata": "Q1386881", "google_entity_id": "kg:/m/0g5d7h"}, "name": {"first": "Joseph", "middle": "Bernard", "last": "Shannon"}, "bio": {"birthday": "1867-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MO", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000369", "govtrack": 409863, "icpsr": 8476, "wikipedia": "Henrik Shipstead", "wikidata": "Q289751", "google_entity_id": "kg:/m/01lztk"}, "name": {"first": "Henrik", "last": "Shipstead"}, "bio": {"birthday": "1881-01-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "MN", "class": 1, "party": "Farmer-Labor"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "MN", "class": 1, "party": "Farmer-Labor"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "MN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "MN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000433", "govtrack": 409927, "icpsr": 8530, "wikipedia": "Kenneth F. Simpson", "house_history": 21678, "wikidata": "Q3894098", "google_entity_id": "kg:/m/02qz1xc"}, "name": {"first": "Kenneth", "middle": "Farrand", "last": "Simpson"}, "bio": {"birthday": "1895-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "S000532", "govtrack": 410015, "icpsr": 8615, "wikipedia": "Francis R. Smith", "house_history": 21797, "wikidata": "Q13219816", "google_entity_id": "kg:/m/0f1yfm"}, "name": {"first": "Francis", "middle": "Raphael", "last": "Smith"}, "bio": {"birthday": "1911-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000572", "govtrack": 410054, "icpsr": 8653, "wikipedia": "J. Joseph Smith", "house_history": 21842, "wikidata": "Q1438555", "google_entity_id": "kg:/m/02rvbd3"}, "name": {"first": "John", "middle": "Joseph", "last": "Smith"}, "bio": {"birthday": "1904-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CT", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CT", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CT", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CT", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000591", "govtrack": 410071, "icpsr": 8667, "wikipedia": "Martin F. Smith", "house_history": 21867, "wikidata": "Q1903718", "google_entity_id": "kg:/m/02rmn38"}, "name": {"first": "Martin", "middle": "Fernard", "last": "Smith"}, "bio": {"birthday": "1891-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000683", "govtrack": 410154, "icpsr": 8746, "wikipedia": "Charles L. South", "house_history": 21982, "wikidata": "Q1065236", "google_entity_id": "kg:/m/03c2_2r"}, "name": {"first": "Charles", "middle": "Lacy", "last": "South"}, "bio": {"gender": "M", "birthday": "1892-07-22"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "S000724", "govtrack": 410193, "icpsr": 8784, "wikipedia": "G. Lloyd Spencer", "wikidata": "Q1484286", "google_entity_id": "kg:/m/04f6rm"}, "name": {"first": "George", "middle": "Lloyd", "last": "Spencer"}, "bio": {"birthday": "1893-03-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1943-01-03", "state": "AR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S001086", "govtrack": 410539, "icpsr": 9098, "house_history": 22482, "wikipedia": "William H. Sutphin", "wikidata": "Q997295", "google_entity_id": "kg:/m/0721_d"}, "name": {"first": "William", "middle": "Halstead", "last": "Sutphin"}, "bio": {"birthday": "1887-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NJ", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S001102", "govtrack": 410554, "icpsr": 9113, "wikipedia": "Martin L. Sweeney", "house_history": 22499, "wikidata": "Q1904375", "google_entity_id": "kg:/m/02rjx7m"}, "name": {"first": "Martin", "middle": "Leonard", "last": "Sweeney"}, "bio": {"birthday": "1885-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "T000072", "govtrack": 410657, "icpsr": 9205, "wikipedia": "Edward T. Taylor", "house_history": 22724, "wikidata": "Q1293826", "google_entity_id": "kg:/m/02rhfq9"}, "name": {"first": "Edward", "middle": "Thomas", "last": "Taylor"}, "bio": {"gender": "M", "birthday": "1858-06-19"}, "terms": [{"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "CO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "CO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "CO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CO", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "T000124", "govtrack": 410708, "icpsr": 9253, "wikipedia": "Rudolph G. Tenerowicz", "house_history": 22785, "wikidata": "Q132218", "google_entity_id": "kg:/m/026zk25"}, "name": {"first": "Rudolph", "middle": "Gabriel", "last": "Tenerowicz"}, "bio": {"birthday": "1890-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000133", "govtrack": 410715, "icpsr": 9262, "wikipedia": "David D. Terry", "house_history": 22794, "wikidata": "Q1174229", "google_entity_id": "kg:/m/02rhf0_"}, "name": {"first": "David", "middle": "Dickson", "last": "Terry"}, "bio": {"birthday": "1881-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AR", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "T000153", "govtrack": 410735, "icpsr": 9281, "wikipedia": "Lewis D. Thill", "house_history": 22816, "wikidata": "Q1434645", "google_entity_id": "kg:/m/02vrqtg"}, "name": {"first": "Lewis", "middle": "Dominic", "last": "Thill"}, "bio": {"birthday": "1903-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WI", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "T000283", "govtrack": 410856, "icpsr": 9395, "wikipedia": "George H. Tinkham", "house_history": 22975, "wikidata": "Q1507486", "google_entity_id": "kg:/m/0bv_sn"}, "name": {"first": "George", "middle": "Holden", "last": "Tinkham"}, "bio": {"birthday": "1870-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "T000409", "govtrack": 410978, "icpsr": 9506, "wikipedia": "James M. Tunnell", "wikidata": "Q1680751", "google_entity_id": "kg:/m/06vwdg"}, "name": {"first": "James", "middle": "Miller", "last": "Tunnell"}, "bio": {"birthday": "1879-08-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "DE", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "V000121", "govtrack": 411175, "icpsr": 9690, "wikipedia": "Albert L. Vreeland", "house_history": 21021, "wikidata": "Q2638367", "google_entity_id": "kg:/m/02rytw_"}, "name": {"first": "Albert", "middle": "Lincoln", "last": "Vreeland"}, "bio": {"birthday": "1901-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NJ", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NJ", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "W000097", "govtrack": 411276, "icpsr": 9782, "wikipedia": "David I. Walsh", "wikidata": "Q881431", "google_entity_id": "kg:/m/04n49b"}, "name": {"first": "David", "middle": "Ignatius", "last": "Walsh"}, "bio": {"birthday": "1872-11-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "MA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1926-01-01", "end": "1929-03-03", "state": "MA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "MA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "MA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "MA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000330", "govtrack": 411492, "icpsr": 9984, "wikipedia": "Burton K. Wheeler", "wikidata": "Q711631", "google_entity_id": "kg:/m/049q7n"}, "name": {"first": "Burton", "middle": "Kendall", "last": "Wheeler"}, "bio": {"birthday": "1882-02-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "MT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "MT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "MT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "MT", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000494", "govtrack": 411651, "icpsr": 10139, "wikipedia": "Clyde Williams (Missouri politician)", "house_history": 23802, "wikidata": "Q1103739", "google_entity_id": "kg:/m/02rz5sp"}, "name": {"first": "Clyde", "last": "Williams"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MO", "district": 8, "party": "Democrat"}], "bio": {"birthday": "1873-10-13", "gender": "M"}}, {"id": {"bioguide": "W000563", "govtrack": 411719, "icpsr": 10205, "wikipedia": "Raymond E. Willis", "wikidata": "Q2134139", "google_entity_id": "kg:/m/0cyn5v"}, "name": {"first": "Raymond", "middle": "Eugene", "last": "Willis"}, "bio": {"birthday": "1875-08-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "IN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "Y000059", "govtrack": 411991, "icpsr": 10460, "wikipedia": "Oscar Youngdahl", "house_history": 21101, "wikidata": "Q2033020", "google_entity_id": "kg:/m/0268mfx"}, "name": {"first": "Oscar", "middle": "Ferdinand", "last": "Youngdahl"}, "bio": {"birthday": "1893-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "N000030", "govtrack": 408121, "icpsr": 6862, "wikipedia": "Arthur E. Nelson", "wikidata": "Q709189", "google_entity_id": "kg:/m/01lzlb"}, "name": {"first": "Arthur", "middle": "Emanuel", "last": "Nelson"}, "bio": {"birthday": "1892-05-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1942-01-01", "end": "1943-01-03", "state": "MN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000196", "govtrack": 409701, "icpsr": 8320, "house_history": 21382, "wikipedia": "James G. Scrugham", "wikidata": "Q720527", "google_entity_id": "kg:/m/03kn6k"}, "name": {"first": "James", "middle": "Graves", "last": "Scrugham"}, "bio": {"birthday": "1880-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "sen", "start": "1942-01-01", "end": "1945-12-31", "state": "NV", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000381", "govtrack": 409875, "icpsr": 8488, "house_history": 21611, "wikipedia": "Hugh Ike Shott", "wikidata": "Q6175214", "google_entity_id": "kg:/m/05clym"}, "name": {"first": "Hugh", "middle": "Ike", "last": "Shott"}, "bio": {"birthday": "1866-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WV", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WV", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1942-01-01", "end": "1943-01-03", "state": "WV", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000046", "govtrack": 401051, "icpsr": 349, "wikipedia": "Josiah Bailey", "wikidata": "Q5564234", "google_entity_id": "kg:/m/02klg6"}, "name": {"first": "Josiah", "middle": "William", "last": "Bailey"}, "bio": {"birthday": "1873-09-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "NC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "NC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1943-01-06", "end": "1947-01-03", "state": "NC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000099", "govtrack": 401101, "icpsr": 394, "wikipedia": "Joseph H. Ball", "wikidata": "Q1672420", "google_entity_id": "kg:/m/01lzhp"}, "name": {"first": "Joseph", "middle": "Hurst", "last": "Ball"}, "bio": {"birthday": "1905-11-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1940-01-01", "end": "1943-01-03", "state": "MN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "MN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000111", "govtrack": 401112, "icpsr": 404, "wikipedia": "John H. Bankhead II", "wikidata": "Q1700299", "google_entity_id": "kg:/m/03glfj"}, "name": {"first": "John", "middle": "Hollis", "last": "Bankhead", "suffix": "II"}, "bio": {"gender": "M", "birthday": "1872-07-08"}, "terms": [{"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1943-01-06", "end": "1947-01-03", "state": "AL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000874", "govtrack": 401831, "icpsr": 1071, "wikipedia": "Charles W. Brooks", "wikidata": "Q767566", "google_entity_id": "kg:/m/0bg5sh"}, "name": {"first": "Charles", "middle": "Wayland", "last": "Brooks"}, "bio": {"birthday": "1897-03-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1940-01-01", "end": "1943-01-03", "state": "IL", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "IL", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001013", "govtrack": 401963, "icpsr": 1194, "wikipedia": "C. Douglass Buck", "wikidata": "Q649500", "google_entity_id": "kg:/m/07gbx6"}, "name": {"first": "Clayton", "middle": "Douglass", "last": "Buck"}, "bio": {"birthday": "1890-03-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "DE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001072", "govtrack": 402018, "icpsr": 1248, "wikipedia": "Thomas F. Burchill", "house_history": 10157, "wikidata": "Q3332131", "google_entity_id": "kg:/m/026fp3p"}, "name": {"first": "Thomas", "middle": "Francis", "last": "Burchill"}, "bio": {"birthday": "1882-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "B001168", "govtrack": 402110, "icpsr": 1330, "wikipedia": "Harlan J. Bushfield", "wikidata": "Q885689", "google_entity_id": "kg:/m/0bg8zd"}, "name": {"first": "Harlan", "middle": "John", "last": "Bushfield"}, "bio": {"birthday": "1882-08-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1943-01-06", "end": "1948-09-27", "state": "SD", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000132", "govtrack": 402282, "icpsr": 1493, "wikipedia": "Louis Capozzoli", "house_history": 10614, "wikidata": "Q2598200", "google_entity_id": "kg:/m/026fp5r"}, "name": {"first": "Louis", "middle": "Joseph", "last": "Capozzoli"}, "bio": {"birthday": "1901-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "C000133", "govtrack": 402283, "icpsr": 1494, "wikipedia": "Arthur Capper", "wikidata": "Q364793", "google_entity_id": "kg:/m/04cddv"}, "name": {"first": "Arthur", "last": "Capper"}, "bio": {"birthday": "1865-07-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1919-05-19", "end": "1925-03-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "KS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000181", "govtrack": 402328, "icpsr": 1532, "wikipedia": "Chester O. Carrier", "house_history": 10679, "wikidata": "Q989723", "google_entity_id": "kg:/m/02rhdnm"}, "name": {"first": "Chester", "middle": "Otto", "last": "Carrier"}, "bio": {"gender": "M", "birthday": "1897-05-05"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "C000195", "govtrack": 402341, "icpsr": 1545, "wikipedia": "Albert E. Carter", "house_history": 10697, "wikidata": "Q1485451", "google_entity_id": "kg:/m/0dfqw_"}, "name": {"first": "Albert", "middle": "Edward", "last": "Carter"}, "bio": {"birthday": "1881-07-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000290", "govtrack": 402432, "icpsr": 1634, "wikipedia": "Happy Chandler", "wikidata": "Q573029", "google_entity_id": "kg:/m/01s8l0"}, "name": {"first": "Albert", "middle": "Benjamin", "last": "Chandler", "nickname": "Happy"}, "bio": {"birthday": "1898-07-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1939-01-03", "end": "1943-01-03", "state": "KY", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1943-01-06", "end": "1945-12-31", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000661", "govtrack": 402788, "icpsr": 1966, "wikipedia": "Ranulf Compton", "house_history": 11282, "wikidata": "Q2131167", "google_entity_id": "kg:/m/02q2hty"}, "name": {"first": "C.", "middle": "H. Ranulf", "last": "Compton"}, "bio": {"birthday": "1878-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000795", "govtrack": 402914, "icpsr": 2081, "wikipedia": "John M. Costello", "house_history": 11451, "wikidata": "Q1700909", "google_entity_id": "kg:/m/02rhkbx"}, "name": {"first": "John", "middle": "Martin", "last": "Costello"}, "bio": {"birthday": "1903-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "C000898", "govtrack": 403010, "icpsr": 2168, "wikipedia": "Edward W. Creal", "house_history": 11578, "wikidata": "Q1293977", "google_entity_id": "kg:/m/02rhfq_"}, "name": {"first": "Edward", "middle": "Wester", "last": "Creal"}, "bio": {"birthday": "1883-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000968", "govtrack": 403079, "icpsr": 2234, "wikipedia": "Francis D. Culkin", "house_history": 11664, "wikidata": "Q5480666", "google_entity_id": "kg:/m/027lrdt"}, "name": {"first": "Francis", "middle": "Dugan", "last": "Culkin"}, "bio": {"birthday": "1874-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "C000970", "govtrack": 403081, "icpsr": 2236, "wikipedia": "Thomas H. Cullen", "house_history": 11666, "wikidata": "Q657220", "google_entity_id": "kg:/m/026tk0r"}, "name": {"first": "Thomas", "middle": "Henry", "last": "Cullen"}, "bio": {"birthday": "1868-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000160", "govtrack": 403292, "icpsr": 2435, "wikipedia": "Stephen A. Day", "house_history": 12031, "wikidata": "Q7608520", "google_entity_id": "kg:/m/02rkczk"}, "name": {"first": "Stephen", "middle": "Albion", "last": "Day"}, "bio": {"birthday": "1882-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "D000292", "govtrack": 403417, "icpsr": 2541, "wikipedia": "Charles S. Dewey", "house_history": 12188, "wikidata": "Q5082259", "google_entity_id": "kg:/m/02rk955"}, "name": {"first": "Charles", "middle": "Schuveldt", "last": "Dewey"}, "bio": {"birthday": "1880-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "D000349", "govtrack": 403467, "icpsr": 2599, "wikipedia": "LaVern Dilweg", "house_history": 12260, "wikidata": "Q1798582", "google_entity_id": "kg:/m/027fpc7"}, "name": {"first": "LaVern", "middle": "Ralph", "last": "Dilweg"}, "bio": {"birthday": "1903-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WI", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "D000353", "govtrack": 403471, "wikipedia": "Anthony Dimond", "house_history": 12264, "wikidata": "Q573153", "google_entity_id": "kg:/m/068w4f"}, "name": {"first": "Anthony", "middle": "Joseph", "last": "Dimond"}, "bio": {"birthday": "1881-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AK", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AK", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AK", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AK", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AK", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AK", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "D000362", "govtrack": 403479, "icpsr": 2611, "wikipedia": "Wesley E. Disney", "house_history": 12279, "wikidata": "Q1417740", "google_entity_id": "kg:/m/02rr6pz"}, "name": {"first": "Wesley", "middle": "Ernest", "last": "Disney"}, "bio": {"birthday": "1883-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OK", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OK", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OK", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OK", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OK", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OK", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OK", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000363", "govtrack": 403480, "icpsr": 2612, "wikipedia": "J. William Ditter", "house_history": 12281, "wikidata": "Q6107460", "google_entity_id": "kg:/m/0f8mx_"}, "name": {"first": "John", "middle": "William", "last": "Ditter"}, "bio": {"birthday": "1888-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "D000453", "govtrack": 403563, "icpsr": 2688, "wikipedia": "Fred J. Douglas", "house_history": 12397, "wikidata": "Q5495554", "google_entity_id": "kg:/m/026fn_k"}, "name": {"first": "Fred", "middle": "James", "last": "Douglas"}, "bio": {"birthday": "1869-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 33, "party": "Republican"}]}, {"id": {"bioguide": "E000108", "govtrack": 403799, "wikipedia": "Joaqu\u00edn Miguel Elizalde", "house_history": 12728, "wikidata": "Q2613936", "google_entity_id": "kg:/m/0cvph9"}, "name": {"first": "Joaquin", "middle": "Miguel", "last": "Elizalde"}, "bio": {"birthday": "1896-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PI", "district": -1}]}, {"id": {"bioguide": "E000141", "govtrack": 403832, "icpsr": 2930, "wikipedia": "Daniel Ellison", "house_history": 12769, "wikidata": "Q1534241", "google_entity_id": "kg:/m/02rhdyx"}, "name": {"first": "Daniel", "last": "Ellison"}, "bio": {"birthday": "1886-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MD", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "E000157", "govtrack": 403848, "icpsr": 2945, "wikipedia": "William P. Elmer", "house_history": 12786, "wikidata": "Q2580189", "google_entity_id": "kg:/m/02rz8l3"}, "name": {"first": "William", "middle": "Price", "last": "Elmer"}, "bio": {"birthday": "1871-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MO", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "E000182", "govtrack": 403871, "icpsr": 2966, "wikipedia": "Harry Lane Englebright", "house_history": 12819, "wikidata": "Q691422", "google_entity_id": "kg:/m/03bpny"}, "name": {"first": "Harry", "middle": "Lane", "last": "Englebright"}, "bio": {"birthday": "1884-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000051", "govtrack": 404011, "icpsr": 3085, "wikipedia": "James H. Fay", "house_history": 13029, "wikidata": "Q3562350", "google_entity_id": "kg:/m/027lqnd"}, "name": {"first": "James", "middle": "Herbert", "last": "Fay"}, "bio": {"birthday": "1899-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "F000142", "govtrack": 404096, "icpsr": 3162, "wikipedia": "Hamilton Fish III", "house_history": 13150, "wikidata": "Q1573501", "google_entity_id": "kg:/m/01bq5d"}, "name": {"first": "Hamilton", "last": "Fish"}, "bio": {"birthday": "1888-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "F000175", "govtrack": 404130, "icpsr": 3193, "wikipedia": "James M. Fitzpatrick", "house_history": 13191, "wikidata": "Q6138422", "google_entity_id": "kg:/m/07cgdd"}, "name": {"first": "James", "middle": "Martin", "last": "Fitzpatrick"}, "bio": {"birthday": "1869-06-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "F000267", "govtrack": 404218, "icpsr": 3273, "house_history": 13310, "wikipedia": "Thomas F. Ford", "wikidata": "Q2423770", "google_entity_id": "kg:/m/02rjzr0"}, "name": {"first": "Thomas", "middle": "Francis", "last": "Ford"}, "bio": {"birthday": "1873-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "F000417", "govtrack": 404359, "icpsr": 3404, "wikipedia": "Hampton P. Fulmer", "house_history": 13497, "wikidata": "Q969884", "google_entity_id": "kg:/m/02qdbv3"}, "name": {"first": "Hampton", "middle": "Pitts", "last": "Fulmer"}, "bio": {"birthday": "1875-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "SC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "SC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000418", "govtrack": 404360, "icpsr": 3405, "wikipedia": "Willa L. Fulmer", "house_history": 13499, "wikidata": "Q2576584", "google_entity_id": "kg:/m/02vxxlx"}, "name": {"first": "Willa", "middle": "Lybrand", "last": "Fulmer"}, "bio": {"birthday": "1884-02-03", "gender": "F"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "SC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000432", "govtrack": 404373, "icpsr": 3416, "wikipedia": "Grant Furlong", "house_history": 13519, "wikidata": "Q5596222", "google_entity_id": "kg:/m/0f8hvx"}, "name": {"first": "Robert", "middle": "Grant", "last": "Furlong"}, "bio": {"birthday": "1886-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "G000014", "govtrack": 404391, "icpsr": 3432, "wikipedia": "Richard Pillsbury Gale", "house_history": 13582, "wikidata": "Q1660603", "google_entity_id": "kg:/m/0dhtb9"}, "name": {"first": "Richard", "middle": "Pillsbury", "last": "Gale"}, "bio": {"birthday": "1900-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000101", "govtrack": 404473, "icpsr": 3509, "wikipedia": "Joseph A. Gavagan", "house_history": 13688, "wikidata": "Q13219108", "google_entity_id": "kg:/m/026hc00"}, "name": {"first": "Joseph", "middle": "Andrew", "last": "Gavagan"}, "bio": {"birthday": "1892-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "G000181", "govtrack": 404546, "icpsr": 3580, "wikipedia": "Fred C. Gilchrist", "house_history": 13794, "wikidata": "Q1452241", "google_entity_id": "kg:/m/02rk7dt"}, "name": {"first": "Fred", "middle": "Cramer", "last": "Gilchrist"}, "bio": {"birthday": "1868-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "G000232", "govtrack": 404594, "icpsr": 3625, "wikipedia": "Carter Glass", "house_history": 13858, "wikidata": "Q1045879", "google_entity_id": "kg:/m/03gfcd"}, "name": {"first": "Carter", "last": "Glass"}, "bio": {"birthday": "1858-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1901-12-02", "end": "1903-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1903-11-09", "end": "1905-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1905-12-04", "end": "1907-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1920-02-20", "end": "1925-03-03", "state": "VA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "VA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "VA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "VA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1943-01-06", "end": "1946-05-28", "state": "VA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000415", "govtrack": 404763, "icpsr": 3781, "wikipedia": "Robert A. Green", "house_history": 14093, "wikidata": "Q984102", "google_entity_id": "kg:/m/02rjyhh"}, "name": {"first": "Robert", "middle": "Alexis", "last": "Green", "nickname": "Lex"}, "bio": {"birthday": "1892-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "FL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "G000538", "govtrack": 404881, "icpsr": 3885, "wikipedia": "Ulysses Samuel Guyer", "house_history": 14239, "wikidata": "Q2477962", "google_entity_id": "kg:/m/02rmbqm"}, "name": {"first": "Ulysses", "middle": "Samuel", "last": "Guyer"}, "bio": {"birthday": "1868-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KS", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000260", "govtrack": 405137, "icpsr": 4121, "wikipedia": "Winder R. Harris", "house_history": 14606, "wikidata": "Q2583491", "google_entity_id": "kg:/m/02vrps1"}, "name": {"first": "Winder", "middle": "Russell", "last": "Harris"}, "bio": {"birthday": "1888-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000334", "govtrack": 405204, "icpsr": 4184, "wikipedia": "Carl Hatch", "wikidata": "Q1038627", "google_entity_id": "kg:/m/09sxt1"}, "name": {"first": "Carl", "middle": "Atwood", "last": "Hatch"}, "bio": {"birthday": "1889-11-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1937-01-03", "state": "NM", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "NM", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "NM", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000365", "govtrack": 405234, "icpsr": 4210, "wikipedia": "Albert W. Hawkes", "wikidata": "Q1675301", "google_entity_id": "kg:/m/0csxvw"}, "name": {"first": "Albert", "middle": "Wahl", "last": "Hawkes"}, "bio": {"birthday": "1878-11-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "NJ", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "J000073", "govtrack": 405976, "icpsr": 4905, "wikipedia": "Harry P. Jeffrey", "house_history": 15787, "wikidata": "Q5671426", "google_entity_id": "kg:/m/0d3kxn"}, "name": {"first": "Harry", "middle": "Palmer", "last": "Jeffrey"}, "bio": {"birthday": "1901-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "J000121", "govtrack": 406021, "icpsr": 4944, "wikipedia": "Calvin D. Johnson", "house_history": 15846, "wikidata": "Q5024367", "google_entity_id": "kg:/m/02rk90c"}, "name": {"first": "Calvin", "middle": "Dean", "last": "Johnson"}, "bio": {"birthday": "1898-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "J000183", "govtrack": 406078, "icpsr": 4999, "wikipedia": "William Ward Johnson", "house_history": 15928, "wikidata": "Q2580979", "google_entity_id": "kg:/m/02rk064"}, "name": {"first": "William", "middle": "Ward", "last": "Johnson"}, "bio": {"birthday": "1892-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "K000111", "govtrack": 406278, "icpsr": 5183, "wikipedia": "Martin J. Kennedy", "house_history": 16215, "wikidata": "Q4168594", "google_entity_id": "kg:/m/08l34g"}, "name": {"first": "Martin", "middle": "John", "last": "Kennedy"}, "bio": {"birthday": "1892-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "K000257", "govtrack": 406416, "icpsr": 5314, "house_history": 16397, "wikipedia": "Richard M. Kleberg", "wikidata": "Q2150142", "google_entity_id": "kg:/m/04lkqw"}, "name": {"first": "Richard", "middle": "Mifflin", "last": "Kleberg", "suffix": "Sr."}, "bio": {"gender": "M", "birthday": "1887-11-18"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "L000037", "govtrack": 406547, "icpsr": 5422, "wikipedia": "William P. Lambertson", "house_history": 16625, "wikidata": "Q2580200", "google_entity_id": "kg:/m/02rm9ny"}, "name": {"first": "William", "middle": "Purnell", "last": "Lambertson"}, "bio": {"birthday": "1880-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KS", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000291", "govtrack": 406788, "icpsr": 5647, "wikipedia": "Lawrence Lewis (politician)", "house_history": 16954, "wikidata": "Q177883", "google_entity_id": "kg:/m/02rjwx8"}, "name": {"first": "Lawrence", "last": "Lewis"}, "bio": {"birthday": "1879-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CO", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000001", "govtrack": 407031, "icpsr": 5869, "wikipedia": "Melvin Maas", "house_history": 17331, "wikidata": "Q1919784", "google_entity_id": "kg:/m/0fpzf0"}, "name": {"first": "Melvin", "middle": "Joseph", "last": "Maas"}, "bio": {"birthday": "1898-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000360", "govtrack": 407365, "icpsr": 6173, "house_history": 17774, "wikipedia": "Jim Nance McCord", "wikidata": "Q884588", "google_entity_id": "kg:/m/03jq28"}, "name": {"first": "Jim", "middle": "Nance", "last": "McCord"}, "bio": {"birthday": "1879-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000454", "govtrack": 407453, "icpsr": 6258, "wikipedia": "James P. McGranery", "house_history": 17892, "wikidata": "Q723812", "google_entity_id": "kg:/m/03j9lk"}, "name": {"first": "James", "middle": "Patrick", "last": "McGranery"}, "bio": {"birthday": "1895-07-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000545", "govtrack": 407537, "icpsr": 6333, "wikipedia": "Donald H. McLean", "house_history": 18009, "wikidata": "Q1239924", "google_entity_id": "kg:/m/02vrnbp"}, "name": {"first": "Donald", "middle": "Holman", "last": "McLean"}, "bio": {"birthday": "1884-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NJ", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000579", "govtrack": 407570, "icpsr": 6363, "wikipedia": "Howard J. McMurray", "house_history": 18049, "wikidata": "Q1296474", "google_entity_id": "kg:/m/02vrqj5"}, "name": {"first": "Howard", "middle": "Johnstone", "last": "McMurray"}, "bio": {"birthday": "1901-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000583", "govtrack": 407574, "icpsr": 6367, "wikipedia": "Charles L. McNary", "wikidata": "Q2959799", "google_entity_id": "kg:/m/03wd8z"}, "name": {"first": "Charles", "middle": "Linza", "last": "McNary"}, "bio": {"gender": "M", "birthday": "1874-06-12"}, "terms": [{"type": "sen", "start": "1917-04-02", "end": "1919-03-03", "state": "OR", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1918-01-01", "end": "1925-03-03", "state": "OR", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1925-12-07", "end": "1931-03-03", "state": "OR", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "OR", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "OR", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1943-01-06", "end": "1945-01-03", "state": "OR", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000611", "govtrack": 407600, "icpsr": 6390, "wikipedia": "John D. McWilliams", "house_history": 18090, "wikidata": "Q1432308", "google_entity_id": "kg:/m/02rhjxt"}, "name": {"first": "John", "middle": "Dacher", "last": "McWilliams"}, "bio": {"birthday": "1891-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000661", "govtrack": 407647, "icpsr": 6434, "wikipedia": "Matthew J. Merritt", "house_history": 18149, "wikidata": "Q6790722", "google_entity_id": "kg:/m/026g55k"}, "name": {"first": "Matthew", "middle": "Joseph", "last": "Merritt"}, "bio": {"birthday": "1895-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "M000745", "govtrack": 407724, "icpsr": 6499, "wikipedia": "Louis E. Miller", "house_history": 18261, "wikidata": "Q1410709", "google_entity_id": "kg:/m/02rz7gc"}, "name": {"first": "Louis", "middle": "Ebenezer", "last": "Miller"}, "bio": {"birthday": "1899-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MO", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "M000756", "govtrack": 407734, "icpsr": 6510, "wikipedia": "Thomas B. Miller", "house_history": 18274, "wikidata": "Q7787264", "google_entity_id": "kg:/m/0f8gjj"}, "name": {"first": "Thomas", "middle": "Byron", "last": "Miller"}, "bio": {"birthday": "1896-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "M000855", "govtrack": 407828, "icpsr": 6593, "wikipedia": "B. J. Monkiewicz", "house_history": 18406, "wikidata": "Q766864", "google_entity_id": "kg:/m/02rgwx7"}, "name": {"first": "Boleslaus", "middle": "Joseph", "last": "Monkiewicz"}, "bio": {"birthday": "1898-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CT", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "M000895", "govtrack": 407867, "icpsr": 6629, "wikipedia": "Edward H. Moore", "wikidata": "Q1292437", "google_entity_id": "kg:/m/0ctw44"}, "name": {"first": "Edward", "middle": "Hall", "last": "Moore"}, "bio": {"gender": "M", "birthday": "1871-11-19"}, "terms": [{"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "OK", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000993", "govtrack": 407961, "icpsr": 6719, "wikipedia": "Cameron A. Morrison", "house_history": 18572, "wikidata": "Q888112", "google_entity_id": "kg:/m/02kltv"}, "name": {"first": "Cameron", "middle": "A.", "last": "Morrison"}, "bio": {"birthday": "1869-10-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1930-01-01", "end": "1933-03-03", "state": "NC", "class": 3, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NC", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "M001058", "govtrack": 408024, "icpsr": 6776, "wikipedia": "Joseph Mruk", "house_history": 18649, "wikidata": "Q1707664", "google_entity_id": "kg:/m/0gz3vk"}, "name": {"first": "Joseph", "last": "Mruk"}, "bio": {"birthday": "1903-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 41, "party": "Republican"}]}, {"id": {"bioguide": "N000073", "govtrack": 408160, "icpsr": 6901, "wikipedia": "John P. Newsome", "house_history": 18926, "wikidata": "Q1701298", "google_entity_id": "kg:/m/02rk1_x"}, "name": {"first": "John", "middle": "Parks", "last": "Newsome"}, "bio": {"birthday": "1893-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AL", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "N000092", "govtrack": 408177, "icpsr": 6919, "wikipedia": "John Conover Nichols", "house_history": 18947, "wikidata": "Q1699652", "google_entity_id": "kg:/m/02rr6x4"}, "name": {"first": "John", "middle": "Conover", "last": "Nichols"}, "bio": {"birthday": "1896-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OK", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "O000014", "govtrack": 408265, "icpsr": 7002, "wikipedia": "Joseph J. O'Brien", "house_history": 19087, "wikidata": "Q6284260", "google_entity_id": "kg:/m/0h2t_c"}, "name": {"first": "Joseph", "middle": "John", "last": "O'Brien"}, "bio": {"birthday": "1897-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 38, "party": "Republican"}]}, {"id": {"bioguide": "O000034", "govtrack": 408281, "icpsr": 7021, "wikipedia": "W. Lee O'Daniel", "wikidata": "Q676664", "google_entity_id": "kg:/m/02wv_6"}, "name": {"first": "Wilbert", "middle": "Lee", "last": "O'Daniel", "nickname": "Pappy"}, "bio": {"birthday": "1890-03-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "TX", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "O000065", "govtrack": 408294, "icpsr": 7053, "wikipedia": "James A. O'Leary", "house_history": 19148, "wikidata": "Q2161518", "google_entity_id": "kg:/m/027lqf5"}, "name": {"first": "James", "middle": "Aloysius", "last": "O'Leary"}, "bio": {"birthday": "1889-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "P000013", "govtrack": 408424, "house_history": 19298, "wikipedia": "Bol\u00edvar Pag\u00e1n", "wikidata": "Q1619179", "google_entity_id": "kg:/m/094x18"}, "name": {"first": "Bol\u00edvar", "last": "Pag\u00e1n"}, "bio": {"birthday": "1897-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PR", "district": 0, "party": "Coalitionist"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PR", "district": 0, "party": "Coalitionist"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PR", "district": 0, "party": "Coalitionist"}]}, {"id": {"bioguide": "P000142", "govtrack": 408548, "icpsr": 7266, "wikipedia": "Nat Patton", "house_history": 19450, "wikidata": "Q1733011", "google_entity_id": "kg:/m/0gy1f5"}, "name": {"first": "Nat", "last": "Patton"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 7, "party": "Democrat"}], "bio": {"birthday": "1881-02-26", "gender": "M"}}, {"id": {"bioguide": "P000494", "govtrack": 408879, "icpsr": 7584, "wikipedia": "C. Frederick Pracht", "house_history": 19891, "wikidata": "Q5006460", "google_entity_id": "kg:/m/0f13nf"}, "name": {"first": "Charles", "middle": "Frederick", "last": "Pracht"}, "bio": {"birthday": "1880-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "P000503", "govtrack": 408888, "icpsr": 7593, "house_history": 19901, "wikipedia": "Joseph Marmaduke Pratt", "wikidata": "Q6285323", "google_entity_id": "kg:/m/0ggdqk"}, "name": {"first": "Joseph", "middle": "Marmaduke", "last": "Pratt"}, "bio": {"birthday": "1891-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000320", "govtrack": 409291, "icpsr": 7960, "wikipedia": "Edward V. Robertson", "wikidata": "Q1293950", "google_entity_id": "kg:/m/08sqpb"}, "name": {"first": "Edward", "middle": "Vivian", "last": "Robertson"}, "bio": {"birthday": "1881-05-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "WY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000406", "govtrack": 409375, "icpsr": 8037, "house_history": 20588, "wikipedia": "Will Rogers Jr.", "wikidata": "Q2541984", "google_entity_id": "kg:/m/08xhry"}, "name": {"first": "William", "middle": "Vann", "last": "Rogers", "suffix": "Jr."}, "bio": {"birthday": "1911-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "R000413", "govtrack": 409379, "icpsr": 8043, "wikipedia": "Thomas Rolph", "house_history": 20598, "wikidata": "Q2426904", "google_entity_id": "kg:/m/0dr6fk"}, "name": {"first": "Thomas", "last": "Rolph"}, "bio": {"birthday": "1885-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "R000475", "govtrack": 409436, "icpsr": 8091, "wikipedia": "Edmund Rowe", "house_history": 20672, "wikidata": "Q5339797", "google_entity_id": "kg:/m/02rhfh2"}, "name": {"first": "Edmund", "last": "Rowe"}, "bio": {"birthday": "1892-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "S000079", "govtrack": 409591, "icpsr": 8229, "wikipedia": "Harry Sauthoff", "house_history": 21232, "wikidata": "Q1248838", "google_entity_id": "kg:/m/09kw8f"}, "name": {"first": "Harry", "last": "Sauthoff"}, "bio": {"birthday": "1879-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WI", "district": 2, "party": "Progressive"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WI", "district": 2, "party": "Progressive"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WI", "district": 2, "party": "Progressive"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WI", "district": 2, "party": "Progressive"}]}, {"id": {"bioguide": "S000105", "govtrack": 409615, "icpsr": 8250, "wikipedia": "Thomas E. Scanlon", "house_history": 21263, "wikidata": "Q7789194", "google_entity_id": "kg:/m/0dzvt1"}, "name": {"first": "Thomas", "middle": "Edward", "last": "Scanlon"}, "bio": {"birthday": "1896-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "S000126", "govtrack": 409634, "icpsr": 8263, "house_history": 21294, "wikipedia": "A. C. Schiffler", "wikidata": "Q278598", "google_entity_id": "kg:/m/02z9_kt"}, "name": {"first": "Andrew", "middle": "Charles", "last": "Schiffler"}, "bio": {"birthday": "1889-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WV", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000144", "govtrack": 409652, "icpsr": 8274, "wikipedia": "Leonard W. Schuetz", "house_history": 21315, "wikidata": "Q6525817", "google_entity_id": "kg:/m/02rl15k"}, "name": {"first": "Leonard", "middle": "William", "last": "Schuetz"}, "bio": {"birthday": "1887-11-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "S000580", "govtrack": 410061, "icpsr": 8660, "wikipedia": "Joe L. Smith", "house_history": 21852, "wikidata": "Q1691496", "google_entity_id": "kg:/m/02wzdsz"}, "name": {"first": "Joseph", "middle": "Luther", "last": "Smith"}, "bio": {"birthday": "1880-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WV", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000798", "govtrack": 410264, "icpsr": 8840, "wikipedia": "Winifred C. Stanley", "house_history": 22127, "wikidata": "Q8025372", "google_entity_id": "kg:/m/026g501"}, "name": {"first": "Winifred", "middle": "Claire", "last": "Stanley"}, "bio": {"birthday": "1909-08-14", "gender": "F"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000816", "govtrack": 410281, "icpsr": 8855, "wikipedia": "Joe Starnes", "house_history": 22150, "wikidata": "Q1691603", "google_entity_id": "kg:/m/02rk1y4"}, "name": {"first": "Joe", "last": "Starnes"}, "bio": {"birthday": "1895-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000820", "govtrack": 410285, "icpsr": 8858, "wikipedia": "Henry B. Steagall", "house_history": 22155, "wikidata": "Q763057", "google_entity_id": "kg:/m/093hsk"}, "name": {"first": "Henry", "middle": "Bascom", "last": "Steagall"}, "bio": {"birthday": "1873-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000823", "govtrack": 410287, "icpsr": 8860, "wikipedia": "Foster Waterman Stearns", "house_history": 22159, "wikidata": "Q1439468", "google_entity_id": "kg:/m/02rhg4d"}, "name": {"first": "Foster", "middle": "Waterman", "last": "Stearns"}, "bio": {"birthday": "1881-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000901", "govtrack": 410362, "icpsr": 8929, "wikipedia": "Tom Stewart", "wikidata": "Q2440140", "google_entity_id": "kg:/m/0433qj"}, "name": {"first": "Arthur", "middle": "Thomas", "last": "Stewart"}, "bio": {"birthday": "1892-01-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1939-01-03", "end": "1943-01-03", "state": "TN", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S001058", "govtrack": 410512, "icpsr": 9073, "house_history": 22445, "wikipedia": "Maurice J. Sullivan", "wikidata": "Q1343496", "google_entity_id": "kg:/m/08lx9s"}, "name": {"first": "Maurice", "middle": "Joseph", "last": "Sullivan"}, "bio": {"birthday": "1884-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NV", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "T000172", "govtrack": 410753, "icpsr": 9298, "wikipedia": "John W. Thomas", "wikidata": "Q1702077", "google_entity_id": "kg:/m/0bg3__"}, "name": {"first": "John", "last": "Thomas"}, "bio": {"gender": "M", "birthday": "1874-01-04"}, "terms": [{"type": "sen", "start": "1928-01-01", "end": "1933-03-03", "state": "ID", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1940-01-01", "end": "1943-01-03", "state": "ID", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1943-01-06", "end": "1945-12-31", "state": "ID", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000358", "govtrack": 410928, "icpsr": 9460, "wikipedia": "Allen T. Treadway", "house_history": 23073, "wikidata": "Q2648398", "google_entity_id": "kg:/m/07b670"}, "name": {"first": "Allen", "middle": "Towner", "last": "Treadway"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MA", "district": 1, "party": "Republican"}], "bio": {"birthday": "1867-09-16", "gender": "M"}}, {"id": {"bioguide": "T000384", "govtrack": 410953, "icpsr": 9484, "wikipedia": "William I. Troutman", "house_history": 23104, "wikidata": "Q8012773", "google_entity_id": "kg:/m/09j24x"}, "name": {"first": "William", "middle": "Irvin", "last": "Troutman"}, "bio": {"birthday": "1905-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "V000100", "govtrack": 411155, "icpsr": 9672, "wikipedia": "Beverly M. Vincent", "house_history": 20994, "wikidata": "Q851811", "google_entity_id": "kg:/m/03qyws"}, "name": {"first": "Beverly", "middle": "Mills", "last": "Vincent"}, "bio": {"birthday": "1890-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000096", "govtrack": 411275, "icpsr": 9781, "wikipedia": "Arthur Walsh (senator)", "wikidata": "Q711867", "google_entity_id": "kg:/m/079kwz"}, "name": {"first": "Arthur", "last": "Walsh"}, "bio": {"birthday": "1896-02-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1943-01-06", "end": "1945-01-03", "state": "NJ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000130", "govtrack": 411305, "icpsr": 9811, "wikipedia": "David Jenkins Ward", "house_history": 23367, "wikidata": "Q1174870", "google_entity_id": "kg:/m/06g0bq"}, "name": {"first": "David", "middle": "Jenkins", "last": "Ward"}, "bio": {"birthday": "1871-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000294", "govtrack": 411458, "icpsr": 9952, "wikipedia": "Elmer H. Wene", "house_history": 23571, "wikidata": "Q1332924", "google_entity_id": "kg:/m/02rymy2"}, "name": {"first": "Elmer", "middle": "H.", "last": "Wene"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NJ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NJ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NJ", "district": 2, "party": "Democrat"}], "bio": {"birthday": "1892-05-01", "gender": "M"}}, {"id": {"bioguide": "W000327", "govtrack": 411489, "icpsr": 9981, "wikipedia": "William H. Wheat", "house_history": 23605, "wikidata": "Q8010669", "google_entity_id": "kg:/m/02rkdhd"}, "name": {"first": "William", "middle": "Howard", "last": "Wheat"}, "bio": {"birthday": "1879-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "W000343", "govtrack": 411505, "icpsr": 9997, "wikipedia": "B. Frank Whelchel", "house_history": 23625, "wikidata": "Q795203", "google_entity_id": "kg:/m/02rk0nl"}, "name": {"first": "Benjamin", "middle": "Frank", "last": "Whelchel"}, "bio": {"birthday": "1895-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "GA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "W000396", "govtrack": 411556, "icpsr": 10047, "house_history": 23685, "wikipedia": "Wallace H. White Jr.", "wikidata": "Q442200", "google_entity_id": "kg:/m/049dlm"}, "name": {"first": "Wallace", "middle": "Humphrey", "last": "White", "suffix": "Jr."}, "bio": {"birthday": "1877-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "ME", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000483", "govtrack": 411640, "icpsr": 10128, "house_history": 23791, "wikipedia": "Earle D. Willey", "wikidata": "Q1277455", "google_entity_id": "kg:/m/025xkjh"}, "name": {"first": "Earle", "middle": "Dukes", "last": "Willey"}, "bio": {"birthday": "1889-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "W000581", "govtrack": 411736, "icpsr": 10221, "wikipedia": "George A. Wilson", "wikidata": "Q382688", "google_entity_id": "kg:/m/0cvj7c"}, "name": {"first": "George", "middle": "Allison", "last": "Wilson"}, "bio": {"gender": "M", "birthday": "1884-04-01"}, "terms": [{"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000762", "govtrack": 411911, "icpsr": 10390, "wikipedia": "James A. Wright", "house_history": 24125, "wikidata": "Q6128332", "google_entity_id": "kg:/m/029vl0"}, "name": {"first": "James", "middle": "Assion", "last": "Wright"}, "bio": {"birthday": "1902-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 32, "party": "Democrat"}]}, {"id": {"bioguide": "H000080", "govtrack": 404963, "icpsr": 3962, "wikipedia": "Wilton E. Hall", "wikidata": "Q2582651", "google_entity_id": "kg:/m/0d04hd"}, "name": {"first": "Wilton", "middle": "Earle", "last": "Hall"}, "bio": {"birthday": "1901-03-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1944-01-01", "end": "1945-01-03", "state": "SC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000026", "govtrack": 405932, "icpsr": 4863, "wikipedia": "Samuel D. Jackson", "wikidata": "Q2218137", "google_entity_id": "kg:/m/0csbx9"}, "name": {"first": "Samuel", "middle": "Dillon", "last": "Jackson"}, "bio": {"birthday": "1895-05-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1944-01-01", "end": "1945-01-03", "state": "IN", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000248", "govtrack": 411416, "icpsr": 9913, "wikipedia": "Sinclair Weeks", "wikidata": "Q2288807", "google_entity_id": "kg:/m/049c_l"}, "name": {"first": "Sinclair", "last": "Weeks"}, "bio": {"birthday": "1893-06-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1944-01-01", "end": "1945-01-03", "state": "MA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000046", "govtrack": 400707, "icpsr": 39, "wikipedia": "Sherman Adams", "house_history": 8319, "wikidata": "Q775070", "google_entity_id": "kg:/m/02_9zb"}, "name": {"first": "Sherman", "last": "Adams"}, "bio": {"birthday": "1899-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000086", "govtrack": 401088, "icpsr": 381, "wikipedia": "Harry Streett Baldwin", "house_history": 8886, "wikidata": "Q808689", "google_entity_id": "kg:/m/09jss_"}, "name": {"first": "Harry", "middle": "Streett", "last": "Baldwin"}, "bio": {"birthday": "1894-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MD", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000093", "govtrack": 401095, "icpsr": 388, "wikipedia": "Joseph C. Baldwin", "house_history": 8894, "wikidata": "Q3816061", "google_entity_id": "kg:/m/027ldcd"}, "name": {"first": "Joseph", "middle": "Clark", "last": "Baldwin"}, "bio": {"birthday": "1897-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "B000191", "govtrack": 401190, "icpsr": 477, "house_history": 9018, "wikipedia": "William Bernard Barry", "wikidata": "Q247873", "google_entity_id": "kg:/m/078tw1"}, "name": {"first": "William", "middle": "Bernard", "last": "Barry"}, "bio": {"birthday": "1902-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000367", "govtrack": 401359, "icpsr": 629, "wikipedia": "Augustus W. Bennet", "house_history": 9252, "wikidata": "Q4821564", "google_entity_id": "kg:/m/026fp2_"}, "name": {"first": "Augustus", "middle": "Witschief", "last": "Bennet"}, "bio": {"birthday": "1897-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "B000640", "govtrack": 401605, "icpsr": 863, "house_history": 9611, "wikipedia": "Lyle Boren", "wikidata": "Q1878703", "google_entity_id": "kg:/m/05032h"}, "name": {"first": "Lyle", "middle": "H.", "last": "Boren"}, "bio": {"birthday": "1909-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OK", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000743", "govtrack": 401702, "icpsr": 954, "wikipedia": "Michael J. Bradley", "house_history": 9739, "wikidata": "Q6831369", "google_entity_id": "kg:/m/0d_vmv"}, "name": {"first": "Michael", "middle": "Joseph", "last": "Bradley"}, "bio": {"birthday": "1897-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000828", "govtrack": 401785, "icpsr": 1031, "wikipedia": "Frank P. Briggs", "wikidata": "Q503534", "google_entity_id": "kg:/m/0cz5yw"}, "name": {"first": "Frank", "middle": "Parks", "last": "Briggs"}, "bio": {"birthday": "1894-02-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1947-01-03", "state": "MO", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000976", "govtrack": 401928, "icpsr": 1161, "wikipedia": "D. Emmert Brumbaugh", "house_history": 10039, "wikidata": "Q5203579", "google_entity_id": "kg:/m/0f7g9d"}, "name": {"first": "David", "middle": "Emmert", "last": "Brumbaugh"}, "bio": {"birthday": "1894-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "B001061", "govtrack": 402008, "icpsr": 1239, "wikipedia": "Berkeley L. Bunker", "house_history": 10142, "wikidata": "Q126264", "google_entity_id": "kg:/m/0crjc2"}, "name": {"first": "Berkeley", "middle": "Lloyd", "last": "Bunker"}, "bio": {"birthday": "1906-08-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1940-01-01", "end": "1943-01-03", "state": "NV", "class": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NV", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "B001084", "govtrack": 402030, "icpsr": 1258, "wikipedia": "William O. Burgin", "house_history": 10174, "wikidata": "Q2580146", "google_entity_id": "kg:/m/02vn_r_"}, "name": {"first": "William", "middle": "Olin", "last": "Burgin"}, "bio": {"gender": "M", "birthday": "1877-07-28"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000085", "govtrack": 402241, "icpsr": 1450, "wikipedia": "Howard E. Campbell", "house_history": 10552, "wikidata": "Q5919512", "google_entity_id": "kg:/m/0f6pf7"}, "name": {"first": "Howard", "middle": "Edmond", "last": "Campbell"}, "bio": {"birthday": "1890-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "C000115", "govtrack": 402267, "icpsr": 1478, "wikipedia": "Pat Cannon", "house_history": 10590, "wikidata": "Q2056444", "google_entity_id": "kg:/m/02q6mh9"}, "name": {"first": "Arthur", "middle": "Patrick", "last": "Cannon", "nickname": "Pat"}, "bio": {"birthday": "1904-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "FL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000211", "govtrack": 402357, "icpsr": 1560, "wikipedia": "Edward P. Carville", "wikidata": "Q343849", "google_entity_id": "kg:/m/03k5zj"}, "name": {"first": "Edward", "middle": "Peter", "last": "Carville"}, "bio": {"birthday": "1885-05-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1947-01-03", "state": "NV", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000565", "govtrack": 402695, "icpsr": 1882, "wikipedia": "John J. Cochran", "house_history": 11157, "wikidata": "Q1700567", "google_entity_id": "kg:/m/02rz78w"}, "name": {"first": "John", "middle": "Joseph", "last": "Cochran"}, "bio": {"birthday": "1880-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MO", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "C000584", "govtrack": 402713, "icpsr": 1899, "wikipedia": "John M. Coffee", "house_history": 11182, "wikidata": "Q1700908", "google_entity_id": "kg:/m/02rmmx1"}, "name": {"first": "John", "middle": "Main", "last": "Coffee"}, "bio": {"birthday": "1897-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000996", "govtrack": 403103, "icpsr": 2258, "wikipedia": "James Michael Curley", "house_history": 11698, "wikidata": "Q441832", "google_entity_id": "kg:/m/029l9c"}, "name": {"first": "James", "middle": "Michael", "last": "Curley"}, "bio": {"birthday": "1874-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "D000067", "govtrack": 403205, "icpsr": 2349, "wikipedia": "Ralph Hunter Daughton", "house_history": 11913, "wikidata": "Q151574", "google_entity_id": "kg:/m/02vrprq"}, "name": {"first": "Ralph", "middle": "Hunter", "last": "Daughton"}, "bio": {"birthday": "1885-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000206", "govtrack": 403311, "icpsr": 2473, "wikipedia": "Hugh De Lacy (politician)", "house_history": 12087, "wikidata": "Q1634282", "google_entity_id": "kg:/m/03ds2q"}, "name": {"first": "Emerson", "middle": "Hugh", "last": "De Lacy"}, "bio": {"birthday": "1910-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000335", "govtrack": 403453, "icpsr": 2585, "house_history": 12243, "wikipedia": "Samuel Dickstein (congressman)", "wikidata": "Q633827", "google_entity_id": "kg:/m/0671l4"}, "name": {"first": "Samuel", "last": "Dickstein"}, "bio": {"birthday": "1885-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "D000414", "govtrack": 403527, "icpsr": 2656, "wikipedia": "Forrest C. Donnell", "wikidata": "Q884961", "google_entity_id": "kg:/m/03v57p"}, "name": {"first": "Forrest", "middle": "C.", "last": "Donnell"}, "bio": {"birthday": "1884-08-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "MO", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000452", "govtrack": 403562, "icpsr": 2687, "wikipedia": "Emily Taft Douglas", "house_history": 12396, "wikidata": "Q5372390", "google_entity_id": "kg:/m/0278_bx"}, "name": {"first": "Emily", "middle": "Taft", "last": "Douglas"}, "bio": {"birthday": "1899-04-10", "gender": "F"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "D000469", "govtrack": 403579, "icpsr": 2702, "wikipedia": "Sheridan Downey", "wikidata": "Q2278283", "google_entity_id": "kg:/m/03jlks"}, "name": {"first": "Sheridan", "last": "Downey"}, "bio": {"birthday": "1884-03-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "CA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "CA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000016", "govtrack": 403712, "icpsr": 2821, "wikipedia": "Harold Earthman", "house_history": 12622, "wikidata": "Q1585810", "google_entity_id": "kg:/m/02rkz8r"}, "name": {"first": "Harold", "middle": "Henderson", "last": "Earthman"}, "bio": {"birthday": "1900-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "E000210", "govtrack": 403897, "icpsr": 2986, "wikipedia": "Joseph Wilson Ervin", "house_history": 12858, "wikidata": "Q1708257", "google_entity_id": "kg:/m/03b_y_5"}, "name": {"first": "Joseph", "middle": "Wilson", "last": "Ervin"}, "bio": {"birthday": "1901-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NC", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "G000019", "govtrack": 404396, "icpsr": 3436, "wikipedia": "William Gallagher (politician)", "house_history": 13587, "wikidata": "Q2578931", "google_entity_id": "kg:/m/0fk76y"}, "name": {"first": "William", "middle": "James", "last": "Gallagher"}, "bio": {"birthday": "1875-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000051", "govtrack": 404425, "icpsr": 3464, "wikipedia": "Edward Joseph Gardner", "house_history": 13629, "wikidata": "Q5343841", "google_entity_id": "kg:/m/0d476h"}, "name": {"first": "Edward", "middle": "Joseph", "last": "Gardner"}, "bio": {"birthday": "1898-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000117", "govtrack": 404489, "icpsr": 3524, "wikipedia": "James P. Geelan", "house_history": 13707, "wikidata": "Q1680937", "google_entity_id": "kg:/m/02rhjc8"}, "name": {"first": "James", "middle": "Patrick", "last": "Geelan"}, "bio": {"birthday": "1901-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CT", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000163", "govtrack": 404530, "icpsr": 3563, "house_history": 13771, "wikipedia": "John S. Gibson", "wikidata": "Q1701644", "google_entity_id": "kg:/m/02rk0_l"}, "name": {"first": "John", "middle": "Strickland", "last": "Gibson"}, "bio": {"birthday": "1893-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "G000194", "govtrack": 404559, "icpsr": 3592, "wikipedia": "Dean M. Gillespie", "house_history": 13810, "wikidata": "Q1181099", "google_entity_id": "kg:/m/02rhf42"}, "name": {"first": "Dean", "middle": "Milton", "last": "Gillespie"}, "bio": {"birthday": "1884-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CO", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000337", "govtrack": 404693, "icpsr": 3718, "wikipedia": "Charles C. Gossett", "wikidata": "Q367986", "google_entity_id": "kg:/m/0bl03w"}, "name": {"first": "Charles", "middle": "Clinton", "last": "Gossett"}, "bio": {"birthday": "1888-09-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1947-01-03", "state": "ID", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000532", "govtrack": 404877, "icpsr": 3882, "wikipedia": "John Chandler Gurney", "wikidata": "Q540321", "google_entity_id": "kg:/m/0c065k"}, "name": {"first": "John", "middle": "Chandler", "last": "Gurney", "nickname": "Chan"}, "bio": {"birthday": "1896-05-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "SD", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "SD", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000146", "govtrack": 405028, "icpsr": 4024, "house_history": 14463, "wikipedia": "Clarence E. Hancock", "wikidata": "Q5126491", "google_entity_id": "kg:/m/037m74"}, "name": {"first": "Clarence", "middle": "Eugene", "last": "Hancock"}, "bio": {"birthday": "1885-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 36, "party": "Republican"}]}, {"id": {"bioguide": "H000200", "govtrack": 405080, "icpsr": 4067, "house_history": 14533, "wikipedia": "Butler B. Hare", "wikidata": "Q1017940", "google_entity_id": "kg:/m/09tqf9"}, "name": {"first": "Butler", "middle": "Black", "last": "Hare"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "SC", "district": 3, "party": "Democrat"}], "bio": {"birthday": "1875-11-25", "gender": "M"}}, {"id": {"bioguide": "H000293", "govtrack": 405166, "icpsr": 4150, "wikipedia": "Thomas C. Hart", "wikidata": "Q1352544", "google_entity_id": "kg:/m/051d6m"}, "name": {"first": "Thomas", "middle": "Charles", "last": "Hart"}, "bio": {"birthday": "1877-06-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1947-01-03", "state": "CT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000426", "govtrack": 405292, "icpsr": 4264, "house_history": 14805, "wikipedia": "Ned R. Healy", "wikidata": "Q1973882", "google_entity_id": "kg:/m/02rjxjk"}, "name": {"first": "Ned", "middle": "Romeyn", "last": "Healy"}, "bio": {"birthday": "1905-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "H000450", "govtrack": 405315, "icpsr": 4282, "wikipedia": "James V. Heidinger", "house_history": 14840, "wikidata": "Q6144557", "google_entity_id": "kg:/m/02rkb8l"}, "name": {"first": "James", "middle": "Vandaveer", "last": "Heidinger"}, "bio": {"gender": "M", "birthday": "1882-07-17"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "H000515", "govtrack": 405378, "icpsr": 4340, "house_history": 14922, "wikipedia": "Robert Kirkland Henry", "wikidata": "Q2157848", "google_entity_id": "kg:/m/0gz9lx"}, "name": {"first": "Robert", "middle": "Kirkland", "last": "Henry"}, "bio": {"birthday": "1890-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000668", "govtrack": 405522, "icpsr": 4475, "wikipedia": "Daniel K. Hoch", "house_history": 15111, "wikidata": "Q5217742", "google_entity_id": "kg:/m/0dpdc6"}, "name": {"first": "Daniel", "middle": "Knabb", "last": "Hoch"}, "bio": {"gender": "M", "birthday": "1866-01-31"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "H000682", "govtrack": 405535, "icpsr": 4486, "wikipedia": "Carl Henry Hoffman", "house_history": 15128, "wikidata": "Q5040308", "google_entity_id": "kg:/m/028126s"}, "name": {"first": "Carl", "middle": "Henry", "last": "Hoffman"}, "bio": {"birthday": "1896-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "H000741", "govtrack": 405592, "icpsr": 4538, "wikipedia": "Pehr G. Holmes", "house_history": 15200, "wikidata": "Q1294590", "google_entity_id": "kg:/m/0dwts_"}, "name": {"first": "Pehr", "middle": "Gustaf", "last": "Holmes"}, "bio": {"birthday": "1881-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000757", "govtrack": 405608, "icpsr": 4552, "wikipedia": "Frank Eugene Hook", "house_history": 15220, "wikidata": "Q1443212", "google_entity_id": "kg:/m/07mhc5"}, "name": {"first": "Frank", "middle": "Eugene", "last": "Hook"}, "bio": {"birthday": "1893-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "H000913", "govtrack": 405759, "icpsr": 4692, "wikipedia": "James W. Huffman", "wikidata": "Q1681250", "google_entity_id": "kg:/m/0355ft"}, "name": {"first": "James", "middle": "Wylie", "last": "Huffman"}, "bio": {"birthday": "1894-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1809-05-22", "end": "1811-03-03", "state": "NJ", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1811-11-04", "end": "1813-03-03", "state": "NJ", "district": -1, "party": "Federalist"}, {"type": "rep", "start": "1813-05-24", "end": "1815-03-03", "state": "NJ", "district": -1, "party": "Federalist"}, {"type": "sen", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "I000052", "govtrack": 405907, "icpsr": 4836, "wikipedia": "Edouard Izac", "house_history": 15682, "wikidata": "Q1287577", "google_entity_id": "kg:/m/04spnk"}, "name": {"first": "Edouard", "middle": "Victor Michel", "last": "Izac"}, "bio": {"birthday": "1891-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "J000150", "govtrack": 406048, "icpsr": 4970, "wikipedia": "Jed Johnson (Oklahoma)", "house_history": 15881, "wikidata": "Q1630344", "google_entity_id": "kg:/m/04054b"}, "name": {"first": "Jed", "middle": "Joseph", "last": "Johnson"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OK", "district": 6, "party": "Democrat"}], "bio": {"birthday": "1888-07-31", "gender": "M"}}, {"id": {"bioguide": "J000159", "govtrack": 406057, "icpsr": 4978, "house_history": 15893, "wikipedia": "Luther Alexander Johnson", "wikidata": "Q1877826", "google_entity_id": "kg:/m/05y_jw"}, "name": {"first": "Luther", "middle": "Alexander", "last": "Johnson"}, "bio": {"birthday": "1875-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "K000071", "govtrack": 406241, "icpsr": 5149, "wikipedia": "Edward A. Kelly", "house_history": 16169, "wikidata": "Q4476041", "google_entity_id": "kg:/m/07c3tx"}, "name": {"first": "Edward", "middle": "Austin", "last": "Kelly"}, "bio": {"birthday": "1892-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "K000231", "govtrack": 406390, "icpsr": 5288, "wikipedia": "J. Roland Kinzer", "house_history": 16368, "wikidata": "Q13219667", "google_entity_id": "kg:/m/0dxr8l"}, "name": {"first": "John", "middle": "Roland", "last": "Kinzer"}, "bio": {"gender": "M", "birthday": "1874-03-28"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "K000315", "govtrack": 406469, "icpsr": 5359, "wikipedia": "Herman P. Kopplemann", "house_history": 16478, "wikidata": "Q1549474", "google_entity_id": "kg:/m/02rhhks"}, "name": {"first": "Herman", "middle": "Paul", "last": "Kopplemann"}, "bio": {"birthday": "1880-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000003", "govtrack": 406513, "icpsr": 5400, "wikipedia": "Charles M. La Follette", "house_history": 16576, "wikidata": "Q1065404", "google_entity_id": "kg:/m/04kswj"}, "name": {"first": "Charles", "middle": "Marion", "last": "La Follette"}, "bio": {"birthday": "1898-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "L000076", "govtrack": 406585, "icpsr": 5458, "wikipedia": "Fritz G. Lanham", "house_history": 16685, "wikidata": "Q1466309", "google_entity_id": "kg:/m/02pvbbz"}, "name": {"first": "Fritz", "middle": "Garland", "last": "Lanham"}, "bio": {"birthday": "1880-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "L000334", "govtrack": 406827, "icpsr": 5685, "wikipedia": "William W. Link", "house_history": 17008, "wikidata": "Q8019803", "google_entity_id": "kg:/m/02rkdnx"}, "name": {"first": "William", "middle": "Walter", "last": "Link"}, "bio": {"birthday": "1884-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "L000493", "govtrack": 406980, "icpsr": 5823, "house_history": 17208, "wikipedia": "Scott W. Lucas", "wikidata": "Q3476256", "google_entity_id": "kg:/m/038ncl"}, "name": {"first": "Scott", "middle": "Wike", "last": "Lucas"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 20, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "IL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "IL", "class": 3, "party": "Democrat"}], "bio": {"birthday": "1892-02-19", "gender": "M"}}, {"id": {"bioguide": "L000497", "govtrack": 406984, "icpsr": 5827, "wikipedia": "Clare Boothe Luce", "house_history": 17213, "wikidata": "Q456413", "google_entity_id": "kg:/m/0177y3"}, "name": {"first": "Clare", "middle": "Boothe", "last": "Luce"}, "bio": {"birthday": "1903-03-10", "gender": "F"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CT", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000091", "govtrack": 407115, "icpsr": 5947, "house_history": 17443, "wikipedia": "Paul H. Maloney", "wikidata": "Q2059926", "google_entity_id": "kg:/m/0ddq8q"}, "name": {"first": "Paul", "middle": "Herbert", "last": "Maloney"}, "bio": {"birthday": "1876-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "LA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000097", "govtrack": 407121, "icpsr": 5953, "wikipedia": "Helen Douglas Mankin", "house_history": 17451, "wikidata": "Q1601833", "google_entity_id": "kg:/m/02pslgn"}, "name": {"first": "Helen", "middle": "Douglas", "last": "Mankin"}, "bio": {"birthday": "1896-09-11", "gender": "F"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000272", "govtrack": 407290, "icpsr": 6100, "house_history": 17658, "wikipedia": "Andrew J. May", "wikidata": "Q505307", "google_entity_id": "kg:/m/0g83cg"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "May"}, "bio": {"gender": "M", "birthday": "1875-06-24"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "KY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000446", "govtrack": 407445, "icpsr": 6250, "wikipedia": "Dan R. McGehee", "house_history": 17883, "wikidata": "Q1162230", "google_entity_id": "kg:/m/02rtr0j"}, "name": {"first": "Daniel", "middle": "Rayford", "last": "McGehee"}, "bio": {"birthday": "1883-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MS", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000451", "govtrack": 407450, "icpsr": 6255, "wikipedia": "Herbert J. McGlinchey", "house_history": 17888, "wikidata": "Q5734635", "google_entity_id": "kg:/m/0dnsc5"}, "name": {"first": "Herbert", "middle": "Joseph", "last": "McGlinchey"}, "bio": {"birthday": "1904-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000504", "govtrack": 407499, "icpsr": 6298, "wikipedia": "Charles E. McKenzie", "house_history": 17958, "wikidata": "Q1064217", "google_entity_id": "kg:/m/02rtmw0"}, "name": {"first": "Charles", "middle": "Edgar", "last": "McKenzie"}, "bio": {"birthday": "1896-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "LA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M001029", "govtrack": 407996, "icpsr": 6751, "wikipedia": "John Moses (American politician)", "wikidata": "Q882245", "google_entity_id": "kg:/m/0bc9ms"}, "name": {"first": "John", "last": "Moses"}, "bio": {"birthday": "1885-06-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1945-12-31", "state": "ND", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M001040", "govtrack": 408007, "icpsr": 6761, "wikipedia": "James W. Mott", "house_history": 18628, "wikidata": "Q927505", "google_entity_id": "kg:/m/02rkzg7"}, "name": {"first": "James", "middle": "Wheaton", "last": "Mott"}, "bio": {"birthday": "1883-11-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OR", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M001099", "govtrack": 408063, "icpsr": 6813, "wikipedia": "John W. Murphy", "house_history": 18700, "wikidata": "Q13219736", "google_entity_id": "kg:/m/0f6n55"}, "name": {"first": "John", "middle": "William", "last": "Murphy"}, "bio": {"birthday": "1902-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "M001127", "govtrack": 408089, "icpsr": 6836, "house_history": 18736, "wikipedia": "Francis J. Myers", "wikidata": "Q1441573", "google_entity_id": "kg:/m/08r3tg"}, "name": {"first": "Francis", "middle": "John", "last": "Myers"}, "bio": {"birthday": "1901-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "PA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "O000029", "govtrack": 408277, "icpsr": 7017, "wikipedia": "James F. O'Connor", "house_history": 19104, "wikidata": "Q1680359", "google_entity_id": "kg:/m/02rhj6g"}, "name": {"first": "James", "middle": "Francis", "last": "O'Connor"}, "bio": {"gender": "M", "birthday": "1878-05-07"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "O000089", "govtrack": 408298, "icpsr": 7073, "house_history": 19175, "wikipedia": "Emmet O'Neal (Kentucky)", "wikidata": "Q1338714", "google_entity_id": "kg:/m/02rmbt0"}, "name": {"first": "Emmet", "last": "O'Neal"}, "bio": {"birthday": "1887-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "O000137", "govtrack": 408389, "icpsr": 7117, "wikipedia": "George E. Outland", "house_history": 19236, "wikidata": "Q1507267", "google_entity_id": "kg:/m/027vzwn"}, "name": {"first": "George", "middle": "Elmer", "last": "Outland"}, "bio": {"birthday": "1906-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "O000146", "govtrack": 408397, "icpsr": 7126, "wikipedia": "John H. Overton", "house_history": 19247, "wikidata": "Q504589", "google_entity_id": "kg:/m/01bz05"}, "name": {"first": "John", "middle": "Holmes", "last": "Overton"}, "bio": {"birthday": "1875-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "LA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "LA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1949-01-03", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000105", "govtrack": 408513, "icpsr": 7233, "wikipedia": "Luther Patrick", "house_history": 19404, "wikidata": "Q1877845", "google_entity_id": "kg:/m/02rk23p"}, "name": {"first": "Luther", "last": "Patrick"}, "bio": {"birthday": "1894-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AL", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "P000113", "govtrack": 408521, "icpsr": 7239, "house_history": 19414, "wikipedia": "Ellis E. Patterson", "wikidata": "Q368868", "google_entity_id": "kg:/m/09v6sl"}, "name": {"first": "Ellis", "middle": "Ellwood", "last": "Patterson"}, "bio": {"birthday": "1897-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "P000260", "govtrack": 408662, "icpsr": 7371, "wikipedia": "Hugh Peterson", "house_history": 19598, "wikidata": "Q1634511", "google_entity_id": "kg:/m/02714ts"}, "name": {"first": "Hugh", "last": "Peterson"}, "bio": {"gender": "M", "birthday": "1898-08-21"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000371", "govtrack": 408766, "icpsr": 7472, "wikipedia": "William Alvin Pittenger", "house_history": 19739, "wikidata": "Q1773659", "google_entity_id": "kg:/m/0268m9f"}, "name": {"first": "William", "middle": "Alvin", "last": "Pittenger"}, "bio": {"gender": "M", "birthday": "1885-12-29"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "P000361", "govtrack": 408757, "house_history": 19726, "wikipedia": "Jes\u00fas T. Pi\u00f1ero", "wikidata": "Q331345", "google_entity_id": "kg:/m/03tphz"}, "name": {"first": "Jes\u00fas", "middle": "T.", "last": "Pi\u00f1ero"}, "bio": {"birthday": "1897-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PR", "district": 0, "party": "Popular Democrat"}]}, {"id": {"bioguide": "P000488", "govtrack": 408873, "icpsr": 7578, "wikipedia": "D. Lane Powers", "house_history": 19883, "wikidata": "Q187451", "google_entity_id": "kg:/m/02rz8qy"}, "name": {"first": "David", "middle": "Lane", "last": "Powers"}, "bio": {"birthday": "1896-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NJ", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "P000498", "govtrack": 408883, "icpsr": 7588, "house_history": 19896, "wikipedia": "Eliza Jane Pratt", "wikidata": "Q1274903", "google_entity_id": "kg:/m/0269w6s"}, "name": {"first": "Eliza", "middle": "Jane", "last": "Pratt"}, "bio": {"birthday": "1902-03-05", "gender": "F"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "Q000019", "govtrack": 408981, "icpsr": 7678, "wikipedia": "Peter A. Quinn", "house_history": 20067, "wikidata": "Q7172443", "google_entity_id": "kg:/m/08ksx9"}, "name": {"first": "Peter", "middle": "Anthony", "last": "Quinn"}, "bio": {"birthday": "1904-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "R000032", "govtrack": 409014, "icpsr": 7709, "wikipedia": "Robert Ramspeck", "house_history": 20115, "wikidata": "Q2158555", "google_entity_id": "kg:/m/07ybsp"}, "name": {"first": "Robert", "middle": "C. Word", "last": "Ramspeck"}, "bio": {"birthday": "1890-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000112", "govtrack": 409092, "icpsr": 7780, "wikipedia": "Clyde M. Reed", "wikidata": "Q365803", "google_entity_id": "kg:/m/0c3p3j"}, "name": {"first": "Clyde", "middle": "Martin", "last": "Reed"}, "bio": {"birthday": "1871-10-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "KS", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1945-01-03", "end": "1949-11-08", "state": "KS", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000163", "govtrack": 409140, "icpsr": 7823, "wikipedia": "Alexander J. Resa", "house_history": 20286, "wikidata": "Q4719214", "google_entity_id": "kg:/m/02rk8t4"}, "name": {"first": "Alexander", "middle": "John", "last": "Resa"}, "bio": {"birthday": "1887-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "R000341", "govtrack": 409312, "icpsr": 7980, "wikipedia": "J. W. Robinson", "house_history": 20505, "wikidata": "Q1681265", "google_entity_id": "kg:/m/02rm4yn"}, "name": {"first": "James", "middle": "William", "last": "Robinson"}, "bio": {"birthday": "1878-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "UT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "UT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "UT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "UT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "UT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "UT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "UT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000373", "govtrack": 409343, "icpsr": 8009, "wikipedia": "Robert L. Rodgers", "house_history": 20543, "wikidata": "Q7346630", "google_entity_id": "kg:/m/0f6p4m"}, "name": {"first": "Robert", "middle": "Lewis", "last": "Rodgers"}, "bio": {"birthday": "1875-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "R000381", "govtrack": 409351, "icpsr": 8017, "wikipedia": "Dudley Roe", "house_history": 20554, "wikidata": "Q499562", "google_entity_id": "kg:/m/06g089"}, "name": {"first": "Dudley", "middle": "George", "last": "Roe"}, "bio": {"birthday": "1881-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000382", "govtrack": 409352, "icpsr": 8018, "wikipedia": "James A. Roe", "house_history": 20555, "wikidata": "Q866740", "google_entity_id": "kg:/m/027l6t4"}, "name": {"first": "James", "middle": "A.", "last": "Roe"}, "bio": {"birthday": "1896-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000394", "govtrack": 409362, "icpsr": 8026, "wikipedia": "George F. Rogers", "house_history": 20571, "wikidata": "Q5539140", "google_entity_id": "kg:/m/0gzqdm"}, "name": {"first": "George", "middle": "Frederick", "last": "Rogers"}, "bio": {"birthday": "1887-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 40, "party": "Democrat"}]}, {"id": {"bioguide": "R000419", "govtrack": 409384, "wikipedia": "Carlos P. Romulo", "house_history": 20605, "wikidata": "Q737664", "google_entity_id": "kg:/m/02_bfn"}, "name": {"first": "Carlos", "middle": "Pe\u00f1a", "last": "Romulo"}, "bio": {"birthday": "1899-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PI", "district": -1}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PI", "district": -1}]}, {"id": {"bioguide": "R000473", "govtrack": 409434, "icpsr": 8089, "wikipedia": "William A. Rowan", "house_history": 20670, "wikidata": "Q4320593", "google_entity_id": "kg:/m/07jrmk"}, "name": {"first": "William", "middle": "A.", "last": "Rowan"}, "bio": {"birthday": "1882-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000538", "govtrack": 409495, "icpsr": 8140, "wikipedia": "Sam M. Russell", "house_history": 20746, "wikidata": "Q2216550", "google_entity_id": "kg:/m/02rvb2v"}, "name": {"first": "Sam", "middle": "Morris", "last": "Russell"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 17, "party": "Democrat"}], "bio": {"birthday": "1889-08-09", "gender": "M"}}, {"id": {"bioguide": "R000565", "govtrack": 409521, "icpsr": 8162, "wikipedia": "Joseph F. Ryter", "house_history": 20776, "wikidata": "Q1691807", "google_entity_id": "kg:/m/02rjwg5"}, "name": {"first": "Joseph", "middle": "Francis", "last": "Ryter"}, "bio": {"birthday": "1914-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CT", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "S000069", "govtrack": 409581, "icpsr": 8220, "house_history": 21220, "wikipedia": "Dave E. Satterfield, Jr.", "wikidata": "Q1173186", "google_entity_id": "kg:/m/02qk28r"}, "name": {"first": "Dave", "middle": "Edward", "last": "Satterfield", "suffix": "Jr."}, "bio": {"birthday": "1894-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "VA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000080", "govtrack": 409592, "icpsr": 8230, "wikipedia": "Charles R. Savage", "house_history": 21233, "wikidata": "Q1065851", "google_entity_id": "kg:/m/02rmn2y"}, "name": {"first": "Charles", "middle": "Raymon", "last": "Savage"}, "bio": {"gender": "M", "birthday": "1906-04-12"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000293", "govtrack": 409792, "icpsr": 8406, "wikipedia": "Edgar A. Sharp", "house_history": 21500, "wikidata": "Q84001", "google_entity_id": "kg:/m/0271fmb"}, "name": {"first": "Edgar", "middle": "Allan", "last": "Sharp"}, "bio": {"birthday": "1876-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000342", "govtrack": 409839, "icpsr": 8451, "wikipedia": "John E. Sheridan", "house_history": 21561, "wikidata": "Q6230920", "google_entity_id": "kg:/m/0f1ys1"}, "name": {"first": "John", "middle": "Edward", "last": "Sheridan"}, "bio": {"birthday": "1902-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000481", "govtrack": 409969, "icpsr": 8569, "wikipedia": "Roger C. Slaughter", "house_history": 21739, "wikidata": "Q2161643", "google_entity_id": "kg:/m/02rz829"}, "name": {"first": "Roger", "middle": "Caldwell", "last": "Slaughter"}, "bio": {"birthday": "1905-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MO", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000668", "govtrack": 410141, "icpsr": 8735, "wikipedia": "J. Buell Snyder", "house_history": 21962, "wikidata": "Q6104880", "google_entity_id": "kg:/m/0f773v"}, "name": {"first": "John", "middle": "Buell", "last": "Snyder"}, "bio": {"gender": "M", "birthday": "1877-07-30"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "S000792", "govtrack": 410258, "icpsr": 8835, "wikipedia": "William A. Stanfill", "wikidata": "Q1725187", "google_entity_id": "kg:/m/08gz8h"}, "name": {"first": "William", "middle": "Abner", "last": "Stanfill"}, "bio": {"birthday": "1892-01-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1947-01-03", "state": "KY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000812", "govtrack": 410277, "icpsr": 8851, "wikipedia": "Frank Starkey", "house_history": 22145, "wikidata": "Q1444253", "google_entity_id": "kg:/m/0fk756"}, "name": {"first": "Frank", "middle": "Thomas", "last": "Starkey"}, "bio": {"birthday": "1892-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000918", "govtrack": 410378, "icpsr": 8944, "house_history": 22274, "wikipedia": "Paul Stewart (politician)", "wikidata": "Q2062595", "google_entity_id": "kg:/m/02rr6zk"}, "name": {"first": "Paul", "last": "Stewart"}, "bio": {"birthday": "1892-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OK", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S001071", "govtrack": 410525, "icpsr": 9086, "wikipedia": "Jessie Sumner", "house_history": 22462, "wikidata": "Q8236554", "google_entity_id": "kg:/m/02rkbb_"}, "name": {"first": "Jessie", "last": "Sumner"}, "bio": {"birthday": "1898-07-17", "gender": "F"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "S001072", "govtrack": 410526, "icpsr": 9087, "wikipedia": "Hatton W. Sumners", "house_history": 22464, "wikidata": "Q2713396", "google_entity_id": "kg:/m/02w9hyz"}, "name": {"first": "Hatton", "middle": "William", "last": "Sumners"}, "bio": {"birthday": "1875-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "T000018", "govtrack": 410608, "icpsr": 9160, "wikipedia": "Joseph E. Talbot", "house_history": 22654, "wikidata": "Q1706882", "google_entity_id": "kg:/m/02rjwcs"}, "name": {"first": "Joseph", "middle": "Edward", "last": "Talbot"}, "bio": {"birthday": "1901-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CT", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "T000045", "govtrack": 410633, "icpsr": 9183, "wikipedia": "Malcolm C. Tarver", "house_history": 22688, "wikidata": "Q1643538", "google_entity_id": "kg:/m/02rk10z"}, "name": {"first": "Malcolm", "middle": "Connor", "last": "Tarver"}, "bio": {"birthday": "1885-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "GA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "T000079", "govtrack": 410663, "icpsr": 9210, "wikipedia": "Glen H. Taylor", "wikidata": "Q1530794", "google_entity_id": "kg:/m/05lkv6"}, "name": {"first": "Glen", "middle": "Hearst", "last": "Taylor"}, "bio": {"birthday": "1904-04-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "ID", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000155", "govtrack": 410737, "icpsr": 9283, "wikipedia": "William R. Thom", "house_history": 22818, "wikidata": "Q8017296", "google_entity_id": "kg:/m/02rj_yk"}, "name": {"first": "William", "middle": "Richard", "last": "Thom"}, "bio": {"birthday": "1885-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "T000164", "govtrack": 410745, "icpsr": 9291, "wikipedia": "Elbert D. Thomas", "wikidata": "Q5353701", "google_entity_id": "kg:/m/03jl76"}, "name": {"first": "Elbert", "middle": "Duncan", "last": "Thomas"}, "bio": {"birthday": "1883-06-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "UT", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "UT", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "UT", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000177", "govtrack": 410758, "icpsr": 9303, "house_history": 22846, "wikipedia": "Elmer Thomas", "wikidata": "Q1332996", "google_entity_id": "kg:/m/07f7r8"}, "name": {"first": "John", "middle": "William Elmer", "last": "Thomas"}, "bio": {"gender": "M", "birthday": "1876-09-08"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "OK", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "OK", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "OK", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "OK", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000295", "govtrack": 410868, "icpsr": 9406, "wikipedia": "John H. Tolan", "house_history": 22991, "wikidata": "Q1700335", "google_entity_id": "kg:/m/02rhk6s"}, "name": {"first": "John", "middle": "Harvey", "last": "Tolan"}, "bio": {"birthday": "1877-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "T000315", "govtrack": 410888, "icpsr": 9424, "wikipedia": "James H. Torrens", "house_history": 23017, "wikidata": "Q6135298", "google_entity_id": "kg:/m/02756zy"}, "name": {"first": "James", "middle": "H.", "last": "Torrens"}, "bio": {"birthday": "1874-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "T000357", "govtrack": 410927, "icpsr": 9459, "house_history": 23072, "wikipedia": "Philip A. Traynor", "wikidata": "Q2086020", "google_entity_id": "kg:/m/025xkf1"}, "name": {"first": "Philip", "middle": "Andrew", "last": "Traynor"}, "bio": {"birthday": "1874-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "DE", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "T000446", "govtrack": 411014, "icpsr": 9538, "wikipedia": "Millard Tydings", "house_history": 23181, "wikidata": "Q354099", "google_entity_id": "kg:/m/04w0c4"}, "name": {"first": "Millard", "middle": "Evelyn", "last": "Tydings"}, "bio": {"birthday": "1890-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "MD", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "MD", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "MD", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "MD", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "V000118", "govtrack": 411172, "icpsr": 9687, "house_history": 21018, "wikipedia": "Jerry Voorhis", "wikidata": "Q344100", "google_entity_id": "kg:/m/09czrt"}, "name": {"first": "Horace", "middle": "Jeremiah", "last": "Voorhis", "nickname": "Jerry"}, "bio": {"birthday": "1901-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "W000021", "govtrack": 411200, "icpsr": 9713, "wikipedia": "Robert F. Wagner", "wikidata": "Q213721", "google_entity_id": "kg:/m/031lwb"}, "name": {"first": "Robert", "middle": "Ferdinand", "last": "Wagner"}, "bio": {"birthday": "1877-06-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "NY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "NY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "NY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1949-12-31", "state": "NY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000183", "govtrack": 411356, "icpsr": 9859, "wikipedia": "Thaddeus Wasielewski", "house_history": 23432, "wikidata": "Q2408354", "google_entity_id": "kg:/m/026dv9_"}, "name": {"first": "Thaddeus", "middle": "Francis Boleslaw", "last": "Wasielewski"}, "bio": {"birthday": "1904-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WI", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000230", "govtrack": 411398, "icpsr": 9897, "wikipedia": "Zebulon Weaver", "house_history": 23493, "wikidata": "Q169551", "google_entity_id": "kg:/m/05khq4"}, "name": {"first": "Zebulon", "last": "Weaver"}, "bio": {"birthday": "1872-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NC", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NC", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "W000257", "govtrack": 411425, "icpsr": 9921, "wikipedia": "Samuel A. Weiss", "house_history": 23526, "wikidata": "Q7410716", "google_entity_id": "kg:/m/0dn6gf"}, "name": {"first": "Samuel", "middle": "Arthur", "last": "Weiss"}, "bio": {"birthday": "1902-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 33, "party": "Democrat"}]}, {"id": {"bioguide": "W000645", "govtrack": 411799, "icpsr": 10283, "wikipedia": "Thomas Daniel Winter", "house_history": 23982, "wikidata": "Q1286350", "google_entity_id": "kg:/m/02rmb8j"}, "name": {"first": "Thomas", "middle": "Daniel", "last": "Winter"}, "bio": {"birthday": "1896-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "KS", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000678", "govtrack": 411830, "icpsr": 10311, "wikipedia": "James Wolfenden", "house_history": 24025, "wikidata": "Q13219860", "google_entity_id": "kg:/m/0dhlry"}, "name": {"first": "James", "last": "Wolfenden"}, "bio": {"birthday": "1889-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "W000720", "govtrack": 411872, "icpsr": 10350, "wikipedia": "Clifton A. Woodrum", "house_history": 24077, "wikidata": "Q265178", "google_entity_id": "kg:/m/02vp0j1"}, "name": {"first": "Clifton", "middle": "Alexander", "last": "Woodrum"}, "bio": {"birthday": "1887-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "VA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "VA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "T000387", "govtrack": 410956, "icpsr": 9487, "wikipedia": "Harry S. Truman", "wikidata": "Q11613", "google_entity_id": "kg:/m/09bg4l"}, "name": {"first": "Harry", "middle": "S.", "last": "Truman"}, "bio": {"birthday": "1884-05-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "MO", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1945-12-31", "state": "MO", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000095", "govtrack": 401097, "icpsr": 390, "wikipedia": "Raymond E. Baldwin", "wikidata": "Q885043", "google_entity_id": "kg:/m/0bh5s2"}, "name": {"first": "Raymond", "middle": "Earl", "last": "Baldwin"}, "bio": {"birthday": "1893-08-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1946-01-01", "end": "1949-12-31", "state": "CT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001069", "govtrack": 402015, "icpsr": 1245, "house_history": 10154, "wikipedia": "Thomas G. Burch", "wikidata": "Q2424098", "google_entity_id": "kg:/m/08lkl4"}, "name": {"first": "Thomas", "middle": "Granville", "last": "Burch"}, "bio": {"gender": "M", "birthday": "1869-07-03"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "VA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1946-01-01", "end": "1947-01-03", "state": "VA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000021", "govtrack": 402182, "icpsr": 1395, "wikipedia": "Harry P. Cain", "wikidata": "Q1586688", "google_entity_id": "kg:/m/0bdj65"}, "name": {"first": "Harry", "middle": "Pulliam", "last": "Cain"}, "bio": {"birthday": "1906-01-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1946-12-31", "end": "1947-01-03", "state": "WA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "WA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S001117", "govtrack": 410569, "icpsr": 9125, "wikipedia": "George R. Swift", "wikidata": "Q1238366", "google_entity_id": "kg:/m/03glj1"}, "name": {"first": "George", "middle": "Robinson", "last": "Swift"}, "bio": {"birthday": "1887-12-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1946-01-01", "end": "1947-01-03", "state": "AL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000008", "govtrack": 410598, "wikipedia": "Kingsley A. Taft", "wikidata": "Q1742148", "google_entity_id": "kg:/m/034tqb"}, "name": {"first": "Kingsley", "middle": "Arter", "last": "Taft"}, "bio": {"birthday": "1903-07-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1946-11-06", "end": "1947-01-03", "state": "OH", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "U000005", "govtrack": 411029, "icpsr": 9552, "house_history": 20832, "wikipedia": "William B. Umstead", "wikidata": "Q362840", "google_entity_id": "kg:/m/0281fg"}, "name": {"first": "William", "middle": "Bradley", "last": "Umstead"}, "bio": {"gender": "M", "birthday": "1895-05-13"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1946-01-01", "end": "1949-01-03", "state": "NC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000163", "govtrack": 400818, "icpsr": 144, "house_history": 8482, "wikipedia": "James Lindsay Almond Jr.", "wikidata": "Q777975", "google_entity_id": "kg:/m/04hsqf"}, "name": {"first": "James", "middle": "Lindsay", "last": "Almond", "suffix": "Jr."}, "bio": {"birthday": "1898-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "VA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "A000250", "govtrack": 400886, "icpsr": 200, "wikipedia": "Walter G. Andrews", "house_history": 8611, "wikidata": "Q3538195", "google_entity_id": "kg:/m/0gyj9q"}, "name": {"first": "Walter", "middle": "Gresham", "last": "Andrews"}, "bio": {"birthday": "1889-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 42, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 42, "party": "Republican"}]}, {"id": {"bioguide": "A000296", "govtrack": 400938, "icpsr": 248, "wikipedia": "Samuel W. Arnold", "house_history": 8671, "wikidata": "Q183164", "google_entity_id": "kg:/m/02rz87g"}, "name": {"first": "Samuel", "middle": "Washington", "last": "Arnold", "nickname": "Wat"}, "bio": {"gender": "M", "birthday": "1879-09-21"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MO", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MO", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000119", "govtrack": 401120, "icpsr": 412, "wikipedia": "Parke M. Banta", "house_history": 8925, "wikidata": "Q2052637", "google_entity_id": "kg:/m/02rz7py"}, "name": {"first": "Parke", "middle": "Monroe", "last": "Banta"}, "bio": {"birthday": "1891-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MO", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "B000332", "govtrack": 401324, "icpsr": 598, "wikipedia": "C. Jasper Bell", "house_history": 9207, "wikidata": "Q1022514", "google_entity_id": "kg:/m/02rz5js"}, "name": {"first": "Charles", "middle": "Jasper", "last": "Bell"}, "bio": {"birthday": "1885-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MO", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000379", "govtrack": 401371, "icpsr": 641, "wikipedia": "Marion Tinsley Bennett", "house_history": 9269, "wikidata": "Q1899265", "google_entity_id": "kg:/m/0fxwnz"}, "name": {"first": "Marion", "middle": "Tinsley", "last": "Bennett"}, "bio": {"birthday": "1914-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MO", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000742", "govtrack": 401701, "icpsr": 953, "wikipedia": "Frederick Van Ness Bradley", "house_history": 9738, "wikidata": "Q1453040", "google_entity_id": "kg:/m/041qht"}, "name": {"first": "Frederick", "middle": "Van Ness", "last": "Bradley"}, "bio": {"birthday": "1898-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1947-05-24", "state": "MI", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "B000750", "govtrack": 401710, "icpsr": 961, "wikipedia": "Willis W. Bradley", "house_history": 9748, "wikidata": "Q2581565", "google_entity_id": "kg:/m/02rk0hf"}, "name": {"first": "Willis", "middle": "Winter", "last": "Bradley"}, "bio": {"birthday": "1884-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "B000816", "govtrack": 401773, "icpsr": 1021, "house_history": 9836, "wikipedia": "Owen Brewster", "wikidata": "Q880948", "google_entity_id": "kg:/m/04r3s1"}, "name": {"first": "Ralph", "middle": "Owen", "last": "Brewster"}, "bio": {"birthday": "1888-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "ME", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "ME", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000891", "govtrack": 401848, "icpsr": 1088, "wikipedia": "John C. Brophy", "house_history": 9931, "wikidata": "Q1699478", "google_entity_id": "kg:/m/026ds9p"}, "name": {"first": "John", "middle": "Charles", "last": "Brophy"}, "bio": {"birthday": "1901-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WI", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "B001016", "govtrack": 401966, "icpsr": 1197, "wikipedia": "Ellsworth B. Buck", "house_history": 10090, "wikidata": "Q2162136", "google_entity_id": "kg:/m/027lbfz"}, "name": {"first": "Ellsworth", "middle": "Brewer", "last": "Buck"}, "bio": {"birthday": "1892-07-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "B001096", "govtrack": 402042, "icpsr": 1269, "wikipedia": "Raymond H. Burke", "house_history": 10191, "wikidata": "Q7298821", "google_entity_id": "kg:/m/0d4bsj"}, "name": {"first": "Raymond", "middle": "Hugh", "last": "Burke"}, "bio": {"birthday": "1881-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000192", "govtrack": 402338, "icpsr": 1542, "wikipedia": "Henderson H. Carson", "house_history": 10694, "wikidata": "Q5713322", "google_entity_id": "kg:/m/02rhh95"}, "name": {"first": "Henderson", "middle": "Haverfield", "last": "Carson"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 16, "party": "Republican"}], "bio": {"birthday": "1893-10-25", "gender": "M"}}, {"id": {"bioguide": "C000268", "govtrack": 402411, "icpsr": 1614, "wikipedia": "E. Wallace Chadwick", "house_history": 10794, "wikidata": "Q5322222", "google_entity_id": "kg:/m/0d_005"}, "name": {"first": "E.", "middle": "Wallace", "last": "Chadwick"}, "bio": {"birthday": "1884-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "C000439", "govtrack": 402577, "icpsr": 1771, "wikipedia": "J. Bayard Clark", "house_history": 11002, "wikidata": "Q601944", "google_entity_id": "kg:/m/02vp1j1"}, "name": {"first": "Jerome", "middle": "Bayard", "last": "Clark"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NC", "district": 7, "party": "Democrat"}], "bio": {"birthday": "1882-04-05", "gender": "M"}}, {"id": {"bioguide": "C000473", "govtrack": 402611, "icpsr": 1803, "wikipedia": "Charles R. Clason", "house_history": 11039, "wikidata": "Q1065831", "google_entity_id": "kg:/m/06mg6m"}, "name": {"first": "Charles", "middle": "Russell", "last": "Clason"}, "bio": {"birthday": "1890-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000529", "govtrack": 402663, "icpsr": 1851, "wikipedia": "Roy Clippinger", "house_history": 11109, "wikidata": "Q7372682", "google_entity_id": "kg:/m/02rkctr"}, "name": {"first": "Roy", "last": "Clippinger"}, "bio": {"birthday": "1886-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "C000590", "govtrack": 402719, "icpsr": 1905, "wikipedia": "Howard A. Coffin", "house_history": 11190, "wikidata": "Q1631709", "google_entity_id": "kg:/m/027f49g"}, "name": {"first": "Howard", "middle": "Aldridge", "last": "Coffin"}, "bio": {"birthday": "1877-06-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "C000684", "govtrack": 402810, "icpsr": 1986, "wikipedia": "Tom Connally", "house_history": 11312, "wikidata": "Q912806", "google_entity_id": "kg:/m/089hd7"}, "name": {"first": "Thomas", "middle": "Terry", "last": "Connally", "nickname": "Tom"}, "bio": {"birthday": "1877-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "TX", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "TX", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "TX", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "TX", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000810", "govtrack": 402929, "icpsr": 2093, "wikipedia": "W. Wirt Courtney", "house_history": 11469, "wikidata": "Q2536789", "google_entity_id": "kg:/m/02rk_2w"}, "name": {"first": "William", "middle": "Wirt", "last": "Courtney"}, "bio": {"birthday": "1889-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000887", "govtrack": 402999, "icpsr": 2157, "house_history": 11564, "wikipedia": "William Fadjo Cravens", "wikidata": "Q2578789", "google_entity_id": "kg:/m/07gbtq"}, "name": {"first": "William", "middle": "Fadjo", "last": "Cravens"}, "bio": {"birthday": "1899-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AR", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000939", "govtrack": 403051, "icpsr": 2206, "wikipedia": "William J. Crow", "house_history": 11627, "wikidata": "Q5613710", "google_entity_id": "kg:/m/0f6zyr"}, "name": {"first": "William", "middle": "Josiah", "last": "Crow"}, "bio": {"birthday": "1902-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "D000007", "govtrack": 403141, "icpsr": 2304, "wikipedia": "Thomas D'Alesandro Jr.", "house_history": 11841, "wikidata": "Q1156152", "google_entity_id": "kg:/m/028qh5"}, "name": {"first": "Thomas", "last": "D'Alesandro", "suffix": "Jr."}, "bio": {"birthday": "1903-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000212", "govtrack": 403356, "icpsr": 2477, "wikipedia": "John J. Delaney", "house_history": 12096, "wikidata": "Q1700570", "google_entity_id": "kg:/m/026fnrn"}, "name": {"first": "John", "middle": "Joseph", "last": "Delaney"}, "bio": {"birthday": "1878-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "D000280", "govtrack": 403412, "icpsr": 2534, "wikipedia": "Edward Devitt", "house_history": 12175, "wikidata": "Q1292046", "google_entity_id": "kg:/m/0fp67n"}, "name": {"first": "Edward", "middle": "James", "last": "Devitt"}, "bio": {"birthday": "1911-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000406", "govtrack": 403520, "icpsr": 2650, "house_history": 12337, "wikipedia": "James R. Domengeaux", "wikidata": "Q1680281", "google_entity_id": "kg:/m/0gfksk"}, "name": {"first": "James", "last": "Domengeaux"}, "bio": {"birthday": "1907-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "LA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000496", "govtrack": 403603, "icpsr": 2726, "wikipedia": "Patrick H. Drewry", "house_history": 12454, "wikidata": "Q2057639", "google_entity_id": "kg:/m/02vrpsd"}, "name": {"first": "Patrick", "middle": "Henry", "last": "Drewry"}, "bio": {"birthday": "1875-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "VA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "VA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "E000037", "govtrack": 403732, "icpsr": 2838, "wikipedia": "Zales Ecton", "wikidata": "Q145051", "google_entity_id": "kg:/m/04w4rk"}, "name": {"first": "Zales", "middle": "Nelson", "last": "Ecton"}, "bio": {"birthday": "1898-04-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "MT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "E000119", "govtrack": 403810, "icpsr": 2908, "wikipedia": "Alfred J. Elliott", "house_history": 12741, "wikidata": "Q1544561", "google_entity_id": "kg:/m/0db0gz"}, "name": {"first": "Alfred", "middle": "James", "last": "Elliott"}, "bio": {"birthday": "1895-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "E000135", "govtrack": 403826, "icpsr": 2924, "house_history": 12761, "wikipedia": "Hubert S. Ellis", "wikidata": "Q1493922", "google_entity_id": "kg:/m/02z9_kg"}, "name": {"first": "Hubert", "middle": "Summers", "last": "Ellis"}, "bio": {"birthday": "1887-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WV", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "E000159", "govtrack": 403850, "icpsr": 2947, "house_history": 12789, "wikipedia": "Edward J. Elsaesser", "wikidata": "Q5343641", "google_entity_id": "kg:/m/0d8z2r"}, "name": {"first": "Edward", "middle": "Julius", "last": "Elsaesser"}, "bio": {"birthday": "1904-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 43, "party": "Republican"}]}, {"id": {"bioguide": "F000191", "govtrack": 404146, "icpsr": 3207, "wikipedia": "John W. Flannagan Jr.", "house_history": 13211, "wikidata": "Q1698689", "google_entity_id": "kg:/m/02qdbkj"}, "name": {"first": "John", "middle": "William", "last": "Flannagan", "suffix": "Jr."}, "bio": {"gender": "M", "birthday": "1885-02-20"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "VA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "VA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "F000199", "govtrack": 404154, "icpsr": 3215, "house_history": 13221, "wikipedia": "Charles K. Fletcher", "wikidata": "Q266203", "google_entity_id": "kg:/m/0bn7g1"}, "name": {"first": "Charles", "middle": "Kimball", "last": "Fletcher"}, "bio": {"birthday": "1902-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "F000241", "govtrack": 404195, "icpsr": 3251, "wikipedia": "John Hamlin Folger", "house_history": 13278, "wikidata": "Q1700354", "google_entity_id": "kg:/m/04fpqt"}, "name": {"first": "John", "middle": "Hamlin", "last": "Folger"}, "bio": {"birthday": "1880-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "F000250", "govtrack": 404203, "icpsr": 3258, "wikipedia": "Ellsworth Foote", "house_history": 13289, "wikidata": "Q1332557", "google_entity_id": "kg:/m/02rhfyj"}, "name": {"first": "Ellsworth", "middle": "Bishop", "last": "Foote"}, "bio": {"birthday": "1898-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000404", "govtrack": 404351, "icpsr": 3396, "wikipedia": "Hadwen C. Fuller", "house_history": 13481, "wikidata": "Q5638110", "google_entity_id": "kg:/m/026ddm5"}, "name": {"first": "Hadwen", "middle": "Carlton", "last": "Fuller"}, "bio": {"birthday": "1895-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 35, "party": "Republican"}]}, {"id": {"bioguide": "G000017", "govtrack": 404394, "icpsr": 3434, "wikipedia": "James A. Gallagher", "house_history": 13585, "wikidata": "Q6128105", "google_entity_id": "kg:/m/0dhsnz"}, "name": {"first": "James", "middle": "A.", "last": "Gallagher"}, "bio": {"birthday": "1869-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000111", "govtrack": 404483, "icpsr": 3518, "wikipedia": "Bertrand W. Gearhart", "house_history": 13699, "wikidata": "Q828623", "google_entity_id": "kg:/m/027dvf0"}, "name": {"first": "Bertrand", "middle": "Wesley", "last": "Gearhart"}, "bio": {"birthday": "1890-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "G000135", "govtrack": 404504, "icpsr": 3538, "wikipedia": "Charles L. Gerlach", "house_history": 13732, "wikidata": "Q5079943", "google_entity_id": "kg:/m/0dhm0p"}, "name": {"first": "Charles", "middle": "Lewis", "last": "Gerlach"}, "bio": {"birthday": "1895-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "G000169", "govtrack": 404536, "icpsr": 3569, "wikipedia": "Charles L. Gifford", "house_history": 13778, "wikidata": "Q1065220", "google_entity_id": "kg:/m/0bw0_f"}, "name": {"first": "Charles", "middle": "Laceille", "last": "Gifford"}, "bio": {"birthday": "1871-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "G000207", "govtrack": 404571, "icpsr": 3605, "wikipedia": "George W. Gillie", "house_history": 13827, "wikidata": "Q1508435", "google_entity_id": "kg:/m/02rkg2z"}, "name": {"first": "George", "middle": "W.", "last": "Gillie"}, "bio": {"birthday": "1880-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "G000253", "govtrack": 404615, "icpsr": 3644, "house_history": 13882, "wikipedia": "Abe Goff", "wikidata": "Q318147", "google_entity_id": "kg:/m/07l8b0"}, "name": {"first": "Abe", "middle": "McGregor", "last": "Goff"}, "bio": {"birthday": "1899-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "ID", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000384", "govtrack": 404735, "icpsr": 3756, "wikipedia": "Robert A. Grant", "house_history": 14047, "wikidata": "Q1375415", "google_entity_id": "kg:/m/02rkhl1"}, "name": {"first": "Robert", "middle": "Allen", "last": "Grant"}, "bio": {"birthday": "1905-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000472", "govtrack": 404817, "icpsr": 3831, "wikipedia": "Percy W. Griffiths", "house_history": 14161, "wikidata": "Q2070316", "google_entity_id": "kg:/m/0dxz36"}, "name": {"first": "Percy", "middle": "Wilfred", "last": "Griffiths"}, "bio": {"birthday": "1893-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "G000493", "govtrack": 404838, "icpsr": 3851, "wikipedia": "Chester H. Gross", "house_history": 14184, "wikidata": "Q5093581", "google_entity_id": "kg:/m/0f7f_d"}, "name": {"first": "Chester", "middle": "Heilman", "last": "Gross"}, "bio": {"gender": "M", "birthday": "1888-10-13"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "G000543", "govtrack": 404886, "icpsr": 3890, "wikipedia": "John W. Gwynne", "house_history": 14245, "wikidata": "Q1702049", "google_entity_id": "kg:/m/02rk7vx"}, "name": {"first": "John", "middle": "Williams", "last": "Gwynne"}, "bio": {"birthday": "1889-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000212", "govtrack": 405091, "icpsr": 4078, "wikipedia": "Richard F. Harless", "house_history": 14548, "wikidata": "Q2149437", "google_entity_id": "kg:/m/02rjy7y"}, "name": {"first": "Richard", "middle": "Fielding", "last": "Harless"}, "bio": {"birthday": "1905-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AZ", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "H000217", "govtrack": 405095, "icpsr": 4082, "wikipedia": "Forest Harness", "house_history": 14557, "wikidata": "Q1437187", "google_entity_id": "kg:/m/02rkfsn"}, "name": {"first": "Forest", "middle": "Arthur", "last": "Harness"}, "bio": {"birthday": "1895-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000298", "govtrack": 405171, "icpsr": 4155, "wikipedia": "Fred A. Hartley Jr.", "house_history": 14652, "wikidata": "Q1452176", "google_entity_id": "kg:/m/049fqz"}, "name": {"first": "Fred", "middle": "Allan", "last": "Hartley", "suffix": "Jr."}, "bio": {"birthday": "1902-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NJ", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NJ", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "H000492", "govtrack": 405355, "icpsr": 4318, "wikipedia": "Joe Hendricks", "house_history": 14892, "wikidata": "Q596599", "google_entity_id": "kg:/m/02q65jc"}, "name": {"first": "Joseph", "middle": "Edward", "last": "Hendricks"}, "bio": {"birthday": "1903-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "FL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000863", "govtrack": 405710, "icpsr": 4648, "wikipedia": "George Evan Howell", "house_history": 15354, "wikidata": "Q5539039", "google_entity_id": "kg:/m/02rk9pb"}, "name": {"first": "George", "middle": "Evan", "last": "Howell"}, "bio": {"birthday": "1905-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "I000046", "govtrack": 405902, "icpsr": 4831, "wikipedia": "Leo Isacson", "house_history": 15673, "wikidata": "Q6523864", "google_entity_id": "kg:/m/027lb72"}, "name": {"first": "Leo", "last": "Isacson"}, "bio": {"birthday": "1910-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 24, "party": "American Labor"}]}, {"id": {"bioguide": "J000058", "govtrack": 405963, "icpsr": 4892, "wikipedia": "Pete Jarman", "house_history": 15764, "wikidata": "Q2073263", "google_entity_id": "kg:/m/02rk25r"}, "name": {"first": "Peterson", "middle": "Bryant", "last": "Jarman", "nickname": "Pete"}, "bio": {"birthday": "1892-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "J000086", "govtrack": 405988, "icpsr": 4915, "wikipedia": "Mitchell Jenkins", "house_history": 15803, "wikidata": "Q3661451", "google_entity_id": "kg:/m/078znw"}, "name": {"first": "Mitchell", "last": "Jenkins"}, "bio": {"birthday": "1896-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "J000117", "govtrack": 406018, "icpsr": 4941, "wikipedia": "Anton J. Johnson", "house_history": 15841, "wikidata": "Q4775817", "google_entity_id": "kg:/m/02rk8wk"}, "name": {"first": "Anton", "middle": "Joseph", "last": "Johnson"}, "bio": {"birthday": "1878-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "J000133", "govtrack": 406032, "icpsr": 4955, "house_history": 15859, "wikipedia": "Glen D. Johnson", "wikidata": "Q1530732", "google_entity_id": "kg:/m/0gcpsw"}, "name": {"first": "Glen", "middle": "Dale", "last": "Johnson"}, "bio": {"birthday": "1911-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OK", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "J000165", "govtrack": 406062, "icpsr": 4983, "wikipedia": "Noble J. Johnson", "house_history": 15903, "wikidata": "Q1994915", "google_entity_id": "kg:/m/02rkhfl"}, "name": {"first": "Noble", "middle": "Jacob", "last": "Johnson"}, "bio": {"birthday": "1887-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "J000225", "govtrack": 406119, "icpsr": 5036, "house_history": 15977, "wikipedia": "Homer Jones (politician)", "wikidata": "Q1248142", "google_entity_id": "kg:/m/03ds3v"}, "name": {"first": "Homer", "middle": "Raymond", "last": "Jones"}, "bio": {"birthday": "1893-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "J000249", "govtrack": 406142, "icpsr": 5059, "wikipedia": "Robert Franklin Jones", "house_history": 16007, "wikidata": "Q7344496", "google_entity_id": "kg:/m/027m2wj"}, "name": {"first": "Robert", "middle": "Franklin", "last": "Jones"}, "bio": {"birthday": "1907-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "J000264", "govtrack": 406156, "icpsr": 5072, "wikipedia": "Bartel J. Jonkman", "house_history": 16027, "wikidata": "Q514759", "google_entity_id": "kg:/m/06s_q2"}, "name": {"first": "Bartel", "middle": "John", "last": "Jonkman"}, "bio": {"birthday": "1884-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "K000082", "govtrack": 406251, "icpsr": 5158, "wikipedia": "James P. Kem", "wikidata": "Q350548", "google_entity_id": "kg:/m/04zhz3"}, "name": {"first": "James", "middle": "Preston", "last": "Kem"}, "bio": {"birthday": "1890-04-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "MO", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "K000301", "govtrack": 406457, "icpsr": 5352, "wikipedia": "Harold Knutson", "house_history": 16459, "wikidata": "Q200806", "google_entity_id": "kg:/m/07yd3j"}, "name": {"first": "Harold", "last": "Knutson"}, "bio": {"birthday": "1880-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MN", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "L000052", "govtrack": 406561, "icpsr": 5434, "wikipedia": "Gerald W. Landis", "house_history": 16650, "wikidata": "Q1510030", "google_entity_id": "kg:/m/02rkfxs"}, "name": {"first": "Gerald", "middle": "Wayne", "last": "Landis"}, "bio": {"birthday": "1895-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "L000163", "govtrack": 406667, "icpsr": 5531, "wikipedia": "Clarence F. Lea", "house_history": 16802, "wikidata": "Q1095419", "google_entity_id": "kg:/m/02rhdrc"}, "name": {"first": "Clarence", "middle": "Frederick", "last": "Lea"}, "bio": {"birthday": "1874-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000279", "govtrack": 406777, "icpsr": 5636, "wikipedia": "Earl Ramage Lewis", "house_history": 16937, "wikidata": "Q1277140", "google_entity_id": "kg:/m/02rhfdp"}, "name": {"first": "Earl", "middle": "Ramage", "last": "Lewis"}, "bio": {"birthday": "1887-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "L000296", "govtrack": 406791, "icpsr": 5650, "wikipedia": "William Lewis (Kentucky politician)", "house_history": 16961, "wikidata": "Q1752123", "google_entity_id": "kg:/m/02rl43t"}, "name": {"first": "William", "last": "Lewis"}, "bio": {"birthday": "1868-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "KY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "L000394", "govtrack": 406886, "icpsr": 5739, "wikipedia": "Henry Cabot Lodge Jr.", "wikidata": "Q450984", "google_entity_id": "kg:/m/013zk9"}, "name": {"first": "Henry", "middle": "Cabot", "last": "Lodge", "suffix": "Jr."}, "bio": {"birthday": "1902-07-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "MA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1943-01-06", "end": "1945-01-03", "state": "MA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "MA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000454", "govtrack": 406944, "icpsr": 5790, "house_history": 17161, "wikipedia": "Francis J. Love", "wikidata": "Q1441561", "google_entity_id": "kg:/m/02z9_d_"}, "name": {"first": "Francis", "middle": "Johnson", "last": "Love"}, "bio": {"birthday": "1901-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WV", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000501", "govtrack": 406988, "icpsr": 5831, "house_history": 17217, "wikipedia": "Louis Ludlow", "wikidata": "Q1871835", "google_entity_id": "kg:/m/05k007"}, "name": {"first": "Louis", "middle": "Leon", "last": "Ludlow"}, "bio": {"gender": "M", "birthday": "1873-06-24"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IN", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IN", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IN", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IN", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IN", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IN", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "L000519", "govtrack": 407004, "icpsr": 5842, "house_history": 17242, "wikipedia": "Georgia Lee Lusk", "wikidata": "Q1509299", "google_entity_id": "kg:/m/07vzds"}, "name": {"first": "Georgia", "middle": "Lee", "last": "Lusk"}, "bio": {"birthday": "1893-05-12", "gender": "F"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NM", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "M000027", "govtrack": 407055, "icpsr": 5888, "wikipedia": "George MacKinnon", "house_history": 17361, "wikidata": "Q1507824", "google_entity_id": "kg:/m/0fk6nk"}, "name": {"first": "George", "middle": "Edward", "last": "MacKinnon"}, "bio": {"birthday": "1906-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000089", "govtrack": 407114, "icpsr": 5946, "wikipedia": "Franklin J. Maloney", "house_history": 17440, "wikidata": "Q13219696", "google_entity_id": "kg:/m/0f1ntl"}, "name": {"first": "Franklin", "middle": "John", "last": "Maloney"}, "bio": {"birthday": "1899-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000094", "govtrack": 407118, "icpsr": 5950, "wikipedia": "Carter Manasco", "house_history": 17446, "wikidata": "Q1045873", "google_entity_id": "kg:/m/02rk1d9"}, "name": {"first": "Carter", "last": "Manasco"}, "bio": {"birthday": "1902-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000112", "govtrack": 407136, "icpsr": 5966, "house_history": 17468, "wikipedia": "Joseph J. Mansfield", "wikidata": "Q1707308", "google_entity_id": "kg:/m/02vmffw"}, "name": {"first": "Joseph", "middle": "Jefferson", "last": "Mansfield"}, "bio": {"birthday": "1861-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M000233", "govtrack": 407251, "icpsr": 6070, "wikipedia": "Frank A. Mathews, Jr.", "house_history": 17611, "wikidata": "Q1442844", "google_entity_id": "kg:/m/02vq0rq"}, "name": {"first": "Frank", "middle": "Asbury", "last": "Mathews", "suffix": "Jr."}, "bio": {"birthday": "1890-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NJ", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000374", "govtrack": 407379, "icpsr": 6186, "wikipedia": "Edward Oscar McCowen", "house_history": 17793, "wikidata": "Q5344703", "google_entity_id": "kg:/m/02ps8d1"}, "name": {"first": "Edward", "middle": "Oscar", "last": "McCowen"}, "bio": {"birthday": "1877-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000422", "govtrack": 407422, "icpsr": 6228, "house_history": 17855, "wikipedia": "John McDowell (Pennsylvania)", "wikidata": "Q6247701", "google_entity_id": "kg:/m/0f6q1f"}, "name": {"first": "John", "middle": "Ralph", "last": "McDowell"}, "bio": {"birthday": "1902-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "M000438", "govtrack": 407437, "icpsr": 6242, "wikipedia": "Ernest McFarland", "wikidata": "Q889212", "google_entity_id": "kg:/m/03l8kj"}, "name": {"first": "Ernest", "middle": "William", "last": "McFarland"}, "bio": {"gender": "M", "birthday": "1894-10-09"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "AZ", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "AZ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000442", "govtrack": 407441, "icpsr": 6246, "wikipedia": "Robert N. McGarvey", "house_history": 17879, "wikidata": "Q7347930", "google_entity_id": "kg:/m/0dj7qr"}, "name": {"first": "Robert", "middle": "Neill", "last": "McGarvey"}, "bio": {"birthday": "1888-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000456", "govtrack": 407455, "icpsr": 6260, "wikipedia": "J. Howard McGrath", "wikidata": "Q724197", "google_entity_id": "kg:/m/03j75_"}, "name": {"first": "James", "middle": "Howard", "last": "McGrath"}, "bio": {"birthday": "1903-11-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1947-01-03", "end": "1949-08-23", "state": "RI", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000499", "govtrack": 407494, "icpsr": 6293, "wikipedia": "Kenneth McKellar (politician)", "house_history": 17952, "wikidata": "Q4355169", "google_entity_id": "kg:/m/03y_4n"}, "name": {"first": "Kenneth", "middle": "Douglas", "last": "McKellar"}, "bio": {"birthday": "1869-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "sen", "start": "1917-04-02", "end": "1923-03-03", "state": "TN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "TN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "TN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "TN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "TN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "TN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000560", "govtrack": 407552, "icpsr": 6345, "wikipedia": "Gregory McMahon", "house_history": 18026, "wikidata": "Q247404", "google_entity_id": "kg:/m/026n1qs"}, "name": {"first": "Gregory", "last": "McMahon"}, "bio": {"birthday": "1915-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000617", "govtrack": 407606, "icpsr": 6396, "wikipedia": "Hugh Meade", "house_history": 18097, "wikidata": "Q808779", "google_entity_id": "kg:/m/09w9sx"}, "name": {"first": "Hugh", "middle": "Allen", "last": "Meade"}, "bio": {"birthday": "1907-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MD", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000619", "govtrack": 407608, "icpsr": 6398, "house_history": 18099, "wikipedia": "Wendell H. Meade", "wikidata": "Q2559033", "google_entity_id": "kg:/m/0g8100"}, "name": {"first": "Wendell", "middle": "Howes", "last": "Meade"}, "bio": {"birthday": "1912-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "KY", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000764", "govtrack": 407742, "icpsr": 6518, "wikipedia": "William J. Miller", "house_history": 18286, "wikidata": "Q1758539", "google_entity_id": "kg:/m/02rj_nz"}, "name": {"first": "William", "middle": "Jennings", "last": "Miller"}, "bio": {"birthday": "1899-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000809", "govtrack": 407784, "icpsr": 6557, "wikipedia": "E. A. Mitchell", "house_history": 18344, "wikidata": "Q1273450", "google_entity_id": "kg:/m/02rl190"}, "name": {"first": "Edward", "middle": "Archibald", "last": "Mitchell"}, "bio": {"birthday": "1910-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M001062", "govtrack": 408028, "icpsr": 6780, "wikipedia": "Frederick Augustus Muhlenberg", "house_history": 18655, "wikidata": "Q5497295", "google_entity_id": "kg:/m/0490vk"}, "name": {"first": "Frederick", "middle": "Augustus", "last": "Muhlenberg"}, "bio": {"birthday": "1887-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "N000121", "govtrack": 408205, "icpsr": 6944, "wikipedia": "Robert Nodar Jr.", "house_history": 18981, "wikidata": "Q1103414", "google_entity_id": "kg:/m/027l9q6"}, "name": {"first": "Robert", "middle": "Joseph", "last": "Nodar", "suffix": "Jr."}, "bio": {"birthday": "1916-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "N000135", "govtrack": 408219, "icpsr": 6957, "wikipedia": "Fred B. Norman", "house_history": 18998, "wikidata": "Q1452205", "google_entity_id": "kg:/m/02rmn2l"}, "name": {"first": "Fred", "middle": "Barthold", "last": "Norman"}, "bio": {"gender": "M", "birthday": "1882-03-21"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "O000032", "govtrack": 408280, "icpsr": 7020, "wikipedia": "Herbert O'Conor", "wikidata": "Q880645", "google_entity_id": "kg:/m/0465p2"}, "name": {"first": "Herbert", "middle": "Romulus", "last": "O'Conor"}, "bio": {"birthday": "1896-11-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "MD", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "O000160", "govtrack": 408410, "icpsr": 7138, "wikipedia": "Thomas L. Owens", "house_history": 19263, "wikidata": "Q3661414", "google_entity_id": "kg:/m/02rkd2p"}, "name": {"first": "Thomas", "middle": "Leonard", "last": "Owens"}, "bio": {"birthday": "1897-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "P000182", "govtrack": 408586, "icpsr": 7300, "wikipedia": "Preston E. Peden", "house_history": 19502, "wikidata": "Q203912", "google_entity_id": "kg:/m/02rr6xh"}, "name": {"first": "Preston", "middle": "Elmer", "last": "Peden"}, "bio": {"birthday": "1914-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OK", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "P000387", "govtrack": 408781, "icpsr": 7487, "wikipedia": "Walter C. Ploeser", "house_history": 19758, "wikidata": "Q2543863", "google_entity_id": "kg:/m/02rz8gp"}, "name": {"first": "Walter", "middle": "Christian", "last": "Ploeser"}, "bio": {"birthday": "1907-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MO", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "P000471", "govtrack": 408857, "icpsr": 7563, "wikipedia": "David M. Potts", "house_history": 19862, "wikidata": "Q4409483", "google_entity_id": "kg:/m/026hd_m"}, "name": {"first": "David", "middle": "Matthew", "last": "Potts"}, "bio": {"birthday": "1906-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "P000524", "govtrack": 408908, "icpsr": 7611, "wikipedia": "Emory H. Price", "house_history": 19928, "wikidata": "Q1339061", "google_entity_id": "kg:/m/02rhfzk"}, "name": {"first": "Emory", "middle": "Hilliard", "last": "Price"}, "bio": {"birthday": "1899-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "FL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000002", "govtrack": 408986, "icpsr": 7683, "wikipedia": "Benjamin J. Rabin", "house_history": 20076, "wikidata": "Q4888864", "google_entity_id": "kg:/m/027lb2m"}, "name": {"first": "Benjamin", "middle": "J.", "last": "Rabin"}, "bio": {"birthday": "1896-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "R000022", "govtrack": 409004, "icpsr": 7699, "wikipedia": "Homer A. Ramey", "house_history": 20102, "wikidata": "Q13098979", "google_entity_id": "kg:/m/02rhhmv"}, "name": {"first": "Homer", "middle": "Alonzo", "last": "Ramey"}, "bio": {"gender": "M", "birthday": "1891-03-02"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "R000083", "govtrack": 409063, "icpsr": 7754, "wikipedia": "Leo F. Rayfiel", "house_history": 20185, "wikidata": "Q2856439", "google_entity_id": "kg:/m/07wbs6"}, "name": {"first": "Leo", "middle": "Frederick", "last": "Rayfiel"}, "bio": {"birthday": "1888-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "R000137", "govtrack": 409116, "icpsr": 7803, "wikipedia": "Albert L. Reeves, Jr.", "house_history": 20250, "wikidata": "Q1668288", "google_entity_id": "kg:/m/02rz5dn"}, "name": {"first": "Albert", "middle": "Lee", "last": "Reeves", "suffix": "Jr."}, "bio": {"birthday": "1906-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MO", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "R000288", "govtrack": 409261, "icpsr": 7932, "wikipedia": "Ross Rizley", "house_history": 20442, "wikidata": "Q2167620", "google_entity_id": "kg:/m/02rr6yj"}, "name": {"first": "Ross", "last": "Rizley"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OK", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OK", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OK", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OK", "district": 8, "party": "Republican"}], "bio": {"birthday": "1892-07-05", "gender": "M"}}, {"id": {"bioguide": "R000319", "govtrack": 409290, "icpsr": 7959, "house_history": 20481, "wikipedia": "Charles R. Robertson", "wikidata": "Q1065850", "google_entity_id": "kg:/m/025tvkz"}, "name": {"first": "Charles", "middle": "Raymond", "last": "Robertson"}, "bio": {"gender": "M", "birthday": "1889-09-05"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "ND", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "R000358", "govtrack": 409329, "icpsr": 7996, "house_history": 20525, "wikipedia": "John M. Robsion", "wikidata": "Q1700932", "google_entity_id": "kg:/m/08gzkf"}, "name": {"first": "John", "middle": "Marshall", "last": "Robsion"}, "bio": {"birthday": "1873-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KY", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KY", "district": 11, "party": "Republican"}, {"type": "sen", "start": "1930-01-01", "end": "1931-03-03", "state": "KY", "class": 2, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "KY", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "R000369", "govtrack": 409339, "icpsr": 8005, "wikipedia": "Robert F. Rockwell", "house_history": 20538, "wikidata": "Q2157061", "google_entity_id": "kg:/m/02rjym8"}, "name": {"first": "Robert", "middle": "Fay", "last": "Rockwell"}, "bio": {"birthday": "1886-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CO", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "R000410", "govtrack": 409376, "icpsr": 8040, "wikipedia": "Edward G. Rohrbough", "house_history": 20594, "wikidata": "Q1244493", "google_entity_id": "kg:/m/02z9_k3"}, "name": {"first": "Edward", "middle": "Gay", "last": "Rohrbough"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WV", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WV", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000522", "govtrack": 409480, "icpsr": 8125, "house_history": 20731, "wikipedia": "Charles H. Russell", "wikidata": "Q881224", "google_entity_id": "kg:/m/03j_y3"}, "name": {"first": "Charles", "middle": "Hinton", "last": "Russell"}, "bio": {"birthday": "1903-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NV", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "S000063", "govtrack": 409576, "icpsr": 8217, "wikipedia": "George W. Sarbacher Jr.", "house_history": 21210, "wikidata": "Q5545739", "google_entity_id": "kg:/m/0dpcqg"}, "name": {"first": "George", "middle": "William", "last": "Sarbacher", "suffix": "Jr."}, "bio": {"birthday": "1919-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000156", "govtrack": 409663, "icpsr": 8284, "wikipedia": "Max Schwabe", "house_history": 21334, "wikidata": "Q1402570", "google_entity_id": "kg:/m/02rz7k3"}, "name": {"first": "Max", "last": "Schwabe"}, "bio": {"birthday": "1905-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MO", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000163", "govtrack": 409670, "icpsr": 8290, "wikipedia": "James P. Scoblick", "house_history": 21343, "wikidata": "Q6140832", "google_entity_id": "kg:/m/0f1p5d"}, "name": {"first": "James", "middle": "Paul", "last": "Scoblick"}, "bio": {"birthday": "1909-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "S000670", "govtrack": 410143, "icpsr": 8736, "house_history": 21965, "wikipedia": "Melvin C. Snyder", "wikidata": "Q1668373", "google_entity_id": "kg:/m/02z9_hr"}, "name": {"first": "Melvin", "middle": "Claude", "last": "Snyder"}, "bio": {"birthday": "1898-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WV", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000755", "govtrack": 410222, "icpsr": 8813, "wikipedia": "Raymond S. Springer", "house_history": 22070, "wikidata": "Q2134248", "google_entity_id": "kg:/m/02vn_1n"}, "name": {"first": "Raymond", "middle": "Smiley", "last": "Springer"}, "bio": {"gender": "M", "birthday": "1882-04-26"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "S000896", "govtrack": 410357, "icpsr": 8924, "wikipedia": "William H. Stevenson", "house_history": 22248, "wikidata": "Q1747892", "google_entity_id": "kg:/m/0dqq5n"}, "name": {"first": "William", "middle": "Henry", "last": "Stevenson"}, "bio": {"birthday": "1891-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000998", "govtrack": 410456, "icpsr": 9018, "house_history": 22373, "wikipedia": "William Stratton", "wikidata": "Q734810", "google_entity_id": "kg:/m/02z93b"}, "name": {"first": "William", "middle": "Grant", "last": "Stratton"}, "bio": {"birthday": "1914-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "S001076", "govtrack": 410530, "icpsr": 9090, "wikipedia": "Frank Sundstrom", "house_history": 22469, "wikidata": "Q1444288", "google_entity_id": "kg:/m/082th5"}, "name": {"first": "Frank", "middle": "Leander", "last": "Sundstrom"}, "bio": {"birthday": "1901-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NJ", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NJ", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NJ", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "T000189", "govtrack": 410769, "icpsr": 9312, "wikipedia": "R. Ewing Thomason", "house_history": 22865, "wikidata": "Q1314053", "google_entity_id": "kg:/m/0fhxdl"}, "name": {"first": "Robert", "middle": "Ewing", "last": "Thomason"}, "bio": {"birthday": "1879-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "T000263", "govtrack": 410837, "icpsr": 9377, "wikipedia": "Harve Tibbott", "house_history": 22953, "wikidata": "Q13219843", "google_entity_id": "kg:/m/0f6nyc"}, "name": {"first": "Harve", "last": "Tibbott"}, "bio": {"birthday": "1885-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "T000444", "govtrack": 411012, "icpsr": 9537, "wikipedia": "Robert Twyman", "house_history": 23178, "wikidata": "Q7350516", "google_entity_id": "kg:/m/02rkcmx"}, "name": {"first": "Robert", "middle": "Joseph", "last": "Twyman"}, "bio": {"birthday": "1897-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "V000025", "govtrack": 411118, "icpsr": 9604, "wikipedia": "Arthur H. Vandenberg", "wikidata": "Q4388292", "google_entity_id": "kg:/m/01y6mp"}, "name": {"first": "Arthur", "middle": "Hendrick", "last": "Vandenberg"}, "bio": {"birthday": "1884-03-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1928-03-31", "end": "1929-01-03", "state": "MI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1929-04-15", "end": "1935-01-03", "state": "MI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "MI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "MI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1947-01-03", "end": "1951-04-18", "state": "MI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000304", "govtrack": 411468, "icpsr": 9962, "house_history": 23581, "wikipedia": "Milton H. West", "wikidata": "Q572822", "google_entity_id": "kg:/m/03c0vmw"}, "name": {"first": "Milton", "middle": "Horace", "last": "West"}, "bio": {"gender": "M", "birthday": "1888-06-30"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "Y000058", "govtrack": 411990, "icpsr": 10459, "wikipedia": "Harold F. Youngblood", "house_history": 21100, "wikidata": "Q1585815", "google_entity_id": "kg:/m/02q62jn"}, "name": {"first": "Harold", "middle": "Francis", "last": "Youngblood"}, "bio": {"birthday": "1907-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "Z000009", "govtrack": 412002, "icpsr": 10468, "house_history": 21123, "wikipedia": "Orville Zimmerman", "wikidata": "Q548564", "google_entity_id": "kg:/m/028416c"}, "name": {"first": "Orville", "last": "Zimmerman"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MO", "district": 10, "party": "Democrat"}], "bio": {"birthday": "1880-12-31", "gender": "M"}}, {"id": {"bioguide": "B000894", "govtrack": 401851, "icpsr": 1090, "wikipedia": "J. Melville Broughton", "wikidata": "Q882553", "google_entity_id": "kg:/m/0281h5"}, "name": {"first": "Joseph", "middle": "Melville", "last": "Broughton"}, "bio": {"birthday": "1888-11-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1948-12-31", "end": "1949-01-03", "state": "NC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1949-03-06", "state": "NC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B001169", "govtrack": 402111, "wikipedia": "Vera C. Bushfield", "house_history": 10280, "wikidata": "Q274513", "google_entity_id": "kg:/m/0bnwcv"}, "name": {"first": "Vera", "middle": "Cahalan", "last": "Bushfield"}, "bio": {"birthday": "1889-08-09", "gender": "F"}, "terms": [{"type": "sen", "start": "1948-10-06", "end": "1948-12-26", "state": "SD", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000057", "govtrack": 404017, "icpsr": 3090, "wikipedia": "William C. Feazel", "wikidata": "Q329366", "google_entity_id": "kg:/m/0d3hqs"}, "name": {"first": "William", "middle": "Crosson", "last": "Feazel"}, "bio": {"birthday": "1895-06-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1948-01-01", "end": "1949-01-03", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000232", "govtrack": 401227, "icpsr": 512, "wikipedia": "George J. Bates", "house_history": 9076, "wikidata": "Q1507631", "google_entity_id": "kg:/m/0dwtqy"}, "name": {"first": "George", "middle": "Joseph", "last": "Bates"}, "bio": {"birthday": "1891-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000399", "govtrack": 401390, "icpsr": 659, "wikipedia": "William Benton (senator)", "wikidata": "Q1385494", "google_entity_id": "kg:/m/03m91l"}, "name": {"first": "William", "last": "Benton"}, "bio": {"birthday": "1900-04-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1949-01-03", "end": "1953-01-03", "state": "CT", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000448", "govtrack": 401433, "icpsr": 699, "wikipedia": "Andrew Biemiller", "house_history": 9353, "wikidata": "Q503730", "google_entity_id": "kg:/m/09qcnv"}, "name": {"first": "Andrew", "middle": "John", "last": "Biemiller"}, "bio": {"birthday": "1906-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000545", "govtrack": 401520, "icpsr": 785, "wikipedia": "S. Otis Bland", "house_history": 9478, "wikidata": "Q1274587", "google_entity_id": "kg:/m/0ckwkl"}, "name": {"first": "Schuyler", "middle": "Otis", "last": "Bland"}, "bio": {"birthday": "1872-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "VA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "VA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000565", "govtrack": 401538, "icpsr": 802, "house_history": 9505, "wikipedia": "Sol Bloom", "wikidata": "Q7555503", "google_entity_id": "kg:/m/09t2_c"}, "name": {"first": "Sol", "last": "Bloom"}, "bio": {"birthday": "1870-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "B000609", "govtrack": 401577, "icpsr": 839, "wikipedia": "William P. Bolton", "house_history": 9569, "wikidata": "Q808684", "google_entity_id": "kg:/m/09jt9m"}, "name": {"first": "William", "middle": "P.", "last": "Bolton"}, "bio": {"birthday": "1885-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MD", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B001028", "govtrack": 401978, "icpsr": 1208, "wikipedia": "James V. Buckley", "house_history": 10104, "wikidata": "Q6144544", "google_entity_id": "kg:/m/02rkb87"}, "name": {"first": "James", "middle": "Vincent", "last": "Buckley"}, "bio": {"gender": "M", "birthday": "1894-05-15"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B001056", "govtrack": 402003, "icpsr": 1235, "wikipedia": "Alfred L. Bulwinkle", "house_history": 10136, "wikidata": "Q2544441", "google_entity_id": "kg:/m/02vn_qm"}, "name": {"first": "Alfred", "middle": "Lee", "last": "Bulwinkle"}, "bio": {"birthday": "1883-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NC", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "B001100", "govtrack": 402045, "icpsr": 1273, "wikipedia": "Thomas Henry Burke (politician)", "house_history": 10195, "wikidata": "Q7790591", "google_entity_id": "kg:/m/03m7byp"}, "name": {"first": "Thomas", "middle": "Henry", "last": "Burke"}, "bio": {"birthday": "1904-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "C000259", "govtrack": 402403, "icpsr": 1607, "wikipedia": "Anthony Cavalcante", "house_history": 10781, "wikidata": "Q4772230", "google_entity_id": "kg:/m/0f4tty"}, "name": {"first": "Anthony", "last": "Cavalcante"}, "bio": {"birthday": "1897-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "C000317", "govtrack": 402459, "icpsr": 1659, "wikipedia": "Virgil Chapman", "house_history": 10852, "wikidata": "Q2527669", "google_entity_id": "kg:/m/08gngx"}, "name": {"first": "Virgil", "middle": "Munday", "last": "Chapman"}, "bio": {"birthday": "1895-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1951-12-31", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000347", "govtrack": 402486, "icpsr": 1685, "wikipedia": "Chester A. Chesney", "house_history": 10888, "wikidata": "Q5093435", "google_entity_id": "kg:/m/02rkyn3"}, "name": {"first": "Chester", "middle": "Anton", "last": "Chesney"}, "bio": {"birthday": "1916-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000390", "govtrack": 402529, "icpsr": 1723, "house_history": 10942, "wikipedia": "Ralph E. Church", "wikidata": "Q3929783", "google_entity_id": "kg:/m/0c9mky"}, "name": {"first": "Ralph", "middle": "Edwin", "last": "Church"}, "bio": {"gender": "M", "birthday": "1883-05-05"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "C000586", "govtrack": 402715, "icpsr": 1901, "house_history": 11185, "wikipedia": "Robert L. Coffey", "wikidata": "Q7346534", "google_entity_id": "kg:/m/0dp81_"}, "name": {"first": "Robert", "middle": "Lewis", "last": "Coffey", "suffix": "Jr."}, "bio": {"birthday": "1918-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "C000774", "govtrack": 402894, "icpsr": 2066, "wikipedia": "Guy Cordon", "wikidata": "Q1557457", "google_entity_id": "kg:/m/08lt7n"}, "name": {"first": "Guy", "last": "Cordon"}, "bio": {"birthday": "1890-04-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1944-01-01", "end": "1949-01-03", "state": "OR", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "OR", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000926", "govtrack": 403038, "icpsr": 2193, "wikipedia": "Thurman C. Crook", "house_history": 11614, "wikidata": "Q302153", "google_entity_id": "kg:/m/02rpj8t"}, "name": {"first": "Thurman", "middle": "Charles", "last": "Crook"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IN", "district": 3, "party": "Democrat"}], "bio": {"birthday": "1891-07-18", "gender": "M"}}, {"id": {"bioguide": "D000048", "govtrack": 403187, "icpsr": 2333, "wikipedia": "Harry Darby", "wikidata": "Q1586459", "google_entity_id": "kg:/m/0c3nk_"}, "name": {"first": "Harry", "last": "Darby"}, "bio": {"birthday": "1895-01-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1949-01-03", "end": "1951-01-03", "state": "KS", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000071", "govtrack": 403209, "icpsr": 2353, "wikipedia": "Harry J. Davenport", "house_history": 11919, "wikidata": "Q13219596", "google_entity_id": "kg:/m/0f6ydr"}, "name": {"first": "Harry", "middle": "James", "last": "Davenport"}, "bio": {"birthday": "1902-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 29, "party": "Democrat"}]}, {"id": {"bioguide": "D000089", "govtrack": 403226, "icpsr": 2371, "wikipedia": "John C. Davies II", "house_history": 11942, "wikidata": "Q6224365", "google_entity_id": "kg:/m/026c2g_"}, "name": {"first": "John", "middle": "Clay", "last": "Davies"}, "bio": {"birthday": "1920-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 35, "party": "Democrat"}]}, {"id": {"bioguide": "D000454", "govtrack": 403564, "icpsr": 2689, "house_history": 12399, "wikipedia": "Helen Gahagan Douglas", "wikidata": "Q116462", "google_entity_id": "kg:/m/021vbj"}, "name": {"first": "Helen", "middle": "Gahagan", "last": "Douglas"}, "bio": {"birthday": "1900-11-25", "gender": "F"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "D000522", "govtrack": 403632, "icpsr": 2751, "wikipedia": "John Foster Dulles", "wikidata": "Q223677", "google_entity_id": "kg:/m/0ks3n"}, "name": {"first": "John", "middle": "Foster", "last": "Dulles"}, "bio": {"birthday": "1888-02-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1949-01-03", "end": "1949-12-31", "state": "NY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "E000178", "govtrack": 403868, "icpsr": 2963, "wikipedia": "Albert J. Engel", "house_history": 12813, "wikidata": "Q2638222", "google_entity_id": "kg:/m/027jzq8"}, "name": {"first": "Albert", "middle": "Joseph", "last": "Engel"}, "bio": {"birthday": "1888-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "F000081", "govtrack": 404039, "icpsr": 3110, "wikipedia": "Homer S. Ferguson", "wikidata": "Q1626032", "google_entity_id": "kg:/m/0368_j"}, "name": {"first": "Homer", "middle": "Samuel", "last": "Ferguson"}, "bio": {"birthday": "1889-02-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "MI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "MI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000205", "govtrack": 404569, "icpsr": 3603, "wikipedia": "Guy Gillette", "house_history": 13825, "wikidata": "Q5622280", "google_entity_id": "kg:/m/0806m7"}, "name": {"first": "Guy", "middle": "Mark", "last": "Gillette"}, "bio": {"birthday": "1879-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IA", "district": 9, "party": "Democrat"}, {"type": "sen", "start": "1936-01-01", "end": "1939-01-03", "state": "IA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "IA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "IA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000219", "govtrack": 404581, "icpsr": 3614, "wikipedia": "Dixie Gilmer", "house_history": 13843, "wikidata": "Q1231705", "google_entity_id": "kg:/m/02rr6td"}, "name": {"first": "William", "middle": "Franklin", "last": "Gilmer", "nickname": "Dixie"}, "bio": {"birthday": "1901-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OK", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000331", "govtrack": 404689, "icpsr": 3714, "wikipedia": "Chester C. Gorski", "house_history": 13981, "wikidata": "Q5093483", "google_entity_id": "kg:/m/0d8tcl"}, "name": {"first": "Chester", "middle": "Charles", "last": "Gorski"}, "bio": {"birthday": "1906-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 44, "party": "Democrat"}]}, {"id": {"bioguide": "G000332", "govtrack": 404690, "icpsr": 3715, "wikipedia": "Martin Gorski", "house_history": 13982, "wikidata": "Q6775552", "google_entity_id": "kg:/m/02rkc31"}, "name": {"first": "Martin", "last": "Gorski"}, "bio": {"birthday": "1886-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "G000353", "govtrack": 404708, "icpsr": 3731, "wikipedia": "Frank Porter Graham", "wikidata": "Q5489054", "google_entity_id": "kg:/m/02klkf"}, "name": {"first": "Frank", "middle": "Porter", "last": "Graham"}, "bio": {"birthday": "1886-10-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1949-01-03", "end": "1951-01-03", "state": "NC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000521", "govtrack": 404866, "icpsr": 3874, "wikipedia": "Ben H. Guill", "house_history": 14218, "wikidata": "Q816506", "google_entity_id": "kg:/m/02vrpht"}, "name": {"first": "Ben", "middle": "Hugh", "last": "Guill"}, "bio": {"birthday": "1909-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "H000202", "govtrack": 405082, "icpsr": 4069, "house_history": 14536, "wikipedia": "James Butler Hare", "wikidata": "Q1240824", "google_entity_id": "kg:/m/02qnq9b"}, "name": {"first": "James", "middle": "Butler", "last": "Hare"}, "bio": {"birthday": "1918-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "SC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000495", "govtrack": 405358, "icpsr": 4321, "wikipedia": "Robert C. Hendrickson", "wikidata": "Q5800623", "google_entity_id": "kg:/m/0csxrr"}, "name": {"first": "Robert", "middle": "Clymer", "last": "Hendrickson"}, "bio": {"birthday": "1898-08-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "NJ", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000663", "govtrack": 405518, "icpsr": 4471, "wikipedia": "Sam Hobbs", "house_history": 15104, "wikidata": "Q2216496", "google_entity_id": "kg:/m/02rk27g"}, "name": {"first": "Samuel", "middle": "Francis", "last": "Hobbs"}, "bio": {"birthday": "1887-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000898", "govtrack": 405744, "icpsr": 4681, "wikipedia": "Walter B. Huber", "house_history": 15394, "wikidata": "Q7964210", "google_entity_id": "kg:/m/02rj_09"}, "name": {"first": "Walter", "middle": "B.", "last": "Huber"}, "bio": {"birthday": "1903-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "H000975", "govtrack": 405819, "icpsr": 4747, "wikipedia": "Lester C. Hunt", "wikidata": "Q888126", "google_entity_id": "kg:/m/04q8gr"}, "name": {"first": "Lester", "middle": "Callaway", "last": "Hunt"}, "bio": {"birthday": "1892-07-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1949-01-03", "end": "1954-06-19", "state": "WY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "J000034", "govtrack": 405938, "icpsr": 4869, "wikipedia": "Andrew Jacobs (lawyer)", "house_history": 15733, "wikidata": "Q505458", "google_entity_id": "kg:/m/0c7bnx"}, "name": {"first": "Andrew", "last": "Jacobs"}, "bio": {"birthday": "1906-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IN", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "J000096", "govtrack": 405998, "icpsr": 4925, "house_history": 15815, "wikipedia": "John Jennings (American politician)", "wikidata": "Q253281", "google_entity_id": "kg:/m/09bk8c"}, "name": {"first": "John", "last": "Jennings", "suffix": "Jr."}, "bio": {"birthday": "1880-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "J000127", "govtrack": 406026, "icpsr": 4949, "wikipedia": "Edwin C. Johnson", "wikidata": "Q770463", "google_entity_id": "kg:/m/03swq0"}, "name": {"first": "Edwin", "middle": "Carl", "last": "Johnson"}, "bio": {"birthday": "1884-01-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "CO", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "CO", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "CO", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000012", "govtrack": 406184, "icpsr": 5096, "wikipedia": "Raymond W. Karst", "house_history": 16089, "wikidata": "Q1665636", "google_entity_id": "kg:/m/02rz7w2"}, "name": {"first": "Raymond", "middle": "Willard", "last": "Karst"}, "bio": {"birthday": "1902-12-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MO", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "K000041", "govtrack": 406211, "icpsr": 5119, "wikipedia": "Frank Bateman Keefe", "house_history": 16129, "wikidata": "Q992779", "google_entity_id": "kg:/m/02719l1"}, "name": {"first": "Frank", "middle": "Bateman", "last": "Keefe"}, "bio": {"birthday": "1887-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "K000334", "govtrack": 406488, "icpsr": 5371, "wikipedia": "Edward H. Kruse", "house_history": 16503, "wikidata": "Q1292431", "google_entity_id": "kg:/m/02rkfn5"}, "name": {"first": "Edward", "middle": "H.", "last": "Kruse"}, "bio": {"birthday": "1918-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "L000161", "govtrack": 406665, "icpsr": 5580, "wikipedia": "Jay Le Fevre", "house_history": 16798, "wikidata": "Q6166834", "google_entity_id": "kg:/m/026ctkt"}, "name": {"first": "Jay", "last": "Le Fevre"}, "bio": {"birthday": "1893-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 30, "party": "Republican"}]}, {"id": {"bioguide": "L000173", "govtrack": 406676, "icpsr": 5539, "wikipedia": "Edward L. Leahy", "wikidata": "Q1292835", "google_entity_id": "kg:/m/0d2q1g"}, "name": {"first": "Edward", "middle": "Laurence", "last": "Leahy"}, "bio": {"birthday": "1886-02-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1949-08-24", "end": "1950-12-18", "state": "RI", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000238", "govtrack": 406741, "icpsr": 5602, "house_history": 16888, "wikipedia": "William Lemke", "wikidata": "Q377233", "google_entity_id": "kg:/m/021rws"}, "name": {"first": "William", "last": "Lemke"}, "bio": {"birthday": "1878-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "ND", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "ND", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "L000251", "govtrack": 406754, "icpsr": 5616, "wikipedia": "John Lesinski Sr.", "house_history": 16904, "wikidata": "Q1700832", "google_entity_id": "kg:/m/02pktvh"}, "name": {"first": "John", "last": "Lesinski"}, "bio": {"birthday": "1885-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "L000301", "govtrack": 406796, "icpsr": 5656, "wikipedia": "Franklin H. Lichtenwalter", "house_history": 16966, "wikidata": "Q5491533", "google_entity_id": "kg:/m/0f1t14"}, "name": {"first": "Franklin", "middle": "Herbert", "last": "Lichtenwalter"}, "bio": {"birthday": "1910-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "L000332", "govtrack": 406825, "icpsr": 5684, "wikipedia": "Neil J. Linehan", "house_history": 17005, "wikidata": "Q4516562", "google_entity_id": "kg:/m/02rkzxp"}, "name": {"first": "Neil", "middle": "Joseph", "last": "Linehan"}, "bio": {"birthday": "1895-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000395", "govtrack": 406887, "icpsr": 5740, "wikipedia": "John Davis Lodge", "house_history": 17084, "wikidata": "Q367927", "google_entity_id": "kg:/m/027_2ps"}, "name": {"first": "John", "middle": "Davis", "last": "Lodge"}, "bio": {"birthday": "1903-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CT", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "L000537", "govtrack": 407021, "icpsr": 5859, "wikipedia": "Walter A. Lynch", "house_history": 17264, "wikidata": "Q13219130", "google_entity_id": "kg:/m/027l634"}, "name": {"first": "Walter", "middle": "Aloysius", "last": "Lynch"}, "bio": {"birthday": "1894-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "M000037", "govtrack": 407065, "icpsr": 5898, "wikipedia": "W. Kingsland Macy", "house_history": 17371, "wikidata": "Q2536724", "google_entity_id": "kg:/m/026fnx3"}, "name": {"first": "William", "middle": "Kingsland", "last": "Macy"}, "bio": {"birthday": "1889-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000122", "govtrack": 407146, "icpsr": 5974, "wikipedia": "Vito Marcantonio", "house_history": 17480, "wikidata": "Q4015105", "google_entity_id": "kg:/m/03zrvr"}, "name": {"first": "Vito", "middle": "Anthony", "last": "Marcantonio"}, "bio": {"birthday": "1902-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 20, "party": "American Labor"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 20, "party": "American Labor"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 20, "party": "American Labor"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 18, "party": "American Labor"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 18, "party": "American Labor"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 18, "party": "American Labor"}]}, {"id": {"bioguide": "M000144", "govtrack": 407167, "icpsr": 5991, "wikipedia": "John H. Marsalis", "house_history": 17504, "wikidata": "Q1651144", "google_entity_id": "kg:/m/02rhk51"}, "name": {"first": "John", "middle": "Henry", "last": "Marsalis"}, "bio": {"birthday": "1904-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000279", "govtrack": 407296, "icpsr": 6107, "wikipedia": "Burnet R. Maybank", "wikidata": "Q881585", "google_entity_id": "kg:/m/0c1556"}, "name": {"first": "Burnet", "middle": "Rhett", "last": "Maybank"}, "bio": {"birthday": "1899-03-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1943-01-03", "state": "SC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "SC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000574", "govtrack": 407565, "icpsr": 6358, "wikipedia": "Rolla C. McMillen", "house_history": 18043, "wikidata": "Q8537912", "google_entity_id": "kg:/m/02rkcsq"}, "name": {"first": "Rolla", "middle": "Coral", "last": "McMillen"}, "bio": {"birthday": "1880-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "M000606", "govtrack": 407595, "icpsr": 6387, "wikipedia": "John McSweeney (politician)", "house_history": 18085, "wikidata": "Q1701048", "google_entity_id": "kg:/m/02rhkdz"}, "name": {"first": "John", "last": "McSweeney"}, "bio": {"birthday": "1890-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "M000680", "govtrack": 407665, "icpsr": 6449, "wikipedia": "Herbert Alton Meyer", "house_history": 18176, "wikidata": "Q1607976", "google_entity_id": "kg:/m/02rm9vf"}, "name": {"first": "Herbert", "middle": "Alton", "last": "Meyer"}, "bio": {"birthday": "1886-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KS", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000693", "govtrack": 407677, "icpsr": 6456, "wikipedia": "Earl C. Michener", "house_history": 18194, "wikidata": "Q1248070", "google_entity_id": "kg:/m/027l4h7"}, "name": {"first": "Earl", "middle": "Cory", "last": "Michener"}, "bio": {"birthday": "1876-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000705", "govtrack": 407688, "icpsr": 6466, "wikipedia": "John E. Miles", "house_history": 18211, "wikidata": "Q883172", "google_entity_id": "kg:/m/05v2wy"}, "name": {"first": "John", "middle": "Esten", "last": "Miles"}, "bio": {"birthday": "1884-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NM", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "M000716", "govtrack": 407698, "icpsr": 6475, "wikipedia": "Bert H. Miller", "wikidata": "Q827365", "google_entity_id": "kg:/m/0bl000"}, "name": {"first": "Bert", "middle": "Henry", "last": "Miller"}, "bio": {"birthday": "1879-12-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1949-01-03", "end": "1949-12-31", "state": "ID", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "N000129", "govtrack": 408213, "icpsr": 6951, "wikipedia": "James Ellsworth Noland", "house_history": 18991, "wikidata": "Q1680336", "google_entity_id": "kg:/m/05p1qxt"}, "name": {"first": "James", "middle": "Ellsworth", "last": "Noland"}, "bio": {"birthday": "1920-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "N000153", "govtrack": 408235, "icpsr": 6972, "wikipedia": "Mary Teresa Norton", "house_history": 19024, "wikidata": "Q112622", "google_entity_id": "kg:/m/056_ym"}, "name": {"first": "Mary", "middle": "Teresa", "last": "Norton"}, "bio": {"birthday": "1875-03-07", "gender": "F"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NJ", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NJ", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NJ", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NJ", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NJ", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "O000122", "govtrack": 408310, "icpsr": 7103, "wikipedia": "Eugene D. O'Sullivan", "house_history": 19215, "wikidata": "Q1373076", "google_entity_id": "kg:/m/0bc_7j"}, "name": {"first": "Eugene", "middle": "Daniel", "last": "O'Sullivan"}, "bio": {"gender": "M", "birthday": "1883-05-31"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NE", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000002", "govtrack": 408414, "icpsr": 7142, "wikipedia": "Stephen Pace", "house_history": 19282, "wikidata": "Q125640", "google_entity_id": "kg:/m/0275g61"}, "name": {"first": "Stephen", "last": "Pace"}, "bio": {"birthday": "1891-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "GA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000261", "govtrack": 408663, "icpsr": 7372, "wikipedia": "J. Hardin Peterson", "house_history": 19600, "wikidata": "Q541986", "google_entity_id": "kg:/m/02rhhvs"}, "name": {"first": "James", "middle": "Hardin", "last": "Peterson"}, "bio": {"birthday": "1894-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "FL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000285", "govtrack": 408685, "icpsr": 7390, "wikipedia": "Joseph L. Pfeifer", "house_history": 19630, "wikidata": "Q1707452", "google_entity_id": "kg:/m/026tjzb"}, "name": {"first": "Joseph", "middle": "Lawrence", "last": "Pfeifer"}, "bio": {"birthday": "1892-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "P000286", "govtrack": 408686, "icpsr": 7391, "wikipedia": "William L. Pfeiffer", "house_history": 19631, "wikidata": "Q8014202", "google_entity_id": "kg:/m/0gyj1b"}, "name": {"first": "William", "middle": "Louis", "last": "Pfeiffer"}, "bio": {"birthday": "1907-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 42, "party": "Republican"}]}, {"id": {"bioguide": "P000306", "govtrack": 408706, "icpsr": 7411, "wikipedia": "Dayton E. Phillips", "house_history": 19654, "wikidata": "Q1179207", "google_entity_id": "kg:/m/0dqbpm"}, "name": {"first": "Dayton", "middle": "Edward", "last": "Phillips"}, "bio": {"birthday": "1910-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000395", "govtrack": 408789, "icpsr": 7495, "wikipedia": "Charles Albert Plumley", "house_history": 19767, "wikidata": "Q1063524", "google_entity_id": "kg:/m/02rfn46"}, "name": {"first": "Charles", "middle": "Albert", "last": "Plumley"}, "bio": {"birthday": "1875-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "VT", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "R000209", "govtrack": 409185, "icpsr": 7864, "wikipedia": "Robert F. Rich", "house_history": 20342, "wikidata": "Q7344211", "google_entity_id": "kg:/m/0f3kpr"}, "name": {"first": "Robert", "middle": "Fleming", "last": "Rich"}, "bio": {"birthday": "1883-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "S000011", "govtrack": 409531, "icpsr": 8172, "wikipedia": "George G. Sadowski", "house_history": 21145, "wikidata": "Q1507393", "google_entity_id": "kg:/m/026zj03"}, "name": {"first": "George", "middle": "Gregory", "last": "Sadowski"}, "bio": {"birthday": "1903-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000029", "govtrack": 409548, "icpsr": 8193, "wikipedia": "John C. Sanborn", "house_history": 21166, "wikidata": "Q1699504", "google_entity_id": "kg:/m/0d5brw"}, "name": {"first": "John", "middle": "Carfield", "last": "Sanborn"}, "bio": {"birthday": "1885-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "ID", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000439", "govtrack": 409933, "icpsr": 8535, "wikipedia": "Hugo S. Sims, Jr.", "house_history": 21685, "wikidata": "Q1356413", "google_entity_id": "kg:/m/02vp06f"}, "name": {"first": "Hugo", "middle": "Sheridan", "last": "Sims", "suffix": "Jr."}, "bio": {"birthday": "1921-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "SC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000536", "govtrack": 410019, "icpsr": 8619, "wikipedia": "Frederick Cleveland Smith", "house_history": 21801, "wikidata": "Q5497549", "google_entity_id": "kg:/m/027m4z7"}, "name": {"first": "Frederick", "middle": "Cleveland", "last": "Smith"}, "bio": {"birthday": "1884-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "S000676", "govtrack": 410148, "icpsr": 8739, "house_history": 21973, "wikipedia": "Andrew Lawrence Somers", "wikidata": "Q1103272", "google_entity_id": "kg:/m/078x1b"}, "name": {"first": "Andrew", "middle": "Lawrence", "last": "Somers"}, "bio": {"birthday": "1895-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "T000056", "govtrack": 410644, "icpsr": 9192, "house_history": 22701, "wikipedia": "Anthony F. Tauriello", "wikidata": "Q4772473", "google_entity_id": "kg:/m/0d9813"}, "name": {"first": "Anthony", "middle": "Francis", "last": "Tauriello"}, "bio": {"birthday": "1899-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 43, "party": "Democrat"}]}, {"id": {"bioguide": "T000175", "govtrack": 410756, "icpsr": 9301, "wikipedia": "J. Parnell Thomas", "house_history": 22843, "wikidata": "Q1676374", "google_entity_id": "kg:/m/06tp75"}, "name": {"first": "John", "middle": "Parnell", "last": "Thomas"}, "bio": {"birthday": "1895-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NJ", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "W000012", "govtrack": 411191, "icpsr": 9705, "wikipedia": "James Wolcott Wadsworth Jr.", "house_history": 23235, "wikidata": "Q6145741", "google_entity_id": "kg:/m/04fv36"}, "name": {"first": "James", "middle": "Wolcott", "last": "Wadsworth", "suffix": "Jr."}, "bio": {"birthday": "1877-08-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1915-12-06", "end": "1921-03-03", "state": "NY", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1921-04-11", "end": "1927-03-04", "state": "NY", "class": 3, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 41, "party": "Republican"}]}, {"id": {"bioguide": "W000019", "govtrack": 411198, "icpsr": 9711, "wikipedia": "Earl T. Wagner", "house_history": 23242, "wikidata": "Q1277178", "google_entity_id": "kg:/m/02rhff0"}, "name": {"first": "Earl", "middle": "Thomas", "last": "Wagner"}, "bio": {"birthday": "1908-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000100", "govtrack": 411278, "icpsr": 9784, "wikipedia": "John R. Walsh", "house_history": 23333, "wikidata": "Q183430", "google_entity_id": "kg:/m/02rkgx1"}, "name": {"first": "John", "middle": "Richard", "last": "Walsh"}, "bio": {"birthday": "1913-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000265", "govtrack": 411433, "icpsr": 9928, "wikipedia": "Richard J. Welch", "house_history": 23535, "wikidata": "Q139164", "google_entity_id": "kg:/m/02rjybp"}, "name": {"first": "Richard", "middle": "Joseph", "last": "Welch"}, "bio": {"birthday": "1869-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000344", "govtrack": 411506, "icpsr": 9998, "wikipedia": "Kenneth S. Wherry", "wikidata": "Q1738904", "google_entity_id": "kg:/m/049dqh"}, "name": {"first": "Kenneth", "middle": "Spicer", "last": "Wherry"}, "bio": {"birthday": "1892-02-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "NE", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1949-01-03", "end": "1951-12-31", "state": "NE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000359", "govtrack": 411521, "icpsr": 10013, "house_history": 23642, "wikipedia": "Cecil F. White", "wikidata": "Q1052296", "google_entity_id": "kg:/m/027f9s5"}, "name": {"first": "Cecil", "middle": "Fielding", "last": "White"}, "bio": {"birthday": "1900-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "W000361", "govtrack": 411523, "icpsr": 10015, "wikipedia": "Compton I. White", "house_history": 23644, "wikidata": "Q1122021", "google_entity_id": "kg:/m/07kmmt"}, "name": {"first": "Compton", "middle": "Ignatius", "last": "White"}, "bio": {"birthday": "1877-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "ID", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "ID", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "ID", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "ID", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "ID", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "ID", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "ID", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "ID", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000430", "govtrack": 411589, "icpsr": 10077, "wikipedia": "William Madison Whittington", "house_history": 23726, "wikidata": "Q1713123", "google_entity_id": "kg:/m/0ftbm8"}, "name": {"first": "William", "middle": "Madison", "last": "Whittington"}, "bio": {"birthday": "1878-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MS", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000582", "govtrack": 411737, "icpsr": 10222, "wikipedia": "George H. Wilson", "house_history": 23909, "wikidata": "Q1507488", "google_entity_id": "kg:/m/02rr719"}, "name": {"first": "George", "middle": "Howard", "last": "Wilson"}, "bio": {"birthday": "1905-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OK", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "W000714", "govtrack": 411866, "icpsr": 10344, "house_history": 24069, "wikipedia": "Chase G. Woodhouse", "wikidata": "Q1067999", "google_entity_id": "kg:/m/092_3k"}, "name": {"first": "Chase", "middle": "Going", "last": "Woodhouse"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CT", "district": 2, "party": "Democrat"}], "bio": {"birthday": "1890-03-03", "gender": "F"}}, {"id": {"bioguide": "W000744", "govtrack": 411893, "icpsr": 10373, "wikipedia": "Eugene Worley", "house_history": 24105, "wikidata": "Q1373204", "google_entity_id": "kg:/m/03c2_0p"}, "name": {"first": "Francis", "middle": "Eugene", "last": "Worley"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 18, "party": "Democrat"}], "bio": {"birthday": "1908-10-10", "gender": "M"}}, {"id": {"bioguide": "C000506", "govtrack": 402642, "icpsr": 1831, "wikipedia": "Earle C. Clements", "house_history": 11081, "wikidata": "Q361373", "google_entity_id": "kg:/m/08gpcj"}, "name": {"first": "Earle", "middle": "C", "last": "Clements"}, "bio": {"birthday": "1896-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1948-01-06", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1950-11-27", "end": "1951-01-03", "state": "KY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "KY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000639", "govtrack": 410113, "icpsr": 8708, "wikipedia": "Willis Smith", "wikidata": "Q829804", "google_entity_id": "kg:/m/02kllh"}, "name": {"first": "Willis", "last": "Smith"}, "bio": {"birthday": "1887-12-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1950-01-01", "end": "1953-12-31", "state": "NC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000001", "govtrack": 400664, "icpsr": 1, "wikipedia": "Fred G. Aandahl", "house_history": 8247, "wikidata": "Q882579", "google_entity_id": "kg:/m/01grlf"}, "name": {"first": "Fred", "middle": "George", "last": "Aandahl"}, "bio": {"birthday": "1897-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "ND", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "A000114", "govtrack": 400771, "icpsr": 100, "house_history": 8419, "wikipedia": "A. Leonard Allen", "wikidata": "Q278928", "google_entity_id": "kg:/m/0ds8jw"}, "name": {"first": "Asa", "middle": "Leonard", "last": "Allen"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "LA", "district": 8, "party": "Democrat"}], "bio": {"birthday": "1891-01-05", "gender": "M"}}, {"id": {"bioguide": "A000196", "govtrack": 400851, "icpsr": 173, "wikipedia": "Jack Z. Anderson", "house_history": 8529, "wikidata": "Q1253601", "google_entity_id": "kg:/m/02rl0n0"}, "name": {"first": "John", "middle": "Zuinglius", "last": "Anderson"}, "bio": {"birthday": "1904-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "A000218", "govtrack": 400924, "icpsr": 235, "house_history": 8564, "wikipedia": "Orland K. Armstrong", "wikidata": "Q1695882", "google_entity_id": "kg:/m/02rw_4t"}, "name": {"first": "Orland", "middle": "Kay", "last": "Armstrong"}, "bio": {"birthday": "1893-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MO", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000080", "govtrack": 401083, "icpsr": 377, "house_history": 8877, "wikipedia": "Claude I. Bakewell", "wikidata": "Q1096821", "google_entity_id": "kg:/m/02rz5rn"}, "name": {"first": "Claude", "middle": "Ignatius", "last": "Bakewell"}, "bio": {"birthday": "1912-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MO", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MO", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "B000237", "govtrack": 401232, "icpsr": 516, "wikipedia": "Joe B. Bates", "house_history": 9082, "wikidata": "Q1691325", "google_entity_id": "kg:/m/02rl1sv"}, "name": {"first": "Joseph", "middle": "Bengal", "last": "Bates"}, "bio": {"birthday": "1893-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "KY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "B000515", "govtrack": 401493, "icpsr": 758, "wikipedia": "William W. Blackney", "house_history": 9440, "wikidata": "Q2580881", "google_entity_id": "kg:/m/03zz51"}, "name": {"first": "William", "middle": "Wallace", "last": "Blackney"}, "bio": {"birthday": "1876-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000649", "govtrack": 401613, "icpsr": 869, "wikipedia": "Reva Beck Bosone", "house_history": 9625, "wikidata": "Q2146738", "google_entity_id": "kg:/m/02rm4zb"}, "name": {"first": "Reva", "middle": "Zilpha Beck", "last": "Bosone"}, "bio": {"birthday": "1895-04-02", "gender": "F"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "UT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "UT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000792", "govtrack": 401749, "icpsr": 998, "wikipedia": "Edward G. Breen", "house_history": 9803, "wikidata": "Q5343032", "google_entity_id": "kg:/m/03t210"}, "name": {"first": "Edward", "middle": "Grimes", "last": "Breen"}, "bio": {"birthday": "1908-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000794", "govtrack": 401751, "icpsr": 1000, "wikipedia": "Walter E. Brehm", "house_history": 9805, "wikidata": "Q7964713", "google_entity_id": "kg:/m/02rj_0n"}, "name": {"first": "Walter", "middle": "Ellsworth", "last": "Brehm"}, "bio": {"birthday": "1892-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "B001002", "govtrack": 401952, "icpsr": 1184, "wikipedia": "Frank Buchanan (Pennsylvania politician)", "house_history": 10069, "wikidata": "Q5485528", "google_entity_id": "kg:/m/0dzw2t"}, "name": {"first": "Frank", "last": "Buchanan"}, "bio": {"birthday": "1902-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 33, "party": "Democrat"}]}, {"id": {"bioguide": "B001039", "govtrack": 401989, "icpsr": 1218, "wikipedia": "Howard Buffett", "house_history": 10115, "wikidata": "Q723488", "google_entity_id": "kg:/m/04m4y6"}, "name": {"first": "Howard", "middle": "Homan", "last": "Buffett"}, "bio": {"birthday": "1903-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NE", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001148", "govtrack": 402091, "icpsr": 1316, "wikipedia": "Clarence G. Burton", "house_history": 10253, "wikidata": "Q1095418", "google_entity_id": "kg:/m/02vp0h0"}, "name": {"first": "Clarence", "middle": "Godber", "last": "Burton"}, "bio": {"birthday": "1886-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "VA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B001179", "govtrack": 402121, "icpsr": 1340, "house_history": 10293, "wikipedia": "John Cornelius Butler", "wikidata": "Q6227150", "google_entity_id": "kg:/m/0d8t4q"}, "name": {"first": "John", "middle": "Cornelius", "last": "Butler"}, "bio": {"birthday": "1887-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 42, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 42, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 44, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 44, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 44, "party": "Republican"}]}, {"id": {"bioguide": "B001214", "govtrack": 402153, "icpsr": 1369, "wikipedia": "William T. Byrne", "house_history": 10337, "wikidata": "Q8019041", "google_entity_id": "kg:/m/026fp1m"}, "name": {"first": "William", "middle": "Thomas", "last": "Byrne"}, "bio": {"birthday": "1876-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 32, "party": "Democrat"}]}, {"id": {"bioguide": "C000504", "govtrack": 402640, "icpsr": 1829, "wikipedia": "L. Gary Clemente", "house_history": 11078, "wikidata": "Q723401", "google_entity_id": "kg:/m/026hsj9"}, "name": {"first": "Louis", "middle": "Gary", "last": "Clemente"}, "bio": {"birthday": "1908-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000606", "govtrack": 402735, "icpsr": 1920, "wikipedia": "Albert M. Cole", "house_history": 11208, "wikidata": "Q1431467", "google_entity_id": "kg:/m/02rm9cn"}, "name": {"first": "Albert", "middle": "McDonald", "last": "Cole"}, "bio": {"birthday": "1901-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "KS", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000655", "govtrack": 402782, "icpsr": 1960, "wikipedia": "Jesse M. Combs", "house_history": 11275, "wikidata": "Q127192", "google_entity_id": "kg:/m/03c2zmp"}, "name": {"first": "Jesse", "middle": "Martin", "last": "Combs"}, "bio": {"birthday": "1889-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000831", "govtrack": 402948, "icpsr": 2111, "wikipedia": "Edward E. Cox", "house_history": 11497, "wikidata": "Q1292099", "google_entity_id": "kg:/m/02rk0rp"}, "name": {"first": "Edward", "middle": "Eugene", "last": "Cox"}, "bio": {"birthday": "1880-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "GA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000889", "govtrack": 403001, "icpsr": 2159, "wikipedia": "Fred L. Crawford", "house_history": 11566, "wikidata": "Q1452413", "google_entity_id": "kg:/m/027f5x1"}, "name": {"first": "Fred", "middle": "Lewis", "last": "Crawford"}, "bio": {"birthday": "1888-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "D000249", "govtrack": 403387, "icpsr": 2507, "wikipedia": "Harmar D. Denny Jr.", "house_history": 12138, "wikidata": "Q5659063", "google_entity_id": "kg:/m/0f6r19"}, "name": {"first": "Harmar", "middle": "Denny", "last": "Denny", "suffix": "Jr."}, "bio": {"birthday": "1886-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "D000448", "govtrack": 403558, "icpsr": 2684, "house_history": 12391, "wikipedia": "Robert L. Doughton", "wikidata": "Q1260497", "google_entity_id": "kg:/m/06cjkm"}, "name": {"first": "Robert", "middle": "Lee", "last": "Doughton"}, "bio": {"birthday": "1863-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NC", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "D000516", "govtrack": 403626, "icpsr": 2745, "wikipedia": "James H. Duff", "wikidata": "Q881621", "google_entity_id": "kg:/m/037rgj"}, "name": {"first": "James", "middle": "Henderson", "last": "Duff"}, "bio": {"birthday": "1883-01-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "PA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "E000023", "govtrack": 403719, "icpsr": 2827, "wikipedia": "Charles Aubrey Eaton", "house_history": 12630, "wikidata": "Q1063600", "google_entity_id": "kg:/m/07nyv6"}, "name": {"first": "Charles", "middle": "Aubrey", "last": "Eaton"}, "bio": {"birthday": "1868-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NJ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NJ", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "E000160", "govtrack": 403851, "icpsr": 2948, "wikipedia": "Charles H. Elston", "house_history": 12790, "wikidata": "Q1064657", "google_entity_id": "kg:/m/02rhd6w"}, "name": {"first": "Charles", "middle": "Henry", "last": "Elston"}, "bio": {"birthday": "1891-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000066", "govtrack": 404024, "icpsr": 3096, "wikipedia": "Frank Fellows (politician)", "house_history": 13048, "wikidata": "Q1443235", "google_entity_id": "kg:/m/02rtmyg"}, "name": {"first": "Frank", "last": "Fellows"}, "bio": {"birthday": "1889-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "ME", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000399", "govtrack": 404341, "icpsr": 3386, "wikipedia": "Thomas B. Fugate", "house_history": 13474, "wikidata": "Q2422158", "google_entity_id": "kg:/m/0kscq6"}, "name": {"first": "Thomas", "middle": "Bacon", "last": "Fugate"}, "bio": {"birthday": "1899-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "VA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "F000431", "govtrack": 404372, "icpsr": 3415, "house_history": 13518, "wikipedia": "Foster Furcolo", "wikidata": "Q880342", "google_entity_id": "kg:/m/036c7s"}, "name": {"first": "John", "middle": "Foster", "last": "Furcolo"}, "bio": {"birthday": "1911-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000131", "govtrack": 404501, "icpsr": 3536, "wikipedia": "Walter F. George", "wikidata": "Q352331", "google_entity_id": "kg:/m/05n_z3"}, "name": {"first": "Walter", "middle": "Franklin", "last": "George"}, "bio": {"gender": "M", "birthday": "1878-01-29"}, "terms": [{"type": "sen", "start": "1922-01-01", "end": "1927-03-04", "state": "GA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "GA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "GA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "GA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "GA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "GA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000206", "govtrack": 404570, "icpsr": 3604, "wikipedia": "Wilson D. Gillette", "house_history": 13826, "wikidata": "Q8023039", "google_entity_id": "kg:/m/0f3bhf"}, "name": {"first": "Wilson", "middle": "Darwin", "last": "Gillette"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 14, "party": "Republican"}], "bio": {"birthday": "1880-07-01", "gender": "M"}}, {"id": {"bioguide": "G000338", "govtrack": 404694, "icpsr": 3719, "wikipedia": "Ed Gossett", "house_history": 13989, "wikidata": "Q1282355", "google_entity_id": "kg:/m/02vrpjh"}, "name": {"first": "Ed", "middle": "Lee", "last": "Gossett"}, "bio": {"birthday": "1902-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "G000379", "govtrack": 404730, "icpsr": 3752, "wikipedia": "Walter K. Granger", "house_history": 14041, "wikidata": "Q1690772", "google_entity_id": "kg:/m/02rm40s"}, "name": {"first": "Walter", "middle": "Keil", "last": "Granger"}, "bio": {"birthday": "1888-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "UT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000438", "govtrack": 404786, "icpsr": 3802, "wikipedia": "Ernest Greenwood", "house_history": 14119, "wikidata": "Q198289", "google_entity_id": "kg:/m/026bx39"}, "name": {"first": "Ernest", "last": "Greenwood"}, "bio": {"birthday": "1884-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000050", "govtrack": 404935, "icpsr": 3937, "wikipedia": "Edwin Arthur Hall", "house_history": 14349, "wikidata": "Q5346212", "google_entity_id": "kg:/m/0kschc"}, "name": {"first": "Edwin", "middle": "Arthur", "last": "Hall"}, "bio": {"birthday": "1909-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 37, "party": "Republican"}]}, {"id": {"bioguide": "H000060", "govtrack": 404945, "icpsr": 3946, "wikipedia": "Leonard W. Hall", "house_history": 14362, "wikidata": "Q1819045", "google_entity_id": "kg:/m/026fnz5"}, "name": {"first": "Leonard", "middle": "Wood", "last": "Hall"}, "bio": {"birthday": "1900-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000356", "govtrack": 405225, "icpsr": 4201, "wikipedia": "Franck R. Havenner", "house_history": 14720, "wikidata": "Q1442456", "google_entity_id": "kg:/m/025wq2z"}, "name": {"first": "Franck", "middle": "Roberts", "last": "Havenner"}, "bio": {"birthday": "1882-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 4, "party": "Progressive"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000442", "govtrack": 405308, "icpsr": 4278, "wikipedia": "E. H. Hedrick", "house_history": 14827, "wikidata": "Q1273501", "google_entity_id": "kg:/m/02wxtcs"}, "name": {"first": "Erland", "middle": "Harold", "last": "Hedrick"}, "bio": {"birthday": "1894-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WV", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000443", "govtrack": 405309, "icpsr": 4279, "wikipedia": "James J. Heffernan", "house_history": 14828, "wikidata": "Q867248", "google_entity_id": "kg:/m/0797g4"}, "name": {"first": "James", "middle": "Joseph", "last": "Heffernan"}, "bio": {"birthday": "1888-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "H000548", "govtrack": 405410, "icpsr": 4371, "wikipedia": "Christian Herter", "house_history": 14962, "wikidata": "Q240274", "google_entity_id": "kg:/m/01b0fq"}, "name": {"first": "Christian", "middle": "Archibald", "last": "Herter"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MA", "district": 10, "party": "Republican"}], "bio": {"birthday": "1895-03-28", "gender": "M"}}, {"id": {"bioguide": "H000679", "govtrack": 405532, "icpsr": 4483, "house_history": 15125, "wikipedia": "Clyde R. Hoey", "wikidata": "Q743567", "google_entity_id": "kg:/m/02j0rf"}, "name": {"first": "Clyde", "middle": "Roark", "last": "Hoey"}, "bio": {"birthday": "1877-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "NC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1955-01-03", "state": "NC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "I000037", "govtrack": 405894, "icpsr": 4822, "wikipedia": "Leonard Irving", "house_history": 15663, "wikidata": "Q1730034", "google_entity_id": "kg:/m/02rz7g0"}, "name": {"first": "Theodore", "middle": "Leonard", "last": "Irving"}, "bio": {"birthday": "1898-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MO", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "J000080", "govtrack": 405983, "icpsr": 4911, "house_history": 15795, "wikipedia": "Edward H. Jenison", "wikidata": "Q5343238", "google_entity_id": "kg:/m/02rkyt8"}, "name": {"first": "Edward", "middle": "Halsey", "last": "Jenison"}, "bio": {"birthday": "1907-07-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "J000224", "govtrack": 406118, "icpsr": 5035, "house_history": 15976, "wikipedia": "Hamilton C. Jones", "wikidata": "Q1573464", "google_entity_id": "kg:/m/03b_yzv"}, "name": {"first": "Hamilton", "middle": "Chamberlain", "last": "Jones"}, "bio": {"birthday": "1884-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NC", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "K000039", "govtrack": 406209, "icpsr": 5117, "house_history": 16126, "wikipedia": "John Kee", "wikidata": "Q1700686", "google_entity_id": "kg:/m/02pnzk8"}, "name": {"first": "John", "last": "Kee"}, "bio": {"birthday": "1874-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WV", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "K000138", "govtrack": 406304, "icpsr": 5208, "house_history": 16251, "wikipedia": "John H. Kerr", "wikidata": "Q1700317", "google_entity_id": "kg:/m/02jvw4"}, "name": {"first": "John", "middle": "Hosea", "last": "Kerr"}, "bio": {"birthday": "1873-12-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000095", "govtrack": 406603, "icpsr": 5476, "wikipedia": "Henry D. Larcade Jr.", "house_history": 16712, "wikidata": "Q1606649", "google_entity_id": "kg:/m/02rtmpw"}, "name": {"first": "Henry", "middle": "Dominique", "last": "Larcade", "suffix": "Jr."}, "bio": {"birthday": "1890-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "LA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "L000224", "govtrack": 406728, "icpsr": 5591, "wikipedia": "Herbert H. Lehman", "wikidata": "Q879261", "google_entity_id": "kg:/m/02zq55"}, "name": {"first": "Herbert", "middle": "Henry", "last": "Lehman"}, "bio": {"birthday": "1878-03-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "NY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000318", "govtrack": 406812, "icpsr": 5671, "wikipedia": "James F. Lind", "house_history": 16987, "wikidata": "Q6133672", "google_entity_id": "kg:/m/0f77c3"}, "name": {"first": "James", "middle": "Francis", "last": "Lind"}, "bio": {"birthday": "1900-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "M000045", "govtrack": 407073, "icpsr": 5905, "wikipedia": "Clare Magee", "house_history": 17383, "wikidata": "Q1095314", "google_entity_id": "kg:/m/02rz5r9"}, "name": {"first": "Clare", "last": "Magee"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MO", "district": 1, "party": "Democrat"}], "bio": {"birthday": "1899-03-31", "gender": "M"}}, {"id": {"bioguide": "M000308", "govtrack": 407322, "icpsr": 6132, "wikipedia": "Pat McCarran", "wikidata": "Q3269382", "google_entity_id": "kg:/m/02vl8t"}, "name": {"first": "Patrick", "middle": "Anthony", "last": "McCarran", "nickname": "Pat"}, "bio": {"birthday": "1876-08-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "NV", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "NV", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "NV", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1954-08-28", "state": "NV", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000455", "govtrack": 407454, "icpsr": 6259, "wikipedia": "Christopher C. McGrath", "house_history": 17893, "wikidata": "Q5112043", "google_entity_id": "kg:/m/02682z4"}, "name": {"first": "Christopher", "middle": "Columbus", "last": "McGrath"}, "bio": {"birthday": "1902-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "M000465", "govtrack": 407464, "icpsr": 6267, "wikipedia": "John A. McGuire", "house_history": 17906, "wikidata": "Q1699069", "google_entity_id": "kg:/m/02rkzjn"}, "name": {"first": "John", "middle": "Andrew", "last": "McGuire"}, "bio": {"birthday": "1906-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CT", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000528", "govtrack": 407520, "icpsr": 6317, "wikipedia": "Clinton D. McKinnon", "house_history": 17987, "wikidata": "Q1101684", "google_entity_id": "kg:/m/0bmwqj"}, "name": {"first": "Clinton", "middle": "Dotson", "last": "McKinnon"}, "bio": {"birthday": "1906-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "M000559", "govtrack": 407551, "icpsr": 6346, "wikipedia": "Brien McMahon", "wikidata": "Q1659644", "google_entity_id": "kg:/m/044dg4"}, "name": {"first": "Brien", "last": "McMahon"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "CT", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1953-01-03", "state": "CT", "class": 3, "party": "Democrat"}], "bio": {"birthday": "1903-10-06", "gender": "M"}}, {"id": {"bioguide": "M000577", "govtrack": 407568, "icpsr": 6361, "wikipedia": "Chester B. McMullen", "house_history": 18047, "wikidata": "Q1070663", "google_entity_id": "kg:/m/02rhdmy"}, "name": {"first": "Chester", "middle": "Bartow", "last": "McMullen"}, "bio": {"birthday": "1902-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "FL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000771", "govtrack": 407749, "icpsr": 6525, "wikipedia": "Eugene Millikin", "wikidata": "Q454640", "google_entity_id": "kg:/m/09zm05"}, "name": {"first": "Eugene", "middle": "Donald", "last": "Millikin"}, "bio": {"birthday": "1891-02-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1945-01-03", "state": "CO", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "CO", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "CO", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000814", "govtrack": 407789, "icpsr": 6561, "house_history": 18351, "wikipedia": "Hugh Mitchell (politician)", "wikidata": "Q1634482", "google_entity_id": "kg:/m/03ds1p"}, "name": {"first": "Hugh", "middle": "Burnton", "last": "Mitchell"}, "bio": {"birthday": "1907-03-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-10", "end": "1946-12-25", "state": "WA", "class": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000878", "govtrack": 407850, "icpsr": 6613, "wikipedia": "Blair Moody", "wikidata": "Q881176", "google_entity_id": "kg:/m/03l8yd"}, "name": {"first": "Arthur", "middle": "Edson Blair", "last": "Moody"}, "bio": {"birthday": "1902-02-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M001081", "govtrack": 408046, "icpsr": 6799, "wikipedia": "John R. Murdock", "house_history": 18679, "wikidata": "Q1322443", "google_entity_id": "kg:/m/02rhkh0"}, "name": {"first": "John", "middle": "Robert", "last": "Murdock"}, "bio": {"birthday": "1885-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AZ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AZ", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M001094", "govtrack": 408058, "icpsr": 6809, "wikipedia": "James J. Murphy", "house_history": 18694, "wikidata": "Q3562326", "google_entity_id": "kg:/m/026mwb4"}, "name": {"first": "James", "middle": "Joseph", "last": "Murphy"}, "bio": {"birthday": "1898-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "M001112", "govtrack": 408075, "icpsr": 6823, "wikipedia": "Reid F. Murray", "house_history": 18716, "wikidata": "Q669934", "google_entity_id": "kg:/m/02vrqll"}, "name": {"first": "Reid", "middle": "Fred", "last": "Murray"}, "bio": {"birthday": "1887-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "O000095", "govtrack": 408304, "icpsr": 7078, "wikipedia": "Harry P. O'Neill", "house_history": 19182, "wikidata": "Q13219745", "google_entity_id": "kg:/m/0f2gb2"}, "name": {"first": "Harry", "middle": "Patrick", "last": "O'Neill"}, "bio": {"birthday": "1889-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "O000133", "govtrack": 408312, "icpsr": 7114, "wikipedia": "Donald Lawrence O'Toole", "house_history": 19230, "wikidata": "Q1446887", "google_entity_id": "kg:/m/026mw9g"}, "name": {"first": "Donald", "middle": "Lawrence", "last": "O'Toole"}, "bio": {"birthday": "1902-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "P000327", "govtrack": 408724, "icpsr": 7430, "wikipedia": "Tom Pickett", "house_history": 19683, "wikidata": "Q2439962", "google_entity_id": "kg:/m/0gy03j"}, "name": {"first": "Thomas", "middle": "Augustus", "last": "Pickett"}, "bio": {"birthday": "1906-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "Q000021", "govtrack": 408983, "icpsr": 7680, "house_history": 20069, "wikipedia": "T. Vincent Quinn", "wikidata": "Q866834", "google_entity_id": "kg:/m/08kt4p"}, "name": {"first": "Thomas", "middle": "Vincent", "last": "Quinn"}, "bio": {"birthday": "1903-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000025", "govtrack": 409006, "icpsr": 7702, "house_history": 20105, "wikipedia": "Robert L. Ramsay (politician)", "wikidata": "Q1365631", "google_entity_id": "kg:/m/02z9_9k"}, "name": {"first": "Robert", "middle": "Lincoln", "last": "Ramsay"}, "bio": {"birthday": "1877-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WV", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000056", "govtrack": 409036, "icpsr": 7731, "wikipedia": "John E. Rankin", "house_history": 20149, "wikidata": "Q1381991", "google_entity_id": "kg:/m/060x_3"}, "name": {"first": "John", "middle": "Elliott", "last": "Rankin"}, "bio": {"birthday": "1882-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MS", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000104", "govtrack": 409083, "icpsr": 7774, "wikipedia": "Monroe Minor Redden", "house_history": 20210, "wikidata": "Q1945204", "google_entity_id": "kg:/m/050yx_"}, "name": {"first": "Monroe", "middle": "Minor", "last": "Redden"}, "bio": {"birthday": "1901-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NC", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NC", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NC", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "R000453", "govtrack": 409417, "icpsr": 8075, "wikipedia": "Robert Tripp Ross", "house_history": 20643, "wikidata": "Q867243", "google_entity_id": "kg:/m/026fntq"}, "name": {"first": "Robert", "middle": "Tripp", "last": "Ross"}, "bio": {"birthday": "1903-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000001", "govtrack": 409522, "icpsr": 8163, "house_history": 21133, "wikipedia": "Adolph J. Sabath", "wikidata": "Q365407", "google_entity_id": "kg:/m/07y5bd"}, "name": {"first": "Adolph", "middle": "Joachim", "last": "Sabath"}, "bio": {"birthday": "1866-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1907-12-02", "end": "1909-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1909-03-15", "end": "1911-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "S000067", "govtrack": 409579, "icpsr": 8219, "wikipedia": "Lansdale Ghiselin Sasscer", "house_history": 21217, "wikidata": "Q2045582", "google_entity_id": "kg:/m/08zzgq"}, "name": {"first": "Lansdale", "middle": "Ghiselin", "last": "Sasscer"}, "bio": {"birthday": "1893-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MD", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000155", "govtrack": 409662, "icpsr": 8283, "house_history": 21332, "wikipedia": "George B. Schwabe", "wikidata": "Q1419416", "google_entity_id": "kg:/m/02qd8zm"}, "name": {"first": "George", "middle": "Blaine", "last": "Schwabe"}, "bio": {"birthday": "1886-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OK", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000172", "govtrack": 409678, "icpsr": 8299, "wikipedia": "Hardie Scott", "house_history": 21353, "wikidata": "Q5655983", "google_entity_id": "kg:/m/0f1332"}, "name": {"first": "Hardie", "last": "Scott"}, "bio": {"birthday": "1907-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000214", "govtrack": 409719, "icpsr": 8337, "wikipedia": "Fred A. Seaton", "wikidata": "Q371052", "google_entity_id": "kg:/m/01xs0l"}, "name": {"first": "Frederick", "middle": "Andrew", "last": "Seaton"}, "bio": {"birthday": "1909-12-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1951-01-03", "end": "1953-01-03", "state": "NE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000461", "govtrack": 409953, "icpsr": 8556, "wikipedia": "Edward L. Sittler, Jr.", "house_history": 21712, "wikidata": "Q5344030", "google_entity_id": "kg:/m/0dp7vf"}, "name": {"first": "Edward", "middle": "Lewis", "last": "Sittler", "suffix": "Jr."}, "bio": {"birthday": "1908-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "S000845", "govtrack": 410309, "icpsr": 8879, "wikipedia": "Karl Stefan", "house_history": 22184, "wikidata": "Q1313231", "google_entity_id": "kg:/m/0b47r6"}, "name": {"first": "Karl", "last": "Stefan"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NE", "district": 3, "party": "Republican"}], "bio": {"birthday": "1884-03-01", "gender": "M"}}, {"id": {"bioguide": "S000923", "govtrack": 410383, "icpsr": 8949, "wikipedia": "William G. Stigler", "house_history": 22280, "wikidata": "Q2578917", "google_entity_id": "kg:/m/02rr6zx"}, "name": {"first": "William", "middle": "Grady", "last": "Stigler"}, "bio": {"birthday": "1891-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OK", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000936", "govtrack": 410395, "icpsr": 8960, "wikipedia": "Lowell Stockman", "house_history": 22295, "wikidata": "Q1330305", "google_entity_id": "kg:/m/07bmfk"}, "name": {"first": "Lowell", "last": "Stockman"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OR", "district": 2, "party": "Republican"}], "bio": {"birthday": "1901-04-12", "gender": "M"}}, {"id": {"bioguide": "S001056", "govtrack": 410510, "icpsr": 9071, "house_history": 22442, "wikipedia": "John B. Sullivan", "wikidata": "Q1699217", "google_entity_id": "kg:/m/0852r1"}, "name": {"first": "John", "middle": "Berchmans", "last": "Sullivan"}, "bio": {"birthday": "1897-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MO", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "T000005", "govtrack": 410595, "icpsr": 9148, "wikipedia": "Boyd Anderson Tackett", "house_history": 22637, "wikidata": "Q895903", "google_entity_id": "kg:/m/0bql5_"}, "name": {"first": "Boyd", "middle": "Anderson", "last": "Tackett"}, "bio": {"birthday": "1911-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AR", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "T000009", "govtrack": 410599, "icpsr": 9152, "wikipedia": "Robert A. Taft", "wikidata": "Q519730", "google_entity_id": "kg:/m/01_5y1"}, "name": {"first": "Robert", "middle": "Alphonso", "last": "Taft"}, "bio": {"birthday": "1889-09-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "OH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "OH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1951-01-03", "end": "1953-12-31", "state": "OH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "T000289", "govtrack": 410862, "icpsr": 9401, "house_history": 22983, "wikipedia": "Charles W. Tobey", "wikidata": "Q883265", "google_entity_id": "kg:/m/08d7tk"}, "name": {"first": "Charles", "middle": "William", "last": "Tobey"}, "bio": {"birthday": "1880-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1951-01-03", "end": "1953-12-31", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "T000320", "govtrack": 410892, "icpsr": 9427, "wikipedia": "Harry Lancaster Towe", "house_history": 23026, "wikidata": "Q1586620", "google_entity_id": "kg:/m/02vrjym"}, "name": {"first": "Harry", "middle": "Lancaster", "last": "Towe"}, "bio": {"birthday": "1898-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NJ", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "U000015", "govtrack": 411038, "icpsr": 9561, "house_history": 20848, "wikipedia": "Thomas R. Underwood", "wikidata": "Q2426647", "google_entity_id": "kg:/m/08gnjz"}, "name": {"first": "Thomas", "middle": "Rust", "last": "Underwood"}, "bio": {"birthday": "1898-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1953-01-03", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "V000003", "govtrack": 411062, "icpsr": 9584, "wikipedia": "Richard B. Vail", "house_history": 20882, "wikidata": "Q4320642", "google_entity_id": "kg:/m/02rkcj3"}, "name": {"first": "Richard", "middle": "Bernard", "last": "Vail"}, "bio": {"birthday": "1895-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "V000077", "govtrack": 411134, "icpsr": 9653, "wikipedia": "Albert C. Vaughn", "house_history": 20967, "wikidata": "Q4709867", "google_entity_id": "kg:/m/0f1t5n"}, "name": {"first": "Albert", "middle": "Clinton", "last": "Vaughn", "suffix": "Sr."}, "bio": {"birthday": "1894-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "W000264", "govtrack": 411432, "icpsr": 9927, "wikipedia": "Phil J. Welch", "house_history": 23534, "wikidata": "Q2085665", "google_entity_id": "kg:/m/02rzb41"}, "name": {"first": "Philip", "middle": "James", "last": "Welch"}, "bio": {"birthday": "1895-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000269", "govtrack": 411435, "icpsr": 9930, "wikipedia": "Herman Welker", "wikidata": "Q1499789", "google_entity_id": "kg:/m/05fc_p"}, "name": {"first": "Herman", "last": "Welker"}, "bio": {"birthday": "1906-12-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "ID", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000298", "govtrack": 411462, "icpsr": 9956, "wikipedia": "Thomas H. Werdel", "house_history": 23575, "wikidata": "Q2424476", "google_entity_id": "kg:/m/02rjzsd"}, "name": {"first": "Thomas", "middle": "Harold", "last": "Werdel"}, "bio": {"birthday": "1905-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "W000348", "govtrack": 411510, "icpsr": 10002, "wikipedia": "John A. Whitaker", "house_history": 23630, "wikidata": "Q1699082", "google_entity_id": "kg:/m/02rhjqz"}, "name": {"first": "John", "middle": "Albert", "last": "Whitaker"}, "bio": {"birthday": "1901-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1948-04-17", "end": "1949-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1951-12-15", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000699", "govtrack": 411851, "icpsr": 10329, "house_history": 24050, "wikipedia": "John Stephens Wood", "wikidata": "Q1701821", "google_entity_id": "kg:/m/0384k1"}, "name": {"first": "John", "middle": "Stephens", "last": "Wood"}, "bio": {"gender": "M", "birthday": "1885-02-08"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "GA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "W000700", "govtrack": 411852, "icpsr": 10330, "house_history": 24051, "wikipedia": "John Travers Wood", "wikidata": "Q1701961", "google_entity_id": "kg:/m/07kl7n"}, "name": {"first": "John", "middle": "Travers", "last": "Wood"}, "bio": {"birthday": "1878-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "ID", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000718", "govtrack": 411870, "icpsr": 10348, "wikipedia": "Roy O. Woodruff", "house_history": 24074, "wikidata": "Q2170872", "google_entity_id": "kg:/m/02q2fmd"}, "name": {"first": "Roy", "middle": "Orchard", "last": "Woodruff"}, "bio": {"birthday": "1876-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "MI", "district": 10, "party": "Progressive"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "D000198", "govtrack": 403353, "icpsr": 2468, "wikipedia": "Edward deGraffenried", "house_history": 12077, "wikidata": "Q1294190", "google_entity_id": "kg:/m/02rk1js"}, "name": {"first": "Edward", "last": "deGraffenried"}, "bio": {"birthday": "1899-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "G000481", "govtrack": 404826, "icpsr": 3839, "wikipedia": "Dwight Griswold", "wikidata": "Q365714", "google_entity_id": "kg:/m/04yr5l"}, "name": {"first": "Dwight", "middle": "Palmer", "last": "Griswold"}, "bio": {"birthday": "1893-11-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1952-01-01", "end": "1955-01-03", "state": "NE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000460", "govtrack": 408847, "icpsr": 7551, "wikipedia": "Charles E. Potter", "house_history": 19852, "wikidata": "Q1064228", "google_entity_id": "kg:/m/03ld2q"}, "name": {"first": "Charles", "middle": "Edward", "last": "Potter"}, "bio": {"birthday": "1916-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-08-26", "end": "1949-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1952-11-04", "state": "MI", "district": 11, "party": "Republican"}, {"type": "sen", "start": "1952-11-05", "end": "1953-01-03", "state": "MI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "MI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000257", "govtrack": 400893, "icpsr": 207, "wikipedia": "Homer D. Angell", "house_history": 8622, "wikidata": "Q524875", "google_entity_id": "kg:/m/02qdyk6"}, "name": {"first": "Homer", "middle": "Daniel", "last": "Angell"}, "bio": {"gender": "M", "birthday": "1875-01-12"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OR", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000176", "govtrack": 401177, "icpsr": 464, "house_history": 8999, "wikipedia": "Frank A. Barrett", "wikidata": "Q882241", "google_entity_id": "kg:/m/08sqjh"}, "name": {"first": "Frank", "middle": "Aloysius", "last": "Barrett"}, "bio": {"birthday": "1892-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "WY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000242", "govtrack": 401237, "icpsr": 520, "wikipedia": "Laurie C. Battle", "house_history": 9090, "wikidata": "Q1808333", "google_entity_id": "kg:/m/02rk21z"}, "name": {"first": "Laurie", "middle": "Calvin", "last": "Battle"}, "bio": {"birthday": "1912-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AL", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "B000486", "govtrack": 401467, "icpsr": 731, "wikipedia": "C. W. Bishop", "house_history": 9406, "wikidata": "Q5006940", "google_entity_id": "kg:/m/02rl0x8"}, "name": {"first": "Cecil", "middle": "William", "last": "Bishop", "nickname": "Runt"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 25, "party": "Republican"}], "bio": {"birthday": "1890-06-29", "gender": "M"}}, {"id": {"bioguide": "B000618", "govtrack": 401584, "icpsr": 845, "wikipedia": "Edward J. Bonin", "house_history": 9581, "wikidata": "Q5343623", "google_entity_id": "kg:/m/0dpc_b"}, "name": {"first": "Edward", "middle": "John", "last": "Bonin"}, "bio": {"birthday": "1904-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "B000762", "govtrack": 401721, "icpsr": 971, "wikipedia": "Ernest K. Bramblett", "house_history": 9761, "wikidata": "Q1356392", "google_entity_id": "kg:/m/027v_md"}, "name": {"first": "Ernest", "middle": "King", "last": "Bramblett"}, "bio": {"birthday": "1901-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "B000820", "govtrack": 401777, "icpsr": 1024, "wikipedia": "John W. Bricker", "wikidata": "Q885374", "google_entity_id": "kg:/m/01sv0r"}, "name": {"first": "John", "middle": "William", "last": "Bricker"}, "bio": {"gender": "M", "birthday": "1893-09-06"}, "terms": [{"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "OH", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "OH", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000999", "govtrack": 401949, "icpsr": 1181, "wikipedia": "Joseph R. Bryson", "house_history": 10066, "wikidata": "Q383144", "google_entity_id": "kg:/m/02vrn_n"}, "name": {"first": "Joseph", "middle": "Raleigh", "last": "Bryson"}, "bio": {"birthday": "1893-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B001099", "govtrack": 402044, "icpsr": 1272, "wikipedia": "Thomas A. Burke", "wikidata": "Q1382524", "google_entity_id": "kg:/m/034vsh"}, "name": {"first": "Thomas", "middle": "A.", "last": "Burke"}, "bio": {"birthday": "1898-10-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B001161", "govtrack": 402103, "icpsr": 1324, "wikipedia": "Fred E. Busbey", "house_history": 10270, "wikidata": "Q4516506", "google_entity_id": "kg:/m/02rk9jw"}, "name": {"first": "Fred", "middle": "Ernst", "last": "Busbey"}, "bio": {"birthday": "1895-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B001177", "govtrack": 402119, "icpsr": 1338, "wikipedia": "Hugh A. Butler", "wikidata": "Q1634183", "google_entity_id": "kg:/m/09vt65"}, "name": {"first": "Hugh", "middle": "Alfred", "last": "Butler"}, "bio": {"gender": "M", "birthday": "1878-02-28"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "NE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "NE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1954-07-01", "state": "NE", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000070", "govtrack": 402228, "icpsr": 1439, "wikipedia": "Albert Sidney Camp", "house_history": 10532, "wikidata": "Q2638829", "google_entity_id": "kg:/m/0gr_pl"}, "name": {"first": "Albert", "middle": "Sidney", "last": "Camp"}, "bio": {"gender": "M", "birthday": "1892-07-26"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000080", "govtrack": 402236, "icpsr": 1445, "wikipedia": "Courtney W. Campbell", "house_history": 10546, "wikidata": "Q1137860", "google_entity_id": "kg:/m/02rhdx5"}, "name": {"first": "Courtney", "middle": "Warren", "last": "Campbell"}, "bio": {"birthday": "1895-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "FL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000416", "govtrack": 402555, "icpsr": 1748, "house_history": 10973, "wikipedia": "Kit Clardy", "wikidata": "Q1694675", "google_entity_id": "kg:/m/0gn9zf"}, "name": {"first": "Kit", "middle": "Francis", "last": "Clardy"}, "bio": {"birthday": "1892-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000614", "govtrack": 402743, "icpsr": 1928, "house_history": 11218, "wikipedia": "William Clay Cole", "wikidata": "Q2578276", "google_entity_id": "kg:/m/02rwzvh"}, "name": {"first": "William", "middle": "Clay", "last": "Cole"}, "bio": {"gender": "M", "birthday": "1897-08-29"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MO", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000674", "govtrack": 402800, "icpsr": 1977, "wikipedia": "Robert Condon", "house_history": 11298, "wikidata": "Q1599761", "google_entity_id": "kg:/m/02rjyjw"}, "name": {"first": "Robert", "middle": "Likens", "last": "Condon"}, "bio": {"birthday": "1912-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000932", "govtrack": 403044, "icpsr": 2199, "wikipedia": "Robert Crosser", "house_history": 11620, "wikidata": "Q1796439", "google_entity_id": "kg:/m/02rjykk"}, "name": {"first": "Robert", "last": "Crosser"}, "bio": {"birthday": "1874-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "OH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "D000281", "govtrack": 403144, "icpsr": 2538, "house_history": 12176, "wikipedia": "Wesley A. D'Ewart", "wikidata": "Q2563963", "google_entity_id": "kg:/m/027y7g_"}, "name": {"first": "Wesley", "middle": "Abner", "last": "D'Ewart"}, "bio": {"birthday": "1889-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000036", "govtrack": 403176, "icpsr": 2326, "wikipedia": "Price Daniel", "wikidata": "Q642065", "google_entity_id": "kg:/m/03yvp9"}, "name": {"first": "Marion", "middle": "Price", "last": "Daniel"}, "bio": {"birthday": "1910-10-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1953-01-03", "end": "1957-12-31", "state": "TX", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000034", "govtrack": 403995, "house_history": 13005, "wikipedia": "Joseph Rider Farrington", "wikidata": "Q1263994", "google_entity_id": "kg:/m/036nhz"}, "name": {"first": "Joseph", "middle": "Rider", "last": "Farrington"}, "bio": {"gender": "M", "birthday": "1897-10-15"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "HI", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "F000190", "govtrack": 404145, "icpsr": 3206, "wikipedia": "Ralph Flanders", "wikidata": "Q201751", "google_entity_id": "kg:/m/03_fpt"}, "name": {"first": "Ralph", "middle": "Edward", "last": "Flanders"}, "bio": {"birthday": "1880-09-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1946-11-01", "end": "1947-01-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "VT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000258", "govtrack": 404620, "icpsr": 3649, "wikipedia": "James S. Golden", "house_history": 13888, "wikidata": "Q278117", "google_entity_id": "kg:/m/02rhjgc"}, "name": {"first": "James", "middle": "Stephen", "last": "Golden"}, "bio": {"birthday": "1891-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "KY", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "KY", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "G000297", "govtrack": 404656, "icpsr": 3682, "wikipedia": "Angier Goodwin", "house_history": 13941, "wikidata": "Q539393", "google_entity_id": "kg:/m/0dpn0d"}, "name": {"first": "Angier", "middle": "Louis", "last": "Goodwin"}, "bio": {"birthday": "1881-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "G000360", "govtrack": 404714, "icpsr": 3737, "wikipedia": "Louis E. Graham", "house_history": 14016, "wikidata": "Q6687086", "google_entity_id": "kg:/m/0f6nnc"}, "name": {"first": "Louis", "middle": "Edward", "last": "Graham"}, "bio": {"birthday": "1880-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "H000014", "govtrack": 404899, "icpsr": 3902, "house_history": 14306, "wikipedia": "Harold Hagen", "wikidata": "Q1553207", "google_entity_id": "kg:/m/0bkffq"}, "name": {"first": "Harold", "middle": "Christian", "last": "Hagen"}, "bio": {"birthday": "1901-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MN", "district": 9, "party": "Farmer-Labor"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "H000284", "govtrack": 405158, "icpsr": 4142, "wikipedia": "Edward J. Hart", "house_history": 14634, "wikidata": "Q198301", "google_entity_id": "kg:/m/02vlgp7"}, "name": {"first": "Edward", "middle": "Joseph", "last": "Hart"}, "bio": {"birthday": "1893-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NJ", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "H000460", "govtrack": 405325, "icpsr": 4290, "wikipedia": "Louis B. Heller", "house_history": 14853, "wikidata": "Q1268487", "google_entity_id": "kg:/m/026lcnz"}, "name": {"first": "Louis", "middle": "Benjamin", "last": "Heller"}, "bio": {"birthday": "1905-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000616", "govtrack": 405475, "icpsr": 4431, "wikipedia": "Jeffrey Paul Hillelson", "house_history": 15046, "wikidata": "Q1686477", "google_entity_id": "kg:/m/02rz719"}, "name": {"first": "Jeffrey", "middle": "Paul", "last": "Hillelson"}, "bio": {"birthday": "1919-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MO", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000858", "govtrack": 405705, "icpsr": 4644, "wikipedia": "Charles R. Howell", "house_history": 15347, "wikidata": "Q1065836", "google_entity_id": "kg:/m/02vptzq"}, "name": {"first": "Charles", "middle": "Robert", "last": "Howell"}, "bio": {"birthday": "1904-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000943", "govtrack": 405788, "icpsr": 4720, "wikipedia": "Merlin Hull", "house_history": 15449, "wikidata": "Q975922", "google_entity_id": "kg:/m/0262sqj"}, "name": {"first": "Merlin", "last": "Hull"}, "bio": {"birthday": "1870-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WI", "district": 9, "party": "Progressive"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WI", "district": 9, "party": "Progressive"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WI", "district": 9, "party": "Progressive"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WI", "district": 9, "party": "Progressive"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WI", "district": 9, "party": "Progressive"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WI", "district": 9, "party": "Progressive"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WI", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "H000979", "govtrack": 405823, "icpsr": 4751, "wikipedia": "Allan O. Hunter", "house_history": 15488, "wikidata": "Q2648018", "google_entity_id": "kg:/m/027dmp6"}, "name": {"first": "Allan", "middle": "Oakley", "last": "Hunter"}, "bio": {"birthday": "1916-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "I000050", "govtrack": 405905, "icpsr": 4834, "wikipedia": "Irving Ives", "wikidata": "Q382801", "google_entity_id": "kg:/m/05hqqg"}, "name": {"first": "Irving", "middle": "McNeil", "last": "Ives"}, "bio": {"birthday": "1896-01-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "NY", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "NY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "J000093", "govtrack": 405995, "icpsr": 4922, "wikipedia": "William E. Jenner", "wikidata": "Q2578579", "google_entity_id": "kg:/m/03mfhk"}, "name": {"first": "William", "middle": "Ezra", "last": "Jenner"}, "bio": {"birthday": "1908-07-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1944-01-01", "end": "1945-01-03", "state": "IN", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "IN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "IN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "J000207", "govtrack": 406102, "icpsr": 5020, "wikipedia": "Edgar A. Jonas", "house_history": 15956, "wikidata": "Q5337080", "google_entity_id": "kg:/m/02rkyrk"}, "name": {"first": "Edgar", "middle": "Allan", "last": "Jonas"}, "bio": {"birthday": "1885-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "K000150", "govtrack": 406314, "icpsr": 5217, "wikipedia": "Charles J. Kersten", "house_history": 16266, "wikidata": "Q263728", "google_entity_id": "kg:/m/02vrqd1"}, "name": {"first": "Charles", "middle": "Joseph", "last": "Kersten"}, "bio": {"birthday": "1902-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WI", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "K000176", "govtrack": 406339, "icpsr": 5240, "wikipedia": "Harley M. Kilgore", "wikidata": "Q368666", "google_entity_id": "kg:/m/06wycr"}, "name": {"first": "Harley", "middle": "Martin", "last": "Kilgore"}, "bio": {"birthday": "1893-01-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "WV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "WV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1953-01-03", "end": "1957-01-03", "state": "WV", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000292", "govtrack": 406448, "icpsr": 5343, "wikipedia": "William F. Knowland", "wikidata": "Q5915564", "google_entity_id": "kg:/m/038_64"}, "name": {"first": "William", "middle": "Fife", "last": "Knowland"}, "bio": {"birthday": "1908-06-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "CA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "CA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000070", "govtrack": 406579, "icpsr": 5452, "wikipedia": "William Langer", "wikidata": "Q370780", "google_entity_id": "kg:/m/035t5v"}, "name": {"first": "William", "last": "Langer"}, "bio": {"gender": "M", "birthday": "1886-09-30"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "ND", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "ND", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "ND", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1959-01-03", "end": "1959-11-08", "state": "ND", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000089", "govtrack": 406598, "icpsr": 5471, "house_history": 16702, "wikipedia": "William C. Lantaff", "wikidata": "Q2578205", "google_entity_id": "kg:/m/07g700"}, "name": {"first": "William", "middle": "Courtland", "last": "Lantaff"}, "bio": {"birthday": "1913-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "FL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "L000496", "govtrack": 406983, "icpsr": 5826, "wikipedia": "Wingate H. Lucas", "house_history": 17211, "wikidata": "Q1668842", "google_entity_id": "kg:/m/02rvb3j"}, "name": {"first": "Wingate", "middle": "Hezekiah", "last": "Lucas"}, "bio": {"birthday": "1908-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "L000525", "govtrack": 407009, "icpsr": 5847, "wikipedia": "John E. Lyle, Jr.", "house_history": 17249, "wikidata": "Q1699892", "google_entity_id": "kg:/m/03c2zzz"}, "name": {"first": "John", "middle": "Emmett", "last": "Lyle", "suffix": "Jr."}, "bio": {"birthday": "1910-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "M000086", "govtrack": 407112, "icpsr": 5944, "wikipedia": "George W. Malone", "wikidata": "Q1508451", "google_entity_id": "kg:/m/0cqrbv"}, "name": {"first": "George", "middle": "Wilson", "last": "Malone"}, "bio": {"birthday": "1890-08-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "NV", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "NV", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000177", "govtrack": 407199, "icpsr": 6021, "wikipedia": "Edward Martin (Pennsylvania politician)", "wikidata": "Q355764", "google_entity_id": "kg:/m/08pkx2"}, "name": {"first": "Edward", "last": "Martin"}, "bio": {"birthday": "1879-09-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "PA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "PA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000315", "govtrack": 407327, "icpsr": 6137, "wikipedia": "Joseph McCarthy", "wikidata": "Q189197", "google_entity_id": "kg:/m/0455m"}, "name": {"first": "Joseph", "middle": "Raymond", "last": "McCarthy"}, "bio": {"birthday": "1908-11-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "WI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1957-12-31", "state": "WI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000656", "govtrack": 407642, "icpsr": 6429, "wikipedia": "D. Bailey Merrill", "house_history": 18143, "wikidata": "Q1151391", "google_entity_id": "kg:/m/02rkfbx"}, "name": {"first": "D.", "middle": "Bailey", "last": "Merrill"}, "bio": {"birthday": "1912-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M000729", "govtrack": 407708, "icpsr": 6485, "wikipedia": "Howard Shultz Miller", "house_history": 18244, "wikidata": "Q670990", "google_entity_id": "kg:/m/02rm9vs"}, "name": {"first": "Howard", "middle": "Shultz", "last": "Miller"}, "bio": {"birthday": "1879-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "KS", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "O000009", "govtrack": 408260, "icpsr": 6998, "wikipedia": "George D. O'Brien", "house_history": 19082, "wikidata": "Q1507178", "google_entity_id": "kg:/m/02pz8jw"}, "name": {"first": "George", "middle": "Donoghue", "last": "O'Brien"}, "bio": {"birthday": "1900-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "O000004", "govtrack": 408316, "icpsr": 6995, "wikipedia": "Charles G. Oakman", "house_history": 19073, "wikidata": "Q1064484", "google_entity_id": "kg:/m/02q4x0r"}, "name": {"first": "Charles", "middle": "Gibb", "last": "Oakman"}, "bio": {"birthday": "1903-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "P000107", "govtrack": 408515, "icpsr": 7234, "house_history": 19406, "wikipedia": "Harold Patten", "wikidata": "Q1585904", "google_entity_id": "kg:/m/07bgl4"}, "name": {"first": "Harold", "middle": "Ambrose", "last": "Patten"}, "bio": {"birthday": "1907-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AZ", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000150", "govtrack": 408554, "icpsr": 7271, "wikipedia": "Frederick G. Payne", "wikidata": "Q883477", "google_entity_id": "kg:/m/02m4g5"}, "name": {"first": "Frederick", "middle": "George", "last": "Payne"}, "bio": {"birthday": "1904-07-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "ME", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000475", "govtrack": 408860, "icpsr": 7566, "house_history": 19869, "wikipedia": "Norris Poulson", "wikidata": "Q1752310", "google_entity_id": "kg:/m/01rfzg"}, "name": {"first": "C.", "middle": "Norris", "last": "Poulson"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 24, "party": "Republican"}], "bio": {"birthday": "1895-07-23", "gender": "M"}}, {"id": {"bioguide": "P000575", "govtrack": 408958, "icpsr": 7656, "wikipedia": "William A. Purtell", "wikidata": "Q2577752", "google_entity_id": "kg:/m/04sbr5"}, "name": {"first": "William", "middle": "Arthur", "last": "Purtell"}, "bio": {"birthday": "1897-05-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1952-01-01", "end": "1953-01-03", "state": "CT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "CT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000100", "govtrack": 409080, "icpsr": 7771, "wikipedia": "Frazier Reams", "house_history": 20207, "wikidata": "Q5494116", "google_entity_id": "kg:/m/07st1h"}, "name": {"first": "Henry", "middle": "Frazier", "last": "Reams"}, "bio": {"birthday": "1897-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 9, "party": "Independent"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 9, "party": "Independent"}]}, {"id": {"bioguide": "R000140", "govtrack": 409119, "icpsr": 7806, "wikipedia": "Kenneth M. Regan", "house_history": 20255, "wikidata": "Q1738880", "google_entity_id": "kg:/m/02rvb2h"}, "name": {"first": "Kenneth", "middle": "Mills", "last": "Regan"}, "bio": {"birthday": "1893-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "R000391", "govtrack": 409359, "icpsr": 8023, "wikipedia": "Dwight L. Rogers", "house_history": 20567, "wikidata": "Q1268479", "google_entity_id": "kg:/m/02rhfcn"}, "name": {"first": "Dwight", "middle": "Laing", "last": "Rogers"}, "bio": {"birthday": "1886-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "FL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "FL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "FL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "FL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "FL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "R000425", "govtrack": 409390, "icpsr": 8050, "house_history": 20613, "wikipedia": "Franklin Delano Roosevelt Jr.", "wikidata": "Q275876", "google_entity_id": "kg:/m/027smn"}, "name": {"first": "Franklin", "middle": "Delano", "last": "Roosevelt", "suffix": "Jr."}, "bio": {"birthday": "1914-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-05-17", "end": "1951-01-03", "state": "NY", "district": 20, "party": "Liberal"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "S000277", "govtrack": 409776, "icpsr": 8392, "wikipedia": "Paul W. Shafer", "house_history": 21480, "wikidata": "Q535230", "google_entity_id": "kg:/m/0284712"}, "name": {"first": "Paul", "middle": "Werntz", "last": "Shafer"}, "bio": {"birthday": "1893-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000499", "govtrack": 409986, "icpsr": 8587, "wikipedia": "Frank Small Jr.", "house_history": 21760, "wikidata": "Q2045577", "google_entity_id": "kg:/m/08zzc6"}, "name": {"first": "Frank", "last": "Small", "suffix": "Jr."}, "bio": {"gender": "M", "birthday": "1896-07-15"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MD", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000553", "govtrack": 410035, "icpsr": 8635, "wikipedia": "Howard Alexander Smith", "wikidata": "Q1631715", "google_entity_id": "kg:/m/0b3hkh"}, "name": {"first": "Howard", "middle": "Alexander", "last": "Smith"}, "bio": {"birthday": "1880-01-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1944-01-01", "end": "1947-01-03", "state": "NJ", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "NJ", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "NJ", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000797", "govtrack": 410263, "icpsr": 8839, "house_history": 22125, "wikipedia": "Thomas B. Stanley", "wikidata": "Q880078", "google_entity_id": "kg:/m/03c8kp"}, "name": {"first": "Thomas", "middle": "Bahnson", "last": "Stanley"}, "bio": {"gender": "M", "birthday": "1890-07-16"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "VA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "VA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S001006", "govtrack": 410463, "icpsr": 9025, "house_history": 22383, "wikipedia": "Douglas R. Stringfellow", "wikidata": "Q1252442", "google_entity_id": "kg:/m/027d88m"}, "name": {"first": "Douglas", "middle": "R.", "last": "Stringfellow"}, "bio": {"birthday": "1922-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "UT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S001087", "govtrack": 410540, "icpsr": 9099, "wikipedia": "James Patrick Sutton", "house_history": 22483, "wikidata": "Q1680954", "google_entity_id": "kg:/m/026_j94"}, "name": {"first": "James", "middle": "Patrick", "last": "Sutton"}, "bio": {"gender": "M", "birthday": "1915-10-31"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "T000259", "govtrack": 410834, "icpsr": 9374, "wikipedia": "Edward John Thye", "wikidata": "Q882494", "google_entity_id": "kg:/m/01l5ng"}, "name": {"first": "Edward", "middle": "John", "last": "Thye"}, "bio": {"gender": "M", "birthday": "1896-04-26"}, "terms": [{"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "MN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "MN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "U000032", "govtrack": 411054, "icpsr": 9576, "wikipedia": "Robert W. Upton", "wikidata": "Q1669469", "google_entity_id": "kg:/m/0d7txv"}, "name": {"first": "Robert", "middle": "William", "last": "Upton"}, "bio": {"birthday": "1884-02-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1953-01-03", "end": "1955-01-03", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000123", "govtrack": 411298, "icpsr": 9804, "house_history": 23360, "wikipedia": "Herbert B. Warburton", "wikidata": "Q1312076", "google_entity_id": "kg:/m/025xklk"}, "name": {"first": "Herbert", "middle": "Birchby", "last": "Warburton"}, "bio": {"birthday": "1916-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "W000190", "govtrack": 411362, "icpsr": 9865, "wikipedia": "Arthur Vivian Watkins", "wikidata": "Q4800549", "google_entity_id": "kg:/m/078wns"}, "name": {"first": "Arthur", "middle": "Vivian", "last": "Watkins"}, "bio": {"birthday": "1886-12-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "UT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "UT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000252", "govtrack": 411420, "icpsr": 9917, "wikipedia": "Alvin F. Weichel", "house_history": 23518, "wikidata": "Q4738097", "google_entity_id": "kg:/m/027m73r"}, "name": {"first": "Alvin", "middle": "F.", "last": "Weichel"}, "bio": {"birthday": "1891-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "W000342", "govtrack": 411504, "icpsr": 9996, "wikipedia": "William McDonald Wheeler", "house_history": 23624, "wikidata": "Q2579832", "google_entity_id": "kg:/m/02rk17h"}, "name": {"first": "William", "middle": "McDonald", "last": "Wheeler", "nickname": "Don"}, "bio": {"birthday": "1915-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "W000604", "govtrack": 411759, "icpsr": 10244, "house_history": 23933, "wikipedia": "Joseph Franklin Wilson", "wikidata": "Q1385163", "google_entity_id": "kg:/m/02w673k"}, "name": {"first": "Joseph", "middle": "Franklin", "last": "Wilson"}, "bio": {"birthday": "1901-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000658", "govtrack": 411811, "icpsr": 10294, "house_history": 24001, "wikipedia": "Garrett L. Withers", "wikidata": "Q1411163", "google_entity_id": "kg:/m/08h0jk"}, "name": {"first": "Garrett", "middle": "Lee", "last": "Withers"}, "terms": [{"type": "sen", "start": "1949-01-20", "end": "1950-11-26", "state": "KY", "class": 3, "party": "Democrat"}, {"type": "rep", "start": "1952-08-02", "end": "1953-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1953-04-30", "state": "KY", "district": 2, "party": "Democrat"}], "bio": {"birthday": "1884-06-21", "gender": "M"}}, {"id": {"bioguide": "Y000024", "govtrack": 411958, "icpsr": 10431, "house_history": 21059, "wikipedia": "Sam Yorty", "wikidata": "Q552548", "google_entity_id": "kg:/m/01z_tr"}, "name": {"first": "Samuel", "middle": "William", "last": "Yorty"}, "bio": {"birthday": "1909-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "A000010", "govtrack": 400673, "icpsr": 9, "wikipedia": "Hazel Abel", "house_history": 8261, "wikidata": "Q175085", "google_entity_id": "kg:/m/08hxjn"}, "name": {"first": "Hazel", "middle": "Hempel", "last": "Abel"}, "bio": {"birthday": "1888-07-10", "gender": "F"}, "terms": [{"type": "sen", "start": "1954-01-01", "end": "1955-01-03", "state": "NE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000356", "govtrack": 401348, "icpsr": 621, "wikipedia": "George H. Bender", "house_history": 9239, "wikidata": "Q1507456", "google_entity_id": "kg:/m/034vq_"}, "name": {"first": "George", "middle": "Harrison", "last": "Bender"}, "bio": {"birthday": "1896-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 0, "party": "Republican"}, {"type": "sen", "start": "1954-01-01", "end": "1957-01-03", "state": "OH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000709", "govtrack": 401671, "icpsr": 923, "wikipedia": "Eva Bowring", "house_history": 9701, "wikidata": "Q446525", "google_entity_id": "kg:/m/01xvdw"}, "name": {"first": "Eva", "middle": "Kelly", "last": "Bowring"}, "bio": {"birthday": "1892-01-09", "gender": "F"}, "terms": [{"type": "sen", "start": "1954-01-01", "end": "1955-01-03", "state": "NE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000913", "govtrack": 401869, "icpsr": 1106, "wikipedia": "Ernest S. Brown", "wikidata": "Q1356518", "google_entity_id": "kg:/m/0crsdw"}, "name": {"first": "Ernest", "middle": "S.", "last": "Brown"}, "bio": {"birthday": "1903-09-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1954-01-01", "end": "1955-01-03", "state": "NV", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000906", "govtrack": 403018, "icpsr": 2175, "wikipedia": "Edward D. Crippa", "wikidata": "Q163011", "google_entity_id": "kg:/m/08sqpp"}, "name": {"first": "Edward", "middle": "David", "last": "Crippa"}, "bio": {"birthday": "1899-04-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1954-01-01", "end": "1955-01-03", "state": "WY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000031", "govtrack": 403172, "icpsr": 2322, "wikipedia": "Charles E. Daniel", "wikidata": "Q434487", "google_entity_id": "kg:/m/0d065c"}, "name": {"first": "Charles", "middle": "Ezra", "last": "Daniel"}, "bio": {"birthday": "1895-11-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1954-01-01", "end": "1955-01-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "O000088", "govtrack": 408296, "icpsr": 7070, "wikipedia": "Joseph C. O'Mahoney", "wikidata": "Q1000051", "google_entity_id": "kg:/m/0681vw"}, "name": {"first": "Joseph", "middle": "Christopher", "last": "O'Mahoney"}, "bio": {"birthday": "1884-11-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1933-12-18", "end": "1935-01-03", "state": "WY", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "WY", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "WY", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "WY", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1954-11-29", "end": "1955-01-03", "state": "WY", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-03", "end": "1961-01-03", "state": "WY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000180", "govtrack": 409156, "icpsr": 7837, "wikipedia": "Samuel W. Reynolds", "wikidata": "Q2218948", "google_entity_id": "kg:/m/09w125"}, "name": {"first": "Samuel", "middle": "Williams", "last": "Reynolds"}, "bio": {"birthday": "1890-08-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1954-01-01", "end": "1955-01-03", "state": "NE", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000187", "govtrack": 409692, "icpsr": 8313, "wikipedia": "W. Kerr Scott", "wikidata": "Q885047", "google_entity_id": "kg:/m/0281gh"}, "name": {"first": "William", "middle": "Kerr", "last": "Scott"}, "bio": {"birthday": "1896-04-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1954-01-01", "end": "1959-01-03", "state": "NC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000145", "govtrack": 401146, "icpsr": 437, "house_history": 8958, "wikipedia": "Alben W. Barkley", "wikidata": "Q273549", "google_entity_id": "kg:/m/0myyb"}, "name": {"first": "Alben", "middle": "William", "last": "Barkley"}, "bio": {"birthday": "1877-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "KY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "KY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "KY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1949-01-19", "state": "KY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1956-04-30", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000342", "govtrack": 401334, "icpsr": 608, "wikipedia": "John J. Bell", "house_history": 9220, "wikidata": "Q1700565", "google_entity_id": "kg:/m/03c2z_9"}, "name": {"first": "John", "middle": "Junior", "last": "Bell"}, "bio": {"birthday": "1910-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "B000823", "govtrack": 401780, "icpsr": 1027, "wikipedia": "Styles Bridges", "wikidata": "Q434228", "google_entity_id": "kg:/m/03tgz3"}, "name": {"first": "Henry", "middle": "Styles", "last": "Bridges", "nickname": "Styles"}, "bio": {"birthday": "1898-09-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "NH", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "NH", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "NH", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "NH", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1961-01-03", "end": "1961-11-26", "state": "NH", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001009", "govtrack": 401959, "icpsr": 1190, "wikipedia": "Vera Buchanan", "house_history": 10080, "wikidata": "Q7920751", "google_entity_id": "kg:/m/0dzvzz"}, "name": {"first": "Vera", "middle": "Daerr", "last": "Buchanan"}, "bio": {"birthday": "1902-07-20", "gender": "F"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 30, "party": "Democrat"}]}, {"id": {"bioguide": "B001131", "govtrack": 402075, "icpsr": 1300, "wikipedia": "Maurice G. Burnside", "house_history": 10230, "wikidata": "Q1728011", "google_entity_id": "kg:/m/02x2c8s"}, "name": {"first": "Maurice", "middle": "Gwinn", "last": "Burnside"}, "bio": {"birthday": "1902-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WV", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000156", "govtrack": 402305, "icpsr": 1512, "wikipedia": "Frank Ertel Carlyle", "house_history": 10649, "wikidata": "Q1443206", "google_entity_id": "kg:/m/02prk_k"}, "name": {"first": "Frank", "middle": "Ertel", "last": "Carlyle"}, "bio": {"birthday": "1897-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000327", "govtrack": 402468, "icpsr": 1667, "wikipedia": "Jackson B. Chase", "house_history": 10861, "wikidata": "Q1677321", "google_entity_id": "kg:/m/0bdl34"}, "name": {"first": "Jackson", "middle": "Burton", "last": "Chase"}, "bio": {"birthday": "1890-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NE", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000336", "govtrack": 402476, "icpsr": 1676, "house_history": 10871, "wikipedia": "Richard Thurmond Chatham", "wikidata": "Q745536", "google_entity_id": "kg:/m/0fk5yb"}, "name": {"first": "Richard", "middle": "Thurmond", "last": "Chatham"}, "bio": {"birthday": "1896-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000743", "govtrack": 402864, "icpsr": 2038, "house_history": 11384, "wikipedia": "Sam Coon", "wikidata": "Q740653", "google_entity_id": "kg:/m/0kt2qz"}, "name": {"first": "Samuel", "middle": "Harrison", "last": "Coon"}, "bio": {"birthday": "1903-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OR", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000960", "govtrack": 403072, "icpsr": 2227, "wikipedia": "Shepard J. Crumpacker Jr.", "house_history": 11652, "wikidata": "Q2800593", "google_entity_id": "kg:/m/02rkhp4"}, "name": {"first": "Shepard", "middle": "J.", "last": "Crumpacker", "suffix": "Jr."}, "bio": {"birthday": "1917-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000083", "govtrack": 403220, "icpsr": 2365, "wikipedia": "Irwin D. Davidson", "house_history": 11934, "wikidata": "Q6075024", "google_entity_id": "kg:/m/0kt2c8"}, "name": {"first": "Irwin", "middle": "Delmore", "last": "Davidson"}, "bio": {"birthday": "1906-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "D000175", "govtrack": 403337, "icpsr": 2448, "wikipedia": "Charles B. Deane", "house_history": 12050, "wikidata": "Q1063636", "google_entity_id": "kg:/m/03b_z72"}, "name": {"first": "Charles", "middle": "Bennett", "last": "Deane"}, "bio": {"birthday": "1898-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "D000354", "govtrack": 403472, "icpsr": 2604, "wikipedia": "John D. Dingell Sr.", "house_history": 12266, "wikidata": "Q1699824", "google_entity_id": "kg:/m/04cl18"}, "name": {"first": "John", "middle": "David", "last": "Dingell"}, "bio": {"birthday": "1894-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "D000403", "govtrack": 403517, "icpsr": 2647, "wikipedia": "James I. Dolliver", "house_history": 12333, "wikidata": "Q145511", "google_entity_id": "kg:/m/02rk7pd"}, "name": {"first": "James", "middle": "Isaac", "last": "Dolliver"}, "bio": {"birthday": "1894-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "D000411", "govtrack": 403524, "icpsr": 2653, "wikipedia": "George Anthony Dondero", "house_history": 12343, "wikidata": "Q1506870", "google_entity_id": "kg:/m/02gsvy"}, "name": {"first": "George", "middle": "Anthony", "last": "Dondero"}, "bio": {"birthday": "1883-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "D000421", "govtrack": 403534, "icpsr": 2662, "wikipedia": "James G. Donovan", "house_history": 12354, "wikidata": "Q4168617", "google_entity_id": "kg:/m/0kt2b3"}, "name": {"first": "James", "middle": "George", "last": "Donovan"}, "bio": {"gender": "M", "birthday": "1898-12-15"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "E000146", "govtrack": 403837, "icpsr": 2935, "house_history": 12774, "wikipedia": "Harris Ellsworth", "wikidata": "Q1586202", "google_entity_id": "kg:/m/02q11h7"}, "name": {"first": "Mathew", "middle": "Harris", "last": "Ellsworth"}, "bio": {"birthday": "1899-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OR", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OR", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OR", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OR", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OR", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OR", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OR", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "F000035", "govtrack": 403996, "wikipedia": "Mary Elizabeth Pruett Farrington", "house_history": 13007, "wikidata": "Q1331285", "google_entity_id": "kg:/m/036nr7"}, "name": {"first": "Mary", "middle": "Elizabeth Pruett", "last": "Farrington"}, "bio": {"birthday": "1898-05-30", "gender": "F"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "HI", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "HI", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "F000085", "govtrack": 404043, "icpsr": 3114, "wikipedia": "Antonio M. Fern\u00e1ndez", "house_history": 13075, "wikidata": "Q602992", "google_entity_id": "kg:/m/02pv0z2"}, "name": {"first": "Antonio", "middle": "Manuel", "last": "Fern\u00e1ndez"}, "bio": {"birthday": "1902-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NM", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NM", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NM", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "F000126", "govtrack": 404081, "icpsr": 3149, "wikipedia": "Sidney A. Fine", "house_history": 13131, "wikidata": "Q7508923", "google_entity_id": "kg:/m/0kt2dt"}, "name": {"first": "Sidney", "middle": "Asher", "last": "Fine"}, "bio": {"birthday": "1903-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "F000179", "govtrack": 404134, "icpsr": 3197, "wikipedia": "Orvin B. Fjare", "house_history": 13195, "wikidata": "Q2032347", "google_entity_id": "kg:/m/02rjxrf"}, "name": {"first": "Orvin", "middle": "Benonie", "last": "Fjare"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MT", "district": 2, "party": "Republican"}], "bio": {"birthday": "1918-04-16", "gender": "M"}}, {"id": {"bioguide": "F000356", "govtrack": 404303, "icpsr": 3349, "wikipedia": "J. Allen Frear Jr.", "wikidata": "Q377842", "google_entity_id": "kg:/m/07nt00"}, "name": {"first": "Joseph", "middle": "Allen", "last": "Frear", "suffix": "Jr."}, "bio": {"gender": "M", "birthday": "1903-03-07"}, "terms": [{"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "DE", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "DE", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000031", "govtrack": 404407, "icpsr": 3446, "wikipedia": "Ralph A. Gamble", "house_history": 13602, "wikidata": "Q7287132", "google_entity_id": "kg:/m/0kt2mk"}, "name": {"first": "Ralph", "middle": "Abernethy", "last": "Gamble"}, "bio": {"birthday": "1885-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "G000124", "govtrack": 404494, "icpsr": 3529, "wikipedia": "Brady P. Gentry", "house_history": 13717, "wikidata": "Q897118", "google_entity_id": "kg:/m/02vrpk5"}, "name": {"first": "Brady", "middle": "Preston", "last": "Gentry"}, "bio": {"birthday": "1896-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000369", "govtrack": 404721, "icpsr": 3744, "wikipedia": "William T. Granahan", "house_history": 14029, "wikidata": "Q8019071", "google_entity_id": "kg:/m/079794"}, "name": {"first": "William", "middle": "Thomas", "last": "Granahan"}, "bio": {"birthday": "1895-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000418", "govtrack": 404766, "icpsr": 3783, "wikipedia": "Theodore F. Green", "wikidata": "Q438275", "google_entity_id": "kg:/m/04s7f0"}, "name": {"first": "Theodore", "middle": "Francis", "last": "Green"}, "bio": {"birthday": "1867-10-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "RI", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "RI", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "RI", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "RI", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000154", "govtrack": 405036, "icpsr": 4031, "wikipedia": "T. Millet Hand", "house_history": 14474, "wikidata": "Q2383377", "google_entity_id": "kg:/m/02rv5dt"}, "name": {"first": "Thomas", "middle": "Millet", "last": "Hand"}, "bio": {"birthday": "1902-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NJ", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000412", "govtrack": 405279, "icpsr": 4251, "wikipedia": "Donald Hayworth", "house_history": 14789, "wikidata": "Q1239941", "google_entity_id": "kg:/m/0283fsb"}, "name": {"first": "Donald", "last": "Hayworth"}, "bio": {"birthday": "1898-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000640", "govtrack": 405495, "icpsr": 4450, "wikipedia": "John Carl Hinshaw", "house_history": 15075, "wikidata": "Q1699544", "google_entity_id": "kg:/m/0dgm55"}, "name": {"first": "John", "middle": "Carl Williams", "last": "Hinshaw"}, "bio": {"birthday": "1894-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "H000689", "govtrack": 405542, "icpsr": 4493, "wikipedia": "Richard W. Hoffman", "house_history": 15136, "wikidata": "Q7329706", "google_entity_id": "kg:/m/02rkckv"}, "name": {"first": "Richard", "middle": "William", "last": "Hoffman"}, "bio": {"birthday": "1893-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "H000768", "govtrack": 405618, "icpsr": 4562, "wikipedia": "Clifford R. Hope", "house_history": 15235, "wikidata": "Q1101310", "google_entity_id": "kg:/m/05kvkf"}, "name": {"first": "Clifford", "middle": "Ragsdale", "last": "Hope"}, "bio": {"birthday": "1893-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KS", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "KS", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "J000157", "govtrack": 406055, "icpsr": 4976, "wikipedia": "J. Leroy Johnson", "house_history": 15889, "wikidata": "Q1676348", "google_entity_id": "kg:/m/027v_qh"}, "name": {"first": "Justin", "middle": "Leroy", "last": "Johnson"}, "bio": {"birthday": "1888-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "J000263", "govtrack": 406155, "icpsr": 5071, "wikipedia": "Woodrow W. Jones", "house_history": 16025, "wikidata": "Q2593215", "google_entity_id": "kg:/m/03b_yxs"}, "name": {"first": "Woodrow", "middle": "Wilson", "last": "Jones"}, "bio": {"birthday": "1914-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NC", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "K000208", "govtrack": 406369, "icpsr": 5267, "wikipedia": "Karl C. King", "house_history": 16335, "wikidata": "Q6371681", "google_entity_id": "kg:/m/0f1t9h"}, "name": {"first": "Karl", "middle": "Clarence", "last": "King"}, "bio": {"birthday": "1897-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "K000261", "govtrack": 406419, "icpsr": 5317, "wikipedia": "Arthur George Klein", "house_history": 16404, "wikidata": "Q2856411", "google_entity_id": "kg:/m/078zl2"}, "name": {"first": "Arthur", "middle": "George", "last": "Klein"}, "bio": {"birthday": "1904-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "L000468", "govtrack": 406957, "icpsr": 5803, "house_history": 17178, "wikipedia": "Harold Lovre", "wikidata": "Q1360283", "google_entity_id": "kg:/m/0276x2w"}, "name": {"first": "Harold", "middle": "Orrin", "last": "Lovre"}, "bio": {"birthday": "1904-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "SD", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000199", "govtrack": 407219, "icpsr": 6039, "wikipedia": "Thomas E. Martin", "house_history": 17568, "wikidata": "Q2423575", "google_entity_id": "kg:/m/0cvjc4"}, "name": {"first": "Thomas", "middle": "Ellsworth", "last": "Martin"}, "bio": {"birthday": "1893-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M001107", "govtrack": 408071, "icpsr": 6819, "wikipedia": "James C. Murray", "house_history": 18710, "wikidata": "Q4516542", "google_entity_id": "kg:/m/07c82t"}, "name": {"first": "James", "middle": "Cunningham", "last": "Murray"}, "bio": {"birthday": "1917-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M001108", "govtrack": 408072, "icpsr": 6820, "wikipedia": "James E. Murray", "wikidata": "Q1317790", "google_entity_id": "kg:/m/079ksq"}, "name": {"first": "James", "middle": "Edward", "last": "Murray"}, "bio": {"gender": "M", "birthday": "1876-05-03"}, "terms": [{"type": "sen", "start": "1934-01-01", "end": "1937-01-03", "state": "MT", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "MT", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "MT", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "MT", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "MT", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "N000023", "govtrack": 408115, "icpsr": 6856, "wikipedia": "Matthew M. Neely", "house_history": 18865, "wikidata": "Q363974", "google_entity_id": "kg:/m/05dr13"}, "name": {"first": "Matthew", "middle": "Mansfield", "last": "Neely"}, "bio": {"birthday": "1874-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1923-12-03", "end": "1929-03-03", "state": "WV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1931-12-07", "end": "1937-01-03", "state": "WV", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1941-12-31", "state": "WV", "class": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "WV", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1958-01-18", "state": "WV", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "N000031", "govtrack": 408122, "icpsr": 6863, "house_history": 18873, "wikipedia": "Charles P. Nelson (congressman)", "wikidata": "Q1065712", "google_entity_id": "kg:/m/02wyz1m"}, "name": {"first": "Charles", "middle": "Pembroke", "last": "Nelson"}, "bio": {"birthday": "1907-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "ME", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "N000053", "govtrack": 408141, "icpsr": 6882, "wikipedia": "Richard L. Neuberger", "wikidata": "Q2150043", "google_entity_id": "kg:/m/0b35qf"}, "name": {"first": "Richard", "middle": "Lewis", "last": "Neuberger"}, "bio": {"birthday": "1912-12-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1955-01-05", "end": "1960-03-09", "state": "OR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000309", "govtrack": 408709, "icpsr": 7415, "wikipedia": "John J. Phillips", "house_history": 19657, "wikidata": "Q1701424", "google_entity_id": "kg:/m/027hktf"}, "name": {"first": "John", "last": "Phillips"}, "bio": {"birthday": "1887-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "P000536", "govtrack": 408920, "icpsr": 7622, "wikipedia": "Percy Priest", "house_history": 19942, "wikidata": "Q1741100", "google_entity_id": "kg:/m/039_6x"}, "name": {"first": "James", "middle": "Percy", "last": "Priest"}, "bio": {"birthday": "1900-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TN", "district": 5, "party": "Ind. Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000111", "govtrack": 409091, "icpsr": 7779, "wikipedia": "Chauncey W. Reed", "house_history": 20219, "wikidata": "Q5088274", "google_entity_id": "kg:/m/02rkym2"}, "name": {"first": "Chauncey", "middle": "William", "last": "Reed"}, "bio": {"birthday": "1890-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "R000214", "govtrack": 409190, "icpsr": 7869, "wikipedia": "James P. Richards", "house_history": 20348, "wikidata": "Q1681001", "google_entity_id": "kg:/m/02vp05d"}, "name": {"first": "James", "middle": "Prioleau", "last": "Richards"}, "bio": {"birthday": "1894-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "SC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000377", "govtrack": 409871, "icpsr": 8484, "wikipedia": "Dewey Jackson Short", "house_history": 21606, "wikidata": "Q1207129", "google_entity_id": "kg:/m/0271fb0"}, "name": {"first": "Dewey", "middle": "Jackson", "last": "Short"}, "bio": {"birthday": "1898-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MO", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "T000216", "govtrack": 410795, "icpsr": 9338, "wikipedia": "Ruth Thompson", "house_history": 22898, "wikidata": "Q515269", "google_entity_id": "kg:/m/02q1dn2"}, "name": {"first": "Ruth", "last": "Thompson"}, "bio": {"birthday": "1887-09-15", "gender": "F"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "T000408", "govtrack": 410977, "icpsr": 9505, "wikipedia": "T. James Tumulty", "house_history": 23132, "wikidata": "Q2383350", "google_entity_id": "kg:/m/02vlg1_"}, "name": {"first": "Thomas", "middle": "James", "last": "Tumulty"}, "bio": {"birthday": "1913-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NJ", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "V000082", "govtrack": 411138, "icpsr": 9657, "house_history": 20973, "wikipedia": "Harold H. Velde", "wikidata": "Q5661051", "google_entity_id": "kg:/m/038h_m"}, "name": {"first": "Harold", "middle": "Himmel", "last": "Velde"}, "bio": {"gender": "M", "birthday": "1910-04-01"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "W000668", "govtrack": 411821, "icpsr": 10303, "wikipedia": "Jesse P. Wolcott", "house_history": 24013, "wikidata": "Q784436", "google_entity_id": "kg:/m/02pw4x1"}, "name": {"first": "Jesse", "middle": "Paine", "last": "Wolcott"}, "bio": {"birthday": "1893-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "Y000032", "govtrack": 411965, "icpsr": 10437, "wikipedia": "Clarence Clifton Young", "house_history": 21069, "wikidata": "Q1095387", "google_entity_id": "kg:/m/02730wp"}, "name": {"first": "Clarence", "middle": "Clifton", "last": "Young"}, "bio": {"birthday": "1922-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NV", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NV", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "H000963", "govtrack": 405807, "icpsr": 4737, "wikipedia": "Robert Humphreys", "wikidata": "Q2157639", "google_entity_id": "kg:/m/08gnw3"}, "name": {"first": "Robert", "last": "Humphreys"}, "bio": {"birthday": "1893-08-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1956-01-01", "end": "1957-01-03", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000025", "govtrack": 406535, "icpsr": 5411, "wikipedia": "William R. Laird, III", "wikidata": "Q2580324", "google_entity_id": "kg:/m/0cxds6"}, "name": {"first": "William", "middle": "Ramsey", "last": "Laird", "suffix": "III"}, "bio": {"birthday": "1916-06-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1956-01-01", "end": "1957-01-03", "state": "WV", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000167", "govtrack": 409144, "icpsr": 7826, "wikipedia": "W. Chapman Revercomb", "wikidata": "Q2536669", "google_entity_id": "kg:/m/05ff0d"}, "name": {"first": "William", "middle": "Chapman", "last": "Revercomb"}, "bio": {"birthday": "1895-07-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "WV", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1956-01-01", "end": "1959-01-03", "state": "WV", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000666", "govtrack": 411819, "icpsr": 10301, "wikipedia": "Thomas A. Wofford", "wikidata": "Q433654", "google_entity_id": "kg:/m/0d060z"}, "name": {"first": "Thomas", "middle": "Albert", "last": "Wofford"}, "bio": {"birthday": "1908-09-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1956-01-01", "end": "1957-01-03", "state": "SC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000133", "govtrack": 400789, "icpsr": 116, "house_history": 8445, "wikipedia": "John J. Allen Jr.", "wikidata": "Q1700644", "google_entity_id": "kg:/m/0ktcpm"}, "name": {"first": "John", "middle": "Joseph", "last": "Allen", "suffix": "Jr."}, "bio": {"birthday": "1899-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "A000239", "govtrack": 400868, "icpsr": 188, "wikipedia": "August H. Andresen", "house_history": 8598, "wikidata": "Q761572", "google_entity_id": "kg:/m/0bkdx6"}, "name": {"first": "August", "middle": "Herman", "last": "Andresen"}, "bio": {"birthday": "1890-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000276", "govtrack": 401270, "icpsr": 550, "wikipedia": "John V. Beamer", "house_history": 9133, "wikidata": "Q1701988", "google_entity_id": "kg:/m/02rkg_4"}, "name": {"first": "John", "middle": "Valentine", "last": "Beamer"}, "bio": {"gender": "M", "birthday": "1896-11-17"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000698", "govtrack": 401660, "icpsr": 912, "wikipedia": "James Bowler", "house_history": 9688, "wikidata": "Q6130057", "google_entity_id": "kg:/m/0f6_vg"}, "name": {"first": "James", "middle": "Bernard", "last": "Bowler"}, "bio": {"birthday": "1875-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000964", "govtrack": 401916, "icpsr": 1152, "wikipedia": "Charles B. Brownson", "house_history": 10022, "wikidata": "Q1063630", "google_entity_id": "kg:/m/02rkf2_"}, "name": {"first": "Charles", "middle": "Bruce", "last": "Brownson"}, "bio": {"birthday": "1914-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IN", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "B001079", "govtrack": 402025, "icpsr": 1254, "wikipedia": "Usher L. Burdick", "house_history": 10168, "wikidata": "Q2502543", "google_entity_id": "kg:/m/02rk0fc"}, "name": {"first": "Usher", "middle": "Lloyd", "last": "Burdick"}, "bio": {"birthday": "1879-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "ND", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "ND", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "ND", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "ND", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "ND", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "ND", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "B001167", "govtrack": 402109, "icpsr": 1329, "wikipedia": "Prescott Bush", "wikidata": "Q324742", "google_entity_id": "kg:/m/017jh1"}, "name": {"first": "Prescott", "middle": "Sheldon", "last": "Bush"}, "bio": {"birthday": "1895-05-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1952-01-01", "end": "1957-01-03", "state": "CT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "CT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B001180", "govtrack": 402122, "icpsr": 1341, "wikipedia": "John Marshall Butler", "wikidata": "Q370935", "google_entity_id": "kg:/m/050f7y"}, "name": {"first": "John", "middle": "Marshall", "last": "Butler"}, "bio": {"birthday": "1897-07-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "MD", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "MD", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B001211", "govtrack": 402150, "icpsr": 1367, "wikipedia": "Emmet Byrne", "house_history": 10333, "wikidata": "Q4516568", "google_entity_id": "kg:/m/078_91"}, "name": {"first": "Emmet", "middle": "Francis", "last": "Byrne"}, "bio": {"birthday": "1896-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000128", "govtrack": 402278, "icpsr": 1489, "wikipedia": "Homer E. Capehart", "wikidata": "Q1626012", "google_entity_id": "kg:/m/0hj7d"}, "name": {"first": "Homer", "middle": "Earl", "last": "Capehart"}, "bio": {"birthday": "1897-06-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "IN", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "IN", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "IN", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000182", "govtrack": 402329, "icpsr": 1533, "wikipedia": "Joseph L. Carrigg", "house_history": 10680, "wikidata": "Q6284713", "google_entity_id": "kg:/m/0f2cd7"}, "name": {"first": "Joseph", "middle": "Leonard", "last": "Carrigg"}, "bio": {"birthday": "1901-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "C000189", "govtrack": 402336, "icpsr": 1540, "wikipedia": "John A. Carroll", "house_history": 10690, "wikidata": "Q256945", "google_entity_id": "kg:/m/0bf9wn"}, "name": {"first": "John", "middle": "Albert", "last": "Carroll"}, "bio": {"birthday": "1901-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "CO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000221", "govtrack": 402367, "icpsr": 1570, "wikipedia": "Francis H. Case", "house_history": 10732, "wikidata": "Q456271", "google_entity_id": "kg:/m/0clp7r"}, "name": {"first": "Francis", "middle": "Higbee", "last": "Case"}, "bio": {"birthday": "1896-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "SD", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "SD", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000386", "govtrack": 402525, "icpsr": 1719, "wikipedia": "Earl Chudoff", "house_history": 10936, "wikidata": "Q5325788", "google_entity_id": "kg:/m/0f1yjc"}, "name": {"first": "Earl", "last": "Chudoff"}, "bio": {"birthday": "1907-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000515", "govtrack": 402650, "icpsr": 1839, "wikipedia": "Cliff Clevenger", "house_history": 11091, "wikidata": "Q5132569", "google_entity_id": "kg:/m/02658dx"}, "name": {"first": "Cliff", "last": "Clevenger"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 5, "party": "Republican"}], "bio": {"birthday": "1885-08-20", "gender": "M"}}, {"id": {"bioguide": "C000617", "govtrack": 402746, "icpsr": 1931, "wikipedia": "W. Sterling Cole", "house_history": 11222, "wikidata": "Q1922633", "google_entity_id": "kg:/m/0g_gjq"}, "name": {"first": "William", "middle": "Sterling", "last": "Cole"}, "bio": {"birthday": "1904-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 37, "party": "Republican"}]}, {"id": {"bioguide": "C000755", "govtrack": 402875, "icpsr": 2049, "wikipedia": "Jere Cooper", "house_history": 11402, "wikidata": "Q1302851", "google_entity_id": "kg:/m/02btbx"}, "name": {"first": "Jere", "last": "Cooper"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TN", "district": 8, "party": "Democrat"}], "bio": {"birthday": "1893-07-20", "gender": "M"}}, {"id": {"bioguide": "C000804", "govtrack": 402923, "icpsr": 2089, "wikipedia": "Frederic Ren\u00e9 Coudert Jr.", "house_history": 11462, "wikidata": "Q3893468", "google_entity_id": "kg:/m/02btc7"}, "name": {"first": "Frederic", "middle": "Ren\u00e9", "last": "Coudert", "suffix": "Jr."}, "bio": {"birthday": "1898-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "C000905", "govtrack": 403017, "icpsr": 2174, "wikipedia": "Albert W. Cretella", "house_history": 11588, "wikidata": "Q2638987", "google_entity_id": "kg:/m/02rgv1f"}, "name": {"first": "Albert", "middle": "William", "last": "Cretella"}, "bio": {"birthday": "1897-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000993", "govtrack": 403101, "icpsr": 2256, "wikipedia": "Paul Cunningham (politician)", "house_history": 11694, "wikidata": "Q383072", "google_entity_id": "kg:/m/02rk81f"}, "name": {"first": "Paul", "middle": "Harvey", "last": "Cunningham"}, "bio": {"gender": "M", "birthday": "1890-06-15"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "D000155", "govtrack": 403288, "icpsr": 2430, "wikipedia": "William A. Dawson", "house_history": 12023, "wikidata": "Q1601608", "google_entity_id": "kg:/m/02rm413"}, "name": {"first": "William", "middle": "Adams", "last": "Dawson"}, "bio": {"birthday": "1903-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "UT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "UT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "UT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "UT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000219", "govtrack": 403361, "icpsr": 2484, "wikipedia": "Vincent J. Dellay", "house_history": 12105, "wikidata": "Q2526620", "google_entity_id": "kg:/m/02rytq4"}, "name": {"first": "Vincent", "middle": "John", "last": "Dellay"}, "bio": {"birthday": "1907-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NJ", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "D000228", "govtrack": 403367, "icpsr": 2490, "wikipedia": "John J. Dempsey", "house_history": 12115, "wikidata": "Q882915", "google_entity_id": "kg:/m/02ptt6c"}, "name": {"first": "John", "middle": "Joseph", "last": "Dempsey"}, "bio": {"birthday": "1879-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NM", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NM", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NM", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NM", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "D000246", "govtrack": 403384, "icpsr": 2504, "wikipedia": "David S. Dennison Jr.", "house_history": 12135, "wikidata": "Q11100866", "google_entity_id": "kg:/m/03dn5m"}, "name": {"first": "David", "middle": "Short", "last": "Dennison"}, "bio": {"birthday": "1918-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "D000278", "govtrack": 403410, "icpsr": 2531, "wikipedia": "James Devereux", "house_history": 12172, "wikidata": "Q957348", "google_entity_id": "kg:/m/08zxxj"}, "name": {"first": "James", "middle": "Patrick Sinnott", "last": "Devereux"}, "bio": {"birthday": "1903-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MD", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000338", "govtrack": 403456, "icpsr": 2588, "wikipedia": "Martin Dies, Jr.", "house_history": 12246, "wikidata": "Q1903625", "google_entity_id": "kg:/m/03s76b"}, "name": {"first": "Martin", "last": "Dies", "suffix": "Jr."}, "bio": {"birthday": "1900-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "E000029", "govtrack": 403724, "icpsr": 2833, "wikipedia": "Herman P. Eberharter", "house_history": 12637, "wikidata": "Q5740083", "google_entity_id": "kg:/m/0dzzq9"}, "name": {"first": "Herman", "middle": "Peter", "last": "Eberharter"}, "bio": {"birthday": "1892-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 28, "party": "Democrat"}]}, {"id": {"bioguide": "G000129", "govtrack": 404499, "icpsr": 3534, "wikipedia": "Myron V. George", "house_history": 13723, "wikidata": "Q1000070", "google_entity_id": "kg:/m/02rm9fc"}, "name": {"first": "Myron", "middle": "Virgil", "last": "George"}, "bio": {"birthday": "1900-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "KS", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000316", "govtrack": 404674, "icpsr": 3700, "wikipedia": "Thomas S. Gordon", "house_history": 13963, "wikidata": "Q3735014", "google_entity_id": "kg:/m/02rkd3q"}, "name": {"first": "Thomas", "middle": "Sylvy", "last": "Gordon"}, "bio": {"birthday": "1893-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "G000447", "govtrack": 404793, "icpsr": 3809, "wikipedia": "Noble Jones Gregory", "house_history": 14131, "wikidata": "Q1994925", "google_entity_id": "kg:/m/093jhh"}, "name": {"first": "Noble", "middle": "Jones", "last": "Gregory"}, "bio": {"birthday": "1897-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "KY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000541", "govtrack": 404884, "icpsr": 3888, "wikipedia": "Ralph W. Gwinn", "house_history": 14243, "wikidata": "Q7288210", "google_entity_id": "kg:/m/0kt2l1"}, "name": {"first": "Ralph", "middle": "Waldo", "last": "Gwinn"}, "bio": {"birthday": "1884-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "H000036", "govtrack": 404921, "icpsr": 3924, "house_history": 14333, "wikipedia": "Robert Hale (Maine politician)", "wikidata": "Q1678828", "google_entity_id": "kg:/m/02rr752"}, "name": {"first": "Robert", "last": "Hale"}, "bio": {"birthday": "1889-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "ME", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000182", "govtrack": 405063, "icpsr": 4050, "wikipedia": "Cecil M. Harden", "house_history": 14512, "wikidata": "Q1052319", "google_entity_id": "kg:/m/02rkf0l"}, "name": {"first": "Cecil", "middle": "Murray", "last": "Harden"}, "bio": {"birthday": "1894-11-21", "gender": "F"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000275", "govtrack": 405150, "icpsr": 4134, "wikipedia": "Robert Dinsmore Harrison", "house_history": 14623, "wikidata": "Q541602", "google_entity_id": "kg:/m/0b48mt"}, "name": {"first": "Robert", "middle": "Dinsmore", "last": "Harrison"}, "bio": {"gender": "M", "birthday": "1897-01-26"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NE", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000318", "govtrack": 405191, "icpsr": 4172, "house_history": 14675, "wikipedia": "Harry G. Haskell Jr.", "wikidata": "Q1586506", "google_entity_id": "kg:/m/025xkw4"}, "name": {"first": "Harry", "middle": "Garner", "last": "Haskell", "suffix": "Jr."}, "bio": {"birthday": "1921-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "H000405", "govtrack": 405272, "icpsr": 4244, "house_history": 14782, "wikipedia": "Brooks Hays", "wikidata": "Q1809138", "google_entity_id": "kg:/m/04f4s8"}, "name": {"first": "Lawrence", "middle": "Brooks", "last": "Hays"}, "bio": {"birthday": "1898-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AR", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000502", "govtrack": 405365, "icpsr": 4328, "wikipedia": "Thomas C. Hennings Jr.", "house_history": 14907, "wikidata": "Q2422886", "google_entity_id": "kg:/m/0d04bk"}, "name": {"first": "Thomas", "middle": "Carey", "last": "Hennings", "suffix": "Jr."}, "bio": {"birthday": "1903-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1940-12-31", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "MO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1957-01-03", "end": "1960-09-13", "state": "MO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000549", "govtrack": 405411, "icpsr": 4372, "wikipedia": "John W. Heselton", "house_history": 14964, "wikidata": "Q1702056", "google_entity_id": "kg:/m/07b0lp"}, "name": {"first": "John", "middle": "Walter", "last": "Heselton"}, "bio": {"birthday": "1900-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000613", "govtrack": 405473, "icpsr": 4429, "wikipedia": "William S. Hill", "house_history": 15042, "wikidata": "Q2580470", "google_entity_id": "kg:/m/02rj_zy"}, "name": {"first": "William", "middle": "Silas", "last": "Hill"}, "bio": {"birthday": "1886-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CO", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000623", "govtrack": 405481, "icpsr": 4437, "wikipedia": "Patrick J. Hillings", "house_history": 15055, "wikidata": "Q1259373", "google_entity_id": "kg:/m/02rjxxl"}, "name": {"first": "Patrick", "middle": "Jerome", "last": "Hillings"}, "bio": {"birthday": "1923-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "H000740", "govtrack": 405591, "icpsr": 4537, "wikipedia": "Hal Holmes", "house_history": 15199, "wikidata": "Q1570117", "google_entity_id": "kg:/m/02rmm_4"}, "name": {"first": "Otis", "middle": "Halbert", "last": "Holmes"}, "bio": {"birthday": "1902-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H001021", "govtrack": 405858, "icpsr": 4785, "wikipedia": "DeWitt Hyde", "house_history": 15542, "wikidata": "Q2598100", "google_entity_id": "kg:/m/038rsv"}, "name": {"first": "DeWitt", "middle": "Stephen", "last": "Hyde"}, "bio": {"birthday": "1909-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MD", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "J000045", "govtrack": 405950, "icpsr": 4880, "wikipedia": "Benjamin F. James", "house_history": 15747, "wikidata": "Q4888545", "google_entity_id": "kg:/m/0dz_w8"}, "name": {"first": "Benjamin", "middle": "Franklin", "last": "James"}, "bio": {"birthday": "1885-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "J000088", "govtrack": 405990, "icpsr": 4917, "house_history": 15805, "wikipedia": "Thomas A. Jenkins", "wikidata": "Q7786879", "google_entity_id": "kg:/m/07dx_s"}, "name": {"first": "Thomas", "middle": "Albert", "last": "Jenkins"}, "bio": {"birthday": "1880-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "K000029", "govtrack": 406200, "icpsr": 5109, "wikipedia": "Robert Kean", "house_history": 16112, "wikidata": "Q2157817", "google_entity_id": "kg:/m/098phz"}, "name": {"first": "Robert", "middle": "Winthrop", "last": "Kean"}, "bio": {"birthday": "1893-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NJ", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "K000030", "govtrack": 406201, "icpsr": 5110, "wikipedia": "Bernard W. Kearney", "house_history": 16113, "wikidata": "Q4893725", "google_entity_id": "kg:/m/0kt24g"}, "name": {"first": "Bernard", "middle": "William", "last": "Kearney", "nickname": "Pat"}, "bio": {"birthday": "1889-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "K000042", "govtrack": 406212, "icpsr": 5120, "wikipedia": "Russell W. Keeney", "house_history": 16130, "wikidata": "Q7381845", "google_entity_id": "kg:/m/02rkcv2"}, "name": {"first": "Russell", "middle": "Watson", "last": "Keeney"}, "bio": {"birthday": "1897-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "K000058", "govtrack": 406228, "icpsr": 5136, "wikipedia": "Augustine B. Kelley", "house_history": 16153, "wikidata": "Q4821152", "google_entity_id": "kg:/m/0f2h4n"}, "name": {"first": "Augustine", "middle": "Bernard", "last": "Kelley"}, "bio": {"birthday": "1883-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "K000300", "govtrack": 406456, "icpsr": 5351, "house_history": 16457, "wikipedia": "Coya Knutson", "wikidata": "Q1138296", "google_entity_id": "kg:/m/07lfx1"}, "name": {"first": "Coya", "middle": "Gjesdal", "last": "Knutson"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MN", "district": 9, "party": "Democrat"}], "bio": {"birthday": "1912-08-22", "gender": "F"}}, {"id": {"bioguide": "K000332", "govtrack": 406486, "icpsr": 5370, "wikipedia": "Otto Krueger", "house_history": 16500, "wikidata": "Q2039644", "google_entity_id": "kg:/m/02rjxth"}, "name": {"first": "Otto", "last": "Krueger"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "ND", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "ND", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "ND", "district": 0, "party": "Republican"}], "bio": {"birthday": "1890-09-07", "gender": "M"}}, {"id": {"bioguide": "L000077", "govtrack": 406586, "icpsr": 5459, "wikipedia": "Henderson Lovelace Lanham", "house_history": 16687, "wikidata": "Q1604955", "google_entity_id": "kg:/m/0gjs0s"}, "name": {"first": "Henderson", "middle": "Lovelace", "last": "Lanham"}, "bio": {"birthday": "1888-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "GA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "L000108", "govtrack": 406615, "icpsr": 5488, "wikipedia": "Henry J. Latham", "house_history": 16730, "wikidata": "Q528551", "google_entity_id": "kg:/m/0kt22z"}, "name": {"first": "Henry", "middle": "Jepson", "last": "Latham"}, "bio": {"birthday": "1908-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "L000157", "govtrack": 406661, "icpsr": 5552, "wikipedia": "Karl M. Le Compte", "house_history": 16793, "wikidata": "Q1732262", "google_entity_id": "kg:/m/02rl0w7"}, "name": {"first": "Karl", "middle": "Miles", "last": "Le Compte"}, "bio": {"birthday": "1887-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "L000416", "govtrack": 406907, "icpsr": 5757, "house_history": 17110, "wikipedia": "George S. Long", "wikidata": "Q1508218", "google_entity_id": "kg:/m/0dgy7h"}, "name": {"first": "George", "middle": "Shannon", "last": "Long"}, "bio": {"birthday": "1883-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "LA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000274", "govtrack": 407292, "icpsr": 6102, "wikipedia": "Edwin H. May, Jr.", "house_history": 17662, "wikidata": "Q1294630", "google_entity_id": "kg:/m/02rhfsq"}, "name": {"first": "Edwin", "middle": "Hyland", "last": "May", "suffix": "Jr."}, "bio": {"birthday": "1924-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000354", "govtrack": 407362, "icpsr": 6169, "wikipedia": "Samuel K. McConnell Jr.", "house_history": 17768, "wikidata": "Q7411886", "google_entity_id": "kg:/m/0dzvln"}, "name": {"first": "Samuel", "middle": "Kerns", "last": "McConnell", "suffix": "Jr."}, "bio": {"birthday": "1901-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "M000460", "govtrack": 407459, "icpsr": 6262, "wikipedia": "J. Harry McGregor", "house_history": 17899, "wikidata": "Q6105954", "google_entity_id": "kg:/m/027m7s0"}, "name": {"first": "J.", "middle": "Harry", "last": "McGregor"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 17, "party": "Republican"}], "bio": {"birthday": "1896-09-30", "gender": "M"}}, {"id": {"bioguide": "M000483", "govtrack": 407479, "icpsr": 6280, "wikipedia": "Robert J. McIntosh", "house_history": 17929, "wikidata": "Q2157681", "google_entity_id": "kg:/m/02pw55b"}, "name": {"first": "Robert", "middle": "John", "last": "McIntosh"}, "bio": {"birthday": "1922-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000609", "govtrack": 407598, "icpsr": 6389, "house_history": 18088, "wikipedia": "William E. McVey", "wikidata": "Q8008276", "google_entity_id": "kg:/m/07g630"}, "name": {"first": "William", "middle": "Estus", "last": "McVey"}, "bio": {"gender": "M", "birthday": "1885-12-13"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000715", "govtrack": 407697, "icpsr": 6474, "wikipedia": "Arthur L. Miller", "house_history": 18227, "wikidata": "Q710259", "google_entity_id": "kg:/m/09_l8w"}, "name": {"first": "Arthur", "middle": "Lewis", "last": "Miller"}, "bio": {"gender": "M", "birthday": "1892-05-24"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NE", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000724", "govtrack": 407704, "icpsr": 6481, "wikipedia": "Edward Tylor Miller", "house_history": 18237, "wikidata": "Q604409", "google_entity_id": "kg:/m/06g00d"}, "name": {"first": "Edward", "middle": "Tylor", "last": "Miller"}, "bio": {"birthday": "1895-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MD", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000935", "govtrack": 407904, "icpsr": 6664, "wikipedia": "Albert P. Morano", "house_history": 18506, "wikidata": "Q2638558", "google_entity_id": "kg:/m/02rgv0d"}, "name": {"first": "Albert", "middle": "Paul", "last": "Morano"}, "bio": {"gender": "M", "birthday": "1908-01-18"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CT", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "N000017", "govtrack": 408110, "icpsr": 6851, "wikipedia": "Will E. Neal", "house_history": 18857, "wikidata": "Q1362171", "google_entity_id": "kg:/m/02rzb63"}, "name": {"first": "William", "middle": "Elmer", "last": "Neal"}, "bio": {"gender": "M", "birthday": "1875-10-14"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WV", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WV", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "N000097", "govtrack": 408182, "icpsr": 6922, "wikipedia": "Donald W. Nicholson", "house_history": 18953, "wikidata": "Q1240431", "google_entity_id": "kg:/m/0dpmym"}, "name": {"first": "Donald", "middle": "William", "last": "Nicholson"}, "bio": {"birthday": "1888-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "N000110", "govtrack": 408194, "icpsr": 6933, "wikipedia": "F. Jay Nimtz", "house_history": 18967, "wikidata": "Q1386341", "google_entity_id": "kg:/m/02rkfr8"}, "name": {"first": "F.", "middle": "Jay", "last": "Nimtz"}, "bio": {"birthday": "1915-12-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "O000056", "govtrack": 408291, "icpsr": 7044, "wikipedia": "Joseph P. O'Hara", "house_history": 19138, "wikidata": "Q1707787", "google_entity_id": "kg:/m/0dhv6w"}, "name": {"first": "Joseph", "middle": "Patrick", "last": "O'Hara"}, "bio": {"birthday": "1895-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000119", "govtrack": 408527, "icpsr": 7245, "wikipedia": "James T. Patterson", "house_history": 19422, "wikidata": "Q1681165", "google_entity_id": "kg:/m/02rhjj2"}, "name": {"first": "James", "middle": "Thomas", "last": "Patterson"}, "bio": {"birthday": "1908-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CT", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "R000008", "govtrack": 408991, "icpsr": 7687, "house_history": 20083, "wikipedia": "Edmund P. Radwan", "wikidata": "Q5339719", "google_entity_id": "kg:/m/07bg5t"}, "name": {"first": "Edmund", "middle": "Patrick", "last": "Radwan"}, "bio": {"birthday": "1911-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 41, "party": "Republican"}]}, {"id": {"bioguide": "R000329", "govtrack": 409300, "icpsr": 7969, "wikipedia": "Edward J. Robeson Jr.", "house_history": 20492, "wikidata": "Q1292691", "google_entity_id": "kg:/m/02vp0d8"}, "name": {"first": "Edward", "middle": "John", "last": "Robeson", "suffix": "Jr."}, "bio": {"birthday": "1890-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "VA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000359", "govtrack": 409330, "icpsr": 7997, "house_history": 20526, "wikipedia": "John M. Robsion, Jr.", "wikidata": "Q1700970", "google_entity_id": "kg:/m/08ppb3"}, "name": {"first": "John", "middle": "Marshall", "last": "Robsion", "suffix": "Jr."}, "bio": {"birthday": "1904-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "KY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000009", "govtrack": 409529, "icpsr": 8170, "wikipedia": "Antoni Sadlak", "house_history": 21142, "wikidata": "Q597998", "google_entity_id": "kg:/m/02rgwqd"}, "name": {"first": "Antoni", "middle": "Nicholas", "last": "Sadlak"}, "bio": {"birthday": "1908-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CT", "district": -1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CT", "district": -1, "party": "Republican"}]}, {"id": {"bioguide": "S000194", "govtrack": 409699, "icpsr": 8318, "wikipedia": "Errett P. Scrivner", "house_history": 21379, "wikidata": "Q1361539", "google_entity_id": "kg:/m/02rmb2p"}, "name": {"first": "Errett", "middle": "Power", "last": "Scrivner"}, "bio": {"birthday": "1898-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "KS", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000198", "govtrack": 409703, "icpsr": 8322, "wikipedia": "Hubert B. Scudder", "house_history": 21384, "wikidata": "Q1633053", "google_entity_id": "kg:/m/02rhhq7"}, "name": {"first": "Hubert", "middle": "Baxter", "last": "Scudder"}, "bio": {"birthday": "1888-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000315", "govtrack": 409813, "icpsr": 8426, "house_history": 21527, "wikipedia": "Timothy P. Sheehan", "wikidata": "Q6647003", "google_entity_id": "kg:/m/07jknj"}, "name": {"first": "Timothy", "middle": "Patrick", "last": "Sheehan"}, "bio": {"birthday": "1909-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "S000390", "govtrack": 409884, "icpsr": 8495, "wikipedia": "George A. Shuford", "house_history": 21623, "wikidata": "Q1506808", "google_entity_id": "kg:/m/02vn_tc"}, "name": {"first": "George", "middle": "Adams", "last": "Shuford"}, "bio": {"birthday": "1895-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NC", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NC", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NC", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "S000405", "govtrack": 409899, "icpsr": 8506, "wikipedia": "Alfred Dennis Sieminski", "house_history": 21642, "wikidata": "Q2644845", "google_entity_id": "kg:/m/02vlrd4"}, "name": {"first": "Alfred", "middle": "Dennis", "last": "Sieminski"}, "bio": {"birthday": "1911-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NJ", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "S000437", "govtrack": 409931, "icpsr": 8533, "wikipedia": "Sid Simpson", "house_history": 21682, "wikidata": "Q7507907", "google_entity_id": "kg:/m/02rkcxv"}, "name": {"first": "Sidney", "middle": "Elmer", "last": "Simpson"}, "bio": {"birthday": "1894-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "S000585", "govtrack": 410065, "icpsr": 8663, "wikipedia": "Lawrence H. Smith", "house_history": 21858, "wikidata": "Q122832", "google_entity_id": "kg:/m/02vrqt3"}, "name": {"first": "Lawrence", "middle": "Henry", "last": "Smith"}, "bio": {"birthday": "1892-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000819", "govtrack": 410284, "icpsr": 8857, "wikipedia": "S. Walter Stauffer", "house_history": 22153, "wikidata": "Q7387979", "google_entity_id": "kg:/m/0f2mr2"}, "name": {"first": "Simon", "middle": "Walter", "last": "Stauffer"}, "bio": {"birthday": "1888-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "T000028", "govtrack": 410617, "icpsr": 9168, "wikipedia": "Henry O. Talle", "house_history": 22667, "wikidata": "Q1607098", "google_entity_id": "kg:/m/02rk7jy"}, "name": {"first": "Henry", "middle": "Oscar", "last": "Talle"}, "bio": {"gender": "M", "birthday": "1892-01-12"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000139", "govtrack": 410721, "icpsr": 9267, "wikipedia": "Donald Edgar Tewes", "house_history": 22802, "wikidata": "Q182484", "google_entity_id": "kg:/m/0gz997"}, "name": {"first": "Donald", "middle": "Edgar", "last": "Tewes"}, "bio": {"birthday": "1916-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "V000119", "govtrack": 411173, "icpsr": 9688, "wikipedia": "John Martin Vorys", "house_history": 21019, "wikidata": "Q6247010", "google_entity_id": "kg:/m/02rhkcy"}, "name": {"first": "John", "middle": "Martin", "last": "Vorys"}, "bio": {"birthday": "1896-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "V000125", "govtrack": 411179, "icpsr": 9693, "wikipedia": "Charles W. Vursell", "house_history": 21027, "wikidata": "Q5083276", "google_entity_id": "kg:/m/02rk966"}, "name": {"first": "Charles", "middle": "Wesley", "last": "Vursell"}, "bio": {"birthday": "1881-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "W000450", "govtrack": 411607, "icpsr": 10095, "wikipedia": "Richard B. Wigglesworth", "house_history": 23752, "wikidata": "Q2149011", "google_entity_id": "kg:/m/0dpmqz"}, "name": {"first": "Richard", "middle": "Bowditch", "last": "Wigglesworth"}, "bio": {"birthday": "1891-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "W000465", "govtrack": 411622, "icpsr": 10110, "wikipedia": "Alexander Wiley", "wikidata": "Q1512517", "google_entity_id": "kg:/m/039t74"}, "name": {"first": "Alexander", "last": "Wiley"}, "bio": {"birthday": "1884-05-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "WI", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "WI", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "WI", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "WI", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000549", "govtrack": 411705, "icpsr": 10191, "wikipedia": "William R. Williams", "house_history": 23866, "wikidata": "Q8017310", "google_entity_id": "kg:/m/0kt25l"}, "name": {"first": "William", "middle": "Robert", "last": "Williams"}, "bio": {"birthday": "1884-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 34, "party": "Republican"}]}, {"id": {"bioguide": "W000683", "govtrack": 411835, "icpsr": 10314, "wikipedia": "Charles A. Wolverton", "house_history": 24030, "wikidata": "Q1063499", "google_entity_id": "kg:/m/0bp1mr"}, "name": {"first": "Charles", "middle": "Anderson", "last": "Wolverton"}, "bio": {"birthday": "1880-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NJ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000665", "govtrack": 405520, "icpsr": 4473, "wikipedia": "John D. Hoblitzell Jr.", "wikidata": "Q1699723", "google_entity_id": "kg:/m/06ln04"}, "name": {"first": "John", "middle": "Dempsey", "last": "Hoblitzell", "suffix": "Jr."}, "bio": {"birthday": "1912-12-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1958-01-01", "end": "1959-01-03", "state": "WV", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000138", "govtrack": 400794, "icpsr": 121, "house_history": 8452, "wikipedia": "Leo E. Allen", "wikidata": "Q6523685", "google_entity_id": "kg:/m/026354y"}, "name": {"first": "Leo", "middle": "Elwood", "last": "Allen"}, "bio": {"birthday": "1898-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "A000200", "govtrack": 400855, "icpsr": 177, "wikipedia": "LeRoy H. Anderson", "house_history": 8534, "wikidata": "Q1809705", "google_entity_id": "kg:/m/02rjwy_"}, "name": {"first": "LeRoy", "middle": "Hagen", "last": "Anderson"}, "bio": {"birthday": "1906-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000139", "govtrack": 401140, "icpsr": 431, "wikipedia": "Graham Arthur Barden", "house_history": 8949, "wikidata": "Q1541885", "google_entity_id": "kg:/m/060vlv"}, "name": {"first": "Graham", "middle": "Arthur", "last": "Barden"}, "bio": {"birthday": "1896-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000170", "govtrack": 401171, "icpsr": 458, "wikipedia": "Joseph W. Barr", "house_history": 8992, "wikidata": "Q1708162", "google_entity_id": "kg:/m/03hfdt"}, "name": {"first": "Joseph", "middle": "Walker", "last": "Barr"}, "bio": {"birthday": "1918-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IN", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "B000245", "govtrack": 401239, "icpsr": 521, "wikipedia": "Albert David Baumhart Jr.", "house_history": 9096, "wikidata": "Q4710010", "google_entity_id": "kg:/m/027m6z7"}, "name": {"first": "Albert", "middle": "David", "last": "Baumhart", "suffix": "Jr."}, "bio": {"birthday": "1908-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "B000271", "govtrack": 401265, "icpsr": 546, "house_history": 9126, "wikipedia": "James Glenn Beall", "wikidata": "Q435110", "google_entity_id": "kg:/m/05f_gr"}, "name": {"first": "James", "middle": "Glenn", "last": "Beall"}, "bio": {"birthday": "1894-06-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "MD", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "MD", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000391", "govtrack": 401382, "icpsr": 652, "house_history": 9282, "wikipedia": "Alvin Morell Bentley", "wikidata": "Q449197", "google_entity_id": "kg:/m/03z81h"}, "name": {"first": "Alvin", "middle": "Morell", "last": "Bentley"}, "bio": {"birthday": "1918-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "B000646", "govtrack": 401610, "icpsr": 868, "wikipedia": "Albert H. Bosch", "house_history": 9620, "wikidata": "Q868566", "google_entity_id": "kg:/m/0kt22l"}, "name": {"first": "Albert", "middle": "Henry", "last": "Bosch"}, "bio": {"birthday": "1908-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000699", "govtrack": 401661, "icpsr": 913, "wikipedia": "Chester Bowles", "house_history": 9690, "wikidata": "Q880817", "google_entity_id": "kg:/m/01g7jw"}, "name": {"first": "Chester", "middle": "Bliss", "last": "Bowles"}, "bio": {"birthday": "1901-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000727", "govtrack": 401687, "icpsr": 939, "house_history": 9725, "wikipedia": "Charles A. Boyle", "wikidata": "Q5074809", "google_entity_id": "kg:/m/07c7zl"}, "name": {"first": "Charles", "middle": "Augustus", "last": "Boyle"}, "bio": {"birthday": "1907-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "B000849", "govtrack": 401806, "icpsr": 1050, "wikipedia": "Lawrence Brock", "house_history": 9876, "wikidata": "Q1809135", "google_entity_id": "kg:/m/0b4kqc"}, "name": {"first": "Lawrence", "last": "Brock"}, "bio": {"birthday": "1906-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NE", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000908", "govtrack": 401865, "icpsr": 1103, "wikipedia": "Charles Harrison Brown", "house_history": 9953, "wikidata": "Q1064752", "google_entity_id": "kg:/m/02rz6pz"}, "name": {"first": "Charles", "middle": "Harrison", "last": "Brown"}, "bio": {"birthday": "1920-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MO", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MO", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000940", "govtrack": 401894, "icpsr": 1130, "house_history": 9991, "wikipedia": "Paul Brown (Georgia politician)", "wikidata": "Q1678408", "google_entity_id": "kg:/m/0271d9c"}, "name": {"first": "Paul", "last": "Brown"}, "bio": {"birthday": "1880-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "GA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "B000982", "govtrack": 401934, "icpsr": 1167, "wikipedia": "Clarence Norman Brunsdale", "wikidata": "Q367750", "google_entity_id": "kg:/m/05m_jy"}, "name": {"first": "Clarence", "middle": "Norman", "last": "Brunsdale"}, "bio": {"birthday": "1891-07-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1959-01-07", "end": "1961-01-03", "state": "ND", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001035", "govtrack": 401985, "icpsr": 1215, "wikipedia": "Hamer H. Budge", "house_history": 10110, "wikidata": "Q603157", "google_entity_id": "kg:/m/07c3d9"}, "name": {"first": "Hamer", "middle": "Harold", "last": "Budge"}, "bio": {"birthday": "1910-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "ID", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001127", "govtrack": 402071, "wikipedia": "John A. Burns", "house_history": 10226, "wikidata": "Q880606", "google_entity_id": "kg:/m/02kwtb"}, "name": {"first": "John", "middle": "Anthony", "last": "Burns"}, "bio": {"birthday": "1909-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "HI", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "HI", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "B001165", "govtrack": 402107, "icpsr": 1328, "wikipedia": "Alvin Bush", "house_history": 10274, "wikidata": "Q4738053", "google_entity_id": "kg:/m/0dzwz5"}, "name": {"first": "Alvin", "middle": "Ray", "last": "Bush"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 17, "party": "Republican"}], "bio": {"birthday": "1893-06-04", "gender": "M"}}, {"id": {"bioguide": "B001208", "govtrack": 402148, "icpsr": 1365, "wikipedia": "Harry F. Byrd", "wikidata": "Q775382", "google_entity_id": "kg:/m/035rl7"}, "name": {"first": "Harry", "middle": "Flood", "last": "Byrd"}, "bio": {"birthday": "1887-06-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1935-01-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1935-01-03", "end": "1941-01-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "VA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000113", "govtrack": 402265, "icpsr": 1476, "wikipedia": "Gordon Canfield", "house_history": 10587, "wikidata": "Q1423018", "google_entity_id": "kg:/m/0279wc1"}, "name": {"first": "Gordon", "last": "Canfield"}, "bio": {"birthday": "1898-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NJ", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NJ", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "C000162", "govtrack": 402310, "icpsr": 1517, "house_history": 10657, "wikipedia": "A. S. J. Carnahan", "wikidata": "Q279153", "google_entity_id": "kg:/m/03ycb1"}, "name": {"first": "Albert", "middle": "Sidney Johnson", "last": "Carnahan"}, "bio": {"birthday": "1897-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MO", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000199", "govtrack": 402345, "icpsr": 1549, "wikipedia": "Steven V. Carter", "house_history": 10702, "wikidata": "Q143370", "google_entity_id": "kg:/m/02rk85k"}, "name": {"first": "Steven", "middle": "V.", "last": "Carter"}, "bio": {"birthday": "1915-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000338", "govtrack": 402478, "icpsr": 1678, "wikipedia": "Dennis Ch\u00e1vez", "house_history": 10875, "wikidata": "Q442195", "google_entity_id": "kg:/m/035kv4"}, "name": {"first": "Dennis", "last": "Chavez"}, "bio": {"birthday": "1888-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NM", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NM", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1935-05-11", "end": "1941-01-03", "state": "NM", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1941-01-03", "end": "1947-01-03", "state": "NM", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "NM", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "NM", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1962-11-18", "state": "NM", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000383", "govtrack": 402522, "icpsr": 1717, "house_history": 10933, "wikipedia": "George H. Christopher", "wikidata": "Q1311139", "google_entity_id": "kg:/m/02rx0pz"}, "name": {"first": "George", "middle": "Henry", "last": "Christopher"}, "bio": {"gender": "M", "birthday": "1888-12-09"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MO", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000589", "govtrack": 402718, "icpsr": 1904, "wikipedia": "Frank M. Coffin", "house_history": 11189, "wikidata": "Q1443706", "google_entity_id": "kg:/m/06gm0z"}, "name": {"first": "Frank", "middle": "Morey", "last": "Coffin"}, "bio": {"birthday": "1919-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "ME", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "ME", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000368", "govtrack": 403485, "icpsr": 2616, "wikipedia": "Henry Aldous Dixon", "house_history": 12286, "wikidata": "Q1606417", "google_entity_id": "kg:/m/02rm41g"}, "name": {"first": "Henry", "middle": "Aldous", "last": "Dixon"}, "bio": {"birthday": "1890-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "UT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000402", "govtrack": 403516, "icpsr": 2646, "wikipedia": "Isidore Dollinger", "house_history": 12332, "wikidata": "Q13219098", "google_entity_id": "kg:/m/078xr4"}, "name": {"first": "Isidore", "last": "Dollinger"}, "bio": {"birthday": "1903-11-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "D000433", "govtrack": 403543, "icpsr": 2671, "wikipedia": "Francis E. Dorn", "house_history": 12371, "wikidata": "Q2377510", "google_entity_id": "kg:/m/0262s93"}, "name": {"first": "Francis", "middle": "Edwin", "last": "Dorn"}, "bio": {"birthday": "1911-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "D000571", "govtrack": 403674, "icpsr": 2791, "wikipedia": "Carl T. Durham", "house_history": 12536, "wikidata": "Q1040749", "google_entity_id": "kg:/m/02vn_rn"}, "name": {"first": "Carl", "middle": "Thomas", "last": "Durham"}, "bio": {"birthday": "1892-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "E000121", "govtrack": 403812, "icpsr": 2910, "house_history": 12744, "wikipedia": "Douglas Hemphill Elliott", "wikidata": "Q5301584", "google_entity_id": "kg:/m/0ggd65"}, "name": {"first": "Douglas", "middle": "Hemphill", "last": "Elliott"}, "bio": {"birthday": "1921-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "E000181", "govtrack": 403870, "icpsr": 2965, "wikipedia": "Clair Engle", "house_history": 12818, "wikidata": "Q1094741", "google_entity_id": "kg:/m/03mrkf"}, "name": {"first": "Clair", "last": "Engle"}, "bio": {"birthday": "1911-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "CA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000227", "govtrack": 404182, "icpsr": 3240, "wikipedia": "Gerald T. Flynn", "house_history": 13256, "wikidata": "Q1422254", "google_entity_id": "kg:/m/02vrq6x"}, "name": {"first": "Gerald", "middle": "Thomas", "last": "Flynn"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WI", "district": 1, "party": "Democrat"}], "bio": {"birthday": "1910-10-07", "gender": "M"}}, {"id": {"bioguide": "F000237", "govtrack": 404192, "icpsr": 3249, "wikipedia": "John R. Foley", "house_history": 13271, "wikidata": "Q2597734", "google_entity_id": "kg:/m/08zxb8"}, "name": {"first": "John", "middle": "Robert", "last": "Foley"}, "bio": {"birthday": "1917-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MD", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "F000255", "govtrack": 404209, "icpsr": 3264, "house_history": 13294, "wikipedia": "Aime Forand", "wikidata": "Q405520", "google_entity_id": "kg:/m/027n6p4"}, "name": {"first": "Aime", "middle": "Joseph", "last": "Forand"}, "bio": {"birthday": "1895-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "RI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000130", "govtrack": 404500, "icpsr": 3535, "wikipedia": "Newell A. George", "house_history": 13724, "wikidata": "Q1983484", "google_entity_id": "kg:/m/02rm9gd"}, "name": {"first": "Newell", "middle": "Adolphus", "last": "George"}, "bio": {"birthday": "1904-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "KS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000048", "govtrack": 404933, "icpsr": 3936, "house_history": 14347, "wikipedia": "David McKee Hall", "wikidata": "Q1175604", "google_entity_id": "kg:/m/03b_ywd"}, "name": {"first": "David", "middle": "McKee", "last": "Hall"}, "bio": {"birthday": "1918-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NC", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "H000204", "govtrack": 405084, "icpsr": 4071, "wikipedia": "Denver David Hargis", "house_history": 14539, "wikidata": "Q1189965", "google_entity_id": "kg:/m/02rm9hf"}, "name": {"first": "Denver", "middle": "David", "last": "Hargis"}, "bio": {"birthday": "1921-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "KS", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000216", "govtrack": 405094, "icpsr": 4081, "wikipedia": "Randall S. Harmon", "house_history": 14555, "wikidata": "Q2130608", "google_entity_id": "kg:/m/02rkzzd"}, "name": {"first": "Randall", "middle": "S.", "last": "Harmon"}, "bio": {"birthday": "1903-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "H000484", "govtrack": 405347, "icpsr": 4311, "wikipedia": "John E. Henderson", "house_history": 14880, "wikidata": "Q13219426", "google_entity_id": "kg:/m/03dn8d"}, "name": {"first": "John", "middle": "Earl", "last": "Henderson"}, "bio": {"birthday": "1917-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "H000550", "govtrack": 405412, "icpsr": 4373, "house_history": 14965, "wikipedia": "William E. Hess", "wikidata": "Q1280076", "google_entity_id": "kg:/m/086n33"}, "name": {"first": "William", "middle": "Emil", "last": "Hess"}, "bio": {"birthday": "1898-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000690", "govtrack": 405543, "icpsr": 4494, "wikipedia": "Earl Hogan", "house_history": 15137, "wikidata": "Q174949", "google_entity_id": "kg:/m/02rkfl3"}, "name": {"first": "Earl", "middle": "Lee", "last": "Hogan"}, "bio": {"birthday": "1920-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "H000746", "govtrack": 405597, "icpsr": 4543, "wikipedia": "Joseph F. Holt", "house_history": 15205, "wikidata": "Q1706951", "google_entity_id": "kg:/m/02rjwdg"}, "name": {"first": "Joseph", "middle": "Franklin", "last": "Holt", "suffix": "III"}, "bio": {"birthday": "1924-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "J000008", "govtrack": 405915, "icpsr": 4846, "wikipedia": "Donald L. Jackson", "house_history": 15703, "wikidata": "Q1240034", "google_entity_id": "kg:/m/02rhf7j"}, "name": {"first": "Donald", "middle": "Lester", "last": "Jackson"}, "bio": {"birthday": "1910-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "J000119", "govtrack": 406020, "icpsr": 4943, "house_history": 15843, "wikipedia": "Byron L. Johnson", "wikidata": "Q1018618", "google_entity_id": "kg:/m/02rhcz8"}, "name": {"first": "Byron", "middle": "Lindberg", "last": "Johnson"}, "bio": {"birthday": "1917-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000015", "govtrack": 406187, "icpsr": 5099, "wikipedia": "George A. Kasem", "house_history": 16092, "wikidata": "Q1506795", "google_entity_id": "kg:/m/02rhgg0"}, "name": {"first": "George", "middle": "Albert", "last": "Kasem"}, "bio": {"birthday": "1919-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "K000036", "govtrack": 406206, "icpsr": 5116, "wikipedia": "Kenneth Keating", "house_history": 16122, "wikidata": "Q356342", "google_entity_id": "kg:/m/055v0m"}, "name": {"first": "Kenneth", "middle": "Barnard", "last": "Keating"}, "bio": {"birthday": "1900-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "NY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000018", "govtrack": 406528, "icpsr": 5404, "wikipedia": "John A. Lafore Jr.", "house_history": 16598, "wikidata": "Q6217775", "google_entity_id": "kg:/m/0dztk2"}, "name": {"first": "John", "middle": "Armand", "last": "Lafore", "suffix": "Jr."}, "bio": {"birthday": "1905-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "L000260", "govtrack": 406763, "icpsr": 5625, "wikipedia": "Robert W. Levering", "house_history": 16917, "wikidata": "Q7350694", "google_entity_id": "kg:/m/02rjyw5"}, "name": {"first": "Robert", "middle": "Woodrow", "last": "Levering"}, "bio": {"birthday": "1914-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "L000425", "govtrack": 406915, "icpsr": 5764, "wikipedia": "Oren E. Long", "wikidata": "Q715129", "google_entity_id": "kg:/m/02km_j"}, "name": {"first": "Oren", "middle": "Ethelbirt", "last": "Long"}, "bio": {"birthday": "1889-03-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1959-01-07", "end": "1963-01-03", "state": "HI", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000021", "govtrack": 407049, "icpsr": 5885, "house_history": 17355, "wikipedia": "Russell V. Mack", "wikidata": "Q2176965", "google_entity_id": "kg:/m/027n3z5"}, "name": {"first": "Russell", "middle": "Vernon", "last": "Mack"}, "bio": {"birthday": "1891-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000449", "govtrack": 407448, "icpsr": 6253, "wikipedia": "Donald McGinley", "house_history": 17886, "wikidata": "Q1240134", "google_entity_id": "kg:/m/09mwxc"}, "name": {"first": "Donald", "middle": "Francis", "last": "McGinley"}, "bio": {"gender": "M", "birthday": "1920-06-30"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NE", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000682", "govtrack": 407667, "icpsr": 6451, "wikipedia": "William H. Meyer", "house_history": 18178, "wikidata": "Q2579088", "google_entity_id": "kg:/m/0fytps"}, "name": {"first": "William", "middle": "Henry", "last": "Meyer"}, "bio": {"birthday": "1914-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "VT", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "M000759", "govtrack": 407737, "house_history": 18278, "wikipedia": "Ward Miller", "wikidata": "Q7969047", "google_entity_id": "kg:/m/03dmr8"}, "name": {"first": "Ward", "middle": "MacLaughlin", "last": "Miller"}, "bio": {"birthday": "1902-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000812", "govtrack": 407787, "icpsr": 6559, "wikipedia": "Harlan Erwin Mitchell", "house_history": 18348, "wikidata": "Q1585446", "google_entity_id": "kg:/m/026p0lk"}, "name": {"first": "Harlan", "middle": "Erwin", "last": "Mitchell"}, "bio": {"birthday": "1924-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "GA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000991", "govtrack": 407959, "icpsr": 6718, "wikipedia": "Toby Morris", "house_history": 18569, "wikidata": "Q2438227", "google_entity_id": "kg:/m/02rr6wt"}, "name": {"first": "Toby", "last": "Morris"}, "bio": {"birthday": "1899-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OK", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "O000074", "govtrack": 408347, "icpsr": 7061, "wikipedia": "James C. Oliver", "house_history": 19158, "wikidata": "Q1680115", "google_entity_id": "kg:/m/02ry1jh"}, "name": {"first": "James", "middle": "Churchill", "last": "Oliver"}, "bio": {"birthday": "1895-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "ME", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000408", "govtrack": 408801, "icpsr": 7506, "house_history": 19786, "wikipedia": "James G. Polk", "wikidata": "Q6134380", "google_entity_id": "kg:/m/0bjvmn"}, "name": {"first": "James", "middle": "Gould", "last": "Polk"}, "bio": {"gender": "M", "birthday": "1896-10-06"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "P000439", "govtrack": 408830, "icpsr": 7533, "wikipedia": "Charles O. Porter", "house_history": 19825, "wikidata": "Q1065674", "google_entity_id": "kg:/m/0fl3n5"}, "name": {"first": "Charles", "middle": "Orlando", "last": "Porter"}, "bio": {"birthday": "1919-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OR", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "P000516", "govtrack": 408901, "icpsr": 7605, "wikipedia": "Prince Hulon Preston Jr.", "house_history": 19917, "wikidata": "Q1500509", "google_entity_id": "kg:/m/026xzj8"}, "name": {"first": "Prince", "middle": "Hulon", "last": "Preston", "suffix": "Jr."}, "bio": {"birthday": "1908-07-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000549", "govtrack": 408933, "icpsr": 7634, "wikipedia": "Stanley A. Prokop", "house_history": 19957, "wikidata": "Q7599421", "google_entity_id": "kg:/m/0c8rs5"}, "name": {"first": "Stanley", "middle": "A.", "last": "Prokop"}, "bio": {"birthday": "1909-07-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "Q000012", "govtrack": 408975, "icpsr": 7673, "wikipedia": "James M. Quigley", "house_history": 20058, "wikidata": "Q6138524", "google_entity_id": "kg:/m/0f2mgc"}, "name": {"first": "James", "middle": "Michael", "last": "Quigley"}, "bio": {"birthday": "1918-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "R000113", "govtrack": 409093, "icpsr": 7781, "house_history": 20222, "wikipedia": "Daniel A. Reed", "wikidata": "Q5216337", "google_entity_id": "kg:/m/0d1tcg"}, "name": {"first": "Daniel", "middle": "Alden", "last": "Reed"}, "bio": {"birthday": "1875-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 45, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 45, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 45, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 45, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 43, "party": "Republican"}]}, {"id": {"bioguide": "R000132", "govtrack": 409111, "icpsr": 7799, "wikipedia": "Edward Herbert Rees", "house_history": 20245, "wikidata": "Q1292528", "google_entity_id": "kg:/m/02rmb0m"}, "name": {"first": "Edward", "middle": "Herbert", "last": "Rees"}, "bio": {"gender": "M", "birthday": "1886-06-03"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "KS", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "R000392", "govtrack": 409360, "icpsr": 8024, "wikipedia": "Edith Nourse Rogers", "house_history": 20569, "wikidata": "Q240965", "google_entity_id": "kg:/m/057z9k"}, "name": {"first": "Edith", "middle": "Nourse", "last": "Rogers"}, "bio": {"birthday": "1881-03-19", "gender": "F"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000430", "govtrack": 409924, "icpsr": 8527, "wikipedia": "Edna O. Simpson", "house_history": 21674, "wikidata": "Q5340085", "google_entity_id": "kg:/m/02rk9c0"}, "name": {"first": "Edna", "middle": "Oakes", "last": "Simpson"}, "bio": {"birthday": "1891-10-26", "gender": "F"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "S000436", "govtrack": 409930, "icpsr": 8532, "wikipedia": "Richard M. Simpson", "house_history": 21681, "wikidata": "Q7327569", "google_entity_id": "kg:/m/0dzwq4"}, "name": {"first": "Richard", "middle": "Murray", "last": "Simpson"}, "bio": {"birthday": "1900-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "S000640", "govtrack": 410114, "icpsr": 8709, "wikipedia": "Wint Smith", "house_history": 21925, "wikidata": "Q1770510", "google_entity_id": "kg:/m/02rmb4r"}, "name": {"first": "Wint", "last": "Smith"}, "bio": {"birthday": "1892-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "KS", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "T000070", "govtrack": 410655, "icpsr": 9203, "house_history": 22721, "wikipedia": "Dean P. Taylor", "wikidata": "Q5246395", "google_entity_id": "kg:/m/0gp7j4"}, "name": {"first": "Dean", "middle": "Park", "last": "Taylor"}, "bio": {"birthday": "1902-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "T000118", "govtrack": 410700, "icpsr": 9248, "wikipedia": "Ludwig Teller", "house_history": 22778, "wikidata": "Q6699348", "google_entity_id": "kg:/m/078wtb"}, "name": {"first": "Ludwig", "last": "Teller"}, "bio": {"birthday": "1911-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "T000229", "govtrack": 410808, "icpsr": 9350, "wikipedia": "Edwin Keith Thomson", "house_history": 22911, "wikidata": "Q1294738", "google_entity_id": "kg:/m/0265jb0"}, "name": {"first": "Edwin", "middle": "Keith", "last": "Thomson"}, "bio": {"birthday": "1919-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WY", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "W000024", "govtrack": 411203, "icpsr": 9716, "wikipedia": "Stuyvesant Wainwright", "house_history": 23247, "wikidata": "Q82221", "google_entity_id": "kg:/m/0kt21v"}, "name": {"first": "Stuyvesant", "middle": "II", "last": "Wainwright"}, "bio": {"birthday": "1921-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000120", "govtrack": 411295, "icpsr": 9801, "wikipedia": "Fred Wampler (Indiana)", "house_history": 23356, "wikidata": "Q1452544", "google_entity_id": "kg:/m/02rkfwd"}, "name": {"first": "Fred", "last": "Wampler"}, "bio": {"birthday": "1909-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000446", "govtrack": 411603, "icpsr": 10092, "wikipedia": "Roy Wier", "house_history": 23746, "wikidata": "Q2170925", "google_entity_id": "kg:/m/0djdwh"}, "name": {"first": "Roy", "middle": "William", "last": "Wier"}, "bio": {"birthday": "1888-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000663", "govtrack": 411816, "icpsr": 10299, "wikipedia": "Gardner R. Withrow", "house_history": 24007, "wikidata": "Q658433", "google_entity_id": "kg:/m/0b6wcc"}, "name": {"first": "Gardner", "middle": "Robert", "last": "Withrow"}, "bio": {"birthday": "1892-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WI", "district": 3, "party": "Progressive"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WI", "district": 3, "party": "Progressive"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000675", "govtrack": 411827, "icpsr": 10308, "wikipedia": "Leonard G. Wolf", "house_history": 24021, "wikidata": "Q1818969", "google_entity_id": "kg:/m/02rk7xz"}, "name": {"first": "Leonard", "middle": "George", "last": "Wolf"}, "bio": {"gender": "M", "birthday": "1925-10-29"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000520", "govtrack": 407005, "icpsr": 5843, "wikipedia": "Hall S. Lusk", "wikidata": "Q1571326", "google_entity_id": "kg:/m/0d8syn"}, "name": {"first": "Hall", "middle": "Stoner", "last": "Lusk"}, "bio": {"birthday": "1883-09-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1960-01-01", "end": "1961-01-03", "state": "OR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "N000052", "govtrack": 408140, "icpsr": 6881, "wikipedia": "Maurine Neuberger", "house_history": 18900, "wikidata": "Q434765", "google_entity_id": "kg:/m/075zgv"}, "name": {"first": "Maurine", "middle": "Brown", "last": "Neuberger"}, "terms": [{"type": "sen", "start": "1960-11-09", "end": "1961-01-03", "state": "OR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "OR", "class": 2, "party": "Democrat"}], "bio": {"birthday": "1907-01-09", "gender": "F"}}, {"id": {"bioguide": "S000517", "govtrack": 410001, "icpsr": 10822, "wikipedia": "Benjamin A. Smith II", "wikidata": "Q817374", "google_entity_id": "kg:/m/061bqs"}, "name": {"first": "Benjamin", "middle": "A.", "last": "Smith", "suffix": "II"}, "bio": {"birthday": "1916-03-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1960-01-01", "end": "1963-01-03", "state": "MA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000054", "govtrack": 400715, "icpsr": 46, "wikipedia": "Hugh Joseph Addonizio", "house_history": 8331, "wikidata": "Q1634414", "google_entity_id": "kg:/m/04mhpc"}, "name": {"first": "Hugh", "middle": "Joseph", "last": "Addonizio"}, "bio": {"birthday": "1914-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NJ", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "A000094", "govtrack": 400752, "icpsr": 82, "wikipedia": "Hugh Quincy Alexander", "house_history": 8389, "wikidata": "Q263283", "google_entity_id": "kg:/m/04gpr_"}, "name": {"first": "Hugh", "middle": "Quincy", "last": "Alexander"}, "bio": {"gender": "M", "birthday": "1911-08-07"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NC", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NC", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "A000105", "govtrack": 400763, "icpsr": 92, "house_history": 8404, "wikipedia": "Dale Alford", "wikidata": "Q664816", "google_entity_id": "kg:/m/02frgd"}, "name": {"first": "Thomas", "middle": "Dale", "last": "Alford"}, "bio": {"birthday": "1916-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AR", "district": 5, "party": "Ind. Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AR", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "A000179", "govtrack": 400834, "icpsr": 158, "wikipedia": "Herman Carl Andersen", "house_history": 8507, "wikidata": "Q1610249", "google_entity_id": "kg:/m/0dgs7w"}, "name": {"first": "Herman", "middle": "Carl", "last": "Andersen"}, "bio": {"birthday": "1897-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "A000255", "govtrack": 400891, "icpsr": 205, "wikipedia": "Victor Anfuso", "house_history": 8619, "wikidata": "Q1103431", "google_entity_id": "kg:/m/0kt1yb"}, "name": {"first": "Victor", "middle": "L'Episcopo", "last": "Anfuso"}, "bio": {"birthday": "1905-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "B000035", "govtrack": 401040, "icpsr": 339, "wikipedia": "Cleveland M. Bailey", "house_history": 8820, "wikidata": "Q1100770", "google_entity_id": "kg:/m/02rz8z4"}, "name": {"first": "Cleveland", "middle": "Monroe", "last": "Bailey"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WV", "district": 3, "party": "Democrat"}], "bio": {"birthday": "1886-07-15", "gender": "M"}}, {"id": {"bioguide": "B000222", "govtrack": 401218, "icpsr": 503, "wikipedia": "Perkins Bass", "house_history": 9061, "wikidata": "Q301736", "google_entity_id": "kg:/m/03wwj2"}, "name": {"first": "Perkins", "last": "Bass"}, "bio": {"birthday": "1912-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000536", "govtrack": 401511, "icpsr": 777, "wikipedia": "William A. Blakley", "wikidata": "Q4088427", "google_entity_id": "kg:/m/053fln"}, "name": {"first": "William", "middle": "Arvis", "last": "Blakley"}, "bio": {"birthday": "1898-11-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1957-01-03", "end": "1957-12-31", "state": "TX", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1961-12-31", "state": "TX", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000561", "govtrack": 401535, "icpsr": 798, "wikipedia": "Iris Faircloth Blitch", "house_history": 9501, "wikidata": "Q1249830", "google_entity_id": "kg:/m/02715hs"}, "name": {"first": "Iris", "middle": "Faircloth", "last": "Blitch"}, "bio": {"birthday": "1912-04-25", "gender": "F"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "B000725", "govtrack": 401685, "icpsr": 937, "wikipedia": "Frank W. Boykin", "house_history": 9723, "wikidata": "Q1385820", "google_entity_id": "kg:/m/02ql236"}, "name": {"first": "Frank", "middle": "William", "last": "Boykin"}, "bio": {"birthday": "1885-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000791", "govtrack": 401748, "icpsr": 997, "wikipedia": "James Floyd Breeding", "house_history": 9802, "wikidata": "Q1680392", "google_entity_id": "kg:/m/02rm94f"}, "name": {"first": "James", "middle": "Floyd", "last": "Breeding"}, "bio": {"birthday": "1901-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "KS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "KS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "KS", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000884", "govtrack": 401841, "icpsr": 1081, "house_history": 9922, "wikipedia": "Overton Brooks", "wikidata": "Q2042456", "google_entity_id": "kg:/m/01bz3m"}, "name": {"first": "Overton", "last": "Brooks"}, "bio": {"birthday": "1897-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B001090", "govtrack": 402036, "icpsr": 1264, "wikipedia": "Frank W. Burke", "house_history": 10183, "wikidata": "Q1444389", "google_entity_id": "kg:/m/07c9d0"}, "name": {"first": "Frank", "middle": "Welsh", "last": "Burke"}, "bio": {"birthday": "1920-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000365", "govtrack": 402504, "icpsr": 1702, "wikipedia": "Robert B. Chiperfield", "house_history": 10911, "wikidata": "Q7341692", "google_entity_id": "kg:/m/02rkz_s"}, "name": {"first": "Robert", "middle": "Bruce", "last": "Chiperfield"}, "bio": {"birthday": "1899-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "C000389", "govtrack": 402528, "icpsr": 1722, "house_history": 10940, "wikipedia": "Marguerite S. Church", "wikidata": "Q649176", "google_entity_id": "kg:/m/0c4yh8"}, "name": {"first": "Marguerite", "middle": "Stitt", "last": "Church"}, "bio": {"birthday": "1892-09-13", "gender": "F"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "C000540", "govtrack": 402673, "icpsr": 1861, "wikipedia": "Merwin Coad", "house_history": 11123, "wikidata": "Q1751116", "google_entity_id": "kg:/m/02rk7_c"}, "name": {"first": "Merwin", "last": "Coad"}, "bio": {"birthday": "1924-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000725", "govtrack": 402847, "icpsr": 2023, "house_history": 11360, "wikipedia": "Robert E. Cook", "wikidata": "Q7343747", "google_entity_id": "kg:/m/03dn46"}, "name": {"first": "Robert", "middle": "Eugene", "last": "Cook"}, "bio": {"birthday": "1920-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C001011", "govtrack": 403118, "icpsr": 2272, "wikipedia": "Laurence Curtis", "house_history": 11717, "wikidata": "Q657767", "google_entity_id": "kg:/m/0cvdp5"}, "name": {"first": "Laurence", "last": "Curtis"}, "bio": {"birthday": "1893-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "D000109", "govtrack": 403245, "icpsr": 2389, "wikipedia": "James C. Davis", "house_history": 11965, "wikidata": "Q1680229", "google_entity_id": "kg:/m/02q9db6"}, "name": {"first": "James", "middle": "Curran", "last": "Davis"}, "bio": {"birthday": "1895-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "D000425", "govtrack": 403537, "icpsr": 2665, "wikipedia": "Edwin B. Dooley", "house_history": 12359, "wikidata": "Q5346224", "google_entity_id": "kg:/m/0kt1_6"}, "name": {"first": "Edwin", "middle": "Benedict", "last": "Dooley"}, "bio": {"birthday": "1905-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "D000456", "govtrack": 403566, "icpsr": 2691, "wikipedia": "Paul Douglas", "wikidata": "Q1372141", "google_entity_id": "kg:/m/01s2pp"}, "name": {"first": "Paul", "middle": "Howard", "last": "Douglas"}, "bio": {"birthday": "1892-03-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "IL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "IL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "IL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000575", "govtrack": 403678, "icpsr": 10515, "house_history": 12541, "wikipedia": "Edwin Russell Durno", "wikidata": "Q1294946", "google_entity_id": "kg:/m/02pjh43"}, "name": {"first": "Edwin", "middle": "Russell", "last": "Durno"}, "bio": {"gender": "M", "birthday": "1899-01-26"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OR", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000585", "govtrack": 403688, "icpsr": 2803, "wikipedia": "Henry Dworshak", "house_history": 12553, "wikidata": "Q1606695", "google_entity_id": "kg:/m/031vd9"}, "name": {"first": "Henry", "middle": "Clarence", "last": "Dworshak"}, "bio": {"birthday": "1894-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1946-01-01", "end": "1949-01-03", "state": "ID", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "ID", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "ID", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1961-01-03", "end": "1963-01-03", "state": "ID", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000075", "govtrack": 404033, "icpsr": 3105, "wikipedia": "Ivor D. Fenton", "house_history": 13060, "wikidata": "Q6099354", "google_entity_id": "kg:/m/0dztwd"}, "name": {"first": "Ivor", "middle": "David", "last": "Fenton"}, "bio": {"birthday": "1889-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "F000353", "govtrack": 404300, "icpsr": 3346, "house_history": 13418, "wikipedia": "James B. Frazier Jr.", "wikidata": "Q1680034", "google_entity_id": "kg:/m/02842yq"}, "name": {"first": "James", "middle": "Beriah", "last": "Frazier", "suffix": "Jr."}, "bio": {"birthday": "1890-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000069", "govtrack": 404442, "icpsr": 10519, "wikipedia": "Peter A. Garland", "house_history": 13649, "wikidata": "Q2073568", "google_entity_id": "kg:/m/02ry1p_"}, "name": {"first": "Peter", "middle": "Adams", "last": "Garland"}, "bio": {"birthday": "1923-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "ME", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000368", "govtrack": 404720, "icpsr": 3743, "wikipedia": "Kathryn E. Granahan", "house_history": 14028, "wikidata": "Q6026200", "google_entity_id": "kg:/m/0dhmnf"}, "name": {"first": "Kathryn", "middle": "Elizabeth", "last": "Granahan"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 2, "party": "Democrat"}], "bio": {"birthday": "1894-12-07", "gender": "F"}}, {"id": {"bioguide": "H000264", "govtrack": 405141, "icpsr": 4125, "wikipedia": "Burr Harrison", "house_history": 14611, "wikidata": "Q1016882", "google_entity_id": "kg:/m/02vp0cy"}, "name": {"first": "Burr", "middle": "Powell", "last": "Harrison"}, "bio": {"birthday": "1904-07-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "VA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "VA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000561", "govtrack": 405423, "icpsr": 10806, "wikipedia": "John J. Hickey", "wikidata": "Q888075", "google_entity_id": "kg:/m/08sqq0"}, "name": {"first": "John", "middle": "Joseph", "last": "Hickey"}, "bio": {"birthday": "1911-08-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1961-01-03", "end": "1963-01-03", "state": "WY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000568", "govtrack": 405430, "icpsr": 4388, "house_history": 14989, "wikipedia": "Edgar W. Hiestand", "wikidata": "Q1284198", "google_entity_id": "kg:/m/08n3vj"}, "name": {"first": "Edgar", "middle": "Willard", "last": "Hiestand"}, "bio": {"birthday": "1888-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "H000683", "govtrack": 405536, "icpsr": 4487, "wikipedia": "Clare Hoffman", "house_history": 15130, "wikidata": "Q1095307", "google_entity_id": "kg:/m/0dd368"}, "name": {"first": "Clare", "middle": "Eugene", "last": "Hoffman"}, "bio": {"birthday": "1875-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000753", "govtrack": 405604, "icpsr": 4548, "wikipedia": "Lester Holtzman", "house_history": 15214, "wikidata": "Q1103441", "google_entity_id": "kg:/m/0kt1wv"}, "name": {"first": "Lester", "last": "Holtzman"}, "bio": {"birthday": "1913-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "I000007", "govtrack": 405869, "icpsr": 4796, "wikipedia": "Frank N. Ikard", "house_history": 15626, "wikidata": "Q1443840", "google_entity_id": "kg:/m/0d9v0z"}, "name": {"first": "Frank", "middle": "Neville", "last": "Ikard"}, "bio": {"birthday": "1913-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "J000176", "govtrack": 406072, "icpsr": 4993, "house_history": 15918, "wikipedia": "Thomas Francis Johnson", "wikidata": "Q499577", "google_entity_id": "kg:/m/06f_wj"}, "name": {"first": "Thomas", "middle": "Francis", "last": "Johnson"}, "bio": {"birthday": "1909-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000278", "govtrack": 406170, "icpsr": 5083, "wikipedia": "Walter Judd (politician)", "house_history": 16047, "wikidata": "Q762215", "google_entity_id": "kg:/m/07hs15"}, "name": {"first": "Walter", "middle": "Henry", "last": "Judd"}, "bio": {"birthday": "1898-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "K000032", "govtrack": 406202, "icpsr": 5112, "wikipedia": "Carroll D. Kearns", "house_history": 16115, "wikidata": "Q5046552", "google_entity_id": "kg:/m/0dzz8x"}, "name": {"first": "Carroll", "middle": "Dudley", "last": "Kearns"}, "bio": {"birthday": "1900-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "K000044", "govtrack": 406214, "icpsr": 5122, "house_history": 16133, "wikipedia": "Estes Kefauver", "wikidata": "Q1108617", "google_entity_id": "kg:/m/01sssq"}, "name": {"first": "Carey", "middle": "Estes", "last": "Kefauver"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "TN", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "TN", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1963-12-31", "state": "TN", "class": 2, "party": "Democrat"}], "bio": {"birthday": "1903-07-26", "gender": "M"}}, {"id": {"bioguide": "K000144", "govtrack": 406310, "icpsr": 5213, "wikipedia": "Robert S. Kerr", "wikidata": "Q381505", "google_entity_id": "kg:/m/05tnvb"}, "name": {"first": "Robert", "middle": "Samuel", "last": "Kerr"}, "bio": {"birthday": "1896-09-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "OK", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "OK", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1963-12-31", "state": "OK", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000171", "govtrack": 406335, "icpsr": 5236, "wikipedia": "Paul J. Kilday", "house_history": 16290, "wikidata": "Q1306989", "google_entity_id": "kg:/m/03c2_1c"}, "name": {"first": "Paul", "middle": "Joseph", "last": "Kilday"}, "bio": {"birthday": "1900-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "K000249", "govtrack": 406408, "icpsr": 5306, "house_history": 16387, "wikipedia": "Alvin Paul Kitchin", "wikidata": "Q449203", "google_entity_id": "kg:/m/0ksm1k"}, "name": {"first": "Alvin", "middle": "Paul", "last": "Kitchin"}, "bio": {"birthday": "1908-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "K000320", "govtrack": 406474, "icpsr": 5362, "wikipedia": "Frank Kowalski", "house_history": 16484, "wikidata": "Q1443596", "google_entity_id": "kg:/m/02q51t1"}, "name": {"first": "Frank", "last": "Kowalski"}, "bio": {"birthday": "1907-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CT", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "L000065", "govtrack": 406574, "icpsr": 5447, "wikipedia": "Thomas J. Lane", "house_history": 16668, "wikidata": "Q2424969", "google_entity_id": "kg:/m/0bydg0"}, "name": {"first": "Thomas", "middle": "Joseph", "last": "Lane"}, "bio": {"birthday": "1898-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "L000446", "govtrack": 406937, "icpsr": 5783, "house_history": 17149, "wikipedia": "Joseph Carlton Loser", "wikidata": "Q1706733", "google_entity_id": "kg:/m/043fpd"}, "name": {"first": "Joseph", "middle": "Carlton", "last": "Loser"}, "bio": {"birthday": "1892-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000014", "govtrack": 407043, "icpsr": 5880, "wikipedia": "Thaddeus M. Machrowicz", "house_history": 17345, "wikidata": "Q2408338", "google_entity_id": "kg:/m/026z_wr"}, "name": {"first": "Thaddeus", "middle": "Michael", "last": "Machrowicz"}, "bio": {"birthday": "1899-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000020", "govtrack": 407048, "icpsr": 5884, "wikipedia": "Peter F. Mack, Jr.", "house_history": 17354, "wikidata": "Q7173908", "google_entity_id": "kg:/m/02rkc8x"}, "name": {"first": "Peter", "middle": "Francis", "last": "Mack", "suffix": "Jr."}, "bio": {"birthday": "1916-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "M000052", "govtrack": 407080, "icpsr": 5912, "wikipedia": "Donald H. Magnuson", "house_history": 17393, "wikidata": "Q1239926", "google_entity_id": "kg:/m/02rmn16"}, "name": {"first": "Donald", "middle": "Hammer", "last": "Magnuson"}, "bio": {"gender": "M", "birthday": "1911-03-07"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000152", "govtrack": 407174, "icpsr": 5998, "house_history": 17512, "wikipedia": "Fred Marshall (American politician)", "wikidata": "Q1452443", "google_entity_id": "kg:/m/0dgh0r"}, "name": {"first": "Fred", "last": "Marshall"}, "bio": {"birthday": "1906-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000224", "govtrack": 407242, "icpsr": 6061, "wikipedia": "Noah M. Mason", "house_history": 17600, "wikidata": "Q7002124", "google_entity_id": "kg:/m/02rkc5t"}, "name": {"first": "Noah", "middle": "Morgan", "last": "Mason"}, "bio": {"birthday": "1882-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "M000414", "govtrack": 407414, "icpsr": 6220, "wikipedia": "Gordon L. McDonough", "house_history": 17845, "wikidata": "Q1538048", "google_entity_id": "kg:/m/02rhh0l"}, "name": {"first": "Gordon", "middle": "Leo", "last": "McDonough"}, "bio": {"birthday": "1895-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "M000582", "govtrack": 407573, "icpsr": 6366, "wikipedia": "Patrick V. McNamara", "wikidata": "Q474461", "google_entity_id": "kg:/m/03lhbp"}, "name": {"first": "Patrick", "middle": "Vincent", "last": "McNamara"}, "bio": {"birthday": "1894-10-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "MI", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1966-04-30", "state": "MI", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000605", "govtrack": 407594, "icpsr": 6386, "house_history": 18084, "wikipedia": "Harold B. McSween", "wikidata": "Q1508458", "google_entity_id": "kg:/m/0ds7w9"}, "name": {"first": "Harold", "middle": "Barnett", "last": "McSween"}, "bio": {"birthday": "1926-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "LA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000608", "govtrack": 407597, "icpsr": 10536, "wikipedia": "Walter Lewis McVey, Jr.", "house_history": 18087, "wikidata": "Q2545377", "google_entity_id": "kg:/m/02rm9v2"}, "name": {"first": "Walter", "middle": "Lewis", "last": "McVey", "suffix": "Jr."}, "bio": {"birthday": "1922-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "KS", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000664", "govtrack": 407650, "icpsr": 6437, "wikipedia": "Chester Earl Merrow", "house_history": 18153, "wikidata": "Q1070710", "google_entity_id": "kg:/m/02rl4gg"}, "name": {"first": "Chester", "middle": "Earl", "last": "Merrow"}, "bio": {"birthday": "1906-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000719", "govtrack": 407701, "icpsr": 6477, "wikipedia": "Clement Woodnutt Miller", "house_history": 18231, "wikidata": "Q949671", "google_entity_id": "kg:/m/02rhdsr"}, "name": {"first": "Clement", "middle": "Woodnutt", "last": "Miller"}, "bio": {"birthday": "1916-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000927", "govtrack": 407897, "icpsr": 10537, "wikipedia": "Tom Van Horn Moorehead", "house_history": 18494, "wikidata": "Q7817915", "google_entity_id": "kg:/m/027m7l5"}, "name": {"first": "Tom", "middle": "Van Horn", "last": "Moorehead"}, "bio": {"birthday": "1898-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "M001045", "govtrack": 408012, "icpsr": 6765, "wikipedia": "Morgan M. Moulder", "house_history": 18634, "wikidata": "Q1755662", "google_entity_id": "kg:/m/02rz7lv"}, "name": {"first": "Morgan", "middle": "Moore", "last": "Moulder"}, "bio": {"birthday": "1904-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MO", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MO", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "M001077", "govtrack": 408042, "icpsr": 6795, "wikipedia": "Walter M. Mumma", "house_history": 18673, "wikidata": "Q7965521", "google_entity_id": "kg:/m/0dzwjw"}, "name": {"first": "Walter", "middle": "Mann", "last": "Mumma"}, "bio": {"birthday": "1890-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "M001100", "govtrack": 408064, "icpsr": 10815, "wikipedia": "Maurice J. Murphy Jr.", "wikidata": "Q5997815", "google_entity_id": "kg:/m/08v652"}, "name": {"first": "Maurice", "middle": "J.", "last": "Murphy", "suffix": "Jr."}, "bio": {"birthday": "1927-10-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1961-01-03", "end": "1963-01-03", "state": "NH", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "N000136", "govtrack": 408220, "icpsr": 10541, "wikipedia": "Catherine Dorris Norrell", "house_history": 19000, "wikidata": "Q1050956", "google_entity_id": "kg:/m/02rhc__"}, "name": {"first": "Catherine", "middle": "Dorris", "last": "Norrell"}, "bio": {"birthday": "1901-03-30", "gender": "F"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AR", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "N000137", "govtrack": 408221, "icpsr": 6958, "wikipedia": "William F. Norrell", "house_history": 19001, "wikidata": "Q1304717", "google_entity_id": "kg:/m/02rj_hg"}, "name": {"first": "William", "middle": "Frank", "last": "Norrell"}, "bio": {"birthday": "1896-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AR", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "P000264", "govtrack": 408665, "icpsr": 10544, "wikipedia": "M. Blaine Peterson", "house_history": 19604, "wikidata": "Q1880757", "google_entity_id": "kg:/m/02rm41t"}, "name": {"first": "Morris", "middle": "Blaine", "last": "Peterson"}, "bio": {"birthday": "1906-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "UT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000287", "govtrack": 408687, "icpsr": 7392, "wikipedia": "Gracie Pfost", "house_history": 19633, "wikidata": "Q1541112", "google_entity_id": "kg:/m/07kkz_"}, "name": {"first": "Gracie", "middle": "Bowers", "last": "Pfost"}, "bio": {"birthday": "1906-03-12", "gender": "F"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "ID", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "ID", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "ID", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "ID", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "ID", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000001", "govtrack": 408985, "icpsr": 7682, "wikipedia": "Louis C. Rabaut", "house_history": 20075, "wikidata": "Q1564503", "google_entity_id": "kg:/m/027c1fg"}, "name": {"first": "Louis", "middle": "Charles", "last": "Rabaut"}, "bio": {"birthday": "1886-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "R000077", "govtrack": 409057, "icpsr": 7749, "wikipedia": "John H. Ray", "house_history": 20177, "wikidata": "Q3332144", "google_entity_id": "kg:/m/0kt1z2"}, "name": {"first": "John", "middle": "Henry", "last": "Ray"}, "bio": {"birthday": "1886-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "R000082", "govtrack": 409062, "icpsr": 7753, "wikipedia": "Sam Rayburn", "house_history": 20184, "wikidata": "Q1378052", "google_entity_id": "kg:/m/024zwq"}, "name": {"first": "Samuel", "middle": "Taliaferro", "last": "Rayburn"}, "bio": {"birthday": "1882-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "R000108", "govtrack": 409088, "icpsr": 7777, "wikipedia": "B. Carroll Reece", "house_history": 20214, "wikidata": "Q903196", "google_entity_id": "kg:/m/0kzh1"}, "name": {"first": "Brazilla", "middle": "Carroll", "last": "Reece"}, "terms": [{"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TN", "district": 1, "party": "Republican"}], "bio": {"birthday": "1889-12-22", "gender": "M"}}, {"id": {"bioguide": "R000109", "govtrack": 409089, "icpsr": 10547, "wikipedia": "Louise Goff Reece", "house_history": 20216, "wikidata": "Q1574095", "google_entity_id": "kg:/m/0cxb8r"}, "name": {"first": "Louise", "middle": "Goff", "last": "Reece"}, "bio": {"birthday": "1898-11-06", "gender": "F"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000259", "govtrack": 409234, "icpsr": 10549, "wikipedia": "Corinne Boyd Riley", "house_history": 20407, "wikidata": "Q1132872", "google_entity_id": "kg:/m/02wvl1s"}, "name": {"first": "Corinne", "middle": "Boyd", "last": "Riley"}, "bio": {"birthday": "1893-07-04", "gender": "F"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "SC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000260", "govtrack": 409235, "icpsr": 7908, "wikipedia": "John J. Riley", "house_history": 20408, "wikidata": "Q1228596", "google_entity_id": "kg:/m/02rtqp5"}, "name": {"first": "John", "middle": "Jacob", "last": "Riley"}, "bio": {"gender": "M", "birthday": "1895-02-01"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "SC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000317", "govtrack": 409288, "icpsr": 7958, "house_history": 20478, "wikipedia": "Absalom Willis Robertson", "wikidata": "Q331714", "google_entity_id": "kg:/m/03zxp3"}, "name": {"first": "Absalom", "middle": "Willis", "last": "Robertson"}, "bio": {"birthday": "1887-05-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "VA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1946-11-05", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "sen", "start": "1946-11-06", "end": "1949-01-03", "state": "VA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "VA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "VA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "VA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000547", "govtrack": 409503, "icpsr": 8147, "wikipedia": "J. T. Rutherford", "house_history": 20755, "wikidata": "Q1676413", "google_entity_id": "kg:/m/02btcl"}, "name": {"first": "J.", "middle": "T.", "last": "Rutherford"}, "bio": {"birthday": "1921-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "S000021", "govtrack": 409540, "icpsr": 8185, "wikipedia": "Leverett Saltonstall", "wikidata": "Q880369", "google_entity_id": "kg:/m/038jjl"}, "name": {"first": "Leverett", "last": "Saltonstall"}, "bio": {"birthday": "1892-09-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1949-01-03", "state": "MA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "MA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "MA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "MA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000057", "govtrack": 409571, "icpsr": 8214, "wikipedia": "Alfred E. Santangelo", "house_history": 21203, "wikidata": "Q4168579", "google_entity_id": "kg:/m/0kt1zv"}, "name": {"first": "Alfred", "middle": "Edward", "last": "Santangelo"}, "bio": {"birthday": "1912-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "S000075", "govtrack": 409587, "icpsr": 8225, "wikipedia": "Dalip Singh Saund", "house_history": 21228, "wikidata": "Q1157945", "google_entity_id": "kg:/m/07pbwp"}, "name": {"first": "Dalip", "middle": "Singh", "last": "Saund"}, "bio": {"birthday": "1899-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 29, "party": "Democrat"}]}, {"id": {"bioguide": "S000120", "govtrack": 409628, "icpsr": 8260, "house_history": 21285, "wikipedia": "Gordon H. Scherer", "wikidata": "Q1538021", "google_entity_id": "kg:/m/03dmpf"}, "name": {"first": "Gordon", "middle": "Harry", "last": "Scherer"}, "bio": {"birthday": "1906-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000138", "govtrack": 409646, "icpsr": 8270, "wikipedia": "Andrew Frank Schoeppel", "wikidata": "Q187983", "google_entity_id": "kg:/m/03cxnr"}, "name": {"first": "Andrew", "middle": "Frank", "last": "Schoeppel"}, "bio": {"gender": "M", "birthday": "1894-11-23"}, "terms": [{"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1961-01-03", "end": "1962-01-21", "state": "KS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000193", "govtrack": 409698, "icpsr": 10558, "wikipedia": "William Scranton", "house_history": 21377, "wikidata": "Q880776", "google_entity_id": "kg:/m/050vbt"}, "name": {"first": "William", "middle": "Warren", "last": "Scranton"}, "bio": {"birthday": "1917-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "S000224", "govtrack": 409729, "icpsr": 8346, "house_history": 21413, "wikipedia": "Horace Seely-Brown, Jr.", "wikidata": "Q1627908", "google_entity_id": "kg:/m/092_2w"}, "name": {"first": "Horace", "last": "Seely-Brown", "suffix": "Jr."}, "bio": {"birthday": "1908-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000533", "govtrack": 410016, "icpsr": 8616, "wikipedia": "Frank E. Smith", "house_history": 21798, "wikidata": "Q1443183", "google_entity_id": "kg:/m/02rtncx"}, "name": {"first": "Frank", "middle": "Ellis", "last": "Smith"}, "bio": {"birthday": "1918-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MS", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000717", "govtrack": 410187, "icpsr": 8778, "house_history": 22023, "wikipedia": "Brent Spence", "wikidata": "Q909840", "google_entity_id": "kg:/m/0fx01v"}, "name": {"first": "Brent", "last": "Spence"}, "bio": {"birthday": "1874-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "KY", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "KY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "KY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "T000001", "govtrack": 410591, "icpsr": 9144, "house_history": 22633, "wikipedia": "John Taber", "wikidata": "Q6260150", "google_entity_id": "kg:/m/0bpr2v"}, "name": {"first": "John", "last": "Taber"}, "bio": {"birthday": "1880-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 36, "party": "Republican"}]}, {"id": {"bioguide": "U000002", "govtrack": 411026, "icpsr": 9549, "wikipedia": "Stewart Udall", "house_history": 20827, "wikidata": "Q1347844", "google_entity_id": "kg:/m/036sz1"}, "name": {"first": "Stewart", "middle": "Lee", "last": "Udall"}, "bio": {"birthday": "1920-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AZ", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "V000069", "govtrack": 411111, "icpsr": 9645, "wikipedia": "James E. Van Zandt", "house_history": 20957, "wikidata": "Q6133235", "google_entity_id": "kg:/m/0dp9mf"}, "name": {"first": "James", "middle": "Edward", "last": "Van Zandt"}, "bio": {"birthday": "1898-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "W000228", "govtrack": 411396, "icpsr": 9895, "wikipedia": "Phillip Hart Weaver", "house_history": 23491, "wikidata": "Q648482", "google_entity_id": "kg:/m/0brd77"}, "name": {"first": "Phillip", "middle": "Hart", "last": "Weaver"}, "bio": {"birthday": "1919-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NE", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000256", "govtrack": 411424, "icpsr": 9920, "wikipedia": "Jessica M. Weis", "house_history": 23524, "wikidata": "Q6187332", "google_entity_id": "kg:/m/0h1mfg"}, "name": {"first": "Jessica", "middle": "McCullough", "last": "Weis"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 38, "party": "Republican"}], "bio": {"birthday": "1901-07-08", "gender": "F"}}, {"id": {"bioguide": "Z000003", "govtrack": 411996, "icpsr": 10464, "wikipedia": "Herbert Zelenko", "house_history": 21113, "wikidata": "Q5735995", "google_entity_id": "kg:/m/0ddcgj"}, "name": {"first": "Herbert", "last": "Zelenko"}, "bio": {"birthday": "1906-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "K000107", "govtrack": 406274, "icpsr": 5180, "house_history": 7707, "wikipedia": "John F. Kennedy", "wikidata": "Q9696", "google_entity_id": "kg:/m/0d3k14"}, "name": {"first": "John", "middle": "Fitzgerald", "last": "Kennedy"}, "bio": {"birthday": "1917-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "MA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1960-12-22", "state": "MA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000656", "govtrack": 401619, "icpsr": 10801, "wikipedia": "Joseph H. Bottum", "wikidata": "Q1707152", "google_entity_id": "kg:/m/05y7kl"}, "name": {"first": "Joseph", "middle": "H.", "last": "Bottum"}, "bio": {"birthday": "1903-08-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1962-01-01", "end": "1963-01-03", "state": "SD", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000623", "govtrack": 407612, "icpsr": 10811, "wikipedia": "Edwin L. Mechem", "wikidata": "Q375358", "google_entity_id": "kg:/m/08ccgn"}, "name": {"first": "Edwin", "middle": "Leard", "last": "Mechem"}, "bio": {"birthday": "1912-07-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1962-01-01", "end": "1965-01-03", "state": "NM", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000434", "govtrack": 409928, "icpsr": 10820, "wikipedia": "Milward L. Simpson", "wikidata": "Q881641", "google_entity_id": "kg:/m/08cchp"}, "name": {"first": "Milward", "middle": "Lee", "last": "Simpson"}, "bio": {"birthday": "1897-11-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1962-01-01", "end": "1967-01-03", "state": "WY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000011", "govtrack": 400674, "icpsr": 10568, "wikipedia": "Pete Abele", "house_history": 8263, "wikidata": "Q7171818", "google_entity_id": "kg:/m/03q9hb"}, "name": {"first": "Homer", "middle": "E.", "last": "Abele"}, "bio": {"birthday": "1916-11-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "A000106", "govtrack": 400764, "icpsr": 93, "wikipedia": "Bruce Alger", "house_history": 8406, "wikidata": "Q991452", "google_entity_id": "kg:/m/0c4v9n"}, "name": {"first": "Bruce", "middle": "Reynolds", "last": "Alger"}, "bio": {"birthday": "1918-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "A000227", "govtrack": 400986, "icpsr": 291, "wikipedia": "James C. Auchincloss", "house_history": 8581, "wikidata": "Q1680094", "google_entity_id": "kg:/m/072180"}, "name": {"first": "James", "middle": "Coats", "last": "Auchincloss"}, "bio": {"birthday": "1885-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NJ", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000228", "govtrack": 400997, "icpsr": 301, "wikipedia": "William H. Avery (politician)", "house_history": 8583, "wikidata": "Q377762", "google_entity_id": "kg:/m/03dq8r"}, "name": {"first": "William", "middle": "Henry", "last": "Avery"}, "bio": {"birthday": "1911-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "KS", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000062", "govtrack": 401066, "icpsr": 364, "wikipedia": "Howard Baker Sr.", "house_history": 8852, "wikidata": "Q1631826", "google_entity_id": "kg:/m/045cg_"}, "name": {"first": "Howard", "middle": "Henry", "last": "Baker"}, "bio": {"birthday": "1902-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000064", "govtrack": 401068, "icpsr": 10570, "wikipedia": "Irene Baker", "house_history": 8855, "wikidata": "Q515131", "google_entity_id": "kg:/m/045csv"}, "name": {"first": "Irene", "middle": "Bailey", "last": "Baker"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TN", "district": 2, "party": "Republican"}], "bio": {"birthday": "1901-11-17", "gender": "F"}}, {"id": {"bioguide": "B000190", "govtrack": 401189, "icpsr": 476, "wikipedia": "Robert R. Barry", "house_history": 9017, "wikidata": "Q7349084", "google_entity_id": "kg:/m/0kswwy"}, "name": {"first": "Robert", "middle": "Raymond", "last": "Barry"}, "bio": {"birthday": "1915-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "B000292", "govtrack": 401285, "icpsr": 563, "wikipedia": "Frank J. Becker", "house_history": 9155, "wikidata": "Q1443482", "google_entity_id": "kg:/m/0kswp3"}, "name": {"first": "Frank", "middle": "John", "last": "Becker"}, "bio": {"birthday": "1899-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "B000310", "govtrack": 401302, "icpsr": 10504, "wikipedia": "Ralph F. Beermann", "house_history": 9177, "wikidata": "Q2129592", "google_entity_id": "kg:/m/0b4l3h"}, "name": {"first": "Ralph", "middle": "Frederick", "last": "Beermann"}, "bio": {"birthday": "1912-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NE", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000377", "govtrack": 401369, "icpsr": 639, "wikipedia": "John B. Bennett", "house_history": 9266, "wikidata": "Q1268044", "google_entity_id": "kg:/m/03z536"}, "name": {"first": "John", "middle": "Bonifas", "last": "Bennett"}, "bio": {"birthday": "1904-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "B000608", "govtrack": 401576, "icpsr": 838, "house_history": 9568, "wikipedia": "Oliver P. Bolton", "wikidata": "Q7087731", "google_entity_id": "kg:/m/03dn4y"}, "name": {"first": "Oliver", "middle": "Payne", "last": "Bolton"}, "bio": {"birthday": "1917-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "B000813", "govtrack": 401770, "icpsr": 1018, "wikipedia": "Daniel Brewster", "house_history": 9831, "wikidata": "Q1160178", "google_entity_id": "kg:/m/050dzl"}, "name": {"first": "Daniel", "middle": "Baugh", "last": "Brewster"}, "bio": {"birthday": "1923-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "MD", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000867", "govtrack": 401824, "icpsr": 10506, "wikipedia": "James E. Bromwell", "house_history": 9900, "wikidata": "Q1668494", "google_entity_id": "kg:/m/02rk7nc"}, "name": {"first": "James", "middle": "Edward", "last": "Bromwell"}, "bio": {"birthday": "1920-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000969", "govtrack": 401921, "icpsr": 10507, "wikipedia": "Donald C. Bruce", "house_history": 10031, "wikidata": "Q1239740", "google_entity_id": "kg:/m/02rkfkf"}, "name": {"first": "Donald", "middle": "Cogley", "last": "Bruce"}, "bio": {"birthday": "1921-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IN", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IN", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "B001024", "govtrack": 401974, "icpsr": 1205, "wikipedia": "Charles A. Buckley", "house_history": 10100, "wikidata": "Q5074810", "google_entity_id": "kg:/m/0kswrd"}, "name": {"first": "Charles", "middle": "Anthony", "last": "Buckley"}, "bio": {"birthday": "1890-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "B001104", "govtrack": 402049, "icpsr": 10575, "house_history": 10199, "wikipedia": "Everett G. Burkhalter", "wikidata": "Q1382000", "google_entity_id": "kg:/m/074lg5"}, "name": {"first": "Everett", "middle": "Glen", "last": "Burkhalter"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 27, "party": "Democrat"}], "bio": {"gender": "M"}}, {"id": {"bioguide": "C000117", "govtrack": 402268, "icpsr": 1479, "wikipedia": "Clarence Cannon", "house_history": 10594, "wikidata": "Q163179", "google_entity_id": "kg:/m/09zmnd"}, "name": {"first": "Clarence", "middle": "Andrew", "last": "Cannon"}, "bio": {"birthday": "1879-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MO", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MO", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "C000154", "govtrack": 402303, "icpsr": 1510, "house_history": 10646, "wikipedia": "Frank Carlson", "wikidata": "Q366388", "google_entity_id": "kg:/m/03cxq3"}, "name": {"first": "Frank", "last": "Carlson"}, "bio": {"birthday": "1893-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1950-11-29", "end": "1951-01-03", "state": "KS", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "KS", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "KS", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "KS", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000346", "govtrack": 402485, "icpsr": 1684, "house_history": 10887, "wikipedia": "John Chenoweth", "wikidata": "Q1699606", "google_entity_id": "kg:/m/07l4pm"}, "name": {"first": "John", "middle": "Edgar", "last": "Chenoweth"}, "bio": {"birthday": "1897-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CO", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000444", "govtrack": 402582, "icpsr": 1776, "wikipedia": "Joseph S. Clark Jr.", "wikidata": "Q5609429", "google_entity_id": "kg:/m/03ww2x"}, "name": {"first": "Joseph", "middle": "Sill", "last": "Clark"}, "bio": {"birthday": "1901-10-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "PA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "PA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000094", "govtrack": 403231, "icpsr": 2376, "wikipedia": "Clifford Davis (politician)", "house_history": 11946, "wikidata": "Q1101243", "google_entity_id": "kg:/m/0cy43h"}, "name": {"first": "Clifford", "last": "Davis"}, "bio": {"birthday": "1897-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "D000266", "govtrack": 403402, "icpsr": 2523, "wikipedia": "Steven Derounian", "house_history": 12158, "wikidata": "Q7614630", "google_entity_id": "kg:/m/078xlp"}, "name": {"first": "Steven", "middle": "Boghos", "last": "Derounian"}, "bio": {"birthday": "1918-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000360", "govtrack": 403477, "icpsr": 2609, "house_history": 12276, "wikipedia": "Everett Dirksen", "wikidata": "Q1382002", "google_entity_id": "kg:/m/0q43q"}, "name": {"first": "Everett", "middle": "McKinley", "last": "Dirksen"}, "bio": {"birthday": "1896-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "IL", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "IL", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "IL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000481", "govtrack": 403590, "icpsr": 2713, "wikipedia": "Clyde Doyle", "house_history": 12434, "wikidata": "Q1103618", "google_entity_id": "kg:/m/0dh10_"}, "name": {"first": "Clyde", "middle": "Gilman", "last": "Doyle"}, "bio": {"birthday": "1887-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "E000055", "govtrack": 403750, "icpsr": 10803, "wikipedia": "J. Howard Edmondson", "wikidata": "Q888066", "google_entity_id": "kg:/m/07tsts"}, "name": {"first": "James", "middle": "Howard", "last": "Edmondson"}, "bio": {"birthday": "1925-09-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1963-01-09", "end": "1965-01-03", "state": "OK", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000120", "govtrack": 403811, "icpsr": 2909, "wikipedia": "Carl Elliott", "house_history": 12742, "wikidata": "Q579660", "google_entity_id": "kg:/m/07lrpq"}, "name": {"first": "Carl", "middle": "Atwood", "last": "Elliott"}, "bio": {"birthday": "1913-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "F000087", "govtrack": 404045, "house_history": 13079, "wikipedia": "Antonio Fern\u00f3s-Isern", "wikidata": "Q1674186", "google_entity_id": "kg:/m/0408jr"}, "name": {"first": "Antonio", "last": "Fern\u00f3s-Isern"}, "bio": {"birthday": "1895-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PR", "district": 0, "party": "Popular Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PR", "district": 0, "party": "Popular Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PR", "district": 0, "party": "Popular Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PR", "district": 0, "party": "Popular Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PR", "district": 0, "party": "Popular Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PR", "district": 0, "party": "Popular Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PR", "district": 0, "party": "Popular Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PR", "district": 0, "party": "Popular Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PR", "district": 0, "party": "Popular Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PR", "district": 0, "party": "Popular Democrat"}]}, {"id": {"bioguide": "F000135", "govtrack": 404090, "icpsr": 10518, "wikipedia": "Edward Rowan Finnegan", "house_history": 13140, "wikidata": "Q5345123", "google_entity_id": "kg:/m/07c7_m"}, "name": {"first": "Edward", "middle": "Rowan", "last": "Finnegan"}, "bio": {"birthday": "1905-06-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "F000283", "govtrack": 404233, "icpsr": 3286, "wikipedia": "Tic Forrester", "house_history": 13329, "wikidata": "Q1329407", "google_entity_id": "kg:/m/02rl0tw"}, "name": {"first": "Elijah", "middle": "Lewis", "last": "Forrester"}, "bio": {"gender": "M", "birthday": "1896-08-16"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "GA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000091", "govtrack": 404463, "icpsr": 3499, "wikipedia": "J. Vaughan Gary", "house_history": 13675, "wikidata": "Q1676422", "google_entity_id": "kg:/m/02vp0cl"}, "name": {"first": "Julian", "middle": "Vaughan", "last": "Gary"}, "bio": {"birthday": "1892-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "VA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000102", "govtrack": 404474, "icpsr": 3510, "wikipedia": "Leon H. Gavin", "house_history": 13689, "wikidata": "Q6524666", "google_entity_id": "kg:/m/0dxxp7"}, "name": {"first": "Leon", "middle": "Harry", "last": "Gavin"}, "bio": {"birthday": "1893-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "G000192", "govtrack": 404557, "icpsr": 10589, "house_history": 13808, "wikipedia": "Thomas Gill (politician)", "wikidata": "Q2426583", "google_entity_id": "kg:/m/03f4q9"}, "name": {"first": "Thomas", "middle": "Ponce", "last": "Gill"}, "bio": {"birthday": "1922-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "HI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000237", "govtrack": 404599, "icpsr": 3629, "wikipedia": "Milton W. Glenn", "house_history": 13864, "wikidata": "Q1935948", "google_entity_id": "kg:/m/02rv3w2"}, "name": {"first": "Milton", "middle": "Willits", "last": "Glenn"}, "bio": {"birthday": "1903-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NJ", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000381", "govtrack": 404732, "icpsr": 3754, "wikipedia": "George M. Grant", "house_history": 14043, "wikidata": "Q1507818", "google_entity_id": "kg:/m/02rk1nx"}, "name": {"first": "George", "middle": "McInvale", "last": "Grant"}, "bio": {"birthday": "1897-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000421", "govtrack": 404769, "icpsr": 3785, "house_history": 14100, "wikipedia": "William J. Green Jr.", "wikidata": "Q13219635", "google_entity_id": "kg:/m/0djcwp"}, "name": {"first": "William", "middle": "Joseph", "last": "Green", "suffix": "Jr."}, "bio": {"birthday": "1910-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "G000508", "govtrack": 404853, "icpsr": 3864, "wikipedia": "Ernest Gruening", "wikidata": "Q878956", "google_entity_id": "kg:/m/01yx0n"}, "name": {"first": "Ernest", "last": "Gruening"}, "bio": {"birthday": "1887-02-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1959-01-07", "end": "1963-01-03", "state": "AK", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "AK", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000191", "govtrack": 405072, "icpsr": 10524, "wikipedia": "Ralph R. Harding", "house_history": 14522, "wikidata": "Q2129756", "google_entity_id": "kg:/m/0d5c8p"}, "name": {"first": "Ralph", "middle": "R.", "last": "Harding"}, "bio": {"birthday": "1929-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "ID", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "ID", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000385", "govtrack": 405253, "icpsr": 4227, "wikipedia": "Carl Hayden", "house_history": 14756, "wikidata": "Q963401", "google_entity_id": "kg:/m/02rzt9"}, "name": {"first": "Carl", "middle": "Trumbull", "last": "Hayden"}, "bio": {"birthday": "1877-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1911-04-04", "end": "1913-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AZ", "district": 0, "party": "Democrat"}, {"type": "sen", "start": "1927-12-05", "end": "1933-03-03", "state": "AZ", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1933-03-09", "end": "1939-01-03", "state": "AZ", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "AZ", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "AZ", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "AZ", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "AZ", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "AZ", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000424", "govtrack": 405290, "icpsr": 4262, "wikipedia": "James C. Healey", "house_history": 14803, "wikidata": "Q6130727", "google_entity_id": "kg:/m/08ks_s"}, "name": {"first": "James", "middle": "Christopher", "last": "Healey"}, "bio": {"birthday": "1909-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "H000471", "govtrack": 405334, "icpsr": 4299, "wikipedia": "Robert W. Hemphill", "house_history": 14866, "wikidata": "Q521601", "google_entity_id": "kg:/m/02vp04c"}, "name": {"first": "Robert", "middle": "Witherspoon", "last": "Hemphill"}, "bio": {"birthday": "1915-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "SC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000559", "govtrack": 405421, "icpsr": 4382, "wikipedia": "Bourke B. Hickenlooper", "wikidata": "Q886018", "google_entity_id": "kg:/m/01z71j"}, "name": {"first": "Bourke", "middle": "Blakemore", "last": "Hickenlooper"}, "bio": {"birthday": "1896-07-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "IA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "IA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000598", "govtrack": 405460, "icpsr": 4418, "wikipedia": "J. Lister Hill", "house_history": 15026, "wikidata": "Q351873", "google_entity_id": "kg:/m/03glm7"}, "name": {"first": "Joseph", "middle": "Lister", "last": "Hill"}, "bio": {"birthday": "1894-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1938-01-11", "state": "AL", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1938-01-10", "end": "1939-01-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "AL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000678", "govtrack": 405531, "icpsr": 4482, "wikipedia": "Charles B. Hoeven", "house_history": 15123, "wikidata": "Q1063638", "google_entity_id": "kg:/m/02rk779"}, "name": {"first": "Charles", "middle": "Bernard", "last": "Hoeven"}, "bio": {"birthday": "1895-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000684", "govtrack": 405537, "icpsr": 4488, "wikipedia": "Elmer J. Hoffman", "house_history": 15131, "wikidata": "Q5366585", "google_entity_id": "kg:/m/02rkyyr"}, "name": {"first": "Elmer", "middle": "Joseph", "last": "Hoffman"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 14, "party": "Republican"}], "bio": {"birthday": "1899-07-07", "gender": "M"}}, {"id": {"bioguide": "H000786", "govtrack": 405636, "icpsr": 4579, "house_history": 15256, "wikipedia": "Walt Horan", "wikidata": "Q2543308", "google_entity_id": "kg:/m/0kt484"}, "name": {"first": "Walter", "middle": "Franklin", "last": "Horan", "nickname": "Walt"}, "bio": {"birthday": "1898-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000904", "govtrack": 405750, "icpsr": 4686, "house_history": 15402, "wikipedia": "George Huddleston, Jr.", "wikidata": "Q277304", "google_entity_id": "kg:/m/02ql1ty"}, "name": {"first": "George", "last": "Huddleston", "suffix": "Jr."}, "bio": {"birthday": "1920-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000100", "govtrack": 406002, "icpsr": 4928, "wikipedia": "Ben F. Jensen", "house_history": 15819, "wikidata": "Q816480", "google_entity_id": "kg:/m/02rl0vk"}, "name": {"first": "Benton", "middle": "Franklin", "last": "Jensen"}, "bio": {"birthday": "1892-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "J000109", "govtrack": 406011, "icpsr": 4935, "wikipedia": "August E. Johansen", "house_history": 15829, "wikidata": "Q761153", "google_entity_id": "kg:/m/02847th"}, "name": {"first": "August", "middle": "Edgar", "last": "Johansen"}, "bio": {"birthday": "1905-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "J000158", "govtrack": 406056, "icpsr": 4977, "wikipedia": "Lester Johnson (politician)", "house_history": 15891, "wikidata": "Q1656018", "google_entity_id": "kg:/m/02vrqcc"}, "name": {"first": "Lester", "middle": "Roland", "last": "Johnson"}, "bio": {"birthday": "1901-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WI", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WI", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WI", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WI", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WI", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WI", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "J000195", "govtrack": 406090, "icpsr": 5009, "wikipedia": "Olin D. Johnston", "wikidata": "Q357511", "google_entity_id": "kg:/m/061pq7"}, "name": {"first": "Olin", "middle": "DeWitt Talmadge", "last": "Johnston"}, "bio": {"birthday": "1896-11-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1965-12-31", "state": "SC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "K000040", "govtrack": 406210, "icpsr": 5118, "house_history": 16128, "wikipedia": "Elizabeth Kee", "wikidata": "Q675570", "google_entity_id": "kg:/m/02pnztw"}, "name": {"first": "Maude", "middle": "Elizabeth", "last": "Kee"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WV", "district": 5, "party": "Democrat"}], "bio": {"birthday": "1895-06-07", "gender": "F"}}, {"id": {"bioguide": "K000170", "govtrack": 406334, "icpsr": 5235, "wikipedia": "Clarence E. Kilburn", "house_history": 16289, "wikidata": "Q5126492", "google_entity_id": "kg:/m/0ksx01"}, "name": {"first": "Clarence", "middle": "Evans", "last": "Kilburn"}, "bio": {"birthday": "1893-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "K000177", "govtrack": 406340, "icpsr": 5241, "wikipedia": "Joe M. Kilgore", "house_history": 16298, "wikidata": "Q1691507", "google_entity_id": "kg:/m/02rvb35"}, "name": {"first": "Joe", "middle": "Madison", "last": "Kilgore"}, "bio": {"birthday": "1918-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "K000298", "govtrack": 406454, "icpsr": 5349, "wikipedia": "Victor A. Knox", "house_history": 16453, "wikidata": "Q2522166", "google_entity_id": "kg:/m/0289649"}, "name": {"first": "Victor", "middle": "Alfred", "last": "Knox"}, "bio": {"gender": "M", "birthday": "1899-01-13"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "K000335", "govtrack": 406489, "icpsr": 5372, "wikipedia": "Thomas Kuchel", "wikidata": "Q344538", "google_entity_id": "kg:/m/03jlg5"}, "name": {"first": "Thomas", "middle": "Henry", "last": "Kuchel"}, "bio": {"birthday": "1910-08-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1953-01-03", "end": "1957-01-03", "state": "CA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "CA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "CA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000081", "govtrack": 406590, "icpsr": 5463, "wikipedia": "Richard Lankford", "house_history": 16692, "wikidata": "Q2045569", "google_entity_id": "kg:/m/08zz5m"}, "name": {"first": "Richard", "middle": "Estep", "last": "Lankford"}, "bio": {"birthday": "1914-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MD", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "L000122", "govtrack": 406628, "icpsr": 5500, "wikipedia": "Frank Lausche", "wikidata": "Q888606", "google_entity_id": "kg:/m/033ssy"}, "name": {"first": "Frank", "middle": "John", "last": "Lausche"}, "bio": {"birthday": "1895-11-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "OH", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "OH", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000252", "govtrack": 406755, "icpsr": 5617, "wikipedia": "John Lesinski Jr.", "house_history": 16905, "wikidata": "Q1662994", "google_entity_id": "kg:/m/02pkyss"}, "name": {"first": "John", "last": "Lesinski", "suffix": "Jr."}, "bio": {"birthday": "1914-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "L000299", "govtrack": 406794, "icpsr": 5654, "wikipedia": "Roland V. Libonati", "house_history": 16964, "wikidata": "Q7360466", "google_entity_id": "kg:/m/02rkcrp"}, "name": {"first": "Roland", "middle": "Victor", "last": "Libonati"}, "bio": {"birthday": "1900-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "L000415", "govtrack": 406906, "icpsr": 5756, "wikipedia": "Edward V. Long", "wikidata": "Q1293946", "google_entity_id": "kg:/m/08z75j"}, "name": {"first": "Edward", "middle": "Vaughn", "last": "Long"}, "bio": {"birthday": "1908-07-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1960-09-23", "end": "1963-01-03", "state": "MO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1968-12-27", "state": "MO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000197", "govtrack": 407217, "icpsr": 10604, "wikipedia": "Patrick M. Martin", "house_history": 17565, "wikidata": "Q2057780", "google_entity_id": "kg:/m/02rjxy8"}, "name": {"first": "Patrick", "middle": "Minor", "last": "Martin"}, "bio": {"birthday": "1924-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 38, "party": "Republican"}]}, {"id": {"bioguide": "M000478", "govtrack": 407475, "icpsr": 6276, "wikipedia": "Clifford McIntire", "house_history": 17923, "wikidata": "Q1101299", "google_entity_id": "kg:/m/02wyyzj"}, "name": {"first": "Clifford", "middle": "Guy", "last": "McIntire"}, "bio": {"birthday": "1908-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "ME", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "ME", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000558", "govtrack": 407550, "icpsr": 10608, "wikipedia": "Robert T. McLoskey", "house_history": 18024, "wikidata": "Q7350240", "google_entity_id": "kg:/m/02rkcq_"}, "name": {"first": "Robert", "middle": "Thaddeus", "last": "McLoskey"}, "bio": {"birthday": "1907-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "M000620", "govtrack": 407609, "icpsr": 6399, "wikipedia": "George Meader", "house_history": 18100, "wikidata": "Q1470415", "google_entity_id": "kg:/m/027l63h"}, "name": {"first": "George", "last": "Meader"}, "bio": {"birthday": "1907-09-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000762", "govtrack": 407740, "icpsr": 6516, "house_history": 18283, "wikipedia": "William E. Miller", "wikidata": "Q1383137", "google_entity_id": "kg:/m/01ssrn"}, "name": {"first": "William", "middle": "Edward", "last": "Miller"}, "bio": {"birthday": "1914-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 42, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 40, "party": "Republican"}]}, {"id": {"bioguide": "M000770", "govtrack": 407748, "icpsr": 6524, "house_history": 18293, "wikipedia": "William H. Milliken, Jr.", "wikidata": "Q8010514", "google_entity_id": "kg:/m/0dzrrc"}, "name": {"first": "William", "middle": "H.", "last": "Milliken", "suffix": "Jr."}, "bio": {"birthday": "1897-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000859", "govtrack": 407832, "icpsr": 6597, "house_history": 18412, "wikipedia": "Mike Monroney", "wikidata": "Q279157", "google_entity_id": "kg:/m/08z7ck"}, "name": {"first": "Almer", "middle": "Stillwell Mike", "last": "Monroney"}, "bio": {"birthday": "1902-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "OK", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "OK", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "OK", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M001014", "govtrack": 407981, "icpsr": 6738, "wikipedia": "Wayne Morse", "wikidata": "Q676399", "google_entity_id": "kg:/m/026g24"}, "name": {"first": "Wayne", "middle": "Lyman", "last": "Morse"}, "bio": {"birthday": "1900-10-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "OR", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "OR", "class": 3, "party": "Independent"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "OR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "OR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M001022", "govtrack": 407989, "icpsr": 6745, "wikipedia": "Thruston Ballard Morton", "house_history": 18607, "wikidata": "Q2429723", "google_entity_id": "kg:/m/03g18m"}, "name": {"first": "Thruston", "middle": "Ballard", "last": "Morton"}, "bio": {"birthday": "1907-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "KY", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1963-01-09", "end": "1968-12-16", "state": "KY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "N000133", "govtrack": 408217, "icpsr": 6955, "house_history": 18996, "wikipedia": "A. Walter Norblad", "wikidata": "Q2545675", "google_entity_id": "kg:/m/0273644"}, "name": {"first": "Albin", "middle": "Walter", "last": "Norblad", "suffix": "Jr."}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OR", "district": 1, "party": "Republican"}], "bio": {"birthday": "1908-09-12", "gender": "M"}}, {"id": {"bioguide": "N000178", "govtrack": 408258, "icpsr": 10542, "wikipedia": "Hjalmar Carl Nygaard", "house_history": 19053, "wikidata": "Q1437713", "google_entity_id": "kg:/m/068tlk"}, "name": {"first": "Hjalmar", "middle": "Carl", "last": "Nygaard"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "ND", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "ND", "district": 1, "party": "Republican"}], "bio": {"birthday": "1906-03-24", "gender": "M"}}, {"id": {"bioguide": "O000016", "govtrack": 408267, "icpsr": 7004, "house_history": 19089, "wikipedia": "Thomas J. O'Brien (Illinois politician)", "wikidata": "Q7791120", "google_entity_id": "kg:/m/07c3yb"}, "name": {"first": "Thomas", "middle": "Joseph", "last": "O'Brien"}, "bio": {"birthday": "1878-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "O000120", "govtrack": 408375, "icpsr": 7101, "wikipedia": "Frank C. Osmers, Jr.", "house_history": 19213, "wikidata": "Q1443035", "google_entity_id": "kg:/m/02rysv7"}, "name": {"first": "Frank", "middle": "Charles", "last": "Osmers", "suffix": "Jr."}, "bio": {"birthday": "1907-12-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NJ", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "O000121", "govtrack": 408376, "icpsr": 7102, "wikipedia": "Harold C. Ostertag", "house_history": 19214, "wikidata": "Q64788", "google_entity_id": "kg:/m/0gz3kx"}, "name": {"first": "Harold", "middle": "Charles", "last": "Ostertag"}, "bio": {"birthday": "1896-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 37, "party": "Republican"}]}, {"id": {"bioguide": "P000349", "govtrack": 408746, "icpsr": 7450, "wikipedia": "J. L. Pilcher", "house_history": 19712, "wikidata": "Q1700826", "google_entity_id": "kg:/m/02rk0wt"}, "name": {"first": "John", "middle": "Leonard", "last": "Pilcher"}, "bio": {"gender": "M", "birthday": "1898-08-27"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "GA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000352", "govtrack": 408749, "icpsr": 7453, "wikipedia": "John R. Pillion", "house_history": 19716, "wikidata": "Q6253970", "google_entity_id": "kg:/m/0gxwv7"}, "name": {"first": "John", "middle": "Raymond", "last": "Pillion"}, "bio": {"birthday": "1904-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 42, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 42, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 42, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 42, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 42, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 39, "party": "Republican"}]}, {"id": {"bioguide": "R000018", "govtrack": 409000, "icpsr": 7695, "wikipedia": "Albert Rains", "house_history": 20097, "wikidata": "Q534486", "google_entity_id": "kg:/m/02rk19k"}, "name": {"first": "Albert", "middle": "McKinley", "last": "Rains"}, "bio": {"birthday": "1902-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "R000206", "govtrack": 409182, "icpsr": 10619, "wikipedia": "Carl West Rich", "house_history": 20339, "wikidata": "Q1041025", "google_entity_id": "kg:/m/027m3kj"}, "name": {"first": "Carl", "middle": "West", "last": "Rich"}, "bio": {"birthday": "1898-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000250", "govtrack": 409226, "icpsr": 7901, "wikipedia": "R. Walter Riehlman", "house_history": 20395, "wikidata": "Q93375", "google_entity_id": "kg:/m/0d0vh2"}, "name": {"first": "Roy", "middle": "Walter", "last": "Riehlman"}, "bio": {"birthday": "1899-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 34, "party": "Republican"}]}, {"id": {"bioguide": "R000314", "govtrack": 409285, "icpsr": 7954, "wikipedia": "Kenneth A. Roberts", "house_history": 20474, "wikidata": "Q1738832", "google_entity_id": "kg:/m/02rk20y"}, "name": {"first": "Kenneth", "middle": "Allison", "last": "Roberts"}, "bio": {"birthday": "1912-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "R000556", "govtrack": 409512, "icpsr": 10554, "wikipedia": "Harold M. Ryan", "house_history": 20764, "wikidata": "Q118447", "google_entity_id": "kg:/m/02q62tl"}, "name": {"first": "Harold", "middle": "Martin", "last": "Ryan"}, "bio": {"birthday": "1911-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "S000117", "govtrack": 409625, "icpsr": 8258, "wikipedia": "Paul F. Schenck", "house_history": 21280, "wikidata": "Q7150567", "google_entity_id": "kg:/m/0cwr8l"}, "name": {"first": "Paul", "middle": "Fornshell", "last": "Schenck"}, "bio": {"birthday": "1899-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000327", "govtrack": 409824, "icpsr": 8437, "wikipedia": "John F. Shelley", "house_history": 21544, "wikidata": "Q1701740", "google_entity_id": "kg:/m/0468tx"}, "name": {"first": "John", "middle": "Francis", "last": "Shelley"}, "bio": {"birthday": "1905-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000335", "govtrack": 409832, "icpsr": 8444, "wikipedia": "Harry R. Sheppard", "house_history": 21553, "wikidata": "Q1586714", "google_entity_id": "kg:/m/02rhh6f"}, "name": {"first": "Harry", "middle": "Richard", "last": "Sheppard"}, "bio": {"birthday": "1885-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 33, "party": "Democrat"}]}, {"id": {"bioguide": "S000378", "govtrack": 409872, "icpsr": 8485, "wikipedia": "Don L. Short", "house_history": 21607, "wikidata": "Q1239240", "google_entity_id": "kg:/m/02rhf5g"}, "name": {"first": "Don", "middle": "Levingston", "last": "Short"}, "bio": {"birthday": "1903-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "ND", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "ND", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "ND", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000395", "govtrack": 409889, "icpsr": 10560, "wikipedia": "Abner W. Sibal", "house_history": 21630, "wikidata": "Q322548", "google_entity_id": "kg:/m/02rgty_"}, "name": {"first": "Abner", "middle": "Woodruff", "last": "Sibal"}, "bio": {"birthday": "1921-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CT", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000408", "govtrack": 409902, "icpsr": 8508, "house_history": 21645, "wikipedia": "Eugene Siler", "wikidata": "Q994369", "google_entity_id": "kg:/m/0gc_7j"}, "name": {"first": "Eugene", "last": "Siler"}, "bio": {"birthday": "1900-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "KY", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "KY", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "KY", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "KY", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "KY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000505", "govtrack": 409992, "icpsr": 8593, "house_history": 21768, "wikipedia": "George Smathers", "wikidata": "Q719092", "google_entity_id": "kg:/m/056h28"}, "name": {"first": "George", "middle": "Armistead", "last": "Smathers"}, "bio": {"birthday": "1913-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "FL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "FL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "FL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000764", "govtrack": 410230, "icpsr": 8177, "wikipedia": "Katharine St. George", "house_history": 22081, "wikidata": "Q6376235", "google_entity_id": "kg:/m/0kswyf"}, "name": {"first": "Katharine", "middle": "Price Collier", "last": "St. George"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 27, "party": "Republican"}], "bio": {"birthday": "1894-07-12", "gender": "F"}}, {"id": {"bioguide": "S000775", "govtrack": 410241, "icpsr": 10628, "wikipedia": "Neil Staebler", "house_history": 22095, "wikidata": "Q1974882", "google_entity_id": "kg:/m/02pyk5n"}, "name": {"first": "Neil", "middle": "Oliver", "last": "Staebler"}, "bio": {"birthday": "1905-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "S000928", "govtrack": 410388, "icpsr": 10629, "wikipedia": "K. William Stinson", "house_history": 22286, "wikidata": "Q1718201", "google_entity_id": "kg:/m/02rmn3m"}, "name": {"first": "K.", "middle": "William", "last": "Stinson"}, "bio": {"birthday": "1930-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "T000237", "govtrack": 410816, "icpsr": 9356, "wikipedia": "Homer Thornberry", "house_history": 22920, "wikidata": "Q1626038", "google_entity_id": "kg:/m/06ktc0"}, "name": {"first": "William", "middle": "Homer", "last": "Thornberry"}, "bio": {"birthday": "1909-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "T000298", "govtrack": 410871, "icpsr": 9409, "wikipedia": "Thor C. Tollefson", "house_history": 22994, "wikidata": "Q2428834", "google_entity_id": "kg:/m/02rmn4n"}, "name": {"first": "Thor", "middle": "Carl", "last": "Tollefson"}, "bio": {"birthday": "1901-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "V000051", "govtrack": 411093, "icpsr": 9627, "wikipedia": "William Van Pelt", "house_history": 20936, "wikidata": "Q2580867", "google_entity_id": "kg:/m/02718z3"}, "name": {"first": "William", "middle": "Kaiser", "last": "Van Pelt"}, "bio": {"birthday": "1905-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "V000105", "govtrack": 411160, "icpsr": 9677, "house_history": 21001, "wikipedia": "Carl Vinson", "wikidata": "Q1040943", "google_entity_id": "kg:/m/02mhwx"}, "name": {"first": "Carl", "last": "Vinson"}, "bio": {"birthday": "1883-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1913-04-07", "end": "1915-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1915-12-06", "end": "1917-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1917-04-02", "end": "1919-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1919-05-19", "end": "1921-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1921-04-11", "end": "1923-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "GA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000089", "govtrack": 411268, "icpsr": 9775, "wikipedia": "George M. Wallhauser", "house_history": 23319, "wikidata": "Q647199", "google_entity_id": "kg:/m/0270zs2"}, "name": {"first": "George", "middle": "Marvin", "last": "Wallhauser"}, "bio": {"birthday": "1900-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NJ", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "W000108", "govtrack": 411286, "icpsr": 9791, "wikipedia": "Francis E. Walter", "house_history": 23341, "wikidata": "Q5480815", "google_entity_id": "kg:/m/0dp886"}, "name": {"first": "Francis", "middle": "Eugene", "last": "Walter"}, "bio": {"birthday": "1894-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "W000110", "govtrack": 411288, "icpsr": 10825, "wikipedia": "Herbert S. Walters", "wikidata": "Q376857", "google_entity_id": "kg:/m/042vsw"}, "name": {"first": "Herbert", "middle": "Sanford", "last": "Walters"}, "bio": {"birthday": "1891-11-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1963-01-09", "end": "1965-01-03", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000226", "govtrack": 411394, "icpsr": 10635, "wikipedia": "James D. Weaver", "house_history": 23489, "wikidata": "Q6132225", "google_entity_id": "kg:/m/0dyfg2"}, "name": {"first": "James", "middle": "Dorman", "last": "Weaver"}, "bio": {"birthday": "1920-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "W000310", "govtrack": 411474, "icpsr": 9968, "house_history": 23586, "wikipedia": "Jack Westland", "wikidata": "Q1712148", "google_entity_id": "kg:/m/03dzsh"}, "name": {"first": "Alfred", "middle": "John", "last": "Westland", "nickname": "Jack"}, "bio": {"birthday": "1904-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000323", "govtrack": 411485, "icpsr": 9978, "wikipedia": "J. Ernest Wharton", "house_history": 23601, "wikidata": "Q1349391", "google_entity_id": "kg:/m/0ksw_9"}, "name": {"first": "James", "middle": "Ernest", "last": "Wharton"}, "bio": {"birthday": "1899-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 28, "party": "Republican"}]}, {"id": {"bioguide": "W000439", "govtrack": 411597, "icpsr": 10085, "wikipedia": "Victor Wickersham", "house_history": 23737, "wikidata": "Q2522627", "google_entity_id": "kg:/m/02rr70z"}, "name": {"first": "Victor", "middle": "Eugene", "last": "Wickersham"}, "bio": {"gender": "M", "birthday": "1906-02-09"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OK", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OK", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000572", "govtrack": 411727, "icpsr": 10212, "wikipedia": "Earl Wilson (politician)", "house_history": 23894, "wikidata": "Q1277195", "google_entity_id": "kg:/m/026gn1x"}, "name": {"first": "Earl", "last": "Wilson"}, "bio": {"gender": "M", "birthday": "1906-04-18"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000641", "govtrack": 411795, "icpsr": 10279, "wikipedia": "W. Arthur Winstead", "house_history": 23978, "wikidata": "Q2536627", "google_entity_id": "kg:/m/02rtmzh"}, "name": {"first": "William", "middle": "Arthur", "last": "Winstead"}, "bio": {"birthday": "1904-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MS", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "J000160", "govtrack": 406058, "icpsr": 4979, "house_history": 15895, "wikipedia": "Lyndon B. Johnson", "wikidata": "Q9640", "google_entity_id": "kg:/m/0f7fy"}, "name": {"first": "Lyndon", "middle": "Baines", "last": "Johnson"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "TX", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "TX", "class": 2, "party": "Democrat"}], "bio": {"birthday": "1908-08-27", "gender": "M"}}, {"id": {"bioguide": "B000223", "govtrack": 401219, "icpsr": 504, "wikipedia": "Ross Bass", "house_history": 9063, "wikidata": "Q352156", "google_entity_id": "kg:/m/03z0p2"}, "name": {"first": "Ross", "last": "Bass"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1964-11-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1964-11-04", "end": "1967-01-03", "state": "TN", "class": 2, "party": "Democrat"}], "bio": {"birthday": "1918-03-17", "gender": "M"}}, {"id": {"bioguide": "S000016", "govtrack": 409536, "icpsr": 10821, "wikipedia": "Pierre Salinger", "wikidata": "Q1273067", "google_entity_id": "kg:/m/0dklhp"}, "name": {"first": "Pierre", "middle": "Emil George", "last": "Salinger"}, "bio": {"birthday": "1925-06-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1964-01-01", "end": "1965-01-03", "state": "CA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000204", "govtrack": 400872, "icpsr": 10702, "wikipedia": "Glenn Andrews", "house_history": 8539, "wikidata": "Q1531038", "google_entity_id": "kg:/m/0cz135"}, "name": {"first": "Arthur", "middle": "Glenn", "last": "Andrews"}, "bio": {"birthday": "1909-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "B000092", "govtrack": 401094, "icpsr": 387, "wikipedia": "John F. Baldwin, Jr.", "house_history": 8893, "wikidata": "Q1700005", "google_entity_id": "kg:/m/02rhj_6"}, "name": {"first": "John", "middle": "Finley", "last": "Baldwin", "suffix": "Jr."}, "bio": {"birthday": "1915-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "B000108", "govtrack": 401109, "icpsr": 10704, "house_history": 8912, "wikipedia": "Bert Bandstra", "wikidata": "Q827305", "google_entity_id": "kg:/m/02rk74x"}, "name": {"first": "Bert", "middle": "Andrew", "last": "Bandstra"}, "bio": {"birthday": "1922-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000296", "govtrack": 401289, "icpsr": 567, "wikipedia": "Lindley Beckworth", "house_history": 9159, "wikidata": "Q1517696", "google_entity_id": "kg:/m/03b_hb5"}, "name": {"first": "Lindley", "middle": "Garrison", "last": "Beckworth", "suffix": "Sr."}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 3, "party": "Democrat"}], "bio": {"birthday": "1913-06-30", "gender": "M"}}, {"id": {"bioguide": "B000621", "govtrack": 401586, "icpsr": 846, "wikipedia": "Herbert Covington Bonner", "house_history": 9587, "wikidata": "Q1608149", "google_entity_id": "kg:/m/065kdr"}, "name": {"first": "Herbert", "middle": "Covington", "last": "Bonner"}, "bio": {"birthday": "1891-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000909", "govtrack": 401866, "icpsr": 1104, "wikipedia": "Clarence J. Brown", "house_history": 9955, "wikidata": "Q5126603", "google_entity_id": "kg:/m/03ldpq"}, "name": {"first": "Clarence", "middle": "J.", "last": "Brown"}, "bio": {"birthday": "1893-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "C000054", "govtrack": 402213, "icpsr": 10708, "wikipedia": "Clair Armstrong Callan", "house_history": 10510, "wikidata": "Q1094726", "google_entity_id": "kg:/m/0brdq4"}, "name": {"first": "Clair", "middle": "Armstrong", "last": "Callan"}, "bio": {"birthday": "1920-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NE", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000055", "govtrack": 402214, "icpsr": 10709, "wikipedia": "Bo Callaway", "house_history": 10512, "wikidata": "Q1631824", "google_entity_id": "kg:/m/03ssfz"}, "name": {"first": "Howard", "middle": "Hollis", "last": "Callaway", "nickname": "Bo"}, "bio": {"birthday": "1927-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "GA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000067", "govtrack": 402225, "icpsr": 10578, "wikipedia": "Ronald B. Cameron", "house_history": 10527, "wikidata": "Q1259528", "google_entity_id": "kg:/m/02rjyyl"}, "name": {"first": "Ronald", "middle": "Brooks", "last": "Cameron"}, "bio": {"birthday": "1927-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "C000342", "govtrack": 402482, "icpsr": 1682, "wikipedia": "Frank Chelf", "house_history": 10881, "wikidata": "Q1443077", "google_entity_id": "kg:/m/02qrfwn"}, "name": {"first": "Frank", "middle": "Leslie", "last": "Chelf"}, "bio": {"gender": "M", "birthday": "1907-09-22"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "KY", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000516", "govtrack": 402651, "icpsr": 10711, "wikipedia": "Raymond F. Clevenger", "house_history": 11092, "wikidata": "Q1232384", "google_entity_id": "kg:/m/026tysb"}, "name": {"first": "Raymond", "middle": "Francis", "last": "Clevenger"}, "bio": {"birthday": "1926-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000736", "govtrack": 402857, "icpsr": 2032, "wikipedia": "Harold D. Cooley", "house_history": 11374, "wikidata": "Q1585795", "google_entity_id": "kg:/m/02q8k1y"}, "name": {"first": "Harold", "middle": "Dunbar", "last": "Cooley"}, "bio": {"birthday": "1897-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000866", "govtrack": 402981, "icpsr": 10714, "house_history": 11539, "wikipedia": "Nathaniel N. Craley Jr.", "wikidata": "Q6969784", "google_entity_id": "kg:/m/0dn3v6"}, "name": {"first": "Nathaniel", "middle": "Neiman", "last": "Craley", "suffix": "Jr."}, "bio": {"birthday": "1927-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "C001005", "govtrack": 403112, "icpsr": 2266, "wikipedia": "Willard S. Curtin", "house_history": 11709, "wikidata": "Q13219592", "google_entity_id": "kg:/m/0dzrmj"}, "name": {"first": "Willard", "middle": "Sevier", "last": "Curtin"}, "bio": {"birthday": "1905-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "D000004", "govtrack": 403148, "icpsr": 2298, "wikipedia": "Paul B. Dague", "house_history": 11837, "wikidata": "Q7149149", "google_entity_id": "kg:/m/0dpcsy"}, "name": {"first": "Paul", "middle": "Bartram", "last": "Dague"}, "bio": {"birthday": "1898-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "D000260", "govtrack": 403398, "icpsr": 2517, "wikipedia": "Winfield K. Denton", "house_history": 12151, "wikidata": "Q2584140", "google_entity_id": "kg:/m/02rkll9"}, "name": {"first": "Winfield", "middle": "Kirkpatrick", "last": "Denton"}, "bio": {"birthday": "1896-10-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "D000390", "govtrack": 403505, "icpsr": 2636, "house_history": 12315, "wikipedia": "Thomas J. Dodd", "wikidata": "Q1619366", "google_entity_id": "kg:/m/051cy4"}, "name": {"first": "Thomas", "middle": "Joseph", "last": "Dodd"}, "bio": {"birthday": "1907-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "CT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "CT", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000588", "govtrack": 403691, "icpsr": 10720, "wikipedia": "Kenneth W. Dyal", "house_history": 12557, "wikidata": "Q1681015", "google_entity_id": "kg:/m/02rjwnq"}, "name": {"first": "Kenneth", "middle": "Warren", "last": "Dyal"}, "bio": {"birthday": "1910-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 33, "party": "Democrat"}]}, {"id": {"bioguide": "E000148", "govtrack": 403839, "icpsr": 10516, "wikipedia": "Robert Ellsworth", "house_history": 12777, "wikidata": "Q2157175", "google_entity_id": "kg:/m/03bpf9"}, "name": {"first": "Robert", "middle": "Fred", "last": "Ellsworth"}, "bio": {"birthday": "1926-06-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "KS", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000023", "govtrack": 403985, "icpsr": 10724, "wikipedia": "Charles R. Farnsley", "house_history": 12992, "wikidata": "Q1065843", "google_entity_id": "kg:/m/08pnm1"}, "name": {"first": "Charles", "middle": "Rowland Peaslee", "last": "Farnsley"}, "bio": {"birthday": "1907-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000025", "govtrack": 403987, "icpsr": 10725, "wikipedia": "Billie S. Farnum", "house_history": 12994, "wikidata": "Q862849", "google_entity_id": "kg:/m/027tpvv"}, "name": {"first": "Billie", "middle": "Sunday", "last": "Farnum"}, "bio": {"birthday": "1916-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "G000208", "govtrack": 404572, "icpsr": 10729, "wikipedia": "John J. Gilligan", "house_history": 13828, "wikidata": "Q374960", "google_entity_id": "kg:/m/033sp6"}, "name": {"first": "John", "middle": "Joyce", "last": "Gilligan"}, "bio": {"birthday": "1921-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000320", "govtrack": 404678, "icpsr": 3704, "wikipedia": "Albert Gore Sr.", "house_history": 13968, "wikidata": "Q577160", "google_entity_id": "kg:/m/025wp3"}, "name": {"first": "Albert", "middle": "Arnold", "last": "Gore"}, "bio": {"birthday": "1907-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "TN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "TN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "TN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000348", "govtrack": 404704, "icpsr": 10590, "wikipedia": "Bernard F. Grabowski", "house_history": 13999, "wikidata": "Q822402", "google_entity_id": "kg:/m/02rhcv4"}, "name": {"first": "Bernard", "middle": "Francis", "last": "Grabowski"}, "bio": {"birthday": "1923-06-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CT", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CT", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "G000450", "govtrack": 404796, "icpsr": 10730, "wikipedia": "Stanley L. Greigg", "house_history": 14134, "wikidata": "Q2331739", "google_entity_id": "kg:/m/02rk856"}, "name": {"first": "Stanley", "middle": "Lloyd", "last": "Greigg"}, "bio": {"birthday": "1931-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "G000454", "govtrack": 404799, "icpsr": 10731, "wikipedia": "George W. Grider", "house_history": 14139, "wikidata": "Q750774", "google_entity_id": "kg:/m/04dq99"}, "name": {"first": "George", "middle": "William", "last": "Grider"}, "bio": {"birthday": "1912-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "H000013", "govtrack": 404898, "icpsr": 3901, "house_history": 14304, "wikipedia": "Harlan Hagen", "wikidata": "Q1585452", "google_entity_id": "kg:/m/0dlw1f"}, "name": {"first": "Harlan", "middle": "Francis", "last": "Hagen"}, "bio": {"birthday": "1914-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "H000173", "govtrack": 405054, "icpsr": 10735, "wikipedia": "John R. Hansen", "house_history": 14498, "wikidata": "Q1701493", "google_entity_id": "kg:/m/02rk7t5"}, "name": {"first": "John", "middle": "Robert", "last": "Hansen"}, "bio": {"birthday": "1901-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000249", "govtrack": 405127, "icpsr": 4110, "wikipedia": "Oren Harris", "house_history": 14593, "wikidata": "Q117687", "google_entity_id": "kg:/m/02rjxnb"}, "name": {"first": "Oren", "last": "Harris"}, "bio": {"birthday": "1903-12-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AR", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AR", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000310", "govtrack": 405183, "icpsr": 4165, "wikipedia": "Ralph Harvey", "house_history": 14667, "wikidata": "Q1438602", "google_entity_id": "kg:/m/02rkhh_"}, "name": {"first": "Ralph", "last": "Harvey"}, "bio": {"gender": "M", "birthday": "1901-08-09"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "H000720", "govtrack": 405572, "icpsr": 4520, "wikipedia": "Spessard Holland", "wikidata": "Q881393", "google_entity_id": "kg:/m/02qvwk"}, "name": {"first": "Spessard", "middle": "Lindsey", "last": "Holland"}, "bio": {"birthday": "1892-07-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1946-09-25", "end": "1947-01-03", "state": "FL", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "FL", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "FL", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "FL", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "FL", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H001001", "govtrack": 405841, "icpsr": 10741, "wikipedia": "Joseph Oliva Huot", "house_history": 15516, "wikidata": "Q279716", "google_entity_id": "kg:/m/02rjwjl"}, "name": {"first": "Joseph", "middle": "Oliva", "last": "Huot"}, "bio": {"birthday": "1917-08-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000098", "govtrack": 406000, "icpsr": 4927, "wikipedia": "W. Pat Jennings", "house_history": 15817, "wikidata": "Q113446", "google_entity_id": "kg:/m/0dbbmg"}, "name": {"first": "William", "middle": "Pat", "last": "Jennings"}, "bio": {"gender": "M", "birthday": "1919-08-20"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "VA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "J000151", "govtrack": 406049, "icpsr": 10743, "wikipedia": "Jed Johnson Jr.", "house_history": 15882, "wikidata": "Q1686121", "google_entity_id": "kg:/m/02rr77h"}, "name": {"first": "Jed", "middle": "Joseph", "last": "Johnson", "suffix": "Jr."}, "bio": {"birthday": "1939-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OK", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "J000246", "govtrack": 406139, "icpsr": 5056, "wikipedia": "Paul C. Jones", "house_history": 16004, "wikidata": "Q2059103", "google_entity_id": "kg:/m/02rz7r9"}, "name": {"first": "Paul", "middle": "Caruthers", "last": "Jones"}, "bio": {"birthday": "1901-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MO", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "K000114", "govtrack": 406280, "icpsr": 10809, "wikipedia": "Robert F. Kennedy", "wikidata": "Q25310", "google_entity_id": "kg:/m/06hx2"}, "name": {"first": "Robert", "middle": "Francis", "last": "Kennedy"}, "bio": {"birthday": "1925-11-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1965-01-04", "end": "1969-01-03", "state": "NY", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000130", "govtrack": 406296, "icpsr": 5199, "wikipedia": "Eugene James Keogh", "house_history": 16239, "wikidata": "Q1590540", "google_entity_id": "kg:/m/078zlf"}, "name": {"first": "Eugene", "middle": "James", "last": "Keogh"}, "bio": {"birthday": "1907-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "K000199", "govtrack": 406360, "icpsr": 5258, "house_history": 16326, "wikipedia": "David S. King", "wikidata": "Q1176463", "google_entity_id": "kg:/m/039wpk"}, "name": {"first": "David", "middle": "Sjodahl", "last": "King"}, "bio": {"birthday": "1917-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "UT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "UT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "UT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "K000326", "govtrack": 406480, "icpsr": 10745, "wikipedia": "Paul J. Krebs", "house_history": 16491, "wikidata": "Q1726457", "google_entity_id": "kg:/m/026ksqw"}, "name": {"first": "Paul", "middle": "Joseph", "last": "Krebs"}, "bio": {"birthday": "1912-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NJ", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "K000341", "govtrack": 406494, "icpsr": 5377, "wikipedia": "John C. Kunkel", "house_history": 16513, "wikidata": "Q6224498", "google_entity_id": "kg:/m/0dyg40"}, "name": {"first": "John", "middle": "Crain", "last": "Kunkel"}, "bio": {"birthday": "1898-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "L000326", "govtrack": 406819, "icpsr": 5678, "wikipedia": "John Lindsay", "house_history": 16999, "wikidata": "Q666931", "google_entity_id": "kg:/m/01pm7q"}, "name": {"first": "John", "middle": "Vliet", "last": "Lindsay"}, "bio": {"birthday": "1921-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "L000458", "govtrack": 406947, "icpsr": 10747, "wikipedia": "Rodney M. Love", "house_history": 17166, "wikidata": "Q7356992", "google_entity_id": "kg:/m/0cwrs1"}, "name": {"first": "Rodney", "middle": "Marvin", "last": "Love"}, "bio": {"birthday": "1908-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000022", "govtrack": 407050, "icpsr": 10753, "wikipedia": "James MacKay (American politician)", "house_history": 17356, "wikidata": "Q1680753", "google_entity_id": "kg:/m/02rk0y5"}, "name": {"first": "James", "middle": "Armstrong", "last": "MacKay"}, "bio": {"birthday": "1919-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000026", "govtrack": 407054, "icpsr": 10754, "wikipedia": "John C. Mackie", "house_history": 17360, "wikidata": "Q1699498", "google_entity_id": "kg:/m/02ptnl5"}, "name": {"first": "John", "middle": "C.", "last": "Mackie"}, "bio": {"birthday": "1920-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000182", "govtrack": 407203, "icpsr": 10755, "wikipedia": "James D. Martin", "house_history": 17548, "wikidata": "Q1680235", "google_entity_id": "kg:/m/062wnn"}, "name": {"first": "James", "middle": "Douglas", "last": "Martin"}, "bio": {"birthday": "1918-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AL", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "M000191", "govtrack": 407212, "icpsr": 6033, "wikipedia": "Joseph William Martin Jr.", "house_history": 17559, "wikidata": "Q1387262", "google_entity_id": "kg:/m/01ncr6"}, "name": {"first": "Joseph", "middle": "William", "last": "Martin", "suffix": "Jr."}, "bio": {"birthday": "1884-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "MA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "M000253", "govtrack": 407271, "icpsr": 6084, "wikipedia": "Donald Ray Matthews", "house_history": 17636, "wikidata": "Q1240249", "google_entity_id": "kg:/m/02rhf86"}, "name": {"first": "Donald", "middle": "Ray", "last": "Matthews", "nickname": "Billy"}, "bio": {"birthday": "1907-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "FL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "FL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "FL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "FL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "FL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "FL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "FL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000311", "govtrack": 407324, "icpsr": 6134, "wikipedia": "Eugene McCarthy", "house_history": 17709, "wikidata": "Q380550", "google_entity_id": "kg:/m/01692s"}, "name": {"first": "Eugene", "middle": "Joseph", "last": "McCarthy"}, "bio": {"birthday": "1916-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "MN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "MN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000418", "govtrack": 407418, "icpsr": 6224, "house_history": 17851, "wikipedia": "Harris B. McDowell Jr.", "wikidata": "Q651271", "google_entity_id": "kg:/m/0b2bpy"}, "name": {"first": "Harris", "middle": "Brown", "last": "McDowell", "suffix": "Jr."}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "DE", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "DE", "district": 0, "party": "Democrat"}], "bio": {"birthday": "1906-02-10", "gender": "M"}}, {"id": {"bioguide": "M000459", "govtrack": 407458, "icpsr": 10750, "wikipedia": "Thomas C. McGrath Jr.", "house_history": 17897, "wikidata": "Q1661034", "google_entity_id": "kg:/m/02rt_z9"}, "name": {"first": "Thomas", "middle": "Charles", "last": "McGrath", "suffix": "Jr."}, "bio": {"birthday": "1927-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NJ", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000610", "govtrack": 407599, "icpsr": 10751, "wikipedia": "Roy H. McVicker", "house_history": 18089, "wikidata": "Q2170824", "google_entity_id": "kg:/m/02rjyyy"}, "name": {"first": "Roy", "middle": "Harrison", "last": "McVicker"}, "bio": {"birthday": "1924-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000836", "govtrack": 407810, "icpsr": 6579, "house_history": 18381, "wikipedia": "Walter H. Moeller", "wikidata": "Q7965035", "google_entity_id": "kg:/m/03dn2f"}, "name": {"first": "Walter", "middle": "Henry", "last": "Moeller"}, "bio": {"gender": "M", "birthday": "1910-03-15"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "M000995", "govtrack": 407963, "icpsr": 6721, "house_history": 18574, "wikipedia": "James H. Morrison", "wikidata": "Q1680495", "google_entity_id": "kg:/m/02qz11k"}, "name": {"first": "James", "middle": "Hobson", "last": "Morrison"}, "bio": {"birthday": "1908-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "LA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M001092", "govtrack": 408056, "icpsr": 10814, "wikipedia": "George Murphy", "wikidata": "Q527052", "google_entity_id": "kg:/m/01s80h"}, "name": {"first": "George", "middle": "Lloyd", "last": "Murphy"}, "bio": {"birthday": "1902-07-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "CA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M001114", "govtrack": 408077, "icpsr": 6826, "house_history": 18718, "wikipedia": "Tom J. Murray", "wikidata": "Q2439736", "google_entity_id": "kg:/m/0ct2zz"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Murray"}, "bio": {"birthday": "1894-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "O000015", "govtrack": 408266, "icpsr": 7003, "wikipedia": "Leo W. O'Brien", "house_history": 19088, "wikidata": "Q6524315", "google_entity_id": "kg:/m/0kswkq"}, "name": {"first": "Leo", "middle": "William", "last": "O'Brien"}, "bio": {"birthday": "1900-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 29, "party": "Democrat"}]}, {"id": {"bioguide": "O000084", "govtrack": 408356, "icpsr": 10612, "wikipedia": "Alec G. Olson", "house_history": 19170, "wikidata": "Q580489", "google_entity_id": "kg:/m/09xfnk"}, "name": {"first": "Alec", "middle": "Gehard", "last": "Olson"}, "bio": {"birthday": "1930-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "P000552", "govtrack": 408936, "icpsr": 7637, "house_history": 19962, "wikipedia": "Winston L. Prouty", "wikidata": "Q1652602", "google_entity_id": "kg:/m/06j9fr"}, "name": {"first": "Winston", "middle": "Lewis", "last": "Prouty"}, "bio": {"birthday": "1906-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "VT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000003", "govtrack": 408987, "icpsr": 10761, "wikipedia": "John Abner Race", "house_history": 20077, "wikidata": "Q1699090", "google_entity_id": "kg:/m/0b7fh6"}, "name": {"first": "John", "middle": "Abner", "last": "Race"}, "bio": {"birthday": "1914-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WI", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "R000107", "govtrack": 409086, "icpsr": 10762, "wikipedia": "Rolland W. Redlin", "house_history": 20213, "wikidata": "Q2164004", "google_entity_id": "kg:/m/0gy0pd"}, "name": {"first": "Rolland", "middle": "W.", "last": "Redlin"}, "bio": {"birthday": "1920-02-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "ND", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000282", "govtrack": 409255, "icpsr": 7926, "wikipedia": "Ralph Julian Rivers", "house_history": 20434, "wikidata": "Q2129674", "google_entity_id": "kg:/m/0b5tsx"}, "name": {"first": "Ralph", "middle": "Julian", "last": "Rivers"}, "bio": {"birthday": "1903-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AK", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AK", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AK", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AK", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "R000404", "govtrack": 409371, "icpsr": 8035, "house_history": 20585, "wikipedia": "Walter E. Rogers", "wikidata": "Q2544070", "google_entity_id": "kg:/m/0h1jlv"}, "name": {"first": "Walter", "middle": "Edward", "last": "Rogers"}, "bio": {"birthday": "1908-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "R000426", "govtrack": 409391, "icpsr": 8051, "wikipedia": "James Roosevelt", "house_history": 20614, "wikidata": "Q359797", "google_entity_id": "kg:/m/05s5m7"}, "name": {"first": "James", "last": "Roosevelt"}, "bio": {"birthday": "1907-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "R000525", "govtrack": 409483, "icpsr": 10819, "wikipedia": "Donald S. Russell", "wikidata": "Q881964", "google_entity_id": "kg:/m/08z77m"}, "name": {"first": "Donald", "middle": "Stuart", "last": "Russell"}, "bio": {"birthday": "1906-02-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1965-01-04", "end": "1967-01-03", "state": "SC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000128", "govtrack": 409636, "icpsr": 10769, "house_history": 21297, "wikipedia": "Gale Schisler", "wikidata": "Q5518288", "google_entity_id": "kg:/m/026_vmp"}, "name": {"first": "Darwin", "middle": "Gale", "last": "Schisler"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 19, "party": "Democrat"}], "bio": {"birthday": "1933-03-02", "gender": "M"}}, {"id": {"bioguide": "S000131", "govtrack": 409639, "icpsr": 10770, "wikipedia": "John R. Schmidhauser", "house_history": 21300, "wikidata": "Q1701499", "google_entity_id": "kg:/m/02rk7tj"}, "name": {"first": "John", "middle": "Richard", "last": "Schmidhauser"}, "bio": {"birthday": "1922-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000184", "govtrack": 409690, "icpsr": 8311, "wikipedia": "Ralph James Scott", "house_history": 21366, "wikidata": "Q2129660", "google_entity_id": "kg:/m/04v4t4"}, "name": {"first": "Ralph", "middle": "James", "last": "Scott"}, "bio": {"birthday": "1905-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000219", "govtrack": 409724, "icpsr": 8341, "house_history": 21407, "wikipedia": "Robert T. Secrest", "wikidata": "Q7350248", "google_entity_id": "kg:/m/0b43p0"}, "name": {"first": "Robert", "middle": "Thompson", "last": "Secrest"}, "bio": {"gender": "M", "birthday": "1904-01-22"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "S000243", "govtrack": 409747, "icpsr": 10623, "wikipedia": "George F. Senner Jr.", "house_history": 21436, "wikidata": "Q1507326", "google_entity_id": "kg:/m/027nhzf"}, "name": {"first": "George", "middle": "Frederick", "last": "Senner", "suffix": "Jr."}, "bio": {"birthday": "1921-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AZ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AZ", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000401", "govtrack": 409895, "icpsr": 10624, "wikipedia": "Carlton R. Sickles", "house_history": 21637, "wikidata": "Q2757793", "google_entity_id": "kg:/m/0293kv"}, "name": {"first": "Carlton", "middle": "Ralph", "last": "Sickles"}, "bio": {"birthday": "1921-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MD", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MD", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "S000554", "govtrack": 410036, "icpsr": 8636, "house_history": 21821, "wikipedia": "Howard W. Smith", "wikidata": "Q1631939", "google_entity_id": "kg:/m/09p7y6"}, "name": {"first": "Howard", "middle": "Worth", "last": "Smith"}, "bio": {"birthday": "1883-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "VA", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "VA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "S000782", "govtrack": 410248, "icpsr": 10772, "wikipedia": "Lynn E. Stalbaum", "house_history": 22105, "wikidata": "Q1878856", "google_entity_id": "kg:/m/026s0fc"}, "name": {"first": "Lynn", "middle": "Ellsworth", "last": "Stalbaum"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WI", "district": 1, "party": "Democrat"}], "bio": {"birthday": "1920-05-15", "gender": "M"}}, {"id": {"bioguide": "S001103", "govtrack": 410555, "icpsr": 10774, "wikipedia": "Robert E. Sweeney", "house_history": 22500, "wikidata": "Q548194", "google_entity_id": "kg:/m/02rjyly"}, "name": {"first": "Robert", "middle": "E.", "last": "Sweeney"}, "bio": {"birthday": "1924-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "T000156", "govtrack": 410738, "icpsr": 9284, "wikipedia": "Albert Richard Thomas", "house_history": 22820, "wikidata": "Q2638644", "google_entity_id": "kg:/m/02w8dnl"}, "name": {"first": "Albert", "last": "Thomas"}, "bio": {"birthday": "1898-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "T000178", "govtrack": 410759, "icpsr": 10792, "wikipedia": "Lera Millard Thomas", "house_history": 22848, "wikidata": "Q279351", "google_entity_id": "kg:/m/02vktpl"}, "name": {"first": "Lera", "middle": "Millard", "last": "Thomas"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 8, "party": "Democrat"}], "bio": {"birthday": "1900-08-03", "gender": "F"}}, {"id": {"bioguide": "T000198", "govtrack": 410777, "icpsr": 9320, "wikipedia": "Clark W. Thompson (Texas politician)", "house_history": 22876, "wikidata": "Q1095752", "google_entity_id": "kg:/m/0gy1m0"}, "name": {"first": "Clark", "middle": "Wallace", "last": "Thompson"}, "bio": {"birthday": "1896-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "T000218", "govtrack": 410797, "icpsr": 9339, "wikipedia": "T. Ashton Thompson", "house_history": 22900, "wikidata": "Q2383249", "google_entity_id": "kg:/m/02rv979"}, "name": {"first": "Theo", "middle": "Ashton", "last": "Thompson"}, "bio": {"birthday": "1916-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "LA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "T000294", "govtrack": 410867, "icpsr": 10776, "wikipedia": "Paul H. Todd Jr.", "house_history": 22990, "wikidata": "Q2059929", "google_entity_id": "kg:/m/028489n"}, "name": {"first": "Paul", "middle": "Harold", "last": "Todd", "suffix": "Jr."}, "bio": {"birthday": "1921-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000297", "govtrack": 410870, "icpsr": 9408, "wikipedia": "Herman Toll", "house_history": 22993, "wikidata": "Q4460049", "google_entity_id": "kg:/m/0dlt13"}, "name": {"first": "Herman", "last": "Toll"}, "bio": {"birthday": "1907-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "T000373", "govtrack": 410942, "icpsr": 9473, "wikipedia": "James William Trimble", "house_history": 23090, "wikidata": "Q1651860", "google_entity_id": "kg:/m/02rhjkg"}, "name": {"first": "James", "middle": "William", "last": "Trimble"}, "bio": {"birthday": "1894-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AR", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000411", "govtrack": 410980, "icpsr": 10565, "wikipedia": "Stanley R. Tupper", "house_history": 23136, "wikidata": "Q1523991", "google_entity_id": "kg:/m/02rv9l_"}, "name": {"first": "Stanley", "middle": "Roger", "last": "Tupper"}, "bio": {"birthday": "1921-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "ME", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000436", "govtrack": 411004, "icpsr": 10632, "wikipedia": "J. Russell Tuten", "house_history": 23170, "wikidata": "Q1676394", "google_entity_id": "kg:/m/02rk0x4"}, "name": {"first": "James", "middle": "Russell", "last": "Tuten"}, "bio": {"gender": "M", "birthday": "1911-07-23"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "T000445", "govtrack": 411013, "icpsr": 10824, "wikipedia": "Joseph Tydings", "wikidata": "Q6217509", "google_entity_id": "kg:/m/05cbzh"}, "name": {"first": "Joseph", "middle": "Davies", "last": "Tydings"}, "bio": {"birthday": "1928-05-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "MD", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "V000109", "govtrack": 411163, "icpsr": 10779, "wikipedia": "Weston E. Vivian", "house_history": 21006, "wikidata": "Q1685169", "google_entity_id": "kg:/m/027l6g4"}, "name": {"first": "Weston", "middle": "Edward", "last": "Vivian"}, "bio": {"birthday": "1924-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000065", "govtrack": 411244, "icpsr": 10781, "house_history": 23293, "wikipedia": "Prentiss Walker", "wikidata": "Q778666", "google_entity_id": "kg:/m/03s8d4"}, "name": {"first": "Prentiss", "middle": "Lafayette", "last": "Walker"}, "bio": {"birthday": "1917-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MS", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "W000290", "govtrack": 411454, "icpsr": 10636, "wikipedia": "Charles L. Weltner", "house_history": 23566, "wikidata": "Q1066403", "google_entity_id": "kg:/m/0fl0st"}, "name": {"first": "Charles", "middle": "Longstreet", "last": "Weltner"}, "bio": {"birthday": "1927-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000362", "govtrack": 411524, "icpsr": 10637, "wikipedia": "Compton I. White Jr.", "house_history": 23645, "wikidata": "Q979283", "google_entity_id": "kg:/m/06bjv9"}, "name": {"first": "Compton", "middle": "Ignatius", "last": "White", "suffix": "Jr."}, "bio": {"birthday": "1920-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "ID", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "ID", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000518", "govtrack": 411675, "icpsr": 10163, "wikipedia": "John J. Williams (senator)", "wikidata": "Q1726940", "google_entity_id": "kg:/m/04pdkr"}, "name": {"first": "John", "middle": "James", "last": "Williams"}, "bio": {"gender": "M", "birthday": "1904-05-17"}, "terms": [{"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "DE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "DE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "DE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "DE", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "Y000006", "govtrack": 411940, "icpsr": 10414, "wikipedia": "Ralph Yarborough", "wikidata": "Q2129881", "google_entity_id": "kg:/m/021nlp"}, "name": {"first": "Ralph", "middle": "Webster", "last": "Yarborough"}, "bio": {"birthday": "1903-06-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "TX", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "TX", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "Y000053", "govtrack": 411985, "icpsr": 10454, "wikipedia": "Stephen M. Young", "house_history": 21094, "wikidata": "Q957216", "google_entity_id": "kg:/m/034qvp"}, "name": {"first": "Stephen", "middle": "Marvin", "last": "Young"}, "bio": {"gender": "M", "birthday": "1889-05-04"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "OH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "OH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 0, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "OH", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "OH", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000739", "govtrack": 410208, "icpsr": 11206, "wikipedia": "William B. Spong Jr.", "wikidata": "Q6329296", "google_entity_id": "kg:/m/053s_8"}, "name": {"first": "William", "middle": "Belser", "last": "Spong", "suffix": "Jr."}, "bio": {"birthday": "1920-09-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1966-12-31", "end": "1967-01-03", "state": "VA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "VA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000161", "govtrack": 400816, "icpsr": 142, "wikipedia": "Gordon L. Allott", "wikidata": "Q518110", "google_entity_id": "kg:/m/08z73s"}, "name": {"first": "Gordon", "middle": "Llewellyn", "last": "Allott"}, "bio": {"birthday": "1907-01-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "CO", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "CO", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "CO", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "A000186", "govtrack": 400841, "icpsr": 165, "wikipedia": "Clinton Presba Anderson", "house_history": 8515, "wikidata": "Q464733", "google_entity_id": "kg:/m/02pjjl"}, "name": {"first": "Clinton", "middle": "Presba", "last": "Anderson"}, "bio": {"birthday": "1895-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NM", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NM", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NM", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "NM", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "NM", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "NM", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "NM", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000223", "govtrack": 400962, "icpsr": 270, "wikipedia": "Robert T. Ashmore", "house_history": 8574, "wikidata": "Q2158983", "google_entity_id": "kg:/m/02rtqnv"}, "name": {"first": "Robert", "middle": "Thomas", "last": "Ashmore"}, "bio": {"gender": "M", "birthday": "1904-02-22"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000201", "govtrack": 401200, "icpsr": 486, "wikipedia": "Bob Bartlett", "house_history": 9032, "wikidata": "Q719965", "google_entity_id": "kg:/m/01yrby"}, "name": {"first": "Edward", "middle": "Lewis", "last": "Bartlett", "nickname": "Bob"}, "bio": {"birthday": "1904-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AK", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AK", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AK", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AK", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AK", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AK", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AK", "district": 0, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1961-01-03", "state": "AK", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "AK", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1967-01-10", "end": "1968-12-11", "state": "AK", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000593", "govtrack": 401561, "icpsr": 823, "house_history": 9545, "wikipedia": "J. Caleb Boggs", "wikidata": "Q887153", "google_entity_id": "kg:/m/04fwvv"}, "name": {"first": "James", "middle": "Caleb", "last": "Boggs"}, "bio": {"birthday": "1909-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "DE", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "DE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000607", "govtrack": 401575, "icpsr": 837, "house_history": 9566, "wikipedia": "Frances P. Bolton", "wikidata": "Q599174", "google_entity_id": "kg:/m/035fjl"}, "name": {"first": "Frances", "middle": "Payne", "last": "Bolton"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 22, "party": "Republican"}], "bio": {"birthday": "1885-03-29", "gender": "F"}}, {"id": {"bioguide": "C000758", "govtrack": 402878, "icpsr": 2052, "wikipedia": "John Sherman Cooper", "wikidata": "Q324970", "google_entity_id": "kg:/m/02nfts"}, "name": {"first": "John", "middle": "Sherman", "last": "Cooper"}, "bio": {"birthday": "1901-08-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1946-01-01", "end": "1949-01-03", "state": "KY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1952-01-01", "end": "1955-01-03", "state": "KY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1956-01-01", "end": "1961-01-03", "state": "KY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "KY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "KY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C001014", "govtrack": 403121, "icpsr": 2275, "wikipedia": "Thomas B. Curtis", "house_history": 11721, "wikidata": "Q378524", "google_entity_id": "kg:/m/02rz8cy"}, "name": {"first": "Thomas", "middle": "Bradford", "last": "Curtis"}, "bio": {"birthday": "1911-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MO", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MO", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "E000112", "govtrack": 403803, "icpsr": 2901, "wikipedia": "Allen J. Ellender", "wikidata": "Q363276", "google_entity_id": "kg:/m/03bp8c"}, "name": {"first": "Allen", "middle": "Joseph", "last": "Ellender"}, "bio": {"birthday": "1890-09-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1967-01-10", "end": "1972-07-27", "state": "LA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000137", "govtrack": 404092, "icpsr": 3158, "wikipedia": "Paul A. Fino", "house_history": 13143, "wikidata": "Q787111", "google_entity_id": "kg:/m/0ksv60"}, "name": {"first": "Paul", "middle": "Albert", "last": "Fino"}, "bio": {"birthday": "1913-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "F000233", "govtrack": 404188, "icpsr": 3246, "house_history": 13266, "wikipedia": "John E. Fogarty", "wikidata": "Q1699884", "google_entity_id": "kg:/m/0f94c8"}, "name": {"first": "John", "middle": "Edward", "last": "Fogarty"}, "bio": {"birthday": "1913-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "RI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000055", "govtrack": 404429, "icpsr": 11018, "house_history": 13633, "wikipedia": "James Carson Gardner", "wikidata": "Q1680141", "google_entity_id": "kg:/m/0272hl9"}, "name": {"first": "James", "middle": "Carson", "last": "Gardner"}, "bio": {"birthday": "1933-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NC", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "G000098", "govtrack": 404470, "icpsr": 3506, "wikipedia": "Ezekiel C. Gathings", "house_history": 13685, "wikidata": "Q1385988", "google_entity_id": "kg:/m/02rhg2b"}, "name": {"first": "Ezekiel", "middle": "Candler", "last": "Gathings"}, "bio": {"birthday": "1903-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000081", "govtrack": 404964, "icpsr": 3963, "wikipedia": "Charles A. Halleck", "house_history": 14388, "wikidata": "Q525619", "google_entity_id": "kg:/m/07d4b5"}, "name": {"first": "Charles", "middle": "Abraham", "last": "Halleck"}, "bio": {"birthday": "1900-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000197", "govtrack": 405078, "icpsr": 4064, "wikipedia": "Porter Hardy, Jr.", "house_history": 14530, "wikidata": "Q2105061", "google_entity_id": "kg:/m/02vp0c7"}, "name": {"first": "Porter", "last": "Hardy", "suffix": "Jr."}, "bio": {"birthday": "1903-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000237", "govtrack": 405115, "icpsr": 10805, "wikipedia": "Fred R. Harris", "wikidata": "Q533214", "google_entity_id": "kg:/m/0433l7"}, "name": {"first": "Fred", "middle": "Roy", "last": "Harris"}, "bio": {"birthday": "1930-11-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1964-01-01", "end": "1967-01-03", "state": "OK", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "OK", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000278", "govtrack": 405154, "icpsr": 4139, "wikipedia": "William H. Harrison (Wyoming Congressman)", "house_history": 14626, "wikidata": "Q1301825", "google_entity_id": "kg:/m/0911_t"}, "name": {"first": "William", "middle": "Henry", "last": "Harrison"}, "bio": {"birthday": "1896-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WY", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "H000530", "govtrack": 405392, "icpsr": 4354, "wikipedia": "Albert S. Herlong Jr.", "house_history": 14941, "wikidata": "Q2638906", "google_entity_id": "kg:/m/02rgvx8"}, "name": {"first": "Albert", "middle": "Sydney", "last": "Herlong", "suffix": "Jr."}, "bio": {"birthday": "1909-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "FL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000717", "govtrack": 405569, "icpsr": 4518, "wikipedia": "Elmer J. Holland", "house_history": 15170, "wikidata": "Q5366586", "google_entity_id": "kg:/m/0dn46g"}, "name": {"first": "Elmer", "middle": "Joseph", "last": "Holland"}, "bio": {"birthday": "1894-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "I000039", "govtrack": 405896, "icpsr": 4824, "wikipedia": "Donald J. Irwin", "house_history": 15665, "wikidata": "Q1239987", "google_entity_id": "kg:/m/02rhf6h"}, "name": {"first": "Donald", "middle": "Jay", "last": "Irwin"}, "bio": {"gender": "M", "birthday": "1926-09-07"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CT", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CT", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CT", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "J000267", "govtrack": 406159, "icpsr": 5073, "wikipedia": "B. Everett Jordan", "wikidata": "Q795202", "google_entity_id": "kg:/m/02klnl"}, "name": {"first": "Benjamin", "middle": "Everett", "last": "Jordan"}, "bio": {"birthday": "1896-09-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1958-01-01", "end": "1961-01-03", "state": "NC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "NC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "NC", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "J000269", "govtrack": 406161, "icpsr": 10807, "wikipedia": "Leonard B. Jordan", "wikidata": "Q16807", "google_entity_id": "kg:/m/062hj9"}, "name": {"first": "Leonard", "middle": "Beck", "last": "Jordan"}, "bio": {"birthday": "1899-05-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1962-01-01", "end": "1967-01-03", "state": "ID", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "ID", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "K000013", "govtrack": 406185, "icpsr": 5097, "wikipedia": "Frank M. Karsten", "house_history": 16090, "wikidata": "Q1443711", "google_entity_id": "kg:/m/02rtnmt"}, "name": {"first": "Frank", "middle": "Melvin", "last": "Karsten"}, "bio": {"birthday": "1913-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MO", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MO", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000070", "govtrack": 406240, "icpsr": 5148, "wikipedia": "Edna F. Kelly", "house_history": 16168, "wikidata": "Q1967257", "google_entity_id": "kg:/m/0kstzh"}, "name": {"first": "Edna", "middle": "Flannery", "last": "Kelly"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 12, "party": "Democrat"}], "bio": {"birthday": "1906-08-20", "gender": "F"}}, {"id": {"bioguide": "K000196", "govtrack": 406357, "icpsr": 5255, "wikipedia": "Cecil R. King", "house_history": 16323, "wikidata": "Q1052337", "google_entity_id": "kg:/m/027gm2r"}, "name": {"first": "Cecil", "middle": "Rhodes", "last": "King"}, "bio": {"birthday": "1898-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "K000318", "govtrack": 406472, "icpsr": 10531, "wikipedia": "Horace R. Kornegay", "house_history": 16482, "wikidata": "Q185531", "google_entity_id": "kg:/m/02vn_vr"}, "name": {"first": "Horace", "middle": "Robinson", "last": "Kornegay"}, "bio": {"birthday": "1924-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "K000343", "govtrack": 406496, "icpsr": 10789, "wikipedia": "Theodore R. Kupferman", "house_history": 16516, "wikidata": "Q3893389", "google_entity_id": "kg:/m/0kst__"}, "name": {"first": "Theodore", "middle": "Roosevelt", "last": "Kupferman"}, "bio": {"birthday": "1920-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "M000011", "govtrack": 407041, "icpsr": 10752, "wikipedia": "Hervey Machen", "house_history": 17342, "wikidata": "Q2045589", "google_entity_id": "kg:/m/08zz25"}, "name": {"first": "Hervey", "middle": "Gilbert", "last": "Machen"}, "bio": {"birthday": "1916-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MD", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000730", "govtrack": 407709, "icpsr": 10812, "wikipedia": "Jack Miller (politician)", "wikidata": "Q1677124", "google_entity_id": "kg:/m/08p0yq"}, "name": {"first": "Jack", "middle": "Richard", "last": "Miller"}, "bio": {"birthday": "1916-06-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "IA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000892", "govtrack": 407864, "icpsr": 6626, "house_history": 18453, "wikipedia": "Arch A. Moore Jr.", "wikidata": "Q365572", "google_entity_id": "kg:/m/026b5t"}, "name": {"first": "Arch", "middle": "Alfred", "last": "Moore", "suffix": "Jr."}, "bio": {"birthday": "1923-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WV", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000990", "govtrack": 407958, "icpsr": 6717, "house_history": 18567, "wikipedia": "Thomas G. Morris", "wikidata": "Q127713", "google_entity_id": "kg:/m/027n42n"}, "name": {"first": "Thomas", "middle": "Gayle", "last": "Morris"}, "bio": {"birthday": "1919-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NM", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "M001074", "govtrack": 408040, "icpsr": 6792, "wikipedia": "Abraham J. Multer", "house_history": 18670, "wikidata": "Q2633194", "google_entity_id": "kg:/m/0kswjz"}, "name": {"first": "Abraham", "middle": "Jacob", "last": "Multer"}, "bio": {"birthday": "1900-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "M001078", "govtrack": 408043, "icpsr": 6796, "wikipedia": "Karl E. Mundt", "house_history": 18675, "wikidata": "Q327912", "google_entity_id": "kg:/m/03pr67"}, "name": {"first": "Karl", "middle": "Earl", "last": "Mundt"}, "bio": {"birthday": "1900-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1948-12-30", "state": "SD", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1948-12-31", "end": "1949-01-03", "state": "SD", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "SD", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "SD", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "SD", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "SD", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "O000053", "govtrack": 408288, "icpsr": 7041, "wikipedia": "Barratt O'Hara", "house_history": 19133, "wikidata": "Q4320546", "google_entity_id": "kg:/m/08p0js"}, "name": {"first": "Barratt", "last": "O'Hara"}, "bio": {"birthday": "1882-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000405", "govtrack": 408798, "wikipedia": "Santiago Polanco-Abreu", "house_history": 19781, "wikidata": "Q1726886", "google_entity_id": "kg:/m/02rlcll"}, "name": {"first": "Santiago", "last": "Polanco-Abreu"}, "bio": {"birthday": "1920-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PR", "district": 0, "party": "Popular Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PR", "district": 0, "party": "Popular Democrat"}]}, {"id": {"bioguide": "P000426", "govtrack": 408817, "icpsr": 10615, "wikipedia": "Joe R. Pool", "house_history": 19810, "wikidata": "Q1691561", "google_entity_id": "kg:/m/02rvb46"}, "name": {"first": "Joe", "middle": "Richard", "last": "Pool"}, "bio": {"birthday": "1911-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000164", "govtrack": 409141, "icpsr": 10764, "wikipedia": "Joseph Y. Resnick", "house_history": 20287, "wikidata": "Q6288094", "google_entity_id": "kg:/m/0ksv76"}, "name": {"first": "Joseph", "middle": "Yale", "last": "Resnick"}, "bio": {"birthday": "1924-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 28, "party": "Democrat"}]}, {"id": {"bioguide": "R000187", "govtrack": 409163, "icpsr": 7844, "wikipedia": "George M. Rhodes", "house_history": 20317, "wikidata": "Q5541977", "google_entity_id": "kg:/m/0dntjh"}, "name": {"first": "George", "middle": "Milton", "last": "Rhodes"}, "bio": {"birthday": "1898-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "R000536", "govtrack": 409493, "icpsr": 8138, "wikipedia": "Richard Russell Jr.", "wikidata": "Q718415", "google_entity_id": "kg:/m/0268my"}, "name": {"first": "Richard", "middle": "Brevard", "last": "Russell", "suffix": "Jr."}, "bio": {"birthday": "1897-11-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1933-03-09", "end": "1937-01-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1937-01-05", "end": "1943-01-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1967-01-10", "end": "1971-01-21", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000232", "govtrack": 409737, "icpsr": 8353, "wikipedia": "Armistead I. Selden Jr.", "house_history": 21423, "wikidata": "Q688628", "google_entity_id": "kg:/m/02rk1cm"}, "name": {"first": "Armistead", "middle": "Inge", "last": "Selden", "suffix": "Jr."}, "bio": {"birthday": "1921-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AL", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000560", "govtrack": 410042, "icpsr": 11049, "wikipedia": "James Vernon Smith", "house_history": 21829, "wikidata": "Q1681230", "google_entity_id": "kg:/m/02rr6z6"}, "name": {"first": "James", "middle": "Vernon", "last": "Smith"}, "bio": {"birthday": "1926-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OK", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000590", "govtrack": 410070, "icpsr": 8666, "house_history": 21866, "wikipedia": "Margaret Chase Smith", "wikidata": "Q456750", "google_entity_id": "kg:/m/01lm1s"}, "name": {"first": "Margaret", "middle": "Chase", "last": "Smith"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "ME", "class": 2, "party": "Republican"}], "bio": {"birthday": "1897-12-14", "gender": "F"}}, {"id": {"bioguide": "T000128", "govtrack": 410710, "icpsr": 10775, "wikipedia": "Herbert Tenzer", "house_history": 22789, "wikidata": "Q866788", "google_entity_id": "kg:/m/078wrl"}, "name": {"first": "Herbert", "last": "Tenzer"}, "bio": {"birthday": "1905-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "T000395", "govtrack": 410964, "icpsr": 9494, "house_history": 23117, "wikipedia": "William M. Tuck", "wikidata": "Q725740", "google_entity_id": "kg:/m/084myx"}, "name": {"first": "William", "middle": "Munford", "last": "Tuck"}, "bio": {"birthday": "1896-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "VA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000049", "govtrack": 411228, "icpsr": 10780, "wikipedia": "E. S. Johnny Walker", "house_history": 23275, "wikidata": "Q1273565", "google_entity_id": "kg:/m/08g2c8"}, "name": {"first": "E.", "middle": "S. Johnny", "last": "Walker"}, "bio": {"birthday": "1911-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NM", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "W000410", "govtrack": 411570, "icpsr": 10060, "wikipedia": "Basil Lee Whitener", "house_history": 23701, "wikidata": "Q810032", "google_entity_id": "kg:/m/04p1j2"}, "name": {"first": "Basil", "middle": "Lee", "last": "Whitener"}, "bio": {"birthday": "1915-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NC", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "W000517", "govtrack": 411674, "icpsr": 10162, "wikipedia": "John Bell Williams", "house_history": 23829, "wikidata": "Q518055", "google_entity_id": "kg:/m/01hj2n"}, "name": {"first": "John", "middle": "Bell", "last": "Williams"}, "bio": {"birthday": "1918-12-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MS", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MS", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000559", "govtrack": 411715, "icpsr": 10201, "wikipedia": "Edwin E. Willis", "house_history": 23876, "wikidata": "Q1294506", "google_entity_id": "kg:/m/0bxz00"}, "name": {"first": "Edwin", "middle": "Edward", "last": "Willis"}, "bio": {"birthday": "1904-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "LA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "Y000060", "govtrack": 411992, "icpsr": 10461, "wikipedia": "J. Arthur Younger", "house_history": 21102, "wikidata": "Q525767", "google_entity_id": "kg:/m/04wgpp"}, "name": {"first": "Jesse", "middle": "Arthur", "last": "Younger"}, "bio": {"birthday": "1893-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "C000721", "thomas": "01308", "govtrack": 402844, "icpsr": 12102, "wikipedia": "Marlow Cook", "wikidata": "Q5699585", "google_entity_id": "kg:/m/03vf4v"}, "name": {"first": "Marlow", "middle": "Webster", "last": "Cook"}, "bio": {"birthday": "1926-07-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1968-12-17", "end": "1974-12-27", "state": "KY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000282", "govtrack": 404643, "icpsr": 3670, "wikipedia": "Charles Goodell", "house_history": 13920, "wikidata": "Q2959243", "google_entity_id": "kg:/m/04dt3h"}, "name": {"first": "Charles", "middle": "Ellsworth", "last": "Goodell"}, "bio": {"birthday": "1926-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "sen", "start": "1968-01-01", "end": "1971-01-03", "state": "NY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000024", "govtrack": 400685, "icpsr": 18, "house_history": 8287, "wikipedia": "E. Ross Adair", "wikidata": "Q1273564", "google_entity_id": "kg:/m/02rkfks"}, "name": {"first": "Edwin", "middle": "Ross", "last": "Adair"}, "bio": {"birthday": "1907-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "A000062", "thomas": "01270", "govtrack": 400722, "icpsr": 52, "wikipedia": "George Aiken", "wikidata": "Q116751", "google_entity_id": "kg:/m/03hrss"}, "name": {"first": "George", "middle": "David", "last": "Aiken"}, "bio": {"birthday": "1892-08-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1945-01-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "VT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "VT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000229", "govtrack": 401006, "icpsr": 310, "wikipedia": "William Hanes Ayres", "house_history": 8585, "wikidata": "Q8010815", "google_entity_id": "kg:/m/027m78x"}, "name": {"first": "William", "middle": "Hanes", "last": "Ayres"}, "bio": {"birthday": "1916-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "B000239", "govtrack": 401234, "icpsr": 518, "wikipedia": "William H. Bates", "house_history": 9085, "wikidata": "Q2485081", "google_entity_id": "kg:/m/03s_ry"}, "name": {"first": "William", "middle": "Henry", "last": "Bates"}, "bio": {"birthday": "1917-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000241", "govtrack": 401236, "icpsr": 10503, "wikipedia": "James Franklin Battin", "house_history": 9088, "wikidata": "Q1680413", "google_entity_id": "kg:/m/02rhj6t"}, "name": {"first": "James", "middle": "Franklin", "last": "Battin"}, "bio": {"birthday": "1925-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000384", "thomas": "01281", "govtrack": 401375, "icpsr": 645, "wikipedia": "Wallace F. Bennett", "wikidata": "Q925211", "google_entity_id": "kg:/m/03jl8r"}, "name": {"first": "Wallace", "middle": "Foster", "last": "Bennett"}, "bio": {"birthday": "1898-11-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "UT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "UT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "UT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1969-01-03", "end": "1974-12-20", "state": "UT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000416", "govtrack": 401403, "icpsr": 672, "house_history": 9317, "wikipedia": "Ellis Yarnal Berry", "wikidata": "Q1332462", "google_entity_id": "kg:/m/0f6s4f"}, "name": {"first": "Ellis", "middle": "Yarnal", "last": "Berry"}, "bio": {"birthday": "1902-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "SD", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000436", "thomas": "01283", "govtrack": 401422, "icpsr": 688, "wikipedia": "Alan Bible", "wikidata": "Q2636641", "google_entity_id": "kg:/m/03swfg"}, "name": {"first": "Alan", "middle": "Harvey", "last": "Bible"}, "bio": {"birthday": "1909-11-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1954-12-02", "end": "1957-01-03", "state": "NV", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "NV", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "NV", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1969-01-03", "end": "1974-12-17", "state": "NV", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B001155", "govtrack": 402097, "icpsr": 10576, "wikipedia": "Laurence J. Burton", "house_history": 10262, "wikidata": "Q249120", "google_entity_id": "kg:/m/02rm424"}, "name": {"first": "Laurence", "middle": "Junior", "last": "Burton"}, "bio": {"birthday": "1926-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "UT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001201", "govtrack": 402143, "icpsr": 11009, "wikipedia": "Daniel E. Button", "house_history": 10319, "wikidata": "Q1160497", "google_entity_id": "kg:/m/0ksshg"}, "name": {"first": "Daniel", "middle": "Evan", "last": "Button"}, "bio": {"birthday": "1917-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "C000019", "govtrack": 402180, "icpsr": 1393, "wikipedia": "William T. Cahill", "house_history": 10466, "wikidata": "Q889205", "google_entity_id": "kg:/m/028nss"}, "name": {"first": "William", "middle": "Thomas", "last": "Cahill"}, "bio": {"birthday": "1912-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000596", "govtrack": 402725, "icpsr": 1911, "wikipedia": "Jeffery Cohelan", "house_history": 11197, "wikidata": "Q1686419", "google_entity_id": "kg:/m/0dlw9d"}, "name": {"first": "Jeffery", "last": "Cohelan"}, "bio": {"birthday": "1914-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "C000823", "govtrack": 402941, "icpsr": 11010, "wikipedia": "William O. Cowger", "house_history": 11486, "wikidata": "Q2580151", "google_entity_id": "kg:/m/08pnj8"}, "name": {"first": "William", "middle": "Owen", "last": "Cowger"}, "bio": {"birthday": "1922-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "KY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000869", "govtrack": 402983, "icpsr": 2143, "house_history": 11543, "wikipedia": "William C. Cramer", "wikidata": "Q1528597", "google_entity_id": "kg:/m/02rj_8k"}, "name": {"first": "William", "middle": "Cato", "last": "Cramer"}, "bio": {"birthday": "1922-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "FL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "FL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "FL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "FL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "FL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "FL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "FL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "FL", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "C000991", "govtrack": 403099, "icpsr": 2255, "wikipedia": "Glenn Cunningham (Nebraska)", "house_history": 11692, "wikidata": "Q1531046", "google_entity_id": "kg:/m/0bd_kj"}, "name": {"first": "Glenn", "middle": "Clarence", "last": "Cunningham"}, "bio": {"birthday": "1912-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NE", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000001", "govtrack": 403145, "icpsr": 2295, "wikipedia": "Emilio Q. Daddario", "house_history": 11834, "wikidata": "Q562908", "google_entity_id": "kg:/m/02780c5"}, "name": {"first": "Emilio", "middle": "Quincy", "last": "Daddario"}, "bio": {"birthday": "1918-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000158", "govtrack": 403290, "icpsr": 2433, "wikipedia": "William L. Dawson (politician)", "house_history": 12028, "wikidata": "Q2546135", "google_entity_id": "kg:/m/04f9b3"}, "name": {"first": "William", "middle": "Levi", "last": "Dawson"}, "bio": {"birthday": "1886-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000239", "govtrack": 403377, "icpsr": 11012, "wikipedia": "Robert Vernon Denney", "house_history": 12127, "wikidata": "Q2159075", "google_entity_id": "kg:/m/0brdt8"}, "name": {"first": "Robert", "middle": "Vernon", "last": "Denney"}, "bio": {"birthday": "1916-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NE", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000409", "thomas": "01320", "govtrack": 403522, "icpsr": 10514, "wikipedia": "Peter H. Dominick", "house_history": 12341, "wikidata": "Q438103", "google_entity_id": "kg:/m/07sh3g"}, "name": {"first": "Peter", "middle": "Hoyt", "last": "Dominick"}, "bio": {"birthday": "1915-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "CO", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "CO", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "E000211", "thomas": "01326", "govtrack": 403898, "icpsr": 2987, "wikipedia": "Sam Ervin", "house_history": 12860, "wikidata": "Q322911", "google_entity_id": "kg:/m/02kly2"}, "name": {"first": "Samuel", "middle": "James", "last": "Ervin", "suffix": "Jr."}, "bio": {"birthday": "1896-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NC", "district": 10, "party": "Democrat"}, {"type": "sen", "start": "1954-01-01", "end": "1957-01-03", "state": "NC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "NC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "NC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "NC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000266", "govtrack": 403946, "icpsr": 3028, "wikipedia": "Fats Everett", "house_history": 12928, "wikidata": "Q1398254", "google_entity_id": "kg:/m/042zl_"}, "name": {"first": "Robert", "middle": "Ashton", "last": "Everett"}, "bio": {"gender": "M", "birthday": "1915-02-24"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "F000012", "govtrack": 403974, "icpsr": 3054, "wikipedia": "George Hyde Fallon", "house_history": 12979, "wikidata": "Q1619277", "google_entity_id": "kg:/m/06g1sz"}, "name": {"first": "George", "middle": "Hyde", "last": "Fallon"}, "bio": {"birthday": "1902-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "F000015", "govtrack": 403977, "icpsr": 3056, "wikipedia": "Leonard Farbstein", "house_history": 12983, "wikidata": "Q6525278", "google_entity_id": "kg:/m/078y1c"}, "name": {"first": "Leonard", "last": "Farbstein"}, "bio": {"birthday": "1902-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "F000060", "govtrack": 404020, "icpsr": 3092, "wikipedia": "Michael A. Feighan", "house_history": 13041, "wikidata": "Q1625052", "google_entity_id": "kg:/m/07974z"}, "name": {"first": "Michael", "middle": "Aloysius", "last": "Feighan"}, "bio": {"birthday": "1905-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "F000272", "govtrack": 404223, "icpsr": 10584, "house_history": 13318, "wikipedia": "Ed Foreman", "wikidata": "Q1282341", "google_entity_id": "kg:/m/0c4_30"}, "name": {"first": "Edgar", "middle": "Franklin", "last": "Foreman"}, "bio": {"birthday": "1933-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NM", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000384", "govtrack": 404329, "icpsr": 3374, "wikipedia": "Samuel Friedel", "house_history": 13455, "wikidata": "Q2695484", "google_entity_id": "kg:/m/06hbz7"}, "name": {"first": "Samuel", "middle": "Nathaniel", "last": "Friedel"}, "bio": {"birthday": "1898-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MD", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "F000401", "thomas": "01337", "govtrack": 404343, "icpsr": 3388, "house_history": 13477, "wikipedia": "J. William Fulbright", "wikidata": "Q550255", "google_entity_id": "kg:/m/01x7h5"}, "name": {"first": "James", "middle": "William", "last": "Fulbright"}, "bio": {"birthday": "1905-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AR", "district": 3, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "AR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000175", "govtrack": 404541, "icpsr": 3575, "wikipedia": "Jacob H. Gilbert", "house_history": 13786, "wikidata": "Q6118695", "google_entity_id": "kg:/m/07th98"}, "name": {"first": "Jacob", "middle": "H.", "last": "Gilbert"}, "bio": {"birthday": "1920-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "G000531", "thomas": "01345", "govtrack": 404876, "icpsr": 10593, "house_history": 14230, "wikipedia": "Edward Gurney", "wikidata": "Q372686", "google_entity_id": "kg:/m/07shby"}, "name": {"first": "Edward", "middle": "John", "last": "Gurney"}, "bio": {"birthday": "1914-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "FL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "FL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "FL", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "FL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000922", "thomas": "01364", "govtrack": 405767, "icpsr": 12106, "wikipedia": "Harold Hughes", "wikidata": "Q382715", "google_entity_id": "kg:/m/04t4mz"}, "name": {"first": "Harold", "middle": "Everett", "last": "Hughes"}, "bio": {"birthday": "1922-02-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "IA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000108", "govtrack": 406010, "icpsr": 10529, "house_history": 15828, "wikipedia": "Charles Samuel Joelson", "wikidata": "Q1066002", "google_entity_id": "kg:/m/027b71t"}, "name": {"first": "Charles", "middle": "Samuel", "last": "Joelson"}, "bio": {"birthday": "1916-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "K000244", "govtrack": 406403, "icpsr": 5301, "wikipedia": "Michael J. Kirwan", "house_history": 16382, "wikidata": "Q1597653", "google_entity_id": "kg:/m/0ddb10"}, "name": {"first": "Michael", "middle": "Joseph", "last": "Kirwan"}, "bio": {"birthday": "1886-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "K000264", "govtrack": 406422, "icpsr": 11024, "wikipedia": "Thomas S. Kleppe", "house_history": 16407, "wikidata": "Q371315", "google_entity_id": "kg:/m/07rmdp"}, "name": {"first": "Thomas", "middle": "Savig", "last": "Kleppe"}, "bio": {"birthday": "1919-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "ND", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "ND", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000024", "govtrack": 406534, "icpsr": 5410, "wikipedia": "Melvin Laird", "house_history": 16606, "wikidata": "Q499056", "google_entity_id": "kg:/m/0kskm"}, "name": {"first": "Melvin", "middle": "Robert", "last": "Laird"}, "bio": {"birthday": "1922-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "L000069", "govtrack": 406578, "icpsr": 5451, "wikipedia": "Odin Langen", "house_history": 16674, "wikidata": "Q2014547", "google_entity_id": "kg:/m/0dglpz"}, "name": {"first": "Odin", "middle": "Elsford Stanley", "last": "Langen"}, "bio": {"birthday": "1913-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "L000344", "govtrack": 406836, "icpsr": 5694, "house_history": 17023, "wikipedia": "Glenard P. Lipscomb", "wikidata": "Q1530879", "google_entity_id": "kg:/m/01kcc_"}, "name": {"first": "Glenard", "middle": "Paul", "last": "Lipscomb"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 24, "party": "Republican"}], "bio": {"birthday": "1915-08-19", "gender": "M"}}, {"id": {"bioguide": "L000477", "govtrack": 406966, "icpsr": 12021, "house_history": 17188, "wikipedia": "Allard K. Lowenstein", "wikidata": "Q4731144", "google_entity_id": "kg:/m/028cb3"}, "name": {"first": "Allard", "middle": "Kenneth", "last": "Lowenstein"}, "bio": {"birthday": "1929-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000010", "govtrack": 407040, "icpsr": 10533, "wikipedia": "Clark MacGregor", "house_history": 17340, "wikidata": "Q1095726", "google_entity_id": "kg:/m/01zqvr"}, "name": {"first": "Clark", "last": "MacGregor"}, "bio": {"birthday": "1922-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000148", "govtrack": 407171, "icpsr": 10603, "house_history": 17508, "wikipedia": "John Otho Marsh Jr.", "wikidata": "Q387744", "google_entity_id": "kg:/m/07qwp_"}, "name": {"first": "John", "middle": "Otho", "last": "Marsh", "suffix": "Jr."}, "bio": {"birthday": "1926-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "VA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "VA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000273", "govtrack": 407291, "icpsr": 6101, "wikipedia": "Catherine Dean May", "house_history": 17660, "wikidata": "Q1050952", "google_entity_id": "kg:/m/02rmn1k"}, "name": {"first": "Catherine", "middle": "Dean", "last": "May"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WA", "district": 4, "party": "Republican"}], "bio": {"birthday": "1914-05-18", "gender": "F"}}, {"id": {"bioguide": "M000318", "govtrack": 407329, "icpsr": 10748, "wikipedia": "Richard D. McCarthy", "house_history": 17720, "wikidata": "Q7325047", "google_entity_id": "kg:/m/0g_g8f"}, "name": {"first": "Richard", "middle": "Dean", "last": "McCarthy"}, "bio": {"birthday": "1927-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 39, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 39, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 39, "party": "Democrat"}]}, {"id": {"bioguide": "M000364", "govtrack": 407369, "icpsr": 6177, "wikipedia": "John William McCormack", "house_history": 17779, "wikidata": "Q377602", "google_entity_id": "kg:/m/01ncqd"}, "name": {"first": "John", "middle": "William", "last": "McCormack"}, "bio": {"birthday": "1891-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M000530", "govtrack": 407522, "icpsr": 12024, "wikipedia": "Martin B. McKneally", "house_history": 17990, "wikidata": "Q6774916", "google_entity_id": "kg:/m/0kssh2"}, "name": {"first": "Martin", "middle": "Boswell", "last": "McKneally"}, "bio": {"birthday": "1914-12-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "M000667", "govtrack": 407653, "icpsr": 11033, "wikipedia": "Thomas Joseph Meskill", "house_history": 18157, "wikidata": "Q431804", "google_entity_id": "kg:/m/078zg7"}, "name": {"first": "Thomas", "middle": "Joseph", "last": "Meskill"}, "bio": {"birthday": "1928-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CT", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CT", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000832", "govtrack": 407807, "icpsr": 10758, "wikipedia": "Chester L. Mize", "house_history": 18375, "wikidata": "Q1070734", "google_entity_id": "kg:/m/02rm9xv"}, "name": {"first": "Chester", "middle": "Louis", "last": "Mize"}, "bio": {"birthday": "1917-12-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "KS", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M001104", "govtrack": 408068, "icpsr": 6816, "wikipedia": "William T. Murphy", "house_history": 18706, "wikidata": "Q4516554", "google_entity_id": "kg:/m/07c3_g"}, "name": {"first": "William", "middle": "Thomas", "last": "Murphy"}, "bio": {"birthday": "1899-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "O000090", "govtrack": 408299, "icpsr": 10759, "wikipedia": "Maston E. O'Neal Jr.", "house_history": 19176, "wikidata": "Q1907965", "google_entity_id": "kg:/m/02rrjl0"}, "name": {"first": "Maston", "middle": "Emmett", "last": "O'Neal", "suffix": "Jr."}, "bio": {"birthday": "1907-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "GA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "O000083", "govtrack": 408355, "icpsr": 10543, "house_history": 19169, "wikipedia": "Arnold Olsen", "wikidata": "Q695870", "google_entity_id": "kg:/m/027y8f_"}, "name": {"first": "Arnold", "last": "Olsen"}, "bio": {"birthday": "1916-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000303", "govtrack": 408703, "icpsr": 7408, "wikipedia": "Philip J. Philbin", "house_history": 19651, "wikidata": "Q1501424", "google_entity_id": "kg:/m/0bz16q"}, "name": {"first": "Philip", "middle": "Joseph", "last": "Philbin"}, "bio": {"birthday": "1898-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000415", "govtrack": 408808, "icpsr": 11039, "wikipedia": "Howard Wallace Pollock", "house_history": 19795, "wikidata": "Q258008", "google_entity_id": "kg:/m/02f8qh"}, "name": {"first": "Howard", "middle": "Wallace", "last": "Pollock"}, "bio": {"birthday": "1920-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AK", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AK", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "P000477", "govtrack": 408862, "icpsr": 7568, "house_history": 19872, "wikipedia": "Adam Clayton Powell Jr.", "wikidata": "Q1050018", "google_entity_id": "kg:/m/022xn8"}, "name": {"first": "Adam", "middle": "Clayton", "last": "Powell", "suffix": "Jr."}, "bio": {"birthday": "1908-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "R000152", "govtrack": 409129, "icpsr": 10548, "wikipedia": "Ben Reifel", "house_history": 20273, "wikidata": "Q816585", "google_entity_id": "kg:/m/026qs0n"}, "name": {"first": "Benjamin", "last": "Reifel"}, "bio": {"gender": "M", "birthday": "1906-09-19"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "SD", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000159", "govtrack": 409136, "icpsr": 10763, "house_history": 20282, "wikipedia": "Edwin Reinecke", "wikidata": "Q529692", "google_entity_id": "kg:/m/09v5fq"}, "name": {"first": "Edwin", "last": "Reinecke"}, "bio": {"birthday": "1924-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "R000280", "govtrack": 409254, "icpsr": 7925, "wikipedia": "L. Mendel Rivers", "house_history": 20431, "wikidata": "Q1309895", "google_entity_id": "kg:/m/03ts4c"}, "name": {"first": "Lucius", "middle": "Mendel", "last": "Rivers"}, "bio": {"birthday": "1905-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "SC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000389", "govtrack": 409357, "icpsr": 8021, "wikipedia": "Byron G. Rogers", "house_history": 20565, "wikidata": "Q1018599", "google_entity_id": "kg:/m/02rhcyy"}, "name": {"first": "Byron", "middle": "Giles", "last": "Rogers"}, "bio": {"birthday": "1900-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CO", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000420", "govtrack": 409385, "icpsr": 10765, "wikipedia": "Daniel J. Ronan", "house_history": 20606, "wikidata": "Q5217639", "google_entity_id": "kg:/m/02rk98z"}, "name": {"first": "Daniel", "middle": "John", "last": "Ronan"}, "bio": {"birthday": "1914-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "R000464", "govtrack": 409426, "icpsr": 10552, "wikipedia": "Richard L. Roudebush", "house_history": 20658, "wikidata": "Q2150037", "google_entity_id": "kg:/m/02rkhk0"}, "name": {"first": "Richard", "middle": "Lowell", "last": "Roudebush"}, "bio": {"gender": "M", "birthday": "1918-01-18"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "R000508", "govtrack": 409467, "icpsr": 10622, "house_history": 20712, "wikipedia": "Donald Rumsfeld", "wikidata": "Q184650", "google_entity_id": "kg:/m/02ddb"}, "name": {"first": "Donald", "middle": "Henry", "last": "Rumsfeld"}, "bio": {"birthday": "1932-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "S000096", "thomas": "01429", "govtrack": 409607, "icpsr": 12108, "wikipedia": "William B. Saxbe", "wikidata": "Q1334578", "google_entity_id": "kg:/m/034qpf"}, "name": {"first": "William", "middle": "Bart", "last": "Saxbe"}, "bio": {"birthday": "1916-06-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1969-01-03", "end": "1974-01-03", "state": "OH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000108", "govtrack": 409617, "icpsr": 10556, "wikipedia": "Henry C. Schadeberg", "house_history": 21267, "wikidata": "Q1606570", "google_entity_id": "kg:/m/026s08x"}, "name": {"first": "Henry", "middle": "Carl", "last": "Schadeberg"}, "bio": {"birthday": "1913-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000602", "govtrack": 410080, "icpsr": 12110, "wikipedia": "Ralph Tyler Smith", "wikidata": "Q435117", "google_entity_id": "kg:/m/0851q2"}, "name": {"first": "Ralph", "middle": "Tyler", "last": "Smith"}, "bio": {"birthday": "1915-10-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000769", "govtrack": 410236, "icpsr": 10627, "house_history": 22088, "wikipedia": "William St. Onge", "wikidata": "Q2580614", "google_entity_id": "kg:/m/02ppg4v"}, "name": {"first": "William", "middle": "Leon", "last": "St. Onge"}, "bio": {"birthday": "1914-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "U000034", "govtrack": 411056, "icpsr": 9578, "wikipedia": "James B. Utt", "house_history": 20872, "wikidata": "Q1679994", "google_entity_id": "kg:/m/09ly_q"}, "name": {"first": "James", "middle": "Boyd", "last": "Utt"}, "bio": {"birthday": "1899-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 35, "party": "Republican"}]}, {"id": {"bioguide": "W000192", "govtrack": 411364, "icpsr": 10782, "house_history": 23443, "wikipedia": "George Watkins (politician)", "wikidata": "Q5546072", "google_entity_id": "kg:/m/0dpbk4"}, "name": {"first": "George", "middle": "Robert", "last": "Watkins"}, "bio": {"birthday": "1902-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000197", "govtrack": 411368, "icpsr": 10634, "house_history": 23449, "wikipedia": "Albert Watson (South Carolina)", "wikidata": "Q2639063", "google_entity_id": "kg:/m/03r8_r"}, "name": {"first": "Albert", "middle": "William", "last": "Watson"}, "bio": {"birthday": "1922-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "SC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "SC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000671", "govtrack": 411824, "icpsr": 12034, "house_history": 24016, "wikipedia": "John S. Wold", "wikidata": "Q1701666", "google_entity_id": "kg:/m/09mbsp"}, "name": {"first": "John", "middle": "Schiller", "last": "Wold"}, "bio": {"birthday": "1916-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WY", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "N000116", "govtrack": 408200, "icpsr": 6939, "wikipedia": "Richard Nixon", "house_history": 18976, "wikidata": "Q9588", "google_entity_id": "kg:/m/06c97"}, "name": {"first": "Richard", "middle": "Milhous", "last": "Nixon"}, "bio": {"birthday": "1913-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 12, "party": "Republican"}, {"type": "sen", "start": "1950-01-01", "end": "1953-12-31", "state": "CA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000002", "govtrack": 400665, "icpsr": 2, "wikipedia": "Watkins Moorman Abbitt", "house_history": 8249, "wikidata": "Q2552662", "google_entity_id": "kg:/m/02lhv3"}, "name": {"first": "Watkins", "middle": "Moorman", "last": "Abbitt"}, "bio": {"birthday": "1908-05-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "VA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "A000016", "govtrack": 400678, "icpsr": 13, "wikipedia": "Thomas Abernethy", "house_history": 8272, "wikidata": "Q612202", "google_entity_id": "kg:/m/0f6yyl"}, "name": {"first": "Thomas", "middle": "Gerstle", "last": "Abernethy"}, "bio": {"birthday": "1903-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MS", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000203", "govtrack": 400867, "icpsr": 10701, "wikipedia": "William Anderson (naval officer)", "house_history": 8538, "wikidata": "Q2577868", "google_entity_id": "kg:/m/049jvb"}, "name": {"first": "William", "middle": "Robert", "last": "Anderson"}, "bio": {"birthday": "1921-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "A000205", "govtrack": 400875, "icpsr": 13053, "wikipedia": "Elizabeth B. Andrews", "house_history": 8541, "wikidata": "Q519699", "google_entity_id": "kg:/m/02rk1kt"}, "name": {"first": "Elizabeth", "middle": "Bullock", "last": "Andrews"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AL", "district": 3, "party": "Democrat"}], "bio": {"birthday": "1911-02-12", "gender": "F"}}, {"id": {"bioguide": "A000206", "govtrack": 400877, "icpsr": 195, "wikipedia": "George W. Andrews", "house_history": 8543, "wikidata": "Q1298685", "google_entity_id": "kg:/m/02rk1q8"}, "name": {"first": "George", "middle": "William", "last": "Andrews"}, "bio": {"birthday": "1906-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000225", "govtrack": 400968, "icpsr": 275, "house_history": 8577, "wikipedia": "Wayne N. Aspinall", "wikidata": "Q1747642", "google_entity_id": "kg:/m/0cxfv3"}, "name": {"first": "Wayne", "middle": "Norviel", "last": "Aspinall"}, "bio": {"birthday": "1896-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CO", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000141", "govtrack": 401142, "icpsr": 433, "wikipedia": "Walter S. Baring Jr.", "house_history": 8952, "wikidata": "Q1716012", "google_entity_id": "kg:/m/02730wb"}, "name": {"first": "Walter", "middle": "Stephan", "last": "Baring", "suffix": "Jr."}, "bio": {"birthday": "1911-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NV", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "B000272", "thomas": "01278", "govtrack": 401266, "icpsr": 12002, "wikipedia": "John Glenn Beall Jr.", "house_history": 9128, "wikidata": "Q325914", "google_entity_id": "kg:/m/05f_9c"}, "name": {"first": "John", "middle": "Glenn", "last": "Beall", "suffix": "Jr."}, "bio": {"birthday": "1927-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "MD", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000315", "govtrack": 401307, "icpsr": 13006, "wikipedia": "Nick Begich", "house_history": 9183, "wikidata": "Q1619015", "google_entity_id": "kg:/m/039bd_"}, "name": {"first": "Nicholas", "middle": "Joseph", "last": "Begich"}, "bio": {"birthday": "1932-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AK", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "B000323", "govtrack": 401315, "icpsr": 590, "house_history": 9194, "wikipedia": "Page Belcher", "wikidata": "Q2046154", "google_entity_id": "kg:/m/02q8163"}, "name": {"first": "Page", "middle": "Henry", "last": "Belcher"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OK", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OK", "district": 1, "party": "Republican"}], "bio": {"birthday": "1899-04-21", "gender": "M"}}, {"id": {"bioguide": "B000426", "govtrack": 401412, "icpsr": 680, "wikipedia": "Jackson Edward Betts", "house_history": 9329, "wikidata": "Q6117085", "google_entity_id": "kg:/m/027m3cb"}, "name": {"first": "Jackson", "middle": "Edward", "last": "Betts"}, "bio": {"birthday": "1904-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "B000548", "govtrack": 401523, "icpsr": 11003, "wikipedia": "Ray Blanton", "house_history": 9483, "wikidata": "Q885000", "google_entity_id": "kg:/m/03c918"}, "name": {"first": "Leonard", "middle": "Ray", "last": "Blanton"}, "bio": {"gender": "M", "birthday": "1930-04-10"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000594", "govtrack": 401562, "icpsr": 824, "wikipedia": "Hale Boggs", "house_history": 9547, "wikidata": "Q1567156", "google_entity_id": "kg:/m/01f9y8"}, "name": {"first": "Thomas", "middle": "Hale", "last": "Boggs", "suffix": "Sr."}, "bio": {"birthday": "1914-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1972-10-16", "state": "LA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000676", "govtrack": 401638, "icpsr": 891, "wikipedia": "Frank T. Bow", "house_history": 9660, "wikidata": "Q13219321", "google_entity_id": "kg:/m/09h_xd"}, "name": {"first": "Frank", "middle": "Townsend", "last": "Bow"}, "bio": {"birthday": "1901-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "B000851", "thomas": "01291", "govtrack": 401808, "icpsr": 10571, "wikipedia": "Bill Brock", "house_history": 9879, "wikidata": "Q456582", "google_entity_id": "kg:/m/042dhg"}, "name": {"first": "William", "middle": "Emerson", "last": "Brock", "suffix": "III"}, "bio": {"birthday": "1930-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TN", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "TN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B001026", "thomas": "01294", "govtrack": 401976, "icpsr": 13100, "wikipedia": "James L. Buckley", "wikidata": "Q1244777", "google_entity_id": "kg:/m/03kctz"}, "name": {"first": "James", "middle": "Lane", "last": "Buckley"}, "bio": {"birthday": "1923-03-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "NY", "class": 1, "party": "Conservative"}]}, {"id": {"bioguide": "B001212", "govtrack": 402151, "icpsr": 1368, "wikipedia": "James A. Byrne", "house_history": 10334, "wikidata": "Q6128045", "google_entity_id": "kg:/m/0dn2g5"}, "name": {"first": "James", "middle": "Aloysius", "last": "Byrne"}, "bio": {"birthday": "1906-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B001216", "govtrack": 402155, "icpsr": 1371, "wikipedia": "John W. Byrnes", "house_history": 10341, "wikidata": "Q1702036", "google_entity_id": "kg:/m/027mshh"}, "name": {"first": "John", "middle": "William", "last": "Byrnes"}, "bio": {"birthday": "1913-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "C000002", "govtrack": 402164, "icpsr": 10707, "wikipedia": "Earle Cabell", "house_history": 10445, "wikidata": "Q1277451", "google_entity_id": "kg:/m/07tvkk"}, "name": {"first": "Earle", "last": "Cabell"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 5, "party": "Democrat"}], "bio": {"birthday": "1906-10-27", "gender": "M"}}, {"id": {"bioguide": "C000017", "govtrack": 402179, "icpsr": 12005, "wikipedia": "Patrick T. Caffery", "house_history": 10463, "wikidata": "Q2057997", "google_entity_id": "kg:/m/02v_hz_"}, "name": {"first": "Patrick", "middle": "Thomson", "last": "Caffery"}, "bio": {"birthday": "1932-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "LA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000153", "govtrack": 402302, "icpsr": 13054, "house_history": 10644, "wikipedia": "Cliffard D. Carlson", "wikidata": "Q5132819", "google_entity_id": "kg:/m/05zkp1n"}, "name": {"first": "Cliffard", "middle": "Dale", "last": "Carlson"}, "bio": {"birthday": "1915-12-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "C000264", "govtrack": 402408, "icpsr": 1611, "wikipedia": "Emanuel Celler", "house_history": 10788, "wikidata": "Q3052621", "google_entity_id": "kg:/m/05nnvb"}, "name": {"first": "Emanuel", "last": "Celler"}, "bio": {"birthday": "1888-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1923-12-03", "end": "1925-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1925-12-07", "end": "1927-03-04", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1927-12-05", "end": "1929-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "C000645", "govtrack": 402773, "icpsr": 1952, "wikipedia": "William M. Colmer", "house_history": 11260, "wikidata": "Q2579807", "google_entity_id": "kg:/m/03s746"}, "name": {"first": "William", "middle": "Meyers", "last": "Colmer"}, "bio": {"birthday": "1890-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MS", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MS", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000702", "govtrack": 402827, "icpsr": 13057, "house_history": 11333, "wikipedia": "William Sheldrick Conover", "wikidata": "Q8018358", "google_entity_id": "kg:/m/0ggdmg"}, "name": {"first": "William", "middle": "Sheldrick", "last": "Conover", "suffix": "II"}, "bio": {"birthday": "1928-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "C000772", "govtrack": 402892, "icpsr": 2065, "wikipedia": "Robert J. Corbett", "house_history": 11420, "wikidata": "Q5611981", "google_entity_id": "kg:/m/0dhlct"}, "name": {"first": "Robert", "middle": "James", "last": "Corbett"}, "bio": {"birthday": "1905-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "PA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "C000997", "govtrack": 403104, "icpsr": 13051, "wikipedia": "William P. Curlin, Jr.", "house_history": 11699, "wikidata": "Q635447", "google_entity_id": "kg:/m/02rj_w4"}, "name": {"first": "William", "middle": "Prather", "last": "Curlin", "suffix": "Jr."}, "bio": {"birthday": "1933-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "KY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000775", "govtrack": 402895, "wikipedia": "Jorge Luis C\u00f3rdova", "wikidata": "Q1778512", "google_entity_id": "kg:/m/02rjw8b"}, "name": {"first": "Jorge", "middle": "Luis", "last": "C\u00f3rdova D\u00edaz"}, "bio": {"birthday": "1907-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PR", "district": 0, "party": "New Progressive"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PR", "district": 0, "party": "New Progressive"}]}, {"id": {"bioguide": "D000462", "govtrack": 403572, "icpsr": 10718, "wikipedia": "John G. Dow", "house_history": 12411, "wikidata": "Q6234485", "google_entity_id": "kg:/m/0ksm47"}, "name": {"first": "John", "middle": "Goodchild", "last": "Dow"}, "bio": {"birthday": "1905-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 27, "party": "Democrat"}]}, {"id": {"bioguide": "D000467", "govtrack": 403577, "icpsr": 2700, "house_history": 12417, "wikipedia": "John Dowdy", "wikidata": "Q1699834", "google_entity_id": "kg:/m/08g0ym"}, "name": {"first": "John", "middle": "Vernard", "last": "Dowdy"}, "bio": {"birthday": "1912-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000587", "govtrack": 403690, "icpsr": 2804, "wikipedia": "Florence P. Dwyer", "house_history": 12556, "wikidata": "Q1297019", "google_entity_id": "kg:/m/026j34f"}, "name": {"first": "Florence", "middle": "Price", "last": "Dwyer"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NJ", "district": 12, "party": "Republican"}], "bio": {"birthday": "1902-07-04", "gender": "F"}}, {"id": {"bioguide": "E000054", "govtrack": 403749, "icpsr": 2854, "wikipedia": "Ed Edmondson (politician)", "house_history": 12666, "wikidata": "Q531229", "google_entity_id": "kg:/m/0dnzws"}, "name": {"first": "Edmond", "middle": "Augustus", "last": "Edmondson"}, "bio": {"birthday": "1919-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OK", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "E000067", "govtrack": 403760, "icpsr": 10787, "wikipedia": "Edwin Edwards", "house_history": 12682, "wikidata": "Q737491", "google_entity_id": "kg:/m/02d6rh"}, "name": {"first": "Edwin", "middle": "Washington", "last": "Edwards"}, "bio": {"birthday": "1927-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "LA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "F000013", "thomas": "01330", "govtrack": 403975, "icpsr": 10804, "wikipedia": "Paul Fannin", "wikidata": "Q888641", "google_entity_id": "kg:/m/04dt8k"}, "name": {"first": "Paul", "middle": "Jones", "last": "Fannin"}, "bio": {"birthday": "1907-01-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "AZ", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "AZ", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000245", "thomas": "01333", "govtrack": 404199, "icpsr": 3255, "wikipedia": "Hiram Fong", "wikidata": "Q926441", "google_entity_id": "kg:/m/02d14p"}, "name": {"first": "Hiram", "middle": "Leong", "last": "Fong"}, "bio": {"birthday": "1906-10-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "HI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "HI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "HI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000422", "govtrack": 404364, "icpsr": 3409, "wikipedia": "James G. Fulton", "house_history": 13505, "wikidata": "Q6134352", "google_entity_id": "kg:/m/0dy9r9"}, "name": {"first": "James", "middle": "Grove", "last": "Fulton"}, "bio": {"birthday": "1903-03-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "G000015", "govtrack": 404392, "icpsr": 11017, "wikipedia": "Nick Galifianakis (politician)", "house_history": 13583, "wikidata": "Q1676471", "google_entity_id": "kg:/m/04ftkl"}, "name": {"first": "Nick", "last": "Galifianakis"}, "bio": {"birthday": "1928-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000016", "govtrack": 404393, "icpsr": 3433, "wikipedia": "Cornelius Edward Gallagher", "house_history": 13584, "wikidata": "Q1133781", "google_entity_id": "kg:/m/078ybv"}, "name": {"first": "Cornelius", "middle": "Edward", "last": "Gallagher"}, "bio": {"birthday": "1921-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NJ", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "G000034", "govtrack": 404410, "icpsr": 13103, "wikipedia": "David H. Gambrell", "wikidata": "Q5234522", "google_entity_id": "kg:/m/03sy1k"}, "name": {"first": "David", "middle": "Henry", "last": "Gambrell"}, "bio": {"birthday": "1929-12-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1971-01-21", "end": "1973-01-03", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000071", "govtrack": 404443, "icpsr": 3480, "wikipedia": "Edward Garmatz", "house_history": 13651, "wikidata": "Q1156145", "google_entity_id": "kg:/m/06g1nd"}, "name": {"first": "Edward", "middle": "Alexander", "last": "Garmatz"}, "bio": {"birthday": "1903-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MD", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000458", "govtrack": 404803, "icpsr": 11065, "wikipedia": "Charles H. Griffin", "house_history": 14143, "wikidata": "Q1064666", "google_entity_id": "kg:/m/02rtn6r"}, "name": {"first": "Charles", "middle": "Hudson", "last": "Griffin"}, "bio": {"gender": "M", "birthday": "1926-05-09"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MS", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000010", "govtrack": 404895, "icpsr": 10522, "wikipedia": "George Elliott Hagan", "house_history": 14301, "wikidata": "Q751364", "google_entity_id": "kg:/m/027139y"}, "name": {"first": "George", "middle": "Elliott", "last": "Hagan"}, "bio": {"birthday": "1916-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000049", "govtrack": 404934, "icpsr": 10523, "wikipedia": "Durward Gorham Hall", "house_history": 14348, "wikidata": "Q1267539", "google_entity_id": "kg:/m/0bh7x2"}, "name": {"first": "Durward", "middle": "Gorham", "last": "Hall"}, "bio": {"birthday": "1910-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MO", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "H000085", "govtrack": 404967, "icpsr": 3967, "wikipedia": "Seymour Halpern", "house_history": 14392, "wikidata": "Q723174", "google_entity_id": "kg:/m/0dcmtr"}, "name": {"first": "Seymour", "last": "Halpern"}, "bio": {"birthday": "1913-11-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000291", "thomas": "01348", "govtrack": 405164, "icpsr": 4148, "wikipedia": "Philip Hart", "wikidata": "Q2086224", "google_entity_id": "kg:/m/01tcky"}, "name": {"first": "Philip", "middle": "Aloysius", "last": "Hart"}, "bio": {"birthday": "1912-12-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "MI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "MI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "MI", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000297", "thomas": "01349", "govtrack": 405170, "icpsr": 4154, "wikipedia": "Vance Hartke", "wikidata": "Q958399", "google_entity_id": "kg:/m/01pv6l"}, "name": {"first": "Rupert", "middle": "Vance", "last": "Hartke"}, "bio": {"birthday": "1919-05-31", "gender": "M"}, "terms": [{"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "IN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "IN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "IN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000566", "govtrack": 405428, "icpsr": 13017, "wikipedia": "Louise Day Hicks", "house_history": 14986, "wikidata": "Q1497875", "google_entity_id": "kg:/m/01zfrg"}, "name": {"first": "Louise", "middle": "Day", "last": "Hicks"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MA", "district": 9, "party": "Democrat"}], "bio": {"birthday": "1916-10-16", "gender": "F"}}, {"id": {"bioguide": "H000875", "thomas": "01362", "govtrack": 405721, "icpsr": 4660, "house_history": 15367, "wikipedia": "Roman Hruska", "wikidata": "Q2164620", "google_entity_id": "kg:/m/0521s5"}, "name": {"first": "Roman", "middle": "Lee", "last": "Hruska"}, "bio": {"birthday": "1904-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1954-11-08", "state": "NE", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1954-11-08", "end": "1959-01-03", "state": "NE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "NE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "NE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1971-01-21", "end": "1976-12-27", "state": "NE", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000947", "govtrack": 405792, "icpsr": 4724, "house_history": 15453, "wikipedia": "William Raleigh Hull Jr.", "wikidata": "Q2580348", "google_entity_id": "kg:/m/02rwzll"}, "name": {"first": "William", "middle": "Raleigh", "last": "Hull", "suffix": "Jr."}, "bio": {"birthday": "1906-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MO", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "J000206", "govtrack": 406101, "icpsr": 5019, "house_history": 15955, "wikipedia": "Charles R. Jonas", "wikidata": "Q1065844", "google_entity_id": "kg:/m/02734m9"}, "name": {"first": "Charles", "middle": "Raper", "last": "Jonas"}, "bio": {"birthday": "1904-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NC", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "K000038", "govtrack": 406208, "icpsr": 10744, "house_history": 16124, "wikipedia": "James Kee", "wikidata": "Q1680659", "google_entity_id": "kg:/m/02pn_7m"}, "name": {"first": "James", "last": "Kee"}, "bio": {"birthday": "1917-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WV", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WV", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "K000053", "govtrack": 406223, "icpsr": 5131, "wikipedia": "Hastings Keith", "house_history": 16146, "wikidata": "Q1588796", "google_entity_id": "kg:/m/0c8wqh"}, "name": {"first": "Hastings", "last": "Keith"}, "bio": {"birthday": "1915-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "K000351", "govtrack": 406504, "icpsr": 5385, "wikipedia": "John Henry Kyl", "house_history": 16527, "wikidata": "Q1700428", "google_entity_id": "kg:/m/01y0pg"}, "name": {"first": "John", "middle": "Henry", "last": "Kyl"}, "bio": {"birthday": "1919-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "L000240", "govtrack": 406743, "icpsr": 5606, "house_history": 16891, "wikipedia": "Alton Lennon", "wikidata": "Q443839", "google_entity_id": "kg:/m/02kllv"}, "name": {"first": "Alton", "middle": "Asa", "last": "Lennon"}, "bio": {"birthday": "1906-08-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1953-01-03", "end": "1955-01-03", "state": "NC", "class": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "L000333", "govtrack": 406826, "icpsr": 13022, "wikipedia": "Arthur A. Link", "house_history": 17006, "wikidata": "Q367727", "google_entity_id": "kg:/m/0779xg"}, "name": {"first": "Arthur", "middle": "Albert", "last": "Link"}, "bio": {"birthday": "1914-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "ND", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000382", "govtrack": 406874, "icpsr": 10600, "wikipedia": "Sherman P. Lloyd", "house_history": 17070, "wikidata": "Q1497869", "google_entity_id": "kg:/m/02rm42h"}, "name": {"first": "Sherman", "middle": "Parkinson", "last": "Lloyd"}, "bio": {"birthday": "1914-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "UT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "UT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "UT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "UT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000429", "govtrack": 406919, "icpsr": 10746, "house_history": 17127, "wikipedia": "Speedy Long", "wikidata": "Q2308536", "google_entity_id": "kg:/m/0c8yrg"}, "name": {"first": "Speedy", "middle": "Oteria", "last": "Long"}, "bio": {"birthday": "1928-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "LA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000113", "thomas": "01389", "govtrack": 407137, "icpsr": 5967, "house_history": 17470, "wikipedia": "Mike Mansfield", "wikidata": "Q1889152", "google_entity_id": "kg:/m/0ksc3"}, "name": {"first": "Michael", "middle": "Joseph", "last": "Mansfield", "nickname": "Mike"}, "bio": {"birthday": "1903-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "MT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "MT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "MT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "MT", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000393", "govtrack": 407394, "icpsr": 6204, "wikipedia": "William Moore McCulloch", "house_history": 17816, "wikidata": "Q8015783", "google_entity_id": "kg:/m/027m2r1"}, "name": {"first": "William", "middle": "Moore", "last": "McCulloch"}, "bio": {"birthday": "1901-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000410", "govtrack": 407410, "icpsr": 11030, "wikipedia": "Jack H. McDonald", "house_history": 17839, "wikidata": "Q1677049", "google_entity_id": "kg:/m/02q0k30"}, "name": {"first": "Jack", "middle": "H.", "last": "McDonald"}, "bio": {"birthday": "1932-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "M000445", "thomas": "01396", "govtrack": 407444, "icpsr": 6249, "wikipedia": "Gale W. McGee", "wikidata": "Q336770", "google_entity_id": "kg:/m/068071"}, "name": {"first": "Gale", "middle": "William", "last": "McGee"}, "bio": {"birthday": "1915-03-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "WY", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "WY", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "WY", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000513", "govtrack": 407507, "icpsr": 13028, "wikipedia": "Mike McKevitt", "house_history": 17968, "wikidata": "Q1933336", "google_entity_id": "kg:/m/02rjxbc"}, "name": {"first": "James", "middle": "Douglas", "last": "McKevitt", "nickname": "Mike"}, "bio": {"birthday": "1928-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CO", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000568", "govtrack": 407559, "icpsr": 6353, "wikipedia": "John L. McMillan", "house_history": 18035, "wikidata": "Q1700789", "google_entity_id": "kg:/m/0261x9h"}, "name": {"first": "John", "middle": "Lanneau", "last": "McMillan"}, "bio": {"gender": "M", "birthday": "1898-04-12"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "SC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000727", "govtrack": 407706, "icpsr": 6483, "wikipedia": "George Paul Miller", "house_history": 18242, "wikidata": "Q1508047", "google_entity_id": "kg:/m/02rhgtc"}, "name": {"first": "George", "middle": "Paul", "last": "Miller"}, "bio": {"birthday": "1891-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000847", "govtrack": 407820, "icpsr": 6586, "wikipedia": "John S. Monagan", "house_history": 18394, "wikidata": "Q1701657", "google_entity_id": "kg:/m/03250d"}, "name": {"first": "John", "middle": "Stephen", "last": "Monagan"}, "bio": {"birthday": "1911-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CT", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CT", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CT", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CT", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CT", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CT", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CT", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000876", "thomas": "01403", "govtrack": 407848, "icpsr": 6611, "house_history": 18432, "wikipedia": "Joseph Montoya", "wikidata": "Q957283", "google_entity_id": "kg:/m/0618gj"}, "name": {"first": "Joseph", "middle": "Manuel", "last": "Montoya"}, "bio": {"birthday": "1915-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1964-11-03", "state": "NM", "district": 0, "party": "Democrat"}, {"type": "sen", "start": "1964-11-04", "end": "1965-01-03", "state": "NM", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "NM", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "NM", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M001009", "govtrack": 407976, "icpsr": 10538, "wikipedia": "F. Bradford Morse", "house_history": 18591, "wikidata": "Q1442894", "google_entity_id": "kg:/m/0chfjh"}, "name": {"first": "Frank", "middle": "Bradford", "last": "Morse"}, "bio": {"birthday": "1921-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M001021", "govtrack": 407988, "icpsr": 10610, "house_history": 18605, "wikipedia": "Rogers Morton", "wikidata": "Q942318", "google_entity_id": "kg:/m/03g16s"}, "name": {"first": "Rogers", "middle": "Clark Ballard", "last": "Morton"}, "bio": {"birthday": "1914-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MD", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M001033", "thomas": "01406", "govtrack": 408000, "icpsr": 6754, "wikipedia": "Frank Moss (politician)", "wikidata": "Q539197", "google_entity_id": "kg:/m/01zqc4"}, "name": {"first": "Frank", "middle": "Edward", "last": "Moss"}, "bio": {"birthday": "1911-09-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "UT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "UT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "UT", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "O000058", "govtrack": 408292, "icpsr": 7046, "wikipedia": "Alvin O'Konski", "house_history": 19140, "wikidata": "Q449199", "google_entity_id": "kg:/m/0261zjq"}, "name": {"first": "Alvin", "middle": "Edward", "last": "O'Konski"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WI", "district": 10, "party": "Republican"}], "bio": {"birthday": "1904-05-26", "gender": "M"}}, {"id": {"bioguide": "P000100", "thomas": "01415", "govtrack": 408508, "icpsr": 7229, "wikipedia": "John O. Pastore", "wikidata": "Q881113", "google_entity_id": "kg:/m/06q8qw"}, "name": {"first": "John", "middle": "Orlando", "last": "Pastore"}, "bio": {"birthday": "1907-03-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1950-12-19", "end": "1953-01-03", "state": "RI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "RI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "RI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "RI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1976-12-28", "state": "RI", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000196", "govtrack": 408600, "icpsr": 7313, "house_history": 19517, "wikipedia": "Thomas Pelly", "wikidata": "Q2426465", "google_entity_id": "kg:/m/03ds0x"}, "name": {"first": "Thomas", "middle": "Minor", "last": "Pelly"}, "bio": {"birthday": "1902-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000366", "govtrack": 408762, "icpsr": 7467, "wikipedia": "Alexander Pirnie", "house_history": 19732, "wikidata": "Q4719853", "google_entity_id": "kg:/m/0d0pbz"}, "name": {"first": "Alexander", "last": "Pirnie"}, "bio": {"birthday": "1903-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "P000401", "govtrack": 408794, "icpsr": 7500, "house_history": 19773, "wikipedia": "Richard Harding Poff", "wikidata": "Q1307742", "google_entity_id": "kg:/m/0dxnj7"}, "name": {"first": "Richard", "middle": "Harding", "last": "Poff"}, "bio": {"birthday": "1923-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "VA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "P000559", "govtrack": 408942, "icpsr": 7642, "house_history": 19973, "wikipedia": "Roman Pucinski", "wikidata": "Q7362144", "google_entity_id": "kg:/m/0c2gpg"}, "name": {"first": "Roman", "middle": "Conrad", "last": "Pucinski"}, "bio": {"birthday": "1919-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "P000569", "govtrack": 408952, "icpsr": 10546, "wikipedia": "Graham B. Purcell Jr.", "house_history": 19988, "wikidata": "Q1541889", "google_entity_id": "kg:/m/02rvb6z"}, "name": {"first": "Graham", "middle": "Boynton", "last": "Purcell", "suffix": "Jr."}, "bio": {"birthday": "1919-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "R000143", "govtrack": 409121, "icpsr": 10617, "wikipedia": "Charlotte Thompson Reid", "house_history": 20261, "wikidata": "Q5086164", "google_entity_id": "kg:/m/0271872"}, "name": {"first": "Charlotte", "middle": "Thompson", "last": "Reid"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 15, "party": "Republican"}], "bio": {"birthday": "1913-09-27", "gender": "F"}}, {"id": {"bioguide": "R000562", "govtrack": 409518, "icpsr": 10555, "wikipedia": "William Fitts Ryan", "house_history": 20771, "wikidata": "Q13219161", "google_entity_id": "kg:/m/098y21"}, "name": {"first": "William", "middle": "Fitts", "last": "Ryan"}, "bio": {"birthday": "1922-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "S000133", "govtrack": 409641, "icpsr": 12043, "wikipedia": "John G. Schmitz", "house_history": 21302, "wikidata": "Q1700152", "google_entity_id": "kg:/m/03lpcp"}, "name": {"first": "John", "middle": "George", "last": "Schmitz"}, "bio": {"birthday": "1930-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 35, "party": "Republican"}]}, {"id": {"bioguide": "S000161", "govtrack": 409668, "icpsr": 8288, "wikipedia": "Fred Schwengel", "house_history": 21341, "wikidata": "Q1436443", "google_entity_id": "kg:/m/02rk7f4"}, "name": {"first": "Frederick", "middle": "Delbert", "last": "Schwengel"}, "bio": {"gender": "M", "birthday": "1906-05-28"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000174", "thomas": "01432", "govtrack": 409680, "icpsr": 8301, "wikipedia": "Hugh Scott", "house_history": 21356, "wikidata": "Q467328", "google_entity_id": "kg:/m/039myb"}, "name": {"first": "Hugh", "middle": "Doggett", "last": "Scott", "suffix": "Jr."}, "bio": {"birthday": "1900-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "PA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "PA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "PA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000545", "govtrack": 410027, "icpsr": 8628, "wikipedia": "H. Allen Smith (California)", "house_history": 21811, "wikidata": "Q1562541", "google_entity_id": "kg:/m/03hp5lv"}, "name": {"first": "H.", "middle": "Allen", "last": "Smith"}, "bio": {"birthday": "1909-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "S000756", "govtrack": 410223, "icpsr": 8814, "wikipedia": "William L. Springer", "house_history": 22071, "wikidata": "Q8014215", "google_entity_id": "kg:/m/02rkdk3"}, "name": {"first": "William", "middle": "Lee", "last": "Springer"}, "bio": {"birthday": "1909-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "S001136", "thomas": "01444", "govtrack": 410586, "icpsr": 9141, "wikipedia": "Stuart Symington", "wikidata": "Q962660", "google_entity_id": "kg:/m/03fj2d"}, "name": {"first": "William", "middle": "Stuart", "last": "Symington", "nickname": "Stuart"}, "bio": {"birthday": "1901-06-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "MO", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "MO", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "MO", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1976-12-27", "state": "MO", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000010", "thomas": "01445", "govtrack": 410600, "icpsr": 10630, "house_history": 22644, "wikipedia": "Robert Taft Jr.", "wikidata": "Q1614966", "google_entity_id": "kg:/m/02rppt"}, "name": {"first": "Robert", "last": "Taft", "suffix": "Jr."}, "bio": {"birthday": "1917-02-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1971-01-21", "end": "1976-12-28", "state": "OH", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000134", "govtrack": 410716, "icpsr": 13044, "wikipedia": "John H. Terry", "house_history": 22795, "wikidata": "Q6237114", "google_entity_id": "kg:/m/0ksnd6"}, "name": {"first": "John", "middle": "Hart", "last": "Terry"}, "bio": {"birthday": "1924-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 34, "party": "Republican"}]}, {"id": {"bioguide": "T000217", "govtrack": 410796, "icpsr": 11053, "wikipedia": "Fletcher Thompson", "house_history": 22899, "wikidata": "Q1428172", "google_entity_id": "kg:/m/0270m8f"}, "name": {"first": "Standish", "middle": "Fletcher", "last": "Thompson"}, "bio": {"birthday": "1925-02-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "GA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "GA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "GA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "T000410", "thomas": "01450", "govtrack": 410979, "icpsr": 10777, "house_history": 23135, "wikipedia": "John V. Tunney", "wikidata": "Q1701992", "google_entity_id": "kg:/m/02dlnj"}, "name": {"first": "John", "middle": "Varick", "last": "Tunney"}, "bio": {"birthday": "1934-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 38, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 38, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 38, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "CA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000212", "govtrack": 411381, "icpsr": 9882, "wikipedia": "John C. Watts", "house_history": 23470, "wikidata": "Q1699514", "google_entity_id": "kg:/m/02rhjvr"}, "name": {"first": "John", "middle": "Clarence", "last": "Watts"}, "bio": {"birthday": "1902-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "KY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000320", "govtrack": 411482, "icpsr": 9975, "wikipedia": "J. Irving Whalley", "house_history": 23598, "wikidata": "Q13219855", "google_entity_id": "kg:/m/0dxtll"}, "name": {"first": "John", "middle": "Irving", "last": "Whalley"}, "bio": {"birthday": "1902-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "E000068", "govtrack": 403761, "icpsr": 13104, "wikipedia": "Elaine S. Edwards", "house_history": 12684, "wikidata": "Q273905", "google_entity_id": "kg:/m/0612tr"}, "name": {"first": "Elaine", "middle": "Schwartzenburg", "last": "Edwards"}, "terms": [{"type": "sen", "start": "1972-08-01", "end": "1972-11-13", "state": "LA", "class": 2, "party": "Democrat"}], "bio": {"birthday": "1929-03-08", "gender": "F"}}, {"id": {"bioguide": "A000017", "thomas": "01268", "govtrack": 400679, "icpsr": 13000, "wikipedia": "James Abourezk", "house_history": 8274, "wikidata": "Q1366620", "google_entity_id": "kg:/m/03zkdz"}, "name": {"first": "James", "middle": "George", "last": "Abourezk"}, "bio": {"birthday": "1931-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "SD", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "SD", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000216", "thomas": "00027", "govtrack": 400915, "icpsr": 226, "wikipedia": "Leslie C. Arends", "house_history": 8561, "wikidata": "Q6530684", "google_entity_id": "kg:/m/03b2f8"}, "name": {"first": "Leslie", "middle": "Cornelius", "last": "Arends"}, "bio": {"birthday": "1895-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "B000069", "thomas": "00046", "govtrack": 401072, "icpsr": 13005, "wikipedia": "LaMar Baker", "house_history": 8862, "wikidata": "Q1798557", "google_entity_id": "kg:/m/044tcf"}, "name": {"first": "LaMar", "last": "Baker"}, "bio": {"birthday": "1915-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000200", "thomas": "01276", "govtrack": 401199, "icpsr": 14100, "wikipedia": "Dewey F. Bartlett", "wikidata": "Q351481", "google_entity_id": "kg:/m/050v67"}, "name": {"first": "Dewey", "middle": "Follett", "last": "Bartlett"}, "bio": {"birthday": "1919-03-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "OK", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000506", "thomas": "00092", "govtrack": 401485, "icpsr": 11002, "wikipedia": "Benjamin B. Blackburn", "house_history": 9429, "wikidata": "Q817390", "google_entity_id": "kg:/m/02rk0ny"}, "name": {"first": "Benjamin", "middle": "Bentley", "last": "Blackburn"}, "bio": {"birthday": "1927-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "GA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "GA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "GA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "GA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "B000550", "thomas": "00095", "govtrack": 401525, "icpsr": 789, "wikipedia": "John Blatnik", "house_history": 9487, "wikidata": "Q1337605", "google_entity_id": "kg:/m/05yh7t"}, "name": {"first": "John", "middle": "Anton", "last": "Blatnik"}, "bio": {"birthday": "1911-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "B000771", "thomas": "00118", "govtrack": 401730, "icpsr": 11004, "wikipedia": "Frank J. Brasco", "house_history": 9775, "wikidata": "Q2162130", "google_entity_id": "kg:/m/0ksm33"}, "name": {"first": "Frank", "middle": "James", "last": "Brasco"}, "bio": {"birthday": "1932-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "B000778", "thomas": "00119", "govtrack": 401737, "icpsr": 986, "wikipedia": "William G. Bray", "house_history": 9784, "wikidata": "Q2578897", "google_entity_id": "kg:/m/02rkj2x"}, "name": {"first": "William", "middle": "Gilmer", "last": "Bray"}, "bio": {"gender": "M", "birthday": "1903-06-17"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000871", "thomas": "01292", "govtrack": 401828, "icpsr": 11201, "wikipedia": "Edward Brooke", "house_history": 9905, "wikidata": "Q3276635", "google_entity_id": "kg:/m/01lbrm"}, "name": {"first": "Edward", "middle": "William", "last": "Brooke", "suffix": "III"}, "bio": {"birthday": "1919-10-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "MA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "MA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000893", "thomas": "00129", "govtrack": 401850, "icpsr": 10572, "wikipedia": "Donald G. Brotzman", "house_history": 9935, "wikidata": "Q1239869", "google_entity_id": "kg:/m/02rhf5t"}, "name": {"first": "Donald", "middle": "Glenn", "last": "Brotzman"}, "bio": {"gender": "M", "birthday": "1922-06-28"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CO", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000967", "thomas": "00139", "govtrack": 401919, "icpsr": 1154, "wikipedia": "Joel Broyhill", "house_history": 10027, "wikidata": "Q464762", "google_entity_id": "kg:/m/025v8y7"}, "name": {"first": "Joel", "middle": "Thomas", "last": "Broyhill"}, "bio": {"birthday": "1919-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "VA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "C000073", "thomas": "00167", "govtrack": 402230, "icpsr": 12006, "wikipedia": "John Newbold Camp", "house_history": 10537, "wikidata": "Q1701205", "google_entity_id": "kg:/m/02rr6mx"}, "name": {"first": "John", "middle": "Newbold Happy", "last": "Camp"}, "bio": {"birthday": "1908-05-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OK", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OK", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OK", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000143", "thomas": "00175", "govtrack": 402292, "icpsr": 10508, "wikipedia": "Hugh Carey", "house_history": 10631, "wikidata": "Q878798", "google_entity_id": "kg:/m/02rk8f"}, "name": {"first": "Hugh", "middle": "Leo", "last": "Carey"}, "bio": {"birthday": "1919-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "C000220", "thomas": "01302", "govtrack": 402366, "icpsr": 1569, "wikipedia": "Clifford P. Case", "house_history": 10730, "wikidata": "Q1101305", "google_entity_id": "kg:/m/054hvg"}, "name": {"first": "Clifford", "middle": "Philip", "last": "Case"}, "bio": {"birthday": "1904-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "NJ", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "NJ", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "NJ", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "NJ", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000275", "thomas": "00187", "govtrack": 402418, "icpsr": 1620, "wikipedia": "Charles E. Chamberlain", "house_history": 10801, "wikidata": "Q1064202", "google_entity_id": "kg:/m/0d8v1w"}, "name": {"first": "Charles", "middle": "Ernest", "last": "Chamberlain"}, "bio": {"birthday": "1917-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000431", "thomas": "00199", "govtrack": 402569, "icpsr": 1763, "wikipedia": "Frank M. Clark", "house_history": 10992, "wikidata": "Q5488057", "google_entity_id": "kg:/m/0dydzb"}, "name": {"first": "Frank", "middle": "Monroe", "last": "Clark"}, "bio": {"birthday": "1915-12-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "C000448", "thomas": "01306", "govtrack": 402586, "icpsr": 14102, "wikipedia": "Dick Clark (senator)", "wikidata": "Q2149196", "google_entity_id": "kg:/m/01zlfl"}, "name": {"first": "Richard", "middle": "Clarence", "last": "Clark", "nickname": "Dick"}, "bio": {"birthday": "1928-09-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "IA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000629", "thomas": "00218", "govtrack": 402758, "icpsr": 1941, "wikipedia": "Harold R. Collier", "house_history": 11238, "wikidata": "Q5662081", "google_entity_id": "kg:/m/026yp2p"}, "name": {"first": "Harold", "middle": "Reginald", "last": "Collier"}, "bio": {"birthday": "1915-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000637", "govtrack": 402766, "icpsr": 12045, "wikipedia": "George W. Collins", "house_history": 11250, "wikidata": "Q5308110", "google_entity_id": "kg:/m/097z6r"}, "name": {"first": "George", "middle": "Washington", "last": "Collins"}, "bio": {"birthday": "1925-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": -1, "party": "Democrat"}]}, {"id": {"bioguide": "C000925", "thomas": "00253", "govtrack": 403037, "icpsr": 14012, "wikipedia": "Paul W. Cronin", "house_history": 11612, "wikidata": "Q2062959", "google_entity_id": "kg:/m/0bvfj4"}, "name": {"first": "Paul", "middle": "William", "last": "Cronin"}, "bio": {"birthday": "1938-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C001006", "thomas": "01312", "govtrack": 403113, "icpsr": 2267, "wikipedia": "Carl Curtis", "house_history": 11711, "wikidata": "Q442896", "google_entity_id": "kg:/m/04tqqf"}, "name": {"first": "Carl", "middle": "Thomas", "last": "Curtis"}, "bio": {"birthday": "1905-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "NE", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "NE", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "NE", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "NE", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000102", "thomas": "00269", "govtrack": 403238, "icpsr": 2383, "wikipedia": "Glenn Robert Davis", "house_history": 11957, "wikidata": "Q1531100", "google_entity_id": "kg:/m/077b72"}, "name": {"first": "Glenn", "middle": "Robert", "last": "Davis"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WI", "district": 9, "party": "Republican"}], "bio": {"birthday": "1914-10-28", "gender": "M"}}, {"id": {"bioguide": "D000122", "thomas": "00271", "govtrack": 403257, "icpsr": 10512, "wikipedia": "John William Davis (Georgia politician)", "house_history": 11984, "wikidata": "Q1357200", "google_entity_id": "kg:/m/026p88f"}, "name": {"first": "John", "middle": "William", "last": "Davis"}, "bio": {"birthday": "1916-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "GA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "D000220", "thomas": "00283", "govtrack": 403362, "icpsr": 11011, "wikipedia": "John R. Dellenback", "house_history": 12106, "wikidata": "Q537088", "google_entity_id": "kg:/m/027861x"}, "name": {"first": "John", "middle": "Richard", "last": "Dellenback"}, "bio": {"birthday": "1918-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OR", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OR", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OR", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OR", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000234", "thomas": "00286", "govtrack": 403372, "icpsr": 13012, "wikipedia": "Frank E. Denholm", "house_history": 12121, "wikidata": "Q1443171", "google_entity_id": "kg:/m/0f8l90"}, "name": {"first": "Frank", "middle": "Edward", "last": "Denholm"}, "bio": {"birthday": "1923-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "SD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "SD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000241", "thomas": "00287", "govtrack": 403379, "icpsr": 12012, "wikipedia": "David W. Dennis", "house_history": 12130, "wikidata": "Q1177015", "google_entity_id": "kg:/m/0d9xzt"}, "name": {"first": "David", "middle": "Worth", "last": "Dennis"}, "bio": {"birthday": "1912-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IN", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IN", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "D000419", "thomas": "00305", "govtrack": 403532, "icpsr": 2660, "wikipedia": "Harold Donohue", "house_history": 12351, "wikidata": "Q1585803", "google_entity_id": "kg:/m/0b8wr2"}, "name": {"first": "Harold", "middle": "Daniel", "last": "Donohue"}, "bio": {"birthday": "1901-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000434", "thomas": "00309", "govtrack": 403544, "icpsr": 2672, "wikipedia": "William Jennings Bryan Dorn", "house_history": 12373, "wikidata": "Q1477716", "google_entity_id": "kg:/m/07dx3f"}, "name": {"first": "William", "middle": "Jennings Bryan", "last": "Dorn"}, "bio": {"birthday": "1916-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "SC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000523", "thomas": "00320", "govtrack": 403633, "icpsr": 2752, "house_history": 12483, "wikipedia": "Thaddeus J. Dulski", "wikidata": "Q7708986", "google_entity_id": "kg:/m/0d8l4b"}, "name": {"first": "Thaddeus", "middle": "Joseph", "last": "Dulski"}, "bio": {"birthday": "1915-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 41, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 41, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 41, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 41, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 41, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 41, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 41, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 37, "party": "Democrat"}]}, {"id": {"bioguide": "E000018", "thomas": "01325", "govtrack": 403714, "icpsr": 2822, "wikipedia": "James Eastland", "wikidata": "Q723926", "google_entity_id": "kg:/m/0hj7r"}, "name": {"first": "James", "middle": "Oliver", "last": "Eastland"}, "bio": {"birthday": "1904-11-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1941-01-03", "end": "1941-12-31", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "MS", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "MS", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000152", "thomas": "00386", "govtrack": 404107, "icpsr": 3171, "wikipedia": "O. C. Fisher", "house_history": 13160, "wikidata": "Q996971", "google_entity_id": "kg:/m/047m_j"}, "name": {"first": "Ovie", "middle": "Clark", "last": "Fisher"}, "bio": {"birthday": "1903-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "F000371", "thomas": "00413", "govtrack": 404317, "icpsr": 3364, "house_history": 13438, "wikipedia": "Peter Frelinghuysen Jr.", "wikidata": "Q612300", "google_entity_id": "kg:/m/04s2q9"}, "name": {"first": "Peter", "middle": "Hood Ballantine", "last": "Frelinghuysen", "suffix": "Jr."}, "bio": {"birthday": "1916-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NJ", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "F000388", "thomas": "00418", "govtrack": 404333, "icpsr": 14014, "wikipedia": "Harold Vernon Froehlich", "house_history": 13461, "wikidata": "Q1585940", "google_entity_id": "kg:/m/08mwl1"}, "name": {"first": "Harold", "middle": "Vernon", "last": "Froehlich"}, "bio": {"birthday": "1932-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "G000144", "thomas": "00435", "govtrack": 404513, "icpsr": 10728, "wikipedia": "Thomas S. Gettys", "house_history": 13743, "wikidata": "Q1569378", "google_entity_id": "kg:/m/02ry1tf"}, "name": {"first": "Thomas", "middle": "Smithwick", "last": "Gettys"}, "bio": {"birthday": "1912-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "SC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "G000290", "govtrack": 404650, "icpsr": 10521, "wikipedia": "George Atlee Goodling", "house_history": 13930, "wikidata": "Q5536487", "google_entity_id": "kg:/m/0ddfmf"}, "name": {"first": "George", "middle": "Atlee", "last": "Goodling"}, "bio": {"birthday": "1896-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "G000387", "thomas": "00458", "govtrack": 404737, "icpsr": 13016, "house_history": 14052, "wikipedia": "Ella T. Grasso", "wikidata": "Q451912", "google_entity_id": "kg:/m/02mm_2"}, "name": {"first": "Ella", "middle": "Tambussi", "last": "Grasso"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CT", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CT", "district": 6, "party": "Democrat"}], "bio": {"birthday": "1919-05-10", "gender": "F"}}, {"id": {"bioguide": "G000407", "thomas": "00461", "govtrack": 404757, "icpsr": 3775, "house_history": 14080, "wikipedia": "Edith Green", "wikidata": "Q525946", "google_entity_id": "kg:/m/027j6gr"}, "name": {"first": "Edith", "middle": "Starrett", "last": "Green"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OR", "district": 3, "party": "Democrat"}], "bio": {"birthday": "1910-01-17", "gender": "F"}}, {"id": {"bioguide": "G000465", "thomas": "01344", "govtrack": 404810, "icpsr": 3824, "wikipedia": "Robert P. Griffin", "house_history": 14152, "wikidata": "Q366553", "google_entity_id": "kg:/m/03lhf5"}, "name": {"first": "Robert", "middle": "Paul", "last": "Griffin"}, "bio": {"birthday": "1923-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1965-01-09", "end": "1966-05-10", "state": "MI", "district": 9, "party": "Republican"}, {"type": "sen", "start": "1966-05-11", "end": "1967-01-03", "state": "MI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "MI", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "MI", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000471", "thomas": "00467", "govtrack": 404816, "icpsr": 3830, "house_history": 14160, "wikipedia": "Martha Griffiths", "wikidata": "Q529775", "google_entity_id": "kg:/m/01p9r1"}, "name": {"first": "Martha", "middle": "Wright", "last": "Griffiths"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 17, "party": "Democrat"}], "bio": {"birthday": "1912-01-29", "gender": "F"}}, {"id": {"bioguide": "G000495", "thomas": "00469", "govtrack": 404840, "icpsr": 3853, "wikipedia": "H. R. Gross", "house_history": 14186, "wikidata": "Q1562618", "google_entity_id": "kg:/m/0dcyhx"}, "name": {"first": "Harold", "middle": "Royce", "last": "Gross"}, "bio": {"birthday": "1899-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000504", "thomas": "00471", "govtrack": 404849, "icpsr": 10592, "wikipedia": "James R. Grover Jr.", "house_history": 14197, "wikidata": "Q219494", "google_entity_id": "kg:/m/0ksck7"}, "name": {"first": "James", "middle": "Russell", "last": "Grover", "suffix": "Jr."}, "bio": {"birthday": "1919-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000512", "thomas": "00473", "govtrack": 404857, "icpsr": 3867, "wikipedia": "Charles Gubser", "house_history": 14208, "wikidata": "Q1065970", "google_entity_id": "kg:/m/02rhdht"}, "name": {"first": "Charles", "middle": "Samuel", "last": "Gubser"}, "bio": {"birthday": "1916-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "G000528", "thomas": "00477", "govtrack": 404873, "icpsr": 14017, "house_history": 14226, "wikipedia": "Bill Gunter", "wikidata": "Q862158", "google_entity_id": "kg:/m/0cl03k"}, "name": {"first": "William", "middle": "Dawson", "last": "Gunter", "suffix": "Jr.", "nickname": "Bill"}, "bio": {"birthday": "1934-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "FL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000164", "thomas": "00494", "govtrack": 405046, "icpsr": 10594, "wikipedia": "Richard T. Hanna", "house_history": 14486, "wikidata": "Q2150724", "google_entity_id": "kg:/m/02rjygg"}, "name": {"first": "Richard", "middle": "Thomas", "last": "Hanna"}, "bio": {"birthday": "1914-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 34, "party": "Democrat"}]}, {"id": {"bioguide": "H000168", "thomas": "00496", "govtrack": 405050, "icpsr": 14019, "wikipedia": "Robert P. Hanrahan", "house_history": 14491, "wikidata": "Q4516548", "google_entity_id": "kg:/m/02rkcpz"}, "name": {"first": "Robert", "middle": "Paul", "last": "Hanrahan"}, "bio": {"birthday": "1934-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000170", "thomas": "01346", "govtrack": 405052, "icpsr": 11202, "wikipedia": "Clifford Hansen", "wikidata": "Q881374", "google_entity_id": "kg:/m/04xwn5"}, "name": {"first": "Clifford", "middle": "Peter", "last": "Hansen"}, "bio": {"birthday": "1912-10-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "WY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "WY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000174", "thomas": "00499", "govtrack": 405055, "icpsr": 4043, "wikipedia": "Julia Butler Hansen", "house_history": 14500, "wikidata": "Q1528172", "google_entity_id": "kg:/m/0cjp_y"}, "name": {"first": "Julia", "middle": "Butler", "last": "Hansen"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WA", "district": 3, "party": "Democrat"}], "bio": {"birthday": "1907-06-14", "gender": "F"}}, {"id": {"bioguide": "H000175", "thomas": "00500", "govtrack": 405056, "icpsr": 12016, "house_history": 14501, "wikipedia": "Orval H. Hansen", "wikidata": "Q1655532", "google_entity_id": "kg:/m/0d5cbr"}, "name": {"first": "Orval", "middle": "Howard", "last": "Hansen"}, "bio": {"birthday": "1926-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "ID", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000306", "thomas": "00509", "govtrack": 405179, "icpsr": 10526, "wikipedia": "R. James Harvey", "house_history": 14663, "wikidata": "Q590624", "google_entity_id": "kg:/m/0cvyc3"}, "name": {"first": "James", "last": "Harvey"}, "bio": {"birthday": "1922-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "H000317", "thomas": "01350", "govtrack": 405190, "icpsr": 14104, "wikipedia": "Floyd K. Haskell", "wikidata": "Q1391319", "google_entity_id": "kg:/m/07rjp2"}, "name": {"first": "Floyd", "middle": "Kirk", "last": "Haskell"}, "bio": {"birthday": "1916-02-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "CO", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000346", "thomas": "01354", "govtrack": 405215, "icpsr": 10736, "wikipedia": "William Hathaway", "house_history": 14709, "wikidata": "Q926938", "google_entity_id": "kg:/m/02m42_"}, "name": {"first": "William", "middle": "Dodd", "last": "Hathaway"}, "bio": {"birthday": "1924-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "ME", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "ME", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "ME", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "ME", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "ME", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000692", "thomas": "00548", "govtrack": 405545, "icpsr": 12018, "wikipedia": "Lawrence Hogan", "house_history": 15140, "wikidata": "Q2045555", "google_entity_id": "kg:/m/06g0ns"}, "name": {"first": "Lawrence", "middle": "Joseph", "last": "Hogan"}, "bio": {"birthday": "1928-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MD", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MD", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000713", "thomas": "00551", "govtrack": 405565, "icpsr": 4514, "wikipedia": "Chester E. Holifield", "house_history": 15166, "wikidata": "Q1070709", "google_entity_id": "kg:/m/0dgvq1"}, "name": {"first": "Chester", "middle": "Earl", "last": "Holifield"}, "bio": {"birthday": "1903-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "H000802", "thomas": "00561", "govtrack": 405651, "icpsr": 4592, "wikipedia": "Craig Hosmer", "house_history": 15275, "wikidata": "Q1138566", "google_entity_id": "kg:/m/0dhs1y"}, "name": {"first": "Craig", "last": "Hosmer"}, "bio": {"birthday": "1915-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 32, "party": "Republican"}]}, {"id": {"bioguide": "H000897", "thomas": "00568", "govtrack": 405743, "icpsr": 14023, "wikipedia": "Robert J. Huber", "house_history": 15392, "wikidata": "Q2157679", "google_entity_id": "kg:/m/02875pb"}, "name": {"first": "Robert", "middle": "James", "last": "Huber"}, "bio": {"birthday": "1922-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "H000906", "thomas": "00570", "govtrack": 405752, "icpsr": 14024, "wikipedia": "William H. Hudnut III", "house_history": 15404, "wikidata": "Q2579080", "google_entity_id": "kg:/m/027wdpm"}, "name": {"first": "William", "middle": "Herbert", "last": "Hudnut", "suffix": "III"}, "bio": {"birthday": "1932-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IN", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "H000972", "thomas": "00574", "govtrack": 405816, "icpsr": 11022, "wikipedia": "John E. Hunt", "house_history": 15481, "wikidata": "Q1699887", "google_entity_id": "kg:/m/02q1mh0"}, "name": {"first": "John", "middle": "Edmund", "last": "Hunt"}, "bio": {"birthday": "1908-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NJ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NJ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "K000037", "thomas": "00622", "govtrack": 406207, "icpsr": 13019, "house_history": 16123, "wikipedia": "William J. Keating", "wikidata": "Q1314285", "google_entity_id": "kg:/m/03dmsc"}, "name": {"first": "William", "middle": "John", "last": "Keating"}, "bio": {"birthday": "1927-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "K000195", "thomas": "00634", "govtrack": 406356, "icpsr": 10530, "wikipedia": "Carleton J. King", "house_history": 16321, "wikidata": "Q5041228", "google_entity_id": "kg:/m/0gxtvl"}, "name": {"first": "Carleton", "middle": "James", "last": "King"}, "bio": {"birthday": "1904-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "K000348", "thomas": "00654", "govtrack": 406501, "icpsr": 11025, "wikipedia": "Dan Kuykendall", "house_history": 16522, "wikidata": "Q1159100", "google_entity_id": "kg:/m/0436cs"}, "name": {"first": "Dan", "middle": "Heflin", "last": "Kuykendall"}, "bio": {"birthday": "1924-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TN", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "K000356", "thomas": "00656", "govtrack": 406508, "icpsr": 11027, "wikipedia": "Peter Kyros", "house_history": 16536, "wikidata": "Q1696551", "google_entity_id": "kg:/m/02rtmx1"}, "name": {"first": "Peter", "middle": "Nicholas", "last": "Kyros"}, "bio": {"birthday": "1925-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "ME", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "ME", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "ME", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "ME", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000049", "thomas": "00661", "govtrack": 406558, "icpsr": 12020, "wikipedia": "Earl Landgrebe", "house_history": 16644, "wikidata": "Q1277051", "google_entity_id": "kg:/m/08rc3c"}, "name": {"first": "Earl", "middle": "Fredrick", "last": "Landgrebe"}, "bio": {"birthday": "1916-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000070", "thomas": "00727", "govtrack": 407098, "icpsr": 5929, "wikipedia": "William S. Mailliard", "house_history": 17416, "wikidata": "Q2580484", "google_entity_id": "kg:/m/08spd4"}, "name": {"first": "William", "middle": "Somers", "last": "Mailliard"}, "bio": {"birthday": "1917-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000078", "thomas": "00728", "govtrack": 407106, "icpsr": 13052, "wikipedia": "Richard W. Mallary", "house_history": 17425, "wikidata": "Q2150835", "google_entity_id": "kg:/m/02rjygt"}, "name": {"first": "Richard", "middle": "Walker", "last": "Mallary"}, "bio": {"birthday": "1929-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "VT", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "M000121", "thomas": "00734", "govtrack": 407145, "icpsr": 14034, "wikipedia": "Joseph J. Maraziti", "house_history": 17479, "wikidata": "Q1398461", "google_entity_id": "kg:/m/02rtnqk"}, "name": {"first": "Joseph", "middle": "James", "last": "Maraziti"}, "bio": {"birthday": "1912-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NJ", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "M000175", "thomas": "00740", "govtrack": 407197, "icpsr": 10534, "house_history": 17540, "wikipedia": "David Martin (Nebraska politician)", "wikidata": "Q1176803", "google_entity_id": "kg:/m/09mwg0"}, "name": {"first": "David", "middle": "Thomas", "last": "Martin"}, "bio": {"birthday": "1907-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NE", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NE", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000242", "thomas": "00746", "govtrack": 407260, "icpsr": 11031, "wikipedia": "Bob Mathias", "house_history": 17623, "wikidata": "Q52627", "google_entity_id": "kg:/m/030bgh"}, "name": {"first": "Robert", "middle": "Bruce", "last": "Mathias", "nickname": "Bob"}, "bio": {"birthday": "1930-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "M000286", "thomas": "00752", "govtrack": 407302, "icpsr": 11032, "house_history": 17676, "wikipedia": "Wiley Mayne", "wikidata": "Q1781390", "google_entity_id": "kg:/m/02rgy87"}, "name": {"first": "Wiley", "last": "Mayne"}, "bio": {"birthday": "1917-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000332", "thomas": "01393", "govtrack": 407342, "icpsr": 6151, "house_history": 17738, "wikipedia": "John Little McClellan", "wikidata": "Q1372619", "google_entity_id": "kg:/m/01x9qg"}, "name": {"first": "John", "middle": "Little", "last": "McClellan"}, "bio": {"birthday": "1896-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AR", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1943-01-06", "end": "1949-01-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1973-01-03", "end": "1977-12-31", "state": "AR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000486", "thomas": "01398", "govtrack": 407481, "icpsr": 10810, "wikipedia": "Thomas J. McIntyre", "wikidata": "Q1399059", "google_entity_id": "kg:/m/07rqnv"}, "name": {"first": "Thomas", "middle": "James", "last": "McIntyre"}, "bio": {"birthday": "1915-02-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1962-01-01", "end": "1967-01-03", "state": "NH", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "NH", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "NH", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000603", "thomas": "00786", "govtrack": 407592, "icpsr": 14032, "wikipedia": "Clem McSpadden", "house_history": 18081, "wikidata": "Q1099836", "google_entity_id": "kg:/m/0cqrm2"}, "name": {"first": "Clem", "middle": "Rogers", "last": "McSpadden"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OK", "district": 2, "party": "Democrat"}], "bio": {"birthday": "1925-11-09", "gender": "M"}}, {"id": {"bioguide": "M000671", "thomas": "01399", "govtrack": 407656, "icpsr": 6442, "house_history": 18163, "wikipedia": "Lee Metcalf", "wikidata": "Q1288076", "google_entity_id": "kg:/m/07s9p0"}, "name": {"first": "Lee", "middle": "Warren", "last": "Metcalf"}, "bio": {"birthday": "1911-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "MT", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "MT", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1973-01-03", "end": "1978-01-12", "state": "MT", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000779", "thomas": "00811", "govtrack": 407757, "icpsr": 13049, "house_history": 18306, "wikipedia": "William Oswald Mills", "wikidata": "Q501803", "google_entity_id": "kg:/m/06f_q_"}, "name": {"first": "William", "middle": "Oswald", "last": "Mills"}, "bio": {"birthday": "1924-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MD", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000799", "thomas": "00816", "govtrack": 407775, "icpsr": 6548, "wikipedia": "William Edwin Minshall Jr.", "house_history": 18333, "wikidata": "Q2578640", "google_entity_id": "kg:/m/027m5cp"}, "name": {"first": "William", "middle": "Edwin", "last": "Minshall", "suffix": "Jr."}, "bio": {"birthday": "1911-10-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "M000833", "thomas": "00819", "govtrack": 407808, "icpsr": 12026, "wikipedia": "Wilmer Mizell", "house_history": 18377, "wikidata": "Q2545200", "google_entity_id": "kg:/m/060lgw"}, "name": {"first": "Wilmer", "middle": "David", "last": "Mizell", "nickname": "Vinegar Bend"}, "bio": {"birthday": "1930-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NC", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NC", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M000851", "thomas": "01402", "govtrack": 407824, "icpsr": 10813, "wikipedia": "Walter Mondale", "wikidata": "Q49216", "google_entity_id": "kg:/m/0bl83"}, "name": {"first": "Walter", "middle": "Frederick", "last": "Mondale"}, "bio": {"birthday": "1928-01-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1964-12-30", "end": "1967-01-03", "state": "MN", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "MN", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1973-01-03", "end": "1976-12-30", "state": "MN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "N000028", "thomas": "00858", "govtrack": 408119, "icpsr": 6860, "wikipedia": "Ancher Nelsen", "house_history": 18870, "wikidata": "Q489070", "google_entity_id": "kg:/m/09x8zq"}, "name": {"first": "Ancher", "last": "Nelsen"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MN", "district": 2, "party": "Republican"}], "bio": {"birthday": "1904-10-11", "gender": "M"}}, {"id": {"bioguide": "P000166", "thomas": "01416", "govtrack": 408571, "icpsr": 10817, "wikipedia": "James B. Pearson", "wikidata": "Q1542901", "google_entity_id": "kg:/m/07rjs7"}, "name": {"first": "James", "middle": "Blackwood", "last": "Pearson"}, "bio": {"birthday": "1920-05-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1962-01-31", "end": "1967-01-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1973-01-03", "end": "1978-12-23", "state": "KS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000399", "thomas": "00920", "govtrack": 408792, "icpsr": 11064, "wikipedia": "Bertram L. Podell", "house_history": 19771, "wikidata": "Q2655277", "google_entity_id": "kg:/m/0ksm3w"}, "name": {"first": "Bertram", "middle": "L.", "last": "Podell"}, "bio": {"birthday": "1925-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "P000485", "thomas": "00926", "govtrack": 408870, "icpsr": 13034, "house_history": 19880, "wikipedia": "Walter E. Powell", "wikidata": "Q1257005", "google_entity_id": "kg:/m/03dmtx"}, "name": {"first": "Walter", "middle": "Eugene", "last": "Powell"}, "bio": {"birthday": "1931-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "P000528", "thomas": "00931", "govtrack": 408912, "icpsr": 11062, "wikipedia": "Bob Price (Texas politician)", "house_history": 19933, "wikidata": "Q888195", "google_entity_id": "kg:/m/0dbl5g"}, "name": {"first": "Robert", "middle": "Dale", "last": "Price"}, "bio": {"birthday": "1927-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "R000065", "thomas": "00945", "govtrack": 409045, "icpsr": 11042, "wikipedia": "John Rarick", "house_history": 20162, "wikidata": "Q1701533", "google_entity_id": "kg:/m/06jbrf"}, "name": {"first": "John", "middle": "Richard", "last": "Rarick"}, "bio": {"birthday": "1924-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "LA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "LA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "R000150", "thomas": "00953", "govtrack": 409127, "icpsr": 10618, "house_history": 20271, "wikipedia": "Ogden R. Reid", "wikidata": "Q7079945", "google_entity_id": "kg:/m/062z61"}, "name": {"first": "Ogden", "middle": "Rogers", "last": "Reid"}, "bio": {"birthday": "1925-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 26, "party": "Democrat", "party_affiliations": [{"start": "1971-01-21", "end": "1972-03-22", "party": "Republican"}, {"start": "1972-03-22", "end": "1973-01-03", "party": "Democrat"}]}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "R000357", "thomas": "00972", "govtrack": 409328, "icpsr": 7995, "wikipedia": "Howard W. Robison", "house_history": 20523, "wikidata": "Q13219157", "google_entity_id": "kg:/m/0gxtlb"}, "name": {"first": "Howard", "middle": "Winfield", "last": "Robison"}, "bio": {"birthday": "1915-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "R000422", "thomas": "00982", "govtrack": 409387, "icpsr": 14047, "wikipedia": "Angelo D. Roncallo", "house_history": 20609, "wikidata": "Q499506", "google_entity_id": "kg:/m/0gxt9d"}, "name": {"first": "Angelo", "middle": "Dominick", "last": "Roncallo"}, "bio": {"birthday": "1927-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000424", "thomas": "00984", "govtrack": 409389, "icpsr": 8049, "wikipedia": "John J. Rooney", "house_history": 20612, "wikidata": "Q657235", "google_entity_id": "kg:/m/05kvgz"}, "name": {"first": "John", "middle": "James", "last": "Rooney"}, "bio": {"birthday": "1903-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "R000484", "thomas": "00995", "govtrack": 409445, "icpsr": 13037, "wikipedia": "William R. Roy", "house_history": 20682, "wikidata": "Q1474155", "google_entity_id": "kg:/m/08h5n7"}, "name": {"first": "William", "middle": "Robert", "last": "Roy"}, "bio": {"birthday": "1926-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "KS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "KS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000545", "thomas": "01005", "govtrack": 409501, "icpsr": 12028, "wikipedia": "Earl B. Ruth", "house_history": 20753, "wikidata": "Q1276990", "google_entity_id": "kg:/m/02vn_tq"}, "name": {"first": "Earl", "middle": "Baker", "last": "Ruth"}, "bio": {"birthday": "1916-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NC", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "S000045", "thomas": "01011", "govtrack": 409560, "icpsr": 11046, "wikipedia": "Charles W. Sandman Jr.", "house_history": 21188, "wikidata": "Q1066364", "google_entity_id": "kg:/m/0bnhfs"}, "name": {"first": "Charles", "middle": "William", "last": "Sandman", "suffix": "Jr."}, "bio": {"birthday": "1921-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NJ", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NJ", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000102", "thomas": "01024", "govtrack": 409612, "icpsr": 8247, "wikipedia": "John P. Saylor", "house_history": 21260, "wikidata": "Q6251694", "google_entity_id": "kg:/m/0dp7jl"}, "name": {"first": "John", "middle": "Phillips", "last": "Saylor"}, "bio": {"birthday": "1908-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "S000121", "thomas": "01028", "govtrack": 409629, "icpsr": 11047, "wikipedia": "William J. Scherle", "house_history": 21286, "wikidata": "Q1414377", "google_entity_id": "kg:/m/02rk8ds"}, "name": {"first": "William", "middle": "Joseph", "last": "Scherle"}, "bio": {"birthday": "1923-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000189", "thomas": "01433", "govtrack": 409694, "icpsr": 11048, "house_history": 21373, "wikipedia": "William L. Scott", "wikidata": "Q6326026", "google_entity_id": "kg:/m/07rjk8"}, "name": {"first": "William", "middle": "Lloyd", "last": "Scott"}, "bio": {"birthday": "1915-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "VA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000383", "thomas": "01052", "govtrack": 409877, "icpsr": 13041, "wikipedia": "Richard G. Shoup", "house_history": 21613, "wikidata": "Q2149547", "google_entity_id": "kg:/m/02rjy9n"}, "name": {"first": "Richard", "middle": "Gardner", "last": "Shoup", "nickname": "Dick"}, "bio": {"birthday": "1923-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000548", "thomas": "01073", "govtrack": 410030, "icpsr": 10771, "wikipedia": "Henry P. Smith III", "house_history": 21815, "wikidata": "Q13219175", "google_entity_id": "kg:/m/0gxx6p"}, "name": {"first": "Henry", "middle": "P.", "last": "Smith", "suffix": "III"}, "bio": {"birthday": "1911-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 36, "party": "Republican"}]}, {"id": {"bioguide": "S000701", "thomas": "01436", "govtrack": 410172, "icpsr": 8764, "wikipedia": "John Sparkman", "house_history": 22004, "wikidata": "Q388215", "google_entity_id": "kg:/m/01sv0c"}, "name": {"first": "John", "middle": "Jackson", "last": "Sparkman"}, "bio": {"gender": "M", "birthday": "1899-12-20"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "sen", "start": "1946-01-01", "end": "1949-01-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AL", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AL", "district": -1, "party": "Democrat"}, {"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "AL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000836", "thomas": "01105", "govtrack": 410300, "icpsr": 12047, "house_history": 22174, "wikipedia": "Robert H. Steele", "wikidata": "Q2157428", "google_entity_id": "kg:/m/092_49"}, "name": {"first": "Robert", "middle": "Hampton", "last": "Steele"}, "bio": {"birthday": "1938-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S001037", "thomas": "01119", "govtrack": 410493, "icpsr": 9056, "wikipedia": "Frank Stubblefield", "house_history": 22419, "wikidata": "Q1444277", "google_entity_id": "kg:/m/093j9d"}, "name": {"first": "Frank", "middle": "Albert", "last": "Stubblefield"}, "bio": {"birthday": "1907-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "KY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000109", "thomas": "01145", "govtrack": 410691, "icpsr": 9240, "wikipedia": "Charles M. Teague", "house_history": 22767, "wikidata": "Q1065410", "google_entity_id": "kg:/m/02rhdcp"}, "name": {"first": "Charles", "middle": "McKevett", "last": "Teague"}, "bio": {"birthday": "1909-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "T000233", "thomas": "01153", "govtrack": 410812, "icpsr": 10564, "wikipedia": "Vernon Wallace Thomson", "house_history": 22916, "wikidata": "Q881613", "google_entity_id": "kg:/m/08nzz0"}, "name": {"first": "Vernon", "middle": "Wallace", "last": "Thomson"}, "bio": {"birthday": "1905-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "T000265", "thomas": "01159", "govtrack": 410839, "icpsr": 11061, "wikipedia": "Robert Tiernan", "house_history": 22955, "wikidata": "Q2158993", "google_entity_id": "kg:/m/02rjyvh"}, "name": {"first": "Robert", "middle": "Owens", "last": "Tiernan"}, "bio": {"birthday": "1929-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "RI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000321", "thomas": "01164", "govtrack": 410893, "icpsr": 14059, "wikipedia": "David Towell", "house_history": 23027, "wikidata": "Q1176881", "google_entity_id": "kg:/m/02730xq"}, "name": {"first": "David", "middle": "Gilmer", "last": "Towell"}, "bio": {"birthday": "1937-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NV", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "V000093", "thomas": "01186", "govtrack": 411148, "icpsr": 13046, "wikipedia": "Victor Veysey", "house_history": 20987, "wikidata": "Q1768196", "google_entity_id": "kg:/m/09lbpb"}, "name": {"first": "Victor", "middle": "Vincent", "last": "Veysey"}, "bio": {"birthday": "1915-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 43, "party": "Republican"}]}, {"id": {"bioguide": "W000035", "thomas": "01193", "govtrack": 411215, "icpsr": 10793, "wikipedia": "Jerome R. Waldie", "house_history": 23259, "wikidata": "Q1687753", "google_entity_id": "kg:/m/02rhjmj"}, "name": {"first": "Jerome", "middle": "Russell", "last": "Waldie"}, "bio": {"birthday": "1925-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "W000147", "thomas": "01202", "govtrack": 411321, "icpsr": 12048, "wikipedia": "John H. Ware III", "house_history": 23385, "wikidata": "Q6237135", "google_entity_id": "kg:/m/0dlrqk"}, "name": {"first": "John", "middle": "Haines", "last": "Ware", "suffix": "III"}, "bio": {"birthday": "1908-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000445", "thomas": "01227", "govtrack": 411602, "icpsr": 10091, "wikipedia": "William B. Widnall", "house_history": 23744, "wikidata": "Q2577938", "google_entity_id": "kg:/m/02qvnb8"}, "name": {"first": "William", "middle": "Beck", "last": "Widnall"}, "bio": {"birthday": "1906-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NJ", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "W000525", "thomas": "01229", "govtrack": 411682, "icpsr": 11056, "wikipedia": "Lawrence G. Williams", "house_history": 23839, "wikidata": "Q6504082", "google_entity_id": "kg:/m/0dp9zj"}, "name": {"first": "Lawrence", "middle": "Gordon", "last": "Williams"}, "bio": {"birthday": "1913-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "W000778", "thomas": "01246", "govtrack": 411927, "icpsr": 10785, "wikipedia": "Wendell Wyatt", "house_history": 24148, "wikidata": "Q434476", "google_entity_id": "kg:/m/027yh6f"}, "name": {"first": "Wendell", "last": "Wyatt"}, "bio": {"birthday": "1917-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OR", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OR", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "Y000035", "thomas": "01257", "govtrack": 411967, "icpsr": 14065, "wikipedia": "Edward Lunn Young", "house_history": 21073, "wikidata": "Q1292910", "google_entity_id": "kg:/m/02vp040"}, "name": {"first": "Edward", "middle": "Lunn", "last": "Young"}, "bio": {"birthday": "1920-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "SC", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "Y000052", "thomas": "01260", "govtrack": 411984, "icpsr": 14064, "wikipedia": "Samuel H. Young", "house_history": 21092, "wikidata": "Q7411594", "google_entity_id": "kg:/m/02rkcw3"}, "name": {"first": "Samuel", "middle": "Hollingsworth", "last": "Young"}, "bio": {"birthday": "1922-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "Z000010", "thomas": "01265", "govtrack": 412003, "icpsr": 11059, "house_history": 21124, "wikipedia": "Roger H. Zion", "wikidata": "Q1408620", "google_entity_id": "kg:/m/0277rc7"}, "name": {"first": "Roger", "middle": "Herschel", "last": "Zion"}, "bio": {"birthday": "1921-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "Z000016", "thomas": "01267", "govtrack": 412009, "icpsr": 11060, "wikipedia": "John M. Zwach", "house_history": 21131, "wikidata": "Q1700935", "google_entity_id": "kg:/m/0ddfyg"}, "name": {"first": "John", "middle": "Matthew", "last": "Zwach"}, "bio": {"birthday": "1907-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "W000782", "thomas": "01250", "govtrack": 411930, "icpsr": 10639, "wikipedia": "Louis C. Wyman", "house_history": 24155, "wikidata": "Q1772866", "google_entity_id": "kg:/m/07t883"}, "name": {"first": "Louis", "middle": "Crosby", "last": "Wyman"}, "bio": {"birthday": "1917-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1974-01-01", "end": "1975-01-03", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000260", "thomas": "00399", "govtrack": 404212, "icpsr": 3268, "house_history": 13301, "wikipedia": "Gerald Ford", "wikidata": "Q9582", "google_entity_id": "kg:/m/0c_md_"}, "name": {"first": "Gerald", "middle": "Rudolph", "last": "Ford", "suffix": "Jr."}, "bio": {"birthday": "1913-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "A000018", "thomas": "00003", "govtrack": 400680, "icpsr": 13001, "wikipedia": "Bella Abzug", "house_history": 8276, "wikidata": "Q464724", "google_entity_id": "kg:/m/02dqgj"}, "name": {"first": "Bella", "middle": "Savitzky", "last": "Abzug"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 20, "party": "Democrat"}], "bio": {"birthday": "1920-07-24", "gender": "F"}}, {"id": {"bioguide": "A000073", "thomas": "00008", "govtrack": 400732, "icpsr": 62, "wikipedia": "Carl Albert", "house_history": 8360, "wikidata": "Q288402", "google_entity_id": "kg:/m/01ncpq"}, "name": {"first": "Carl", "middle": "Bert", "last": "Albert"}, "bio": {"birthday": "1908-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OK", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000127", "thomas": "01271", "govtrack": 400783, "icpsr": 12100, "wikipedia": "James Allen (U.S. Senator)", "wikidata": "Q330287", "google_entity_id": "kg:/m/03f298"}, "name": {"first": "James", "middle": "Browning", "last": "Allen"}, "bio": {"birthday": "1912-12-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "AL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1978-06-01", "state": "AL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000178", "thomas": "00059", "govtrack": 401178, "icpsr": 465, "wikipedia": "William A. Barrett", "house_history": 9003, "wikidata": "Q8003902", "google_entity_id": "kg:/m/08j429"}, "name": {"first": "William", "middle": "Aloysius", "last": "Barrett"}, "bio": {"birthday": "1896-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000254", "thomas": "01277", "govtrack": 401248, "icpsr": 10800, "wikipedia": "Birch Bayh", "wikidata": "Q864992", "google_entity_id": "kg:/m/033sbm"}, "name": {"first": "Birch", "middle": "Evans", "last": "Bayh"}, "bio": {"birthday": "1928-01-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "IN", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "IN", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "IN", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000330", "thomas": "00073", "govtrack": 401322, "icpsr": 10505, "wikipedia": "Alphonzo E. Bell, Jr.", "house_history": 9204, "wikidata": "Q120699", "google_entity_id": "kg:/m/0b_468"}, "name": {"first": "Alphonzo", "last": "Bell"}, "bio": {"birthday": "1914-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "B000351", "thomas": "01279", "govtrack": 401343, "icpsr": 12101, "wikipedia": "Henry Bellmon", "wikidata": "Q881173", "google_entity_id": "kg:/m/02619x"}, "name": {"first": "Henry", "middle": "Louis", "last": "Bellmon"}, "bio": {"gender": "M", "birthday": "1921-09-03"}, "terms": [{"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "OK", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "OK", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000362", "thomas": "00075", "govtrack": 401354, "house_history": 9247, "wikipedia": "Jaime Ben\u00edtez Rexach", "wikidata": "Q1862978", "google_entity_id": "kg:/m/0950h1"}, "name": {"first": "Jaime", "last": "Ben\u00edtez"}, "bio": {"birthday": "1908-10-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PR", "district": 0, "party": "Popular Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PR", "district": 0, "party": "Popular Democrat"}]}, {"id": {"bioguide": "B000451", "thomas": "00086", "govtrack": 401436, "icpsr": 11001, "wikipedia": "Edward G. Biester Jr.", "house_history": 9358, "wikidata": "Q5343029", "google_entity_id": "kg:/m/0dp9wd"}, "name": {"first": "Edward", "middle": "George", "last": "Biester", "suffix": "Jr."}, "bio": {"birthday": "1931-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "C000228", "thomas": "00182", "govtrack": 402373, "icpsr": 1577, "wikipedia": "Robert R. Casey", "house_history": 10742, "wikidata": "Q2158548", "google_entity_id": "kg:/m/027jh40"}, "name": {"first": "Robert", "middle": "Randolph", "last": "Casey"}, "bio": {"birthday": "1915-07-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "C000388", "thomas": "01305", "govtrack": 402527, "icpsr": 1721, "wikipedia": "Frank Church", "wikidata": "Q477169", "google_entity_id": "kg:/m/02cd96"}, "name": {"first": "Frank", "middle": "Forrester", "last": "Church"}, "bio": {"birthday": "1924-07-25", "gender": "M"}, "terms": [{"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "ID", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "ID", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "ID", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "ID", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "C000409", "thomas": "00198", "govtrack": 402548, "icpsr": 10510, "wikipedia": "Donald D. Clancy", "house_history": 10964, "wikidata": "Q1239792", "google_entity_id": "kg:/m/06pggh"}, "name": {"first": "Donald", "middle": "Daniel", "last": "Clancy"}, "bio": {"birthday": "1921-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000682", "thomas": "00227", "govtrack": 402808, "icpsr": 14011, "house_history": 11308, "wikipedia": "John Bertrand Conlan", "wikidata": "Q588039", "google_entity_id": "kg:/m/025sj4r"}, "name": {"first": "John", "middle": "Bertrand", "last": "Conlan"}, "bio": {"birthday": "1930-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AZ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AZ", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "C000802", "thomas": "01309", "govtrack": 402921, "icpsr": 2087, "wikipedia": "Norris Cotton", "house_history": 11460, "wikidata": "Q2000103", "google_entity_id": "kg:/m/04m7xx"}, "name": {"first": "Norris", "middle": "H.", "last": "Cotton"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1954-11-08", "end": "1957-01-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1969-01-03", "end": "1974-12-31", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1975-08-08", "end": "1975-09-18", "state": "NH", "class": 3, "party": "Republican"}], "bio": {"birthday": "1900-05-11", "gender": "M"}}, {"id": {"bioguide": "C000979", "thomas": "00255", "govtrack": 403090, "icpsr": 10715, "house_history": 11677, "wikipedia": "John Culver", "wikidata": "Q433448", "google_entity_id": "kg:/m/04t4jn"}, "name": {"first": "John", "middle": "Chester", "last": "Culver"}, "bio": {"birthday": "1932-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "IA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000041", "thomas": "00262", "govtrack": 403181, "icpsr": 2329, "wikipedia": "Dominick V. Daniels", "house_history": 11881, "wikidata": "Q1237700", "google_entity_id": "kg:/m/02rtnr7"}, "name": {"first": "Dominick", "middle": "Vincent", "last": "Daniels"}, "bio": {"birthday": "1908-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NJ", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "D000474", "thomas": "00315", "govtrack": 403583, "icpsr": 2706, "wikipedia": "Thomas N. Downing", "house_history": 12425, "wikidata": "Q1264588", "google_entity_id": "kg:/m/0kt88j"}, "name": {"first": "Thomas", "middle": "Nelms", "last": "Downing"}, "bio": {"birthday": "1919-02-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "VA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "VA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000574", "thomas": "01322", "govtrack": 403677, "icpsr": 14310, "wikipedia": "John A. Durkin", "wikidata": "Q995271", "google_entity_id": "kg:/m/061wy0"}, "name": {"first": "John", "middle": "Anthony", "last": "Durkin"}, "bio": {"birthday": "1936-03-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1975-09-18", "end": "1980-12-29", "state": "NH", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000213", "thomas": "00353", "govtrack": 403900, "icpsr": 11015, "wikipedia": "Marvin L. Esch", "house_history": 12864, "wikidata": "Q513516", "google_entity_id": "kg:/m/027j_xg"}, "name": {"first": "Marvin", "middle": "Leonel", "last": "Esch"}, "bio": {"birthday": "1927-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "E000214", "thomas": "00354", "govtrack": 403901, "icpsr": 11016, "wikipedia": "Edwin Duing Eshleman", "house_history": 12865, "wikidata": "Q5346365", "google_entity_id": "kg:/m/03vm08"}, "name": {"first": "Edwin", "middle": "Duing", "last": "Eshleman"}, "bio": {"birthday": "1920-12-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "E000273", "thomas": "00365", "govtrack": 403952, "icpsr": 3034, "house_history": 12938, "wikipedia": "Joe L. Evins", "wikidata": "Q1554733", "google_entity_id": "kg:/m/0436rw"}, "name": {"first": "Joseph", "middle": "Landon", "last": "Evins"}, "bio": {"gender": "M", "birthday": "1910-10-24"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "F000424", "thomas": "00420", "govtrack": 404365, "icpsr": 10586, "wikipedia": "Richard Fulton", "house_history": 13508, "wikidata": "Q2149663", "google_entity_id": "kg:/m/043gn2"}, "name": {"first": "Richard", "middle": "Harmon", "last": "Fulton"}, "bio": {"birthday": "1927-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "G000388", "thomas": "01343", "govtrack": 404738, "icpsr": 12105, "wikipedia": "Mike Gravel", "wikidata": "Q352422", "google_entity_id": "kg:/m/01qxhs"}, "name": {"first": "Maurice", "middle": "Robert", "last": "Gravel", "nickname": "Mike"}, "bio": {"birthday": "1930-05-13", "gender": "M"}, "terms": [{"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "AK", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "AK", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000420", "thomas": "00464", "govtrack": 404768, "icpsr": 10591, "house_history": 14099, "wikipedia": "William J. Green, III", "wikidata": "Q8013227", "google_entity_id": "kg:/m/047wpm"}, "name": {"first": "William", "middle": "Joseph", "last": "Green"}, "bio": {"birthday": "1938-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1964-04-28", "end": "1965-01-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000513", "thomas": "00474", "govtrack": 404858, "icpsr": 11019, "house_history": 14209, "wikipedia": "Gilbert Gude", "wikidata": "Q2757537", "google_entity_id": "kg:/m/08gmnr"}, "name": {"first": "Gilbert", "last": "Gude"}, "bio": {"birthday": "1923-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MD", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MD", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MD", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MD", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MD", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "H000041", "thomas": "00482", "govtrack": 404926, "icpsr": 3929, "wikipedia": "James A. Haley", "house_history": 14338, "wikidata": "Q1436635", "google_entity_id": "kg:/m/02rhj19"}, "name": {"first": "James", "middle": "Andrew", "last": "Haley"}, "bio": {"birthday": "1899-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "FL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "FL", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000073", "thomas": "00486", "govtrack": 404957, "icpsr": 14228, "wikipedia": "Tim Lee Hall", "house_history": 14377, "wikidata": "Q7803822", "google_entity_id": "kg:/m/02rkd5s"}, "name": {"first": "Tim", "middle": "Lee", "last": "Hall"}, "bio": {"birthday": "1925-06-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "H000327", "thomas": "00513", "govtrack": 405198, "icpsr": 12017, "wikipedia": "James F. Hastings", "house_history": 14686, "wikidata": "Q6133642", "google_entity_id": "kg:/m/0gxsw9"}, "name": {"first": "James", "middle": "Fred", "last": "Hastings"}, "bio": {"birthday": "1926-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 39, "party": "Republican"}]}, {"id": {"bioguide": "H000392", "thomas": "00518", "govtrack": 405260, "icpsr": 14232, "wikipedia": "Philip H. Hayes", "house_history": 14765, "wikidata": "Q2086199", "google_entity_id": "kg:/m/02rkhgz"}, "name": {"first": "Philip", "middle": "Harold", "last": "Hayes"}, "bio": {"birthday": "1940-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000408", "thomas": "00519", "govtrack": 405275, "icpsr": 4247, "wikipedia": "Wayne Hays", "house_history": 14785, "wikidata": "Q1651726", "google_entity_id": "kg:/m/0344nc"}, "name": {"first": "Wayne", "middle": "Levere", "last": "Hays"}, "bio": {"birthday": "1911-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "H000438", "thomas": "00522", "govtrack": 405304, "icpsr": 4276, "cspan": 12590, "votesmart": 52156, "wikipedia": "Ken Hechler", "house_history": 14821, "wikidata": "Q825255", "google_entity_id": "kg:/m/059jw8"}, "name": {"first": "Kenneth", "middle": "William", "last": "Hechler"}, "bio": {"birthday": "1914-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WV", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "H000465", "thomas": "00529", "govtrack": 405328, "icpsr": 10737, "house_history": 14858, "wikipedia": "Henry Helstoski", "wikidata": "Q1606845", "google_entity_id": "kg:/m/027b_lb"}, "name": {"first": "Henry", "last": "Helstoski"}, "bio": {"birthday": "1925-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NJ", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "H000479", "thomas": "00530", "govtrack": 405342, "icpsr": 10527, "wikipedia": "David N. Henderson", "house_history": 14875, "wikidata": "Q1175844", "google_entity_id": "kg:/m/02vn_vd"}, "name": {"first": "David", "middle": "Newton", "last": "Henderson"}, "bio": {"gender": "M", "birthday": "1921-04-16"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000563", "thomas": "00535", "govtrack": 405425, "icpsr": 10738, "house_history": 14980, "wikipedia": "Floyd Hicks", "wikidata": "Q1430360", "google_entity_id": "kg:/m/027ph0d"}, "name": {"first": "Floyd", "middle": "Verne", "last": "Hicks"}, "bio": {"birthday": "1915-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000638", "thomas": "00542", "govtrack": 405493, "icpsr": 14020, "wikipedia": "Andrew J. Hinshaw", "house_history": 15073, "wikidata": "Q505303", "google_entity_id": "kg:/m/0bvzd1"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Hinshaw"}, "bio": {"birthday": "1923-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 40, "party": "Republican"}]}, {"id": {"bioguide": "H000851", "thomas": "00565", "govtrack": 405698, "icpsr": 14236, "wikipedia": "Allan Turner Howe", "house_history": 15338, "wikidata": "Q2647985", "google_entity_id": "kg:/m/03ww13"}, "name": {"first": "Allan", "middle": "Turner", "last": "Howe"}, "bio": {"birthday": "1927-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "UT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000965", "thomas": "00573", "govtrack": 405809, "icpsr": 10740, "wikipedia": "William L. Hungate", "house_history": 15474, "wikidata": "Q2579628", "google_entity_id": "kg:/m/08mkmx"}, "name": {"first": "William", "middle": "Leonard", "last": "Hungate"}, "bio": {"birthday": "1922-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MO", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "H001011", "thomas": "00576", "govtrack": 405852, "icpsr": 10597, "wikipedia": "J. Edward Hutchinson", "house_history": 15528, "wikidata": "Q1292589", "google_entity_id": "kg:/m/0288h9j"}, "name": {"first": "J.", "middle": "Edward", "last": "Hutchinson"}, "bio": {"birthday": "1914-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000437", "thomas": "00521", "govtrack": 405303, "icpsr": 4275, "wikipedia": "Felix Edward H\u00e9bert", "house_history": 14820, "wikidata": "Q1403434", "google_entity_id": "kg:/m/03rzng"}, "name": {"first": "Felix", "middle": "Edward", "last": "H\u00e9bert"}, "bio": {"birthday": "1901-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "LA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "LA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000057", "thomas": "00591", "govtrack": 405962, "icpsr": 4891, "house_history": 15762, "wikipedia": "John Jarman", "wikidata": "Q1700615", "google_entity_id": "kg:/m/062f6f"}, "name": {"first": "John", "last": "Jarman"}, "bio": {"birthday": "1915-07-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OK", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OK", "district": 5, "party": "Republican", "party_affiliations": [{"start": "1975-01-14", "end": "1975-01-24", "party": "Democrat"}, {"start": "1975-01-24", "end": "1977-01-03", "party": "Republican"}]}]}, {"id": {"bioguide": "J000064", "thomas": "01371", "govtrack": 405969, "icpsr": 4898, "wikipedia": "Jacob K. Javits", "house_history": 15772, "wikidata": "Q1875906", "google_entity_id": "kg:/m/03bb60"}, "name": {"first": "Jacob", "middle": "Koppel", "last": "Javits"}, "bio": {"birthday": "1904-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "NY", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "NY", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "NY", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "NY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "J000115", "thomas": "00597", "govtrack": 406016, "icpsr": 10598, "wikipedia": "Albert W. Johnson", "house_history": 15838, "wikidata": "Q4711410", "google_entity_id": "kg:/m/0dxttk"}, "name": {"first": "Albert", "middle": "Walter", "last": "Johnson"}, "bio": {"birthday": "1906-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "J000248", "thomas": "00610", "govtrack": 406141, "icpsr": 5058, "wikipedia": "Robert E. Jones, Jr.", "house_history": 16006, "wikidata": "Q174690", "google_entity_id": "kg:/m/02qgx09"}, "name": {"first": "Robert", "middle": "Emmett", "last": "Jones", "suffix": "Jr."}, "bio": {"birthday": "1912-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "K000014", "thomas": "00617", "govtrack": 406186, "icpsr": 5098, "wikipedia": "Joseph Karth", "house_history": 16091, "wikidata": "Q1707379", "google_entity_id": "kg:/m/0dh176"}, "name": {"first": "Joseph", "middle": "Edward", "last": "Karth"}, "bio": {"birthday": "1922-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "K000273", "thomas": "00640", "govtrack": 406430, "icpsr": 5326, "wikipedia": "John C. Kluczynski", "house_history": 16421, "wikidata": "Q6224489", "google_entity_id": "kg:/m/02rkbkj"}, "name": {"first": "John", "middle": "Carl", "last": "Kluczynski"}, "bio": {"birthday": "1896-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "L000054", "thomas": "00662", "govtrack": 406563, "icpsr": 5436, "wikipedia": "Phillip M. Landrum", "house_history": 16652, "wikidata": "Q1501508", "google_entity_id": "kg:/m/02rk12b"}, "name": {"first": "Phillip", "middle": "Mitchell", "last": "Landrum"}, "bio": {"birthday": "1907-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "GA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "L000360", "thomas": "00695", "govtrack": 406852, "icpsr": 14030, "house_history": 17042, "wikipedia": "Jerry Litton", "wikidata": "Q951075", "google_entity_id": "kg:/m/04f831"}, "name": {"first": "Jerry", "middle": "Lon", "last": "Litton"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MO", "district": 6, "party": "Democrat"}], "bio": {"birthday": "1937-05-12", "gender": "M"}}, {"id": {"bioguide": "M000005", "thomas": "00719", "govtrack": 407035, "icpsr": 5873, "wikipedia": "Torbert Macdonald", "house_history": 17335, "wikidata": "Q2443745", "google_entity_id": "kg:/m/0cqh3w"}, "name": {"first": "Torbert", "middle": "Hart", "last": "Macdonald"}, "bio": {"birthday": "1917-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000039", "thomas": "00723", "govtrack": 407067, "icpsr": 5900, "wikipedia": "Ray Madden", "house_history": 17375, "wikidata": "Q524959", "google_entity_id": "kg:/m/0dbb84"}, "name": {"first": "Ray", "middle": "John", "last": "Madden"}, "bio": {"birthday": "1892-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000053", "thomas": "01388", "govtrack": 407081, "icpsr": 5913, "wikipedia": "Warren Magnuson", "house_history": 17395, "wikidata": "Q1335257", "google_entity_id": "kg:/m/02tlrz"}, "name": {"first": "Warren", "middle": "Grant", "last": "Magnuson"}, "bio": {"birthday": "1905-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-03", "end": "1944-12-13", "state": "WA", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1944-12-14", "end": "1945-01-03", "state": "WA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "WA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "WA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "WA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "WA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "WA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "WA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000349", "thomas": "00760", "govtrack": 407358, "icpsr": 13025, "wikipedia": "John Y. McCollister", "house_history": 17761, "wikidata": "Q1492410", "google_entity_id": "kg:/m/0bf67w"}, "name": {"first": "John", "middle": "Yetter", "last": "McCollister"}, "bio": {"birthday": "1921-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NE", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000452", "thomas": "01397", "govtrack": 407451, "icpsr": 6256, "house_history": 17890, "wikipedia": "George McGovern", "wikidata": "Q331742", "google_entity_id": "kg:/m/0gz2q"}, "name": {"first": "George", "middle": "Stanley", "last": "McGovern"}, "bio": {"birthday": "1922-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "SD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "SD", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "SD", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "SD", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "SD", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000686", "thomas": "00796", "govtrack": 407671, "icpsr": 14036, "wikipedia": "Edward Mezvinsky", "house_history": 18184, "wikidata": "Q1292996", "google_entity_id": "kg:/m/06bz7v"}, "name": {"first": "Edward", "middle": "Maurice", "last": "Mezvinsky"}, "bio": {"birthday": "1937-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000778", "thomas": "00810", "govtrack": 407756, "icpsr": 6532, "house_history": 18305, "wikipedia": "Wilbur Mills", "wikidata": "Q2570166", "google_entity_id": "kg:/m/03dm8j"}, "name": {"first": "Wilbur", "middle": "Daigh", "last": "Mills"}, "bio": {"birthday": "1909-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AR", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000956", "thomas": "01404", "govtrack": 407924, "icpsr": 14308, "wikipedia": "Robert Burren Morgan", "wikidata": "Q5993740", "google_entity_id": "kg:/m/02km6q"}, "name": {"first": "Robert", "middle": "Burren", "last": "Morgan"}, "bio": {"birthday": "1925-10-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "NC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000958", "thomas": "00834", "govtrack": 407926, "icpsr": 6685, "wikipedia": "Thomas E. Morgan", "house_history": 18532, "wikidata": "Q3734991", "google_entity_id": "kg:/m/0dnslw"}, "name": {"first": "Thomas", "middle": "Ellsworth", "last": "Morgan"}, "bio": {"birthday": "1906-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "M001031", "thomas": "00837", "govtrack": 407998, "icpsr": 10539, "wikipedia": "Charles Adams Mosher", "house_history": 18619, "wikidata": "Q5074972", "google_entity_id": "kg:/m/027m6rq"}, "name": {"first": "Charles", "middle": "Adams", "last": "Mosher"}, "bio": {"birthday": "1906-05-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "N000033", "thomas": "01411", "govtrack": 408123, "icpsr": 10816, "wikipedia": "Gaylord Nelson", "wikidata": "Q886966", "google_entity_id": "kg:/m/01dpb_"}, "name": {"first": "Gaylord", "middle": "Anton", "last": "Nelson"}, "bio": {"birthday": "1916-06-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "WI", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "WI", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "WI", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "O000055", "thomas": "00873", "govtrack": 408290, "icpsr": 7043, "wikipedia": "James G. O'Hara", "house_history": 19136, "wikidata": "Q1668187", "google_entity_id": "kg:/m/09dfp_"}, "name": {"first": "James", "middle": "Grant", "last": "O'Hara"}, "bio": {"birthday": "1925-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "P000098", "thomas": "00892", "govtrack": 408507, "icpsr": 7228, "house_history": 19394, "wikipedia": "Otto Passman", "wikidata": "Q1653704", "google_entity_id": "kg:/m/0df31n"}, "name": {"first": "Otto", "middle": "Ernest", "last": "Passman"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "LA", "district": 5, "party": "Democrat"}], "bio": {"birthday": "1900-06-27", "gender": "M"}}, {"id": {"bioguide": "P000103", "thomas": "00895", "govtrack": 408511, "icpsr": 7232, "wikipedia": "Wright Patman", "house_history": 19402, "wikidata": "Q1376636", "google_entity_id": "kg:/m/039p4g"}, "name": {"first": "John", "middle": "William Wright", "last": "Patman"}, "bio": {"birthday": "1893-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1929-04-15", "end": "1931-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1931-12-07", "end": "1933-03-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000272", "thomas": "00913", "govtrack": 408672, "icpsr": 11038, "house_history": 19615, "wikipedia": "Jerry Pettis", "wikidata": "Q1687852", "google_entity_id": "kg:/m/0gmvg8"}, "name": {"first": "Jerry", "middle": "Lyle", "last": "Pettis"}, "bio": {"birthday": "1916-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 37, "party": "Republican"}]}, {"id": {"bioguide": "R000041", "thomas": "00943", "govtrack": 409022, "icpsr": 7717, "house_history": 20127, "wikipedia": "William J. Randall", "wikidata": "Q2579470", "google_entity_id": "kg:/m/0fld7w"}, "name": {"first": "William", "middle": "Joseph", "last": "Randall"}, "bio": {"birthday": "1909-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MO", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "R000134", "thomas": "00950", "govtrack": 409113, "icpsr": 10790, "wikipedia": "Thomas M. Rees", "house_history": 20247, "wikidata": "Q166390", "google_entity_id": "kg:/m/02rjzxw"}, "name": {"first": "Thomas", "middle": "Mankell", "last": "Rees"}, "bio": {"birthday": "1925-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "R000191", "thomas": "01422", "govtrack": 409167, "icpsr": 7847, "wikipedia": "Abraham A. Ribicoff", "house_history": 20323, "wikidata": "Q323417", "google_entity_id": "kg:/m/03gsnd"}, "name": {"first": "Abraham", "middle": "Alexander", "last": "Ribicoff"}, "bio": {"birthday": "1910-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "CT", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "CT", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "CT", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000467", "thomas": "00991", "govtrack": 409428, "icpsr": 8084, "wikipedia": "J. Edward Roush", "house_history": 20663, "wikidata": "Q1366896", "google_entity_id": "kg:/m/02rkg94"}, "name": {"first": "John", "middle": "Edward", "last": "Roush"}, "bio": {"birthday": "1920-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000135", "thomas": "01031", "govtrack": 409643, "icpsr": 8268, "wikipedia": "Herman T. Schneebeli", "house_history": 21304, "wikidata": "Q5740258", "google_entity_id": "kg:/m/0dpbqv"}, "name": {"first": "Herman", "middle": "Theodore", "last": "Schneebeli"}, "bio": {"birthday": "1907-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "S000159", "thomas": "01431", "govtrack": 409666, "icpsr": 10557, "wikipedia": "Richard Schweiker", "house_history": 21338, "wikidata": "Q928768", "google_entity_id": "kg:/m/0478p7"}, "name": {"first": "Richard", "middle": "Schultz", "last": "Schweiker"}, "bio": {"birthday": "1926-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "PA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "PA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000388", "thomas": "01053", "govtrack": 409882, "icpsr": 10559, "wikipedia": "Garner E. Shriver", "house_history": 21620, "wikidata": "Q1494348", "google_entity_id": "kg:/m/02rmb30"}, "name": {"first": "Garner", "middle": "E.", "last": "Shriver"}, "bio": {"birthday": "1912-07-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "KS", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000803", "thomas": "01100", "govtrack": 410269, "icpsr": 13043, "wikipedia": "James V. Stanton", "house_history": 22133, "wikidata": "Q563149", "google_entity_id": "kg:/m/0gtm86"}, "name": {"first": "James", "middle": "Vincent", "last": "Stanton"}, "bio": {"birthday": "1932-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "S000841", "thomas": "01106", "govtrack": 410305, "icpsr": 14054, "wikipedia": "Alan Steelman", "house_history": 22179, "wikidata": "Q2636853", "google_entity_id": "kg:/m/0c2r63"}, "name": {"first": "Alan", "middle": "Watson", "last": "Steelman"}, "bio": {"birthday": "1942-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000846", "thomas": "01108", "govtrack": 410310, "icpsr": 11050, "house_history": 22185, "wikipedia": "Sam Steiger", "wikidata": "Q2216645", "google_entity_id": "kg:/m/027nhsl"}, "name": {"first": "Sam", "last": "Steiger"}, "bio": {"birthday": "1929-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AZ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AZ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AZ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AZ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AZ", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000860", "thomas": "01111", "govtrack": 410323, "icpsr": 10563, "wikipedia": "Robert Grier Stephens Jr.", "house_history": 22203, "wikidata": "Q1780413", "google_entity_id": "kg:/m/0270skp"}, "name": {"first": "Robert", "middle": "Grier", "last": "Stephens", "suffix": "Jr."}, "bio": {"birthday": "1913-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "GA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "S000890", "thomas": "01441", "govtrack": 410351, "icpsr": 13102, "wikipedia": "Adlai Stevenson III", "wikidata": "Q122841", "google_entity_id": "kg:/m/036nl4"}, "name": {"first": "Adlai", "middle": "Ewing", "last": "Stevenson", "suffix": "III"}, "bio": {"birthday": "1930-10-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1970-01-01", "end": "1975-01-03", "state": "IL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "IL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000962", "thomas": "01443", "govtrack": 410421, "icpsr": 14309, "wikipedia": "Richard Stone (politician)", "wikidata": "Q2150705", "google_entity_id": "kg:/m/07qv5m"}, "name": {"first": "Richard", "middle": "Bernard", "last": "Stone", "nickname": "Dick"}, "bio": {"birthday": "1928-09-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "FL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S001039", "thomas": "01120", "govtrack": 410495, "icpsr": 11052, "house_history": 22421, "wikipedia": "W. S. Stuckey Jr.", "wikidata": "Q1475335", "google_entity_id": "kg:/m/0cb445"}, "name": {"first": "Williamson", "middle": "Sylvester", "last": "Stuckey", "suffix": "Jr."}, "bio": {"birthday": "1935-05-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "S001057", "thomas": "01124", "govtrack": 410511, "icpsr": 9072, "house_history": 22444, "wikipedia": "Leonor Sullivan", "wikidata": "Q514368", "google_entity_id": "kg:/m/0852kx"}, "name": {"first": "Leonor", "middle": "Kretzer", "last": "Sullivan"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MO", "district": 3, "party": "Democrat"}], "bio": {"birthday": "1902-08-21", "gender": "F"}}, {"id": {"bioguide": "S001134", "thomas": "01131", "govtrack": 410585, "icpsr": 12031, "house_history": 22535, "wikipedia": "James W. Symington", "wikidata": "Q1681266", "google_entity_id": "kg:/m/0bmqb2"}, "name": {"first": "James", "middle": "Wadsworth", "last": "Symington"}, "bio": {"birthday": "1927-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000022", "thomas": "01134", "govtrack": 410612, "icpsr": 10631, "house_history": 22659, "wikipedia": "Burt L. Talcott", "wikidata": "Q1017083", "google_entity_id": "kg:/m/0fd9h0"}, "name": {"first": "Burt", "middle": "Lacklen", "last": "Talcott"}, "bio": {"birthday": "1920-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "T000035", "thomas": "01446", "govtrack": 410624, "icpsr": 9174, "wikipedia": "Herman Talmadge", "wikidata": "Q356029", "google_entity_id": "kg:/m/03sqj7"}, "name": {"first": "Herman", "middle": "Eugene", "last": "Talmadge"}, "bio": {"gender": "M", "birthday": "1913-08-09"}, "terms": [{"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "GA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "GA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "GA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "GA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "T000099", "thomas": "01144", "govtrack": 410682, "icpsr": 9230, "wikipedia": "Roy A. Taylor", "house_history": 22756, "wikidata": "Q2170759", "google_entity_id": "kg:/m/02vn_sp"}, "name": {"first": "Roy", "middle": "Arthur", "last": "Taylor"}, "bio": {"birthday": "1910-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NC", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NC", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NC", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "V000029", "thomas": "01181", "govtrack": 411120, "icpsr": 14074, "wikipedia": "Richard Vander Veen", "house_history": 20913, "wikidata": "Q1320005", "google_entity_id": "kg:/m/0btrpl"}, "name": {"first": "Richard", "middle": "Franklin", "last": "Vander Veen"}, "bio": {"birthday": "1922-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "V000098", "thomas": "01187", "govtrack": 411153, "icpsr": 10778, "wikipedia": "Joseph P. Vigorito", "house_history": 20992, "wikidata": "Q13219846", "google_entity_id": "kg:/m/0dydp_"}, "name": {"first": "Joseph", "middle": "Phillip", "last": "Vigorito"}, "bio": {"birthday": "1918-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "Y000047", "thomas": "01458", "govtrack": 411979, "icpsr": 10450, "wikipedia": "Milton Young", "wikidata": "Q436433", "google_entity_id": "kg:/m/07lfyf"}, "name": {"first": "Milton", "middle": "Ruben", "last": "Young"}, "bio": {"birthday": "1897-12-06", "gender": "M"}, "terms": [{"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "ND", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "ND", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "ND", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "ND", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "ND", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "ND", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000558", "thomas": "00319", "govtrack": 403617, "icpsr": 13014, "house_history": 12521, "wikipedia": "Pierre S. du Pont IV", "wikidata": "Q163957", "google_entity_id": "kg:/m/01fnfc"}, "name": {"first": "Pierre", "middle": "Samuel, IV", "last": "du Pont"}, "bio": {"birthday": "1935-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "A000202", "thomas": "01273", "govtrack": 400862, "icpsr": 14513, "wikipedia": "Wendell Anderson", "wikidata": "Q880779", "google_entity_id": "kg:/m/010r97"}, "name": {"first": "Wendell", "middle": "Richard", "last": "Anderson"}, "bio": {"birthday": "1933-02-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1976-12-30", "end": "1978-12-29", "state": "MN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "A000118", "thomas": "00012", "govtrack": 400775, "icpsr": 14286, "wikipedia": "Clifford Allen", "house_history": 8425, "wikidata": "Q1101209", "google_entity_id": "kg:/m/044syg"}, "name": {"first": "Clifford", "middle": "Robertson", "last": "Allen"}, "bio": {"birthday": "1912-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "A000177", "thomas": "00015", "govtrack": 400832, "icpsr": 14401, "wikipedia": "Joseph S. Ammerman", "house_history": 8504, "wikidata": "Q6286729", "google_entity_id": "kg:/m/0dnqc_"}, "name": {"first": "Joseph", "middle": "Scofield", "last": "Ammerman"}, "bio": {"birthday": "1924-07-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "B000025", "thomas": "00040", "govtrack": 401030, "icpsr": 13004, "wikipedia": "Herman Badillo", "house_history": 8806, "wikidata": "Q11862397", "google_entity_id": "kg:/m/03y5l8"}, "name": {"first": "Herman", "last": "Badillo"}, "bio": {"birthday": "1929-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "B000408", "thomas": "00081", "govtrack": 401396, "icpsr": 13007, "wikipedia": "Robert Bergland", "house_history": 9306, "wikidata": "Q1409940", "google_entity_id": "kg:/m/05000d"}, "name": {"first": "Robert", "middle": "Selmer", "last": "Bergland"}, "bio": {"birthday": "1928-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MN", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "B000567", "thomas": "00098", "govtrack": 401540, "icpsr": 14207, "house_history": 9508, "wikipedia": "Mike Blouin", "wikidata": "Q1551941", "google_entity_id": "kg:/m/07g9hd"}, "name": {"first": "Michael", "middle": "Thomas", "last": "Blouin"}, "bio": {"birthday": "1945-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000788", "thomas": "00121", "govtrack": 401745, "icpsr": 14006, "wikipedia": "John B. Breckinridge", "house_history": 9797, "wikidata": "Q1699198", "google_entity_id": "kg:/m/08rshh"}, "name": {"first": "John", "middle": "Bayne", "last": "Breckinridge"}, "bio": {"birthday": "1913-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "KY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000917", "thomas": "00133", "govtrack": 401873, "icpsr": 11006, "wikipedia": "Garry E. Brown", "house_history": 9963, "wikidata": "Q1311564", "google_entity_id": "kg:/m/0494np"}, "name": {"first": "Garry", "middle": "Eldridge", "last": "Brown"}, "bio": {"birthday": "1923-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B001091", "thomas": "00148", "govtrack": 402037, "icpsr": 11007, "wikipedia": "J. Herbert Burke", "house_history": 10185, "wikidata": "Q1676335", "google_entity_id": "kg:/m/02rhhw3"}, "name": {"first": "J.", "middle": "Herbert", "last": "Burke"}, "bio": {"birthday": "1913-01-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "FL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "FL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "FL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "FL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "FL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "FL", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "B001092", "thomas": "00149", "govtrack": 402038, "icpsr": 1265, "wikipedia": "James A. Burke (Massachusetts politician)", "house_history": 10187, "wikidata": "Q1306600", "google_entity_id": "kg:/m/0bvfh2"}, "name": {"first": "James", "middle": "Anthony", "last": "Burke"}, "bio": {"birthday": "1910-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "B001102", "thomas": "00150", "govtrack": 402047, "icpsr": 14008, "house_history": 7693, "wikipedia": "Yvonne Brathwaite Burke", "wikidata": "Q538206", "google_entity_id": "kg:/m/04mzgv"}, "name": {"first": "Yvonne", "middle": "Brathwaite", "last": "Burke"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 37, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 28, "party": "Democrat"}], "bio": {"birthday": "1932-10-05", "gender": "F"}}, {"id": {"bioguide": "B001111", "thomas": "00151", "govtrack": 402056, "icpsr": 1282, "wikipedia": "Omar Burleson", "house_history": 10209, "wikidata": "Q1699660", "google_entity_id": "kg:/m/03c2_0b"}, "name": {"first": "Omar", "middle": "Truman", "last": "Burleson"}, "bio": {"birthday": "1906-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "B001209", "thomas": "01300", "govtrack": 402149, "icpsr": 10802, "wikipedia": "Harry F. Byrd Jr.", "wikidata": "Q3268711", "google_entity_id": "kg:/m/03667s"}, "name": {"first": "Harry", "middle": "Flood", "last": "Byrd", "suffix": "Jr."}, "bio": {"birthday": "1914-12-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "VA", "class": 1, "party": "Independent"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "VA", "class": 1, "party": "Independent"}]}, {"id": {"bioguide": "B001221", "thomas": "00163", "govtrack": 402160, "icpsr": 13008, "wikipedia": "Goodloe Byron", "house_history": 10349, "wikidata": "Q2597786", "google_entity_id": "kg:/m/06hbrk"}, "name": {"first": "Goodloe", "middle": "Edgar", "last": "Byron"}, "bio": {"birthday": "1929-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MD", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "C000120", "thomas": "01301", "govtrack": 402271, "icpsr": 1482, "wikipedia": "Howard Cannon", "wikidata": "Q345564", "google_entity_id": "kg:/m/04fwy9"}, "name": {"first": "Howard", "middle": "Walter", "last": "Cannon"}, "bio": {"birthday": "1912-01-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "NV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "NV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "NV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "NV", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000137", "thomas": "00173", "govtrack": 402287, "icpsr": 14408, "house_history": 10622, "wikipedia": "Bruce F. Caputo", "wikidata": "Q4977460", "google_entity_id": "kg:/m/0dzp7w"}, "name": {"first": "Bruce", "middle": "Faulkner", "last": "Caputo"}, "bio": {"birthday": "1943-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 23, "party": "Republican"}]}, {"id": {"bioguide": "C000164", "thomas": "00177", "govtrack": 402312, "icpsr": 12044, "wikipedia": "Charles J. Carney", "house_history": 10659, "wikidata": "Q1064987", "google_entity_id": "kg:/m/02rhd9m"}, "name": {"first": "Charles", "middle": "Joseph", "last": "Carney"}, "bio": {"birthday": "1913-04-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "C000263", "thomas": "00185", "govtrack": 402407, "icpsr": 1610, "wikipedia": "Elford Albin Cederberg", "house_history": 10786, "wikidata": "Q1328567", "google_entity_id": "kg:/m/03wqlg"}, "name": {"first": "Elford", "middle": "Albin", "last": "Cederberg"}, "bio": {"birthday": "1918-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "C000476", "thomas": "00202", "govtrack": 402614, "icpsr": 10580, "wikipedia": "Del M. Clawson", "house_history": 11043, "wikidata": "Q1183791", "google_entity_id": "kg:/m/08n0wq"}, "name": {"first": "Delwin", "middle": "Morgan", "last": "Clawson"}, "bio": {"birthday": "1914-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 33, "party": "Republican"}]}, {"id": {"bioguide": "C000782", "thomas": "00235", "govtrack": 402902, "icpsr": 14211, "wikipedia": "Robert John Cornell", "house_history": 11432, "wikidata": "Q2157712", "google_entity_id": "kg:/m/0281ngw"}, "name": {"first": "Robert", "middle": "John", "last": "Cornell"}, "bio": {"birthday": "1919-12-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WI", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WI", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000787", "thomas": "00236", "govtrack": 402907, "icpsr": 14412, "wikipedia": "David L. Cornwell", "house_history": 11440, "wikidata": "Q210743", "google_entity_id": "kg:/m/02rkfj1"}, "name": {"first": "David", "middle": "Lance", "last": "Cornwell"}, "bio": {"birthday": "1945-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000992", "thomas": "00257", "govtrack": 403100, "icpsr": 14468, "house_history": 11693, "wikipedia": "John E. Cunningham", "wikidata": "Q1699877", "google_entity_id": "kg:/m/048ds_"}, "name": {"first": "John", "middle": "Edward", "last": "Cunningham", "suffix": "III"}, "bio": {"birthday": "1931-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "D000211", "thomas": "00280", "govtrack": 403355, "icpsr": 2476, "wikipedia": "James J. Delaney", "house_history": 12095, "wikidata": "Q1281904", "google_entity_id": "kg:/m/07700s"}, "name": {"first": "James", "middle": "Joseph", "last": "Delaney"}, "bio": {"birthday": "1901-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "D000255", "thomas": "00288", "govtrack": 403393, "icpsr": 2513, "wikipedia": "John Herman Dent", "house_history": 12146, "wikidata": "Q6239062", "google_entity_id": "kg:/m/0dpc1z"}, "name": {"first": "John", "middle": "Herman", "last": "Dent"}, "bio": {"birthday": "1908-03-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "E000096", "thomas": "00341", "govtrack": 403787, "icpsr": 11014, "wikipedia": "Joshua Eilberg", "house_history": 12716, "wikidata": "Q6289775", "google_entity_id": "kg:/m/0dmmph"}, "name": {"first": "Joshua", "last": "Eilberg"}, "bio": {"birthday": "1921-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "E000240", "thomas": "00360", "govtrack": 403924, "icpsr": 10723, "wikipedia": "Frank Evans (politician)", "house_history": 12897, "wikidata": "Q969538", "google_entity_id": "kg:/m/02rhg9k"}, "name": {"first": "Frank", "middle": "Edward", "last": "Evans"}, "bio": {"birthday": "1923-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000218", "thomas": "00393", "govtrack": 404173, "icpsr": 12014, "house_history": 13245, "wikipedia": "Walter Flowers", "wikidata": "Q373825", "google_entity_id": "kg:/m/02qhdcb"}, "name": {"first": "Walter", "last": "Flowers"}, "bio": {"birthday": "1933-04-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "F000229", "thomas": "00394", "govtrack": 404184, "icpsr": 3242, "wikipedia": "John James Flynt Jr.", "house_history": 13259, "wikidata": "Q1700604", "google_entity_id": "kg:/m/0ksgv_"}, "name": {"first": "John", "middle": "James", "last": "Flynt", "suffix": "Jr."}, "bio": {"birthday": "1914-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "GA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "GA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "F000350", "thomas": "00411", "govtrack": 404297, "icpsr": 10585, "wikipedia": "Donald M. Fraser", "house_history": 13414, "wikidata": "Q864545", "google_entity_id": "kg:/m/04ltn9"}, "name": {"first": "Donald", "middle": "MacKay", "last": "Fraser"}, "bio": {"birthday": "1924-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "F000381", "thomas": "00416", "govtrack": 404326, "icpsr": 12015, "house_history": 13452, "wikipedia": "Louis Frey Jr.", "wikidata": "Q385133", "google_entity_id": "kg:/m/0gwh8y"}, "name": {"first": "Louis", "last": "Frey", "suffix": "Jr."}, "bio": {"birthday": "1934-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "FL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "FL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "FL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "FL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "FL", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "G000036", "thomas": "00427", "govtrack": 404412, "icpsr": 14420, "wikipedia": "Robert Gammage", "house_history": 13609, "wikidata": "Q2157231", "google_entity_id": "kg:/m/0b9c43"}, "name": {"first": "Robert", "middle": "Alton", "last": "Gammage"}, "bio": {"birthday": "1938-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "H000166", "thomas": "00495", "govtrack": 405048, "icpsr": 14229, "wikipedia": "Mark W. Hannaford", "house_history": 14488, "wikidata": "Q1900500", "google_entity_id": "kg:/m/02rjx67"}, "name": {"first": "Mark", "middle": "Warren", "last": "Hannaford"}, "bio": {"birthday": "1925-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 34, "party": "Democrat"}]}, {"id": {"bioguide": "H000230", "thomas": "00503", "govtrack": 405108, "icpsr": 12040, "wikipedia": "Michael J. Harrington", "house_history": 14572, "wikidata": "Q1362237", "google_entity_id": "kg:/m/0cqh2f"}, "name": {"first": "Michael", "middle": "Joseph", "last": "Harrington"}, "bio": {"birthday": "1936-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "H000384", "thomas": "01356", "govtrack": 405252, "icpsr": 14504, "wikipedia": "S. I. Hayakawa", "wikidata": "Q942027", "google_entity_id": "kg:/m/025v78"}, "name": {"first": "Samuel", "middle": "Ichiye", "last": "Hayakawa"}, "bio": {"birthday": "1906-07-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "CA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000675", "thomas": "01360", "govtrack": 405529, "icpsr": 14514, "wikipedia": "Kaneaster Hodges Jr.", "wikidata": "Q457458", "google_entity_id": "kg:/m/05_6s3"}, "name": {"first": "Kaneaster", "last": "Hodges", "suffix": "Jr."}, "bio": {"birthday": "1938-08-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1977-01-04", "end": "1979-01-03", "state": "AR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000953", "thomas": "01366", "govtrack": 405797, "icpsr": 4728, "wikipedia": "Hubert Humphrey", "wikidata": "Q209989", "google_entity_id": "kg:/m/0bq6m"}, "name": {"first": "Hubert", "middle": "Horatio", "last": "Humphrey", "suffix": "Jr."}, "bio": {"birthday": "1911-05-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1949-01-03", "end": "1955-01-03", "state": "MN", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1955-01-05", "end": "1961-01-03", "state": "MN", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1964-12-29", "state": "MN", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "MN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1978-01-13", "state": "MN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000266", "thomas": "00614", "govtrack": 406158, "icpsr": 14027, "wikipedia": "Barbara Jordan", "house_history": 16031, "wikidata": "Q461657", "google_entity_id": "kg:/m/01z9yq"}, "name": {"first": "Barbara", "middle": "Charline", "last": "Jordan"}, "bio": {"birthday": "1936-02-21", "gender": "F"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "K000153", "thomas": "00629", "govtrack": 406317, "icpsr": 14028, "wikipedia": "William M. Ketchum", "house_history": 16270, "wikidata": "Q1717694", "google_entity_id": "kg:/m/02rj_ts"}, "name": {"first": "William", "middle": "Matthew", "last": "Ketchum"}, "bio": {"birthday": "1921-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "K000162", "thomas": "00630", "govtrack": 406326, "icpsr": 14244, "wikipedia": "Martha Keys", "house_history": 16280, "wikidata": "Q1903065", "google_entity_id": "kg:/m/0g2vdg"}, "name": {"first": "Martha", "middle": "Elizabeth", "last": "Keys"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "KS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "KS", "district": 2, "party": "Democrat"}], "bio": {"birthday": "1930-08-10", "gender": "F"}}, {"id": {"bioguide": "K000302", "thomas": "00643", "govtrack": 406458, "icpsr": 12019, "wikipedia": "Ed Koch", "house_history": 16460, "wikidata": "Q467122", "google_entity_id": "kg:/m/01kmwj"}, "name": {"first": "Edward", "middle": "Irving", "last": "Koch"}, "bio": {"birthday": "1924-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "K000325", "thomas": "00651", "govtrack": 406479, "icpsr": 14246, "wikipedia": "John Hans Krebs", "house_history": 16489, "wikidata": "Q216175", "google_entity_id": "kg:/m/02rjvzq"}, "name": {"first": "John", "middle": "Hans", "last": "Krebs"}, "bio": {"birthday": "1926-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "L000561", "thomas": "00677", "govtrack": 406715, "icpsr": 14433, "wikipedia": "Joseph A. LeFante", "house_history": 17299, "wikidata": "Q960792", "google_entity_id": "kg:/m/02rtnqx"}, "name": {"first": "Joseph", "middle": "Anthony", "last": "LeFante"}, "bio": {"birthday": "1928-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NJ", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "L000221", "thomas": "00678", "govtrack": 406725, "icpsr": 10599, "wikipedia": "Robert L. Leggett", "house_history": 16867, "wikidata": "Q1540068", "google_entity_id": "kg:/m/02rjyqc"}, "name": {"first": "Robert", "middle": "Louis", "last": "Leggett"}, "bio": {"birthday": "1926-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000065", "thomas": "00726", "govtrack": 407093, "icpsr": 5924, "wikipedia": "George H. Mahon", "house_history": 17409, "wikidata": "Q1507470", "google_entity_id": "kg:/m/03s93s"}, "name": {"first": "George", "middle": "Herman", "last": "Mahon"}, "bio": {"birthday": "1900-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "M000105", "thomas": "00731", "govtrack": 407129, "icpsr": 12023, "wikipedia": "James Robert Mann (South Carolina)", "house_history": 17461, "wikidata": "Q476553", "google_entity_id": "kg:/m/02q231c"}, "name": {"first": "James", "middle": "Robert", "last": "Mann"}, "bio": {"birthday": "1920-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "SC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000436", "thomas": "00770", "govtrack": 407436, "icpsr": 6240, "wikipedia": "John J. McFall", "house_history": 17872, "wikidata": "Q979566", "google_entity_id": "kg:/m/05clmw"}, "name": {"first": "John", "middle": "Joseph", "last": "McFall"}, "bio": {"birthday": "1918-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "M000626", "thomas": "00787", "govtrack": 407615, "icpsr": 10756, "house_history": 18106, "wikipedia": "Lloyd Meeds", "wikidata": "Q1866942", "google_entity_id": "kg:/m/03dzqc"}, "name": {"first": "Lloyd", "last": "Meeds"}, "bio": {"birthday": "1927-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000675", "thomas": "00793", "govtrack": 407660, "icpsr": 13030, "wikipedia": "Ralph Metcalfe", "house_history": 18169, "wikidata": "Q517243", "google_entity_id": "kg:/m/03gnrt"}, "name": {"first": "Ralph", "middle": "Harold", "last": "Metcalfe"}, "bio": {"birthday": "1910-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000685", "thomas": "00795", "govtrack": 407670, "icpsr": 14255, "wikipedia": "Helen Stevenson Meyner", "house_history": 18183, "wikidata": "Q1601865", "google_entity_id": "kg:/m/0bst6n"}, "name": {"first": "Helen", "middle": "Stevenson", "last": "Meyner"}, "bio": {"birthday": "1929-03-05", "gender": "F"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NJ", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NJ", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "M000708", "thomas": "00804", "govtrack": 407691, "icpsr": 14037, "wikipedia": "Dale Milford", "house_history": 18216, "wikidata": "Q1157856", "google_entity_id": "kg:/m/03c2_3f"}, "name": {"first": "Dale", "last": "Milford"}, "bio": {"birthday": "1926-02-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "M001035", "thomas": "00838", "govtrack": 408002, "icpsr": 6756, "wikipedia": "John E. Moss", "house_history": 18623, "wikidata": "Q1699893", "google_entity_id": "kg:/m/0fdxkk"}, "name": {"first": "John", "middle": "Emerson", "last": "Moss"}, "bio": {"birthday": "1915-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M001121", "thomas": "01410", "govtrack": 408083, "icpsr": 6831, "wikipedia": "Edmund Muskie", "wikidata": "Q319867", "google_entity_id": "kg:/m/01ssr6"}, "name": {"first": "Edmund", "middle": "Sixtus", "last": "Muskie"}, "bio": {"birthday": "1914-03-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "ME", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "ME", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "ME", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1981-01-03", "state": "ME", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M001128", "thomas": "00846", "govtrack": 408090, "icpsr": 14261, "wikipedia": "Gary A. Myers", "house_history": 18737, "wikidata": "Q5524573", "google_entity_id": "kg:/m/0dnrkq"}, "name": {"first": "Gary", "middle": "Arthur", "last": "Myers"}, "bio": {"birthday": "1937-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "N000113", "thomas": "00866", "govtrack": 408197, "icpsr": 6936, "house_history": 18971, "wikipedia": "Robert N. C. Nix Sr.", "wikidata": "Q7347923", "google_entity_id": "kg:/m/03ds4k"}, "name": {"first": "Robert", "middle": "Nelson Cornelius", "last": "Nix", "suffix": "Sr."}, "bio": {"birthday": "1898-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000134", "thomas": "00899", "govtrack": 408540, "icpsr": 14267, "wikipedia": "Edward W. Pattison", "house_history": 19442, "wikidata": "Q5345753", "google_entity_id": "kg:/m/0gmf03"}, "name": {"first": "Edward", "middle": "Worthington", "last": "Pattison"}, "bio": {"birthday": "1932-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 29, "party": "Democrat"}]}, {"id": {"bioguide": "P000273", "thomas": "00914", "govtrack": 408673, "icpsr": 14287, "wikipedia": "Shirley Neil Pettis", "house_history": 19617, "wikidata": "Q2279408", "google_entity_id": "kg:/m/02rjzcp"}, "name": {"first": "Shirley", "middle": "Neil", "last": "Pettis"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 37, "party": "Republican"}], "bio": {"birthday": "1924-07-12", "gender": "F"}}, {"id": {"bioguide": "P000348", "thomas": "00918", "govtrack": 408745, "icpsr": 10545, "wikipedia": "Otis G. Pike", "house_history": 19711, "wikidata": "Q138050", "google_entity_id": "kg:/m/0gknnr"}, "name": {"first": "Otis", "middle": "Grey", "last": "Pike"}, "bio": {"birthday": "1921-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000398", "thomas": "00919", "govtrack": 408791, "icpsr": 7498, "wikipedia": "William R. Poage", "house_history": 19770, "wikidata": "Q1666802", "google_entity_id": "kg:/m/03ryp4"}, "name": {"first": "William", "middle": "Robert", "last": "Poage"}, "bio": {"birthday": "1899-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "Q000010", "thomas": "00936", "govtrack": 408973, "icpsr": 7671, "house_history": 20055, "wikipedia": "Al Quie", "wikidata": "Q888927", "google_entity_id": "kg:/m/01jf7h"}, "name": {"first": "Albert", "middle": "Harold", "last": "Quie"}, "bio": {"gender": "M", "birthday": "1923-09-18"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000268", "thomas": "00964", "govtrack": 409242, "icpsr": 14270, "wikipedia": "Ted Risenhoover", "house_history": 20416, "wikidata": "Q1757492", "google_entity_id": "kg:/m/027t95z"}, "name": {"first": "Theodore", "middle": "Marshall", "last": "Risenhoover"}, "bio": {"birthday": "1934-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OK", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000401", "thomas": "00978", "govtrack": 409368, "icpsr": 8032, "house_history": 20581, "wikipedia": "Paul Rogers (politician)", "wikidata": "Q166149", "google_entity_id": "kg:/m/07crh7"}, "name": {"first": "Paul", "middle": "Grant", "last": "Rogers"}, "bio": {"birthday": "1921-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "FL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "FL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "FL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "FL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "FL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "FL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "FL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "FL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "FL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "FL", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "R000421", "thomas": "00981", "govtrack": 409386, "icpsr": 10766, "house_history": 20608, "wikipedia": "Teno Roncalio", "wikidata": "Q2403735", "google_entity_id": "kg:/m/09m9ym"}, "name": {"first": "Teno", "last": "Roncalio"}, "bio": {"birthday": "1916-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WY", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WY", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WY", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WY", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WY", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "R000423", "thomas": "00983", "govtrack": 409388, "icpsr": 10620, "wikipedia": "Fred B. Rooney", "house_history": 20610, "wikidata": "Q11860005", "google_entity_id": "kg:/m/0dnsrc"}, "name": {"first": "Frederick", "middle": "Bernard", "last": "Rooney"}, "bio": {"birthday": "1925-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "R000512", "thomas": "01002", "govtrack": 409471, "icpsr": 11045, "wikipedia": "Philip Ruppe", "house_history": 20716, "wikidata": "Q1677476", "google_entity_id": "kg:/m/02q67rk"}, "name": {"first": "Philip", "middle": "Edward", "last": "Ruppe"}, "bio": {"birthday": "1926-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "R000558", "thomas": "01006", "govtrack": 409514, "icpsr": 14049, "house_history": 20767, "wikipedia": "Leo Ryan", "wikidata": "Q518779", "google_entity_id": "kg:/m/024g9l"}, "name": {"first": "Leo", "middle": "Joseph", "last": "Ryan"}, "bio": {"birthday": "1925-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "S000062", "thomas": "01016", "govtrack": 409575, "icpsr": 14050, "wikipedia": "Ronald A. Sarasin", "house_history": 21209, "wikidata": "Q2165564", "google_entity_id": "kg:/m/02rjyy7"}, "name": {"first": "Ronald", "middle": "Arthur", "last": "Sarasin"}, "bio": {"birthday": "1934-12-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CT", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000132", "thomas": "01430", "govtrack": 409640, "icpsr": 14510, "wikipedia": "Harrison Schmitt", "wikidata": "Q108886", "google_entity_id": "kg:/m/03l6_"}, "name": {"first": "Harrison", "middle": "Hagan", "last": "Schmitt"}, "bio": {"birthday": "1935-07-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "NM", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000367", "thomas": "01051", "govtrack": 409861, "icpsr": 8474, "wikipedia": "George E. Shipley", "house_history": 21593, "wikidata": "Q5538788", "google_entity_id": "kg:/m/02rk9n9"}, "name": {"first": "George", "middle": "Edward", "last": "Shipley"}, "bio": {"birthday": "1927-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "S000406", "thomas": "01056", "govtrack": 409900, "icpsr": 8507, "wikipedia": "Robert L. F. Sikes", "house_history": 21643, "wikidata": "Q1716860", "google_entity_id": "kg:/m/02rjyq0"}, "name": {"first": "Robert", "middle": "Lee Fulton", "last": "Sikes"}, "bio": {"birthday": "1906-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "FL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000454", "thomas": "01061", "govtrack": 409946, "icpsr": 8549, "house_history": 21704, "wikipedia": "Bernice F. Sisk", "wikidata": "Q826515", "google_entity_id": "kg:/m/0655xb"}, "name": {"first": "Bernice", "middle": "Frederic", "last": "Sisk"}, "bio": {"birthday": "1910-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "S000472", "thomas": "01065", "govtrack": 409962, "icpsr": 10625, "wikipedia": "Joe Skubitz", "house_history": 21728, "wikidata": "Q1691596", "google_entity_id": "kg:/m/02rmb3q"}, "name": {"first": "Joe", "last": "Skubitz"}, "bio": {"birthday": "1906-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "KS", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000844", "thomas": "01107", "govtrack": 410308, "icpsr": 14452, "wikipedia": "Newton Steers", "house_history": 22183, "wikidata": "Q2793470", "google_entity_id": "kg:/m/08gmj8"}, "name": {"first": "Newton", "middle": "Ivan", "last": "Steers", "suffix": "Jr."}, "bio": {"birthday": "1917-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MD", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "S000847", "thomas": "01109", "govtrack": 410311, "icpsr": 11051, "house_history": 22186, "wikipedia": "William A. Steiger", "wikidata": "Q2577330", "google_entity_id": "kg:/m/0b19c6"}, "name": {"first": "William", "middle": "Albert", "last": "Steiger"}, "bio": {"birthday": "1938-05-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "T000110", "thomas": "01146", "govtrack": 410692, "icpsr": 9241, "wikipedia": "Olin E. Teague", "house_history": 22769, "wikidata": "Q2019871", "google_entity_id": "kg:/m/0f3t2w"}, "name": {"first": "Olin", "middle": "Earl", "last": "Teague"}, "bio": {"birthday": "1910-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "TX", "district": -1, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "T000234", "thomas": "01154", "govtrack": 410813, "icpsr": 13045, "wikipedia": "Charles Thone", "house_history": 22917, "wikidata": "Q178130", "google_entity_id": "kg:/m/050tct"}, "name": {"first": "Charles", "last": "Thone"}, "bio": {"birthday": "1924-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NE", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "T000310", "thomas": "01160", "govtrack": 410883, "icpsr": 14455, "wikipedia": "Richard Alvin Tonry", "house_history": 23010, "wikidata": "Q2148976", "google_entity_id": "kg:/m/0c3vlq"}, "name": {"first": "Richard", "middle": "Alvin", "last": "Tonry"}, "bio": {"birthday": "1935-06-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "LA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000400", "thomas": "01171", "govtrack": 410969, "icpsr": 14457, "house_history": 23123, "wikipedia": "Jim Guy Tucker", "wikidata": "Q881069", "google_entity_id": "kg:/m/01rqq1"}, "name": {"first": "James", "middle": "(Jim) Guy", "last": "Tucker", "suffix": "Jr."}, "bio": {"birthday": "1943-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AR", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000018", "thomas": "01191", "govtrack": 411197, "icpsr": 10567, "house_history": 23241, "wikipedia": "Joe Waggonner", "wikidata": "Q1691636", "google_entity_id": "kg:/m/0c16hw"}, "name": {"first": "Joseph", "middle": "David", "last": "Waggonner", "suffix": "Jr."}, "bio": {"birthday": "1918-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000107", "thomas": "01198", "govtrack": 411285, "icpsr": 14061, "wikipedia": "William F. Walsh", "house_history": 23340, "wikidata": "Q2578788", "google_entity_id": "kg:/m/0gmf5z"}, "name": {"first": "William", "middle": "Francis", "last": "Walsh"}, "bio": {"birthday": "1912-07-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 33, "party": "Republican"}]}, {"id": {"bioguide": "W000317", "thomas": "01217", "govtrack": 411479, "icpsr": 11054, "wikipedia": "Charles W. Whalen Jr.", "house_history": 23595, "wikidata": "Q129399", "google_entity_id": "kg:/m/0c4pxl"}, "name": {"first": "Charles", "middle": "William", "last": "Whalen", "suffix": "Jr."}, "bio": {"birthday": "1920-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000448", "thomas": "01228", "govtrack": 411605, "icpsr": 11055, "wikipedia": "Charles E. Wiggins", "house_history": 23749, "wikidata": "Q992029", "google_entity_id": "kg:/m/02rhd5v"}, "name": {"first": "Charles", "middle": "Edward", "last": "Wiggins"}, "bio": {"birthday": "1927-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 39, "party": "Republican"}]}, {"id": {"bioguide": "W000502", "thomas": "01455", "govtrack": 411659, "icpsr": 10147, "wikipedia": "Harrison A. Williams", "house_history": 23812, "wikidata": "Q1586255", "google_entity_id": "kg:/m/051d1d"}, "name": {"first": "Harrison", "middle": "Arlington", "last": "Williams", "suffix": "Jr."}, "bio": {"birthday": "1919-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "NJ", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "NJ", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "NJ", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1982-03-11", "state": "NJ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "Y000028", "thomas": "01254", "govtrack": 411962, "icpsr": 14063, "wikipedia": "Andrew Young", "house_history": 21064, "wikidata": "Q959635", "google_entity_id": "kg:/m/018t4c"}, "name": {"first": "Andrew", "middle": "Jackson", "last": "Young", "suffix": "Jr."}, "bio": {"birthday": "1932-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "GA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "Y000043", "thomas": "01258", "govtrack": 411975, "icpsr": 10446, "wikipedia": "John Andrew Young", "house_history": 21082, "wikidata": "Q1333064", "google_entity_id": "kg:/m/03wvyl"}, "name": {"first": "John", "middle": "Andrew", "last": "Young"}, "bio": {"birthday": "1916-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "A000139", "thomas": "01272", "govtrack": 400795, "icpsr": 14517, "house_history": 8454, "wikipedia": "Maryon Pittman Allen", "wikidata": "Q273898", "google_entity_id": "kg:/m/03f2b9"}, "name": {"first": "Maryon", "middle": "Pittman", "last": "Allen"}, "terms": [{"type": "sen", "start": "1978-06-08", "end": "1978-11-07", "state": "AL", "class": 3, "party": "Democrat"}], "bio": {"birthday": "1925-11-30", "gender": "F"}}, {"id": {"bioguide": "H000344", "thomas": "01353", "govtrack": 405213, "icpsr": 14515, "wikipedia": "Paul G. Hatfield", "wikidata": "Q2059697", "google_entity_id": "kg:/m/07rqym"}, "name": {"first": "Paul", "middle": "Gerhart", "last": "Hatfield"}, "bio": {"birthday": "1928-04-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1978-01-22", "end": "1978-12-14", "state": "MT", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000956", "thomas": "01367", "govtrack": 405800, "icpsr": 14516, "house_history": 15464, "wikipedia": "Muriel Humphrey Brown", "wikidata": "Q468291", "google_entity_id": "kg:/m/01l4vx"}, "name": {"first": "Muriel", "middle": "Buck", "last": "Humphrey"}, "terms": [{"type": "sen", "start": "1978-01-25", "end": "1978-11-07", "state": "MN", "class": 1, "party": "Democrat"}], "bio": {"birthday": "1912-02-20", "gender": "F"}}, {"id": {"bioguide": "S000907", "thomas": "01442", "govtrack": 410368, "icpsr": 14711, "wikipedia": "Donald Stewart (Alabama politician)", "wikidata": "Q1240452", "google_entity_id": "kg:/m/03glkw"}, "name": {"first": "Donald", "middle": "Wilbur", "last": "Stewart"}, "bio": {"birthday": "1940-02-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1978-11-08", "end": "1981-01-03", "state": "AL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000170", "thomas": "00014", "govtrack": 400825, "icpsr": 14200, "wikipedia": "Jerome Ambro", "house_history": 8492, "wikidata": "Q499875", "google_entity_id": "kg:/m/04mq5_"}, "name": {"first": "Jerome", "middle": "Anthony", "last": "Ambro", "suffix": "Jr."}, "bio": {"birthday": "1928-06-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "A000195", "thomas": "00017", "govtrack": 400850, "icpsr": 10501, "wikipedia": "John B. Anderson", "house_history": 8527, "wikidata": "Q936548", "google_entity_id": "kg:/m/0bwxm"}, "name": {"first": "John", "middle": "Bayard", "last": "Anderson"}, "bio": {"birthday": "1922-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "A000222", "thomas": "00032", "govtrack": 400959, "icpsr": 267, "wikipedia": "Thomas W. L. Ashley", "house_history": 8572, "wikidata": "Q2422104", "google_entity_id": "kg:/m/03dmwn"}, "name": {"first": "Thomas", "middle": "Ludlow", "last": "Ashley"}, "bio": {"birthday": "1923-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "B000063", "thomas": "01275", "govtrack": 401067, "icpsr": 11200, "wikipedia": "Howard Baker", "wikidata": "Q1337643", "google_entity_id": "kg:/m/021kgt"}, "name": {"first": "Howard", "middle": "Henry", "last": "Baker", "suffix": "Jr."}, "bio": {"birthday": "1925-11-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "TN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "TN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "TN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000083", "thomas": "00049", "govtrack": 401085, "icpsr": 14202, "wikipedia": "Alvin Baldus", "house_history": 8882, "wikidata": "Q449043", "google_entity_id": "kg:/m/0b19vx"}, "name": {"first": "Alvin", "middle": "James", "last": "Baldus"}, "bio": {"birthday": "1926-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WI", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000244", "thomas": "00067", "govtrack": 401238, "icpsr": 14069, "house_history": 9094, "wikipedia": "Robert Bauman", "wikidata": "Q501919", "google_entity_id": "kg:/m/0570gw"}, "name": {"first": "Robert", "middle": "Edmund", "last": "Bauman"}, "bio": {"birthday": "1937-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MD", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000279", "thomas": "00068", "govtrack": 401273, "icpsr": 14204, "wikipedia": "Edward Beard", "house_history": 9137, "wikidata": "Q1291674", "google_entity_id": "kg:/m/02rhfhs"}, "name": {"first": "Edward", "middle": "Peter", "last": "Beard"}, "bio": {"birthday": "1940-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "RI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000736", "thomas": "00117", "govtrack": 401696, "icpsr": 948, "wikipedia": "John Brademas", "house_history": 9734, "wikidata": "Q533169", "google_entity_id": "kg:/m/06yrlp"}, "name": {"first": "John", "last": "Brademas"}, "bio": {"birthday": "1927-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B001008", "thomas": "00143", "govtrack": 401958, "icpsr": 10706, "house_history": 10078, "wikipedia": "John Hall Buchanan, Jr.", "wikidata": "Q999881", "google_entity_id": "kg:/m/02qj8c1"}, "name": {"first": "John", "middle": "Hall", "last": "Buchanan", "suffix": "Jr."}, "bio": {"birthday": "1928-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AL", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B001113", "thomas": "00152", "govtrack": 402058, "icpsr": 12004, "house_history": 10211, "wikipedia": "Bill Burlison", "wikidata": "Q862035", "google_entity_id": "kg:/m/05wdp8"}, "name": {"first": "William", "middle": "Dean", "last": "Burlison"}, "bio": {"birthday": "1931-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MO", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MO", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "C000201", "thomas": "00181", "govtrack": 402347, "icpsr": 10710, "wikipedia": "Tim Lee Carter", "house_history": 10706, "wikidata": "Q2434127", "google_entity_id": "kg:/m/026_hkr"}, "name": {"first": "Tim", "middle": "Lee", "last": "Carter"}, "bio": {"birthday": "1910-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "KY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "KY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000261", "thomas": "00184", "govtrack": 402405, "icpsr": 14409, "wikipedia": "John Joseph Cavanaugh III", "house_history": 10783, "wikidata": "Q1700646", "google_entity_id": "kg:/m/0bfpv8"}, "name": {"first": "John", "middle": "Joseph", "last": "Cavanaugh"}, "bio": {"birthday": "1945-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NE", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NE", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "C000512", "thomas": "00206", "govtrack": 402647, "icpsr": 10581, "wikipedia": "James Colgate Cleveland", "house_history": 11087, "wikidata": "Q1680180", "google_entity_id": "kg:/m/0c8wsx"}, "name": {"first": "James", "middle": "Colgate", "last": "Cleveland"}, "bio": {"birthday": "1920-06-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000780", "thomas": "00234", "govtrack": 402900, "icpsr": 10511, "house_history": 11430, "wikipedia": "James C. Corman", "wikidata": "Q598775", "google_entity_id": "kg:/m/074lz5"}, "name": {"first": "James", "middle": "Charles", "last": "Corman"}, "bio": {"birthday": "1920-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "D000125", "thomas": "00272", "govtrack": 403260, "icpsr": 13048, "wikipedia": "Mendel Jackson Davis", "house_history": 11988, "wikidata": "Q1247276", "google_entity_id": "kg:/m/02r4gz9"}, "name": {"first": "Mendel", "middle": "Jackson", "last": "Davis"}, "bio": {"birthday": "1942-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "SC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "SC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000279", "thomas": "00292", "govtrack": 403411, "icpsr": 2533, "wikipedia": "Samuel L. Devine", "house_history": 12174, "wikidata": "Q9333405", "google_entity_id": "kg:/m/03dn69"}, "name": {"first": "Samuel", "middle": "Leeper", "last": "Devine"}, "bio": {"birthday": "1915-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "D000344", "thomas": "00298", "govtrack": 403462, "icpsr": 2594, "wikipedia": "Charles Diggs", "house_history": 12254, "wikidata": "Q1064126", "google_entity_id": "kg:/m/0dx37n"}, "name": {"first": "Charles", "middle": "Coles", "last": "Diggs", "suffix": "Jr."}, "bio": {"birthday": "1922-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "D000499", "thomas": "00318", "govtrack": 403606, "icpsr": 13013, "wikipedia": "Robert Drinan", "house_history": 12457, "wikidata": "Q1856944", "google_entity_id": "kg:/m/02rfky"}, "name": {"first": "Robert", "middle": "Frederick", "last": "Drinan"}, "bio": {"birthday": "1920-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000537", "thomas": "00323", "govtrack": 403644, "icpsr": 10582, "house_history": 12497, "wikipedia": "Robert B. Duncan", "wikidata": "Q766533", "google_entity_id": "kg:/m/06x_pt"}, "name": {"first": "Robert", "middle": "Blackford", "last": "Duncan"}, "bio": {"birthday": "1920-12-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OR", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OR", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000035", "thomas": "00333", "govtrack": 403730, "icpsr": 11013, "wikipedia": "Robert C. Eckhardt", "house_history": 12643, "wikidata": "Q2156699", "google_entity_id": "kg:/m/02vzjrq"}, "name": {"first": "Robert", "middle": "Christian", "last": "Eckhardt"}, "bio": {"birthday": "1913-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "E000254", "thomas": "00362", "govtrack": 403936, "wikipedia": "Melvin H. Evans", "house_history": 12913, "wikidata": "Q2819651", "google_entity_id": "kg:/m/01t03l"}, "name": {"first": "Melvin", "middle": "Herbert", "last": "Evans"}, "bio": {"birthday": "1917-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "VI", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "F000151", "thomas": "00385", "govtrack": 404106, "icpsr": 14215, "wikipedia": "Joseph L. Fisher", "house_history": 13159, "wikidata": "Q556945", "google_entity_id": "kg:/m/027ld7m"}, "name": {"first": "Joseph", "middle": "Lyman", "last": "Fisher"}, "bio": {"birthday": "1914-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "VA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "VA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "F000209", "thomas": "00391", "govtrack": 404164, "icpsr": 3224, "wikipedia": "Daniel J. Flood", "house_history": 13233, "wikidata": "Q5217616", "google_entity_id": "kg:/m/0dbccq"}, "name": {"first": "Daniel", "middle": "John", "last": "Flood"}, "bio": {"birthday": "1903-11-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "G000151", "thomas": "00436", "govtrack": 404519, "icpsr": 3553, "wikipedia": "Robert Giaimo", "house_history": 13752, "wikidata": "Q185473", "google_entity_id": "kg:/m/0dd99w"}, "name": {"first": "Robert", "middle": "Nicholas", "last": "Giaimo"}, "bio": {"birthday": "1919-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CT", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000515", "thomas": "00475", "govtrack": 404860, "icpsr": 14424, "house_history": 14211, "wikipedia": "V. Lamar Gudger", "wikidata": "Q2505234", "google_entity_id": "kg:/m/027h6sk"}, "name": {"first": "Vonno", "middle": "Lamar", "last": "Gudger", "suffix": "Jr."}, "bio": {"birthday": "1919-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NC", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "H000158", "thomas": "00493", "govtrack": 405040, "icpsr": 10733, "wikipedia": "James M. Hanley", "house_history": 14479, "wikidata": "Q6138438", "google_entity_id": "kg:/m/0797cz"}, "name": {"first": "James", "middle": "Michael", "last": "Hanley"}, "bio": {"birthday": "1920-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 32, "party": "Democrat"}]}, {"id": {"bioguide": "H000241", "thomas": "00505", "govtrack": 405119, "icpsr": 14231, "wikipedia": "Herbert Harris", "house_history": 14583, "wikidata": "Q1608402", "google_entity_id": "kg:/m/02vp0f9"}, "name": {"first": "Herbert", "middle": "Eugene", "last": "Harris", "suffix": "II"}, "bio": {"birthday": "1926-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "VA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000281", "thomas": "00507", "govtrack": 405155, "icpsr": 10525, "house_history": 14630, "wikipedia": "Bill Harsha", "wikidata": "Q4909326", "google_entity_id": "kg:/m/03q99d"}, "name": {"first": "William", "middle": "Howard", "last": "Harsha"}, "bio": {"birthday": "1921-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000752", "thomas": "00556", "govtrack": 405603, "icpsr": 14022, "wikipedia": "Elizabeth Holtzman", "house_history": 15213, "wikidata": "Q5362988", "google_entity_id": "kg:/m/04wvbj"}, "name": {"first": "Elizabeth", "last": "Holtzman"}, "bio": {"birthday": "1941-08-11", "gender": "F"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "H000905", "thomas": "01363", "govtrack": 405751, "icpsr": 14106, "wikipedia": "Walter Dee Huddleston", "wikidata": "Q4356720", "google_entity_id": "kg:/m/0529x4"}, "name": {"first": "Walter", "middle": "Darlington", "last": "Huddleston", "nickname": "Dee"}, "bio": {"birthday": "1926-04-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "KY", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "KY", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H001013", "thomas": "00577", "govtrack": 405853, "icpsr": 14680, "wikipedia": "John G. Hutchinson", "house_history": 15531, "wikidata": "Q1464305", "google_entity_id": "kg:/m/02wzj6z"}, "name": {"first": "John", "middle": "Guiher", "last": "Hutchinson"}, "bio": {"gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WV", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "I000001", "thomas": "00581", "govtrack": 405863, "icpsr": 10528, "house_history": 15619, "wikipedia": "Richard Howard Ichord Jr.", "wikidata": "Q2149830", "google_entity_id": "kg:/m/0374c2"}, "name": {"first": "Richard", "middle": "Howard", "last": "Ichord", "suffix": "II"}, "bio": {"birthday": "1926-06-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MO", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MO", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "J000099", "thomas": "00596", "govtrack": 406001, "icpsr": 14241, "wikipedia": "John Jenrette", "house_history": 15818, "wikidata": "Q676392", "google_entity_id": "kg:/m/0570ng"}, "name": {"first": "John", "middle": "Wilson", "last": "Jenrette", "suffix": "Jr."}, "bio": {"birthday": "1936-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "SC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "J000101", "thomas": "01372", "govtrack": 406003, "icpsr": 14707, "wikipedia": "Roger Jepsen", "wikidata": "Q1372206", "google_entity_id": "kg:/m/07qg83"}, "name": {"first": "Roger", "middle": "William", "last": "Jepsen"}, "bio": {"birthday": "1928-12-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "IA", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "J000135", "thomas": "00600", "govtrack": 406034, "icpsr": 4957, "wikipedia": "Harold T. Johnson", "house_history": 15862, "wikidata": "Q1585936", "google_entity_id": "kg:/m/02pzl27"}, "name": {"first": "Harold", "middle": "Terry", "last": "Johnson"}, "bio": {"birthday": "1907-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000148", "thomas": "00601", "govtrack": 406046, "icpsr": 14025, "wikipedia": "James Paul Johnson", "house_history": 15878, "wikidata": "Q222118", "google_entity_id": "kg:/m/02rhjd_"}, "name": {"first": "James", "middle": "Paul", "last": "Johnson", "nickname": "Jim"}, "bio": {"birthday": "1930-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CO", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "K000077", "thomas": "00623", "govtrack": 406247, "icpsr": 14243, "house_history": 16176, "wikipedia": "Richard Kelly (politician)", "wikidata": "Q1628072", "google_entity_id": "kg:/m/04wnss"}, "name": {"first": "Richard", "last": "Kelly"}, "bio": {"birthday": "1924-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "FL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "FL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "FL", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "L000167", "thomas": "00671", "govtrack": 406671, "icpsr": 14640, "house_history": 16806, "wikipedia": "Buddy Leach", "wikidata": "Q1001235", "google_entity_id": "kg:/m/0ghd5x"}, "name": {"first": "Anthony", "middle": "Claude", "last": "Leach", "suffix": "Jr."}, "bio": {"birthday": "1934-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "L000379", "thomas": "00697", "govtrack": 406871, "icpsr": 14250, "wikipedia": "James F. Lloyd", "house_history": 17065, "wikidata": "Q507358", "google_entity_id": "kg:/m/0dp07h"}, "name": {"first": "James", "middle": "Fredrick", "last": "Lloyd"}, "bio": {"birthday": "1922-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 35, "party": "Democrat"}]}, {"id": {"bioguide": "M000058", "thomas": "00725", "govtrack": 407086, "icpsr": 14254, "wikipedia": "Andrew Maguire", "house_history": 17399, "wikidata": "Q506125", "google_entity_id": "kg:/m/02rplkp"}, "name": {"first": "Gene", "middle": "Andrew", "last": "Maguire"}, "bio": {"birthday": "1939-03-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NJ", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NJ", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NJ", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000244", "thomas": "00747", "govtrack": 407262, "icpsr": 13023, "wikipedia": "Dawson Mathis", "house_history": 17625, "wikidata": "Q1178875", "google_entity_id": "kg:/m/02rk0q_"}, "name": {"first": "Marvin", "middle": "Dawson", "last": "Mathis"}, "bio": {"birthday": "1940-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "GA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000365", "thomas": "00762", "govtrack": 407370, "icpsr": 13026, "house_history": 17780, "wikipedia": "Mike McCormack (politician)", "wikidata": "Q1933324", "google_entity_id": "kg:/m/0d1hd3"}, "name": {"first": "Mike", "last": "McCormack"}, "bio": {"birthday": "1921-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000433", "thomas": "00769", "govtrack": 407433, "icpsr": 10749, "wikipedia": "Robert C. McEwen", "house_history": 17869, "wikidata": "Q7342630", "google_entity_id": "kg:/m/0gmdjn"}, "name": {"first": "Robert", "middle": "Cameron", "last": "McEwen"}, "bio": {"birthday": "1920-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 30, "party": "Republican"}]}, {"id": {"bioguide": "M000490", "thomas": "00777", "govtrack": 407485, "icpsr": 13027, "wikipedia": "K. Gunn McKay", "house_history": 17939, "wikidata": "Q247243", "google_entity_id": "kg:/m/0d_87d"}, "name": {"first": "Koln", "middle": "Gunn", "last": "McKay"}, "bio": {"birthday": "1925-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "UT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "UT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000703", "thomas": "00803", "govtrack": 407686, "icpsr": 12025, "wikipedia": "Abner J. Mikva", "house_history": 18209, "wikidata": "Q4320649", "google_entity_id": "kg:/m/04lmgt"}, "name": {"first": "Abner", "middle": "Joseph", "last": "Mikva"}, "bio": {"birthday": "1926-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "M000930", "thomas": "00831", "govtrack": 407901, "icpsr": 6661, "wikipedia": "William S. Moorhead", "house_history": 18499, "wikidata": "Q8017984", "google_entity_id": "kg:/m/0dnpfq"}, "name": {"first": "William", "middle": "Singer", "last": "Moorhead"}, "bio": {"birthday": "1923-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "PA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "PA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "M001098", "thomas": "00842", "govtrack": 408062, "icpsr": 10611, "house_history": 18699, "wikipedia": "John M. Murphy", "wikidata": "Q3562259", "google_entity_id": "kg:/m/0gjdlb"}, "name": {"first": "John", "middle": "Michael", "last": "Murphy"}, "bio": {"birthday": "1926-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "M001101", "thomas": "00843", "govtrack": 408065, "icpsr": 13032, "wikipedia": "Morgan F. Murphy", "house_history": 18702, "wikidata": "Q4361006", "google_entity_id": "kg:/m/0d9_qz"}, "name": {"first": "Morgan", "middle": "Francis", "last": "Murphy"}, "bio": {"birthday": "1932-04-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M001123", "thomas": "00845", "govtrack": 408085, "icpsr": 14678, "house_history": 18729, "wikipedia": "Ray Musto", "wikidata": "Q5998488", "google_entity_id": "kg:/m/0dnmdw"}, "name": {"first": "Raphael", "middle": "John", "last": "Musto"}, "bio": {"birthday": "1929-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "M001132", "thomas": "00848", "govtrack": 408094, "icpsr": 14442, "house_history": 18742, "wikipedia": "Michael Myers (politician)", "wikidata": "Q535502", "google_entity_id": "kg:/m/05ykp_"}, "name": {"first": "Michael", "middle": "Joseph", "last": "Myers", "nickname": "Ozzie"}, "bio": {"birthday": "1943-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "N000019", "thomas": "00856", "govtrack": 408111, "icpsr": 10540, "wikipedia": "Lucien N. Nedzi", "house_history": 18859, "wikidata": "Q1263385", "google_entity_id": "kg:/m/06bpsy"}, "name": {"first": "Lucien", "middle": "Norbert", "last": "Nedzi"}, "bio": {"birthday": "1925-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "P000106", "thomas": "00896", "govtrack": 408514, "icpsr": 10613, "wikipedia": "Edward J. Patten", "house_history": 19405, "wikidata": "Q268677", "google_entity_id": "kg:/m/027bdx5"}, "name": {"first": "Edward", "middle": "James", "last": "Patten"}, "bio": {"birthday": "1905-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NJ", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NJ", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NJ", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NJ", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NJ", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NJ", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NJ", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NJ", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "P000222", "thomas": "01418", "govtrack": 408625, "icpsr": 11205, "wikipedia": "Charles H. Percy", "wikidata": "Q1064692", "google_entity_id": "kg:/m/02hbd5"}, "name": {"first": "Charles", "middle": "Harting", "last": "Percy"}, "bio": {"birthday": "1919-09-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "IL", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "IL", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "IL", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000520", "thomas": "00928", "govtrack": 408905, "icpsr": 12027, "house_history": 19921, "wikipedia": "L. Richardson Preyer", "wikidata": "Q1797788", "google_entity_id": "kg:/m/0kt1kz"}, "name": {"first": "Lunsford", "middle": "Richardson", "last": "Preyer"}, "bio": {"birthday": "1919-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "R000046", "thomas": "01421", "govtrack": 409027, "icpsr": 7722, "house_history": 20134, "wikipedia": "Jennings Randolph", "wikidata": "Q1686994", "google_entity_id": "kg:/m/03w8tm"}, "name": {"first": "Jennings", "last": "Randolph"}, "bio": {"birthday": "1902-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1933-03-09", "end": "1935-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1935-01-03", "end": "1937-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1937-01-05", "end": "1939-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1939-01-03", "end": "1941-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1958-11-05", "end": "1961-01-03", "state": "WV", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "WV", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "WV", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "WV", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "WV", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000312", "thomas": "00969", "govtrack": 409283, "icpsr": 10550, "wikipedia": "Ray Roberts", "house_history": 20471, "wikidata": "Q974316", "google_entity_id": "kg:/m/0g387k"}, "name": {"first": "Herbert", "middle": "Ray", "last": "Roberts"}, "bio": {"birthday": "1913-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "R000489", "thomas": "00999", "govtrack": 409448, "icpsr": 14676, "wikipedia": "William Royer", "house_history": 20690, "wikidata": "Q2580429", "google_entity_id": "kg:/m/093lfl"}, "name": {"first": "William", "middle": "Howard", "last": "Royer"}, "bio": {"birthday": "1920-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "R000510", "thomas": "01001", "govtrack": 409469, "icpsr": 13038, "wikipedia": "Harold L. Runnels", "house_history": 20714, "wikidata": "Q1585865", "google_entity_id": "kg:/m/02rhh4q"}, "name": {"first": "Harold", "middle": "Lowell", "last": "Runnels"}, "bio": {"birthday": "1924-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NM", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NM", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NM", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NM", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NM", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000070", "thomas": "01019", "govtrack": 409582, "icpsr": 10767, "house_history": 21221, "wikipedia": "David E. Satterfield III", "wikidata": "Q1174289", "google_entity_id": "kg:/m/02qkkhv"}, "name": {"first": "David", "middle": "Edward", "last": "Satterfield", "suffix": "III"}, "bio": {"birthday": "1920-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "VA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "VA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000217", "thomas": "01039", "govtrack": 409722, "icpsr": 12029, "wikipedia": "Keith Sebelius", "house_history": 21404, "wikidata": "Q1738088", "google_entity_id": "kg:/m/0534dg"}, "name": {"first": "Keith", "middle": "George", "last": "Sebelius"}, "bio": {"birthday": "1916-09-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "KS", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000473", "thomas": "01066", "govtrack": 409963, "icpsr": 8564, "wikipedia": "John M. Slack Jr.", "house_history": 21729, "wikidata": "Q1551562", "google_entity_id": "kg:/m/02wzgg7"}, "name": {"first": "John", "middle": "Mark", "last": "Slack", "suffix": "Jr."}, "bio": {"birthday": "1915-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WV", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000716", "thomas": "01090", "govtrack": 410186, "icpsr": 14278, "wikipedia": "Gladys Spellman", "house_history": 22022, "wikidata": "Q2045562", "google_entity_id": "kg:/m/06g0hz"}, "name": {"first": "Gladys", "middle": "Noon", "last": "Spellman"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MD", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MD", "district": 5, "party": "Democrat"}], "bio": {"birthday": "1918-03-01", "gender": "F"}}, {"id": {"bioguide": "S000772", "thomas": "01094", "govtrack": 410238, "icpsr": 14663, "wikipedia": "Edward J. Stack", "house_history": 22092, "wikidata": "Q1292651", "google_entity_id": "kg:/m/02rhfp8"}, "name": {"first": "Edward", "middle": "John", "last": "Stack"}, "bio": {"birthday": "1910-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "FL", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "S000778", "thomas": "01096", "govtrack": 410244, "icpsr": 8824, "wikipedia": "Harley Orrin Staggers", "house_history": 22100, "wikidata": "Q1585515", "google_entity_id": "kg:/m/05b5nk"}, "name": {"first": "Harley", "middle": "Orrin", "last": "Staggers"}, "bio": {"birthday": "1907-08-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WV", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000829", "thomas": "01104", "govtrack": 410293, "icpsr": 8866, "house_history": 22166, "wikipedia": "Tom Steed", "wikidata": "Q2440125", "google_entity_id": "kg:/m/0gcnmf"}, "name": {"first": "Thomas", "middle": "Jefferson", "last": "Steed"}, "bio": {"gender": "M", "birthday": "1904-03-02"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OK", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000902", "thomas": "01112", "govtrack": 410363, "icpsr": 14665, "wikipedia": "Bennett M. Stewart", "house_history": 22255, "wikidata": "Q175223", "google_entity_id": "kg:/m/0fq0l5"}, "name": {"first": "Bennett", "middle": "McVey", "last": "Stewart"}, "bio": {"birthday": "1912-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000200", "thomas": "01152", "govtrack": 410779, "icpsr": 9322, "wikipedia": "Frank Thompson", "house_history": 22878, "wikidata": "Q913444", "google_entity_id": "kg:/m/08gl3w"}, "name": {"first": "Frank", "last": "Thompson", "suffix": "Jr."}, "bio": {"birthday": "1918-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NJ", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NJ", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "T000322", "thomas": "01449", "govtrack": 410894, "icpsr": 10823, "wikipedia": "John Tower", "wikidata": "Q2658030", "google_entity_id": "kg:/m/02dcc4"}, "name": {"first": "John", "middle": "Goodwin", "last": "Tower"}, "bio": {"birthday": "1925-09-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "TX", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "TX", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "TX", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "TX", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000362", "thomas": "01168", "govtrack": 410932, "icpsr": 14060, "wikipedia": "Dave Treen", "house_history": 23077, "wikidata": "Q640768", "google_entity_id": "kg:/m/034dzg"}, "name": {"first": "David", "middle": "Conner", "last": "Treen"}, "bio": {"birthday": "1928-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "LA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "LA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "LA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "LA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "T000393", "thomas": "01170", "govtrack": 410962, "icpsr": 14279, "wikipedia": "Paul Tsongas", "house_history": 23115, "wikidata": "Q283884", "google_entity_id": "kg:/m/029dj8"}, "name": {"first": "Paul", "middle": "Efthemios", "last": "Tsongas"}, "bio": {"birthday": "1941-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MA", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "MA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "U000004", "thomas": "01174", "govtrack": 411028, "icpsr": 9551, "wikipedia": "Al Ullman", "house_history": 20830, "wikidata": "Q2620782", "google_entity_id": "kg:/m/036t36"}, "name": {"first": "Albert", "middle": "Conrad", "last": "Ullman"}, "bio": {"birthday": "1914-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OR", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "V000024", "thomas": "01179", "govtrack": 411077, "icpsr": 10633, "wikipedia": "Lionel Van Deerlin", "house_history": 20908, "wikidata": "Q1827269", "google_entity_id": "kg:/m/08t9tm"}, "name": {"first": "Lionel", "last": "Van Deerlin"}, "bio": {"birthday": "1914-07-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 37, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 37, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 37, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 37, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 37, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 41, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 42, "party": "Democrat"}]}, {"id": {"bioguide": "V000047", "thomas": "01183", "govtrack": 411126, "icpsr": 9623, "wikipedia": "Charles Vanik", "house_history": 20932, "wikidata": "Q522435", "google_entity_id": "kg:/m/035ft9"}, "name": {"first": "Charles", "middle": "Albert", "last": "Vanik"}, "bio": {"birthday": "1913-04-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "W000571", "thomas": "01233", "govtrack": 411726, "icpsr": 10640, "wikipedia": "Charles H. Wilson", "house_history": 23892, "wikidata": "Q1064708", "google_entity_id": "kg:/m/09ty0b"}, "name": {"first": "Charles", "middle": "Herbert", "last": "Wilson"}, "bio": {"birthday": "1917-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 31, "party": "Democrat"}]}, {"id": {"bioguide": "W000610", "thomas": "01234", "govtrack": 411765, "icpsr": 10249, "house_history": 23939, "wikipedia": "Bob Wilson (politician)", "wikidata": "Q888328", "google_entity_id": "kg:/m/0986w2"}, "name": {"first": "Robert", "middle": "Carlton", "last": "Wilson", "nickname": "Bob"}, "bio": {"birthday": "1916-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "CA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "CA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "CA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "CA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 41, "party": "Republican"}]}, {"id": {"bioguide": "W000680", "thomas": "01239", "govtrack": 411832, "icpsr": 10784, "wikipedia": "Lester L. Wolff", "house_history": 24027, "wikidata": "Q1626737", "google_entity_id": "kg:/m/0gmd5l"}, "name": {"first": "Lester", "middle": "Lionel", "last": "Wolff"}, "bio": {"birthday": "1919-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000777", "thomas": "01245", "govtrack": 411926, "icpsr": 14674, "wikipedia": "Joseph P. Wyatt, Jr.", "house_history": 24147, "wikidata": "Q201651", "google_entity_id": "kg:/m/02rvb24"}, "name": {"first": "Joseph", "middle": "Peyton", "last": "Wyatt", "suffix": "Jr."}, "bio": {"birthday": "1941-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "W000780", "thomas": "01248", "govtrack": 411928, "icpsr": 10638, "wikipedia": "John W. Wydler", "house_history": 24151, "wikidata": "Q723155", "google_entity_id": "kg:/m/0gmcw6"}, "name": {"first": "John", "middle": "Waldemar", "last": "Wydler"}, "bio": {"birthday": "1924-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "A000009", "thomas": "00001", "govtrack": 400672, "icpsr": 14000, "wikipedia": "James Abdnor", "house_history": 8259, "wikidata": "Q614868", "google_entity_id": "kg:/m/03vwqw"}, "name": {"first": "James", "last": "Abdnor"}, "bio": {"birthday": "1923-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "SD", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "SD", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000208", "thomas": "00019", "govtrack": 400881, "icpsr": 10569, "wikipedia": "Mark Andrews (politician)", "house_history": 8547, "wikidata": "Q364746", "google_entity_id": "kg:/m/04fw61"}, "name": {"first": "Mark", "last": "Andrews"}, "bio": {"birthday": "1926-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "ND", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "ND", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "ND", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "ND", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "ND", "district": 0, "party": "Republican"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "ND", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000220", "thomas": "00030", "govtrack": 400948, "icpsr": 14878, "house_history": 8568, "wikipedia": "Jean Spencer Ashbrook", "wikidata": "Q1264861", "google_entity_id": "kg:/m/06lj7m"}, "name": {"first": "Jean", "middle": "Spencer", "last": "Ashbrook"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 17, "party": "Republican"}], "bio": {"birthday": "1934-09-21", "gender": "F"}}, {"id": {"bioguide": "A000221", "thomas": "00031", "govtrack": 400949, "icpsr": 10502, "house_history": 8570, "wikipedia": "John M. Ashbrook", "wikidata": "Q6245684", "google_entity_id": "kg:/m/03dnb6"}, "name": {"first": "John", "middle": "Milan", "last": "Ashbrook"}, "bio": {"birthday": "1928-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "A000329", "thomas": "00035", "govtrack": 400978, "icpsr": 14602, "house_history": 8715, "wikipedia": "Eugene Atkinson", "wikidata": "Q1373045", "google_entity_id": "kg:/m/062zc9"}, "name": {"first": "Eugene", "middle": "Vincent", "last": "Atkinson"}, "bio": {"birthday": "1927-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 25, "party": "Republican"}]}, {"id": {"bioguide": "B000029", "thomas": "00042", "govtrack": 401034, "icpsr": 14003, "house_history": 8812, "wikipedia": "Louis A. Bafalis", "wikidata": "Q1350106", "google_entity_id": "kg:/m/02pz0hx"}, "name": {"first": "Louis", "middle": "Arthur", "last": "Bafalis", "nickname": "Skip"}, "bio": {"birthday": "1929-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "FL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "FL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "FL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "FL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "FL", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "B000037", "thomas": "00043", "govtrack": 401042, "icpsr": 14603, "wikipedia": "Donald A. Bailey", "house_history": 8822, "wikidata": "Q5293918", "google_entity_id": "kg:/m/08yz0_"}, "name": {"first": "Donald", "middle": "Allen", "last": "Bailey"}, "bio": {"birthday": "1945-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "B000047", "thomas": "00044", "govtrack": 401052, "icpsr": 14800, "wikipedia": "Wendell Bailey", "house_history": 8833, "wikidata": "Q2559024", "google_entity_id": "kg:/m/083chj"}, "name": {"first": "R.", "middle": "Wendell", "last": "Bailey"}, "bio": {"birthday": "1940-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MO", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "B000280", "thomas": "00069", "govtrack": 401274, "icpsr": 14004, "wikipedia": "Robin Beard", "house_history": 9139, "wikidata": "Q963419", "google_entity_id": "kg:/m/03z10z"}, "name": {"first": "Robin", "middle": "Leo", "last": "Beard", "suffix": "Jr."}, "bio": {"birthday": "1939-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TN", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "B000358", "thomas": "00074", "govtrack": 401350, "icpsr": 14801, "wikipedia": "Cleve Benedict", "house_history": 9241, "wikidata": "Q634626", "google_entity_id": "kg:/m/059jcd"}, "name": {"first": "Cleveland", "middle": "Keith", "last": "Benedict"}, "bio": {"birthday": "1935-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WV", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000363", "thomas": "00076", "govtrack": 401355, "icpsr": 14406, "house_history": 9248, "wikipedia": "Adam Benjamin Jr.", "wikidata": "Q348740", "google_entity_id": "kg:/m/09jxd5"}, "name": {"first": "Adam", "last": "Benjamin", "suffix": "Jr."}, "bio": {"birthday": "1935-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000472", "thomas": "00090", "govtrack": 401453, "icpsr": 10705, "wikipedia": "Jonathan Brewster Bingham", "house_history": 9388, "wikidata": "Q1703107", "google_entity_id": "kg:/m/06qp_t"}, "name": {"first": "Jonathan", "middle": "Brewster", "last": "Bingham"}, "bio": {"birthday": "1914-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "B000538", "thomas": "00094", "govtrack": 401513, "icpsr": 14206, "house_history": 9468, "wikipedia": "James Blanchard", "wikidata": "Q880085", "google_entity_id": "kg:/m/0259nw"}, "name": {"first": "James", "middle": "Johnston", "last": "Blanchard"}, "bio": {"birthday": "1942-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "B000605", "thomas": "00105", "govtrack": 401573, "icpsr": 835, "house_history": 9563, "wikipedia": "Richard Walker Bolling", "wikidata": "Q1530283", "google_entity_id": "kg:/m/0dtxfz"}, "name": {"first": "Richard", "middle": "Walker", "last": "Bolling"}, "bio": {"birthday": "1916-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MO", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000682", "thomas": "00115", "govtrack": 401644, "icpsr": 14005, "wikipedia": "David R. Bowen", "house_history": 9666, "wikidata": "Q283357", "google_entity_id": "kg:/m/02rtn6d"}, "name": {"first": "David", "middle": "Reece", "last": "Bowen"}, "bio": {"birthday": "1932-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000839", "thomas": "00124", "govtrack": 401796, "icpsr": 11005, "wikipedia": "Jack Thomas Brinkley", "house_history": 9862, "wikidata": "Q263856", "google_entity_id": "kg:/m/0ghqn_"}, "name": {"first": "Jack", "middle": "Thomas", "last": "Brinkley"}, "bio": {"birthday": "1930-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "GA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000862", "thomas": "00126", "govtrack": 401819, "icpsr": 14209, "house_history": 9894, "wikipedia": "William M. Brodhead", "wikidata": "Q385383", "google_entity_id": "kg:/m/048md2"}, "name": {"first": "William", "middle": "McNulty", "last": "Brodhead"}, "bio": {"birthday": "1941-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "B000910", "thomas": "00131", "govtrack": 401867, "icpsr": 10786, "wikipedia": "Bud Brown (politician)", "house_history": 9956, "wikidata": "Q4983802", "google_entity_id": "kg:/m/03ldwb"}, "name": {"first": "Clarence", "middle": "J.", "last": "Brown", "suffix": "Jr."}, "bio": {"birthday": "1927-06-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B001080", "thomas": "00147", "govtrack": 402026, "icpsr": 14007, "wikipedia": "Clair Burgener", "house_history": 10169, "wikidata": "Q1094733", "google_entity_id": "kg:/m/0986l1"}, "name": {"first": "Clair", "middle": "Walter", "last": "Burgener"}, "bio": {"birthday": "1921-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 42, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 43, "party": "Republican"}]}, {"id": {"bioguide": "B001153", "thomas": "00155", "govtrack": 402095, "icpsr": 14076, "wikipedia": "John L. Burton", "house_history": 10259, "wikidata": "Q1700888", "google_entity_id": "kg:/m/0f2mqr"}, "name": {"first": "John", "middle": "Lowell", "last": "Burton"}, "bio": {"birthday": "1932-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B001182", "thomas": "00159", "govtrack": 402124, "icpsr": 13055, "wikipedia": "M. Caldwell Butler", "house_history": 10297, "wikidata": "Q1445681", "google_entity_id": "kg:/m/02vp0dz"}, "name": {"first": "Manley", "middle": "Caldwell", "last": "Butler"}, "bio": {"birthday": "1925-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "VA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "VA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000158", "thomas": "00176", "govtrack": 402307, "icpsr": 14804, "wikipedia": "Gregory W. Carman", "house_history": 10652, "wikidata": "Q1545423", "google_entity_id": "kg:/m/0gkrl0"}, "name": {"first": "Gregory", "middle": "Wright", "last": "Carman"}, "bio": {"birthday": "1937-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000371", "thomas": "00195", "govtrack": 402510, "icpsr": 12008, "wikipedia": "Shirley Chisholm", "house_history": 10918, "wikidata": "Q239657", "google_entity_id": "kg:/m/02qt3_"}, "name": {"first": "Shirley", "middle": "Anita", "last": "Chisholm"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 12, "party": "Democrat"}], "bio": {"birthday": "1924-11-30", "gender": "F"}}, {"id": {"bioguide": "C000475", "thomas": "00201", "govtrack": 402613, "icpsr": 10579, "wikipedia": "Donald H. Clausen", "house_history": 11042, "wikidata": "Q1239913", "google_entity_id": "kg:/m/02rhf64"}, "name": {"first": "Donald", "middle": "Holst", "last": "Clausen"}, "bio": {"birthday": "1923-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000638", "thomas": "00221", "govtrack": 402767, "icpsr": 11066, "wikipedia": "James M. Collins", "house_history": 11251, "wikidata": "Q1680733", "google_entity_id": "kg:/m/0c2rb9"}, "name": {"first": "James", "middle": "Mitchell", "last": "Collins"}, "bio": {"birthday": "1916-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "C000799", "thomas": "00239", "govtrack": 402918, "icpsr": 13009, "wikipedia": "William R. Cotter (politician)", "house_history": 11456, "wikidata": "Q182087", "google_entity_id": "kg:/m/02pnrgc"}, "name": {"first": "William", "middle": "Ross", "last": "Cotter"}, "bio": {"birthday": "1926-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000845", "thomas": "00244", "govtrack": 402962, "icpsr": 14807, "wikipedia": "James K. Coyne, III", "house_history": 11513, "wikidata": "Q6137047", "google_entity_id": "kg:/m/0dlwhz"}, "name": {"first": "James", "middle": "Kitchenman", "last": "Coyne", "suffix": "III"}, "bio": {"birthday": "1946-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "D000037", "thomas": "00260", "govtrack": 403177, "icpsr": 14013, "wikipedia": "Robert Daniel", "house_history": 11875, "wikidata": "Q1356455", "google_entity_id": "kg:/m/09dbt_"}, "name": {"first": "Robert", "middle": "Williams", "last": "Daniel", "suffix": "Jr."}, "bio": {"birthday": "1936-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "VA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000043", "thomas": "00263", "govtrack": 403183, "icpsr": 13010, "wikipedia": "George E. Danielson", "house_history": 11883, "wikidata": "Q1507259", "google_entity_id": "kg:/m/06x7xr"}, "name": {"first": "George", "middle": "Elmore", "last": "Danielson"}, "bio": {"birthday": "1915-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 30, "party": "Democrat"}]}, {"id": {"bioguide": "D000231", "thomas": "00285", "govtrack": 403369, "icpsr": 14811, "wikipedia": "Lawrence J. DeNardis", "house_history": 12118, "wikidata": "Q1809209", "google_entity_id": "kg:/m/078xg3"}, "name": {"first": "Lawrence", "middle": "Joseph", "last": "DeNardis"}, "bio": {"birthday": "1938-03-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000183", "thomas": "00278", "govtrack": 403344, "icpsr": 14619, "wikipedia": "H. Joel Deckard", "house_history": 12058, "wikidata": "Q1305216", "google_entity_id": "kg:/m/02rkg4b"}, "name": {"first": "Huey", "middle": "Joel", "last": "Deckard"}, "bio": {"birthday": "1942-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IN", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "D000259", "thomas": "01316", "govtrack": 403397, "icpsr": 14901, "wikipedia": "Jeremiah Denton", "wikidata": "Q731680", "google_entity_id": "kg:/m/036x4p"}, "name": {"first": "Jeremiah", "middle": "Andrew", "last": "Denton", "suffix": "Jr."}, "bio": {"birthday": "1924-07-15", "gender": "M"}, "terms": [{"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "AL", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000269", "thomas": "00290", "govtrack": 403405, "icpsr": 2525, "wikipedia": "Ed Derwinski", "house_history": 12162, "wikidata": "Q546986", "google_entity_id": "kg:/m/03186c"}, "name": {"first": "Edward", "middle": "Joseph", "last": "Derwinski"}, "bio": {"birthday": "1926-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000446", "thomas": "00311", "govtrack": 403556, "icpsr": 14622, "wikipedia": "Charles F. Dougherty", "house_history": 12388, "wikidata": "Q5077514", "google_entity_id": "kg:/m/0dmmk9"}, "name": {"first": "Charles", "middle": "Francis", "last": "Dougherty"}, "bio": {"birthday": "1937-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000548", "thomas": "00325", "govtrack": 403656, "icpsr": 14814, "wikipedia": "James Whitney Dunn", "house_history": 12508, "wikidata": "Q1681294", "google_entity_id": "kg:/m/027jds0"}, "name": {"first": "James", "middle": "Whitney", "last": "Dunn"}, "bio": {"birthday": "1943-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "E000004", "thomas": "01323", "govtrack": 403700, "icpsr": 12104, "wikipedia": "Thomas Eagleton", "wikidata": "Q3176929", "google_entity_id": "kg:/m/01qpdm"}, "name": {"first": "Thomas", "middle": "Francis", "last": "Eagleton"}, "bio": {"birthday": "1929-09-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1968-12-28", "end": "1969-01-03", "state": "MO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "MO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "MO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "MO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000017", "thomas": "01324", "govtrack": 403713, "icpsr": 14903, "wikipedia": "John Porter East", "wikidata": "Q1701454", "google_entity_id": "kg:/m/02km71"}, "name": {"first": "John", "middle": "Porter", "last": "East"}, "bio": {"birthday": "1931-05-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1981-01-05", "end": "1986-06-29", "state": "NC", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "E000175", "thomas": "00343", "govtrack": 403865, "icpsr": 14218, "wikipedia": "David F. Emery", "house_history": 12808, "wikidata": "Q1174381", "google_entity_id": "kg:/m/08j16n"}, "name": {"first": "David", "middle": "Farnham", "last": "Emery"}, "bio": {"birthday": "1948-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "ME", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "E000198", "thomas": "00349", "govtrack": 403885, "icpsr": 14623, "wikipedia": "Arlen Erdahl", "house_history": 12845, "wikidata": "Q674930", "google_entity_id": "kg:/m/0bkf7t"}, "name": {"first": "Arlen", "middle": "Ingolf", "last": "Erdahl"}, "bio": {"birthday": "1931-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "E000208", "thomas": "00352", "govtrack": 403895, "icpsr": 14416, "wikipedia": "Allen E. Ertel", "house_history": 12856, "wikidata": "Q4731622", "google_entity_id": "kg:/m/0dnm5z"}, "name": {"first": "Allen", "middle": "Edward", "last": "Ertel"}, "bio": {"birthday": "1937-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "E000233", "thomas": "00357", "govtrack": 403918, "icpsr": 14418, "wikipedia": "Billy Lee Evans", "house_history": 12890, "wikidata": "Q863165", "google_entity_id": "kg:/m/09zy0r"}, "name": {"first": "Billy", "middle": "Lee", "last": "Evans"}, "bio": {"birthday": "1941-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "E000239", "thomas": "00359", "govtrack": 403923, "icpsr": 14220, "wikipedia": "David W. Evans", "house_history": 12895, "wikidata": "Q1177017", "google_entity_id": "kg:/m/02rkfjr"}, "name": {"first": "David", "middle": "Walter", "last": "Evans"}, "bio": {"birthday": "1946-08-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "E000258", "thomas": "00363", "govtrack": 403939, "icpsr": 14417, "house_history": 12918, "wikipedia": "Thomas B. Evans, Jr.", "wikidata": "Q2422171", "google_entity_id": "kg:/m/06t6k4"}, "name": {"first": "Thomas", "middle": "Beverley", "last": "Evans", "suffix": "Jr."}, "bio": {"birthday": "1931-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "DE", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "F000040", "thomas": "00369", "govtrack": 404001, "icpsr": 14285, "wikipedia": "John G. Fary", "house_history": 13013, "wikidata": "Q13218822", "google_entity_id": "kg:/m/02rkbn8"}, "name": {"first": "John", "middle": "G.", "last": "Fary"}, "bio": {"birthday": "1911-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "F000078", "thomas": "00376", "govtrack": 404036, "icpsr": 14221, "house_history": 13066, "wikipedia": "Millicent Fenwick", "wikidata": "Q529663", "google_entity_id": "kg:/m/02gbs8"}, "name": {"first": "Millicent", "middle": "Hammond", "last": "Fenwick"}, "bio": {"birthday": "1910-02-25", "gender": "F"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NJ", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "F000123", "thomas": "00382", "govtrack": 404079, "icpsr": 10517, "wikipedia": "Paul Findley", "house_history": 13128, "wikidata": "Q1780222", "google_entity_id": "kg:/m/08n5lc"}, "name": {"first": "Paul", "last": "Findley"}, "bio": {"birthday": "1921-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "F000161", "thomas": "00387", "govtrack": 404116, "icpsr": 14222, "house_history": 13172, "wikipedia": "Floyd Fithian", "wikidata": "Q1430359", "google_entity_id": "kg:/m/02rkfs9"}, "name": {"first": "Floyd", "middle": "James", "last": "Fithian"}, "bio": {"birthday": "1928-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000319", "thomas": "00403", "govtrack": 404268, "icpsr": 3321, "house_history": 13374, "wikipedia": "Lawrence H. Fountain", "wikidata": "Q1809187", "google_entity_id": "kg:/m/04wbvd"}, "name": {"first": "Lawrence", "middle": "H.", "last": "Fountain"}, "bio": {"birthday": "1913-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000226", "thomas": "00442", "govtrack": 404588, "icpsr": 14016, "wikipedia": "Ronald 'Bo' Ginn", "house_history": 13851, "wikidata": "Q2165572", "google_entity_id": "kg:/m/04y0dn"}, "name": {"first": "Ronald", "middle": "Bryan", "last": "Ginn", "nickname": "Bo"}, "bio": {"birthday": "1934-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000267", "thomas": "01340", "govtrack": 404629, "icpsr": 3658, "wikipedia": "Barry Goldwater", "wikidata": "Q319129", "google_entity_id": "kg:/m/01j6t"}, "name": {"first": "Barry", "middle": "Morris", "last": "Goldwater"}, "bio": {"birthday": "1909-01-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "AZ", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "AZ", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "AZ", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "AZ", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "AZ", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000268", "thomas": "00444", "govtrack": 404630, "icpsr": 12037, "house_history": 13899, "wikipedia": "Barry Goldwater Jr.", "wikidata": "Q809039", "google_entity_id": "kg:/m/09ly_0"}, "name": {"first": "Barry", "middle": "Morris", "last": "Goldwater", "suffix": "Jr."}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 20, "party": "Republican"}], "bio": {"birthday": "1938-07-15", "gender": "M"}}, {"id": {"bioguide": "G000480", "thomas": "00468", "govtrack": 404825, "icpsr": 14630, "wikipedia": "Wayne R. Grisham", "house_history": 14170, "wikidata": "Q1351459", "google_entity_id": "kg:/m/02rj_5t"}, "name": {"first": "Wayne", "middle": "Richard", "last": "Grisham"}, "bio": {"birthday": "1923-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 33, "party": "Republican"}]}, {"id": {"bioguide": "G000537", "thomas": "00480", "govtrack": 404880, "icpsr": 14018, "wikipedia": "Tennyson Guyer", "house_history": 14238, "wikidata": "Q7700520", "google_entity_id": "kg:/m/0c4pwx"}, "name": {"first": "Tennyson", "last": "Guyer"}, "bio": {"birthday": "1913-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000012", "thomas": "00481", "govtrack": 404897, "icpsr": 14227, "house_history": 14303, "wikipedia": "Tom Hagedorn", "wikidata": "Q1704699", "google_entity_id": "kg:/m/0dgsdc"}, "name": {"first": "Thomas", "middle": "Michael", "last": "Hagedorn"}, "bio": {"birthday": "1943-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000287", "thomas": "01347", "govtrack": 405161, "icpsr": 14305, "wikipedia": "Gary Hart", "wikidata": "Q919448", "google_entity_id": "kg:/m/01cg_2"}, "name": {"first": "Gary", "middle": "Warren", "last": "Hart"}, "bio": {"birthday": "1936-11-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "CO", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "CO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000374", "thomas": "01355", "govtrack": 405242, "icpsr": 14905, "wikipedia": "Paula Hawkins", "house_history": 14742, "wikidata": "Q458945", "google_entity_id": "kg:/m/03f8vc"}, "name": {"first": "Paula", "last": "Hawkins"}, "terms": [{"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "FL", "class": 3, "party": "Republican"}], "bio": {"birthday": "1927-01-24", "gender": "F"}}, {"id": {"bioguide": "H000440", "thomas": "00523", "govtrack": 405306, "icpsr": 11021, "wikipedia": "Margaret Heckler", "house_history": 14824, "wikidata": "Q457633", "google_entity_id": "kg:/m/06j43j"}, "name": {"first": "Margaret", "middle": "M.", "last": "Heckler"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MA", "district": 10, "party": "Republican"}], "bio": {"birthday": "1931-06-21", "gender": "F"}}, {"id": {"bioguide": "H000641", "thomas": "00543", "govtrack": 405496, "icpsr": 14634, "wikipedia": "Jon Hinson", "house_history": 15076, "wikidata": "Q1475071", "google_entity_id": "kg:/m/03tqfl"}, "name": {"first": "Jon", "middle": "Clifton", "last": "Hinson"}, "bio": {"birthday": "1942-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MS", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000719", "thomas": "00552", "govtrack": 405571, "icpsr": 14235, "house_history": 15172, "wikipedia": "Kenneth Lamar Holland", "wikidata": "Q1738876", "google_entity_id": "kg:/m/0bbqqv"}, "name": {"first": "Kenneth", "middle": "Lamar", "last": "Holland"}, "bio": {"birthday": "1934-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "SC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "H000722", "thomas": "00553", "govtrack": 405574, "icpsr": 14426, "wikipedia": "Harold C. Hollenbeck", "house_history": 15175, "wikidata": "Q1585779", "google_entity_id": "kg:/m/02rhh3p"}, "name": {"first": "Harold", "middle": "Capistran", "last": "Hollenbeck"}, "bio": {"birthday": "1938-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NJ", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NJ", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "J000074", "thomas": "00594", "govtrack": 405977, "icpsr": 14637, "wikipedia": "James Edmund Jeffries", "house_history": 15788, "wikidata": "Q1680319", "google_entity_id": "kg:/m/02rm9m6"}, "name": {"first": "James", "middle": "Edmund", "last": "Jeffries"}, "bio": {"birthday": "1925-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "KS", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "J000200", "thomas": "00605", "govtrack": 406095, "icpsr": 14836, "wikipedia": "Walter E. Johnston, III", "house_history": 15949, "wikidata": "Q2544053", "google_entity_id": "kg:/m/03c01z1"}, "name": {"first": "Walter", "middle": "Eugene", "last": "Johnston", "suffix": "III"}, "bio": {"birthday": "1936-03-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NC", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "L000148", "thomas": "01382", "govtrack": 406653, "icpsr": 14077, "wikipedia": "Paul Laxalt", "wikidata": "Q661008", "google_entity_id": "kg:/m/03j_fw"}, "name": {"first": "Paul", "middle": "Dominque", "last": "Laxalt"}, "bio": {"birthday": "1922-08-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1974-12-18", "end": "1975-01-03", "state": "NV", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "NV", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "NV", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000547", "thomas": "00674", "govtrack": 406688, "icpsr": 14838, "house_history": 17275, "wikipedia": "John LeBoutillier", "wikidata": "Q6244260", "google_entity_id": "kg:/m/0gksgl"}, "name": {"first": "John", "last": "LeBoutillier"}, "bio": {"birthday": "1953-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "L000187", "thomas": "00675", "govtrack": 406690, "icpsr": 14434, "wikipedia": "Raymond F. Lederer", "house_history": 16829, "wikidata": "Q2134135", "google_entity_id": "kg:/m/08gl2g"}, "name": {"first": "Raymond", "middle": "Francis", "last": "Lederer"}, "bio": {"birthday": "1938-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000192", "thomas": "00676", "govtrack": 406695, "icpsr": 14642, "wikipedia": "Gary A. Lee", "house_history": 16834, "wikidata": "Q5524571", "google_entity_id": "kg:/m/0gkt4c"}, "name": {"first": "Gary", "middle": "Alcide", "last": "Lee"}, "bio": {"birthday": "1933-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 33, "party": "Republican"}]}, {"id": {"bioguide": "L000428", "thomas": "01386", "govtrack": 406918, "icpsr": 5767, "wikipedia": "Russell B. Long", "wikidata": "Q1385418", "google_entity_id": "kg:/m/01gqtx"}, "name": {"first": "Russell", "middle": "Billiu", "last": "Long"}, "bio": {"birthday": "1918-11-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1948-01-01", "end": "1951-01-03", "state": "LA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1951-01-03", "end": "1957-01-03", "state": "LA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1957-01-03", "end": "1963-01-03", "state": "LA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "LA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "LA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "LA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "LA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000136", "thomas": "00736", "govtrack": 407159, "icpsr": 14436, "house_history": 17496, "wikipedia": "Marc L. Marks", "wikidata": "Q13219697", "google_entity_id": "kg:/m/0dnp3q"}, "name": {"first": "Marc", "middle": "Lincoln", "last": "Marks"}, "bio": {"birthday": "1927-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 24, "party": "Republican"}]}, {"id": {"bioguide": "M000241", "thomas": "01391", "govtrack": 407259, "icpsr": 10535, "house_history": 17621, "wikipedia": "Charles Mathias", "wikidata": "Q457455", "google_entity_id": "kg:/m/0502g6"}, "name": {"first": "Charles", "middle": "McCurdy", "last": "Mathias", "suffix": "Jr."}, "bio": {"birthday": "1922-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "MD", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "MD", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "MD", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000257", "thomas": "01392", "govtrack": 407275, "icpsr": 14906, "wikipedia": "Mack Mattingly", "wikidata": "Q1811690", "google_entity_id": "kg:/m/0486ny"}, "name": {"first": "Mack", "middle": "Francis", "last": "Mattingly"}, "bio": {"birthday": "1931-01-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "GA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000260", "thomas": "00750", "govtrack": 407278, "icpsr": 14439, "wikipedia": "Jim Mattox", "house_history": 17644, "wikidata": "Q1689145", "google_entity_id": "kg:/m/0c28xq"}, "name": {"first": "James", "middle": "Albon", "last": "Mattox"}, "bio": {"birthday": "1943-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000340", "thomas": "00757", "govtrack": 407349, "icpsr": 10606, "wikipedia": "Robert McClory", "house_history": 17748, "wikidata": "Q7110413", "google_entity_id": "kg:/m/02rkcp8"}, "name": {"first": "Robert", "last": "McClory"}, "bio": {"birthday": "1908-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "M000343", "thomas": "00759", "govtrack": 407352, "icpsr": 11063, "wikipedia": "Pete McCloskey", "house_history": 17752, "wikidata": "Q2073295", "google_entity_id": "kg:/m/04539r"}, "name": {"first": "Paul", "middle": "Norton", "last": "McCloskey", "suffix": "Jr.", "nickname": "Pete"}, "bio": {"birthday": "1927-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "M000808", "thomas": "00817", "govtrack": 407783, "icpsr": 14038, "wikipedia": "Donald J. Mitchell", "house_history": 18343, "wikidata": "Q5294580", "google_entity_id": "kg:/m/0gksyh"}, "name": {"first": "Donald", "middle": "Jerome", "last": "Mitchell"}, "bio": {"birthday": "1923-05-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "M000839", "thomas": "00821", "govtrack": 407813, "icpsr": 14258, "wikipedia": "Toby Moffett", "house_history": 18384, "wikidata": "Q2438226", "google_entity_id": "kg:/m/0kr__c"}, "name": {"first": "Anthony", "middle": "John", "last": "Moffett", "suffix": "Jr.", "nickname": "Toby"}, "bio": {"birthday": "1944-08-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CT", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CT", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CT", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CT", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000845", "thomas": "00825", "govtrack": 407818, "icpsr": 6584, "wikipedia": "Bob Mollohan", "house_history": 18392, "wikidata": "Q888138", "google_entity_id": "kg:/m/027phky"}, "name": {"first": "Robert", "middle": "Homer", "last": "Mollohan"}, "bio": {"birthday": "1909-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WV", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M001044", "thomas": "00839", "govtrack": 408011, "icpsr": 14260, "house_history": 18633, "wikipedia": "Ronald M. Mottl", "wikidata": "Q2165678", "google_entity_id": "kg:/m/03dnfl"}, "name": {"first": "Ronald", "middle": "Milton", "last": "Mottl"}, "bio": {"birthday": "1934-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "N000005", "thomas": "00852", "govtrack": 408099, "icpsr": 14848, "wikipedia": "John Light Napier", "house_history": 18842, "wikidata": "Q1700842", "google_entity_id": "kg:/m/02rqhpz"}, "name": {"first": "John", "middle": "Light", "last": "Napier"}, "bio": {"birthday": "1947-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "SC", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "N000027", "thomas": "00857", "govtrack": 408118, "icpsr": 14849, "wikipedia": "James L. Nelligan", "house_history": 18869, "wikidata": "Q13219740", "google_entity_id": "kg:/m/0dmmyp"}, "name": {"first": "James", "middle": "Leo", "last": "Nelligan"}, "bio": {"birthday": "1929-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "P000280", "thomas": "00915", "govtrack": 408680, "icpsr": 13033, "wikipedia": "Peter A. Peyser", "house_history": 19625, "wikidata": "Q7172439", "google_entity_id": "kg:/m/08r3ss"}, "name": {"first": "Peter", "middle": "A.", "last": "Peyser"}, "bio": {"birthday": "1921-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "R000012", "thomas": "00941", "govtrack": 408994, "icpsr": 11041, "house_history": 20089, "wikipedia": "Tom Railsback", "wikidata": "Q7817321", "google_entity_id": "kg:/m/06wk67"}, "name": {"first": "Thomas", "middle": "Fisher", "last": "Railsback"}, "bio": {"birthday": "1932-01-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "R000165", "thomas": "00954", "govtrack": 409142, "icpsr": 7824, "wikipedia": "Henry S. Reuss", "house_history": 20289, "wikidata": "Q200701", "google_entity_id": "kg:/m/02rvb8b"}, "name": {"first": "Henry", "middle": "Schoellkopf", "last": "Reuss"}, "bio": {"birthday": "1912-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000188", "thomas": "00957", "govtrack": 409164, "icpsr": 7845, "wikipedia": "John Jacob Rhodes", "house_history": 20319, "wikidata": "Q444678", "google_entity_id": "kg:/m/0559f0"}, "name": {"first": "John", "middle": "Jacob", "last": "Rhodes"}, "bio": {"birthday": "1916-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AZ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000232", "thomas": "00959", "govtrack": 409208, "icpsr": 14269, "wikipedia": "Fred Richmond", "house_history": 20371, "wikidata": "Q2913204", "google_entity_id": "kg:/m/092gb6"}, "name": {"first": "Frederick", "middle": "William", "last": "Richmond"}, "bio": {"birthday": "1923-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "R000308", "thomas": "00967", "govtrack": 409279, "icpsr": 14851, "wikipedia": "Clint Roberts", "house_history": 20466, "wikidata": "Q574441", "google_entity_id": "kg:/m/0271dmp"}, "name": {"first": "Clint", "middle": "Ronald", "last": "Roberts"}, "bio": {"birthday": "1935-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "SD", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000469", "thomas": "00992", "govtrack": 409430, "icpsr": 10553, "wikipedia": "John H. Rousselot", "house_history": 20665, "wikidata": "Q786618", "google_entity_id": "kg:/m/02rhk62"}, "name": {"first": "John", "middle": "Harbin", "last": "Rousselot"}, "bio": {"birthday": "1927-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "CA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "S000058", "thomas": "01014", "govtrack": 409572, "icpsr": 14272, "wikipedia": "James David Santini", "house_history": 21204, "wikidata": "Q1680248", "google_entity_id": "kg:/m/02730yd"}, "name": {"first": "James", "middle": "David", "last": "Santini"}, "bio": {"birthday": "1937-08-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NV", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NV", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "S000282", "thomas": "01044", "govtrack": 409781, "icpsr": 14859, "wikipedia": "Bob Shamansky", "house_history": 21487, "wikidata": "Q888248", "google_entity_id": "kg:/m/03dn5z"}, "name": {"first": "Robert", "middle": "Norton", "last": "Shamansky"}, "bio": {"birthday": "1927-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "S000514", "thomas": "01070", "govtrack": 409999, "icpsr": 14862, "wikipedia": "Albert L. Smith Jr.", "house_history": 21778, "wikidata": "Q632825", "google_entity_id": "kg:/m/02qhvzf"}, "name": {"first": "Albert", "middle": "Lee", "last": "Smith", "suffix": "Jr."}, "bio": {"birthday": "1931-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AL", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000579", "thomas": "01074", "govtrack": 410060, "icpsr": 14876, "house_history": 21851, "wikipedia": "Joseph F. Smith (Pennsylvania politician)", "wikidata": "Q13219818", "google_entity_id": "kg:/m/0bglln"}, "name": {"first": "Joseph", "middle": "Francis", "last": "Smith"}, "bio": {"birthday": "1920-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000804", "thomas": "01099", "govtrack": 410270, "icpsr": 10773, "wikipedia": "J. William Stanton", "house_history": 22135, "wikidata": "Q12069961", "google_entity_id": "kg:/m/0b68f_"}, "name": {"first": "John", "middle": "William", "last": "Stanton"}, "bio": {"birthday": "1924-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "S000818", "thomas": "01102", "govtrack": 410283, "icpsr": 14865, "wikipedia": "Mick Staton", "house_history": 22152, "wikidata": "Q1122828", "google_entity_id": "kg:/m/02wzlbb"}, "name": {"first": "David", "middle": "Michael", "last": "Staton"}, "bio": {"birthday": "1940-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WV", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000935", "thomas": "01113", "govtrack": 410394, "icpsr": 14453, "cspan": 4479, "wikipedia": "David Stockman", "house_history": 22294, "wikidata": "Q1176745", "google_entity_id": "kg:/m/01zvjj"}, "name": {"first": "David", "middle": "Alan", "last": "Stockman"}, "bio": {"birthday": "1946-11-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "W000121", "thomas": "01200", "govtrack": 411296, "icpsr": 9802, "wikipedia": "William C. Wampler", "house_history": 23357, "wikidata": "Q2578221", "google_entity_id": "kg:/m/0dbjnl"}, "name": {"first": "William", "middle": "Creed", "last": "Wampler"}, "bio": {"birthday": "1926-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "VA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "VA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000235", "thomas": "01211", "govtrack": 411403, "icpsr": 14867, "wikipedia": "Ed Weber", "house_history": 23498, "wikidata": "Q5335552", "google_entity_id": "kg:/m/03dmw_"}, "name": {"first": "Edward", "middle": "Ford", "last": "Weber"}, "bio": {"birthday": "1931-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000390", "thomas": "01219", "govtrack": 411551, "icpsr": 10783, "house_history": 23677, "wikipedia": "Richard Crawford White", "wikidata": "Q1805514", "google_entity_id": "kg:/m/02qvqql"}, "name": {"first": "Richard", "middle": "Crawford", "last": "White"}, "bio": {"birthday": "1923-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "Z000002", "thomas": "01262", "govtrack": 411995, "icpsr": 14283, "house_history": 21112, "wikipedia": "Leo C. Zeferetti", "wikidata": "Q3332254", "google_entity_id": "kg:/m/078wm0"}, "name": {"first": "Leo", "middle": "C.", "last": "Zeferetti"}, "bio": {"birthday": "1927-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "B000756", "thomas": "01290", "govtrack": 401715, "icpsr": 14911, "wikipedia": "Nicholas F. Brady", "wikidata": "Q723444", "google_entity_id": "kg:/m/02nbxw"}, "name": {"first": "Nicholas", "middle": "Frederick", "last": "Brady"}, "bio": {"birthday": "1930-04-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1982-04-12", "end": "1982-12-27", "state": "NJ", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000076", "thomas": "00009", "govtrack": 400735, "icpsr": 14600, "wikipedia": "Donald J. Albosta", "house_history": 8364, "wikidata": "Q1239957", "google_entity_id": "kg:/m/03wc1x"}, "name": {"first": "Donald", "middle": "Joseph", "last": "Albosta"}, "bio": {"birthday": "1925-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "A000207", "thomas": "00018", "govtrack": 400878, "icpsr": 14001, "wikipedia": "Ike Franklin Andrews", "house_history": 8545, "wikidata": "Q1658089", "google_entity_id": "kg:/m/04gw1_"}, "name": {"first": "Ike", "middle": "Franklin", "last": "Andrews"}, "bio": {"birthday": "1925-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NC", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000422", "thomas": "00083", "govtrack": 401408, "icpsr": 14606, "wikipedia": "Ed Bethune", "house_history": 9324, "wikidata": "Q1282285", "google_entity_id": "kg:/m/02rhfgr"}, "name": {"first": "Edwin", "middle": "Ruthvin", "last": "Bethune", "suffix": "Jr."}, "bio": {"birthday": "1935-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AR", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000845", "thomas": "00125", "govtrack": 401802, "icpsr": 15012, "wikipedia": "Charles Robin Britt", "house_history": 9871, "wikidata": "Q1065931", "google_entity_id": "kg:/m/078t_x"}, "name": {"first": "Charles", "middle": "Robin", "last": "Britt"}, "bio": {"birthday": "1942-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B001156", "thomas": "00156", "govtrack": 402098, "icpsr": 10577, "wikipedia": "Phillip Burton", "house_history": 10263, "wikidata": "Q1527673", "google_entity_id": "kg:/m/0dn419"}, "name": {"first": "Phillip", "last": "Burton"}, "bio": {"birthday": "1926-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1983-04-10", "state": "CA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000356", "thomas": "01304", "govtrack": 402495, "icpsr": 13101, "wikipedia": "Lawton Chiles", "wikidata": "Q744098", "google_entity_id": "kg:/m/027165"}, "name": {"first": "Lawton", "middle": "Mainor", "last": "Chiles", "suffix": "Jr."}, "bio": {"birthday": "1930-04-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "FL", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "FL", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "FL", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000666", "thomas": "00225", "govtrack": 402793, "icpsr": 10712, "house_history": 11287, "wikipedia": "Barber Conable", "wikidata": "Q443631", "google_entity_id": "kg:/m/05xwtx"}, "name": {"first": "Barber", "middle": "Benjamin", "last": "Conable", "suffix": "Jr."}, "bio": {"birthday": "1922-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 30, "party": "Republican"}]}, {"id": {"bioguide": "C000773", "thomas": "00233", "govtrack": 402893, "icpsr": 14411, "house_history": 11422, "wikipedia": "Tom Corcoran (politician)", "wikidata": "Q7482898", "google_entity_id": "kg:/m/02rl179"}, "name": {"first": "Thomas", "middle": "Joseph", "last": "Corcoran"}, "bio": {"birthday": "1939-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "C000788", "thomas": "00237", "govtrack": 402908, "house_history": 11441, "wikipedia": "Baltasar Corrada del R\u00edo", "wikidata": "Q1973038", "google_entity_id": "kg:/m/045xcr"}, "name": {"first": "Baltasar", "last": "Corrada-del R\u00edo"}, "bio": {"birthday": "1935-04-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PR", "district": 0, "party": "New Progressive"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PR", "district": 0, "party": "New Progressive"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PR", "district": 0, "party": "New Progressive"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PR", "district": 0, "party": "New Progressive"}]}, {"id": {"bioguide": "C000871", "thomas": "00248", "govtrack": 402985, "icpsr": 14615, "wikipedia": "Dan Crane", "house_history": 11545, "wikidata": "Q8538715", "google_entity_id": "kg:/m/0575n2"}, "name": {"first": "Daniel", "middle": "Bever", "last": "Crane"}, "bio": {"birthday": "1936-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "D000017", "thomas": "00259", "govtrack": 403143, "icpsr": 14284, "wikipedia": "Norman D'Amours", "house_history": 11853, "wikidata": "Q1627254", "google_entity_id": "kg:/m/08yxss"}, "name": {"first": "Norman", "middle": "Edward", "last": "D'Amours"}, "bio": {"birthday": "1937-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "E000084", "thomas": "00337", "govtrack": 403777, "icpsr": 10721, "wikipedia": "Jack Edwards (American politician)", "house_history": 12702, "wikidata": "Q1671317", "google_entity_id": "kg:/m/026qn6z"}, "name": {"first": "William", "middle": "Jackson", "last": "Edwards", "nickname": "Jack"}, "bio": {"birthday": "1928-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "E000204", "thomas": "00351", "govtrack": 403891, "icpsr": 10722, "house_history": 12852, "wikipedia": "John N. Erlenborn", "wikidata": "Q7322924", "google_entity_id": "kg:/m/06bkwk"}, "name": {"first": "John", "middle": "Neal", "last": "Erlenborn"}, "bio": {"birthday": "1927-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "E000236", "thomas": "01327", "govtrack": 403920, "icpsr": 14916, "wikipedia": "Daniel J. Evans", "wikidata": "Q880613", "google_entity_id": "kg:/m/01nm3f"}, "name": {"first": "Daniel", "middle": "Jackson", "last": "Evans"}, "bio": {"birthday": "1925-10-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "WA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "F000088", "thomas": "00377", "govtrack": 404046, "icpsr": 14625, "wikipedia": "Geraldine Ferraro", "house_history": 13081, "wikidata": "Q229141", "google_entity_id": "kg:/m/01ht9c"}, "name": {"first": "Geraldine", "middle": "Anne", "last": "Ferraro"}, "bio": {"birthday": "1935-08-26", "gender": "F"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "F000286", "thomas": "00402", "govtrack": 404236, "icpsr": 12046, "wikipedia": "Edwin B. Forsythe", "house_history": 13333, "wikidata": "Q928043", "google_entity_id": "kg:/m/0272hsw"}, "name": {"first": "Edwin", "middle": "Bell", "last": "Forsythe"}, "bio": {"birthday": "1916-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NJ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1984-03-29", "state": "NJ", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "H000058", "thomas": "00483", "govtrack": 404943, "icpsr": 14880, "wikipedia": "Katie Hall", "house_history": 14359, "wikidata": "Q461615", "google_entity_id": "kg:/m/0fq0wx"}, "name": {"first": "Katie", "middle": "Beatrice", "last": "Hall"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IN", "district": 1, "party": "Democrat"}], "bio": {"birthday": "1938-04-03", "gender": "F"}}, {"id": {"bioguide": "H000144", "thomas": "00491", "govtrack": 405026, "icpsr": 14633, "wikipedia": "Kent Hance", "house_history": 14461, "wikidata": "Q1629347", "google_entity_id": "kg:/m/02xng7"}, "name": {"first": "Kent", "middle": "Ronald", "last": "Hance"}, "bio": {"birthday": "1942-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "H000171", "thomas": "00497", "govtrack": 405053, "icpsr": 10734, "house_history": 14495, "wikipedia": "George V. Hansen", "wikidata": "Q446709", "google_entity_id": "kg:/m/05_hbs"}, "name": {"first": "George", "middle": "Vernon", "last": "Hansen"}, "bio": {"birthday": "1930-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "ID", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "ID", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000269", "thomas": "00506", "govtrack": 405145, "icpsr": 15027, "wikipedia": "Frank G. Harrison", "house_history": 14617, "wikidata": "Q1443282", "google_entity_id": "kg:/m/0dn6x1"}, "name": {"first": "Frank", "middle": "Girard", "last": "Harrison"}, "bio": {"birthday": "1940-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "H000439", "thomas": "01357", "govtrack": 405305, "icpsr": 14913, "wikipedia": "Chic Hecht", "wikidata": "Q1071782", "google_entity_id": "kg:/m/03qv33"}, "name": {"first": "Jacob", "middle": "Chic", "last": "Hecht"}, "bio": {"birthday": "1928-11-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "NV", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000582", "thomas": "00536", "govtrack": 405444, "icpsr": 14234, "wikipedia": "Jack English Hightower", "house_history": 15003, "wikidata": "Q1677029", "google_entity_id": "kg:/m/0261v2z"}, "name": {"first": "Jack", "middle": "English", "last": "Hightower"}, "bio": {"birthday": "1926-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "J000013", "thomas": "01370", "govtrack": 405920, "icpsr": 4851, "house_history": 15709, "wikipedia": "Henry M. Jackson", "wikidata": "Q1345201", "google_entity_id": "kg:/m/01lm31"}, "name": {"first": "Henry", "middle": "Martin", "last": "Jackson", "nickname": "Scoop"}, "bio": {"birthday": "1912-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "WA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "WA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "WA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "WA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "WA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1983-09-01", "state": "WA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000025", "thomas": "00621", "govtrack": 406196, "icpsr": 11023, "wikipedia": "Abraham Kazen", "house_history": 16107, "wikidata": "Q330149", "google_entity_id": "kg:/m/027jcfb"}, "name": {"first": "Abraham", "last": "Kazen", "suffix": "Jr."}, "bio": {"birthday": "1919-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "K000304", "thomas": "00644", "govtrack": 406460, "icpsr": 14638, "wikipedia": "Raymond P. Kogovsek", "house_history": 16462, "wikidata": "Q253098", "google_entity_id": "kg:/m/02rjy7l"}, "name": {"first": "Raymond", "middle": "Peter", "last": "Kogovsek"}, "bio": {"birthday": "1941-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CO", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000265", "thomas": "00685", "govtrack": 406766, "icpsr": 14249, "house_history": 16923, "wikipedia": "Elliott H. Levitas", "wikidata": "Q1332310", "google_entity_id": "kg:/m/02rkyxc"}, "name": {"first": "Elliott", "middle": "Harris", "last": "Levitas"}, "bio": {"birthday": "1930-12-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "L000413", "thomas": "00703", "govtrack": 406904, "icpsr": 10601, "wikipedia": "Clarence Long", "house_history": 17107, "wikidata": "Q808693", "google_entity_id": "kg:/m/06g1bw"}, "name": {"first": "Clarence", "middle": "Dickinson", "last": "Long"}, "bio": {"birthday": "1908-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MD", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MD", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000143", "thomas": "00738", "govtrack": 407166, "icpsr": 14438, "wikipedia": "David Daniel Marriott", "house_history": 17503, "wikidata": "Q1174149", "google_entity_id": "kg:/m/02rm42v"}, "name": {"first": "David", "middle": "Daniel", "last": "Marriott"}, "bio": {"birthday": "1939-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "UT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "UT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "UT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "UT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000183", "thomas": "00741", "govtrack": 407204, "icpsr": 14035, "house_history": 17549, "wikipedia": "James G. Martin", "wikidata": "Q883193", "google_entity_id": "kg:/m/0281b9"}, "name": {"first": "James", "middle": "Grubbs", "last": "Martin"}, "bio": {"birthday": "1935-12-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NC", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "M000413", "thomas": "00767", "govtrack": 407413, "icpsr": 14252, "wikipedia": "Larry McDonald", "house_history": 17844, "wikidata": "Q162622", "google_entity_id": "kg:/m/02vhyv"}, "name": {"first": "Lawrence", "middle": "Patton", "last": "McDonald"}, "bio": {"birthday": "1935-04-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "GA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000589", "thomas": "00784", "govtrack": 407579, "icpsr": 15043, "house_history": 18060, "wikipedia": "James F. McNulty, Jr.", "wikidata": "Q1680357", "google_entity_id": "kg:/m/027n4h0"}, "name": {"first": "James", "middle": "Francis", "last": "McNulty", "suffix": "Jr."}, "bio": {"birthday": "1925-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AZ", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000635", "thomas": "00790", "govtrack": 407622, "icpsr": 12039, "wikipedia": "John Melcher", "house_history": 18119, "wikidata": "Q355894", "google_entity_id": "kg:/m/03plq9"}, "name": {"first": "John", "last": "Melcher"}, "bio": {"birthday": "1924-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MT", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "MT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "MT", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000796", "thomas": "00814", "govtrack": 407773, "icpsr": 10609, "wikipedia": "Joseph Minish", "house_history": 18327, "wikidata": "Q1707644", "google_entity_id": "kg:/m/07dt42"}, "name": {"first": "Joseph", "middle": "George", "last": "Minish"}, "bio": {"birthday": "1916-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NJ", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NJ", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "O000134", "thomas": "00882", "govtrack": 408386, "icpsr": 10760, "wikipedia": "Richard Ottinger", "house_history": 19232, "wikidata": "Q1558125", "google_entity_id": "kg:/m/063glr"}, "name": {"first": "Richard", "middle": "Lawrence", "last": "Ottinger"}, "bio": {"birthday": "1929-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "P000104", "thomas": "00894", "govtrack": 408512, "icpsr": 14850, "wikipedia": "William Neff Patman", "house_history": 19403, "wikidata": "Q1610970", "google_entity_id": "kg:/m/02rvb4x"}, "name": {"first": "William", "middle": "Neff", "last": "Patman"}, "bio": {"birthday": "1927-03-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "P000121", "thomas": "00898", "govtrack": 408529, "icpsr": 14266, "wikipedia": "Jerry M. Patterson", "house_history": 19425, "wikidata": "Q1687849", "google_entity_id": "kg:/m/02rhjn6"}, "name": {"first": "Jerry", "middle": "Mumford", "last": "Patterson"}, "bio": {"birthday": "1934-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 38, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 38, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 38, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 38, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 38, "party": "Democrat"}]}, {"id": {"bioguide": "P000230", "thomas": "00908", "govtrack": 408633, "icpsr": 7343, "house_history": 19564, "wikipedia": "Carl D. Perkins", "wikidata": "Q1037428", "google_entity_id": "kg:/m/03npg8"}, "name": {"first": "Carl", "middle": "Dewey", "last": "Perkins"}, "bio": {"birthday": "1912-10-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "KY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "P000546", "thomas": "00932", "govtrack": 408930, "icpsr": 14044, "wikipedia": "Joel Pritchard", "house_history": 19954, "wikidata": "Q1249126", "google_entity_id": "kg:/m/03dr_5"}, "name": {"first": "Joel", "middle": "McFee", "last": "Pritchard"}, "bio": {"birthday": "1925-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000553", "thomas": "01419", "govtrack": 408937, "icpsr": 7638, "wikipedia": "William Proxmire", "wikidata": "Q1894476", "google_entity_id": "kg:/m/02k47z"}, "name": {"first": "William", "last": "Proxmire"}, "bio": {"birthday": "1915-11-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1957-01-03", "end": "1959-01-03", "state": "WI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "WI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "WI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "WI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "WI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "WI", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000067", "thomas": "00946", "govtrack": 409047, "icpsr": 14653, "wikipedia": "William R. Ratchford", "house_history": 20164, "wikidata": "Q466746", "google_entity_id": "kg:/m/02rj_y6"}, "name": {"first": "William", "middle": "Richard", "last": "Ratchford"}, "bio": {"birthday": "1934-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CT", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CT", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CT", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000337", "thomas": "00970", "govtrack": 409308, "icpsr": 13036, "wikipedia": "J. Kenneth Robinson", "house_history": 20500, "wikidata": "Q302193", "google_entity_id": "kg:/m/02vp0fn"}, "name": {"first": "James", "middle": "Kenneth", "last": "Robinson"}, "bio": {"birthday": "1916-05-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "VA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "R000442", "thomas": "00987", "govtrack": 409406, "icpsr": 10551, "house_history": 20632, "wikipedia": "Benjamin Stanley Rosenthal", "wikidata": "Q1103401", "google_entity_id": "kg:/m/078yxm"}, "name": {"first": "Benjamin", "middle": "Stanley", "last": "Rosenthal"}, "bio": {"birthday": "1923-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "S000087", "thomas": "01021", "govtrack": 409599, "icpsr": 14450, "wikipedia": "Harold S. Sawyer", "house_history": 21241, "wikidata": "Q1585915", "google_entity_id": "kg:/m/027bnch"}, "name": {"first": "Harold", "middle": "Samuel", "last": "Sawyer"}, "bio": {"birthday": "1920-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000286", "thomas": "01045", "govtrack": 409785, "icpsr": 14658, "wikipedia": "James Shannon", "house_history": 21491, "wikidata": "Q1680820", "google_entity_id": "kg:/m/08rmf5"}, "name": {"first": "James", "middle": "Michael", "last": "Shannon"}, "bio": {"birthday": "1952-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "S000776", "thomas": "01438", "govtrack": 410242, "icpsr": 10562, "house_history": 22097, "wikipedia": "Robert Stafford", "wikidata": "Q433140", "google_entity_id": "kg:/m/05177v"}, "name": {"first": "Robert", "middle": "Theodore", "last": "Stafford"}, "bio": {"birthday": "1913-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "VT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000852", "thomas": "01439", "govtrack": 410315, "icpsr": 8883, "wikipedia": "John C. Stennis", "wikidata": "Q1699509", "google_entity_id": "kg:/m/01fyp6"}, "name": {"first": "John", "middle": "Cornelius", "last": "Stennis"}, "bio": {"birthday": "1901-08-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1947-01-03", "end": "1953-01-03", "state": "MS", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1953-01-03", "end": "1959-01-03", "state": "MS", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "MS", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "MS", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "MS", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "MS", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "MS", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000367", "thomas": "01169", "govtrack": 410936, "icpsr": 14456, "wikipedia": "Paul S. Trible Jr.", "house_history": 23084, "wikidata": "Q6215217", "google_entity_id": "kg:/m/05_rmm"}, "name": {"first": "Paul", "middle": "Seward", "last": "Trible", "suffix": "Jr."}, "bio": {"birthday": "1946-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "VA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "V000026", "thomas": "01182", "govtrack": 411121, "icpsr": 15074, "house_history": 20910, "wikipedia": "Tom Vandergriff", "wikidata": "Q547107", "google_entity_id": "kg:/m/0b3kfx"}, "name": {"first": "Tommy", "middle": "Joe", "last": "Vandergriff"}, "bio": {"birthday": "1926-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 26, "party": "Democrat"}]}, {"id": {"bioguide": "W000180", "thomas": "01204", "govtrack": 411353, "icpsr": 14866, "house_history": 23428, "wikipedia": "Harold Washington", "wikidata": "Q295584", "google_entity_id": "kg:/m/0b1cp"}, "name": {"first": "Harold", "last": "Washington"}, "bio": {"birthday": "1922-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000253", "thomas": "01453", "govtrack": 411421, "icpsr": 12032, "house_history": 23520, "wikipedia": "Lowell P. Weicker Jr.", "wikidata": "Q881318", "google_entity_id": "kg:/m/02jmd9"}, "name": {"first": "Lowell", "middle": "Palmer", "last": "Weicker", "suffix": "Jr."}, "bio": {"birthday": "1931-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "CT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "CT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "CT", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000528", "thomas": "01230", "govtrack": 411685, "icpsr": 14671, "wikipedia": "Lyle Williams", "house_history": 23843, "wikidata": "Q1878709", "google_entity_id": "kg:/m/0b_2wl"}, "name": {"first": "Lyle", "last": "Williams"}, "bio": {"birthday": "1942-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "W000636", "thomas": "01235", "govtrack": 411790, "icpsr": 11057, "house_history": 23973, "wikipedia": "Larry Winn", "wikidata": "Q1689332", "google_entity_id": "kg:/m/027n4yt"}, "name": {"first": "Edward", "middle": "Lawrence", "last": "Winn", "suffix": "Jr.", "nickname": "Larry"}, "bio": {"birthday": "1919-08-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "KS", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000686", "thomas": "01241", "govtrack": 411838, "wikipedia": "Antonio Borja Won Pat", "house_history": 24034, "wikidata": "Q600957", "google_entity_id": "kg:/m/01s_z9"}, "name": {"first": "Antonio", "middle": "Borja", "last": "Won Pat"}, "bio": {"birthday": "1908-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "GU", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "GU", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "GU", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "GU", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "GU", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "GU", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "Z000001", "thomas": "01261", "govtrack": 411994, "icpsr": 10463, "wikipedia": "Clement J. Zablocki", "house_history": 21111, "wikidata": "Q597630", "google_entity_id": "kg:/m/03vtv8"}, "name": {"first": "Clement", "middle": "John", "last": "Zablocki"}, "bio": {"birthday": "1912-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1983-12-03", "state": "WI", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "Z000013", "thomas": "01459", "govtrack": 412006, "icpsr": 14512, "wikipedia": "Edward Zorinsky", "wikidata": "Q265668", "google_entity_id": "kg:/m/067rsn"}, "name": {"first": "Edward", "last": "Zorinsky"}, "bio": {"birthday": "1928-11-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1976-12-28", "end": "1977-01-03", "state": "NE", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "NE", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1987-12-31", "state": "NE", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000052", "thomas": "00006", "govtrack": 400713, "icpsr": 10500, "wikipedia": "Joseph Patrick Addabbo", "house_history": 8328, "wikidata": "Q6286109", "google_entity_id": "kg:/m/09kfb1"}, "name": {"first": "Joseph", "middle": "Patrick", "last": "Addabbo"}, "bio": {"birthday": "1925-03-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "A000219", "thomas": "00029", "lis": "S134", "govtrack": 400927, "icpsr": 14002, "wikipedia": "William L. Armstrong", "house_history": 8566, "wikidata": "Q744037", "google_entity_id": "kg:/m/07wy4r"}, "name": {"first": "William", "middle": "Lester", "last": "Armstrong"}, "bio": {"birthday": "1937-03-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CO", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "CO", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "CO", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000160", "thomas": "00055", "govtrack": 401162, "icpsr": 14604, "wikipedia": "Michael D. Barnes", "house_history": 8977, "wikidata": "Q2793465", "google_entity_id": "kg:/m/0331b7"}, "name": {"first": "Michael", "middle": "Darr", "last": "Barnes"}, "bio": {"birthday": "1943-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MD", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MD", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MD", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MD", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "B000298", "thomas": "00071", "govtrack": 401291, "icpsr": 14205, "house_history": 9162, "wikipedia": "Berkley Bedell", "wikidata": "Q462008", "google_entity_id": "kg:/m/02rk746"}, "name": {"first": "Berkley", "middle": "Warren", "last": "Bedell"}, "bio": {"birthday": "1921-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000647", "thomas": "01288", "lis": "S135", "govtrack": 401611, "icpsr": 14701, "wikipedia": "Rudy Boschwitz", "wikidata": "Q216174", "google_entity_id": "kg:/m/01jhz_"}, "name": {"first": "Rudolph", "middle": "Eli", "last": "Boschwitz", "nickname": "Rudy"}, "bio": {"birthday": "1930-11-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1978-12-30", "end": "1979-01-03", "state": "MN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "MN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "MN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000079", "thomas": "00169", "govtrack": 402235, "icpsr": 14609, "house_history": 10545, "wikipedia": "Carroll A. Campbell Jr.", "wikidata": "Q11672", "google_entity_id": "kg:/m/050vw3"}, "name": {"first": "Carroll", "middle": "Ashmore", "last": "Campbell", "suffix": "Jr."}, "bio": {"birthday": "1940-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "SC", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "C000165", "thomas": "00178", "govtrack": 402313, "icpsr": 14610, "house_history": 10660, "wikipedia": "William Carney (politician)", "wikidata": "Q82476", "google_entity_id": "kg:/m/0gknfj"}, "name": {"first": "William", "last": "Carney"}, "bio": {"birthday": "1942-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000322", "thomas": "00192", "govtrack": 402464, "icpsr": 14805, "wikipedia": "Eugene A. Chappie", "house_history": 10857, "wikidata": "Q1373041", "google_entity_id": "kg:/m/026vwnr"}, "name": {"first": "Eugene", "middle": "A.", "last": "Chappie"}, "bio": {"birthday": "1920-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000555", "thomas": "00210", "govtrack": 402688, "icpsr": 15091, "wikipedia": "Bill Cobey", "house_history": 11143, "wikidata": "Q862019", "google_entity_id": "kg:/m/02fppy"}, "name": {"first": "William", "middle": "Wilfred", "last": "Cobey", "suffix": "Jr."}, "bio": {"birthday": "1939-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NC", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "E000033", "thomas": "00332", "govtrack": 403728, "icpsr": 15097, "house_history": 12641, "wikipedia": "Fred J. Eckert", "wikidata": "Q5495555", "google_entity_id": "kg:/m/078xv_"}, "name": {"first": "Fred", "middle": "J.", "last": "Eckert"}, "bio": {"birthday": "1941-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 30, "party": "Republican"}]}, {"id": {"bioguide": "E000043", "thomas": "00334", "govtrack": 403738, "icpsr": 14217, "house_history": 12653, "wikipedia": "Robert W. Edgar", "wikidata": "Q7350664", "google_entity_id": "kg:/m/09nkpt"}, "name": {"first": "Robert", "middle": "William", "last": "Edgar"}, "bio": {"birthday": "1943-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "E000259", "thomas": "00358", "govtrack": 403940, "icpsr": 14820, "wikipedia": "T. Cooper Evans", "house_history": 12919, "wikidata": "Q2383288", "google_entity_id": "kg:/m/02rk85x"}, "name": {"first": "Thomas", "middle": "Cooper", "last": "Evans"}, "bio": {"birthday": "1924-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000102", "thomas": "00378", "govtrack": 404059, "icpsr": 14821, "house_history": 13103, "wikipedia": "Bobbi Fiedler", "wikidata": "Q512163", "google_entity_id": "kg:/m/08v5_h"}, "name": {"first": "Bobbi", "last": "Fiedler"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 21, "party": "Republican"}], "bio": {"birthday": "1937-04-22", "gender": "F"}}, {"id": {"bioguide": "F000347", "thomas": "00408", "govtrack": 404295, "icpsr": 15025, "wikipedia": "Webb Franklin", "house_history": 13409, "wikidata": "Q1792585", "google_entity_id": "kg:/m/02rtq_v"}, "name": {"first": "William", "middle": "Webster", "last": "Franklin"}, "bio": {"birthday": "1941-12-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MS", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000430", "thomas": "00422", "govtrack": 404371, "icpsr": 10587, "house_history": 13517, "wikipedia": "Don Fuqua", "wikidata": "Q1239153", "google_entity_id": "kg:/m/0286dl2"}, "name": {"first": "Don", "last": "Fuqua"}, "bio": {"birthday": "1933-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "FL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "FL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000499", "thomas": "00470", "govtrack": 404844, "icpsr": 15102, "house_history": 14191, "wikipedia": "John E. Grotberg", "wikidata": "Q7482888", "google_entity_id": "kg:/m/026y_q5"}, "name": {"first": "John", "last": "Grotberg"}, "bio": {"birthday": "1925-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "H000070", "thomas": "00485", "govtrack": 404954, "icpsr": 14291, "wikipedia": "Sam B. Hall Jr.", "house_history": 14374, "wikidata": "Q1656192", "google_entity_id": "kg:/m/02q3qz"}, "name": {"first": "Sam", "middle": "Blakeley", "last": "Hall", "suffix": "Jr."}, "bio": {"birthday": "1924-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000302", "thomas": "00508", "govtrack": 405175, "icpsr": 14830, "wikipedia": "Thomas F. Hartnett", "house_history": 14658, "wikidata": "Q1387561", "google_entity_id": "kg:/m/02vp04q"}, "name": {"first": "Thomas", "middle": "Forbes", "last": "Hartnett"}, "bio": {"birthday": "1941-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "SC", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000449", "thomas": "00526", "govtrack": 405314, "icpsr": 14425, "wikipedia": "Cecil Heftel", "house_history": 14839, "wikidata": "Q1052306", "google_entity_id": "kg:/m/03cwkx"}, "name": {"first": "Cecil", "middle": "Landau", "last": "Heftel"}, "bio": {"birthday": "1924-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "HI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000490", "thomas": "00531", "govtrack": 405353, "icpsr": 14832, "house_history": 14888, "wikipedia": "Bill Hendon", "wikidata": "Q862185", "google_entity_id": "kg:/m/0dv94g"}, "name": {"first": "William", "middle": "Martin", "last": "Hendon"}, "bio": {"birthday": "1944-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NC", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NC", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "H000624", "thomas": "00540", "govtrack": 405482, "icpsr": 13018, "wikipedia": "Elwood Hillis", "house_history": 15056, "wikidata": "Q527220", "google_entity_id": "kg:/m/02rkfql"}, "name": {"first": "Elwood", "middle": "Haynes", "last": "Hillis"}, "bio": {"birthday": "1926-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IN", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000747", "thomas": "00555", "govtrack": 405598, "icpsr": 14021, "wikipedia": "Marjorie Holt", "house_history": 15207, "wikidata": "Q1619314", "google_entity_id": "kg:/m/06h0dd"}, "name": {"first": "Marjorie", "middle": "Sewell", "last": "Holt"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MD", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MD", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MD", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MD", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MD", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MD", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MD", "district": 4, "party": "Republican"}], "bio": {"birthday": "1920-09-17", "gender": "F"}}, {"id": {"bioguide": "H000951", "thomas": "01365", "lis": "S138", "govtrack": 405795, "icpsr": 14706, "wikipedia": "Gordon J. Humphrey", "wikidata": "Q5585350", "google_entity_id": "kg:/m/079ft1"}, "name": {"first": "Gordon", "middle": "John", "last": "Humphrey"}, "bio": {"birthday": "1940-10-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "NH", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1990-12-04", "state": "NH", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "J000232", "thomas": "00609", "govtrack": 406125, "icpsr": 14026, "house_history": 15985, "wikipedia": "James Robert Jones", "wikidata": "Q1268791", "google_entity_id": "kg:/m/0ks0y7"}, "name": {"first": "James", "middle": "Robert", "last": "Jones"}, "bio": {"birthday": "1939-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OK", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OK", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OK", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OK", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OK", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OK", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OK", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "K000190", "thomas": "00633", "govtrack": 406351, "icpsr": 14245, "wikipedia": "Tom Kindness", "house_history": 16316, "wikidata": "Q7816469", "google_entity_id": "kg:/m/03dh7t"}, "name": {"first": "Thomas", "middle": "Norman", "last": "Kindness"}, "bio": {"birthday": "1929-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "K000322", "thomas": "00650", "govtrack": 406476, "icpsr": 14639, "house_history": 16486, "wikipedia": "Ken Kramer", "wikidata": "Q952575", "google_entity_id": "kg:/m/026w9g8"}, "name": {"first": "Kenneth", "middle": "Bentley", "last": "Kramer"}, "bio": {"birthday": "1942-02-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CO", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "L000396", "thomas": "00700", "govtrack": 406888, "icpsr": 14645, "house_history": 17085, "wikipedia": "Tom Loeffler", "wikidata": "Q2439827", "google_entity_id": "kg:/m/027jj85"}, "name": {"first": "Thomas", "middle": "Gilbert", "last": "Loeffler"}, "bio": {"birthday": "1946-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "L000411", "thomas": "00702", "govtrack": 406902, "icpsr": 15128, "wikipedia": "Catherine Small Long", "house_history": 17104, "wikidata": "Q518515", "google_entity_id": "kg:/m/0ds8rr"}, "name": {"first": "Catherine", "middle": "Small", "last": "Long"}, "bio": {"birthday": "1924-02-07", "gender": "F"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "LA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "L000417", "thomas": "00704", "govtrack": 406908, "icpsr": 10602, "wikipedia": "Gillis William Long", "house_history": 17112, "wikidata": "Q1524616", "google_entity_id": "kg:/m/0c8yhj"}, "name": {"first": "Gillis", "middle": "William", "last": "Long"}, "bio": {"birthday": "1923-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "LA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "LA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "L000516", "thomas": "00716", "govtrack": 407002, "icpsr": 14289, "wikipedia": "Stan Lundine", "house_history": 17236, "wikidata": "Q7597768", "google_entity_id": "kg:/m/06zcsl"}, "name": {"first": "Stanley", "middle": "Nelson", "last": "Lundine"}, "bio": {"birthday": "1939-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 39, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 39, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 39, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 39, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 34, "party": "Democrat"}]}, {"id": {"bioguide": "M000346", "thomas": "01394", "lis": "S063", "govtrack": 407355, "icpsr": 11029, "wikipedia": "James A. McClure", "house_history": 17757, "wikidata": "Q955218", "google_entity_id": "kg:/m/05th7r"}, "name": {"first": "James", "middle": "Albertus", "last": "McClure"}, "bio": {"birthday": "1924-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "ID", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "ID", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "ID", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000512", "thomas": "00779", "govtrack": 407506, "icpsr": 15042, "house_history": 17967, "wikipedia": "John R. McKernan Jr.", "wikidata": "Q880786", "google_entity_id": "kg:/m/02hdvy"}, "name": {"first": "John", "middle": "Rettie", "last": "McKernan", "suffix": "Jr."}, "bio": {"birthday": "1948-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "ME", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "ME", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000826", "thomas": "00818", "govtrack": 407801, "icpsr": 13031, "wikipedia": "Parren Mitchell", "house_history": 18367, "wikidata": "Q2695539", "google_entity_id": "kg:/m/06hbw2"}, "name": {"first": "Parren", "middle": "James", "last": "Mitchell"}, "bio": {"birthday": "1922-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MD", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000860", "thomas": "00826", "govtrack": 407833, "icpsr": 15111, "wikipedia": "David Smith Monson", "house_history": 18413, "wikidata": "Q1176676", "google_entity_id": "kg:/m/02rm43j"}, "name": {"first": "David", "middle": "Smith", "last": "Monson"}, "bio": {"birthday": "1945-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "UT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000923", "thomas": "00829", "govtrack": 407894, "icpsr": 14259, "wikipedia": "Henson Moore", "house_history": 18489, "wikidata": "Q1607589", "google_entity_id": "kg:/m/09jzs0"}, "name": {"first": "William", "middle": "Henson", "last": "Moore", "suffix": "III"}, "bio": {"birthday": "1939-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "LA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "LA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "LA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "LA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "LA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "LA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "O000010", "thomas": "00872", "govtrack": 408261, "icpsr": 14041, "wikipedia": "George M. O'Brien", "house_history": 19083, "wikidata": "Q3101801", "google_entity_id": "kg:/m/026z3mn"}, "name": {"first": "George", "middle": "Miller", "last": "O'Brien"}, "bio": {"birthday": "1917-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "O000098", "thomas": "00874", "govtrack": 408307, "icpsr": 7081, "house_history": 19187, "wikipedia": "Tip O'Neill", "wikidata": "Q2094491", "google_entity_id": "kg:/m/01ncrk"}, "name": {"first": "Thomas", "middle": "Phillip", "last": "O'Neill", "suffix": "Jr.", "nickname": "Tip"}, "bio": {"birthday": "1912-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "R000495", "thomas": "01000", "govtrack": 409454, "icpsr": 14449, "house_history": 20698, "wikipedia": "Eldon Rudd", "wikidata": "Q1325628", "google_entity_id": "kg:/m/027n2r9"}, "name": {"first": "Eldon", "middle": "Dean", "last": "Rudd"}, "bio": {"birthday": "1920-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AZ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AZ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AZ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AZ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AZ", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000230", "thomas": "01040", "govtrack": 409735, "icpsr": 13040, "wikipedia": "John F. Seiberling", "house_history": 21420, "wikidata": "Q1617485", "google_entity_id": "kg:/m/0b_2_p"}, "name": {"first": "John", "middle": "Frederick", "last": "Seiberling"}, "bio": {"birthday": "1918-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "S000409", "thomas": "01058", "govtrack": 409903, "icpsr": 14872, "house_history": 21646, "wikipedia": "Mark D. Siljander", "wikidata": "Q1451920", "google_entity_id": "kg:/m/08k21k"}, "name": {"first": "Mark", "middle": "Deli", "last": "Siljander"}, "bio": {"birthday": "1951-06-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000669", "thomas": "01086", "govtrack": 410142, "icpsr": 10626, "wikipedia": "Gene Snyder", "house_history": 21964, "wikidata": "Q1501445", "google_entity_id": "kg:/m/08pnqh"}, "name": {"first": "Marion", "middle": "Gene", "last": "Snyder"}, "bio": {"birthday": "1928-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "KY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S000991", "thomas": "01116", "govtrack": 410449, "icpsr": 15118, "wikipedia": "Michael L. Strang", "house_history": 22366, "wikidata": "Q956834", "google_entity_id": "kg:/m/02rjxb0"}, "name": {"first": "Michael", "middle": "Lathrop", "last": "Strang"}, "bio": {"birthday": "1929-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CO", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000038", "thomas": "01194", "govtrack": 411218, "icpsr": 15244, "wikipedia": "Alton R. Waldon Jr.", "house_history": 23263, "wikidata": "Q1027684", "google_entity_id": "kg:/m/0fq1cv"}, "name": {"first": "Alton", "middle": "R.", "last": "Waldon", "suffix": "Jr."}, "bio": {"birthday": "1936-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "W000227", "thomas": "01210", "govtrack": 411395, "icpsr": 14281, "wikipedia": "Jim Weaver (Oregon politician)", "house_history": 23490, "wikidata": "Q1680504", "google_entity_id": "kg:/m/0ks_q1"}, "name": {"first": "James", "middle": "Howard", "last": "Weaver"}, "bio": {"birthday": "1927-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OR", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000406", "thomas": "01221", "govtrack": 411566, "icpsr": 12033, "wikipedia": "G. William Whitehurst", "house_history": 23696, "wikidata": "Q1484335", "google_entity_id": "kg:/m/02q8crw"}, "name": {"first": "George", "middle": "William", "last": "Whitehurst"}, "bio": {"birthday": "1925-03-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "VA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000419", "thomas": "01223", "govtrack": 411578, "icpsr": 14464, "wikipedia": "Charles Orville Whitley", "house_history": 23711, "wikidata": "Q1065683", "google_entity_id": "kg:/m/05k3wg"}, "name": {"first": "Charles", "middle": "Orville", "last": "Whitley"}, "bio": {"birthday": "1927-01-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "Y000051", "thomas": "01259", "govtrack": 411983, "icpsr": 14465, "house_history": 21091, "wikipedia": "Robert A. Young", "wikidata": "Q1570026", "google_entity_id": "kg:/m/09838w"}, "name": {"first": "Robert", "middle": "Anton", "last": "Young", "suffix": "III"}, "bio": {"birthday": "1923-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "Z000014", "thomas": "01266", "govtrack": 412007, "icpsr": 15078, "house_history": 21129, "wikipedia": "Ed Zschau", "wikidata": "Q112534", "google_entity_id": "kg:/m/08dzvs"}, "name": {"first": "Edwin", "middle": "Van Wyck", "last": "Zschau"}, "bio": {"birthday": "1940-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "S000055", "thomas": "01427", "lis": "S178", "govtrack": 409562, "icpsr": 15504, "wikipedia": "Terry Sanford", "wikidata": "Q878810", "google_entity_id": "kg:/m/026pyf"}, "name": {"first": "James", "middle": "Terry", "last": "Sanford"}, "bio": {"birthday": "1917-08-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1986-11-05", "end": "1987-01-03", "state": "NC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "NC", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000966", "thomas": "00138", "govtrack": 401918, "icpsr": 10574, "wikipedia": "Jim Broyhill", "house_history": 10025, "wikidata": "Q1689050", "google_entity_id": "kg:/m/02km7d"}, "name": {"first": "James", "middle": "Thomas", "last": "Broyhill"}, "bio": {"birthday": "1927-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1986-07-14", "state": "NC", "district": 10, "party": "Republican"}, {"type": "sen", "start": "1986-07-14", "end": "1986-11-04", "state": "NC", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "A000031", "thomas": "00005", "lis": "S180", "govtrack": 400692, "icpsr": 10700, "house_history": 8296, "wikipedia": "Brock Adams", "wikidata": "Q357718", "google_entity_id": "kg:/m/03vw3c"}, "name": {"first": "Brockman", "last": "Adams", "nickname": "Brock"}, "bio": {"birthday": "1927-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "WA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000024", "thomas": "00039", "govtrack": 401029, "icpsr": 14403, "wikipedia": "Robert Badham", "house_history": 8804, "wikidata": "Q1428544", "google_entity_id": "kg:/m/09yq83"}, "name": {"first": "Robert", "middle": "Edward", "last": "Badham"}, "bio": {"birthday": "1929-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 40, "party": "Republican"}]}, {"id": {"bioguide": "B000432", "thomas": "00085", "govtrack": 401418, "icpsr": 12003, "house_history": 9336, "wikipedia": "Mario Biaggi", "wikidata": "Q11880937", "google_entity_id": "kg:/m/057h8c"}, "name": {"first": "Mario", "last": "Biaggi"}, "bio": {"birthday": "1917-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "B000600", "thomas": "00104", "govtrack": 401568, "icpsr": 830, "wikipedia": "Edward Boland", "house_history": 9555, "wikidata": "Q1291728", "google_entity_id": "kg:/m/03vvm1"}, "name": {"first": "Edward", "middle": "Patrick", "last": "Boland"}, "bio": {"birthday": "1911-10-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000615", "thomas": "00106", "govtrack": 401582, "icpsr": 14607, "wikipedia": "Bill Boner", "house_history": 9576, "wikidata": "Q861949", "google_entity_id": "kg:/m/03z93s"}, "name": {"first": "William", "middle": "Hill", "last": "Boner"}, "bio": {"birthday": "1945-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000620", "thomas": "00109", "govtrack": 401585, "icpsr": 14208, "wikipedia": "Don Bonker", "house_history": 9585, "wikidata": "Q945708", "google_entity_id": "kg:/m/0cjp53"}, "name": {"first": "Don", "middle": "Leroy", "last": "Bonker"}, "bio": {"birthday": "1937-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000666", "thomas": "00114", "govtrack": 401628, "icpsr": 15087, "house_history": 9646, "wikipedia": "Beau Boulter", "wikidata": "Q813329", "google_entity_id": "kg:/m/0c29_k"}, "name": {"first": "Eldon", "middle": "Beau", "last": "Boulter"}, "bio": {"birthday": "1942-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "B001158", "thomas": "00157", "govtrack": 402100, "icpsr": 15080, "wikipedia": "Sala Burton", "house_history": 10266, "wikidata": "Q1717753", "google_entity_id": "kg:/m/0dnq9j"}, "name": {"first": "Sala", "middle": "Galante", "last": "Burton"}, "terms": [{"type": "rep", "start": "1983-06-21", "end": "1985-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1987-02-01", "state": "CA", "district": 5, "party": "Democrat"}], "bio": {"birthday": "1925-04-01", "gender": "F"}}, {"id": {"bioguide": "C000321", "thomas": "00191", "govtrack": 402463, "icpsr": 12007, "wikipedia": "William V. Chappell Jr.", "house_history": 10856, "wikidata": "Q999912", "google_entity_id": "kg:/m/02rk020"}, "name": {"first": "William", "middle": "Venroe", "last": "Chappell", "suffix": "Jr."}, "bio": {"birthday": "1922-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "C000877", "thomas": "01311", "lis": "S023", "govtrack": 402990, "icpsr": 12103, "wikipedia": "Alan Cranston", "wikidata": "Q1994957", "google_entity_id": "kg:/m/02rbm2"}, "name": {"first": "Alan", "last": "Cranston"}, "bio": {"birthday": "1914-06-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "CA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "CA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "CA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "CA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000038", "thomas": "00261", "govtrack": 403178, "icpsr": 12011, "wikipedia": "Dan Daniel (politician)", "house_history": 11876, "wikidata": "Q1159044", "google_entity_id": "kg:/m/02vp0dm"}, "name": {"first": "Wilbur", "middle": "Clarence", "last": "Daniel", "nickname": "Dan"}, "bio": {"birthday": "1914-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "VA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "D000065", "thomas": "00268", "govtrack": 403203, "icpsr": 14810, "house_history": 11911, "wikipedia": "Hal Daub", "wikidata": "Q1570100", "google_entity_id": "kg:/m/0clcr6"}, "name": {"first": "Harold", "middle": "John, Jr.,", "last": "Daub", "nickname": "Hal"}, "bio": {"birthday": "1941-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NE", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000106", "thomas": "00270", "govtrack": 403242, "icpsr": 15409, "wikipedia": "Jack Davis (Illinois politician)", "house_history": 11962, "wikidata": "Q3157160", "google_entity_id": "kg:/m/0951hy"}, "name": {"first": "Jack", "last": "Davis"}, "bio": {"birthday": "1935-09-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000359", "thomas": "00300", "govtrack": 403476, "icpsr": 15095, "house_history": 12274, "wikipedia": "Joseph J. DioGuardi", "wikidata": "Q1390725", "google_entity_id": "kg:/m/0c61cj"}, "name": {"first": "Joseph", "middle": "J.", "last": "DioGuardi"}, "bio": {"birthday": "1940-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "D000366", "thomas": "01317", "lis": "S149", "govtrack": 403483, "icpsr": 14902, "wikipedia": "Alan J. Dixon", "wikidata": "Q1886056", "google_entity_id": "kg:/m/049q6m"}, "name": {"first": "Alan", "middle": "John", "last": "Dixon"}, "bio": {"birthday": "1927-07-07", "gender": "M"}, "terms": [{"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "IL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "IL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000466", "thomas": "00313", "govtrack": 403576, "icpsr": 14874, "house_history": 12416, "wikipedia": "Wayne Dowdy", "wikidata": "Q2553048", "google_entity_id": "kg:/m/026w67k"}, "name": {"first": "Charles", "middle": "Wayne", "last": "Dowdy"}, "bio": {"birthday": "1943-07-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MS", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "D000534", "thomas": "00321", "govtrack": 403641, "icpsr": 10719, "wikipedia": "John Duncan Sr.", "house_history": 12494, "wikidata": "Q521377", "google_entity_id": "kg:/m/0450pg"}, "name": {"first": "John", "middle": "James", "last": "Duncan"}, "bio": {"birthday": "1919-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1988-06-21", "state": "TN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000329", "thomas": "00405", "lis": "S183", "govtrack": 404277, "icpsr": 14467, "house_history": 13387, "wikipedia": "Wyche Fowler", "wikidata": "Q446778", "google_entity_id": "kg:/m/03n_n0"}, "name": {"first": "Wyche", "last": "Fowler", "suffix": "Jr."}, "bio": {"birthday": "1940-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "GA", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "GA", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000072", "thomas": "01338", "lis": "S034", "govtrack": 404444, "icpsr": 14303, "wikipedia": "Jake Garn", "wikidata": "Q519256", "google_entity_id": "kg:/m/02ptw3"}, "name": {"first": "Edwin", "middle": "Jacob", "last": "Garn", "nickname": "Jake"}, "bio": {"birthday": "1932-10-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1974-12-21", "end": "1975-01-03", "state": "UT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "UT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "UT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "UT", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000400", "thomas": "00459", "govtrack": 404750, "icpsr": 15101, "wikipedia": "Kenneth J. Gray", "house_history": 14069, "wikidata": "Q6390241", "google_entity_id": "kg:/m/02rkbwh"}, "name": {"first": "Kenneth", "middle": "James", "last": "Gray"}, "bio": {"birthday": "1924-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "H000840", "thomas": "00564", "govtrack": 405687, "icpsr": 10739, "wikipedia": "James J. Howard", "house_history": 15324, "wikidata": "Q1680620", "google_entity_id": "kg:/m/0720s2"}, "name": {"first": "James", "middle": "John", "last": "Howard"}, "bio": {"birthday": "1927-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NJ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NJ", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "J000216", "thomas": "00608", "govtrack": 406111, "icpsr": 12038, "house_history": 15965, "wikipedia": "Ed Jones (U.S. politician)", "wikidata": "Q772265", "google_entity_id": "kg:/m/042zd6"}, "name": {"first": "Ed", "last": "Jones"}, "bio": {"birthday": "1912-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TN", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "K000011", "thomas": "01374", "govtrack": 406183, "icpsr": 15505, "wikipedia": "David Karnes", "wikidata": "Q5235859", "google_entity_id": "kg:/m/07qbbn"}, "name": {"first": "David", "middle": "Kemp", "last": "Karnes"}, "bio": {"birthday": "1948-12-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1987-01-06", "end": "1989-01-03", "state": "NE", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "K000019", "thomas": "00619", "lis": "S155", "govtrack": 406190, "icpsr": 14242, "wikipedia": "Bob Kasten", "house_history": 16100, "wikidata": "Q368462", "google_entity_id": "kg:/m/03vwyr"}, "name": {"first": "Robert", "middle": "Walter", "last": "Kasten", "suffix": "Jr."}, "bio": {"birthday": "1942-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WI", "district": 9, "party": "Republican"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "WI", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "WI", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "K000086", "thomas": "00625", "govtrack": 406255, "icpsr": 13020, "wikipedia": "Jack Kemp", "house_history": 16187, "wikidata": "Q357676", "google_entity_id": "kg:/m/0444x"}, "name": {"first": "Jack", "middle": "French", "last": "Kemp"}, "bio": {"birthday": "1935-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 31, "party": "Republican"}]}, {"id": {"bioguide": "K000309", "thomas": "00647", "govtrack": 406463, "icpsr": 15428, "wikipedia": "Ernie Konnyu", "house_history": 16469, "wikidata": "Q1356917", "google_entity_id": "kg:/m/028bdbd"}, "name": {"first": "Ernest", "middle": "Leslie", "last": "Konnyu"}, "bio": {"birthday": "1937-05-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "L000116", "thomas": "00668", "govtrack": 406622, "icpsr": 5495, "wikipedia": "Del Latta", "house_history": 16742, "wikidata": "Q2086673", "google_entity_id": "kg:/m/07g57t"}, "name": {"first": "Delbert", "middle": "Leroy", "last": "Latta"}, "bio": {"birthday": "1920-03-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "L000486", "thomas": "00710", "govtrack": 406974, "icpsr": 14646, "wikipedia": "Mike Lowry", "house_history": 17199, "wikidata": "Q880280", "google_entity_id": "kg:/m/02sx_0"}, "name": {"first": "Michael", "middle": "Edward", "last": "Lowry"}, "bio": {"birthday": "1939-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "L000506", "thomas": "00712", "govtrack": 406992, "icpsr": 12022, "wikipedia": "Manuel Lujan Jr.", "house_history": 17223, "wikidata": "Q445980", "google_entity_id": "kg:/m/038nvz"}, "name": {"first": "Manuel", "last": "Luj\u00e1n", "suffix": "Jr."}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NM", "district": 1, "party": "Republican"}], "bio": {"birthday": "1928-05-12", "gender": "M"}}, {"id": {"bioguide": "M000023", "thomas": "00722", "govtrack": 407051, "icpsr": 15038, "house_history": 17357, "wikipedia": "Buddy MacKay", "wikidata": "Q362669", "google_entity_id": "kg:/m/035_dy"}, "name": {"first": "Kenneth", "middle": "Hood", "last": "MacKay", "suffix": "Jr.", "nickname": "Buddy"}, "bio": {"birthday": "1933-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000527", "thomas": "00781", "govtrack": 407519, "icpsr": 13029, "wikipedia": "Stewart McKinney (politician)", "house_history": 17986, "wikidata": "Q1482569", "google_entity_id": "kg:/m/05scv7"}, "name": {"first": "Stewart", "middle": "Brett", "last": "McKinney"}, "bio": {"birthday": "1931-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CT", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M000688", "thomas": "00799", "govtrack": 407673, "icpsr": 14648, "house_history": 18187, "wikipedia": "Dan Mica", "wikidata": "Q1159861", "google_entity_id": "kg:/m/0gwhq4"}, "name": {"first": "Daniel", "middle": "Andrew", "last": "Mica"}, "bio": {"birthday": "1944-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "N000095", "thomas": "00863", "govtrack": 408180, "icpsr": 11037, "house_history": 18951, "wikipedia": "William Flynt Nichols", "wikidata": "Q862339", "google_entity_id": "kg:/m/0gghy6"}, "name": {"first": "William", "middle": "Flynt", "last": "Nichols"}, "bio": {"gender": "M", "birthday": "1918-10-16"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000522", "thomas": "00929", "govtrack": 408907, "icpsr": 7610, "house_history": 19925, "wikipedia": "Charles Melvin Price", "wikidata": "Q5080900", "google_entity_id": "kg:/m/039_40"}, "name": {"first": "Charles", "middle": "Melvin", "last": "Price"}, "bio": {"birthday": "1905-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "IL", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "IL", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 21, "party": "Democrat"}]}, {"id": {"bioguide": "Q000007", "thomas": "00935", "govtrack": 408970, "icpsr": 14447, "wikipedia": "Dan Quayle", "house_history": 20050, "wikidata": "Q49214", "google_entity_id": "kg:/m/041w4"}, "name": {"first": "James", "middle": "Danforth", "last": "Quayle", "nickname": "Dan"}, "bio": {"birthday": "1947-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "IN", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1987-01-06", "end": "1989-12-31", "state": "IN", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000374", "thomas": "00973", "govtrack": 409344, "icpsr": 8010, "house_history": 20545, "wikipedia": "Peter W. Rodino", "wikidata": "Q2078864", "google_entity_id": "kg:/m/02gqtn"}, "name": {"first": "Peter", "middle": "Wallace", "last": "Rodino", "suffix": "Jr."}, "bio": {"birthday": "1909-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NJ", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "R000384", "thomas": "00975", "govtrack": 409354, "icpsr": 14853, "votesmart": 128775, "house_history": 20558, "wikipedia": "Buddy Roemer", "wikidata": "Q878651", "google_entity_id": "kg:/m/02pq9s"}, "name": {"first": "Charles", "middle": "Elson", "last": "Roemer", "suffix": "III", "nickname": "Buddy"}, "bio": {"birthday": "1943-10-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "R000497", "thomas": "01426", "lis": "S160", "govtrack": 409456, "icpsr": 14909, "wikipedia": "Warren Rudman", "wikidata": "Q60547", "google_entity_id": "kg:/m/02jf8q"}, "name": {"first": "Warren", "middle": "Bruce", "last": "Rudman"}, "bio": {"birthday": "1930-05-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1980-12-29", "end": "1981-01-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "NH", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000762", "thomas": "01093", "govtrack": 410231, "icpsr": 10561, "wikipedia": "Fernand St. Germain", "house_history": 22078, "wikidata": "Q1406540", "google_entity_id": "kg:/m/02rlcj5"}, "name": {"first": "Fernand", "middle": "Joseph", "last": "St. Germain"}, "bio": {"birthday": "1928-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "RI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000997", "thomas": "01117", "govtrack": 410455, "icpsr": 9017, "house_history": 22372, "wikipedia": "Samuel S. Stratton", "wikidata": "Q7412555", "google_entity_id": "kg:/m/09y2_y"}, "name": {"first": "Samuel", "middle": "Studdiford", "last": "Stratton"}, "bio": {"birthday": "1916-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "S001077", "thomas": "01126", "govtrack": 410531, "wikipedia": "Fof\u00f3 Iosefa Fiti Sunia", "house_history": 22470, "wikidata": "Q3880333", "google_entity_id": "kg:/m/01s_jg"}, "name": {"first": "Fof\u00f3", "middle": "Iosefa Fiti", "last": "Sunia"}, "bio": {"birthday": "1937-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AS", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AS", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AS", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AS", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "S001101", "thomas": "01127", "govtrack": 410553, "icpsr": 15119, "wikipedia": "Mac Sweeney", "house_history": 22498, "wikidata": "Q1882489", "google_entity_id": "kg:/m/02x3_wv"}, "name": {"first": "David", "middle": "McCann", "last": "Sweeney", "nickname": "Mac"}, "bio": {"birthday": "1955-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "S001122", "thomas": "01130", "govtrack": 410574, "icpsr": 15120, "wikipedia": "Pat Swindall", "house_history": 22523, "wikidata": "Q1747068", "google_entity_id": "kg:/m/026vqpg"}, "name": {"first": "Patrick", "middle": "Lynn", "last": "Swindall"}, "bio": {"birthday": "1950-10-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "GA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "GA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S001138", "thomas": "01132", "lis": "S162", "govtrack": 410588, "icpsr": 14056, "wikipedia": "Steve Symms", "house_history": 22539, "wikidata": "Q529753", "google_entity_id": "kg:/m/05tcnp"}, "name": {"first": "Steven", "middle": "Douglas", "last": "Symms"}, "bio": {"birthday": "1938-04-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "ID", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "ID", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "T000075", "thomas": "01143", "govtrack": 410659, "icpsr": 14057, "wikipedia": "Gene Taylor (Missouri politician)", "house_history": 22728, "wikidata": "Q1501454", "google_entity_id": "kg:/m/02rzb30"}, "name": {"first": "Gene", "last": "Taylor"}, "bio": {"birthday": "1928-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MO", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "W000647", "thomas": "01236", "lis": "S181", "govtrack": 411801, "icpsr": 14282, "wikipedia": "Tim Wirth", "house_history": 23986, "wikidata": "Q1027431", "google_entity_id": "kg:/m/0g8dy"}, "name": {"first": "Timothy", "middle": "E.", "last": "Wirth"}, "bio": {"birthday": "1939-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "CO", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000752", "thomas": "01243", "govtrack": 411901, "icpsr": 14870, "wikipedia": "George C. Wortley", "house_history": 24113, "wikidata": "Q5537601", "google_entity_id": "kg:/m/0gkqrs"}, "name": {"first": "George", "middle": "Cornelius", "last": "Wortley"}, "bio": {"birthday": "1926-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 32, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "B000236", "thomas": "00065", "govtrack": 401231, "icpsr": 15004, "wikipedia": "Jim Bates (politician)", "house_history": 9081, "wikidata": "Q1689035", "google_entity_id": "kg:/m/05762n"}, "name": {"first": "Jim", "last": "Bates"}, "bio": {"birthday": "1941-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 44, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 44, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 44, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 44, "party": "Democrat"}]}, {"id": {"bioguide": "B000401", "thomas": "01282", "lis": "S009", "govtrack": 401391, "icpsr": 660, "house_history": 9296, "wikipedia": "Lloyd Bentsen", "wikidata": "Q455401", "google_entity_id": "kg:/m/01rpmr"}, "name": {"first": "Lloyd", "middle": "Millard", "last": "Bentsen", "suffix": "Jr."}, "bio": {"birthday": "1921-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "TX", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "TX", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "TX", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1989-01-03", "end": "1993-12-31", "state": "TX", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000592", "thomas": "00103", "govtrack": 401560, "icpsr": 14067, "wikipedia": "Lindy Boggs", "house_history": 9543, "wikidata": "Q458322", "google_entity_id": "kg:/m/03b7yq"}, "name": {"first": "Corinne", "middle": "Claiborne", "last": "Boggs", "nickname": "Lindy"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "LA", "district": 2, "party": "Democrat"}], "bio": {"birthday": "1916-03-13", "gender": "F"}}, {"id": {"bioguide": "B000648", "thomas": "00112", "govtrack": 401612, "icpsr": 15009, "wikipedia": "Douglas H. Bosco", "house_history": 9623, "wikidata": "Q1252320", "google_entity_id": "kg:/m/02rgdwk"}, "name": {"first": "Douglas", "middle": "Harry", "last": "Bosco"}, "bio": {"birthday": "1946-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000798", "thomas": "00122", "govtrack": 401755, "icpsr": 15404, "house_history": 9811, "wikipedia": "Joseph E. Brennan", "wikidata": "Q550705", "google_entity_id": "kg:/m/02m49_"}, "name": {"first": "Joseph", "middle": "Edward", "last": "Brennan"}, "bio": {"birthday": "1934-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "ME", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "ME", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B001036", "thomas": "00144", "govtrack": 401986, "icpsr": 15405, "house_history": 10112, "wikipedia": "Jack Buechner", "wikidata": "Q1534990", "google_entity_id": "kg:/m/09dyzq"}, "name": {"first": "John", "middle": "William", "last": "Buechner", "nickname": "Jack"}, "bio": {"birthday": "1940-06-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MO", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B001077", "thomas": "01297", "lis": "S015", "govtrack": 402023, "icpsr": 1252, "wikipedia": "Quentin N. Burdick", "house_history": 10165, "wikidata": "Q963214", "google_entity_id": "kg:/m/04vllq"}, "name": {"first": "Quentin", "middle": "Northrup", "last": "Burdick"}, "bio": {"birthday": "1908-06-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1960-08-08", "state": "ND", "district": 0, "party": "Democrat"}, {"type": "sen", "start": "1960-08-08", "end": "1965-01-03", "state": "ND", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "ND", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "ND", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "ND", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "ND", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1989-01-03", "end": "1992-09-08", "state": "ND", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000344", "thomas": "00193", "govtrack": 402484, "icpsr": 14611, "wikipedia": "Dick Cheney", "house_history": 10884, "wikidata": "Q48259", "google_entity_id": "kg:/m/0d0vj4"}, "name": {"first": "Richard", "middle": "Bruce", "last": "Cheney"}, "bio": {"birthday": "1941-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1990-03-17", "state": "WY", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "C000462", "thomas": "00200", "govtrack": 402600, "icpsr": 15017, "wikipedia": "James M. Clarke", "house_history": 11025, "wikidata": "Q1680732", "google_entity_id": "kg:/m/026j1sr"}, "name": {"first": "James", "middle": "McClure", "last": "Clarke"}, "bio": {"birthday": "1917-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NC", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NC", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000581", "thomas": "00214", "govtrack": 402710, "icpsr": 14613, "wikipedia": "Tony Coelho", "house_history": 11178, "wikidata": "Q2442506", "google_entity_id": "kg:/m/03wy8h4"}, "name": {"first": "Anthony", "middle": "Lee", "last": "Coelho"}, "bio": {"birthday": "1942-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1989-06-15", "state": "CA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "C000809", "thomas": "00241", "govtrack": 402928, "icpsr": 14614, "wikipedia": "Jim Courter", "house_history": 11468, "wikidata": "Q1621829", "google_entity_id": "kg:/m/026hm2_"}, "name": {"first": "James", "middle": "Andrew", "last": "Courter"}, "bio": {"birthday": "1941-10-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NJ", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NJ", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NJ", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "C000919", "thomas": "00252", "govtrack": 403031, "icpsr": 14681, "wikipedia": "George W. Crockett Jr.", "house_history": 11605, "wikidata": "Q1508429", "google_entity_id": "kg:/m/0fq0s3"}, "name": {"first": "George", "middle": "William", "last": "Crockett", "suffix": "Jr."}, "bio": {"birthday": "1909-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "D000030", "thomas": "01314", "lis": "S108", "govtrack": 403171, "icpsr": 14501, "cspan": 103, "wikipedia": "John Danforth", "wikidata": "Q1287554", "google_entity_id": "kg:/m/044h4"}, "name": {"first": "John", "middle": "Claggett", "last": "Danforth"}, "bio": {"birthday": "1936-09-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1976-12-27", "end": "1977-01-03", "state": "MO", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "MO", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "MO", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "MO", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000185", "thomas": "01315", "lis": "S102", "govtrack": 403346, "icpsr": 14502, "wikipedia": "Dennis DeConcini", "wikidata": "Q1189069", "google_entity_id": "kg:/m/03mchy"}, "name": {"first": "Dennis", "middle": "Webster", "last": "DeConcini"}, "bio": {"birthday": "1937-05-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "AZ", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "AZ", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "AZ", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000451", "thomas": "00312", "govtrack": 403561, "icpsr": 15602, "wikipedia": "Charles Douglas III", "house_history": 12394, "wikidata": "Q1089112", "google_entity_id": "kg:/m/02rhd4g"}, "name": {"first": "Charles", "middle": "Gywnne", "last": "Douglas", "suffix": "III"}, "bio": {"birthday": "1942-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000566", "thomas": "01321", "lis": "S133", "govtrack": 403669, "icpsr": 14703, "wikipedia": "David Durenberger", "wikidata": "Q1174268", "google_entity_id": "kg:/m/01l4v5"}, "name": {"first": "David", "middle": "Ferdinand", "last": "Durenberger"}, "bio": {"birthday": "1934-08-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1978-01-01", "end": "1983-01-03", "state": "MN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "MN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "MN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "D000593", "thomas": "00329", "govtrack": 403696, "icpsr": 14817, "wikipedia": "Roy Dyson", "house_history": 12564, "wikidata": "Q501794", "google_entity_id": "kg:/m/06f_mr"}, "name": {"first": "Royden", "middle": "Patrick", "last": "Dyson"}, "bio": {"birthday": "1948-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MD", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000046", "thomas": "00372", "govtrack": 404006, "wikipedia": "Walter E. Fauntroy", "house_history": 13023, "wikidata": "Q2819659", "google_entity_id": "kg:/m/01s_tz"}, "name": {"first": "Walter", "middle": "Edward", "last": "Fauntroy"}, "bio": {"birthday": "1933-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "DC", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "DC", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "DC", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "DC", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "DC", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "DC", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "DC", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "DC", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "DC", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "DC", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "F000208", "thomas": "00390", "govtrack": 404163, "icpsr": 14419, "wikipedia": "Ronnie Flippo", "house_history": 13231, "wikidata": "Q1726519", "google_entity_id": "kg:/m/026vv48"}, "name": {"first": "Ronnie", "middle": "Gene", "last": "Flippo"}, "bio": {"birthday": "1937-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "F000215", "thomas": "00392", "govtrack": 404170, "icpsr": 14223, "wikipedia": "James Florio", "house_history": 13240, "wikidata": "Q885569", "google_entity_id": "kg:/m/028_t9"}, "name": {"first": "James", "middle": "Joseph", "last": "Florio"}, "bio": {"birthday": "1937-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NJ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NJ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NJ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NJ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NJ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NJ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NJ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1990-01-16", "state": "NJ", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000380", "thomas": "00415", "govtrack": 404325, "icpsr": 13015, "wikipedia": "Bill Frenzel", "house_history": 13450, "wikidata": "Q862109", "google_entity_id": "kg:/m/08v09q"}, "name": {"first": "William", "middle": "Eldridge", "last": "Frenzel"}, "bio": {"birthday": "1928-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "G000047", "thomas": "00429", "govtrack": 404422, "icpsr": 14470, "wikipedia": "Robert Garcia (New York politician)", "house_history": 13625, "wikidata": "Q4168665", "google_entity_id": "kg:/m/06kdzg"}, "name": {"first": "Robert", "last": "Garcia"}, "bio": {"birthday": "1933-01-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1990-01-07", "state": "NY", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "G000382", "thomas": "00456", "govtrack": 404733, "icpsr": 15415, "wikipedia": "James W. Grant", "house_history": 14044, "wikidata": "Q598241", "google_entity_id": "kg:/m/02cm4k"}, "name": {"first": "James", "middle": "William", "last": "Grant"}, "bio": {"birthday": "1943-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 2, "party": "Republican", "party_affiliations": [{"start": "1989-01-03", "end": "1989-02-21", "party": "Democrat"}, {"start": "1989-02-21", "end": "1991-01-03", "party": "Republican"}]}]}, {"id": {"bioguide": "H000367", "thomas": "00515", "govtrack": 405236, "icpsr": 10595, "wikipedia": "Augustus F. Hawkins", "house_history": 14733, "wikidata": "Q561547", "google_entity_id": "kg:/m/029b6p"}, "name": {"first": "Augustus", "middle": "Freeman", "last": "Hawkins", "nickname": "Gus"}, "bio": {"birthday": "1907-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 29, "party": "Democrat"}]}, {"id": {"bioguide": "H000456", "thomas": "00528", "lis": "S115", "govtrack": 405321, "icpsr": 13050, "wikipedia": "H. John Heinz III", "house_history": 14849, "wikidata": "Q705697", "google_entity_id": "kg:/m/0245tw"}, "name": {"first": "Henry", "middle": "John", "last": "Heinz", "suffix": "III"}, "bio": {"birthday": "1938-10-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "PA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "PA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1989-01-03", "end": "1991-12-31", "state": "PA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000586", "thomas": "00537", "govtrack": 405448, "icpsr": 14834, "wikipedia": "John P. Hiler", "house_history": 15010, "wikidata": "Q1701291", "google_entity_id": "kg:/m/02rkgwq"}, "name": {"first": "John", "middle": "Patrick", "last": "Hiler"}, "bio": {"birthday": "1953-04-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IN", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "K000020", "thomas": "00620", "govtrack": 406191, "icpsr": 5101, "wikipedia": "Robert Kastenmeier", "house_history": 16102, "wikidata": "Q2157813", "google_entity_id": "kg:/m/09z_z8"}, "name": {"first": "Robert", "middle": "William", "last": "Kastenmeier"}, "bio": {"birthday": "1924-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "L000180", "thomas": "00673", "govtrack": 406682, "icpsr": 14641, "wikipedia": "Marvin Leath", "house_history": 16822, "wikidata": "Q1906098", "google_entity_id": "kg:/m/03c2zwj"}, "name": {"first": "James", "middle": "Marvin", "last": "Leath"}, "bio": {"birthday": "1931-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "L000237", "thomas": "00681", "govtrack": 406740, "icpsr": 14643, "wikipedia": "Mickey Leland", "house_history": 16887, "wikidata": "Q561325", "google_entity_id": "kg:/m/0217qk"}, "name": {"first": "George", "middle": "Thomas", "last": "Leland", "nickname": "Mickey"}, "bio": {"birthday": "1944-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1989-08-07", "state": "TX", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "L000508", "thomas": "00713", "govtrack": 406994, "icpsr": 14070, "wikipedia": "Tom Luken", "house_history": 17225, "wikidata": "Q1532078", "google_entity_id": "kg:/m/03d65s"}, "name": {"first": "Thomas", "middle": "Andrew", "last": "Luken"}, "bio": {"birthday": "1925-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000509", "thomas": "00715", "govtrack": 406995, "icpsr": 11028, "wikipedia": "Donald \"Buz\" Lukens", "house_history": 17227, "wikidata": "Q1018322", "google_entity_id": "kg:/m/0344c1"}, "name": {"first": "Donald", "middle": "Edgar", "last": "Lukens"}, "bio": {"birthday": "1931-02-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M000195", "thomas": "00742", "govtrack": 407215, "icpsr": 14841, "house_history": 17563, "wikipedia": "Lynn Morley Martin", "wikidata": "Q275753", "google_entity_id": "kg:/m/04pssm"}, "name": {"first": "Lynn", "middle": "Morley", "last": "Martin"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 16, "party": "Republican"}], "bio": {"birthday": "1939-12-26", "gender": "F"}}, {"id": {"bioguide": "M000250", "thomas": "00749", "lis": "S104", "govtrack": 407268, "icpsr": 10605, "wikipedia": "Spark Matsunaga", "house_history": 17633, "wikidata": "Q977134", "google_entity_id": "kg:/m/02n9wf"}, "name": {"first": "Spark", "middle": "Masayuki", "last": "Matsunaga"}, "bio": {"birthday": "1916-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "HI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "HI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1989-01-03", "end": "1991-01-03", "state": "HI", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000678", "thomas": "01400", "lis": "S114", "govtrack": 407663, "icpsr": 14073, "wikipedia": "Howard Metzenbaum", "wikidata": "Q330165", "google_entity_id": "kg:/m/034qmh"}, "name": {"first": "Howard", "middle": "Morton", "last": "Metzenbaum"}, "bio": {"birthday": "1917-06-04", "gender": "M"}, "terms": [{"type": "sen", "start": "1974-01-04", "end": "1974-12-23", "state": "OH", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1976-12-29", "end": "1977-01-03", "state": "OH", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "OH", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "OH", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "OH", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000811", "thomas": "01401", "lis": "S144", "govtrack": 407786, "icpsr": 14713, "wikipedia": "George J. Mitchell", "wikidata": "Q368920", "google_entity_id": "kg:/m/02c643"}, "name": {"first": "George", "middle": "John", "last": "Mitchell"}, "bio": {"birthday": "1933-08-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1980-01-01", "end": "1983-01-03", "state": "ME", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "ME", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "ME", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000842", "thomas": "00822", "govtrack": 407816, "icpsr": 14846, "wikipedia": "Guy Molinari", "house_history": 18387, "wikidata": "Q59335", "google_entity_id": "kg:/m/05wc75"}, "name": {"first": "Guy", "middle": "Victor", "last": "Molinari"}, "bio": {"birthday": "1928-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1989-12-31", "state": "NY", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "M000992", "thomas": "00835", "govtrack": 407960, "icpsr": 15045, "house_history": 18570, "wikipedia": "Bruce Morrison", "wikidata": "Q991746", "google_entity_id": "kg:/m/098ypx"}, "name": {"first": "Bruce", "middle": "Andrew", "last": "Morrison"}, "bio": {"birthday": "1944-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CT", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "N000106", "thomas": "00865", "govtrack": 408190, "icpsr": 15047, "house_history": 18963, "wikipedia": "Howard C. Nielson", "wikidata": "Q1631743", "google_entity_id": "kg:/m/02pjgkx"}, "name": {"first": "Howard", "middle": "Curtis", "last": "Nielson"}, "bio": {"birthday": "1924-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "UT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "UT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "UT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "UT", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000080", "thomas": "00890", "govtrack": 408490, "icpsr": 14043, "house_history": 19371, "wikipedia": "Stanford Parris", "wikidata": "Q2330729", "google_entity_id": "kg:/m/074v6r"}, "name": {"first": "Stanford", "middle": "E.", "last": "Parris"}, "bio": {"birthday": "1929-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "VA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "VA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "P000097", "thomas": "00891", "govtrack": 408506, "icpsr": 14652, "wikipedia": "Chip Pashayan", "house_history": 19392, "wikidata": "Q1065727", "google_entity_id": "kg:/m/02qxl9v"}, "name": {"first": "Charles", "last": "Pashayan", "suffix": "Jr."}, "bio": {"birthday": "1941-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "P000218", "thomas": "00907", "govtrack": 408621, "icpsr": 7333, "house_history": 19547, "wikipedia": "Claude Pepper", "wikidata": "Q331244", "google_entity_id": "kg:/m/03f8wg"}, "name": {"first": "Claude", "middle": "Denson", "last": "Pepper"}, "terms": [{"type": "sen", "start": "1936-01-01", "end": "1939-01-03", "state": "FL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1939-01-03", "end": "1945-01-03", "state": "FL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1945-01-03", "end": "1951-01-03", "state": "FL", "class": 3, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "FL", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "FL", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "FL", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "FL", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "FL", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1989-05-30", "state": "FL", "district": 18, "party": "Democrat"}], "bio": {"birthday": "1900-09-08", "gender": "M"}}, {"id": {"bioguide": "R000249", "thomas": "00961", "lis": "S107", "govtrack": 409225, "icpsr": 11043, "house_history": 20393, "wikipedia": "Donald W. Riegle Jr.", "wikidata": "Q1240457", "google_entity_id": "kg:/m/02n9jh"}, "name": {"first": "Donald", "middle": "Wayne", "last": "Riegle", "suffix": "Jr."}, "bio": {"birthday": "1938-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "MI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "MI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "MI", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000354", "thomas": "00971", "govtrack": 409325, "icpsr": 15122, "wikipedia": "Tommy F. Robinson", "house_history": 20519, "wikidata": "Q1322345", "google_entity_id": "kg:/m/03tg7l"}, "name": {"first": "Tommy", "middle": "Franklin", "last": "Robinson"}, "bio": {"birthday": "1942-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AR", "district": 2, "party": "Republican", "party_affiliations": [{"start": "1989-01-03", "end": "1989-07-28", "party": "Democrat"}, {"start": "1989-07-28", "end": "1991-01-03", "party": "Republican"}]}]}, {"id": {"bioguide": "R000482", "thomas": "00994", "govtrack": 409443, "icpsr": 15123, "wikipedia": "John G. Rowland", "house_history": 20679, "wikidata": "Q885204", "google_entity_id": "kg:/m/02746r"}, "name": {"first": "John", "last": "Rowland"}, "bio": {"birthday": "1957-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CT", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000014", "thomas": "01008", "govtrack": 409534, "icpsr": 15441, "wikipedia": "Pat Saiki", "house_history": 21149, "wikidata": "Q458473", "google_entity_id": "kg:/m/0356hr"}, "name": {"first": "Patricia", "middle": "Fukuda", "last": "Saiki"}, "bio": {"birthday": "1930-05-28", "gender": "F"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "HI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "HI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000068", "thomas": "01428", "lis": "S117", "govtrack": 409580, "icpsr": 14509, "wikipedia": "Jim Sasser", "wikidata": "Q1807209", "google_entity_id": "kg:/m/036nrl"}, "name": {"first": "James", "middle": "Ralph", "last": "Sasser"}, "bio": {"birthday": "1936-09-30", "gender": "M"}, "terms": [{"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "TN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "TN", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "TN", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "S000136", "thomas": "01032", "govtrack": 409644, "icpsr": 14857, "wikipedia": "Claudine Schneider", "house_history": 21306, "wikidata": "Q521721", "google_entity_id": "kg:/m/02rhdsd"}, "name": {"first": "Claudine", "last": "Schneider"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "RI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "RI", "district": 2, "party": "Republican"}], "bio": {"birthday": "1947-03-25", "gender": "F"}}, {"id": {"bioguide": "S000143", "thomas": "01034", "govtrack": 409651, "icpsr": 15114, "wikipedia": "Bill Schuette", "house_history": 21314, "wikidata": "Q862438", "google_entity_id": "kg:/m/0h26l8"}, "name": {"first": "Bill", "last": "Schuette"}, "bio": {"birthday": "1953-10-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "S000393", "thomas": "01054", "govtrack": 409887, "icpsr": 14660, "wikipedia": "Norman D. Shumway", "house_history": 21627, "wikidata": "Q1999495", "google_entity_id": "kg:/m/026f2lf"}, "name": {"first": "Norman", "middle": "David", "last": "Shumway"}, "bio": {"birthday": "1934-07-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 14, "party": "Republican"}]}, {"id": {"bioguide": "S000527", "thomas": "01072", "govtrack": 410010, "icpsr": 14864, "house_history": 21792, "wikipedia": "Denny Smith", "wikidata": "Q1189683", "google_entity_id": "kg:/m/0ksz3j"}, "name": {"first": "Dennis", "middle": "Alan", "last": "Smith", "nickname": "Denny"}, "bio": {"birthday": "1938-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OR", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OR", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OR", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OR", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000584", "thomas": "01076", "govtrack": 410064, "icpsr": 15625, "wikipedia": "Larkin I. Smith", "house_history": 21857, "wikidata": "Q1805986", "google_entity_id": "kg:/m/07sjqr"}, "name": {"first": "Larkin", "middle": "I.", "last": "Smith"}, "bio": {"birthday": "1944-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1989-08-13", "state": "MS", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000601", "thomas": "01081", "govtrack": 410079, "icpsr": 15626, "wikipedia": "Peter Plympton Smith", "house_history": 21877, "wikidata": "Q1303518", "google_entity_id": "kg:/m/0b5_rm"}, "name": {"first": "Peter", "middle": "P.", "last": "Smith"}, "bio": {"birthday": "1945-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "VT", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "S000622", "thomas": "01084", "govtrack": 410097, "icpsr": 14276, "house_history": 21904, "wikipedia": "Virginia D. Smith", "wikidata": "Q113955", "google_entity_id": "kg:/m/0869wq"}, "name": {"first": "Virginia", "middle": "Dodd", "last": "Smith"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NE", "district": 3, "party": "Republican"}], "bio": {"birthday": "1911-06-30", "gender": "F"}}, {"id": {"bioguide": "S000795", "thomas": "01098", "govtrack": 410261, "icpsr": 14466, "wikipedia": "Arlan Stangeland", "house_history": 22121, "wikidata": "Q674576", "google_entity_id": "kg:/m/0dgky1"}, "name": {"first": "Arlan", "middle": "Ingehart", "last": "Stangeland"}, "bio": {"birthday": "1930-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "T000053", "thomas": "01139", "govtrack": 410641, "icpsr": 14668, "wikipedia": "Tom Tauke", "house_history": 22698, "wikidata": "Q1559485", "google_entity_id": "kg:/m/03f6g3"}, "name": {"first": "Thomas", "middle": "Joseph", "last": "Tauke"}, "bio": {"birthday": "1950-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000044", "thomas": "01195", "govtrack": 411224, "icpsr": 14460, "wikipedia": "Doug Walgren", "house_history": 23269, "wikidata": "Q5300982", "google_entity_id": "kg:/m/0dn6q2"}, "name": {"first": "Douglas", "last": "Walgren"}, "bio": {"birthday": "1940-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "W000092", "thomas": "01451", "lis": "S119", "govtrack": 411271, "icpsr": 14511, "wikipedia": "Malcolm Wallop", "wikidata": "Q984376", "google_entity_id": "kg:/m/05bz0l"}, "name": {"first": "Malcolm", "last": "Wallop"}, "bio": {"birthday": "1933-02-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "WY", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "WY", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "WY", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000426", "thomas": "01224", "govtrack": 411585, "icpsr": 14670, "wikipedia": "Bob Whittaker", "house_history": 23718, "wikidata": "Q888321", "google_entity_id": "kg:/m/02rmbr_"}, "name": {"first": "Robert", "middle": "Russell", "last": "Whittaker"}, "bio": {"birthday": "1939-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "KS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "KS", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "W000607", "thomas": "01456", "lis": "S165", "govtrack": 411762, "icpsr": 14915, "wikipedia": "Pete Wilson", "wikidata": "Q714909", "google_entity_id": "kg:/m/01ychc"}, "name": {"first": "Pete", "last": "Wilson"}, "bio": {"birthday": "1933-08-23", "gender": "M"}, "terms": [{"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "CA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1989-01-03", "end": "1991-12-31", "state": "CA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "W000763", "thomas": "01244", "govtrack": 411912, "icpsr": 10391, "wikipedia": "Jim Wright", "house_history": 24127, "wikidata": "Q949514", "google_entity_id": "kg:/m/029yzb"}, "name": {"first": "James", "middle": "Claude", "last": "Wright", "suffix": "Jr."}, "bio": {"birthday": "1922-12-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1989-06-30", "state": "TX", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "B001166", "govtrack": 402108, "icpsr": 11008, "house_history": 10276, "wikipedia": "George H. W. Bush", "wikidata": "Q23505", "google_entity_id": "kg:/m/034ls"}, "name": {"first": "George", "middle": "Herbert Walker", "last": "Bush"}, "bio": {"birthday": "1924-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "A000103", "thomas": "00010", "govtrack": 400761, "icpsr": 12000, "wikipedia": "William Vollie Alexander Jr.", "house_history": 8401, "wikidata": "Q861905", "google_entity_id": "kg:/m/08j19v"}, "name": {"first": "William", "middle": "Vollie", "last": "Alexander", "suffix": "Jr.", "nickname": "Bill"}, "bio": {"birthday": "1934-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000189", "thomas": "00016", "govtrack": 400844, "icpsr": 12001, "house_history": 8519, "wikipedia": "Glenn M. Anderson", "wikidata": "Q1531081", "google_entity_id": "kg:/m/09lyvk"}, "name": {"first": "Glenn", "middle": "Malcolm", "last": "Anderson"}, "bio": {"birthday": "1913-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 35, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 32, "party": "Democrat"}]}, {"id": {"bioguide": "A000212", "thomas": "00023", "govtrack": 400895, "icpsr": 10703, "wikipedia": "Frank Annunzio", "house_history": 8554, "wikidata": "Q5485042", "google_entity_id": "kg:/m/06129x"}, "name": {"first": "Frank", "last": "Annunzio"}, "bio": {"birthday": "1915-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "A000213", "thomas": "00024", "govtrack": 400898, "icpsr": 14601, "house_history": 8556, "wikipedia": "Beryl Anthony Jr.", "wikidata": "Q829269", "google_entity_id": "kg:/m/02pv4nd"}, "name": {"first": "Beryl", "middle": "Franklin", "last": "Anthony", "suffix": "Jr."}, "bio": {"birthday": "1938-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AR", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "A000226", "thomas": "00034", "govtrack": 400975, "icpsr": 15084, "house_history": 8579, "wikipedia": "Chester G. Atkins", "wikidata": "Q1070716", "google_entity_id": "kg:/m/0bvfb7"}, "name": {"first": "Chester", "middle": "Greenough", "last": "Atkins"}, "bio": {"birthday": "1948-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "A000337", "thomas": "00036", "govtrack": 400987, "icpsr": 14201, "wikipedia": "Les AuCoin", "house_history": 8726, "wikidata": "Q1798732", "google_entity_id": "kg:/m/08g68c"}, "name": {"first": "Les", "last": "AuCoin"}, "bio": {"birthday": "1942-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000153", "thomas": "00054", "govtrack": 401155, "icpsr": 14404, "house_history": 8967, "wikipedia": "Doug Barnard Jr.", "wikidata": "Q1251700", "google_entity_id": "kg:/m/026jt6m"}, "name": {"first": "Druie", "middle": "Douglas", "last": "Barnard", "suffix": "Jr."}, "bio": {"birthday": "1922-03-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "GA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "GA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "B000204", "thomas": "00061", "govtrack": 401203, "icpsr": 15002, "wikipedia": "Steve Bartlett", "house_history": 9037, "wikidata": "Q185480", "google_entity_id": "kg:/m/02fhlw"}, "name": {"first": "Harry", "middle": "Stephen", "last": "Bartlett", "nickname": "Steve"}, "bio": {"birthday": "1947-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1991-03-11", "state": "TX", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000371", "thomas": "00077", "govtrack": 401363, "icpsr": 633, "wikipedia": "Charles Edward Bennett", "house_history": 9257, "wikidata": "Q1064244", "google_entity_id": "kg:/m/0619y4"}, "name": {"first": "Charles", "middle": "Edward", "last": "Bennett"}, "bio": {"birthday": "1910-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000551", "thomas": "00096", "govtrack": 401526, "house_history": 9489, "wikipedia": "Vicente T. Blaz", "wikidata": "Q2819706", "google_entity_id": "kg:/m/0fb9dc"}, "name": {"first": "Ben", "middle": "Garrido", "last": "Blaz"}, "bio": {"birthday": "1928-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "GU", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "GU", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "GU", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "GU", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "B000639", "thomas": "01287", "lis": "S128", "govtrack": 401604, "icpsr": 14700, "wikipedia": "David L. Boren", "wikidata": "Q882362", "google_entity_id": "kg:/m/0bzmkx"}, "name": {"first": "David", "middle": "Lyle", "last": "Boren"}, "bio": {"birthday": "1941-04-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "OK", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "OK", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1995-01-03", "state": "OK", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B001225", "thomas": "01289", "lis": "S132", "govtrack": 401709, "icpsr": 14702, "wikipedia": "Bill Bradley", "wikidata": "Q504025", "google_entity_id": "kg:/m/01q8vl"}, "name": {"first": "William", "middle": "Warren", "last": "Bradley", "nickname": "Bill"}, "bio": {"birthday": "1943-07-28", "gender": "M"}, "terms": [{"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "NJ", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "NJ", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "NJ", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000890", "thomas": "00128", "govtrack": 401847, "icpsr": 1087, "house_history": 9930, "wikipedia": "William Broomfield", "wikidata": "Q2578128", "google_entity_id": "kg:/m/03vn_f"}, "name": {"first": "William", "middle": "S.", "last": "Broomfield"}, "bio": {"birthday": "1922-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "B000919", "thomas": "00135", "lis": "S214", "govtrack": 401874, "icpsr": 14803, "wikipedia": "Hank Brown", "house_history": 9967, "wikidata": "Q931345", "google_entity_id": "kg:/m/05byy0"}, "name": {"first": "George", "middle": "Hanks", "last": "Brown", "nickname": "Hank"}, "bio": {"birthday": "1940-02-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "CO", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000971", "thomas": "00140", "govtrack": 401923, "icpsr": 15088, "wikipedia": "Terry L. Bruce", "house_history": 10033, "wikidata": "Q7704641", "google_entity_id": "kg:/m/02rkc_7"}, "name": {"first": "Terry", "middle": "Lee", "last": "Bruce"}, "bio": {"birthday": "1944-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "B001172", "thomas": "00158", "govtrack": 402114, "icpsr": 15089, "wikipedia": "Albert Bustamante", "house_history": 10284, "wikidata": "Q2637741", "google_entity_id": "kg:/m/027hzz4"}, "name": {"first": "Albert", "middle": "Garza", "last": "Bustamante"}, "bio": {"birthday": "1935-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 23, "party": "Democrat"}]}, {"id": {"bioguide": "B001220", "thomas": "00162", "govtrack": 402159, "icpsr": 14608, "wikipedia": "Beverly Byron", "house_history": 10348, "wikidata": "Q2655511", "google_entity_id": "kg:/m/06hbl3"}, "name": {"first": "Beverly", "middle": "Barton Butcher", "last": "Byron"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MD", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MD", "district": 6, "party": "Democrat"}], "bio": {"birthday": "1932-07-27", "gender": "F"}}, {"id": {"bioguide": "C000293", "thomas": "00189", "govtrack": 402435, "icpsr": 15016, "wikipedia": "Rod Chandler", "house_history": 10823, "wikidata": "Q741383", "google_entity_id": "kg:/m/05gxp6"}, "name": {"first": "Rodney", "middle": "Dennis", "last": "Chandler"}, "bio": {"birthday": "1942-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "C000598", "thomas": "00215", "lis": "S137", "govtrack": 402727, "icpsr": 14010, "wikipedia": "William Cohen", "house_history": 11200, "wikidata": "Q710721", "google_entity_id": "kg:/m/020y91"}, "name": {"first": "William", "middle": "Sebastian", "last": "Cohen"}, "bio": {"birthday": "1940-08-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "ME", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "ME", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000618", "thomas": "00216", "govtrack": 402747, "icpsr": 14410, "house_history": 11223, "wikipedia": "Tom Coleman (Missouri politician)", "wikidata": "Q1277177", "google_entity_id": "kg:/m/078x9v"}, "name": {"first": "Earl", "middle": "Thomas", "last": "Coleman"}, "bio": {"birthday": "1943-05-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MO", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "C000646", "thomas": "00223", "govtrack": 402774, "wikipedia": "Antonio Colorado", "house_history": 11261, "wikidata": "Q2119871", "google_entity_id": "kg:/m/04960z"}, "name": {"first": "Antonio", "middle": "J.", "last": "Colorado"}, "bio": {"birthday": "1939-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PR", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "C000709", "thomas": "00228", "govtrack": 402833, "icpsr": 2009, "house_history": 11342, "wikipedia": "Silvio O. Conte", "wikidata": "Q2286846", "google_entity_id": "kg:/m/079rdd"}, "name": {"first": "Silvio", "middle": "Ottavio", "last": "Conte"}, "bio": {"birthday": "1921-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1991-02-08", "state": "MA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000807", "thomas": "00240", "govtrack": 402926, "icpsr": 12010, "house_history": 11466, "wikipedia": "Lawrence Coughlin", "wikidata": "Q6503945", "google_entity_id": "kg:/m/0dn2x8"}, "name": {"first": "Robert", "middle": "Lawrence", "last": "Coughlin"}, "bio": {"birthday": "1929-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "C000836", "thomas": "00243", "govtrack": 402953, "wikipedia": "John W. Cox Jr.", "house_history": 11502, "icpsr": 29116, "wikidata": "Q6262204", "google_entity_id": "kg:/m/0dnv7x"}, "name": {"first": "John", "middle": "W.", "last": "Cox", "suffix": "Jr."}, "bio": {"birthday": "1947-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "D000044", "thomas": "00264", "govtrack": 403184, "icpsr": 14616, "wikipedia": "William E. Dannemeyer", "house_history": 11884, "wikidata": "Q2578546", "google_entity_id": "kg:/m/042lpf"}, "name": {"first": "William", "middle": "Edwin", "last": "Dannemeyer"}, "bio": {"birthday": "1929-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 39, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 39, "party": "Republican"}]}, {"id": {"bioguide": "D000131", "thomas": "00273", "govtrack": 403266, "icpsr": 14618, "wikipedia": "Robert William Davis", "house_history": 11995, "wikidata": "Q1650338", "google_entity_id": "kg:/m/027cv95"}, "name": {"first": "Robert", "middle": "William", "last": "Davis"}, "bio": {"birthday": "1932-07-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "D000326", "thomas": "00296", "govtrack": 403446, "icpsr": 10717, "wikipedia": "William Louis Dickinson", "house_history": 12233, "wikidata": "Q254490", "google_entity_id": "kg:/m/026vtzf"}, "name": {"first": "William", "middle": "Louis", "last": "Dickinson"}, "bio": {"birthday": "1925-06-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AL", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "D000416", "thomas": "00304", "govtrack": 403529, "icpsr": 14621, "house_history": 12348, "wikipedia": "Brian J. Donnelly", "wikidata": "Q681031", "google_entity_id": "kg:/m/08l42v"}, "name": {"first": "Brian", "middle": "Joseph", "last": "Donnelly"}, "bio": {"birthday": "1946-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "D000471", "thomas": "00314", "govtrack": 403581, "icpsr": 14214, "wikipedia": "Thomas Downey", "house_history": 12421, "wikidata": "Q276968", "google_entity_id": "kg:/m/0cn4c3"}, "name": {"first": "Thomas", "middle": "Joseph", "last": "Downey"}, "bio": {"birthday": "1949-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000586", "thomas": "00327", "govtrack": 403689, "icpsr": 14815, "house_history": 12554, "wikipedia": "Bernard J. Dwyer", "wikidata": "Q594335", "google_entity_id": "kg:/m/07c56x"}, "name": {"first": "Bernard", "middle": "James", "last": "Dwyer"}, "bio": {"birthday": "1921-01-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NJ", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NJ", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NJ", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "D000592", "thomas": "00328", "govtrack": 403695, "icpsr": 14816, "house_history": 12563, "wikipedia": "Mervyn M. Dymally", "wikidata": "Q1922193", "google_entity_id": "kg:/m/04gm0s"}, "name": {"first": "Mervyn", "middle": "Malcolm", "last": "Dymally"}, "bio": {"birthday": "1926-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 31, "party": "Democrat"}]}, {"id": {"bioguide": "E000013", "thomas": "00330", "govtrack": 403709, "icpsr": 14216, "house_history": 12618, "wikipedia": "Joseph D. Early", "wikidata": "Q31375", "google_entity_id": "kg:/m/0b8wlh"}, "name": {"first": "Joseph", "middle": "Daniel", "last": "Early"}, "bio": {"birthday": "1933-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "E000031", "thomas": "00331", "govtrack": 403726, "icpsr": 14818, "wikipedia": "Dennis E. Eckart", "house_history": 12639, "wikidata": "Q1189097", "google_entity_id": "kg:/m/0b6f7q"}, "name": {"first": "Dennis", "middle": "Edward", "last": "Eckart"}, "bio": {"birthday": "1950-04-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "E000077", "thomas": "00338", "govtrack": 403769, "icpsr": 14415, "wikipedia": "Mickey Edwards", "house_history": 12694, "wikidata": "Q1931352", "google_entity_id": "kg:/m/0687_3"}, "name": {"first": "Marvin", "middle": "Henry", "last": "Edwards", "nickname": "Mickey"}, "bio": {"birthday": "1937-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OK", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OK", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OK", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OK", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OK", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OK", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OK", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OK", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "E000201", "thomas": "00350", "govtrack": 403888, "icpsr": 15022, "house_history": 12849, "wikipedia": "Ben Erdreich", "wikidata": "Q816481", "google_entity_id": "kg:/m/026vvd5"}, "name": {"first": "Ben", "last": "Erdreich"}, "bio": {"birthday": "1938-12-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AL", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "E000284", "thomas": "01328", "lis": "S129", "govtrack": 403962, "icpsr": 14704, "wikipedia": "J. James Exon", "wikidata": "Q881037", "google_entity_id": "kg:/m/03bw74"}, "name": {"first": "J.", "middle": "James", "last": "Exon"}, "bio": {"birthday": "1921-08-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "NE", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "NE", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "NE", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000041", "thomas": "00370", "govtrack": 404002, "icpsr": 3078, "wikipedia": "Dante Fascell", "house_history": 13015, "wikidata": "Q1164977", "google_entity_id": "kg:/m/03vwk0"}, "name": {"first": "Dante", "middle": "Bruno", "last": "Fascell"}, "bio": {"birthday": "1917-03-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "FL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "FL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "FL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "FL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "FL", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "FL", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "FL", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "FL", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "FL", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "F000059", "thomas": "00375", "govtrack": 404019, "icpsr": 15024, "wikipedia": "Ed Feighan", "house_history": 13039, "wikidata": "Q1282337", "google_entity_id": "kg:/m/087mvv"}, "name": {"first": "Edward", "middle": "Farrell", "last": "Feighan"}, "bio": {"birthday": "1947-10-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "F000435", "thomas": "00424", "govtrack": 404376, "wikipedia": "Jaime Fuster", "house_history": 13524, "wikidata": "Q2045546", "google_entity_id": "kg:/m/045x8w"}, "name": {"first": "Jaime", "middle": "B.", "last": "Fuster"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PR", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PR", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PR", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PR", "district": 0, "party": "Democrat"}], "bio": {"birthday": "1941-01-12", "gender": "M"}}, {"id": {"bioguide": "G000105", "thomas": "00430", "govtrack": 404477, "icpsr": 11067, "wikipedia": "Joseph M. Gaydos", "house_history": 13692, "wikidata": "Q6285116", "google_entity_id": "kg:/m/0dn3_x"}, "name": {"first": "Joseph", "middle": "Matthew", "last": "Gaydos"}, "bio": {"birthday": "1926-07-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "G000321", "thomas": "00449", "lis": "S170", "govtrack": 404679, "icpsr": 14423, "house_history": 13970, "wikipedia": "Al Gore", "wikidata": "Q19673", "google_entity_id": "kg:/m/0d05fv"}, "name": {"first": "Albert", "middle": "Arnold", "last": "Gore", "suffix": "Jr."}, "bio": {"birthday": "1948-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "TN", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1993-01-02", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000402", "thomas": "00460", "govtrack": 404752, "icpsr": 14629, "wikipedia": "William H. Gray (Pennsylvania politician)", "house_history": 14072, "wikidata": "Q3511361", "google_entity_id": "kg:/m/03wvx6z"}, "name": {"first": "William", "middle": "Herbert", "last": "Gray", "suffix": "III"}, "bio": {"birthday": "1941-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1991-09-11", "state": "PA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000417", "thomas": "00463", "govtrack": 404765, "icpsr": 14471, "wikipedia": "S. William Green", "house_history": 14096, "wikidata": "Q4909207", "google_entity_id": "kg:/m/0gkpf3"}, "name": {"first": "Sedgwick", "middle": "William", "last": "Green", "nickname": "Bill"}, "bio": {"birthday": "1929-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "G000511", "thomas": "00472", "govtrack": 404856, "icpsr": 14631, "house_history": 14207, "wikipedia": "Frank Joseph Guarini", "wikidata": "Q1306225", "google_entity_id": "kg:/m/07dtd3"}, "name": {"first": "Frank", "middle": "Joseph", "last": "Guarini", "suffix": "Jr."}, "bio": {"birthday": "1924-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NJ", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NJ", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "H000124", "thomas": "00490", "govtrack": 405006, "icpsr": 11020, "wikipedia": "John Paul Hammerschmidt", "house_history": 14439, "wikidata": "Q1701364", "google_entity_id": "kg:/m/03v51q"}, "name": {"first": "John", "middle": "Paul", "last": "Hammerschmidt"}, "bio": {"birthday": "1922-05-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AR", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000236", "thomas": "00504", "govtrack": 405114, "icpsr": 15416, "wikipedia": "Claude Harris, Jr.", "house_history": 14578, "wikidata": "Q1096809", "google_entity_id": "kg:/m/026j54w"}, "name": {"first": "Claude", "last": "Harris", "suffix": "Jr."}, "bio": {"birthday": "1940-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000340", "thomas": "00514", "govtrack": 405209, "icpsr": 14831, "wikipedia": "Charles Floyd Hatcher", "house_history": 14702, "wikidata": "Q1064383", "google_entity_id": "kg:/m/0gsh09"}, "name": {"first": "Charles", "middle": "Floyd", "last": "Hatcher"}, "bio": {"birthday": "1939-07-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "GA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "GA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000343", "thomas": "01352", "lis": "S044", "govtrack": 405212, "icpsr": 11203, "wikipedia": "Mark Hatfield", "wikidata": "Q879921", "google_entity_id": "kg:/m/01yfxl"}, "name": {"first": "Mark", "middle": "Odom", "last": "Hatfield"}, "bio": {"birthday": "1922-07-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "OR", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "OR", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "OR", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "OR", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "OR", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000388", "thomas": "00516", "govtrack": 405256, "icpsr": 15079, "wikipedia": "Charles Hayes (politician)", "house_history": 14760, "wikidata": "Q1064774", "google_entity_id": "kg:/m/0fq156"}, "name": {"first": "Charles", "middle": "Arthur", "last": "Hayes"}, "bio": {"birthday": "1918-02-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000445", "thomas": "01358", "lis": "S130", "govtrack": 405310, "icpsr": 14705, "wikipedia": "Howell Heflin", "wikidata": "Q704244", "google_entity_id": "kg:/m/03f2ym"}, "name": {"first": "Howell", "middle": "Thomas", "last": "Heflin"}, "bio": {"birthday": "1921-06-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "AL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "AL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000547", "thomas": "00534", "govtrack": 405409, "icpsr": 14833, "house_history": 14961, "wikipedia": "Dennis M. Hertel", "wikidata": "Q1189328", "google_entity_id": "kg:/m/0283_l2"}, "name": {"first": "Dennis", "middle": "Mark", "last": "Hertel"}, "bio": {"birthday": "1948-12-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "H000729", "thomas": "00554", "govtrack": 405580, "icpsr": 15422, "house_history": 15184, "wikipedia": "Clyde C. Holloway", "wikidata": "Q735333", "google_entity_id": "kg:/m/0c5kw0"}, "name": {"first": "Clyde", "middle": "Cecil", "last": "Holloway"}, "bio": {"birthday": "1943-11-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "LA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "LA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "LA", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "H000776", "thomas": "00557", "govtrack": 405626, "icpsr": 14635, "wikipedia": "Larry J. Hopkins", "house_history": 15245, "wikidata": "Q1806072", "google_entity_id": "kg:/m/08h01k"}, "name": {"first": "Larry", "middle": "Jones", "last": "Hopkins"}, "bio": {"birthday": "1933-10-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "KY", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "H000788", "thomas": "00558", "govtrack": 405638, "wikipedia": "Joan Kelly Horn", "house_history": 15259, "icpsr": 29128, "wikidata": "Q514333", "google_entity_id": "kg:/m/09dyjc"}, "name": {"first": "Joan", "middle": "Kelly", "last": "Horn"}, "bio": {"birthday": "1936-10-18", "gender": "F"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000797", "thomas": "00560", "govtrack": 405646, "icpsr": 10596, "house_history": 15269, "wikipedia": "Frank Horton (New York politician)", "wikidata": "Q5487325", "google_entity_id": "kg:/m/03srz8"}, "name": {"first": "Frank", "middle": "Jefferson", "last": "Horton"}, "bio": {"birthday": "1919-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 36, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 29, "party": "Republican"}]}, {"id": {"bioguide": "H000878", "thomas": "00567", "govtrack": 405724, "icpsr": 14237, "wikipedia": "Carroll Hubbard", "house_history": 15370, "wikidata": "Q1045188", "google_entity_id": "kg:/m/092fyx"}, "name": {"first": "Carroll", "last": "Hubbard", "suffix": "Jr."}, "bio": {"birthday": "1937-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "KY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "KY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000901", "thomas": "00569", "govtrack": 405747, "icpsr": 14427, "house_history": 15398, "wikipedia": "Jerry Huckaby", "wikidata": "Q1687838", "google_entity_id": "kg:/m/0cb9s0"}, "name": {"first": "Thomas", "middle": "Jerald", "last": "Huckaby"}, "bio": {"birthday": "1941-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "LA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "LA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "I000029", "thomas": "00585", "govtrack": 405887, "icpsr": 14428, "wikipedia": "Andy Ireland", "house_history": 15652, "wikidata": "Q526234", "google_entity_id": "kg:/m/0cv4jc"}, "name": {"first": "Andrew", "middle": "Poysell", "last": "Ireland", "nickname": "Andy"}, "bio": {"birthday": "1930-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "FL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "FL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "FL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "J000047", "thomas": "00590", "govtrack": 405952, "icpsr": 15608, "wikipedia": "Craig T. James", "house_history": 15749, "wikidata": "Q998327", "google_entity_id": "kg:/m/026j721"}, "name": {"first": "Craig", "middle": "T.", "last": "James"}, "bio": {"birthday": "1941-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "J000083", "thomas": "00595", "govtrack": 405985, "icpsr": 14429, "house_history": 15799, "wikipedia": "Ed Jenkins (U.S. politician)", "wikidata": "Q978380", "google_entity_id": "kg:/m/026jstk"}, "name": {"first": "Edgar", "middle": "Lanier", "last": "Jenkins", "nickname": "Ed"}, "bio": {"birthday": "1933-01-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "GA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "J000189", "thomas": "01373", "lis": "S054", "govtrack": 406084, "icpsr": 14107, "wikipedia": "J. Bennett Johnston", "wikidata": "Q4889708", "google_entity_id": "kg:/m/03bfd1"}, "name": {"first": "John", "middle": "Bennett", "last": "Johnston", "suffix": "Jr."}, "bio": {"birthday": "1932-06-10", "gender": "M"}, "terms": [{"type": "sen", "start": "1972-11-14", "end": "1973-01-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "LA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "J000211", "thomas": "00607", "govtrack": 406106, "icpsr": 95120, "wikipedia": "Ben Jones (American actor and politician)", "house_history": 15960, "wikidata": "Q506021", "google_entity_id": "kg:/m/05ymgk"}, "name": {"first": "Ben", "last": "Jones"}, "bio": {"birthday": "1941-08-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "J000256", "thomas": "00611", "govtrack": 406148, "icpsr": 10788, "house_history": 16016, "wikipedia": "Walter B. Jones Sr.", "wikidata": "Q279205", "google_entity_id": "kg:/m/0551ld"}, "name": {"first": "Walter", "middle": "Beaman", "last": "Jones", "suffix": "Sr."}, "bio": {"birthday": "1913-08-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1992-09-15", "state": "NC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000265", "thomas": "00613", "govtrack": 406157, "icpsr": 15426, "wikipedia": "Jim Jontz", "house_history": 16029, "wikidata": "Q671483", "google_entity_id": "kg:/m/0fjh4z"}, "name": {"first": "James", "middle": "Prather", "last": "Jontz"}, "bio": {"birthday": "1951-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "K000017", "thomas": "01375", "lis": "S140", "govtrack": 406188, "icpsr": 14708, "house_history": 16096, "wikipedia": "Nancy Kassebaum", "wikidata": "Q458281", "google_entity_id": "kg:/m/021v7x"}, "name": {"first": "Nancy", "middle": "Landon", "last": "Kassebaum"}, "bio": {"birthday": "1932-07-29", "gender": "F"}, "terms": [{"type": "sen", "start": "1978-12-23", "end": "1979-01-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "KS", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "KS", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "K000307", "thomas": "00646", "govtrack": 406461, "icpsr": 15031, "wikipedia": "Joseph P. Kolter", "house_history": 16466, "wikidata": "Q6286018", "google_entity_id": "kg:/m/0d8066"}, "name": {"first": "Joseph", "middle": "Paul", "last": "Kolter"}, "bio": {"birthday": "1926-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "K000319", "thomas": "00649", "govtrack": 406473, "icpsr": 14431, "wikipedia": "Peter H. Kostmayer", "house_history": 16483, "wikidata": "Q7174451", "google_entity_id": "kg:/m/0dlsjb"}, "name": {"first": "Peter", "middle": "Houston", "last": "Kostmayer"}, "bio": {"birthday": "1946-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "L000020", "thomas": "00658", "govtrack": 406530, "icpsr": 14071, "wikipedia": "Robert J. Lagomarsino", "house_history": 16600, "wikidata": "Q1665725", "google_entity_id": "kg:/m/09lyx8"}, "name": {"first": "Robert", "middle": "John", "last": "Lagomarsino"}, "bio": {"birthday": "1926-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "L000226", "thomas": "00680", "govtrack": 406730, "icpsr": 14029, "wikipedia": "William Lehman (Florida politician)", "house_history": 16873, "wikidata": "Q2577215", "google_entity_id": "kg:/m/0261x4b"}, "name": {"first": "William", "last": "Lehman"}, "bio": {"birthday": "1913-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "FL", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "FL", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "FL", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "FL", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "FL", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "L000243", "thomas": "00682", "govtrack": 406746, "icpsr": 13021, "wikipedia": "Norman F. Lent", "house_history": 16895, "wikidata": "Q328646", "google_entity_id": "kg:/m/0h2tsv"}, "name": {"first": "Norman", "middle": "Frederick", "last": "Lent"}, "bio": {"birthday": "1931-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 4, "party": "Republican-Conservative"}]}, {"id": {"bioguide": "L000264", "thomas": "00684", "govtrack": 406765, "icpsr": 15034, "wikipedia": "Mel Levine", "house_history": 16922, "wikidata": "Q1918896", "google_entity_id": "kg:/m/026j6ly"}, "name": {"first": "Meldon", "middle": "Edises", "last": "Levine"}, "bio": {"birthday": "1943-06-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 27, "party": "Democrat"}]}, {"id": {"bioguide": "L000479", "thomas": "00708", "govtrack": 406968, "icpsr": 14839, "house_history": 17190, "wikipedia": "Bill Lowery (politician)", "wikidata": "Q2578426", "google_entity_id": "kg:/m/09jc6y"}, "name": {"first": "William", "middle": "David", "last": "Lowery"}, "bio": {"birthday": "1947-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 41, "party": "Republican"}]}, {"id": {"bioguide": "L000507", "thomas": "00714", "govtrack": 406993, "wikipedia": "Charlie Luken", "house_history": 17224, "icpsr": 15823, "wikidata": "Q1066931", "google_entity_id": "kg:/m/03d64q"}, "name": {"first": "Charles", "middle": "J.", "last": "Luken"}, "bio": {"birthday": "1951-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000041", "thomas": "00724", "govtrack": 407069, "icpsr": 14033, "wikipedia": "Edward Rell Madigan", "house_history": 17378, "wikidata": "Q369068", "google_entity_id": "kg:/m/03pk07"}, "name": {"first": "Edward", "middle": "Rell", "last": "Madigan"}, "bio": {"birthday": "1936-01-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1991-03-08", "state": "IL", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "M000139", "thomas": "00737", "govtrack": 407162, "icpsr": 14437, "house_history": 17499, "wikipedia": "Ron Marlenee", "wikidata": "Q2165476", "google_entity_id": "kg:/m/0277sf_"}, "name": {"first": "Ronald", "middle": "Charles", "last": "Marlenee"}, "bio": {"birthday": "1935-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000174", "thomas": "00739", "govtrack": 407196, "icpsr": 14840, "wikipedia": "David O'Brien Martin", "house_history": 17539, "wikidata": "Q5238122", "google_entity_id": "kg:/m/0gkq5f"}, "name": {"first": "David", "middle": "O'Brien", "last": "Martin"}, "bio": {"birthday": "1944-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "M000264", "thomas": "00751", "govtrack": 407282, "icpsr": 14650, "wikipedia": "Nicholas Mavroules", "house_history": 17649, "wikidata": "Q1501277", "google_entity_id": "kg:/m/07kkm2"}, "name": {"first": "Nicholas", "middle": "James", "last": "Mavroules"}, "bio": {"birthday": "1929-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000432", "thomas": "00768", "govtrack": 407432, "icpsr": 14844, "house_history": 17868, "wikipedia": "Bob McEwen", "wikidata": "Q4933340", "google_entity_id": "kg:/m/03lkwh"}, "name": {"first": "Bob", "last": "McEwen"}, "bio": {"birthday": "1950-01-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "M000458", "thomas": "00771", "govtrack": 407457, "icpsr": 14845, "wikipedia": "Raymond J. McGrath", "house_history": 17896, "wikidata": "Q277060", "google_entity_id": "kg:/m/0dgynm"}, "name": {"first": "Raymond", "middle": "Joseph", "last": "McGrath"}, "bio": {"birthday": "1942-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "M000473", "thomas": "00774", "govtrack": 407471, "icpsr": 14253, "wikipedia": "Matthew F. McHugh", "house_history": 17917, "wikidata": "Q6790482", "google_entity_id": "kg:/m/0gkqhw"}, "name": {"first": "Matthew", "middle": "Francis", "last": "McHugh"}, "bio": {"birthday": "1938-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 28, "party": "Democrat"}]}, {"id": {"bioguide": "M000573", "thomas": "00783", "govtrack": 407564, "icpsr": 15432, "wikipedia": "Tom McMillen", "house_history": 18042, "wikidata": "Q1619365", "google_entity_id": "kg:/m/06h03t"}, "name": {"first": "Charles", "middle": "Thomas", "last": "McMillen"}, "bio": {"birthday": "1952-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MD", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000718", "thomas": "00806", "govtrack": 407700, "icpsr": 11034, "wikipedia": "Clarence E. Miller", "house_history": 18230, "wikidata": "Q5126494", "google_entity_id": "kg:/m/03m6tl"}, "name": {"first": "Clarence", "middle": "E.", "last": "Miller"}, "bio": {"birthday": "1917-11-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "M000736", "thomas": "00809", "govtrack": 407721, "icpsr": 15110, "wikipedia": "John Miller (Washington politician)", "house_history": 18251, "wikidata": "Q1701577", "google_entity_id": "kg:/m/03drzv"}, "name": {"first": "John", "middle": "Ripin", "last": "Miller"}, "bio": {"birthday": "1938-05-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000881", "thomas": "00828", "govtrack": 407853, "icpsr": 15044, "wikipedia": "Jim Moody", "house_history": 18438, "wikidata": "Q1689170", "google_entity_id": "kg:/m/083v29"}, "name": {"first": "Jim", "last": "Moody"}, "bio": {"birthday": "1935-09-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000999", "thomas": "00836", "govtrack": 407967, "icpsr": 14847, "wikipedia": "Sid Morrison", "house_history": 18578, "wikidata": "Q2281638", "google_entity_id": "kg:/m/027lcvk"}, "name": {"first": "Sidney", "middle": "Wallace", "last": "Morrison"}, "bio": {"birthday": "1933-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "M001057", "thomas": "00840", "govtrack": 408023, "icpsr": 15046, "wikipedia": "Robert J. Mrazek", "house_history": 18648, "wikidata": "Q2158300", "google_entity_id": "kg:/m/0cwzkj"}, "name": {"first": "Robert", "middle": "Jan", "last": "Mrazek"}, "bio": {"birthday": "1945-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "N000003", "thomas": "00851", "govtrack": 408097, "icpsr": 15435, "wikipedia": "David R. Nagle", "house_history": 18838, "wikidata": "Q1176239", "google_entity_id": "kg:/m/026h_y7"}, "name": {"first": "David", "middle": "Ray", "last": "Nagle"}, "bio": {"birthday": "1943-04-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "N000094", "thomas": "00864", "govtrack": 408179, "wikipedia": "Dick Nichols", "house_history": 18949, "icpsr": 29119, "wikidata": "Q1209758", "google_entity_id": "kg:/m/02rmbrn"}, "name": {"first": "Richard", "last": "Nichols"}, "bio": {"birthday": "1926-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "KS", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "N000163", "thomas": "00870", "govtrack": 408244, "icpsr": 14264, "wikipedia": "Henry J. Nowak", "house_history": 19036, "wikidata": "Q5723703", "google_entity_id": "kg:/m/0dgcw1"}, "name": {"first": "Henry", "middle": "James", "last": "Nowak"}, "bio": {"birthday": "1935-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 37, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 37, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 37, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 37, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 33, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 33, "party": "Democrat"}]}, {"id": {"bioguide": "N000171", "thomas": "01413", "lis": "S074", "govtrack": 408252, "icpsr": 14108, "wikipedia": "Sam Nunn", "wikidata": "Q946305", "google_entity_id": "kg:/m/01phfy"}, "name": {"first": "Samuel", "middle": "Augustus", "last": "Nunn"}, "bio": {"birthday": "1938-09-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1972-11-08", "end": "1973-01-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "GA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "O000001", "thomas": "00875", "govtrack": 408313, "icpsr": 14443, "wikipedia": "Mary Rose Oakar", "house_history": 19070, "wikidata": "Q650765", "google_entity_id": "kg:/m/03t770"}, "name": {"first": "Mary", "middle": "Rose", "last": "Oakar"}, "bio": {"birthday": "1940-03-05", "gender": "F"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "O000069", "thomas": "00878", "govtrack": 408342, "icpsr": 15048, "house_history": 19153, "wikipedia": "Jim Olin", "wikidata": "Q1689180", "google_entity_id": "kg:/m/0grcq9"}, "name": {"first": "James", "middle": "R.", "last": "Olin"}, "bio": {"birthday": "1920-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "VA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "VA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "O000156", "thomas": "00884", "govtrack": 408407, "icpsr": 14042, "house_history": 19258, "wikipedia": "Wayne Owens", "wikidata": "Q2553106", "google_entity_id": "kg:/m/0cr1db"}, "name": {"first": "Douglas", "middle": "Wayne", "last": "Owens"}, "bio": {"birthday": "1937-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "UT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "UT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "UT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "UT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000112", "thomas": "00897", "govtrack": 408520, "icpsr": 15171, "wikipedia": "Liz J. Patterson", "house_history": 19412, "wikidata": "Q1866591", "google_entity_id": "kg:/m/0fkc60"}, "name": {"first": "Elizabeth", "middle": "J.", "last": "Patterson"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "SC", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "SC", "district": 4, "party": "Democrat"}], "bio": {"birthday": "1939-11-18", "gender": "F"}}, {"id": {"bioguide": "P000170", "thomas": "00904", "govtrack": 408575, "icpsr": 14445, "house_history": 19488, "wikipedia": "Donald J. Pease", "wikidata": "Q5294581", "google_entity_id": "kg:/m/04kw30"}, "name": {"first": "Donald", "middle": "James", "last": "Pease"}, "bio": {"birthday": "1931-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "P000193", "thomas": "01417", "lis": "S078", "govtrack": 408597, "icpsr": 10818, "wikipedia": "Claiborne Pell", "wikidata": "Q1094716", "google_entity_id": "kg:/m/01s7lb"}, "name": {"first": "Claiborne", "middle": "de Borda", "last": "Pell"}, "bio": {"birthday": "1918-11-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "RI", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "RI", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "RI", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "RI", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "RI", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "RI", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000229", "thomas": "00909", "govtrack": 408632, "icpsr": 15228, "house_history": 19562, "wikipedia": "Carl C. Perkins", "wikidata": "Q1037241", "google_entity_id": "kg:/m/07nw37"}, "name": {"first": "Carl", "middle": "Christopher", "last": "Perkins"}, "bio": {"birthday": "1954-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "KY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "KY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "P000513", "thomas": "00927", "lis": "S141", "govtrack": 408898, "icpsr": 14268, "house_history": 19914, "wikipedia": "Larry Pressler", "wikidata": "Q518447", "google_entity_id": "kg:/m/039zzw"}, "name": {"first": "Larry", "middle": "Lee", "last": "Pressler"}, "bio": {"birthday": "1942-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "SD", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "SD", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "SD", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "SD", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "P000556", "thomas": "01420", "lis": "S125", "govtrack": 408939, "icpsr": 10791, "wikipedia": "David Pryor", "house_history": 19968, "wikidata": "Q881301", "google_entity_id": "kg:/m/01rx33"}, "name": {"first": "David", "middle": "Hampton", "last": "Pryor"}, "bio": {"birthday": "1934-08-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "AR", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "AR", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000574", "thomas": "00934", "govtrack": 408957, "icpsr": 14446, "house_history": 19994, "wikipedia": "Carl Pursell", "wikidata": "Q442209", "google_entity_id": "kg:/m/0270ft0"}, "name": {"first": "Carl", "middle": "Duane", "last": "Pursell"}, "bio": {"birthday": "1932-12-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "R000080", "thomas": "00948", "govtrack": 409060, "icpsr": 15053, "house_history": 20181, "wikipedia": "Richard Ray", "wikidata": "Q1547512", "google_entity_id": "kg:/m/026j79m"}, "name": {"first": "Richard", "middle": "Belmont", "last": "Ray"}, "bio": {"birthday": "1927-02-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "GA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "GA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000189", "thomas": "00956", "govtrack": 409165, "icpsr": 15440, "wikipedia": "John Jacob Rhodes III", "house_history": 20320, "wikidata": "Q444926", "google_entity_id": "kg:/m/07br_5"}, "name": {"first": "John", "middle": "Jacob", "last": "Rhodes", "suffix": "III"}, "bio": {"birthday": "1943-09-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AZ", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000262", "thomas": "00963", "govtrack": 409237, "icpsr": 14046, "house_history": 20410, "wikipedia": "Matthew John Rinaldo", "wikidata": "Q1544099", "google_entity_id": "kg:/m/078yzq"}, "name": {"first": "Matthew", "middle": "John", "last": "Rinaldo"}, "bio": {"birthday": "1931-09-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NJ", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "R000277", "thomas": "00965", "govtrack": 409251, "icpsr": 14654, "wikipedia": "Donald L. Ritter", "house_history": 20427, "wikidata": "Q5294674", "google_entity_id": "kg:/m/0f971f"}, "name": {"first": "Donald", "middle": "Lawrence", "last": "Ritter"}, "bio": {"birthday": "1940-10-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "R000383", "thomas": "00974", "govtrack": 409353, "icpsr": 12042, "house_history": 20557, "wikipedia": "Robert A. Roe", "wikidata": "Q540874", "google_entity_id": "kg:/m/026ydk7"}, "name": {"first": "Robert", "middle": "A.", "last": "Roe"}, "bio": {"birthday": "1924-02-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NJ", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NJ", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "R000485", "thomas": "00996", "govtrack": 409446, "icpsr": 10621, "wikipedia": "Edward R. Roybal", "house_history": 20684, "wikidata": "Q1115522", "google_entity_id": "kg:/m/074m20"}, "name": {"first": "Edward", "middle": "Ross", "last": "Roybal"}, "bio": {"birthday": "1916-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "R000543", "thomas": "01004", "govtrack": 409500, "icpsr": 14271, "house_history": 20751, "wikipedia": "Marty Russo", "wikidata": "Q4678413", "google_entity_id": "kg:/m/0281sjj"}, "name": {"first": "Martin", "middle": "Anthony", "last": "Russo"}, "bio": {"birthday": "1944-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "S000081", "thomas": "01020", "govtrack": 409593, "icpsr": 14856, "wikipedia": "Gus Savage", "house_history": 21235, "wikidata": "Q3034226", "google_entity_id": "kg:/m/03tdg5"}, "name": {"first": "Gus", "last": "Savage"}, "bio": {"birthday": "1925-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000124", "thomas": "01029", "govtrack": 409632, "icpsr": 10768, "house_history": 21291, "wikipedia": "James H. Scheuer", "wikidata": "Q6135277", "google_entity_id": "kg:/m/07thn7"}, "name": {"first": "James", "middle": "Haas", "last": "Scheuer"}, "bio": {"birthday": "1920-02-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": -1, "party": "Democrat-Liberal"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 8, "party": "Democrat-Liberal"}]}, {"id": {"bioguide": "S000146", "thomas": "01035", "govtrack": 409654, "icpsr": 14273, "wikipedia": "Richard T. Schulze", "house_history": 21318, "wikidata": "Q7329368", "google_entity_id": "kg:/m/09q89j"}, "name": {"first": "Richard", "middle": "Taylor", "last": "Schulze"}, "bio": {"birthday": "1929-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000269", "thomas": "01434", "lis": "S218", "govtrack": 409770, "icpsr": 49100, "wikipedia": "John F. Seymour", "wikidata": "Q376645", "google_entity_id": "kg:/m/03m7hb"}, "name": {"first": "John", "last": "Seymour"}, "bio": {"birthday": "1937-12-03", "gender": "M"}, "terms": [{"type": "sen", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000407", "thomas": "01057", "govtrack": 409901, "icpsr": 15059, "house_history": 21644, "wikipedia": "Gerry Sikorski", "wikidata": "Q1232464", "google_entity_id": "kg:/m/0dgdp6"}, "name": {"first": "Gerald", "middle": "Edward", "last": "Sikorski"}, "bio": {"birthday": "1948-04-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "S000423", "thomas": "01059", "lis": "S175", "govtrack": 409917, "icpsr": 14275, "house_history": 21664, "wikipedia": "Paul Simon (politician)", "wikidata": "Q712134", "google_entity_id": "kg:/m/0236v1"}, "name": {"first": "Paul", "middle": "Martin", "last": "Simon"}, "bio": {"birthday": "1928-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 22, "party": "Democrat"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "IL", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "IL", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000429", "thomas": "01435", "lis": "S142", "govtrack": 409923, "icpsr": 14710, "cspan": 378, "wikipedia": "Alan K. Simpson", "wikidata": "Q2636748", "google_entity_id": "kg:/m/03f_3t"}, "name": {"first": "Alan", "middle": "Kooi", "last": "Simpson"}, "bio": {"birthday": "1931-09-02", "gender": "M"}, "terms": [{"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "WY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "WY", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "WY", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000479", "thomas": "01068", "govtrack": 409968, "icpsr": 15115, "wikipedia": "D. French Slaughter Jr.", "house_history": 21736, "wikidata": "Q738053", "google_entity_id": "kg:/m/02qct_5"}, "name": {"first": "Daniel", "middle": "French", "last": "Slaughter", "suffix": "Jr."}, "bio": {"birthday": "1925-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1991-11-04", "state": "VA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "S000586", "thomas": "01077", "govtrack": 410066, "icpsr": 15062, "wikipedia": "Lawrence J. Smith", "house_history": 21859, "wikidata": "Q178632", "google_entity_id": "kg:/m/027lpj_"}, "name": {"first": "Lawrence", "middle": "Jack", "last": "Smith"}, "bio": {"birthday": "1941-04-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "S000673", "thomas": "01087", "govtrack": 410145, "icpsr": 14277, "wikipedia": "Stephen J. Solarz", "house_history": 21969, "wikidata": "Q2096807", "google_entity_id": "kg:/m/084mz7"}, "name": {"first": "Stephen", "middle": "Joshua", "last": "Solarz"}, "bio": {"birthday": "1940-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "S000779", "thomas": "01095", "govtrack": 410245, "icpsr": 15065, "wikipedia": "Harley O. Staggers Jr.", "house_history": 22101, "wikidata": "Q1585518", "google_entity_id": "kg:/m/07sb0f"}, "name": {"first": "Harley", "middle": "Orrin", "last": "Staggers", "suffix": "Jr."}, "bio": {"birthday": "1951-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WV", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000785", "thomas": "01097", "govtrack": 410251, "icpsr": 15117, "wikipedia": "Richard H. Stallings", "house_history": 22110, "wikidata": "Q2149678", "google_entity_id": "kg:/m/05zblt"}, "name": {"first": "Richard", "middle": "Howard", "last": "Stallings"}, "bio": {"birthday": "1940-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "ID", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "ID", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "ID", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "ID", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000034", "thomas": "01136", "govtrack": 410623, "icpsr": 15068, "house_history": 22675, "wikipedia": "Robin Tallon", "wikidata": "Q2159908", "google_entity_id": "kg:/m/0265rfm"}, "name": {"first": "Robert", "middle": "Mooneyhan", "last": "Tallon", "suffix": "Jr.", "nickname": "Robin"}, "bio": {"birthday": "1946-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "SC", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "SC", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "T000184", "thomas": "01150", "govtrack": 410765, "icpsr": 15069, "wikipedia": "Lindsay Thomas (politician)", "house_history": 22857, "wikidata": "Q1497921", "google_entity_id": "kg:/m/026gs8q"}, "name": {"first": "Robert", "middle": "Lindsay", "last": "Thomas"}, "bio": {"birthday": "1943-11-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "GA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "GA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "T000356", "thomas": "01167", "govtrack": 410926, "icpsr": 14075, "wikipedia": "J. Bob Traxler", "house_history": 23071, "wikidata": "Q1676274", "google_entity_id": "kg:/m/027pr_h"}, "name": {"first": "Jerome", "middle": "Bob", "last": "Traxler"}, "bio": {"birthday": "1931-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "U000001", "thomas": "01173", "govtrack": 411025, "icpsr": 10566, "wikipedia": "Mo Udall", "house_history": 20826, "wikidata": "Q1941315", "google_entity_id": "kg:/m/02tv1h"}, "name": {"first": "Morris", "middle": "King", "last": "Udall"}, "bio": {"birthday": "1922-06-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1991-05-04", "state": "AZ", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "V000027", "thomas": "01180", "govtrack": 411119, "icpsr": 10794, "wikipedia": "Guy Vander Jagt", "house_history": 20911, "wikidata": "Q1557599", "google_entity_id": "kg:/m/05v1m0"}, "name": {"first": "Guy", "middle": "Adrian", "last": "Vander Jagt"}, "bio": {"birthday": "1931-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "W000237", "thomas": "01212", "govtrack": 411405, "icpsr": 14868, "wikipedia": "Vin Weber", "house_history": 23500, "wikidata": "Q387675", "google_entity_id": "kg:/m/04401j"}, "name": {"first": "John", "middle": "Vincent", "last": "Weber"}, "bio": {"birthday": "1952-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000258", "thomas": "01213", "govtrack": 411426, "icpsr": 14463, "wikipedia": "Theodore S. Weiss", "house_history": 23527, "wikidata": "Q3915717", "google_entity_id": "kg:/m/0gkpwf"}, "name": {"first": "Theodore", "middle": "S.", "last": "Weiss"}, "bio": {"birthday": "1927-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1992-09-14", "state": "NY", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "W000665", "thomas": "01457", "lis": "S219", "govtrack": 411818, "wikipedia": "Harris Wofford", "icpsr": 49104, "wikidata": "Q323511", "google_entity_id": "kg:/m/038445"}, "name": {"first": "Harris", "last": "Wofford"}, "bio": {"birthday": "1926-04-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1991-01-03", "end": "1995-01-03", "state": "PA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000682", "thomas": "01240", "govtrack": 411834, "icpsr": 14673, "house_history": 24029, "wikipedia": "Howard Wolpe", "wikidata": "Q995192", "google_entity_id": "kg:/m/04zr6n"}, "name": {"first": "Howard", "middle": "Eliot", "last": "Wolpe", "suffix": "III"}, "bio": {"birthday": "1939-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000781", "thomas": "01249", "govtrack": 411929, "icpsr": 11058, "wikipedia": "Chalmers Wylie", "house_history": 24153, "wikidata": "Q5069018", "google_entity_id": "kg:/m/06pgdr"}, "name": {"first": "Chalmers", "middle": "Pangburn", "last": "Wylie"}, "bio": {"birthday": "1920-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "Y000014", "thomas": "01253", "govtrack": 411948, "icpsr": 12035, "wikipedia": "Gus Yatron", "house_history": 21049, "wikidata": "Q9282777", "google_entity_id": "kg:/m/0dls9p"}, "name": {"first": "Gus", "last": "Yatron"}, "bio": {"birthday": "1927-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B001076", "thomas": "01296", "lis": "S220", "govtrack": 402022, "wikipedia": "Jocelyn Burdick", "house_history": 10163, "wikidata": "Q453920", "google_entity_id": "kg:/m/04pn5n"}, "name": {"first": "Jocelyn", "middle": "Birch", "last": "Burdick"}, "bio": {"birthday": "1922-02-06", "gender": "F"}, "terms": [{"type": "sen", "start": "1992-09-16", "end": "1992-12-14", "state": "ND", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000209", "thomas": "00020", "govtrack": 400882, "icpsr": 15001, "wikipedia": "Michael A. Andrews", "house_history": 8549, "wikidata": "Q1592480", "google_entity_id": "kg:/m/027rts7"}, "name": {"first": "Michael", "middle": "Allen", "last": "Andrews"}, "bio": {"birthday": "1944-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "A000211", "thomas": "00022", "govtrack": 400885, "house_history": 8552, "icpsr": 29121, "wikipedia": "Thomas Andrews (politician)", "wikidata": "Q364484", "google_entity_id": "kg:/m/02tppn"}, "name": {"first": "Thomas", "middle": "Hiram", "last": "Andrews"}, "bio": {"birthday": "1953-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "ME", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "ME", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "A000214", "thomas": "00025", "govtrack": 400906, "icpsr": 14402, "wikipedia": "Douglas Applegate", "house_history": 8557, "wikidata": "Q1251997", "google_entity_id": "kg:/m/04nvvf"}, "name": {"first": "Douglas", "middle": "Earl", "last": "Applegate"}, "bio": {"birthday": "1928-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "A000224", "thomas": "00033", "govtrack": 400967, "icpsr": 13003, "wikipedia": "Les Aspin", "house_history": 8576, "wikidata": "Q1820456", "google_entity_id": "kg:/m/0dg0v6"}, "name": {"first": "Leslie", "last": "Aspin"}, "bio": {"birthday": "1938-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1993-01-20", "state": "WI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000008", "thomas": "00037", "govtrack": 401014, "wikipedia": "Jim Bacchus", "house_history": 8783, "icpsr": 29112, "wikidata": "Q1689028", "google_entity_id": "kg:/m/05pytj"}, "name": {"first": "James", "last": "Bacchus"}, "bio": {"birthday": "1949-06-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "B001226", "thomas": "00051", "govtrack": 401134, "wikipedia": "Peter W. Barca", "house_history": 10353, "icpsr": 39314, "wikidata": "Q2078827", "google_entity_id": "kg:/m/076pq2"}, "name": {"first": "Peter", "middle": "William", "last": "Barca"}, "bio": {"birthday": "1955-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-05-04", "end": "1995-01-03", "state": "WI", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000151", "thomas": "00053", "govtrack": 401153, "wikipedia": "Thomas Barlow (Kentucky)", "house_history": 8965, "icpsr": 29351, "wikidata": "Q2439506", "google_entity_id": "kg:/m/092fm5"}, "name": {"first": "Thomas", "middle": "J.", "last": "Barlow", "suffix": "III"}, "bio": {"birthday": "1940-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "KY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000392", "thomas": "00078", "govtrack": 401383, "icpsr": 15086, "wikipedia": "Helen Delich Bentley", "house_history": 9284, "wikidata": "Q868577", "google_entity_id": "kg:/m/04pj_0"}, "name": {"first": "Helen", "middle": "Delich", "last": "Bentley"}, "bio": {"birthday": "1923-11-28", "gender": "F"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MD", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "B000462", "thomas": "00088", "govtrack": 401446, "icpsr": 15403, "wikipedia": "James Bilbray", "house_history": 9373, "wikidata": "Q285366", "google_entity_id": "kg:/m/0ck1rl"}, "name": {"first": "James", "middle": "Hubert", "last": "Bilbray"}, "bio": {"birthday": "1938-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NV", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000517", "thomas": "00093", "govtrack": 401494, "wikipedia": "Lucien E. Blackwell", "icpsr": 29140, "house_history": 7699, "wikidata": "Q6697071", "google_entity_id": "kg:/m/06xls4"}, "name": {"first": "Lucien", "middle": "Edward", "last": "Blackwell"}, "bio": {"birthday": "1931-08-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-11-05", "end": "1993-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000880", "thomas": "00127", "govtrack": 401837, "icpsr": 1077, "wikipedia": "Jack Brooks (American politician)", "house_history": 9918, "wikidata": "Q1470575", "google_entity_id": "kg:/m/03rz1_"}, "name": {"first": "Jack", "middle": "Bascom", "last": "Brooks"}, "bio": {"birthday": "1922-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "B001057", "thomas": "01295", "lis": "S014", "govtrack": 402004, "icpsr": 14300, "wikipedia": "Dale Bumpers", "wikidata": "Q881361", "google_entity_id": "kg:/m/01rtp0"}, "name": {"first": "Dale", "last": "Bumpers"}, "bio": {"birthday": "1925-08-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "AR", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "AR", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B001213", "thomas": "00161", "govtrack": 402152, "wikipedia": "Leslie L. Byrne", "house_history": 10336, "icpsr": 39309, "wikidata": "Q727598", "google_entity_id": "kg:/m/06fc_b"}, "name": {"first": "Leslie", "middle": "Larkin", "last": "Byrne"}, "bio": {"birthday": "1946-10-27", "gender": "F"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "VA", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "C000178", "thomas": "00180", "govtrack": 402325, "icpsr": 14210, "wikipedia": "Milton Robert Carr", "house_history": 10676, "wikidata": "Q731392", "google_entity_id": "kg:/m/03ycgn"}, "name": {"first": "Milton", "middle": "Robert", "last": "Carr", "nickname": "Bob"}, "bio": {"birthday": "1943-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MI", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "C000767", "thomas": "00232", "govtrack": 402890, "wikipedia": "Sam Coppersmith", "house_history": 11415, "icpsr": 29303, "wikidata": "Q2216420", "google_entity_id": "kg:/m/0c01w3"}, "name": {"first": "Samuel", "middle": "G.", "last": "Coppersmith"}, "bio": {"birthday": "1955-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AZ", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000018", "thomas": "01313", "lis": "S147", "govtrack": 403142, "icpsr": 14900, "wikipedia": "Al D'Amato", "wikidata": "Q2064037", "google_entity_id": "kg:/m/02c9jz"}, "name": {"first": "Alfonse", "middle": "Marcello", "last": "D'Amato"}, "bio": {"birthday": "1937-08-01", "gender": "M"}, "terms": [{"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "NY", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "NY", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "NY", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000051", "thomas": "00266", "govtrack": 403190, "icpsr": 15081, "house_history": 11893, "wikipedia": "George Darden", "wikidata": "Q248630", "google_entity_id": "kg:/m/026hw5y"}, "name": {"first": "George", "last": "Darden", "nickname": "Buddy"}, "bio": {"birthday": "1943-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "GA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "GA", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "D000267", "thomas": "00289", "govtrack": 403403, "icpsr": 14212, "house_history": 12159, "wikipedia": "Butler Derrick", "wikidata": "Q745814", "google_entity_id": "kg:/m/0265rj1"}, "name": {"first": "Butler", "middle": "Carson", "last": "Derrick", "suffix": "Jr."}, "bio": {"birthday": "1936-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "SC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "SC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "D000401", "thomas": "01318", "lis": "S026", "govtrack": 403515, "icpsr": 10513, "house_history": 12331, "wikipedia": "Bob Dole", "wikidata": "Q319079", "google_entity_id": "kg:/m/0fhkx"}, "name": {"first": "Robert", "middle": "Joseph", "last": "Dole"}, "bio": {"birthday": "1923-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "KS", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "KS", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "KS", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "KS", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "KS", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "KS", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1993-01-05", "end": "1996-06-11", "state": "KS", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "E000064", "thomas": "00336", "govtrack": 403776, "icpsr": 10583, "wikipedia": "Don Edwards", "house_history": 12679, "wikidata": "Q1239102", "google_entity_id": "kg:/m/082xnd"}, "name": {"first": "William", "middle": "Donlon", "last": "Edwards", "nickname": "Don"}, "bio": {"birthday": "1915-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "E000184", "thomas": "00345", "govtrack": 403873, "icpsr": 14219, "wikipedia": "Glenn English", "house_history": 12822, "wikidata": "Q1313130", "google_entity_id": "kg:/m/07v5gv"}, "name": {"first": "Glenn", "middle": "Lee", "last": "English", "suffix": "Jr."}, "bio": {"birthday": "1940-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OK", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1994-01-07", "state": "OK", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "E000186", "thomas": "00346", "govtrack": 403875, "house_history": 12826, "icpsr": 29304, "wikipedia": "Karan English", "wikidata": "Q524510", "google_entity_id": "kg:/m/06pvs6"}, "name": {"first": "Karan", "last": "English"}, "bio": {"birthday": "1949-03-23", "gender": "F"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AZ", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "E000218", "thomas": "00356", "govtrack": 403904, "icpsr": 15411, "wikipedia": "Mike Espy", "house_history": 12872, "wikidata": "Q1400332", "google_entity_id": "kg:/m/03br4v"}, "name": {"first": "Albert", "middle": "Michael", "last": "Espy"}, "bio": {"birthday": "1953-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1993-01-22", "state": "MS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "F000437", "thomas": "01329", "lis": "S227", "govtrack": 403968, "wikipedia": "Lauch Faircloth", "icpsr": 49304, "wikidata": "Q1406773", "google_entity_id": "kg:/m/01658l"}, "name": {"first": "Duncan", "middle": "McLauchlin", "last": "Faircloth", "nickname": "Lauch"}, "bio": {"birthday": "1928-01-14", "gender": "M"}, "terms": [{"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "NC", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "F000128", "thomas": "00383", "govtrack": 404083, "wikipedia": "Eric Fingerhut", "house_history": 13133, "icpsr": 29391, "wikidata": "Q1252873", "google_entity_id": "kg:/m/034r76"}, "name": {"first": "Eric", "middle": "D.", "last": "Fingerhut"}, "bio": {"birthday": "1959-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "F000141", "thomas": "00384", "govtrack": 404097, "icpsr": 12013, "wikipedia": "Hamilton Fish IV", "house_history": 13149, "wikidata": "Q5644938", "google_entity_id": "kg:/m/078y88"}, "name": {"first": "Hamilton", "last": "Fish", "suffix": "Jr."}, "bio": {"birthday": "1926-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "F000239", "thomas": "00397", "govtrack": 404193, "icpsr": 10726, "wikipedia": "Tom Foley", "house_history": 13275, "wikidata": "Q577751", "google_entity_id": "kg:/m/037y04"}, "name": {"first": "Thomas", "middle": "Stephen", "last": "Foley"}, "bio": {"birthday": "1929-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "F000268", "thomas": "01334", "lis": "S033", "govtrack": 404219, "icpsr": 14302, "wikipedia": "Wendell H. Ford", "wikidata": "Q361139", "google_entity_id": "kg:/m/02scy2"}, "name": {"first": "Wendell", "middle": "Hampton", "last": "Ford"}, "bio": {"birthday": "1924-09-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1974-12-28", "end": "1975-01-03", "state": "KY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "KY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "KY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "KY", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "KY", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000270", "thomas": "00401", "govtrack": 404220, "icpsr": 10727, "wikipedia": "William D. Ford", "house_history": 13314, "wikidata": "Q517866", "google_entity_id": "kg:/m/03n96v"}, "name": {"first": "William", "middle": "David", "last": "Ford"}, "bio": {"birthday": "1927-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MI", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "G000025", "thomas": "00426", "govtrack": 404401, "icpsr": 15099, "wikipedia": "Dean Gallo", "house_history": 13596, "wikidata": "Q1181077", "google_entity_id": "kg:/m/06htd7"}, "name": {"first": "Dean", "middle": "Anderson", "last": "Gallo"}, "bio": {"birthday": "1935-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NJ", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NJ", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NJ", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NJ", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NJ", "district": 11, "party": "Republican"}]}, {"id": {"bioguide": "G000236", "thomas": "01339", "lis": "S035", "govtrack": 404598, "icpsr": 14304, "wikipedia": "John Glenn", "wikidata": "Q182642", "google_entity_id": "kg:/m/0g0yh"}, "name": {"first": "John", "middle": "Herschel", "last": "Glenn", "suffix": "Jr."}, "bio": {"birthday": "1921-07-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1974-12-24", "end": "1975-01-03", "state": "OH", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "OH", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "OH", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "OH", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "OH", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "G000240", "thomas": "00443", "govtrack": 404602, "icpsr": 14422, "house_history": 13867, "wikipedia": "Dan Glickman", "wikidata": "Q370213", "google_entity_id": "kg:/m/03b91z"}, "name": {"first": "Daniel", "middle": "Robert", "last": "Glickman"}, "bio": {"birthday": "1944-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "KS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "KS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "KS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "KS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "KS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "KS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "KS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "KS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "KS", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "G000349", "thomas": "00451", "govtrack": 404705, "icpsr": 14225, "wikipedia": "Bill Gradison", "house_history": 14000, "wikidata": "Q862136", "google_entity_id": "kg:/m/0343_v"}, "name": {"first": "Willis", "middle": "David", "last": "Gradison", "suffix": "Jr."}, "bio": {"birthday": "1928-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1993-01-31", "state": "OH", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000371", "thomas": "00455", "govtrack": 404723, "icpsr": 15414, "house_history": 14031, "wikipedia": "Fred Grandy", "wikidata": "Q653258", "google_entity_id": "kg:/m/025nwl"}, "name": {"first": "Frederick", "middle": "Lawrence", "last": "Grandy"}, "bio": {"birthday": "1948-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "H000096", "thomas": "00488", "govtrack": 404978, "wikipedia": "Daniel Hamburg", "house_history": 14405, "icpsr": 29308, "wikidata": "Q1161029", "google_entity_id": "kg:/m/04qc53"}, "name": {"first": "Daniel", "last": "Hamburg"}, "bio": {"birthday": "1948-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000514", "thomas": "00532", "govtrack": 405377, "icpsr": 15103, "wikipedia": "Paul B. Henry", "house_history": 14921, "wikidata": "Q2058762", "google_entity_id": "kg:/m/03yl_n"}, "name": {"first": "Paul", "middle": "B.", "last": "Henry"}, "bio": {"birthday": "1942-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1993-07-31", "state": "MI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000652", "thomas": "00544", "govtrack": 405507, "icpsr": 15607, "wikipedia": "Peter Hoagland", "house_history": 15092, "wikidata": "Q1529885", "google_entity_id": "kg:/m/0bfqqv"}, "name": {"first": "Peter", "middle": "D.", "last": "Hoagland"}, "bio": {"birthday": "1941-11-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NE", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NE", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NE", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H000670", "thomas": "00546", "govtrack": 405524, "icpsr": 15421, "house_history": 15114, "wikipedia": "George J. Hochbrueckner", "wikidata": "Q82423", "google_entity_id": "kg:/m/0df6gd"}, "name": {"first": "George", "middle": "Joseph", "last": "Hochbrueckner"}, "bio": {"birthday": "1938-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "H000912", "thomas": "00571", "govtrack": 405758, "wikipedia": "Michael Huffington", "house_history": 15412, "icpsr": 29314, "wikidata": "Q1927918", "google_entity_id": "kg:/m/01rcp5"}, "name": {"first": "Michael", "last": "Huffington"}, "bio": {"birthday": "1947-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "H000930", "thomas": "00572", "govtrack": 405775, "icpsr": 14238, "house_history": 15432, "wikipedia": "William J. Hughes", "wikidata": "Q1230827", "google_entity_id": "kg:/m/0b03f7"}, "name": {"first": "William", "middle": "John", "last": "Hughes"}, "bio": {"birthday": "1932-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NJ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NJ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NJ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NJ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NJ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NJ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NJ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NJ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NJ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NJ", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "H001018", "thomas": "00579", "govtrack": 405855, "icpsr": 14636, "wikipedia": "Earl Dewitt Hutto", "house_history": 15539, "wikidata": "Q1277037", "google_entity_id": "kg:/m/0261v61"}, "name": {"first": "Earl", "middle": "Dewitt", "last": "Hutto"}, "bio": {"birthday": "1926-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "J000120", "thomas": "00598", "govtrack": 406024, "house_history": 15844, "icpsr": 29343, "wikipedia": "Don Johnson Jr.", "wikidata": "Q1100647", "google_entity_id": "kg:/m/0gshtq"}, "name": {"first": "Clete", "middle": "Donald", "last": "Johnson", "suffix": "Jr.", "nickname": "Don"}, "bio": {"birthday": "1948-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "GA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "K000088", "thomas": "01376", "lis": "S232", "govtrack": 406256, "wikipedia": "Dirk Kempthorne", "icpsr": 49302, "wikidata": "Q737493", "google_entity_id": "kg:/m/0260zf"}, "name": {"first": "Dirk", "last": "Kempthorne"}, "bio": {"birthday": "1951-10-29", "gender": "M"}, "terms": [{"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "ID", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "K000262", "thomas": "00638", "govtrack": 406420, "house_history": 16405, "icpsr": 29372, "wikipedia": "Herb Klein (politician)", "wikidata": "Q1608617", "google_entity_id": "kg:/m/054h_5"}, "name": {"first": "Herbert", "middle": "C.", "last": "Klein"}, "bio": {"birthday": "1930-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NJ", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "K000312", "thomas": "00648", "govtrack": 406466, "house_history": 16473, "icpsr": 29139, "wikipedia": "Michael J. Kopetski", "wikidata": "Q1236198", "google_entity_id": "kg:/m/0kssgb"}, "name": {"first": "Michael", "middle": "J.", "last": "Kopetski"}, "bio": {"birthday": "1949-10-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OR", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "K000328", "thomas": "00652", "govtrack": 406482, "wikipedia": "Mike Kreidler", "house_history": 16494, "icpsr": 39313, "wikidata": "Q684548", "google_entity_id": "kg:/m/04l7p1"}, "name": {"first": "Myron", "middle": "Bradford", "last": "Kreidler", "nickname": "Mike"}, "bio": {"birthday": "1943-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "K000333", "thomas": "00653", "lis": "S234", "govtrack": 406487, "icpsr": 14247, "wikipedia": "Bob Krueger", "house_history": 16502, "wikidata": "Q1840588", "google_entity_id": "kg:/m/0452c9"}, "name": {"first": "Robert", "middle": "Charles", "last": "Krueger"}, "bio": {"birthday": "1935-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 21, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1993-12-31", "state": "TX", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000098", "thomas": "00665", "govtrack": 406605, "votesmart": 26829, "wikipedia": "Larry LaRocco", "house_history": 16716, "icpsr": 29114, "wikidata": "Q446691", "google_entity_id": "kg:/m/07ksfj"}, "name": {"first": "Larry", "last": "LaRocco"}, "bio": {"birthday": "1946-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "ID", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "ID", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000045", "thomas": "00660", "govtrack": 406554, "icpsr": 15430, "wikipedia": "Martin Lancaster", "house_history": 16638, "wikidata": "Q1904391", "google_entity_id": "kg:/m/05wdmh"}, "name": {"first": "H.", "middle": "Martin", "last": "Lancaster"}, "bio": {"birthday": "1943-03-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NC", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NC", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000225", "thomas": "00679", "govtrack": 406729, "icpsr": 15032, "wikipedia": "Richard H. Lehman", "house_history": 16871, "wikidata": "Q1424689", "google_entity_id": "kg:/m/09ty5m"}, "name": {"first": "Richard", "middle": "Henry", "last": "Lehman"}, "bio": {"birthday": "1948-07-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "L000267", "thomas": "00686", "govtrack": 406768, "wikipedia": "David A. Levy", "house_history": 16924, "icpsr": 29376, "wikidata": "Q723273", "google_entity_id": "kg:/m/07bgs3"}, "name": {"first": "David", "middle": "A.", "last": "Levy"}, "bio": {"birthday": "1953-12-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "L000295", "thomas": "00690", "govtrack": 406790, "icpsr": 15035, "wikipedia": "Tom Lewis (American politician)", "house_history": 16960, "wikidata": "Q1794112", "google_entity_id": "kg:/m/026x676"}, "name": {"first": "Thomas", "middle": "F.", "last": "Lewis"}, "bio": {"birthday": "1924-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "L000381", "thomas": "00698", "govtrack": 406873, "icpsr": 14251, "house_history": 17069, "wikipedia": "Marilyn Lloyd", "wikidata": "Q514491", "google_entity_id": "kg:/m/044tqx"}, "name": {"first": "Marilyn", "middle": "Laird", "last": "Lloyd"}, "bio": {"gender": "F", "birthday": "1929-01-03"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "L000420", "thomas": "00705", "govtrack": 406920, "icpsr": 15631, "votesmart": 34285, "wikipedia": "Jill Long Thompson", "house_history": 17117, "wikidata": "Q514523", "google_entity_id": "kg:/m/0f4s6t"}, "name": {"first": "Jill", "middle": "Lynette", "last": "Long Thompson"}, "bio": {"birthday": "1952-07-15", "gender": "F"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000015", "thomas": "00720", "govtrack": 407044, "icpsr": 15615, "wikipedia": "Ronald Machtley", "house_history": 17346, "wikidata": "Q2165689", "google_entity_id": "kg:/m/0byf69"}, "name": {"first": "Ronald", "middle": "K.", "last": "Machtley"}, "bio": {"birthday": "1948-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "RI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "RI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000100", "thomas": "00730", "govtrack": 407124, "wikipedia": "David S. Mann", "house_history": 17455, "icpsr": 29385, "wikidata": "Q1176464", "google_entity_id": "kg:/m/03d67w"}, "name": {"first": "David", "middle": "Scott", "last": "Mann"}, "bio": {"birthday": "1939-09-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M000129", "thomas": "00797", "govtrack": 407153, "wikipedia": "Marjorie Margolies", "house_history": 17488, "icpsr": 29398, "wikidata": "Q510858", "google_entity_id": "kg:/m/0dlx_p"}, "name": {"first": "Marjorie", "last": "Margolies-Mezvinsky"}, "bio": {"birthday": "1942-06-21", "gender": "F"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "M000236", "thomas": "01390", "lis": "S233", "govtrack": 407254, "wikipedia": "Harlan Mathews", "icpsr": 49305, "wikidata": "Q925743", "google_entity_id": "kg:/m/042w9x"}, "name": {"first": "Harlan", "last": "Mathews"}, "bio": {"birthday": "1927-01-17", "gender": "M"}, "terms": [{"type": "sen", "start": "1993-01-05", "end": "1995-01-03", "state": "TN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000291", "thomas": "00753", "govtrack": 407306, "icpsr": 13024, "wikipedia": "Romano Mazzoli", "house_history": 17682, "wikidata": "Q2164923", "google_entity_id": "kg:/m/08g4jv"}, "name": {"first": "Romano", "middle": "Louis", "last": "Mazzoli"}, "bio": {"birthday": "1932-11-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "KY", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000306", "thomas": "00755", "govtrack": 407320, "icpsr": 15040, "house_history": 17701, "wikipedia": "Al McCandless", "wikidata": "Q371675", "google_entity_id": "kg:/m/074v7f"}, "name": {"first": "Alfred", "middle": "A.", "last": "McCandless"}, "bio": {"birthday": "1927-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 44, "party": "Republican"}]}, {"id": {"bioguide": "M000342", "thomas": "00758", "govtrack": 407351, "icpsr": 15041, "wikipedia": "Frank McCloskey", "house_history": 17751, "wikidata": "Q1443758", "google_entity_id": "kg:/m/09r9rl"}, "name": {"first": "Francis", "middle": "Xavier", "last": "McCloskey"}, "bio": {"birthday": "1939-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IN", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "M000398", "thomas": "00764", "govtrack": 407399, "icpsr": 14843, "house_history": 17822, "wikipedia": "Dave McCurdy", "wikidata": "Q1173285", "google_entity_id": "kg:/m/0cdg3l"}, "name": {"first": "David", "middle": "Keith", "last": "McCurdy"}, "bio": {"birthday": "1950-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OK", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OK", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "M000566", "thomas": "00782", "govtrack": 407558, "icpsr": 15108, "wikipedia": "Alex McMillan", "house_history": 18033, "wikidata": "Q2641439", "google_entity_id": "kg:/m/0273xv2"}, "name": {"first": "John", "middle": "Alexander, III", "last": "McMillan", "nickname": "Alex"}, "bio": {"birthday": "1932-05-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NC", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "M000692", "thomas": "00801", "govtrack": 407676, "icpsr": 6455, "house_history": 18193, "wikipedia": "Robert H. Michel", "wikidata": "Q3435918", "google_entity_id": "kg:/m/04k9r1"}, "name": {"first": "Robert", "middle": "Henry", "last": "Michel"}, "bio": {"birthday": "1923-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 18, "party": "Republican"}]}, {"id": {"bioguide": "M001025", "thomas": "01405", "lis": "S226", "govtrack": 407992, "house_history": 18611, "icpsr": 49303, "wikipedia": "Carol Moseley Braun", "wikidata": "Q289396", "google_entity_id": "kg:/m/019k2w"}, "name": {"first": "Carol", "last": "Moseley Braun"}, "bio": {"birthday": "1947-08-16", "gender": "F"}, "terms": [{"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "IL", "class": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M001088", "thomas": "00841", "govtrack": 408052, "icpsr": 14441, "wikipedia": "Austin Murphy", "house_history": 18688, "wikidata": "Q4823203", "google_entity_id": "kg:/m/0dn2sh"}, "name": {"first": "Austin", "middle": "John", "last": "Murphy"}, "bio": {"birthday": "1927-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "N000009", "thomas": "00853", "govtrack": 408103, "icpsr": 6845, "wikipedia": "William Huston Natcher", "house_history": 18848, "wikidata": "Q1311758", "google_entity_id": "kg:/m/0399tg"}, "name": {"first": "William", "middle": "Huston", "last": "Natcher"}, "bio": {"birthday": "1909-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "KY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1994-03-29", "state": "KY", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "N000016", "thomas": "00855", "govtrack": 408109, "icpsr": 14262, "house_history": 18856, "wikipedia": "Stephen L. Neal", "wikidata": "Q2344886", "google_entity_id": "kg:/m/0273x5g"}, "name": {"first": "Stephen", "middle": "Lybrook", "last": "Neal"}, "bio": {"birthday": "1934-11-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NC", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "P000009", "thomas": "01414", "lis": "S075", "govtrack": 408420, "icpsr": 12107, "wikipedia": "Bob Packwood", "wikidata": "Q888183", "google_entity_id": "kg:/m/020ylv"}, "name": {"first": "Robert", "middle": "William", "last": "Packwood"}, "bio": {"birthday": "1932-09-11", "gender": "M"}, "terms": [{"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "OR", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "OR", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "OR", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "OR", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1993-01-05", "end": "1995-12-31", "state": "OR", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "P000047", "thomas": "00888", "govtrack": 408457, "icpsr": 14444, "votesmart": 1515, "wikipedia": "Leon Panetta", "house_history": 19335, "wikidata": "Q244631", "google_entity_id": "kg:/m/038sv7"}, "name": {"first": "Leon", "middle": "Edward", "last": "Panetta"}, "bio": {"birthday": "1938-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1993-01-21", "state": "CA", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "P000215", "thomas": "00906", "govtrack": 408618, "icpsr": 15052, "wikipedia": "Tim Penny", "house_history": 19542, "wikidata": "Q2434234", "google_entity_id": "kg:/m/02h2yz"}, "name": {"first": "Timothy", "middle": "Joseph", "last": "Penny"}, "bio": {"birthday": "1951-11-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MN", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MN", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "P000328", "thomas": "00917", "govtrack": 408725, "icpsr": 10614, "wikipedia": "J. J. Pickle", "house_history": 19685, "wikidata": "Q1646263", "google_entity_id": "kg:/m/03qr5k"}, "name": {"first": "James", "middle": "Jarrell", "last": "Pickle", "nickname": "Jake"}, "bio": {"birthday": "1913-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "R000072", "thomas": "00947", "govtrack": 409052, "icpsr": 15439, "house_history": 20170, "wikipedia": "Arthur Ravenel Jr.", "wikidata": "Q517219", "google_entity_id": "kg:/m/0265rbh"}, "name": {"first": "Arthur", "last": "Ravenel", "suffix": "Jr."}, "bio": {"birthday": "1927-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "SC", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000243", "thomas": "00960", "govtrack": 409219, "icpsr": 15056, "wikipedia": "Tom Ridge", "house_history": 20385, "wikidata": "Q559822", "google_entity_id": "kg:/m/01d_c9"}, "name": {"first": "Thomas", "middle": "Joseph", "last": "Ridge"}, "bio": {"birthday": "1945-08-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 21, "party": "Republican"}]}, {"id": {"bioguide": "R000458", "thomas": "00988", "govtrack": 409422, "icpsr": 8080, "wikipedia": "Dan Rostenkowski", "house_history": 20648, "wikidata": "Q963898", "google_entity_id": "kg:/m/030xg_"}, "name": {"first": "Daniel", "middle": "David", "last": "Rostenkowski"}, "bio": {"birthday": "1928-01-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "R000481", "thomas": "00993", "govtrack": 409442, "icpsr": 15057, "house_history": 20678, "wikipedia": "J. Roy Rowland", "wikidata": "Q1676390", "google_entity_id": "kg:/m/026j7hg"}, "name": {"first": "James", "middle": "Roy", "last": "Rowland", "suffix": "Jr."}, "bio": {"birthday": "1926-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "GA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "GA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "S000056", "thomas": "01013", "govtrack": 409570, "icpsr": 15622, "wikipedia": "George E. Sangmeister", "house_history": 21201, "wikidata": "Q3101895", "google_entity_id": "kg:/m/026ynxg"}, "name": {"first": "George", "middle": "Edward", "last": "Sangmeister"}, "bio": {"birthday": "1931-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "S000066", "thomas": "01018", "govtrack": 409578, "icpsr": 15623, "wikipedia": "Bill Sarpalius", "house_history": 21215, "wikidata": "Q862428", "google_entity_id": "kg:/m/027jgwf"}, "name": {"first": "William", "last": "Sarpalius"}, "bio": {"birthday": "1948-01-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "S000119", "thomas": "01027", "govtrack": 409627, "wikipedia": "Lynn Schenk", "icpsr": 29324, "house_history": 21284, "wikidata": "Q1878887", "google_entity_id": "kg:/m/09l8qc"}, "name": {"first": "Lynn", "last": "Schenk"}, "bio": {"birthday": "1945-01-05", "gender": "F"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 49, "party": "Democrat"}]}, {"id": {"bioguide": "S000294", "thomas": "01046", "govtrack": 409793, "icpsr": 14274, "wikipedia": "Philip Sharp (politician)", "house_history": 21501, "wikidata": "Q2086391", "google_entity_id": "kg:/m/0b6qtt"}, "name": {"first": "Philip", "middle": "Riley", "last": "Sharp"}, "bio": {"birthday": "1942-07-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000332", "thomas": "01050", "govtrack": 409829, "wikipedia": "Karen Shepherd", "icpsr": 39306, "house_history": 21550, "wikidata": "Q525093", "google_entity_id": "kg:/m/0ksnlz"}, "name": {"first": "Karen", "last": "Shepherd"}, "bio": {"birthday": "1940-07-05", "gender": "F"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "UT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000477", "thomas": "01067", "govtrack": 409966, "icpsr": 15061, "votesmart": 26867, "wikipedia": "Jim Slattery", "house_history": 21734, "wikidata": "Q1689219", "google_entity_id": "kg:/m/04xf34"}, "name": {"first": "James", "middle": "Charles", "last": "Slattery"}, "bio": {"birthday": "1948-08-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "KS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "KS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "KS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "KS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "KS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "KS", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000596", "thomas": "01079", "govtrack": 410076, "icpsr": 8672, "wikipedia": "Neal Edward Smith", "house_history": 21871, "wikidata": "Q1973033", "google_entity_id": "kg:/m/03r6qf"}, "name": {"first": "Neal", "middle": "Edward", "last": "Smith"}, "bio": {"birthday": "1920-03-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "IA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S001075", "thomas": "01125", "govtrack": 410529, "icpsr": 15066, "house_history": 22468, "wikipedia": "Don Sundquist", "wikidata": "Q358726", "google_entity_id": "kg:/m/03c8qs"}, "name": {"first": "Donald", "middle": "Kenneth", "last": "Sundquist"}, "bio": {"birthday": "1936-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "S001113", "thomas": "01128", "govtrack": 410565, "cspan": 18623, "wikipedia": "Richard Swett", "icpsr": 29131, "house_history": 22513, "wikidata": "Q1274294", "google_entity_id": "kg:/m/0868j4"}, "name": {"first": "Richard", "last": "Swett"}, "bio": {"birthday": "1957-05-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NH", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NH", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S001115", "thomas": "01129", "govtrack": 410567, "icpsr": 14666, "wikipedia": "Al Swift", "house_history": 22515, "wikidata": "Q2636210", "google_entity_id": "kg:/m/03dzlv"}, "name": {"first": "Allan", "middle": "Byron", "last": "Swift"}, "bio": {"birthday": "1935-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S001139", "thomas": "01133", "govtrack": 410589, "icpsr": 14667, "house_history": 22541, "wikipedia": "Mike Synar", "wikidata": "Q1933553", "google_entity_id": "kg:/m/050c4_"}, "name": {"first": "Michael", "middle": "Lynn", "last": "Synar"}, "bio": {"birthday": "1950-10-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OK", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "U000017", "thomas": "01176", "govtrack": 411040, "icpsr": 15629, "wikipedia": "Jolene Unsoeld", "house_history": 20851, "wikidata": "Q518630", "google_entity_id": "kg:/m/0729__"}, "name": {"first": "Jolene", "last": "Unsoeld"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WA", "district": 3, "party": "Democrat"}], "bio": {"birthday": "1931-12-03", "gender": "F"}}, {"id": {"bioguide": "V000006", "thomas": "01178", "govtrack": 411065, "icpsr": 15073, "wikipedia": "Tim Valentine", "house_history": 20886, "wikidata": "Q2434337", "google_entity_id": "kg:/m/04fbm0"}, "name": {"first": "Itimous", "middle": "Thaddeus, Jr.,", "last": "Valentine", "nickname": "Tim"}, "bio": {"birthday": "1926-03-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NC", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000177", "thomas": "01203", "govtrack": 411350, "icpsr": 29145, "wikipedia": "Craig Washington", "house_history": 23423, "wikidata": "Q1138504", "google_entity_id": "kg:/m/02btdm"}, "name": {"first": "Craig", "middle": "Anthony", "last": "Washington"}, "bio": {"birthday": "1941-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "W000326", "thomas": "01218", "govtrack": 411488, "icpsr": 15076, "wikipedia": "Alan Wheat", "house_history": 23604, "wikidata": "Q548596", "google_entity_id": "kg:/m/03tdlw"}, "name": {"first": "Alan", "middle": "Dupree", "last": "Wheat"}, "bio": {"birthday": "1951-10-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MO", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "W000428", "thomas": "01225", "govtrack": 411587, "icpsr": 10075, "wikipedia": "Jamie L. Whitten", "house_history": 23722, "wikidata": "Q1359158", "google_entity_id": "kg:/m/030bpv"}, "name": {"first": "Jamie", "middle": "Lloyd", "last": "Whitten"}, "bio": {"birthday": "1910-04-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1941-01-03", "end": "1943-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1943-01-06", "end": "1945-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1945-01-03", "end": "1947-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1947-01-03", "end": "1949-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MS", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MS", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MS", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "D000209", "thomas": "00275", "govtrack": 403314, "wikipedia": "Ron de Lugo", "house_history": 12092, "wikidata": "Q2819582", "google_entity_id": "kg:/m/01t028"}, "name": {"first": "Ron", "last": "de Lugo"}, "bio": {"birthday": "1930-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "VI", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "VI", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "VI", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "VI", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "VI", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "VI", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "VI", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "VI", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "VI", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "VI", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "A000355", "thomas": "01269", "lis": "S238", "govtrack": 400555, "wikipedia": "Spencer Abraham", "icpsr": 49500, "wikidata": "Q1285613", "google_entity_id": "kg:/m/01jtx9"}, "name": {"first": "Spencer", "last": "Abraham"}, "bio": {"birthday": "1952-06-12", "gender": "M"}, "terms": [{"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "MI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "A000356", "thomas": "01274", "lis": "S239", "govtrack": 400556, "wikipedia": "John Ashcroft", "icpsr": 49501, "wikidata": "Q311141", "google_entity_id": "kg:/m/046c6"}, "name": {"first": "John", "last": "Ashcroft"}, "bio": {"birthday": "1942-05-09", "gender": "M"}, "terms": [{"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "MO", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000078", "thomas": "00045", "govtrack": 401081, "wikipedia": "William P. Baker", "house_history": 8874, "icpsr": 29310, "wikidata": "Q1262258", "google_entity_id": "kg:/m/09ty4l"}, "name": {"first": "William", "middle": "P.", "last": "Baker"}, "bio": {"birthday": "1940-06-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "B000318", "thomas": "00072", "govtrack": 401310, "icpsr": 14405, "wikipedia": "Anthony C. Beilenson", "house_history": 9188, "wikidata": "Q572941", "google_entity_id": "kg:/m/09lyy9"}, "name": {"first": "Anthony", "middle": "Charles", "last": "Beilenson"}, "bio": {"birthday": "1932-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 24, "party": "Democrat"}]}, {"id": {"bioguide": "B000431", "thomas": "00084", "govtrack": 401417, "icpsr": 11000, "wikipedia": "Tom Bevill", "house_history": 9334, "wikidata": "Q2439527", "google_entity_id": "kg:/m/05m356"}, "name": {"first": "Tom", "last": "Bevill"}, "bio": {"birthday": "1921-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AL", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AL", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "B000576", "thomas": "00100", "govtrack": 401547, "house_history": 9522, "icpsr": 29357, "wikipedia": "Peter I. Blute", "wikidata": "Q1685558", "google_entity_id": "kg:/m/07ptnz"}, "name": {"first": "Peter", "middle": "I.", "last": "Blute"}, "bio": {"birthday": "1956-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000817", "thomas": "00123", "govtrack": 401774, "house_history": 9838, "icpsr": 29138, "wikipedia": "William K. Brewster", "wikidata": "Q2579562", "google_entity_id": "kg:/m/0g12t1"}, "name": {"first": "William", "middle": "K.", "last": "Brewster"}, "bio": {"birthday": "1941-11-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OK", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000897", "thomas": "00130", "govtrack": 401854, "icpsr": 15632, "house_history": 9941, "wikipedia": "Glen Browder", "wikidata": "Q957778", "google_entity_id": "kg:/m/0ksp35"}, "name": {"first": "John", "middle": "Glen", "last": "Browder"}, "bio": {"birthday": "1943-01-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AL", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000993", "thomas": "01293", "lis": "S206", "govtrack": 400557, "icpsr": 15700, "wikipedia": "Richard Bryan", "wikidata": "Q885559", "google_entity_id": "kg:/m/03j_qj"}, "name": {"first": "Richard", "middle": "H.", "last": "Bryan"}, "bio": {"birthday": "1937-07-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "NV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "NV", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "B000997", "thomas": "00142", "govtrack": 401947, "icpsr": 15013, "wikipedia": "John Wiley Bryant", "house_history": 10064, "wikidata": "Q1702156", "google_entity_id": "kg:/m/0g9_90"}, "name": {"first": "John", "middle": "Wiley", "last": "Bryant"}, "bio": {"birthday": "1947-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B001063", "thomas": "00145", "govtrack": 402010, "house_history": 10146, "icpsr": 29558, "wikipedia": "Jim Bunn", "wikidata": "Q1689051", "google_entity_id": "kg:/m/0ksqwn"}, "name": {"first": "Jim", "last": "Bunn"}, "bio": {"birthday": "1956-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OR", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000269", "thomas": "01303", "lis": "S116", "govtrack": 402412, "icpsr": 14500, "wikipedia": "John Chafee", "wikidata": "Q887338", "google_entity_id": "kg:/m/03x00c"}, "name": {"first": "John", "middle": "Hubbard", "last": "Chafee"}, "bio": {"birthday": "1922-10-22", "gender": "M"}, "terms": [{"type": "sen", "start": "1976-12-29", "end": "1977-01-03", "state": "RI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "RI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "RI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "RI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "1999-10-24", "state": "RI", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000312", "thomas": "00190", "govtrack": 402454, "icpsr": 15129, "house_history": 10846, "wikipedia": "Jim Chapman (congressman)", "wikidata": "Q1385199", "google_entity_id": "kg:/m/03n914"}, "name": {"first": "Jim", "last": "Chapman"}, "bio": {"birthday": "1945-03-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000385", "thomas": "00197", "govtrack": 402524, "house_history": 10935, "icpsr": 29530, "wikipedia": "Dick Chrysler", "wikidata": "Q1209631", "google_entity_id": "kg:/m/03yc7z"}, "name": {"first": "Dick", "last": "Chrysler"}, "bio": {"birthday": "1942-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "C000523", "thomas": "00207", "govtrack": 402657, "icpsr": 14612, "wikipedia": "William F. Clinger Jr.", "house_history": 11101, "wikidata": "Q8008766", "google_entity_id": "kg:/m/0dlrhm"}, "name": {"first": "William", "middle": "Floyd", "last": "Clinger", "suffix": "Jr."}, "bio": {"birthday": "1929-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C000621", "thomas": "00217", "govtrack": 402750, "icpsr": 15018, "house_history": 11227, "wikipedia": "Ronald D. Coleman", "wikidata": "Q1703520", "google_entity_id": "kg:/m/027l8w5"}, "name": {"first": "Ronald", "middle": "D'Emory", "last": "Coleman"}, "bio": {"birthday": "1941-11-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 16, "party": "Democrat"}]}, {"id": {"bioguide": "C000633", "thomas": "00219", "govtrack": 402762, "house_history": 11244, "icpsr": 29125, "wikipedia": "Barbara-Rose Collins", "wikidata": "Q461629", "google_entity_id": "kg:/m/03z3yy"}, "name": {"first": "Barbara-Rose", "last": "Collins"}, "bio": {"birthday": "1939-04-13", "gender": "F"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "C000634", "thomas": "00220", "govtrack": 402763, "icpsr": 14068, "cspan": 1965, "wikipedia": "Cardiss Collins", "house_history": 11246, "wikidata": "Q3511738", "google_entity_id": "kg:/m/09pr38"}, "name": {"first": "Cardiss", "last": "Collins"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 7, "party": "Democrat"}], "bio": {"birthday": "1931-09-24", "gender": "F"}}, {"id": {"bioguide": "C000737", "thomas": "00230", "govtrack": 402858, "house_history": 11376, "icpsr": 29557, "wikipedia": "Wes Cooley", "wikidata": "Q2563711", "google_entity_id": "kg:/m/03t07t"}, "name": {"first": "Wes", "last": "Cooley"}, "bio": {"birthday": "1932-03-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OR", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000903", "thomas": "00251", "govtrack": 403015, "wikipedia": "Frank Cremeans", "house_history": 11585, "icpsr": 29551, "wikidata": "Q5486027", "google_entity_id": "kg:/m/03lksw"}, "name": {"first": "Frank", "last": "Cremeans"}, "bio": {"birthday": "1943-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "D000435", "thomas": "00310", "govtrack": 403545, "icpsr": 14414, "wikipedia": "Bob Dornan", "house_history": 12375, "wikidata": "Q887889", "google_entity_id": "kg:/m/02_0q1"}, "name": {"first": "Robert", "middle": "Kenneth", "last": "Dornan"}, "bio": {"birthday": "1933-04-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 46, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 46, "party": "Republican"}]}, {"id": {"bioguide": "E000174", "thomas": "00342", "govtrack": 403864, "icpsr": 14819, "wikipedia": "Bill Emerson", "house_history": 12807, "wikidata": "Q862084", "google_entity_id": "kg:/m/09vlnb"}, "name": {"first": "Norvell", "middle": "William", "last": "Emerson", "nickname": "Bill"}, "bio": {"birthday": "1938-01-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MO", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MO", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MO", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MO", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MO", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MO", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MO", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1996-06-22", "state": "MO", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "F000110", "thomas": "00379", "govtrack": 404067, "wikipedia": "Cleo Fields", "house_history": 13112, "icpsr": 29354, "wikidata": "Q1100451", "google_entity_id": "kg:/m/09930w"}, "name": {"first": "Cleo", "last": "Fields"}, "bio": {"birthday": "1962-11-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "LA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "LA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "F000111", "thomas": "00380", "govtrack": 404068, "icpsr": 14822, "house_history": 13114, "wikipedia": "Jack Fields", "wikidata": "Q743157", "google_entity_id": "kg:/m/0dygxz"}, "name": {"first": "Jack", "middle": "Milton", "last": "Fields", "suffix": "Jr."}, "bio": {"birthday": "1952-02-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "F000187", "thomas": "00389", "govtrack": 404142, "wikipedia": "Michael Patrick Flanagan", "house_history": 13206, "icpsr": 29515, "wikidata": "Q5104019", "google_entity_id": "kg:/m/03s7db"}, "name": {"first": "Michael", "middle": "P.", "last": "Flanagan"}, "bio": {"birthday": "1962-11-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "F000261", "thomas": "00400", "govtrack": 404213, "icpsr": 14224, "wikipedia": "Harold Ford Sr.", "house_history": 13303, "wikidata": "Q1585826", "google_entity_id": "kg:/m/04365w"}, "name": {"first": "Harold", "middle": "Eugene", "last": "Ford"}, "bio": {"birthday": "1945-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "F000348", "thomas": "00410", "govtrack": 404296, "wikipedia": "Gary Franks", "house_history": 13411, "icpsr": 29110, "wikidata": "Q1494854", "google_entity_id": "kg:/m/0fq1gn"}, "name": {"first": "Gary", "middle": "A.", "last": "Franks"}, "bio": {"birthday": "1953-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CT", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CT", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "F000351", "thomas": "00412", "govtrack": 404298, "wikipedia": "Victor O. Frazer", "house_history": 13416, "wikidata": "Q2522517", "google_entity_id": "kg:/m/01t03y"}, "name": {"first": "Victor", "middle": "O.", "last": "Frazer"}, "bio": {"birthday": "1943-05-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "VI", "district": 0, "party": "Independent"}]}, {"id": {"bioguide": "F000387", "thomas": "00417", "govtrack": 404332, "wikipedia": "Daniel Frisa", "house_history": 13460, "icpsr": 29543, "wikidata": "Q723209", "google_entity_id": "kg:/m/08ksdr"}, "name": {"first": "Dan", "last": "Frisa"}, "bio": {"birthday": "1955-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "F000426", "thomas": "00421", "govtrack": 404367, "wikipedia": "David Funderburk", "house_history": 13511, "icpsr": 29545, "wikidata": "Q1174484", "google_entity_id": "kg:/m/09v5nl"}, "name": {"first": "David", "last": "Funderburk"}, "bio": {"birthday": "1944-04-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "G000134", "thomas": "00434", "govtrack": 404503, "icpsr": 15636, "wikipedia": "Pete Geren", "house_history": 13730, "wikidata": "Q1170156", "google_entity_id": "kg:/m/06smz8"}, "name": {"first": "Preston", "middle": "M.", "last": "Geren", "nickname": "Pete"}, "bio": {"birthday": "1952-01-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 12, "party": "Democrat"}]}, {"id": {"bioguide": "G000153", "thomas": "00437", "govtrack": 404520, "icpsr": 10588, "house_history": 13756, "wikipedia": "Sam Gibbons", "wikidata": "Q518609", "google_entity_id": "kg:/m/03t85w"}, "name": {"first": "Sam", "middle": "Melville", "last": "Gibbons"}, "bio": {"birthday": "1920-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "FL", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "FL", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "FL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "FL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "FL", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "G000333", "thomas": "01341", "lis": "S152", "govtrack": 400559, "icpsr": 14904, "wikipedia": "Slade Gorton", "wikidata": "Q742210", "google_entity_id": "kg:/m/02_b1q"}, "name": {"first": "T.", "middle": "Slade", "last": "Gorton"}, "bio": {"birthday": "1928-01-08", "gender": "M"}, "terms": [{"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "WA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "WA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "WA", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000367", "thomas": "00454", "lis": "S242", "govtrack": 400560, "wikipedia": "Rod Grams", "house_history": 14026, "icpsr": 29367, "wikidata": "Q369047", "google_entity_id": "kg:/m/01l4th"}, "name": {"first": "Rod", "last": "Grams"}, "bio": {"birthday": "1948-02-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MN", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "MN", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "G000524", "thomas": "00476", "govtrack": 404869, "icpsr": 14827, "wikipedia": "Steve Gunderson", "house_history": 14222, "wikidata": "Q2347573", "google_entity_id": "kg:/m/08njnz"}, "name": {"first": "Steven", "middle": "Craig", "last": "Gunderson"}, "bio": {"birthday": "1951-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WI", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "H000151", "thomas": "00492", "govtrack": 405033, "icpsr": 15606, "house_history": 14471, "wikipedia": "Mel Hancock", "wikidata": "Q473287", "google_entity_id": "kg:/m/026nxdc"}, "name": {"first": "Melton", "middle": "D.", "last": "Hancock", "nickname": "Mel"}, "bio": {"birthday": "1929-09-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MO", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MO", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "H000390", "thomas": "00517", "govtrack": 405258, "icpsr": 15418, "wikipedia": "Jimmy Hayes", "house_history": 14763, "wikidata": "Q1414790", "google_entity_id": "kg:/m/03vyv6"}, "name": {"first": "James", "middle": "Allison", "last": "Hayes"}, "bio": {"birthday": "1946-12-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "LA", "district": 7, "party": "Republican", "party_affiliations": [{"start": "1995-01-04", "end": "1995-12-01", "party": "Democrat"}, {"start": "1995-12-01", "end": "1997-01-03", "party": "Republican"}]}]}, {"id": {"bioguide": "H000452", "thomas": "00527", "govtrack": 405317, "wikipedia": "Fred Heineman", "house_history": 14843, "icpsr": 29547, "wikidata": "Q1312401", "google_entity_id": "kg:/m/04fcrb"}, "name": {"first": "Fred", "last": "Heineman"}, "bio": {"birthday": "1929-12-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NC", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000707", "thomas": "00549", "govtrack": 405560, "wikipedia": "Martin Hoke", "house_history": 15157, "icpsr": 29388, "wikidata": "Q6775698", "google_entity_id": "kg:/m/03t7dl"}, "name": {"first": "Martin", "middle": "R.", "last": "Hoke"}, "bio": {"birthday": "1952-05-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "J000033", "thomas": "00589", "govtrack": 405939, "icpsr": 10742, "wikipedia": "Andrew Jacobs Jr.", "house_history": 15732, "wikidata": "Q505473", "google_entity_id": "kg:/m/0cddnz"}, "name": {"first": "Andrew", "last": "Jacobs", "suffix": "Jr."}, "bio": {"birthday": "1932-02-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IN", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IN", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "J000187", "thomas": "00606", "govtrack": 406082, "icpsr": 15609, "house_history": 15933, "wikipedia": "Harry Johnston (politician)", "wikidata": "Q947893", "google_entity_id": "kg:/m/026x6gs"}, "name": {"first": "Harry", "middle": "A.", "last": "Johnston", "suffix": "II"}, "bio": {"birthday": "1931-12-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "K000146", "thomas": "01378", "lis": "S208", "govtrack": 400561, "icpsr": 15702, "wikipedia": "Bob Kerrey", "wikidata": "Q39718", "google_entity_id": "kg:/m/0238fl"}, "name": {"first": "J.", "middle": "Robert", "last": "Kerrey"}, "bio": {"birthday": "1943-08-27", "gender": "M"}, "terms": [{"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "NE", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "NE", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "L000119", "thomas": "00669", "govtrack": 406625, "icpsr": 15611, "wikipedia": "Greg Laughlin", "house_history": 16746, "wikidata": "Q1544943", "google_entity_id": "kg:/m/03vym_"}, "name": {"first": "Gregory", "middle": "H.", "last": "Laughlin"}, "bio": {"birthday": "1942-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 14, "party": "Republican", "party_affiliations": [{"start": "1995-01-04", "end": "1995-06-26", "party": "Democrat"}, {"start": "1995-06-26", "end": "1997-01-03", "party": "Republican"}]}]}, {"id": {"bioguide": "L000305", "thomas": "00691", "govtrack": 406799, "icpsr": 15106, "house_history": 16971, "wikipedia": "Jim Ross Lightfoot", "wikidata": "Q1271006", "google_entity_id": "kg:/m/05bynz"}, "name": {"first": "James", "middle": "Ross", "last": "Lightfoot"}, "bio": {"birthday": "1938-09-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "L000431", "thomas": "00706", "govtrack": 406922, "wikipedia": "James B. Longley Jr.", "house_history": 17130, "icpsr": 29527, "wikidata": "Q1679985", "google_entity_id": "kg:/m/08j219"}, "name": {"first": "James", "last": "Longley"}, "bio": {"birthday": "1951-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "ME", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000019", "thomas": "00721", "lis": "S205", "govtrack": 400562, "icpsr": 15037, "house_history": 17352, "wikipedia": "Connie Mack III", "wikidata": "Q436535", "google_entity_id": "kg:/m/02sbp6"}, "name": {"first": "Connie", "last": "Mack", "suffix": "III"}, "bio": {"gender": "M", "birthday": "1940-10-29"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 13, "party": "Republican"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "FL", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "FL", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000207", "thomas": "00744", "govtrack": 407226, "house_history": 17579, "icpsr": 29540, "wikipedia": "William J. Martini", "wikidata": "Q1416536", "google_entity_id": "kg:/m/08st5c"}, "name": {"first": "William", "middle": "J.", "last": "Martini"}, "bio": {"birthday": "1947-02-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NJ", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M000684", "thomas": "00794", "govtrack": 407669, "icpsr": 15109, "wikipedia": "Jan Meyers", "house_history": 18181, "wikidata": "Q372424", "google_entity_id": "kg:/m/027l8jj"}, "name": {"first": "Jan", "last": "Meyers"}, "bio": {"birthday": "1928-07-20", "gender": "F"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "KS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "KS", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "M000687", "thomas": "00798", "govtrack": 407672, "icpsr": 15433, "house_history": 18186, "wikipedia": "Kweisi Mfume", "wikidata": "Q519504", "google_entity_id": "kg:/m/04znp2"}, "name": {"first": "Kweisi", "last": "Mfume"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MD", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1996-02-18", "state": "MD", "district": 7, "party": "Democrat"}], "bio": {"birthday": "1948-10-24", "gender": "M"}}, {"id": {"bioguide": "M000794", "thomas": "00812", "govtrack": 407772, "icpsr": 14257, "wikipedia": "Norman Mineta", "house_history": 18323, "wikidata": "Q553502", "google_entity_id": "kg:/m/013y3t"}, "name": {"first": "Norman", "middle": "Yoshio", "last": "Mineta"}, "bio": {"birthday": "1931-11-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1995-10-10", "state": "CA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "M000865", "thomas": "00827", "govtrack": 407838, "icpsr": 11035, "wikipedia": "Gillespie V. Montgomery", "house_history": 18421, "wikidata": "Q2302283", "google_entity_id": "kg:/m/06lzqq"}, "name": {"first": "Gillespie", "middle": "V.", "last": "Montgomery", "nickname": "Sonny"}, "bio": {"birthday": "1920-08-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MS", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "M000926", "thomas": "00830", "govtrack": 407899, "icpsr": 14040, "wikipedia": "Carlos Moorhead", "house_history": 18493, "wikidata": "Q1043079", "google_entity_id": "kg:/m/0261xcy"}, "name": {"first": "Carlos", "middle": "John", "last": "Moorhead"}, "bio": {"birthday": "1922-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "M001054", "thomas": "01407", "lis": "S113", "govtrack": 400563, "icpsr": 14508, "wikipedia": "Daniel Patrick Moynihan", "wikidata": "Q713505", "google_entity_id": "kg:/m/01cny9"}, "name": {"first": "Daniel", "middle": "Patrick", "last": "Moynihan"}, "bio": {"birthday": "1927-03-16", "gender": "M"}, "terms": [{"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "NY", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "NY", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "NY", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "NY", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "M001130", "thomas": "00847", "govtrack": 408092, "icpsr": 11036, "house_history": 18740, "wikipedia": "John T. Myers (congressman)", "wikidata": "Q1701882", "google_entity_id": "kg:/m/0270kxs"}, "name": {"first": "John", "middle": "Thomas", "last": "Myers"}, "bio": {"birthday": "1927-02-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "O000108", "thomas": "00881", "govtrack": 408364, "wikipedia": "Bill Orton", "house_history": 19201, "icpsr": 29146, "wikidata": "Q436897", "google_entity_id": "kg:/m/026yy5c"}, "name": {"first": "William", "last": "Orton"}, "bio": {"birthday": "1948-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "UT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "UT", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "UT", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "P000152", "thomas": "00903", "govtrack": 408556, "icpsr": 15452, "wikipedia": "Lewis F. Payne Jr.", "house_history": 19464, "wikidata": "Q1822094", "google_entity_id": "kg:/m/0gmzw0"}, "name": {"first": "Lewis", "middle": "Franklin", "last": "Payne", "suffix": "Jr."}, "bio": {"birthday": "1945-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "VA", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "P000259", "thomas": "00911", "govtrack": 408661, "wikipedia": "Pete Peterson", "house_history": 19597, "icpsr": 29111, "wikidata": "Q532342", "google_entity_id": "kg:/m/0ksdx"}, "name": {"first": "Douglas", "middle": "Brian", "last": "Peterson", "nickname": "Pete"}, "bio": {"birthday": "1935-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "Q000013", "thomas": "00937", "govtrack": 408976, "icpsr": 10616, "house_history": 20060, "wikipedia": "Jimmy Quillen", "wikidata": "Q1689427", "google_entity_id": "kg:/m/044t_6"}, "name": {"first": "James", "middle": "Henry", "last": "Quillen"}, "bio": {"birthday": "1916-01-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TN", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000178", "thomas": "00955", "govtrack": 409154, "wikipedia": "Mel Reynolds", "house_history": 20307, "icpsr": 29347, "wikidata": "Q3304863", "google_entity_id": "kg:/m/03tdpm"}, "name": {"first": "Mel", "last": "Reynolds"}, "bio": {"birthday": "1952-01-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1995-10-01", "state": "IL", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "R000295", "thomas": "01423", "lis": "S207", "govtrack": 400564, "icpsr": 15705, "wikipedia": "Chuck Robb", "wikidata": "Q885583", "google_entity_id": "kg:/m/02bvhm"}, "name": {"first": "Charles", "middle": "S.", "last": "Robb"}, "bio": {"birthday": "1939-06-26", "gender": "M"}, "terms": [{"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "VA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "VA", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "R000436", "thomas": "00986", "govtrack": 409400, "icpsr": 14048, "wikipedia": "Charlie Rose (congressman)", "house_history": 20626, "wikidata": "Q1064593", "google_entity_id": "kg:/m/0435xy"}, "name": {"first": "Charles", "middle": "Grandison", "last": "Rose", "suffix": "III"}, "bio": {"birthday": "1939-08-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NC", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "R000459", "thomas": "00989", "govtrack": 409423, "icpsr": 14655, "wikipedia": "Toby Roth", "house_history": 20650, "wikidata": "Q1650446", "google_entity_id": "kg:/m/027l9qx"}, "name": {"first": "Toby", "middle": "A.", "last": "Roth"}, "bio": {"birthday": "1938-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WI", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "R000460", "thomas": "01425", "lis": "S083", "govtrack": 400565, "icpsr": 11044, "house_history": 20652, "wikipedia": "William V. Roth Jr.", "wikidata": "Q1400609", "google_entity_id": "kg:/m/023xsb"}, "name": {"first": "William", "middle": "V.", "last": "Roth", "suffix": "Jr."}, "bio": {"birthday": "1921-07-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "DE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "DE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "DE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "DE", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "DE", "class": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000142", "thomas": "01033", "govtrack": 409650, "icpsr": 14051, "wikipedia": "Patricia Schroeder", "house_history": 21313, "wikidata": "Q433656", "google_entity_id": "kg:/m/058xcq"}, "name": {"first": "Patricia", "middle": "Scott", "last": "Schroeder"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CO", "district": 1, "party": "Democrat"}], "bio": {"birthday": "1940-07-30", "gender": "F"}}, {"id": {"bioguide": "S000213", "thomas": "01038", "govtrack": 409718, "wikipedia": "Andrea Seastrand", "icpsr": 29506, "house_history": 21400, "wikidata": "Q495050", "google_entity_id": "kg:/m/07s4t_"}, "name": {"first": "Andrea", "last": "Seastrand"}, "bio": {"birthday": "1941-08-05", "gender": "F"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "S001040", "thomas": "01121", "govtrack": 410496, "icpsr": 14055, "wikipedia": "Gerry Studds", "house_history": 22423, "wikidata": "Q1514925", "google_entity_id": "kg:/m/04kcv1"}, "name": {"first": "Gerry", "middle": "Eastman", "last": "Studds"}, "bio": {"birthday": "1937-05-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MA", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "T000048", "thomas": "01138", "govtrack": 410636, "wikipedia": "Randy Tate", "icpsr": 29582, "house_history": 22693, "wikidata": "Q2130820", "google_entity_id": "kg:/m/027l921"}, "name": {"first": "Randy", "middle": "J.", "last": "Tate"}, "bio": {"birthday": "1965-11-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "T000243", "thomas": "01156", "govtrack": 410821, "icpsr": 14058, "wikipedia": "Ray Thornton", "house_history": 22928, "wikidata": "Q2133994", "google_entity_id": "kg:/m/026j600"}, "name": {"first": "Raymond", "middle": "Hoyt", "last": "Thornton", "suffix": "Jr.", "nickname": "Ray"}, "bio": {"gender": "M", "birthday": "1928-07-16"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AR", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "T000314", "thomas": "01161", "govtrack": 410887, "wikipedia": "Peter G. Torkildsen", "icpsr": 29359, "house_history": 23016, "wikidata": "Q1605716", "google_entity_id": "kg:/m/07pt_8"}, "name": {"first": "Peter", "middle": "Gerard", "last": "Torkildsen"}, "bio": {"birthday": "1958-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "T000405", "thomas": "01172", "govtrack": 410974, "icpsr": 29319, "house_history": 23129, "wikipedia": "Walter R. Tucker III", "wikidata": "Q2516950", "google_entity_id": "kg:/m/03td8d"}, "name": {"first": "Walter", "middle": "R.", "last": "Tucker", "suffix": "III"}, "bio": {"birthday": "1957-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 37, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1995-12-15", "state": "CA", "district": 37, "party": "Democrat"}]}, {"id": {"bioguide": "V000112", "thomas": "01189", "govtrack": 411166, "icpsr": 14459, "wikipedia": "Harold Volkmer", "house_history": 21010, "wikidata": "Q1585941", "google_entity_id": "kg:/m/085b9y"}, "name": {"first": "Harold", "middle": "Lee", "last": "Volkmer"}, "bio": {"birthday": "1931-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MO", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MO", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "V000124", "thomas": "01190", "govtrack": 411178, "icpsr": 15075, "wikipedia": "Barbara Vucanovich", "house_history": 21026, "wikidata": "Q525363", "google_entity_id": "kg:/m/026yx3p"}, "name": {"first": "Barbara", "middle": "Farrell", "last": "Vucanovich"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NV", "district": 2, "party": "Republican"}], "bio": {"birthday": "1921-06-22", "gender": "F"}}, {"id": {"bioguide": "G000408", "thomas": "01192", "govtrack": 411214, "bioguide_previous": ["W000790"], "wikipedia": "Enid Greene Mickelsen", "house_history": 14082, "icpsr": 29575, "wikidata": "Q525308", "google_entity_id": "kg:/m/03t806"}, "name": {"first": "Enid", "last": "Greene Waldholtz", "official_full": "Enid Greene Waldholtz"}, "bio": {"birthday": "1958-06-05", "gender": "F"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "UT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "W000068", "thomas": "01196", "govtrack": 411247, "icpsr": 14461, "house_history": 23297, "wikipedia": "Robert Smith Walker", "wikidata": "Q7349894", "google_entity_id": "kg:/m/03vln1"}, "name": {"first": "Robert", "middle": "Smith", "last": "Walker"}, "bio": {"birthday": "1942-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 16, "party": "Republican"}]}, {"id": {"bioguide": "W000139", "thomas": "01201", "govtrack": 411314, "icpsr": 29526, "house_history": 23377, "wikipedia": "Mike Ward (American politician)", "wikidata": "Q1933579", "google_entity_id": "kg:/m/08g466"}, "name": {"first": "Michael", "middle": "Delavan", "last": "Ward"}, "bio": {"birthday": "1951-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "KY", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "W000520", "thomas": "01231", "govtrack": 411677, "icpsr": 14672, "house_history": 23833, "wikipedia": "Pat Williams (Montana politician)", "wikidata": "Q1701350", "google_entity_id": "kg:/m/0chy67"}, "name": {"first": "John", "middle": "Patrick", "last": "Williams"}, "bio": {"birthday": "1937-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MT", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "W000570", "thomas": "01232", "govtrack": 411725, "icpsr": 14062, "wikipedia": "Charlie Wilson (Texas politician)", "house_history": 23891, "wikidata": "Q333430", "google_entity_id": "kg:/m/01_rx2"}, "name": {"first": "Charles", "last": "Wilson"}, "bio": {"birthday": "1933-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "Z000004", "thomas": "01263", "govtrack": 411997, "wikipedia": "Bill Zeliff", "house_history": 21115, "icpsr": 29130, "wikidata": "Q862681", "google_entity_id": "kg:/m/026yxgp"}, "name": {"first": "William", "middle": "H.", "last": "Zeliff", "suffix": "Jr."}, "bio": {"birthday": "1936-06-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NH", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "Z000008", "thomas": "01264", "govtrack": 412001, "votesmart": 26960, "wikipedia": "Dick Zimmer (New Jersey politician)", "house_history": 21121, "icpsr": 29133, "wikidata": "Q1209858", "google_entity_id": "kg:/m/0451s8"}, "name": {"first": "Richard", "last": "Zimmer"}, "bio": {"birthday": "1944-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NJ", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NJ", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "D000203", "thomas": "00276", "govtrack": 403308, "icpsr": 10716, "wikipedia": "Kika de la Garza", "house_history": 12083, "wikidata": "Q1741192", "google_entity_id": "kg:/m/07kjdt"}, "name": {"first": "Eligio", "middle": "II", "last": "de la Garza", "nickname": "Kika"}, "bio": {"birthday": "1927-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "F000438", "thomas": "01335", "lis": "S248", "govtrack": 404281, "house_history": 13527, "icpsr": 49504, "wikipedia": "Sheila Frahm", "wikidata": "Q453709", "google_entity_id": "kg:/m/04pn8d"}, "name": {"first": "Sheila", "last": "Frahm"}, "terms": [{"type": "sen", "start": "1996-06-11", "end": "1996-11-05", "state": "KS", "class": 3, "party": "Republican"}], "bio": {"birthday": "1945-03-22", "gender": "F"}}, {"id": {"bioguide": "B000028", "thomas": "00041", "govtrack": 401033, "wikipedia": "Scotty Baesler", "house_history": 8811, "icpsr": 29353, "wikidata": "Q2261433", "google_entity_id": "kg:/m/05byc4"}, "name": {"first": "Henry", "middle": "Scott", "last": "Baesler", "nickname": "Scotty"}, "bio": {"birthday": "1941-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "KY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "KY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "B000622", "thomas": "00110", "govtrack": 401587, "house_history": 9589, "icpsr": 29507, "wikipedia": "Sonny Bono", "wikidata": "Q179150", "google_entity_id": "kg:/m/06wmp"}, "name": {"first": "Sonny", "last": "Bono"}, "bio": {"birthday": "1935-02-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 44, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1998-01-05", "state": "CA", "district": 44, "party": "Republican"}]}, {"id": {"bioguide": "C000134", "thomas": "01472", "govtrack": 402284, "house_history": 10617, "icpsr": 29706, "wikipedia": "Walter Capps", "wikidata": "Q1717689", "google_entity_id": "kg:/m/07s4xf"}, "name": {"first": "Walter", "middle": "Holden", "last": "Capps"}, "bio": {"birthday": "1934-05-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1997-10-28", "state": "CA", "district": 22, "party": "Democrat"}]}, {"id": {"bioguide": "C000377", "thomas": "00196", "govtrack": 402516, "wikipedia": "Jon Lynn Christensen", "house_history": 10926, "icpsr": 29536, "wikidata": "Q1595668", "google_entity_id": "kg:/m/0bft6_"}, "name": {"first": "Jon", "middle": "Lynn", "last": "Christensen"}, "bio": {"birthday": "1963-02-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NE", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C001034", "thomas": "01540", "lis": "S251", "govtrack": 300152, "icpsr": 49701, "wikipedia": "Max Cleland", "wikidata": "Q530386", "google_entity_id": "kg:/m/01xcp9"}, "name": {"first": "J.", "middle": "Maxwell", "last": "Cleland"}, "bio": {"birthday": "1942-08-24", "gender": "M"}, "terms": [{"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "GA", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "D000222", "thomas": "00284", "govtrack": 403364, "icpsr": 13011, "house_history": 12109, "wikipedia": "Ron Dellums", "wikidata": "Q1870154", "google_entity_id": "kg:/m/02p5rv"}, "name": {"first": "Ronald", "middle": "Vernie", "last": "Dellums"}, "bio": {"birthday": "1935-11-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1998-02-07", "state": "CA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "F000049", "thomas": "00373", "govtrack": 404009, "icpsr": 15098, "wikipedia": "Harris W. Fawell", "house_history": 13027, "wikidata": "Q5665116", "google_entity_id": "kg:/m/08ybxr"}, "name": {"first": "Harris", "middle": "W.", "last": "Fawell"}, "bio": {"birthday": "1929-03-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "F000053", "thomas": "00374", "govtrack": 404013, "icpsr": 14624, "wikipedia": "Victor H. Fazio", "house_history": 13032, "wikidata": "Q2522387", "google_entity_id": "kg:/m/09lysg"}, "name": {"first": "Victor", "middle": "Herbert", "last": "Fazio", "suffix": "Jr."}, "bio": {"birthday": "1942-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "F000184", "thomas": "00388", "govtrack": 404139, "icpsr": 15412, "house_history": 13201, "wikipedia": "Floyd H. Flake", "wikidata": "Q3510629", "google_entity_id": "kg:/m/083xbz"}, "name": {"first": "Floyd", "middle": "Harold", "last": "Flake"}, "bio": {"birthday": "1945-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1997-11-17", "state": "NY", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "F000235", "thomas": "00395", "govtrack": 404190, "icpsr": 14823, "wikipedia": "Thomas M. Foglietta", "house_history": 13269, "wikidata": "Q3990681", "google_entity_id": "kg:/m/05ynmr"}, "name": {"first": "Thomas", "middle": "Michael", "last": "Foglietta"}, "bio": {"birthday": "1928-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 1, "party": "Independent"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1997-11-11", "state": "PA", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "F000332", "thomas": "00406", "govtrack": 404280, "wikipedia": "Jon D. Fox", "house_history": 13392, "icpsr": 29560, "wikidata": "Q6270560", "google_entity_id": "kg:/m/0dlxsf"}, "name": {"first": "Jon", "middle": "D.", "last": "Fox"}, "bio": {"birthday": "1947-04-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "F000434", "thomas": "00423", "govtrack": 404375, "house_history": 13522, "icpsr": 29394, "wikipedia": "Elizabeth Furse", "wikidata": "Q433863", "google_entity_id": "kg:/m/050xhc"}, "name": {"first": "Elizabeth", "last": "Furse"}, "bio": {"birthday": "1936-10-13", "gender": "F"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OR", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "G000225", "thomas": "00441", "govtrack": 404587, "icpsr": 14627, "opensecrets": "N00008333", "house_history": 13850, "wikipedia": "Newt Gingrich", "wikidata": "Q182788", "google_entity_id": "kg:/m/018fzs"}, "name": {"first": "Newton", "middle": "Leroy", "last": "Gingrich"}, "bio": {"birthday": "1943-06-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "GA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "GA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "GA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "GA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "GA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "GA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "GA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "GA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "GA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "GA", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "G000272", "thomas": "00445", "govtrack": 404634, "icpsr": 10520, "wikipedia": "Henry B. Gonzalez", "house_history": 13906, "wikidata": "Q1606461", "google_entity_id": "kg:/m/03tfm8"}, "name": {"first": "Henry", "middle": "Barbosa", "last": "Gonz\u00e1lez"}, "bio": {"birthday": "1916-05-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "G000365", "thomas": "00453", "lis": "S171", "govtrack": 300159, "icpsr": 14628, "house_history": 14023, "wikipedia": "Phil Gramm", "wikidata": "Q2613704", "google_entity_id": "kg:/m/016l53"}, "name": {"first": "Phil", "last": "Gramm"}, "bio": {"birthday": "1942-07-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 6, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "TX", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "TX", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1997-01-07", "end": "2002-11-29", "state": "TX", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "H000114", "thomas": "00489", "govtrack": 404996, "icpsr": 10732, "wikipedia": "Lee H. Hamilton", "house_history": 14426, "wikidata": "Q984174", "google_entity_id": "kg:/m/02sg9x"}, "name": {"first": "Lee", "middle": "Herbert", "last": "Hamilton"}, "bio": {"birthday": "1931-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IN", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "H000448", "thomas": "00525", "govtrack": 405313, "icpsr": 14233, "wikipedia": "Bill Hefner", "house_history": 14837, "wikidata": "Q862178", "google_entity_id": "kg:/m/04ftt7"}, "name": {"first": "Willie", "middle": "Gathrel", "last": "Hefner", "nickname": "Bill"}, "bio": {"birthday": "1930-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NC", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NC", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "H000463", "thomas": "01359", "lis": "S046", "govtrack": 300154, "icpsr": 14105, "wikipedia": "Jesse Helms", "wikidata": "Q503426", "google_entity_id": "kg:/m/0_5w6"}, "name": {"first": "Jesse", "last": "Helms"}, "bio": {"birthday": "1921-10-18", "gender": "M"}, "terms": [{"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "NC", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "NC", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "NC", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "NC", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "NC", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "H001015", "thomas": "00578", "lis": "S256", "govtrack": 300151, "house_history": 15535, "icpsr": 29306, "wikipedia": "Tim Hutchinson", "wikidata": "Q454439", "google_entity_id": "kg:/m/03tfy5"}, "name": {"first": "Tim", "last": "Hutchinson"}, "bio": {"birthday": "1949-08-11", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "AR", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "J000149", "thomas": "01496", "govtrack": 406047, "wikipedia": "Jay W. Johnson", "house_history": 15880, "icpsr": 29770, "wikidata": "Q1684374", "google_entity_id": "kg:/m/0gxr0b"}, "name": {"first": "Jay", "middle": "W.", "last": "Johnson"}, "bio": {"birthday": "1943-09-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WI", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "K000110", "thomas": "00626", "govtrack": 406277, "icpsr": 15427, "wikipedia": "Joseph P. Kennedy II", "house_history": 16214, "wikidata": "Q1386420", "google_entity_id": "kg:/m/02l87p"}, "name": {"first": "Joseph", "middle": "Patrick", "last": "Kennedy", "suffix": "II"}, "bio": {"birthday": "1952-09-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MA", "district": 8, "party": "Democrat"}]}, {"id": {"bioguide": "K000118", "thomas": "00628", "govtrack": 406284, "icpsr": 14877, "house_history": 16225, "wikipedia": "Barbara B. Kennelly", "wikidata": "Q518650", "google_entity_id": "kg:/m/0gx5vn"}, "name": {"first": "Barbara", "middle": "Bailey", "last": "Kennelly"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CT", "district": 1, "party": "Democrat"}], "bio": {"birthday": "1936-07-10", "gender": "F"}}, {"id": {"bioguide": "K000181", "thomas": "00632", "govtrack": 406343, "opensecrets": "N00006953", "votesmart": 26775, "wikipedia": "Jay Kim", "house_history": 16304, "icpsr": 29322, "wikidata": "Q489419", "google_entity_id": "kg:/m/03t4r2"}, "name": {"first": "Jay", "last": "Kim"}, "bio": {"birthday": "1939-03-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 41, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 41, "party": "Republican"}]}, {"id": {"bioguide": "K000274", "thomas": "00641", "govtrack": 406431, "wikipedia": "Scott L. Klug", "house_history": 16423, "icpsr": 29150, "wikidata": "Q2260923", "google_entity_id": "kg:/m/0gxqtt"}, "name": {"first": "Scott", "middle": "L.", "last": "Klug"}, "bio": {"birthday": "1953-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WI", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000117", "thomas": "00732", "govtrack": 407141, "icpsr": 15107, "wikipedia": "Thomas J. Manton", "house_history": 17475, "wikidata": "Q7791100", "google_entity_id": "kg:/m/076dc7"}, "name": {"first": "Thomas", "middle": "J.", "last": "Manton"}, "bio": {"birthday": "1932-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "M000399", "thomas": "00765", "govtrack": 407400, "icpsr": 10607, "wikipedia": "Joseph M. McDade", "house_history": 17824, "wikidata": "Q6285145", "google_entity_id": "kg:/m/0dct8z"}, "name": {"first": "Joseph", "middle": "Michael", "last": "McDade"}, "bio": {"birthday": "1931-09-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "M000466", "thomas": "00772", "govtrack": 407465, "wikipedia": "Paul McHale", "house_history": 17908, "icpsr": 29399, "wikidata": "Q7152365", "google_entity_id": "kg:/m/07qhlg"}, "name": {"first": "Paul", "middle": "F.", "last": "McHale", "suffix": "Jr."}, "bio": {"birthday": "1950-07-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 15, "party": "Democrat"}]}, {"id": {"bioguide": "M000843", "thomas": "00823", "govtrack": 407817, "icpsr": 15639, "wikipedia": "Susan Molinari", "house_history": 18389, "wikidata": "Q3978229", "google_entity_id": "kg:/m/03t00w"}, "name": {"first": "Susan", "last": "Molinari"}, "bio": {"birthday": "1958-03-27", "gender": "F"}, "terms": [{"type": "rep", "start": "1990-03-20", "end": "1991-01-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1997-08-02", "state": "NY", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "N000054", "thomas": "00861", "govtrack": 408142, "opensecrets": "N00009160", "cspan": 29135, "wikipedia": "Mark Neumann", "house_history": 18903, "icpsr": 29583, "wikidata": "Q1900315", "google_entity_id": "kg:/m/03tzvg"}, "name": {"first": "Mark", "middle": "W.", "last": "Neumann"}, "bio": {"birthday": "1954-02-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WI", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WI", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "P000049", "thomas": "01509", "govtrack": 408459, "house_history": 19338, "icpsr": 29743, "wikipedia": "Michael James Pappas", "wikidata": "Q1927997", "google_entity_id": "kg:/m/08st04"}, "name": {"first": "Michael", "middle": "James", "last": "Pappas"}, "bio": {"birthday": "1960-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NJ", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "P000066", "thomas": "00889", "govtrack": 408476, "icpsr": 15617, "wikipedia": "Michael Parker (politician)", "house_history": 19356, "wikidata": "Q1928830", "google_entity_id": "kg:/m/0bmcp7t"}, "name": {"first": "Michael", "last": "Parker", "nickname": "Mike"}, "bio": {"birthday": "1949-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MS", "district": 4, "party": "Republican", "party_affiliations": [{"start": "1995-01-04", "end": "1995-11-10", "party": "Democrat"}, {"start": "1995-11-10", "end": "1997-01-03", "party": "Republican"}]}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MS", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "P000148", "thomas": "00901", "govtrack": 408553, "icpsr": 15618, "house_history": 19457, "wikipedia": "Bill Paxon", "wikidata": "Q3639996", "google_entity_id": "kg:/m/03t038"}, "name": {"first": "L.", "middle": "William", "last": "Paxon"}, "bio": {"birthday": "1954-04-29", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "P000452", "thomas": "00925", "govtrack": 408839, "icpsr": 15620, "wikipedia": "Glenn Poshard", "house_history": 19842, "wikidata": "Q3108818", "google_entity_id": "kg:/m/08wyjv"}, "name": {"first": "Glenn", "last": "Poshard"}, "bio": {"birthday": "1945-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "R000567", "thomas": "01515", "govtrack": 409087, "wikipedia": "William T. Redmond", "house_history": 20779, "icpsr": 29772, "wikidata": "Q2580709", "google_entity_id": "kg:/m/0gxqf0"}, "name": {"first": "William", "middle": "Thomas", "last": "Redmond"}, "bio": {"birthday": "1955-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-05-13", "end": "1999-01-03", "state": "NM", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000229", "thomas": "00958", "govtrack": 409205, "icpsr": 15055, "house_history": 20368, "wikipedia": "Bill Richardson", "wikidata": "Q311782", "google_entity_id": "kg:/m/020z31"}, "name": {"first": "William", "middle": "Blaine", "last": "Richardson"}, "bio": {"birthday": "1947-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NM", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NM", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NM", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NM", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NM", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NM", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NM", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1997-02-13", "state": "NM", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000252", "thomas": "00962", "govtrack": 409228, "wikipedia": "Frank Riggs", "house_history": 20398, "icpsr": 29103, "wikidata": "Q1444036", "google_entity_id": "kg:/m/03xc_y"}, "name": {"first": "Frank", "middle": "D.", "last": "Riggs"}, "bio": {"birthday": "1950-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "R000417", "thomas": "00980", "govtrack": 400615, "wikipedia": "Carlos Romero Barcel\u00f3", "house_history": 20602, "wikidata": "Q2183412", "google_entity_id": "kg:/m/0p9vw"}, "name": {"first": "Carlos", "last": "Romero-Barcel\u00f3"}, "bio": {"birthday": "1932-09-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1997-01-03", "state": "PR", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "2001-01-03", "state": "PR", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "S000109", "thomas": "01026", "govtrack": 409618, "icpsr": 15058, "wikipedia": "Daniel Schaefer", "house_history": 21269, "wikidata": "Q1162522", "google_entity_id": "kg:/m/0cp578"}, "name": {"first": "Daniel", "nickname": "Dan", "last": "Schaefer"}, "bio": {"birthday": "1936-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CO", "district": 6, "party": "Republican"}]}, {"id": {"bioguide": "S000125", "thomas": "01030", "govtrack": 409633, "icpsr": 15624, "wikipedia": "Steven Schiff", "house_history": 21293, "wikidata": "Q71766", "google_entity_id": "kg:/m/026j0_9"}, "name": {"first": "Steven", "middle": "Harvey", "last": "Schiff"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1998-03-25", "state": "NM", "district": 1, "party": "Republican"}], "bio": {"birthday": "1947-03-18", "gender": "M"}}, {"id": {"bioguide": "S000462", "thomas": "01062", "govtrack": 409954, "icpsr": 15443, "wikipedia": "David Skaggs", "house_history": 21714, "wikidata": "Q952391", "google_entity_id": "kg:/m/0crt9r"}, "name": {"first": "David", "middle": "Evans", "last": "Skaggs"}, "bio": {"birthday": "1943-02-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CO", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "S000606", "thomas": "01082", "lis": "S216", "govtrack": 300155, "icpsr": 15116, "house_history": 21883, "wikipedia": "Bob Smith (American politician)", "wikidata": "Q6182103", "google_entity_id": "kg:/m/02lz3h"}, "name": {"first": "Robert", "nickname": "Bob", "last": "Smith"}, "bio": {"birthday": "1941-03-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1990-12-07", "state": "NH", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1990-12-07", "end": "1991-01-03", "state": "NH", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "NH", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "NH", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000587", "thomas": "01078", "govtrack": 410067, "wikipedia": "Linda Smith (American politician)", "house_history": 21861, "wikidata": "Q435239", "google_entity_id": "kg:/m/04wysl"}, "name": {"first": "Linda", "last": "Smith"}, "bio": {"birthday": "1950-07-16", "gender": "F"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WA", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000607", "thomas": "01083", "govtrack": 410084, "icpsr": 15063, "house_history": 21885, "wikipedia": "Robert Freeman Smith", "wikidata": "Q447585", "google_entity_id": "kg:/m/0bk409"}, "name": {"first": "Robert", "middle": "Freeman", "last": "Smith"}, "bio": {"birthday": "1931-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OR", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OR", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000662", "thomas": "01529", "govtrack": 410136, "wikipedia": "Vince Snowbarger", "icpsr": 29724, "house_history": 21953, "wikidata": "Q456213", "google_entity_id": "kg:/m/0f1ts0"}, "name": {"first": "Vincent", "middle": "K.", "last": "Snowbarger"}, "bio": {"birthday": "1949-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "KS", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "S000675", "thomas": "01088", "govtrack": 410147, "icpsr": 14662, "wikipedia": "Gerald B. H. Solomon", "house_history": 21972, "wikidata": "Q5548906", "google_entity_id": "kg:/m/03vv_b"}, "name": {"first": "Gerald", "middle": "Brooks Hunt", "last": "Solomon"}, "bio": {"birthday": "1930-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "S000948", "thomas": "01115", "govtrack": 410407, "icpsr": 12030, "wikipedia": "Louis Stokes", "house_history": 22311, "wikidata": "Q983528", "google_entity_id": "kg:/m/035fy1"}, "name": {"first": "Louis", "last": "Stokes"}, "bio": {"birthday": "1925-02-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 11, "party": "Democrat"}]}, {"id": {"bioguide": "T000113", "thomas": "01147", "govtrack": 410695, "wikipedia": "Frank Tejeda", "icpsr": 39303, "house_history": 22773, "wikidata": "Q737918", "google_entity_id": "kg:/m/09v83j"}, "name": {"first": "Frank", "middle": "Mariano", "last": "Tejeda"}, "bio": {"birthday": "1945-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1997-01-30", "state": "TX", "district": 28, "party": "Democrat"}]}, {"id": {"bioguide": "T000457", "thomas": "01447", "lis": "S237", "govtrack": 300158, "opensecrets": "N00003136", "wikipedia": "Fred Thompson", "icpsr": 49503, "wikidata": "Q298016", "google_entity_id": "kg:/m/02p8v8"}, "name": {"first": "Fred", "last": "Thompson"}, "bio": {"birthday": "1942-08-19", "gender": "M"}, "terms": [{"type": "sen", "start": "1994-12-02", "end": "1997-01-03", "state": "TN", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "TN", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000254", "thomas": "01448", "lis": "S096", "govtrack": 300157, "icpsr": 9369, "wikipedia": "Strom Thurmond", "wikidata": "Q324719", "google_entity_id": "kg:/m/0c4_l"}, "name": {"first": "J.", "middle": "Strom", "last": "Thurmond"}, "bio": {"birthday": "1902-12-05", "gender": "M"}, "terms": [{"type": "sen", "start": "1955-01-05", "end": "1956-04-04", "state": "SC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1956-11-07", "end": "1961-01-03", "state": "SC", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1961-01-03", "end": "1967-01-03", "state": "SC", "class": 2, "party": "Republican", "party_affiliations": [{"start": "1961-01-03", "end": "1964-09-16", "party": "Democrat"}, {"start": "1964-09-16", "end": "1967-01-03", "party": "Republican"}]}, {"type": "sen", "start": "1967-01-10", "end": "1973-01-03", "state": "SC", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "SC", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "SC", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "SC", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "SC", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "SC", "class": 2, "party": "Republican"}]}, {"id": {"bioguide": "T000316", "thomas": "01162", "govtrack": 410889, "icpsr": 15070, "house_history": 23019, "wikipedia": "Esteban Edward Torres", "wikidata": "Q177238", "google_entity_id": "kg:/m/03tdbj"}, "name": {"first": "Esteban", "middle": "Edward", "last": "Torres"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 34, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 34, "party": "Democrat"}], "bio": {"birthday": "1930-01-27", "gender": "M"}}, {"id": {"bioguide": "T000317", "thomas": "01163", "lis": "S263", "govtrack": 300156, "icpsr": 15071, "house_history": 23021, "wikipedia": "Robert Torricelli", "wikidata": "Q326316", "google_entity_id": "kg:/m/036n4n"}, "name": {"first": "Robert", "last": "Torricelli"}, "bio": {"birthday": "1951-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "NJ", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000288", "thomas": "01454", "lis": "S217", "govtrack": 400566, "wikipedia": "Paul Wellstone", "icpsr": 49101, "wikidata": "Q731783", "google_entity_id": "kg:/m/010ngb"}, "name": {"first": "Paul", "middle": "David", "last": "Wellstone"}, "bio": {"birthday": "1944-07-21", "gender": "M"}, "terms": [{"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "MN", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1997-01-07", "end": "2002-10-25", "state": "MN", "class": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000391", "thomas": "01220", "govtrack": 411550, "wikipedia": "Rick White (politician)", "icpsr": 29577, "house_history": 23679, "wikidata": "Q1575054", "google_entity_id": "kg:/m/03drww"}, "name": {"first": "Richard", "middle": "Alan", "last": "White", "nickname": "Rick"}, "bio": {"birthday": "1953-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "Y000013", "thomas": "01252", "govtrack": 411947, "icpsr": 10421, "wikipedia": "Sidney R. Yates", "house_history": 21048, "wikidata": "Q2776506", "google_entity_id": "kg:/m/03t87r"}, "name": {"first": "Sidney", "middle": "Richard", "last": "Yates"}, "bio": {"birthday": "1909-08-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1949-01-03", "end": "1951-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1951-01-03", "end": "1953-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "A000215", "thomas": "00026", "govtrack": 400567, "icpsr": 13002, "wikipedia": "William Reynolds Archer Jr.", "house_history": 8559, "wikidata": "Q364679", "google_entity_id": "kg:/m/0g9qwb"}, "name": {"first": "Bill", "last": "Archer"}, "bio": {"birthday": "1928-03-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B000179", "thomas": "00057", "govtrack": 400568, "wikipedia": "Bill Barrett", "house_history": 9005, "icpsr": 29129, "wikidata": "Q448982", "google_entity_id": "kg:/m/09mdsz"}, "name": {"first": "Bill", "last": "Barrett"}, "bio": {"birthday": "1929-02-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NE", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "B000229", "thomas": "00064", "govtrack": 400569, "icpsr": 15003, "house_history": 9071, "wikipedia": "Herbert H. Bateman", "wikidata": "Q1608387", "google_entity_id": "kg:/m/074y_h"}, "name": {"first": "Herbert", "middle": "H.", "last": "Bateman"}, "bio": {"birthday": "1928-08-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2000-09-11", "state": "VA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "B000556", "thomas": "00097", "govtrack": 400571, "icpsr": 14802, "wikipedia": "Thomas J. Bliley Jr.", "house_history": 9495, "wikidata": "Q2424940", "google_entity_id": "kg:/m/0dzcs3"}, "name": {"first": "Tom", "last": "Bliley"}, "bio": {"birthday": "1932-01-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "VA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "VA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B000780", "thomas": "00120", "lis": "S179", "govtrack": 300012, "opensecrets": "N00005385", "icpsr": 13056, "wikipedia": "John Breaux", "house_history": 9787, "wikidata": "Q969757", "google_entity_id": "kg:/m/01xctw"}, "name": {"first": "John", "middle": "B.", "last": "Breaux"}, "bio": {"birthday": "1944-03-01", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "LA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "LA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "LA", "class": 3, "party": "Democrat", "url": "http://breaux.senate.gov/"}]}, {"id": {"bioguide": "B000918", "thomas": "00134", "govtrack": 400572, "icpsr": 10573, "house_history": 9965, "wikipedia": "George Brown Jr.", "wikidata": "Q1507018", "google_entity_id": "kg:/m/09lbhn"}, "name": {"first": "George", "middle": "E.", "last": "Brown", "suffix": "Jr."}, "bio": {"birthday": "1920-03-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 38, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "1999-07-15", "state": "CA", "district": 42, "party": "Democrat"}]}, {"id": {"bioguide": "C000077", "thomas": "00168", "lis": "S225", "govtrack": 300017, "opensecrets": "N00006202", "icpsr": 15407, "house_history": 10542, "wikipedia": "Ben Nighthorse Campbell", "wikidata": "Q816576", "google_entity_id": "kg:/m/01xw7g"}, "name": {"first": "Ben", "middle": "Nighthorse", "last": "Campbell"}, "bio": {"birthday": "1933-04-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "CO", "class": 3, "party": "Republican", "party_affiliations": [{"start": "1993-01-05", "end": "1995-03-03", "party": "Democrat"}, {"start": "1995-03-03", "end": "1999-01-03", "party": "Republican"}]}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "CO", "class": 3, "party": "Republican", "url": "http://campbell.senate.gov/"}]}, {"id": {"bioguide": "C000100", "thomas": "00170", "govtrack": 400573, "icpsr": 15600, "house_history": 10569, "wikipedia": "Tom Campbell (California politician)", "wikidata": "Q1345855", "google_entity_id": "kg:/m/0205ls"}, "name": {"first": "Tom", "last": "Campbell"}, "bio": {"birthday": "1952-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1995-12-12", "end": "1997-01-03", "state": "CA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "C000107", "thomas": "00171", "govtrack": 400574, "wikipedia": "Charles T. Canady", "house_history": 10579, "icpsr": 29332, "wikidata": "Q383838", "google_entity_id": "kg:/m/0gl965"}, "name": {"first": "Charles", "middle": "T.", "last": "Canady"}, "bio": {"birthday": "1954-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "C000345", "thomas": "00194", "govtrack": 400575, "house_history": 10886, "icpsr": 29514, "wikipedia": "Helen Chenoweth-Hage", "wikidata": "Q433669", "google_entity_id": "kg:/m/03t8d8"}, "name": {"first": "Helen", "last": "Chenoweth-Hage"}, "bio": {"birthday": "1938-01-27", "gender": "F"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "ID", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C000488", "thomas": "00203", "govtrack": 402626, "icpsr": 12009, "house_history": 11058, "wikipedia": "Bill Clay", "wikidata": "Q548122", "google_entity_id": "kg:/m/03w08n"}, "name": {"first": "William", "middle": "Lacy", "last": "Clay", "suffix": "Sr.", "nickname": "Bill"}, "bio": {"birthday": "1931-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MO", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MO", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000722", "thomas": "01475", "govtrack": 400577, "wikipedia": "Merrill Cook", "house_history": 11357, "icpsr": 29765, "wikidata": "Q1922023", "google_entity_id": "kg:/m/0gldk2"}, "name": {"first": "Merrill", "last": "Cook"}, "bio": {"birthday": "1946-05-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "UT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "UT", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "C000813", "thomas": "01310", "lis": "S228", "govtrack": 400558, "wikipedia": "Paul Coverdell", "icpsr": 49301, "wikidata": "Q5612725", "google_entity_id": "kg:/m/01xct4"}, "name": {"first": "Paul", "middle": "D.", "last": "Coverdell"}, "bio": {"birthday": "1939-01-20", "gender": "M"}, "terms": [{"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "GA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1999-01-06", "end": "2001-01-03", "state": "GA", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "D000046", "thomas": "00265", "govtrack": 400578, "wikipedia": "Pat Danner", "icpsr": 29370, "house_history": 44571, "wikidata": "Q514350", "google_entity_id": "kg:/m/09d8y0"}, "name": {"first": "Pat", "last": "Danner"}, "bio": {"birthday": "1934-01-13", "gender": "F"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MO", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MO", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "D000064", "thomas": "00267", "lis": "S185", "govtrack": 300031, "opensecrets": "N00004583", "icpsr": 14617, "wikipedia": "Tom Daschle", "house_history": 11910, "wikidata": "Q443640", "google_entity_id": "kg:/m/07lv9"}, "name": {"first": "Thomas", "middle": "A.", "last": "Daschle", "nickname": "Tom"}, "bio": {"birthday": "1947-12-09", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "SD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "SD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "SD", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "SD", "district": 0, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "SD", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "SD", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "SD", "class": 3, "party": "Democrat", "url": "http://daschle.senate.gov/"}]}, {"id": {"bioguide": "D000312", "thomas": "00295", "govtrack": 400579, "house_history": 12215, "icpsr": 29307, "wikipedia": "Jay Dickey", "wikidata": "Q1684313", "google_entity_id": "kg:/m/04wlkb"}, "name": {"first": "Jay", "last": "Dickey"}, "bio": {"birthday": "1939-12-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AR", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AR", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AR", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AR", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "D000373", "thomas": "00301", "govtrack": 400580, "icpsr": 14620, "wikipedia": "Julian C. Dixon", "house_history": 12294, "wikidata": "Q1711965", "google_entity_id": "kg:/m/03_m_s"}, "name": {"first": "Julian", "middle": "C.", "last": "Dixon"}, "bio": {"birthday": "1934-08-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 32, "party": "Democrat"}]}, {"id": {"bioguide": "E000286", "thomas": "01573", "lis": "S267", "govtrack": 300039, "opensecrets": "N00002283", "votesmart": 21107, "wikipedia": "John Edwards", "icpsr": 49902, "wikidata": "Q217314", "google_entity_id": "kg:/m/01651q"}, "name": {"first": "John", "middle": "Reid", "last": "Edwards"}, "bio": {"birthday": "1953-06-10", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "NC", "class": 3, "party": "Democrat", "url": "http://edwards.senate.gov/"}]}, {"id": {"bioguide": "E000282", "thomas": "00366", "govtrack": 400581, "wikipedia": "Thomas W. Ewing", "house_history": 12949, "icpsr": 29115, "wikidata": "Q7794741", "google_entity_id": "kg:/m/08yd7v"}, "name": {"first": "Thomas", "middle": "W.", "last": "Ewing"}, "bio": {"birthday": "1935-09-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 15, "party": "Republican"}]}, {"id": {"bioguide": "F000442", "thomas": "01571", "lis": "S268", "govtrack": 300044, "opensecrets": "N00004690", "icpsr": 49900, "wikipedia": "Peter Fitzgerald (politician)", "wikidata": "Q1344425", "google_entity_id": "kg:/m/01xc63"}, "name": {"first": "Peter", "middle": "G.", "last": "Fitzgerald"}, "bio": {"birthday": "1960-10-20", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "IL", "class": 3, "party": "Republican", "url": "http://fitzgerald.senate.gov/"}]}, {"id": {"bioguide": "F000257", "thomas": "00398", "govtrack": 400582, "wikipedia": "Michael Forbes", "house_history": 13297, "wikidata": "Q154049", "google_entity_id": "kg:/m/03tzft"}, "name": {"first": "Michael", "middle": "P.", "last": "Forbes"}, "bio": {"birthday": "1952-07-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 1, "party": "Democrat", "party_affiliations": [{"start": "1999-01-06", "end": "1999-07-17", "party": "Republican"}, {"start": "1999-07-17", "end": "2001-01-03", "party": "Democrat"}]}]}, {"id": {"bioguide": "F000328", "thomas": "00404", "govtrack": 400583, "house_history": 13385, "icpsr": 29329, "wikipedia": "Tillie K. Fowler", "wikidata": "Q515981", "google_entity_id": "kg:/m/05csxm"}, "name": {"first": "Tillie", "middle": "K.", "last": "Fowler"}, "bio": {"birthday": "1942-12-23", "gender": "F"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "F000349", "thomas": "00409", "govtrack": 400584, "wikipedia": "Bob Franks", "house_history": 13413, "icpsr": 29371, "wikidata": "Q887929", "google_entity_id": "kg:/m/05by2f"}, "name": {"first": "Bob", "last": "Franks"}, "bio": {"birthday": "1951-09-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NJ", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "G000120", "thomas": "00431", "govtrack": 400585, "icpsr": 14825, "wikipedia": "Sam Gejdenson", "house_history": 13711, "wikidata": "Q1249175", "google_entity_id": "kg:/m/08l1xf"}, "name": {"first": "Sam", "last": "Gejdenson"}, "bio": {"birthday": "1948-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CT", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "G000291", "thomas": "00447", "govtrack": 400586, "icpsr": 14288, "house_history": 13932, "wikipedia": "William F. Goodling", "wikidata": "Q8008793", "google_entity_id": "kg:/m/0ddfhy"}, "name": {"first": "William", "middle": "F.", "last": "Goodling"}, "bio": {"birthday": "1927-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 19, "party": "Republican"}]}, {"id": {"bioguide": "G000352", "thomas": "01342", "lis": "S199", "govtrack": 300046, "opensecrets": "N00002742", "icpsr": 15503, "wikipedia": "Bob Graham", "wikidata": "Q578102", "google_entity_id": "kg:/m/01b2yl"}, "name": {"first": "Bob", "last": "Graham"}, "bio": {"birthday": "1936-11-09", "gender": "M", "religion": "United Church of Christ"}, "terms": [{"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "FL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "FL", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "FL", "class": 3, "party": "Democrat", "url": "http://graham.senate.gov/"}]}, {"id": {"bioguide": "H000605", "thomas": "01489", "govtrack": 400587, "opensecrets": "N00004644", "wikipedia": "Rick Hill", "house_history": 15034, "icpsr": 29738, "wikidata": "Q443029", "google_entity_id": "kg:/m/0gl9r0"}, "name": {"first": "Rick", "last": "Hill"}, "bio": {"birthday": "1946-12-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MT", "district": 0, "party": "Republican"}]}, {"id": {"bioguide": "H000725", "thomas": "01361", "lis": "S047", "govtrack": 300053, "opensecrets": "N00002423", "icpsr": 11204, "wikipedia": "Ernest Hollings", "wikidata": "Q596008", "google_entity_id": "kg:/m/0cm3v"}, "name": {"first": "Ernest", "middle": "F.", "last": "Hollings", "nickname": "Fritz"}, "bio": {"birthday": "1922-01-01", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "sen", "start": "1966-11-09", "end": "1969-01-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "SC", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "SC", "class": 3, "party": "Democrat", "url": "http://hollings.senate.gov/"}]}, {"id": {"bioguide": "K000016", "thomas": "00618", "govtrack": 400590, "icpsr": 15030, "opensecrets": "N00009778", "cspan": 1620, "wikipedia": "John Kasich", "house_history": 16094, "wikidata": "Q69319", "google_entity_id": "kg:/m/02zzm_"}, "name": {"first": "John", "middle": "R.", "last": "Kasich"}, "bio": {"birthday": "1952-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 12, "party": "Republican"}]}, {"id": {"bioguide": "K000270", "thomas": "00639", "govtrack": 400591, "wikipedia": "Ron Klink", "house_history": 16416, "icpsr": 29395, "wikidata": "Q7364037", "google_entity_id": "kg:/m/05by7h"}, "name": {"first": "Ron", "last": "Klink"}, "bio": {"birthday": "1951-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "K000357", "thomas": "01582", "govtrack": 400592, "wikipedia": "Steven T. Kuykendall", "house_history": 16538, "icpsr": 29904, "wikidata": "Q682552", "google_entity_id": "kg:/m/06x7n8"}, "name": {"first": "Steven", "middle": "T.", "last": "Kuykendall"}, "bio": {"birthday": "1947-01-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 36, "party": "Republican"}]}, {"id": {"bioguide": "L000155", "thomas": "00670", "govtrack": 400594, "house_history": 16791, "icpsr": 29374, "wikipedia": "Rick Lazio", "wikidata": "Q72498", "google_entity_id": "kg:/m/02gt9t"}, "name": {"first": "Rick", "middle": "A.", "last": "Lazio"}, "bio": {"birthday": "1958-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "L000371", "thomas": "00696", "govtrack": 406863, "icpsr": 14469, "house_history": 17057, "wikipedia": "Bob Livingston", "wikidata": "Q888069", "google_entity_id": "kg:/m/025bm7"}, "name": {"first": "Robert", "middle": "Linligthgow", "last": "Livingston", "suffix": "Jr."}, "bio": {"birthday": "1943-04-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "1999-03-01", "state": "LA", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "M000206", "thomas": "00743", "govtrack": 400595, "icpsr": 14879, "house_history": 17577, "wikipedia": "Matthew G. Mart\u00ednez", "wikidata": "Q1909500", "google_entity_id": "kg:/m/03vywn"}, "name": {"first": "Matthew", "middle": "G.", "last": "Mart\u00ednez"}, "bio": {"birthday": "1929-02-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 31, "party": "Republican", "party_affiliations": [{"start": "1999-01-06", "end": "2000-07-27", "party": "Democrat"}, {"start": "2000-07-27", "end": "2001-01-03", "party": "Republican"}]}]}, {"id": {"bioguide": "M000350", "thomas": "00761", "govtrack": 400596, "icpsr": 14842, "opensecrets": "N00002791", "wikipedia": "Bill McCollum", "house_history": 17763, "wikidata": "Q862294", "google_entity_id": "kg:/m/02hd5x"}, "name": {"first": "Bill", "last": "McCollum"}, "bio": {"birthday": "1944-07-12", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "FL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "M000481", "thomas": "00776", "govtrack": 400597, "wikipedia": "David M. McIntosh", "house_history": 17927, "icpsr": 29518, "wikidata": "Q1175392", "google_entity_id": "kg:/m/066c_2"}, "name": {"first": "David", "middle": "M.", "last": "McIntosh"}, "bio": {"birthday": "1958-06-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IN", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000669", "thomas": "00792", "govtrack": 400598, "wikipedia": "Jack Metcalf", "house_history": 18160, "icpsr": 29578, "wikidata": "Q1350330", "google_entity_id": "kg:/m/03dzkb"}, "name": {"first": "Jack", "last": "Metcalf"}, "bio": {"birthday": "1927-11-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WA", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "M000795", "thomas": "00813", "govtrack": 400599, "wikipedia": "David Minge", "house_history": 18325, "icpsr": 29366, "wikidata": "Q1175694", "google_entity_id": "kg:/m/02h2wx"}, "name": {"first": "David", "last": "Minge"}, "bio": {"birthday": "1942-03-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MN", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MN", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M001085", "thomas": "01408", "lis": "S157", "govtrack": 300150, "icpsr": 14907, "wikipedia": "Frank Murkowski", "wikidata": "Q448813", "google_entity_id": "kg:/m/01pdzp"}, "name": {"first": "Frank", "middle": "H.", "last": "Murkowski"}, "bio": {"birthday": "1933-03-28", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "AK", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "AK", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "AK", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1999-01-06", "end": "2002-12-19", "state": "AK", "class": 3, "party": "Republican"}]}, {"id": {"bioguide": "N000102", "thomas": "01412", "lis": "S158", "govtrack": 300079, "opensecrets": "N00005617", "icpsr": 14908, "wikipedia": "Don Nickles", "wikidata": "Q1239374", "google_entity_id": "kg:/m/021kpz"}, "name": {"first": "Don", "last": "Nickles"}, "bio": {"birthday": "1948-12-06", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "OK", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "OK", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "OK", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "OK", "class": 3, "party": "Republican", "url": "http://nickles.senate.gov/"}]}, {"id": {"bioguide": "P000005", "thomas": "00886", "govtrack": 400601, "icpsr": 15051, "wikipedia": "Ron Packard", "house_history": 19287, "wikidata": "Q2165504", "google_entity_id": "kg:/m/03vycp"}, "name": {"first": "Ron", "last": "Packard"}, "bio": {"birthday": "1931-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 43, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 48, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 48, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 48, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 48, "party": "Republican"}]}, {"id": {"bioguide": "P000171", "thomas": "01511", "govtrack": 400602, "wikipedia": "Edward A. Pease", "house_history": 19490, "icpsr": 29719, "wikidata": "Q1291489", "google_entity_id": "kg:/m/0d5kjj"}, "name": {"first": "Edward", "middle": "A.", "last": "Pease"}, "bio": {"birthday": "1951-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "P000326", "thomas": "00916", "govtrack": 400603, "icpsr": 15437, "wikipedia": "Owen B. Pickett", "house_history": 19681, "wikidata": "Q1791146", "google_entity_id": "kg:/m/0glct7"}, "name": {"first": "Owen", "middle": "B.", "last": "Pickett"}, "bio": {"birthday": "1930-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "VA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "VA", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "P000444", "thomas": "00923", "govtrack": 400604, "icpsr": 14677, "wikipedia": "John Porter (Illinois politician)", "house_history": 19831, "wikidata": "Q3181414", "google_entity_id": "kg:/m/03vc5h"}, "name": {"first": "John", "middle": "Edward", "last": "Porter"}, "bio": {"birthday": "1935-06-01", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 10, "party": "Republican"}]}, {"id": {"bioguide": "R000386", "thomas": "01519", "govtrack": 400605, "house_history": 20562, "icpsr": 29708, "wikipedia": "James E. Rogan", "wikidata": "Q1517351", "google_entity_id": "kg:/m/03gq7vs"}, "name": {"first": "James", "middle": "E.", "last": "Rogan"}, "bio": {"birthday": "1957-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 27, "party": "Republican"}]}, {"id": {"bioguide": "V000087", "thomas": "01185", "govtrack": 400612, "icpsr": 14458, "wikipedia": "Bruce Vento", "house_history": 20980, "wikidata": "Q609379", "google_entity_id": "kg:/m/02h1s5"}, "name": {"first": "Bruce", "middle": "F.", "last": "Vento"}, "bio": {"birthday": "1940-10-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MN", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MN", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "W000315", "thomas": "01538", "govtrack": 400613, "icpsr": 29753, "house_history": 23593, "wikipedia": "Robert Weygand", "wikidata": "Q2159188", "google_entity_id": "kg:/m/0g26mn"}, "name": {"first": "Robert", "middle": "A.", "last": "Weygand"}, "bio": {"birthday": "1948-05-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "RI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "RI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "W000654", "thomas": "01237", "govtrack": 400614, "icpsr": 15077, "wikipedia": "Bob Wise", "house_history": 23996, "wikidata": "Q780398", "google_entity_id": "kg:/m/026b40"}, "name": {"first": "Robert", "middle": "E.", "last": "Wise", "suffix": "Jr."}, "bio": {"birthday": "1948-01-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WV", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WV", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M001141", "thomas": "01624", "lis": "S273", "govtrack": 300074, "opensecrets": "N00013436", "wikipedia": "Zell Miller", "icpsr": 49904, "wikidata": "Q187516", "google_entity_id": "kg:/m/01xcp_"}, "name": {"first": "Zell", "middle": "Bryan", "last": "Miller"}, "bio": {"birthday": "1932-02-24", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "sen", "start": "2000-07-24", "end": "2005-01-03", "state": "GA", "class": 3, "party": "Democrat", "url": "http://miller.senate.gov/"}]}, {"id": {"bioguide": "A000121", "thomas": "00013", "lis": "S274", "govtrack": 300004, "opensecrets": "N00009957", "votesmart": 22404, "wikipedia": "George Allen (U.S. politician)", "house_history": 8430, "icpsr": 29148, "wikidata": "Q527553", "google_entity_id": "kg:/m/0gj1g3"}, "name": {"first": "George", "middle": "Felix", "last": "Allen"}, "bio": {"birthday": "1952-03-08", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1991-11-05", "end": "1993-01-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "VA", "class": 1, "party": "Republican", "url": "http://allen.senate.gov"}]}, {"id": {"bioguide": "A000217", "thomas": "00028", "govtrack": 400551, "icpsr": 15125, "house_history": 8563, "wikipedia": "Dick Armey", "wikidata": "Q781336", "google_entity_id": "kg:/m/035s2x"}, "name": {"first": "Richard", "middle": "K.", "last": "Armey"}, "bio": {"birthday": "1940-07-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 26, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 26, "party": "Republican"}]}, {"id": {"bioguide": "B000081", "thomas": "00048", "govtrack": 400525, "wikipedia": "John Baldacci", "house_history": 8879, "icpsr": 29528, "wikidata": "Q502949", "google_entity_id": "kg:/m/02720j"}, "name": {"first": "John", "last": "Baldacci"}, "bio": {"birthday": "1955-01-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "ME", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "ME", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "ME", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "ME", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "B000134", "thomas": "00052", "govtrack": 400526, "votesmart": 26905, "wikipedia": "James A. Barcia", "house_history": 8943, "icpsr": 29363, "wikidata": "Q1679884", "google_entity_id": "kg:/m/03xknq"}, "name": {"first": "James", "middle": "A.", "last": "Barcia"}, "bio": {"birthday": "1952-02-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000169", "thomas": "00056", "govtrack": 400514, "opensecrets": "N00002526", "votesmart": 22028, "wikipedia": "Bob Barr", "house_history": 8990, "icpsr": 29511, "wikidata": "Q540544", "google_entity_id": "kg:/m/01fdg8"}, "name": {"first": "Bob", "last": "Barr"}, "bio": {"birthday": "1948-11-05", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "GA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "GA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "GA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "GA", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B000177", "thomas": "00058", "govtrack": 400553, "house_history": 9001, "icpsr": 39315, "wikipedia": "Tom Barrett (politician)", "wikidata": "Q955542", "google_entity_id": "kg:/m/04qktl"}, "name": {"first": "Thomas", "middle": "M.", "last": "Barrett"}, "bio": {"birthday": "1953-12-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WI", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WI", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000400", "thomas": "00079", "govtrack": 400550, "wikipedia": "Ken Bentsen Jr.", "house_history": 9294, "icpsr": 29574, "wikidata": "Q1738577", "google_entity_id": "kg:/m/085bsl"}, "name": {"first": "Ken", "last": "Bentsen"}, "bio": {"birthday": "1959-06-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 25, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 25, "party": "Democrat"}]}, {"id": {"bioguide": "B000518", "thomas": "01463", "govtrack": 400518, "opensecrets": "N00004816", "wikipedia": "Rod Blagojevich", "house_history": 9443, "icpsr": 29716, "wikidata": "Q151891", "google_entity_id": "kg:/m/0264ht"}, "name": {"first": "Rod", "last": "Blagojevich"}, "bio": {"birthday": "1956-12-10", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "B000619", "thomas": "00108", "govtrack": 400527, "icpsr": 14407, "wikipedia": "David E. Bonior", "house_history": 9583, "wikidata": "Q1174271", "google_entity_id": "kg:/m/0388mk"}, "name": {"first": "David", "middle": "E.", "last": "Bonior"}, "bio": {"birthday": "1945-06-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MI", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 10, "party": "Democrat"}]}, {"id": {"bioguide": "B000644", "thomas": "00111", "govtrack": 400542, "icpsr": 15008, "wikipedia": "Robert A. Borski, Jr.", "house_history": 9617, "wikidata": "Q7341202", "google_entity_id": "kg:/m/0bcqgq"}, "name": {"first": "Robert", "middle": "A.", "last": "Borski"}, "bio": {"birthday": "1948-10-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "B000996", "thomas": "00141", "govtrack": 400549, "wikipedia": "Ed Bryant", "house_history": 10062, "icpsr": 29569, "wikidata": "Q1282293", "google_entity_id": "kg:/m/025gt0"}, "name": {"first": "Ed", "last": "Bryant"}, "bio": {"birthday": "1948-09-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TN", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "B001126", "thomas": "01298", "lis": "S211", "govtrack": 300015, "opensecrets": "N00004638", "icpsr": 15701, "wikipedia": "Conrad Burns", "wikidata": "Q1126725", "google_entity_id": "kg:/m/0202s9"}, "name": {"first": "Conrad", "last": "Burns"}, "bio": {"birthday": "1935-01-25", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "MT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "MT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "MT", "class": 1, "party": "Republican", "url": "http://burns.senate.gov"}]}, {"id": {"bioguide": "C000052", "thomas": "00164", "govtrack": 400500, "icpsr": 15090, "wikipedia": "Sonny Callahan", "house_history": 10506, "wikidata": "Q913664", "google_entity_id": "kg:/m/03vnst"}, "name": {"first": "H.", "middle": "L.", "last": "Callahan"}, "bio": {"birthday": "1932-09-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "C001043", "thomas": "01680", "lis": "S276", "govtrack": 300153, "house_history": 11754, "icpsr": 40102, "wikipedia": "Jean Carnahan", "wikidata": "Q448619", "google_entity_id": "kg:/m/026wyq"}, "name": {"first": "Jean", "last": "Carnahan"}, "bio": {"birthday": "1933-12-20", "gender": "F"}, "terms": [{"type": "sen", "start": "2001-01-03", "end": "2003-01-03", "state": "MO", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C001040", "thomas": "01612", "lis": "S272", "govtrack": 300020, "opensecrets": "N00009954", "wikipedia": "Lincoln Chafee", "icpsr": 49905, "wikidata": "Q44690", "google_entity_id": "kg:/m/01xcrk"}, "name": {"first": "Lincoln", "middle": "D.", "last": "Chafee"}, "bio": {"birthday": "1953-03-26", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "sen", "start": "1999-11-02", "end": "2001-01-03", "state": "RI", "class": 1, "party": "Republican"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "RI", "class": 1, "party": "Republican", "url": "http://chafee.senate.gov"}]}, {"id": {"bioguide": "C000494", "thomas": "00204", "govtrack": 400532, "house_history": 11065, "icpsr": 29382, "wikipedia": "Eva M. Clayton", "wikidata": "Q461518", "google_entity_id": "kg:/m/03_nlc"}, "name": {"first": "Eva", "last": "Clayton"}, "bio": {"birthday": "1934-09-16", "gender": "F"}, "terms": [{"type": "rep", "start": "1992-11-03", "end": "1993-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NC", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NC", "district": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C000503", "thomas": "00205", "govtrack": 400548, "icpsr": 15450, "wikipedia": "Bob Clement", "house_history": 11077, "wikidata": "Q887852", "google_entity_id": "kg:/m/03z2qy"}, "name": {"first": "Robert", "last": "Clement"}, "bio": {"birthday": "1943-09-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TN", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "C000670", "thomas": "00226", "govtrack": 400505, "icpsr": 15635, "wikipedia": "Gary Condit", "house_history": 11292, "wikidata": "Q583529", "google_entity_id": "kg:/m/0d_hr"}, "name": {"first": "Gary", "last": "Condit"}, "bio": {"birthday": "1948-04-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 18, "party": "Democrat"}]}, {"id": {"bioguide": "C000735", "thomas": "01476", "govtrack": 400522, "wikipedia": "John Cooksey", "house_history": 11373, "icpsr": 29726, "wikidata": "Q1699656", "google_entity_id": "kg:/m/0df2m0"}, "name": {"first": "John", "last": "Cooksey"}, "bio": {"birthday": "1941-08-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "LA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "LA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "LA", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "C001042", "thomas": "01630", "lis": "S279", "govtrack": 300028, "opensecrets": "N00009945", "wikipedia": "Jon Corzine", "icpsr": 40104, "wikidata": "Q380570", "google_entity_id": "kg:/m/01xcrz"}, "name": {"first": "Jon", "middle": "Stevens", "last": "Corzine"}, "bio": {"birthday": "1947-01-01", "gender": "M", "religion": "Non-Denominational"}, "terms": [{"type": "sen", "start": "2001-01-03", "end": "2006-01-17", "state": "NJ", "class": 1, "party": "Democrat", "url": "http://corzine.senate.gov"}]}, {"id": {"bioguide": "C000846", "thomas": "00245", "govtrack": 400543, "icpsr": 14808, "wikipedia": "William J. Coyne", "house_history": 11515, "wikidata": "Q8013189", "google_entity_id": "kg:/m/0dc5_j"}, "name": {"first": "William", "middle": "J.", "last": "Coyne"}, "bio": {"birthday": "1936-08-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "D000596", "thomas": "01629", "lis": "S280", "govtrack": 300032, "opensecrets": "N00013291", "wikipedia": "Mark Dayton", "icpsr": 40101, "wikidata": "Q513091", "google_entity_id": "kg:/m/01l42w"}, "name": {"first": "Mark", "last": "Dayton"}, "bio": {"birthday": "1947-01-26", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "MN", "class": 1, "party": "Democrat", "url": "http://dayton.senate.gov"}]}, {"id": {"bioguide": "D000294", "thomas": "00293", "lis": "S240", "govtrack": 300033, "opensecrets": "N00003709", "icpsr": 15020, "wikipedia": "Mike DeWine", "house_history": 12191, "wikidata": "Q1363468", "google_entity_id": "kg:/m/01_pg8"}, "name": {"first": "Michael", "last": "DeWine", "nickname": "Mike"}, "bio": {"birthday": "1947-01-05", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "OH", "class": 1, "party": "Republican"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "OH", "class": 1, "party": "Republican", "url": "http://dewine.senate.gov"}]}, {"id": {"bioguide": "E000093", "thomas": "00340", "govtrack": 400523, "opensecrets": "N00001925", "wikipedia": "Bob Ehrlich", "house_history": 12713, "icpsr": 29529, "wikidata": "Q888007", "google_entity_id": "kg:/m/027_zq"}, "name": {"first": "Robert", "middle": "L.", "last": "Ehrlich", "suffix": "Jr."}, "bio": {"birthday": "1957-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MD", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MD", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "F000439", "thomas": "01336", "lis": "S241", "govtrack": 300045, "opensecrets": "N00003147", "wikipedia": "Bill Frist", "icpsr": 49502, "wikidata": "Q31112", "google_entity_id": "kg:/m/0154r3"}, "name": {"first": "William", "middle": "H.", "last": "Frist", "nickname": "Bill"}, "bio": {"birthday": "1952-02-22", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "TN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "TN", "class": 1, "party": "Republican", "url": "http://frist.senate.gov"}]}, {"id": {"bioguide": "G000041", "thomas": "00428", "govtrack": 400517, "wikipedia": "Greg Ganske", "house_history": 13615, "icpsr": 29521, "wikidata": "Q1544902", "google_entity_id": "kg:/m/03t4wm"}, "name": {"first": "Greg", "last": "Ganske"}, "bio": {"birthday": "1949-03-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IA", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "G000121", "thomas": "00432", "govtrack": 400544, "icpsr": 15026, "wikipedia": "George Gekas", "house_history": 13713, "wikidata": "Q5539661", "google_entity_id": "kg:/m/04nnvm"}, "name": {"first": "George", "middle": "W.", "last": "Gekas"}, "bio": {"birthday": "1930-04-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 17, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 17, "party": "Republican"}]}, {"id": {"bioguide": "G000212", "thomas": "00440", "govtrack": 400536, "icpsr": 14015, "wikipedia": "Benjamin A. Gilman", "house_history": 13834, "wikidata": "Q4888163", "google_entity_id": "kg:/m/07dtb8"}, "name": {"first": "Benjamin", "last": "Gilman"}, "bio": {"birthday": "1922-12-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 26, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 20, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 20, "party": "Republican"}]}, {"id": {"bioguide": "G000547", "thomas": "01662", "govtrack": 400535, "wikipedia": "Felix Grucci", "house_history": 14253, "icpsr": 20128, "wikidata": "Q82436", "google_entity_id": "kg:/m/0cwxbs"}, "name": {"first": "Felix", "last": "Grucci"}, "bio": {"birthday": "1951-11-25", "gender": "M"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000074", "thomas": "00487", "govtrack": 400538, "icpsr": 14632, "wikipedia": "Tony P. Hall", "house_history": 14379, "wikidata": "Q2442580", "google_entity_id": "kg:/m/034430"}, "name": {"first": "Tony", "middle": "P.", "last": "Hall"}, "bio": {"birthday": "1942-01-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2002-09-09", "state": "OH", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "H000172", "thomas": "00498", "govtrack": 400552, "icpsr": 14829, "wikipedia": "James V. Hansen", "house_history": 14497, "wikidata": "Q249361", "google_entity_id": "kg:/m/0df56c"}, "name": {"first": "James", "middle": "V.", "last": "Hansen"}, "bio": {"birthday": "1932-08-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "UT", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "UT", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "H000615", "thomas": "00538", "govtrack": 400547, "house_history": 15045, "icpsr": 29568, "wikipedia": "Van Hilleary", "wikidata": "Q521779", "google_entity_id": "kg:/m/0451c8"}, "name": {"first": "Van", "last": "Hilleary"}, "bio": {"birthday": "1959-06-20", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TN", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "H000621", "thomas": "00539", "govtrack": 400502, "wikipedia": "Earl F. Hilliard", "house_history": 15053, "icpsr": 29302, "wikidata": "Q471222", "google_entity_id": "kg:/m/03vpns"}, "name": {"first": "Earl", "middle": "F.", "last": "Hilliard"}, "bio": {"birthday": "1942-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AL", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AL", "district": 7, "party": "Democrat"}]}, {"id": {"bioguide": "H000789", "thomas": "00559", "govtrack": 400506, "house_history": 15261, "icpsr": 29320, "wikipedia": "Steve Horn", "wikidata": "Q1701650", "google_entity_id": "kg:/m/09lyzp"}, "name": {"first": "Stephen", "last": "Horn"}, "bio": {"birthday": "1931-05-31", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 38, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 38, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 38, "party": "Republican"}]}, {"id": {"bioguide": "H001014", "thomas": "01493", "govtrack": 400588, "wikipedia": "Asa Hutchinson", "house_history": 15533, "icpsr": 29704, "wikidata": "Q720121", "google_entity_id": "kg:/m/04fbt1"}, "name": {"first": "Asa", "last": "Hutchinson"}, "bio": {"birthday": "1950-12-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AR", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2001-08-06", "state": "AR", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "J000072", "thomas": "00593", "lis": "S204", "govtrack": 300057, "opensecrets": "N00000534", "icpsr": 94240, "house_history": 15786, "wikipedia": "Jim Jeffords", "wikidata": "Q1386836", "google_entity_id": "kg:/m/01vcjw"}, "name": {"first": "James", "middle": "M.", "last": "Jeffords", "nickname": "Jim"}, "bio": {"birthday": "1934-05-11", "gender": "M", "religion": "Congregationalist"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "VT", "district": 0, "party": "Republican"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "VT", "class": 1, "party": "Republican"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "VT", "class": 1, "party": "Independent", "url": "http://jeffords.senate.gov/", "party_affiliations": [{"start": "2001-01-03", "end": "2001-06-06", "party": "Republican"}, {"start": "2001-06-06", "end": "2007-01-03", "party": "Independent"}]}]}, {"id": {"bioguide": "K000359", "thomas": "01650", "govtrack": 400521, "house_history": 16542, "icpsr": 20118, "wikipedia": "Brian D. Kerns", "wikidata": "Q912053", "google_entity_id": "kg:/m/0d457z"}, "name": {"first": "Brian", "last": "Kerns"}, "bio": {"birthday": "1957-05-22", "gender": "M"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IN", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "L000556", "thomas": "00657", "govtrack": 400537, "icpsr": 14248, "wikipedia": "John J. LaFalce", "house_history": 17290, "wikidata": "Q13219122", "google_entity_id": "kg:/m/093_q8"}, "name": {"first": "John", "middle": "J.", "last": "LaFalce"}, "bio": {"birthday": "1939-10-06", "gender": "M"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 29, "party": "Democrat"}]}, {"id": {"bioguide": "L000096", "thomas": "00664", "govtrack": 400593, "house_history": 16714, "icpsr": 29554, "wikipedia": "Steve Largent", "wikidata": "Q332247", "google_entity_id": "kg:/m/01xyq6"}, "name": {"first": "Steve", "last": "Largent"}, "bio": {"birthday": "1954-09-28", "gender": "M"}, "terms": [{"type": "rep", "start": "1994-11-29", "end": "1995-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2002-02-15", "state": "OK", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "L000521", "thomas": "00718", "govtrack": 400529, "house_history": 17245, "icpsr": 29533, "wikipedia": "Bill Luther", "wikidata": "Q862272", "google_entity_id": "kg:/m/02h2v3"}, "name": {"first": "William", "last": "Luther"}, "bio": {"birthday": "1945-06-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MN", "district": 6, "party": "Democrat"}]}, {"id": {"bioguide": "M000090", "thomas": "01502", "govtrack": 400508, "wikipedia": "James H. Maloney", "house_history": 17442, "icpsr": 29712, "wikidata": "Q1680494", "google_entity_id": "kg:/m/0ddbbq"}, "name": {"first": "James", "last": "Maloney"}, "bio": {"birthday": "1948-09-17", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CT", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CT", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CT", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "M000212", "thomas": "00745", "govtrack": 400545, "wikipedia": "Frank Mascara", "house_history": 17585, "icpsr": 29562, "wikidata": "Q959210", "google_entity_id": "kg:/m/09mxzc"}, "name": {"first": "Frank", "last": "Mascara"}, "bio": {"birthday": "1930-01-19", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 20, "party": "Democrat"}]}, {"id": {"bioguide": "M000628", "thomas": "00789", "govtrack": 400511, "wikipedia": "Carrie P. Meek", "house_history": 18110, "icpsr": 29334, "wikidata": "Q461641", "google_entity_id": "kg:/m/03_nbp"}, "name": {"first": "Carrie", "last": "Meek"}, "bio": {"birthday": "1926-04-29", "gender": "F"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "M000720", "thomas": "00807", "govtrack": 400510, "house_history": 18233, "icpsr": 29333, "wikipedia": "Dan Miller (Florida politician)", "wikidata": "Q1159125", "google_entity_id": "kg:/m/0633wr"}, "name": {"first": "Dan", "last": "Miller"}, "bio": {"birthday": "1942-05-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 13, "party": "Republican"}]}, {"id": {"bioguide": "M000797", "thomas": "00815", "govtrack": 400554, "icpsr": 10757, "wikipedia": "Patsy Mink", "house_history": 18329, "wikidata": "Q399235", "google_entity_id": "kg:/m/034zwp"}, "name": {"first": "Patsy", "middle": "Takemoto", "last": "Mink"}, "bio": {"gender": "F", "birthday": "1927-12-06"}, "terms": [{"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1990-09-22", "end": "1991-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2002-09-28", "state": "HI", "district": 2, "party": "Democrat"}]}, {"id": {"bioguide": "M000834", "thomas": "00820", "govtrack": 400600, "icpsr": 14039, "opensecrets": "N00000256", "wikipedia": "Joe Moakley", "house_history": 18379, "wikidata": "Q1691534", "google_entity_id": "kg:/m/0612by"}, "name": {"first": "John", "middle": "Joseph", "last": "Moakley"}, "bio": {"birthday": "1927-04-27", "gender": "M"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MA", "district": 9, "party": "Ind. Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2001-05-28", "state": "MA", "district": 9, "party": "Democrat"}]}, {"id": {"bioguide": "M000941", "thomas": "00833", "govtrack": 400524, "icpsr": 15434, "house_history": 18513, "wikipedia": "Connie Morella", "wikidata": "Q1775679", "google_entity_id": "kg:/m/041wnq"}, "name": {"first": "Constance", "last": "Morella"}, "bio": {"gender": "F", "birthday": "1931-02-12"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MD", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MD", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MD", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MD", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MD", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MD", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MD", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MD", "district": 8, "party": "Republican"}]}, {"id": {"bioguide": "P000584", "thomas": "01586", "govtrack": 400519, "house_history": 20007, "icpsr": 29913, "wikipedia": "David D. Phelps", "wikidata": "Q3018617", "google_entity_id": "kg:/m/0ddc1r"}, "name": {"first": "David", "last": "Phelps"}, "bio": {"birthday": "1947-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 19, "party": "Democrat"}]}, {"id": {"bioguide": "R000258", "thomas": "01517", "govtrack": 400501, "house_history": 20405, "icpsr": 29700, "wikipedia": "Bob Riley", "wikidata": "Q438010", "google_entity_id": "kg:/m/020z3g"}, "name": {"first": "Bob", "last": "Riley"}, "bio": {"birthday": "1944-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AL", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AL", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "R000281", "thomas": "00966", "govtrack": 400528, "wikipedia": "Lynn N. Rivers", "house_history": 20433, "icpsr": 29531, "wikidata": "Q514321", "google_entity_id": "kg:/m/03xl4l"}, "name": {"first": "Lynn", "last": "Rivers"}, "bio": {"birthday": "1956-12-19", "gender": "F"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 13, "party": "Democrat"}]}, {"id": {"bioguide": "R000385", "thomas": "00976", "govtrack": 400520, "wikipedia": "Timothy J. Roemer", "house_history": 20560, "icpsr": 29117, "wikidata": "Q2435222", "google_entity_id": "kg:/m/03hbdm"}, "name": {"first": "Timothy", "last": "Roemer"}, "bio": {"birthday": "1956-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IN", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IN", "district": 3, "party": "Democrat"}]}, {"id": {"bioguide": "R000465", "thomas": "00990", "govtrack": 400533, "icpsr": 14855, "house_history": 20660, "wikipedia": "Marge Roukema", "wikidata": "Q509273", "google_entity_id": "kg:/m/07r12g"}, "name": {"first": "Marge", "last": "Roukema"}, "bio": {"birthday": "1929-09-19", "gender": "F"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NJ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NJ", "district": 5, "party": "Republican"}]}, {"id": {"bioguide": "S000059", "thomas": "01015", "lis": "S244", "govtrack": 300085, "opensecrets": "N00001380", "votesmart": 27054, "icpsr": 29141, "house_history": 21206, "wikipedia": "Rick Santorum", "wikidata": "Q155985", "google_entity_id": "kg:/m/01fgd3"}, "name": {"first": "Richard", "middle": "J.", "last": "Santorum", "nickname": "Rick"}, "bio": {"birthday": "1958-05-10", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 18, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "PA", "class": 1, "party": "Republican"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "PA", "class": 1, "party": "Republican", "url": "http://santorum.senate.gov/"}]}, {"id": {"bioguide": "S000064", "thomas": "01017", "lis": "S106", "govtrack": 300086, "opensecrets": "N00001979", "icpsr": 13039, "wikipedia": "Paul Sarbanes", "house_history": 21212, "wikidata": "Q1895804", "google_entity_id": "kg:/m/0206p0"}, "name": {"first": "Paul", "middle": "S.", "last": "Sarbanes"}, "bio": {"birthday": "1933-02-03", "gender": "M", "religion": "Greek Orthodox"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "MD", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "MD", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "MD", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "MD", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "MD", "class": 1, "party": "Democrat", "url": "http://sarbanes.senate.gov/"}]}, {"id": {"bioguide": "S000094", "thomas": "01022", "govtrack": 400539, "icpsr": 15442, "house_history": 21250, "wikipedia": "Thomas C. Sawyer", "wikidata": "Q967900", "google_entity_id": "kg:/m/039ttk"}, "name": {"first": "Thomas", "middle": "C.", "last": "Sawyer"}, "bio": {"birthday": "1945-08-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 14, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 14, "party": "Democrat"}]}, {"id": {"bioguide": "S000106", "thomas": "01025", "govtrack": 400608, "wikipedia": "Joe Scarborough", "icpsr": 39508, "house_history": 21265, "wikidata": "Q1280288", "google_entity_id": "kg:/m/0226wy"}, "name": {"first": "Joe", "last": "Scarborough"}, "bio": {"birthday": "1963-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2001-09-05", "state": "FL", "district": 1, "party": "Republican"}]}, {"id": {"bioguide": "S000112", "thomas": "01524", "govtrack": 400507, "opensecrets": "N00006182", "votesmart": 568, "wikipedia": "Bob Schaffer", "icpsr": 29711, "house_history": 21274, "wikidata": "Q657837", "google_entity_id": "kg:/m/06kjf3"}, "name": {"first": "Bob", "last": "Schaffer"}, "bio": {"birthday": "1962-07-24", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CO", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "S001147", "thomas": "01565", "govtrack": 400530, "wikipedia": "Ronnie Shows", "icpsr": 29920, "house_history": 22554, "wikidata": "Q2166034", "google_entity_id": "kg:/m/0df514"}, "name": {"first": "Ronnie", "last": "Shows"}, "bio": {"birthday": "1947-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MS", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MS", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000394", "thomas": "01055", "govtrack": 400374, "opensecrets": "N00001395", "icpsr": 14052, "wikipedia": "Bud Shuster", "house_history": 21629, "wikidata": "Q3646340", "google_entity_id": "kg:/m/03tmcb"}, "name": {"first": "Elmer", "middle": "Greinert", "last": "Shuster", "nickname": "Bud"}, "bio": {"birthday": "1932-01-23", "gender": "M", "religion": "Zion Lutheran"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2001-02-05", "state": "PA", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000453", "thomas": "01060", "govtrack": 400609, "icpsr": 15060, "wikipedia": "Norman Sisisky", "house_history": 21703, "wikidata": "Q1999679", "google_entity_id": "kg:/m/09nyrj"}, "name": {"first": "Norman", "last": "Sisisky"}, "bio": {"birthday": "1927-06-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "VA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2001-03-29", "state": "VA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "S000463", "thomas": "01063", "govtrack": 400534, "icpsr": 14861, "wikipedia": "Joe Skeen", "house_history": 21716, "wikidata": "Q1664440", "google_entity_id": "kg:/m/03vy73"}, "name": {"first": "Joseph", "last": "Skeen"}, "bio": {"birthday": "1927-06-30", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NM", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NM", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NM", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NM", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NM", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NM", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NM", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NM", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NM", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NM", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NM", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S000718", "thomas": "01091", "govtrack": 400610, "icpsr": 13042, "wikipedia": "Floyd Spence", "house_history": 22025, "wikidata": "Q1430393", "google_entity_id": "kg:/m/05rh28"}, "name": {"first": "Floyd", "last": "Spence"}, "bio": {"birthday": "1928-04-09", "gender": "M"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "SC", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2001-08-16", "state": "SC", "district": 2, "party": "Republican"}]}, {"id": {"bioguide": "S001044", "thomas": "01122", "govtrack": 400504, "icpsr": 14454, "wikipedia": "Bob Stump (U.S. Congressman)", "house_history": 22428, "wikidata": "Q888270", "google_entity_id": "kg:/m/01t5s0"}, "name": {"first": "Robert", "last": "Stump"}, "bio": {"birthday": "1927-04-04", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "AZ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "AZ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "AZ", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "AZ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AZ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AZ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AZ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AZ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AZ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AZ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AZ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AZ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AZ", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "T000253", "thomas": "01157", "govtrack": 400509, "icpsr": 29330, "house_history": 22942, "wikipedia": "Karen Thurman", "wikidata": "Q516718", "google_entity_id": "kg:/m/06lj67"}, "name": {"first": "Karen", "last": "Thurman"}, "bio": {"birthday": "1951-01-12", "gender": "F"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 5, "party": "Democrat"}]}, {"id": {"bioguide": "T000350", "thomas": "01166", "govtrack": 400611, "icpsr": 15121, "house_history": 23065, "wikipedia": "James Traficant", "wikidata": "Q465728", "google_entity_id": "kg:/m/01spk0"}, "name": {"first": "James", "middle": "A.", "last": "Traficant", "suffix": "Jr."}, "bio": {"birthday": "1941-05-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2002-07-24", "state": "OH", "district": 17, "party": "Democrat"}]}, {"id": {"bioguide": "U000014", "thomas": "01175", "govtrack": 400516, "wikipedia": "Robert A. Underwood", "house_history": 20846, "wikidata": "Q2156310", "google_entity_id": "kg:/m/01s_y0"}, "name": {"first": "Robert", "middle": "A.", "last": "Underwood"}, "bio": {"birthday": "1948-07-13", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "GU", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "GU", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "GU", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "GU", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "GU", "district": 0, "party": "Democrat"}]}, {"id": {"bioguide": "W000194", "thomas": "01206", "govtrack": 400540, "icpsr": 14462, "house_history": 23446, "wikipedia": "Wes Watkins", "wikidata": "Q2563736", "google_entity_id": "kg:/m/03wnn8"}, "name": {"first": "Wes", "last": "Watkins"}, "bio": {"birthday": "1938-12-15", "gender": "M"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OK", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OK", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OK", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OK", "district": 3, "party": "Republican"}]}, {"id": {"bioguide": "W000210", "thomas": "01208", "govtrack": 400541, "opensecrets": "N00005528", "wikipedia": "J. C. Watts", "icpsr": 29556, "house_history": 23468, "wikidata": "Q459176", "google_entity_id": "kg:/m/02k7d7"}, "name": {"first": "J.C.", "last": "Watts"}, "bio": {"birthday": "1957-11-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OK", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OK", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OK", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OK", "district": 4, "party": "Republican"}]}, {"id": {"bioguide": "B001237", "thomas": "01690", "lis": "S285", "govtrack": 401147, "icpsr": 40106, "wikipedia": "Dean Barkley", "wikidata": "Q362480", "google_entity_id": "kg:/m/0126_6"}, "name": {"first": "Dean", "last": "Barkley"}, "bio": {"birthday": "1950-08-31", "gender": "M"}, "terms": [{"type": "sen", "start": "2002-11-05", "end": "2003-01-03", "state": "MN", "class": 2, "party": "Independent"}]}, {"id": {"bioguide": "T000024", "thomas": "01135", "lis": "S286", "govtrack": 300096, "opensecrets": "N00005004", "wikipedia": "Jim Talent", "icpsr": 29369, "house_history": 22662, "wikidata": "Q1689229", "google_entity_id": "kg:/m/0gj1dy"}, "name": {"first": "James", "middle": "M.", "last": "Talent", "nickname": "Jim"}, "bio": {"birthday": "1956-10-18", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "sen", "start": "2002-11-25", "end": "2007-01-03", "state": "MO", "class": 1, "party": "Republican", "url": "http://talent.senate.gov/"}]}, {"id": {"bioguide": "A000359", "thomas": "01679", "govtrack": 400002, "opensecrets": "N00009825", "wikipedia": "An\u00edbal Acevedo Vil\u00e1", "house_history": 8754, "wikidata": "Q615126", "google_entity_id": "kg:/m/0337g0"}, "name": {"first": "An\u00edbal", "last": "Acevedo-Vil\u00e1"}, "bio": {"birthday": "1962-02-13", "gender": "M"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PR", "district": 0, "party": "AL"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PR", "district": 0, "party": "Popular Democrat", "url": "http://www.house.gov/acevedo-vila"}]}, {"id": {"bioguide": "A000109", "thomas": "00011", "lis": "S250", "govtrack": 300003, "opensecrets": "N00009082", "votesmart": 26783, "fec": ["S6CO00168"], "wikipedia": "Wayne Allard", "house_history": 8410, "icpsr": 29108, "wikidata": "Q724250", "google_entity_id": "kg:/m/01rbt7"}, "name": {"first": "Wayne", "middle": "A.", "last": "Allard"}, "bio": {"birthday": "1943-12-02", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CO", "district": 4, "party": "Republican"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "CO", "class": 2, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "CO", "class": 2, "party": "Republican", "url": "http://allard.senate.gov"}]}, {"id": {"bioguide": "B001238", "thomas": "01734", "govtrack": 400014, "opensecrets": "N00025005", "wikipedia": "Frank Ballance", "house_history": 10375, "icpsr": 20339, "wikidata": "Q1442909", "google_entity_id": "kg:/m/02bx4c"}, "name": {"first": "Frank", "middle": "W.", "last": "Ballance", "suffix": "Jr."}, "bio": {"birthday": "1942-02-15", "gender": "M"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2004-06-11", "state": "NC", "district": 1, "party": "Democrat", "url": "http://www.house.gov/ballance"}]}, {"id": {"bioguide": "B000104", "thomas": "00050", "govtrack": 400015, "opensecrets": "N00002377", "icpsr": 15402, "wikipedia": "Cass Ballenger", "house_history": 8908, "wikidata": "Q1048182", "google_entity_id": "kg:/m/03g_wd"}, "name": {"first": "Cass", "last": "Ballenger"}, "bio": {"birthday": "1926-12-06", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1986-11-04", "end": "1987-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NC", "district": 10, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NC", "district": 10, "party": "Republican", "url": "http://www.house.gov/ballenger"}]}, {"id": {"bioguide": "B001241", "thomas": "01750", "govtrack": 400022, "opensecrets": "N00024919", "house_history": 10381, "icpsr": 20354, "wikipedia": "Chris Bell (politician)", "wikidata": "Q1076991", "google_entity_id": "kg:/m/03y7k2"}, "name": {"first": "Chris", "last": "Bell"}, "bio": {"birthday": "1959-11-23", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 25, "party": "Democrat", "url": "http://www.house.gov/bell"}]}, {"id": {"bioguide": "B000403", "thomas": "00080", "govtrack": 400023, "opensecrets": "N00005331", "icpsr": 14605, "wikipedia": "Doug Bereuter", "house_history": 9299, "wikidata": "Q1251707", "google_entity_id": "kg:/m/025t0y"}, "name": {"first": "Douglas", "middle": "K.", "last": "Bereuter", "nickname": "Doug"}, "bio": {"birthday": "1939-10-06", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NE", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2004-08-31", "state": "NE", "district": 1, "party": "Republican", "url": "http://www.house.gov/bereuter"}]}, {"id": {"bioguide": "B001249", "thomas": "01721", "govtrack": 400053, "opensecrets": "N00025597", "house_history": 10397, "icpsr": 20320, "wikipedia": "Max Burns", "wikidata": "Q1912332", "google_entity_id": "kg:/m/0255q0"}, "name": {"first": "Max", "last": "Burns"}, "bio": {"birthday": "1948-11-08", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "GA", "district": 12, "party": "Republican", "url": "http://www.house.gov/burns"}]}, {"id": {"bioguide": "C001044", "thomas": "01665", "govtrack": 400066, "opensecrets": "N00009704", "wikipedia": "Brad Carson", "house_history": 11756, "icpsr": 20132, "wikidata": "Q896763", "google_entity_id": "kg:/m/033tdk"}, "name": {"first": "Brad", "last": "Carson"}, "bio": {"birthday": "1967-03-11", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OK", "district": 2, "party": "Democrat", "url": "http://carson.house.gov"}]}, {"id": {"bioguide": "C001057", "thomas": "01697", "lis": "S291", "govtrack": 300024, "opensecrets": "N00013870", "votesmart": 20239, "fec": ["S2MN00126"], "wikipedia": "Norm Coleman", "icpsr": 40302, "wikidata": "Q706661", "google_entity_id": "kg:/m/01jhtj"}, "name": {"first": "Norm", "last": "Coleman"}, "bio": {"birthday": "1949-08-17", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "MN", "class": 2, "party": "Republican", "url": "http://coleman.senate.gov"}]}, {"id": {"bioguide": "C000640", "thomas": "00222", "govtrack": 400078, "opensecrets": "N00002556", "house_history": 11254, "icpsr": 29340, "wikipedia": "Mac Collins", "wikidata": "Q1882459", "google_entity_id": "kg:/m/0255g_"}, "name": {"first": "Michael", "middle": "Allen", "last": "Collins", "nickname": "Mac"}, "bio": {"birthday": "1944-10-15", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "GA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "GA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "GA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "GA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "GA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "GA", "district": 8, "party": "Republican", "url": "http://www.house.gov/maccollins"}]}, {"id": {"bioguide": "C000653", "thomas": "00224", "govtrack": 400079, "opensecrets": "N00006055", "icpsr": 15093, "house_history": 11272, "wikipedia": "Larry Combest", "wikidata": "Q1661379", "google_entity_id": "kg:/m/09yw4z"}, "name": {"first": "Larry", "last": "Combest"}, "bio": {"birthday": "1945-03-20", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 19, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 19, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2003-05-31", "state": "TX", "district": 19, "party": "Republican", "url": "http://www.house.gov/combest"}]}, {"id": {"bioguide": "C000858", "thomas": "00246", "lis": "S215", "govtrack": 300029, "opensecrets": "N00002091", "votesmart": 53288, "icpsr": 14809, "fec": ["S0ID00057"], "wikipedia": "Larry Craig", "house_history": 11530, "wikidata": "Q371025", "google_entity_id": "kg:/m/021pfw"}, "name": {"first": "Larry", "middle": "E.", "last": "Craig"}, "bio": {"birthday": "1945-07-20", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "ID", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "ID", "class": 2, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "ID", "class": 2, "party": "Republican", "url": "http://craig.senate.gov"}]}, {"id": {"bioguide": "C000873", "thomas": "00249", "govtrack": 400085, "opensecrets": "N00004698", "icpsr": 12041, "wikipedia": "Phil Crane", "house_history": 11548, "wikidata": "Q325960", "google_entity_id": "kg:/m/0256nh"}, "name": {"first": "Philip", "middle": "M.", "last": "Crane", "nickname": "Phil"}, "bio": {"birthday": "1930-11-03", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 8, "party": "Republican", "url": "http://www.house.gov/crane"}]}, {"id": {"bioguide": "D000275", "thomas": "00291", "govtrack": 400106, "opensecrets": "N00002839", "house_history": 12169, "icpsr": 29335, "wikipedia": "Peter Deutsch", "wikidata": "Q2077674", "google_entity_id": "kg:/m/0231t4"}, "name": {"first": "Peter", "last": "Deutsch"}, "bio": {"birthday": "1957-04-01", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 20, "party": "Democrat", "url": "http://www.house.gov/deutsch"}]}, {"id": {"bioguide": "D000601", "thomas": "01698", "lis": "S292", "govtrack": 300035, "opensecrets": "N00008071", "votesmart": 41533, "fec": ["S2NC00083"], "house_history": 12577, "icpsr": 40303, "wikipedia": "Elizabeth Dole", "wikidata": "Q239571", "google_entity_id": "kg:/m/01f0yh"}, "name": {"first": "Elizabeth", "middle": "H.", "last": "Dole"}, "bio": {"birthday": "1936-07-29", "gender": "F", "religion": "Presbyterian"}, "terms": [{"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "NC", "class": 2, "party": "Republican", "url": "http://dole.senate.gov/"}]}, {"id": {"bioguide": "D000407", "thomas": "01319", "lis": "S027", "govtrack": 300036, "opensecrets": "N00006515", "votesmart": 53325, "icpsr": 14103, "fec": ["S8NM00010"], "wikipedia": "Pete Domenici", "wikidata": "Q964959", "google_entity_id": "kg:/m/01vjn1"}, "name": {"first": "Pete", "middle": "V.", "last": "Domenici"}, "bio": {"birthday": "1932-05-07", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "NM", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "NM", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "NM", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "NM", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "NM", "class": 2, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "NM", "class": 2, "party": "Republican", "url": "http://domenici.senate.gov"}]}, {"id": {"bioguide": "D000424", "thomas": "00306", "govtrack": 400112, "opensecrets": "N00007251", "wikipedia": "Cal Dooley", "house_history": 12358, "icpsr": 29105, "wikidata": "Q1026119", "google_entity_id": "kg:/m/024td1"}, "name": {"first": "Calvin", "middle": "M.", "last": "Dooley", "nickname": "Cal"}, "bio": {"birthday": "1954-01-11", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 20, "party": "Democrat", "url": "http://dooley.house.gov"}]}, {"id": {"bioguide": "D000549", "thomas": "00324", "govtrack": 400117, "opensecrets": "N00007823", "wikipedia": "Jennifer Dunn (politician)", "house_history": 12510, "icpsr": 39312, "wikidata": "Q518997", "google_entity_id": "kg:/m/024zp4"}, "name": {"first": "Jennifer", "middle": "B.", "last": "Dunn"}, "bio": {"birthday": "1941-07-29", "gender": "F", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WA", "district": 8, "party": "Republican", "url": "http://www.house.gov/dunn"}]}, {"id": {"bioguide": "F000441", "thomas": "01563", "govtrack": 400135, "opensecrets": "N00003430", "house_history": 13532, "icpsr": 29917, "wikipedia": "Ernie Fletcher", "wikidata": "Q881233", "google_entity_id": "kg:/m/026fb9"}, "name": {"first": "Ernest", "middle": "Lee", "last": "Fletcher", "nickname": "Ernie"}, "bio": {"birthday": "1952-11-12", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "KY", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2003-12-08", "state": "KY", "district": 6, "party": "Republican", "url": "http://www.house.gov/fletcher"}]}, {"id": {"bioguide": "F000392", "thomas": "00419", "govtrack": 400143, "opensecrets": "N00005677", "icpsr": 14626, "wikipedia": "Martin Frost", "house_history": 13465, "wikidata": "Q1903813", "google_entity_id": "kg:/m/03g_ym"}, "name": {"first": "Jonas", "last": "Frost", "suffix": "III", "nickname": "Martin"}, "bio": {"birthday": "1942-01-01", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 24, "party": "Democrat", "url": "http://www.house.gov/frost"}]}, {"id": {"bioguide": "G000132", "thomas": "00433", "govtrack": 400146, "opensecrets": "N00005037", "icpsr": 14421, "house_history": 13727, "wikipedia": "Dick Gephardt", "wikidata": "Q1209677", "google_entity_id": "kg:/m/0163l9"}, "name": {"first": "Richard", "middle": "Andrew", "last": "Gephardt", "nickname": "Dick"}, "bio": {"birthday": "1941-01-31", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MO", "district": 3, "party": "Democrat", "url": "http://dickgephardt.house.gov"}]}, {"id": {"bioguide": "G000336", "thomas": "00450", "govtrack": 400156, "opensecrets": "N00002960", "icpsr": 15605, "wikipedia": "Porter Goss", "house_history": 13987, "wikidata": "Q455698", "google_entity_id": "kg:/m/0d18hh"}, "name": {"first": "Porter", "middle": "J.", "last": "Goss"}, "bio": {"birthday": "1938-11-26", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2004-09-23", "state": "FL", "district": 14, "party": "Republican", "url": "http://www.house.gov/goss"}]}, {"id": {"bioguide": "G000439", "thomas": "00465", "govtrack": 400161, "opensecrets": "N00001519", "wikipedia": "James C. Greenwood", "house_history": 14121, "icpsr": 29397, "wikidata": "Q6130715", "google_entity_id": "kg:/m/03ttg5"}, "name": {"first": "James", "middle": "C.", "last": "Greenwood", "nickname": "Jim"}, "bio": {"birthday": "1951-05-04", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 8, "party": "Republican", "url": "http://www.house.gov/greenwood"}]}, {"id": {"bioguide": "H001028", "thomas": "01545", "lis": "S255", "govtrack": 300050, "opensecrets": "N00005301", "votesmart": 231, "fec": ["S6NE00087"], "wikipedia": "Chuck Hagel", "icpsr": 49704, "wikidata": "Q381670", "google_entity_id": "kg:/m/01_pcr"}, "name": {"first": "Charles", "middle": "T.", "last": "Hagel", "nickname": "Chuck"}, "bio": {"birthday": "1946-10-04", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "NE", "class": 2, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "NE", "class": 2, "party": "Republican", "url": "http://hagel.senate.gov/"}]}, {"id": {"bioguide": "H001031", "thomas": "01579", "govtrack": 400181, "opensecrets": "N00001529", "wikipedia": "Joe Hoeffel", "house_history": 15558, "icpsr": 29934, "wikidata": "Q6210357", "google_entity_id": "kg:/m/026w9r"}, "name": {"first": "Joseph", "middle": "M.", "last": "Hoeffel"}, "bio": {"birthday": "1950-09-03", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 13, "party": "Democrat", "url": "http://www.house.gov/hoeffel"}]}, {"id": {"bioguide": "H000814", "thomas": "00563", "govtrack": 400188, "opensecrets": "N00001329", "icpsr": 15423, "wikipedia": "Amo Houghton", "house_history": 15290, "wikidata": "Q4747436", "google_entity_id": "kg:/m/03v10f"}, "name": {"first": "Amory", "last": "Houghton", "suffix": "Jr.", "nickname": "Amo"}, "bio": {"birthday": "1926-08-07", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 31, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 29, "party": "Republican", "url": "http://www.house.gov/houghton"}]}, {"id": {"bioguide": "J000286", "thomas": "01746", "govtrack": 400200, "opensecrets": "N00011046", "house_history": 16061, "icpsr": 20348, "wikipedia": "Bill Janklow", "wikidata": "Q862213", "google_entity_id": "kg:/m/01s1lb"}, "name": {"first": "William", "middle": "J.", "last": "Janklow", "nickname": "Bill"}, "bio": {"birthday": "1939-09-13", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2004-01-20", "state": "SD", "district": 0, "party": "Republican", "url": "http://www.house.gov/janklow"}]}, {"id": {"bioguide": "J000110", "thomas": "01495", "govtrack": 400203, "opensecrets": "N00008038", "wikipedia": "Chris John", "house_history": 15831, "icpsr": 29727, "wikidata": "Q1077380", "google_entity_id": "kg:/m/025j_4"}, "name": {"first": "Christopher", "last": "John", "nickname": "Chris"}, "bio": {"birthday": "1960-01-05", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "LA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "LA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/john"}]}, {"id": {"bioguide": "K000259", "thomas": "00637", "govtrack": 400223, "opensecrets": "N00004330", "icpsr": 15082, "wikipedia": "Jerry Kleczka", "house_history": 16401, "wikidata": "Q1687846", "google_entity_id": "kg:/m/024twd"}, "name": {"first": "Gerald", "middle": "D.", "last": "Kleczka", "nickname": "Jerry"}, "bio": {"birthday": "1943-11-26", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WI", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WI", "district": 4, "party": "Democrat", "url": "http://www.house.gov/kleczka"}]}, {"id": {"bioguide": "L000342", "thomas": "00694", "govtrack": 400243, "opensecrets": "N00004856", "icpsr": 15036, "wikipedia": "Bill Lipinski", "house_history": 17020, "wikidata": "Q2903280", "google_entity_id": "kg:/m/0256c2"}, "name": {"first": "William", "middle": "O.", "last": "Lipinski"}, "bio": {"birthday": "1937-12-22", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 3, "party": "Democrat", "url": "http://www.house.gov/lipinski"}]}, {"id": {"bioguide": "L000558", "thomas": "01562", "govtrack": 400248, "opensecrets": "N00003444", "house_history": 17294, "icpsr": 29916, "wikipedia": "Ken Lucas", "wikidata": "Q1404866", "google_entity_id": "kg:/m/025jlr"}, "name": {"first": "Kenneth", "middle": "R.", "last": "Lucas", "nickname": "Ken"}, "bio": {"birthday": "1933-08-22", "gender": "M", "religion": "Christian"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "KY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "KY", "district": 4, "party": "Democrat", "url": "http://www.house.gov/kenlucas"}]}, {"id": {"bioguide": "M001145", "thomas": "01719", "govtrack": 400250, "opensecrets": "N00025138", "house_history": 18762, "icpsr": 20318, "wikipedia": "Denise Majette", "wikidata": "Q461717", "google_entity_id": "kg:/m/024v4r"}, "name": {"first": "Denise", "last": "Majette"}, "bio": {"birthday": "1955-05-18", "gender": "F", "religion": "African Methodist Episcopal"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "GA", "district": 4, "party": "Democrat", "url": "http://www.house.gov/majette"}]}, {"id": {"bioguide": "M000249", "thomas": "00748", "govtrack": 400256, "opensecrets": "N00007571", "icpsr": 14649, "wikipedia": "Bob Matsui", "house_history": 17631, "wikidata": "Q399055", "google_entity_id": "kg:/m/024sdz"}, "name": {"first": "Robert", "middle": "T.", "last": "Matsui"}, "bio": {"birthday": "1941-09-17", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 5, "party": "Democrat", "url": "http://www.house.gov/matsui"}]}, {"id": {"bioguide": "M000316", "thomas": "00756", "govtrack": 400258, "opensecrets": "N00005119", "wikipedia": "Karen McCarthy", "house_history": 17718, "icpsr": 29535, "wikidata": "Q518574", "google_entity_id": "kg:/m/03s6q8"}, "name": {"first": "Karen", "last": "McCarthy"}, "bio": {"birthday": "1947-03-18", "gender": "F", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MO", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MO", "district": 5, "party": "Democrat", "url": "http://mccarthy.house.gov/"}]}, {"id": {"bioguide": "M000477", "thomas": "00775", "govtrack": 400265, "opensecrets": "N00006213", "cspan": 26492, "votesmart": 26782, "wikipedia": "Scott McInnis", "house_history": 17922, "icpsr": 29326, "wikidata": "Q1516680", "google_entity_id": "kg:/m/024zc_"}, "name": {"first": "Scott", "last": "McInnis"}, "bio": {"birthday": "1953-05-09", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CO", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CO", "district": 3, "party": "Republican", "url": "http://www.house.gov/mcinnis"}]}, {"id": {"bioguide": "N000051", "thomas": "00860", "govtrack": 400292, "opensecrets": "N00008166", "wikipedia": "George Nethercutt", "house_history": 18898, "icpsr": 29581, "wikidata": "Q164014", "google_entity_id": "kg:/m/025912"}, "name": {"first": "George", "middle": "R.", "last": "Nethercutt", "suffix": "Jr."}, "bio": {"birthday": "1944-10-07", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WA", "district": 5, "party": "Republican", "url": "http://www.house.gov/nethercutt"}]}, {"id": {"bioguide": "O000164", "thomas": "01585", "govtrack": 400304, "opensecrets": "N00007581", "wikipedia": "Doug Ose", "house_history": 19270, "icpsr": 29902, "wikidata": "Q1251831", "google_entity_id": "kg:/m/024sfp"}, "name": {"first": "Doug", "last": "Ose"}, "bio": {"birthday": "1955-06-27", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 3, "party": "Republican", "url": "http://www.house.gov/ose"}]}, {"id": {"bioguide": "Q000016", "thomas": "00938", "govtrack": 400329, "opensecrets": "N00001290", "house_history": 20064, "icpsr": 29381, "wikipedia": "Jack Quinn (politician)", "wikidata": "Q6114706", "google_entity_id": "kg:/m/03v102"}, "name": {"first": "Jack", "last": "Quinn"}, "bio": {"birthday": "1951-04-13", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 30, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 27, "party": "Republican", "url": "http://www.house.gov/quinn"}]}, {"id": {"bioguide": "S000044", "thomas": "01523", "govtrack": 400358, "opensecrets": "N00005724", "wikipedia": "Max Sandlin", "icpsr": 29757, "house_history": 21186, "wikidata": "Q1118577", "google_entity_id": "kg:/m/029fvv"}, "name": {"first": "Max", "middle": "A.", "last": "Sandlin", "suffix": "Jr."}, "bio": {"birthday": "1952-09-29", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 1, "party": "Democrat", "url": "http://www.house.gov/sandlin"}]}, {"id": {"bioguide": "S001151", "thomas": "01673", "govtrack": 400362, "opensecrets": "N00012656", "wikipedia": "Ed Schrock", "icpsr": 20142, "house_history": 22562, "wikidata": "Q1282486", "google_entity_id": "kg:/m/0292qs"}, "name": {"first": "Edward", "middle": "L.", "last": "Schrock", "nickname": "Ed"}, "bio": {"birthday": "1941-04-06", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "VA", "district": 2, "party": "Republican", "url": "http://schrock.house.gov"}]}, {"id": {"bioguide": "S001142", "thomas": "01549", "lis": "S262", "govtrack": 300090, "opensecrets": "N00007815", "votesmart": 425, "fec": ["S6OR00094"], "wikipedia": "Gordon H. Smith", "icpsr": 49705, "wikidata": "Q607069", "google_entity_id": "kg:/m/09kd23"}, "name": {"first": "Gordon", "middle": "Harold", "last": "Smith"}, "bio": {"birthday": "1952-05-25", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "OR", "class": 2, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "OR", "class": 2, "party": "Republican", "url": "http://gsmith.senate.gov/"}]}, {"id": {"bioguide": "S000597", "thomas": "01080", "govtrack": 400382, "opensecrets": "N00004113", "icpsr": 29364, "house_history": 21873, "wikipedia": "Nick Smith (U.S. politician)", "wikidata": "Q1790063", "google_entity_id": "kg:/m/02d4cg"}, "name": {"first": "Nick", "last": "Smith"}, "bio": {"birthday": "1934-11-05", "gender": "M", "religion": "Congregationalist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MI", "district": 7, "party": "Republican", "url": "http://www.house.gov/nicksmith"}]}, {"id": {"bioguide": "S000851", "thomas": "01110", "govtrack": 400389, "opensecrets": "N00006060", "icpsr": 14664, "wikipedia": "Charles Stenholm", "house_history": 22191, "wikidata": "Q238733", "google_entity_id": "kg:/m/03tk82"}, "name": {"first": "Charles", "middle": "W.", "last": "Stenholm", "nickname": "Charlie"}, "bio": {"birthday": "1938-10-26", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 17, "party": "Democrat", "url": "http://www.house.gov/stenholm"}]}, {"id": {"bioguide": "S000888", "thomas": "01440", "lis": "S090", "govtrack": 300094, "opensecrets": "N00007997", "votesmart": 53268, "icpsr": 12109, "fec": ["S2AK00010"], "wikipedia": "Ted Stevens", "wikidata": "Q50599", "google_entity_id": "kg:/m/018r3g"}, "name": {"first": "Ted", "middle": "F.", "last": "Stevens"}, "bio": {"birthday": "1923-11-18", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "sen", "start": "1968-12-24", "end": "1973-01-03", "state": "AK", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "AK", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "AK", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "AK", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "AK", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "AK", "class": 2, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "AK", "class": 2, "party": "Republican", "url": "http://stevens.senate.gov/"}]}, {"id": {"bioguide": "S001078", "thomas": "01532", "lis": "S296", "govtrack": 300095, "opensecrets": "N00000397", "votesmart": 617, "fec": ["S0NH00201"], "wikipedia": "John E. Sununu", "icpsr": 29740, "house_history": 22472, "wikidata": "Q1699908", "google_entity_id": "kg:/m/0170zz"}, "name": {"first": "John", "middle": "E.", "last": "Sununu"}, "bio": {"birthday": "1964-09-10", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NH", "district": 1, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "NH", "class": 2, "party": "Republican", "url": "http://sununu.senate.gov/"}]}, {"id": {"bioguide": "T000058", "thomas": "01140", "govtrack": 400397, "opensecrets": "N00005372", "icpsr": 14679, "house_history": 22705, "wikipedia": "Billy Tauzin", "wikidata": "Q863238", "google_entity_id": "kg:/m/025jtz"}, "name": {"first": "William", "middle": "J.", "last": "Tauzin", "nickname": "Billy"}, "bio": {"birthday": "1943-06-14", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "LA", "district": 3, "party": "Republican", "party_affiliations": [{"start": "1995-01-04", "end": "1995-08-08", "party": "Democrat"}, {"start": "1995-08-08", "end": "1997-01-03", "party": "Republican"}]}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "LA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "LA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "LA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "LA", "district": 3, "party": "Republican", "url": "http://www.house.gov/tauzin"}]}, {"id": {"bioguide": "T000424", "thomas": "01536", "govtrack": 400410, "opensecrets": "N00005731", "icpsr": 29758, "house_history": 23153, "wikipedia": "Jim Turner (politician)", "wikidata": "Q1638994", "google_entity_id": "kg:/m/03l9vs"}, "name": {"first": "James", "last": "Turner", "nickname": "Jim"}, "bio": {"birthday": "1946-02-06", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 2, "party": "Democrat", "url": "http://www.house.gov/turner"}]}, {"id": {"bioguide": "W000154", "thomas": "01452", "lis": "S143", "govtrack": 300099, "opensecrets": "N00002061", "votesmart": 53356, "icpsr": 14712, "fec": ["S8VA00107"], "wikipedia": "John Warner", "wikidata": "Q464810", "google_entity_id": "kg:/m/01w8b5"}, "name": {"first": "John", "middle": "W.", "last": "Warner"}, "bio": {"birthday": "1927-02-18", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "VA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "VA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "VA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "VA", "class": 2, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "VA", "class": 2, "party": "Republican", "url": "http://warner.senate.gov/"}]}, {"id": {"bioguide": "B001233", "thomas": "01572", "lis": "S264", "govtrack": 300006, "opensecrets": "N00003762", "votesmart": 22418, "fec": ["S8IN00049"], "wikipedia": "Evan Bayh", "icpsr": 49901, "wikidata": "Q344930", "google_entity_id": "kg:/m/01rcnr"}, "name": {"first": "Evan", "last": "Bayh"}, "bio": {"birthday": "1955-12-26", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "IN", "class": 3, "party": "Democrat", "url": "http://bayh.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "IN", "class": 3, "party": "Democrat", "url": "http://bayh.senate.gov"}]}, {"id": {"bioguide": "B001240", "thomas": "01712", "govtrack": 400020, "opensecrets": "N00025443", "wikipedia": "Bob Beauprez", "house_history": 10379, "icpsr": 20312, "wikidata": "Q887793", "google_entity_id": "kg:/m/024zh7"}, "name": {"first": "Bob", "last": "Beauprez"}, "bio": {"birthday": "1948-09-22", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CO", "district": 7, "party": "Republican", "url": "http://www.house.gov/beauprez"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CO", "district": 7, "party": "Republican", "url": "http://www.house.gov/beauprez"}]}, {"id": {"bioguide": "B000382", "thomas": "01280", "lis": "S231", "govtrack": 300007, "opensecrets": "N00006347", "votesmart": 53351, "fec": ["S2UT00104"], "cspan": 25708, "wikipedia": "Bob Bennett (politician)", "icpsr": 49307, "wikidata": "Q715787", "google_entity_id": "kg:/m/01xtg9"}, "name": {"first": "Robert", "middle": "F.", "last": "Bennett"}, "bio": {"birthday": "1933-09-18", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "UT", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "UT", "class": 3, "party": "Republican", "url": "http://bennett.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "UT", "class": 3, "party": "Republican", "url": "http://bennett.senate.gov"}]}, {"id": {"bioguide": "B000463", "thomas": "00089", "govtrack": 400028, "opensecrets": "N00002982", "icpsr": 15006, "wikipedia": "Michael Bilirakis", "house_history": 9375, "wikidata": "Q1885893", "google_entity_id": "kg:/m/025221"}, "name": {"first": "Michael", "last": "Bilirakis"}, "bio": {"birthday": "1930-07-16", "gender": "M", "religion": "Greek Orthodox"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 9, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 9, "party": "Republican", "url": "http://www.house.gov/bilirakis"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 9, "party": "Republican", "url": "http://www.house.gov/bilirakis"}]}, {"id": {"bioguide": "B000586", "thomas": "00101", "govtrack": 400035, "opensecrets": "N00001267", "icpsr": 15007, "wikipedia": "Sherwood Boehlert", "house_history": 9534, "wikidata": "Q7495500", "google_entity_id": "kg:/m/03dghb"}, "name": {"first": "Sherwood", "middle": "L.", "last": "Boehlert", "nickname": "Sherry"}, "bio": {"birthday": "1936-09-28", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 23, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 24, "party": "Republican", "url": "http://www.house.gov/boehlert"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 24, "party": "Republican", "url": "http://www.house.gov/boehlert"}]}, {"id": {"bioguide": "B000611", "thomas": "01286", "lis": "S200", "govtrack": 300010, "opensecrets": "N00005178", "votesmart": 53313, "icpsr": 15501, "fec": ["S6MO00289"], "cspan": 2360, "wikipedia": "Kit Bond", "wikidata": "Q560427", "google_entity_id": "kg:/m/01_6h2"}, "name": {"first": "Christopher", "middle": "S.", "last": "Bond", "nickname": "Kit"}, "bio": {"birthday": "1939-03-06", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "MO", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "MO", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "MO", "class": 3, "party": "Republican", "url": "http://bond.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "MO", "class": 3, "party": "Republican", "url": "http://bond.senate.gov"}]}, {"id": {"bioguide": "B000617", "thomas": "00107", "govtrack": 400037, "opensecrets": "N00005985", "house_history": 9580, "icpsr": 39302, "wikipedia": "Henry Bonilla", "wikidata": "Q1424754", "google_entity_id": "kg:/m/03tfr_"}, "name": {"first": "Henry", "last": "Bonilla"}, "bio": {"birthday": "1954-01-02", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 23, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 23, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 23, "party": "Republican", "url": "http://www.house.gov/bonilla"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 23, "party": "Republican", "url": "http://www.house.gov/bonilla"}]}, {"id": {"bioguide": "B001246", "thomas": "01736", "govtrack": 400045, "opensecrets": "N00025059", "wikipedia": "Jeb Bradley", "house_history": 10391, "icpsr": 20335, "wikidata": "Q1686078", "google_entity_id": "kg:/m/02vyss"}, "name": {"first": "Jeb", "middle": "E.", "last": "Bradley"}, "bio": {"birthday": "1952-10-20", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NH", "district": 1, "party": "Republican", "url": "http://www.house.gov/bradley"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NH", "district": 1, "party": "Republican", "url": "http://www.house.gov/bradley"}]}, {"id": {"bioguide": "B000953", "thomas": "00137", "lis": "S249", "govtrack": 300013, "opensecrets": "N00005244", "votesmart": 21952, "fec": ["S6KS00122"], "wikipedia": "Sam Brownback", "house_history": 10006, "icpsr": 29523, "wikidata": "Q317618", "google_entity_id": "kg:/m/0202ny"}, "name": {"first": "Samuel", "middle": "D.", "last": "Brownback", "nickname": "Sam"}, "bio": {"birthday": "1956-09-12", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1996-11-07", "state": "KS", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1996-11-07", "end": "1999-01-03", "state": "KS", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "KS", "class": 3, "party": "Republican", "url": "http://brownback.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "KS", "class": 3, "party": "Republican", "url": "http://brownback.senate.gov"}]}, {"id": {"bioguide": "B001066", "thomas": "00146", "lis": "S265", "govtrack": 300014, "opensecrets": "N00003437", "votesmart": 26874, "icpsr": 15406, "fec": ["S8KY00118"], "cspan": 1457, "wikipedia": "Jim Bunning", "house_history": 10150, "wikidata": "Q918265", "google_entity_id": "kg:/m/0lbm2"}, "name": {"first": "Jim", "last": "Bunning"}, "bio": {"birthday": "1931-10-23", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "KY", "class": 3, "party": "Republican", "url": "http://bunning.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "KY", "class": 3, "party": "Republican", "url": "http://bunning.senate.gov"}]}, {"id": {"bioguide": "C001055", "thomas": "01693", "govtrack": 400069, "opensecrets": "N00025882", "house_history": 11776, "icpsr": 20322, "wikipedia": "Ed Case", "wikidata": "Q597613", "google_entity_id": "kg:/m/0255s6"}, "name": {"first": "Ed", "last": "Case"}, "bio": {"birthday": "1952-09-27", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "HI", "district": 2, "party": "Democrat", "url": "http://www.house.gov/case"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "HI", "district": 2, "party": "Democrat", "url": "http://www.house.gov/case"}]}, {"id": {"bioguide": "C001052", "thomas": "01726", "govtrack": 400072, "opensecrets": "N00012586", "wikipedia": "Chris Chocola", "house_history": 11772, "icpsr": 20324, "wikidata": "Q980183", "google_entity_id": "kg:/m/025772"}, "name": {"first": "Chris", "last": "Chocola"}, "bio": {"birthday": "1962-02-24", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IN", "district": 2, "party": "Republican", "url": "http://www.house.gov/chocola"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IN", "district": 2, "party": "Republican", "url": "http://www.house.gov/chocola"}]}, {"id": {"bioguide": "C000830", "thomas": "00242", "govtrack": 400083, "opensecrets": "N00007124", "icpsr": 15601, "wikipedia": "Christopher Cox", "house_history": 11495, "wikidata": "Q553335", "google_entity_id": "kg:/m/024xqg"}, "name": {"first": "C.", "middle": "Christopher", "last": "Cox"}, "bio": {"birthday": "1952-10-16", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 47, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 47, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 47, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 47, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 47, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 48, "party": "Republican", "url": "http://cox.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2005-08-02", "state": "CA", "district": 48, "party": "Republican", "url": "http://cox.house.gov"}]}, {"id": {"bioguide": "C000994", "thomas": "00258", "govtrack": 400091, "opensecrets": "N00007050", "house_history": 11696, "icpsr": 29107, "wikipedia": "Duke Cunningham", "wikidata": "Q946106", "google_entity_id": "kg:/m/0576l8"}, "name": {"first": "Randall", "middle": "H.", "last": "Cunningham", "nickname": "Duke"}, "bio": {"birthday": "1941-12-08", "gender": "M", "religion": "Christian"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 44, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 51, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 51, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 51, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 51, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 51, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 50, "party": "Republican", "url": "http://www.house.gov/cunningham"}, {"type": "rep", "start": "2005-01-04", "end": "2005-12-01", "state": "CA", "district": 50, "party": "Republican", "url": "http://www.house.gov/cunningham"}]}, {"id": {"bioguide": "D000114", "thomas": "01478", "govtrack": 400094, "opensecrets": "N00002926", "wikipedia": "Jim Davis (Florida politician)", "house_history": 11972, "icpsr": 29714, "wikidata": "Q519908", "google_entity_id": "kg:/m/0252mn"}, "name": {"first": "James", "last": "Davis", "nickname": "Jim"}, "bio": {"birthday": "1957-10-11", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 11, "party": "Democrat", "url": "http://www.house.gov/jimdavis"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 11, "party": "Democrat", "url": "http://www.house.gov/jimdavis"}]}, {"id": {"bioguide": "D000217", "thomas": "00282", "govtrack": 400104, "opensecrets": "N00005892", "icpsr": 15094, "house_history": 12103, "wikipedia": "Tom DeLay", "wikidata": "Q180390", "google_entity_id": "kg:/m/01fnd0"}, "name": {"first": "Thomas", "middle": "Dale", "last": "DeLay", "nickname": "Tom"}, "bio": {"birthday": "1947-04-08", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 22, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 22, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 22, "party": "Republican", "url": "http://tomdelay.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2006-06-09", "state": "TX", "district": 22, "party": "Republican", "url": "http://tomdelay.house.gov"}]}, {"id": {"bioguide": "D000388", "thomas": "00302", "lis": "S150", "govtrack": 300034, "opensecrets": "N00000581", "votesmart": 53277, "icpsr": 14213, "fec": ["S0CT00037"], "house_history": 12312, "wikipedia": "Chris Dodd", "wikidata": "Q319111", "google_entity_id": "kg:/m/01xcly"}, "name": {"first": "Christopher", "middle": "J.", "last": "Dodd"}, "bio": {"birthday": "1944-05-27", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CT", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "CT", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "CT", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "CT", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "CT", "class": 3, "party": "Democrat", "url": "http://dodd.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "CT", "class": 3, "party": "Democrat", "url": "http://dodd.senate.gov"}]}, {"id": {"bioguide": "D000432", "thomas": "00308", "lis": "S222", "govtrack": 300037, "opensecrets": "N00004615", "votesmart": 53332, "icpsr": 14812, "fec": ["S2ND00040"], "cspan": 2318, "wikipedia": "Byron Dorgan", "house_history": 12370, "wikidata": "Q555735", "google_entity_id": "kg:/m/021fyn"}, "name": {"first": "Byron", "middle": "L.", "last": "Dorgan"}, "bio": {"birthday": "1942-05-14", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "ND", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "ND", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "ND", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "ND", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "ND", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1992-12-14", "state": "ND", "district": 0, "party": "Democrat"}, {"type": "sen", "start": "1992-12-15", "end": "1993-01-03", "state": "ND", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "ND", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "ND", "class": 3, "party": "Democrat", "url": "http://dorgan.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "ND", "class": 3, "party": "Democrat", "url": "http://dorgan.senate.gov"}]}, {"id": {"bioguide": "E000250", "thomas": "00361", "govtrack": 400126, "opensecrets": "N00004912", "icpsr": 15023, "wikipedia": "Lane Evans", "house_history": 12908, "wikidata": "Q907764", "google_entity_id": "kg:/m/02571t"}, "name": {"first": "Lane", "middle": "A.", "last": "Evans"}, "bio": {"birthday": "1951-08-04", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 17, "party": "Democrat", "url": "http://www.house.gov/evans"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 17, "party": "Democrat", "url": "http://www.house.gov/evans"}]}, {"id": {"bioguide": "F000061", "thomas": "01331", "lis": "S230", "govtrack": 300042, "opensecrets": "N00000036", "votesmart": 53361, "fec": ["S8WI00026"], "icpsr": 49309, "wikipedia": "Russ Feingold", "wikidata": "Q356475", "google_entity_id": "kg:/m/01nvvl"}, "name": {"first": "Russell", "middle": "D.", "last": "Feingold"}, "bio": {"birthday": "1953-03-02", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "WI", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "WI", "class": 3, "party": "Democrat", "url": "http://feingold.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "WI", "class": 3, "party": "Democrat", "url": "http://feingold.senate.gov"}]}, {"id": {"bioguide": "F000238", "thomas": "00396", "govtrack": 400136, "opensecrets": "N00002898", "house_history": 13273, "icpsr": 29510, "wikipedia": "Mark Foley", "wikidata": "Q723765", "google_entity_id": "kg:/m/0252z9"}, "name": {"first": "Mark", "middle": "Adam", "last": "Foley"}, "bio": {"birthday": "1954-09-08", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 16, "party": "Republican", "url": "http://www.house.gov/foley"}, {"type": "rep", "start": "2005-01-04", "end": "2006-09-29", "state": "FL", "district": 16, "party": "Republican", "url": "http://www.house.gov/foley"}]}, {"id": {"bioguide": "F000262", "thomas": "01483", "govtrack": 400138, "opensecrets": "N00003218", "house_history": 13305, "icpsr": 29756, "wikipedia": "Harold Ford Jr.", "wikidata": "Q1289901", "google_entity_id": "kg:/m/02637k"}, "name": {"first": "Harold", "middle": "E.", "last": "Ford", "suffix": "Jr."}, "bio": {"birthday": "1970-05-11", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TN", "district": 9, "party": "Democrat", "url": "http://www.house.gov/ford"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TN", "district": 9, "party": "Democrat", "url": "http://www.house.gov/ford"}]}, {"id": {"bioguide": "G000152", "thomas": "01485", "govtrack": 400148, "opensecrets": "N00006652", "house_history": 13754, "icpsr": 29739, "wikipedia": "Jim Gibbons (U.S. politician)", "wikidata": "Q639207", "google_entity_id": "kg:/m/025hg8"}, "name": {"first": "James", "middle": "A.", "last": "Gibbons", "nickname": "Jim"}, "bio": {"birthday": "1944-12-16", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NV", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NV", "district": 2, "party": "Republican", "url": "http://www.house.gov/gibbons"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NV", "district": 2, "party": "Republican", "url": "http://www.house.gov/gibbons"}]}, {"id": {"bioguide": "G000545", "thomas": "01559", "govtrack": 400159, "opensecrets": "N00004391", "wikipedia": "Mark Andrew Green", "house_history": 14249, "icpsr": 29941, "wikidata": "Q1602312", "google_entity_id": "kg:/m/024slr"}, "name": {"first": "Mark", "middle": "A.", "last": "Green"}, "bio": {"birthday": "1960-06-01", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WI", "district": 8, "party": "Republican", "url": "http://www.house.gov/markgreen"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WI", "district": 8, "party": "Republican", "url": "http://www.house.gov/markgreen"}]}, {"id": {"bioguide": "G000445", "thomas": "00466", "lis": "S224", "govtrack": 300049, "opensecrets": "N00000444", "votesmart": 53321, "icpsr": 14826, "fec": ["S2NH00025"], "house_history": 14129, "wikipedia": "Judd Gregg", "wikidata": "Q553116", "google_entity_id": "kg:/m/0206mj"}, "name": {"first": "Judd", "middle": "A.", "last": "Gregg"}, "bio": {"birthday": "1947-02-14", "gender": "M", "religion": "Congregationalist"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "NH", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "NH", "class": 3, "party": "Republican", "url": "http://gregg.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "NH", "class": 3, "party": "Republican", "url": "http://gregg.senate.gov/"}]}, {"id": {"bioguide": "G000536", "thomas": "00479", "govtrack": 400164, "opensecrets": "N00004527", "wikipedia": "Gil Gutknecht", "house_history": 14237, "icpsr": 29532, "wikidata": "Q1523824", "google_entity_id": "kg:/m/02h1_c"}, "name": {"first": "Gilbert", "middle": "W.", "last": "Gutknecht", "nickname": "Gil"}, "bio": {"birthday": "1951-03-20", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MN", "district": 1, "party": "Republican", "url": "http://www.gil.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MN", "district": 1, "party": "Republican", "url": "http://www.gil.house.gov"}]}, {"id": {"bioguide": "H001035", "thomas": "01714", "govtrack": 400167, "opensecrets": "N00024882", "house_history": 15566, "icpsr": 20314, "wikipedia": "Katherine Harris", "wikidata": "Q272787", "google_entity_id": "kg:/m/01bkwl"}, "name": {"first": "Katherine", "last": "Harris"}, "bio": {"birthday": "1957-04-05", "gender": "F", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 13, "party": "Republican", "url": "http://www.house.gov/harris"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 13, "party": "Republican", "url": "http://www.house.gov/harris"}]}, {"id": {"bioguide": "H001033", "thomas": "01666", "govtrack": 400168, "opensecrets": "N00009715", "wikipedia": "Melissa Hart (politician)", "house_history": 15562, "icpsr": 20133, "wikidata": "Q3854236", "google_entity_id": "kg:/m/03kkn4"}, "name": {"first": "Melissa", "middle": "A.", "last": "Hart"}, "bio": {"birthday": "1962-04-04", "gender": "F", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 4, "party": "Republican", "url": "http://hart.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 4, "party": "Republican", "url": "http://hart.house.gov"}]}, {"id": {"bioguide": "H000413", "thomas": "00520", "govtrack": 400173, "opensecrets": "N00006455", "house_history": 14791, "icpsr": 29502, "wikipedia": "J. D. Hayworth", "wikidata": "Q1676304", "google_entity_id": "kg:/m/024p75"}, "name": {"first": "John", "middle": "D.", "last": "Hayworth", "suffix": "Jr.", "nickname": "J.D."}, "bio": {"birthday": "1958-07-12", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AZ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AZ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AZ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AZ", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AZ", "district": 5, "party": "Republican", "url": "http://www.house.gov/hayworth"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AZ", "district": 5, "party": "Republican", "url": "http://www.house.gov/hayworth"}]}, {"id": {"bioguide": "H000444", "thomas": "00524", "govtrack": 400174, "opensecrets": "N00000048", "icpsr": 15419, "wikipedia": "Joel Hefley", "house_history": 14830, "wikidata": "Q1485805", "google_entity_id": "kg:/m/024zdq"}, "name": {"first": "Joel", "last": "Hefley"}, "bio": {"birthday": "1935-04-18", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CO", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CO", "district": 5, "party": "Republican", "url": "http://www.house.gov/hefley"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CO", "district": 5, "party": "Republican", "url": "http://www.house.gov/hefley"}]}, {"id": {"bioguide": "H000807", "thomas": "00562", "govtrack": 400187, "opensecrets": "N00003897", "votesmart": 21781, "wikipedia": "John Hostettler", "house_history": 15281, "icpsr": 29520, "wikidata": "Q559589", "google_entity_id": "kg:/m/0gj11w"}, "name": {"first": "John", "middle": "Nathan", "last": "Hostettler"}, "bio": {"birthday": "1961-06-19", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IN", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IN", "district": 8, "party": "Republican", "url": "http://www.house.gov/hostettler"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IN", "district": 8, "party": "Republican", "url": "http://www.house.gov/hostettler"}]}, {"id": {"bioguide": "H001022", "thomas": "00580", "govtrack": 400192, "opensecrets": "N00004702", "icpsr": 14239, "wikipedia": "Henry Hyde (politician)", "house_history": 15544, "wikidata": "Q3132849", "google_entity_id": "kg:/m/0256fy"}, "name": {"first": "Henry", "middle": "John", "last": "Hyde"}, "bio": {"birthday": "1924-04-18", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 6, "party": "Republican", "url": "http://www.house.gov/hyde"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 6, "party": "Republican", "url": "http://www.house.gov/hyde"}]}, {"id": {"bioguide": "I000047", "thomas": "00586", "govtrack": 400197, "opensecrets": "N00005551", "house_history": 15675, "icpsr": 29392, "wikipedia": "Ernest Istook", "wikidata": "Q1356373", "google_entity_id": "kg:/m/033tfn"}, "name": {"first": "Ernest", "middle": "J.", "last": "Istook", "suffix": "Jr."}, "bio": {"birthday": "1950-02-11", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OK", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OK", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OK", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OK", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OK", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OK", "district": 5, "party": "Republican", "url": "http://www.house.gov/istook"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OK", "district": 5, "party": "Republican", "url": "http://www.house.gov/istook"}]}, {"id": {"bioguide": "J000082", "thomas": "01494", "govtrack": 400202, "opensecrets": "N00003202", "house_history": 15798, "icpsr": 29755, "wikipedia": "Bill Jenkins (politician)", "wikidata": "Q1322331", "google_entity_id": "kg:/m/03tm5l"}, "name": {"first": "William", "middle": "Lewis", "last": "Jenkins", "nickname": "Bill"}, "bio": {"birthday": "1936-11-29", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TN", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TN", "district": 1, "party": "Republican", "url": "http://www.house.gov/jenkins"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TN", "district": 1, "party": "Republican", "url": "http://www.house.gov/jenkins"}]}, {"id": {"bioguide": "J000163", "thomas": "00602", "govtrack": 400205, "opensecrets": "N00000561", "icpsr": 15028, "house_history": 15901, "wikipedia": "Nancy Johnson", "wikidata": "Q519074", "google_entity_id": "kg:/m/024zsd"}, "name": {"first": "Nancy", "middle": "Lee", "last": "Johnson"}, "bio": {"birthday": "1935-01-05", "gender": "F", "religion": "Unitarian Universalist"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CT", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CT", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CT", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CT", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CT", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CT", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CT", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CT", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CT", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CT", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CT", "district": 5, "party": "Republican", "url": "http://www.house.gov/nancyjohnson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CT", "district": 5, "party": "Republican", "url": "http://www.house.gov/nancyjohnson"}]}, {"id": {"bioguide": "K000078", "thomas": "00624", "govtrack": 400213, "opensecrets": "N00001020", "wikipedia": "Sue W. Kelly", "house_history": 16178, "icpsr": 29544, "wikidata": "Q275237", "google_entity_id": "kg:/m/0g9lfk"}, "name": {"first": "Sue", "middle": "W.", "last": "Kelly"}, "bio": {"birthday": "1936-09-26", "gender": "F", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 19, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 19, "party": "Republican", "url": "http://www.house.gov/suekelly"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 19, "party": "Republican", "url": "http://www.house.gov/suekelly"}]}, {"id": {"bioguide": "K000358", "thomas": "01652", "govtrack": 400214, "opensecrets": "N00009670", "wikipedia": "Mark Kennedy (politician)", "house_history": 16540, "icpsr": 20121, "wikidata": "Q1900180", "google_entity_id": "kg:/m/02h2kd"}, "name": {"first": "Mark", "middle": "R.", "last": "Kennedy"}, "bio": {"birthday": "1957-04-11", "gender": "M"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MN", "district": 6, "party": "Republican", "url": "http://markkennedy.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MN", "district": 6, "party": "Republican", "url": "http://markkennedy.house.gov"}]}, {"id": {"bioguide": "K000306", "thomas": "00645", "govtrack": 400226, "opensecrets": "N00006486", "icpsr": 15105, "house_history": 16465, "wikipedia": "Jim Kolbe", "wikidata": "Q284704", "google_entity_id": "kg:/m/024p7w"}, "name": {"first": "James", "middle": "T.", "last": "Kolbe", "nickname": "Jim"}, "bio": {"birthday": "1942-06-28", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "AZ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AZ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AZ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AZ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AZ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AZ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AZ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AZ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AZ", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AZ", "district": 8, "party": "Republican", "url": "http://www.house.gov/kolbe"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AZ", "district": 8, "party": "Republican", "url": "http://www.house.gov/kolbe"}]}, {"id": {"bioguide": "L000169", "thomas": "00672", "govtrack": 400236, "opensecrets": "N00004280", "icpsr": 14432, "wikipedia": "Jim Leach", "house_history": 16810, "wikidata": "Q1689138", "google_entity_id": "kg:/m/0dzxp0"}, "name": {"first": "James", "middle": "A.", "last": "Leach", "nickname": "Jim"}, "bio": {"birthday": "1942-10-15", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IA", "district": 2, "party": "Republican", "url": "http://www.house.gov/leach"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IA", "district": 2, "party": "Republican", "url": "http://www.house.gov/leach"}]}, {"id": {"bioguide": "L000035", "thomas": "01570", "lis": "S269", "govtrack": 300068, "opensecrets": "N00008092", "votesmart": 26723, "fec": ["S8AR00112", "H2AR01022"], "cspan": 26202, "wikipedia": "Blanche Lincoln", "house_history": 16621, "icpsr": 29305, "wikidata": "Q237681", "google_entity_id": "kg:/m/01xb1j"}, "name": {"first": "Blanche", "middle": "Lambert", "last": "Lincoln"}, "other_names": [{"middle": null, "last": "Lambert", "end": "1995-01-03"}], "bio": {"birthday": "1960-09-30", "gender": "F", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "AR", "class": 3, "party": "Democrat", "url": "http://lincoln.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "AR", "class": 3, "party": "Democrat", "url": "http://lincoln.senate.gov/"}]}, {"id": {"bioguide": "M001162", "thomas": "01769", "lis": "S304", "govtrack": 400621, "opensecrets": "N00026748", "votesmart": 31193, "fec": ["S4FL00298"], "wikipedia": "Mel Mart\u00ednez", "icpsr": 40501, "wikidata": "Q435010", "google_entity_id": "kg:/m/01rbpt"}, "name": {"first": "Mel", "last": "Martinez"}, "bio": {"birthday": "1946-10-23", "gender": "M"}, "terms": [{"type": "sen", "start": "2005-01-04", "end": "2009-09-09", "state": "FL", "class": 3, "party": "Republican", "url": "http://martinez.senate.gov"}]}, {"id": {"bioguide": "M000523", "thomas": "00780", "govtrack": 400513, "opensecrets": "N00002511", "house_history": 17982, "icpsr": 29344, "wikipedia": "Cynthia McKinney", "wikidata": "Q242019", "google_entity_id": "kg:/m/022td4"}, "name": {"first": "Cynthia", "last": "McKinney"}, "bio": {"birthday": "1955-03-17", "gender": "F"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "GA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "GA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "GA", "district": 4, "party": "Democrat"}]}, {"id": {"bioguide": "N000081", "thomas": "00862", "govtrack": 400293, "opensecrets": "N00003532", "wikipedia": "Bob Ney", "house_history": 18935, "icpsr": 29552, "wikidata": "Q1385763", "google_entity_id": "kg:/m/039tvl"}, "name": {"first": "Robert", "middle": "William", "last": "Ney", "nickname": "Bob"}, "bio": {"birthday": "1954-07-05", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 18, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 18, "party": "Republican", "url": "http://www.house.gov/ney"}, {"type": "rep", "start": "2005-01-04", "end": "2006-11-03", "state": "OH", "district": 18, "party": "Republican", "url": "http://www.house.gov/ney"}]}, {"id": {"bioguide": "N000143", "thomas": "01508", "govtrack": 400294, "opensecrets": "N00003392", "house_history": 19010, "icpsr": 29725, "wikipedia": "Anne Northup", "wikidata": "Q511389", "google_entity_id": "kg:/m/025jg9"}, "name": {"first": "Anne", "middle": "Meagher", "last": "Northup"}, "bio": {"birthday": "1948-01-22", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "KY", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "KY", "district": 3, "party": "Republican", "url": "http://www.house.gov/northup"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "KY", "district": 3, "party": "Republican", "url": "http://www.house.gov/northup"}]}, {"id": {"bioguide": "N000172", "thomas": "00871", "govtrack": 400298, "opensecrets": "N00004255", "wikipedia": "Jim Nussle", "house_history": 19047, "icpsr": 29118, "wikidata": "Q513802", "google_entity_id": "kg:/m/025b5l"}, "name": {"first": "James", "middle": "Allen", "last": "Nussle", "nickname": "Jim"}, "bio": {"birthday": "1960-06-27", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IA", "district": 1, "party": "Republican", "url": "http://nussle.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IA", "district": 1, "party": "Republican", "url": "http://nussle.house.gov"}]}, {"id": {"bioguide": "O000165", "thomas": "01658", "govtrack": 400303, "opensecrets": "N00012970", "wikipedia": "Tom Osborne", "house_history": 19272, "icpsr": 20126, "wikidata": "Q2439945", "google_entity_id": "kg:/m/022j57"}, "name": {"first": "Thomas", "middle": "William", "last": "Osborne", "nickname": "Tom"}, "bio": {"birthday": "1937-02-23", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NE", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NE", "district": 3, "party": "Republican", "url": "http://www.house.gov/osborne"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NE", "district": 3, "party": "Republican", "url": "http://www.house.gov/osborne"}]}, {"id": {"bioguide": "O000166", "thomas": "01646", "govtrack": 400305, "opensecrets": "N00009637", "wikipedia": "Butch Otter", "house_history": 19274, "icpsr": 20114, "wikidata": "Q39593", "google_entity_id": "kg:/m/0255sz"}, "name": {"first": "C.L.", "last": "Otter", "nickname": "Butch"}, "bio": {"birthday": "1942-05-03", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "ID", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "ID", "district": 1, "party": "Republican", "url": "http://www.house.gov/otter"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "ID", "district": 1, "party": "Republican", "url": "http://www.house.gov/otter"}]}, {"id": {"bioguide": "O000159", "thomas": "00883", "govtrack": 400306, "opensecrets": "N00001074", "icpsr": 15050, "wikipedia": "Major R. Owens", "house_history": 19262, "wikidata": "Q2152423", "google_entity_id": "kg:/m/03rhfr"}, "name": {"first": "Major", "middle": "R.", "last": "Owens"}, "bio": {"birthday": "1936-06-28", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 11, "party": "Democrat", "url": "http://www.house.gov/owens"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 11, "party": "Democrat", "url": "http://www.house.gov/owens"}]}, {"id": {"bioguide": "O000163", "thomas": "00885", "govtrack": 400307, "opensecrets": "N00003736", "icpsr": 14875, "house_history": 19268, "wikipedia": "Mike Oxley", "wikidata": "Q778922", "google_entity_id": "kg:/m/039rh5"}, "name": {"first": "Michael", "middle": "G.", "last": "Oxley"}, "bio": {"birthday": "1944-02-11", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 4, "party": "Republican", "url": "http://www.house.gov/oxley"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 4, "party": "Republican", "url": "http://www.house.gov/oxley"}]}, {"id": {"bioguide": "P000419", "thomas": "00921", "govtrack": 400322, "opensecrets": "N00007516", "wikipedia": "Richard Pombo", "house_history": 19800, "icpsr": 29311, "wikidata": "Q288610", "google_entity_id": "kg:/m/024sl1"}, "name": {"first": "Richard", "middle": "W.", "last": "Pombo"}, "bio": {"birthday": "1961-01-08", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 11, "party": "Republican", "url": "http://www.house.gov/pombo/pombo.htm"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 11, "party": "Republican", "url": "http://www.house.gov/pombo/pombo.htm"}]}, {"id": {"bioguide": "R000566", "thomas": "01521", "govtrack": 400353, "opensecrets": "N00005218", "wikipedia": "Jim Ryun", "house_history": 20778, "icpsr": 29723, "wikidata": "Q1345537", "google_entity_id": "kg:/m/0m6p3"}, "name": {"first": "Jim", "middle": "R.", "last": "Ryun"}, "bio": {"birthday": "1947-04-29", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1996-11-27", "end": "1997-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "KS", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "KS", "district": 2, "party": "Republican", "url": "http://www.house.gov/ryun"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "KS", "district": 2, "party": "Republican", "url": "http://www.house.gov/ryun"}]}, {"id": {"bioguide": "S000005", "thomas": "01007", "govtrack": 400354, "opensecrets": "N00004489", "icpsr": 14656, "wikipedia": "Martin Olav Sabo", "house_history": 21138, "wikidata": "Q473050", "google_entity_id": "kg:/m/025p9g"}, "name": {"first": "Martin", "middle": "Olav", "last": "Sabo"}, "bio": {"birthday": "1938-02-28", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MN", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MN", "district": 5, "party": "Democrat", "url": "http://www.house.gov/sabo"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MN", "district": 5, "party": "Democrat", "url": "http://www.house.gov/sabo"}]}, {"id": {"bioguide": "S001163", "thomas": "01762", "lis": "S297", "govtrack": 400619, "opensecrets": "N00026892", "votesmart": 1541, "fec": ["S4CO00163"], "wikipedia": "Ken Salazar", "icpsr": 40500, "wikidata": "Q342586", "google_entity_id": "kg:/m/03mdtj"}, "name": {"first": "Ken", "last": "Salazar"}, "bio": {"birthday": "1955-03-02", "gender": "M"}, "terms": [{"type": "sen", "start": "2005-01-04", "end": "2009-01-21", "state": "CO", "class": 3, "party": "Democrat", "url": "http://salazar.senate.gov"}]}, {"id": {"bioguide": "S001161", "thomas": "01788", "govtrack": 400637, "opensecrets": "N00004128", "wikipedia": "Joe Schwarz", "icpsr": 20515, "house_history": 22580, "wikidata": "Q1691592", "google_entity_id": "kg:/m/04cn1r"}, "name": {"first": "John", "middle": "J.H.", "last": "Schwarz", "nickname": "Joe"}, "bio": {"birthday": "1937-11-15", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MI", "district": 7, "party": "Republican"}]}, {"id": {"bioguide": "S000303", "thomas": "01047", "govtrack": 400369, "opensecrets": "N00002877", "icpsr": 14860, "wikipedia": "E. Clay Shaw Jr.", "house_history": 21512, "wikidata": "Q1273477", "google_entity_id": "kg:/m/02d4hg"}, "name": {"first": "E.", "middle": "Clay", "last": "Shaw", "suffix": "Jr."}, "bio": {"birthday": "1939-04-19", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "FL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 22, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 22, "party": "Republican", "url": "http://www.house.gov/shaw"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 22, "party": "Republican", "url": "http://www.house.gov/shaw"}]}, {"id": {"bioguide": "S001146", "thomas": "01589", "govtrack": 400372, "opensecrets": "N00001510", "icpsr": 29933, "house_history": 22552, "wikipedia": "Don Sherwood", "wikidata": "Q5293513", "google_entity_id": "kg:/m/03v3b8"}, "name": {"first": "Donald", "middle": "L.", "last": "Sherwood", "nickname": "Don"}, "bio": {"birthday": "1941-03-05", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 10, "party": "Republican", "url": "http://www.house.gov/sherwood"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 10, "party": "Republican", "url": "http://www.house.gov/sherwood"}]}, {"id": {"bioguide": "S001152", "thomas": "01642", "govtrack": 400375, "opensecrets": "N00009608", "wikipedia": "Rob Simmons", "icpsr": 20109, "house_history": 22564, "wikidata": "Q2603131", "google_entity_id": "kg:/m/024zmb"}, "name": {"first": "Robert", "middle": "Ruhl", "last": "Simmons", "nickname": "Rob"}, "bio": {"birthday": "1943-02-11", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CT", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CT", "district": 2, "party": "Republican", "url": "http://www.house.gov/simmons"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CT", "district": 2, "party": "Republican", "url": "http://www.house.gov/simmons"}]}, {"id": {"bioguide": "S001160", "thomas": "01783", "govtrack": 400632, "opensecrets": "N00013869", "votesmart": 33988, "wikipedia": "Mike Sodrel", "icpsr": 20510, "house_history": 22578, "wikidata": "Q1933523", "google_entity_id": "kg:/m/04cp09"}, "name": {"first": "Michael", "middle": "E.", "last": "Sodrel"}, "bio": {"birthday": "1945-12-17", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IN", "district": 9, "party": "Republican"}]}, {"id": {"bioguide": "S000709", "thomas": "01437", "lis": "S161", "govtrack": 300092, "opensecrets": "N00001604", "votesmart": 53340, "icpsr": 14910, "fec": ["S6PA00100"], "wikipedia": "Arlen Specter", "wikidata": "Q363055", "google_entity_id": "kg:/m/0204ym"}, "name": {"first": "Arlen", "last": "Specter"}, "bio": {"birthday": "1930-02-12", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "PA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "PA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "PA", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "PA", "class": 3, "party": "Republican", "url": "http://specter.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "PA", "class": 3, "party": "Democrat", "url": "http://specter.senate.gov/", "party_affiliations": [{"start": "2005-01-04", "end": "2009-04-30", "party": "Republican"}, {"start": "2009-04-30", "end": "2011-01-03", "party": "Democrat"}]}]}, {"id": {"bioguide": "S001004", "thomas": "01118", "govtrack": 400390, "opensecrets": "N00003730", "wikipedia": "Ted Strickland", "icpsr": 29747, "house_history": 22381, "wikidata": "Q465295", "google_entity_id": "kg:/m/039rqy"}, "name": {"first": "Ted", "last": "Strickland"}, "bio": {"birthday": "1941-08-04", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 6, "party": "Democrat", "url": "http://www.house.gov/strickland"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 6, "party": "Democrat", "url": "http://www.house.gov/strickland"}]}, {"id": {"bioguide": "S001149", "thomas": "01591", "govtrack": 400393, "opensecrets": "N00009821", "wikipedia": "John E. Sweeney", "icpsr": 29927, "house_history": 22558, "wikidata": "Q6199983", "google_entity_id": "kg:/m/03twbt"}, "name": {"first": "John", "middle": "E.", "last": "Sweeney"}, "bio": {"birthday": "1955-08-09", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 22, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 20, "party": "Republican", "url": "http://www.house.gov/sweeney"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 20, "party": "Republican", "url": "http://www.house.gov/sweeney"}]}, {"id": {"bioguide": "T000067", "thomas": "01141", "govtrack": 400398, "opensecrets": "N00002383", "wikipedia": "Charles H. Taylor", "icpsr": 29135, "house_history": 22718, "wikidata": "Q1064695", "google_entity_id": "kg:/m/03g_xy"}, "name": {"first": "Charles", "middle": "H.", "last": "Taylor"}, "bio": {"birthday": "1941-01-23", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NC", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NC", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NC", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NC", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NC", "district": 11, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NC", "district": 11, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NC", "district": 11, "party": "Republican", "url": "http://www.house.gov/charlestaylor"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NC", "district": 11, "party": "Republican", "url": "http://www.house.gov/charlestaylor"}]}, {"id": {"bioguide": "T000188", "thomas": "01148", "govtrack": 400401, "opensecrets": "N00007256", "icpsr": 14669, "wikipedia": "Bill Thomas", "house_history": 22863, "wikidata": "Q132302", "google_entity_id": "kg:/m/024tf3"}, "name": {"first": "William", "middle": "M.", "last": "Thomas", "nickname": "Bill"}, "bio": {"birthday": "1941-12-06", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 20, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 22, "party": "Republican", "url": "http://www.house.gov/billthomas"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 22, "party": "Republican", "url": "http://www.house.gov/billthomas"}]}, {"id": {"bioguide": "V000126", "thomas": "01575", "lis": "S271", "govtrack": 300098, "opensecrets": "N00003583", "votesmart": 21745, "fec": ["S8OH00011"], "cspan": 1783, "wikipedia": "George Voinovich", "icpsr": 49903, "wikidata": "Q529873", "google_entity_id": "kg:/m/01_pgn"}, "name": {"first": "George", "middle": "V.", "last": "Voinovich"}, "bio": {"birthday": "1936-07-15", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "OH", "class": 3, "party": "Republican", "url": "http://voinovich.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "OH", "class": 3, "party": "Republican", "url": "http://voinovich.senate.gov/"}]}, {"id": {"bioguide": "W000268", "thomas": "01214", "govtrack": 400428, "opensecrets": "N00001535", "icpsr": 15447, "wikipedia": "Curt Weldon", "house_history": 23540, "wikidata": "Q1145362", "google_entity_id": "kg:/m/036j8q"}, "name": {"first": "W.", "middle": "Curtis", "last": "Weldon", "nickname": "Curt"}, "bio": {"birthday": "1947-07-22", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 7, "party": "Republican", "url": "http://curtweldon.house.gov/"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 7, "party": "Republican", "url": "http://curtweldon.house.gov/"}]}, {"id": {"bioguide": "S001166", "thomas": "01819", "govtrack": 412185, "opensecrets": "N00028489", "icpsr": 20541, "house_history": 22589, "wikipedia": "Shelley Sekula-Gibbs", "wikidata": "Q2277934", "google_entity_id": "kg:/m/0gcngz"}, "name": {"first": "Shelley", "last": "Sekula-Gibbs"}, "bio": {"birthday": "1953-06-22", "gender": "F"}, "terms": [{"type": "rep", "start": "2006-11-13", "end": "2007-01-03", "state": "TX", "district": 22, "party": "Republican"}]}, {"id": {"bioguide": "A000357", "thomas": "01461", "govtrack": 400007, "opensecrets": "N00000469", "votesmart": 380, "fec": ["H6ME01157"], "wikipedia": "Tom Allen", "house_history": 8751, "icpsr": 29728, "wikidata": "Q1855866", "google_entity_id": "kg:/m/025k1c"}, "name": {"first": "Thomas", "middle": "H.", "last": "Allen", "nickname": "Tom"}, "bio": {"birthday": "1945-04-16", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "ME", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "ME", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "ME", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "ME", "district": 1, "party": "Democrat", "url": "http://tomallen.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "ME", "district": 1, "party": "Democrat", "url": "http://tomallen.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "ME", "district": 1, "party": "Democrat", "url": "http://tomallen.house.gov"}]}, {"id": {"bioguide": "B000072", "thomas": "00047", "govtrack": 400012, "opensecrets": "N00005407", "votesmart": 26882, "icpsr": 15401, "fec": ["H6LA06083"], "wikipedia": "Richard Baker (U.S. politician)", "house_history": 8866, "wikidata": "Q727361", "google_entity_id": "kg:/m/025jys"}, "name": {"first": "Richard", "middle": "Hugh", "last": "Baker"}, "bio": {"birthday": "1948-05-22", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "LA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "LA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "LA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "LA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "LA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "LA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "LA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "LA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "LA", "district": 6, "party": "Republican", "url": "http://www.house.gov/baker"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "LA", "district": 6, "party": "Republican", "url": "http://www.house.gov/baker"}, {"type": "rep", "start": "2007-01-04", "end": "2008-02-02", "state": "LA", "district": 6, "party": "Republican", "url": "http://baker.house.gov"}]}, {"id": {"bioguide": "B001258", "thomas": "01852", "govtrack": 412210, "opensecrets": "N00026434", "votesmart": 34790, "fec": ["H4KS02107"], "wikipedia": "Nancy Boyda", "house_history": 10415, "icpsr": 20721, "wikidata": "Q434078", "google_entity_id": "kg:/m/0dt2rn"}, "name": {"first": "Nancy", "middle": "E.", "last": "Boyda"}, "bio": {"birthday": "1955-08-02", "gender": "F"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "KS", "district": 2, "party": "Democrat", "url": "http://boyda.house.gov"}]}, {"id": {"bioguide": "B001210", "thomas": "01299", "lis": "S017", "govtrack": 300016, "opensecrets": "N00002200", "votesmart": 53359, "icpsr": 1366, "fec": ["S6WV00014"], "wikipedia": "Robert Byrd", "house_history": 10332, "wikidata": "Q276524", "google_entity_id": "kg:/m/06bss"}, "name": {"first": "Robert", "middle": "C.", "last": "Byrd"}, "bio": {"birthday": "1917-11-20", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1953-01-03", "end": "1955-01-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "WV", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1959-01-07", "end": "1965-01-03", "state": "WV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "WV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "WV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "WV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "WV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "WV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "WV", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "WV", "class": 1, "party": "Democrat", "url": "http://byrd.senate.gov"}, {"type": "sen", "start": "2007-01-04", "end": "2010-06-28", "state": "WV", "class": 1, "party": "Democrat", "url": "http://byrd.senate.gov"}]}, {"id": {"bioguide": "C000116", "thomas": "01470", "govtrack": 400059, "opensecrets": "N00006349", "votesmart": 393, "fec": ["H6UT03042"], "wikipedia": "Chris Cannon", "house_history": 10592, "icpsr": 29766, "wikidata": "Q166928", "google_entity_id": "kg:/m/02xgqp"}, "name": {"first": "Christopher", "middle": "B.", "last": "Cannon", "nickname": "Chris"}, "bio": {"birthday": "1950-10-20", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "UT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "UT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "UT", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "UT", "district": 3, "party": "Republican", "url": "http://chriscannon.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "UT", "district": 3, "party": "Republican", "url": "http://chriscannon.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "UT", "district": 3, "party": "Republican", "url": "http://chriscannon.house.gov"}]}, {"id": {"bioguide": "C000191", "thomas": "01473", "govtrack": 400067, "opensecrets": "N00003758", "votesmart": 359, "fec": ["H6IN10141"], "wikipedia": "Julia Carson", "house_history": 10693, "icpsr": 29720, "wikidata": "Q461754", "google_entity_id": "kg:/m/0257f6"}, "name": {"first": "Julia", "middle": "M.", "last": "Carson"}, "bio": {"birthday": "1938-07-08", "gender": "F", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IN", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IN", "district": 7, "party": "Democrat", "url": "http://www.juliacarson.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IN", "district": 7, "party": "Democrat", "url": "http://www.juliacarson.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2007-12-15", "state": "IN", "district": 7, "party": "Democrat", "url": "http://juliacarson.house.gov"}]}, {"id": {"bioguide": "C001041", "thomas": "01631", "lis": "S278", "govtrack": 300022, "opensecrets": "N00000019", "votesmart": 55463, "fec": ["S0NY00188"], "house_history": 11751, "icpsr": 40105, "wikipedia": "Hillary Clinton", "wikidata": "Q6294", "google_entity_id": "kg:/m/0d06m5"}, "name": {"first": "Hillary", "middle": "Rodham", "last": "Clinton"}, "bio": {"birthday": "1947-10-26", "gender": "F", "religion": "Methodist"}, "terms": [{"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "NY", "class": 1, "party": "Democrat", "url": "http://clinton.senate.gov"}, {"type": "sen", "start": "2007-01-04", "end": "2009-01-21", "state": "NY", "class": 1, "party": "Democrat", "url": "http://clinton.senate.gov"}]}, {"id": {"bioguide": "C000868", "thomas": "00247", "govtrack": 400084, "opensecrets": "N00003042", "votesmart": 26714, "fec": ["H0AL05049"], "wikipedia": "Robert E. Cramer", "house_history": 11542, "icpsr": 29100, "wikidata": "Q1368460", "google_entity_id": "kg:/m/024p0g"}, "name": {"first": "Robert", "middle": "E.", "last": "Cramer", "suffix": "Jr.", "nickname": "Bud"}, "bio": {"birthday": "1947-08-22", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AL", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AL", "district": 5, "party": "Democrat", "url": "http://www.house.gov/cramer"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AL", "district": 5, "party": "Democrat", "url": "http://www.house.gov/cramer"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AL", "district": 5, "party": "Democrat", "url": "http://cramer.house.gov"}]}, {"id": {"bioguide": "C000962", "thomas": "00254", "govtrack": 400088, "opensecrets": "N00006242", "votesmart": 22044, "fec": ["H4WY00055"], "wikipedia": "Barbara Cubin", "house_history": 11656, "icpsr": 29584, "wikidata": "Q449713", "google_entity_id": "kg:/m/024p3f"}, "name": {"first": "Barbara", "middle": "L.", "last": "Cubin"}, "bio": {"birthday": "1946-11-30", "gender": "F", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WY", "district": 0, "party": "Republican", "url": "http://www.house.gov/cubin"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WY", "district": 0, "party": "Republican", "url": "http://www.house.gov/cubin"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WY", "district": 0, "party": "Republican", "url": "http://www.house.gov/cubin"}]}, {"id": {"bioguide": "D000606", "thomas": "01877", "govtrack": 412235, "opensecrets": "N00008758", "votesmart": 753, "fec": ["H6TN01313"], "wikipedia": "David Davis (U.S. politician)", "house_history": 12586, "icpsr": 20747, "wikidata": "Q1174175", "google_entity_id": "kg:/m/0c5tks"}, "name": {"first": "David", "last": "Davis"}, "bio": {"birthday": "1959-11-06", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TN", "district": 1, "party": "Republican", "url": "http://daviddavis.house.gov"}]}, {"id": {"bioguide": "D000597", "thomas": "01672", "govtrack": 400095, "opensecrets": "N00013078", "votesmart": 24970, "fec": ["H0VA01052"], "wikipedia": "Jo Ann Davis", "house_history": 12569, "icpsr": 20141, "wikidata": "Q462899", "google_entity_id": "kg:/m/03tqh1"}, "name": {"first": "Jo Ann", "middle": "S.", "last": "Davis"}, "bio": {"birthday": "1950-06-29", "gender": "F", "religion": "Assembly of God"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "VA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "VA", "district": 1, "party": "Republican", "url": "http://www.house.gov/joanndavis"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "VA", "district": 1, "party": "Republican", "url": "http://www.house.gov/joanndavis"}, {"type": "rep", "start": "2007-01-04", "end": "2007-10-06", "state": "VA", "district": 1, "party": "Republican", "url": "http://joanndavis.house.gov"}]}, {"id": {"bioguide": "D000136", "thomas": "00274", "govtrack": 400098, "opensecrets": "N00002045", "votesmart": 21935, "fec": ["H4VA11020"], "wikipedia": "Thomas M. Davis", "house_history": 12002, "icpsr": 29576, "wikidata": "Q2425943", "google_entity_id": "kg:/m/05bh59"}, "name": {"first": "Thomas", "middle": "M.", "last": "Davis", "suffix": "III", "nickname": "Tom"}, "bio": {"birthday": "1949-01-05", "gender": "M", "religion": "Christian Scientist"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "VA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "VA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "VA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "VA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "VA", "district": 11, "party": "Republican", "url": "http://www.house.gov/tomdavis"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "VA", "district": 11, "party": "Republican", "url": "http://www.house.gov/tomdavis"}, {"type": "rep", "start": "2007-01-04", "end": "2008-11-24", "state": "VA", "district": 11, "party": "Republican", "url": "http://tomdavis.house.gov"}]}, {"id": {"bioguide": "D000429", "thomas": "00307", "govtrack": 400113, "opensecrets": "N00007556", "votesmart": 26743, "fec": ["H0CA14042"], "wikipedia": "John Doolittle", "house_history": 12365, "icpsr": 29104, "wikidata": "Q1344689", "google_entity_id": "kg:/m/024sg0"}, "name": {"first": "John", "middle": "T.", "last": "Doolittle"}, "bio": {"birthday": "1950-10-30", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 4, "party": "Republican", "url": "http://www.house.gov/doolittle"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 4, "party": "Republican", "url": "http://www.house.gov/doolittle"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 4, "party": "Republican", "url": "http://doolittle.house.gov"}]}, {"id": {"bioguide": "D000605", "thomas": "01808", "govtrack": 400658, "opensecrets": "N00027281", "votesmart": 8231, "fec": ["H4VA02037"], "wikipedia": "Thelma Drake", "house_history": 12585, "icpsr": 20534, "wikidata": "Q441710", "google_entity_id": "kg:/m/049pj3"}, "name": {"first": "Thelma", "middle": "D.", "last": "Drake"}, "bio": {"birthday": "1949-11-20", "gender": "F", "religion": "United Church of Christ"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "VA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "VA", "district": 2, "party": "Republican", "url": "http://drake.house.gov"}]}, {"id": {"bioguide": "E000287", "thomas": "01725", "govtrack": 400120, "opensecrets": "N00024813", "votesmart": 33530, "fec": ["H2IL05092"], "cspan": 26079, "wikipedia": "Rahm Emanuel", "house_history": 12955, "icpsr": 20323, "wikidata": "Q298443", "google_entity_id": "kg:/m/0256f7"}, "name": {"first": "Rahm", "last": "Emanuel"}, "bio": {"birthday": "1959-11-29", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 5, "party": "Democrat", "url": "http://www.house.gov/emanuel"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 5, "party": "Democrat", "url": "http://www.house.gov/emanuel"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 5, "party": "Democrat", "url": "http://www.house.gov/emanuel"}]}, {"id": {"bioguide": "E000187", "thomas": "00347", "govtrack": 400123, "opensecrets": "N00001427", "votesmart": 21865, "fec": ["H4PA21051"], "wikipedia": "Phil English", "house_history": 12828, "icpsr": 29563, "wikidata": "Q5712486", "google_entity_id": "kg:/m/03tt58"}, "name": {"first": "Philip", "last": "English", "nickname": "Phil"}, "bio": {"birthday": "1956-06-20", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 3, "party": "Republican", "url": "http://www.house.gov/english"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 3, "party": "Republican", "url": "http://www.house.gov/english"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 3, "party": "Republican", "url": "http://www.house.gov/english"}]}, {"id": {"bioguide": "E000194", "thomas": "00348", "lis": "S281", "govtrack": 300040, "opensecrets": "N00006619", "votesmart": 22139, "fec": ["S8NV00073"], "cspan": 37076, "wikipedia": "John Ensign", "house_history": 12839, "icpsr": 29537, "wikidata": "Q529372", "google_entity_id": "kg:/m/0204wp"}, "name": {"first": "John", "middle": "Eric", "last": "Ensign"}, "bio": {"birthday": "1958-03-25", "gender": "M", "religion": "Christian"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NV", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NV", "district": 1, "party": "Republican"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "NV", "class": 1, "party": "Republican", "url": "http://ensign.senate.gov"}, {"type": "sen", "start": "2007-01-04", "end": "2011-05-03", "state": "NV", "class": 1, "party": "Republican", "url": "http://ensign.senate.gov", "address": "119 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510"}]}, {"id": {"bioguide": "E000268", "thomas": "00364", "govtrack": 400127, "opensecrets": "N00003083", "votesmart": 26711, "fec": ["H2AL02067"], "wikipedia": "Terry Everett", "house_history": 12931, "icpsr": 29300, "wikidata": "Q965794", "google_entity_id": "kg:/m/024n_f"}, "name": {"first": "Terry", "last": "Everett"}, "bio": {"birthday": "1937-02-15", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AL", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AL", "district": 2, "party": "Republican", "url": "http://www.house.gov/everett"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AL", "district": 2, "party": "Republican", "url": "http://www.house.gov/everett"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AL", "district": 2, "party": "Republican", "url": "http://www.everett.house.gov"}]}, {"id": {"bioguide": "F000447", "thomas": "01716", "govtrack": 400131, "opensecrets": "N00024851", "votesmart": 12856, "fec": ["H2FL00250"], "wikipedia": "Tom Feeney", "house_history": 13541, "icpsr": 20315, "wikidata": "Q1617137", "google_entity_id": "kg:/m/0ft8nd"}, "name": {"first": "Tom", "middle": "C.", "last": "Feeney"}, "bio": {"birthday": "1958-05-21", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 24, "party": "Republican", "url": "http://www.house.gov/feeney"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 24, "party": "Republican", "url": "http://www.house.gov/feeney"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 24, "party": "Republican", "url": "http://www.house.gov/feeney"}]}, {"id": {"bioguide": "F000443", "thomas": "01659", "govtrack": 400132, "opensecrets": "N00000766", "votesmart": 22521, "fec": ["H8NJ06118"], "house_history": 13535, "icpsr": 20127, "wikipedia": "Mike Ferguson (New Jersey politician)", "wikidata": "Q543078", "google_entity_id": "kg:/m/033fgd"}, "name": {"first": "Michael", "last": "Ferguson", "nickname": "Mike"}, "bio": {"birthday": "1970-06-22", "gender": "M"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NJ", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NJ", "district": 7, "party": "Republican", "url": "http://www.house.gov/ferguson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NJ", "district": 7, "party": "Republican", "url": "http://www.house.gov/ferguson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NJ", "district": 7, "party": "Republican", "url": "http://www.house.gov/ferguson"}]}, {"id": {"bioguide": "F000452", "thomas": "01800", "govtrack": 400662, "opensecrets": "N00026264", "votesmart": 47567, "fec": ["H4PR00079"], "wikipedia": "Luis Fortu\u00f1o", "house_history": 13551, "wikidata": "Q381099", "google_entity_id": "kg:/m/048tsw"}, "name": {"first": "Luis", "middle": "G.", "last": "Fortu\u00f1o"}, "bio": {"birthday": "1960-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PR", "district": 0, "party": "Republican", "url": "http://www.house.gov/fortuno"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PR", "district": 0, "party": "Republican", "url": "http://www.house.gov/fortuno"}]}, {"id": {"bioguide": "F000440", "thomas": "01484", "govtrack": 400139, "opensecrets": "N00000983", "votesmart": 16455, "fec": ["H8NY13028"], "wikipedia": "Vito Fossella", "house_history": 13530, "icpsr": 29773, "wikidata": "Q5738335", "google_entity_id": "kg:/m/03tt8k"}, "name": {"first": "Vito", "middle": "J.", "last": "Fossella", "suffix": "Jr."}, "bio": {"birthday": "1965-03-09", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1997-11-04", "end": "1999-01-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 13, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 13, "party": "Republican", "url": "http://www.house.gov/fossella"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 13, "party": "Republican", "url": "http://www.house.gov/fossella"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 13, "party": "Republican", "url": "http://www.house.gov/fossella"}]}, {"id": {"bioguide": "G000180", "thomas": "00438", "govtrack": 400149, "opensecrets": "N00002012", "votesmart": 26886, "fec": ["H8MD01037"], "wikipedia": "Wayne Gilchrest", "house_history": 13793, "icpsr": 29122, "wikidata": "Q501808", "google_entity_id": "kg:/m/025k21"}, "name": {"first": "Wayne", "middle": "T.", "last": "Gilchrest"}, "bio": {"birthday": "1946-04-15", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MD", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MD", "district": 1, "party": "Republican", "url": "http://www.house.gov/gilchrest"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MD", "district": 1, "party": "Republican", "url": "http://www.house.gov/gilchrest"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MD", "district": 1, "party": "Republican", "url": "http://www.house.gov/gilchrest"}]}, {"id": {"bioguide": "G000210", "thomas": "00439", "govtrack": 400150, "opensecrets": "N00003660", "votesmart": 0, "icpsr": 15604, "fec": ["H8OH05044"], "wikipedia": "Paul Gillmor", "house_history": 13831, "wikidata": "Q570173", "google_entity_id": "kg:/m/039rm6"}, "name": {"first": "Paul", "middle": "E.", "last": "Gillmor"}, "bio": {"birthday": "1939-02-01", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 5, "party": "Republican", "url": "http://gillmor.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 5, "party": "Republican", "url": "http://gillmor.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2007-09-05", "state": "OH", "district": 5, "party": "Republican", "url": "http://gillmor.house.gov"}]}, {"id": {"bioguide": "G000280", "thomas": "01486", "govtrack": 400153, "opensecrets": "N00002167", "votesmart": 527, "fec": ["H6VA05068"], "wikipedia": "Virgil Goode", "house_history": 13917, "icpsr": 89767, "wikidata": "Q159684", "google_entity_id": "kg:/m/028vt_"}, "name": {"first": "Virgil", "middle": "H.", "last": "Goode", "suffix": "Jr."}, "bio": {"birthday": "1946-10-17", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "VA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "VA", "district": 5, "party": "Independent", "party_affiliations": [{"start": "1999-01-06", "end": "2000-01-27", "party": "Democrat"}, {"start": "2000-01-27", "end": "2001-01-03", "party": "Independent"}]}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "VA", "district": 5, "party": "Republican", "party_affiliations": [{"start": "2001-01-03", "end": "2002-08-01", "party": "Independent"}, {"start": "2002-08-01", "end": "2003-01-03", "party": "Republican"}]}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "VA", "district": 5, "party": "Republican", "url": "http://www.house.gov/goode"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "VA", "district": 5, "party": "Republican", "url": "http://www.house.gov/goode"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "VA", "district": 5, "party": "Republican", "url": "http://www.house.gov/goode "}]}, {"id": {"bioguide": "H000323", "thomas": "00510", "govtrack": 400169, "opensecrets": "N00004781", "votesmart": 26842, "icpsr": 15417, "fec": ["H6IL14095"], "wikipedia": "Dennis Hastert", "house_history": 14681, "wikidata": "Q553626", "google_entity_id": "kg:/m/019sj8"}, "name": {"first": "J.", "middle": "Dennis", "last": "Hastert", "nickname": "Denny"}, "bio": {"birthday": "1942-01-02", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 14, "party": "Republican", "url": "http://www.house.gov/hastert"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 14, "party": "Republican", "url": "http://www.house.gov/hastert"}, {"type": "rep", "start": "2007-01-04", "end": "2007-11-26", "state": "IL", "district": 14, "party": "Republican", "url": "http://www.house.gov/hastert"}]}, {"id": {"bioguide": "H001029", "thomas": "01600", "govtrack": 400172, "opensecrets": "N00002315", "votesmart": 1641, "fec": ["H8NC08042"], "wikipedia": "Robin Hayes", "house_history": 15554, "icpsr": 29929, "wikidata": "Q2159790", "google_entity_id": "kg:/m/0263j2"}, "name": {"first": "Robin", "middle": "C.", "last": "Hayes"}, "bio": {"birthday": "1945-08-14", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NC", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NC", "district": 8, "party": "Republican", "url": "http://www.house.gov/hayes"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NC", "district": 8, "party": "Republican", "url": "http://www.house.gov/hayes"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NC", "district": 8, "party": "Republican", "url": "http://hayes.house.gov"}]}, {"id": {"bioguide": "H000666", "thomas": "00545", "govtrack": 400180, "opensecrets": "N00003725", "votesmart": 27014, "fec": ["H0OH07021"], "wikipedia": "Dave Hobson", "house_history": 15108, "icpsr": 29136, "wikidata": "Q5228974", "google_entity_id": "kg:/m/039rtp"}, "name": {"first": "David", "middle": "Lee", "last": "Hobson", "nickname": "Dave"}, "bio": {"birthday": "1936-10-17", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 7, "party": "Republican", "url": "http://www.house.gov/hobson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 7, "party": "Republican", "url": "http://www.house.gov/hobson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 7, "party": "Republican", "url": "http://www.house.gov/hobson"}]}, {"id": {"bioguide": "H000762", "thomas": "01491", "govtrack": 400186, "opensecrets": "N00007700", "votesmart": 429, "fec": ["H6OR05069"], "wikipedia": "Darlene Hooley", "house_history": 15228, "icpsr": 29750, "wikidata": "Q459718", "google_entity_id": "kg:/m/033tsd"}, "name": {"first": "Darlene", "last": "Hooley"}, "bio": {"birthday": "1939-04-04", "gender": "F", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OR", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OR", "district": 5, "party": "Democrat", "url": "http://www.house.gov/hooley"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OR", "district": 5, "party": "Democrat", "url": "http://www.house.gov/hooley"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OR", "district": 5, "party": "Democrat", "url": "http://www.house.gov/hooley"}]}, {"id": {"bioguide": "H000948", "thomas": "01492", "govtrack": 400190, "opensecrets": "N00008032", "votesmart": 423, "fec": ["H4MO09046"], "wikipedia": "Kenny Hulshof", "house_history": 15455, "icpsr": 29737, "wikidata": "Q534222", "google_entity_id": "kg:/m/03tnl1"}, "name": {"first": "Kenny", "middle": "C.", "last": "Hulshof"}, "bio": {"birthday": "1958-05-22", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MO", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MO", "district": 9, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MO", "district": 9, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MO", "district": 9, "party": "Republican", "url": "http://www.house.gov/hulshof"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MO", "district": 9, "party": "Republican", "url": "http://www.house.gov/hulshof"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MO", "district": 9, "party": "Republican", "url": "http://hulshof.house.gov"}]}, {"id": {"bioguide": "H000981", "thomas": "00575", "govtrack": 400191, "opensecrets": "N00006983", "votesmart": 26776, "icpsr": 14835, "fec": ["H2CA42023"], "wikipedia": "Duncan Hunter", "house_history": 15492, "wikidata": "Q527493", "google_entity_id": "kg:/m/024xrh"}, "name": {"first": "Duncan", "middle": "L.", "last": "Hunter"}, "bio": {"birthday": "1948-05-31", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 42, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 45, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 45, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 45, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 45, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 45, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 52, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 52, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 52, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 52, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 52, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 52, "party": "Republican", "url": "http://www.house.gov/hunter"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 52, "party": "Republican", "url": "http://www.house.gov/hunter"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 52, "party": "Republican", "url": "http://www.house.gov/hunter"}]}, {"id": {"bioguide": "J000070", "thomas": "00592", "govtrack": 400201, "opensecrets": "N00005353", "fec": ["H0LA02119"], "wikipedia": "William J. Jefferson", "house_history": 15783, "icpsr": 29120, "wikidata": "Q983443", "google_entity_id": "kg:/m/025jsy"}, "name": {"first": "William", "middle": "J.", "last": "Jefferson"}, "bio": {"birthday": "1947-03-14", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "LA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "LA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/jefferson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "LA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/jefferson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "LA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/jefferson"}]}, {"id": {"bioguide": "J000287", "thomas": "01785", "govtrack": 400634, "opensecrets": "N00026786", "votesmart": 35481, "fec": ["H4LA00016"], "wikipedia": "Bobby Jindal", "house_history": 16063, "icpsr": 20512, "wikidata": "Q295492", "google_entity_id": "kg:/m/049356"}, "name": {"first": "Bobby", "last": "Jindal"}, "bio": {"birthday": "1971-06-10", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2008-01-14", "state": "LA", "district": 1, "party": "Republican", "url": "http://www.house.gov/jindal"}]}, {"id": {"bioguide": "J000284", "thomas": "01581", "govtrack": 400208, "opensecrets": "N00003561", "votesmart": 23325, "fec": ["H8OH11067"], "wikipedia": "Stephanie Tubbs Jones", "house_history": 16057, "icpsr": 29930, "wikidata": "Q461489", "google_entity_id": "kg:/m/034lzc"}, "name": {"first": "Stephanie", "middle": "Tubbs", "last": "Jones"}, "bio": {"birthday": "1949-09-10", "gender": "F", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 11, "party": "Democrat", "url": "http://www.house.gov/tubbsjones"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 11, "party": "Democrat", "url": "http://www.house.gov/tubbsjones"}, {"type": "rep", "start": "2007-01-04", "end": "2008-08-20", "state": "OH", "district": 11, "party": "Democrat", "url": "http://www.house.gov/tubbsjones"}]}, {"id": {"bioguide": "K000361", "thomas": "01644", "govtrack": 400212, "opensecrets": "N00009614", "votesmart": 30865, "fec": ["H0FL08042"], "house_history": 16546, "icpsr": 20112, "wikipedia": "Ric Keller", "wikidata": "Q519922", "google_entity_id": "kg:/m/02521b"}, "name": {"first": "Ric", "last": "Keller"}, "bio": {"birthday": "1964-09-05", "gender": "M"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 8, "party": "Republican", "url": "http://www.house.gov/keller/"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 8, "party": "Republican", "url": "http://www.house.gov/keller/"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 8, "party": "Republican", "url": "http://www.house.gov/keller/Frset.htm"}]}, {"id": {"bioguide": "K000105", "thomas": "01377", "lis": "S055", "govtrack": 300059, "opensecrets": "N00000308", "votesmart": 53305, "icpsr": 10808, "fec": ["S6MA00015"], "wikipedia": "Ted Kennedy", "wikidata": "Q134549", "google_entity_id": "kg:/m/0194xc"}, "name": {"first": "Edward", "middle": "M.", "last": "Kennedy", "nickname": "Ted"}, "bio": {"birthday": "1932-02-22", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "sen", "start": "1962-11-07", "end": "1965-01-03", "state": "MA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1965-01-04", "end": "1971-01-03", "state": "MA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1971-01-21", "end": "1977-01-03", "state": "MA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "MA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "MA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "MA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "MA", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "MA", "class": 1, "party": "Democrat", "url": "http://kennedy.senate.gov/"}, {"type": "sen", "start": "2007-01-04", "end": "2009-08-25", "state": "MA", "class": 1, "party": "Democrat", "url": "http://kennedy.senate.gov/"}]}, {"id": {"bioguide": "K000288", "thomas": "00642", "govtrack": 400225, "opensecrets": "N00004045", "votesmart": 26919, "fec": ["H2MI11042"], "wikipedia": "Joe Knollenberg", "house_history": 16441, "icpsr": 29365, "wikidata": "Q120455", "google_entity_id": "kg:/m/03tl85"}, "name": {"first": "Joseph", "middle": "K.", "last": "Knollenberg", "nickname": "Joe"}, "bio": {"birthday": "1933-11-28", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 11, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MI", "district": 9, "party": "Republican", "url": "http://www.house.gov/knollenberg"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MI", "district": 9, "party": "Republican", "url": "http://www.house.gov/knollenberg"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MI", "district": 9, "party": "Republican", "url": "http://www.house.gov/knollenberg"}]}, {"id": {"bioguide": "K000364", "thomas": "01795", "govtrack": 400642, "opensecrets": "N00026087", "votesmart": 4233, "fec": ["H4NY29080"], "wikipedia": "Randy Kuhl", "house_history": 16552, "icpsr": 20520, "wikidata": "Q5925486", "google_entity_id": "kg:/m/04cvlt"}, "name": {"first": "John", "middle": "R.", "last": "Kuhl", "suffix": "Jr.", "nickname": "Randy"}, "bio": {"birthday": "1943-04-19", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 29, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 29, "party": "Republican", "url": "http://www.house.gov/kuhl "}]}, {"id": {"bioguide": "L000552", "thomas": "00659", "govtrack": 400228, "opensecrets": "N00004933", "votesmart": 21699, "fec": ["H4IL18059"], "cspan": 26394, "wikipedia": "Ray LaHood", "house_history": 17284, "icpsr": 29517, "wikidata": "Q467891", "google_entity_id": "kg:/m/02572x"}, "name": {"first": "Ray", "middle": "H.", "last": "LaHood"}, "bio": {"birthday": "1945-12-06", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 18, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 18, "party": "Republican", "url": "http://www.house.gov/lahood"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 18, "party": "Republican", "url": "http://www.house.gov/lahood"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 18, "party": "Republican", "url": "http://www.house.gov/lahood"}]}, {"id": {"bioguide": "L000043", "thomas": "01500", "govtrack": 400229, "opensecrets": "N00005928", "votesmart": 285, "fec": ["H6TX09033"], "wikipedia": "Nick Lampson", "house_history": 16636, "icpsr": 29761, "wikidata": "Q551506", "google_entity_id": "kg:/m/03fmdr"}, "name": {"first": "Nicholas", "middle": "V.", "last": "Lampson", "nickname": "Nick"}, "bio": {"birthday": "1945-02-14", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 9, "party": "Democrat", "url": "http://www.house.gov/lampson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 22, "party": "Democrat", "url": "http://lampson.house.gov"}]}, {"id": {"bioguide": "L000090", "thomas": "00663", "govtrack": 400231, "opensecrets": "N00007382", "votesmart": 26739, "icpsr": 14837, "fec": ["H0CA11022"], "house_history": 16704, "wikipedia": "Tom Lantos", "wikidata": "Q160717", "google_entity_id": "kg:/m/024sld"}, "name": {"first": "Tom", "last": "Lantos"}, "bio": {"birthday": "1928-02-01", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 12, "party": "Democrat", "url": "http://www.house.gov/lantos"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 12, "party": "Democrat", "url": "http://www.house.gov/lantos"}, {"type": "rep", "start": "2007-01-04", "end": "2008-02-11", "state": "CA", "district": 12, "party": "Democrat", "url": "http://lantos.house.gov"}]}, {"id": {"bioguide": "L000293", "thomas": "00689", "govtrack": 400241, "opensecrets": "N00003476", "votesmart": 26872, "fec": ["H4KY02030"], "wikipedia": "Ron Lewis", "house_history": 16958, "icpsr": 29352, "wikidata": "Q546414", "google_entity_id": "kg:/m/025bb2"}, "name": {"first": "Ron", "last": "Lewis"}, "bio": {"birthday": "1946-09-14", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1993-05-24", "end": "1995-01-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "KY", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "KY", "district": 2, "party": "Republican", "url": "http://www.house.gov/ronlewis"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "KY", "district": 2, "party": "Republican", "url": "http://www.house.gov/ronlewis"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "KY", "district": 2, "party": "Republican", "url": "http://www.house.gov/ronlewis"}]}, {"id": {"bioguide": "L000447", "thomas": "00707", "lis": "S203", "govtrack": 300069, "opensecrets": "N00003329", "icpsr": 14031, "fec": ["S8MS00162"], "cspan": 1886, "wikipedia": "Trent Lott", "house_history": 17151, "wikidata": "Q50608", "google_entity_id": "kg:/m/014sn2"}, "name": {"first": "Trent", "last": "Lott"}, "bio": {"birthday": "1941-10-09", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MS", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MS", "district": 5, "party": "Republican"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "MS", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "MS", "class": 1, "party": "Republican"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "MS", "class": 1, "party": "Republican", "url": "http://lott.senate.gov/"}, {"type": "sen", "start": "2007-01-04", "end": "2007-12-18", "state": "MS", "class": 1, "party": "Republican", "url": "http://lott.senate.gov/"}]}, {"id": {"bioguide": "M001164", "thomas": "01841", "govtrack": 412197, "opensecrets": "N00027804", "votesmart": 68195, "fec": ["H6FL16059"], "wikipedia": "Tim Mahoney", "house_history": 18799, "icpsr": 20710, "wikidata": "Q1621096", "google_entity_id": "kg:/m/025w7k2"}, "name": {"first": "Tim", "last": "Mahoney"}, "bio": {"gender": "M", "birthday": "1956-08-15"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 16, "party": "Democrat", "url": "http://mahoney.house.gov"}]}, {"id": {"bioguide": "M000388", "thomas": "00763", "govtrack": 400261, "opensecrets": "N00005414", "votesmart": 26881, "icpsr": 15451, "fec": ["H8LA04134"], "wikipedia": "Jim McCrery", "house_history": 17809, "wikidata": "Q1689150", "google_entity_id": "kg:/m/025jwp"}, "name": {"first": "James", "middle": "O.", "last": "McCrery", "suffix": "III", "nickname": "Jim"}, "bio": {"birthday": "1949-09-18", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "LA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "LA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "LA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "LA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "LA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "LA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "LA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "LA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "LA", "district": 4, "party": "Republican", "url": "http://www.house.gov/mccrery"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "LA", "district": 4, "party": "Republican", "url": "http://www.house.gov/mccrery"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "LA", "district": 4, "party": "Republican", "url": "http://mccrery.house.gov"}]}, {"id": {"bioguide": "M000590", "thomas": "00785", "govtrack": 400268, "opensecrets": "N00001214", "icpsr": 15614, "fec": ["H8NY23084"], "votesmart": 26987, "wikipedia": "Michael R. McNulty", "house_history": 18062, "wikidata": "Q5982486", "google_entity_id": "kg:/m/03txhh"}, "name": {"first": "Michael", "middle": "R.", "last": "McNulty"}, "bio": {"birthday": "1947-09-16", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 23, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 21, "party": "Democrat", "url": "http://www.house.gov/mcnulty"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 21, "party": "Democrat", "url": "http://www.house.gov/mcnulty"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 21, "party": "Democrat", "url": "http://www.house.gov/mcnulty"}]}, {"id": {"bioguide": "M000627", "thomas": "00788", "govtrack": 400269, "opensecrets": "N00000205", "fec": ["H2MA05054"], "wikipedia": "Marty Meehan", "house_history": 18108, "icpsr": 29358, "wikidata": "Q357709", "google_entity_id": "kg:/m/028vnz"}, "name": {"first": "Martin", "middle": "T.", "last": "Meehan", "nickname": "Marty"}, "bio": {"birthday": "1956-12-30", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MA", "district": 5, "party": "Democrat", "url": "http://www.house.gov/meehan"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MA", "district": 5, "party": "Democrat", "url": "http://www.house.gov/meehan"}, {"type": "rep", "start": "2007-01-04", "end": "2007-07-01", "state": "MA", "district": 5, "party": "Democrat", "url": "http://www.house.gov/meehan"}]}, {"id": {"bioguide": "M000714", "thomas": "00805", "govtrack": 400275, "opensecrets": "N00006811", "fec": ["H6CA37222"], "wikipedia": "Juanita Millender-McDonald", "house_history": 18225, "icpsr": 29586, "wikidata": "Q461974", "google_entity_id": "kg:/m/024t_d"}, "name": {"first": "Juanita", "last": "Millender-McDonald"}, "bio": {"birthday": "1938-09-07", "gender": "F", "religion": "Second Baptist"}, "terms": [{"type": "rep", "start": "1996-03-26", "end": "1997-01-03", "state": "CA", "district": 37, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 37, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 37, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 37, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 37, "party": "Democrat", "url": "http://www.house.gov/millender-mcdonald"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 37, "party": "Democrat", "url": "http://www.house.gov/millender-mcdonald"}, {"type": "rep", "start": "2007-01-04", "end": "2007-04-22", "state": "CA", "district": 37, "party": "Democrat", "url": "http://millender-mcdonald.house.gov"}]}, {"id": {"bioguide": "M001152", "thomas": "01711", "govtrack": 400287, "opensecrets": "N00025054", "votesmart": 2703, "fec": ["H2CO04045"], "wikipedia": "Marilyn Musgrave", "house_history": 18776, "icpsr": 20311, "wikidata": "Q1395649", "google_entity_id": "kg:/m/024zdb"}, "name": {"first": "Marilyn", "middle": "N.", "last": "Musgrave"}, "bio": {"birthday": "1949-01-27", "gender": "F", "religion": "Assembly of God"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CO", "district": 4, "party": "Republican", "url": "http://www.house.gov/musgrave"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CO", "district": 4, "party": "Republican", "url": "http://www.house.gov/musgrave"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CO", "district": 4, "party": "Republican", "url": "http://musgrave.house.gov"}]}, {"id": {"bioguide": "N000159", "thomas": "00869", "govtrack": 400296, "opensecrets": "N00002630", "fec": ["H4GA10022"], "wikipedia": "Charlie Norwood", "house_history": 19031, "icpsr": 29513, "wikidata": "Q507092", "google_entity_id": "kg:/m/0255j2"}, "name": {"first": "Charles", "middle": "W.", "last": "Norwood", "suffix": "Jr.", "nickname": "Charlie"}, "bio": {"birthday": "1941-07-27", "gender": "M", "religion": "United Methodist"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "GA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "GA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "GA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "GA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "GA", "district": 9, "party": "Republican", "url": "http://www.house.gov/norwood"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "GA", "district": 9, "party": "Republican", "url": "http://www.house.gov/norwood"}, {"type": "rep", "start": "2007-01-04", "end": "2007-02-13", "state": "GA", "district": 10, "party": "Republican", "url": "http://www.house.gov/norwood"}]}, {"id": {"bioguide": "P000263", "thomas": "01512", "govtrack": 400317, "opensecrets": "N00001422", "votesmart": 251, "fec": ["H6PA05091"], "wikipedia": "John E. Peterson", "house_history": 19603, "icpsr": 29751, "wikidata": "Q6045035", "google_entity_id": "kg:/m/03tvz8"}, "name": {"first": "John", "middle": "E.", "last": "Peterson"}, "bio": {"birthday": "1938-12-25", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 5, "party": "Republican", "url": "http://www.house.gov/johnpeterson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 5, "party": "Republican", "url": "http://www.house.gov/johnpeterson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 5, "party": "Republican", "url": "http://www.house.gov/johnpeterson"}]}, {"id": {"bioguide": "P000323", "thomas": "01513", "govtrack": 400319, "opensecrets": "N00003341", "votesmart": 279, "fec": ["H6MS03046"], "wikipedia": "Chip Pickering", "house_history": 19675, "icpsr": 29734, "wikidata": "Q452392", "google_entity_id": "kg:/m/033trc"}, "name": {"first": "Charles", "middle": "W.", "last": "Pickering", "suffix": "Jr.", "nickname": "Chip"}, "bio": {"birthday": "1963-08-10", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MS", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MS", "district": 3, "party": "Republican", "url": "http://www.house.gov/pickering"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MS", "district": 3, "party": "Republican", "url": "http://www.house.gov/pickering"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MS", "district": 3, "party": "Republican", "url": "http://www.house.gov/pickering"}]}, {"id": {"bioguide": "P000589", "thomas": "01739", "govtrack": 400324, "opensecrets": "N00012560", "votesmart": 2612, "fec": ["H0NV01078"], "house_history": 20017, "icpsr": 20334, "wikipedia": "Jon Porter", "wikidata": "Q1702828", "google_entity_id": "kg:/m/025kc7"}, "name": {"first": "Jon", "middle": "Christopher", "last": "Porter", "suffix": "Sr."}, "bio": {"birthday": "1955-05-16", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NV", "district": 3, "party": "Republican", "url": "http://www.house.gov/porter"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NV", "district": 3, "party": "Republican", "url": "http://www.house.gov/porter"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NV", "district": 3, "party": "Republican", "url": "http://www.house.gov/porter"}]}, {"id": {"bioguide": "P000555", "thomas": "00933", "govtrack": 400327, "opensecrets": "N00003504", "votesmart": 27020, "fec": ["H2OH15046"], "wikipedia": "Deborah Pryce", "house_history": 19966, "icpsr": 29390, "wikidata": "Q3704407", "google_entity_id": "kg:/m/02_1v9"}, "name": {"first": "Deborah", "middle": "D.", "last": "Pryce"}, "bio": {"birthday": "1951-07-29", "gender": "F", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 15, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 15, "party": "Republican", "url": "http://www.house.gov/pryce"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 15, "party": "Republican", "url": "http://www.house.gov/pryce"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 15, "party": "Republican", "url": "http://www.house.gov/pryce"}]}, {"id": {"bioguide": "R000033", "thomas": "00942", "govtrack": 400332, "opensecrets": "N00004484", "votesmart": 26921, "fec": ["H0MN00013"], "wikipedia": "Jim Ramstad", "house_history": 20117, "icpsr": 29126, "wikidata": "Q473061", "google_entity_id": "kg:/m/02h1wy"}, "name": {"first": "James", "middle": "M.", "last": "Ramstad", "nickname": "Jim"}, "bio": {"birthday": "1946-05-06", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MN", "district": 3, "party": "Republican", "url": "http://www.house.gov/ramstad"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MN", "district": 3, "party": "Republican", "url": "http://www.house.gov/ramstad"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MN", "district": 3, "party": "Republican", "url": "http://www.house.gov/ramstad"}]}, {"id": {"bioguide": "R000141", "thomas": "00951", "govtrack": 400334, "opensecrets": "N00003651", "votesmart": 27021, "icpsr": 14045, "fec": ["H6OH16029"], "wikipedia": "Ralph Regula", "house_history": 20257, "wikidata": "Q4347781", "google_entity_id": "kg:/m/029bsy"}, "name": {"first": "Ralph", "last": "Regula"}, "bio": {"birthday": "1924-12-03", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 16, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 16, "party": "Republican", "url": "http://www.house.gov/regula"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 16, "party": "Republican", "url": "http://www.house.gov/regula"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 16, "party": "Republican", "url": "http://wwwc.house.gov/regula"}]}, {"id": {"bioguide": "R000574", "thomas": "01706", "govtrack": 400336, "opensecrets": "N00024931", "votesmart": 28172, "fec": ["H2AZ01172"], "house_history": 20793, "icpsr": 20303, "wikipedia": "Rick Renzi", "wikidata": "Q947145", "google_entity_id": "kg:/m/024p5p"}, "name": {"first": "Rick", "last": "Renzi"}, "bio": {"birthday": "1958-06-11", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AZ", "district": 1, "party": "Republican", "url": "http://www.house.gov/renzi"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AZ", "district": 1, "party": "Republican", "url": "http://www.house.gov/renzi"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AZ", "district": 1, "party": "Republican", "url": "http://www.house.gov/renzi"}]}, {"id": {"bioguide": "R000569", "thomas": "01587", "govtrack": 400338, "opensecrets": "N00001295", "votesmart": 4384, "fec": ["H8NY27077"], "wikipedia": "Thomas M. Reynolds", "house_history": 20783, "icpsr": 29928, "wikidata": "Q6069522", "google_entity_id": "kg:/m/03tvy7"}, "name": {"first": "Thomas", "middle": "M.", "last": "Reynolds"}, "bio": {"birthday": "1950-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 26, "party": "Republican", "url": "http://www.house.gov/reynolds"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 26, "party": "Republican", "url": "http://www.house.gov/reynolds"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 26, "party": "Republican", "url": "http://reynolds.house.gov"}]}, {"id": {"bioguide": "S001167", "thomas": "01847", "govtrack": 412201, "opensecrets": "N00027644", "votesmart": 2916, "fec": ["H6ID01177"], "wikipedia": "Bill Sali", "icpsr": 20714, "house_history": 22590, "wikidata": "Q288529", "google_entity_id": "kg:/m/0dc1n3"}, "name": {"first": "Bill", "last": "Sali"}, "bio": {"birthday": "1954-02-17", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "ID", "district": 1, "party": "Republican", "url": "http://sali.house.gov"}]}, {"id": {"bioguide": "S000097", "thomas": "01023", "govtrack": 400359, "opensecrets": "N00000834", "votesmart": 26953, "icpsr": 15112, "fec": ["H4NJ13022"], "wikipedia": "Jim Saxton", "house_history": 21254, "wikidata": "Q1335684", "google_entity_id": "kg:/m/025yb7"}, "name": {"first": "H.", "middle": "James", "last": "Saxton", "nickname": "Jim"}, "bio": {"birthday": "1943-01-22", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1984-11-06", "end": "1985-01-03", "state": "NJ", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NJ", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NJ", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NJ", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NJ", "district": 13, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NJ", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NJ", "district": 3, "party": "Republican", "url": "http://www.house.gov/saxton"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NJ", "district": 3, "party": "Republican", "url": "http://www.house.gov/saxton"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NJ", "district": 3, "party": "Republican", "url": "http://www.house.gov/saxton"}]}, {"id": {"bioguide": "S001144", "thomas": "01048", "govtrack": 400370, "opensecrets": "N00000652", "votesmart": 26789, "icpsr": 15449, "fec": ["H8CT04057"], "wikipedia": "Chris Shays", "house_history": 22548, "wikidata": "Q1086964", "google_entity_id": "kg:/m/024zqn"}, "name": {"first": "Christopher", "middle": "H.", "last": "Shays"}, "bio": {"birthday": "1945-10-18", "gender": "M", "religion": "Christian Scientist"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CT", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CT", "district": 4, "party": "Republican", "url": "http://www.house.gov/shays"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CT", "district": 4, "party": "Republican", "url": "http://www.house.gov/shays"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CT", "district": 4, "party": "Republican", "url": "http://www.house.gov/shays"}]}, {"id": {"bioguide": "T000458", "thomas": "01592", "govtrack": 400394, "opensecrets": "N00006103", "votesmart": 17030, "fec": ["H8CO06054"], "wikipedia": "Tom Tancredo", "icpsr": 29907, "house_history": 23196, "wikidata": "Q159720", "google_entity_id": "kg:/m/024zgw"}, "name": {"first": "Thomas", "middle": "G.", "last": "Tancredo", "nickname": "Tom"}, "bio": {"birthday": "1945-12-20", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CO", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CO", "district": 6, "party": "Republican", "url": "http://www.house.gov/tancredo"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CO", "district": 6, "party": "Republican", "url": "http://www.house.gov/tancredo"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CO", "district": 6, "party": "Republican", "url": "http://tancredo.house.gov"}]}, {"id": {"bioguide": "T000162", "thomas": "01149", "lis": "S246", "govtrack": 300097, "opensecrets": "N00006246", "icpsr": 15633, "wikipedia": "Craig L. Thomas", "house_history": 22827, "fec": ["S4WY00055", "H8WY00106"], "wikidata": "Q1138576", "google_entity_id": "kg:/m/021phv"}, "name": {"first": "Craig", "last": "Thomas"}, "bio": {"birthday": "1933-02-17", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WY", "district": 0, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "WY", "class": 1, "party": "Republican"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "WY", "class": 1, "party": "Republican", "url": "http://thomas.senate.gov/"}, {"type": "sen", "start": "2007-01-04", "end": "2007-06-04", "state": "WY", "class": 1, "party": "Republican", "url": "http://thomas.senate.gov/"}]}, {"id": {"bioguide": "W000099", "thomas": "01197", "govtrack": 400420, "opensecrets": "N00001261", "votesmart": 26990, "icpsr": 15630, "fec": ["H8NY27036"], "wikipedia": "James T. Walsh", "house_history": 23332, "wikidata": "Q6143987", "google_entity_id": "kg:/m/03tvmx"}, "name": {"first": "James", "middle": "T.", "last": "Walsh", "nickname": "Jim"}, "bio": {"birthday": "1947-06-19", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 27, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 25, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 25, "party": "Republican", "url": "http://www.house.gov/walsh"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 25, "party": "Republican", "url": "http://www.house.gov/walsh"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 25, "party": "Republican", "url": "http://www.house.gov/walsh"}]}, {"id": {"bioguide": "W000267", "thomas": "01215", "govtrack": 400427, "opensecrets": "N00002807", "votesmart": 22159, "fec": ["H4FL15114"], "wikipedia": "Dave Weldon", "icpsr": 29509, "house_history": 23538, "wikidata": "Q672269", "google_entity_id": "kg:/m/0252yz"}, "name": {"first": "David", "middle": "J.", "last": "Weldon", "suffix": "Jr.", "nickname": "Dave"}, "bio": {"birthday": "1953-08-31", "gender": "M", "religion": "Christian"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 15, "party": "Republican", "url": "http://www.house.gov/curtweldon"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 15, "party": "Republican", "url": "http://www.house.gov/curtweldon"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 15, "party": "Republican", "url": "http://weldon.house.gov"}]}, {"id": {"bioguide": "W000273", "thomas": "01216", "govtrack": 400429, "opensecrets": "N00004745", "votesmart": 21696, "fec": ["H4IL11096"], "wikipedia": "Jerry Weller", "icpsr": 29516, "house_history": 23546, "wikidata": "Q740636", "google_entity_id": "kg:/m/0256sk"}, "name": {"first": "Gerald", "middle": "C.", "last": "Weller", "nickname": "Jerry"}, "bio": {"birthday": "1957-07-07", "gender": "M", "religion": "Christian"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 11, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 11, "party": "Republican", "url": "http://www.house.gov/weller"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 11, "party": "Republican", "url": "http://www.house.gov/weller"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 11, "party": "Republican", "url": "http://www.house.gov/weller"}]}, {"id": {"bioguide": "W000789", "thomas": "01539", "govtrack": 400434, "opensecrets": "N00006546", "votesmart": 22687, "fec": ["H8NM01174"], "wikipedia": "Heather Wilson", "icpsr": 29779, "house_history": 24163, "wikidata": "Q459712", "google_entity_id": "kg:/m/024vql"}, "name": {"first": "Heather", "middle": "A.", "last": "Wilson"}, "bio": {"birthday": "1960-12-30", "gender": "F", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1998-06-23", "end": "1999-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NM", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NM", "district": 1, "party": "Republican", "url": "http://wilson.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NM", "district": 1, "party": "Republican", "url": "http://wilson.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NM", "district": 1, "party": "Republican", "url": "http://wilson.house.gov"}]}, {"id": {"bioguide": "W000784", "thomas": "01251", "govtrack": 400438, "opensecrets": "N00001849", "votesmart": 26889, "fec": ["H2MD05361"], "wikipedia": "Albert Wynn", "icpsr": 29355, "house_history": 24158, "wikidata": "Q1619372", "google_entity_id": "kg:/m/025k3y"}, "name": {"first": "Albert", "middle": "Russell", "last": "Wynn"}, "bio": {"birthday": "1951-09-10", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MD", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MD", "district": 4, "party": "Democrat", "url": "http://www.house.gov/wynn"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MD", "district": 4, "party": "Democrat", "url": "http://www.house.gov/wynn"}, {"type": "rep", "start": "2007-01-04", "end": "2008-05-31", "state": "MD", "district": 4, "party": "Democrat", "url": "http://www.house.gov/wynn"}]}, {"id": {"bioguide": "C001073", "thomas": "01891", "govtrack": 412260, "opensecrets": "N00029680", "votesmart": 35272, "fec": ["H8LA06022"], "wikipedia": "Don Cazayoux", "house_history": 11807, "icpsr": 20760, "wikidata": "Q1239044", "google_entity_id": "kg:/m/03m9xkc"}, "name": {"first": "Donald", "middle": "J.", "last": "Cazayoux", "suffix": "Jr."}, "bio": {"birthday": "1964-01-17", "gender": "M"}, "terms": [{"type": "rep", "start": "2008-05-06", "end": "2009-01-03", "state": "LA", "district": 6, "party": "Democrat", "url": "http://cazayoux.house.gov/"}]}, {"id": {"bioguide": "A000014", "thomas": "00002", "govtrack": 400001, "opensecrets": "N00007665", "votesmart": 26827, "icpsr": 15245, "fec": ["H6HI01121"], "wikipedia": "Neil Abercrombie", "house_history": 8268, "wikidata": "Q469689", "google_entity_id": "kg:/m/0255rj"}, "name": {"first": "Neil", "last": "Abercrombie"}, "bio": {"birthday": "1938-06-26", "gender": "M"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "HI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "HI", "district": 1, "party": "Democrat", "url": "http://www.house.gov/abercrombie"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "HI", "district": 1, "party": "Democrat", "url": "http://www.house.gov/abercrombie"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "HI", "district": 1, "party": "Democrat", "url": "http://www.house.gov/abercrombie"}, {"type": "rep", "start": "2009-01-06", "end": "2010-03-01", "state": "HI", "district": 1, "party": "Democrat", "url": "http://www.house.gov/abercrombie"}]}, {"id": {"bioguide": "A000364", "thomas": "01935", "govtrack": 412264, "opensecrets": "N00000812", "votesmart": 4171, "fec": ["H8NJ03156"], "cspan": 1030767, "wikipedia": "John Adler", "house_history": 8763, "icpsr": 20928, "wikidata": "Q976160", "google_entity_id": "kg:/m/05jzss"}, "name": {"first": "John", "middle": "H.", "last": "Adler"}, "bio": {"birthday": "1959-08-23", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NJ", "district": 3, "party": "Democrat", "url": "http://adler.house.gov"}]}, {"id": {"bioguide": "A000363", "thomas": "01867", "govtrack": 412224, "opensecrets": "N00027890", "votesmart": 67657, "fec": ["H6NY24128"], "cspan": 1021495, "wikipedia": "Mike Arcuri", "house_history": 8761, "icpsr": 20736, "wikidata": "Q256130", "google_entity_id": "kg:/m/0g826p"}, "name": {"first": "Michael", "middle": "A.", "last": "Arcuri"}, "bio": {"gender": "M", "birthday": "1959-06-11"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 24, "party": "Democrat", "url": "http://arcuri.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 24, "party": "Democrat", "url": "http://arcuri.house.gov"}]}, {"id": {"bioguide": "B001229", "thomas": "01557", "govtrack": 400011, "opensecrets": "N00007936", "votesmart": 837, "fec": ["H6WA03135"], "cspan": 45981, "wikipedia": "Brian Baird", "house_history": 10359, "icpsr": 29938, "wikidata": "Q503548", "google_entity_id": "kg:/m/02593n"}, "name": {"first": "Brian", "middle": "N.", "last": "Baird"}, "bio": {"birthday": "1956-03-07", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/baird"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/baird"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/baird"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WA", "district": 3, "party": "Democrat", "url": "http://www.baird.house.gov"}]}, {"id": {"bioguide": "B001239", "thomas": "01745", "govtrack": 400016, "opensecrets": "N00013837", "votesmart": 14577, "fec": ["H2SC03057"], "cspan": 1003613, "wikipedia": "Gresham Barrett", "house_history": 10377, "icpsr": 20347, "wikidata": "Q800095", "google_entity_id": "kg:/m/03ksz0"}, "name": {"first": "James", "middle": "Gresham", "last": "Barrett", "nickname": "J. Gresham"}, "bio": {"birthday": "1961-02-14", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "SC", "district": 3, "party": "Republican", "url": "http://www.house.gov/barrett"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "SC", "district": 3, "party": "Republican", "url": "http://www.house.gov/barrett"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "SC", "district": 3, "party": "Republican", "url": "http://www.house.gov/barrett"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "SC", "district": 3, "party": "Republican", "url": "http://www.house.gov/barrett"}]}, {"id": {"bioguide": "B001253", "thomas": "01782", "govtrack": 400631, "opensecrets": "N00024875", "votesmart": 33448, "fec": ["H2IL08088"], "wikipedia": "Melissa Bean", "house_history": 10405, "icpsr": 20509, "wikidata": "Q445046", "google_entity_id": "kg:/m/03xjjx"}, "name": {"first": "Melissa", "middle": "L.", "last": "Bean"}, "bio": {"birthday": "1962-01-22", "gender": "F"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 8, "party": "Democrat", "url": "http://www.house.gov/bean"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 8, "party": "Democrat", "url": "http://www.house.gov/bean"}]}, {"id": {"bioguide": "B000420", "thomas": "01462", "govtrack": 400026, "opensecrets": "N00005455", "votesmart": 430, "fec": ["H6AR01072"], "cspan": 45115, "wikipedia": "Robert Marion Berry", "house_history": 9322, "icpsr": 29702, "wikidata": "Q715399", "google_entity_id": "kg:/m/024s3g"}, "name": {"first": "Robert", "middle": "Marion", "last": "Berry", "nickname": "Marion"}, "bio": {"birthday": "1942-08-27", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AR", "district": 1, "party": "Democrat", "url": "http://www.house.gov/berry"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AR", "district": 1, "party": "Democrat", "url": "http://www.house.gov/berry"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AR", "district": 1, "party": "Democrat", "url": "http://www.house.gov/berry"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AR", "district": 1, "party": "Democrat", "url": "http://www.house.gov/berry/"}]}, {"id": {"bioguide": "B000444", "thomas": "01284", "lis": "S010", "govtrack": 300008, "opensecrets": "N00001669", "votesmart": 53279, "icpsr": 14101, "fec": ["S8DE00012"], "cspan": 34, "wikipedia": "Joe Biden", "wikidata": "Q6279", "google_entity_id": "kg:/m/012gx2"}, "name": {"first": "Joseph", "middle": "R.", "last": "Biden", "suffix": "Jr."}, "bio": {"birthday": "1942-11-20", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "sen", "start": "1973-01-03", "end": "1979-01-03", "state": "DE", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "DE", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "DE", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "DE", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "DE", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "DE", "class": 2, "party": "Democrat", "url": "http://biden.senate.gov"}, {"type": "sen", "start": "2009-01-06", "end": "2009-01-15", "state": "DE", "class": 2, "party": "Democrat", "url": "http://biden.senate.gov"}]}, {"id": {"bioguide": "B001263", "thomas": "01949", "govtrack": 412266, "opensecrets": "N00029161", "votesmart": 45694, "fec": ["H8OH16058"], "cspan": 1028316, "wikipedia": "John Boccieri", "house_history": 10424, "icpsr": 20943, "wikidata": "Q6222319", "google_entity_id": "kg:/m/02qpsy1"}, "name": {"first": "John", "middle": "A.", "last": "Boccieri"}, "bio": {"birthday": "1969-10-05", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 16, "party": "Democrat", "url": "http://boccieri.house.gov"}]}, {"id": {"bioguide": "B000657", "thomas": "00113", "govtrack": 400043, "opensecrets": "N00002171", "votesmart": 27119, "icpsr": 15010, "fec": ["H2VA09010"], "cspan": 6736, "wikipedia": "Rick Boucher", "house_history": 9636, "wikidata": "Q2151547", "google_entity_id": "kg:/m/01_k5m"}, "name": {"first": "Frederick", "middle": "C.", "last": "Boucher", "nickname": "Rick"}, "bio": {"birthday": "1946-08-01", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "VA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "VA", "district": 9, "party": "Democrat", "url": "http://www.house.gov/boucher"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "VA", "district": 9, "party": "Democrat", "url": "http://www.house.gov/boucher"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "VA", "district": 9, "party": "Democrat", "url": "http://www.boucher.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "VA", "district": 9, "party": "Democrat", "url": "http://www.boucher.house.gov"}]}, {"id": {"bioguide": "B000716", "thomas": "01467", "govtrack": 400044, "opensecrets": "N00002743", "votesmart": 729, "fec": ["H6FL00046"], "cspan": 46164, "wikipedia": "Allen Boyd", "house_history": 9711, "icpsr": 29713, "wikidata": "Q2600908", "google_entity_id": "kg:/m/0251w9"}, "name": {"first": "Allen", "last": "Boyd", "suffix": "Jr."}, "bio": {"birthday": "1945-06-06", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 2, "party": "Democrat", "url": "http://www.house.gov/boyd"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 2, "party": "Democrat", "url": "http://www.house.gov/boyd"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 2, "party": "Democrat", "url": "http://www.house.gov/boyd"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 2, "party": "Democrat", "url": "http://boyd.house.gov"}]}, {"id": {"bioguide": "B001264", "thomas": "01905", "govtrack": 412267, "opensecrets": "N00029838", "votesmart": 104839, "fec": ["H8AL02130"], "cspan": 87180, "wikipedia": "Bobby Bright", "house_history": 10426, "icpsr": 20900, "wikidata": "Q276450", "google_entity_id": "kg:/m/0gg4wd"}, "name": {"first": "Bobby", "last": "Bright"}, "bio": {"gender": "M", "birthday": "1952-07-21"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AL", "district": 2, "party": "Democrat", "url": "http://www.bright.house.gov"}]}, {"id": {"bioguide": "B001235", "thomas": "01669", "govtrack": 400049, "opensecrets": "N00002428", "votesmart": 3993, "fec": ["H0SC01071"], "cspan": 1000221, "wikipedia": "Henry E. Brown, Jr.", "house_history": 10370, "icpsr": 20137, "wikidata": "Q962919", "google_entity_id": "kg:/m/03tpvc"}, "name": {"first": "Henry", "middle": "E.", "last": "Brown", "suffix": "Jr."}, "bio": {"birthday": "1935-12-20", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "SC", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "SC", "district": 1, "party": "Republican", "url": "http://www.house.gov/henrybrown"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "SC", "district": 1, "party": "Republican", "url": "http://www.house.gov/henrybrown"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "SC", "district": 1, "party": "Republican", "url": "http://brown.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "SC", "district": 1, "party": "Republican", "url": "http://brown.house.gov"}]}, {"id": {"bioguide": "B001247", "thomas": "01713", "govtrack": 400051, "opensecrets": "N00024777", "votesmart": 8077, "fec": ["H2FL05127"], "cspan": 1003557, "wikipedia": "Ginny Brown-Waite", "house_history": 10393, "icpsr": 20313, "wikidata": "Q437199", "google_entity_id": "kg:/m/0251yt"}, "name": {"first": "Virginia", "last": "Brown-Waite", "nickname": "Ginny"}, "bio": {"birthday": "1943-10-05", "gender": "F", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 5, "party": "Republican", "url": "http://www.house.gov/brown-waite"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 5, "party": "Republican", "url": "http://www.house.gov/brown-waite"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 5, "party": "Republican", "url": "http://www.house.gov/brown-waite"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 5, "party": "Republican", "url": "http://www.house.gov/brown-waite"}]}, {"id": {"bioguide": "B001203", "thomas": "00160", "govtrack": 400056, "opensecrets": "N00003924", "votesmart": 26854, "fec": ["H2IN05025"], "cspan": 26475, "wikipedia": "Steve Buyer", "house_history": 10322, "icpsr": 29350, "wikidata": "Q465824", "google_entity_id": "kg:/m/02578l"}, "name": {"first": "Stephen", "middle": "E.", "last": "Buyer", "nickname": "Steve"}, "bio": {"birthday": "1958-11-26", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IN", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IN", "district": 4, "party": "Republican", "url": "http://www.house.gov/buyer"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IN", "district": 4, "party": "Republican", "url": "http://www.house.gov/buyer"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IN", "district": 4, "party": "Republican", "url": "http://www.house.gov/buyer"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IN", "district": 4, "party": "Republican", "url": "http://stevebuyer.house.gov"}]}, {"id": {"bioguide": "C001079", "thomas": "01923", "govtrack": 412268, "opensecrets": "N00030339", "votesmart": 93967, "fec": ["H8LA02112"], "cspan": 1031344, "wikipedia": "Joseph Cao", "icpsr": 20917, "wikidata": "Q336324", "google_entity_id": "kg:/m/04yfg9l"}, "name": {"first": "Anh", "last": "Cao", "nickname": "Joseph"}, "bio": {"gender": "M", "birthday": "1967-03-13"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "LA", "district": 2, "party": "Republican", "url": "http://josephcao.house.gov"}]}, {"id": {"bioguide": "C001065", "thomas": "01876", "govtrack": 412234, "opensecrets": "N00027703", "votesmart": 60032, "fec": ["H6PA10109"], "cspan": 1018516, "wikipedia": "Chris Carney", "house_history": 11794, "icpsr": 20746, "wikidata": "Q5106098", "google_entity_id": "kg:/m/07zpt7"}, "name": {"first": "Christopher", "middle": "P.", "last": "Carney"}, "bio": {"birthday": "1959-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 10, "party": "Democrat", "url": "http://carney.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 10, "party": "Democrat", "url": "http://carney.house.gov"}]}, {"id": {"bioguide": "C000243", "thomas": "00183", "govtrack": 400070, "opensecrets": "N00009775", "votesmart": 26792, "fec": ["H2DE00072"], "cspan": 70, "wikipedia": "Michael Castle", "house_history": 10760, "icpsr": 29327, "wikidata": "Q645215", "google_entity_id": "kg:/m/024pq4"}, "name": {"first": "Michael", "middle": "N.", "last": "Castle"}, "bio": {"birthday": "1939-07-02", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "DE", "district": 0, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "DE", "district": 0, "party": "Republican", "url": "http://www.house.gov/castle"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "DE", "district": 0, "party": "Republican", "url": "http://www.house.gov/castle"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "DE", "district": 0, "party": "Republican", "url": "http://www.house.gov/castle"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "DE", "district": 0, "party": "Republican", "url": "http://www.house.gov/castle"}]}, {"id": {"bioguide": "C001074", "thomas": "01893", "govtrack": 412262, "opensecrets": "N00029692", "votesmart": 101982, "fec": ["H8MS01061"], "cspan": 1028265, "wikipedia": "Travis Childers", "house_history": 11809, "icpsr": 20761, "wikidata": "Q452865", "google_entity_id": "kg:/m/0403tyv"}, "name": {"first": "Travis", "middle": "W.", "last": "Childers"}, "bio": {"birthday": "1958-03-29", "gender": "M"}, "terms": [{"type": "rep", "start": "2008-05-20", "end": "2009-01-03", "state": "MS", "district": 1, "party": "Democrat", "url": "http://www.childers.house.gov/"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MS", "district": 1, "party": "Democrat", "url": "http://www.childers.house.gov/"}]}, {"id": {"bioguide": "D000608", "thomas": "01951", "govtrack": 412273, "opensecrets": "N00029414", "votesmart": 102423, "fec": ["H8PA03084"], "cspan": 1030596, "wikipedia": "Kathy Dahlkemper", "house_history": 12590, "icpsr": 20945, "wikidata": "Q3813932", "google_entity_id": "kg:/m/04y5j6j"}, "name": {"first": "Kathleen", "middle": "A.", "last": "Dahlkemper"}, "bio": {"gender": "F", "birthday": "1957-12-10"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 3, "party": "Democrat", "url": "http://dahlkemper.house.gov"}]}, {"id": {"bioguide": "D000602", "thomas": "01705", "govtrack": 400092, "opensecrets": "N00009570", "votesmart": 27560, "fec": ["H0AL07060"], "cspan": 1002463, "wikipedia": "Artur Davis", "house_history": 12579, "icpsr": 20302, "wikidata": "Q543742", "google_entity_id": "kg:/m/024p15"}, "name": {"first": "Artur", "last": "Davis"}, "bio": {"birthday": "1967-10-09", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AL", "district": 7, "party": "Democrat", "url": "http://www.house.gov/arturdavis"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AL", "district": 7, "party": "Democrat", "url": "http://www.house.gov/arturdavis"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AL", "district": 7, "party": "Democrat", "url": "http://www.house.gov/arturdavis"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AL", "district": 7, "party": "Democrat", "url": "http://www.house.gov/arturdavis"}]}, {"id": {"bioguide": "D000599", "thomas": "01747", "govtrack": 400096, "opensecrets": "N00003264", "votesmart": 12080, "fec": ["H4TN06051"], "cspan": 1003615, "wikipedia": "Lincoln Davis", "house_history": 12573, "icpsr": 20350, "wikidata": "Q522597", "google_entity_id": "kg:/m/02637y"}, "name": {"first": "Lincoln", "last": "Davis"}, "bio": {"birthday": "1943-09-13", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TN", "district": 4, "party": "Democrat", "url": "http://www.house.gov/lincolndavis"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TN", "district": 4, "party": "Democrat", "url": "http://www.house.gov/lincolndavis"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TN", "district": 4, "party": "Democrat", "url": "http://www.house.gov/lincolndavis"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TN", "district": 4, "party": "Democrat", "url": "http://www.house.gov/lincolndavis"}]}, {"id": {"bioguide": "D000168", "thomas": "00277", "govtrack": 400099, "opensecrets": "N00002610", "votesmart": 26824, "fec": ["H2GA09036"], "wikipedia": "Nathan Deal", "house_history": 12043, "icpsr": 99342, "wikidata": "Q179732", "google_entity_id": "kg:/m/0255js"}, "name": {"first": "Nathan", "last": "Deal"}, "bio": {"birthday": "1942-08-25", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "GA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "GA", "district": 9, "party": "Republican", "party_affiliations": [{"start": "1995-01-04", "end": "1995-04-10", "party": "Democrat"}, {"start": "1995-04-10", "end": "1997-01-03", "party": "Republican"}]}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "GA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "GA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "GA", "district": 9, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "GA", "district": 10, "party": "Republican", "url": "http://www.house.gov/deal"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "GA", "district": 10, "party": "Republican", "url": "http://www.house.gov/deal"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "GA", "district": 9, "party": "Republican", "url": "http://www.house.gov/deal"}, {"type": "rep", "start": "2009-01-06", "end": "2010-03-22", "state": "GA", "district": 9, "party": "Republican", "url": "http://www.house.gov/deal"}]}, {"id": {"bioguide": "D000210", "thomas": "01480", "govtrack": 400102, "opensecrets": "N00000280", "votesmart": 1017, "fec": ["H2MA11060"], "cspan": 46620, "wikipedia": "Bill Delahunt", "house_history": 12094, "icpsr": 29731, "wikidata": "Q862056", "google_entity_id": "kg:/m/028vt9"}, "name": {"first": "William", "middle": "D.", "last": "Delahunt", "nickname": "Bill"}, "bio": {"birthday": "1941-07-18", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MA", "district": 10, "party": "Democrat", "url": "http://www.house.gov/delahunt"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MA", "district": 10, "party": "Democrat", "url": "http://www.house.gov/delahunt"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MA", "district": 10, "party": "Democrat", "url": "http://www.house.gov/delahunt"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MA", "district": 10, "party": "Democrat", "url": "http://www.house.gov/delahunt"}]}, {"id": {"bioguide": "D000299", "thomas": "00294", "govtrack": 400107, "opensecrets": "N00002872", "votesmart": 26796, "fec": ["H2FL19037"], "cspan": 25887, "wikipedia": "Lincoln D\u00edaz-Balart", "house_history": 12198, "icpsr": 29336, "wikidata": "Q1326874", "google_entity_id": "kg:/m/023p6h"}, "name": {"first": "Lincoln", "last": "Diaz-Balart"}, "bio": {"birthday": "1954-08-13", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 21, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 21, "party": "Republican", "url": "http://www.house.gov/diaz-balart"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 21, "party": "Republican", "url": "http://www.house.gov/diaz-balart"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 21, "party": "Republican", "url": "http://www.house.gov/diaz-balart"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 21, "party": "Republican", "url": "http://www.house.gov/diaz-balart"}]}, {"id": {"bioguide": "D000609", "thomas": "01946", "govtrack": 412274, "opensecrets": "N00029211", "votesmart": 45110, "fec": ["H8OH01068"], "cspan": 1030610, "wikipedia": "Steve Driehaus", "house_history": 12592, "icpsr": 20939, "wikidata": "Q2346930", "google_entity_id": "kg:/m/0fwvqw"}, "name": {"first": "Steve", "last": "Driehaus"}, "bio": {"birthday": "1966-06-24", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 1, "party": "Democrat", "url": "http://driehaus.house.gov"}]}, {"id": {"bioguide": "E000063", "thomas": "00335", "govtrack": 400118, "opensecrets": "N00005794", "votesmart": 27087, "fec": ["H8TX06035"], "cspan": 20693, "wikipedia": "Chet Edwards", "house_history": 12678, "icpsr": 29144, "wikidata": "Q784037", "google_entity_id": "kg:/m/03fmkq"}, "name": {"first": "Thomas", "last": "Edwards", "nickname": "Chet"}, "bio": {"birthday": "1951-11-24", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 11, "party": "Democrat", "url": "http://www.house.gov/edwards"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 17, "party": "Democrat", "url": "http://www.house.gov/edwards"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 17, "party": "Democrat", "url": "http://www.house.gov/edwards"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 17, "party": "Democrat", "url": "http://www.house.gov/edwards"}]}, {"id": {"bioguide": "E000092", "thomas": "00339", "govtrack": 400119, "opensecrets": "N00004166", "votesmart": 26907, "fec": ["H4MI03045"], "house_history": 12711, "icpsr": 29362, "wikipedia": "Vern Ehlers", "wikidata": "Q205019", "google_entity_id": "kg:/m/02d44c"}, "name": {"first": "Vernon", "middle": "J.", "last": "Ehlers"}, "bio": {"birthday": "1934-02-06", "gender": "M", "religion": "Christian Reformed"}, "terms": [{"type": "rep", "start": "1993-12-07", "end": "1995-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MI", "district": 3, "party": "Republican", "url": "http://www.house.gov/ehlers"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MI", "district": 3, "party": "Republican", "url": "http://www.house.gov/ehlers"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MI", "district": 3, "party": "Republican", "url": "http://www.house.gov/ehlers"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MI", "district": 3, "party": "Republican", "url": "http://www.house.gov/ehlers"}]}, {"id": {"bioguide": "E000289", "thomas": "01851", "govtrack": 412206, "opensecrets": "N00027575", "votesmart": 57497, "fec": ["H6IN08210"], "cspan": 1021550, "wikipedia": "Brad Ellsworth", "house_history": 12959, "icpsr": 20718, "wikidata": "Q528991", "google_entity_id": "kg:/m/09fhjx"}, "name": {"first": "Brad", "last": "Ellsworth"}, "bio": {"gender": "M", "birthday": "1958-09-11"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IN", "district": 8, "party": "Democrat", "url": "http://ellsworth.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IN", "district": 8, "party": "Democrat", "url": "http://ellsworth.house.gov"}]}, {"id": {"bioguide": "E000226", "thomas": "01482", "govtrack": 400125, "opensecrets": "N00002269", "votesmart": 118, "fec": ["H6NC02080"], "cspan": 45577, "wikipedia": "Bob Etheridge", "house_history": 12881, "icpsr": 29745, "wikidata": "Q141670", "google_entity_id": "kg:/m/028s47"}, "name": {"first": "Bob", "middle": "R.", "last": "Etheridge"}, "bio": {"birthday": "1941-08-07", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NC", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NC", "district": 2, "party": "Democrat", "url": "http://www.house.gov/etheridge"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NC", "district": 2, "party": "Democrat", "url": "http://www.house.gov/etheridge"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NC", "district": 2, "party": "Democrat", "url": "http://www.house.gov/etheridge"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NC", "district": 2, "party": "Democrat", "url": "http://www.house.gov/etheridge"}]}, {"id": {"bioguide": "F000453", "thomas": "01872", "govtrack": 412230, "opensecrets": "N00027781", "votesmart": 1699, "fec": ["H6OK05160"], "wikipedia": "Mary Fallin", "house_history": 13553, "icpsr": 20742, "wikidata": "Q257237", "google_entity_id": "kg:/m/06q20f"}, "name": {"first": "Mary", "last": "Fallin"}, "bio": {"birthday": "1954-12-09", "gender": "F"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OK", "district": 5, "party": "Republican", "url": "http://fallin.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OK", "district": 5, "party": "Republican", "url": "http://fallin.house.gov"}]}, {"id": {"bioguide": "G000309", "thomas": "00448", "govtrack": 400155, "opensecrets": "N00003126", "votesmart": 27071, "icpsr": 15100, "fec": ["H4TN04015"], "cspan": 5452, "wikipedia": "Bart Gordon", "house_history": 13954, "wikidata": "Q809197", "google_entity_id": "kg:/m/03tm06"}, "name": {"first": "Barton", "middle": "Jennings", "last": "Gordon", "nickname": "Bart"}, "bio": {"birthday": "1949-01-24", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TN", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TN", "district": 6, "party": "Democrat", "url": "http://www.house.gov/gordon"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TN", "district": 6, "party": "Democrat", "url": "http://www.house.gov/gordon"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TN", "district": 6, "party": "Democrat", "url": "http://gordon.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TN", "district": 6, "party": "Democrat", "url": "http://gordon.house.gov"}]}, {"id": {"bioguide": "G000557", "thomas": "01906", "govtrack": 412277, "opensecrets": "N00029917", "votesmart": 60357, "fec": ["H8AL05109"], "cspan": 1031339, "wikipedia": "Parker Griffith", "house_history": 14273, "wikidata": "Q936720", "google_entity_id": "kg:/m/026mndp"}, "name": {"first": "Parker", "last": "Griffith"}, "bio": {"birthday": "1942-08-06", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AL", "district": 5, "party": "Republican", "url": "http://griffith.house.gov", "party_affiliations": [{"start": "2009-01-06", "end": "2009-12-22", "party": "Democrat"}, {"start": "2009-12-22", "end": "2011-01-03", "party": "Republican"}]}]}, {"id": {"bioguide": "H001039", "thomas": "01865", "govtrack": 412222, "opensecrets": "N00027888", "votesmart": 69119, "fec": ["H6NY19144"], "cspan": 1022042, "wikipedia": "John Hall (New York politician)", "house_history": 15574, "icpsr": 20734, "wikidata": "Q1406115", "google_entity_id": "kg:/m/0bf27d"}, "name": {"first": "John", "middle": "J.", "last": "Hall"}, "bio": {"birthday": "1948-07-23", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 19, "party": "Democrat", "url": "http://johnhall.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 19, "party": "Democrat", "url": "http://johnhall.house.gov"}]}, {"id": {"bioguide": "H001044", "thomas": "01919", "govtrack": 412279, "opensecrets": "N00029377", "votesmart": 9531, "fec": ["H8IL11113"], "cspan": 1031342, "wikipedia": "Debbie Halvorson", "house_history": 15584, "icpsr": 20913, "wikidata": "Q3020814", "google_entity_id": "kg:/m/02qgvlk"}, "name": {"first": "Deborah", "middle": "L.", "last": "Halvorson"}, "bio": {"gender": "F", "birthday": "1958-03-01"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 11, "party": "Democrat", "url": "http://halvorson.house.gov"}]}, {"id": {"bioguide": "H001040", "thomas": "01849", "govtrack": 412204, "opensecrets": "N00028234", "votesmart": 66451, "fec": ["H6IL17155"], "cspan": 1021566, "wikipedia": "Phil Hare", "house_history": 15576, "icpsr": 20716, "wikidata": "Q3378787", "google_entity_id": "kg:/m/0f8dxt"}, "name": {"first": "Phil", "last": "Hare"}, "bio": {"birthday": "1949-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 17, "party": "Democrat", "url": "http://hare.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 17, "party": "Democrat", "url": "http://hare.house.gov"}]}, {"id": {"bioguide": "H001037", "thomas": "01760", "govtrack": 400443, "opensecrets": "N00024773", "votesmart": 48367, "fec": ["H2SD00092"], "cspan": 22061, "wikipedia": "Stephanie Herseth Sandlin", "house_history": 15570, "icpsr": 20349, "wikidata": "Q267740", "google_entity_id": "kg:/m/033q5z"}, "name": {"first": "Stephanie", "last": "Herseth Sandlin"}, "bio": {"birthday": "1970-12-03", "gender": "F", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "2004-06-03", "end": "2005-01-03", "state": "SD", "district": 0, "party": "Democrat", "url": "http://www.house.gov/herseth"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "SD", "district": 0, "party": "Democrat", "url": "http://www.house.gov/herseth"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "SD", "district": 0, "party": "Democrat", "url": "http://www.house.gov/herseth"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "SD", "district": 0, "party": "Democrat", "url": "http://www.house.gov/herseth"}]}, {"id": {"bioguide": "H001030", "thomas": "01578", "govtrack": 400177, "opensecrets": "N00003875", "votesmart": 18466, "fec": ["H8IN09032"], "cspan": 12259, "wikipedia": "Baron Hill", "house_history": 15556, "icpsr": 29914, "wikidata": "Q595948", "google_entity_id": "kg:/m/022rbw"}, "name": {"first": "Baron", "middle": "P.", "last": "Hill"}, "bio": {"birthday": "1953-06-23", "gender": "M", "religion": "Christian"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IN", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IN", "district": 9, "party": "Democrat", "url": "http://www.house.gov/baronhill"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IN", "district": 9, "party": "Democrat", "url": "http://baronhill.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IN", "district": 9, "party": "Democrat", "url": "http://baronhill.house.gov"}]}, {"id": {"bioguide": "H001043", "thomas": "01862", "govtrack": 412220, "opensecrets": "N00027048", "votesmart": 42473, "fec": ["H4NH02175"], "cspan": 1018918, "wikipedia": "Paul Hodes", "house_history": 15582, "icpsr": 20732, "wikidata": "Q959262", "google_entity_id": "kg:/m/0d1mb3"}, "name": {"first": "Paul", "middle": "W.", "last": "Hodes"}, "bio": {"birthday": "1951-03-21", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NH", "district": 2, "party": "Democrat", "url": "http://hodes.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NH", "district": 2, "party": "Democrat", "url": "http://hodes.house.gov"}]}, {"id": {"bioguide": "H000676", "thomas": "00547", "govtrack": 400182, "opensecrets": "N00004155", "votesmart": 26910, "fec": ["H2MI02066"], "cspan": 26490, "wikipedia": "Pete Hoekstra", "house_history": 15121, "icpsr": 29361, "wikidata": "Q535254", "google_entity_id": "kg:/m/02d43z"}, "name": {"first": "Peter", "last": "Hoekstra", "nickname": "Pete"}, "bio": {"birthday": "1953-10-30", "gender": "M", "religion": "Reformed Church in America"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MI", "district": 2, "party": "Republican", "url": "http://www.house.gov/hoekstra"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MI", "district": 2, "party": "Republican", "url": "http://www.house.gov/hoekstra"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MI", "district": 2, "party": "Republican", "url": "http://www.house.gov/hoekstra"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MI", "district": 2, "party": "Republican", "url": "http://www.house.gov/hoekstra"}]}, {"id": {"bioguide": "I000023", "thomas": "00582", "govtrack": 400649, "opensecrets": "N00002460", "votesmart": 27064, "fec": ["H2SC04022"], "cspan": 26441, "wikipedia": "Bob Inglis", "house_history": 15643, "icpsr": 39300, "wikidata": "Q888008", "google_entity_id": "kg:/m/04dvtm"}, "name": {"first": "Bob", "last": "Inglis"}, "bio": {"birthday": "1959-10-11", "gender": "M"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "SC", "district": 4, "party": "Republican", "url": "http://inglis.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "SC", "district": 4, "party": "Republican", "url": "http://inglis.house.gov"}]}, {"id": {"bioguide": "K000365", "thomas": "01880", "govtrack": 412240, "opensecrets": "N00027618", "votesmart": 66021, "fec": ["H6WI08122"], "cspan": 1021765, "wikipedia": "Steve Kagen", "house_history": 16554, "icpsr": 20751, "wikidata": "Q512567", "google_entity_id": "kg:/m/026f_6w"}, "name": {"first": "Steve", "last": "Kagen"}, "bio": {"birthday": "1949-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WI", "district": 8, "party": "Democrat", "url": "http://kagen.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WI", "district": 8, "party": "Democrat", "url": "http://kagen.house.gov"}]}, {"id": {"bioguide": "K000008", "thomas": "00615", "govtrack": 400210, "opensecrets": "N00001509", "votesmart": 27047, "icpsr": 15104, "fec": ["H0PA11050"], "cspan": 5974, "wikipedia": "Paul E. Kanjorski", "house_history": 16084, "wikidata": "Q503348", "google_entity_id": "kg:/m/03tv7x"}, "name": {"first": "Paul", "middle": "E.", "last": "Kanjorski"}, "bio": {"birthday": "1937-04-02", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 11, "party": "Democrat", "url": "http://www.house.gov/kanjorski"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 11, "party": "Democrat", "url": "http://www.house.gov/kanjorski"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 11, "party": "Democrat", "url": "http://kanjorski.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 11, "party": "Democrat", "url": "http://kanjorski.house.gov"}]}, {"id": {"bioguide": "K000113", "thomas": "00627", "govtrack": 400215, "opensecrets": "N00000360", "votesmart": 22207, "fec": ["H4RI01034"], "cspan": 17987, "wikipedia": "Patrick J. Kennedy", "house_history": 16218, "icpsr": 29564, "wikidata": "Q948920", "google_entity_id": "kg:/m/0202g7"}, "name": {"first": "Patrick", "middle": "Joseph", "last": "Kennedy"}, "bio": {"birthday": "1967-07-14", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "RI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "RI", "district": 1, "party": "Democrat", "url": "http://www.house.gov/patrickkennedy"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "RI", "district": 1, "party": "Democrat", "url": "http://www.house.gov/patrickkennedy"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "RI", "district": 1, "party": "Democrat", "url": "http://patrickkennedy.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "RI", "district": 1, "party": "Democrat", "url": "http://patrickkennedy.house.gov"}]}, {"id": {"bioguide": "K000180", "thomas": "01497", "govtrack": 400217, "opensecrets": "N00004005", "votesmart": 522, "fec": ["H6MI15127"], "house_history": 16302, "icpsr": 29733, "wikipedia": "Carolyn Cheeks Kilpatrick", "wikidata": "Q461626", "google_entity_id": "kg:/m/03l91q"}, "name": {"first": "Carolyn", "middle": "Cheeks", "last": "Kilpatrick"}, "bio": {"birthday": "1945-06-25", "gender": "F", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MI", "district": 13, "party": "Democrat", "url": "http://www.house.gov/kilpatrick"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MI", "district": 13, "party": "Democrat", "url": "http://www.house.gov/kilpatrick"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MI", "district": 13, "party": "Democrat", "url": "http://www.house.gov/kilpatrick"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MI", "district": 13, "party": "Democrat", "url": "http://www.house.gov/kilpatrick"}]}, {"id": {"bioguide": "K000372", "thomas": "01948", "govtrack": 412285, "opensecrets": "N00027778", "votesmart": 95759, "fec": ["H6OH15104"], "cspan": 1021679, "wikipedia": "Mary Jo Kilroy", "house_history": 16567, "icpsr": 20942, "wikidata": "Q6779928", "google_entity_id": "kg:/m/0c7ccn"}, "name": {"first": "Mary Jo", "last": "Kilroy"}, "bio": {"birthday": "1949-04-30", "gender": "F"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 15, "party": "Democrat", "url": "http://kilroy.house.gov"}]}, {"id": {"bioguide": "K000366", "thomas": "01842", "govtrack": 412198, "opensecrets": "N00027515", "votesmart": 24261, "fec": ["H6FL22040"], "cspan": 55563, "wikipedia": "Ron Klein", "house_history": 16556, "icpsr": 20711, "wikidata": "Q983253", "google_entity_id": "kg:/m/08cv1r"}, "name": {"first": "Ron", "last": "Klein"}, "bio": {"birthday": "1957-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 22, "party": "Democrat", "url": "http://klein.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 22, "party": "Democrat", "url": "http://klein.house.gov"}]}, {"id": {"bioguide": "K000370", "thomas": "01917", "govtrack": 412288, "opensecrets": "N00029370", "votesmart": 12851, "fec": ["H8FL24026"], "cspan": 1030644, "wikipedia": "Suzanne Kosmas", "house_history": 16564, "icpsr": 20911, "wikidata": "Q434947", "google_entity_id": "kg:/m/04ctf9n"}, "name": {"first": "Suzanne", "middle": "M.", "last": "Kosmas"}, "bio": {"birthday": "1944-02-25", "gender": "F"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 24, "party": "Democrat", "url": "http://www.kosmas.house.gov"}]}, {"id": {"bioguide": "K000371", "thomas": "01926", "govtrack": 412289, "opensecrets": "N00029146", "votesmart": 101875, "fec": ["H8MD01086"], "cspan": 1031346, "wikipedia": "Frank Kratovil", "house_history": 16566, "icpsr": 20921, "wikidata": "Q501814", "google_entity_id": "kg:/m/03whmnf"}, "name": {"first": "Frank", "last": "Kratovil", "suffix": "Jr."}, "bio": {"gender": "M", "birthday": "1968-05-29"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MD", "district": 1, "party": "Democrat", "url": "http://kratovil.house.gov"}]}, {"id": {"bioguide": "L000321", "thomas": "00693", "govtrack": 400242, "opensecrets": "N00002599", "votesmart": 26825, "fec": ["H0GA04023"], "cspan": 26393, "wikipedia": "John Linder", "house_history": 16991, "icpsr": 29341, "wikidata": "Q1626247", "google_entity_id": "kg:/m/02557f"}, "name": {"first": "John", "last": "Linder"}, "bio": {"birthday": "1942-09-09", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "GA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "GA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "GA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "GA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "GA", "district": 11, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "GA", "district": 7, "party": "Republican", "url": "http://www.house.gov/linder"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "GA", "district": 7, "party": "Republican", "url": "http://www.house.gov/linder"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "GA", "district": 7, "party": "Republican", "url": "http://linder.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "GA", "district": 7, "party": "Republican", "url": "http://linder.house.gov"}]}, {"id": {"bioguide": "M001172", "thomas": "01911", "govtrack": 412298, "opensecrets": "N00029128", "votesmart": 106225, "fec": ["H8CO04067"], "cspan": 1030430, "wikipedia": "Betsy Markey", "house_history": 18815, "icpsr": 20905, "wikidata": "Q526808", "google_entity_id": "kg:/m/02rrw6k"}, "name": {"first": "Betsy", "last": "Markey"}, "bio": {"gender": "F", "birthday": "1956-04-27"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CO", "district": 4, "party": "Democrat", "url": "http://betsymarkey.house.gov"}]}, {"id": {"bioguide": "M001146", "thomas": "01718", "govtrack": 400254, "opensecrets": "N00009635", "votesmart": 31916, "fec": ["H0GA08032"], "cspan": 1003563, "wikipedia": "Jim Marshall (Georgia politician)", "house_history": 18764, "icpsr": 20317, "wikidata": "Q1680110", "google_entity_id": "kg:/m/02554x"}, "name": {"first": "James", "last": "Marshall", "nickname": "Jim"}, "bio": {"birthday": "1948-03-31", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "GA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/marshall"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "GA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/marshall"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "GA", "district": 8, "party": "Democrat", "url": "http://jimmarshall.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "GA", "district": 8, "party": "Democrat", "url": "http://jimmarshall.house.gov"}]}, {"id": {"bioguide": "M001173", "thomas": "01945", "govtrack": 412299, "opensecrets": "N00027550", "votesmart": 69120, "fec": ["H6NY29168"], "cspan": 1018513, "wikipedia": "Eric Massa", "house_history": 18817, "icpsr": 20937, "wikidata": "Q3365459", "google_entity_id": "kg:/m/02pcysb"}, "name": {"first": "Eric", "middle": "J. J.", "last": "Massa"}, "bio": {"birthday": "1959-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2010-03-08", "state": "NY", "district": 29, "party": "Democrat", "url": "http://massa.house.gov"}]}, {"id": {"bioguide": "M000472", "thomas": "00773", "govtrack": 400264, "opensecrets": "N00001276", "votesmart": 26986, "fec": ["H2NY24036"], "wikipedia": "John M. McHugh", "house_history": 17916, "icpsr": 39316, "wikidata": "Q457729", "google_entity_id": "kg:/m/03txk7"}, "name": {"first": "John", "middle": "M.", "last": "McHugh"}, "bio": {"birthday": "1948-09-29", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 24, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 23, "party": "Republican", "url": "http://www.house.gov/mchugh"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 23, "party": "Republican", "url": "http://www.house.gov/mchugh"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 23, "party": "Republican", "url": "http://mchugh.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2009-09-21", "state": "NY", "district": 23, "party": "Republican", "url": "http://mchugh.house.gov"}]}, {"id": {"bioguide": "M001174", "thomas": "01941", "govtrack": 412296, "opensecrets": "N00030267", "votesmart": 44728, "fec": ["H8NY13077"], "cspan": 1031352, "wikipedia": "Michael McMahon", "house_history": 18819, "icpsr": 20933, "wikidata": "Q1928589", "google_entity_id": "kg:/m/08c67w"}, "name": {"first": "Michael", "middle": "E.", "last": "McMahon"}, "bio": {"birthday": "1957-09-12", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 13, "party": "Democrat", "url": "http://mcmahon.house.gov"}]}, {"id": {"bioguide": "M001148", "thomas": "01715", "govtrack": 400270, "opensecrets": "N00025692", "votesmart": 8092, "fec": ["H2FL17056"], "house_history": 18768, "icpsr": 20358, "wikipedia": "Kendrick Meek", "wikidata": "Q533073", "google_entity_id": "kg:/m/0252_q"}, "name": {"first": "Kendrick", "middle": "Brett", "last": "Meek"}, "bio": {"birthday": "1966-09-06", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 17, "party": "Democrat", "url": "http://www.house.gov/kenmeek"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 17, "party": "Democrat", "url": "http://www.house.gov/kenmeek"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 17, "party": "Democrat", "url": "http://kendrickmeek.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 17, "party": "Democrat", "url": "http://kendrickmeek.house.gov"}]}, {"id": {"bioguide": "M001161", "thomas": "01786", "govtrack": 400635, "opensecrets": "N00026840", "votesmart": 35601, "fec": ["H4LA03028"], "cspan": 1011754, "wikipedia": "Charlie Melancon", "house_history": 18794, "icpsr": 20513, "wikidata": "Q504241", "google_entity_id": "kg:/m/04lq4r"}, "name": {"first": "Charles", "middle": "J.", "last": "Melancon"}, "bio": {"birthday": "1947-10-03", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "LA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "LA", "district": 3, "party": "Democrat", "url": "http://melancon.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "LA", "district": 3, "party": "Democrat", "url": "http://melancon.house.gov"}]}, {"id": {"bioguide": "M001175", "thomas": "01918", "govtrack": 412300, "opensecrets": "N00006288", "votesmart": 436, "fec": ["H8ID01090"], "cspan": 45757, "wikipedia": "Walt Minnick", "house_history": 18821, "icpsr": 20912, "wikidata": "Q446795", "google_entity_id": "kg:/m/0dlzqc"}, "name": {"first": "Walter", "last": "Minnick"}, "bio": {"birthday": "1942-09-20", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "ID", "district": 1, "party": "Democrat", "url": "http://minnick.house.gov"}]}, {"id": {"bioguide": "M001167", "thomas": "01830", "govtrack": 412187, "opensecrets": "N00028162", "votesmart": 16369, "fec": ["H6AZ05067"], "cspan": 1021101, "wikipedia": "Harry Mitchell", "house_history": 18805, "icpsr": 20700, "wikidata": "Q928861", "google_entity_id": "kg:/m/0c71k9"}, "name": {"first": "Harry", "middle": "E.", "last": "Mitchell"}, "bio": {"birthday": "1940-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AZ", "district": 5, "party": "Democrat", "url": "http://mitchell.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AZ", "district": 5, "party": "Democrat", "url": "http://mitchell.house.gov"}]}, {"id": {"bioguide": "M000844", "thomas": "00824", "govtrack": 400281, "opensecrets": "N00002214", "votesmart": 27130, "icpsr": 15083, "fec": ["H2WV01029"], "cspan": 8577, "wikipedia": "Alan Mollohan", "house_history": 18391, "wikidata": "Q1234572", "google_entity_id": "kg:/m/024zfh"}, "name": {"first": "Alan", "middle": "B.", "last": "Mollohan"}, "bio": {"birthday": "1943-05-14", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WV", "district": 1, "party": "Democrat", "url": "http://www.house.gov/mollohan"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WV", "district": 1, "party": "Democrat", "url": "http://www.house.gov/mollohan"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WV", "district": 1, "party": "Democrat", "url": "http://www.house.gov/mollohan"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WV", "district": 1, "party": "Democrat", "url": "http://www.house.gov/mollohan"}]}, {"id": {"bioguide": "M001140", "thomas": "01561", "govtrack": 400282, "opensecrets": "N00005233", "votesmart": 18662, "fec": ["H8KS03049"], "cspan": 57965, "wikipedia": "Dennis Moore", "house_history": 18753, "icpsr": 29915, "wikidata": "Q954893", "google_entity_id": "kg:/m/024s71"}, "name": {"first": "Dennis", "last": "Moore"}, "bio": {"birthday": "1945-11-08", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "KS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "KS", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "KS", "district": 3, "party": "Democrat", "url": "http://www.house.gov/moore"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "KS", "district": 3, "party": "Democrat", "url": "http://www.house.gov/moore"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "KS", "district": 3, "party": "Democrat", "url": "http://moore.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "KS", "district": 3, "party": "Democrat", "url": "http://moore.house.gov"}]}, {"id": {"bioguide": "M001168", "thomas": "01875", "govtrack": 412233, "opensecrets": "N00027594", "votesmart": 60031, "fec": ["H6PA08194"], "cspan": 1021384, "wikipedia": "Patrick Murphy (Pennsylvania politician)", "house_history": 18807, "icpsr": 20745, "wikidata": "Q5997832", "google_entity_id": "kg:/m/085srz"}, "name": {"first": "Patrick", "middle": "J.", "last": "Murphy"}, "bio": {"birthday": "1973-10-19", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 8, "party": "Democrat", "url": "http://patrickmurphy.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 8, "party": "Democrat", "url": "http://patrickmurphy.house.gov"}]}, {"id": {"bioguide": "M001120", "thomas": "00844", "govtrack": 400286, "opensecrets": "N00001408", "votesmart": 27048, "icpsr": 14072, "fec": ["H6PA12030"], "wikipedia": "John Murtha", "house_history": 18726, "wikidata": "Q982347", "google_entity_id": "kg:/m/02_hqc"}, "name": {"first": "John", "middle": "P.", "last": "Murtha"}, "bio": {"birthday": "1932-06-17", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 12, "party": "Democrat", "url": "http://www.house.gov/murtha"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 12, "party": "Democrat", "url": "http://www.house.gov/murtha"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 12, "party": "Democrat", "url": "http://www.house.gov/murtha"}, {"type": "rep", "start": "2009-01-06", "end": "2010-02-08", "state": "PA", "district": 12, "party": "Democrat", "url": "http://www.house.gov/murtha"}]}, {"id": {"bioguide": "N000183", "thomas": "01957", "govtrack": 412301, "opensecrets": "N00029784", "votesmart": 109342, "fec": ["H8VA02046"], "cspan": 1031363, "wikipedia": "Glenn Nye", "house_history": 19062, "icpsr": 20950, "wikidata": "Q919254", "google_entity_id": "kg:/m/04p_ygb"}, "name": {"first": "Glenn", "middle": "C.", "last": "Nye"}, "bio": {"birthday": "1974-09-09", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "VA", "district": 2, "party": "Democrat", "url": "http://nye.house.gov"}]}, {"id": {"bioguide": "O000006", "thomas": "00876", "govtrack": 400299, "opensecrets": "N00001806", "votesmart": 26927, "icpsr": 14265, "fec": ["H6MN08047"], "cspan": 457, "wikipedia": "Jim Oberstar", "house_history": 19077, "wikidata": "Q465775", "google_entity_id": "kg:/m/02h2r9"}, "name": {"first": "James", "middle": "L.", "last": "Oberstar"}, "bio": {"birthday": "1934-09-10", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MN", "district": 8, "party": "Democrat", "url": "http://www.house.gov/oberstar"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MN", "district": 8, "party": "Democrat", "url": "http://www.house.gov/oberstar"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MN", "district": 8, "party": "Democrat", "url": "http://oberstar.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MN", "district": 8, "party": "Democrat", "url": "http://oberstar.house.gov"}]}, {"id": {"bioguide": "O000007", "thomas": "00877", "govtrack": 400300, "opensecrets": "N00004394", "votesmart": 27140, "icpsr": 12036, "fec": ["H6WI07033"], "cspan": 1621, "wikipedia": "Dave Obey", "house_history": 19079, "wikidata": "Q434463", "google_entity_id": "kg:/m/024tlf"}, "name": {"first": "David", "middle": "Ross", "last": "Obey", "nickname": "Dave"}, "bio": {"birthday": "1938-10-03", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WI", "district": 7, "party": "Democrat", "url": "http://www.house.gov/obey"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WI", "district": 7, "party": "Democrat", "url": "http://www.house.gov/obey"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WI", "district": 7, "party": "Democrat", "url": "http://obey.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WI", "district": 7, "party": "Democrat", "url": "http://obey.house.gov"}]}, {"id": {"bioguide": "O000107", "thomas": "00880", "govtrack": 400302, "opensecrets": "N00005998", "votesmart": 27106, "icpsr": 15049, "fec": ["H2TX27026"], "cspan": 2070, "wikipedia": "Solomon P. Ortiz", "house_history": 19199, "wikidata": "Q546874", "google_entity_id": "kg:/m/03twkj"}, "name": {"first": "Solomon", "middle": "P.", "last": "Ortiz"}, "bio": {"birthday": "1937-06-03", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 27, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 27, "party": "Democrat", "url": "http://www.house.gov/ortiz"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 27, "party": "Democrat", "url": "http://www.house.gov/ortiz"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 27, "party": "Democrat", "url": "http://ortiz.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 27, "party": "Democrat", "url": "http://ortiz.house.gov"}]}, {"id": {"bioguide": "P000600", "thomas": "01958", "govtrack": 412304, "opensecrets": "N00029339", "votesmart": 109344, "fec": ["H8VA05106"], "cspan": 1031364, "wikipedia": "Tom Perriello", "house_history": 20038, "icpsr": 20951, "wikidata": "Q1628398", "google_entity_id": "kg:/m/03crz_4"}, "name": {"first": "Thomas", "middle": "S. P.", "last": "Perriello"}, "bio": {"birthday": "1974-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "VA", "district": 5, "party": "Democrat", "url": "http://perriello.house.gov"}]}, {"id": {"bioguide": "P000422", "thomas": "00922", "govtrack": 400323, "opensecrets": "N00008113", "votesmart": 27007, "fec": ["H2ND00057"], "cspan": 11486, "wikipedia": "Earl Pomeroy", "house_history": 19804, "icpsr": 29384, "wikidata": "Q1277145", "google_entity_id": "kg:/m/027dby"}, "name": {"first": "Earl", "middle": "Ralph", "last": "Pomeroy"}, "bio": {"birthday": "1952-09-02", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "ND", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "ND", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "ND", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "ND", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "ND", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "ND", "district": 0, "party": "Democrat", "url": "http://www.house.gov/pomeroy"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "ND", "district": 0, "party": "Democrat", "url": "http://www.house.gov/pomeroy"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "ND", "district": 0, "party": "Democrat", "url": "http://www.house.gov/pomeroy"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "ND", "district": 0, "party": "Democrat", "url": "http://www.house.gov/pomeroy"}]}, {"id": {"bioguide": "P000586", "thomas": "01645", "govtrack": 400328, "opensecrets": "N00009618", "votesmart": 12913, "fec": ["H0FL12051"], "cspan": 87910, "wikipedia": "Adam Putnam", "house_history": 20011, "icpsr": 20113, "wikidata": "Q350663", "google_entity_id": "kg:/m/0252pg"}, "name": {"first": "Adam", "middle": "H.", "last": "Putnam"}, "bio": {"birthday": "1974-07-31", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 12, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 12, "party": "Republican", "url": "http://www.house.gov/putnam"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 12, "party": "Republican", "url": "http://www.house.gov/putnam"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 12, "party": "Republican", "url": "http://adamputnam.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 12, "party": "Republican", "url": "http://adamputnam.house.gov"}]}, {"id": {"bioguide": "R000004", "thomas": "00939", "govtrack": 400330, "opensecrets": "N00007507", "votesmart": 21911, "fec": ["H2CA19054"], "cspan": 36533, "wikipedia": "George Radanovich", "house_history": 20079, "icpsr": 29505, "wikidata": "Q1353949", "google_entity_id": "kg:/m/024tb_"}, "name": {"first": "George", "middle": "P.", "last": "Radanovich"}, "bio": {"birthday": "1955-06-20", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 19, "party": "Republican", "url": "http://www.radanovich.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 19, "party": "Republican", "url": "http://www.radanovich.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 19, "party": "Republican", "url": "http://radanovich.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 19, "party": "Republican", "url": "http://radanovich.house.gov"}]}, {"id": {"bioguide": "R000568", "thomas": "01518", "govtrack": 400339, "opensecrets": "N00009828", "votesmart": 16389, "fec": ["H8TX28013"], "cspan": 48779, "wikipedia": "Ciro Rodriguez", "house_history": 20781, "icpsr": 29771, "wikidata": "Q546932", "google_entity_id": "kg:/m/03tvkv"}, "name": {"first": "Ciro", "middle": "D.", "last": "Rodriguez"}, "bio": {"birthday": "1946-12-09", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 28, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 28, "party": "Democrat", "url": "http://www.house.gov/rodriguez"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 23, "party": "Democrat", "url": "http://rodriguez.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 23, "party": "Democrat", "url": "http://rodriguez.house.gov"}]}, {"id": {"bioguide": "S001158", "thomas": "01775", "govtrack": 400620, "opensecrets": "N00026431", "votesmart": 29778, "fec": ["H4CO03167"], "cspan": 1013039, "wikipedia": "John Salazar", "icpsr": 20502, "house_history": 22576, "wikidata": "Q714956", "google_entity_id": "kg:/m/04cv8k"}, "name": {"first": "John", "middle": "Tony", "last": "Salazar"}, "bio": {"birthday": "1953-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CO", "district": 3, "party": "Democrat", "url": "http://www.house.gov/salazar"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CO", "district": 3, "party": "Democrat", "url": "http://www.house.gov/salazar"}]}, {"id": {"bioguide": "S001178", "thomas": "01928", "govtrack": 412313, "opensecrets": "N00029327", "votesmart": 12023, "fec": ["H8MI07096"], "cspan": 90358, "wikipedia": "Mark Schauer", "icpsr": 20922, "house_history": 22612, "wikidata": "Q1900418", "google_entity_id": "kg:/m/02r212d"}, "name": {"first": "Mark", "middle": "H.", "last": "Schauer"}, "bio": {"birthday": "1961-10-02", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MI", "district": 7, "party": "Democrat", "url": "http://schauer.house.gov"}]}, {"id": {"bioguide": "S001169", "thomas": "01874", "govtrack": 412232, "opensecrets": "N00028049", "votesmart": 58333, "fec": ["H6PA07105"], "cspan": 1020918, "wikipedia": "Joe Sestak", "icpsr": 20744, "house_history": 22594, "wikidata": "Q984183", "google_entity_id": "kg:/m/0bcy7w"}, "name": {"first": "Joe", "last": "Sestak"}, "bio": {"birthday": "1951-12-12", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 7, "party": "Democrat", "url": "http://sestak.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 7, "party": "Democrat", "url": "http://sestak.house.gov"}]}, {"id": {"bioguide": "S000275", "thomas": "01043", "govtrack": 400368, "opensecrets": "N00006425", "votesmart": 22186, "fec": ["H4AZ04016"], "cspan": 37037, "wikipedia": "John Shadegg", "icpsr": 29501, "house_history": 21477, "wikidata": "Q1701732", "google_entity_id": "kg:/m/024p60"}, "name": {"first": "John", "middle": "B.", "last": "Shadegg"}, "bio": {"birthday": "1949-10-22", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AZ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AZ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AZ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AZ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AZ", "district": 3, "party": "Republican", "url": "http://www.house.gov/shadegg"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AZ", "district": 3, "party": "Republican", "url": "http://www.house.gov/shadegg"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AZ", "district": 3, "party": "Republican", "url": "http://johnshadegg.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AZ", "district": 3, "party": "Republican", "url": "http://johnshadegg.house.gov"}]}, {"id": {"bioguide": "S000465", "thomas": "01064", "govtrack": 400377, "opensecrets": "N00005105", "votesmart": 26936, "icpsr": 14451, "fec": ["H6MO04141"], "cspan": 449, "wikipedia": "Ike Skelton", "house_history": 21719, "wikidata": "Q433891", "google_entity_id": "kg:/m/02tjwd"}, "name": {"first": "Ike", "last": "Skelton"}, "bio": {"birthday": "1931-12-20", "gender": "M", "religion": "First Christian Church (Disciples of Christ)"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MO", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MO", "district": 4, "party": "Democrat", "url": "http://www.house.gov/skelton"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MO", "district": 4, "party": "Democrat", "url": "http://www.house.gov/skelton"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MO", "district": 4, "party": "Democrat", "url": "http://www.house.gov/skelton"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MO", "district": 4, "party": "Democrat", "url": "http://www.house.gov/skelton"}]}, {"id": {"bioguide": "S000672", "thomas": "01530", "govtrack": 400383, "opensecrets": "N00008188", "votesmart": 434, "fec": ["H6AR02203"], "cspan": 45722, "wikipedia": "Vic Snyder", "icpsr": 29703, "house_history": 21968, "wikidata": "Q715355", "google_entity_id": "kg:/m/01xb5_"}, "name": {"first": "Victor", "middle": "F.", "last": "Snyder", "nickname": "Vic"}, "bio": {"birthday": "1947-09-27", "gender": "M", "religion": "United Methodist"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AR", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AR", "district": 2, "party": "Democrat", "url": "http://www.house.gov/snyder"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AR", "district": 2, "party": "Democrat", "url": "http://www.house.gov/snyder"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AR", "district": 2, "party": "Democrat", "url": "http://www.house.gov/snyder"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AR", "district": 2, "party": "Democrat", "url": "http://www.house.gov/snyder"}]}, {"id": {"bioguide": "S001153", "thomas": "01636", "govtrack": 400384, "opensecrets": "N00009586", "votesmart": 3585, "fec": ["H0CA31087"], "cspan": 85603, "wikipedia": "Hilda Solis", "icpsr": 20105, "house_history": 22566, "wikidata": "Q50610", "google_entity_id": "kg:/m/024ttc"}, "name": {"first": "Hilda", "middle": "L.", "last": "Solis"}, "bio": {"birthday": "1957-10-20", "gender": "F"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 31, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 32, "party": "Democrat", "url": "http://www.house.gov/solis"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 32, "party": "Democrat", "url": "http://www.house.gov/solis"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 32, "party": "Democrat", "url": "http://solis.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2009-02-24", "state": "CA", "district": 32, "party": "Democrat", "url": "http://solis.house.gov"}]}, {"id": {"bioguide": "S001143", "thomas": "01089", "govtrack": 400385, "opensecrets": "N00003844", "votesmart": 21780, "fec": ["H4IN04099"], "wikipedia": "Mark Souder", "icpsr": 29519, "house_history": 22546, "wikidata": "Q1886758", "google_entity_id": "kg:/m/022r73"}, "name": {"first": "Mark", "middle": "Edward", "last": "Souder"}, "bio": {"birthday": "1950-07-18", "gender": "M", "religion": "United Brethren in Christ"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IN", "district": 3, "party": "Republican", "url": "http://www.house.gov/souder"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IN", "district": 3, "party": "Republican", "url": "http://www.house.gov/souder"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IN", "district": 3, "party": "Republican", "url": "http://souder.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2010-05-21", "state": "IN", "district": 3, "party": "Republican", "url": "http://souder.house.gov"}]}, {"id": {"bioguide": "S001173", "thomas": "01871", "govtrack": 412229, "opensecrets": "N00027902", "votesmart": 56847, "fec": ["H6OH18157"], "cspan": 1022842, "wikipedia": "Zack Space", "icpsr": 20741, "house_history": 22602, "wikidata": "Q139887", "google_entity_id": "kg:/m/0bfzwz"}, "name": {"first": "Zachary", "middle": "T.", "last": "Space", "nickname": "Zack"}, "bio": {"gender": "M", "birthday": "1961-01-27"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 18, "party": "Democrat", "url": "http://space.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 18, "party": "Democrat", "url": "http://space.house.gov"}]}, {"id": {"bioguide": "S000749", "thomas": "01092", "govtrack": 400386, "opensecrets": "N00002492", "votesmart": 27065, "icpsr": 15064, "fec": ["H2SC05052"], "cspan": 13719, "wikipedia": "John Spratt", "house_history": 22064, "wikidata": "Q502028", "google_entity_id": "kg:/m/03jdc7"}, "name": {"first": "John", "middle": "McKee", "last": "Spratt", "suffix": "Jr."}, "bio": {"birthday": "1942-11-01", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "SC", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "SC", "district": 5, "party": "Democrat", "url": "http://www.house.gov/spratt"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "SC", "district": 5, "party": "Democrat", "url": "http://www.house.gov/spratt"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "SC", "district": 5, "party": "Democrat", "url": "http://www.house.gov/spratt"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "SC", "district": 5, "party": "Democrat", "url": "http://www.house.gov/spratt"}]}, {"id": {"bioguide": "S001045", "thomas": "01123", "govtrack": 400391, "opensecrets": "N00004196", "votesmart": 26912, "fec": ["H2MI01068"], "cspan": 28206, "wikipedia": "Bart Stupak", "icpsr": 29360, "house_history": 22430, "wikidata": "Q809210", "google_entity_id": "kg:/m/02d43m"}, "name": {"first": "Bart", "middle": "T.", "last": "Stupak"}, "bio": {"birthday": "1952-02-29", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MI", "district": 1, "party": "Democrat", "url": "http://www.house.gov/stupak"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MI", "district": 1, "party": "Democrat", "url": "http://www.house.gov/stupak"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MI", "district": 1, "party": "Democrat", "url": "http://www.house.gov/stupak"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MI", "district": 1, "party": "Democrat", "url": "http://www.house.gov/stupak"}]}, {"id": {"bioguide": "T000038", "thomas": "01137", "govtrack": 400395, "opensecrets": "N00003254", "votesmart": 27074, "icpsr": 15628, "fec": ["H8TN08033"], "cspan": 6116, "wikipedia": "John S. Tanner", "house_history": 22680, "wikidata": "Q71863", "google_entity_id": "kg:/m/03tlxb"}, "name": {"first": "John", "middle": "S.", "last": "Tanner"}, "bio": {"birthday": "1944-09-22", "gender": "M", "religion": "First Christian Church (Disciples of Christ)"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TN", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TN", "district": 8, "party": "Democrat", "url": "http://www.house.gov/tanner/"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TN", "district": 8, "party": "Democrat", "url": "http://www.house.gov/tanner/"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TN", "district": 8, "party": "Democrat", "url": "http://www.house.gov/tanner"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TN", "district": 8, "party": "Democrat", "url": "http://www.house.gov/tanner"}]}, {"id": {"bioguide": "T000057", "thomas": "01533", "govtrack": 400396, "opensecrets": "N00007422", "votesmart": 94, "fec": ["H6CA10088"], "wikipedia": "Ellen Tauscher", "icpsr": 29705, "house_history": 22703, "wikidata": "Q459624", "google_entity_id": "kg:/m/024skq"}, "name": {"first": "Ellen", "middle": "O.", "last": "Tauscher"}, "bio": {"birthday": "1951-11-15", "gender": "F", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 10, "party": "Democrat", "url": "http://www.house.gov/tauscher"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 10, "party": "Democrat", "url": "http://www.house.gov/tauscher"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 10, "party": "Democrat", "url": "http://www.house.gov/tauscher"}, {"type": "rep", "start": "2009-01-06", "end": "2009-06-26", "state": "CA", "district": 10, "party": "Democrat", "url": "http://www.house.gov/tauscher"}]}, {"id": {"bioguide": "T000074", "thomas": "01142", "govtrack": 400399, "opensecrets": "N00003350", "votesmart": 26932, "icpsr": 15637, "fec": ["H8MS05047"], "cspan": 1000578, "wikipedia": "Gene Taylor (Mississippi politician)", "house_history": 22727, "wikidata": "Q452955", "google_entity_id": "kg:/m/033tcw"}, "name": {"first": "Gene", "last": "Taylor"}, "bio": {"birthday": "1953-09-17", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MS", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MS", "district": 4, "party": "Democrat", "url": "http://www.house.gov/genetaylor"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MS", "district": 4, "party": "Democrat", "url": "http://www.house.gov/genetaylor"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MS", "district": 4, "party": "Democrat", "url": "http://www.house.gov/genetaylor"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MS", "district": 4, "party": "Democrat", "url": "http://www.house.gov/genetaylor"}]}, {"id": {"bioguide": "T000466", "thomas": "01938", "govtrack": 412316, "opensecrets": "N00029556", "votesmart": 102408, "fec": ["H8NM02032"], "cspan": 1030431, "wikipedia": "Harry Teague", "icpsr": 20931, "house_history": 23211, "wikidata": "Q1586830", "google_entity_id": "kg:/m/04y921x"}, "name": {"first": "Harry", "last": "Teague"}, "bio": {"birthday": "1949-06-29", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NM", "district": 2, "party": "Democrat", "url": "http://teague.house.gov"}]}, {"id": {"bioguide": "T000260", "thomas": "01158", "govtrack": 400405, "opensecrets": "N00008144", "votesmart": 21953, "fec": ["H4KS04087"], "wikipedia": "Todd Tiahrt", "icpsr": 29524, "house_history": 22950, "wikidata": "Q955996", "google_entity_id": "kg:/m/024s59"}, "name": {"first": "Todd", "last": "Tiahrt"}, "bio": {"birthday": "1951-06-15", "gender": "M", "religion": "Assembly of God"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "KS", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "KS", "district": 4, "party": "Republican", "url": "http://www.house.gov/tiahrt"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "KS", "district": 4, "party": "Republican", "url": "http://www.house.gov/tiahrt"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "KS", "district": 4, "party": "Republican", "url": "http://www.house.gov/tiahrt"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "KS", "district": 4, "party": "Republican", "url": "http://www.house.gov/tiahrt"}]}, {"id": {"bioguide": "W000119", "thomas": "01199", "govtrack": 400421, "opensecrets": "N00003159", "votesmart": 21995, "fec": ["H2TN03052"], "cspan": 36792, "wikipedia": "Zach Wamp", "icpsr": 29567, "house_history": 23354, "wikidata": "Q139389", "google_entity_id": "kg:/m/03tlrz"}, "name": {"first": "Zach", "last": "Wamp"}, "bio": {"birthday": "1957-10-28", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TN", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TN", "district": 3, "party": "Republican", "url": "http://www.house.gov/wamp"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TN", "district": 3, "party": "Republican", "url": "http://www.house.gov/wamp"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TN", "district": 3, "party": "Republican", "url": "http://www.house.gov/wamp"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TN", "district": 3, "party": "Republican", "url": "http://www.house.gov/wamp"}]}, {"id": {"bioguide": "W000794", "thomas": "01682", "govtrack": 400423, "opensecrets": "N00013744", "votesmart": 3587, "fec": ["H2CA32099"], "cspan": 4372, "wikipedia": "Diane Watson", "icpsr": 20106, "house_history": 24171, "wikidata": "Q461497", "google_entity_id": "kg:/m/024twr"}, "name": {"first": "Diane", "middle": "E.", "last": "Watson"}, "bio": {"birthday": "1933-11-12", "gender": "F", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "2001-06-07", "end": "2003-01-03", "state": "CA", "district": 32, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 33, "party": "Democrat", "url": "http://www.house.gov/watson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 33, "party": "Democrat", "url": "http://www.house.gov/watson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 33, "party": "Democrat", "url": "http://www.house.gov/watson"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 33, "party": "Democrat", "url": "http://www.house.gov/watson"}]}, {"id": {"bioguide": "W000314", "thomas": "01537", "govtrack": 400430, "opensecrets": "N00002905", "votesmart": 882, "fec": ["H6FL19038"], "wikipedia": "Robert Wexler", "icpsr": 29715, "house_history": 23591, "wikidata": "Q983116", "google_entity_id": "kg:/m/02530r"}, "name": {"first": "Robert", "last": "Wexler"}, "bio": {"birthday": "1961-01-02", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 19, "party": "Democrat", "url": "http://www.wexler.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 19, "party": "Democrat", "url": "http://www.wexler.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 19, "party": "Democrat", "url": "http://wexler.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2010-01-04", "state": "FL", "district": 19, "party": "Democrat", "url": "http://wexler.house.gov"}]}, {"id": {"bioguide": "W000801", "thomas": "01869", "govtrack": 412227, "opensecrets": "N00003528", "votesmart": 10092, "fec": ["H6OH06095"], "cspan": 1022147, "wikipedia": "Charlie Wilson (Ohio politician)", "icpsr": 20739, "house_history": 24185, "wikidata": "Q139136", "google_entity_id": "kg:/m/07z0kw"}, "name": {"first": "Charles", "middle": "A.", "last": "Wilson"}, "bio": {"birthday": "1943-01-18", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 6, "party": "Democrat", "url": "http://charliewilson.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 6, "party": "Democrat", "url": "http://charliewilson.house.gov"}]}, {"id": {"bioguide": "B001266", "thomas": "01963", "lis": "S328", "govtrack": 412328, "opensecrets": "N00015389", "votesmart": 18168, "fec": ["S4IL00057"], "cspan": 2462, "wikipedia": "Roland Burris", "house_history": 10429, "icpsr": 40903, "wikidata": "Q609172", "google_entity_id": "kg:/m/09sztf"}, "name": {"first": "Roland", "last": "Burris"}, "bio": {"gender": "M", "birthday": "1937-08-03"}, "terms": [{"type": "sen", "start": "2009-01-15", "end": "2010-11-29", "state": "IL", "class": 3, "party": "Democrat", "url": "http://burris.senate.gov/"}]}, {"id": {"bioguide": "K000373", "thomas": "01964", "lis": "S329", "govtrack": 412329, "opensecrets": "N00030767", "votesmart": 110918, "cspan": 1030984, "wikipedia": "Ted Kaufman", "icpsr": 40901, "wikidata": "Q665919", "google_entity_id": "kg:/m/04y9vtn"}, "name": {"first": "Edward", "middle": "E.", "last": "Kaufman"}, "bio": {"gender": "M", "birthday": "1939-03-15"}, "terms": [{"type": "sen", "start": "2009-01-16", "end": "2010-11-15", "state": "DE", "class": 2, "party": "Democrat", "url": "http://kaufman.senate.gov/"}]}, {"id": {"bioguide": "M001178", "thomas": "01968", "govtrack": 412332, "opensecrets": "N00030682", "votesmart": 110967, "fec": ["H0NY20079"], "cspan": 9263721, "wikipedia": "Scott Murphy", "house_history": 18826, "icpsr": 20956, "wikidata": "Q290602", "google_entity_id": "kg:/m/05f44mf"}, "name": {"first": "Scott", "last": "Murphy"}, "bio": {"birthday": "1970-01-26", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-04-29", "end": "2011-01-03", "state": "NY", "district": 20, "party": "Democrat", "url": "http://scottmurphy.house.gov/"}]}, {"id": {"bioguide": "L000572", "thomas": "01971", "lis": "S333", "govtrack": 412380, "opensecrets": "N00031304", "votesmart": 17431, "cspan": 46456, "wikipedia": "George LeMieux", "icpsr": 40911, "fec": ["S2FL00227"], "wikidata": "Q978350", "google_entity_id": "kg:/m/04m_msl"}, "name": {"first": "George", "middle": "S.", "last": "LeMieux"}, "bio": {"birthday": "1969-05-21", "gender": "M"}, "terms": [{"type": "sen", "start": "2009-09-10", "end": "2011-01-03", "state": "FL", "class": 3, "party": "Republican", "url": "http://lemieux.senate.gov/"}]}, {"id": {"bioguide": "K000374", "thomas": "01972", "lis": "S334", "govtrack": 412381, "opensecrets": "N00031303", "votesmart": 116298, "icpsr": 40912, "wikipedia": "Paul G. Kirk", "wikidata": "Q1363487", "google_entity_id": "kg:/m/0896g7"}, "name": {"first": "Paul", "middle": "G.", "last": "Kirk", "suffix": "Jr."}, "bio": {"birthday": "1938-01-18", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "sen", "start": "2009-09-25", "end": "2010-02-04", "state": "MA", "class": 1, "party": "Democrat", "url": "http://kirk.senate.gov/ "}]}, {"id": {"bioguide": "D000611", "thomas": "01978", "govtrack": 412387, "opensecrets": "N00029460", "votesmart": 17827, "fec": ["H0HI01157"], "cspan": 9267955, "wikipedia": "Charles Djou", "house_history": 12595, "icpsr": 20961, "wikidata": "Q974192", "google_entity_id": "kg:/m/0d66z8"}, "name": {"first": "Charles", "last": "Djou"}, "bio": {"birthday": "1970-08-09", "gender": "M"}, "terms": [{"type": "rep", "start": "2010-05-22", "end": "2011-01-03", "state": "HI", "district": 1, "party": "Republican", "url": "http://djou.house.gov/"}]}, {"id": {"bioguide": "G000561", "thomas": "01980", "lis": "S336", "govtrack": 412389, "opensecrets": "N00032762", "votesmart": 126202, "cspan": 9266706, "wikipedia": "Carte Goodwin", "icpsr": 40914, "wikidata": "Q1045798", "google_entity_id": "kg:/m/0cm9_gz"}, "name": {"first": "Carte", "middle": "P.", "last": "Goodwin"}, "bio": {"birthday": "1974-02-27", "gender": "M"}, "terms": [{"type": "sen", "start": "2010-07-20", "end": "2010-11-14", "state": "WV", "class": 1, "party": "Democrat"}]}, {"id": {"bioguide": "C001050", "thomas": "01709", "govtrack": 400065, "opensecrets": "N00024874", "votesmart": 9680, "fec": ["H2CA18056"], "cspan": 87444, "wikipedia": "Dennis Cardoza", "house_history": 11768, "icpsr": 20306, "wikidata": "Q538888", "google_entity_id": "kg:/m/024tbn"}, "name": {"first": "Dennis", "middle": "A.", "last": "Cardoza"}, "bio": {"birthday": "1959-03-31", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 18, "party": "Democrat", "url": "http://www.house.gov/cardoza"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 18, "party": "Democrat", "url": "http://www.house.gov/cardoza"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 18, "party": "Democrat", "url": "http://www.house.gov/cardoza"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 18, "party": "Democrat", "url": "http://www.house.gov/cardoza"}, {"type": "rep", "start": "2011-01-05", "end": "2012-08-15", "state": "CA", "district": 18, "party": "Democrat", "url": "http://www.house.gov/cardoza", "address": "2437 Rayburn House Office Building; 20515-0518", "phone": "202-225-6131", "fax": "202-225-0819", "contact_form": "https://forms.house.gov/wyr/welcome.shtml", "office": "2437 Rayburn House Office Building"}]}, {"id": {"bioguide": "D000603", "thomas": "01784", "govtrack": 400633, "opensecrets": "N00024862", "votesmart": 35212, "fec": ["H2KY04071"], "cspan": 1011405, "wikipedia": "Geoff Davis", "house_history": 12581, "icpsr": 20511, "wikidata": "Q546913", "google_entity_id": "kg:/m/04bb6_"}, "name": {"first": "Geoff", "last": "Davis"}, "bio": {"birthday": "1958-10-26", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "KY", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "KY", "district": 4, "party": "Republican", "url": "http://geoffdavis.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "KY", "district": 4, "party": "Republican", "url": "http://geoffdavis.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2012-07-31", "state": "KY", "district": 4, "party": "Republican", "url": "http://geoffdavis.house.gov", "address": "1119 Longworth House Office Building; 20515-1704", "phone": "202-225-3465", "fax": "202-225-0003", "contact_form": "http://geoffdavis.house.gov/Contact.aspx", "office": "1119 Longworth House Office Building"}]}, {"id": {"bioguide": "G000554", "thomas": "01831", "govtrack": 412188, "opensecrets": "N00027829", "votesmart": 28507, "fec": ["H6AZ08038"], "cspan": 1021830, "wikipedia": "Gabrielle Giffords", "house_history": 14267, "icpsr": 20701, "wikidata": "Q193703", "google_entity_id": "kg:/m/0dvl98"}, "name": {"first": "Gabrielle", "last": "Giffords"}, "bio": {"gender": "F", "birthday": "1970-06-08"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AZ", "district": 8, "party": "Democrat", "url": "http://giffords.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AZ", "district": 8, "party": "Democrat", "url": "http://giffords.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2012-01-25", "state": "AZ", "district": 8, "party": "Democrat", "url": "http://giffords.house.gov", "address": "1030 Longworth House Office Building; 20515-0308"}]}, {"id": {"bioguide": "H000213", "thomas": "00502", "govtrack": 400166, "opensecrets": "N00006750", "votesmart": 26768, "fec": ["H2CA27107"], "cspan": 16717, "wikipedia": "Jane Harman", "house_history": 14550, "icpsr": 29318, "wikidata": "Q272628", "google_entity_id": "kg:/m/023v__"}, "name": {"first": "Jane", "last": "Harman"}, "bio": {"birthday": "1945-06-28", "gender": "F", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 36, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 36, "party": "Democrat", "url": "http://www.house.gov/harman"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 36, "party": "Democrat", "url": "http://www.house.gov/harman"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 36, "party": "Democrat", "url": "http://www.house.gov/harman"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 36, "party": "Democrat", "url": "http://www.house.gov/harman"}, {"type": "rep", "start": "2011-01-05", "end": "2011-02-28", "state": "CA", "district": 36, "party": "Democrat", "url": "http://www.house.gov/harman"}]}, {"id": {"bioguide": "I000026", "thomas": "00584", "govtrack": 400193, "opensecrets": "N00001725", "votesmart": 27125, "fec": ["H2WA04090"], "cspan": 26139, "wikipedia": "Jay Inslee", "house_history": 15649, "icpsr": 29937, "wikidata": "Q1100710", "google_entity_id": "kg:/m/025bdx"}, "name": {"first": "Jay", "last": "Inslee"}, "bio": {"birthday": "1951-02-09", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WA", "district": 1, "party": "Democrat", "url": "http://www.house.gov/inslee"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WA", "district": 1, "party": "Democrat", "url": "http://www.house.gov/inslee"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WA", "district": 1, "party": "Democrat", "url": "http://www.house.gov/inslee"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WA", "district": 1, "party": "Democrat", "url": "http://www.house.gov/inslee"}, {"type": "rep", "start": "2011-01-05", "end": "2012-03-20", "state": "WA", "district": 1, "party": "Democrat", "url": "http://www.house.gov/inslee", "address": "2329 Rayburn House Office Building; 20515-4701", "phone": "202-225-6311", "fax": "202-226-1606", "contact_form": "http://www.house.gov/inslee/contact/email.html", "office": "2329 Rayburn House Office Building"}]}, {"id": {"bioguide": "L000568", "thomas": "01944", "govtrack": 412291, "opensecrets": "N00030198", "votesmart": 110348, "fec": ["H8NY26095"], "cspan": 1031304, "wikipedia": "Chris Lee (New York politician)", "house_history": 17313, "icpsr": 20936, "wikidata": "Q1077474", "google_entity_id": "kg:/m/043jq2n"}, "name": {"first": "Christopher", "middle": "John", "last": "Lee"}, "bio": {"gender": "M", "birthday": "1964-04-01"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 26, "party": "Republican", "url": "http://chrislee.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2011-02-09", "state": "NY", "district": 26, "party": "Republican", "url": "http://chrislee.house.gov"}]}, {"id": {"bioguide": "M001147", "thomas": "01732", "govtrack": 400260, "opensecrets": "N00013808", "votesmart": 19847, "fec": ["H2MI00037"], "house_history": 18766, "icpsr": 20332, "wikipedia": "Thaddeus McCotter", "wikidata": "Q977920", "google_entity_id": "kg:/m/03tkzz"}, "name": {"first": "Thaddeus", "middle": "G.", "last": "McCotter", "nickname": "Thad"}, "bio": {"birthday": "1965-08-22", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MI", "district": 11, "party": "Republican", "url": "http://www.house.gov/mccotter"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MI", "district": 11, "party": "Republican", "url": "http://www.house.gov/mccotter"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MI", "district": 11, "party": "Republican", "url": "http://mccotter.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MI", "district": 11, "party": "Republican", "url": "http://mccotter.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2012-07-06", "state": "MI", "district": 11, "party": "Republican", "url": "http://mccotter.house.gov", "address": "2243 Rayburn House Office Building; 20515-2211", "phone": "202-225-8171", "fax": "202-225-2667", "contact_form": "http://mccotter.house.gov/HoR/MI11/Contact/Office+Contact+Information/Zipcode+Authentication+Page.htm", "office": "2243 Rayburn House Office Building"}]}, {"id": {"bioguide": "P000149", "thomas": "00902", "govtrack": 400312, "opensecrets": "N00000716", "votesmart": 26957, "icpsr": 15619, "fec": ["H0NJ10026"], "cspan": 6108, "wikipedia": "Donald M. Payne", "house_history": 19459, "wikidata": "Q1240103", "google_entity_id": "kg:/m/03txms"}, "name": {"first": "Donald", "middle": "M.", "last": "Payne"}, "bio": {"birthday": "1934-07-16", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NJ", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NJ", "district": 10, "party": "Democrat", "url": "http://www.house.gov/payne"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NJ", "district": 10, "party": "Democrat", "url": "http://www.house.gov/payne"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NJ", "district": 10, "party": "Democrat", "url": "http://www.house.gov/payne"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NJ", "district": 10, "party": "Democrat", "url": "http://www.house.gov/payne"}, {"type": "rep", "start": "2011-01-05", "end": "2012-03-06", "state": "NJ", "district": 10, "party": "Democrat", "url": "http://www.house.gov/payne", "address": "2310 Rayburn House Office Building; 20515-3010", "phone": "202-225-3436", "fax": "202-225-4160", "contact_form": "http://www.house.gov/payne/IMA/email.shtml", "office": "2310 Rayburn House Office Building"}]}, {"id": {"bioguide": "W000792", "thomas": "01597", "govtrack": 400426, "opensecrets": "N00001110", "votesmart": 23162, "fec": ["H8NY09091"], "wikipedia": "Anthony Weiner", "icpsr": 29926, "house_history": 24167, "wikidata": "Q557810", "google_entity_id": "kg:/m/03tvfr"}, "name": {"first": "Anthony", "middle": "David", "last": "Weiner"}, "bio": {"birthday": "1964-09-04", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 9, "party": "Democrat", "url": "http://www.house.gov/weiner"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 9, "party": "Democrat", "url": "http://www.house.gov/weiner"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 9, "party": "Democrat", "url": "http://www.house.gov/weiner"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 9, "party": "Democrat", "url": "http://www.house.gov/weiner"}, {"type": "rep", "start": "2011-01-05", "end": "2011-06-21", "state": "NY", "district": 9, "party": "Democrat", "url": "http://www.house.gov/weiner", "address": "2104 Rayburn House Office Building; 20515-3209"}]}, {"id": {"bioguide": "W000793", "thomas": "01598", "govtrack": 400437, "opensecrets": "N00009824", "votesmart": 23797, "fec": ["H8OR01072"], "cspan": 57882, "wikipedia": "David Wu", "icpsr": 29931, "house_history": 24169, "wikidata": "Q130079", "google_entity_id": "kg:/m/033tm3"}, "name": {"first": "David", "last": "Wu"}, "bio": {"birthday": "1955-04-08", "gender": "M"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OR", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OR", "district": 1, "party": "Democrat", "url": "http://www.house.gov/wu"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OR", "district": 1, "party": "Democrat", "url": "http://www.house.gov/wu"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OR", "district": 1, "party": "Democrat", "url": "http://www.house.gov/wu"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OR", "district": 1, "party": "Democrat", "url": "http://www.house.gov/wu"}, {"type": "rep", "start": "2011-01-05", "end": "2011-08-03", "state": "OR", "district": 1, "party": "Democrat", "url": "http://www.house.gov/wu", "address": "2338 Rayburn House Office Building; 20515-3701"}]}, {"id": {"bioguide": "J000283", "thomas": "00587", "govtrack": 400198, "opensecrets": "N00012457", "votesmart": 72, "fec": ["H6IL02124"], "cspan": 39073, "wikipedia": "Jesse Jackson Jr.", "house_history": 16055, "icpsr": 29585, "wikidata": "Q609189", "google_entity_id": "kg:/m/0255y7"}, "name": {"first": "Jesse", "middle": "Louis", "last": "Jackson", "suffix": "Jr.", "official_full": "Jesse L. Jackson Jr."}, "bio": {"birthday": "1965-03-11", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1995-12-12", "end": "1997-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 2, "party": "Democrat", "url": "http://www.jessejacksonjr.org/"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 2, "party": "Democrat", "url": "http://www.jessejacksonjr.org/"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 2, "party": "Democrat", "url": "http://www.house.gov/jackson/"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 2, "party": "Democrat", "url": "http://www.house.gov/jackson/"}, {"type": "rep", "start": "2011-01-05", "end": "2012-11-21", "state": "IL", "district": 2, "party": "Democrat", "url": "http://www.house.gov/jackson/", "address": "2419 Rayburn HOB; Washington DC 20515-1302", "phone": "202-225-0773", "fax": "202-225-0899", "contact_form": "http://www.house.gov/jackson/ContactByEMail.shtml", "office": "2419 Rayburn House Office Building"}]}, {"id": {"bioguide": "F000116", "thomas": "00381", "govtrack": 400133, "opensecrets": "N00007033", "votesmart": 26774, "fec": ["H2CA50034"], "cspan": 26133, "wikipedia": "Bob Filner", "house_history": 13121, "icpsr": 29325, "wikidata": "Q388356", "google_entity_id": "kg:/m/024xqt"}, "name": {"first": "Bob", "last": "Filner", "official_full": "Bob Filner"}, "bio": {"birthday": "1942-09-04", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 50, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 50, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 50, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 50, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 50, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 51, "party": "Democrat", "url": "http://www.house.gov/filner"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 51, "party": "Democrat", "url": "http://www.house.gov/filner"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 51, "party": "Democrat", "url": "http://www.house.gov/filner"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 51, "party": "Democrat", "url": "http://www.house.gov/filner"}, {"type": "rep", "start": "2011-01-05", "end": "2012-12-03", "state": "CA", "district": 51, "party": "Democrat", "url": "http://www.house.gov/filner", "address": "2428 Rayburn HOB; Washington DC 20515-0551", "phone": "202-225-8045", "fax": "202-225-9073", "contact_form": "http://www.house.gov/writerep", "office": "2428 Rayburn House Office Building"}]}, {"id": {"bioguide": "O000167", "thomas": "01763", "lis": "S298", "govtrack": 400629, "opensecrets": "N00009638", "votesmart": 9490, "fec": ["S4IL00180"], "house_history": 19276, "icpsr": 40502, "wikipedia": "Barack Obama", "wikidata": "Q76", "google_entity_id": "kg:/m/02mjmr"}, "name": {"first": "Barack", "last": "Obama"}, "bio": {"birthday": "1961-08-04", "gender": "M", "religion": "United Church of Christ"}, "terms": [{"type": "sen", "start": "2005-01-04", "end": "2008-11-16", "state": "IL", "class": 3, "party": "Democrat", "url": "http://obama.senate.gov/"}]}, {"id": {"bioguide": "I000025", "thomas": "01369", "lis": "S051", "govtrack": 300056, "opensecrets": "N00001762", "votesmart": 53285, "icpsr": 4812, "fec": ["S4HI00011"], "cspan": 2568, "wikipedia": "Daniel Inouye", "house_history": 15647, "wikidata": "Q312845", "google_entity_id": "kg:/m/021sv1"}, "name": {"first": "Daniel", "middle": "K.", "last": "Inouye", "official_full": "Daniel K. Inouye"}, "bio": {"birthday": "1924-09-07", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "HI", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "HI", "district": 0, "party": "Democrat"}, {"type": "sen", "start": "1963-01-09", "end": "1969-01-03", "state": "HI", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1969-01-03", "end": "1975-01-03", "state": "HI", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1975-01-14", "end": "1981-01-03", "state": "HI", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1981-01-05", "end": "1987-01-03", "state": "HI", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "HI", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "HI", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "HI", "class": 3, "party": "Democrat", "url": "http://inouye.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "HI", "class": 3, "party": "Democrat", "url": "http://inouye.senate.gov/"}, {"type": "sen", "start": "2011-01-05", "end": "2012-12-17", "state": "HI", "class": 3, "party": "Democrat", "url": "http://inouye.senate.gov/", "address": "722 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-3934", "fax": "202-224-6747", "contact_form": "http://www.inouye.senate.gov/Contact/ContactDKI.cfm", "office": "722 Hart Senate Office Building"}]}, {"id": {"bioguide": "A000069", "thomas": "00007", "lis": "S213", "govtrack": 300001, "opensecrets": "N00007653", "votesmart": 53286, "icpsr": 14400, "fec": ["S0HI00084"], "cspan": 8704, "wikipedia": "Daniel Akaka", "house_history": 8354, "wikidata": "Q359366", "google_entity_id": "kg:/m/01rbrq"}, "name": {"first": "Daniel", "middle": "Kahikina", "last": "Akaka", "official_full": "Daniel K. Akaka"}, "bio": {"birthday": "1924-09-11", "gender": "M", "religion": "Congregationalist"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1990-05-15", "state": "HI", "district": 2, "party": "Democrat"}, {"type": "sen", "start": "1990-05-16", "end": "1995-01-03", "state": "HI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "HI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "HI", "class": 1, "party": "Democrat", "url": "http://akaka.senate.gov"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "HI", "class": 1, "party": "Democrat", "url": "http://akaka.senate.gov", "address": "141 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-6361", "fax": "202-224-2126", "contact_form": "http://www.akaka.senate.gov/email-senator-akaka.cfm", "office": "141 Hart Senate Office Building"}]}, {"id": {"bioguide": "B000468", "thomas": "01285", "lis": "S167", "govtrack": 300009, "opensecrets": "N00006518", "votesmart": 53326, "icpsr": 14912, "fec": ["S2NM00021"], "cspan": 590, "wikipedia": "Jeff Bingaman", "wikidata": "Q705498", "google_entity_id": "kg:/m/01xck2"}, "name": {"first": "Jeff", "last": "Bingaman", "official_full": "Jeff Bingaman"}, "bio": {"birthday": "1943-10-03", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "NM", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "NM", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "NM", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "NM", "class": 1, "party": "Democrat", "url": "http://bingaman.senate.gov"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "NM", "class": 1, "party": "Democrat", "url": "http://bingaman.senate.gov", "address": "703 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-5521", "fax": "202-224-2852", "contact_form": "http://www.bingaman.senate.gov/contact/", "office": "703 Hart Senate Office Building"}]}, {"id": {"bioguide": "C000705", "thomas": "01307", "lis": "S201", "govtrack": 300026, "opensecrets": "N00004613", "votesmart": 53331, "icpsr": 15502, "fec": ["S6ND00058"], "cspan": 2517, "wikipedia": "Kent Conrad", "wikidata": "Q553349", "google_entity_id": "kg:/m/021fx2"}, "name": {"first": "Kent", "middle": "Kent", "last": "Conrad", "official_full": "Kent Conrad"}, "bio": {"birthday": "1948-03-12", "gender": "M", "religion": "Unitarian"}, "terms": [{"type": "sen", "start": "1987-01-06", "end": "1992-12-14", "state": "ND", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1992-12-15", "end": "1995-01-03", "state": "ND", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "ND", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "ND", "class": 1, "party": "Democrat", "url": "http://conrad.senate.gov"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "ND", "class": 1, "party": "Democrat", "url": "http://conrad.senate.gov", "address": "530 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-2043", "fax": "202-224-7776", "contact_form": "http://www.conrad.senate.gov/contact/webform.cfm", "office": "530 Hart Senate Office Building"}]}, {"id": {"bioguide": "H001016", "thomas": "01368", "lis": "S235", "govtrack": 300054, "opensecrets": "N00005675", "votesmart": 53349, "fec": ["S4TX00086"], "cspan": 24713, "wikipedia": "Kay Bailey Hutchison", "house_history": 15537, "icpsr": 49306, "wikidata": "Q239928", "google_entity_id": "kg:/m/02050j"}, "name": {"first": "Kay", "middle": "Bailey", "last": "Hutchison", "official_full": "Kay Bailey Hutchison"}, "bio": {"birthday": "1943-07-22", "gender": "F", "religion": "Episcopalian"}, "terms": [{"type": "sen", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "TX", "class": 1, "party": "Republican"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "TX", "class": 1, "party": "Republican", "url": "http://hutchison.senate.gov/"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "TX", "class": 1, "party": "Republican", "url": "http://hutchison.senate.gov/", "address": "284 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-5922", "fax": "202-224-0776", "contact_form": "http://www.hutchison.senate.gov/?p=email_kay", "office": "284 Russell Senate Office Building"}]}, {"id": {"bioguide": "K000305", "thomas": "01380", "lis": "S209", "govtrack": 300061, "opensecrets": "N00004309", "votesmart": 53362, "icpsr": 15703, "fec": ["S6WI00061"], "cspan": 4030, "wikipedia": "Herb Kohl", "wikidata": "Q560447", "google_entity_id": "kg:/m/04fy4q"}, "name": {"first": "Herbert", "middle": "H.", "last": "Kohl", "nickname": "Herb", "official_full": "Herb Kohl"}, "bio": {"birthday": "1935-02-07", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "WI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "WI", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "WI", "class": 1, "party": "Democrat", "url": "http://kohl.senate.gov/"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "WI", "class": 1, "party": "Democrat", "url": "http://kohl.senate.gov/", "address": "330 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-5653", "fax": "202-224-9787", "contact_form": "http://www.kohl.senate.gov/contact.cfm", "office": "330 Hart Senate Office Building"}]}, {"id": {"bioguide": "K000352", "thomas": "00655", "lis": "S243", "govtrack": 300062, "opensecrets": "N00006406", "votesmart": 26721, "icpsr": 15429, "fec": ["S4AZ00030"], "house_history": 16529, "wikipedia": "Jon Kyl", "wikidata": "Q371031", "google_entity_id": "kg:/m/01y0mp"}, "name": {"first": "Jon", "last": "Kyl", "official_full": "Jon Kyl"}, "bio": {"birthday": "1942-04-25", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "AZ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AZ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AZ", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AZ", "district": 4, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "AZ", "class": 1, "party": "Republican"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "AZ", "class": 1, "party": "Republican", "url": "http://kyl.senate.gov/"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "AZ", "class": 1, "party": "Republican", "url": "http://kyl.senate.gov/", "address": "730 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-4521", "fax": "202-224-2207", "contact_form": "http://www.kyl.senate.gov/contact.cfm", "office": "730 Hart Senate Office Building"}]}, {"id": {"bioguide": "L000304", "thomas": "01385", "lis": "S210", "govtrack": 300067, "opensecrets": "N00000616", "votesmart": 53278, "icpsr": 15704, "fec": ["S8CT00022"], "cspan": 4363, "wikipedia": "Joe Lieberman", "wikidata": "Q160157", "google_entity_id": "kg:/m/0jw5r"}, "name": {"first": "Joseph", "middle": "I.", "last": "Lieberman", "official_full": "Joseph I. Lieberman"}, "bio": {"birthday": "1942-02-24", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "CT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "CT", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "CT", "class": 1, "party": "Democrat", "url": "http://lieberman.senate.gov/"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "CT", "class": 1, "party": "Independent", "url": "http://lieberman.senate.gov/", "address": "706 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-4041", "fax": "202-224-9750", "contact_form": "http://www.lieberman.senate.gov/index.cfm/contact/email-me-about-an-issue", "office": "706 Hart Senate Office Building"}]}, {"id": {"bioguide": "L000504", "thomas": "01387", "lis": "S105", "govtrack": 300070, "opensecrets": "N00001764", "votesmart": 53292, "icpsr": 14506, "fec": ["S4IN00014"], "cspan": 255, "wikipedia": "Richard Lugar", "wikidata": "Q363079", "google_entity_id": "kg:/m/01d_bx"}, "name": {"first": "Richard", "middle": "G.", "last": "Lugar", "official_full": "Richard G. Lugar"}, "bio": {"birthday": "1932-04-04", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "sen", "start": "1977-01-04", "end": "1983-01-03", "state": "IN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "IN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "IN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "IN", "class": 1, "party": "Republican"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "IN", "class": 1, "party": "Republican", "url": "http://lugar.senate.gov/"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "IN", "class": 1, "party": "Republican", "url": "http://lugar.senate.gov/", "address": "306 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-4814", "fax": "202-228-0360", "contact_form": "http://www.lugar.senate.gov/contact/", "office": "306 Hart Senate Office Building"}]}, {"id": {"bioguide": "N000180", "thomas": "01627", "lis": "S283", "govtrack": 300077, "opensecrets": "N00005329", "votesmart": 21744, "fec": ["S6NE00095"], "cspan": 16991, "wikipedia": "Ben Nelson", "icpsr": 40103, "wikidata": "Q718542", "google_entity_id": "kg:/m/01_pcc"}, "name": {"first": "Ben", "middle": "E.", "last": "Nelson", "official_full": "Ben Nelson"}, "bio": {"birthday": "1941-05-17", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "NE", "class": 1, "party": "Democrat", "url": "http://bennelson.senate.gov/"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "NE", "class": 1, "party": "Democrat", "url": "http://bennelson.senate.gov/", "address": "720 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-6551", "fax": "202-228-0012", "contact_form": "http://www.bennelson.senate.gov/contact-me.cfm", "office": "720 Hart Senate Office Building"}]}, {"id": {"bioguide": "S000663", "thomas": "01085", "lis": "S245", "govtrack": 300091, "opensecrets": "N00000480", "votesmart": 26885, "icpsr": 14661, "fec": ["S4ME00055"], "house_history": 21955, "wikipedia": "Olympia Snowe", "wikidata": "Q22290", "google_entity_id": "kg:/m/020yg2"}, "name": {"first": "Olympia", "middle": "J.", "last": "Snowe", "official_full": "Olympia J. Snowe"}, "bio": {"birthday": "1947-02-21", "gender": "F", "religion": "Greek Orthodox"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "ME", "district": 2, "party": "Republican"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "ME", "class": 1, "party": "Republican"}, {"type": "sen", "start": "2001-01-03", "end": "2007-01-03", "state": "ME", "class": 1, "party": "Republican", "url": "http://snowe.senate.gov/"}, {"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "ME", "class": 1, "party": "Republican", "url": "http://snowe.senate.gov/", "address": "154 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-5344", "fax": "202-224-1946", "contact_form": "http://www.snowe.senate.gov/public/index.cfm/contact?p=email", "office": "154 Russell Senate Office Building"}]}, {"id": {"bioguide": "W000803", "thomas": "01822", "lis": "S315", "govtrack": 412249, "opensecrets": "N00028058", "votesmart": 60043, "fec": ["S6VA00127"], "cspan": 1914, "wikipedia": "Jim Webb", "icpsr": 40706, "wikidata": "Q532279", "google_entity_id": "kg:/m/0574xy"}, "name": {"first": "Jim", "last": "Webb", "official_full": "Jim Webb"}, "bio": {"birthday": "1946-02-09", "gender": "M"}, "terms": [{"type": "sen", "start": "2007-01-04", "end": "2013-01-03", "state": "VA", "class": 1, "party": "Democrat", "url": "http://webb.senate.gov/", "address": "248 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-4024", "fax": "202-228-6363", "contact_form": "http://www.webb.senate.gov/contact.cfm", "office": "248 Russell Senate Office Building"}]}, {"id": {"bioguide": "B001268", "thomas": "01975", "lis": "S335", "govtrack": 412384, "opensecrets": "N00031174", "votesmart": 18919, "fec": ["S0MA00109"], "cspan": 9266532, "wikipedia": "Scott Brown (politician)", "icpsr": 40913, "wikidata": "Q155125", "google_entity_id": "kg:/m/0bmg6w"}, "name": {"first": "Scott", "last": "Brown", "official_full": "Scott P. Brown"}, "bio": {"birthday": "1959-09-12", "gender": "M"}, "terms": [{"type": "sen", "start": "2010-02-04", "end": "2013-01-03", "state": "MA", "class": 1, "party": "Republican", "url": "http://scottbrown.senate.gov", "address": "359 DIRKSEN SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-4543", "contact_form": "http://www.scottbrown.senate.gov/public/index.cfm/emailscottbrown", "office": "359 Dirksen Senate Office Building"}]}, {"id": {"bioguide": "A000022", "thomas": "00004", "govtrack": 400003, "opensecrets": "N00001143", "votesmart": 26970, "icpsr": 15000, "fec": ["H4NY07011"], "cspan": 1002061, "wikipedia": "Gary Ackerman", "house_history": 8283, "wikidata": "Q972029", "google_entity_id": "kg:/m/03rhdq"}, "name": {"first": "Gary", "middle": "L.", "last": "Ackerman", "official_full": "Gary L. Ackerman"}, "bio": {"birthday": "1942-11-19", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 5, "party": "Democrat", "url": "http://www.house.gov/ackerman"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 5, "party": "Democrat", "url": "http://www.house.gov/ackerman"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 5, "party": "Democrat", "url": "http://www.house.gov/ackerman"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 5, "party": "Democrat", "url": "http://ackerman.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 5, "party": "Democrat", "url": "http://ackerman.house.gov/", "address": "2111 Rayburn HOB; Washington DC 20515-3205", "phone": "202-225-2601", "fax": "202-225-1589", "contact_form": "http://www.house.gov/writerep", "office": "2111 Rayburn House Office Building"}]}, {"id": {"bioguide": "A000366", "thomas": "02006", "govtrack": 412414, "opensecrets": "N00030926", "votesmart": 31041, "fec": ["H0FL24049"], "wikipedia": "Sandy Adams", "house_history": 8767, "icpsr": 21120, "wikidata": "Q513789", "google_entity_id": "kg:/m/057njwc"}, "name": {"first": "Sandy", "last": "Adams", "official_full": "Sandy Adams"}, "bio": {"birthday": "1956-12-14", "gender": "F"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 24, "party": "Republican", "url": "http://adams.house.gov/", "address": "216 Cannon HOB; Washington DC 20515-0924", "phone": "202-225-2706", "fax": "202-226-6299", "office": "216 Cannon House Office Building"}]}, {"id": {"bioguide": "A000358", "thomas": "01655", "govtrack": 400005, "opensecrets": "N00009677", "votesmart": 9301, "fec": ["H0MO02148"], "cspan": 87412, "wikipedia": "Todd Akin", "house_history": 8753, "icpsr": 20123, "wikidata": "Q772086", "google_entity_id": "kg:/m/025xzm"}, "name": {"first": "W.", "middle": "Todd", "last": "Akin", "official_full": "W. Todd Akin"}, "bio": {"birthday": "1947-07-05", "gender": "M", "religion": "Christian"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MO", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MO", "district": 2, "party": "Republican", "url": "http://www.house.gov/akin"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MO", "district": 2, "party": "Republican", "url": "http://www.house.gov/akin"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MO", "district": 2, "party": "Republican", "url": "http://akin.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MO", "district": 2, "party": "Republican", "url": "http://akin.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MO", "district": 2, "party": "Republican", "url": "http://akin.house.gov", "address": "117 Cannon HOB; Washington DC 20515-2502", "phone": "202-225-2561", "fax": "202-225-2563", "contact_form": "http://akin.house.gov/email.shtml", "office": "117 Cannon House Office Building"}]}, {"id": {"bioguide": "A000362", "thomas": "01873", "govtrack": 412231, "opensecrets": "N00027664", "votesmart": 59999, "fec": ["H6PA04110"], "cspan": 1022872, "wikipedia": "Jason Altmire", "house_history": 8759, "icpsr": 20743, "wikidata": "Q606309", "google_entity_id": "kg:/m/0dzy2v"}, "name": {"first": "Jason", "last": "Altmire", "official_full": "Jason Altmire"}, "bio": {"birthday": "1968-03-07", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 4, "party": "Democrat", "url": "http://altmire.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 4, "party": "Democrat", "url": "http://altmire.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 4, "party": "Democrat", "url": "http://altmire.house.gov", "address": "332 Cannon HOB; Washington DC 20515-3804", "phone": "202-225-2565", "fax": "202-226-2274", "contact_form": "https://forms.house.gov/altmire/webforms/issue_subscribe.htm", "office": "332 Cannon House Office Building"}]}, {"id": {"bioguide": "A000365", "thomas": "01947", "govtrack": 412265, "opensecrets": "N00029412", "votesmart": 23398, "fec": ["H8OH07065"], "cspan": 1031355, "wikipedia": "Steve Austria", "house_history": 8765, "icpsr": 20940, "wikidata": "Q144226", "google_entity_id": "kg:/m/04l4w1"}, "name": {"first": "Steve", "last": "Austria", "official_full": "Steve Austria"}, "bio": {"birthday": "1958-10-12", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 7, "party": "Republican", "url": "http://austria.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 7, "party": "Republican", "url": "http://austria.house.gov", "address": "439 Cannon HOB; Washington DC 20515-3507", "phone": "202-225-4324", "fax": "202-225-1984", "contact_form": "https://forms.house.gov/austria/contact-form.shtml", "office": "439 Cannon House Office Building"}]}, {"id": {"bioguide": "B001234", "thomas": "01614", "govtrack": 400009, "opensecrets": "N00007089", "votesmart": 8039, "fec": ["H6CA42099"], "cspan": 81682, "wikipedia": "Joe Baca", "house_history": 10368, "icpsr": 29942, "wikidata": "Q539549", "google_entity_id": "kg:/m/024xk0"}, "name": {"first": "Joe", "last": "Baca", "official_full": "Joe Baca"}, "bio": {"birthday": "1947-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "1999-11-06", "end": "2001-01-03", "state": "CA", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 42, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 43, "party": "Democrat", "url": "http://www.house.gov/baca"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 43, "party": "Democrat", "url": "http://www.house.gov/baca"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 43, "party": "Democrat", "url": "http://www.house.gov/baca"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 43, "party": "Democrat", "url": "http://www.house.gov/baca"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 43, "party": "Democrat", "url": "http://www.house.gov/baca", "address": "2366 Rayburn HOB; Washington DC 20515-0543", "phone": "202-225-6161", "fax": "202-225-8671", "contact_form": "http://www.house.gov/baca/zipauth.shtml", "office": "2366 Rayburn House Office Building"}]}, {"id": {"bioguide": "B000208", "thomas": "00060", "govtrack": 400017, "opensecrets": "N00002017", "votesmart": 26891, "fec": ["H2MD06054"], "cspan": 27026, "wikipedia": "Roscoe Bartlett", "house_history": 9042, "icpsr": 29356, "wikidata": "Q1432143", "google_entity_id": "kg:/m/025k82"}, "name": {"first": "Roscoe", "middle": "G.", "last": "Bartlett", "official_full": "Roscoe G. Bartlett"}, "bio": {"birthday": "1926-06-03", "gender": "M", "religion": "Seventh-Day Adventist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MD", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MD", "district": 6, "party": "Republican", "url": "http://www.bartlett.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MD", "district": 6, "party": "Republican", "url": "http://www.bartlett.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MD", "district": 6, "party": "Republican", "url": "http://bartlett.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MD", "district": 6, "party": "Republican", "url": "http://bartlett.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MD", "district": 6, "party": "Republican", "url": "http://bartlett.house.gov", "address": "2412 Rayburn HOB; Washington DC 20515-2006", "phone": "202-225-2721", "fax": "202-225-2193", "contact_form": "http://www.bartlett.house.gov/Email_Roscoe/", "office": "2412 Rayburn House Office Building"}]}, {"id": {"bioguide": "B000220", "thomas": "00063", "govtrack": 400019, "opensecrets": "N00000423", "votesmart": 22216, "fec": ["H0NH02017"], "cspan": 37079, "wikipedia": "Charles Bass", "house_history": 9059, "icpsr": 29538, "wikidata": "Q1063677", "google_entity_id": "kg:/m/02vypx"}, "name": {"first": "Charles", "middle": "F.", "last": "Bass", "nickname": "Charlie", "official_full": "Charles F. Bass"}, "bio": {"birthday": "1952-01-08", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NH", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NH", "district": 2, "party": "Republican", "url": "http://www.house.gov/bass"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NH", "district": 2, "party": "Republican", "url": "http://www.house.gov/bass"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NH", "district": 2, "party": "Republican", "url": "http://bass.house.gov/", "address": "2350 Rayburn HOB; Washington DC 20515-2902", "phone": "202-225-5206", "fax": "202-225-2946", "office": "2350 Rayburn House Office Building"}]}, {"id": {"bioguide": "B001272", "thomas": "02037", "govtrack": 412458, "opensecrets": "N00031629", "votesmart": 7693, "fec": ["H0ND00135"], "wikipedia": "Rick Berg", "house_history": 10435, "icpsr": 21160, "wikidata": "Q253216", "google_entity_id": "kg:/m/02r77g9"}, "name": {"first": "Rick", "last": "Berg", "official_full": "Rick Berg"}, "bio": {"birthday": "1959-08-16", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "ND", "district": 0, "party": "Republican", "url": "http://berg.house.gov/", "address": "323 Cannon HOB; Washington DC 20515-3401", "phone": "202-225-2611", "fax": "202-226-0893", "office": "323 Cannon House Office Building"}]}, {"id": {"bioguide": "B001231", "thomas": "01576", "govtrack": 400024, "opensecrets": "N00009818", "votesmart": 22744, "fec": ["H8NV01071"], "wikipedia": "Shelley Berkley", "house_history": 10363, "icpsr": 29922, "wikidata": "Q460378", "google_entity_id": "kg:/m/025h7j"}, "name": {"first": "Shelley", "last": "Berkley", "official_full": "Shelley Berkley"}, "bio": {"birthday": "1951-01-20", "gender": "F", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NV", "district": 1, "party": "Democrat", "url": "http://www.house.gov/berkley"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NV", "district": 1, "party": "Democrat", "url": "http://www.house.gov/berkley"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NV", "district": 1, "party": "Democrat", "url": "http://www.house.gov/berkley"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NV", "district": 1, "party": "Democrat", "url": "http://berkley.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NV", "district": 1, "party": "Democrat", "url": "http://berkley.house.gov", "address": "405 Cannon HOB; Washington DC 20515-2801", "phone": "202-225-5965", "fax": "202-225-3119", "contact_form": "http://berkley.house.gov/contact/email.html", "office": "405 Cannon House Office Building"}]}, {"id": {"bioguide": "B000410", "thomas": "00082", "govtrack": 400025, "opensecrets": "N00008094", "votesmart": 26756, "icpsr": 15005, "fec": ["H2CA26026"], "cspan": 1592, "wikipedia": "Howard Berman", "house_history": 9309, "wikidata": "Q545221", "google_entity_id": "kg:/m/024tl2"}, "name": {"first": "Howard", "middle": "L.", "last": "Berman", "official_full": "Howard L. Berman"}, "bio": {"birthday": "1941-04-15", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 28, "party": "Democrat", "url": "http://www.house.gov/berman"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 28, "party": "Democrat", "url": "http://www.house.gov/berman"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 28, "party": "Democrat", "url": "http://www.house.gov/berman"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 28, "party": "Democrat", "url": "http://www.house.gov/berman"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 28, "party": "Democrat", "url": "http://www.house.gov/berman", "address": "2221 Rayburn HOB; Washington DC 20515-0528", "phone": "202-225-4695", "fax": "202-225-3196", "contact_form": "http://www.house.gov/berman/contact/", "office": "2221 Rayburn House Office Building"}]}, {"id": {"bioguide": "B001232", "thomas": "01577", "govtrack": 400027, "opensecrets": "N00004762", "votesmart": 6298, "fec": ["H8IL13069"], "cspan": 57890, "wikipedia": "Judy Biggert", "house_history": 10365, "icpsr": 29912, "wikidata": "Q461123", "google_entity_id": "kg:/m/0256wq"}, "name": {"first": "Judy", "last": "Biggert", "official_full": "Judy Biggert"}, "bio": {"birthday": "1937-08-15", "gender": "F", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 13, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 13, "party": "Republican", "url": "http://www.house.gov/biggert"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 13, "party": "Republican", "url": "http://www.house.gov/biggert"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 13, "party": "Republican", "url": "http://www.house.gov/biggert"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 13, "party": "Republican", "url": "http://judybiggert.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 13, "party": "Republican", "url": "http://judybiggert.house.gov", "address": "2113 Rayburn HOB; Washington DC 20515-1313", "phone": "202-225-3515", "fax": "202-225-9420", "contact_form": "http://judybiggert.house.gov/ContactJudy.aspx", "office": "2113 Rayburn House Office Building"}]}, {"id": {"bioguide": "B000461", "thomas": "00087", "govtrack": 400570, "opensecrets": "N00006981", "votesmart": 21916, "fec": ["H4CA49032"], "cspan": 36554, "wikipedia": "Brian Bilbray", "house_history": 9371, "icpsr": 29508, "wikidata": "Q286821", "google_entity_id": "kg:/m/092wzj"}, "name": {"first": "Brian", "middle": "P.", "last": "Bilbray", "official_full": "Brian P. Bilbray"}, "bio": {"birthday": "1951-01-28", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 49, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 49, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 49, "party": "Republican"}, {"type": "rep", "start": "2006-06-13", "end": "2007-01-03", "state": "CA", "district": 50, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 50, "party": "Republican", "url": "http://www.house.gov/bilbray"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 50, "party": "Republican", "url": "http://www.house.gov/bilbray"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 50, "party": "Republican", "url": "http://www.house.gov/bilbray", "address": "2410 Rayburn HOB; Washington DC 20515-0550", "phone": "202-225-0508", "fax": "202-225-2558", "contact_form": "http://www.house.gov/bilbray/contact.shtml", "office": "2410 Rayburn House Office Building"}]}, {"id": {"bioguide": "B001228", "thomas": "01465", "govtrack": 400039, "opensecrets": "N00007068", "votesmart": 1434, "fec": ["H8CA44034"], "house_history": 10357, "icpsr": 29775, "wikipedia": "Mary Bono", "wikidata": "Q459753", "google_entity_id": "kg:/m/024xmf"}, "name": {"first": "Mary", "middle": "Whitaker", "last": "Bono Mack", "official_full": "Mary Bono Mack"}, "other_names": [{"last": "Bono", "end": "2007-12-17"}], "bio": {"birthday": "1961-10-24", "gender": "F"}, "terms": [{"type": "rep", "start": "1998-04-07", "end": "1999-01-03", "state": "CA", "district": 44, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 44, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 44, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 45, "party": "Republican", "url": "http://www.house.gov/bono"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 45, "party": "Republican", "url": "http://www.house.gov/bono"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 45, "party": "Republican", "url": "http://bono.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 45, "party": "Republican", "url": "http://bono.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 45, "party": "Republican", "url": "http://bono.house.gov", "address": "104 Cannon HOB; Washington DC 20515-0545", "phone": "202-225-5330", "fax": "202-225-2961", "contact_form": "http://www.house.gov/formbono/issue.htm", "office": "104 Cannon House Office Building"}]}, {"id": {"bioguide": "B001254", "thomas": "01796", "govtrack": 400645, "opensecrets": "N00026481", "votesmart": 46182, "fec": ["H4OK02089"], "cspan": 1013053, "wikipedia": "Dan Boren", "house_history": 10407, "icpsr": 20523, "wikidata": "Q503580", "google_entity_id": "kg:/m/04bbc1"}, "name": {"first": "Dan", "last": "Boren", "official_full": "Dan Boren"}, "bio": {"birthday": "1973-08-02", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OK", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OK", "district": 2, "party": "Democrat", "url": "http://www.house.gov/boren"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OK", "district": 2, "party": "Democrat", "url": "http://www.house.gov/boren"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OK", "district": 2, "party": "Democrat", "url": "http://www.house.gov/boren", "address": "2447 Rayburn HOB; Washington DC 20515-3602", "phone": "202-225-2701", "fax": "202-225-3038", "contact_form": "http://www.house.gov/boren/emailsignup.shtml", "office": "2447 Rayburn House Office Building"}]}, {"id": {"bioguide": "B000652", "thomas": "01466", "govtrack": 400042, "opensecrets": "N00004208", "votesmart": 384, "fec": ["H6IA03144"], "cspan": 45520, "wikipedia": "Leonard Boswell", "house_history": 9629, "icpsr": 29721, "wikidata": "Q1610417", "google_entity_id": "kg:/m/025b6f"}, "name": {"first": "Leonard", "middle": "L.", "last": "Boswell", "official_full": "Leonard L. Boswell"}, "bio": {"birthday": "1934-01-10", "gender": "M", "religion": "Reformed Latter Day Saint"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IA", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/boswell"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IA", "district": 3, "party": "Democrat", "url": "http://www.house.gov/boswell"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IA", "district": 3, "party": "Democrat", "url": "http://boswell.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IA", "district": 3, "party": "Democrat", "url": "http://boswell.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IA", "district": 3, "party": "Democrat", "url": "http://boswell.house.gov", "address": "1026 Longworth HOB; Washington DC 20515-1503", "phone": "202-225-3806", "fax": "202-225-5608", "contact_form": "http://boswell.house.gov/messageform.htm", "office": "1026 Longworth House Office Building"}]}, {"id": {"bioguide": "B001276", "thomas": "02045", "govtrack": 412456, "opensecrets": "N00031640", "votesmart": 127047, "fec": ["H0NY25078"], "wikipedia": "Ann Marie Buerkle", "house_history": 10441, "icpsr": 21158, "wikidata": "Q45953", "google_entity_id": "kg:/m/0fpjgz7"}, "name": {"first": "Ann Marie", "last": "Buerkle", "official_full": "Ann Marie Buerkle"}, "bio": {"birthday": "1951-05-08", "gender": "F"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 25, "party": "Republican", "url": "http://buerkle.house.gov/", "address": "1630 Longworth HOB; Washington DC 20515-3225", "phone": "202-225-3701", "fax": "202-225-4042", "office": "1630 Longworth House Office Building"}]}, {"id": {"bioguide": "B001149", "thomas": "00154", "govtrack": 400055, "opensecrets": "N00000010", "votesmart": 26855, "icpsr": 15014, "fec": ["H2IN06023"], "house_history": 10255, "wikipedia": "Dan Burton", "wikidata": "Q977717", "google_entity_id": "kg:/m/022r4p"}, "name": {"first": "Dan", "middle": "L.", "last": "Burton", "official_full": "Dan Burton"}, "bio": {"birthday": "1938-06-21", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IN", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IN", "district": 5, "party": "Republican", "url": "http://www.house.gov/burton"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IN", "district": 5, "party": "Republican", "url": "http://www.house.gov/burton"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IN", "district": 5, "party": "Republican", "url": "http://www.house.gov/burton"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IN", "district": 5, "party": "Republican", "url": "http://burton.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IN", "district": 5, "party": "Republican", "url": "http://burton.house.gov", "address": "2308 Rayburn HOB; Washington DC 20515-1405", "phone": "202-225-2276", "fax": "202-225-0016", "contact_form": "http://burton.house.gov/contacts/new", "office": "2308 Rayburn House Office Building"}]}, {"id": {"bioguide": "C001082", "thomas": "02066", "govtrack": 412481, "opensecrets": "N00026722", "votesmart": 50146, "fec": ["H4TX28046"], "wikipedia": "Quico Canseco", "house_history": 11824, "icpsr": 21183, "wikidata": "Q1427943", "google_entity_id": "kg:/m/06_vlk1"}, "name": {"first": "Francisco", "last": "Canseco", "nickname": "Quico", "official_full": "Francisco \"Quico\" Canseco"}, "bio": {"birthday": "1949-07-30", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 23, "party": "Republican", "url": "http://canseco.house.gov/", "address": "1339 Longworth HOB; Washington DC 20515-4323", "phone": "202-225-4511", "fax": "202-225-2237", "office": "1339 Longworth House Office Building"}]}, {"id": {"bioguide": "C001060", "thomas": "01789", "govtrack": 400638, "opensecrets": "N00005181", "votesmart": 39948, "fec": ["H0MO00019"], "cspan": 1003284, "wikipedia": "Russ Carnahan", "house_history": 11784, "icpsr": 20516, "wikidata": "Q1667920", "google_entity_id": "kg:/m/04cb6p"}, "name": {"first": "Russ", "last": "Carnahan", "official_full": "Russ Carnahan"}, "bio": {"birthday": "1958-07-10", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MO", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MO", "district": 3, "party": "Democrat", "url": "http://www.house.gov/carnahan"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MO", "district": 3, "party": "Democrat", "url": "http://www.house.gov/carnahan"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MO", "district": 3, "party": "Democrat", "url": "http://www.house.gov/carnahan", "address": "1710 Longworth HOB; Washington DC 20515-2503", "phone": "202-225-2671", "fax": "202-225-7452", "contact_form": "http://carnahan.house.gov/contact.shtml", "office": "1710 Longworth House Office Building"}]}, {"id": {"bioguide": "C001058", "thomas": "01759", "govtrack": 400442, "opensecrets": "N00026591", "votesmart": 1891, "fec": ["H4KY06072"], "cspan": 1007734, "wikipedia": "Ben Chandler", "house_history": 11780, "icpsr": 20326, "wikidata": "Q816460", "google_entity_id": "kg:/m/02tvfc"}, "name": {"first": "Ben", "last": "Chandler", "official_full": "Ben Chandler"}, "bio": {"birthday": "1959-09-12", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "2004-02-17", "end": "2005-01-03", "state": "KY", "district": 6, "party": "Democrat", "url": "http://chandler.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "KY", "district": 6, "party": "Democrat", "url": "http://chandler.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "KY", "district": 6, "party": "Democrat", "url": "http://chandler.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "KY", "district": 6, "party": "Democrat", "url": "http://chandler.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "KY", "district": 6, "party": "Democrat", "url": "http://chandler.house.gov", "address": "1504 Longworth HOB; Washington DC 20515-1706", "phone": "202-225-4706", "fax": "202-225-2122", "contact_form": "https://forms.house.gov/wyr/welcome.shtml", "office": "1504 Longworth House Office Building"}]}, {"id": {"bioguide": "C001085", "thomas": "02030", "govtrack": 412440, "opensecrets": "N00031945", "votesmart": 19913, "fec": ["H0MI13398"], "wikipedia": "Hansen Clarke", "house_history": 11827, "icpsr": 21145, "wikidata": "Q983425", "google_entity_id": "kg:/m/02py41_"}, "name": {"first": "Hansen", "last": "Clarke", "official_full": "Hansen Clarke"}, "bio": {"birthday": "1957-03-02", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MI", "district": 13, "party": "Democrat", "url": "http://hansenclarke.house.gov/", "address": "1319 Longworth HOB; Washington DC 20515-2213", "phone": "202-225-2261", "fax": "202-225-5730", "office": "1319 Longworth House Office Building"}]}, {"id": {"bioguide": "C000794", "thomas": "00238", "govtrack": 400082, "opensecrets": "N00004956", "votesmart": 26849, "icpsr": 15453, "fec": ["H8IL21021"], "cspan": 6352, "wikipedia": "Jerry Costello", "house_history": 11449, "wikidata": "Q650893", "google_entity_id": "kg:/m/0256tm"}, "name": {"first": "Jerry", "middle": "F.", "last": "Costello", "official_full": "Jerry F. Costello"}, "bio": {"birthday": "1949-09-25", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "IL", "district": 21, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 12, "party": "Democrat", "url": "http://www.house.gov/costello"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 12, "party": "Democrat", "url": "http://www.house.gov/costello"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 12, "party": "Democrat", "url": "http://www.house.gov/costello"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 12, "party": "Democrat", "url": "http://www.house.gov/costello"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 12, "party": "Democrat", "url": "http://www.house.gov/costello", "address": "2408 Rayburn HOB; Washington DC 20515-1312", "phone": "202-225-5661", "fax": "202-225-0285", "contact_form": "http://costello.house.gov/IMA/issue_subscribe.shtml", "office": "2408 Rayburn House Office Building"}]}, {"id": {"bioguide": "C001086", "thomas": "02031", "govtrack": 412441, "opensecrets": "N00031623", "votesmart": 122953, "fec": ["H0MN08115"], "wikipedia": "Chip Cravaack", "house_history": 11829, "icpsr": 21146, "wikidata": "Q1074506", "google_entity_id": "kg:/m/0ds8bk4"}, "name": {"first": "Chip", "last": "Cravaack", "official_full": "Chip Cravaack"}, "bio": {"birthday": "1959-12-29", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MN", "district": 8, "party": "Republican", "url": "http://cravaack.house.gov/", "address": "508 Cannon HOB; Washington DC 20515-2308", "phone": "202-225-6211", "fax": "202- 225-6211", "office": "508 Cannon House Office Building"}]}, {"id": {"bioguide": "C001081", "thomas": "01977", "govtrack": 412386, "opensecrets": "N00032014", "votesmart": 119481, "fec": ["H0PA12132"], "cspan": 9267898, "wikipedia": "Mark Critz", "house_history": 11822, "icpsr": 20960, "wikidata": "Q1900000", "google_entity_id": "kg:/m/0bwkvjd"}, "name": {"first": "Mark", "middle": "S.", "last": "Critz", "official_full": "Mark S. Critz"}, "bio": {"birthday": "1962-01-05", "gender": "M"}, "terms": [{"type": "rep", "start": "2010-05-20", "end": "2011-01-03", "state": "PA", "district": 12, "party": "Democrat", "url": "http://critz.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 12, "party": "Democrat", "url": "http://critz.house.gov/", "address": "1022 Longworth HOB; Washington DC 20515-3812", "phone": "202-225-2065", "fax": "202-225-5974", "contact_form": "https://critz.house.gov/contact/email-me.shtml", "office": "1022 Longworth House Office Building"}]}, {"id": {"bioguide": "D000327", "thomas": "00297", "govtrack": 400109, "opensecrets": "N00007918", "votesmart": 27127, "icpsr": 14413, "fec": ["H6WA06021"], "cspan": 8131, "wikipedia": "Norm Dicks", "house_history": 12235, "wikidata": "Q970246", "google_entity_id": "kg:/m/0256md"}, "name": {"first": "Norman", "middle": "D.", "last": "Dicks", "nickname": "Norm", "official_full": "Norman D. Dicks"}, "bio": {"birthday": "1940-12-16", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WA", "district": 6, "party": "Democrat", "url": "http://www.house.gov/dicks"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WA", "district": 6, "party": "Democrat", "url": "http://www.house.gov/dicks"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WA", "district": 6, "party": "Democrat", "url": "http://www.house.gov/dicks"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WA", "district": 6, "party": "Democrat", "url": "http://www.house.gov/dicks"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WA", "district": 6, "party": "Democrat", "url": "http://www.house.gov/dicks", "address": "2467 Rayburn HOB; Washington DC 20515-4706", "phone": "202-225-5916", "fax": "202-226-1176", "contact_form": "http://www.house.gov/dicks/email.shtml", "office": "2467 Rayburn House Office Building"}]}, {"id": {"bioguide": "D000492", "thomas": "00317", "govtrack": 400115, "opensecrets": "N00006932", "votesmart": 26765, "icpsr": 14813, "fec": ["H8CA35032"], "house_history": 12449, "wikipedia": "David Dreier", "wikidata": "Q174264", "google_entity_id": "kg:/m/024thx"}, "name": {"first": "David", "middle": "T.", "last": "Dreier", "official_full": "David Dreier"}, "bio": {"birthday": "1952-07-05", "gender": "M", "religion": "Christian Scientist"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 33, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 28, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 26, "party": "Republican", "url": "http://dreier.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 26, "party": "Republican", "url": "http://dreier.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 26, "party": "Republican", "url": "http://dreier.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 26, "party": "Republican", "url": "http://dreier.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 26, "party": "Republican", "url": "http://dreier.house.gov", "address": "233 Cannon HOB; Washington DC 20515-0526", "phone": "202-225-2305", "fax": "202-225-7018", "contact_form": "http://doyle.house.gov/email_mike.shtml", "office": "233 Cannon House Office Building"}]}, {"id": {"bioguide": "F000339", "thomas": "00407", "govtrack": 400140, "opensecrets": "N00000275", "votesmart": 26897, "icpsr": 14824, "fec": ["H0MA04036"], "wikipedia": "Barney Frank", "house_history": 13400, "wikidata": "Q537287", "google_entity_id": "kg:/m/0d0lx0"}, "name": {"first": "Barney", "last": "Frank", "official_full": "Barney Frank"}, "bio": {"birthday": "1940-03-31", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MA", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MA", "district": 4, "party": "Democrat", "url": "http://www.house.gov/frank"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MA", "district": 4, "party": "Democrat", "url": "http://www.house.gov/frank"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MA", "district": 4, "party": "Democrat", "url": "http://www.house.gov/frank"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MA", "district": 4, "party": "Democrat", "url": "http://www.house.gov/frank"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MA", "district": 4, "party": "Democrat", "url": "http://www.house.gov/frank", "address": "2252 Rayburn HOB; Washington DC 20515-2104", "phone": "202-225-5931", "fax": "202-225-0182", "contact_form": "http://www.house.gov/writerep", "office": "2252 Rayburn House Office Building"}]}, {"id": {"bioguide": "G000021", "thomas": "00425", "govtrack": 400144, "opensecrets": "N00007231", "votesmart": 26750, "icpsr": 15413, "fec": ["H6CA21028"], "cspan": 6712, "wikipedia": "Elton Gallegly", "house_history": 13590, "wikidata": "Q542676", "google_entity_id": "kg:/m/024tft"}, "name": {"first": "Elton", "middle": "W.", "last": "Gallegly", "official_full": "Elton Gallegly"}, "bio": {"birthday": "1944-03-07", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 21, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 23, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 24, "party": "Republican", "url": "http://www.house.gov/gallegly"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 24, "party": "Republican", "url": "http://www.house.gov/gallegly"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 24, "party": "Republican", "url": "http://www.house.gov/gallegly"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 24, "party": "Republican", "url": "http://www.house.gov/gallegly"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 24, "party": "Republican", "url": "http://www.house.gov/gallegly", "address": "2309 Rayburn HOB; Washington DC 20515-0524", "phone": "202-225-5811", "fax": "202-225-1100", "contact_form": "http://www.house.gov/writerep", "office": "2309 Rayburn House Office Building"}]}, {"id": {"bioguide": "G000544", "thomas": "01555", "govtrack": 400152, "opensecrets": "N00005960", "votesmart": 25445, "fec": ["H8TX20077"], "wikipedia": "Charlie Gonzalez", "house_history": 14247, "icpsr": 29943, "wikidata": "Q539459", "google_entity_id": "kg:/m/03jsbn"}, "name": {"first": "Charles", "middle": "A.", "last": "Gonzalez", "nickname": "Charlie", "official_full": "Charles A. Gonzalez"}, "bio": {"birthday": "1945-05-05", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 20, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 20, "party": "Democrat", "url": "http://www.house.gov/gonzalez"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 20, "party": "Democrat", "url": "http://www.house.gov/gonzalez"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 20, "party": "Democrat", "url": "http://gonzalez.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 20, "party": "Democrat", "url": "http://gonzalez.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 20, "party": "Democrat", "url": "http://gonzalez.house.gov", "address": "1436 Longworth HOB; Washington DC 20515-4320", "phone": "202-225-3236", "fax": "202-225-1915", "contact_form": "http://www.gonzalez.house.gov/index.php?option=com_content&task=view&id=170", "office": "1436 Longworth House Office Building"}]}, {"id": {"bioguide": "H001054", "thomas": "02042", "govtrack": 412452, "opensecrets": "N00031124", "votesmart": 127041, "fec": ["H0NY19139"], "wikipedia": "Nan Hayworth", "house_history": 15602, "icpsr": 21155, "wikidata": "Q32606", "google_entity_id": "kg:/m/0ddd9j5"}, "name": {"first": "Nan", "last": "Hayworth", "official_full": "Nan A. S. Hayworth"}, "bio": {"birthday": "1959-12-14", "gender": "F"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 19, "party": "Republican", "url": "http://hayworth.house.gov/", "address": "1440 Longworth HOB; Washington DC 20515-3219", "phone": "202-225-5441", "fax": "202- 225-3289", "office": "1440 Longworth House Office Building"}]}, {"id": {"bioguide": "H000528", "thomas": "00533", "govtrack": 400176, "opensecrets": "N00007584", "votesmart": 26728, "icpsr": 15420, "fec": ["H6CA02010"], "cspan": 12557, "wikipedia": "Wally Herger", "house_history": 14939, "wikidata": "Q1368417", "google_entity_id": "kg:/m/024sfb"}, "name": {"first": "Walter", "last": "Herger", "nickname": "Wally", "official_full": "Wally Herger"}, "bio": {"birthday": "1945-05-20", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 2, "party": "Republican", "url": "http://www.house.gov/herger"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 2, "party": "Republican", "url": "http://www.house.gov/herger"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 2, "party": "Republican", "url": "http://www.house.gov/herger"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 2, "party": "Republican", "url": "http://www.house.gov/herger"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 2, "party": "Republican", "url": "http://www.house.gov/herger", "address": "242 Cannon HOB; Washington DC 20515-0502", "phone": "202-225-3076", "fax": "202-225-1740", "contact_form": "http://www.house.gov/herger/contact.shtml", "office": "242 Cannon House Office Building"}]}, {"id": {"bioguide": "H000627", "thomas": "00541", "govtrack": 400178, "opensecrets": "N00001222", "votesmart": 26989, "fec": ["H2NY26080"], "cspan": 26164, "wikipedia": "Maurice Hinchey", "house_history": 15060, "icpsr": 29380, "wikidata": "Q505585", "google_entity_id": "kg:/m/033b0g"}, "name": {"first": "Maurice", "middle": "D.", "last": "Hinchey", "official_full": "Maurice D. Hinchey"}, "bio": {"birthday": "1938-10-27", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 26, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 22, "party": "Democrat", "url": "http://www.house.gov/hinchey"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 22, "party": "Democrat", "url": "http://www.house.gov/hinchey"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 22, "party": "Democrat", "url": "http://www.house.gov/hinchey"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 22, "party": "Democrat", "url": "http://www.house.gov/hinchey"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 22, "party": "Democrat", "url": "http://www.house.gov/hinchey", "address": "2431 Rayburn HOB; Washington DC 20515-3222", "phone": "202-225-6335", "fax": "202-226-0774", "contact_form": "http://www.house.gov/hinchey/contact/zipauth.shtml", "office": "2431 Rayburn House Office Building"}]}, {"id": {"bioguide": "H000712", "thomas": "00550", "govtrack": 400183, "opensecrets": "N00001469", "votesmart": 27042, "fec": ["H2PA06080"], "cspan": 29611, "wikipedia": "Tim Holden", "house_history": 15164, "icpsr": 29396, "wikidata": "Q553872", "google_entity_id": "kg:/m/02608m"}, "name": {"first": "Tim", "last": "Holden", "official_full": "Tim Holden"}, "bio": {"birthday": "1957-03-05", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 17, "party": "Democrat", "url": "http://www.house.gov/holden"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 17, "party": "Democrat", "url": "http://www.house.gov/holden"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 17, "party": "Democrat", "url": "http://www.holden.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 17, "party": "Democrat", "url": "http://www.holden.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 17, "party": "Democrat", "url": "http://www.holden.house.gov", "address": "2417 Rayburn HOB; Washington DC 20515-3817", "phone": "202-225-5546", "fax": "202-226-0996", "contact_form": "http://www.holden.house.gov/contactform_zipcheck.shtml", "office": "2417 Rayburn House Office Building"}]}, {"id": {"bioguide": "J000285", "thomas": "01648", "govtrack": 400207, "opensecrets": "N00012890", "votesmart": 6338, "fec": ["H0IL15053"], "cspan": 1020365, "wikipedia": "Tim Johnson (Illinois politician)", "house_history": 16059, "icpsr": 20116, "wikidata": "Q861115", "google_entity_id": "kg:/m/02570d"}, "name": {"first": "Timothy", "middle": "V.", "last": "Johnson", "official_full": "Timothy V. Johnson"}, "bio": {"birthday": "1946-07-23", "gender": "M", "religion": "Christian"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 15, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 15, "party": "Republican", "url": "http://www.house.gov/timjohnson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 15, "party": "Republican", "url": "http://www.house.gov/timjohnson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 15, "party": "Republican", "url": "http://www.house.gov/timjohnson"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 15, "party": "Republican", "url": "http://www.house.gov/timjohnson"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 15, "party": "Republican", "url": "http://www.house.gov/timjohnson", "address": "1207 Longworth HOB; Washington DC 20515-1315", "phone": "202-225-2371", "fax": "202-228-5765", "contact_form": "http://www.house.gov/timjohnson/contact/index.shtml", "office": "1207 Longworth House Office Building"}]}, {"id": {"bioguide": "K000172", "thomas": "00631", "govtrack": 400216, "opensecrets": "N00004070", "votesmart": 26909, "icpsr": 14430, "fec": ["H6MI07108"], "cspan": 6743, "wikipedia": "Dale Kildee", "house_history": 16292, "wikidata": "Q971199", "google_entity_id": "kg:/m/02d4bs"}, "name": {"first": "Dale", "middle": "E.", "last": "Kildee", "official_full": "Dale E. Kildee"}, "bio": {"birthday": "1929-09-16", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MI", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MI", "district": 5, "party": "Democrat", "url": "http://www.house.gov/kildee"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MI", "district": 5, "party": "Democrat", "url": "http://www.house.gov/kildee"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MI", "district": 5, "party": "Democrat", "url": "http://www.house.gov/kildee"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MI", "district": 5, "party": "Democrat", "url": "http://www.house.gov/kildee"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MI", "district": 5, "party": "Democrat", "url": "http://www.house.gov/kildee", "address": "2107 Rayburn HOB; Washington DC 20515-2205", "phone": "202-225-3611", "fax": "202-225-6393", "contact_form": "http://www.house.gov/writerep", "office": "2107 Rayburn House Office Building"}]}, {"id": {"bioguide": "K000369", "thomas": "01934", "govtrack": 412287, "opensecrets": "N00028859", "votesmart": 57769, "fec": ["H6NC08111"], "cspan": 1031354, "wikipedia": "Larry Kissell", "house_history": 16562, "icpsr": 20938, "wikidata": "Q1806078", "google_entity_id": "kg:/m/0cgp2r"}, "name": {"first": "Larry", "last": "Kissell", "official_full": "Larry Kissell"}, "bio": {"birthday": "1951-01-31", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NC", "district": 8, "party": "Democrat", "url": "http://kissell.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NC", "district": 8, "party": "Democrat", "url": "http://kissell.house.gov", "address": "1632 Longworth HOB; Washington DC 20515-3308", "phone": "202-225-3715", "fax": "202-225-4036", "contact_form": "https://forms.house.gov/kissell/contact-form.shtml", "office": "1632 Longworth House Office Building"}]}, {"id": {"bioguide": "K000336", "thomas": "01499", "govtrack": 400227, "opensecrets": "N00003572", "votesmart": 318, "fec": ["H6OH23033"], "cspan": 45684, "wikipedia": "Dennis Kucinich", "house_history": 16506, "icpsr": 29748, "wikidata": "Q310588", "google_entity_id": "kg:/m/01l4vj"}, "name": {"first": "Dennis", "middle": "J.", "last": "Kucinich", "official_full": "Dennis J. Kucinich"}, "bio": {"birthday": "1946-10-08", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 10, "party": "Democrat", "url": "http://www.house.gov/kucinich"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 10, "party": "Democrat", "url": "http://www.house.gov/kucinich"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 10, "party": "Democrat", "url": "http://kucinich.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 10, "party": "Democrat", "url": "http://kucinich.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 10, "party": "Democrat", "url": "http://kucinich.house.gov", "address": "2445 Rayburn HOB; Washington DC 20515-3510", "phone": "202-225-5871", "fax": "202-225-5745", "contact_form": "http://kucinich.house.gov/Contact/Starter.htm", "office": "2445 Rayburn House Office Building"}]}, {"id": {"bioguide": "L000553", "thomas": "00667", "govtrack": 400235, "opensecrets": "N00003545", "votesmart": 21798, "fec": ["H4OH19036"], "cspan": 36748, "wikipedia": "Steve LaTourette", "house_history": 17286, "icpsr": 29553, "wikidata": "Q973330", "google_entity_id": "kg:/m/034cg0"}, "name": {"first": "Steven", "middle": "C.", "last": "LaTourette", "official_full": "Steven C. LaTourette"}, "bio": {"birthday": "1954-07-22", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 19, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 14, "party": "Republican", "url": "http://www.house.gov/latourette"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 14, "party": "Republican", "url": "http://www.house.gov/latourette"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 14, "party": "Republican", "url": "http://www.house.gov/latourette"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 14, "party": "Republican", "url": "http://www.house.gov/latourette"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 14, "party": "Republican", "url": "http://www.house.gov/latourette", "address": "2371 Rayburn HOB; Washington DC 20515-3514", "phone": "202-225-5731", "fax": "202-225-3307", "contact_form": "http://latourette.house.gov/ContactSteve.aspx", "office": "2371 Rayburn House Office Building"}]}, {"id": {"bioguide": "L000574", "thomas": "02024", "govtrack": 412433, "opensecrets": "N00031503", "votesmart": 93509, "fec": ["H0LA03141"], "wikipedia": "Jeff Landry", "house_history": 17324, "icpsr": 21138, "wikidata": "Q1686330", "google_entity_id": "kg:/m/0dlnh31"}, "name": {"first": "Jeff", "middle": "M.", "last": "Landry", "official_full": "Jeffrey M. Landry"}, "bio": {"birthday": "1970-12-23", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "LA", "district": 3, "party": "Republican", "url": "http://landry.house.gov/", "address": "206 Cannon HOB; Washington DC 20515-1803", "phone": "202-225-4031", "fax": "202- 226-3944", "office": "206 Cannon House Office Building"}]}, {"id": {"bioguide": "L000274", "thomas": "00687", "govtrack": 400239, "opensecrets": "N00007087", "votesmart": 26769, "icpsr": 14644, "fec": ["H8CA37079"], "cspan": 1001646, "wikipedia": "Jerry Lewis (California politician)", "house_history": 16931, "wikidata": "Q472199", "google_entity_id": "kg:/m/024xf0"}, "name": {"first": "Jerry", "last": "Lewis", "official_full": "Jerry Lewis"}, "bio": {"birthday": "1934-10-21", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 37, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 35, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 40, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 40, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 40, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 41, "party": "Republican", "url": "http://www.house.gov/jerrylewis"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 41, "party": "Republican", "url": "http://www.house.gov/jerrylewis"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 41, "party": "Republican", "url": "http://www.house.gov/jerrylewis"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 41, "party": "Republican", "url": "http://www.house.gov/jerrylewis"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 41, "party": "Republican", "url": "http://www.house.gov/jerrylewis", "address": "2112 Rayburn HOB; Washington DC 20515-0541", "phone": "202-225-5861", "fax": "202-225-6498", "contact_form": "http://www.house.gov/jerrylewis/IMA/WritetoRepresentativeLewis.htm", "office": "2112 Rayburn House Office Building"}]}, {"id": {"bioguide": "L000517", "thomas": "00717", "govtrack": 400617, "opensecrets": "N00011971", "votesmart": 16730, "icpsr": 14647, "fec": ["H6CA34112"], "house_history": 17238, "wikipedia": "Dan Lungren", "wikidata": "Q959610", "google_entity_id": "kg:/m/04dfzd"}, "name": {"first": "Daniel", "middle": "E.", "last": "Lungren", "official_full": "Daniel E. Lungren"}, "bio": {"birthday": "1946-09-22", "gender": "M"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 34, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 42, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 42, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 42, "party": "Republican"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 3, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 3, "party": "Republican", "url": "http://www.lungren.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 3, "party": "Republican", "url": "http://www.lungren.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 3, "party": "Republican", "url": "http://www.lungren.house.gov", "address": "2313 Rayburn HOB; Washington DC 20515-0503", "phone": "202-225-5716", "fax": "202-226-1298", "contact_form": "https://forms.house.gov/lungren/forms/email.shtml", "office": "2313 Rayburn House Office Building"}]}, {"id": {"bioguide": "M001155", "thomas": "01776", "govtrack": 400622, "opensecrets": "N00026425", "votesmart": 53996, "fec": ["H4FL14059"], "cspan": 1013040, "wikipedia": "Connie Mack IV", "house_history": 18782, "icpsr": 20503, "wikidata": "Q973774", "google_entity_id": "kg:/m/04ffv_"}, "name": {"first": "Connie", "last": "Mack", "suffix": "IV", "official_full": "Connie Mack"}, "bio": {"birthday": "1967-08-12", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 14, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 14, "party": "Republican", "url": "http://www.house.gov/mack"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 14, "party": "Republican", "url": "http://www.house.gov/mack"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 14, "party": "Republican", "url": "http://www.house.gov/mack", "address": "115 Cannon HOB; Washington DC 20515-0914", "phone": "202-225-2536", "fax": "202-226-0439", "contact_form": "http://mack.house.gov/index.cfm?FuseAction=ContactConnie.ContactForm", "office": "115 Cannon House Office Building"}]}, {"id": {"bioguide": "M001138", "thomas": "00733", "govtrack": 400252, "opensecrets": "N00004905", "votesmart": 26843, "fec": ["H0IL16085"], "cspan": 26482, "wikipedia": "Don Manzullo", "house_history": 18749, "icpsr": 29349, "wikidata": "Q1240121", "google_entity_id": "kg:/m/02570r"}, "name": {"first": "Donald", "middle": "A.", "last": "Manzullo", "official_full": "Donald A. Manzullo"}, "bio": {"birthday": "1944-03-24", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 16, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 16, "party": "Republican", "url": "http://www.house.gov/manzullo"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 16, "party": "Republican", "url": "http://www.house.gov/manzullo"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 16, "party": "Republican", "url": "http://manzullo.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 16, "party": "Republican", "url": "http://manzullo.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 16, "party": "Republican", "url": "http://manzullo.house.gov", "address": "2228 Rayburn HOB; Washington DC 20515-1316", "phone": "202-225-5676", "fax": "202-225-5284", "contact_form": "http://manzullo.house.gov/zipauth.aspx", "office": "2228 Rayburn House Office Building"}]}, {"id": {"bioguide": "M001154", "thomas": "01735", "govtrack": 400280, "opensecrets": "N00025093", "votesmart": 10205, "fec": ["H2NC13029"], "house_history": 18780, "icpsr": 20341, "wikipedia": "Brad Miller (politician)", "wikidata": "Q896845", "google_entity_id": "kg:/m/040zv1"}, "name": {"first": "R.", "middle": "Bradley", "last": "Miller", "nickname": "Brad", "official_full": "Brad Miller"}, "bio": {"birthday": "1953-05-19", "gender": "M"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NC", "district": 13, "party": "Democrat", "url": "http://www.house.gov/bradmiller/"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NC", "district": 13, "party": "Democrat", "url": "http://www.house.gov/bradmiller/"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NC", "district": 13, "party": "Democrat", "url": "http://www.house.gov/bradmiller"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NC", "district": 13, "party": "Democrat", "url": "http://www.house.gov/bradmiller"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NC", "district": 13, "party": "Democrat", "url": "http://www.house.gov/bradmiller", "address": "1127 Longworth HOB; Washington DC 20515-3313", "phone": "202-225-3032", "fax": "202-225-0181", "contact_form": "http://bradmiller.house.gov/?sectionid=17§iontree=9,17", "office": "1127 Longworth House Office Building"}]}, {"id": {"bioguide": "M001134", "thomas": "00849", "govtrack": 400288, "opensecrets": "N00002327", "votesmart": 21789, "fec": ["H4NC09106"], "cspan": 1172, "wikipedia": "Sue Myrick", "house_history": 18745, "icpsr": 29549, "wikidata": "Q367796", "google_entity_id": "kg:/m/03g_vm"}, "name": {"first": "Sue", "middle": "W.", "last": "Myrick", "official_full": "Sue Wilkins Myrick"}, "bio": {"birthday": "1941-08-01", "gender": "F", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NC", "district": 9, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NC", "district": 9, "party": "Republican", "url": "http://www.house.gov/myrick"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NC", "district": 9, "party": "Republican", "url": "http://www.house.gov/myrick"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NC", "district": 9, "party": "Republican", "url": "http://www.house.gov/myrick"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NC", "district": 9, "party": "Republican", "url": "http://www.house.gov/myrick"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NC", "district": 9, "party": "Republican", "url": "http://www.house.gov/myrick", "address": "230 Cannon HOB; Washington DC 20515-3309", "phone": "202-225-1976", "fax": "202-225-3389", "contact_form": "http://myrick.house.gov/zipauth.shtml", "office": "230 Cannon House Office Building"}]}, {"id": {"bioguide": "O000085", "thomas": "00879", "govtrack": 400301, "opensecrets": "N00000143", "votesmart": 26894, "fec": ["H2MA01020"], "cspan": 18777, "wikipedia": "John Olver", "house_history": 19172, "icpsr": 29123, "wikidata": "Q1701257", "google_entity_id": "kg:/m/028vld"}, "name": {"first": "John", "middle": "W.", "last": "Olver", "official_full": "John W. Olver"}, "bio": {"birthday": "1936-09-03", "gender": "M"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MA", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MA", "district": 1, "party": "Democrat", "url": "http://www.house.gov/olver"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MA", "district": 1, "party": "Democrat", "url": "http://www.house.gov/olver"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MA", "district": 1, "party": "Democrat", "url": "http://www.house.gov/olver"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MA", "district": 1, "party": "Democrat", "url": "http://www.house.gov/olver"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MA", "district": 1, "party": "Democrat", "url": "http://www.house.gov/olver", "address": "1111 Longworth HOB; Washington DC 20515-2101", "phone": "202-225-5335", "fax": "202-226-1224", "contact_form": "http://www.house.gov/olver/contactme.html", "office": "1111 Longworth House Office Building"}]}, {"id": {"bioguide": "P000583", "thomas": "00900", "govtrack": 400311, "opensecrets": "N00005906", "votesmart": 296, "icpsr": 14290, "fec": ["H6TX22101"], "cspan": 45747, "wikipedia": "Ron Paul", "house_history": 20005, "wikidata": "Q15257", "google_entity_id": "kg:/m/016lh0"}, "name": {"first": "Ronald", "middle": "E.", "last": "Paul", "nickname": "Ron", "official_full": "Ron Paul"}, "bio": {"birthday": "1935-08-20", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "TX", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "TX", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 22, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 14, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 14, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 14, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 14, "party": "Republican", "url": "http://www.house.gov/paul"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 14, "party": "Republican", "url": "http://www.house.gov/paul"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 14, "party": "Republican", "url": "http://www.house.gov/paul"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 14, "party": "Republican", "url": "http://www.house.gov/paul"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 14, "party": "Republican", "url": "http://www.house.gov/paul", "address": "203 Cannon HOB; Washington DC 20515-4314", "phone": "202-225-2831", "fax": "202-226-6553", "contact_form": "http://www.house.gov/paul/contact.shtml", "office": "203 Cannon House Office Building"}]}, {"id": {"bioguide": "P000587", "thomas": "01649", "govtrack": 400315, "opensecrets": "N00003765", "votesmart": 34024, "fec": ["H8IN02060"], "wikipedia": "Mike Pence", "house_history": 20013, "icpsr": 20117, "wikidata": "Q24313", "google_entity_id": "kg:/m/022r9r"}, "name": {"first": "Mike", "last": "Pence", "official_full": "Mike Pence"}, "bio": {"birthday": "1959-06-07", "gender": "M", "religion": "Christian"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IN", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IN", "district": 6, "party": "Republican", "url": "http://www.house.gov/pence"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IN", "district": 6, "party": "Republican", "url": "http://www.house.gov/pence"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IN", "district": 6, "party": "Republican", "url": "http://mikepence.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IN", "district": 6, "party": "Republican", "url": "http://mikepence.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IN", "district": 6, "party": "Republican", "url": "http://mikepence.house.gov", "address": "100 Cannon HOB; Washington DC 20515-1406", "phone": "202-225-3021", "fax": "202-225-3382", "contact_form": "https://forms.house.gov/pence/IMA/contact_form.htm", "office": "100 Cannon House Office Building"}]}, {"id": {"bioguide": "P000585", "thomas": "01667", "govtrack": 400321, "opensecrets": "N00009719", "votesmart": 9211, "fec": ["H0PA19053"], "cspan": 87190, "wikipedia": "Todd Russell Platts", "house_history": 20009, "icpsr": 20135, "wikidata": "Q3271", "google_entity_id": "kg:/m/03twtf"}, "name": {"first": "Todd", "middle": "R.", "last": "Platts", "official_full": "Todd Russell Platts"}, "bio": {"birthday": "1962-03-05", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 19, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 19, "party": "Republican", "url": "http://www.house.gov/platts"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 19, "party": "Republican", "url": "http://www.house.gov/platts"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 19, "party": "Republican", "url": "http://www.house.gov/platts"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 19, "party": "Republican", "url": "http://www.house.gov/platts"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 19, "party": "Republican", "url": "http://www.house.gov/platts", "address": "2455 Rayburn HOB; Washington DC 20515-3819", "phone": "202-225-5836", "fax": "202-226-1000", "contact_form": "http://www.house.gov/platts/email.shtml", "office": "2455 Rayburn House Office Building"}]}, {"id": {"bioguide": "Q000024", "thomas": "01993", "govtrack": 412398, "opensecrets": "N00031723", "votesmart": 123506, "fec": ["H0AZ03362"], "wikipedia": "Ben Quayle", "house_history": 20074, "icpsr": 21104, "wikidata": "Q816587", "google_entity_id": "kg:/m/0b75y3s"}, "name": {"first": "Ben", "last": "Quayle", "official_full": "Benjamin Quayle"}, "bio": {"birthday": "1976-11-03", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AZ", "district": 3, "party": "Republican", "url": "http://quayle.house.gov/", "address": "1419 Longworth HOB; Washington DC 20515-0303", "phone": "202-225-3361", "fax": "202-225-3462", "office": "1419 Longworth House Office Building"}]}, {"id": {"bioguide": "R000571", "thomas": "01657", "govtrack": 400335, "opensecrets": "N00004645", "votesmart": 404, "fec": ["H0MT00033"], "wikipedia": "Denny Rehberg", "house_history": 20787, "icpsr": 20125, "wikidata": "Q1189686", "google_entity_id": "kg:/m/02d4rm"}, "name": {"first": "Dennis", "last": "Rehberg", "nickname": "Denny", "official_full": "Denny Rehberg"}, "bio": {"birthday": "1955-10-05", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MT", "district": 0, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MT", "district": 0, "party": "Republican", "url": "http://www.house.gov/rehberg"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MT", "district": 0, "party": "Republican", "url": "http://www.house.gov/rehberg"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MT", "district": 0, "party": "Republican", "url": "http://www.house.gov/rehberg"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MT", "district": 0, "party": "Republican", "url": "http://www.house.gov/rehberg"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MT", "district": 0, "party": "Republican", "url": "http://www.house.gov/rehberg", "address": "2448 Rayburn HOB; Washington DC 20515-2601", "phone": "202-225-3211", "fax": "202-225-5687", "contact_form": "http://www.house.gov/rehberg/issue.shtml", "office": "2448 Rayburn House Office Building"}]}, {"id": {"bioguide": "R000170", "thomas": "01516", "govtrack": 400337, "opensecrets": "N00006067", "votesmart": 292, "fec": ["H6TX00115"], "cspan": 45744, "wikipedia": "Silvestre Reyes", "house_history": 20297, "icpsr": 29764, "wikidata": "Q966208", "google_entity_id": "kg:/m/03v397"}, "name": {"first": "Silvestre", "last": "Reyes", "official_full": "Silvestre Reyes"}, "bio": {"birthday": "1944-11-10", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 16, "party": "Democrat", "url": "http://www.house.gov/reyes"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 16, "party": "Democrat", "url": "http://www.house.gov/reyes"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 16, "party": "Democrat", "url": "http://wwwc.house.gov/reyes"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 16, "party": "Democrat", "url": "http://wwwc.house.gov/reyes"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 16, "party": "Democrat", "url": "http://wwwc.house.gov/reyes", "address": "2210 Rayburn HOB; Washington DC 20515-4316", "phone": "202-225-4831", "fax": "202-225-2016", "contact_form": "http://wwwc.house.gov/reyes/voice_your_opinion.asp", "office": "2210 Rayburn House Office Building"}]}, {"id": {"bioguide": "R000581", "thomas": "01883", "govtrack": 412253, "opensecrets": "N00029112", "votesmart": 69508, "fec": ["H8CA37137"], "cspan": 1025575, "wikipedia": "Laura Richardson", "house_history": 20805, "icpsr": 20752, "wikidata": "Q461610", "google_entity_id": "kg:/m/027mfb3"}, "name": {"first": "Laura", "last": "Richardson", "official_full": "Laura Richardson"}, "bio": {"birthday": "1962-04-14", "gender": "F"}, "terms": [{"type": "rep", "start": "2007-09-04", "end": "2009-01-03", "state": "CA", "district": 37, "party": "Democrat", "url": "http://richardson.house.gov/"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 37, "party": "Democrat", "url": "http://richardson.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 37, "party": "Democrat", "url": "http://richardson.house.gov/", "address": "1330 Longworth HOB; Washington DC 20515-0537", "phone": "202-225-7924", "fax": "202-225-7926", "contact_form": "http://richardson.house.gov/IMA/issue_subscribe.htm", "office": "1330 Longworth House Office Building"}]}, {"id": {"bioguide": "R000590", "thomas": "02007", "govtrack": 412415, "opensecrets": "N00031887", "votesmart": 31234, "fec": ["H0FL25038"], "wikipedia": "David Rivera", "house_history": 20820, "icpsr": 21121, "wikidata": "Q1176340", "google_entity_id": "kg:/m/05ms701"}, "name": {"first": "David", "last": "Rivera", "official_full": "David Rivera"}, "bio": {"birthday": "1965-09-16", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 25, "party": "Republican", "url": "http://rivera.house.gov/", "address": "417 Cannon HOB; Washington DC 20515-0925", "phone": "202-225-2778", "fax": "202-226-0346", "office": "417 Cannon House Office Building"}]}, {"id": {"bioguide": "R000573", "thomas": "01632", "govtrack": 400345, "opensecrets": "N00009571", "votesmart": 24571, "fec": ["H0AR04038"], "cspan": 86491, "wikipedia": "Mike Ross (politician)", "house_history": 20791, "icpsr": 20102, "wikidata": "Q715362", "google_entity_id": "kg:/m/024s45"}, "name": {"first": "Mike", "last": "Ross", "official_full": "Mike Ross"}, "bio": {"birthday": "1961-08-02", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AR", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AR", "district": 4, "party": "Democrat", "url": "http://www.house.gov/ross"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AR", "district": 4, "party": "Democrat", "url": "http://www.house.gov/ross"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AR", "district": 4, "party": "Democrat", "url": "http://www.house.gov/ross"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AR", "district": 4, "party": "Democrat", "url": "http://www.house.gov/ross"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AR", "district": 4, "party": "Democrat", "url": "http://www.house.gov/ross", "address": "2436 Rayburn HOB; Washington DC 20515-0404", "phone": "202-225-3772", "fax": "202-225-1314", "contact_form": "http://ross.house.gov/?sectionid=77§iontree=76,77", "office": "2436 Rayburn House Office Building"}]}, {"id": {"bioguide": "R000462", "thomas": "01520", "govtrack": 400346, "opensecrets": "N00008619", "votesmart": 481, "fec": ["H6NJ09165"], "cspan": 45112, "wikipedia": "Steve Rothman", "house_history": 20655, "icpsr": 29742, "wikidata": "Q1286695", "google_entity_id": "kg:/m/02dvt1"}, "name": {"first": "Steven", "middle": "R.", "last": "Rothman", "official_full": "Steven R. Rothman"}, "bio": {"birthday": "1952-10-14", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NJ", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NJ", "district": 9, "party": "Democrat", "url": "http://rothman.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NJ", "district": 9, "party": "Democrat", "url": "http://rothman.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NJ", "district": 9, "party": "Democrat", "url": "http://rothman.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NJ", "district": 9, "party": "Democrat", "url": "http://rothman.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NJ", "district": 9, "party": "Democrat", "url": "http://rothman.house.gov", "address": "2303 Rayburn HOB; Washington DC 20515-3009", "phone": "202-225-5061", "fax": "202-225-5851", "contact_form": "https://forms.house.gov/rothman/webforms/issue_subscribe.htm", "office": "2303 Rayburn House Office Building"}]}, {"id": {"bioguide": "S001182", "thomas": "02016", "govtrack": 412423, "opensecrets": "N00030668", "votesmart": 116570, "fec": ["H0IL17059"], "wikipedia": "Bobby Schilling", "icpsr": 21130, "house_history": 22619, "wikidata": "Q888662", "google_entity_id": "kg:/m/09g7mjc"}, "name": {"first": "Robert", "middle": "T.", "last": "Schilling", "nickname": "Bobby", "official_full": "Robert T. Schilling"}, "bio": {"birthday": "1964-01-23", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 17, "party": "Republican", "url": "http://schilling.house.gov/", "address": "507 Cannon HOB; Washington DC 20515-1317", "phone": "202-225-5905", "fax": "202- 225-5396", "office": "507 Cannon House Office Building"}]}, {"id": {"bioguide": "S001164", "thomas": "01815", "govtrack": 412010, "opensecrets": "N00027526", "votesmart": 45475, "fec": ["H6OH02086"], "cspan": 1017087, "wikipedia": "Jean Schmidt", "icpsr": 20540, "house_history": 22585, "wikidata": "Q465887", "google_entity_id": "kg:/m/06d450"}, "name": {"first": "Jean", "last": "Schmidt", "official_full": "Jean Schmidt"}, "bio": {"birthday": "1951-11-29", "gender": "F"}, "terms": [{"type": "rep", "start": "2005-09-06", "end": "2007-01-03", "state": "OH", "district": 2, "party": "Republican", "url": "http://www.house.gov/schmidt/"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 2, "party": "Republican", "url": "http://www.house.gov/schmidt"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 2, "party": "Republican", "url": "http://www.house.gov/schmidt"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 2, "party": "Republican", "url": "http://www.house.gov/schmidt", "address": "2464 Rayburn HOB; Washington DC 20515-3502", "phone": "202-225-3164", "fax": "202-225-1992", "contact_form": "http://www.house.gov/schmidt/contact.shtml", "office": "2464 Rayburn House Office Building"}]}, {"id": {"bioguide": "S001171", "thomas": "01859", "govtrack": 412225, "opensecrets": "N00027655", "votesmart": 57781, "fec": ["H6NC11172"], "cspan": 1022886, "wikipedia": "Heath Shuler", "icpsr": 20737, "house_history": 22598, "wikidata": "Q1592517", "google_entity_id": "kg:/m/0728_t"}, "name": {"first": "Heath", "last": "Shuler", "official_full": "Heath Shuler"}, "bio": {"gender": "M", "birthday": "1971-12-31"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NC", "district": 11, "party": "Democrat", "url": "http://shuler.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NC", "district": 11, "party": "Democrat", "url": "http://shuler.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NC", "district": 11, "party": "Democrat", "url": "http://shuler.house.gov", "address": "229 Cannon HOB; Washington DC 20515-3311", "phone": "202-225-6401", "fax": "202-226-6422", "contact_form": "http://shuler.house.gov/zipauth.htm", "office": "229 Cannon House Office Building"}]}, {"id": {"bioguide": "S000810", "thomas": "01101", "govtrack": 400387, "opensecrets": "N00007397", "votesmart": 26736, "icpsr": 14053, "fec": ["H6CA09023"], "cspan": 6747, "wikipedia": "Pete Stark", "house_history": 22142, "wikidata": "Q965768", "google_entity_id": "kg:/m/024t66"}, "name": {"first": "Fortney", "middle": "H.", "last": "Stark", "nickname": "Pete", "official_full": "Fortney Pete Stark"}, "bio": {"birthday": "1931-11-11", "gender": "M", "religion": "Unitarian"}, "terms": [{"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "CA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 9, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 13, "party": "Democrat", "url": "http://www.house.gov/stark"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 13, "party": "Democrat", "url": "http://www.house.gov/stark"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 13, "party": "Democrat", "url": "http://www.house.gov/stark"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 13, "party": "Democrat", "url": "http://www.house.gov/stark"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 13, "party": "Democrat", "url": "http://www.house.gov/stark", "address": "239 Cannon HOB; Washington DC 20515-0513", "phone": "202-225-5065", "fax": "202-226-3805", "contact_form": "http://www.house.gov/stark/contact/index.htm", "office": "239 Cannon House Office Building"}]}, {"id": {"bioguide": "S000822", "thomas": "01103", "govtrack": 400388, "opensecrets": "N00002782", "votesmart": 26803, "icpsr": 15627, "fec": ["H8FL06056"], "cspan": 6095, "wikipedia": "Cliff Stearns", "house_history": 22158, "wikidata": "Q920096", "google_entity_id": "kg:/m/0251_7"}, "name": {"first": "Clifford", "middle": "B.", "last": "Stearns", "nickname": "Cliff", "official_full": "Cliff Stearns"}, "bio": {"birthday": "1941-04-16", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 6, "party": "Republican", "url": "http://www.house.gov/stearns"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 6, "party": "Republican", "url": "http://www.house.gov/stearns"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 6, "party": "Republican", "url": "http://www.house.gov/stearns"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 6, "party": "Republican", "url": "http://www.house.gov/stearns"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 6, "party": "Republican", "url": "http://www.house.gov/stearns", "address": "2306 Rayburn HOB; Washington DC 20515-0906", "phone": "202-225-5744", "fax": "202-225-3973", "contact_form": "http://www.house.gov/writerep", "office": "2306 Rayburn House Office Building"}]}, {"id": {"bioguide": "S001155", "thomas": "01689", "govtrack": 400392, "opensecrets": "N00013847", "votesmart": 24559, "fec": ["H2OK01093"], "cspan": 92716, "wikipedia": "John Sullivan (Oklahoma)", "icpsr": 20131, "house_history": 22570, "wikidata": "Q949384", "google_entity_id": "kg:/m/033td6"}, "name": {"first": "John", "middle": "A.", "last": "Sullivan", "official_full": "John Sullivan"}, "bio": {"birthday": "1965-01-01", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "2002-02-27", "end": "2003-01-03", "state": "OK", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OK", "district": 1, "party": "Republican", "url": "http://www.house.gov/sullivan"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OK", "district": 1, "party": "Republican", "url": "http://www.house.gov/sullivan"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OK", "district": 1, "party": "Republican", "url": "http://www.house.gov/sullivan"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OK", "district": 1, "party": "Republican", "url": "http://www.house.gov/sullivan"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OK", "district": 1, "party": "Republican", "url": "http://www.house.gov/sullivan", "address": "434 Cannon HOB; Washington DC 20515-3601", "phone": "202-225-2211", "fax": "202-225-9187", "contact_form": "http://sullivan.house.gov/zipauth.html", "office": "434 Cannon House Office Building"}]}, {"id": {"bioguide": "S001174", "thomas": "01870", "govtrack": 412228, "opensecrets": "N00027901", "votesmart": 8394, "fec": ["H6OH13133"], "wikipedia": "Betty Sutton", "icpsr": 20740, "house_history": 22604, "wikidata": "Q436825", "google_entity_id": "kg:/m/0fzd66"}, "name": {"first": "Betty", "last": "Sutton", "official_full": "Betty Sutton"}, "bio": {"gender": "F", "birthday": "1963-07-31"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 13, "party": "Democrat", "url": "http://sutton.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 13, "party": "Democrat", "url": "http://sutton.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 13, "party": "Democrat", "url": "http://sutton.house.gov", "address": "1519 Longworth HOB; Washington DC 20515-3513", "phone": "202-225-3401", "fax": "202-225-2266", "contact_form": "http://sutton.house.gov/about/emailform.cfm", "office": "1519 Longworth House Office Building"}]}, {"id": {"bioguide": "T000326", "thomas": "01165", "govtrack": 400409, "opensecrets": "N00001082", "votesmart": 26973, "icpsr": 15072, "fec": ["H2NY11017"], "cspan": 6807, "wikipedia": "Edolphus Towns", "house_history": 23035, "wikidata": "Q600005", "google_entity_id": "kg:/m/03jqnw"}, "name": {"first": "Edolphus", "last": "Towns", "nickname": "Ed", "official_full": "Edolphus Towns"}, "bio": {"birthday": "1934-07-21", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 11, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 10, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 10, "party": "Democrat", "url": "http://www.house.gov/towns"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 10, "party": "Democrat", "url": "http://www.house.gov/towns"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 10, "party": "Democrat", "url": "http://www.house.gov/towns"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 10, "party": "Democrat", "url": "http://www.house.gov/towns"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 10, "party": "Democrat", "url": "http://www.house.gov/towns", "address": "2232 Rayburn HOB; Washington DC 20515-3210", "phone": "202-225-5936", "fax": "202-225-1018", "contact_form": "http://www.house.gov/towns/contact_form_zipcheck.shtml", "office": "2232 Rayburn House Office Building"}]}, {"id": {"bioguide": "W000811", "thomas": "02012", "govtrack": 412424, "opensecrets": "N00004723", "votesmart": 116545, "fec": ["H0IL08090"], "wikipedia": "Joe Walsh (Illinois politician)", "icpsr": 21126, "house_history": 24200, "wikidata": "Q1691639", "google_entity_id": "kg:/m/0b76qwv"}, "name": {"first": "Joe", "last": "Walsh", "official_full": "Joe Walsh"}, "bio": {"birthday": "1961-12-27", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 8, "party": "Republican", "url": "http://walsh.house.gov/", "address": "432 Cannon HOB; Washington DC 20515-1308", "phone": "202-225-3711", "fax": "202-225-7830", "contact_form": "https://walsh.house.gov/contact-me", "office": "432 Cannon House Office Building"}]}, {"id": {"bioguide": "W000807", "thomas": "02005", "govtrack": 412413, "opensecrets": "N00029131", "votesmart": 124348, "fec": ["H8FL22038"], "icpsr": 21119, "house_history": 24194, "wikipedia": "Allen West (politician)", "wikidata": "Q2095615", "google_entity_id": "kg:/m/02rx27t"}, "name": {"first": "Allen", "last": "West", "official_full": "Allen B. West"}, "bio": {"birthday": "1961-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 22, "party": "Republican", "url": "http://west.house.gov/", "address": "1708 Longworth HOB; Washington DC 20515-0922", "phone": "202-225-3026", "fax": "202-225-8398", "office": "1708 Longworth House Office Building"}]}, {"id": {"bioguide": "W000738", "thomas": "01242", "govtrack": 400436, "opensecrets": "N00007458", "votesmart": 26733, "fec": ["H2CA01045"], "cspan": 26132, "wikipedia": "Lynn Woolsey", "icpsr": 29309, "house_history": 24098, "wikidata": "Q291157", "google_entity_id": "kg:/m/024shx"}, "name": {"first": "Lynn", "middle": "C.", "last": "Woolsey", "official_full": "Lynn C. Woolsey"}, "bio": {"birthday": "1937-11-03", "gender": "F", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 6, "party": "Democrat", "url": "http://www.house.gov/woolsey"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 6, "party": "Democrat", "url": "http://www.house.gov/woolsey"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 6, "party": "Democrat", "url": "http://woolsey.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 6, "party": "Democrat", "url": "http://woolsey.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 6, "party": "Democrat", "url": "http://woolsey.house.gov", "address": "2263 Rayburn HOB; Washington DC 20515-0506", "phone": "202-225-5161", "fax": "202-225-5163", "contact_form": "http://woolsey.house.gov/contactemailform.asp", "office": "2263 Rayburn House Office Building"}]}, {"id": {"bioguide": "H001062", "thomas": "02088", "govtrack": 412497, "opensecrets": "N00033055", "votesmart": 129238, "fec": ["H2NY00036"], "wikipedia": "Kathy Hochul", "house_history": 15616, "icpsr": 21194, "wikidata": "Q45956", "google_entity_id": "kg:/m/0gj8p1k"}, "name": {"first": "Kathleen", "middle": "C.", "last": "Hochul", "official_full": "Kathleen C. Hochul"}, "bio": {"birthday": "1958-08-27", "gender": "F"}, "terms": [{"type": "rep", "start": "2011-06-01", "end": "2013-01-03", "state": "NY", "district": 26, "party": "Democrat", "url": "http://hochul.house.gov/", "address": "1711 Longworth HOB; Washington DC 20515-3226", "phone": "202-225-5265", "office": "1711 Longworth House Office Building"}]}, {"id": {"bioguide": "T000471", "thomas": "02091", "govtrack": 412499, "opensecrets": "N00032601", "votesmart": 127071, "fec": ["H0NY09072"], "wikipedia": "Bob Turner (American politician)", "icpsr": 21197, "house_history": 23220, "wikidata": "Q32715", "google_entity_id": "kg:/m/0h51vzj"}, "name": {"first": "Robert", "middle": "L.", "last": "Turner", "official_full": "Robert L. Turner"}, "bio": {"birthday": "1941-05-02", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-09-13", "end": "2013-01-03", "state": "NY", "district": 9, "party": "Republican", "url": "http://bobturner.house.gov/", "address": "2104 Rayburn HOB; Washington DC 20515-3209", "phone": "202-225-6616", "fax": "202-226-0218", "contact_form": "https://bobturner.house.gov/contact-me", "office": "2104 Rayburn House Office Building"}]}, {"id": {"bioguide": "C001089", "govtrack": 412504, "opensecrets": "N00034982", "votesmart": 143373, "thomas": "02095", "wikipedia": "David Curson", "icpsr": 31100, "fec": ["H2MI11190"], "wikidata": "Q1174126", "google_entity_id": "kg:/m/0nd2pq0"}, "name": {"first": "David", "middle": "Alan", "last": "Curson", "official_full": "David Alan Curson"}, "bio": {"birthday": "1948-11-04", "gender": "M"}, "terms": [{"type": "rep", "start": "2012-11-13", "end": "2013-01-03", "state": "MI", "district": 11, "party": "Democrat", "address": "2243 Rayburn HOB; Washington DC 20515-2211", "office": "2243 Rayburn House Office Building", "phone": "202-225-8171", "url": "http://curson.house.gov"}]}, {"id": {"bioguide": "D000595", "thomas": "01605", "lis": "S302", "govtrack": 400105, "opensecrets": "N00002472", "votesmart": 25026, "fec": ["S4SC00083"], "cspan": 57895, "wikipedia": "Jim DeMint", "house_history": 12566, "icpsr": 29936, "wikidata": "Q22201", "google_entity_id": "kg:/m/02v30g"}, "name": {"first": "Jim", "middle": "W.", "last": "DeMint", "official_full": "Jim DeMint"}, "bio": {"birthday": "1951-09-02", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "SC", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "SC", "district": 4, "party": "Republican", "url": "http://www.demint.house.gov"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "SC", "class": 3, "party": "Republican", "url": "http://demint.senate.gov"}, {"type": "sen", "start": "2011-01-05", "end": "2013-01-01", "state": "SC", "class": 3, "party": "Republican", "url": "http://demint.senate.gov", "address": "167 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-6121", "fax": "202-228-5143", "contact_form": "http://www.demint.senate.gov/public/index.cfm?p=ContactInformation", "office": "167 Russell Senate Office Building"}]}, {"id": {"bioguide": "E000172", "thomas": "01481", "govtrack": 400121, "opensecrets": "N00005090", "votesmart": 903, "fec": ["H6MO08084"], "cspan": 46627, "wikipedia": "Jo Ann Emerson", "house_history": 12803, "icpsr": 29736, "maplight": 232, "wikidata": "Q437667", "google_entity_id": "kg:/m/03tnqk"}, "name": {"first": "Jo Ann", "middle": "H.", "last": "Emerson", "official_full": "Jo Ann Emerson"}, "bio": {"birthday": "1950-09-16", "gender": "F", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MO", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MO", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MO", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MO", "district": 8, "party": "Republican", "url": "http://www.house.gov/emerson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MO", "district": 8, "party": "Republican", "url": "http://www.house.gov/emerson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MO", "district": 8, "party": "Republican", "url": "http://www.house.gov/emerson"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MO", "district": 8, "party": "Republican", "url": "http://www.house.gov/emerson"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MO", "district": 8, "party": "Republican", "url": "http://www.house.gov/emerson", "address": "2230 Rayburn HOB; Washington DC 20515-2508", "phone": "202-225-4404", "fax": "202-226-0326", "contact_form": "http://www.house.gov/emerson/contact/", "office": "2230 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2013-01-22", "state": "MO", "party": "Republican", "district": 8, "url": "http://emerson.house.gov", "address": "2230 Rayburn HOB; Washington DC 20515-2508", "phone": "202-225-4404", "fax": "202-226-0326", "contact_form": "http://www.house.gov/emerson/contact/", "office": "2230 Rayburn House Office Building"}]}, {"id": {"bioguide": "K000148", "thomas": "01379", "lis": "S173", "govtrack": 300060, "opensecrets": "N00000245", "votesmart": 53306, "icpsr": 14920, "fec": ["S4MA00069"], "cspan": 1485, "wikipedia": "John Kerry", "maplight": 581, "wikidata": "Q22316", "google_entity_id": "kg:/m/0d3qd0"}, "name": {"first": "John", "middle": "Forbes", "last": "Kerry", "official_full": "John F. Kerry"}, "bio": {"birthday": "1943-12-11", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "MA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "MA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "MA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "MA", "class": 2, "party": "Democrat", "url": "http://kerry.senate.gov/"}, {"type": "sen", "start": "2009-01-06", "end": "2013-02-01", "state": "MA", "class": 2, "party": "Democrat", "url": "http://www.kerry.senate.gov", "address": "218 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-2742", "fax": "202-224-8525", "contact_form": "http://www.kerry.senate.gov/contact/", "office": "218 Russell Senate Office Building", "state_rank": "senior"}]}, {"id": {"bioguide": "L000123", "thomas": "01381", "lis": "S166", "govtrack": 300064, "opensecrets": "N00000659", "votesmart": 53324, "icpsr": 14914, "fec": ["S2NJ00080"], "cspan": 2515, "wikipedia": "Frank Lautenberg", "maplight": 585, "wikidata": "Q508752", "google_entity_id": "kg:/m/01wsvs"}, "name": {"first": "Frank", "middle": "R.", "last": "Lautenberg", "official_full": "Frank R. Lautenberg"}, "bio": {"birthday": "1924-01-23", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "sen", "start": "1982-12-27", "end": "1983-01-03", "state": "NJ", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1983-01-03", "end": "1989-01-03", "state": "NJ", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1989-01-03", "end": "1995-01-03", "state": "NJ", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "1995-01-04", "end": "2001-01-03", "state": "NJ", "class": 1, "party": "Democrat"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "NJ", "class": 2, "party": "Democrat", "url": "http://lautenberg.senate.gov/"}, {"type": "sen", "start": "2009-01-06", "end": "2013-06-03", "state": "NJ", "class": 2, "party": "Democrat", "url": "http://www.lautenberg.senate.gov", "address": "141 HART SENATE OFFICE BUILDING WASHINGTON DC 20510", "phone": "202-224-3224", "fax": "202-228-4054", "contact_form": "http://www.lautenberg.senate.gov/contact/routing.cfm", "office": "141 Hart Senate Office Building", "state_rank": "senior"}]}, {"id": {"bioguide": "C001099", "thomas": "02189", "lis": "S367", "govtrack": 412586, "wikipedia": "Mo Cowan", "votesmart": 144307, "opensecrets": "N99999896", "ballotpedia": "Mo Cowan", "cspan": 69395, "maplight": 2044, "wikidata": "Q3915426", "google_entity_id": "kg:/m/0qftmjh"}, "name": {"first": "William", "last": "Cowan", "nickname": "Mo", "official_full": "William M. Cowan"}, "bio": {"gender": "M", "birthday": "1969-04-04"}, "terms": [{"type": "sen", "start": "2013-02-06", "end": "2013-07-16", "state": "MA", "class": 2, "party": "Democrat", "address": "218 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510", "office": "218 Russell Senate Office Building", "phone": "202-224-2742", "state_rank": "junior", "url": "http://www.cowan.senate.gov", "contact_form": "http://www.cowan.senate.gov/contact"}]}, {"id": {"bioguide": "B001244", "thomas": "01703", "govtrack": 400038, "opensecrets": "N00025330", "votesmart": 27522, "fec": ["H2AL01077"], "cspan": 1003546, "wikipedia": "Jo Bonner", "house_history": 10387, "ballotpedia": "Jo Bonner", "maplight": 157, "icpsr": 20300, "wikidata": "Q1344755", "google_entity_id": "kg:/m/024n_2"}, "name": {"first": "Jo", "last": "Bonner", "official_full": "Jo Bonner"}, "bio": {"birthday": "1959-11-19", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AL", "district": 1, "party": "Republican", "url": "http://www.house.gov/bonner"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AL", "district": 1, "party": "Republican", "url": "http://www.house.gov/bonner"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AL", "district": 1, "party": "Republican", "url": "http://bonner.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AL", "district": 1, "party": "Republican", "url": "http://bonner.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AL", "district": 1, "party": "Republican", "url": "http://bonner.house.gov", "address": "2236 Rayburn HOB; Washington DC 20515-0101", "phone": "202-225-4931", "fax": "202-225-0562", "contact_form": "https://forms.house.gov/bonner/webforms/issue_subscribe.html", "office": "2236 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2013-08-02", "state": "AL", "party": "Republican", "district": 1, "url": "http://bonner.house.gov", "address": "2236 Rayburn HOB; Washington DC 20515-0101", "phone": "202-225-4931", "fax": "202-225-0562", "contact_form": "https://forms.house.gov/bonner/webforms/issue_subscribe.html", "office": "2236 Rayburn House Office Building", "rss_url": "http://bonner.house.gov/index.php?format=feed&type=rss"}]}, {"id": {"bioguide": "A000361", "thomas": "01727", "govtrack": 400006, "opensecrets": "N00025464", "votesmart": 4545, "fec": ["H2LA05084"], "cspan": 1004256, "wikipedia": "Rodney Alexander", "house_history": 8757, "ballotpedia": "Rodney Alexander", "maplight": 129, "icpsr": 90327, "wikidata": "Q504508", "google_entity_id": "kg:/m/025jxc"}, "name": {"first": "Rodney", "middle": "M.", "last": "Alexander", "official_full": "Rodney Alexander"}, "bio": {"birthday": "1946-12-05", "gender": "M"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "LA", "district": 5, "party": "Republican", "url": "http://www.house.gov/alexander/", "party_affiliations": [{"start": "2003-01-07", "end": "2004-08-09", "party": "Democrat"}, {"start": "2004-08-09", "end": "2005-01-03", "party": "Republican"}]}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "LA", "district": 5, "party": "Republican", "url": "http://www.house.gov/alexander/"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "LA", "district": 5, "party": "Republican", "url": "http://www.house.gov/alexander"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "LA", "district": 5, "party": "Republican", "url": "http://alexander.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "LA", "district": 5, "party": "Republican", "url": "http://alexander.house.gov/", "address": "316 Cannon HOB; Washington DC 20515-1805", "phone": "202-225-8490", "fax": "202-225-5639", "contact_form": "http://www.house.gov/alexander/content/webform/zipauth.htm", "office": "316 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2013-09-27", "state": "LA", "party": "Republican", "district": 5, "url": "http://alexander.house.gov", "address": "316 Cannon HOB; Washington DC 20515-1805", "phone": "202-225-8490", "fax": "202-225-5639", "contact_form": "https://alexander.house.gov/email-me", "office": "316 Cannon House Office Building", "rss_url": "http://alexander.house.gov/rss/press-releases-statements.xml"}]}, {"id": {"bioguide": "Y000031", "thomas": "01255", "govtrack": 400439, "opensecrets": "N00001817", "votesmart": 26802, "icpsr": 13047, "fec": ["H6FL06035"], "cspan": 5259, "wikipedia": "Bill Young", "house_history": 21068, "ballotpedia": "C.W. Bill Young", "maplight": 524, "wikidata": "Q862680", "google_entity_id": "kg:/m/025234"}, "name": {"first": "C.", "middle": "W. Bill", "last": "Young", "official_full": "C. W. Bill Young"}, "bio": {"birthday": "1930-12-16", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "FL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "FL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "FL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "FL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "FL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "FL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "FL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "FL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "FL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "FL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "FL", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 10, "party": "Republican", "url": "http://www.house.gov/young"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 10, "party": "Republican", "url": "http://www.house.gov/young"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 10, "party": "Republican", "url": "http://www.house.gov/young"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 10, "party": "Republican", "url": "http://www.house.gov/young"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 10, "party": "Republican", "url": "http://www.house.gov/young", "address": "2407 Rayburn HOB; Washington DC 20515-0910", "phone": "202-225-5961", "fax": "202-225-9764", "contact_form": "http://www.house.gov/writerep", "office": "2407 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2013-10-18", "state": "FL", "party": "Republican", "district": 13, "url": "http://www.house.gov/young", "address": "2407 Rayburn HOB; Washington DC 20515-0910", "phone": "202-225-5961", "fax": "202-225-9764", "contact_form": "http://www.house.gov/writerep", "office": "2407 Rayburn House Office Building", "rss_url": "http://young.house.gov/rss.xml"}]}, {"id": {"bioguide": "C001100", "govtrack": 412597, "lis": "S368", "votesmart": 144672, "wikipedia": "Jeffrey Chiesa", "thomas": "02192", "ballotpedia": "Jeff Chiesa", "cspan": 64996, "maplight": 2048, "wikidata": "Q13420124", "google_entity_id": "kg:/m/0j266jc"}, "name": {"first": "Jeffrey", "middle": "Scott", "last": "Chiesa", "official_full": "Jeff Chiesa"}, "bio": {"birthday": "1965-06-22", "gender": "M"}, "terms": [{"type": "sen", "start": "2013-06-10", "end": "2013-10-31", "state": "NJ", "class": 2, "party": "Republican", "state_rank": "junior", "url": "http://www.chiesa.senate.gov", "phone": "202-224-3224", "office": "141 Hart", "address": "141 HART WASHINGTON DC 20510", "contact_form": "http://www.chiesa.senate.gov/contact.cfm", "fax": "202-224-7981"}]}, {"id": {"bioguide": "W000207", "thomas": "01207", "govtrack": 400424, "opensecrets": "N00002328", "votesmart": 26997, "fec": ["H2NC12021"], "cspan": 25889, "wikipedia": "Mel Watt", "ballotpedia": "Melvin L. Watt", "maplight": 509, "icpsr": 29383, "house_history": 23463, "wikidata": "Q983446", "google_entity_id": "kg:/m/025kl3"}, "name": {"first": "Melvin", "middle": "L.", "last": "Watt", "nickname": "Mel", "official_full": "Melvin L. Watt"}, "bio": {"birthday": "1945-08-26", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NC", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NC", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NC", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NC", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NC", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NC", "district": 12, "party": "Democrat", "url": "http://www.house.gov/watt"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NC", "district": 12, "party": "Democrat", "url": "http://www.house.gov/watt"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NC", "district": 12, "party": "Democrat", "url": "http://www.house.gov/watt"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NC", "district": 12, "party": "Democrat", "url": "http://www.house.gov/watt"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NC", "district": 12, "party": "Democrat", "url": "http://www.house.gov/watt", "address": "2304 Rayburn HOB; Washington DC 20515-3312", "phone": "202-225-1510", "fax": "202-225-1512", "contact_form": "http://www.house.gov/formwatt/IMA/issue_subscribe.htm", "office": "2304 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2014-01-06", "state": "NC", "party": "Democrat", "district": 12, "url": "http://watt.house.gov", "address": "2304 Rayburn HOB; Washington DC 20515-3312", "phone": "202-225-1510", "fax": "202-225-1512", "contact_form": "http://www.house.gov/formwatt/IMA/issue_subscribe.htm", "office": "2304 Rayburn House Office Building", "rss_url": "http://watt.house.gov/index.php?format=feed&type=rss"}]}, {"id": {"govtrack": 412528, "bioguide": "R000596", "thomas": "02118", "cspan": 79974, "votesmart": 137658, "wikipedia": "Trey Radel", "fec": ["H2FL14194"], "opensecrets": "N00034017", "ballotpedia": "Trey Radel", "maplight": 1752, "icpsr": 21320, "wikidata": "Q3182072", "google_entity_id": "kg:/m/0l8m0r5"}, "name": {"first": "Trey", "last": "Radel", "official_full": "Trey Radel"}, "bio": {"gender": "M", "birthday": "1976-04-20"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2014-01-27", "state": "FL", "party": "Republican", "district": 19, "office": "1123 Longworth House Office Building", "address": "1123 Longworth HOB; Washington DC 20515-0919", "phone": "202-225-2536", "url": "http://radel.house.gov", "rss_url": "http://radel.house.gov/news/rss.aspx", "contact_form": "http://radel.house.gov/contact"}]}, {"id": {"bioguide": "B000243", "thomas": "00066", "lis": "S127", "govtrack": 300005, "opensecrets": "N00004643", "votesmart": 53315, "icpsr": 14203, "fec": ["S8MT00010"], "cspan": 1727, "wikipedia": "Max Baucus", "house_history": 9092, "ballotpedia": "Max Baucus", "maplight": 533, "wikidata": "Q470748", "google_entity_id": "kg:/m/01rcm2"}, "name": {"first": "Max", "middle": "S.", "last": "Baucus", "official_full": "Max Baucus"}, "bio": {"birthday": "1941-12-11", "gender": "M", "religion": "United Church of Christ"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1978-12-14", "state": "MT", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1978-12-15", "end": "1979-01-03", "state": "MT", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "MT", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "MT", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "MT", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "MT", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "MT", "class": 2, "party": "Democrat", "url": "http://baucus.senate.gov"}, {"type": "sen", "start": "2009-01-06", "end": "2014-02-06", "state": "MT", "class": 2, "party": "Democrat", "url": "http://www.baucus.senate.gov", "address": "511 Hart Senate Office Building Washington DC 20510", "phone": "202-224-2651", "fax": "202-224-0515", "contact_form": "http://www.baucus.senate.gov/contact/emailForm.cfm?subj=issue", "office": "511 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://baucus.senate.gov/rss/?p=news"}]}, {"id": {"bioguide": "A000210", "thomas": "00021", "govtrack": 400008, "opensecrets": "N00000826", "votesmart": 26949, "fec": ["H0NJ01066", "S8NJ00392"], "cspan": 19670, "wikipedia": "Rob Andrews", "house_history": 8551, "maplight": 131, "icpsr": 29132, "wikidata": "Q980649", "google_entity_id": "kg:/m/032mpy"}, "name": {"first": "Robert", "middle": "E.", "last": "Andrews", "nickname": "Rob", "official_full": "Robert E. Andrews"}, "bio": {"birthday": "1957-08-04", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1990-11-06", "end": "1991-01-03", "state": "NJ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NJ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NJ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NJ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NJ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NJ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NJ", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NJ", "district": 1, "party": "Democrat", "url": "http://www.house.gov/andrews"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NJ", "district": 1, "party": "Democrat", "url": "http://www.house.gov/andrews"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NJ", "district": 1, "party": "Democrat", "url": "http://www.house.gov/andrews"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NJ", "district": 1, "party": "Democrat", "url": "http://www.house.gov/andrews"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NJ", "district": 1, "party": "Democrat", "url": "http://www.house.gov/andrews", "address": "2265 Rayburn HOB; Washington DC 20515-3001", "phone": "202-225-6501", "contact_form": "http://www.house.gov/andrews/contact_form_za.shtml", "office": "2265 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2014-02-18", "state": "NJ", "party": "Democrat", "district": 1, "url": "http://andrews.house.gov", "address": "2265 Rayburn HOB; Washington DC 20515-3001", "phone": "202-225-6501", "contact_form": "http://andrews.house.gov/contact-me/email-me", "office": "2265 Rayburn House Office Building", "rss_url": "http://andrews.house.gov/rss.xml"}]}, {"id": {"bioguide": "C001046", "thomas": "01674", "govtrack": 400060, "opensecrets": "N00013131", "votesmart": 5121, "fec": ["H0VA07042"], "cspan": 87402, "wikipedia": "Eric Cantor", "house_history": 11760, "ballotpedia": "Eric Cantor", "maplight": 178, "icpsr": 20144, "wikidata": "Q497271", "google_entity_id": "kg:/m/027z_f"}, "name": {"first": "Eric", "middle": "I.", "last": "Cantor", "official_full": "Eric Cantor"}, "bio": {"birthday": "1963-06-06", "gender": "M", "religion": "Jewish"}, "leadership_roles": [{"title": "Majority Leader", "chamber": "house", "start": "2011-01-03", "end": "2014-08-01"}, {"title": "Minority Whip", "chamber": "house", "start": "2009-01-03", "end": "2011-01-03"}], "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "VA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "VA", "district": 7, "party": "Republican", "url": "http://cantor.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "VA", "district": 7, "party": "Republican", "url": "http://cantor.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "VA", "district": 7, "party": "Republican", "url": "http://cantor.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "VA", "district": 7, "party": "Republican", "url": "http://cantor.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "VA", "district": 7, "party": "Republican", "url": "http://cantor.house.gov", "address": "303 Cannon HOB; Washington DC 20515-4607", "phone": "202-225-2815", "fax": "202-225-0011", "contact_form": "https://writerep.house.gov/writerep/welcome.shtml", "office": "303 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2014-08-18", "state": "VA", "party": "Republican", "district": 7, "url": "http://cantor.house.gov", "address": "303 Cannon HOB; Washington DC 20515-4607", "phone": "202-225-2815", "fax": "202-225-0011", "contact_form": "http://form-cantor.house.gov/index.php", "office": "303 Cannon House Office Building", "rss_url": "http://cantor.house.gov/rss.xml"}]}, {"id": {"bioguide": "B001265", "thomas": "01898", "lis": "S319", "govtrack": 412326, "opensecrets": "N00029901", "votesmart": 79426, "fec": ["S8AK00090"], "cspan": 1030732, "wikipedia": "Mark Begich", "ballotpedia": "Mark Begich", "maplight": 808, "icpsr": 40900, "wikidata": "Q454133", "google_entity_id": "kg:/m/05pqtr"}, "name": {"first": "Mark", "last": "Begich", "official_full": "Mark Begich"}, "bio": {"birthday": "1962-03-30", "gender": "M"}, "terms": [{"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "AK", "class": 2, "party": "Democrat", "url": "http://www.begich.senate.gov", "address": "111 Russell Senate Office Building Washington DC 20510", "phone": "202-224-3004", "fax": "202-224-2354", "contact_form": "http://www.begich.senate.gov/public/index.cfm?p=EmailSenator", "office": "111 Russell Senate Office Building", "state_rank": "junior", "rss_url": "http://www.begich.senate.gov/public/?a=rss.feed"}], "family": [{"name": "Nicholas J. Begich", "relation": "son"}]}, {"id": {"bioguide": "C000286", "thomas": "00188", "lis": "S290", "govtrack": 300021, "opensecrets": "N00002685", "votesmart": 22029, "fec": ["S2GA00118", "H2GA08038"], "cspan": 36571, "wikipedia": "Saxby Chambliss", "house_history": 10813, "ballotpedia": "Saxby Chambliss", "maplight": 547, "icpsr": 29512, "wikidata": "Q734330", "google_entity_id": "kg:/m/01xcms"}, "name": {"first": "Saxby", "last": "Chambliss", "official_full": "Saxby Chambliss"}, "bio": {"birthday": "1943-11-10", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "GA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "GA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "GA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "GA", "district": 8, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "GA", "class": 2, "party": "Republican", "url": "http://chambliss.senate.gov"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "GA", "class": 2, "party": "Republican", "url": "http://www.chambliss.senate.gov", "address": "416 Russell Senate Office Building Washington DC 20510", "phone": "202-224-3521", "fax": "202-224-0103", "contact_form": "http://www.chambliss.senate.gov/public/index.cfm?p=Email", "office": "416 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.chambliss.senate.gov/public/index.cfm/rss/feed"}]}, {"id": {"bioguide": "H001049", "thomas": "01902", "lis": "S320", "govtrack": 412324, "opensecrets": "N00029617", "votesmart": 21082, "fec": ["S8NC00239"], "cspan": 1028015, "wikipedia": "Kay Hagan", "house_history": 15594, "ballotpedia": "Kay Hagan", "maplight": 806, "icpsr": 40907, "wikidata": "Q261003", "google_entity_id": "kg:/m/02b56f"}, "name": {"first": "Kay", "last": "Hagan", "official_full": "Kay R. Hagan"}, "bio": {"birthday": "1953-05-26", "gender": "F"}, "terms": [{"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "NC", "class": 2, "party": "Democrat", "url": "http://www.hagan.senate.gov", "address": "521 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-6342", "fax": "202-228-2563", "contact_form": "http://www.hagan.senate.gov/contact/", "office": "521 Dirksen Senate Office Building", "state_rank": "junior", "rss_url": "http://www.hagan.senate.gov/rss"}], "family": [{"name": "Lawton M. Chiles Jr.", "relation": "niece"}]}, {"id": {"bioguide": "H000206", "thomas": "00501", "lis": "S172", "govtrack": 300051, "opensecrets": "N00004207", "votesmart": 53294, "icpsr": 14230, "fec": ["S4IA00020", "P20000741"], "cspan": 2005, "house_history": 14542, "wikipedia": "Tom Harkin", "ballotpedia": "Tom Harkin", "maplight": 573, "wikidata": "Q465617", "google_entity_id": "kg:/m/020ynq"}, "name": {"first": "Thomas", "last": "Harkin", "nickname": "Tom", "official_full": "Tom Harkin"}, "bio": {"birthday": "1939-11-19", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "IA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "IA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "IA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IA", "district": 5, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IA", "district": 5, "party": "Democrat"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "IA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "IA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "IA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "IA", "class": 2, "party": "Democrat", "url": "http://harkin.senate.gov/"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "IA", "class": 2, "party": "Democrat", "url": "http://www.harkin.senate.gov", "address": "731 Hart Senate Office Building Washington DC 20510", "phone": "202-224-3254", "fax": "202-224-9369", "contact_form": "http://www.harkin.senate.gov/contact.cfm", "office": "731 Hart Senate Office Building", "state_rank": "junior", "rss_url": "http://www.harkin.senate.gov/rss/rss.cfm"}]}, {"id": {"bioguide": "J000177", "thomas": "00604", "lis": "S257", "govtrack": 300058, "opensecrets": "N00010084", "votesmart": 27067, "icpsr": 15425, "fec": ["S6SD00051", "H6SD00044"], "cspan": 2545, "wikipedia": "Tim Johnson (South Dakota politician)", "house_history": 15920, "ballotpedia": "Tim Johnson, South Dakota", "maplight": 579, "wikidata": "Q925052", "google_entity_id": "kg:/m/01xwcp"}, "name": {"first": "Tim", "middle": "P.", "last": "Johnson", "official_full": "Tim Johnson"}, "bio": {"birthday": "1946-12-28", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "SD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "SD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "SD", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "SD", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "SD", "district": 0, "party": "Democrat"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "SD", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "SD", "class": 2, "party": "Democrat", "url": "http://johnson.senate.gov/"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "SD", "class": 2, "party": "Democrat", "url": "http://www.johnson.senate.gov", "address": "136 Hart Senate Office Building Washington DC 20510", "phone": "202-224-5842", "fax": "202-228-5765", "contact_form": "http://www.johnson.senate.gov/public/index.cfm?p=ContactForm", "office": "136 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.johnson.senate.gov/public/?a=rss.feed"}]}, {"id": {"bioguide": "L000550", "thomas": "01546", "lis": "S258", "govtrack": 300063, "opensecrets": "N00005395", "votesmart": 661, "fec": ["S6LA00227", "P00003483"], "cspan": 22357, "wikipedia": "Mary Landrieu", "house_history": 17280, "ballotpedia": "Mary Landrieu", "maplight": 584, "icpsr": 49702, "wikidata": "Q22338", "google_entity_id": "kg:/m/019tyn"}, "name": {"first": "Mary", "middle": "L.", "last": "Landrieu", "official_full": "Mary L. Landrieu"}, "bio": {"birthday": "1955-11-23", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "LA", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "LA", "class": 2, "party": "Democrat", "url": "http://landrieu.senate.gov/"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "LA", "class": 2, "party": "Democrat", "url": "http://www.landrieu.senate.gov", "address": "703 Hart Senate Office Building Washington DC 20510", "phone": "202-224-5824", "fax": "202-224-9735", "contact_form": "http://www.landrieu.senate.gov/?p=contact", "office": "703 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.landrieu.senate.gov/rss/"}]}, {"id": {"bioguide": "L000261", "thomas": "01384", "lis": "S131", "govtrack": 300066, "opensecrets": "N00001691", "votesmart": 53307, "icpsr": 14709, "fec": ["S8MI00158"], "cspan": 2592, "wikipedia": "Carl Levin", "ballotpedia": "Carl Levin", "maplight": 587, "wikidata": "Q444652", "google_entity_id": "kg:/m/01xh6j"}, "name": {"first": "Carl", "last": "Levin", "official_full": "Carl Levin"}, "bio": {"birthday": "1934-06-28", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "sen", "start": "1979-01-15", "end": "1985-01-03", "state": "MI", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "MI", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "MI", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "MI", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "MI", "class": 2, "party": "Democrat", "url": "http://levin.senate.gov/"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "MI", "class": 2, "party": "Democrat", "url": "http://www.levin.senate.gov", "address": "269 Russell Senate Office Building Washington DC 20510", "phone": "202-224-6221", "fax": "202-224-1388", "contact_form": "https://www.levin.senate.gov/contact/email/", "office": "269 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.levin.senate.gov/rss/feeds/?type=all"}], "family": [{"name": "Sander Martin Levin", "relation": "brother"}]}, {"id": {"bioguide": "P000590", "thomas": "01701", "lis": "S295", "govtrack": 300080, "opensecrets": "N00013823", "votesmart": 35, "fec": ["S0AR00028"], "cspan": 1002201, "wikipedia": "Mark Pryor", "ballotpedia": "Mark Pryor", "maplight": 599, "icpsr": 40301, "wikidata": "Q470755", "google_entity_id": "kg:/m/01gb3p"}, "name": {"first": "Mark", "last": "Pryor", "official_full": "Mark L. Pryor"}, "bio": {"birthday": "1963-01-10", "gender": "M", "religion": "Unknown"}, "terms": [{"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "AR", "class": 2, "party": "Democrat", "url": "http://pryor.senate.gov"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "AR", "class": 2, "party": "Democrat", "url": "http://www.pryor.senate.gov", "address": "255 Dirksen Senate Office Building Washington DC 20510", "phone": "202-224-2353", "fax": "202-228-0908", "contact_form": "http://www.pryor.senate.gov/contact/form", "office": "255 Dirksen Senate Office Building", "state_rank": "senior", "rss_url": "http://www.pryor.senate.gov/public/index.cfm/rss/feed"}], "family": [{"name": "David H. Pryor", "relation": "son"}]}, {"id": {"bioguide": "R000361", "thomas": "01424", "lis": "S176", "govtrack": 300084, "opensecrets": "N00001685", "votesmart": 53360, "icpsr": 14922, "fec": ["S4WV00027"], "cspan": 1238, "wikipedia": "Jay Rockefeller", "ballotpedia": "Jay Rockefeller", "maplight": 603, "wikidata": "Q285102", "google_entity_id": "kg:/m/01xmnh"}, "name": {"first": "John", "middle": "D.", "last": "Rockefeller", "suffix": "IV", "nickname": "Jay", "official_full": "John D. Rockefeller, IV"}, "bio": {"birthday": "1937-06-18", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "sen", "start": "1985-01-03", "end": "1991-01-03", "state": "WV", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1991-01-03", "end": "1997-01-03", "state": "WV", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "WV", "class": 2, "party": "Democrat"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "WV", "class": 2, "party": "Democrat", "url": "http://rockefeller.senate.gov/"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "WV", "class": 2, "party": "Democrat", "url": "http://www.rockefeller.senate.gov", "address": "531 Hart Senate Office Building Washington DC 20510", "phone": "202-224-6472", "fax": "202-224-7665", "contact_form": "http://www.rockefeller.senate.gov/public/index.cfm/email-jay", "office": "531 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.rockefeller.senate.gov/public/index.cfm/rss/feed"}], "family": [{"name": "Nelson Aldrich Rockefeller", "relation": "nephew"}, {"name": "Nelson Aldrich", "relation": "great grandson"}, {"name": "Charles Harting Percy", "relation": "son in law"}]}, {"id": {"bioguide": "U000038", "thomas": "01595", "lis": "S325", "govtrack": 400412, "opensecrets": "N00008051", "votesmart": 12329, "fec": ["H8CO02087", "S8CO00172"], "cspan": 7634, "wikipedia": "Mark Udall", "house_history": 20877, "ballotpedia": "Mark Udall", "maplight": 497, "icpsr": 29906, "wikidata": "Q631195", "google_entity_id": "kg:/m/024zbx"}, "name": {"first": "Mark", "middle": "E.", "last": "Udall", "official_full": "Mark Udall"}, "bio": {"birthday": "1950-07-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CO", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CO", "district": 2, "party": "Democrat", "url": "http://www.house.gov/markudall"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CO", "district": 2, "party": "Democrat", "url": "http://www.house.gov/markudall"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CO", "district": 2, "party": "Democrat", "url": "http://markudall.house.gov/HoR/CO02/Home.htm"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "CO", "class": 2, "party": "Democrat", "url": "http://www.markudall.senate.gov", "address": "730 Hart Senate Office Building Washington DC 20510", "phone": "202-224-5941", "fax": "202-226-7840", "contact_form": "http://www.markudall.senate.gov/?p=contact_us", "office": "730 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://markudall.senate.gov/rss/?p=blog"}], "family": [{"name": "Morris K. Udall", "relation": "son"}, {"name": "Thomas Udall", "relation": "cousin"}, {"name": "Stewart Lee Udall", "relation": "nephew"}, {"name": "Gordon H. Smith", "relation": "cousin"}]}, {"id": {"bioguide": "B001256", "thomas": "01858", "govtrack": 412216, "opensecrets": "N00027493", "votesmart": 54675, "fec": ["H6MN06074", "P20002978"], "cspan": 1021492, "house_history": 10411, "wikipedia": "Michele Bachmann", "ballotpedia": "Michele Bachmann", "maplight": 701, "icpsr": 20728, "wikidata": "Q160582", "google_entity_id": "kg:/m/06jm4y"}, "name": {"first": "Michele", "middle": "Marie", "last": "Bachmann", "official_full": "Michele Bachmann"}, "bio": {"birthday": "1956-04-06", "gender": "F"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MN", "district": 6, "party": "Republican", "url": "http://bachmann.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MN", "district": 6, "party": "Republican", "url": "http://bachmann.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MN", "district": 6, "party": "Republican", "url": "http://bachmann.house.gov", "address": "103 Cannon HOB; Washington DC 20515-2306", "phone": "202-225-2331", "fax": "202-225-6475", "contact_form": "http://bachmann.house.gov/Email_zip.htm", "office": "103 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MN", "party": "Republican", "district": 6, "url": "http://bachmann.house.gov", "address": "2417 Rayburn HOB; Washington DC 20515-2306", "phone": "202-225-2331", "fax": "202-225-6475", "contact_form": "https://bachmann.house.gov/contact/email-michele", "office": "2417 Rayburn House Office Building", "rss_url": "http://bachmann.house.gov/rss.xml"}]}, {"id": {"bioguide": "B000013", "thomas": "00038", "govtrack": 400010, "opensecrets": "N00008091", "votesmart": 26715, "fec": ["H2AL06035"], "cspan": 26397, "wikipedia": "Spencer Bachus", "house_history": 8789, "ballotpedia": "Spencer Bachus", "maplight": 133, "icpsr": 29301, "wikidata": "Q1368315", "google_entity_id": "kg:/m/024p0v"}, "name": {"first": "Spencer", "middle": "Thomas", "last": "Bachus", "suffix": "III", "official_full": "Spencer Bachus"}, "bio": {"birthday": "1947-12-28", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AL", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AL", "district": 6, "party": "Republican", "url": "http://www.house.gov/bachus"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AL", "district": 6, "party": "Republican", "url": "http://www.house.gov/bachus"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AL", "district": 6, "party": "Republican", "url": "http://bachus.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AL", "district": 6, "party": "Republican", "url": "http://bachus.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AL", "district": 6, "party": "Republican", "url": "http://bachus.house.gov", "address": "2246 Rayburn HOB; Washington DC 20515-0106", "phone": "202-225-4921", "fax": "202-225-2082"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AL", "party": "Republican", "district": 6, "url": "http://bachus.house.gov", "address": "2246 Rayburn HOB; Washington DC 20515-0106", "phone": "202-225-4921", "fax": "202-225-2082", "contact_form": "https://bachus.house.gov/email-me", "office": "2246 Rayburn House Office Building", "rss_url": "http://bachus.house.gov/index.php?option=com_bca-rss-syndicator&feed_id=1"}]}, {"id": {"bioguide": "B001252", "thomas": "01780", "govtrack": 400628, "opensecrets": "N00026080", "votesmart": 31780, "fec": ["H4GA12010"], "cspan": 1012025, "wikipedia": "John Barrow (U.S. politician)", "house_history": 10403, "ballotpedia": "John Barrow", "maplight": 634, "icpsr": 20507, "wikidata": "Q1699277", "google_entity_id": "kg:/m/056gyc"}, "name": {"first": "John", "last": "Barrow", "official_full": "John Barrow"}, "bio": {"birthday": "1955-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "GA", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "GA", "district": 12, "party": "Democrat", "url": "http://barrow.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "GA", "district": 12, "party": "Democrat", "url": "http://barrow.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "GA", "district": 12, "party": "Democrat", "url": "http://barrow.house.gov", "address": "2202 Rayburn HOB; Washington DC 20515-1012", "phone": "202-225-2823", "fax": "202-225-3377", "contact_form": "https://forms.house.gov/barrow/webforms/issue_subscribe.htm", "office": "2202 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "GA", "party": "Democrat", "district": 12, "url": "http://barrow.house.gov", "address": "2202 Rayburn HOB; Washington DC 20515-1012", "phone": "202-225-2823", "fax": "202-225-3377", "contact_form": "http://barrowforms.house.gov/contact/", "office": "2202 Rayburn House Office Building", "rss_url": "http://barrow.house.gov/rss.xml"}]}, {"id": {"bioguide": "B001242", "thomas": "01740", "govtrack": 400031, "opensecrets": "N00025413", "votesmart": 44518, "fec": ["H2NY01067"], "cspan": 1003587, "wikipedia": "Tim Bishop", "house_history": 10383, "maplight": 149, "icpsr": 20338, "wikidata": "Q970461", "google_entity_id": "kg:/m/03tq39"}, "name": {"first": "Timothy", "middle": "H.", "last": "Bishop", "official_full": "Timothy H. Bishop"}, "bio": {"birthday": "1950-06-01", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 1, "party": "Democrat", "url": "http://www.house.gov/timbishop"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 1, "party": "Democrat", "url": "http://www.house.gov/timbishop"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 1, "party": "Democrat", "url": "http://wwwc.house.gov/timbishop"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 1, "party": "Democrat", "url": "http://wwwc.house.gov/timbishop"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 1, "party": "Democrat", "url": "http://timbishop.house.gov/", "address": "306 Cannon HOB; Washington DC 20515-3201", "phone": "202-225-3826", "fax": "202-225-3143", "contact_form": "http://timbishop.house.gov/?sectionid=96&sectiontree=7,96", "office": "306 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 1, "url": "http://timbishop.house.gov", "address": "306 Cannon HOB; Washington DC 20515-3201", "phone": "202-225-3826", "fax": "202-225-3143", "contact_form": "https://timbishop.house.gov/email-me", "office": "306 Cannon House Office Building", "rss_url": "http://timbishop.house.gov/rss/latest-news.xml"}]}, {"id": {"bioguide": "B001259", "thomas": "01845", "govtrack": 412208, "opensecrets": "N00027464", "votesmart": 57382, "fec": ["H6IA01098", "S4IA00087"], "cspan": 1020421, "wikipedia": "Bruce Braley", "house_history": 10417, "ballotpedia": "Bruce Braley", "maplight": 693, "icpsr": 20719, "wikidata": "Q966154", "google_entity_id": "kg:/m/07r9r0"}, "name": {"first": "Bruce", "middle": "L.", "last": "Braley", "official_full": "Bruce L. Braley"}, "bio": {"birthday": "1957-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IA", "district": 1, "party": "Democrat", "url": "http://braley.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IA", "district": 1, "party": "Democrat", "url": "http://braley.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IA", "district": 1, "party": "Democrat", "url": "http://braley.house.gov", "address": "1727 Longworth HOB; Washington DC 20515-1501", "phone": "202-225-2911", "fax": "202-225-6666", "contact_form": "https://forms.house.gov/braley/webforms/issue_subscribe.html", "office": "1727 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IA", "party": "Democrat", "district": 1, "url": "http://braley.house.gov", "address": "2263 Rayburn HOB; Washington DC 20515-1501", "phone": "202-225-2911", "fax": "202-225-6666", "contact_form": "http://braley.house.gov/contact", "office": "2263 Rayburn House Office Building", "rss_url": "http://braley.house.gov/rss.xml"}]}, {"id": {"bioguide": "B001262", "thomas": "01882", "govtrack": 412252, "opensecrets": "N00028986", "votesmart": 70001, "fec": ["H8GA10049", "S6GA00101", "H0GA03017"], "cspan": 1025092, "wikipedia": "Paul Broun", "house_history": 10422, "ballotpedia": "Paul C. Broun", "maplight": 733, "icpsr": 20753, "wikidata": "Q2059020", "google_entity_id": "kg:/m/02vzlfc"}, "name": {"first": "Paul", "middle": "C.", "last": "Broun", "suffix": "Jr.", "official_full": "Paul C. Broun"}, "bio": {"birthday": "1946-05-14", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "2007-07-25", "end": "2009-01-03", "state": "GA", "district": 10, "party": "Republican", "url": "http://broun.house.gov/"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "GA", "district": 10, "party": "Republican", "url": "http://broun.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "GA", "district": 10, "party": "Republican", "url": "http://broun.house.gov/", "address": "325 Cannon HOB; Washington DC 20515-1009", "phone": "202-225-4101", "fax": "202-226-0776", "contact_form": "http://broun.house.gov/email.shtml", "office": "325 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "GA", "party": "Republican", "district": 10, "url": "http://broun.house.gov", "address": "2437 Rayburn HOB; Washington DC 20515-1010", "phone": "202-225-4101", "fax": "202-226-0776", "contact_form": "https://broun.house.gov/forms/writeyourrep/", "office": "2437 Rayburn House Office Building", "rss_url": "http://broun.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "C000071", "thomas": "00166", "govtrack": 400058, "opensecrets": "N00008086", "votesmart": 26911, "fec": ["H0MI10071"], "cspan": 23039, "wikipedia": "Dave Camp", "house_history": 10534, "ballotpedia": "Dave Camp", "maplight": 176, "icpsr": 29124, "wikidata": "Q182551", "google_entity_id": "kg:/m/03l8yr"}, "name": {"first": "Dave", "middle": "Lee", "last": "Camp", "official_full": "Dave Camp"}, "bio": {"birthday": "1953-07-09", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MI", "district": 4, "party": "Republican", "url": "http://www.house.gov/camp"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MI", "district": 4, "party": "Republican", "url": "http://www.house.gov/camp"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MI", "district": 4, "party": "Republican", "url": "http://camp.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MI", "district": 4, "party": "Republican", "url": "http://camp.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MI", "district": 4, "party": "Republican", "url": "http://camp.house.gov", "address": "341 Cannon HOB; Washington DC 20515-2204", "phone": "202-225-3561", "fax": "202-225-9679", "contact_form": "http://camp.house.gov/WriteRep.aspx", "office": "341 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MI", "party": "Republican", "district": 4, "url": "http://camp.house.gov", "address": "341 Cannon HOB; Washington DC 20515-2204", "phone": "202-225-3561", "fax": "202-225-9679", "contact_form": "http://camp.house.gov/contact/", "office": "341 Cannon House Office Building", "rss_url": "http://camp.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "C001064", "thomas": "01816", "govtrack": 412011, "opensecrets": "N00027565", "votesmart": 29368, "fec": ["H6CA48039"], "cspan": 1019004, "wikipedia": "John B. T. Campbell III", "house_history": 11792, "maplight": 671, "icpsr": 20539, "wikidata": "Q478094", "google_entity_id": "kg:/m/07svs3"}, "name": {"first": "John", "middle": "Bayard Taylor", "last": "Campbell", "suffix": "III", "official_full": "John Campbell"}, "bio": {"birthday": "1955-07-19", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-12-07", "end": "2007-01-03", "state": "CA", "district": 48, "party": "Republican", "url": "http://www.house.gov/campbell"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 48, "party": "Republican", "url": "http://www.house.gov/campbell"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 48, "party": "Republican", "url": "http://www.house.gov/campbell"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 48, "party": "Republican", "url": "http://www.house.gov/campbell", "address": "1507 Longworth HOB; Washington DC 20515-0548", "phone": "202-225-5611", "fax": "202-225-9177", "contact_form": "http://campbell.house.gov/Contact/ContactForm.htm", "office": "1507 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Republican", "district": 45, "url": "http://www.campbell.house.gov", "address": "2331 Rayburn HOB; Washington DC 20515-0545", "phone": "202-225-5611", "fax": "202-225-9177", "contact_form": "https://campbell.house.gov/email-me", "office": "2331 Rayburn House Office Building", "rss_url": "http://www.campbell.house.gov/rss/press1.xml"}]}, {"id": {"bioguide": "C000380", "thomas": "01474", "govtrack": 400073, "opensecrets": "N00000133", "votesmart": 1032, "fec": ["H4VI00054"], "cspan": 48879, "house_history": 10930, "wikipedia": "Donna Christian-Christensen", "maplight": 190, "wikidata": "Q461604", "google_entity_id": "kg:/m/01t01l"}, "name": {"first": "Donna", "middle": "M.", "last": "Christensen", "official_full": "Donna M. Christensen"}, "bio": {"birthday": "1945-09-19", "gender": "F", "religion": "Moravian"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "VI", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "VI", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "VI", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "VI", "district": 0, "party": "Democrat", "url": "http://www.house.gov/christian-christensen"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "VI", "district": 0, "party": "Democrat", "url": "http://www.house.gov/christian-christensen"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "VI", "district": 0, "party": "Democrat", "url": "http://www.house.gov/christian-christensen"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "VI", "district": 0, "party": "Democrat", "url": "http://www.house.gov/christian-christensen"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "VI", "district": 0, "party": "Democrat", "url": "http://www.donnachristensen.house.gov/", "address": "1510 Longworth HOB; Washington DC 20515-5501", "phone": "202-225-1790", "fax": "202-225-5517"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "VI", "party": "Democrat", "district": 0, "url": "http://donnachristensen.house.gov", "address": "1510 Longworth HOB; Washington DC 20515-5501", "phone": "202-225-1790", "fax": "202-225-5517", "contact_form": "https://donnachristensen.house.gov/contact-me/email-me", "office": "1510 Longworth House Office Building", "rss_url": "http://donnachristensen.house.gov/rss.xml"}]}, {"id": {"bioguide": "C000560", "thomas": "00212", "lis": "S301", "govtrack": 400576, "opensecrets": "N00005601", "votesmart": 22085, "fec": ["S4OK00174", "H4OK02048"], "cspan": 36751, "wikipedia": "Tom Coburn", "house_history": 11151, "ballotpedia": "Tom Coburn", "maplight": 623, "icpsr": 29555, "wikidata": "Q509093", "google_entity_id": "kg:/m/03wnjr"}, "name": {"first": "Thomas", "middle": "A.", "last": "Coburn", "official_full": "Tom Coburn"}, "bio": {"birthday": "1948-03-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OK", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OK", "district": 2, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OK", "district": 2, "party": "Republican"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "OK", "class": 3, "party": "Republican", "url": "http://coburn.senate.gov"}, {"type": "sen", "start": "2011-01-05", "end": "2015-01-03", "state": "OK", "class": 3, "party": "Republican", "url": "http://www.coburn.senate.gov", "address": "172 Russell Senate Office Building Washington DC 20510", "phone": "202-224-5754", "fax": "202-224-6008", "contact_form": "http://www.coburn.senate.gov/public/?p=ContactForm#form_904650a1-34fd-4705-aec9-87815cbf9cb4", "office": "172 Russell Senate Office Building", "state_rank": "junior"}]}, {"id": {"bioguide": "D000355", "thomas": "00299", "govtrack": 400110, "opensecrets": "N00001783", "votesmart": 26917, "icpsr": 2605, "fec": ["H6MI16034"], "cspan": 470, "wikipedia": "John Dingell", "house_history": 12268, "ballotpedia": "John D. Dingell", "maplight": 223, "wikidata": "Q600393", "google_entity_id": "kg:/m/0226cw"}, "name": {"first": "John", "middle": "D.", "last": "Dingell", "official_full": "John D. Dingell"}, "bio": {"birthday": "1926-07-08", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1955-01-05", "end": "1957-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1957-01-03", "end": "1959-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1959-01-07", "end": "1961-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1961-01-03", "end": "1963-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1963-01-09", "end": "1965-01-03", "state": "MI", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1965-01-04", "end": "1967-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1967-01-10", "end": "1969-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1969-01-03", "end": "1971-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MI", "district": 15, "party": "Democrat", "url": "http://www.house.gov/dingell"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MI", "district": 15, "party": "Democrat", "url": "http://www.house.gov/dingell"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MI", "district": 15, "party": "Democrat", "url": "http://www.house.gov/dingell"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MI", "district": 15, "party": "Democrat", "url": "http://www.house.gov/dingell"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MI", "district": 15, "party": "Democrat", "url": "http://www.house.gov/dingell", "address": "2328 Rayburn HOB; Washington DC 20515-2215", "phone": "202-225-4071", "fax": "202-226-0371", "contact_form": "https://forms.house.gov/wyr/welcome.shtml", "office": "2328 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MI", "party": "Democrat", "district": 12, "url": "http://dingell.house.gov", "address": "2328 Rayburn HOB; Washington DC 20515-2212", "phone": "202-225-4071", "fax": "202-226-0371", "contact_form": "https://dingell.house.gov/contact-me/email-me", "office": "2328 Rayburn House Office Building", "rss_url": "http://dingell.house.gov/rss.xml"}], "family": [{"name": "John David Dingell", "relation": "son"}]}, {"id": {"bioguide": "F000010", "thomas": "00367", "govtrack": 400128, "opensecrets": "N00007632", "votesmart": 774, "fec": ["H0AS00018"], "cspan": 6713, "wikipedia": "Eni Faleomavaega", "house_history": 12977, "maplight": 239, "wikidata": "Q729199", "google_entity_id": "kg:/m/01s_hc"}, "name": {"first": "Eni", "middle": "F. H.", "last": "Faleomavaega", "official_full": "Eni F. H. Faleomavaega"}, "bio": {"birthday": "1943-08-15", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "AS", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AS", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AS", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AS", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AS", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AS", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AS", "district": 0, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AS", "district": 0, "party": "Democrat", "url": "http://www.house.gov/faleomavaega"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AS", "district": 0, "party": "Democrat", "url": "http://www.house.gov/faleomavaega"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AS", "district": 0, "party": "Democrat", "url": "http://www.house.gov/faleomavaega"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AS", "district": 0, "party": "Democrat", "url": "http://www.house.gov/faleomavaega"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AS", "district": 0, "party": "Democrat", "url": "http://www.house.gov/faleomavaega", "address": "2422 Rayburn HOB; Washington DC 20515-5201", "phone": "202-225-8577", "fax": "202-225-8757", "contact_form": "http://www.house.gov/writerep", "office": "2422 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AS", "party": "Democrat", "district": 0, "url": "http://faleomavaega.house.gov", "address": "2422 Rayburn HOB; Washington DC 20515-5201", "phone": "202-225-8577", "fax": "202-225-8757", "contact_form": "https://faleomavaega.house.gov/contact/email-me", "office": "2422 Rayburn House Office Building"}]}, {"id": {"bioguide": "G000549", "thomas": "01743", "govtrack": 400147, "opensecrets": "N00025025", "votesmart": 5226, "fec": ["H2PA06114"], "cspan": 1003611, "wikipedia": "Jim Gerlach", "house_history": 14257, "ballotpedia": "Jim Gerlach", "maplight": 255, "icpsr": 20345, "wikidata": "Q554100", "google_entity_id": "kg:/m/03tnbb"}, "name": {"first": "Jim", "last": "Gerlach", "official_full": "Jim Gerlach"}, "bio": {"birthday": "1955-02-25", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 6, "party": "Republican", "url": "http://www.house.gov/gerlach"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 6, "party": "Republican", "url": "http://www.house.gov/gerlach"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 6, "party": "Republican", "url": "http://gerlach.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 6, "party": "Republican", "url": "http://gerlach.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 6, "party": "Republican", "url": "http://gerlach.house.gov", "address": "2442 Rayburn HOB; Washington DC 20515-3806", "phone": "202-225-4315", "fax": "202-225-8440", "contact_form": "http://www.house.gov/writerep", "office": "2442 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Republican", "district": 6, "url": "http://gerlach.house.gov", "address": "2442 Rayburn HOB; Washington DC 20515-3806", "phone": "202-225-4315", "fax": "202-225-8440", "contact_form": "https://gerlach.house.gov/contact/contactform.htm", "office": "2442 Rayburn House Office Building", "rss_url": "http://gerlach.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "G000550", "thomas": "01720", "govtrack": 400151, "opensecrets": "N00024760", "votesmart": 17644, "fec": ["H2GA11149", "S2GA00100"], "cspan": 1003565, "house_history": 14259, "wikipedia": "Phil Gingrey", "maplight": 259, "icpsr": 20319, "wikidata": "Q2085648", "google_entity_id": "kg:/m/0255kv"}, "name": {"first": "Phil", "last": "Gingrey", "official_full": "Phil Gingrey"}, "bio": {"birthday": "1942-07-10", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "GA", "district": 11, "party": "Republican", "url": "http://www.house.gov/gingrey"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "GA", "district": 11, "party": "Republican", "url": "http://www.house.gov/gingrey"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "GA", "district": 11, "party": "Republican", "url": "http://www.house.gov/gingrey"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "GA", "district": 11, "party": "Republican", "url": "http://www.house.gov/gingrey"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "GA", "district": 11, "party": "Republican", "url": "http://www.house.gov/gingrey", "address": "442 Cannon HOB; Washington DC 20515-1011", "phone": "202-225-2931", "fax": "202-225-2944", "contact_form": "http://www.house.gov/formgingrey/IMA/issue.htm", "office": "442 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "GA", "party": "Republican", "district": 11, "url": "http://gingrey.house.gov", "address": "442 Cannon HOB; Washington DC 20515-1011", "phone": "202-225-2931", "fax": "202-225-2944", "contact_form": "http://www.house.gov/formgingrey/IMA/issue.htm", "office": "442 Cannon House Office Building", "rss_url": "http://gingrey.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "G000567", "thomas": "01990", "govtrack": 412401, "opensecrets": "N00031297", "votesmart": 119213, "fec": ["H0AR02107"], "cspan": 1024660, "wikipedia": "Tim Griffin", "house_history": 14286, "ballotpedia": "Tim Griffin", "maplight": 1415, "icpsr": 21107, "wikidata": "Q2435200", "google_entity_id": "kg:/m/02q0d3q"}, "name": {"first": "Tim", "last": "Griffin", "official_full": "Tim Griffin"}, "bio": {"birthday": "1968-08-21", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AR", "district": 2, "party": "Republican", "url": "http://griffin.house.gov/", "address": "1232 Longworth HOB; Washington DC 20515-0402", "phone": "202-225-2506", "fax": "202-225-5903", "office": "1232 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AR", "party": "Republican", "district": 2, "url": "http://griffin.house.gov", "address": "1232 Longworth HOB; Washington DC 20515-0402", "phone": "202-225-2506", "fax": "202-225-5903", "office": "1232 Longworth House Office Building", "rss_url": "http://griffin.house.gov/rss.xml", "contact_form": "https://timgriffinforms.house.gov/forms/writeyourrep/"}]}, {"id": {"bioguide": "H000067", "thomas": "00484", "govtrack": 400165, "opensecrets": "N00005645", "votesmart": 27080, "icpsr": 14828, "fec": ["H0TX04037"], "cspan": 7354, "wikipedia": "Ralph Hall", "house_history": 14371, "ballotpedia": "Ralph Hall", "maplight": 271, "wikidata": "Q966332", "google_entity_id": "kg:/m/026cww"}, "name": {"first": "Ralph", "middle": "M.", "last": "Hall", "official_full": "Ralph M. Hall"}, "bio": {"birthday": "1923-05-03", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 4, "party": "Republican", "url": "http://www.house.gov/ralphhall", "party_affiliations": [{"start": "2003-01-07", "end": "2004-01-05", "party": "Democrat"}, {"start": "2004-01-05", "end": "2005-01-03", "party": "Republican"}]}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 4, "party": "Republican", "url": "http://www.house.gov/ralphhall"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 4, "party": "Republican", "url": "http://www.house.gov/ralphhall"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 4, "party": "Republican", "url": "http://www.house.gov/ralphhall"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 4, "party": "Republican", "url": "http://www.house.gov/ralphhall", "address": "2405 Rayburn HOB; Washington DC 20515-4304", "phone": "202-225-6673", "fax": "202-225-3332", "contact_form": "http://www.house.gov/ralphhall/IMA/zipauth.htm", "office": "2405 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 4, "url": "http://ralphhall.house.gov", "address": "2405 Rayburn HOB; Washington DC 20515-4304", "phone": "202-225-6673", "fax": "202-225-3332", "contact_form": "https://ralphhallforms.house.gov/email-congressman-hall", "office": "2405 Rayburn House Office Building", "rss_url": "http://ralphhall.house.gov/common/rss/?rss=26"}]}, {"id": {"bioguide": "H000329", "thomas": "00512", "govtrack": 400171, "opensecrets": "N00009157", "votesmart": 22318, "fec": ["H2WA04041"], "cspan": 31324, "wikipedia": "Doc Hastings", "house_history": 14689, "maplight": 277, "icpsr": 29580, "wikidata": "Q5793043", "google_entity_id": "kg:/m/02592l"}, "name": {"first": "Doc", "last": "Hastings", "official_full": "Doc Hastings"}, "bio": {"birthday": "1941-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WA", "district": 4, "party": "Republican", "url": "http://www.house.gov/hastings"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WA", "district": 4, "party": "Republican", "url": "http://www.house.gov/hastings"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WA", "district": 4, "party": "Republican", "url": "http://hastings.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WA", "district": 4, "party": "Republican", "url": "http://hastings.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WA", "district": 4, "party": "Republican", "url": "http://hastings.house.gov", "address": "1203 Longworth HOB; Washington DC 20515-4704", "phone": "202-225-5816", "fax": "202-225-3251", "contact_form": "http://hastings.house.gov/ContactForm.aspx", "office": "1203 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WA", "party": "Republican", "district": 4, "url": "http://hastings.house.gov", "address": "1203 Longworth HOB; Washington DC 20515-4704", "phone": "202-225-5816", "fax": "202-225-3251", "contact_form": "https://hastings.house.gov/contact/contactform.htm", "office": "1203 Longworth House Office Building", "rss_url": "http://hastings.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "H001032", "thomas": "01580", "govtrack": 400184, "opensecrets": "N00000860", "votesmart": 22574, "fec": ["H6NJ12144"], "cspan": 57967, "wikipedia": "Rush D. Holt Jr.", "house_history": 15560, "maplight": 289, "icpsr": 29923, "wikidata": "Q528359", "google_entity_id": "kg:/m/0g6t4q"}, "name": {"first": "Rush", "middle": "D.", "last": "Holt", "official_full": "Rush Holt"}, "bio": {"birthday": "1948-10-15", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NJ", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NJ", "district": 12, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NJ", "district": 12, "party": "Democrat", "url": "http://www.house.gov/rholt"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NJ", "district": 12, "party": "Democrat", "url": "http://www.house.gov/rholt"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NJ", "district": 12, "party": "Democrat", "url": "http://holt.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NJ", "district": 12, "party": "Democrat", "url": "http://holt.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NJ", "district": 12, "party": "Democrat", "url": "http://holt.house.gov", "address": "1214 Longworth HOB; Washington DC 20515-3012", "phone": "202-225-5801", "fax": "202-225-6025", "contact_form": "http://www.holt.house.gov/contact.shtml", "office": "1214 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NJ", "party": "Democrat", "district": 12, "url": "http://holt.house.gov", "address": "1214 Longworth HOB; Washington DC 20515-3012", "phone": "202-225-5801", "fax": "202-225-6025", "contact_form": "https://holt.house.gov/email-me", "office": "1214 Longworth House Office Building", "rss_url": "http://holt.house.gov/index.php?format=feed&type=rss"}], "family": [{"name": "Rush D. Holt", "relation": "son"}]}, {"id": {"bioguide": "K000220", "thomas": "00636", "govtrack": 400221, "opensecrets": "N00002656", "votesmart": 26816, "fec": ["H2GA01157"], "cspan": 26480, "wikipedia": "Jack Kingston", "house_history": 16354, "ballotpedia": "Jack Kingston", "maplight": 322, "icpsr": 29338, "wikidata": "Q434121", "google_entity_id": "kg:/m/02553h"}, "name": {"first": "Jack", "last": "Kingston", "official_full": "Jack Kingston"}, "bio": {"birthday": "1955-04-24", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "GA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "GA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "GA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "GA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "GA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "GA", "district": 1, "party": "Republican", "url": "http://www.house.gov/kingston"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "GA", "district": 1, "party": "Republican", "url": "http://www.house.gov/kingston"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "GA", "district": 1, "party": "Republican", "url": "http://kingston.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "GA", "district": 1, "party": "Republican", "url": "http://kingston.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "GA", "district": 1, "party": "Republican", "url": "http://kingston.house.gov", "address": "2372 Rayburn HOB; Washington DC 20515-1001", "phone": "202-225-5831", "fax": "202-226-2269", "contact_form": "http://kingston.house.gov/ContactForm/", "office": "2372 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "GA", "party": "Republican", "district": 1, "url": "http://kingston.house.gov", "address": "2372 Rayburn HOB; Washington DC 20515-1001", "phone": "202-225-5831", "fax": "202-226-2269", "contact_form": "https://kingston.house.gov/contactform/", "office": "2372 Rayburn House Office Building", "rss_url": "http://kingston.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "L000111", "thomas": "00666", "govtrack": 400234, "opensecrets": "N00004227", "votesmart": 22175, "fec": ["H4IA05102"], "cspan": 36609, "wikipedia": "Tom Latham", "house_history": 16735, "ballotpedia": "Tom Latham", "maplight": 335, "icpsr": 29522, "wikidata": "Q965775", "google_entity_id": "kg:/m/025b6s"}, "name": {"first": "Tom", "middle": "P.", "last": "Latham", "official_full": "Tom Latham"}, "bio": {"birthday": "1948-07-14", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IA", "district": 5, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IA", "district": 4, "party": "Republican", "url": "http://www.house.gov/latham"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IA", "district": 4, "party": "Republican", "url": "http://www.house.gov/latham"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IA", "district": 4, "party": "Republican", "url": "http://www.house.gov/latham"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IA", "district": 4, "party": "Republican", "url": "http://www.house.gov/latham"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IA", "district": 4, "party": "Republican", "url": "http://www.house.gov/latham", "address": "2217 Rayburn HOB; Washington DC 20515-1504", "phone": "202-225-5476", "fax": "202-225-3301", "contact_form": "http://www.tomlatham.house.gov/Contact/", "office": "2217 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IA", "party": "Republican", "district": 3, "url": "http://latham.house.gov", "address": "2217 Rayburn HOB; Washington DC 20515-1503", "phone": "202-225-5476", "fax": "202-225-3301", "contact_form": "https://latham.house.gov/contact/contactform.htm", "office": "2217 Rayburn House Office Building", "rss_url": "http://www.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "M001142", "thomas": "01671", "govtrack": 400255, "opensecrets": "N00009753", "votesmart": 50722, "fec": ["H0UT02096"], "cspan": 89172, "wikipedia": "Jim Matheson", "house_history": 18756, "ballotpedia": "Jim Matheson", "maplight": 353, "icpsr": 20140, "wikidata": "Q946591", "google_entity_id": "kg:/m/02xgqb"}, "name": {"first": "Jim", "last": "Matheson", "official_full": "Jim Matheson"}, "bio": {"birthday": "1960-03-21", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "UT", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "UT", "district": 2, "party": "Democrat", "url": "http://www.house.gov/matheson"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "UT", "district": 2, "party": "Democrat", "url": "http://www.house.gov/matheson"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "UT", "district": 2, "party": "Democrat", "url": "http://www.house.gov/matheson"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "UT", "district": 2, "party": "Democrat", "url": "http://www.house.gov/matheson"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "UT", "district": 2, "party": "Democrat", "url": "http://www.house.gov/matheson", "address": "2434 Rayburn HOB; Washington DC 20515-4402", "phone": "202-225-3011", "fax": "202-225-5638", "contact_form": "https://forms.house.gov/matheson/contact.shtml", "office": "2434 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "UT", "party": "Democrat", "district": 4, "url": "http://matheson.house.gov", "address": "2211 Rayburn HOB; Washington DC 20515-4404", "phone": "202-225-3011", "fax": "202-225-5638", "contact_form": "https://mathesonforms.house.gov/contact-form", "office": "2211 Rayburn House Office Building"}]}, {"id": {"bioguide": "M000309", "thomas": "01503", "govtrack": 400257, "opensecrets": "N00001148", "votesmart": 693, "fec": ["H6NY04112"], "cspan": 45040, "wikipedia": "Carolyn McCarthy", "house_history": 17705, "maplight": 355, "icpsr": 29744, "wikidata": "Q458416", "google_entity_id": "kg:/m/024__d"}, "name": {"first": "Carolyn", "last": "McCarthy", "official_full": "Carolyn McCarthy"}, "bio": {"birthday": "1944-01-05", "gender": "F", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 4, "party": "Democrat", "url": "http://www.house.gov/carolynmccarthy/"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 4, "party": "Democrat", "url": "http://www.house.gov/carolynmccarthy/"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 4, "party": "Democrat", "url": "http://www.house.gov/carolynmccarthy"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 4, "party": "Democrat", "url": "http://www.house.gov/carolynmccarthy"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 4, "party": "Democrat", "url": "http://www.house.gov/carolynmccarthy", "address": "2346 Rayburn HOB; Washington DC 20515-3204", "phone": "202-225-5516", "fax": "202-225-5758", "contact_form": "http://www.house.gov/writerep", "office": "2346 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 4, "url": "http://carolynmccarthy.house.gov", "address": "2346 Rayburn HOB; Washington DC 20515-3204", "phone": "202-225-5516", "fax": "202-225-5758", "contact_form": "https://carolynmccarthy.house.gov/contact", "office": "2346 Rayburn House Office Building", "rss_url": "http://www.house.gov/common/rss/?rss=155"}]}, {"id": {"bioguide": "M000485", "thomas": "01505", "govtrack": 400266, "opensecrets": "N00002356", "votesmart": 153, "fec": ["H8NC07044"], "cspan": 45960, "wikipedia": "Mike McIntyre", "house_history": 17932, "ballotpedia": "Mike McIntyre", "maplight": 362, "icpsr": 29746, "wikidata": "Q976487", "google_entity_id": "kg:/m/03g_v8"}, "name": {"first": "Mike", "last": "McIntyre", "official_full": "Mike McIntyre"}, "bio": {"birthday": "1956-08-06", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NC", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NC", "district": 7, "party": "Democrat", "url": "http://www.house.gov/mcintyre"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NC", "district": 7, "party": "Democrat", "url": "http://www.house.gov/mcintyre"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NC", "district": 7, "party": "Democrat", "url": "http://www.house.gov/mcintyre"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NC", "district": 7, "party": "Democrat", "url": "http://www.house.gov/mcintyre"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NC", "district": 7, "party": "Democrat", "url": "http://www.house.gov/mcintyre", "address": "2133 Rayburn HOB; Washington DC 20515-3307", "phone": "202-225-2731", "fax": "202-225-5773", "contact_form": "http://www.house.gov/mcintyre/IMA/issue.htm", "office": "2133 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NC", "party": "Democrat", "district": 7, "url": "http://mcintyre.house.gov", "address": "2428 Rayburn HOB; Washington DC 20515-3307", "phone": "202-225-2731", "fax": "202-225-5773", "contact_form": "https://mcintyreforms.house.gov/forms/writeyourrep/", "office": "2428 Rayburn House Office Building", "rss_url": "http://mcintyre.house.gov/index.php?format=feed&type=rss"}]}, {"id": {"bioguide": "M000508", "thomas": "00778", "govtrack": 400267, "opensecrets": "N00006882", "votesmart": 26755, "fec": ["H2CA25036"], "cspan": 26483, "house_history": 17963, "wikipedia": "Buck McKeon", "maplight": 363, "icpsr": 29315, "wikidata": "Q461981", "google_entity_id": "kg:/m/024th6"}, "name": {"first": "Howard", "middle": "P.", "last": "McKeon", "nickname": "Buck", "official_full": "Howard P. \"Buck\" McKeon"}, "bio": {"birthday": "1938-09-09", "gender": "M", "religion": "Latter Day Saints"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 25, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 25, "party": "Republican", "url": "http://www.house.gov/mckeon"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 25, "party": "Republican", "url": "http://www.house.gov/mckeon"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 25, "party": "Republican", "url": "http://mckeon.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 25, "party": "Republican", "url": "http://mckeon.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 25, "party": "Republican", "url": "http://mckeon.house.gov", "address": "2184 Rayburn HOB; Washington DC 20515-0525", "phone": "202-225-1956", "fax": "202-226-0683", "contact_form": "http://mckeon.house.gov/contact.shtml", "office": "2184 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Republican", "district": 25, "url": "http://mckeon.house.gov", "address": "2310 Rayburn HOB; Washington DC 20515-0525", "phone": "202-225-1956", "fax": "202-226-0683", "contact_form": "https://mckeon.house.gov/forms/writeyourrep/default.aspx", "office": "2310 Rayburn House Office Building", "rss_url": "http://mckeon.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "M001149", "thomas": "01730", "govtrack": 400274, "opensecrets": "N00024770", "votesmart": 6582, "fec": ["H2ME02097"], "cspan": 1003591, "wikipedia": "Mike Michaud", "house_history": 18770, "ballotpedia": "Mike Michaud", "maplight": 370, "icpsr": 20328, "wikidata": "Q748640", "google_entity_id": "kg:/m/024xjp"}, "name": {"first": "Michael", "middle": "H.", "last": "Michaud", "official_full": "Michael H. Michaud"}, "bio": {"birthday": "1955-01-18", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "ME", "district": 2, "party": "Democrat", "url": "http://www.house.gov/michaud"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "ME", "district": 2, "party": "Democrat", "url": "http://www.house.gov/michaud"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "ME", "district": 2, "party": "Democrat", "url": "http://michaud.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "ME", "district": 2, "party": "Democrat", "url": "http://michaud.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "ME", "district": 2, "party": "Democrat", "url": "http://michaud.house.gov", "address": "1724 Longworth HOB; Washington DC 20515-1902", "phone": "202-225-6306", "fax": "202-225-2943", "contact_form": "https://forms.house.gov/michaud/webforms/issue_subscribe.htm", "office": "1724 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "ME", "party": "Democrat", "district": 2, "url": "http://michaud.house.gov", "address": "1724 Longworth HOB; Washington DC 20515-1902", "phone": "202-225-6306", "fax": "202-225-2943", "contact_form": "http://michaud.house.gov/email", "office": "1724 Longworth House Office Building", "rss_url": "http://michaud.house.gov/rss.xml"}]}, {"id": {"bioguide": "M001139", "thomas": "01584", "govtrack": 400277, "opensecrets": "N00006954", "votesmart": 8346, "fec": ["H8CA41063"], "cspan": 57888, "wikipedia": "Gary Miller", "house_history": 18751, "maplight": 373, "icpsr": 29905, "wikidata": "Q781113", "google_entity_id": "kg:/m/024xfr"}, "name": {"first": "Gary", "middle": "G.", "last": "Miller", "official_full": "Gary G. Miller"}, "bio": {"birthday": "1948-10-16", "gender": "M", "religion": "Christian"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 41, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 41, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 42, "party": "Republican", "url": "http://www.house.gov/garymiller"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 42, "party": "Republican", "url": "http://www.house.gov/garymiller"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 42, "party": "Republican", "url": "http://www.house.gov/garymiller"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 42, "party": "Republican", "url": "http://www.house.gov/garymiller"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 42, "party": "Republican", "url": "http://www.house.gov/garymiller", "address": "2349 Rayburn HOB; Washington DC 20515-0542", "phone": "202-225-3201", "fax": "202-226-6962", "contact_form": "http://garymiller.house.gov/Contact/", "office": "2349 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Republican", "district": 31, "url": "http://garymiller.house.gov", "address": "2467 Rayburn HOB; Washington DC 20515-0531", "phone": "202-225-3201", "fax": "202-226-6962", "contact_form": "http://garymiller.house.gov/contact/", "office": "2467 Rayburn House Office Building", "rss_url": "http://garymiller.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "M000725", "thomas": "00808", "govtrack": 400278, "opensecrets": "N00007390", "votesmart": 26734, "icpsr": 14256, "fec": ["H6CA07043"], "cspan": 622, "wikipedia": "George Miller (California politician)", "house_history": 18239, "ballotpedia": "George Miller", "maplight": 374, "wikidata": "Q966352", "google_entity_id": "kg:/m/024sjl"}, "name": {"first": "George", "last": "Miller", "official_full": "George Miller"}, "bio": {"birthday": "1945-05-17", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/georgemiller"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/georgemiller"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/georgemiller"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/georgemiller"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/georgemiller", "address": "2205 Rayburn HOB; Washington DC 20515-0507", "phone": "202-225-2095", "fax": "202-225-5609", "contact_form": "http://georgemiller.house.gov/contactus/2007/08/post_1.html", "office": "2205 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 11, "url": "http://georgemiller.house.gov", "address": "2205 Rayburn HOB; Washington DC 20515-0511", "phone": "202-225-2095", "fax": "202-225-5609", "contact_form": "https://georgemiller.house.gov/contact-me/email-me", "office": "2205 Rayburn House Office Building", "rss_url": "http://georgemiller.house.gov/rss.xml"}]}, {"id": {"bioguide": "M000933", "thomas": "00832", "govtrack": 400283, "opensecrets": "N00002083", "votesmart": 27118, "fec": ["H0VA08040"], "cspan": 4269, "wikipedia": "Jim Moran", "house_history": 18503, "ballotpedia": "Jim Moran", "maplight": 380, "icpsr": 29149, "wikidata": "Q1337736", "google_entity_id": "kg:/m/025bgj"}, "name": {"first": "James", "middle": "P.", "last": "Moran", "suffix": "Jr.", "nickname": "Jim", "official_full": "James P. Moran"}, "bio": {"birthday": "1945-05-16", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "VA", "district": 8, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "VA", "district": 8, "party": "Democrat", "url": "http://www.house.gov/moran"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "VA", "district": 8, "party": "Democrat", "url": "http://www.house.gov/moran"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "VA", "district": 8, "party": "Democrat", "url": "http://www.house.gov/moran"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "VA", "district": 8, "party": "Democrat", "url": "http://www.house.gov/moran"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "VA", "district": 8, "party": "Democrat", "url": "http://www.house.gov/moran", "address": "2239 Rayburn HOB; Washington DC 20515-4608", "phone": "202-225-4376", "fax": "202-225-0017", "contact_form": "http://moran.house.gov/zipauth.shtml", "office": "2239 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "VA", "party": "Democrat", "district": 8, "url": "http://moran.house.gov", "address": "2252 Rayburn HOB; Washington DC 20515-4608", "phone": "202-225-4376", "fax": "202-225-0017", "contact_form": "https://moran.house.gov/contact-me", "office": "2252 Rayburn House Office Building", "rss_url": "http://moran.house.gov/rss.xml"}]}, {"id": {"bioguide": "O000169", "thomas": "01974", "govtrack": 412383, "opensecrets": "N00031011", "votesmart": 116354, "fec": ["H0NY23081"], "cspan": 9265845, "wikipedia": "Bill Owens (New York politician)", "house_history": 19280, "maplight": 1210, "icpsr": 20957, "wikidata": "Q862349", "google_entity_id": "kg:/m/076tjbk"}, "name": {"first": "William", "middle": "L.", "last": "Owens", "official_full": "William L. Owens"}, "bio": {"birthday": "1949-01-20", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-11-03", "end": "2011-01-03", "state": "NY", "district": 23, "party": "Democrat", "url": "http://owens.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 23, "party": "Democrat", "url": "http://owens.house.gov/", "address": "431 Cannon HOB; Washington DC 20515-3223", "phone": "202-225-4611", "fax": "202-226-0621", "contact_form": "http://owens.house.gov/contact/email-me.shtml", "office": "431 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 21, "url": "http://owens.house.gov", "address": "405 Cannon HOB; Washington DC 20515-3221", "phone": "202-225-4611", "fax": "202-226-0621", "contact_form": "http://owens.house.gov/contact/", "office": "405 Cannon House Office Building", "rss_url": "http://owens.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "P000099", "thomas": "00893", "govtrack": 400310, "opensecrets": "N00006397", "votesmart": 26719, "fec": ["H2AZ02055"], "cspan": 20628, "house_history": 19396, "wikipedia": "Ed Pastor", "ballotpedia": "Ed Pastor", "maplight": 404, "icpsr": 29101, "wikidata": "Q1282450", "google_entity_id": "kg:/m/024p6d"}, "name": {"first": "Ed", "last": "Pastor", "official_full": "Ed Pastor"}, "bio": {"birthday": "1943-06-28", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "AZ", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "AZ", "district": 4, "party": "Democrat", "url": "http://www.house.gov/pastor"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "AZ", "district": 4, "party": "Democrat", "url": "http://www.house.gov/pastor"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "AZ", "district": 4, "party": "Democrat", "url": "http://www.house.gov/pastor"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AZ", "district": 4, "party": "Democrat", "url": "http://www.house.gov/pastor"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "AZ", "district": 4, "party": "Democrat", "url": "http://www.house.gov/pastor", "address": "2465 Rayburn HOB; Washington DC 20515-0304", "phone": "202-225-4065", "fax": "202-225-1655", "contact_form": "http://www.house.gov/writerep", "office": "2465 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AZ", "party": "Democrat", "district": 7, "url": "http://www.pastor.house.gov", "address": "2465 Rayburn HOB; Washington DC 20515-0307", "phone": "202-225-4065", "fax": "202-225-1655", "contact_form": "https://pastor.house.gov/email-me", "office": "2465 Rayburn House Office Building", "rss_url": "http://www.house.gov/index.php?format=feed&type=rss"}]}, {"id": {"bioguide": "P000265", "thomas": "00912", "govtrack": 400318, "opensecrets": "N00004426", "votesmart": 27139, "icpsr": 14675, "fec": ["H0WI06061"], "cspan": 3190, "wikipedia": "Tom Petri", "house_history": 19606, "ballotpedia": "Tom Petri", "maplight": 412, "wikidata": "Q969776", "google_entity_id": "kg:/m/024tmj"}, "name": {"first": "Thomas", "middle": "E.", "last": "Petri", "nickname": "Tom", "official_full": "Thomas E. Petri"}, "bio": {"birthday": "1940-05-28", "gender": "M", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WI", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WI", "district": 6, "party": "Republican", "url": "http://www.house.gov/petri"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WI", "district": 6, "party": "Republican", "url": "http://www.house.gov/petri"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WI", "district": 6, "party": "Republican", "url": "http://www.house.gov/petri"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WI", "district": 6, "party": "Republican", "url": "http://www.house.gov/petri"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WI", "district": 6, "party": "Republican", "url": "http://www.house.gov/petri", "address": "2462 Rayburn HOB; Washington DC 20515-4906", "phone": "202-225-2476", "fax": "202-225-2356", "contact_form": "https://forms.house.gov/petri/zip_authen.shtml", "office": "2462 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WI", "party": "Republican", "district": 6, "url": "http://petri.house.gov", "address": "2462 Rayburn HOB; Washington DC 20515-4906", "phone": "202-225-2476", "fax": "202-225-2356", "contact_form": "http://petri.house.gov/contact-me/email-me", "office": "2462 Rayburn House Office Building", "rss_url": "http://petri.house.gov/rss.xml"}]}, {"id": {"bioguide": "R000011", "thomas": "00940", "govtrack": 400331, "opensecrets": "N00002198", "votesmart": 27133, "icpsr": 14448, "fec": ["H6WV04057"], "cspan": 8272, "wikipedia": "Nick Rahall", "house_history": 20087, "ballotpedia": "Nick Rahall", "maplight": 424, "wikidata": "Q262534", "google_entity_id": "kg:/m/024zc8"}, "name": {"first": "Nick", "middle": "J.", "last": "Rahall", "suffix": "II", "official_full": "Nick J. Rahall II"}, "bio": {"birthday": "1949-05-20", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WV", "district": 4, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WV", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WV", "district": 3, "party": "Democrat", "url": "http://www.house.gov/rahall"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WV", "district": 3, "party": "Democrat", "url": "http://www.house.gov/rahall"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WV", "district": 3, "party": "Democrat", "url": "http://www.rahall.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WV", "district": 3, "party": "Democrat", "url": "http://www.rahall.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WV", "district": 3, "party": "Democrat", "url": "http://www.rahall.house.gov", "address": "2307 Rayburn HOB; Washington DC 20515-4803", "phone": "202-225-3452", "fax": "202-225-9061", "contact_form": "http://www.rahall.house.gov/?sectionid=9&sectiontree=9", "office": "2307 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WV", "party": "Democrat", "district": 3, "url": "http://rahall.house.gov", "address": "2307 Rayburn HOB; Washington DC 20515-4803", "phone": "202-225-3452", "fax": "202-225-9061", "contact_form": "https://rahall.house.gov/contact-me/email-me", "office": "2307 Rayburn House Office Building", "rss_url": "http://rahall.house.gov/rss.xml"}]}, {"id": {"bioguide": "R000572", "thomas": "01651", "govtrack": 400342, "opensecrets": "N00009668", "votesmart": 8751, "fec": ["H0MI08042"], "cspan": 86133, "house_history": 20789, "wikipedia": "Mike Rogers (Michigan politician)", "ballotpedia": "Mike Rogers (Michigan)", "maplight": 435, "icpsr": 20120, "wikidata": "Q970515", "google_entity_id": "kg:/m/0258zm"}, "name": {"first": "Mike", "last": "Rogers", "official_full": "Mike Rogers"}, "bio": {"birthday": "1963-06-02", "gender": "M"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MI", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MI", "district": 8, "party": "Republican", "url": "http://www.house.gov/mikerogers"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MI", "district": 8, "party": "Republican", "url": "http://www.house.gov/mikerogers"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MI", "district": 8, "party": "Republican", "url": "http://www.house.gov/mikerogers"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MI", "district": 8, "party": "Republican", "url": "http://www.house.gov/mikerogers"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MI", "district": 8, "party": "Republican", "url": "http://www.house.gov/mikerogers", "address": "133 Cannon HOB; Washington DC 20515-2208", "phone": "202-225-4872", "fax": "202-225-5820", "contact_form": "http://www.mikerogers.house.gov/Contact.aspx", "office": "133 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MI", "party": "Republican", "district": 8, "url": "http://mikerogers.house.gov", "address": "2112 Rayburn HOB; Washington DC 20515-2208", "phone": "202-225-4872", "fax": "202-225-5820", "contact_form": "https://mikerogers.house.gov/contact/contactform.htm?zip5=48915", "office": "2112 Rayburn House Office Building", "rss_url": "http://mikerogers.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "R000594", "thomas": "02039", "govtrack": 412449, "opensecrets": "N00031988", "votesmart": 121117, "fec": ["H0NJ03153"], "cspan": 61904, "wikipedia": "Jon Runyan", "house_history": 20824, "ballotpedia": "Jon Runyan", "maplight": 1458, "icpsr": 21153, "wikidata": "Q1702841", "google_entity_id": "kg:/m/04q2pt"}, "name": {"first": "Jon", "last": "Runyan", "official_full": "Jon Runyan"}, "bio": {"birthday": "1973-11-27", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NJ", "district": 3, "party": "Republican", "url": "http://runyan.house.gov/", "address": "1239 Longworth HOB; Washington DC 20515-3003", "phone": "202-225-4765", "fax": "202-225-0778", "office": "1239 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NJ", "party": "Republican", "district": 3, "url": "http://runyan.house.gov", "address": "1239 Longworth HOB; Washington DC 20515-3003", "phone": "202-225-4765", "fax": "202-225-0778", "office": "1239 Longworth House Office Building", "rss_url": "http://runyan.house.gov/rss.xml", "contact_form": "https://runyan.house.gov/contact-me/email-me"}]}, {"id": {"bioguide": "S001162", "thomas": "01798", "govtrack": 400647, "opensecrets": "N00001579", "votesmart": 5239, "fec": ["H4PA13124", "S8PA00163"], "cspan": 57332, "wikipedia": "Allyson Schwartz", "ballotpedia": "Allyson Schwartz", "maplight": 653, "icpsr": 20525, "house_history": 22582, "wikidata": "Q202495", "google_entity_id": "kg:/m/04bbm6"}, "name": {"first": "Allyson", "middle": "Y.", "last": "Schwartz", "official_full": "Allyson Y. Schwartz"}, "bio": {"birthday": "1948-10-03", "gender": "F"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 13, "party": "Democrat"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 13, "party": "Democrat", "url": "http://www.house.gov/schwartz"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 13, "party": "Democrat", "url": "http://www.house.gov/schwartz"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 13, "party": "Democrat", "url": "http://www.house.gov/schwartz", "address": "1227 Longworth HOB; Washington DC 20515-3813", "phone": "202-225-6111", "fax": "202-226-0611", "contact_form": "http://schwartz.house.gov/serving-you/email-me", "office": "1227 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Democrat", "district": 13, "url": "http://schwartz.house.gov", "address": "1227 Longworth HOB; Washington DC 20515-3813", "phone": "202-225-6111", "fax": "202-226-0611", "contact_form": "http://schwartz.house.gov/serving-you/email-me", "office": "1227 Longworth House Office Building", "rss_url": "http://schwartz.house.gov/rss.xml"}]}, {"id": {"bioguide": "S001186", "thomas": "02000", "govtrack": 412408, "opensecrets": "N00031204", "votesmart": 124329, "fec": ["H0FL02110"], "cspan": 61775, "wikipedia": "Steve Southerland (Florida politician)", "ballotpedia": "Steve Southerland II", "maplight": 1420, "icpsr": 21114, "house_history": 22626, "wikidata": "Q2347302", "google_entity_id": "kg:/m/0cz7x_b"}, "name": {"first": "Steve", "last": "Southerland", "official_full": "Steve Southerland II"}, "bio": {"birthday": "1965-10-10", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 2, "party": "Republican", "url": "http://southerland.house.gov/", "address": "1229 Longworth HOB; Washington DC 20515-0902", "phone": "202-225-5235", "fax": "202-225-5615", "office": "1229 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 2, "url": "http://southerland.house.gov", "address": "1229 Longworth HOB; Washington DC 20515-0902", "phone": "202-225-5235", "fax": "202-225-5615", "office": "1229 Longworth House Office Building", "rss_url": "http://southerland.house.gov/index.cfm/rss/feed", "contact_form": "https://southerland.house.gov/index.cfm/email-me"}]}, {"id": {"bioguide": "T000459", "thomas": "01566", "govtrack": 400400, "opensecrets": "N00005321", "votesmart": 21276, "fec": ["H8NE02139"], "cspan": 57891, "wikipedia": "Lee Terry", "ballotpedia": "Lee Terry", "maplight": 487, "icpsr": 29921, "house_history": 23198, "wikidata": "Q585249", "google_entity_id": "kg:/m/0bb1l8"}, "name": {"first": "Lee", "middle": "R.", "last": "Terry", "official_full": "Lee Terry"}, "bio": {"birthday": "1962-01-29", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NE", "district": 2, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NE", "district": 2, "party": "Republican", "url": "http://www.house.gov/terry"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NE", "district": 2, "party": "Republican", "url": "http://www.house.gov/terry"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NE", "district": 2, "party": "Republican", "url": "http://leeterry.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NE", "district": 2, "party": "Republican", "url": "http://leeterry.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NE", "district": 2, "party": "Republican", "url": "http://leeterry.house.gov", "address": "2331 Rayburn HOB; Washington DC 20515-2702", "phone": "202-225-4155", "fax": "202-226-5452", "contact_form": "http://www.house.gov/formleeterry/IMA/issue.htm", "office": "2331 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NE", "party": "Republican", "district": 2, "url": "http://leeterry.house.gov", "address": "2266 Rayburn HOB; Washington DC 20515-2702", "phone": "202-225-4155", "fax": "202-226-5452", "contact_form": "http://leeterry.house.gov/contact/", "office": "2266 Rayburn House Office Building", "rss_url": "http://leeterry.house.gov/index.php?format=feed&type=rss"}]}, {"id": {"bioguide": "T000266", "thomas": "01535", "govtrack": 400407, "opensecrets": "N00000226", "votesmart": 553, "fec": ["H4MA06033"], "cspan": 37546, "wikipedia": "John F. Tierney", "maplight": 494, "icpsr": 29730, "house_history": 22957, "wikidata": "Q1700027", "google_entity_id": "kg:/m/02d4pj"}, "name": {"first": "John", "middle": "F.", "last": "Tierney", "official_full": "John F. Tierney"}, "bio": {"birthday": "1951-09-18", "gender": "M"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "MA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "MA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "MA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MA", "district": 6, "party": "Democrat", "url": "http://www.house.gov/tierney"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MA", "district": 6, "party": "Democrat", "url": "http://www.house.gov/tierney"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MA", "district": 6, "party": "Democrat", "url": "http://www.house.gov/tierney"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MA", "district": 6, "party": "Democrat", "url": "http://www.house.gov/tierney"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MA", "district": 6, "party": "Democrat", "url": "http://www.house.gov/tierney", "address": "2238 Rayburn HOB; Washington DC 20515-2106", "phone": "202-225-8020", "fax": "202-225-5915", "contact_form": "http://www.house.gov/tierney/IMA/email.shtml", "office": "2238 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MA", "party": "Democrat", "district": 6, "url": "http://tierney.house.gov", "address": "2238 Rayburn HOB; Washington DC 20515-2106", "phone": "202-225-8020", "fax": "202-225-5915", "contact_form": "https://tierney.house.gov/contact/email-me", "office": "2238 Rayburn House Office Building", "rss_url": "http://tierney.house.gov/rss.xml"}]}, {"id": {"bioguide": "W000215", "thomas": "01209", "govtrack": 400425, "opensecrets": "N00001861", "votesmart": 26753, "icpsr": 14280, "fec": ["H6CA24048"], "cspan": 8319, "wikipedia": "Henry Waxman", "ballotpedia": "Henry Waxman", "maplight": 510, "house_history": 23475, "wikidata": "Q776941", "google_entity_id": "kg:/m/024tqw"}, "name": {"first": "Henry", "middle": "A.", "last": "Waxman", "official_full": "Henry A. Waxman"}, "bio": {"birthday": "1939-09-12", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "CA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "CA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "CA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "CA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 24, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 29, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 30, "party": "Democrat", "url": "http://www.house.gov/waxman"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 30, "party": "Democrat", "url": "http://www.house.gov/waxman"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 30, "party": "Democrat", "url": "http://www.henrywaxman.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 30, "party": "Democrat", "url": "http://www.henrywaxman.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 30, "party": "Democrat", "url": "http://www.henrywaxman.house.gov", "address": "2204 Rayburn HOB; Washington DC 20515-0530", "phone": "202-225-3976", "fax": "202-225-4099", "contact_form": "http://waxman.house.gov/Contact/", "office": "2204 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 33, "url": "http://waxman.house.gov", "address": "2204 Rayburn HOB; Washington DC 20515-0533", "phone": "202-225-3976", "fax": "202-225-4099", "contact_form": "https://waxman.house.gov/contact-me/email-me", "office": "2204 Rayburn House Office Building", "rss_url": "http://waxman.house.gov/rss.xml"}]}, {"id": {"bioguide": "W000672", "thomas": "01238", "govtrack": 400435, "opensecrets": "N00002073", "votesmart": 27120, "icpsr": 14869, "fec": ["H6VA10050"], "cspan": 7508, "wikipedia": "Frank Wolf (politician)", "ballotpedia": "Frank Wolf", "maplight": 520, "house_history": 24018, "wikidata": "Q1444483", "google_entity_id": "kg:/m/027zy9"}, "name": {"first": "Frank", "middle": "R.", "last": "Wolf", "official_full": "Frank R. Wolf"}, "bio": {"birthday": "1939-01-30", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "VA", "district": 10, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "VA", "district": 10, "party": "Republican", "url": "http://www.house.gov/wolf"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "VA", "district": 10, "party": "Republican", "url": "http://www.house.gov/wolf"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "VA", "district": 10, "party": "Republican", "url": "http://www.house.gov/wolf"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "VA", "district": 10, "party": "Republican", "url": "http://www.house.gov/wolf"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "VA", "district": 10, "party": "Republican", "url": "http://www.house.gov/wolf", "address": "241 Cannon HOB; Washington DC 20515-4610", "phone": "202-225-5136", "fax": "202-225-0437", "contact_form": "http://www.house.gov/formwolf/contact_email/emailzip.shtml", "office": "241 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "VA", "party": "Republican", "district": 10, "url": "http://wolf.house.gov", "address": "233 Cannon HOB; Washington DC 20515-4610", "phone": "202-225-5136", "fax": "202-225-0437", "contact_form": "https://wolf.house.gov/contact/email-me#.U06IH-ZdUrw", "office": "233 Cannon House Office Building", "rss_url": "http://wolf.house.gov/common/rss//index.cfm?rss=34"}]}, {"id": {"bioguide": "B001279", "thomas": "02093", "govtrack": 412502, "opensecrets": "N00033981", "votesmart": 137292, "fec": ["H2AZ08094"], "cspan": 31093, "wikipedia": "Ron Barber", "ballotpedia": "Ron Barber", "maplight": 1683, "icpsr": 21199, "wikidata": "Q2165407", "google_entity_id": "kg:/m/0k0qntf"}, "name": {"first": "Ron", "last": "Barber", "official_full": "Ron Barber"}, "bio": {"birthday": "1945-08-25", "gender": "M"}, "terms": [{"type": "rep", "start": "2012-06-12", "end": "2013-01-03", "state": "AZ", "district": 8, "party": "Democrat", "url": "http://barber.house.gov/", "address": "1030 Longworth HOB; Washington DC 20515-0308", "phone": "202-225-2542", "fax": "202-225-0378", "contact_form": "https://barber.house.gov/contact-me/email-me", "office": "1030 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AZ", "party": "Democrat", "district": 2, "url": "http://barber.house.gov", "address": "1029 Longworth HOB; Washington DC 20515-0302", "phone": "202-225-2542", "fax": "202-225-0378", "contact_form": "https://barber.house.gov/contact/email-me", "office": "1029 Longworth House Office Building", "rss_url": "http://barber.house.gov/rss.xml"}]}, {"id": {"bioguide": "S000937", "thomas": "01114", "govtrack": 410396, "cspan": 3626, "votesmart": 21703, "wikipedia": "Steve Stockman", "fec": ["H6TX22143", "H0TX09077"], "opensecrets": "N00005918", "ballotpedia": "Steve Stockman", "maplight": 1731, "icpsr": 29570, "house_history": 22297, "wikidata": "Q1605321", "google_entity_id": "kg:/m/03s7kz"}, "name": {"first": "Steve", "last": "Stockman", "official_full": "Steve Stockman"}, "bio": {"birthday": "1956-11-14", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "TX", "district": 9, "party": "Republican"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 36, "office": "326 Cannon House Office Building", "address": "326 Cannon HOB; Washington DC 20515-4336", "phone": "202-225-1555", "url": "http://stockman.house.gov", "rss_url": "http://stockman.house.gov/rss.xml", "contact_form": "https://stockman.house.gov/contact/email-me", "fax": "202-226-0396"}]}, {"id": {"bioguide": "M001171", "thomas": "01943", "govtrack": 412297, "opensecrets": "N00027891", "votesmart": 68959, "fec": ["H6NY25125"], "cspan": 51904, "wikipedia": "Dan Maffei", "house_history": 18813, "ballotpedia": "Dan Maffei", "maplight": 779, "icpsr": 20935, "wikidata": "Q1159112", "google_entity_id": "kg:/m/0g25ql"}, "name": {"first": "Daniel", "middle": "B.", "last": "Maffei", "official_full": "Daniel B. Maffei"}, "bio": {"birthday": "1968-07-04", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 25, "party": "Democrat", "url": "http://maffei.house.gov"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 24, "url": "http://maffei.house.gov", "office": "422 Cannon House Office Building", "address": "422 Cannon HOB; Washington DC 20515-3224", "phone": "202-225-3701", "rss_url": "http://maffei.house.gov/rss.xml", "contact_form": "https://maffei.house.gov/email-me", "fax": "202-225-4042"}]}, {"id": {"govtrack": 412518, "bioguide": "N000187", "thomas": "02108", "cspan": 69136, "opensecrets": "N00033509", "votesmart": 16492, "wikipedia": "Gloria Negrete McLeod", "fec": ["H2CA35118"], "ballotpedia": "Gloria Negrete McLeod", "maplight": 1742, "icpsr": 21310, "house_history": 15032390256, "wikidata": "Q3672666", "google_entity_id": "kg:/m/028bczp"}, "name": {"first": "Gloria", "last": "Negrete McLeod", "official_full": "Gloria Negrete McLeod"}, "bio": {"gender": "F", "birthday": "1941-09-06"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 35, "office": "1641 Longworth House Office Building", "address": "1641 Longworth HOB; Washington DC 20515-0535", "phone": "202-225-6161", "url": "http://negretemcleod.house.gov", "rss_url": "http://negretemcleod.house.gov/rss.xml", "contact_form": "http://negretemcleod.house.gov/EmailGloria", "fax": "202-225-8671"}]}, {"id": {"govtrack": 412530, "bioguide": "G000573", "thomas": "02120", "cspan": 623086, "votesmart": 124355, "wikipedia": "Joe Garcia", "fec": ["H8FL25015", "H2FL26057"], "opensecrets": "N00029908", "ballotpedia": "Joe Garcia", "maplight": 1754, "icpsr": 21322, "wikidata": "Q3182488", "google_entity_id": "kg:/m/02rcmqb"}, "name": {"first": "Joe", "last": "Garcia", "official_full": "Joe Garcia"}, "bio": {"gender": "M", "birthday": "1963-10-19"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Democrat", "district": 26, "office": "1440 Longworth House Office Building", "address": "1440 Longworth HOB; Washington DC 20515-0926", "phone": "202-225-2778", "url": "http://garcia.house.gov", "rss_url": "http://garcia.house.gov/rss.xml", "contact_form": "http://garciaforms.house.gov/email-me/"}]}, {"id": {"govtrack": 412535, "bioguide": "E000292", "thomas": "02125", "cspan": 79286, "opensecrets": "N00034884", "votesmart": 110744, "wikipedia": "William Enyart", "fec": ["H2IL12122"], "ballotpedia": "William Enyart", "maplight": 1759, "icpsr": 21327, "wikidata": "Q797837", "google_entity_id": "kg:/m/0k2fvzd"}, "name": {"first": "William", "last": "Enyart", "middle": "L.", "official_full": "William L. Enyart"}, "bio": {"gender": "M", "birthday": "1949-09-22"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Democrat", "district": 12, "office": "1722 Longworth House Office Building", "address": "1722 Longworth HOB; Washington DC 20515-1312", "phone": "202-225-5661", "url": "http://enyart.house.gov", "rss_url": "http://enyart.house.gov/rss.xml", "contact_form": "http://enyart.house.gov/contact"}]}, {"id": {"govtrack": 412547, "bioguide": "B001280", "thomas": "02135", "cspan": 79627, "votesmart": 123059, "wikipedia": "Kerry Bentivolio", "fec": ["H2MI11133"], "opensecrets": "N00033625", "ballotpedia": "Kerry Bentivolio", "maplight": 1771, "icpsr": 21336, "wikidata": "Q3880318", "google_entity_id": "kg:/m/0jwtq8b"}, "name": {"first": "Kerry", "last": "Bentivolio", "middle": "L.", "official_full": "Kerry L. Bentivolio"}, "bio": {"gender": "M", "birthday": "1951-10-06"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MI", "party": "Republican", "district": 11, "office": "226 Cannon House Office Building", "address": "226 Cannon HOB; Washington DC 20515-2211", "phone": "202-225-8171", "url": "http://bentivolio.house.gov", "rss_url": "http://bentivolio.house.gov/rss.xml", "contact_form": "https://bentivolio.house.gov/contact/email-me"}]}, {"id": {"govtrack": 412559, "bioguide": "H001066", "thomas": "02147", "cspan": 79614, "votesmart": 44064, "wikipedia": "Steven Horsford", "fec": ["H2NV04011"], "opensecrets": "N00033638", "ballotpedia": "Steven Horsford", "maplight": 1783, "icpsr": 21339, "wikidata": "Q3514907", "google_entity_id": "kg:/m/03c01w9"}, "name": {"first": "Steven", "last": "Horsford", "middle": "A.", "official_full": "Steven A. Horsford"}, "bio": {"gender": "M", "birthday": "1973-04-29"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NV", "party": "Democrat", "district": 4, "office": "1330 Longworth House Office Building", "address": "1330 Longworth HOB; Washington DC 20515-2804", "phone": "202-225-9894", "url": "http://horsford.house.gov", "rss_url": "http://horsford.house.gov/rss.xml", "contact_form": "https://horsford.house.gov/contact/email-me"}]}, {"id": {"govtrack": 412577, "bioguide": "G000572", "thomas": "02164", "cspan": 79696, "votesmart": 5505, "wikipedia": "Pete Gallego", "fec": ["H2TX23124"], "opensecrets": "N00033541", "ballotpedia": "Pete Gallego", "maplight": 1801, "icpsr": 21363, "wikidata": "Q4014524", "google_entity_id": "kg:/m/03qfqy8"}, "name": {"first": "Pete", "last": "Gallego", "middle": "P.", "official_full": "Pete P. Gallego"}, "bio": {"gender": "M", "birthday": "1961-12-02"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Democrat", "district": 23, "office": "431 Cannon House Office Building", "address": "431 Cannon HOB; Washington DC 20515-4323", "phone": "202-225-4511", "url": "http://gallego.house.gov", "rss_url": "http://gallego.house.gov/rss.xml", "contact_form": "https://gallego.house.gov/contact/email-me", "fax": "210-927-4903"}]}, {"id": {"bioguide": "M001192", "govtrack": 412599, "opensecrets": "N00035593", "votesmart": 145379, "thomas": "02195", "cspan": 73009, "wikipedia": "Vance McAllister", "ballotpedia": "Vance McAllister", "fec": ["H4LA05130"], "maplight": 2052, "wikidata": "Q15304910", "google_entity_id": "kg:/m/0ywyyqz"}, "name": {"first": "Vance", "last": "McAllister", "official_full": "Vance M. McAllister"}, "bio": {"birthday": "1974-01-07", "gender": "M"}, "terms": [{"type": "rep", "start": "2013-11-16", "end": "2015-01-03", "state": "LA", "district": 5, "party": "Republican", "url": "http://mcallister.house.gov", "phone": "202-225-8490", "address": "316 Cannon HOB; Washington DC 20515-1805", "office": "316 Cannon House Office Building", "contact_form": "https://mcallister.house.gov/email-me"}]}, {"id": {"bioguide": "W000818", "lis": "S371", "thomas": "02198", "govtrack": 412602, "opensecrets": "N00035686", "votesmart": 111027, "wikipedia": "John Walsh (U.S. politician)", "cspan": 73846, "fec": ["S4MT00118"], "maplight": 2055, "wikidata": "Q6262874", "google_entity_id": "kg:/m/0nbx8tv"}, "name": {"first": "John", "middle": "E.", "last": "Walsh", "official_full": "John E. Walsh"}, "bio": {"birthday": "1960-11-03", "gender": "M"}, "terms": [{"type": "sen", "start": "2014-02-11", "end": "2015-01-03", "state": "MT", "class": 2, "party": "Democrat", "state_rank": "junior", "url": "http://www.walsh.senate.gov", "address": "511 Hart Senate Office Building Washington DC 20510", "office": "511 Hart Senate Office Building", "phone": "202-224-2651", "contact_form": "http://www.walsh.senate.gov/contact.cfm"}]}, {"id": {"bioguide": "G000569", "thomas": "02041", "govtrack": 412451, "opensecrets": "N00031401", "votesmart": 127075, "fec": ["H0NY13074"], "cspan": 62667, "wikipedia": "Michael Grimm (politician)", "house_history": 14289, "maplight": 1459, "icpsr": 21154, "wikidata": "Q32726", "google_entity_id": "kg:/m/0ddgk4k"}, "name": {"first": "Michael", "last": "Grimm", "official_full": "Michael G. Grimm", "middle": "G."}, "bio": {"birthday": "1970-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 13, "party": "Republican", "url": "http://grimm.house.gov/", "address": "512 Cannon HOB; Washington DC 20515-3213", "phone": "202-225-3371", "fax": "202-226-1272", "office": "512 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Republican", "district": 11, "url": "http://grimm.house.gov", "address": "512 Cannon HOB; Washington DC 20515-3211", "phone": "202-225-3371", "fax": "202- 226-1272", "office": "512 Cannon House Office Building", "rss_url": "http://grimm.house.gov/rss.xml", "contact_form": "https://grimm.house.gov/contact-me/email-me"}]}, {"id": {"bioguide": "C000556", "thomas": "00211", "govtrack": 400076, "opensecrets": "N00002247", "votesmart": 27001, "icpsr": 15092, "fec": ["H4NC06011"], "cspan": 6961, "wikipedia": "Howard Coble", "house_history": 11145, "ballotpedia": "Howard Coble", "maplight": 193, "wikidata": "Q1631754", "google_entity_id": "kg:/m/0263k5"}, "name": {"first": "Howard", "last": "Coble", "official_full": "Howard Coble"}, "bio": {"birthday": "1931-03-18", "gender": "M", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NC", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NC", "district": 6, "party": "Republican", "url": "http://www.house.gov/coble"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NC", "district": 6, "party": "Republican", "url": "http://www.house.gov/coble"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NC", "district": 6, "party": "Republican", "url": "http://www.house.gov/coble"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NC", "district": 6, "party": "Republican", "url": "http://www.house.gov/coble"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NC", "district": 6, "party": "Republican", "url": "http://www.house.gov/coble", "address": "2188 Rayburn HOB; Washington DC 20515-3306", "phone": "202-225-3065", "fax": "202-225-8611", "contact_form": "http://www.house.gov/writerep", "office": "2188 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NC", "party": "Republican", "district": 6, "url": "http://coble.house.gov", "address": "2188 Rayburn HOB; Washington DC 20515-3306", "phone": "202-225-3065", "fax": "202-225-8611", "contact_form": "http://coble.house.gov/contact/zipcheck.htm", "office": "2188 Rayburn House Office Building", "rss_url": "http://coble.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "J000291", "thomas": "01899", "lis": "S321", "govtrack": 412320, "opensecrets": "N00029444", "votesmart": 21309, "fec": ["S8NE00117"], "cspan": 56552, "wikipedia": "Mike Johanns", "ballotpedia": "Mike Johanns", "maplight": 802, "icpsr": 40905, "wikidata": "Q448880", "google_entity_id": "kg:/m/02722_"}, "name": {"first": "Mike", "last": "Johanns", "official_full": "Mike Johanns"}, "bio": {"birthday": "1950-06-18", "gender": "M"}, "terms": [{"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "NE", "class": 2, "party": "Republican", "url": "http://www.johanns.senate.gov", "address": "404 Russell Senate Office Building Washington DC 20510", "phone": "202-224-4224", "fax": "202-228-0436", "contact_form": "http://www.johanns.senate.gov/public/?p=EmailSenatorJohanns", "office": "404 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.johanns.senate.gov/public/?a=RSS.Feed"}]}, {"id": {"bioguide": "N000186", "thomas": "02034", "govtrack": 412442, "opensecrets": "N00031006", "votesmart": 8326, "fec": ["H0MS01043"], "cspan": 95058, "wikipedia": "Alan Nunnelee", "house_history": 19068, "ballotpedia": "Alan Nunnelee", "maplight": 1452, "icpsr": 21147, "wikidata": "Q24043", "google_entity_id": "kg:/m/05zrc_g"}, "name": {"first": "Alan", "last": "Nunnelee", "official_full": "Alan Nunnelee"}, "bio": {"birthday": "1958-10-09", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MS", "district": 1, "party": "Republican", "url": "http://nunnelee.house.gov/", "address": "1432 Longworth HOB; Washington DC 20515-2401", "phone": "202-225-4306", "fax": "202- 225-3549", "office": "1432 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MS", "party": "Republican", "district": 1, "url": "http://nunnelee.house.gov", "address": "1427 Longworth HOB; Washington DC 20515-2401", "phone": "202-225-4306", "fax": "202- 225-3549", "office": "1427 Longworth House Office Building", "rss_url": "http://nunnelee.house.gov/rss/latest-news.xml", "contact_form": "https://nunnelee.house.gov/contact-form"}, {"type": "rep", "start": "2015-01-06", "end": "2015-02-06", "state": "MS", "party": "Republican", "district": 1, "url": "http://nunnelee.house.gov", "address": "1427 Longworth HOB; Washington DC 20515-2401", "phone": "202-225-4306", "fax": "202- 225-3549", "office": "1427 Longworth House Office Building", "rss_url": "http://nunnelee.house.gov/rss/latest-news.xml", "contact_form": "https://nunnelee.house.gov/contact-form"}]}, {"id": {"bioguide": "S001179", "thomas": "01920", "govtrack": 412314, "opensecrets": "N00029273", "votesmart": 33428, "fec": ["H8IL18043"], "cspan": 1030003, "wikipedia": "Aaron Schock", "ballotpedia": "Aaron Schock", "maplight": 796, "icpsr": 20914, "house_history": 22614, "wikidata": "Q302659", "google_entity_id": "kg:/m/0h6xzk"}, "name": {"first": "Aaron", "last": "Schock", "official_full": "Aaron Schock"}, "bio": {"gender": "M", "birthday": "1981-05-28"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "IL", "district": 18, "party": "Republican", "url": "http://schock.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 18, "party": "Republican", "url": "http://schock.house.gov", "address": "328 Cannon HOB; Washington DC 20515-1318", "phone": "202-225-6201", "fax": "202-225-9249", "contact_form": "https://forms.house.gov/schock/contact-form.shtml", "office": "328 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IL", "party": "Republican", "district": 18, "url": "http://schock.house.gov", "address": "328 Cannon HOB; Washington DC 20515-1318", "phone": "202-225-6201", "fax": "202-225-9249", "contact_form": "https://schock.house.gov/contact/contactform.htm?zip5=", "office": "328 Cannon House Office Building", "rss_url": "http://schock.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2015-03-31", "state": "IL", "party": "Republican", "district": 18, "url": "http://schock.house.gov", "address": "2464 Rayburn HOB; Washington DC 20515-1318", "phone": "202-225-6201", "fax": "202-225-9249", "contact_form": "https://schock.house.gov/contact/contactform.htm?zip5=", "office": "2464 Rayburn House Office Building", "rss_url": "http://schock.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "B000589", "thomas": "00102", "govtrack": 400036, "opensecrets": "N00003675", "votesmart": 27015, "fec": ["H0OH08029"], "cspan": 16740, "wikipedia": "John Boehner", "house_history": 9538, "ballotpedia": "John A. Boehner", "maplight": 155, "icpsr": 29137, "wikidata": "Q11702", "google_entity_id": "kg:/m/039rwf"}, "name": {"first": "John", "middle": "A.", "last": "Boehner", "official_full": "John A. Boehner"}, "bio": {"birthday": "1949-11-17", "gender": "M", "religion": "Roman Catholic"}, "leadership_roles": [{"title": "Speaker", "chamber": "house", "start": "2011-01-05", "end": "2013-01-03"}, {"title": "Speaker", "chamber": "house", "start": "2013-01-03", "end": "2015-01-03"}, {"title": "Speaker", "chamber": "house", "start": "2015-01-06", "end": "2015-10-28"}], "terms": [{"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "OH", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "OH", "district": 8, "party": "Republican", "url": "http://johnboehner.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "OH", "district": 8, "party": "Republican", "url": "http://johnboehner.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "OH", "district": 8, "party": "Republican", "url": "http://johnboehner.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "OH", "district": 8, "party": "Republican", "url": "http://johnboehner.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "OH", "district": 8, "party": "Republican", "url": "http://johnboehner.house.gov", "address": "1011 Longworth HOB; Washington DC 20515-3508", "phone": "202-225-6205", "fax": "202-225-0704", "contact_form": "http://www.johnboehner.house.gov/Contact/", "office": "1011 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "OH", "party": "Republican", "district": 8, "url": "http://boehner.house.gov", "address": "1011 Longworth HOB; Washington DC 20515-3508", "phone": "202-225-6205", "fax": "202-225-0704", "contact_form": "http://boehner.house.gov/contact/", "office": "1011 Longworth House Office Building", "rss_url": "http://boehner.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2015-10-31", "state": "OH", "party": "Republican", "district": 8, "url": "http://johnboehner.house.gov", "address": "1011 Longworth HOB; Washington DC 20515-3508", "phone": "202-225-6205", "fax": "202-225-0704", "contact_form": "http://boehner.house.gov/contact/", "office": "1011 Longworth House Office Building", "rss_url": "http://boehner.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "F000043", "thomas": "00371", "govtrack": 400130, "opensecrets": "N00001746", "votesmart": 21850, "fec": ["H2PA02055"], "cspan": 36763, "wikipedia": "Chaka Fattah", "house_history": 13018, "ballotpedia": "Chaka Fattah", "maplight": 241, "icpsr": 29559, "wikidata": "Q1059265", "google_entity_id": "kg:/m/03dsph"}, "name": {"first": "Chaka", "last": "Fattah", "official_full": "Chaka Fattah"}, "bio": {"birthday": "1956-11-21", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/fattah"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/fattah"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/fattah"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/fattah"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 2, "party": "Democrat", "url": "http://www.house.gov/fattah", "address": "2301 Rayburn HOB; Washington DC 20515-3802", "phone": "202-225-4001", "fax": "202-225-5392", "contact_form": "http://fattah.house.gov/?sectionid=8&sectiontree=8", "office": "2301 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Democrat", "district": 2, "url": "http://fattah.house.gov", "address": "2301 Rayburn HOB; Washington DC 20515-3802", "phone": "202-225-4001", "fax": "202-225-5392", "contact_form": "https://fattahforms.house.gov/contact-rep-fattah", "office": "2301 Rayburn House Office Building", "rss_url": "http://www.house.gov/common/rss//index.cfm?rss=34"}, {"type": "rep", "start": "2015-01-06", "end": "2016-06-23", "state": "PA", "party": "Democrat", "district": 2, "url": "http://fattah.house.gov", "address": "2301 Rayburn HOB; Washington DC 20515-3802", "phone": "202-225-4001", "fax": "202-225-5392", "contact_form": "https://fattahforms.house.gov/contact-rep-fattah", "office": "2301 Rayburn House Office Building", "rss_url": "http://www.house.gov/common/rss//index.cfm?rss=34"}]}, {"id": {"bioguide": "W000413", "thomas": "01222", "govtrack": 400431, "opensecrets": "N00003467", "votesmart": 21873, "fec": ["H4KY01040"], "cspan": 36978, "wikipedia": "Ed Whitfield", "ballotpedia": "Ed Whitfield", "maplight": 516, "icpsr": 29525, "house_history": 23704, "wikidata": "Q544795", "google_entity_id": "kg:/m/025b9d"}, "name": {"first": "Ed", "last": "Whitfield", "official_full": "Ed Whitfield"}, "bio": {"birthday": "1943-05-25", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "KY", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "KY", "district": 1, "party": "Republican", "url": "http://www.house.gov/whitfield"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "KY", "district": 1, "party": "Republican", "url": "http://www.house.gov/whitfield"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "KY", "district": 1, "party": "Republican", "url": "http://www.house.gov/whitfield"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "KY", "district": 1, "party": "Republican", "url": "http://www.house.gov/whitfield"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "KY", "district": 1, "party": "Republican", "url": "http://www.house.gov/whitfield", "address": "2368 Rayburn HOB; Washington DC 20515-1701", "phone": "202-225-3115", "fax": "202-225-3547", "contact_form": "http://whitfield.house.gov/contact/index.shtml", "office": "2368 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "KY", "party": "Republican", "district": 1, "url": "http://whitfield.house.gov", "address": "2184 Rayburn HOB; Washington DC 20515-1701", "phone": "202-225-3115", "fax": "202-225-3547", "contact_form": "https://whitfield.house.gov/contact/email-me", "office": "2184 Rayburn House Office Building", "rss_url": "http://whitfield.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2016-09-07", "state": "KY", "party": "Republican", "district": 1, "url": "http://whitfield.house.gov", "address": "2184 Rayburn HOB; Washington DC 20515-1701", "phone": "202-225-3115", "fax": "202-225-3547", "contact_form": "https://whitfield.house.gov/contact/email-me", "office": "2184 Rayburn House Office Building", "rss_url": "http://whitfield.house.gov/rss.xml"}]}, {"id": {"bioguide": "T000473", "fec": ["H4HI01134"], "govtrack": 412626, "opensecrets": "N00035535", "thomas": "02240", "maplight": 2082, "wikidata": "Q16197299", "wikipedia": "Mark Takai", "google_entity_id": "kg:/m/0yp0gs4"}, "name": {"first": "Mark", "last": "Takai", "official_full": "Mark Takai"}, "bio": {"gender": "M", "birthday": "1967-07-01"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2016-07-20", "state": "HI", "district": 1, "party": "Democrat", "address": "422 Cannon HOB; Washington DC 20515-1101", "office": "422 Cannon House Office Building", "phone": "202-225-2726", "url": "https://takai.house.gov", "fax": "202-225-0688"}]}, {"id": {"bioguide": "H001063", "thomas": "02089", "govtrack": 412498, "opensecrets": "N00006806", "votesmart": 70502, "fec": ["H8CA36097"], "cspan": 57805, "wikipedia": "Janice Hahn", "house_history": 15617, "ballotpedia": "Janice Hahn", "maplight": 1676, "icpsr": 21195, "wikidata": "Q512071", "google_entity_id": "kg:/m/09g7l4"}, "name": {"first": "Janice", "last": "Hahn", "official_full": "Janice Hahn"}, "bio": {"birthday": "1952-03-30", "gender": "F"}, "terms": [{"type": "rep", "start": "2011-07-19", "end": "2013-01-03", "state": "CA", "district": 36, "party": "Democrat", "url": "http://hahn.house.gov/", "address": "2400 Rayburn HOB; Washington DC 20515-0536", "phone": "202-225-8220", "fax": "202-226-7290", "contact_form": "https://hahn.house.gov/contact-me/email-me", "office": "2400 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 44, "url": "http://hahn.house.gov", "address": "404 Cannon HOB; Washington DC 20515-0544", "phone": "202-225-8220", "fax": "202-226-7290", "contact_form": "https://hahn.house.gov/contact-me/email-me", "office": "404 Cannon House Office Building", "rss_url": "http://hahn.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2016-12-04", "state": "CA", "party": "Democrat", "district": 44, "url": "http://hahn.house.gov", "address": "404 Cannon HOB; Washington DC 20515-0544", "phone": "202-225-8220", "fax": "202-226-7290", "contact_form": "https://hahn.house.gov/contact-me/email-me", "office": "404 Cannon House Office Building", "rss_url": "http://hahn.house.gov/rss.xml"}]}, {"id": {"bioguide": "M001150", "thomas": "01731", "govtrack": 400276, "opensecrets": "N00009795", "votesmart": 2062, "fec": ["H6MI12181"], "cspan": 1003594, "house_history": 18772, "wikipedia": "Candice Miller", "ballotpedia": "Candice Miller", "maplight": 372, "icpsr": 20331, "wikidata": "Q435777", "google_entity_id": "kg:/m/03tl30"}, "name": {"first": "Candice", "last": "Miller", "official_full": "Candice S. Miller", "middle": "S."}, "bio": {"birthday": "1954-05-07", "gender": "F", "religion": "Presbyterian"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MI", "district": 10, "party": "Republican", "url": "http://www.house.gov/candicemiller"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MI", "district": 10, "party": "Republican", "url": "http://www.house.gov/candicemiller"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MI", "district": 10, "party": "Republican", "url": "http://candicemiller.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MI", "district": 10, "party": "Republican", "url": "http://candicemiller.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MI", "district": 10, "party": "Republican", "url": "http://candicemiller.house.gov", "address": "1034 Longworth HOB; Washington DC 20515-2210", "phone": "202-225-2106", "fax": "202-226-1169", "contact_form": "http://candicemiller.house.gov/Contact.aspx", "office": "1034 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MI", "party": "Republican", "district": 10, "url": "http://candicemiller.house.gov", "address": "320 Cannon HOB; Washington DC 20515-2210", "phone": "202-225-2106", "fax": "202-226-1169", "contact_form": "http://candicemiller.house.gov/contact", "office": "320 Cannon House Office Building", "rss_url": "http://candicemiller.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2016-12-31", "state": "MI", "party": "Republican", "district": 10, "url": "http://candicemiller.house.gov", "address": "320 Cannon HOB; Washington DC 20515-2210", "phone": "202-225-2106", "fax": "202-226-1169", "contact_form": "http://candicemiller.house.gov/contact", "office": "320 Cannon House Office Building", "rss_url": "http://candicemiller.house.gov/rss.xml"}]}, {"id": {"bioguide": "A000368", "thomas": "02075", "lis": "S340", "govtrack": 412493, "opensecrets": "N00030980", "votesmart": 42352, "fec": ["S0NH00235"], "cspan": 95241, "wikipedia": "Kelly Ayotte", "house_history": 8771, "ballotpedia": "Kelly A. Ayotte", "maplight": 1498, "icpsr": 41106, "wikidata": "Q22354", "google_entity_id": "kg:/m/0g9g4r"}, "name": {"first": "Kelly", "last": "Ayotte", "official_full": "Kelly Ayotte"}, "bio": {"birthday": "1968-06-27", "gender": "F"}, "terms": [{"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "NH", "class": 3, "party": "Republican", "url": "http://www.ayotte.senate.gov", "address": "144 Russell Senate Office Building Washington DC 20510", "phone": "202-224-3324", "contact_form": "http://www.ayotte.senate.gov/?p=contact", "office": "144 Russell Senate Office Building", "state_rank": "junior", "rss_url": "http://ayotte.senate.gov/rss/?p=news", "fax": "202-224-4952"}]}, {"id": {"bioguide": "B000711", "thomas": "00116", "lis": "S223", "govtrack": 300011, "opensecrets": "N00006692", "votesmart": 53274, "icpsr": 15011, "fec": ["S2CA00286", "H2CA06028", "P80003247"], "cspan": 2470, "house_history": 9704, "wikipedia": "Barbara Boxer", "ballotpedia": "Barbara Boxer", "maplight": 539, "wikidata": "Q237560", "google_entity_id": "kg:/m/01c1n5"}, "name": {"first": "Barbara", "last": "Boxer", "official_full": "Barbara Boxer"}, "bio": {"birthday": "1940-11-11", "gender": "F", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "CA", "district": 6, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "CA", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "CA", "class": 3, "party": "Democrat", "url": "http://boxer.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "CA", "class": 3, "party": "Democrat", "url": "http://boxer.senate.gov"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "CA", "class": 3, "party": "Democrat", "url": "https://www.boxer.senate.gov", "address": "112 Hart Senate Office Building Washington DC 20510", "phone": "202-224-3553", "fax": "202-224-0454", "contact_form": "https://www.boxer.senate.gov/contact/shareyourviews.html", "office": "112 Hart Senate Office Building", "state_rank": "junior"}]}, {"id": {"bioguide": "C000542", "thomas": "00209", "lis": "S212", "govtrack": 402675, "opensecrets": "N00003845", "votesmart": 53291, "icpsr": 14806, "fec": ["S0IN00053"], "cspan": 6080, "wikipedia": "Dan Coats", "house_history": 11126, "ballotpedia": "Dan Coats", "maplight": 1407, "wikidata": "Q632321", "google_entity_id": "kg:/m/0jl26"}, "name": {"first": "Daniel", "middle": "Ray", "last": "Coats", "official_full": "Daniel Coats"}, "bio": {"birthday": "1943-05-16", "gender": "M"}, "terms": [{"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "IN", "district": 4, "party": "Republican"}, {"type": "sen", "start": "1989-01-03", "end": "1993-01-03", "state": "IN", "class": 3, "party": "Republican"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "IN", "class": 3, "party": "Republican"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "IN", "class": 3, "party": "Republican", "url": "http://www.coats.senate.gov", "address": "493 Russell Senate Office Building Washington DC 20510", "phone": "202-224-5623", "contact_form": "http://www.coats.senate.gov/contact/", "office": "493 Russell Senate Office Building", "state_rank": "senior", "rss_url": "http://www.coats.senate.gov/rss/feeds/?type=all&", "fax": "202-228-1820"}]}, {"id": {"bioguide": "K000360", "thomas": "01647", "lis": "S339", "govtrack": 400222, "opensecrets": "N00012539", "votesmart": 33502, "fec": ["H0IL10120", "S0IL00261"], "cspan": 85221, "wikipedia": "Mark Kirk", "house_history": 16544, "ballotpedia": "Mark Kirk", "maplight": 323, "icpsr": 20115, "wikidata": "Q339046", "google_entity_id": "kg:/m/0256rr"}, "name": {"first": "Mark", "middle": "Steven", "last": "Kirk", "official_full": "Mark Kirk"}, "bio": {"birthday": "1959-09-15", "gender": "M"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "IL", "district": 10, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "IL", "district": 10, "party": "Republican", "url": "http://www.house.gov/kirk"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "IL", "district": 10, "party": "Republican", "url": "http://www.house.gov/kirk"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "IL", "district": 10, "party": "Republican", "url": "http://www.house.gov/kirk"}, {"type": "rep", "start": "2009-01-06", "end": "2010-11-29", "state": "IL", "district": 10, "party": "Republican", "url": "http://www.house.gov/kirk"}, {"type": "sen", "start": "2010-11-29", "end": "2011-01-03", "state": "IL", "class": 3, "party": "Republican"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "IL", "class": 3, "party": "Republican", "url": "https://www.kirk.senate.gov", "address": "524 Hart Senate Office Building Washington DC 20510", "phone": "202-224-2854", "contact_form": "http://www.kirk.senate.gov/?p=comment_on_legislation", "office": "524 Hart Senate Office Building", "state_rank": "junior", "rss_url": "http://kirk.senate.gov/rss/?p=hot_topic", "fax": "202-228-4611"}]}, {"id": {"bioguide": "M000702", "thomas": "00802", "lis": "S182", "govtrack": 300073, "opensecrets": "N00001945", "votesmart": 53304, "icpsr": 14440, "fec": ["S6MD00140"], "cspan": 1396, "wikipedia": "Barbara Mikulski", "house_history": 18207, "ballotpedia": "Barbara Mikulski", "maplight": 594, "wikidata": "Q261147", "google_entity_id": "kg:/m/0206nm"}, "name": {"first": "Barbara", "middle": "A.", "last": "Mikulski", "official_full": "Barbara A. Mikulski"}, "bio": {"birthday": "1936-07-20", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "MD", "district": 3, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "MD", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "MD", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "MD", "class": 3, "party": "Democrat", "url": "http://mikulski.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "MD", "class": 3, "party": "Democrat", "url": "http://mikulski.senate.gov/"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "MD", "class": 3, "party": "Democrat", "url": "https://www.mikulski.senate.gov", "address": "503 Hart Senate Office Building Washington DC 20510", "phone": "202-224-4654", "fax": "202-224-8858", "contact_form": "http://www.mikulski.senate.gov/contact/shareyouropinion.cfm", "office": "503 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.mikulski.senate.gov/rssfeed.cfm"}]}, {"id": {"bioguide": "R000146", "thomas": "00952", "lis": "S198", "govtrack": 300082, "opensecrets": "N00009922", "votesmart": 53320, "icpsr": 15054, "fec": ["S6NV00028"], "cspan": 1683, "wikipedia": "Harry Reid", "house_history": 20266, "ballotpedia": "Harry Reid", "maplight": 601, "wikidata": "Q314459", "google_entity_id": "kg:/m/0204x1"}, "name": {"first": "Harry", "middle": "M.", "last": "Reid", "official_full": "Harry Reid"}, "bio": {"birthday": "1939-12-02", "gender": "M", "religion": "Latter Day Saints"}, "leadership_roles": [{"title": "Majority Leader", "chamber": "senate", "start": "2007-01-04", "end": "2009-01-06"}, {"title": "Majority Leader", "chamber": "senate", "start": "2009-01-06", "end": "2011-01-05"}, {"title": "Majority Leader", "chamber": "senate", "start": "2011-01-05", "end": "2013-01-03"}, {"title": "Majority Leader", "chamber": "senate", "start": "2013-01-03", "end": "2015-01-03"}, {"title": "Minority Leader", "chamber": "senate", "start": "2015-01-03", "end": "2017-01-03"}], "terms": [{"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NV", "district": 1, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NV", "district": 1, "party": "Democrat"}, {"type": "sen", "start": "1987-01-06", "end": "1993-01-03", "state": "NV", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1993-01-05", "end": "1999-01-03", "state": "NV", "class": 3, "party": "Democrat"}, {"type": "sen", "start": "1999-01-06", "end": "2005-01-03", "state": "NV", "class": 3, "party": "Democrat", "url": "http://reid.senate.gov/"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "NV", "class": 3, "party": "Democrat", "url": "http://reid.senate.gov/"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "NV", "class": 3, "party": "Democrat", "url": "http://www.reid.senate.gov", "address": "522 Hart Senate Office Building Washington DC 20510", "phone": "202-224-3542", "fax": "202-224-7327", "contact_form": "http://www.reid.senate.gov/contact", "office": "522 Hart Senate Office Building", "state_rank": "senior"}]}, {"id": {"bioguide": "V000127", "thomas": "01609", "lis": "S299", "govtrack": 400418, "opensecrets": "N00009659", "votesmart": 4615, "fec": ["S4LA00057", "H0LA01079"], "cspan": 60672, "wikipedia": "David Vitter", "house_history": 21030, "ballotpedia": "David Vitter", "maplight": 503, "icpsr": 29918, "wikidata": "Q519780", "google_entity_id": "kg:/m/025jr2"}, "name": {"first": "David", "last": "Vitter", "official_full": "David Vitter"}, "bio": {"birthday": "1961-05-03", "gender": "M", "religion": "Catholic"}, "terms": [{"type": "rep", "start": "1999-06-08", "end": "2001-01-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "LA", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "LA", "district": 1, "party": "Republican", "url": "http://vitter.house.gov"}, {"type": "sen", "start": "2005-01-04", "end": "2011-01-03", "state": "LA", "class": 3, "party": "Republican", "url": "http://vitter.senate.gov/"}, {"type": "sen", "start": "2011-01-05", "end": "2017-01-03", "state": "LA", "class": 3, "party": "Republican", "url": "https://www.vitter.senate.gov", "address": "516 Hart Senate Office Building Washington DC 20510", "phone": "202-224-4623", "fax": "202-228-5061", "contact_form": "http://www.vitter.senate.gov/contact/email-senator-vitter", "office": "516 Hart Senate Office Building", "state_rank": "senior", "rss_url": "http://www.vitter.senate.gov/rss/feeds/?type=all"}]}, {"id": {"bioguide": "B001271", "thomas": "02027", "govtrack": 412436, "opensecrets": "N00031934", "votesmart": 123056, "fec": ["H0MI01088"], "cspan": 61860, "wikipedia": "Dan Benishek", "house_history": 10434, "ballotpedia": "Dan Benishek", "maplight": 1447, "icpsr": 21141, "wikidata": "Q1158992", "google_entity_id": "kg:/m/0bmf7qt"}, "name": {"first": "Dan", "last": "Benishek", "official_full": "Dan Benishek"}, "bio": {"birthday": "1952-04-20", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MI", "district": 1, "party": "Republican", "url": "http://benishek.house.gov/", "address": "514 Cannon HOB; Washington DC 20515-2201", "phone": "202-225-4735", "fax": "202- 225-4744", "office": "514 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MI", "party": "Republican", "district": 1, "url": "http://benishek.house.gov", "address": "514 Cannon HOB; Washington DC 20515-2201", "phone": "202-225-4735", "fax": "202- 225-4744", "office": "514 Cannon House Office Building", "rss_url": "http://benishek.house.gov/rss.xml", "contact_form": "https://benishek.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MI", "party": "Republican", "district": 1, "url": "http://benishek.house.gov", "address": "514 Cannon HOB; Washington DC 20515-2201", "phone": "202-225-4735", "fax": "202- 225-4744", "office": "514 Cannon House Office Building", "rss_url": "http://benishek.house.gov/rss.xml", "contact_form": "https://benishek.house.gov/contact-me/email-me"}]}, {"id": {"bioguide": "B001255", "thomas": "01787", "govtrack": 400636, "opensecrets": "N00026595", "votesmart": 35514, "fec": ["H4LA07029"], "cspan": 1013047, "wikipedia": "Charles Boustany", "house_history": 10409, "ballotpedia": "Charles Boustany Jr.", "maplight": 642, "icpsr": 20514, "wikidata": "Q972735", "google_entity_id": "kg:/m/04wdx3"}, "name": {"first": "Charles", "middle": "W.", "last": "Boustany", "suffix": "Jr.", "official_full": "Charles W. Boustany Jr."}, "bio": {"birthday": "1956-02-21", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "LA", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "LA", "district": 7, "party": "Republican", "url": "http://www.house.gov/boustany"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "LA", "district": 7, "party": "Republican", "url": "http://www.house.gov/boustany"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "LA", "district": 7, "party": "Republican", "url": "http://www.house.gov/boustany", "address": "1431 Longworth HOB; Washington DC 20515-1807", "phone": "202-225-2031", "fax": "202-225-5724", "contact_form": "http://boustany.house.gov/ContactCharles.asp", "office": "1431 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "LA", "party": "Republican", "district": 3, "url": "http://boustany.house.gov", "address": "1431 Longworth HOB; Washington DC 20515-1803", "phone": "202-225-2031", "fax": "202-225-5724", "contact_form": "https://boustanyforms.house.gov/contact-me/", "office": "1431 Longworth House Office Building", "rss_url": "http://www.house.gov/common/rss/index.cfm?rss=82"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "LA", "party": "Republican", "district": 3, "url": "http://boustany.house.gov", "address": "1431 Longworth HOB; Washington DC 20515-1803", "phone": "202-225-2031", "fax": "202-225-5724", "contact_form": "https://boustanyforms.house.gov/contact-me/", "office": "1431 Longworth House Office Building", "rss_url": "http://www.house.gov/common/rss/index.cfm?rss=82"}]}, {"id": {"bioguide": "B000911", "thomas": "00132", "govtrack": 400048, "opensecrets": "N00002713", "votesmart": 26797, "fec": ["H2FL03056", "S0FL00403"], "cspan": 26192, "wikipedia": "Corrine Brown", "ballotpedia": "Corrine Brown", "maplight": 167, "icpsr": 29328, "house_history": 7695, "wikidata": "Q461512", "google_entity_id": "kg:/m/0251xd"}, "name": {"first": "Corrine", "last": "Brown", "official_full": "Corrine Brown"}, "bio": {"birthday": "1946-11-11", "gender": "F", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 3, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 3, "party": "Democrat", "url": "http://www.house.gov/corrinebrown"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 3, "party": "Democrat", "url": "http://www.house.gov/corrinebrown"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 3, "party": "Democrat", "url": "http://www.house.gov/corrinebrown"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 3, "party": "Democrat", "url": "http://www.house.gov/corrinebrown"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 3, "party": "Democrat", "url": "http://www.house.gov/corrinebrown", "address": "2336 Rayburn HOB; Washington DC 20515-0903", "phone": "202-225-0123", "fax": "202-225-2256", "contact_form": "http://www.house.gov/corrinebrown/IMA/issue.shtml", "office": "2336 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Democrat", "district": 5, "url": "http://corrinebrown.house.gov", "address": "2111 Rayburn HOB; Washington DC 20515-0905", "phone": "202-225-0123", "fax": "202-225-2256", "contact_form": "https://forms.house.gov/corrinebrown/webforms/contact-me.shtml", "office": "2111 Rayburn House Office Building", "rss_url": "http://corrinebrown.house.gov/index.php?option=com_ninjarsssyndicator&feed_id=1&format=raw"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Democrat", "district": 5, "url": "https://corrinebrown.house.gov", "address": "2111 Rayburn HOB; Washington DC 20515-0905", "phone": "202-225-0123", "fax": "202-225-2256", "contact_form": "https://forms.house.gov/corrinebrown/webforms/contact-me.shtml", "office": "2111 Rayburn House Office Building", "rss_url": "http://corrinebrown.house.gov/index.php?option=com_ninjarsssyndicator&feed_id=1&format=raw"}]}, {"id": {"bioguide": "C001036", "thomas": "01471", "govtrack": 400062, "opensecrets": "N00007232", "votesmart": 16886, "fec": ["H8CA22089"], "cspan": 54075, "wikipedia": "Lois Capps", "house_history": 11744, "maplight": 180, "icpsr": 29774, "wikidata": "Q459693", "google_entity_id": "kg:/m/024tfg"}, "name": {"first": "Lois", "last": "Capps", "official_full": "Lois Capps"}, "bio": {"birthday": "1938-01-10", "gender": "F", "religion": "Lutheran"}, "terms": [{"type": "rep", "start": "1998-03-10", "end": "1999-01-03", "state": "CA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 22, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 23, "party": "Democrat", "url": "http://www.house.gov/capps"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 23, "party": "Democrat", "url": "http://www.house.gov/capps"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 23, "party": "Democrat", "url": "http://www.house.gov/capps"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 23, "party": "Democrat", "url": "http://www.house.gov/capps"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 23, "party": "Democrat", "url": "http://www.house.gov/capps", "address": "2231 Rayburn HOB; Washington DC 20515-0523", "phone": "202-225-3601", "fax": "202-225-5632", "contact_form": "http://www.house.gov/capps/contact/send_an_email.shtml", "office": "2231 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 24, "url": "http://capps.house.gov", "address": "2231 Rayburn HOB; Washington DC 20515-0524", "phone": "202-225-3601", "fax": "202-225-5632", "contact_form": "https://capps.house.gov/contact-me/email-me", "office": "2231 Rayburn House Office Building", "rss_url": "http://capps.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 24, "url": "http://capps.house.gov", "address": "2231 Rayburn HOB; Washington DC 20515-0524", "phone": "202-225-3601", "fax": "202-225-5632", "contact_form": "https://capps.house.gov/contact-me/email-me", "office": "2231 Rayburn House Office Building", "rss_url": "http://capps.house.gov/rss.xml"}], "family": [{"name": "Walter Capps", "relation": "wife"}]}, {"id": {"bioguide": "C001083", "thomas": "01999", "govtrack": 412407, "opensecrets": "N00030736", "votesmart": 53658, "fec": ["H0DE01017"], "cspan": 94948, "wikipedia": "John Carney (politician)", "house_history": 11825, "ballotpedia": "John C. Carney Jr.", "maplight": 1419, "icpsr": 21113, "wikidata": "Q505302", "google_entity_id": "kg:/m/03h1g2"}, "name": {"first": "John", "last": "Carney", "official_full": "John C. Carney Jr.", "middle": "C."}, "bio": {"birthday": "1956-05-20", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "DE", "district": 0, "party": "Democrat", "url": "http://johncarney.house.gov/", "address": "1429 Longworth HOB; Washington DC 20515-0801", "phone": "202-225-4165", "fax": "202-225-2291", "contact_form": "https://forms.house.gov/carney/webforms/email-me.shtml", "office": "1429 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "DE", "party": "Democrat", "district": 0, "url": "http://johncarney.house.gov", "address": "1406 Longworth HOB; Washington DC 20515-0800", "phone": "202-225-4165", "fax": "202-225-2291", "contact_form": "https://forms.house.gov/carney/webforms/email-me.shtml", "office": "1406 Longworth House Office Building", "rss_url": "http://johncarney.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "DE", "party": "Democrat", "district": 0, "url": "http://johncarney.house.gov", "address": "1406 Longworth HOB; Washington DC 20515-0800", "phone": "202-225-4165", "fax": "202-225-2291", "contact_form": "https://forms.house.gov/carney/webforms/email-me.shtml", "office": "1406 Longworth House Office Building", "rss_url": "http://johncarney.house.gov/index.php?format=feed&type=rss"}]}, {"id": {"bioguide": "C001045", "thomas": "01643", "govtrack": 400086, "opensecrets": "N00012739", "votesmart": 31130, "fec": ["H0FL04066"], "cspan": 1007679, "wikipedia": "Ander Crenshaw", "house_history": 11758, "ballotpedia": "Ander Crenshaw", "maplight": 200, "icpsr": 20111, "wikidata": "Q490511", "google_entity_id": "kg:/m/0251y2"}, "name": {"first": "Ander", "last": "Crenshaw", "official_full": "Ander Crenshaw"}, "bio": {"birthday": "1944-09-01", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 4, "party": "Independent"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 4, "party": "Republican", "url": "http://crenshaw.house.gov"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 4, "party": "Republican", "url": "http://crenshaw.house.gov"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 4, "party": "Republican", "url": "http://crenshaw.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 4, "party": "Republican", "url": "http://crenshaw.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 4, "party": "Republican", "url": "http://crenshaw.house.gov", "address": "440 Cannon HOB; Washington DC 20515-0904", "phone": "202-225-2501", "fax": "202-225-2504", "contact_form": "https://forms.house.gov/wyr/welcome.shtml", "office": "440 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 4, "url": "http://crenshaw.house.gov", "address": "440 Cannon HOB; Washington DC 20515-0904", "phone": "202-225-2501", "fax": "202-225-2504", "contact_form": "https://forms.house.gov/write/crenshaw/email-me.shtml", "office": "440 Cannon House Office Building"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Republican", "district": 4, "url": "https://crenshaw.house.gov", "address": "2161 Rayburn HOB; Washington DC 20515-0904", "phone": "202-225-2501", "fax": "202-225-2504", "contact_form": "https://forms.house.gov/write/crenshaw/email-me.shtml", "office": "2161 Rayburn House Office Building"}]}, {"id": {"bioguide": "E000290", "thomas": "01894", "govtrack": 412263, "opensecrets": "N00028249", "votesmart": 65085, "fec": ["H6MD04183"], "cspan": 38535, "wikipedia": "Donna Edwards", "house_history": 12961, "maplight": 744, "icpsr": 20763, "wikidata": "Q461663", "google_entity_id": "kg:/m/0dr_x8"}, "name": {"first": "Donna", "middle": "F.", "last": "Edwards", "official_full": "Donna F. Edwards"}, "bio": {"birthday": "1958-06-28", "gender": "F"}, "terms": [{"type": "rep", "start": "2008-06-19", "end": "2009-01-03", "state": "MD", "district": 4, "party": "Democrat", "url": "http://donnaedwards.house.gov/"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MD", "district": 4, "party": "Democrat", "url": "http://donnaedwards.house.gov/"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MD", "district": 4, "party": "Democrat", "url": "http://donnaedwards.house.gov/", "address": "318 Cannon HOB; Washington DC 20515-2004", "phone": "202-225-8699", "fax": "202-225-8714", "contact_form": "http://www.house.gov/writerep", "office": "318 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MD", "party": "Democrat", "district": 4, "url": "http://donnaedwards.house.gov", "address": "2445 Rayburn HOB; Washington DC 20515-2004", "phone": "202-225-8699", "fax": "202-225-8714", "contact_form": "https://forms.house.gov/formdonnaedwards/issue_subscribe.shtml", "office": "2445 Rayburn House Office Building", "rss_url": "http://www.house.gov/common/rss/?rss=24"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MD", "party": "Democrat", "district": 4, "url": "http://donnaedwards.house.gov", "address": "2445 Rayburn HOB; Washington DC 20515-2004", "phone": "202-225-8699", "fax": "202-225-8714", "contact_form": "https://forms.house.gov/formdonnaedwards/issue_subscribe.shtml", "office": "2445 Rayburn House Office Building", "rss_url": "http://www.house.gov/common/rss/?rss=24"}]}, {"id": {"bioguide": "E000291", "thomas": "02036", "govtrack": 412457, "opensecrets": "N00031513", "votesmart": 120897, "fec": ["H0NC02059"], "cspan": 1033793, "wikipedia": "Renee Ellmers", "house_history": 12963, "ballotpedia": "Renee Ellmers", "maplight": 1464, "icpsr": 21159, "wikidata": "Q515971", "google_entity_id": "kg:/m/0dsdyjp"}, "name": {"first": "Renee", "last": "Ellmers", "official_full": "Renee L. Ellmers", "middle": "L."}, "bio": {"birthday": "1964-02-09", "gender": "F"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NC", "district": 2, "party": "Republican", "url": "http://ellmers.house.gov/", "address": "1533 Longworth HOB; Washington DC 20515-3302", "phone": "202-225-4531", "fax": "202- 225-5662", "office": "1533 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NC", "party": "Republican", "district": 2, "url": "http://ellmers.house.gov", "address": "426 Cannon HOB; Washington DC 20515-3302", "phone": "202-225-4531", "fax": "202- 225-5662", "office": "426 Cannon House Office Building", "rss_url": "http://ellmers.house.gov/common/rss//index.cfm?rss=49", "contact_form": "https://ellmersforms.house.gov/contact-us1"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NC", "party": "Republican", "district": 2, "url": "http://ellmers.house.gov", "address": "1210 Longworth HOB; Washington DC 20515-3302", "phone": "202-225-4531", "fax": "202- 225-5662", "office": "1210 Longworth House Office Building", "rss_url": "http://ellmers.house.gov/common/rss//index.cfm?rss=49", "contact_form": "https://ellmersforms.house.gov/contact-us1"}]}, {"id": {"bioguide": "F000030", "thomas": "00368", "govtrack": 400129, "opensecrets": "N00007312", "votesmart": 26745, "fec": ["H4CA17021"], "cspan": 30645, "wikipedia": "Sam Farr", "house_history": 13001, "maplight": 240, "icpsr": 29313, "wikidata": "Q675348", "google_entity_id": "kg:/m/024t9w"}, "name": {"first": "Sam", "last": "Farr", "official_full": "Sam Farr"}, "bio": {"birthday": "1941-07-04", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1993-06-08", "end": "1995-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 17, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 17, "party": "Democrat", "url": "http://www.house.gov/farr"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 17, "party": "Democrat", "url": "http://www.house.gov/farr"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 17, "party": "Democrat", "url": "http://www.house.gov/farr"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 17, "party": "Democrat", "url": "http://www.house.gov/farr"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 17, "party": "Democrat", "url": "http://www.house.gov/farr", "address": "1126 Longworth HOB; Washington DC 20515-0517", "phone": "202-225-2861", "fax": "202-225-6791", "contact_form": "http://www.farr.house.gov/index.php?option=com_content&task=view&id=202", "office": "1126 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 20, "url": "http://www.farr.house.gov", "address": "1126 Longworth HOB; Washington DC 20515-0520", "phone": "202-225-2861", "fax": "202-225-6791", "contact_form": "https://forms.house.gov/farr/webforms/issue_subscribe.html", "office": "1126 Longworth House Office Building", "rss_url": "http://www.farr.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 20, "url": "http://farr.house.gov", "address": "1126 Longworth HOB; Washington DC 20515-0520", "phone": "202-225-2861", "fax": "202-225-6791", "contact_form": "https://forms.house.gov/farr/webforms/issue_subscribe.html", "office": "1126 Longworth House Office Building", "rss_url": "http://www.farr.house.gov/index.php?format=feed&type=rss"}]}, {"id": {"bioguide": "F000458", "thomas": "02064", "govtrack": 412479, "opensecrets": "N00031141", "votesmart": 124659, "fec": ["H0TN08246"], "cspan": 9268967, "wikipedia": "Stephen Fincher", "house_history": 13562, "maplight": 1484, "icpsr": 21181, "wikidata": "Q2344713", "google_entity_id": "kg:/m/0ddgg4w"}, "name": {"first": "Stephen", "last": "Fincher", "official_full": "Stephen Lee Fincher", "middle": "Lee"}, "bio": {"birthday": "1973-02-07", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TN", "district": 8, "party": "Republican", "url": "http://fincher.house.gov/", "address": "1118 Longworth HOB; Washington DC 20515-4208", "phone": "202-225-4714", "fax": "202-225-1765", "office": "1118 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TN", "party": "Republican", "district": 8, "url": "http://fincher.house.gov", "address": "1118 Longworth HOB; Washington DC 20515-4208", "phone": "202-225-4714", "fax": "202-225-1765", "office": "1118 Longworth House Office Building", "rss_url": "http://fincher.house.gov/rss.xml", "contact_form": "https://fincher.house.gov/contact/email-me#.U06uR_ldWVo"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TN", "party": "Republican", "district": 8, "url": "http://fincher.house.gov", "address": "2452 Rayburn HOB; Washington DC 20515-4208", "phone": "202-225-4714", "fax": "202-225-1765", "office": "2452 Rayburn House Office Building", "rss_url": "http://fincher.house.gov/rss.xml", "contact_form": "https://fincher.house.gov/contact/email-me#.U06uR_ldWVo"}]}, {"id": {"bioguide": "F000451", "thomas": "01797", "govtrack": 400646, "opensecrets": "N00027229", "votesmart": 46971, "fec": ["H4PA08074"], "cspan": 33378, "house_history": 13549, "wikipedia": "Mike Fitzpatrick", "maplight": 652, "icpsr": 20524, "wikidata": "Q45951", "google_entity_id": "kg:/m/04bbg5"}, "name": {"first": "Michael", "middle": "G.", "last": "Fitzpatrick", "official_full": "Michael G. Fitzpatrick"}, "bio": {"birthday": "1963-06-28", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 8, "party": "Republican", "url": "http://fitzpatrick.house.gov/", "address": "1224 Longworth HOB; Washington DC 20515-3808", "phone": "202-225-4276", "fax": "202- 225-9511", "office": "1224 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Republican", "district": 8, "url": "http://fitzpatrick.house.gov", "address": "2400 Rayburn HOB; Washington DC 20515-3808", "phone": "202-225-4276", "fax": "202- 225-9511", "office": "2400 Rayburn House Office Building", "rss_url": "http://fitzpatrick.house.gov/rss.xml", "contact_form": "https://fitzpatrick.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "party": "Republican", "district": 8, "url": "http://fitzpatrick.house.gov", "address": "2400 Rayburn HOB; Washington DC 20515-3808", "phone": "202-225-4276", "fax": "202- 225-9511", "office": "2400 Rayburn House Office Building", "rss_url": "http://fitzpatrick.house.gov/rss.xml", "contact_form": "https://fitzpatrick.house.gov/contact-me/email-me"}]}, {"id": {"bioguide": "F000456", "thomas": "01924", "govtrack": 412275, "opensecrets": "N00029679", "votesmart": 108811, "fec": ["H8LA04225"], "cspan": 1031345, "wikipedia": "John Fleming (American politician)", "house_history": 13559, "ballotpedia": "John Fleming (Louisiana)", "maplight": 757, "icpsr": 20918, "wikidata": "Q1699486", "google_entity_id": "kg:/m/04z_dt3"}, "name": {"first": "John", "last": "Fleming", "official_full": "John Fleming"}, "bio": {"gender": "M", "birthday": "1951-07-05"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "LA", "district": 4, "party": "Republican", "url": "http://fleming.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "LA", "district": 4, "party": "Republican", "url": "http://fleming.house.gov", "address": "416 Cannon HOB; Washington DC 20515-1804", "phone": "202-225-2777", "fax": "202-225-8039", "contact_form": "https://forms.house.gov/fleming/contact-form.shtml", "office": "416 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "LA", "party": "Republican", "district": 4, "url": "http://fleming.house.gov", "address": "416 Cannon HOB; Washington DC 20515-1804", "phone": "202-225-2777", "fax": "202-225-8039", "contact_form": "https://fleming.house.gov/contact/contactform.htm", "office": "416 Cannon House Office Building", "rss_url": "http://fleming.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "LA", "party": "Republican", "district": 4, "url": "http://fleming.house.gov", "address": "2182 Rayburn HOB; Washington DC 20515-1804", "phone": "202-225-2777", "fax": "202-225-8039", "contact_form": "https://fleming.house.gov/contact/contactform.htm", "office": "2182 Rayburn House Office Building", "rss_url": "http://fleming.house.gov/news/rss.aspx"}], "family": [{"name": "Henry Clay", "relation": "relative"}, {"name": "James Brown Clay", "relation": "relative"}]}, {"id": {"bioguide": "F000445", "thomas": "01683", "govtrack": 400137, "opensecrets": "N00013799", "votesmart": 5146, "fec": ["H2VA04052"], "cspan": 89584, "wikipedia": "Randy Forbes", "house_history": 13539, "ballotpedia": "Randy Forbes", "maplight": 247, "icpsr": 20143, "wikidata": "Q2130783", "google_entity_id": "kg:/m/026gv8q"}, "name": {"first": "J.", "middle": "Randy", "last": "Forbes", "official_full": "J. Randy Forbes"}, "bio": {"birthday": "1952-02-17", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "2001-06-26", "end": "2003-01-03", "state": "VA", "district": 4, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "VA", "district": 4, "party": "Republican", "url": "http://www.house.gov/forbes"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "VA", "district": 4, "party": "Republican", "url": "http://www.house.gov/forbes"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "VA", "district": 4, "party": "Republican", "url": "http://www.house.gov/forbes"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "VA", "district": 4, "party": "Republican", "url": "http://www.house.gov/forbes"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "VA", "district": 4, "party": "Republican", "url": "http://www.house.gov/forbes", "address": "2438 Rayburn HOB; Washington DC 20515-4604", "phone": "202-225-6365", "fax": "202-226-1170", "contact_form": "http://forbes.house.gov/zipauth.html", "office": "2438 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "VA", "party": "Republican", "district": 4, "url": "http://forbes.house.gov", "address": "2135 Rayburn HOB; Washington DC 20515-4604", "phone": "202-225-6365", "fax": "202-226-1170", "contact_form": "https://forbes.house.gov/contact/contactform.htm", "office": "2135 Rayburn House Office Building", "rss_url": "http://forbes.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "VA", "party": "Republican", "district": 4, "url": "http://forbes.house.gov", "address": "2135 Rayburn HOB; Washington DC 20515-4604", "phone": "202-225-6365", "fax": "202-226-1170", "contact_form": "https://forbes.house.gov/contact/contactform.htm", "office": "2135 Rayburn House Office Building", "rss_url": "http://forbes.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "G000548", "thomas": "01737", "govtrack": 400145, "opensecrets": "N00000743", "votesmart": 4430, "fec": ["H8NJ05052"], "cspan": 1003601, "wikipedia": "Scott Garrett", "house_history": 14255, "ballotpedia": "Scott Garrett", "maplight": 254, "icpsr": 20336, "wikidata": "Q981424", "google_entity_id": "kg:/m/033f6x"}, "name": {"first": "Scott", "last": "Garrett", "official_full": "Scott Garrett"}, "bio": {"birthday": "1959-07-09", "gender": "M"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NJ", "district": 5, "party": "Republican", "url": "http://www.house.gov/garrett"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NJ", "district": 5, "party": "Republican", "url": "http://www.house.gov/garrett"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NJ", "district": 5, "party": "Republican", "url": "http://garrett.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NJ", "district": 5, "party": "Republican", "url": "http://garrett.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NJ", "district": 5, "party": "Republican", "url": "http://garrett.house.gov", "address": "2244 Rayburn HOB; Washington DC 20515-3005", "phone": "202-225-4465", "fax": "202-225-9048", "contact_form": "http://www.house.gov/formgarrett/contact.shtml", "office": "2244 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NJ", "party": "Republican", "district": 5, "url": "http://garrett.house.gov", "address": "2232 Rayburn HOB; Washington DC 20515-3005", "phone": "202-225-4465", "fax": "202-225-9048", "contact_form": "https://garrettforms.house.gov/forms/writeyourrep/?zip5=07452&zip4=3321", "office": "2232 Rayburn House Office Building", "rss_url": "http://garrett.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NJ", "party": "Republican", "district": 5, "url": "http://garrett.house.gov", "address": "2232 Rayburn HOB; Washington DC 20515-3005", "phone": "202-225-4465", "fax": "202-225-9048", "contact_form": "https://garrettforms.house.gov/forms/writeyourrep/?zip5=07452&zip4=3321", "office": "2232 Rayburn House Office Building", "rss_url": "http://garrett.house.gov/rss.xml"}]}, {"id": {"bioguide": "G000564", "thomas": "02043", "govtrack": 412453, "opensecrets": "N00031998", "votesmart": 127042, "fec": ["H0NY20095"], "cspan": 1033827, "wikipedia": "Chris Gibson (New York politician)", "house_history": 14281, "maplight": 1461, "icpsr": 21156, "wikidata": "Q32722", "google_entity_id": "kg:/m/0dddh8h"}, "name": {"first": "Christopher", "middle": "P.", "last": "Gibson", "official_full": "Christopher P. Gibson"}, "bio": {"birthday": "1964-05-13", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 20, "party": "Republican", "url": "http://gibson.house.gov/", "address": "502 Cannon HOB; Washington DC 20515-3220", "phone": "202-225-5614", "fax": "202-225-1168", "office": "502 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Republican", "district": 19, "url": "http://gibson.house.gov", "address": "1708 Longworth HOB; Washington DC 20515-3219", "phone": "202-225-5614", "fax": "202-225-1168", "office": "1708 Longworth House Office Building", "rss_url": "http://gibson.house.gov/news/rss.aspx", "contact_form": "http://gibson.house.gov/contact/"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Republican", "district": 19, "url": "http://gibson.house.gov", "address": "1708 Longworth HOB; Washington DC 20515-3219", "phone": "202-225-5614", "fax": "202-225-1168", "office": "1708 Longworth House Office Building", "rss_url": "http://gibson.house.gov/news/rss.aspx", "contact_form": "http://gibson.house.gov/contact/"}]}, {"id": {"bioguide": "H001051", "thomas": "02044", "govtrack": 412454, "opensecrets": "N00030197", "votesmart": 110344, "fec": ["H8NY24066"], "cspan": 61702, "wikipedia": "Richard L. Hanna", "house_history": 15598, "maplight": 1462, "icpsr": 21157, "wikidata": "Q32718", "google_entity_id": "kg:/m/0ds4mn_"}, "name": {"first": "Richard", "last": "Hanna", "official_full": "Richard L. Hanna", "middle": "L."}, "bio": {"birthday": "1951-01-25", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 24, "party": "Republican", "url": "http://hanna.house.gov/", "address": "319 Cannon HOB; Washington DC 20515-3224", "phone": "202-225-3665", "fax": "202-225-1891", "office": "319 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Republican", "district": 22, "url": "http://hanna.house.gov", "address": "319 Cannon HOB; Washington DC 20515-3222", "phone": "202-225-3665", "fax": "202-225-1891", "office": "319 Cannon House Office Building", "contact_form": "https://hanna.house.gov/email-me", "rss_url": "http://hanna.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Republican", "district": 22, "url": "http://hanna.house.gov", "address": "319 Cannon HOB; Washington DC 20515-3222", "phone": "202-225-3665", "fax": "202-225-1891", "office": "319 Cannon House Office Building", "contact_form": "https://hanna.house.gov/email-me", "rss_url": "http://hanna.house.gov/index.php?format=feed&type=rss"}]}, {"id": {"bioguide": "H001055", "thomas": "02040", "govtrack": 412446, "opensecrets": "N00031244", "votesmart": 44082, "fec": ["H0NV03058"], "cspan": 62662, "wikipedia": "Joe Heck", "house_history": 15604, "ballotpedia": "Joe Heck", "maplight": 1456, "icpsr": 21151, "wikidata": "Q24243", "google_entity_id": "kg:/m/03b_hhb"}, "name": {"first": "Joseph", "last": "Heck", "official_full": "Joseph J. Heck", "middle": "J."}, "bio": {"birthday": "1961-10-30", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NV", "district": 3, "party": "Republican", "url": "http://heck.house.gov/", "address": "132 Cannon HOB; Washington DC 20515-2803", "phone": "202-225-3252", "fax": "202- 225-2185", "office": "132 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NV", "party": "Republican", "district": 3, "url": "http://heck.house.gov", "address": "132 Cannon HOB; Washington DC 20515-2803", "phone": "202-225-3252", "fax": "202- 225-2185", "office": "132 Cannon House Office Building", "rss_url": "http://heck.house.gov/rss.xml", "contact_form": "https://heck.house.gov/contact-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NV", "party": "Republican", "district": 3, "url": "https://heck.house.gov", "address": "132 Cannon HOB; Washington DC 20515-2803", "phone": "202-225-3252", "fax": "202- 225-2185", "office": "132 Cannon House Office Building", "rss_url": "http://heck.house.gov/rss.xml", "contact_form": "https://heck.house.gov/contact-me"}]}, {"id": {"bioguide": "H000636", "thomas": "01490", "govtrack": 400179, "opensecrets": "N00006008", "votesmart": 291, "fec": ["H6TX15055"], "cspan": 45743, "wikipedia": "Rub\u00e9n Hinojosa", "house_history": 15071, "ballotpedia": "Ruben Hinojosa", "maplight": 285, "icpsr": 29763, "wikidata": "Q256517", "google_entity_id": "kg:/m/03fvy5"}, "name": {"first": "Rub\u00e9n", "middle": "E.", "last": "Hinojosa", "official_full": "Rub\u00e9n Hinojosa"}, "bio": {"birthday": "1940-08-20", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "TX", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "TX", "district": 15, "party": "Democrat", "url": "http://www.house.gov/hinojosa"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 15, "party": "Democrat", "url": "http://www.house.gov/hinojosa"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 15, "party": "Democrat", "url": "http://hinojosa.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 15, "party": "Democrat", "url": "http://hinojosa.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 15, "party": "Democrat", "url": "http://hinojosa.house.gov", "address": "2262 Rayburn HOB; Washington DC 20515-4315", "phone": "202-225-2531", "fax": "202-225-5688", "contact_form": "http://www.house.gov/writerep", "office": "2262 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Democrat", "district": 15, "url": "http://hinojosa.house.gov", "address": "2262 Rayburn HOB; Washington DC 20515-4315", "phone": "202-225-2531", "fax": "202-225-5688", "contact_form": "https://hinojosa.house.gov/contact-me/email-me", "office": "2262 Rayburn House Office Building", "rss_url": "http://hinojosa.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Democrat", "district": 15, "url": "http://hinojosa.house.gov", "address": "2262 Rayburn HOB; Washington DC 20515-4315", "phone": "202-225-2531", "fax": "202-225-5688", "contact_form": "https://hinojosa.house.gov/contact-me/email-me", "office": "2262 Rayburn House Office Building", "rss_url": "http://hinojosa.house.gov/rss.xml"}]}, {"id": {"bioguide": "H001034", "thomas": "01634", "govtrack": 400185, "opensecrets": "N00012611", "votesmart": 9674, "fec": ["H0CA15148"], "cspan": 85565, "wikipedia": "Mike Honda", "house_history": 15564, "maplight": 290, "icpsr": 20103, "wikidata": "Q399621", "google_entity_id": "kg:/m/021yd1"}, "name": {"first": "Michael", "middle": "M.", "last": "Honda", "nickname": "Mike", "official_full": "Michael M. Honda"}, "bio": {"birthday": "1941-06-27", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 15, "party": "Democrat", "url": "http://www.house.gov/honda"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 15, "party": "Democrat", "url": "http://www.house.gov/honda"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 15, "party": "Democrat", "url": "http://www.house.gov/honda"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 15, "party": "Democrat", "url": "http://www.house.gov/honda"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 15, "party": "Democrat", "url": "http://www.house.gov/honda", "address": "1713 Longworth HOB; Washington DC 20515-0515", "phone": "202-225-2631", "fax": "202-225-2699", "contact_form": "http://honda.house.gov/contactmike.shtml", "office": "1713 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 17, "url": "http://honda.house.gov", "address": "1713 Longworth HOB; Washington DC 20515-0517", "phone": "202-225-2631", "fax": "202-225-2699", "contact_form": "http://honda.house.gov/contact", "office": "1713 Longworth House Office Building", "rss_url": "http://www.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 17, "url": "https://honda.house.gov", "address": "1713 Longworth HOB; Washington DC 20515-0517", "phone": "202-225-2631", "fax": "202-225-2699", "contact_form": "http://honda.house.gov/contact", "office": "1713 Longworth House Office Building", "rss_url": "http://www.house.gov/index.php?format=feed&type=rss"}]}, {"id": {"bioguide": "H001057", "thomas": "02020", "govtrack": 412429, "opensecrets": "N00027649", "votesmart": 12571, "fec": ["H6KS01146"], "cspan": 86444, "wikipedia": "Tim Huelskamp", "house_history": 15608, "ballotpedia": "Tim Huelskamp", "maplight": 1440, "icpsr": 21134, "wikidata": "Q2434073", "google_entity_id": "kg:/m/05mr6d8"}, "name": {"first": "Tim", "last": "Huelskamp", "official_full": "Tim Huelskamp"}, "bio": {"birthday": "1968-11-11", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "KS", "district": 1, "party": "Republican", "url": "http://huelskamp.house.gov/", "address": "126 Cannon HOB; Washington DC 20515-1601", "phone": "202-225-2715", "fax": "202- 225-5124", "office": "126 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "KS", "party": "Republican", "district": 1, "url": "http://huelskamp.house.gov", "address": "129 Cannon HOB; Washington DC 20515-1601", "phone": "202-225-2715", "fax": "202- 225-5124", "office": "129 Cannon House Office Building", "rss_url": "http://huelskamp.house.gov/index.php?format=feed&type=rss", "contact_form": "https://huelskamp.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "KS", "party": "Republican", "district": 1, "url": "http://huelskamp.house.gov", "address": "1110 Longworth HOB; Washington DC 20515-1601", "phone": "202-225-2715", "fax": "202- 225-5124", "office": "1110 Longworth House Office Building", "rss_url": "http://huelskamp.house.gov/index.php?format=feed&type=rss", "contact_form": "https://huelskamp.house.gov/contact/email-me"}]}, {"id": {"bioguide": "H001060", "thomas": "02069", "govtrack": 412484, "opensecrets": "N00031265", "votesmart": 50895, "fec": ["H0VA05095"], "cspan": 623558, "wikipedia": "Robert Hurt (politician)", "house_history": 15614, "ballotpedia": "Robert Hurt", "maplight": 1489, "icpsr": 21186, "wikidata": "Q2157642", "google_entity_id": "kg:/m/04ygsqx"}, "name": {"first": "Robert", "last": "Hurt", "official_full": "Robert Hurt"}, "bio": {"birthday": "1969-06-16", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "VA", "district": 5, "party": "Republican", "url": "http://hurt.house.gov/", "address": "1516 Longworth HOB; Washington DC 20515-4605", "phone": "202-225-4711", "fax": "202-225-5681", "office": "1516 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "VA", "party": "Republican", "district": 5, "url": "http://hurt.house.gov", "address": "125 Cannon HOB; Washington DC 20515-4605", "phone": "202-225-4711", "fax": "202-225-5681", "office": "125 Cannon House Office Building", "rss_url": "http://hurt.house.gov/index.cfm/rss/feed", "contact_form": "https://hurt.house.gov/index.cfm/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "VA", "party": "Republican", "district": 5, "url": "https://hurt.house.gov", "address": "125 Cannon HOB; Washington DC 20515-4605", "phone": "202-225-4711", "fax": "202-225-5681", "office": "125 Cannon House Office Building", "rss_url": "http://hurt.house.gov/index.cfm/rss/feed", "contact_form": "https://hurt.house.gov/index.cfm/email-me"}]}, {"id": {"bioguide": "I000057", "thomas": "01663", "govtrack": 400195, "opensecrets": "N00013345", "votesmart": 55440, "fec": ["H0NY02085"], "cspan": 87911, "wikipedia": "Steve Israel", "house_history": 15691, "ballotpedia": "Steve Israel", "maplight": 299, "icpsr": 20129, "wikidata": "Q2096271", "google_entity_id": "kg:/m/03v3c9"}, "name": {"first": "Steve", "middle": "J.", "last": "Israel", "official_full": "Steve Israel"}, "bio": {"birthday": "1958-05-30", "gender": "M", "religion": "Jewish"}, "terms": [{"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 2, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 2, "party": "Democrat", "url": "http://www.house.gov/israel"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 2, "party": "Democrat", "url": "http://www.house.gov/israel"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 2, "party": "Democrat", "url": "http://www.house.gov/israel"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 2, "party": "Democrat", "url": "http://www.house.gov/israel"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 2, "party": "Democrat", "url": "http://www.house.gov/israel", "address": "2457 Rayburn HOB; Washington DC 20515-3202", "phone": "202-225-3335", "fax": "202-225-4669", "contact_form": "http://www.house.gov/formisrael/contact.html", "office": "2457 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 3, "url": "http://israel.house.gov", "address": "2457 Rayburn HOB; Washington DC 20515-3203", "phone": "202-225-3335", "fax": "202-225-4669", "contact_form": "https://israel.house.gov/contact/email-me", "office": "2457 Rayburn House Office Building", "rss_url": "http://israel.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 3, "url": "http://israel.house.gov", "address": "2457 Rayburn HOB; Washington DC 20515-3203", "phone": "202-225-3335", "fax": "202-225-4669", "contact_form": "https://israel.house.gov/contact/email-me", "office": "2457 Rayburn House Office Building", "rss_url": "http://israel.house.gov/index.php?format=feed&type=rss"}]}, {"id": {"bioguide": "K000363", "thomas": "01733", "govtrack": 400224, "opensecrets": "N00004436", "votesmart": 20311, "fec": ["H8MN06047"], "cspan": 1003596, "wikipedia": "John Kline (politician)", "house_history": 16550, "ballotpedia": "John Kline", "maplight": 324, "icpsr": 20333, "wikidata": "Q465843", "google_entity_id": "kg:/m/02h1yr"}, "name": {"first": "John", "middle": "Paul", "last": "Kline", "official_full": "John Kline"}, "bio": {"birthday": "1947-09-06", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "MN", "district": 2, "party": "Republican", "url": "http://www.house.gov/kline"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "MN", "district": 2, "party": "Republican", "url": "http://www.house.gov/kline"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "MN", "district": 2, "party": "Republican", "url": "http://kline.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "MN", "district": 2, "party": "Republican", "url": "http://kline.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "MN", "district": 2, "party": "Republican", "url": "http://kline.house.gov", "address": "2439 Rayburn HOB; Washington DC 20515-2302", "phone": "202-225-2271", "fax": "202-225-2595", "contact_form": "http://kline.house.gov/index.cfm?FuseAction=ContactInformation.ContactForm&To=mn02hwyr@housemail.house.gov&CFID=22307054&CFTOKEN=28173710", "office": "2439 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "MN", "party": "Republican", "district": 2, "url": "http://kline.house.gov", "address": "2439 Rayburn HOB; Washington DC 20515-2302", "phone": "202-225-2271", "fax": "202-225-2595", "contact_form": "http://kline.house.gov/contact/", "office": "2439 Rayburn House Office Building", "rss_url": "http://kline.house.gov/common/rss/?rss=47"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MN", "party": "Republican", "district": 2, "url": "http://kline.house.gov", "address": "2439 Rayburn HOB; Washington DC 20515-2302", "phone": "202-225-2271", "fax": "202-225-2595", "contact_form": "http://kline.house.gov/contact/", "office": "2439 Rayburn House Office Building", "rss_url": "http://kline.house.gov/common/rss/?rss=47"}]}, {"id": {"bioguide": "L000571", "thomas": "01960", "govtrack": 412294, "opensecrets": "N00029788", "votesmart": 15546, "fec": ["H8WY00148"], "cspan": 1031365, "wikipedia": "Cynthia Lummis", "house_history": 17319, "ballotpedia": "Cynthia Lummis", "maplight": 776, "icpsr": 20953, "wikidata": "Q456064", "google_entity_id": "kg:/m/02qvjv3"}, "name": {"first": "Cynthia", "middle": "M.", "last": "Lummis", "official_full": "Cynthia M. Lummis"}, "bio": {"gender": "F", "birthday": "1954-09-10"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WY", "district": 0, "party": "Republican", "url": "http://lummis.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WY", "district": 0, "party": "Republican", "url": "http://lummis.house.gov", "address": "113 Cannon HOB; Washington DC 20515-5001", "phone": "202-225-2311", "fax": "202-225-3057", "contact_form": "https://forms.house.gov/lummis/contact-form.shtml", "office": "113 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WY", "party": "Republican", "district": 0, "url": "http://lummis.house.gov", "address": "113 Cannon HOB; Washington DC 20515-5000", "phone": "202-225-2311", "fax": "202-225-3057", "contact_form": "http://lummis.house.gov/contact/", "office": "113 Cannon House Office Building", "rss_url": "http://lummis.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WY", "party": "Republican", "district": 0, "url": "http://lummis.house.gov", "address": "2433 Rayburn HOB; Washington DC 20515-5000", "phone": "202-225-2311", "fax": "202-225-3057", "contact_form": "http://lummis.house.gov/contact/", "office": "2433 Rayburn House Office Building", "rss_url": "http://lummis.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "M000404", "thomas": "00766", "govtrack": 400262, "opensecrets": "N00009829", "votesmart": 27128, "icpsr": 15613, "fec": ["H8WA07132"], "cspan": 5761, "wikipedia": "Jim McDermott", "house_history": 17831, "maplight": 359, "wikidata": "Q321457", "google_entity_id": "kg:/m/0249sh"}, "name": {"first": "Jim", "middle": "A.", "last": "McDermott", "official_full": "Jim McDermott"}, "bio": {"birthday": "1936-12-28", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "WA", "district": 7, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "WA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/mcdermott"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "WA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/mcdermott"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "WA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/mcdermott"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "WA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/mcdermott"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WA", "district": 7, "party": "Democrat", "url": "http://www.house.gov/mcdermott", "address": "1035 Longworth HOB; Washington DC 20515-4707", "phone": "202-225-3106", "fax": "202-225-6197", "contact_form": "http://www.house.gov/mcdermott/contact.shtml", "office": "1035 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WA", "party": "Democrat", "district": 7, "url": "http://mcdermott.house.gov", "address": "1035 Longworth HOB; Washington DC 20515-4707", "phone": "202-225-3106", "fax": "202-225-6197", "contact_form": "https://forms.house.gov/mcdermott/webforms/new/contact.shtml", "office": "1035 Longworth House Office Building", "rss_url": "http://mcdermott.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WA", "party": "Democrat", "district": 7, "url": "http://mcdermott.house.gov", "address": "1035 Longworth HOB; Washington DC 20515-4707", "phone": "202-225-3106", "fax": "202-225-6197", "contact_form": "https://forms.house.gov/mcdermott/webforms/new/contact.shtml", "office": "1035 Longworth House Office Building", "rss_url": "http://mcdermott.house.gov/index.php?format=feed&type=rss"}]}, {"id": {"bioguide": "M000689", "thomas": "00800", "govtrack": 400273, "opensecrets": "N00002793", "votesmart": 26805, "fec": ["H2FL08055"], "cspan": 26395, "wikipedia": "John Mica", "house_history": 18189, "ballotpedia": "John L. Mica", "maplight": 369, "icpsr": 29331, "wikidata": "Q918506", "google_entity_id": "kg:/m/02520m"}, "name": {"first": "John", "middle": "L.", "last": "Mica", "official_full": "John L. Mica"}, "bio": {"birthday": "1943-01-27", "gender": "M", "religion": "Episcopalian"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "FL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "FL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "FL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "FL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "FL", "district": 7, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 7, "party": "Republican", "url": "http://www.house.gov/mica"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 7, "party": "Republican", "url": "http://www.house.gov/mica"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 7, "party": "Republican", "url": "http://www.house.gov/mica"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 7, "party": "Republican", "url": "http://www.house.gov/mica"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 7, "party": "Republican", "url": "http://www.house.gov/mica", "address": "2187 Rayburn HOB; Washington DC 20515-0907", "phone": "202-225-4035", "fax": "202-226-0821", "contact_form": "http://www.house.gov/mica/messageform.shtml", "office": "2187 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 7, "url": "http://mica.house.gov", "address": "2187 Rayburn HOB; Washington DC 20515-0907", "phone": "202-225-4035", "fax": "202-226-0821", "contact_form": "https://mica.house.gov/contact-form", "office": "2187 Rayburn House Office Building", "rss_url": "http://mica.house.gov/common/rss/index.cfm?rss=25"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Republican", "district": 7, "url": "http://mica.house.gov", "address": "2187 Rayburn HOB; Washington DC 20515-0907", "phone": "202-225-4035", "fax": "202-226-0821", "contact_form": "https://mica.house.gov/contact-form", "office": "2187 Rayburn House Office Building", "rss_url": "http://mica.house.gov/common/rss/index.cfm?rss=25"}], "family": [{"name": "Daniel Andrew Mica", "relation": "brother"}]}, {"id": {"bioguide": "M001144", "thomas": "01685", "govtrack": 400279, "opensecrets": "N00013846", "votesmart": 17276, "fec": ["H2FL01100"], "cspan": 91615, "wikipedia": "Jeff Miller (Florida politician)", "house_history": 18760, "ballotpedia": "Jeff Miller (Florida)", "maplight": 375, "icpsr": 20110, "wikidata": "Q970478", "google_entity_id": "kg:/m/0251vm"}, "name": {"first": "Jeff", "last": "Miller", "official_full": "Jeff Miller"}, "bio": {"birthday": "1959-06-27", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "rep", "start": "2001-10-23", "end": "2003-01-03", "state": "FL", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "FL", "district": 1, "party": "Republican", "url": "http://www.house.gov/jeffmiller"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "FL", "district": 1, "party": "Republican", "url": "http://www.house.gov/jeffmiller"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "FL", "district": 1, "party": "Republican", "url": "http://www.house.gov/jeffmiller"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 1, "party": "Republican", "url": "http://www.house.gov/jeffmiller"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 1, "party": "Republican", "url": "http://www.house.gov/jeffmiller", "address": "2416 Rayburn HOB; Washington DC 20515-0901", "phone": "202-225-4136", "fax": "202-225-3414", "contact_form": "http://jeffmiller.house.gov/index.cfm?FuseAction=Contact.Home", "office": "2416 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 1, "url": "http://jeffmiller.house.gov", "address": "336 Cannon HOB; Washington DC 20515-0901", "phone": "202-225-4136", "fax": "202-225-3414", "contact_form": "https://jeffmiller.house.gov/contact/contactform.htm", "office": "336 Cannon House Office Building", "rss_url": "http://jeffmiller.house.gov/news/rss.aspx"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Republican", "district": 1, "url": "http://jeffmiller.house.gov", "address": "336 Cannon HOB; Washington DC 20515-0901", "phone": "202-225-4136", "fax": "202-225-3414", "contact_form": "https://jeffmiller.house.gov/contact/contactform.htm", "office": "336 Cannon House Office Building", "rss_url": "http://jeffmiller.house.gov/news/rss.aspx"}]}, {"id": {"bioguide": "N000182", "thomas": "01758", "govtrack": 400441, "opensecrets": "N00026043", "votesmart": 49522, "fec": ["H4TX19102"], "cspan": 1010920, "wikipedia": "Randy Neugebauer", "house_history": 19060, "ballotpedia": "Randy Neugebauer", "maplight": 526, "icpsr": 20353, "wikidata": "Q539536", "google_entity_id": "kg:/m/03tn5k"}, "name": {"first": "Randy", "last": "Neugebauer", "official_full": "Randy Neugebauer"}, "bio": {"birthday": "1949-12-24", "gender": "M", "religion": "Baptist"}, "terms": [{"type": "rep", "start": "2003-06-05", "end": "2005-01-03", "state": "TX", "district": 19, "party": "Republican", "url": "http://www.house.gov/neugebauer"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "TX", "district": 19, "party": "Republican", "url": "http://www.house.gov/neugebauer"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "TX", "district": 19, "party": "Republican", "url": "http://randy.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "TX", "district": 19, "party": "Republican", "url": "http://randy.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "TX", "district": 19, "party": "Republican", "url": "http://randy.house.gov", "address": "1424 Longworth HOB; Washington DC 20515-4319", "phone": "202-225-4005", "fax": "202-225-9615", "contact_form": "http://www.randy.house.gov/?sectionid=65&sectiontree=8,65", "office": "1424 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "TX", "party": "Republican", "district": 19, "url": "http://randy.house.gov", "address": "1424 Longworth HOB; Washington DC 20515-4319", "phone": "202-225-4005", "fax": "202-225-9615", "contact_form": "https://randy.house.gov/contact-me/email-me", "office": "1424 Longworth House Office Building", "rss_url": "http://randy.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "TX", "party": "Republican", "district": 19, "url": "http://randy.house.gov", "address": "1424 Longworth HOB; Washington DC 20515-4319", "phone": "202-225-4005", "fax": "202-225-9615", "contact_form": "https://randy.house.gov/contact-me/email-me", "office": "1424 Longworth House Office Building", "rss_url": "http://randy.house.gov/rss.xml"}]}, {"id": {"bioguide": "N000185", "thomas": "02001", "govtrack": 412409, "opensecrets": "N00032441", "votesmart": 124333, "fec": ["H0FL05139"], "cspan": 1033683, "wikipedia": "Rich Nugent", "house_history": 19066, "maplight": 1421, "icpsr": 21115, "wikidata": "Q2148853", "google_entity_id": "kg:/m/0czc10m"}, "name": {"first": "Richard", "last": "Nugent", "official_full": "Richard B. Nugent", "middle": "B."}, "bio": {"birthday": "1951-05-26", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "FL", "district": 5, "party": "Republican", "url": "http://nugent.house.gov/", "address": "1517 Longworth HOB; Washington DC 20515-0905", "phone": "202-225-1002", "fax": "202- 226-6559", "office": "1517 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 11, "url": "http://nugent.house.gov", "address": "1727 Longworth HOB; Washington DC 20515-0911", "phone": "202-225-1002", "fax": "202- 226-6559", "office": "1727 Longworth House Office Building", "rss_url": "http://nugent.house.gov/index.php?format=feed&type=rss", "contact_form": "https://nugent.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Republican", "district": 11, "url": "https://nugent.house.gov", "address": "1727 Longworth HOB; Washington DC 20515-0911", "phone": "202-225-1002", "fax": "202- 226-6559", "office": "1727 Longworth House Office Building", "rss_url": "http://nugent.house.gov/index.php?format=feed&type=rss", "contact_form": "https://nugent.house.gov/contact/email-me"}]}, {"id": {"bioguide": "P000596", "thomas": "01953", "govtrack": 412306, "opensecrets": "N00029168", "votesmart": 110894, "fec": ["H8PR00062"], "cspan": 1031305, "wikipedia": "Pedro Pierluisi", "house_history": 20030, "maplight": 788, "wikidata": "Q2277878", "google_entity_id": "kg:/m/02r7csl"}, "name": {"first": "Pedro", "middle": "R.", "last": "Pierluisi", "official_full": "Pedro R. Pierluisi"}, "bio": {"gender": "M", "birthday": "1959-04-26"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2013-01-03", "state": "PR", "district": 0, "party": "Democrat", "url": "http://pierluisi.house.gov", "address": "1213 Longworth HOB; Washington DC 20515-5401", "phone": "202-225-2615", "fax": "202-225-2154", "contact_form": "https://forms.house.gov/pierluisi/contact-form.shtml", "office": "1213 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2017-01-03", "state": "PR", "party": "Democrat", "district": 0, "url": "http://pierluisi.house.gov", "address": "2410 Rayburn HOB; Washington DC 20515-5401", "phone": "202-225-2615", "fax": "202-225-2154", "contact_form": "https://pierluisi.house.gov/contact/email-me", "office": "2410 Rayburn House Office Building", "rss_url": "http://pierluisi.house.gov/rss.xml"}]}, {"id": {"bioguide": "P000373", "thomas": "01514", "govtrack": 400320, "opensecrets": "N00001633", "votesmart": 265, "fec": ["H6PA16197"], "cspan": 11706, "wikipedia": "Joe Pitts", "house_history": 19742, "ballotpedia": "Joseph R. Pitts", "maplight": 414, "icpsr": 29752, "wikidata": "Q1674465", "google_entity_id": "kg:/m/03twrl"}, "name": {"first": "Joseph", "middle": "R.", "last": "Pitts", "official_full": "Joseph R. Pitts"}, "bio": {"birthday": "1939-10-10", "gender": "M", "religion": "Protestant"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "PA", "district": 16, "party": "Republican"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "PA", "district": 16, "party": "Republican", "url": "http://www.house.gov/pitts"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "PA", "district": 16, "party": "Republican", "url": "http://www.house.gov/pitts"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "PA", "district": 16, "party": "Republican", "url": "http://www.house.gov/pitts"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "PA", "district": 16, "party": "Republican", "url": "http://www.house.gov/pitts"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "PA", "district": 16, "party": "Republican", "url": "http://www.house.gov/pitts", "address": "420 Cannon HOB; Washington DC 20515-3816", "phone": "202-225-2411", "fax": "202-225-2013", "contact_form": "http://www.house.gov/pitts/contact.shtml", "office": "420 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "PA", "party": "Republican", "district": 16, "url": "http://pitts.house.gov", "address": "420 Cannon HOB; Washington DC 20515-3816", "phone": "202-225-2411", "fax": "202-225-2013", "contact_form": "https://pitts.house.gov/contact-me/legislative-contact-form", "office": "420 Cannon House Office Building", "rss_url": "http://pitts.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "PA", "party": "Republican", "district": 16, "url": "http://pitts.house.gov", "address": "420 Cannon HOB; Washington DC 20515-3816", "phone": "202-225-2411", "fax": "202-225-2013", "contact_form": "https://pitts.house.gov/contact-me/legislative-contact-form", "office": "420 Cannon House Office Building", "rss_url": "http://pitts.house.gov/rss.xml"}]}, {"id": {"bioguide": "R000053", "thomas": "00944", "govtrack": 400333, "opensecrets": "N00000964", "votesmart": 26979, "icpsr": 13035, "fec": ["H6NY19029"], "cspan": 1745, "wikipedia": "Charles Rangel", "house_history": 20144, "maplight": 426, "wikidata": "Q368091", "google_entity_id": "kg:/m/024_vw"}, "name": {"first": "Charles", "nickname": "Charlie", "middle": "B.", "last": "Rangel", "official_full": "Charles B. Rangel"}, "bio": {"birthday": "1930-06-11", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1971-01-21", "end": "1973-01-03", "state": "NY", "district": 18, "party": "Democrat"}, {"type": "rep", "start": "1973-01-03", "end": "1975-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1975-01-14", "end": "1977-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1977-01-04", "end": "1979-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1979-01-15", "end": "1981-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1981-01-05", "end": "1983-01-03", "state": "NY", "district": 19, "party": "Democrat"}, {"type": "rep", "start": "1983-01-03", "end": "1985-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1985-01-03", "end": "1987-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1987-01-06", "end": "1989-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1989-01-03", "end": "1991-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1991-01-03", "end": "1993-01-03", "state": "NY", "district": 16, "party": "Democrat"}, {"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "NY", "district": 15, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "NY", "district": 15, "party": "Democrat", "url": "http://www.house.gov/rangel"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "NY", "district": 15, "party": "Democrat", "url": "http://www.house.gov/rangel"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "NY", "district": 15, "party": "Democrat", "url": "http://rangel.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "NY", "district": 15, "party": "Democrat", "url": "http://rangel.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NY", "district": 15, "party": "Democrat", "url": "http://rangel.house.gov", "address": "2354 Rayburn HOB; Washington DC 20515-3215", "phone": "202-225-4365", "fax": "202-225-0816", "contact_form": "https://forms.house.gov/rangel/forms/contact.shtml", "office": "2354 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "NY", "party": "Democrat", "district": 13, "url": "http://rangel.house.gov", "address": "2354 Rayburn HOB; Washington DC 20515-3213", "phone": "202-225-4365", "fax": "202-225-0816", "contact_form": "https://rangel.house.gov/contact-me/email-me", "office": "2354 Rayburn House Office Building", "rss_url": "http://rangel.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NY", "party": "Democrat", "district": 13, "url": "http://rangel.house.gov", "address": "2354 Rayburn HOB; Washington DC 20515-3213", "phone": "202-225-4365", "fax": "202-225-0816", "contact_form": "https://rangel.house.gov/contact-me/email-me", "office": "2354 Rayburn House Office Building", "rss_url": "http://rangel.house.gov/rss.xml"}]}, {"id": {"bioguide": "R000587", "thomas": "02073", "govtrack": 412489, "opensecrets": "N00030968", "votesmart": 126240, "fec": ["H0WI08075"], "cspan": 62776, "wikipedia": "Reid Ribble", "house_history": 20815, "ballotpedia": "Reid Ribble", "maplight": 1494, "icpsr": 21190, "wikidata": "Q2139894", "google_entity_id": "kg:/m/0dddvmy"}, "name": {"first": "Reid", "last": "Ribble", "official_full": "Reid J. Ribble", "middle": "J."}, "bio": {"birthday": "1956-04-05", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "WI", "district": 8, "party": "Republican", "url": "http://ribble.house.gov/", "address": "1513 Longworth HOB; Washington DC 20515-4908", "phone": "202-225-5665", "fax": "202- 225-5729", "office": "1513 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "WI", "party": "Republican", "district": 8, "url": "http://ribble.house.gov", "address": "1513 Longworth HOB; Washington DC 20515-4908", "phone": "202-225-5665", "fax": "202- 225-5729", "office": "1513 Longworth House Office Building", "rss_url": "http://ribble.house.gov/rss.xml", "contact_form": "https://ribble.house.gov/contact-me/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "WI", "party": "Republican", "district": 8, "url": "http://ribble.house.gov", "address": "1513 Longworth HOB; Washington DC 20515-4908", "phone": "202-225-5665", "fax": "202- 225-5729", "office": "1513 Longworth House Office Building", "rss_url": "http://ribble.house.gov/rss.xml", "contact_form": "https://ribble.house.gov/contact-me/email-me"}]}, {"id": {"bioguide": "R000589", "thomas": "02068", "govtrack": 412483, "opensecrets": "N00030962", "votesmart": 121807, "fec": ["H0VA02084"], "cspan": 9268996, "wikipedia": "Scott Rigell", "house_history": 20818, "maplight": 1488, "icpsr": 21185, "wikidata": "Q2800221", "google_entity_id": "kg:/m/0bx_0mz"}, "name": {"first": "Edward", "middle": "Scott", "last": "Rigell", "nickname": "Scott", "official_full": "E. Scott Rigell"}, "bio": {"birthday": "1960-05-28", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "VA", "district": 2, "party": "Republican", "url": "http://rigell.house.gov/", "address": "327 Cannon HOB; Washington DC 20515-4602", "phone": "202-225-4215", "fax": "202-225-4218", "office": "327 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "VA", "party": "Republican", "district": 2, "url": "http://rigell.house.gov", "address": "418 Cannon HOB; Washington DC 20515-4602", "phone": "202-225-4215", "fax": "202-225-4218", "office": "418 Cannon House Office Building", "rss_url": "http://rigell.house.gov/news/rss.aspx", "contact_form": "https://rigell.house.gov/contact/contactform.htm"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "VA", "party": "Republican", "district": 2, "url": "http://rigell.house.gov", "address": "418 Cannon HOB; Washington DC 20515-4602", "phone": "202-225-4215", "fax": "202-225-4218", "office": "418 Cannon House Office Building", "rss_url": "http://rigell.house.gov/news/rss.aspx", "contact_form": "https://rigell.house.gov/contact/contactform.htm"}]}, {"id": {"bioguide": "S000030", "thomas": "01522", "govtrack": 400356, "opensecrets": "N00008274", "votesmart": 203, "fec": ["H6CA46033"], "cspan": 45639, "wikipedia": "Loretta Sanchez", "maplight": 449, "icpsr": 29709, "house_history": 21168, "wikidata": "Q469094", "google_entity_id": "kg:/m/0jbty"}, "name": {"first": "Loretta", "middle": "B.", "last": "Sanchez", "official_full": "Loretta Sanchez"}, "bio": {"birthday": "1960-01-07", "gender": "F", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 46, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 46, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 46, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 47, "party": "Democrat", "url": "http://www.house.gov/sanchez"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 47, "party": "Democrat", "url": "http://www.house.gov/sanchez"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 47, "party": "Democrat", "url": "http://www.lorettasanchez.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 47, "party": "Democrat", "url": "http://www.lorettasanchez.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 47, "party": "Democrat", "url": "http://www.lorettasanchez.house.gov", "address": "1114 Longworth HOB; Washington DC 20515-0547", "phone": "202-225-2965", "fax": "202-225-5859", "contact_form": "http://www.lorettasanchez.house.gov/index.php?option=com_content&task=view&id=218&Itemid=17", "office": "1114 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 46, "url": "http://lorettasanchez.house.gov", "address": "1114 Longworth HOB; Washington DC 20515-0546", "phone": "202-225-2965", "fax": "202-225-5859", "contact_form": "https://lorettasanchez.house.gov/contact-me/email-me", "office": "1114 Longworth House Office Building", "rss_url": "http://lorettasanchez.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 46, "url": "http://lorettasanchez.house.gov", "address": "1211 Longworth HOB; Washington DC 20515-0546", "phone": "202-225-2965", "fax": "202-225-5859", "contact_form": "https://lorettasanchez.house.gov/contact-me/email-me", "office": "1211 Longworth House Office Building", "rss_url": "http://lorettasanchez.house.gov/rss.xml"}], "family": [{"name": "Linda Sanchez", "relation": "sister"}]}, {"id": {"bioguide": "S001188", "thomas": "01981", "govtrack": 412392, "opensecrets": "N00030891", "votesmart": 34230, "fec": ["H0IN03198", "S0IN00095"], "cspan": 9267685, "wikipedia": "Marlin Stutzman", "ballotpedia": "Marlin Stutzman", "maplight": 1373, "icpsr": 21100, "house_history": 22629, "wikidata": "Q1902106", "google_entity_id": "kg:/m/06zk1_1"}, "name": {"first": "Marlin", "middle": "A.", "last": "Stutzman", "official_full": "Marlin A. Stutzman"}, "bio": {"birthday": "1976-08-31", "gender": "M"}, "terms": [{"type": "rep", "start": "2010-11-16", "end": "2011-01-03", "state": "IN", "district": 3, "party": "Republican", "url": "http://stutzman.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IN", "district": 3, "party": "Republican", "url": "http://stutzman.house.gov", "address": "1728 Longworth HOB; Washington DC 20515-1403", "phone": "202-225-4436", "fax": "202-225-3479", "office": "1728 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "IN", "party": "Republican", "district": 3, "url": "http://stutzman.house.gov", "address": "1728 Longworth HOB; Washington DC 20515-1403", "phone": "202-225-4436", "fax": "202-226-9870", "office": "1728 Longworth House Office Building", "rss_url": "http://stutzman.house.gov/press_releases.rss", "contact_form": "http://stutzman.house.gov/contacts/new"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IN", "party": "Republican", "district": 3, "url": "http://stutzman.house.gov", "address": "2418 Rayburn HOB; Washington DC 20515-1403", "phone": "202-225-4436", "fax": "202-226-9870", "office": "2418 Rayburn House Office Building", "rss_url": "http://stutzman.house.gov/press_releases.rss", "contact_form": "http://stutzman.house.gov/contacts/new"}]}, {"id": {"bioguide": "W000796", "thomas": "01779", "govtrack": 400627, "opensecrets": "N00026163", "votesmart": 8001, "fec": ["H4GA08067"], "cspan": 1013045, "wikipedia": "Lynn Westmoreland", "ballotpedia": "Lynn A. Westmoreland", "maplight": 633, "icpsr": 20506, "house_history": 24175, "wikidata": "Q505730", "google_entity_id": "kg:/m/04cmw9"}, "name": {"first": "Lynn", "middle": "A.", "last": "Westmoreland", "official_full": "Lynn A. Westmoreland"}, "bio": {"birthday": "1950-04-02", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "GA", "district": 8, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "GA", "district": 3, "party": "Republican", "url": "http://www.house.gov/westmoreland"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "GA", "district": 3, "party": "Republican", "url": "http://www.house.gov/westmoreland"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "GA", "district": 3, "party": "Republican", "url": "http://www.house.gov/westmoreland", "address": "2433 Rayburn HOB; Washington DC 20515-1008", "phone": "202-225-5901", "fax": "202-225-2515", "contact_form": "http://www.house.gov/writerep", "office": "2433 Rayburn House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "GA", "party": "Republican", "district": 3, "url": "http://westmoreland.house.gov", "address": "2433 Rayburn HOB; Washington DC 20515-1003", "phone": "202-225-5901", "fax": "202-225-2515", "contact_form": "https://westmoreland.house.gov/email-me", "office": "2433 Rayburn House Office Building", "rss_url": "http://westmoreland.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "GA", "party": "Republican", "district": 3, "url": "http://westmoreland.house.gov", "address": "2202 Rayburn HOB; Washington DC 20515-1003", "phone": "202-225-5901", "fax": "202-225-2515", "contact_form": "https://westmoreland.house.gov/email-me", "office": "2202 Rayburn House Office Building", "rss_url": "http://westmoreland.house.gov/index.php?format=feed&type=rss"}]}, {"id": {"bioguide": "S000018", "thomas": "01009", "govtrack": 400606, "votesmart": 22184, "wikipedia": "Matt Salmon", "fec": ["H4AZ01038", "H2AZ06130"], "opensecrets": "N00006446", "ballotpedia": "Matt Salmon", "cspan": 37033, "maplight": 1729, "icpsr": 29500, "house_history": 21154, "wikidata": "Q1909268", "google_entity_id": "kg:/m/03_8gd"}, "name": {"first": "Matt", "last": "Salmon", "official_full": "Matt Salmon"}, "bio": {"birthday": "1958-01-21", "gender": "M"}, "terms": [{"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "AZ", "district": 1, "party": "Republican"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AZ", "party": "Republican", "district": 5, "office": "2349 Rayburn House Office Building", "address": "2349 Rayburn HOB; Washington DC 20515-0305", "phone": "202-225-2635", "url": "http://salmon.house.gov", "rss_url": "http://salmon.house.gov/rss.xml", "contact_form": "https://salmon.house.gov/contact/email-me", "fax": "202-226-4386"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AZ", "party": "Republican", "district": 5, "office": "2349 Rayburn House Office Building", "address": "2349 Rayburn HOB; Washington DC 20515-0305", "phone": "202-225-2635", "url": "http://salmon.house.gov", "rss_url": "http://salmon.house.gov/rss.xml", "contact_form": "https://salmon.house.gov/contact/email-me", "fax": "202-226-4386"}]}, {"id": {"bioguide": "G000556", "thomas": "01914", "govtrack": 412276, "opensecrets": "N00028418", "votesmart": 68184, "fec": ["H6FL08213"], "cspan": 1013409, "wikipedia": "Alan Grayson", "house_history": 14271, "ballotpedia": "Alan Grayson", "maplight": 758, "icpsr": 20908, "wikidata": "Q1281084", "google_entity_id": "kg:/m/04gtp5n"}, "name": {"first": "Alan", "last": "Grayson", "official_full": "Alan Grayson"}, "bio": {"birthday": "1958-03-13", "gender": "M"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "FL", "district": 8, "party": "Democrat", "url": "http://grayson.house.gov"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Democrat", "district": 9, "url": "http://grayson.house.gov", "office": "430 Cannon House Office Building", "address": "430 Cannon HOB; Washington DC 20515-0909", "phone": "202-225-9889", "rss_url": "http://grayson.house.gov/rss.xml", "contact_form": "https://grayson.house.gov/contact/email-me", "fax": "202-225-9742"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Democrat", "district": 9, "url": "http://grayson.house.gov", "office": "303 Cannon House Office Building", "address": "303 Cannon HOB; Washington DC 20515-0909", "phone": "202-225-9889", "rss_url": "http://grayson.house.gov/rss.xml", "contact_form": "https://grayson.house.gov/contact/email-me", "fax": "202-225-9742"}]}, {"id": {"bioguide": "K000368", "thomas": "01907", "govtrack": 412286, "opensecrets": "N00029260", "votesmart": 28425, "fec": ["H8AZ01104"], "cspan": 1031338, "wikipedia": "Ann Kirkpatrick", "house_history": 16560, "ballotpedia": "Ann Kirkpatrick", "maplight": 768, "icpsr": 20902, "wikidata": "Q558460", "google_entity_id": "kg:/m/02qtczp"}, "name": {"first": "Ann", "last": "Kirkpatrick", "official_full": "Ann Kirkpatrick"}, "bio": {"gender": "F", "birthday": "1950-03-24"}, "terms": [{"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "AZ", "district": 1, "party": "Democrat", "url": "http://kirkpatrick.house.gov"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "AZ", "party": "Democrat", "district": 1, "url": "http://kirkpatrick.house.gov", "office": "330 Cannon House Office Building", "address": "330 Cannon HOB; Washington DC 20515-0301", "phone": "202-225-3361", "rss_url": "http://kirkpatrick.house.gov/rss.xml", "contact_form": "https://kirkpatrick.house.gov/contact/email-me", "fax": "202-225-3462"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "AZ", "party": "Democrat", "district": 1, "url": "http://kirkpatrick.house.gov", "office": "201 Cannon House Office Building", "address": "201 Cannon HOB; Washington DC 20515-0301", "phone": "202-225-3361", "rss_url": "http://kirkpatrick.house.gov/rss.xml", "contact_form": "https://kirkpatrick.house.gov/contact/email-me", "fax": "202-225-3462"}]}, {"id": {"opensecrets": "N00033091", "govtrack": 412527, "bioguide": "M001191", "thomas": "02117", "cspan": 95348, "votesmart": 137652, "wikipedia": "Patrick Murphy (Florida politician)", "fec": ["H2FL22072"], "ballotpedia": "Patrick Murphy (Florida)", "maplight": 1751, "icpsr": 21319, "wikidata": "Q3182011", "google_entity_id": "kg:/m/0n47ttk"}, "name": {"first": "Patrick", "last": "Murphy", "official_full": "Patrick Murphy"}, "bio": {"gender": "M", "birthday": "1983-03-30"}, "terms": [{"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "FL", "party": "Democrat", "district": 18, "office": "1517 Longworth House Office Building", "address": "1517 Longworth HOB; Washington DC 20515-0918", "phone": "202-225-3026", "url": "http://patrickmurphy.house.gov", "rss_url": "http://patrickmurphy.house.gov/news/rss.aspx", "contact_form": "http://patrickmurphy.house.gov/contact/", "fax": "202-225-8398"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Democrat", "district": 18, "office": "211 Cannon House Office Building", "address": "211 Cannon HOB; Washington DC 20515-0918", "phone": "202-225-3026", "url": "http://patrickmurphy.house.gov", "rss_url": "http://patrickmurphy.house.gov/news/rss.aspx", "contact_form": "http://patrickmurphy.house.gov/contact/", "fax": "202-225-8398"}]}, {"id": {"bioguide": "J000296", "thomas": "02199", "govtrack": 412603, "opensecrets": "N00035717", "votesmart": 146146, "cspan": 73783, "wikipedia": "David Jolly", "ballotpedia": "David Jolly", "fec": ["H4FL13101"], "maplight": 2056, "wikidata": "Q15963996", "google_entity_id": "kg:/m/0_8ply4"}, "name": {"first": "David", "middle": "W.", "last": "Jolly", "official_full": "David W. Jolly"}, "bio": {"birthday": "1972-10-31", "gender": "M"}, "terms": [{"type": "rep", "start": "2014-03-11", "end": "2015-01-03", "state": "FL", "district": 13, "party": "Republican", "address": "2407 Rayburn HOB; Washington DC 20515-0913", "office": "2407 Rayburn House Office Building", "phone": "202-225-5961", "url": "http://jolly.house.gov", "contact_form": "https://jolly.house.gov/contact/email-me"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "district": 13, "party": "Republican", "address": "1728 Longworth HOB; Washington DC 20515-0913", "office": "1728 Longworth House Office Building", "phone": "202-225-5961", "url": "http://jolly.house.gov", "contact_form": "https://jolly.house.gov/contact/email-me", "fax": "202-225-9764"}]}, {"id": {"bioguide": "C001102", "thomas": "02200", "govtrack": 412604, "opensecrets": "N00035854", "cspan": 75516, "votesmart": 148899, "fec": ["H4FL19074"], "maplight": 2060, "wikidata": "Q16728087", "wikipedia": "Curt Clawson", "google_entity_id": "kg:/m/03wphq2"}, "name": {"first": "Curtis", "nickname": "Curt", "last": "Clawson", "official_full": "Curt Clawson"}, "bio": {"gender": "M", "birthday": "1959-09-28"}, "terms": [{"type": "rep", "start": "2014-06-24", "end": "2015-01-03", "state": "FL", "party": "Republican", "district": 19, "address": "1123 Longworth HOB; Washington DC 20515-0919", "office": "1123 Longworth House Office Building", "phone": "202-225-2536"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "party": "Republican", "district": 19, "address": "228 Cannon HOB; Washington DC 20515-0919", "office": "228 Cannon House Office Building", "phone": "202-225-2536", "url": "http://clawson.house.gov"}]}, {"id": {"bioguide": "D000613", "thomas": "02013", "govtrack": 412420, "opensecrets": "N00031103", "votesmart": 116548, "fec": ["H0IL10302"], "wikipedia": "Robert Dold", "house_history": 12599, "icpsr": 21127, "maplight": 1432, "wikidata": "Q2156912", "google_entity_id": "kg:/m/0b6j_nb"}, "name": {"first": "Bob", "last": "Dold", "official_full": "Robert J. Dold"}, "bio": {"birthday": "1969-06-23", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "IL", "district": 10, "party": "Republican", "url": "http://dold.house.gov/", "address": "212 Cannon HOB; Washington DC 20515-1310", "phone": "202-225-4835", "fax": "202-225-0837", "office": "212 Cannon House Office Building"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "IL", "district": 10, "party": "Republican", "address": "221 Cannon HOB; Washington DC 20515-1310", "office": "221 Cannon House Office Building", "phone": "202-225-4835", "url": "https://dold.house.gov"}]}, {"id": {"bioguide": "G000570", "thomas": "02038", "govtrack": 412447, "opensecrets": "N00030801", "votesmart": 42946, "fec": ["H0NH01217"], "wikipedia": "Frank Guinta", "house_history": 14291, "icpsr": 21152, "maplight": 1457, "wikidata": "Q24250", "google_entity_id": "kg:/m/08s8q3"}, "name": {"first": "Frank", "last": "Guinta", "official_full": "Frank C. Guinta"}, "bio": {"birthday": "1970-09-26", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "NH", "district": 1, "party": "Republican", "url": "http://guinta.house.gov/", "address": "1223 Longworth HOB; Washington DC 20515-2901", "phone": "202-225-5456", "fax": "202-225-5822", "office": "1223 Longworth House Office Building"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NH", "district": 1, "party": "Republican", "address": "326 Cannon HOB; Washington DC 20515-2901", "office": "326 Cannon House Office Building", "phone": "202-225-5456", "url": "https://guinta.house.gov", "fax": "202-225-5822"}]}, {"id": {"bioguide": "G000575", "fec": ["H4FL02062"], "govtrack": 412620, "opensecrets": "N00035688", "thomas": "02234", "house_history": 15032409716, "maplight": 2076, "wikidata": "Q16195097", "wikipedia": "Gwen Graham", "google_entity_id": "kg:/m/0wk57s1"}, "name": {"first": "Gwen", "last": "Graham", "official_full": "Gwen Graham"}, "bio": {"gender": "F", "birthday": "1963-01-31"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "FL", "district": 2, "party": "Democrat", "address": "1213 Longworth HOB; Washington DC 20515-0902", "office": "1213 Longworth House Office Building", "phone": "202-225-5235", "url": "https://graham.house.gov", "fax": "202-225-5615"}]}, {"id": {"bioguide": "A000373", "fec": ["H4NE02054"], "govtrack": 412642, "opensecrets": "N00005293", "thomas": "02257", "maplight": 2098, "wikidata": "Q4953782", "wikipedia": "Brad Ashford", "google_entity_id": "kg:/m/02pys5v"}, "name": {"first": "Brad", "last": "Ashford", "official_full": "Brad Ashford"}, "bio": {"gender": "M", "birthday": "1949-11-10"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NE", "district": 2, "party": "Democrat", "address": "107 Cannon HOB; Washington DC 20515-2702", "office": "107 Cannon House Office Building", "phone": "202-225-4155", "url": "https://ashford.house.gov", "fax": "202-226-5452"}]}, {"id": {"bioguide": "H001070", "fec": ["H4NV04017"], "govtrack": 412645, "opensecrets": "N00035628", "thomas": "02260", "maplight": 2101, "wikidata": "Q16189291", "wikipedia": "Cresent Hardy", "google_entity_id": "kg:/m/0yp3l3w"}, "name": {"first": "Cresent", "last": "Hardy", "official_full": "Cresent Hardy"}, "bio": {"gender": "M", "birthday": "1957-06-23"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "NV", "district": 4, "party": "Republican", "address": "430 Cannon HOB; Washington DC 20515-2804", "office": "430 Cannon House Office Building", "phone": "202-225-9894", "url": "https://hardy.house.gov", "fax": "202-225-9783"}]}, {"id": {"bioguide": "P000602", "thomas": "02022", "govtrack": 412431, "opensecrets": "N00030744", "votesmart": 125023, "fec": ["H0KS04051"], "cspan": 623387, "house_history": 20041, "wikipedia": "Mike Pompeo", "ballotpedia": "Mike Pompeo", "maplight": 1442, "icpsr": 21136, "wikidata": "Q473239", "google_entity_id": "kg:/m/0cnxjk7"}, "name": {"first": "Mike", "last": "Pompeo", "official_full": "Mike Pompeo"}, "bio": {"birthday": "1963-12-30", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "KS", "district": 4, "party": "Republican", "url": "http://pompeo.house.gov/", "address": "107 Cannon HOB; Washington DC 20515-1604", "phone": "202-225-6216", "fax": "202-225-3489", "office": "107 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "KS", "party": "Republican", "district": 4, "url": "http://pompeo.house.gov", "address": "107 Cannon HOB; Washington DC 20515-1604", "phone": "202-225-6216", "fax": "202-225-3489", "office": "107 Cannon House Office Building", "rss_url": "http://pompeo.house.gov/news/rss.aspx", "contact_form": "https://pompeo.house.gov/contact/contactform.htm?zip5=$ADDRESS_ZIP5"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "KS", "party": "Republican", "district": 4, "url": "http://pompeo.house.gov", "address": "436 Cannon HOB; Washington DC 20515-1604", "phone": "202-225-6216", "fax": "202-225-3489", "office": "436 Cannon House Office Building", "rss_url": "http://pompeo.house.gov/news/rss.aspx", "contact_form": "https://pompeo.house.gov/contact/contactform.htm?zip5=$ADDRESS_ZIP5"}, {"type": "rep", "start": "2017-01-03", "end": "2017-01-23", "state": "KS", "district": 4, "party": "Republican", "phone": "202-225-6216", "url": "http://pompeo.house.gov", "rss_url": "http://pompeo.house.gov/news/rss.aspx", "address": "2452 Rayburn HOB; Washington DC 20515-1604", "office": "2452 Rayburn House Office Building"}]}, {"id": {"bioguide": "B000287", "thomas": "00070", "govtrack": 400021, "opensecrets": "N00009774", "votesmart": 26754, "fec": ["H2CA30143"], "cspan": 26567, "wikipedia": "Xavier Becerra", "house_history": 9147, "ballotpedia": "Xavier Becerra", "maplight": 142, "icpsr": 29316, "wikidata": "Q1855840", "google_entity_id": "kg:/m/024trk"}, "name": {"first": "Xavier", "last": "Becerra", "official_full": "Xavier Becerra"}, "bio": {"birthday": "1958-01-26", "gender": "M", "religion": "Roman Catholic"}, "terms": [{"type": "rep", "start": "1993-01-05", "end": "1995-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1995-01-04", "end": "1997-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1997-01-07", "end": "1999-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "1999-01-06", "end": "2001-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "2001-01-03", "end": "2003-01-03", "state": "CA", "district": 30, "party": "Democrat"}, {"type": "rep", "start": "2003-01-07", "end": "2005-01-03", "state": "CA", "district": 31, "party": "Democrat", "url": "http://www.house.gov/becerra"}, {"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "CA", "district": 31, "party": "Democrat", "url": "http://www.house.gov/becerra"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "CA", "district": 31, "party": "Democrat", "url": "http://becerra.house.gov"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "CA", "district": 31, "party": "Democrat", "url": "http://becerra.house.gov"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "CA", "district": 31, "party": "Democrat", "url": "http://becerra.house.gov", "address": "1226 Longworth HOB; Washington DC 20515-0531", "phone": "202-225-6235", "fax": "202-225-2202", "contact_form": "http://becerra.house.gov/HoR/CA31/Hidden+Content/Email+Signup+Form.htm", "office": "1226 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "CA", "party": "Democrat", "district": 34, "url": "http://becerra.house.gov", "address": "1226 Longworth HOB; Washington DC 20515-0534", "phone": "202-225-6235", "fax": "202-225-2202", "contact_form": "http://becerraforms.house.gov/forms/writeyourrep/", "office": "1226 Longworth House Office Building", "rss_url": "http://becerra.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "CA", "party": "Democrat", "district": 34, "url": "http://becerra.house.gov", "address": "1226 Longworth HOB; Washington DC 20515-0534", "phone": "202-225-6235", "fax": "202-225-2202", "contact_form": "http://becerraforms.house.gov/forms/writeyourrep/", "office": "1226 Longworth House Office Building", "rss_url": "http://becerra.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2017-01-24", "state": "CA", "district": 34, "party": "Democrat", "phone": "202-225-6235", "url": "https://becerra.house.gov", "rss_url": "http://becerra.house.gov/index.php?format=feed&type=rss", "address": "1226 Longworth HOB; Washington DC 20515-0534", "office": "1226 Longworth House Office Building"}]}, {"id": {"bioguide": "S001141", "thomas": "01548", "lis": "S261", "govtrack": 300088, "opensecrets": "N00003062", "votesmart": 443, "fec": ["S6AL00195"], "cspan": 44441, "wikipedia": "Jeff Sessions", "ballotpedia": "Jeff Sessions", "maplight": 607, "icpsr": 49700, "wikidata": "Q358443", "google_entity_id": "kg:/m/020yjg"}, "name": {"first": "Jefferson", "middle": "B.", "last": "Sessions", "nickname": "Jeff", "official_full": "Jeff Sessions"}, "bio": {"birthday": "1946-12-24", "gender": "M", "religion": "Methodist"}, "terms": [{"type": "sen", "start": "1997-01-07", "end": "2003-01-03", "state": "AL", "class": 2, "party": "Republican"}, {"type": "sen", "start": "2003-01-07", "end": "2009-01-03", "state": "AL", "class": 2, "party": "Republican", "url": "http://sessions.senate.gov/"}, {"type": "sen", "start": "2009-01-06", "end": "2015-01-03", "state": "AL", "class": 2, "party": "Republican", "url": "http://www.sessions.senate.gov", "address": "326 Russell Senate Office Building Washington DC 20510", "phone": "202-224-4124", "fax": "202-224-3149", "contact_form": "http://www.sessions.senate.gov/public/index.cfm/contact-jeff", "office": "326 Russell Senate Office Building", "state_rank": "junior", "rss_url": "http://www.sessions.senate.gov/public/index.cfm?fuseaction=rss.feed"}, {"type": "sen", "start": "2015-01-06", "end": "2017-02-08", "state": "AL", "class": 2, "party": "Republican", "url": "http://www.sessions.senate.gov/public", "address": "326 Russell Senate Office Building Washington DC 20510", "phone": "202-224-4124", "fax": "202-224-3149", "contact_form": "http://www.sessions.senate.gov/public/index.cfm/contact-jeff", "office": "326 Russell Senate Office Building", "state_rank": "junior", "rss_url": "http://www.sessions.senate.gov/public/index.cfm?fuseaction=rss.feed"}]}, {"id": {"bioguide": "P000591", "thomas": "01778", "govtrack": 400626, "opensecrets": "N00026160", "votesmart": 11853, "fec": ["H4GA06087"], "cspan": 1013044, "wikipedia": "Tom Price (U.S. politician)", "house_history": 20020, "ballotpedia": "Tom Price", "maplight": 632, "icpsr": 20505, "wikidata": "Q1415243", "google_entity_id": "kg:/m/04z48c"}, "name": {"first": "Tom", "last": "Price", "official_full": "Tom Price"}, "bio": {"birthday": "1954-10-08", "gender": "M"}, "terms": [{"type": "rep", "start": "2005-01-04", "end": "2007-01-03", "state": "GA", "district": 6, "party": "Republican"}, {"type": "rep", "start": "2007-01-04", "end": "2009-01-03", "state": "GA", "district": 6, "party": "Republican", "url": "http://www.house.gov/tomprice"}, {"type": "rep", "start": "2009-01-06", "end": "2011-01-03", "state": "GA", "district": 6, "party": "Republican", "url": "http://www.house.gov/tomprice"}, {"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "GA", "district": 6, "party": "Republican", "url": "http://www.house.gov/tomprice", "address": "403 Cannon HOB; Washington DC 20515-1006", "phone": "202-225-4501", "fax": "202-225-4656", "contact_form": "http://tom.house.gov/html/contact_form_email.cfm", "office": "403 Cannon House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "GA", "party": "Republican", "district": 6, "url": "http://tomprice.house.gov", "address": "100 Cannon HOB; Washington DC 20515-1006", "phone": "202-225-4501", "fax": "202-225-4656", "contact_form": "https://tomprice.house.gov/contact-me", "office": "100 Cannon House Office Building", "rss_url": "http://tomprice.house.gov/rss.xml"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "GA", "party": "Republican", "district": 6, "url": "https://tomprice.house.gov", "address": "100 Cannon HOB; Washington DC 20515-1006", "phone": "202-225-4501", "fax": "202-225-4656", "contact_form": "https://tomprice.house.gov/contact-me", "office": "100 Cannon House Office Building", "rss_url": "http://tomprice.house.gov/rss.xml"}, {"type": "rep", "start": "2017-01-03", "end": "2017-02-10", "state": "GA", "district": 6, "party": "Republican", "phone": "202-225-4501", "url": "https://tomprice.house.gov", "rss_url": "http://tomprice.house.gov/rss.xml", "address": "1211 Longworth HOB; Washington DC 20515-1006", "office": "1211 Longworth House Office Building", "fax": "202-225-4656"}]}, {"id": {"bioguide": "M001182", "thomas": "02059", "govtrack": 412474, "opensecrets": "N00031412", "votesmart": 60348, "fec": ["H0SC05031"], "cspan": 623510, "wikipedia": "Mick Mulvaney", "house_history": 18833, "ballotpedia": "Mick Mulvaney", "maplight": 1479, "icpsr": 21176, "wikidata": "Q1235731", "google_entity_id": "kg:/m/0cp1sr_"}, "name": {"first": "Mick", "last": "Mulvaney", "official_full": "Mick Mulvaney"}, "bio": {"birthday": "1967-07-21", "gender": "M"}, "terms": [{"type": "rep", "start": "2011-01-05", "end": "2013-01-03", "state": "SC", "district": 5, "party": "Republican", "url": "http://mulvaney.house.gov/", "address": "1004 Longworth HOB; Washington DC 20515-4005", "phone": "202-225-5501", "fax": "202-225-0464", "office": "1004 Longworth House Office Building"}, {"type": "rep", "start": "2013-01-03", "end": "2015-01-03", "state": "SC", "party": "Republican", "district": 5, "url": "http://mulvaney.house.gov", "address": "1207 Longworth HOB; Washington DC 20515-4005", "phone": "202-225-5501", "fax": "202-225-0464", "office": "1207 Longworth House Office Building", "contact_form": "https://mulvaney.house.gov/email-mick/", "rss_url": "http://mulvaney.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "SC", "party": "Republican", "district": 5, "url": "https://mulvaney.house.gov", "address": "2419 Rayburn HOB; Washington DC 20515-4005", "phone": "202-225-5501", "fax": "202-225-0464", "office": "2419 Rayburn House Office Building", "contact_form": "https://mulvaney.house.gov/email-mick/", "rss_url": "http://mulvaney.house.gov/index.php?format=feed&type=rss"}, {"type": "rep", "start": "2017-01-03", "end": "2017-02-16", "state": "SC", "district": 5, "party": "Republican", "phone": "202-225-5501", "url": "https://mulvaney.house.gov", "rss_url": "http://mulvaney.house.gov/index.php?format=feed&type=rss", "address": "2350 Rayburn HOB; Washington DC 20515-4005", "office": "2350 Rayburn House Office Building", "fax": "202-225-0464"}]}, {"id": {"bioguide": "Z000018", "fec": ["H4MT01041"], "govtrack": 412640, "opensecrets": "N00035616", "thomas": "02254", "maplight": 2096, "wikidata": "Q7384672", "wikipedia": "Ryan Zinke", "google_entity_id": "kg:/m/0gkz1jg"}, "name": {"first": "Ryan", "last": "Zinke", "official_full": "Ryan K. Zinke"}, "bio": {"gender": "M", "birthday": "1961-11-01"}, "terms": [{"type": "rep", "start": "2015-01-06", "end": "2017-01-03", "state": "MT", "district": 0, "party": "Republican", "address": "113 Cannon HOB; Washington DC 20515-2600", "office": "113 Cannon House Office Building", "phone": "202-225-3211", "url": "https://zinke.house.gov", "fax": "202-225-5687"}, {"type": "rep", "start": "2017-01-03", "end": "2017-03-01", "state": "MT", "district": 0, "party": "Republican", "phone": "202-225-3211", "url": "https://zinke.house.gov", "address": "1419 Longworth HOB; Washington DC 20515-2600", "office": "1419 Longworth House Office Building", "fax": "202-225-5687"}]}] \ No newline at end of file diff --git a/alternate_formats/legislators-social-media.json b/alternate_formats/legislators-social-media.json new file mode 100644 index 0000000..06f4ded --- /dev/null +++ b/alternate_formats/legislators-social-media.json @@ -0,0 +1 @@ +[{"id": {"bioguide": "R000600", "thomas": "02222", "govtrack": 412664}, "social": {"twitter": "RepAmata", "facebook": "aumuaamata", "youtube_id": "UCGdrLQbt1PYDTPsampx4t1A", "twitter_id": 3026622545}}, {"id": {"bioguide": "Y000064", "thomas": "02019", "govtrack": 412428}, "social": {"twitter": "SenToddYoung", "facebook": "SenatorToddYoung", "youtube": "RepToddYoung", "youtube_id": "UCuknj4PGn91gHDNAfboZEgQ", "twitter_id": 234128524, "instagram": "sentoddyoung"}}, {"id": {"bioguide": "E000295", "thomas": "02283", "govtrack": 412667}, "social": {"twitter": "SenJoniErnst", "facebook": "senjoniernst", "youtube_id": "UCLwrmtF_84FIcK3TyMs4MIw", "instagram": "senjoniernst", "instagram_id": 1582702853, "twitter_id": 2856787757}}, {"id": {"bioguide": "T000476", "thomas": "02291", "govtrack": 412668}, "social": {"twitter": "senthomtillis", "facebook": "SenatorThomTillis", "youtube_id": "UCUD9VGV4SSGWjGdbn37Ea2w", "twitter_id": 2964174789, "instagram": "senthomtillis"}}, {"id": {"bioguide": "Y000063", "thomas": "02021", "govtrack": 412430}, "social": {"twitter": "RepKevinYoder", "facebook": "CongressmanKevinYoder", "youtube": "RepYoder", "youtube_id": "UCCeYmn4A8kZEHCcAfeUW9lQ", "twitter_id": 252819642, "instagram": "repkevinyoder"}}, {"id": {"bioguide": "Y000062", "thomas": "01853", "govtrack": 412211}, "social": {"twitter": "RepJohnYarmuth", "facebook": "214258646163", "youtube": "RepJohnYarmuth", "youtube_id": "UCy5KW4yrEfEiyZRX45Eoxkg", "twitter_id": 384913290}}, {"id": {"bioguide": "Y000033", "thomas": "01256", "govtrack": 400440}, "social": {"twitter": "RepDonYoung", "facebook": "RepDonYoung", "youtube": "RepDonYoung", "youtube_id": "UCg5ZIR5-82EbJiNeI1bqT-A", "twitter_id": 37007274}}, {"id": {"bioguide": "W000809", "thomas": "01991", "govtrack": 412402}, "social": {"twitter": "Rep_SteveWomack", "facebook": "RepSteveWomack", "youtube": "CongressmanWomack", "youtube_id": "UCXJbUDLYX-wGIhRuN66hqZw", "twitter_id": 234469322}}, {"id": {"bioguide": "W000808", "thomas": "02004", "govtrack": 412412}, "social": {"twitter": "RepWilson", "facebook": "RepWilson", "youtube": "repfredericawilson", "youtube_id": "UCP5QBhng_lHv-vJgE_h7lpA", "twitter_id": 234014087}}, {"id": {"bioguide": "W000806", "thomas": "02002", "govtrack": 412410}, "social": {"twitter": "RepWebster", "facebook": "RepWebster", "youtube": "repdanwebster", "youtube_id": "UCCoX4VdU7U11eGEA0lbRtLw", "twitter_id": 281540744}}, {"id": {"bioguide": "W000805", "thomas": "01897", "govtrack": 412321}, "social": {"twitter": "MarkWarner", "facebook": "MarkRWarner", "youtube": "SenatorMarkWarner", "youtube_id": "UCwyivNlEGf4sGd1oDLfY5jw", "instagram": "senatorwarner", "instagram_id": 515327940, "twitter_id": 7429102}}, {"id": {"bioguide": "W000804", "thomas": "01886", "govtrack": 412255}, "social": {"twitter": "RobWittman", "facebook": "RepRobWittman", "youtube": "RobWittman", "youtube_id": "UCIqIb-OaTbkIdU426eYIdPg", "twitter_id": 15356407, "instagram": "reprobwittman"}}, {"id": {"bioguide": "W000802", "thomas": "01823", "govtrack": 412247}, "social": {"twitter": "SenWhitehouse", "facebook": "SenatorWhitehouse", "youtube": "SenatorWhitehouse", "youtube_id": "UCnG0N70SNBkNqvIMLodPTIA", "instagram": "SenWhitehouse", "twitter_id": 242555999}}, {"id": {"bioguide": "W000800", "thomas": "01879", "govtrack": 412239}, "social": {"facebook": "PeterWelch", "youtube": "reppeterwelch", "youtube_id": "UC0YfApJx6qNaAQ-ir93U8xA", "twitter": "PeterWelch", "instagram": "reppeterwelch", "instagram_id": 1559860900, "twitter_id": 1410590874}}, {"id": {"bioguide": "W000798", "thomas": "01855", "govtrack": 412213}, "social": {"twitter": "RepWalberg", "facebook": "RepWalberg", "youtube": "RepWalberg", "youtube_id": "UChpf3_3Wn8f3qSJbsYXrhvg", "twitter_id": 237862972, "instagram": "repwalberg"}}, {"id": {"bioguide": "W000797", "thomas": "01777", "govtrack": 400623}, "social": {"twitter": "RepDWStweets", "facebook": "RepDWS", "youtube": "RepWassermanSchultz", "youtube_id": "UCfHQiJVvMlYbVAxrMSLdO4w", "instagram": "RepDWSTweets", "twitter_id": 1140648348}}, {"id": {"bioguide": "W000795", "thomas": "01688", "govtrack": 400433}, "social": {"facebook": "JoeWilson", "youtube": "RepJoeWilson", "twitter": "RepJoeWilson", "youtube_id": "UC3aR1B8m7Z1uycO65yDnpCg", "instagram": "repjoewilson", "instagram_id": 519685522, "twitter_id": 254082173}}, {"id": {"bioguide": "W000791", "thomas": "01596", "govtrack": 400419}, "social": {"twitter": "RepGregWalden", "facebook": "repgregwalden", "youtube": "RepGregWalden", "youtube_id": "UCyaDp6ANSM9tvW7Y3LT_4KQ", "instagram": "repgregwalden", "instagram_id": 382962594, "twitter_id": 32010840}}, {"id": {"bioguide": "W000779", "thomas": "01247", "govtrack": 300100}, "social": {"twitter": "RonWyden", "youtube": "senronwyden", "youtube_id": "UCsd3UEaoLoqX60P88BdpGGw", "instagram": "wydenpress", "instagram_id": 9443881, "twitter_id": 250188760}}, {"id": {"bioguide": "W000437", "thomas": "01226", "govtrack": 400432}, "social": {"twitter": "SenatorWicker", "facebook": "SenatorWicker", "youtube": "SenatorWicker", "youtube_id": "UCIlKHiTjSkcQP_knBcXHWSg", "instagram": "senatorwicker", "instagram_id": 367948073, "twitter_id": 264219447}}, {"id": {"bioguide": "W000187", "thomas": "01205", "govtrack": 400422}, "social": {"twitter": "MaxineWaters", "facebook": "MaxineWaters", "youtube": "MaxineWaters", "youtube_id": "UCOQ2js1VYFlo74n7Ns8WsLQ", "twitter_id": 36686040, "instagram": "repmaxinewaters"}}, {"id": {"bioguide": "V000128", "thomas": "01729", "govtrack": 400415}, "social": {"twitter": "ChrisVanHollen", "facebook": "chrisvanhollen", "youtube": "RepChrisVanHollen", "youtube_id": "UCkpfJWu1N9Okd6PE_NidtBQ", "instagram": "chrisvanhollen", "instagram_id": 268595235, "twitter_id": 18137749}}, {"id": {"bioguide": "V000108", "thomas": "01188", "govtrack": 400417}, "social": {"twitter": "RepVisclosky", "facebook": "repvisclosky", "youtube": "PeteVisclosky1", "youtube_id": "UC9njNo6tTComo9Kn7imz7Mg", "twitter_id": 193872188}}, {"id": {"bioguide": "V000081", "thomas": "01184", "govtrack": 400416}, "social": {"twitter": "NydiaVelazquez", "facebook": "8037068318", "youtube": "nydiavelazquez", "youtube_id": "UCqMKPkKeeHFOOiZ9vxhXGVg", "twitter_id": 164369297}}, {"id": {"bioguide": "U000039", "thomas": "01567", "govtrack": 400413}, "social": {"twitter": "SenatorTomUdall", "facebook": "senatortomudall", "youtube": "senatortomudall", "youtube_id": "UCADpIVS6bxOcr-uWnJCC9pQ", "twitter_id": 60828944}}, {"id": {"bioguide": "U000031", "thomas": "01177", "govtrack": 400414}, "social": {"twitter": "RepFredUpton", "facebook": "RepFredUpton", "youtube": "RepFredUpton", "youtube_id": "UCsN16IzEo4ViZNEMgeCrQ7w", "twitter_id": 124224165}}, {"id": {"bioguide": "T000470", "thomas": "01997", "govtrack": 412405}, "social": {"twitter": "RepTipton", "facebook": "CongressmanScottTipton", "youtube": "RepScottTipton", "youtube_id": "UCh9ssh1dvzpr1HOWaFm8rcg", "twitter_id": 242873057, "instagram": "repscotttipton"}}, {"id": {"bioguide": "T000469", "thomas": "01942", "govtrack": 412319}, "social": {"twitter": "RepPaulTonko", "facebook": "reppaultonko", "youtube": "reppaultonko", "youtube_id": "UC3P2SGFmmuCYRsjeso0hOQQ", "twitter_id": 84119348, "instagram": "reppaultonko"}}, {"id": {"bioguide": "T000468", "thomas": "01940", "govtrack": 412318}, "social": {"twitter": "RepDinaTitus", "facebook": "CongresswomanTitus", "youtube": "CongresswomanTitus", "youtube_id": "UC_US4jNqECuMSNrB7yVCbbw", "instagram": "dinatitusnv", "instagram_id": 1110185253, "twitter_id": 122174004}}, {"id": {"bioguide": "T000467", "thomas": "01952", "govtrack": 412317}, "social": {"twitter": "CongressmanGT", "facebook": "CongressmanGT", "youtube": "CongressmanGT", "youtube_id": "UCNWX7lbWWvnNdzVMFI9DRiQ", "twitter_id": 18967498, "instagram": "congressman_gt"}}, {"id": {"bioguide": "T000465", "thomas": "01884", "govtrack": 412254}, "social": {"twitter": "NikiInTheHouse", "facebook": "RepTsongas", "youtube": "RepTsongas", "youtube_id": "UCVyHRbyMpIF3_Xfl4LzumCA", "twitter_id": 242892689}}, {"id": {"bioguide": "T000464", "thomas": "01829", "govtrack": 412244}, "social": {"facebook": "senatortester", "youtube": "senatorjontester", "youtube_id": "UCgXAF-CON1coZFMxQkfj0fg", "twitter": "SenatorTester", "twitter_id": 515822213}}, {"id": {"bioguide": "T000463", "thomas": "01741", "govtrack": 400411}, "social": {"twitter": "RepMikeTurner", "facebook": "RepMikeTurner", "youtube": "CongressmanTurner", "youtube_id": "UC-6Ss-aZ3OPisf9GdVGtN8g", "twitter_id": 51228911, "instagram": "repmiketurner"}}, {"id": {"bioguide": "T000462", "thomas": "01664", "govtrack": 400406}, "social": {"twitter": "pattiberi", "facebook": "RepPatTiberi", "youtube": "PatTiberi", "youtube_id": "UCr9reyLip23im9SVDJ9IGAg", "instagram": "pattiberi", "instagram_id": 1213878120, "twitter_id": 912608010}}, {"id": {"bioguide": "T000461", "thomas": "02085", "govtrack": 400408}, "social": {"twitter": "SenToomey", "facebook": "senatortoomey", "youtube": "sentoomey", "youtube_id": "UCDUM4FFU1p-_YuHqmBglyXw", "twitter_id": 221162525}}, {"id": {"bioguide": "T000460", "thomas": "01593", "govtrack": 400403}, "social": {"twitter": "RepThompson", "facebook": "RepMikeThompson", "youtube": "CongressmanMThompson", "youtube_id": "UC6pGbtqHZYZmScFGSz5bbdg", "twitter_id": 303861808}}, {"id": {"bioguide": "T000250", "thomas": "01534", "govtrack": 400546}, "social": {"twitter": "SenJohnThune", "youtube": "johnthune", "youtube_id": "UCRu6lpRfxhkDGUrKDgQNZYQ", "twitter_id": 296361085, "instagram": "senjohnthune"}}, {"id": {"bioguide": "T000238", "thomas": "01155", "govtrack": 400404}, "social": {"twitter": "MacTXPress", "facebook": "repmacthornberry", "youtube": "RepMacThornberry", "youtube_id": "UCIfCqubtIZnQDwDS8YNmL2A", "twitter_id": 377534571}}, {"id": {"bioguide": "T000193", "thomas": "01151", "govtrack": 400402}, "social": {"twitter": "BennieGThompson", "facebook": "CongressmanBennieGThompson", "youtube": "RepBennieThompson", "youtube_id": "UCzt2pBxh0dI24kYrWretXRw", "instagram": "benniegthompson", "instagram_id": 347410575, "twitter_id": 82453460}}, {"id": {"bioguide": "S001189", "thomas": "02009", "govtrack": 412417}, "social": {"twitter": "AustinScottGA08", "facebook": "RepAustinScott", "youtube": "RepAustinScott", "youtube_id": "UC5M7eKHKQStktMyjieiHYZQ", "twitter_id": 234797704}}, {"id": {"bioguide": "S001187", "thomas": "02047", "govtrack": 412461}, "social": {"twitter": "RepSteveStivers", "facebook": "116058275133542", "youtube": "RepSteveStivers", "youtube_id": "UCfZrE20pIcR-LeFUV7r2Ixw", "instagram": "RepSteveStivers", "twitter_id": 211420609}}, {"id": {"bioguide": "S001185", "thomas": "01988", "govtrack": 412396}, "social": {"twitter": "RepTerriSewell", "facebook": "RepSewell", "youtube": "RepSewell", "youtube_id": "UCHkEHtfrfUWOFtbUFQTQH7Q", "twitter_id": 381152398}}, {"id": {"bioguide": "S001184", "thomas": "02056", "govtrack": 412471}, "social": {"twitter": "SenatorTimScott", "facebook": "SenatorTimScott", "youtube": "SenatorTimScott", "youtube_id": "UCSfAsbG80CNInSKrtpKoL-w", "instagram": "SenatorTimScott", "twitter_id": 217543151}}, {"id": {"bioguide": "S001183", "thomas": "01994", "govtrack": 412399}, "social": {"twitter": "RepDavid", "facebook": "repdavidschweikert", "youtube": "RepDavidSchweikert", "youtube_id": "UCVvuNVzkOUp7p_Pzkc6Zuvw", "instagram": "repdavid", "instagram_id": 181147397, "twitter_id": 229197216}}, {"id": {"bioguide": "S001181", "thomas": "01901", "govtrack": 412323}, "social": {"twitter": "SenatorShaheen", "facebook": "SenatorShaheen", "youtube": "senatorshaheen", "youtube_id": "UCjLZAZMbDrybHyttdEC9LFA", "twitter_id": 109287731, "instagram": "senatorshaheen"}}, {"id": {"bioguide": "S001180", "thomas": "01950", "govtrack": 412315}, "social": {"twitter": "RepSchrader", "facebook": "repschrader", "youtube": "repkurtschrader", "youtube_id": "UCrWRXVaGJtcImc_kknuDsAw", "twitter_id": 20545793}}, {"id": {"bioguide": "S001177", "thomas": "01962", "govtrack": 412312}, "social": {"facebook": "153423912663", "youtube": "CongressmanSablan", "youtube_id": "UC-fbzxBSiC98eAE2goaANVQ", "instagram": "kilili_sablan"}}, {"id": {"bioguide": "S001176", "thomas": "01892", "govtrack": 412261}, "social": {"facebook": "RepSteveScalise", "youtube": "RepSteveScalise", "twitter": "SteveScalise", "youtube_id": "UCmYveHBVXVBRxl7GiCL-gjw", "instagram": "stevescalise", "instagram_id": 1210937919, "twitter_id": 1209417007}}, {"id": {"bioguide": "S001175", "thomas": "01890", "govtrack": 412259}, "social": {"twitter": "RepSpeier", "facebook": "JackieSpeier", "youtube": "jackiespeierca12", "youtube_id": "UCevmyTb0HSO8irVaR2gYyoA", "twitter_id": 24913074, "instagram": "jackiespeier"}}, {"id": {"bioguide": "S001172", "thomas": "01860", "govtrack": 412217}, "social": {"twitter": "RepAdrianSmith", "youtube": "RepAdrianSmith", "youtube_id": "UCIgn2z-hwxx_aeggnyhv54Q", "twitter_id": 296245061}}, {"id": {"bioguide": "S001165", "thomas": "01818", "govtrack": 412186}, "social": {"twitter": "RepSires", "facebook": "81058818750", "youtube": "RepSiresNJ13", "youtube_id": "UCfdEcWPNGoIxpYoTANF4PBA", "twitter_id": 18696134}}, {"id": {"bioguide": "S001157", "thomas": "01722", "govtrack": 400363}, "social": {"twitter": "RepDavidScott", "facebook": "113303673339", "youtube": "RepDavidScott", "youtube_id": "UCgf28zRkLSqAUiPuJhGdF0w", "twitter_id": 168673083}}, {"id": {"bioguide": "S001156", "thomas": "01757", "govtrack": 400355}, "social": {"twitter": "RepLindaSanchez", "facebook": "CongresswomanLindaSanchez", "youtube": "LindaTSanchez", "youtube_id": "UCu1K6uHxjMgj2mvzM7O9-ow", "twitter_id": 312134473}}, {"id": {"bioguide": "S001154", "thomas": "01681", "govtrack": 409888}, "social": {"twitter": "RepBillShuster", "facebook": "Rep.Shuster", "youtube": "repshuster", "youtube_id": "UCEfLAXoX-pV3ETccADGOdXg", "twitter_id": 22527499}}, {"id": {"bioguide": "S001150", "thomas": "01635", "govtrack": 400361}, "social": {"twitter": "RepAdamSchiff", "facebook": "RepAdamSchiff", "youtube": "adamschiff", "youtube_id": "UCadiUi-KZoFk1K5ZDsluLcA", "twitter_id": 29501253, "instagram": "RepAdamSchiff"}}, {"id": {"bioguide": "S001148", "thomas": "01590", "govtrack": 400376}, "social": {"twitter": "CongMikeSimpson", "facebook": "96007744606", "youtube": "CongMikeSimpson", "youtube_id": "UCNXe0rJJeULTAP_7oyQNw8g", "twitter_id": 76132891}}, {"id": {"bioguide": "S001145", "thomas": "01588", "govtrack": 400360}, "social": {"twitter": "JanSchakowsky", "facebook": "janschakowsky", "youtube": "repschakowsky", "youtube_id": "UCuCHHPSENUEaaeH8n_CYDXQ", "twitter_id": 24195214}}, {"id": {"bioguide": "S000770", "thomas": "01531", "govtrack": 300093}, "social": {"twitter": "SenStabenow", "youtube": "senatorstabenow", "youtube_id": "UCFoDKCvxSwCUfDv-4Eg4K5A", "twitter_id": 76456274}}, {"id": {"bioguide": "S000583", "thomas": "01075", "govtrack": 400381}, "social": {"twitter": "LamarSmithTX21", "facebook": "LamarSmithTX21", "youtube": "lamarsmithtexas21", "youtube_id": "UCc2q5flh9dSoyg4W9osGW8Q", "twitter_id": 15856366}}, {"id": {"bioguide": "S000510", "thomas": "01528", "govtrack": 400379}, "social": {"twitter": "RepAdamSmith", "facebook": "RepAdamSmith", "youtube": "CongressmanAdamSmith", "youtube_id": "UCcrHso483LOfC6WwDnzAh-g", "twitter_id": 58928690}}, {"id": {"bioguide": "S000480", "thomas": "01069", "govtrack": 400378}, "social": {"twitter": "LouiseSlaughter", "facebook": "RepLouiseSlaughter", "youtube": "louiseslaughter", "youtube_id": "UCm9G5-ikIk62LgZxRnlB7fg", "twitter_id": 63169388, "instagram": "louisemslaughter"}}, {"id": {"bioguide": "S000364", "thomas": "01527", "govtrack": 400373}, "social": {"twitter": "RepShimkus", "facebook": "repshimkus", "youtube": "repshimkus", "youtube_id": "UCVXSvuk-csQRKBI0oPzcEnw", "twitter_id": 15600527}}, {"id": {"bioguide": "S000344", "thomas": "01526", "govtrack": 400371}, "social": {"twitter": "BradSherman", "facebook": "63158229861", "youtube": "shermanca27", "youtube_id": "UCPisrz6-SLwVy2l9Mcy8kug", "twitter_id": 30216513}}, {"id": {"bioguide": "S000320", "thomas": "01049", "govtrack": 300089}, "social": {"twitter": "SenShelby", "facebook": "RichardShelby", "youtube": "SenatorRichardShelby", "youtube_id": "UCyMzDCRZrmhr_OGDjVuAeJw", "twitter_id": 21111098}}, {"id": {"bioguide": "S000250", "thomas": "01525", "govtrack": 400367}, "social": {"twitter": "PeteSessions", "facebook": "petesessions", "youtube": "PeteSessions", "youtube_id": "UCDSBWdAlrCZq2W8P3wR_LCg", "twitter_id": 24735461}}, {"id": {"bioguide": "S000248", "thomas": "01042", "govtrack": 400366}, "social": {"twitter": "RepJoseSerrano", "facebook": "RepJoseSerrano", "instagram": "repjoseserrano", "instagram_id": 1422526654, "twitter_id": 33563161}}, {"id": {"bioguide": "S000244", "thomas": "01041", "govtrack": 400365}, "social": {"twitter": "JimPressOffice", "facebook": "RepSensenbrenner", "youtube": "RepSensenbrenner", "youtube_id": "UCUNfNsc2CVsqivJ2wThQF6A", "twitter_id": 851621377}}, {"id": {"bioguide": "S000185", "thomas": "01037", "govtrack": 400364}, "social": {"twitter": "BobbyScott", "facebook": "RepBobbyScott", "youtube": "repbobbyscott", "youtube_id": "UCdNNcpw8arCsUp55JwK_QAA", "instagram": "repbobbyscott", "instagram_id": 1173348983, "twitter_id": 161791703}}, {"id": {"bioguide": "S000148", "thomas": "01036", "govtrack": 300087}, "social": {"twitter": "SenSchumer", "facebook": "senschumer", "youtube": "SenatorSchumer", "youtube_id": "UC-ABttxh8uQv_10qmwGaidw", "twitter_id": 17494010}}, {"id": {"bioguide": "S000033", "thomas": "01010", "govtrack": 400357}, "social": {"twitter": "SenSanders", "facebook": "senatorsanders", "youtube": "senatorsanders", "youtube_id": "UCD_DaKNac0Ta-2PeHuoQ1uA", "twitter_id": 29442313}}, {"id": {"bioguide": "R000595", "thomas": "02084", "govtrack": 412491}, "social": {"twitter": "SenRubioPress", "facebook": "SenatorMarcoRubio", "youtube": "SenatorMarcoRubio", "youtube_id": "UCh8t7sV_DBKz4A-RkL9feyg", "twitter_id": 229966028}}, {"id": {"bioguide": "R000593", "thomas": "02003", "govtrack": 412411}, "social": {"twitter": "RepDennisRoss", "facebook": "dennis.ross.376", "youtube": "RepDennisRoss", "youtube_id": "UCSjZ4oRWi_sO-aGM9CUBOJQ", "twitter_id": 33655490}}, {"id": {"bioguide": "R000592", "thomas": "02017", "govtrack": 412426}, "social": {"twitter": "ToddRokita", "facebook": "RepToddRokita", "youtube": "reptoddrokita", "youtube_id": "UCl_wYwGYw1AXiUoqNmwLxzA", "instagram": "RepToddRokita", "twitter_id": 17544524}}, {"id": {"bioguide": "R000591", "thomas": "01986", "govtrack": 412394}, "social": {"twitter": "RepMarthaRoby", "facebook": "Representative.Martha.Roby", "youtube": "reproby", "youtube_id": "UCeAWQdcSTlwv2vDGz0TQOxQ", "twitter_id": 224294785}}, {"id": {"bioguide": "R000588", "thomas": "02023", "govtrack": 412432}, "social": {"twitter": "RepRichmond", "facebook": "RepRichmond", "twitter_id": 267854863}}, {"id": {"bioguide": "R000586", "thomas": "02048", "govtrack": 412462}, "social": {"twitter": "RepJimRenacci", "facebook": "repjimrenacci", "youtube": "repjimrenacci", "youtube_id": "UCHTvP1X0dgUU1lrMub4hbLw", "twitter_id": 236916916, "instagram": "repjimrenacci"}}, {"id": {"bioguide": "R000585", "thomas": "01982", "govtrack": 412393}, "social": {"twitter": "RepTomReed", "facebook": "RepTomReed", "youtube": "CongressmanTomReed", "youtube_id": "UC-HFEKIHC7ydVUkxkZOLqTg", "twitter_id": 252819323}}, {"id": {"bioguide": "R000583", "thomas": "01916", "govtrack": 412311}, "social": {"twitter": "TomRooney", "facebook": "reptomrooney", "youtube": "CongressmanRooney", "youtube_id": "UCHuDkMfCK3kmCpso7LyI3zA", "twitter_id": 23970171}}, {"id": {"bioguide": "R000582", "thomas": "01954", "govtrack": 412310}, "social": {"twitter": "DrPhilRoe", "facebook": "DrPhilRoe", "youtube": "drphilroe", "youtube_id": "UC8muYurPSNO8x2Qqk40mVOA", "twitter_id": 52503751, "instagram": "drphilroe"}}, {"id": {"bioguide": "R000580", "thomas": "01848", "govtrack": 412202}, "social": {"twitter": "PeterRoskam", "youtube": "RoskamIL06", "facebook": "PeterRoskam", "youtube_id": "UCk8IZKV_RC1Wr-dh09kzVTw", "twitter_id": 20015903}}, {"id": {"bioguide": "R000578", "thomas": "01810", "govtrack": 400660}, "social": {"twitter": "DaveReichert", "facebook": "repdavereichert", "youtube": "repdavereichert", "youtube_id": "UC_Qs1fzY8WlHv6wJ1x7Hotg", "twitter_id": 16102244, "instagram": "repdavereichert"}}, {"id": {"bioguide": "R000577", "thomas": "01756", "govtrack": 400352}, "social": {"twitter": "RepTimRyan", "facebook": "timryan", "youtube": "timryanvision", "youtube_id": "UCjAFlYCheFKjGg_Pxc2VOFA", "twitter_id": 13491312}}, {"id": {"bioguide": "R000576", "thomas": "01728", "govtrack": 400349}, "social": {"twitter": "Call_Me_Dutch", "facebook": "DutchRupp", "youtube": "ruppersberger", "youtube_id": "UCk2S9iSHNpo1E1A7qZ0SPIw", "twitter_id": 305620929}}, {"id": {"bioguide": "R000575", "thomas": "01704", "govtrack": 400341}, "social": {"twitter": "RepMikeRogersAL", "facebook": "CongressmanMikeDRogers", "youtube": "MikeRogersAL03", "youtube_id": "UCH-WUWuY0_dlKwJDSqKTJsg", "instagram": "repmikerogersal", "instagram_id": 259435765, "twitter_id": 33977070}}, {"id": {"bioguide": "R000570", "thomas": "01560", "govtrack": 400351}, "social": {"twitter": "SpeakerRyan", "facebook": "speakerryan", "youtube": "reppaulryan", "instagram": "SpeakerRyan", "youtube_id": "UC8nMpZAuz-gitzb2icE15Qw", "twitter_id": 18916432}}, {"id": {"bioguide": "R000515", "thomas": "01003", "govtrack": 400350}, "social": {"twitter": "RepBobbyRush", "facebook": "congressmanbobbyrush", "youtube": "CongressmanRush", "youtube_id": "UCbWqxBnS_w_uFTdQAL0YH5g", "twitter_id": 305216911}}, {"id": {"bioguide": "R000487", "thomas": "00998", "govtrack": 400348}, "social": {"twitter": "RepEdRoyce", "facebook": "EdRoyce", "youtube": "RepEdRoyce", "youtube_id": "UC9DUiRouRl6Rz6PEvQ4jRPw", "twitter_id": 246769138}}, {"id": {"bioguide": "R000486", "thomas": "00997", "govtrack": 400347}, "social": {"twitter": "RepRoybalAllard", "facebook": "RepRoybalAllard", "youtube": "RepRoybalAllard", "youtube_id": "UC_T_RXWeJ-smmpjdNLOaMcg", "twitter_id": 479872233, "instagram": "RepRoybalAllard"}}, {"id": {"bioguide": "R000435", "thomas": "00985", "govtrack": 400344}, "social": {"twitter": "RosLehtinen", "facebook": "iroslehtinen", "youtube": "IleanaRosLehtinen", "youtube_id": "UCf6XrWGZHjC7KgRd9JCAuBA", "twitter_id": 14275291}}, {"id": {"bioguide": "R000395", "thomas": "00977", "govtrack": 400340}, "social": {"twitter": "RepHalRogers", "facebook": "CongressmanHalRogers", "youtube": "RepHalRogers", "youtube_id": "UChVFKLZkRoHQDhp4zNvEezQ", "twitter_id": 550401754}}, {"id": {"bioguide": "R000307", "thomas": "00968", "govtrack": 300083}, "social": {"twitter": "SenPatRoberts", "facebook": "SenPatRoberts", "youtube": "SenPatRoberts", "youtube_id": "UCRpswvC8LgxzE9AYSFpqUgw", "twitter_id": 75364211}}, {"id": {"bioguide": "R000122", "thomas": "00949", "govtrack": 300081}, "social": {"twitter": "SenJackReed", "facebook": "SenJackReed", "youtube": "SenatorReed", "youtube_id": "UCT_aFVtsjxPwWKfO-PW_hPw", "twitter_id": 486694111}}, {"id": {"bioguide": "Q000023", "thomas": "01967", "govtrack": 412331}, "social": {"twitter": "RepMikeQuigley", "facebook": "repmikequigley", "youtube": "RepMikeQuigley", "youtube_id": "UCDP13XegdoZ4bxYHxM34yAA", "instagram": "repmikequigley", "instagram_id": 1403659583, "twitter_id": 56864092}}, {"id": {"bioguide": "P000603", "thomas": "02082", "govtrack": 412492}, "social": {"facebook": "SenatorRandPaul", "youtube": "SenatorRandPaul", "youtube_id": "UCeM9I-20oWUs8daIIpsNHoQ", "instagram": "senatorrandpaul", "instagram_id": 541357095}}, {"id": {"bioguide": "P000601", "thomas": "02035", "govtrack": 412443}, "social": {"twitter": "CongPalazzo", "facebook": "stevenpalazzo", "youtube": "CongressmanPalazzo", "youtube_id": "UCtPOy2vRbN2nD8dQPSOTXeA", "twitter_id": 299883942}}, {"id": {"bioguide": "P000599", "thomas": "01915", "govtrack": 412309}, "social": {"twitter": "CongBillPosey", "facebook": "bill.posey15", "youtube": "CongressmanPosey", "youtube_id": "UCoUwUkDpe1ZYd6tiaZfiMuA", "twitter_id": 25086658}}, {"id": {"bioguide": "P000598", "thomas": "01910", "govtrack": 412308}, "social": {"twitter": "RepJaredPolis", "facebook": "jaredpolis", "youtube": "JaredPolis31275", "youtube_id": "UCJJ1Ye0mOzqZh1_GErFUISw", "twitter_id": 463132556, "instagram": "repjaredpolis"}}, {"id": {"bioguide": "P000597", "thomas": "01927", "govtrack": 412307}, "social": {"twitter": "ChelliePingree", "facebook": "ChelliePingree", "youtube": "congresswomanpingree", "youtube_id": "UCLKaWFM7I84WcreDRhhhkVg", "twitter_id": 14984637}}, {"id": {"bioguide": "P000595", "thomas": "01929", "govtrack": 412305}, "social": {"twitter": "SenGaryPeters", "facebook": "SenGaryPeters", "youtube": "RepGaryPeters", "youtube_id": "UC7LYNbnKSK2VZqQ98YROWHQ", "instagram": "sengarypeters", "instagram_id": 1640246681, "twitter_id": 236511574}}, {"id": {"bioguide": "P000594", "thomas": "01930", "govtrack": 412303}, "social": {"twitter": "RepErikPaulsen", "facebook": "CongressmanErikPaulsen", "youtube": "reperikpaulsen", "youtube_id": "UC1IOW4Wqox-6gmZbjjGvzLg", "twitter_id": 17513304}}, {"id": {"bioguide": "P000593", "thomas": "01835", "govtrack": 412192}, "social": {"twitter": "RepPerlmutter", "facebook": "RepPerlmutter", "youtube": "RepPerlmutter", "youtube_id": "UCJXuMAzxngpEvDdvlE6wS5g", "twitter_id": 20552026}}, {"id": {"bioguide": "P000592", "thomas": "01802", "govtrack": 400652}, "social": {"twitter": "JudgeTedPoe", "facebook": "106631626049851", "youtube": "CongressmanTedPoe", "youtube_id": "UCGdNUkVP16hOyL-fUDV1Knw", "instagram": "judgetedpoe", "instagram_id": 438265816, "twitter_id": 74198348}}, {"id": {"bioguide": "P000588", "thomas": "01738", "govtrack": 400313}, "social": {"twitter": "RepStevePearce", "facebook": "RepStevePearce", "youtube": "NMStevePearce", "youtube_id": "UCaT7jt_M86sDK50eaaVsFvQ", "twitter_id": 235271965}}, {"id": {"bioguide": "P000523", "thomas": "00930", "govtrack": 400326}, "social": {"twitter": "RepDavidEPrice", "youtube": "RepDavidPrice", "youtube_id": "UCtX7bSXBLF9ge-Q955n5Vqw", "twitter_id": 155669457, "facebook": "RepDavidEPrice"}}, {"id": {"bioguide": "P000449", "thomas": "00924", "govtrack": 400325}, "social": {"twitter": "SenRobPortman", "facebook": "senrobportman", "youtube": "SenRobPortman", "youtube_id": "UCwunkd8Zs-yAWKQwnwBp7ew", "instagram": "senrobportman", "instagram_id": 370356159, "twitter_id": 18915145}}, {"id": {"bioguide": "P000197", "thomas": "00905", "govtrack": 400314}, "social": {"twitter": "NancyPelosi", "facebook": "NancyPelosi", "youtube": "nancypelosi", "youtube_id": "UCxPeEcH0xaCK9nBK98EFhDg", "twitter_id": 15764644}}, {"id": {"bioguide": "P000096", "thomas": "01510", "govtrack": 400309}, "social": {"twitter": "BillPascrell", "facebook": "pascrell", "youtube": "RepPascrell", "youtube_id": "UCIy1Ru8oA14aRjpq6L3i-EQ", "twitter_id": 74508260}}, {"id": {"bioguide": "P000034", "thomas": "00887", "govtrack": 400308}, "social": {"twitter": "FrankPallone", "facebook": "repfrankpallone", "youtube": "repfrankpallone", "youtube_id": "UCN0_wn9hs1LI3UKkji2PP2A", "twitter_id": 31801993, "instagram": "repfrankpallone"}}, {"id": {"bioguide": "O000168", "thomas": "01955", "govtrack": 412302}, "social": {"facebook": "Rep.PeteOlson", "twitter": "RepPeteOlson", "twitter_id": 20053279, "instagram": "reppeteolson"}}, {"id": {"bioguide": "N000184", "thomas": "02060", "govtrack": 412475}, "social": {"twitter": "RepKristiNoem", "youtube": "RepKristiNoem", "youtube_id": "UCZPzuVONjRwo5TsrKzbYRVA", "twitter_id": 235251868, "instagram": "repkristinoem"}}, {"id": {"bioguide": "N000181", "thomas": "01710", "govtrack": 400297}, "social": {"twitter": "Rep_DevinNunes", "youtube": "RepDevinNunes", "youtube_id": "UCtbArL6CmOfFqgmpuRjLp3w", "twitter_id": 344972339}}, {"id": {"bioguide": "N000179", "thomas": "01602", "govtrack": 400290}, "social": {"twitter": "GraceNapolitano", "facebook": "RepGraceNapolitano", "youtube": "RepGraceNapolitano", "youtube_id": "UCPWjmiAIR04oQ8QMoOWcDtA", "twitter_id": 161411080}}, {"id": {"bioguide": "N000147", "thomas": "00868", "govtrack": 400295}, "social": {"twitter": "EleanorNorton", "facebook": "CongresswomanNorton", "youtube": "EleanorHNorton", "youtube_id": "UChRrAXUGylfxJjbquC6aUjQ", "twitter_id": 23600262}}, {"id": {"bioguide": "N000032", "thomas": "00859", "govtrack": 300078}, "social": {"twitter": "SenBillNelson", "youtube": "senbillnelson", "youtube_id": "UC1Iir7_h98mI9-hHzrDJWpw", "twitter_id": 20597460}}, {"id": {"bioguide": "N000015", "thomas": "00854", "govtrack": 400291}, "social": {"twitter": "RepRichardNeal", "facebook": "reprichardneal", "youtube": "RepRichardENeal", "youtube_id": "UCZVtTydu0-MSK6G12GaKA4g", "twitter_id": 442824717}}, {"id": {"bioguide": "N000002", "thomas": "00850", "govtrack": 400289}, "social": {"twitter": "RepJerryNadler", "facebook": "CongressmanNadler", "youtube": "congressmannadler", "youtube_id": "UCQKj0qU1e7o2f5ftSh-c9aQ", "twitter_id": 40302336}}, {"id": {"bioguide": "M001183", "thomas": "01983", "govtrack": 412391}, "social": {"twitter": "Sen_JoeManchin", "facebook": "JoeManchinIII", "youtube": "SenatorJoeManchin", "youtube_id": "UCGyPK_ye2ptpzQgOjKIn7ag", "twitter_id": 234374703}}, {"id": {"bioguide": "M001181", "thomas": "02052", "govtrack": 412466}, "social": {"twitter": "RepMeehan", "facebook": "CongressmanPatrickMeehan", "youtube": "repmeehan", "youtube_id": "UCfOy3eW-KIg4aI3w_azyY6g", "twitter_id": 248850174}}, {"id": {"bioguide": "M001180", "thomas": "02074", "govtrack": 412487}, "social": {"twitter": "RepMcKinley", "facebook": "RepMcKinley", "youtube": "RepDavidMcKinley", "youtube_id": "UCt7BWx4b8ubXa-PneAu103g", "twitter_id": 240427862}}, {"id": {"bioguide": "M001179", "thomas": "02053", "govtrack": 412468}, "social": {"twitter": "RepTomMarino", "facebook": "CongressmanMarino", "youtube": "RepMarino", "youtube_id": "UCL8AvZKY5KuPk0T7G0jv7HA", "instagram": "reptommarino", "instagram_id": 1395145806, "twitter_id": 240363117}}, {"id": {"bioguide": "M001177", "thomas": "01908", "govtrack": 412295}, "social": {"twitter": "RepMcClintock", "facebook": "81125319109", "youtube": "McClintockCA04", "youtube_id": "UCMh04KC4LfIzKoXh2Xws_pw", "twitter_id": 50152441}}, {"id": {"bioguide": "M001176", "thomas": "01900", "govtrack": 412325}, "social": {"twitter": "SenJeffMerkley", "facebook": "jeffmerkley", "youtube": "SenatorJeffMerkley", "youtube_id": "UCRoXttCJhMnLVCxCaa6VnNQ", "instagram": "senjeffmerkley", "instagram_id": 501463589, "twitter_id": 29201047}}, {"id": {"bioguide": "M001170", "thomas": "01820", "govtrack": 412243}, "social": {"twitter": "McCaskillOffice", "facebook": "senatormccaskill", "youtube": "SenatorMcCaskill", "youtube_id": "UCnarZ9jmNhI-eDcEPBwqMFw", "instagram": "clairecmc", "instagram_id": 182810702, "twitter_id": 57065141}}, {"id": {"bioguide": "M001166", "thomas": "01832", "govtrack": 412189}, "social": {"twitter": "RepMcNerney", "facebook": "jerrymcnerney", "youtube": "RepJerryMcNerney", "youtube_id": "UClUOx6F8GKshxGBUBLkisug", "twitter_id": 385429543}}, {"id": {"bioguide": "M001165", "thomas": "01833", "govtrack": 412190}, "social": {"twitter": "GOPLeader", "facebook": "CongressmanKevinMcCarthy", "youtube": "repkevinmccarthy", "youtube_id": "UCdJUZUFSLJRlUpE-91-6DsA", "instagram": "RepKevinMcCarthy", "twitter_id": 19739126}}, {"id": {"bioguide": "M001163", "thomas": "01814", "govtrack": 400663}, "social": {"twitter": "DorisMatsui", "facebook": "doris.matsui", "youtube": "RepDorisMatsui", "youtube_id": "UCSqqxVkvskHq3cY2MCbTZsw", "twitter_id": 38254095}}, {"id": {"bioguide": "M001160", "thomas": "01811", "govtrack": 400661}, "social": {"twitter": "RepGwenMoore", "facebook": "GwenSMoore", "youtube": "RepGwenMoore", "youtube_id": "UCCs9o1XaSsCsqNpO0iO0_Ew", "twitter_id": 22669526}}, {"id": {"bioguide": "M001159", "thomas": "01809", "govtrack": 400659}, "social": {"twitter": "CathyMcMorris", "facebook": "mcmorrisrodgers", "youtube": "mcmorrisrodgers", "youtube_id": "UCRp0lwIxAhq2Ia9_YgRWUkg", "twitter_id": 17976923, "instagram": "cathymcmorris"}}, {"id": {"bioguide": "M001158", "thomas": "01806", "govtrack": 400656}, "social": {"twitter": "RepKenMarchant", "facebook": "RepKennyMarchant", "youtube": "RepKennyMarchant", "youtube_id": "UCQpnTMp5TdTRWEes8cjIfyQ", "twitter_id": 23976316}}, {"id": {"bioguide": "M001157", "thomas": "01804", "govtrack": 400654}, "social": {"facebook": "michaeltmccaul", "youtube": "MichaelTMcCaul", "youtube_id": "UCRw6sGE0PH7_FCeTT3PQRaA", "twitter": "RepMcCaul", "twitter_id": 26424123, "instagram": "congressman_mccaul"}}, {"id": {"bioguide": "M001156", "thomas": "01792", "govtrack": 400644}, "social": {"twitter": "PatrickMcHenry", "facebook": "CongressmanMcHenry", "youtube": "CongressmanMcHenry", "youtube_id": "UCY3PTRhkSH-eoltxPVZKD-w", "instagram": "reppatrickmchenry", "instagram_id": 353406473, "twitter_id": 27676828}}, {"id": {"bioguide": "M001153", "thomas": "01694", "govtrack": 300075}, "social": {"twitter": "LisaMurkowski", "facebook": "SenLisaMurkowski", "youtube": "senatormurkowski", "youtube_id": "UCaigku16AErqvD0wRuwGb9A", "twitter_id": 18061669, "instagram": "senlisamurkowski"}}, {"id": {"bioguide": "M001151", "thomas": "01744", "govtrack": 400285}, "social": {"twitter": "RepTimMurphy", "facebook": "reptimmurphy", "youtube": "TimMurphyPA18", "youtube_id": "UCmMrDji88FxLeqgin2ehA9A", "twitter_id": 117777832}}, {"id": {"bioguide": "M001143", "thomas": "01653", "govtrack": 400259}, "social": {"twitter": "BettyMcCollum04", "facebook": "repbettymccollum", "twitter_id": 516880804}}, {"id": {"bioguide": "M001137", "thomas": "01506", "govtrack": 400271}, "social": {"twitter": "GregoryMeeks", "facebook": "gregorymeeksny05", "youtube": "gwmeeks", "youtube_id": "UCljJnwgQS6Z6-NypDyqKJZQ", "twitter_id": 22812754, "instagram": "repgregorymeeks"}}, {"id": {"bioguide": "M001111", "thomas": "01409", "govtrack": 300076}, "social": {"twitter": "PattyMurray", "youtube": "SenatorPattyMurray", "youtube_id": "UCb8jq3TvQ3AzKsexhWfFLoA", "instagram": "senpattymurray", "instagram_id": 426137845, "twitter_id": 293131808}}, {"id": {"bioguide": "M000934", "thomas": "01507", "govtrack": 400284}, "social": {"twitter": "JerryMoran", "facebook": "jerrymoran", "youtube": "senatorjerrymoran", "youtube_id": "UC1oRxeUPam6-53wPBZ3N02A", "instagram": "senjerrymoran", "instagram_id": 298271065, "twitter_id": 18632666}}, {"id": {"bioguide": "M000639", "thomas": "00791", "govtrack": 400272}, "social": {"twitter": "SenatorMenendez", "facebook": "senatormenendez", "youtube": "SenatorMenendezNJ", "youtube_id": "UC0PV0K9Z5a9p3D5917KF5fw", "instagram": "senatormenendez", "instagram_id": 433044338, "twitter_id": 18695134}}, {"id": {"bioguide": "M000355", "thomas": "01395", "govtrack": 300072}, "social": {"twitter": "McConnellPress", "facebook": "mitchmcconnell", "twitter_id": 339822881, "instagram": "mcconnellpress"}}, {"id": {"bioguide": "M000312", "thomas": "01504", "govtrack": 400263}, "social": {"twitter": "RepMcGovern", "facebook": "RepJimMcGovern", "youtube": "repjimmcgovern", "youtube_id": "UCpiUqp2ZF64tXqgR_EQo27g", "twitter_id": 242426145}}, {"id": {"bioguide": "M000303", "thomas": "00754", "govtrack": 300071}, "social": {"twitter": "SenJohnMcCain", "facebook": "johnmccain", "youtube": "SenatorJohnMcCain", "youtube_id": "UC9IJssXDUaKHzwx6gW4wEoA", "instagram": "senjohnmccain", "instagram_id": 44979810, "twitter_id": 19394188}}, {"id": {"bioguide": "M000133", "thomas": "00735", "govtrack": 400253}, "social": {"twitter": "SenMarkey", "facebook": "EdJMarkey", "youtube": "RepMarkey", "youtube_id": "UCT1ujew5yQy2uMhGrjiKHoA", "twitter_id": 21406834}}, {"id": {"bioguide": "M000087", "thomas": "00729", "govtrack": 400251}, "social": {"twitter": "RepMaloney", "twitter_id": 258900199}}, {"id": {"bioguide": "L000577", "thomas": "02080", "govtrack": 412495}, "social": {"twitter": "SenMikeLee", "facebook": "senatormikelee", "youtube": "senatormikelee", "youtube_id": "UCplVxs_j_sLAt0fkplXcl4A", "instagram": "senmikelee", "instagram_id": 391361701, "twitter_id": 88784440}}, {"id": {"bioguide": "L000576", "thomas": "02033", "govtrack": 412445}, "social": {"facebook": "Rep.Billy.Long", "youtube": "MOdistrict7", "twitter": "USRepLong", "youtube_id": "UCLQcbyxpHXXAsUJckscQY8g", "twitter_id": 1444015610}}, {"id": {"bioguide": "L000575", "thomas": "02050", "govtrack": 412464}, "social": {"twitter": "SenatorLankford", "facebook": "SenatorLankford", "youtube": "SenatorLankford", "youtube_id": "UCz8T6sK5fEycyWmVz6Vpe5Q", "instagram": "senatorlankford", "instagram_id": 1552251018, "twitter_id": 225921757}}, {"id": {"bioguide": "L000573", "thomas": "02011", "govtrack": 412419}, "social": {"twitter": "Raul_Labrador", "facebook": "raul.r.labrador", "youtube": "RepLabrador", "youtube_id": "UC1KKgNc0j8CoAGnWEJfhxJA", "twitter_id": 246341769}}, {"id": {"bioguide": "L000570", "thomas": "01939", "govtrack": 412293}, "social": {"twitter": "RepBenRayLujan", "facebook": "RepBenRayLujan", "youtube": "Repbenraylujan", "youtube_id": "UCcO5AmF8HuJo4d0awEbst7Q", "instagram": "repbenraylujan", "instagram_id": 1409819789, "twitter_id": 19318314}}, {"id": {"bioguide": "L000569", "thomas": "01931", "govtrack": 412292}, "social": {"twitter": "RepBlainePress", "facebook": "BlaineLuetkemeyer", "youtube": "BLuetkemeyer", "youtube_id": "UCifiiQclKbBBrkSbCnN6REg", "twitter_id": 1849261916}}, {"id": {"bioguide": "L000567", "thomas": "01936", "govtrack": 412290}, "social": {"facebook": "CongressmanLance", "youtube": "CongressmanLance", "twitter": "RepLanceNJ7", "youtube_id": "UCASO5iqjLfU4jo8xKKZIq8g", "twitter_id": 613725908}}, {"id": {"bioguide": "L000566", "thomas": "01885", "govtrack": 412256}, "social": {"twitter": "BobLatta", "facebook": "boblatta", "youtube": "CongressmanBobLatta", "youtube_id": "UCVSBVHoWu-eWnBBQaMKZ_sQ", "instagram": "boblatta", "instagram_id": 26367713, "twitter_id": 15394954}}, {"id": {"bioguide": "L000565", "thomas": "01846", "govtrack": 412209}, "social": {"twitter": "DaveLoebsack", "facebook": "DaveLoebsack", "youtube": "congressmanloebsack", "youtube_id": "UC0biZWEJAKHctxbmXfXJnOg", "twitter_id": 510516465}}, {"id": {"bioguide": "L000564", "thomas": "01834", "govtrack": 412191}, "social": {"twitter": "RepDLamborn", "facebook": "CongressmanDougLamborn", "youtube": "CongressmanLamborn", "youtube_id": "UCaYsGYMniq4nwBBMKFIwsow", "twitter_id": 584012853}}, {"id": {"bioguide": "L000563", "thomas": "01781", "govtrack": 400630}, "social": {"facebook": "repdanlipinski", "youtube": "lipinski03", "twitter": "RepLipinski", "youtube_id": "UC4-dyxzIODTMk1-12QPEpoQ", "twitter_id": 1009269193}}, {"id": {"bioguide": "L000562", "thomas": "01686", "govtrack": 400249}, "social": {"twitter": "RepStephenLynch", "facebook": "repstephenlynch", "youtube": "RepLynch", "youtube_id": "UCxL4zG0YWqC5XTO4af_FOgw", "twitter_id": 310310133, "instagram": "repstephenlynch"}}, {"id": {"bioguide": "L000560", "thomas": "01675", "govtrack": 400232}, "social": {"twitter": "RepRickLarsen", "facebook": "RepRickLarsen", "youtube": "congressmanlarsen", "youtube_id": "UCMv7LsJtiyO4AJcbRux5CxQ", "twitter_id": 404132211, "instagram": "repricklarsen"}}, {"id": {"bioguide": "L000559", "thomas": "01668", "govtrack": 400230}, "social": {"twitter": "JimLangevin", "facebook": "CongressmanJimLangevin", "youtube": "jimlangevin", "youtube_id": "UCQ1sth-7umw1k-fSVqdfRTg", "twitter_id": 18909919}}, {"id": {"bioguide": "L000557", "thomas": "01583", "govtrack": 400233}, "social": {"twitter": "RepJohnLarson", "facebook": "RepJohnLarson", "youtube": "RepJohnLarson", "youtube_id": "UCGPsvFF-9WfpdRSCcCrPLiQ", "twitter_id": 50452197, "instagram": "RepJohnBLarson"}}, {"id": {"bioguide": "L000554", "thomas": "00699", "govtrack": 400244}, "social": {"twitter": "RepLoBiondo", "facebook": "FrankLoBiondo", "youtube": "USRepFrankLoBiondo", "youtube_id": "UCXBUOE1MAEUMNIg67sivY9Q", "twitter_id": 241207373, "instagram": "repfranklobiondo"}}, {"id": {"bioguide": "L000551", "thomas": "01501", "govtrack": 400237}, "social": {"twitter": "RepBarbaraLee", "facebook": "RepBarbaraLee", "youtube": "RepLee", "youtube_id": "UCnRgK2MXAQOUau0JXqseeNA", "instagram": "repbarbaralee", "instagram_id": 1415801245, "twitter_id": 248735463}}, {"id": {"bioguide": "L000491", "thomas": "00711", "govtrack": 400247}, "social": {"facebook": "RepFrankLucas", "youtube": "RepFrankLucas", "youtube_id": "UCdYZbKY8pkWAThqwC3fdVMg", "twitter": "RepFrankLucas", "twitter_id": 242772524}}, {"id": {"bioguide": "L000480", "thomas": "00709", "govtrack": 400246}, "social": {"twitter": "NitaLowey", "facebook": "RepLowey", "youtube": "nitalowey", "youtube_id": "UCkmeBYqhbomcWNNWzQCqcbg", "twitter_id": 221792092, "instagram": "nitalowey"}}, {"id": {"bioguide": "L000397", "thomas": "00701", "govtrack": 400245}, "social": {"twitter": "RepZoeLofgren", "facebook": "zoelofgren", "youtube": "RepZoeLofgren", "youtube_id": "UCOaQ79adORFcaTuJZoIFuZQ", "twitter_id": 267938462}}, {"id": {"bioguide": "L000287", "thomas": "00688", "govtrack": 400240}, "social": {"twitter": "RepJohnLewis", "facebook": "RepJohnLewis", "youtube": "repjohnlewis", "youtube_id": "UC_jpkZzdyGhTBGBZ3UTNwjA", "instagram": "RepJohnLewis", "twitter_id": 29450962}}, {"id": {"bioguide": "L000263", "thomas": "00683", "govtrack": 400238}, "social": {"twitter": "RepSandyLevin", "facebook": "RepSandyLevin", "youtube": "mi12yes", "youtube_id": "UCkVlSO4vhgPTgWYzY29Z7Gg", "twitter_id": 25781141}}, {"id": {"bioguide": "L000174", "thomas": "01383", "govtrack": 300065}, "social": {"twitter": "SenatorLeahy", "facebook": "SenatorPatrickLeahy", "youtube": "SenatorPatrickLeahy", "youtube_id": "UC46QHVobf7FO-tWehsRoDog", "twitter_id": 242836537, "instagram": "senatorleahy"}}, {"id": {"bioguide": "K000378", "thomas": "02014", "govtrack": 412421}, "social": {"twitter": "RepKinzinger", "facebook": "RepKinzinger", "youtube": "RepAdamKinzinger", "youtube_id": "UCjDHxyjndxxhjuPWyEBc7UA", "twitter_id": 219429281}}, {"id": {"bioguide": "K000376", "thomas": "02051", "govtrack": 412465}, "social": {"twitter": "MikeKellyPA", "facebook": "191056827594903", "youtube": "repmikekelly", "youtube_id": "UCoz6u3ooQxoijsWvhoQ0D-A", "twitter_id": 935368364}}, {"id": {"bioguide": "K000375", "thomas": "02025", "govtrack": 412435}, "social": {"twitter": "USRepKeating", "facebook": "Congressman.Keating", "youtube": "RepBillKeating", "youtube_id": "UC7KPV4xdxO2dms9vl6tETmg", "twitter_id": 232992031}}, {"id": {"bioguide": "K000362", "thomas": "01724", "govtrack": 400220}, "social": {"twitter": "SteveKingIA", "facebook": "stevekingia", "youtube": "stevekingia", "youtube_id": "UCvdJ--cxsVyght3ZDise0mw", "twitter_id": 48117116}}, {"id": {"bioguide": "K000210", "thomas": "00635", "govtrack": 400219}, "social": {"twitter": "RepPeteKing", "youtube": "RepPeterKing", "youtube_id": "UCbyQC19DsAq01oDBfZn_diw", "twitter_id": 18277655}}, {"id": {"bioguide": "K000188", "thomas": "01498", "govtrack": 400218}, "social": {"twitter": "RepRonKind", "facebook": "repronkind", "youtube": "RepRonKind", "youtube_id": "UC0_BilariURHwSHf9baGykg", "twitter_id": 112740986}}, {"id": {"bioguide": "K000009", "thomas": "00616", "govtrack": 400211}, "social": {"twitter": "RepMarcyKaptur", "facebook": "RepresentativeMarcyKaptur", "youtube": "USRepMarcyKaptur", "youtube_id": "UCIJUNf22o09nO02oQPLKQ6w", "twitter_id": 581141508, "instagram": "repmarcykaptur"}}, {"id": {"bioguide": "J000293", "thomas": "02086", "govtrack": 412496}, "social": {"twitter": "SenRonJohnson", "facebook": "senronjohnson", "youtube": "SenatorRonJohnson", "youtube_id": "UCG9XyTVtOAs7VX_q_QVHoaw", "twitter_id": 233737858, "instagram": "senronjohnson"}}, {"id": {"bioguide": "J000292", "thomas": "02046", "govtrack": 412460}, "social": {"twitter": "RepBillJohnson", "facebook": "RepBillJohnson", "youtube": "RepBillJohnson", "youtube_id": "UCtF08Ay71haDRoJosRN2P_Q", "instagram": "repbilljohnson", "instagram_id": 763495818, "twitter_id": 211530910}}, {"id": {"bioguide": "J000290", "thomas": "01921", "govtrack": 412284}, "social": {"twitter": "RepLynnJenkins", "facebook": "replynnjenkins", "youtube": "RepLynnJenkins", "youtube_id": "UCBW06VosGJtZ_wCyGKET5KQ", "twitter_id": 19658173, "instagram": "replynnjenkins"}}, {"id": {"bioguide": "J000289", "thomas": "01868", "govtrack": 412226}, "social": {"twitter": "Jim_Jordan", "facebook": "repjimjordan", "youtube": "RepJimJordan", "youtube_id": "UCPFBhS00ivPV585GlnNlyqA", "twitter_id": 18166778}}, {"id": {"bioguide": "J000288", "thomas": "01843", "govtrack": 412199}, "social": {"twitter": "RepHankJohnson", "facebook": "115356957005", "youtube": "RepHankJohnson", "youtube_id": "UCqMici9I7nz_i-PN7eSYjwQ", "twitter_id": 24745957, "instagram": "rephankjohnson"}}, {"id": {"bioguide": "J000255", "thomas": "00612", "govtrack": 400209}, "social": {"twitter": "RepWalterJones", "facebook": "15083070102", "youtube": "RepWalterJones", "youtube_id": "UCZdvBD1F5FXAQyJFD2aTiWA", "twitter_id": 26778110, "instagram": "repwalterbjones"}}, {"id": {"bioguide": "J000174", "thomas": "00603", "govtrack": 400206}, "social": {"twitter": "SamsPressShop", "facebook": "RepSamJohnson", "youtube": "RepSamJohnson", "youtube_id": "UCmzL7gzMX6-bgS9HNt8a8TA", "twitter_id": 249288197, "instagram": "samjohnsontx03"}}, {"id": {"bioguide": "J000126", "thomas": "00599", "govtrack": 400204}, "social": {"twitter": "RepEBJ", "facebook": "CongresswomanEBJtx30", "youtube": "RepEddieBJohnson", "youtube_id": "UCVKp8BtjW708H4eXJJQgUYw", "twitter_id": 168502762}}, {"id": {"bioguide": "J000032", "thomas": "00588", "govtrack": 400199}, "social": {"twitter": "JacksonLeeTX18", "facebook": "CongresswomanSheilaJacksonLee", "youtube": "TX18SJL", "youtube_id": "UCi_S-mOZaEco2Zb9guf_8Iw", "twitter_id": 80612021}}, {"id": {"bioguide": "I000056", "thomas": "01640", "govtrack": 400196}, "social": {"twitter": "DarrellIssa", "facebook": "darrellissa", "youtube": "repdarrellissa", "youtube_id": "UCIGKQn89GEpNJ6fDhXGauyw", "twitter_id": 22509548}}, {"id": {"bioguide": "I000024", "thomas": "00583", "govtrack": 300055}, "social": {"twitter": "InhofePress", "facebook": "jiminhofe", "youtube": "jiminhofepressoffice", "youtube_id": "UCk3W3ilX8vGG-300qzNpG7w", "twitter_id": 20546536}}, {"id": {"bioguide": "H001061", "thomas": "02079", "govtrack": 412494}, "social": {"twitter": "SenJohnHoeven", "facebook": "SenatorJohnHoeven", "youtube": "senatorjohnhoevennd", "youtube_id": "UC1kQIC2Q_Fq9_NRqdb6eHiw", "instagram": "senjohnhoeven", "instagram_id": 1237544252, "twitter_id": 382791093}}, {"id": {"bioguide": "H001059", "thomas": "02015", "govtrack": 412422}, "social": {"twitter": "RepHultgren", "facebook": "RepHultgren", "youtube": "rephultgren", "youtube_id": "UCJ6Gvza8hdNmUfoaJEN8dbg", "twitter_id": 237814920}}, {"id": {"bioguide": "H001058", "thomas": "02028", "govtrack": 412437}, "social": {"twitter": "RepHuizenga", "facebook": "RepHuizenga", "youtube": "RepHuizenga", "youtube_id": "UCQPlLLiMnysMmeJ5qUSSjQg", "twitter_id": 233949261, "instagram": "RepHuizenga"}}, {"id": {"bioguide": "H001056", "thomas": "02071", "govtrack": 412486}, "social": {"twitter": "HerreraBeutler", "facebook": "herrerabeutler", "youtube": "RepHerreraBeutler", "youtube_id": "UCJEgiA9clfx0amrQUj0aBTQ", "twitter_id": 242926427}}, {"id": {"bioguide": "H001053", "thomas": "02032", "govtrack": 412444}, "social": {"twitter": "RepHartzler", "facebook": "Congresswoman.Hartzler", "youtube": "repvickyhartzler", "youtube_id": "UCAvttUz6qBVEJiFt7p_MZxw", "instagram": "rephartzler", "instagram_id": 787899303, "twitter_id": 237763317}}, {"id": {"bioguide": "H001048", "thomas": "01909", "govtrack": 412283}, "social": {"twitter": "Rep_Hunter", "facebook": "DuncanHunter", "youtube": "CongressmanHunter", "youtube_id": "UCV9GfB1e4RILcqb_zXYCDSA", "twitter_id": 1305596696}}, {"id": {"bioguide": "H001047", "thomas": "01913", "govtrack": 412282}, "social": {"twitter": "JAHimes", "facebook": "CongressmanJimHimes", "youtube": "congressmanhimes", "youtube_id": "UCCeB6czh6nhCHxOMCk_V4yA", "twitter_id": 31611298}}, {"id": {"bioguide": "H001046", "thomas": "01937", "govtrack": 412281}, "social": {"twitter": "MartinHeinrich", "facebook": "MartinHeinrich", "youtube": "SenMartinHeinrich", "youtube_id": "UCBxh8IK5sMxY0Ln_0G2NYcg", "instagram": "senatormartinheinrich", "instagram_id": 285288987, "twitter_id": 1099199839}}, {"id": {"bioguide": "H001045", "thomas": "01933", "govtrack": 412280}, "social": {"twitter": "GreggHarper", "facebook": "GreggHarper", "youtube": "congressmanharper", "youtube_id": "UC9UIowW9bhstVTiMX8znppQ", "twitter_id": 23712174}}, {"id": {"bioguide": "H001042", "thomas": "01844", "govtrack": 412200}, "social": {"twitter": "MazieHirono", "youtube": "CongresswomanHirono", "youtube_id": "UCcoKhxad156flzPYJ8JMFOA", "instagram": "maziehirono", "instagram_id": 304094084, "facebook": "senatorhirono", "twitter_id": 92186819}}, {"id": {"bioguide": "H001041", "thomas": "01863", "govtrack": 412218}, "social": {"twitter": "SenDeanHeller", "facebook": "SenDeanHeller", "youtube": "SenDeanHeller", "youtube_id": "UCTS6f940sIirkO6ICyx4ksw", "twitter_id": 266133081}}, {"id": {"bioguide": "H001038", "thomas": "01794", "govtrack": 400641}, "social": {"twitter": "RepBrianHiggins", "facebook": "RepBrianHiggins", "youtube": "CongressmanHiggins", "youtube_id": "UCSGbv85HaaYYOrPGePtxwag", "twitter_id": 33576489, "instagram": "repbrianhiggins"}}, {"id": {"bioguide": "H001036", "thomas": "01749", "govtrack": 400175}, "social": {"twitter": "RepHensarling", "facebook": "RepHensarling", "youtube": "repjebhensarling", "youtube_id": "UCjZWXpz6wypzbL8nK0JNEvg", "twitter_id": 18566912}}, {"id": {"bioguide": "H000874", "thomas": "00566", "govtrack": 400189}, "social": {"twitter": "WhipHoyer", "facebook": "WhipHoyer", "youtube": "LeaderHoyer", "youtube_id": "UCvxgqX65cdhHNjJn64cgY9g", "instagram": "repstenyhoyer", "instagram_id": 51616645, "twitter_id": 22012091}}, {"id": {"bioguide": "H000338", "thomas": "01351", "govtrack": 300052}, "social": {"twitter": "SenOrrinHatch", "youtube": "SenatorOrrinHatch", "youtube_id": "UCQUPyPV_SR435OsPiFNIWPQ", "facebook": "senatororrinhatch", "twitter_id": 262756641}}, {"id": {"bioguide": "H000324", "thomas": "00511", "govtrack": 400170}, "social": {"facebook": "95696782238", "youtube": "RepAlceeHastings", "youtube_id": "UCaXXiR3YjMuPIlIGRGNnm8A", "twitter": "RepHastingsFL", "twitter_id": 2433737761}}, {"id": {"bioguide": "G000568", "thomas": "02070", "govtrack": 412485}, "social": {"twitter": "RepMGriffith", "facebook": "RepMorganGriffith", "youtube": "RepMorganGriffith", "youtube_id": "UCzxqD7EY_Rdvbc0spbaYkJA", "twitter_id": 234057152, "instagram": "hmorgangriffith"}}, {"id": {"bioguide": "G000566", "thomas": "02058", "govtrack": 412473}, "social": {"twitter": "TGowdySC", "facebook": "RepTreyGowdy", "youtube": "TGowdySC", "youtube_id": "UCVvxvugtuNZSygB4z4aVfsg", "twitter_id": 237348797, "instagram": "tgowdysc"}}, {"id": {"bioguide": "G000565", "thomas": "01992", "govtrack": 412397}, "social": {"twitter": "RepGosar", "facebook": "repgosar", "youtube": "repgosar", "youtube_id": "UC5orqw_9acsKWSRbrqTDXBw", "twitter_id": 240760644}}, {"id": {"bioguide": "G000563", "thomas": "02049", "govtrack": 412463}, "social": {"twitter": "RepBobGibbs", "facebook": "RepBobGibbs", "youtube": "RepBobGibbs", "youtube_id": "UC4J-kVbeE32Up-b_wTLEUmA", "twitter_id": 234822928, "instagram": "repbobgibbs"}}, {"id": {"bioguide": "G000562", "thomas": "01998", "govtrack": 412406}, "social": {"twitter": "SenCoryGardner", "facebook": "SenCoryGardner", "youtube_id": "UC7Vi5vAFb7piu_BNwrYDBxQ", "instagram": "sencorygardner", "instagram_id": 1643152643, "twitter_id": 235217558}}, {"id": {"bioguide": "G000560", "thomas": "01979", "govtrack": 412388}, "social": {"twitter": "RepTomGraves", "facebook": "reptomgraves", "youtube": "CongressmanGraves", "youtube_id": "UCBxeA4MWCmfUox57bUTEH0g", "instagram": "reptomgraves", "instagram_id": 241591770, "twitter_id": 190328374}}, {"id": {"bioguide": "G000559", "thomas": "01973", "govtrack": 412382}, "social": {"twitter": "RepGaramendi", "facebook": "repgaramendi", "youtube": "garamendiCA10", "youtube_id": "UCRym1qsO72C39gX6pBu4icg", "twitter_id": 88806753}}, {"id": {"bioguide": "G000553", "thomas": "01803", "govtrack": 400653}, "social": {"twitter": "RepAlGreen", "facebook": "repalgreen", "youtube": "RepAlGreen", "youtube_id": "UCFtgMZm1YUXaZ8OtOj-GDjA", "twitter_id": 156333623}}, {"id": {"bioguide": "G000552", "thomas": "01801", "govtrack": 400651}, "social": {"twitter": "RepLouieGohmert", "facebook": "50375006903", "youtube": "GohmertTX01", "youtube_id": "UC0HMa6X3iMhMq96kkRLLTog", "twitter_id": 22055226}}, {"id": {"bioguide": "G000551", "thomas": "01708", "govtrack": 400162}, "social": {"twitter": "RepraulGrijalva", "facebook": "Rep.Grijalva", "youtube": "raulgrijalvaaz07", "youtube_id": "UC8JZLnXS21bhNbcvpoM8O7g", "twitter_id": 28602948}}, {"id": {"bioguide": "G000535", "thomas": "00478", "govtrack": 400163}, "social": {"twitter": "RepGutierrez", "facebook": "RepGutierrez", "youtube": "repluisgutierrez", "youtube_id": "UCLooufcInrRP1FQn_WY9yDA", "twitter_id": 36948268}}, {"id": {"bioguide": "G000410", "thomas": "00462", "govtrack": 400160}, "social": {"twitter": "RepGeneGreen", "facebook": "RepGeneGreen", "youtube": "RepGeneGreen", "youtube_id": "UCc6B7e8ontd_yKsPt_6w2oA", "twitter_id": 111635527}}, {"id": {"bioguide": "G000386", "thomas": "00457", "govtrack": 300048}, "social": {"twitter": "ChuckGrassley", "facebook": "grassley", "youtube": "senchuckgrassley", "youtube_id": "UCiCPRkcLMInpDeOqGkMTt4w", "twitter_id": 10615232, "instagram": "senatorchuckgrassley"}}, {"id": {"bioguide": "G000377", "thomas": "01487", "govtrack": 400157}, "social": {"twitter": "RepKayGranger", "facebook": "RepKayGranger", "youtube": "RepKayGranger", "youtube_id": "UCsRMtemAkyLh78MPES6gMVQ", "twitter_id": 161743731}}, {"id": {"bioguide": "G000359", "thomas": "00452", "govtrack": 300047}, "social": {"twitter": "GrahamBlog", "facebook": "USSenatorLindseyGraham", "youtube": "USSenLindseyGraham", "youtube_id": "UClLGZMA5Ei2Z8fR1PLEx6yQ", "twitter_id": 14845376}}, {"id": {"bioguide": "G000289", "thomas": "00446", "govtrack": 400154}, "social": {"twitter": "RepGoodlatte", "facebook": "BobGoodlatte", "youtube": "RepBobGoodlatte", "youtube_id": "UCvjZ1XhXidxiyfm2ICEbNKg", "twitter_id": 37920978, "instagram": "bobgoodlatte"}}, {"id": {"bioguide": "F000461", "thomas": "02065", "govtrack": 412480}, "social": {"twitter": "RepBillFlores", "facebook": "RepBillFlores", "youtube": "RepBillFlores", "youtube_id": "UCA7MgQ_ccBlCqoxV56B6nmA", "twitter_id": 237312687, "instagram": "repbillflores"}}, {"id": {"bioguide": "F000460", "thomas": "02067", "govtrack": 412482}, "social": {"twitter": "Farenthold", "facebook": "BlakeFarenthold", "youtube": "BlakeFarenthold", "youtube_id": "UC-xQNCjaivVnqozyXtjcqww", "instagram": "Farenthold", "twitter_id": 17896154}}, {"id": {"bioguide": "F000459", "thomas": "02061", "govtrack": 412476}, "social": {"twitter": "RepChuck", "facebook": "repchuck", "youtube": "repchuck", "youtube_id": "UCTtRrJkM-R-f2K0byCMvHgw", "twitter_id": 235190657}}, {"id": {"bioguide": "F000455", "thomas": "01895", "govtrack": 412327}, "social": {"twitter": "RepMarciaFudge", "facebook": "RepMarciaLFudge", "youtube": "marcialfudge", "youtube_id": "UClmYIIhIcL-WwtBAy1Dhokg", "instagram": "repmarciafudge", "instagram_id": 1395168201, "twitter_id": 153486399}}, {"id": {"bioguide": "F000450", "thomas": "01791", "govtrack": 400643}, "social": {"twitter": "VirginiaFoxx", "facebook": "RepVirginiaFoxx", "youtube": "repvirginiafoxx", "youtube_id": "UCggineJcxJn80TRXxdQbx6w", "twitter_id": 16256269, "instagram": "repvirginiafoxx"}}, {"id": {"bioguide": "F000449", "thomas": "01793", "govtrack": 400640}, "social": {"twitter": "JeffFortenberry", "facebook": "jefffortenberry", "youtube": "JeffFortenberry", "youtube_id": "UCbWUvw3gQhbFyJzt1Nh6cAA", "twitter_id": 18805303}}, {"id": {"bioguide": "F000448", "thomas": "01707", "govtrack": 400141}, "social": {"twitter": "RepTrentFranks", "facebook": "TrentFranks", "twitter_id": 24773493, "instagram": "reptrentfranks"}}, {"id": {"bioguide": "F000444", "thomas": "01633", "govtrack": 400134}, "social": {"twitter": "JeffFlake", "youtube": "flakeoffice", "facebook": "senatorjeffflake", "youtube_id": "UCPSnRxko_G21KzwgXmOZaeQ", "twitter_id": 16056306, "instagram": "jeffflake"}}, {"id": {"bioguide": "F000062", "thomas": "01332", "govtrack": 300043}, "social": {"twitter": "SenFeinstein", "facebook": "senatorfeinstein", "youtube": "SenatorFeinstein", "youtube_id": "UCtVC--6LR0ff2aOP8THpuEw", "twitter_id": 476256944}}, {"id": {"bioguide": "E000288", "thomas": "01857", "govtrack": 412215}, "social": {"twitter": "KeithEllison", "facebook": "Keith.Ellison", "youtube": "RepKeithEllison", "youtube_id": "UCR_QMi3wGy7xPUZxaIRi9QA", "twitter_id": 14135426}}, {"id": {"bioguide": "E000285", "thomas": "01542", "govtrack": 300041}, "social": {"twitter": "SenatorEnzi", "facebook": "mikeenzi", "youtube": "senatorenzi", "youtube_id": "UCipEXEDAKVPj_B0cQjaikEA", "twitter_id": 291756142}}, {"id": {"bioguide": "E000215", "thomas": "00355", "govtrack": 400124}, "social": {"twitter": "RepAnnaEshoo", "facebook": "RepAnnaEshoo", "youtube": "RepAnnaEshoo", "youtube_id": "UCjRvhco2d59GBgA78IIIaYQ", "instagram": "RepAnnaEshoo", "twitter_id": 249348006}}, {"id": {"bioguide": "E000179", "thomas": "00344", "govtrack": 400122}, "social": {"twitter": "RepEliotEngel", "facebook": "RepEliotLEngel", "youtube": "engel2161", "youtube_id": "UCZ-ctBF-a6CYPJWDoBV_JyA", "twitter_id": 164007407}}, {"id": {"bioguide": "D000616", "thomas": "02062", "govtrack": 412477}, "social": {"twitter": "DesJarlaisTN04", "facebook": "ScottDesJarlaisTN04", "youtube": "ScottDesJarlaisTN04", "youtube_id": "UCvjuSLoi3hS0ECQvJLhwOkA", "instagram": "desjarlaistn04", "instagram_id": 260930821, "twitter_id": 235312723}}, {"id": {"bioguide": "D000615", "thomas": "02057", "govtrack": 412472}, "social": {"twitter": "RepJeffDuncan", "facebook": "RepJeffDuncan", "youtube": "congjeffduncan", "youtube_id": "UC1tuXL6ymImdpKYGEAH83QA", "instagram": "repjeffduncan", "instagram_id": 382897929, "twitter_id": 240393970}}, {"id": {"bioguide": "D000614", "thomas": "02072", "govtrack": 412488}, "social": {"twitter": "RepSeanDuffy", "facebook": "RepSeanDuffy", "youtube": "RepSeanDuffy", "youtube_id": "UChq-eV2HnV7Kr2zmj0yua7g", "instagram": "repseanduffy", "instagram_id": 367550700, "twitter_id": 234022257}}, {"id": {"bioguide": "D000612", "thomas": "01995", "govtrack": 412403}, "social": {"twitter": "RepJeffDenham", "facebook": "RepJeffDenham", "youtube": "repjeffdenham", "youtube_id": "UCm59PEM_tgTvhm5-wIfnrRg", "instagram": "repjeffdenham", "instagram_id": 380008060, "twitter_id": 248699486}}, {"id": {"bioguide": "D000610", "thomas": "01976", "govtrack": 412385}, "social": {"twitter": "RepTedDeutch", "facebook": "CongressmanTedDeutch", "youtube": "congressmanteddeutch", "youtube_id": "UC1JlTLRUDkzhM2htvI9QJTA", "twitter_id": 137794015, "instagram": "repteddeutch"}}, {"id": {"bioguide": "D000607", "thomas": "01850", "govtrack": 412205}, "social": {"twitter": "SenDonnelly", "facebook": "senatordonnelly", "youtube": "sendonnelly", "youtube_id": "UC7H5Lz0BUaTRlWXk9QsIwsg", "instagram": "sendonnelly", "instagram_id": 280911627, "twitter_id": 216503958}}, {"id": {"bioguide": "D000604", "thomas": "01799", "govtrack": 400648}, "social": {"facebook": "CongressmanDent", "youtube": "CongressmanDent", "youtube_id": "UCoC_r0R2M_74UVrH4A44awQ", "twitter": "RepCharlieDent", "twitter_id": 242376736}}, {"id": {"bioguide": "D000600", "thomas": "01717", "govtrack": 400108}, "social": {"twitter": "MarioDB", "facebook": "mdiazbalart", "youtube": "MarioDiazBalart", "youtube_id": "UCpEEd0Plxx5D78pI4a4mFTQ", "instagram": "repmariodb", "instagram_id": 316477657, "twitter_id": 37094727}}, {"id": {"bioguide": "D000563", "thomas": "00326", "govtrack": 300038}, "social": {"twitter": "SenatorDurbin", "facebook": "SenatorDurbin", "youtube": "SenatorDurbin", "youtube_id": "UCkbixlNCxcKAffEhe3X5-lw", "twitter_id": 247334603}}, {"id": {"bioguide": "D000533", "thomas": "00322", "govtrack": 400116}, "social": {"facebook": "CongressmanDuncan", "youtube": "RepJohnDuncan", "twitter": "RepJohnDuncanJr", "youtube_id": "UCCpcKqQfp9gVkeD1t7uYLKQ", "twitter_id": 1883356866}}, {"id": {"bioguide": "D000482", "thomas": "00316", "govtrack": 400114}, "social": {"twitter": "USRepMikeDoyle", "facebook": "usrepmikedoyle", "youtube": "CongressmanDoyle", "youtube_id": "UCni9vINmgerEeVXhKCC9qbA", "twitter_id": 39249305}}, {"id": {"bioguide": "D000399", "thomas": "00303", "govtrack": 400111}, "social": {"twitter": "RepLloydDoggett", "facebook": "lloyddoggett", "youtube": "doggett", "youtube_id": "UCN-kiLKyHPcfRVZ28sAHS_g", "twitter_id": 153944899, "instagram": "replloyddoggett"}}, {"id": {"bioguide": "D000216", "thomas": "00281", "govtrack": 400103}, "social": {"twitter": "RosaDeLauro", "facebook": "CongresswomanRosaDeLauro", "youtube": "rosadelauro", "youtube_id": "UC9ROfGBm7kSLCEDYwFF6McQ", "twitter_id": 140519774}}, {"id": {"bioguide": "D000197", "thomas": "01479", "govtrack": 400101}, "social": {"twitter": "RepDianaDeGette", "facebook": "DianaDeGette", "youtube": "RepDianaDeGette", "youtube_id": "UCWFQCRTHwsHg9P1Hf-EQtew", "twitter_id": 28599820}}, {"id": {"bioguide": "D000191", "thomas": "00279", "govtrack": 400100}, "social": {"twitter": "RepPeterDeFazio", "facebook": "RepPeterDeFazio", "youtube": "PeterDeFazio", "youtube_id": "UCIF3HunhsVgTv7L2grnq2Rg", "twitter_id": 252249233}}, {"id": {"bioguide": "C001088", "thomas": "01984", "govtrack": 412390}, "social": {"twitter": "SenCoonsOffice", "facebook": "senatorchriscoons", "youtube": "senatorchriscoons", "youtube_id": "UC2lOVbsddn1HIkcDnmCw6tA", "instagram": "senatorchriscoons", "instagram_id": 25194715, "twitter_id": 435500714}}, {"id": {"bioguide": "C001087", "thomas": "01989", "govtrack": 412400}, "social": {"twitter": "RepRickCrawford", "facebook": "RepRickCrawford", "youtube": "RepRickCrawford", "youtube_id": "UCLKAkVl4BHRK73lmDiIgPYg", "instagram": "reprickcrawford", "instagram_id": 389864684, "twitter_id": 233693291}}, {"id": {"bioguide": "C001084", "thomas": "02055", "govtrack": 412470}, "social": {"twitter": "RepCicilline", "facebook": "CongressmanDavidCicilline", "youtube": "RepDavidCicilline", "youtube_id": "UC3sCl46o8hYP69LnidNltuw", "twitter_id": 462143773}}, {"id": {"bioguide": "C001080", "thomas": "01970", "govtrack": 412379}, "social": {"twitter": "RepJudyChu", "facebook": "RepJudyChu", "youtube": "RepJudyChu", "youtube_id": "UCfcbYOvdEXZNelM8T05nK-w", "twitter_id": 193732179}}, {"id": {"bioguide": "C001078", "thomas": "01959", "govtrack": 412272}, "social": {"twitter": "GerryConnolly", "facebook": "CongressmanGerryConnolly", "youtube": "repconnolly", "youtube_id": "UC4WG9PlmoOeSLIuyVjs-RSA", "twitter_id": 78445977}}, {"id": {"bioguide": "C001077", "thomas": "01912", "govtrack": 412271}, "social": {"twitter": "RepMikeCoffman", "facebook": "repmikecoffman", "youtube": "CongressmanCoffman", "youtube_id": "UCBCe9Os3VRutyBw3aLhYq5g", "twitter_id": 19407835}}, {"id": {"bioguide": "C001076", "thomas": "01956", "govtrack": 412270}, "social": {"twitter": "JasonInTheHouse", "youtube": "JasonChaffetz", "youtube_id": "UCPRdJWDBUYfZaMYaPQfoNnQ", "facebook": "CongressmanJasonChaffetz", "instagram": "jasoninthehouse", "instagram_id": 217804604, "twitter_id": 17800215}}, {"id": {"bioguide": "C001072", "thomas": "01889", "govtrack": 412258}, "social": {"twitter": "RepAndreCarson", "facebook": "CongressmanAndreCarson", "youtube": "repandrecarson", "youtube_id": "UCprUnnEgM2VUGmAKSaZXCSw", "twitter_id": 199325935, "instagram": "repandrecarson"}}, {"id": {"bioguide": "C001071", "thomas": "01825", "govtrack": 412248}, "social": {"twitter": "SenBobCorker", "facebook": "bobcorker", "youtube": "senatorcorker", "youtube_id": "UCm7if_szz7DxfcdYGrywHSA", "instagram": "senbobcorker", "instagram_id": 390025816, "twitter_id": 73303753}}, {"id": {"bioguide": "C001070", "thomas": "01828", "govtrack": 412246}, "social": {"twitter": "SenBobCasey", "facebook": "SenatorBobCasey", "youtube": "SenatorBobCasey", "youtube_id": "UCtVssXhx-KuZa-hSvnsnJ0A", "twitter_id": 171598736, "instagram": "senbobcasey"}}, {"id": {"bioguide": "C001069", "thomas": "01836", "govtrack": 412193}, "social": {"twitter": "RepJoeCourtney", "facebook": "joecourtney", "youtube": "repcourtney", "youtube_id": "UCGVIfe1T2hO1Lx7ap5Wkv1w", "twitter_id": 85396297, "instagram": "repjoecourtney"}}, {"id": {"bioguide": "C001068", "thomas": "01878", "govtrack": 412236}, "social": {"twitter": "RepCohen", "facebook": "CongressmanSteveCohen", "youtube": "repcohen", "youtube_id": "UC_NJlnsOBjOameUwZk0rvsA", "twitter_id": 162069635}}, {"id": {"bioguide": "C001067", "thomas": "01864", "govtrack": 412221}, "social": {"twitter": "RepYvetteClarke", "facebook": "repyvettedclarke", "youtube": "repyvetteclarke", "youtube_id": "UC8SuQiuL2P9fUHAxuRoTdUQ", "twitter_id": 240812994}}, {"id": {"bioguide": "C001063", "thomas": "01807", "govtrack": 400657}, "social": {"twitter": "RepCuellar", "facebook": "152569121550", "youtube": "henrycuellar", "youtube_id": "UCVgEOdJx3tyILO9EjZ-heEQ", "twitter_id": 210926192}}, {"id": {"bioguide": "C001062", "thomas": "01805", "govtrack": 400655}, "social": {"twitter": "ConawayTX11", "facebook": "mike.conaway", "youtube": "mikeconaway11", "youtube_id": "UCR3dhwhVfxmmqv6ct2Xa1-g", "twitter_id": 295685416}}, {"id": {"bioguide": "C001061", "thomas": "01790", "govtrack": 400639}, "social": {"twitter": "RepCleaver", "facebook": "emanuelcleaverii", "youtube": "repcleaver", "youtube_id": "UCVC-7CLFjXczoihr5FxDLsw", "twitter_id": 163570705}}, {"id": {"bioguide": "C001059", "thomas": "01774", "govtrack": 400618}, "social": {"twitter": "RepJimCosta", "facebook": "RepJimCosta", "youtube": "RepJimCostaCA20", "youtube_id": "UCVgXX23eJEai6GiBOKO6dvA", "twitter_id": 245451804}}, {"id": {"bioguide": "C001056", "thomas": "01692", "govtrack": 300027}, "social": {"twitter": "JohnCornyn", "facebook": "sen.johncornyn", "youtube": "senjohncornyn", "youtube_id": "UCyQwLQavlOaJ64YuY_VMtiQ", "twitter_id": 13218102}}, {"id": {"bioguide": "C001053", "thomas": "01742", "govtrack": 400077}, "social": {"twitter": "TomColeOK04", "facebook": "TomColeOK04", "youtube": "reptomcole", "youtube_id": "UCvqzPm_YnNkfEHpm3SEMJMQ", "instagram": "TomColeOK04", "twitter_id": 23124635}}, {"id": {"bioguide": "C001051", "thomas": "01752", "govtrack": 400068}, "social": {"twitter": "JudgeCarter", "facebook": "judgecarter", "youtube": "repjohncarter", "youtube_id": "UC9pkaOrhPfouzkJ8oAdI-1w", "instagram": "repcarter", "instagram_id": 456560563, "twitter_id": 18030431}}, {"id": {"bioguide": "C001049", "thomas": "01654", "govtrack": 400074}, "social": {"facebook": "109135405838588", "youtube": "WilliamLacyClay", "youtube_id": "UCB3yVQzlxhx3brOwaWtiXoQ"}}, {"id": {"bioguide": "C001048", "thomas": "01670", "govtrack": 400089}, "social": {"twitter": "CongCulberson", "facebook": "CongressmanCulberson", "youtube": "johnculbersontx07", "youtube_id": "UCv9NX2RA2jQQniHohgqy_KQ", "twitter_id": 24183358, "instagram": "repjculberson"}}, {"id": {"bioguide": "C001047", "thomas": "01676", "govtrack": 400061}, "social": {"twitter": "SenCapito", "facebook": "senshelley", "youtube": "UCbiXdR4XQ3vD9Xp5lfR9QXw", "youtube_id": "UCbiXdR4XQ3vD9Xp5lfR9QXw", "instagram": "sencapito", "instagram_id": 1640447624, "twitter_id": 193794406}}, {"id": {"bioguide": "C001038", "thomas": "01604", "govtrack": 400087}, "social": {"twitter": "RepJoeCrowley", "facebook": "repjoecrowley", "youtube": "RepJoeCrowley", "youtube_id": "UCni23wivejzkS9G1L_XEBQw", "twitter_id": 111635980}}, {"id": {"bioguide": "C001037", "thomas": "01564", "govtrack": 400063}, "social": {"twitter": "RepMikeCapuano", "facebook": "RepMichaelCapuano", "youtube": "RepMikeCapuano", "youtube_id": "UCvzAdbimlJksgZjEMQn0kuw", "twitter_id": 747806211983179776}}, {"id": {"bioguide": "C001035", "thomas": "01541", "govtrack": 300025}, "social": {"twitter": "SenatorCollins", "facebook": "susancollins", "youtube": "SenatorSusanCollins", "youtube_id": "UC6GYaBx5kT2r4PN8KENxC-w", "twitter_id": 19726613, "instagram": "sensusancollins"}}, {"id": {"bioguide": "C000984", "thomas": "00256", "govtrack": 400090}, "social": {"facebook": "elijahcummings", "youtube": "ElijahECummings", "youtube_id": "UCMasH4jR80RdkqyuF0neFZg", "twitter": "RepCummings", "twitter_id": 787373558}}, {"id": {"bioguide": "C000880", "thomas": "00250", "govtrack": 300030}, "social": {"twitter": "MikeCrapo", "facebook": "mikecrapo", "youtube": "senatorcrapo", "youtube_id": "UCMHzKHg1BE7dEcFjnayw1lA", "instagram": "mikecrapo", "instagram_id": 329357214, "twitter_id": 600463589}}, {"id": {"bioguide": "C000754", "thomas": "00231", "govtrack": 400081}, "social": {"twitter": "RepJimCooper", "facebook": "JimCooper", "youtube": "RepJimCooper", "youtube_id": "UCjplyIIQbNZcl013AyDfPNg", "instagram": "repjimcooper", "instagram_id": 1037212884, "twitter_id": 22523087}}, {"id": {"bioguide": "C000714", "thomas": "00229", "govtrack": 400080}, "social": {"twitter": "RepJohnConyers", "facebook": "CongressmanConyers", "youtube": "JCMI14", "youtube_id": "UCzlwBp7_m0t3f2UiFubvWgg", "twitter_id": 138770045}}, {"id": {"bioguide": "C000537", "thomas": "00208", "govtrack": 400075}, "social": {"twitter": "Clyburn", "facebook": "jameseclyburn", "youtube": "repjamesclyburn", "youtube_id": "UCIyU_UA_JEa14gvAwhquKqg", "twitter_id": 188019606}}, {"id": {"bioguide": "C000266", "thomas": "00186", "govtrack": 400071}, "social": {"twitter": "RepSteveChabot", "facebook": "RepSteveChabot", "youtube": "congressmanchabot", "youtube_id": "UCJpzm2DZDE1B6ruQLQc7q4g", "instagram": "repstevechabot", "instagram_id": 481906395, "twitter_id": 237750442}}, {"id": {"bioguide": "C000174", "thomas": "00179", "govtrack": 300019}, "social": {"twitter": "SenatorCarper", "facebook": "tomcarper", "youtube": "senatorcarper", "youtube_id": "UCgLnvbKwu4B3navofj6Qvvw", "twitter_id": 249787913}}, {"id": {"bioguide": "C000141", "thomas": "00174", "govtrack": 400064}, "social": {"twitter": "SenatorCardin", "facebook": "senatorbencardin", "youtube": "senatorcardin", "youtube_id": "UCiQaJnMzlfzzG3VESgyZChA", "twitter_id": 109071031, "instagram": "senatorcardin"}}, {"id": {"bioguide": "C000127", "thomas": "00172", "govtrack": 300018}, "social": {"twitter": "SenatorCantwell", "youtube": "SenatorCantwell", "youtube_id": "UCN52UDqKgvHRk39ncySrIMw", "twitter_id": 117501995, "facebook": "senatorcantwell"}}, {"id": {"bioguide": "C000059", "thomas": "00165", "govtrack": 400057}, "social": {"twitter": "KenCalvert", "facebook": "70063393423", "youtube": "RepKenCalvert", "youtube_id": "UC5MEj7YOX_QdKoqD_HRxP3A", "twitter_id": 22545491}}, {"id": {"bioguide": "B001277", "thomas": "02076", "govtrack": 412490}, "social": {"twitter": "SenBlumenthal", "facebook": "SenBlumenthal", "youtube": "SenatorBlumenthal", "youtube_id": "UCHH-fn3_LVt0Q4od56rOi5g", "twitter_id": 278124059}}, {"id": {"bioguide": "B001275", "thomas": "02018", "govtrack": 412427}, "social": {"twitter": "RepLarryBucshon", "facebook": "RepLarryBucshon", "youtube": "RepLarryBucshon", "youtube_id": "UC0bIliQs0LKZabNwvZ3gnhQ", "twitter_id": 234812598}}, {"id": {"bioguide": "B001274", "thomas": "01987", "govtrack": 412395}, "social": {"twitter": "RepMoBrooks", "facebook": "RepMoBrooks", "youtube": "RepMoBrooks", "youtube_id": "UCgsPSY0MpuQJq8vEqYUSt-g", "twitter_id": 237299871}}, {"id": {"bioguide": "B001273", "thomas": "02063", "govtrack": 412478}, "social": {"twitter": "RepDianeBlack", "facebook": "DianeBlackTN06", "youtube": "RepDianeBlack", "youtube_id": "UCREZGYWeFh6-gfodmoWVUFg", "instagram": "repdianeblack", "instagram_id": 371192551, "twitter_id": 110545675}}, {"id": {"bioguide": "B001270", "thomas": "01996", "govtrack": 412404}, "social": {"twitter": "RepKarenBass", "facebook": "RepKarenBass", "youtube": "RepKarenBass", "youtube_id": "UCQZg7oxkV3Yag2emYPLhT2g", "twitter_id": 239949176}}, {"id": {"bioguide": "B001269", "thomas": "02054", "govtrack": 412469}, "social": {"twitter": "RepLouBarletta", "facebook": "CongressmanLouBarletta", "youtube": "reploubarletta", "youtube_id": "UChViw1Iv0nY1b3Qq9Q0vDBQ", "twitter_id": 239871673}}, {"id": {"bioguide": "B001267", "thomas": "01965", "govtrack": 412330}, "social": {"twitter": "SenBennetCo", "facebook": "senbennetco", "youtube": "SenatorBennet", "youtube_id": "UCXB3cljpMwTyCUyLr2ZVLow", "twitter_id": 224285242}}, {"id": {"bioguide": "B001261", "thomas": "01881", "govtrack": 412251}, "social": {"twitter": "SenJohnBarrasso", "facebook": "johnbarrasso", "youtube": "barrassowyo", "youtube_id": "UC80PfiCAB2Fe1MFayWlR6GQ", "twitter_id": 202206694}}, {"id": {"bioguide": "B001260", "thomas": "01840", "govtrack": 412196}, "social": {"twitter": "VernBuchanan", "facebook": "CongressmanBuchanan", "youtube": "vernbuchanan", "youtube_id": "UCY4DEy41NxOTdcF8_XAVZvw", "instagram": "repvern", "instagram_id": 344865327, "twitter_id": 20467163}}, {"id": {"bioguide": "B001257", "thomas": "01838", "govtrack": 412250}, "social": {"twitter": "RepGusBilirakis", "facebook": "GusBilirakis", "youtube": "RepGusBilirakis", "youtube_id": "UC2z1uu1n4-60xXs5x1mvLJw", "twitter_id": 26051676, "instagram": "gusbilirakis"}}, {"id": {"bioguide": "B001251", "thomas": "01761", "govtrack": 400616}, "social": {"twitter": "GKButterfield", "facebook": "congressmangkbutterfield", "youtube": "GKBNC01", "youtube_id": "UCbodCVgLfcbaep49L1M-mqA", "twitter_id": 432676344}}, {"id": {"bioguide": "B001250", "thomas": "01753", "govtrack": 400029}, "social": {"twitter": "RepRobBishop", "facebook": "RepRobBishop", "youtube": "CongressmanBishop", "youtube_id": "UCJC2BXNGQEUom7Tp7FKfxlQ", "twitter_id": 148006729}}, {"id": {"bioguide": "B001248", "thomas": "01751", "govtrack": 400052}, "social": {"twitter": "MichaelCBurgess", "facebook": "michaelcburgess", "youtube": "michaelcburgessmd", "youtube_id": "UCvvO8lo-Nkc31cEEElqQvQw", "twitter_id": 15751083, "instagram": "repmichaelburgess"}}, {"id": {"bioguide": "B001243", "thomas": "01748", "govtrack": 400032}, "social": {"twitter": "MarshaBlackburn", "facebook": "marshablackburn", "youtube": "RepMarshaBlackburn", "youtube_id": "UCvNnmu5mUm7xr8QXBlbtQ9w", "twitter_id": 278145569, "instagram": "marshablackburn"}}, {"id": {"bioguide": "B001236", "thomas": "01687", "govtrack": 400040}, "social": {"twitter": "JohnBoozman", "facebook": "JohnBoozman", "youtube": "BoozmanPressOffice", "youtube_id": "UC9vWHKL5OfIYh6kIV0rF2yw", "twitter_id": 5558312}}, {"id": {"bioguide": "B001227", "thomas": "01469", "govtrack": 400047}, "social": {"twitter": "RepBrady", "facebook": "RepRobertBrady", "youtube": "BradyPA01", "youtube_id": "UCHbTbPH6iCtaA_AKPwDy04A", "instagram": "repbrady", "instagram_id": 1405678385, "twitter_id": 148453195}}, {"id": {"bioguide": "B001135", "thomas": "00153", "govtrack": 400054}, "social": {"twitter": "SenatorBurr", "facebook": "SenatorRichardBurr", "youtube": "SenatorRichardBurr", "youtube_id": "UCOLLZpp-1womBSFDV2uLfag", "twitter_id": 21157904}}, {"id": {"bioguide": "B000944", "thomas": "00136", "govtrack": 400050}, "social": {"twitter": "SenSherrodBrown", "youtube": "SherrodBrownOhio", "youtube_id": "UCgy8jfERh-t_ixkKKoCmglQ", "twitter_id": 43910797}}, {"id": {"bioguide": "B000755", "thomas": "01468", "govtrack": 400046}, "social": {"twitter": "RepKevinBrady", "facebook": "kevinbrady", "youtube": "KBrady8", "youtube_id": "UC6Ng0uMQEBVgXO_HF0NbfXA", "instagram": "repkevinbrady", "instagram_id": 337613850, "twitter_id": 19926675}}, {"id": {"bioguide": "B000575", "thomas": "01464", "govtrack": 400034}, "social": {"twitter": "RoyBlunt", "facebook": "SenatorBlunt", "youtube": "SenatorBlunt", "youtube_id": "UCFeLRzjhThTmaWzuh5qjpGA", "instagram": "royblunt", "instagram_id": 21185436, "twitter_id": 21269970}}, {"id": {"bioguide": "B000574", "thomas": "00099", "govtrack": 400033}, "social": {"twitter": "BlumenauerMedia", "youtube": "RepBlumenauer", "youtube_id": "UCuziVoKuGn7feNA5VrpxsBQ", "twitter_id": 137823987}}, {"id": {"bioguide": "B000490", "thomas": "00091", "govtrack": 400030}, "social": {"twitter": "SanfordBishop", "facebook": "sanfordbishop", "youtube": "RepSanfordBishop", "youtube_id": "UCxF9veLBrkr_CqVq5eFYVGg", "twitter_id": 249410485}}, {"id": {"bioguide": "B000213", "thomas": "00062", "govtrack": 400018}, "social": {"twitter": "RepJoeBarton", "facebook": "RepJoeBarton", "youtube": "repjoebarton", "youtube_id": "UC9zg5RmxfNdBfz4iZuzvWXg", "twitter_id": 19929362}}, {"id": {"bioguide": "A000367", "thomas": "02029", "govtrack": 412438}, "social": {"facebook": "repjustinamash", "youtube": "repjustinamash", "youtube_id": "UCeg6HhoCXrS8xpON9dxtZgA"}}, {"id": {"bioguide": "A000360", "thomas": "01695", "govtrack": 300002}, "social": {"twitter": "SenAlexander", "youtube": "lamaralexander", "facebook": "senatorlamaralexander", "youtube_id": "UChDLBjn5RWqgMmCSswT05IQ", "instagram": "senlamaralexander", "instagram_id": 1156775647, "twitter_id": 76649729}}, {"id": {"bioguide": "A000055", "thomas": "01460", "govtrack": 400004}, "social": {"twitter": "Robert_Aderholt", "facebook": "RobertAderholt", "youtube": "RobertAderholt", "youtube_id": "UC71CAgpg1gbLTew_pfTneGA", "twitter_id": 76452765}}, {"id": {"bioguide": "B001245", "thomas": "01723", "govtrack": 400041}, "social": {"facebook": "madeleine.bordallo"}}, {"id": {"bioguide": "D000617", "thomas": "02096", "govtrack": 412505}, "social": {"twitter": "RepDelBene", "facebook": "RepDelBene", "youtube_id": "UCd00b7TpKDZIr-Ujhaktvjg", "twitter_id": 995193054, "instagram": "repdelbene"}}, {"id": {"bioguide": "B001278", "thomas": "02092", "govtrack": 412501}, "social": {"twitter": "RepBonamici", "facebook": "congresswomanbonamici", "youtube": "RepSuzanneBonamici", "youtube_id": "UC0IkAeEiwgzSRTD1TDSvuBw", "twitter_id": 558769636}}, {"id": {"bioguide": "C000567", "thomas": "00213", "govtrack": 300023}, "social": {"twitter": "SenThadCochran", "youtube": "sencochran", "youtube_id": "UCTnKP_ye7nI5DEn_zreaa3g", "twitter_id": 555474658}}, {"id": {"bioguide": "K000383", "govtrack": 412545}, "social": {"twitter": "SenAngusKing", "facebook": "SenatorAngusSKingJr", "youtube": "SenatorAngusKing", "youtube_id": "UCpp6lGvrmt0XU_lnD4Ak0gA", "twitter_id": 1068481578}}, {"id": {"bioguide": "A000369", "thomas": "02090", "govtrack": 412500}, "social": {"twitter": "MarkAmodeiNV2", "facebook": "MarkAmodeiNV2", "youtube": "markamodeinv2", "youtube_id": "UCjOGx2iqSn1r3BQxaVgYhYw", "instagram": "MarkAmodeiNV2", "twitter_id": 402719755}}, {"id": {"bioguide": "L000580", "thomas": "02146", "govtrack": 412558}, "social": {"twitter": "RepLujanGrisham", "facebook": "RepLujanGrisham", "youtube": "RepLujanGrisham", "youtube_id": "UCS_N-wEnUBEbVYCD-CXpNjw", "instagram": "replujangrisham", "instagram_id": 379143191, "twitter_id": 1061385474}}, {"id": {"bioguide": "D000621", "thomas": "02116", "govtrack": 412526}, "social": {"twitter": "RepDeSantis", "facebook": "RepDeSantis", "youtube": "RepRonDeSantis", "youtube_id": "UCRM1qBatq45tZxRqYeUa02g", "twitter_id": 1058807868}}, {"id": {"bioguide": "D000620", "thomas": "02133", "govtrack": 412544}, "social": {"twitter": "RepJohnDelaney", "facebook": "congressmanjohndelaney", "youtube": "repjohndelaney", "youtube_id": "UC-Sz2M53ZYi_8MvapFKZJiw", "twitter_id": 937723303}}, {"id": {"bioguide": "S001193", "thomas": "02104", "govtrack": 412514}, "social": {"twitter": "RepSwalwell", "facebook": "CongressmanEricSwalwell", "youtube": "ericswalwell", "youtube_id": "UCKvwsFNGD4sDkE_9g-2ft0w", "instagram": "repswalwell", "instagram_id": 338799200, "twitter_id": 942156122}}, {"id": {"bioguide": "M001190", "thomas": "02156", "govtrack": 412568}, "social": {"twitter": "RepMullin", "facebook": "RepMullin", "twitter_id": 1060370282}}, {"id": {"bioguide": "K000379", "thomas": "02172", "govtrack": 412543}, "social": {"twitter": "RepJoeKennedy", "facebook": "301936109927957", "youtube_id": "UCgfHlaGqxD8p-2V_YlNIqrA", "instagram": "repkennedy", "instagram_id": 1328567154, "twitter_id": 1055907624}}, {"id": {"bioguide": "B001284", "thomas": "02129", "govtrack": 412539}, "social": {"twitter": "SusanWBrooks", "facebook": "congresswomansusanwbrooks", "youtube": "SusanWBrooks", "youtube_id": "UCMd7LzaBcbQ06aKHoj9KkSQ", "instagram": "susanwbrooks", "instagram_id": 365798183, "twitter_id": 1074101017}}, {"id": {"bioguide": "W000813", "thomas": "02128", "govtrack": 412538}, "social": {"twitter": "RepWalorski", "facebook": "RepJackieWalorski", "youtube": "repwalorski", "youtube_id": "UC8fsSDjVJ_VnCF3ccx3Lkng", "twitter_id": 1065995022, "instagram": "jackiewalorski"}}, {"id": {"bioguide": "R000597", "thomas": "02160", "govtrack": 412572}, "social": {"twitter": "RepTomRice", "facebook": "reptomrice", "youtube": "RepTomRice", "youtube_id": "UCEmPVQphMGoXAfWJli68BEw", "twitter_id": 1058345042, "instagram": "reptomrice"}}, {"id": {"bioguide": "M001188", "thomas": "02148", "govtrack": 412560}, "social": {"twitter": "RepGraceMeng", "facebook": "repgracemeng", "youtube_id": "UCHg516zJKbIBtXFAJ0nu3XQ", "twitter_id": 1051127714}}, {"id": {"bioguide": "M001189", "thomas": "02130", "govtrack": 412540}, "social": {"twitter": "RepLukeMesser", "facebook": "RepLukeMesser", "youtube": "RepLukeMesser", "youtube_id": "UC9NKMvZuY2koTf1iVurxicw", "twitter_id": 1045853744}}, {"id": {"bioguide": "M001185", "thomas": "02150", "govtrack": 412562}, "social": {"twitter": "RepSeanMaloney", "facebook": "RepSeanMaloney", "youtube_id": "UCNiVzzf4Vz-vCMPBcnjGuXQ", "twitter_id": 1072467470}}, {"id": {"bioguide": "H001064", "thomas": "02170", "govtrack": 412584}, "social": {"twitter": "RepDennyHeck", "facebook": "CongressmanDennyHeck", "youtube": "RepDennyHeck", "youtube_id": "UCU89cl5_yhHzo-oTHiEyaRg", "twitter_id": 1068499286}}, {"id": {"bioguide": "H001065", "thomas": "02143", "govtrack": 412553}, "social": {"twitter": "RepHolding", "facebook": "CongressmanGeorgeHolding", "youtube": "repholding", "youtube_id": "UCx6IgBfJmIhXSXymnPr78hw", "twitter_id": 1058460818, "instagram": "repholding"}}, {"id": {"bioguide": "N000127", "thomas": "00867", "govtrack": 408211}, "social": {"twitter": "USRepRickNolan", "facebook": "UsRepRickNolan", "youtube": "USRepRickNolan", "youtube_id": "UCmGkPQXVR8GzVAPXN54AoXg", "twitter_id": 1055685948}}, {"id": {"bioguide": "T000472", "thomas": "02110", "govtrack": 412520}, "social": {"twitter": "RepMarkTakano", "facebook": "RepMarkTakano", "youtube": "RepMarkTakano", "youtube_id": "UCJg4F1irmSFeKoXZBaZbX2w", "twitter_id": 1037321378, "instagram": "repmarktakano"}}, {"id": {"bioguide": "J000294", "thomas": "02149", "govtrack": 412561}, "social": {"facebook": "RepHakeemJeffries", "youtube_id": "UCYVmbsjoNbQ4j-PCQIYgpWQ", "twitter": "RepJeffries", "twitter_id": 467823431}}, {"id": {"bioguide": "J000295", "thomas": "02154", "govtrack": 412566}, "social": {"twitter": "RepDaveJoyce", "facebook": "RepDaveJoyce", "youtube": "repdavejoyce", "youtube_id": "UCTu9xz2VYk-jtQv0TVsLyYA", "instagram": "repdavejoyce", "instagram_id": 360743678, "twitter_id": 976969338}}, {"id": {"bioguide": "L000579", "thomas": "02111", "govtrack": 412521}, "social": {"twitter": "RepLowenthal", "facebook": "RepLowenthal", "youtube": "RepLowenthal", "youtube_id": "UC-GgROtn5Hxm1H9a6qvy_Wg", "twitter_id": 1055730738}}, {"id": {"bioguide": "C001093", "thomas": "02121", "govtrack": 412531}, "social": {"twitter": "RepDougCollins", "facebook": "RepresentativeDougCollins", "youtube": "repdougcollins", "youtube_id": "UCgKTZXOJX2UwAdLNZ4MQdig", "twitter_id": 1060487274}}, {"id": {"bioguide": "W000814", "thomas": "02161", "govtrack": 412574}, "social": {"twitter": "TXRandy14", "facebook": "TXRandy14", "youtube": "TXRandy14", "youtube_id": "UCJSZRrAcd5i1bHLjR66PZdg", "twitter_id": 1058051748}}, {"id": {"bioguide": "K000381", "thomas": "02169", "govtrack": 412583}, "social": {"twitter": "RepDerekKilmer", "facebook": "derek.kilmer", "twitter_id": 1058917562}}, {"id": {"bioguide": "G000571", "thomas": "02122", "govtrack": 412532}, "social": {"twitter": "TulsiPress", "facebook": "RepTulsiGabbard", "youtube": "tulsipress", "youtube_id": "UCkQmC0YfIU4388Tu0_k4esA", "twitter_id": 1064206014}}, {"id": {"bioguide": "D000618", "thomas": "02138", "govtrack": 412549}, "social": {"twitter": "SteveDaines", "facebook": "SteveDainesMT", "youtube": "SteveDainesMT", "youtube_id": "UC-ny-W5mEUGytiyMdXbQ20Q", "instagram": "stevedaines", "instagram_id": 371125857, "twitter_id": 11651202}}, {"id": {"bioguide": "Y000065", "thomas": "02115", "govtrack": 412525}, "social": {"twitter": "RepTedYoho", "facebook": "CongressmanTedYoho", "youtube": "RepTedYoho", "youtube_id": "UCGmDQgEgP2Z0NjavmnS9Hwg", "twitter_id": 1071900114}}, {"id": {"bioguide": "E000293", "thomas": "02114", "govtrack": 412524}, "social": {"twitter": "RepEsty", "facebook": "RepEsty", "youtube": "RepEsty", "youtube_id": "UCJoc9OfUHVbx0Z7V055sbCA", "twitter_id": 1060984272, "instagram": "repesty"}}, {"id": {"bioguide": "K000382", "thomas": "02145", "govtrack": 412557}, "social": {"twitter": "RepAnnieKuster", "facebook": "CongresswomanAnnieKuster", "youtube": "RepKuster", "youtube_id": "UCYAD_Eti2b5gXSicbgPsBYA", "twitter_id": 1058717720}}, {"id": {"bioguide": "K000380", "thomas": "02134", "govtrack": 412546}, "social": {"twitter": "RepDanKildee", "youtube": "RepDanKildee", "facebook": "RepDanKildee", "youtube_id": "UC_KpQ-n3IT5dL5ul21XA9Yw", "instagram": "repdankildee", "instagram_id": 582887115, "twitter_id": 1045110018}}, {"id": {"bioguide": "C001090", "thomas": "02159", "govtrack": 412571}, "social": {"twitter": "RepCartwright", "facebook": "CongressmanMattCartwright", "youtube_id": "UCnAOvexSGLBnYidaFzguhTQ", "twitter_id": 776664410}}, {"id": {"bioguide": "C001095", "thomas": "02098", "govtrack": 412508}, "social": {"twitter": "SenTomCotton", "facebook": "SenatorTomCotton", "youtube": "RepTomCotton", "youtube_id": "UCXEk6mokWBajIpNatbjnwSg", "twitter_id": 968650362}}, {"id": {"bioguide": "B001286", "thomas": "02127", "govtrack": 412537}, "social": {"twitter": "RepCheri", "facebook": "RepCheri", "youtube": "RepCheri", "youtube_id": "UCrkOYuIsVeb4dvKeeO7jnaA", "twitter_id": 1092979962}}, {"id": {"bioguide": "B001287", "thomas": "02102", "govtrack": 412512}, "social": {"twitter": "RepBera", "facebook": "RepAmiBera", "youtube": "repamibera", "youtube_id": "UClJCTCo53Zk6b4kUL-bbdzg", "twitter_id": 950783972}}, {"id": {"bioguide": "F000454", "thomas": "01888", "govtrack": 412257}, "social": {"twitter": "RepBillFoster", "facebook": "CongressmanBillFoster", "youtube": "RepBillFoster", "youtube_id": "UCicixINQr_-3cFHI2bJzFpQ", "twitter_id": 1080509366}}, {"id": {"bioguide": "P000606", "thomas": "02141", "govtrack": 412551}, "social": {"twitter": "RepPittenger", "facebook": "congressmanpittenger", "youtube": "CongressmanPittenger", "youtube_id": "UCPr1MiyBx6K6wH3zgMWFtMQ", "twitter_id": 950328072}}, {"id": {"bioguide": "M001187", "thomas": "02142", "govtrack": 412552}, "social": {"twitter": "RepMarkMeadows", "facebook": "Repmarkmeadows", "youtube": "RepMarkMeadows", "youtube_id": "UCu1unBO6gQdCz3qok5LPFGQ", "twitter_id": 963480595, "instagram": "repmarkmeadows"}}, {"id": {"bioguide": "F000462", "thomas": "02119", "govtrack": 412529}, "social": {"twitter": "RepLoisFrankel", "facebook": "RepLoisFrankel", "youtube_id": "UCEk5viAhxaW_2OK20-yBwzQ", "youtube": "reploisfrankel", "twitter_id": 1077121945, "instagram": "reploisfrankel"}}, {"id": {"bioguide": "H001067", "thomas": "02140", "govtrack": 412550}, "social": {"twitter": "RepRichHudson", "facebook": "RepRichHudson", "youtube": "RepRichHudson", "youtube_id": "UC9Q1qCvnQR7rHERjTjJl5Pg", "twitter_id": 935033864}}, {"id": {"bioguide": "V000131", "thomas": "02166", "govtrack": 412579}, "social": {"twitter": "RepVeasey", "facebook": "CongressmanMarcVeasey", "youtube": "marcveasey", "youtube_id": "UC2CRp1KF5uljZyhDRPR-72Q", "instagram": "repveasey", "instagram_id": 676925345, "twitter_id": 1074129612}}, {"id": {"bioguide": "V000132", "thomas": "02167", "govtrack": 412580}, "social": {"twitter": "RepFilemonVela", "facebook": "USCongressmanFilemonVela", "twitter_id": 1083448909}}, {"id": {"bioguide": "P000605", "thomas": "02157", "govtrack": 412569}, "social": {"twitter": "RepScottPerry", "facebook": "repscottperry", "youtube": "RepScottPerry", "youtube_id": "UCzgrU5PT_HHRgf5hXPen4dQ", "instagram": "repscottperry", "instagram_id": 519463466, "twitter_id": 18773159}}, {"id": {"bioguide": "R000599", "thomas": "02109", "govtrack": 412519}, "social": {"twitter": "CongressmanRuiz", "facebook": "CongressmanRaulRuizMD", "youtube": "repraulruiz", "youtube_id": "UCSDk-cyNPCo1iy6rweSPmBw", "twitter_id": 1089859058}}, {"id": {"bioguide": "C001094", "thomas": "02103", "govtrack": 412513}, "social": {"twitter": "RepPaulCook", "facebook": "RepPaulCook", "youtube": "RepPaulCook", "youtube_id": "UCqK--hf5cuvg7BR_oisyRiA", "twitter_id": 1074412920}}, {"id": {"bioguide": "C001096", "thomas": "02144", "govtrack": 412555}, "social": {"twitter": "RepKevinCramer", "youtube": "kevincramer", "facebook": "CongressmanKevinCramer", "youtube_id": "UCqUPdO9XaAW-dvwwXKbIVdA", "twitter_id": 1048784496, "instagram": "repkevincramer"}}, {"id": {"bioguide": "C001092", "thomas": "02151", "govtrack": 412563}, "social": {"twitter": "RepChrisCollins", "facebook": "RepChrisCollins", "youtube": "RepChrisCollins", "youtube_id": "UCSwQQJaKI4TzuYDUwHwwnxQ", "instagram": "repchriscollins", "instagram_id": 379808544, "twitter_id": 1058256326}}, {"id": {"bioguide": "W000812", "thomas": "02137", "govtrack": 412548}, "social": {"twitter": "RepAnnWagner", "facebook": "RepAnnWagner", "youtube_id": "UCy2v2DXXvQnbRc8Zx77Dnsg", "twitter_id": 1051446626}}, {"id": {"bioguide": "W000817", "thomas": "02182", "govtrack": 412542}, "social": {"twitter": "SenWarren", "facebook": "senatorelizabethwarren", "youtube": "senelizabethwarren", "youtube_id": "UCTH9zV8Imw09J5bOoTR18_A", "twitter_id": 970207298}}, {"id": {"bioguide": "D000619", "thomas": "02126", "govtrack": 412536}, "social": {"twitter": "RodneyDavis", "facebook": "RepRodneyDavis", "youtube": "RepRodneyDavis", "youtube_id": "UCiGPTfpwRxqQp0Bam5S8zwA", "twitter_id": 993153006, "instagram": "reprodneydavis"}}, {"id": {"bioguide": "S001192", "thomas": "02168", "govtrack": 412581}, "social": {"twitter": "RepChrisStewart", "facebook": "RepChrisStewart", "youtube": "repchrisstewart", "youtube_id": "UCKYqzTvmQVWys-WhrCkbyPw", "instagram": "repChrisStewart", "twitter_id": 1072008757}}, {"id": {"bioguide": "B001282", "thomas": "02131", "govtrack": 412541}, "social": {"twitter": "RepAndyBarr", "facebook": "RepAndyBarr", "youtube": "RepAndyBarr", "youtube_id": "UCVL2s6x7f7H0ZJ-uwU0pQ6Q", "twitter_id": 1089334250}}, {"id": {"bioguide": "C001098", "thomas": "02175", "govtrack": 412573}, "social": {"twitter": "SenTedCruz", "facebook": "SenatorTedCruz", "youtube": "sentedcruz", "youtube_id": "UCOTZ-6H1rri1lSsj6IzhUyw", "twitter_id": 1074480192}}, {"id": {"bioguide": "D000096", "thomas": "01477", "govtrack": 400093}, "social": {"facebook": "CongressmanDKDavis", "twitter": "RepDannyDavis", "youtube": "dannykdavis07", "youtube_id": "UCdhrT09_XMr31tuI8OcKsjQ", "twitter_id": 789244177}}, {"id": {"bioguide": "G000546", "thomas": "01656", "govtrack": 400158}, "social": {"facebook": "118514606128", "twitter": "RepSamGraves", "twitter_id": 29766367}}, {"id": {"bioguide": "B001283", "thomas": "02155", "govtrack": 412567}, "social": {"twitter": "RepJBridenstine", "facebook": "CongressmanJimBridenstine", "youtube": "RepJimBridenstine", "youtube_id": "UC4uUpWvIK-fiOfTG_D3rX8g", "instagram": "repjbridenstine", "instagram_id": 295797332, "twitter_id": 1092757885}}, {"id": {"bioguide": "B001230", "thomas": "01558", "govtrack": 400013}, "social": {"twitter": "SenatorBaldwin", "facebook": "senatortammybaldwin", "youtube": "witammybaldwin", "youtube_id": "UC_XjYCRbbI2_TDDjJidwk0Q", "twitter_id": 1074518754, "instagram": "senatorbaldwin"}}, {"id": {"bioguide": "W000810", "thomas": "02008", "govtrack": 412416}, "social": {"facebook": "RepRobWoodall", "youtube": "RobWoodallGA07", "youtube_id": "UC7MSlu8zV6Mf8wYzek2Cb-w", "twitter": "RepRobWoodall", "twitter_id": 2382685057, "instagram": "reprobwoodall"}}, {"id": {"bioguide": "W000816", "thomas": "02165", "govtrack": 412578}, "social": {"twitter": "RepRWilliams", "facebook": "RepRogerWilliams", "youtube_id": "UCBtfmMMQarjtLB9U_pWMOhw", "twitter_id": 1077446982}}, {"id": {"bioguide": "D000598", "thomas": "01641", "govtrack": 400097}, "social": {"facebook": "RepSusanDavis", "twitter": "RepSusanDavis", "twitter_id": 432771620}}, {"id": {"bioguide": "D000622", "thomas": "02123", "govtrack": 412533}, "social": {"twitter": "SenDuckworth", "twitter_id": 1058520120, "facebook": "SenDuckworth", "youtube_id": "UCYRWRvUxtjaHnFMCbdd94tg", "youtube": "repduckworth", "instagram": "repduckworth", "instagram_id": 1387939090}}, {"id": {"bioguide": "O000170", "thomas": "02162", "govtrack": 412575}, "social": {"facebook": "betoorourketx16", "youtube": "betoorourketx16", "youtube_id": "UClxfjz6tgqTbwYwQNy0VURg", "twitter": "RepBetoORourke", "twitter_id": 1134292500}}, {"id": {"bioguide": "F000463", "thomas": "02179", "govtrack": 412556}, "social": {"twitter": "SenatorFischer", "facebook": "senatordebfischer", "youtube": "senatordebfischer", "youtube_id": "UCrbEfZaG_WhB0PBHI1hefPQ", "twitter_id": 1071402577, "instagram": "senatorfischer"}}, {"id": {"bioguide": "H001068", "thomas": "02101", "govtrack": 412511}, "social": {"twitter": "RepHuffman", "facebook": "RepHuffman", "youtube": "rephuffman", "youtube_id": "UCJU6SP1ppp1ZhSiqZLiFgDA", "twitter_id": 1071102246, "instagram": "rephuffman"}}, {"id": {"bioguide": "H001069", "thomas": "02174", "govtrack": 412554}, "social": {"twitter": "SenatorHeitkamp", "facebook": "SenatorHeidiHeitkamp", "youtube": "senatorheidiheitkamp", "youtube_id": "UCsIiu6s5KJ_VYzpT_b1Jh4g", "instagram": "senatorheitkamp", "instagram_id": 1146260729, "twitter_id": 1061029050}}, {"id": {"bioguide": "H001052", "thomas": "02026", "govtrack": 412434}, "social": {"twitter": "RepAndyHarrisMD", "facebook": "AndyHarrisMD", "youtube": "RepAndyHarris", "youtube_id": "UCvUuV7FiJfJi1yux4qozgMg", "twitter_id": 960962340}}, {"id": {"bioguide": "P000604", "thomas": "02097", "govtrack": 412506}, "social": {"twitter": "RepDonaldPayne", "facebook": "DonaldPayneJr", "twitter_id": 1155335864, "instagram": "repdonaldpaynejr"}}, {"id": {"bioguide": "P000608", "thomas": "02113", "govtrack": 412523}, "social": {"twitter": "RepScottPeters", "facebook": "RepScottPeters", "youtube_id": "UCQK77QJxW7Xr-S3zqeMd-0g", "twitter_id": 1135486501, "instagram": "repscottpeters"}}, {"id": {"bioguide": "R000598", "thomas": "02158", "govtrack": 412570}, "social": {"twitter": "KeithRothfus", "facebook": "keithrothfus", "youtube": "reprothfus", "youtube_id": "UCPe5SCZKXEyUAMNUprj46Pg", "twitter_id": 1155212191}}, {"id": {"bioguide": "C001091", "thomas": "02163", "govtrack": 412576}, "social": {"twitter": "JoaquinCastrotx", "facebook": "326420614138023", "youtube": "JoaquinCastroTX", "youtube_id": "UCsRxWnFdRiV2od1O5v5nEeQ", "instagram": "joaquincastrotx", "instagram_id": 378492005, "twitter_id": 231510077}}, {"id": {"bioguide": "W000815", "thomas": "02152", "govtrack": 412564}, "social": {"twitter": "RepBradWenstrup", "facebook": "RepBradWenstrup", "youtube": "repbradwenstrup", "youtube_id": "UCaK7SeUvmHdHTMtF3HXb-jA", "instagram": "repbradwenstrup", "instagram_id": 305496379, "twitter_id": 518644221}}, {"id": {"bioguide": "V000129", "thomas": "02105", "govtrack": 412515}, "social": {"twitter": "RepDavidValadao", "facebook": "CongressmanDavidValadao", "youtube": "congressmanvaladao", "youtube_id": "UCWqOVVxQd6IV4mfYMi95LqA", "twitter_id": 1128514404}}, {"id": {"bioguide": "S001191", "thomas": "02099", "govtrack": 412509}, "social": {"twitter": "RepSinema", "facebook": "CongresswomanSinema", "youtube": "repsinema", "youtube_id": "UC4NzhW7D4lQdukSGWmFnK9w", "twitter_id": 1080844782}}, {"id": {"bioguide": "C001075", "thomas": "01925", "govtrack": 412269}, "social": {"youtube": "SenatorBillCassidy", "youtube_id": "UCCEyGhUzxgkxFzWCY-rxz8g"}}, {"id": {"bioguide": "F000372", "thomas": "00414", "govtrack": 400142}, "social": {"twitter": "USRepRodney", "youtube": "RepFrelinghuysen", "youtube_id": "UCePp5KwEKTtu3GM6gkVIkmg", "facebook": "rfrelinghuysen", "twitter_id": 1382011333, "instagram": "usreprodney"}}, {"id": {"bioguide": "F000457", "thomas": "01969", "govtrack": 412378}, "social": {"twitter": "SenFranken", "youtube": "SenatorFranken", "facebook": "senatoralfranken", "youtube_id": "UCMFNp5ybWmz6IlSXmPacTOw", "twitter_id": 171968009}}, {"id": {"bioguide": "G000558", "thomas": "01922", "govtrack": 412278}, "social": {"youtube": "BrettGuthrie", "twitter": "RepGuthrie", "youtube_id": "UCdJhDw-YbdH0RHfWK0sIfiw", "twitter_id": 1908143071}}, {"id": {"bioguide": "L000578", "thomas": "02100", "govtrack": 412510}, "social": {"twitter": "RepLaMalfa", "youtube": "RepLaMalfa", "youtube_id": "UCUzz1XDn862fxirervSB2Yw", "facebook": "RepLaMalfa", "twitter_id": 1069124515, "instagram": "repdouglamalfa"}}, {"id": {"bioguide": "C001066", "thomas": "01839", "govtrack": 412195}, "social": {"youtube": "RepKathyCastor", "youtube_id": "UC_irxhmLqVenTFPxDxznG6g", "facebook": "USRepKathyCastor", "twitter": "USRepKCastor", "twitter_id": 1880674038}}, {"id": {"bioguide": "K000367", "thomas": "01826", "govtrack": 412242}, "social": {"youtube": "senatorklobuchar", "youtube_id": "UCvdeJsDsV51tFb_hVqvtYGA"}}, {"id": {"bioguide": "I000055", "thomas": "01608", "govtrack": 400194}, "social": {"twitter": "SenatorIsakson", "youtube": "SenatorIsakson", "youtube_id": "UCO80zDwuLZHtGr-KOfl_XCQ", "twitter_id": 78403308, "instagram": "senatorisakson"}}, {"id": {"bioguide": "C001097", "thomas": "02107", "govtrack": 412517}, "social": {"twitter": "RepCardenas", "youtube": "repcardenas", "youtube_id": "UCm6ug1-yvYGL0F6DvYxfFBA", "facebook": "repcardenas", "instagram": "repcardenas", "instagram_id": 1483357690, "twitter_id": 1222257180}}, {"id": {"bioguide": "W000799", "thomas": "01856", "govtrack": 412214}, "social": {"twitter": "RepTimWalz", "youtube": "1529tjw", "youtube_id": "UCAaYwb6XgcSVZ-5s3ei2g6g", "twitter_id": 1262814457}}, {"id": {"bioguide": "P000607", "thomas": "02171", "govtrack": 412585}, "social": {"facebook": "repmarkpocan", "twitter": "RepMarkPocan", "youtube_id": "UCz5b47WER_u3dUGV_Zi70dQ", "youtube": "repmarkpocan", "instagram": "repmarkpocan", "instagram_id": 1422301608, "twitter_id": 1206227149}}, {"id": {"bioguide": "V000130", "thomas": "02112", "govtrack": 412522}, "social": {"facebook": "RepJuanVargas", "twitter": "RepJuanVargas", "youtube": "RepJuanVargas", "youtube_id": "UCpMthf8y7bEMJH_td0dznRQ", "twitter_id": 1260172386}}, {"id": {"bioguide": "K000384", "thomas": "02176", "govtrack": 412582}, "social": {"facebook": "SenatorKaine", "twitter": "SenKaineOffice", "youtube": "SenatorTimKaine", "youtube_id": "UC27LgTZlUnBQoNEQFZdn9LA", "twitter_id": 1267940407}}, {"id": {"bioguide": "S001194", "thomas": "02173", "govtrack": 412507}, "social": {"twitter": "SenBrianSchatz", "facebook": "SenBrianSchatz", "youtube": "senbrianschatz", "youtube_id": "UC8-mSYp2WqBiB_5iwtwKfow", "twitter_id": 1262099252}}, {"id": {"bioguide": "S001168", "govtrack": 412212}, "social": {"twitter": "RepSarbanes", "facebook": "RepSarbanes", "twitter_id": 364415553}}, {"id": {"bioguide": "B001285", "govtrack": 412516}, "social": {"twitter": "JuliaBrownley26", "youtube": "RepJuliaBrownley", "youtube_id": "UCFrC4Ouk5R6xQztS9PZin_A", "facebook": "RepJuliaBrownley", "twitter_id": 1243902714}}, {"id": {"bioguide": "M001184", "thomas": "02094"}, "social": {"youtube": "repthomasmassie", "youtube_id": "UCpmXOtvvXC3GE8o9VxYNK7g", "facebook": "RepThomasMassie", "twitter": "RepThomasMassie", "twitter_id": 975200486}}, {"id": {"bioguide": "K000385", "thomas": "02190"}, "social": {"youtube_id": "UCLhcNPX2nNQLNzwKW0nEykg", "facebook": "reprobinkelly", "twitter": "RepRobinKelly", "twitter_id": 1339931490}}, {"id": {"bioguide": "G000555", "thomas": "01866"}, "social": {"youtube": "KirstenEGillibrand", "twitter": "SenGillibrand", "facebook": "KirstenGillibrand", "youtube_id": "UCVEloQogVsmnkd5vxJInmYg", "twitter_id": 72198806}}, {"id": {"bioguide": "R000584", "govtrack": 412322, "thomas": "01896"}, "social": {"youtube": "SenatorJamesRisch", "twitter": "SenatorRisch", "youtube_id": "UCncKW8xyT5UbPNO27YuQnBA", "twitter_id": 1096059529}}, {"id": {"bioguide": "B001281", "govtrack": 412565, "thomas": "02153"}, "social": {"twitter": "RepBeatty", "facebook": "RepJoyceBeatty", "youtube_id": "UCtVl3kb7Xvt3pY7l6x-M6LA", "instagram": "repbeatty", "instagram_id": 554027718, "twitter_id": 1531521632}}, {"id": {"bioguide": "S000051", "govtrack": 400607, "thomas": "01012"}, "social": {"facebook": "RepSanfordSC", "twitter": "RepSanfordSC", "youtube": "RepSanfordSC", "youtube_id": "UCS33edNAxXe2pyFbnUUcZWA", "twitter_id": 1499993378}}, {"id": {"bioguide": "S001195", "govtrack": 412596, "thomas": "02191"}, "social": {"twitter": "RepJasonSmith", "facebook": "repjasonsmith", "youtube": "RepJasonSmith", "youtube_id": "UCzj9-27Lr4gcqopmZAobXXg", "twitter_id": 1623308912}}, {"id": {"bioguide": "S000522", "govtrack": 400380, "thomas": "01071"}, "social": {"facebook": "RepChrisSmith", "twitter": "RepChrisSmith", "youtube": "USRepChrisSmith", "youtube_id": "UCtCNUDo3-I1gsd_03ppDfZg", "twitter_id": 1289319271}}, {"id": {"bioguide": "M001169", "govtrack": 412194, "thomas": "01837"}, "social": {"facebook": "chrismurphyct", "twitter": "senmurphyoffice", "youtube": "senchrismurphy", "youtube_id": "UCbcEa40PIFpLpdDe06n3F3Q", "twitter_id": 2853793517}}, {"id": {"bioguide": "B001288", "govtrack": 412598, "thomas": "02194"}, "social": {"twitter": "senbookeroffice", "youtube": "SenCoryBooker", "youtube_id": "UC6FlymqNS1VettnVZa7goPA", "twitter_id": 2167097881}}, {"id": {"bioguide": "C001101", "govtrack": 412600, "thomas": "02196"}, "social": {"twitter": "RepKClark", "facebook": "CongresswomanClark", "youtube_id": "UCgaI52w7QKI8LtkSeCCmSuw", "twitter_id": 2293131060}}, {"id": {"bioguide": "B001289", "govtrack": 412601, "thomas": "02197"}, "social": {"twitter": "RepByrne", "facebook": "RepByrne", "youtube_id": "UCRUXmqQbrKo0T6xi_GT7TEA", "instagram": "repbyrne", "instagram_id": 944262792, "twitter_id": 2253968388}}, {"id": {"bioguide": "N000189", "govtrack": 412660, "thomas": "02275"}, "social": {"twitter": "RepNewhouse", "facebook": "RepNewhouse", "twitter_id": 2930635215}}, {"id": {"bioguide": "J000297", "govtrack": 412663, "thomas": "02278"}, "social": {"twitter": "RepEvanJenkins", "instagram": "RepEvanJenkins", "facebook": "RepEvanJenkins", "twitter_id": 2953713339}}, {"id": {"bioguide": "R000601", "govtrack": 412653, "thomas": "02268"}, "social": {"twitter": "RepRatcliffe", "instagram": "rep_ratcliffe", "instagram_id": 1679501092, "facebook": "RepRatcliffe", "twitter_id": 2847221717}}, {"id": {"bioguide": "L000583", "govtrack": 412624, "thomas": "02238"}, "social": {"twitter": "RepLoudermilk", "facebook": "reploudermilk", "twitter_id": 2914163523, "instagram": "RepLoudermilk"}}, {"id": {"bioguide": "C001103", "govtrack": 412622, "thomas": "02236"}, "social": {"twitter": "RepBuddyCarter", "facebook": "congressmanbuddycarter", "twitter_id": 2973870195}}, {"id": {"bioguide": "C001107", "govtrack": 412621, "thomas": "02235"}, "social": {"twitter": "RepCurbelo", "facebook": "repcurbelo", "twitter_id": 2853309155, "instagram": "repcurbelo"}}, {"id": {"bioguide": "M001193", "govtrack": 412643, "thomas": "02258"}, "social": {"twitter": "RepTomMacArthur", "facebook": "CongressmanTomMacArthur", "twitter_id": 2962994194, "instagram": "reptmac"}}, {"id": {"bioguide": "B001295", "govtrack": 412629, "thomas": "02243"}, "social": {"twitter": "RepBost", "facebook": "RepBost", "twitter_id": 2964877294}}, {"id": {"bioguide": "A000370", "govtrack": 412607, "thomas": "02201"}, "social": {"twitter": "RepAdams", "facebook": "CongresswomanAdams", "twitter_id": 2916086925, "instagram": "repadams"}}, {"id": {"bioguide": "C001105", "govtrack": 412658, "thomas": "02273"}, "social": {"twitter": "RepComstock", "facebook": "RepBarbaraComstock", "twitter_id": 2933760046, "instagram": "repbarbaracomstock"}}, {"id": {"bioguide": "P000611", "govtrack": 412633, "thomas": "02247"}, "social": {"twitter": "RepPoliquin", "facebook": "RepPoliquin", "twitter_id": 2932617195}}, {"id": {"bioguide": "M001194", "govtrack": 412634, "thomas": "02248"}, "social": {"twitter": "RepMoolenaar", "facebook": "RepMoolenaar", "twitter_id": 2696643955, "instagram": "RepMoolenaar"}}, {"id": {"bioguide": "S001196", "govtrack": 412648, "thomas": "02263"}, "social": {"twitter": "RepStefanik", "facebook": "RepEliseStefanik", "twitter_id": 2962813893}}, {"id": {"bioguide": "C001106", "govtrack": 412651, "thomas": "02266"}, "social": {"twitter": "RepRyanCostello", "instagram": "RepRyanCostello", "facebook": "CongressmanRyanCostello", "twitter_id": 2953922782}}, {"id": {"bioguide": "R000603", "govtrack": 412641, "thomas": "02256"}, "social": {"twitter": "RepDavidRouzer", "facebook": "RepRouzer", "twitter_id": 834069080, "instagram": "repdavidrouzer"}}, {"id": {"bioguide": "P000609", "govtrack": 412608, "thomas": "02221"}, "social": {"twitter": "USRepGaryPalmer", "instagram": "usrepgarypalmer", "instagram_id": 1551536636, "facebook": "CongressmanGaryPalmer", "twitter_id": 2861616083}}, {"id": {"bioguide": "M001197", "govtrack": 412611, "thomas": "02225"}, "social": {"twitter": "RepMcSally", "facebook": "RepMcSally", "twitter_id": 2964949642, "instagram": "repmcsally"}}, {"id": {"bioguide": "E000294", "govtrack": 412639, "thomas": "02253"}, "social": {"twitter": "RepTomEmmer", "instagram": "reptomemmer", "instagram_id": 1565640999, "facebook": "reptomemmer", "twitter_id": 2914515430}}, {"id": {"bioguide": "R000604", "govtrack": 412650, "thomas": "02265"}, "social": {"twitter": "RepRussell", "facebook": "reprussell", "twitter_id": 2966758114}}, {"id": {"bioguide": "A000374", "govtrack": 412630, "thomas": "02244"}, "social": {"twitter": "RepAbraham", "facebook": "CongressmanRalphAbraham", "twitter_id": 2962891515}}, {"id": {"bioguide": "Y000066", "govtrack": 412628, "thomas": "02242"}, "social": {"twitter": "RepDavidYoung", "facebook": "RepDavidYoung", "twitter_id": 314205957, "instagram": "repdavidyoung"}}, {"id": {"bioguide": "Z000017", "govtrack": 412646, "thomas": "02261"}, "social": {"twitter": "RepLeeZeldin", "facebook": "RepLeeZeldin", "twitter_id": 2750127259}}, {"id": {"bioguide": "K000386", "govtrack": 412649, "thomas": "02264"}, "social": {"twitter": "RepJohnKatko", "facebook": "RepJohnKatko", "twitter_id": 2966765501}}, {"id": {"bioguide": "W000821", "govtrack": 412610, "thomas": "02224"}, "social": {"twitter": "RepWesterman", "facebook": "RepWesterman", "twitter_id": 2852998461}}, {"id": {"bioguide": "H001072", "govtrack": 412609, "thomas": "02223"}, "social": {"twitter": "RepFrenchHill", "facebook": "RepFrenchHill", "twitter_id": 2953974395, "instagram": "repfrenchhill"}}, {"id": {"bioguide": "B001291", "govtrack": 412655, "thomas": "02270"}, "social": {"twitter": "RepBrianBabin", "facebook": "RepBrianBabin", "twitter_id": 2929491549}}, {"id": {"bioguide": "M001195", "govtrack": 412662, "thomas": "02277"}, "social": {"twitter": "RepAlexMooney", "facebook": "CongressmanAlexMooney", "twitter_id": 2964526557, "instagram": "repalexmooney"}}, {"id": {"bioguide": "T000475", "govtrack": 412636, "thomas": "02250"}, "social": {"twitter": "repdavetrott", "facebook": "RepDaveTrott", "twitter_id": 2869746172}}, {"id": {"bioguide": "B001297", "govtrack": 412619, "thomas": "02233"}, "social": {"twitter": "RepKenBuck", "facebook": "repkenbuck", "twitter_id": 2862577383}}, {"id": {"bioguide": "B001294", "govtrack": 412627, "thomas": "02241"}, "social": {"twitter": "RepRodBlum", "facebook": "congressmanrodblum", "twitter_id": 2965083477}}, {"id": {"bioguide": "B001293", "govtrack": 412635, "thomas": "02249"}, "social": {"twitter": "RepMikeBishop", "facebook": "RepMikeBishop", "twitter_id": 2914571740}}, {"id": {"bioguide": "R000602", "govtrack": 412647, "thomas": "02262"}, "social": {"twitter": "RepKathleenRice", "facebook": "RepKathleenRice", "twitter_id": 2970462034}}, {"id": {"bioguide": "D000624", "govtrack": 412637, "thomas": "02251"}, "social": {"twitter": "RepDebDingell", "facebook": "RepDebbieDingell", "twitter_id": 2970279814, "instagram": "repdingell"}}, {"id": {"bioguide": "T000474", "govtrack": 412617, "thomas": "02231"}, "social": {"twitter": "NormaJTorres", "facebook": "RepNormaTorres", "twitter_id": 236279233}}, {"id": {"bioguide": "S001197", "govtrack": 412671, "thomas": "02289"}, "social": {"twitter": "SenSasse", "instagram": "senatorsasse", "instagram_id": 1636974433, "facebook": "SenatorSasse", "twitter_id": 2962923040}}, {"id": {"bioguide": "K000387", "govtrack": 412614, "thomas": "02228"}, "social": {"twitter": "SteveKnight25", "facebook": "RepresentativeSteveKnight", "twitter_id": 2974648323, "instagram": "repsteveknight"}}, {"id": {"bioguide": "S001198", "govtrack": 412665, "thomas": "02290"}, "social": {"twitter": "SenDanSullivan", "instagram": "sen_dansullivan", "instagram_id": 1660873387, "facebook": "SenDanSullivan", "twitter_id": 2891210047}}, {"id": {"bioguide": "L000584", "govtrack": 412656, "thomas": "02271"}, "social": {"twitter": "repmialove", "facebook": "repmialove", "twitter_id": 2976598347}}, {"id": {"bioguide": "A000372", "govtrack": 412625, "thomas": "02239"}, "social": {"twitter": "reprickallen", "instagram": "reprickallen", "instagram_id": 1666787116, "facebook": "CongressmanRickAllen", "twitter_id": 2964287128}}, {"id": {"bioguide": "R000605", "govtrack": 412669, "thomas": "02288"}, "social": {"twitter": "SenatorRounds", "facebook": "SenatorMikeRounds", "twitter_id": 2955485182}}, {"id": {"bioguide": "W000820", "govtrack": 412618, "thomas": "02232"}, "social": {"twitter": "RepMimiWalters", "instagram": "rep_mimiwalters", "instagram_id": 301820337, "facebook": "RepMimiWalters", "twitter_id": 47798449}}, {"id": {"bioguide": "B001296", "govtrack": 412652, "thomas": "02267"}, "social": {"twitter": "CongBoyle", "facebook": "CongressmanBoyle", "twitter_id": 4304448314}}, {"id": {"bioguide": "H001071", "govtrack": 412623, "thomas": "02237"}, "social": {"twitter": "congressmanhice", "facebook": "CongressmanJodyHice", "twitter_id": 2975091705}}, {"id": {"bioguide": "A000371", "govtrack": 412615, "thomas": "02229"}, "social": {"twitter": "reppeteaguilar", "facebook": "reppeteaguilar", "twitter_id": 3018670151}}, {"id": {"bioguide": "G000574", "govtrack": 412612, "thomas": "02226"}, "social": {"twitter": "RepRubenGallego", "facebook": "RepRubenGallego", "twitter_id": 2966570782, "instagram": "reprubengallego"}}, {"id": {"bioguide": "P000612", "govtrack": 412666, "thomas": "02286"}, "social": {"twitter": "sendavidperdue", "instagram": "sendavidperdue", "instagram_id": 1650058430, "facebook": "SenatorDavidPerdue", "twitter_id": 2863210809}}, {"id": {"bioguide": "P000610", "govtrack": 412659, "thomas": "02274"}, "social": {"twitter": "staceyplaskett", "facebook": "repstaceyplaskett", "twitter_id": 2724095695}}, {"id": {"bioguide": "W000822", "govtrack": 412644, "thomas": "02259"}, "social": {"twitter": "RepBonnie", "facebook": "RepBonnie", "youtube_id": "UCrxEaX0VKZKwg3930du2D5A", "twitter_id": 2968451607, "instagram": "repbonnie"}}, {"id": {"bioguide": "H001073", "govtrack": 412654, "thomas": "02269"}, "social": {"twitter": "hurdonthehill", "facebook": "HurdOnTheHill", "twitter_id": 2963445730, "instagram": "hurdonthehill"}}, {"id": {"bioguide": "L000582", "govtrack": 412616, "thomas": "02230"}, "social": {"twitter": "RepTedLieu", "facebook": "RepTedLieu", "twitter_id": 3044993235, "instagram": "RepTedLieu"}}, {"id": {"bioguide": "G000577", "govtrack": 412631, "thomas": "02245"}, "social": {"twitter": "RepGarretGraves", "facebook": "CongressmanGarretGraves", "twitter_id": 2951574214, "instagram": "instagravesla"}}, {"id": {"bioguide": "D000623", "govtrack": 412613, "thomas": "02227"}, "social": {"twitter": "RepDeSaulnier", "facebook": "RepMarkDeSaulnier", "twitter_id": 2968007206, "instagram": "repdesaulnier"}}, {"id": {"bioguide": "W000819", "govtrack": 412670, "thomas": "02255"}, "social": {"instagram": "repmarkwalker", "instagram_id": 1638422078, "twitter": "RepMarkWalker", "facebook": "RepMarkWalker", "twitter_id": 2966205003}}, {"id": {"bioguide": "M001196", "govtrack": 412632, "thomas": "02246"}, "social": {"facebook": "CongressmanSethMoulton", "twitter": "teammoulton", "twitter_id": 3091316093, "instagram": "repmoulton"}}, {"id": {"bioguide": "B001292", "govtrack": 412657, "thomas": "02272"}, "social": {"facebook": "repdonbeyer", "twitter": "repdonbeyer", "twitter_id": 2962868158, "instagram": "repdonbeyer"}}, {"id": {"bioguide": "G000576", "govtrack": 412661, "thomas": "02276"}, "social": {"facebook": "RepGrothman", "twitter": "RepGrothman", "twitter_id": 2976606250}}, {"id": {"bioguide": "N000188", "govtrack": 412606, "thomas": "02202"}, "social": {"facebook": "DonaldNorcrossNJ", "twitter": "DonaldNorcross", "twitter_id": 3122099613, "instagram": "donald_norcross", "youtube_id": "UC7kXK_PyDiOT8YrdP0jYZHw"}}, {"id": {"bioguide": "L000581", "govtrack": 412638, "thomas": "02252"}, "social": {"facebook": "395759603917487", "twitter": "RepLawrence", "twitter_id": 2863006655, "instagram": "repbrendalawrence"}}, {"id": {"bioguide": "B001290", "govtrack": 412605, "thomas": "02203"}, "social": {"facebook": "RepDaveBrat", "twitter": "RepDaveBrat", "twitter_id": 2560169238}}, {"id": {"bioguide": "K000388", "govtrack": 412673}, "social": {"facebook": "reptrentkelly", "twitter": "reptrentkelly", "twitter_id": 3317799825, "instagram": "reptrentkelly"}}, {"id": {"bioguide": "R000409", "govtrack": 400343, "thomas": "00979"}, "social": {"twitter": "reprohrabacher", "facebook": "RepRohrabacher", "youtube": "RepDanaRohrabacher", "youtube_id": "UCFr7qO61vGJyyBJ7B_gB1_Q", "twitter_id": 831483464}}, {"id": {"bioguide": "D000625", "govtrack": 412672, "thomas": "02293"}, "social": {"twitter": "RepDanDonovan", "twitter_id": 3353670647, "facebook": "RepDanDonovan"}}, {"id": {"bioguide": "L000585", "govtrack": 412674, "thomas": "02295"}, "social": {"twitter": "RepLaHood", "twitter_id": 3686482216, "facebook": "replahood", "youtube_id": "UCVRbtFwaBGcixZIkygtalRw"}}, {"id": {"bioguide": "B001299", "govtrack": 412702}, "social": {"facebook": "RepJimBanks", "twitter": "RepJimBanks", "twitter_id": 816131319033950208, "instagram": "repjimbanks"}}, {"id": {"bioguide": "D000627", "govtrack": 412696}, "social": {"facebook": "RepresentativeValDemings", "twitter": "RepValDemings", "twitter_id": 798973032362606600, "instagram": "repvaldemings"}}, {"id": {"bioguide": "B001303", "govtrack": 412689}, "social": {"facebook": "Rep.BluntRochester", "twitter": "RepBRochester", "twitter_id": 817050219007328258}}, {"id": {"bioguide": "R000606", "govtrack": 412708}, "social": {"facebook": "repraskin", "twitter": "repraskin", "twitter_id": 806906355214852096, "instagram": "repraskin"}}, {"id": {"bioguide": "P000613", "govtrack": 412685}, "social": {"facebook": "RepJimmyPanetta", "twitter": "RepJimmyPanetta", "twitter_id": 796736612554117120, "instagram": "repjimmypanetta"}}, {"id": {"bioguide": "C001111", "govtrack": 412697}, "social": {"facebook": "RepCharlieCrist", "twitter": "repcharliecrist", "twitter_id": 816030424778543104, "instagram": "repcharliecrist"}}, {"id": {"bioguide": "D000628", "govtrack": 412691}, "social": {"facebook": "drnealdunnfl2", "twitter": "drnealdunnfl2", "twitter_id": 815952318487298048}}, {"id": {"bioguide": "B001300", "govtrack": 412687}, "social": {"facebook": "CongresswomanBarragan", "twitter": "RepBarragan", "twitter_id": 816833925456789505}}, {"id": {"bioguide": "B001302", "govtrack": 412683}, "social": {"facebook": "RepAndyBiggs", "twitter": "RepAndyBiggsAZ", "twitter_id": 816652616625168388, "instagram": "repandybiggs"}}, {"id": {"bioguide": "M001199", "govtrack": 412698}, "social": {"facebook": "repbrianmast", "twitter": "repbrianmast", "twitter_id": 814103950404239360}}, {"id": {"bioguide": "M001200", "govtrack": 412728}, "social": {"facebook": "RepMcEachin", "twitter": "RepMcEachin", "twitter_id": 816181091673448448, "instagram": "repmceachin"}}, {"id": {"bioguide": "D000626", "govtrack": 412675, "thomas": "02296"}, "social": {"facebook": "CongressmanWarrenDavidson", "twitter": "WarrenDavidson", "twitter_id": 742735530287304704}}, {"id": {"bioguide": "F000465", "govtrack": 412700}, "social": {"facebook": "RepDrewFerguson", "twitter": "RepDrewFerguson", "twitter_id": 806583915012046854, "instagram": "repdrewferguson"}}, {"id": {"bioguide": "G000581", "govtrack": 412725}, "social": {"facebook": "USCongressmanVicenteGonzalez", "twitter": "RepGonzalez", "twitter_id": 818536152588238849, "instagram": "repvicentegonzaleztx"}}, {"id": {"bioguide": "G000583", "govtrack": 412714}, "social": {"facebook": "RepJoshG", "twitter": "RepJoshG", "twitter_id": 815310506596691968, "instagram": "RepJoshG"}}, {"id": {"bioguide": "G000580", "govtrack": 412729}, "social": {"facebook": "congressman-Tom-Garrett-1835767753333490", "twitter": "Rep_Tom_Garrett", "twitter_id": 818460870573441028}}, {"id": {"bioguide": "C001113", "govtrack": 412681}, "social": {"facebook": "SenatorCortezMasto", "twitter": "sencortezmasto", "twitter_id": 811313565760163844, "instagram": "catherinecortezmastofornv"}}, {"id": {"bioguide": "K000389", "govtrack": 412684}, "social": {"facebook": "RepRoKhanna", "twitter": "RepRoKhanna", "twitter_id": 816298918468259841, "instagram": "reprokhanna"}}, {"id": {"bioguide": "S001170", "govtrack": 412219, "thomas": "01861"}, "social": {"facebook": "repsheaporter", "twitter": "repsheaporter", "twitter_id": 126171100}}, {"id": {"bioguide": "G000582", "govtrack": 412723}, "social": {"facebook": "RepJennifferGonzalezColon", "twitter": "repjenniffer", "twitter_id": 819744763020775425}}, {"id": {"bioguide": "M001202", "govtrack": 412694}, "social": {"facebook": "RepStephMurphy", "twitter": "RepStephMurphy", "twitter_id": 796183515998068736, "instagram": "RepStephMurphy"}}, {"id": {"bioguide": "H001074", "govtrack": 412703}, "social": {"facebook": "reptrey", "twitter": "reptrey", "twitter_id": 811986281177772032}}, {"id": {"bioguide": "A000375", "govtrack": 412726}, "social": {"facebook": "JodeyArrington", "twitter": "RepArrington", "twitter_id": 816284664658874368}}, {"id": {"bioguide": "C001109", "govtrack": 412732}, "social": {"facebook": "replizcheney", "twitter": "RepLizCheney", "twitter_id": 816719802328715264}}, {"id": {"bioguide": "C001112", "govtrack": 412686}, "social": {"facebook": "repsaludcarbajal", "twitter": "RepCarbajal", "twitter_id": 816157667882373120, "instagram": "repcarbajal"}}, {"id": {"bioguide": "S001201", "govtrack": 412717}, "social": {"facebook": "RepTomSuozzi", "twitter": "RepTomSuozzi", "twitter_id": 816705409486618624}}, {"id": {"bioguide": "S001190", "govtrack": 412534, "thomas": "02124"}, "social": {"facebook": "CongressmanBradSchneider", "twitter": "repschneider", "twitter_id": 1071840474, "instagram": "repschneider"}}, {"id": {"bioguide": "F000464", "govtrack": 412719}, "social": {"facebook": "RepJohnFaso", "twitter": "RepJohnFaso", "twitter_id": 815931811348017152, "instagram": "RepJohnFaso"}}, {"id": {"bioguide": "T000478", "govtrack": 412720}, "social": {"facebook": "RepClaudiaTenney", "twitter": "RepTenney", "twitter_id": 797201048490430465, "instagram": "repclaudiatenney"}}, {"id": {"bioguide": "B001305", "govtrack": 412712}, "social": {"facebook": "RepTedBudd", "twitter": "RepTedBudd", "twitter_id": 817138492614524928}}, {"id": {"bioguide": "J000298", "govtrack": 412730}, "social": {"facebook": "RepJayapal", "twitter": "RepJayapal", "twitter_id": 815733290955112448, "instagram": "repjayapal"}}, {"id": {"bioguide": "F000466", "govtrack": 412721}, "social": {"facebook": "repbrianfitzpatrick", "twitter": "repbrianfitz", "twitter_id": 816303263586914304, "instagram": "repbrianfitz"}}, {"id": {"bioguide": "O000171", "govtrack": 412682}, "social": {"facebook": "repohalleran", "twitter": "repohalleran", "twitter_id": 808416682972770304, "instagram": "repohalleran"}}, {"id": {"bioguide": "R000607", "govtrack": 412699}, "social": {"facebook": "RepRooney", "twitter": "RepRooney", "twitter_id": 816111677917851649, "instagram": "RepFrancisRooney"}}, {"id": {"bioguide": "K000390", "govtrack": 412716}, "social": {"facebook": "RepKihuen", "twitter": "RepKihuen", "twitter_id": 816282029276938240, "instagram": "RepKihuen"}}, {"id": {"bioguide": "K000393", "govtrack": 412679}, "social": {"facebook": "JohnKennedyLouisiana", "twitter": "SenJohnKennedy", "twitter_id": 816683274076614656}}, {"id": {"bioguide": "L000586", "govtrack": 412693}, "social": {"facebook": "RepAlLawsonJr", "twitter": "RepAlLawsonJr", "twitter_id": 818472418620608512}}, {"id": {"bioguide": "M001201", "govtrack": 412710}, "social": {"facebook": "reppaulmitchell", "twitter": "RepPaulMitchell", "twitter_id": 811632636598910976, "instagram": "reppaulmitchell"}}, {"id": {"bioguide": "K000391", "govtrack": 412701}, "social": {"facebook": "congressmanraja", "twitter": "congressmanraja", "twitter_id": 814179031956488192, "instagram": "congressmanraja"}}, {"id": {"bioguide": "H001076", "govtrack": 412680}, "social": {"facebook": "SenatorHassan", "twitter": "Senatorhassan", "twitter_id": 946549322}}, {"id": {"bioguide": "E000297", "govtrack": 412718}, "social": {"facebook": "RepEspaillat", "twitter": "RepEspaillat", "twitter_id": 817076257770835968}}, {"id": {"bioguide": "K000392", "govtrack": 412724}, "social": {"facebook": "RepDavidKustoff", "twitter": "repdavidkustoff", "twitter_id": 816012124505931780, "instagram": "repdavidkustoff"}}, {"id": {"bioguide": "L000587", "govtrack": 412711}, "social": {"facebook": "RepJasonLewis", "twitter": "RepJasonLewis", "twitter_id": 816047090849746945}}, {"id": {"bioguide": "G000578", "govtrack": 412690}, "social": {"facebook": "CongressmanMattGaetz", "twitter": "Rep_Matt_Gaetz", "twitter_id": 818948638890217473, "instagram": "Congressman_Matt_Gaetz"}}, {"id": {"bioguide": "S001200", "govtrack": 412695}, "social": {"twitter": "RepDarrenSoto", "facebook": "CongressmanDarrenSoto", "twitter_id": 818713465653051392}}, {"id": {"bioguide": "B001301", "govtrack": 412709}, "social": {"facebook": "RepJackBergman", "twitter": "RepJackBergman", "twitter_id": 815241612154417152, "instagram": "RepJackBergman"}}, {"id": {"bioguide": "G000579", "govtrack": 412731}, "social": {"facebook": "RepMikeGallagher", "twitter": "RepGallagher", "twitter_id": 815966620300480514}}, {"id": {"bioguide": "C001108", "govtrack": 412676}, "social": {"facebook": "congressmancomer", "instagram": "congressmancomer"}}, {"id": {"bioguide": "M001198", "govtrack": 412704}, "social": {"facebook": "rogermarshallmd", "twitter": "RepMarshall", "twitter_id": 752364246218862592}}, {"id": {"bioguide": "E000296", "govtrack": 412677}, "social": {"twitter": "RepDwightEvans", "twitter_id": 90639372, "facebook": "RepDwightEvans"}}, {"id": {"bioguide": "R000609", "govtrack": 412692}, "social": {"facebook": "RepRutherfordFL", "twitter": "RepRutherfordFL", "twitter_id": 828977216595849216}}, {"id": {"bioguide": "J000299", "govtrack": 412706}, "social": {"facebook": "RepMikeJohnson", "twitter": "RepMikeJohnson", "twitter_id": 827279765287559171, "instagram": "RepMikeJohnson"}}, {"id": {"bioguide": "R000608", "govtrack": 412715}, "social": {"twitter": "repjackyrosen", "twitter_id": 818554054309715969, "facebook": "RepJackyRosen"}}, {"id": {"bioguide": "C001110", "govtrack": 412688}, "social": {"twitter": "reploucorrea", "twitter_id": 815985039485837312}}, {"id": {"bioguide": "B001298", "govtrack": 412713}, "social": {"twitter": "repdonbacon", "twitter_id": 818975124460335106, "facebook": "RepDonBacon", "instagram": "RepDonBacon"}}, {"id": {"bioguide": "S001199", "govtrack": 412722}, "social": {"twitter": "RepSmucker", "twitter_id": 41417564}}, {"id": {"bioguide": "S001202", "govtrack": 412734}, "social": {"twitter": "SenatorStrange", "twitter_id": 829794295355940866}}, {"id": {"bioguide": "H001050", "govtrack": 412418}, "social": {"twitter": "RepHanabusa", "twitter_id": 235373000}}, {"id": {"bioguide": "H001075", "govtrack": 412678}, "social": {"facebook": "SenatorKamalaHarris"}}] \ No newline at end of file diff --git a/scripts/alternate_bulk_formats.py b/scripts/alternate_bulk_formats.py index 9c45d33..8397736 100755 --- a/scripts/alternate_bulk_formats.py +++ b/scripts/alternate_bulk_formats.py @@ -1,5 +1,4 @@ import csv -import json import utils def run(): @@ -63,11 +62,6 @@ def run(): print("Loading %s..." % filename) legislators = utils.load_data(filename) - #convert yaml to json - utils.write( - json.dumps(legislators, sort_keys=True, indent=2, default=utils.format_datetime), - "../alternate_formats/%s.json" %filename.rstrip(".yaml")) - #convert yaml to csv csv_output = csv.writer(open("../alternate_formats/%s.csv"%filename.rstrip(".yaml"),"w")) diff --git a/scripts/generate_json.py b/scripts/generate_json.py new file mode 100644 index 0000000..fbeedbf --- /dev/null +++ b/scripts/generate_json.py @@ -0,0 +1,21 @@ +import json +import utils +import glob +import os + +def run(): + + #yaml filenames + yamls = list(map(os.path.basename, glob.glob("../*.yaml"))) + + for filename in yamls: + print("Converting %s..." % filename) + data = utils.load_data(filename) + + #convert yaml to json + utils.write( + json.dumps(data, default=utils.format_datetime), + "../alternate_formats/%s.json" %filename.replace(".yaml", "")) + +if __name__ == '__main__': + run() diff --git a/scripts/utils.py b/scripts/utils.py index 9510325..c0348e6 100755 --- a/scripts/utils.py +++ b/scripts/utils.py @@ -72,6 +72,7 @@ import pprint import rtyaml from datetime import datetime import time +import json import lxml.html # for meta redirect parsing import yaml @@ -188,8 +189,10 @@ def load_data(path): return yaml_load(os.path.join(data_dir(), path)) def save_data(data, path): - return yaml_dump(data, os.path.join(data_dir(), path)) - + yaml_dump(data, os.path.join(data_dir(), path)) + write( + json.dumps(data, default=format_datetime), + "../alternate_formats/%s" %path.replace(".yaml", ".json")) ##### Downloading diff --git a/test/test_json_matches.py b/test/test_json_matches.py new file mode 100644 index 0000000..41aefd5 --- /dev/null +++ b/test/test_json_matches.py @@ -0,0 +1,28 @@ +#!/usr/bin/env python + +import json +import rtyaml +import glob + +def jsonKeys2str(x): + """Some of the yamls have integer keys, which json converts to string. + in the future if there are keys that are strings that are intended to be left + as strings this may break""" + if isinstance(x, dict): + return {(int(k) if k.isdigit() else k):v for k, v in x.items()} + return x + +yamls = glob.glob("*.yaml") + +ret = 0 +for path in yamls: + yaml_data = rtyaml.load(open(path)) + json_data = json.load( + open("alternate_formats/{}".format( + path.replace(".yaml", ".json")), 'r'), + object_hook=jsonKeys2str) + if yaml_data != json_data: + ret = 1 + print("Error: {} does not match the generated json.".format(path)) + +exit(ret)